github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/dataexchange/2017-07-25/docs-2.json (about) 1 { 2 "version" : "2.0", 3 "service" : "<p>This is the API reference for AWS Data Exchange.</p>", 4 "operations" : { 5 "CancelJob" : "<p>This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.</p>", 6 "CreateDataSet" : "<p>This operation creates a data set.</p>", 7 "CreateEventAction" : "<p>This operation creates an event action.</p>", 8 "CreateJob" : "<p>This operation creates a job.</p>", 9 "CreateRevision" : "<p>This operation creates a revision for a data set.</p>", 10 "DeleteAsset" : "<p>This operation deletes an asset.</p>", 11 "DeleteDataSet" : "<p>This operation deletes a data set.</p>", 12 "DeleteEventAction" : "<p>This operation deletes the event action.</p>", 13 "DeleteRevision" : "<p>This operation deletes a revision.</p>", 14 "GetAsset" : "<p>This operation returns information about an asset.</p>", 15 "GetDataSet" : "<p>This operation returns information about a data set.</p>", 16 "GetEventAction" : "<p>This operation retrieves information about an event action.</p>", 17 "GetJob" : "<p>This operation returns information about a job.</p>", 18 "GetRevision" : "<p>This operation returns information about a revision.</p>", 19 "ListDataSetRevisions" : "<p>This operation lists a data set's revisions sorted by CreatedAt in descending order.</p>", 20 "ListDataSets" : "<p>This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.</p>", 21 "ListEventActions" : "<p>This operation lists your event actions.</p>", 22 "ListJobs" : "<p>This operation lists your jobs sorted by CreatedAt in descending order.</p>", 23 "ListRevisionAssets" : "<p>This operation lists a revision's assets sorted alphabetically in descending order.</p>", 24 "ListTagsForResource" : "<p>This operation lists the tags on the resource.</p>", 25 "StartJob" : "<p>This operation starts a job.</p>", 26 "TagResource" : "<p>This operation tags a resource.</p>", 27 "UntagResource" : "<p>This operation removes one or more tags from a resource.</p>", 28 "UpdateAsset" : "<p>This operation updates an asset.</p>", 29 "UpdateDataSet" : "<p>This operation updates a data set.</p>", 30 "UpdateEventAction" : "<p>This operation updates the event action.</p>", 31 "UpdateRevision" : "<p>This operation updates a revision.</p>" 32 }, 33 "shapes" : { 34 "AccessDeniedException" : { 35 "base" : "<p>Access to the resource is denied.</p>", 36 "refs" : { } 37 }, 38 "Action" : { 39 "base" : null, 40 "refs" : { 41 "CreateEventActionRequest$Action" : "<p>What occurs after a certain event.</p>", 42 "EventAction$Action" : "<p>What occurs after a certain event.</p>", 43 "EventActionEntry$Action" : "<p>What occurs after a certain event.</p>", 44 "UpdateEventActionRequest$Action" : "<p>What occurs after a certain event.</p>" 45 } 46 }, 47 "Arn" : { 48 "base" : "<p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>", 49 "refs" : { 50 "Asset$Arn" : "<p>The ARN for the asset.</p>", 51 "AssetEntry$Arn" : "<p>The ARN for the asset.</p>", 52 "DataSet$Arn" : "<p>The ARN for the data set.</p>", 53 "DataSetEntry$Arn" : "<p>The ARN for the data set.</p>", 54 "EventAction$Arn" : "<p>The ARN for the event action.</p>", 55 "EventActionEntry$Arn" : "<p>The ARN for the event action.</p>", 56 "Job$Arn" : "<p>The ARN for the job.</p>", 57 "JobEntry$Arn" : "<p>The ARN for the job.</p>", 58 "Revision$Arn" : "<p>The ARN for the revision.</p>", 59 "RevisionEntry$Arn" : "<p>The ARN for the revision.</p>", 60 "TaggedDataSet$Arn" : "<p>The ARN for the data set.</p>", 61 "TaggedRevision$Arn" : "<p>The ARN for the revision</p>" 62 } 63 }, 64 "Asset" : { 65 "base" : "<p>An asset in AWS Data Exchange is a piece of data that can be stored as an S3 object. The asset can be a structured data file, an image file, or some other data file. When you create an import job for your files, you create an asset in AWS Data Exchange for each of those files.</p>", 66 "refs" : { } 67 }, 68 "AssetDestinationEntry" : { 69 "base" : "<p>The destination for the asset.</p>", 70 "refs" : { 71 "ListOfAssetDestinationEntry$member" : null 72 } 73 }, 74 "AssetDetails" : { 75 "base" : null, 76 "refs" : { 77 "Asset$AssetDetails" : "<p>Information about the asset, including its size.</p>", 78 "AssetEntry$AssetDetails" : "<p>Information about the asset, including its size.</p>" 79 } 80 }, 81 "AssetEntry" : { 82 "base" : "<p>An asset in AWS Data Exchange is a piece of data that can be stored as an S3 object. The asset can be a structured data file, an image file, or some other data file. When you create an import job for your files, you create an asset in AWS Data Exchange for each of those files.</p>", 83 "refs" : { 84 "ListOfAssetEntry$member" : null 85 } 86 }, 87 "AssetName" : { 88 "base" : "<p>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>", 89 "refs" : { 90 "Asset$Name" : "<p>The name of the asset When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>", 91 "AssetEntry$Name" : "<p>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>", 92 "ImportAssetFromSignedUrlJobErrorDetails$AssetName" : null, 93 "ImportAssetFromSignedUrlRequestDetails$AssetName" : "<p>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.</p>", 94 "ImportAssetFromSignedUrlResponseDetails$AssetName" : "<p>The name for the asset associated with this import response.</p>", 95 "UpdateAssetRequest$Name" : "<p>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>" 96 } 97 }, 98 "AssetSourceEntry" : { 99 "base" : "<p>The source of the assets.</p>", 100 "refs" : { 101 "ListOfAssetSourceEntry$member" : null 102 } 103 }, 104 "AssetType" : { 105 "base" : "<p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>", 106 "refs" : { 107 "Asset$AssetType" : "<p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>", 108 "AssetEntry$AssetType" : "<p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>", 109 "CreateDataSetRequest$AssetType" : "<p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>", 110 "DataSet$AssetType" : "<p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>", 111 "DataSetEntry$AssetType" : "<p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>", 112 "TaggedDataSet$AssetType" : "<p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>" 113 } 114 }, 115 "AutoExportRevisionDestinationEntry" : { 116 "base" : "<p>A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.</p>", 117 "refs" : { 118 "AutoExportRevisionToS3RequestDetails$RevisionDestination" : null 119 } 120 }, 121 "AutoExportRevisionToS3RequestDetails" : { 122 "base" : "<p>Details of the operation to be performed by the job.</p>", 123 "refs" : { 124 "Action$ExportRevisionToS3" : null 125 } 126 }, 127 "Code" : { 128 "base" : null, 129 "refs" : { 130 "JobError$Code" : "The code for the job error." 131 } 132 }, 133 "ConflictException" : { 134 "base" : "<p>The request couldn't be completed because it conflicted with the current state of the resource.</p>", 135 "refs" : { } 136 }, 137 "CreateDataSetRequest" : { 138 "base" : "<p>A request to create a data set that contains one or more revisions.</p>", 139 "refs" : { } 140 }, 141 "CreateEventActionRequest" : { 142 "base" : "<p>A request to create an event action.</p>", 143 "refs" : { } 144 }, 145 "CreateJobRequest" : { 146 "base" : "<p>The CreateJob request. AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export assets. A subscriber with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created. Created jobs must be started with the StartJob operation.</p>", 147 "refs" : { } 148 }, 149 "CreateRevisionRequest" : { 150 "base" : "<p>Creates a revision for a data set. When they're created, revisions are not published to products, and therefore are not available to subscribers. To publish a revision to a data set in a product, the revision must first be finalized.</p>", 151 "refs" : { } 152 }, 153 "DataSet" : { 154 "base" : "<p>A data set is an AWS resource with one or more revisions.</p>", 155 "refs" : { } 156 }, 157 "DataSetEntry" : { 158 "base" : "<p>A data set is an AWS resource with one or more revisions.</p>", 159 "refs" : { 160 "ListOfDataSetEntry$member" : null 161 } 162 }, 163 "Description" : { 164 "base" : "<p>A description of a resource.</p>", 165 "refs" : { 166 "CreateDataSetRequest$Description" : "<p>A description for the data set. This value can be up to 16,348 characters long.</p>", 167 "DataSet$Description" : "<p>The description for the data set.</p>", 168 "DataSetEntry$Description" : "<p>The description for the data set.</p>", 169 "TaggedDataSet$Description" : "<p>The description for the data set.</p>", 170 "UpdateDataSetRequest$Description" : "<p>The description for the data set.</p>" 171 } 172 }, 173 "Details" : { 174 "base" : null, 175 "refs" : { 176 "JobError$Details" : null 177 } 178 }, 179 "Event" : { 180 "base" : null, 181 "refs" : { 182 "CreateEventActionRequest$Event" : "<p>What occurs to start an action.</p>", 183 "EventAction$Event" : "<p>What occurs to start an action.</p>", 184 "EventActionEntry$Event" : "<p>What occurs to start an action.</p>" 185 } 186 }, 187 "EventAction" : { 188 "base" : "<p>An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.</p>", 189 "refs" : { } 190 }, 191 "EventActionEntry" : { 192 "base" : "<p>An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.</p>", 193 "refs" : { 194 "ListOfEventActionEntry$member" : null 195 } 196 }, 197 "ExceptionCause" : { 198 "base" : null, 199 "refs" : { 200 "ValidationException$ExceptionCause" : "<p>The message that informs you about what the exception was.</p>" 201 } 202 }, 203 "ExportAssetToSignedUrlRequestDetails" : { 204 "base" : "<p>Details of the operation to be performed by the job.</p>", 205 "refs" : { 206 "RequestDetails$ExportAssetToSignedUrl" : "<p>Details about the export to signed URL request.</p>" 207 } 208 }, 209 "ExportAssetToSignedUrlResponseDetails" : { 210 "base" : "<p>The details of the export to signed URL response.</p>", 211 "refs" : { 212 "ResponseDetails$ExportAssetToSignedUrl" : "<p>Details for the export to signed URL response.</p>" 213 } 214 }, 215 "ExportAssetsToS3RequestDetails" : { 216 "base" : "<p>Details of the operation to be performed by the job.</p>", 217 "refs" : { 218 "RequestDetails$ExportAssetsToS3" : "<p>Details about the export to Amazon S3 request.</p>" 219 } 220 }, 221 "ExportAssetsToS3ResponseDetails" : { 222 "base" : "<p>Details about the export to Amazon S3 response.</p>", 223 "refs" : { 224 "ResponseDetails$ExportAssetsToS3" : "<p>Details for the export to Amazon S3 response.</p>" 225 } 226 }, 227 "ExportRevisionsToS3RequestDetails" : { 228 "base" : "<p>Details of the operation to be performed by the job.</p>", 229 "refs" : { 230 "RequestDetails$ExportRevisionsToS3" : "<p>Details about the export to Amazon S3 request.</p>" 231 } 232 }, 233 "ExportRevisionsToS3ResponseDetails" : { 234 "base" : "<p>Details about the export revisions to Amazon S3 response.</p>", 235 "refs" : { 236 "ResponseDetails$ExportRevisionsToS3" : "<p>Details for the export revisions to Amazon S3 response.</p>" 237 } 238 }, 239 "ExportServerSideEncryption" : { 240 "base" : "<p>Encryption configuration of the export job. Includes the encryption type in addition to the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption. type.</p>", 241 "refs" : { 242 "AutoExportRevisionToS3RequestDetails$Encryption" : null, 243 "ExportAssetsToS3RequestDetails$Encryption" : "<p>Encryption configuration for the export job.</p>", 244 "ExportAssetsToS3ResponseDetails$Encryption" : "<p>Encryption configuration of the export job.</p>", 245 "ExportRevisionsToS3RequestDetails$Encryption" : "<p>Encryption configuration for the export job.</p>", 246 "ExportRevisionsToS3ResponseDetails$Encryption" : "<p>Encryption configuration of the export job.</p>" 247 } 248 }, 249 "Id" : { 250 "base" : "<p>A unique identifier.</p>", 251 "refs" : { 252 "Asset$DataSetId" : "<p>The unique identifier for the data set associated with this asset.</p>", 253 "Asset$Id" : "<p>The unique identifier for the asset.</p>", 254 "Asset$RevisionId" : "<p>The unique identifier for the revision associated with this asset.</p>", 255 "Asset$SourceId" : "<p>The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.</p>", 256 "AssetDestinationEntry$AssetId" : "<p>The unique identifier for the asset.</p>", 257 "AssetEntry$DataSetId" : "<p>The unique identifier for the data set associated with this asset.</p>", 258 "AssetEntry$Id" : "<p>The unique identifier for the asset.</p>", 259 "AssetEntry$RevisionId" : "<p>The unique identifier for the revision associated with this asset.</p>", 260 "AssetEntry$SourceId" : "<p>The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.</p>", 261 "DataSet$Id" : "<p>The unique identifier for the data set.</p>", 262 "DataSet$SourceId" : "<p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>", 263 "DataSetEntry$Id" : "<p>The unique identifier for the data set.</p>", 264 "DataSetEntry$SourceId" : "<p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>", 265 "EventAction$Id" : "<p>The unique identifier for the event action.</p>", 266 "EventActionEntry$Id" : "<p>The unique identifier for the event action.</p>", 267 "ExportAssetToSignedUrlRequestDetails$AssetId" : "<p>The unique identifier for the asset that is exported to a signed URL.</p>", 268 "ExportAssetToSignedUrlRequestDetails$DataSetId" : "<p>The unique identifier for the data set associated with this export job.</p>", 269 "ExportAssetToSignedUrlRequestDetails$RevisionId" : "<p>The unique identifier for the revision associated with this export request.</p>", 270 "ExportAssetToSignedUrlResponseDetails$AssetId" : "<p>The unique identifier for the asset associated with this export job.</p>", 271 "ExportAssetToSignedUrlResponseDetails$DataSetId" : "<p>The unique identifier for the data set associated with this export job.</p>", 272 "ExportAssetToSignedUrlResponseDetails$RevisionId" : "<p>The unique identifier for the revision associated with this export response.</p>", 273 "ExportAssetsToS3RequestDetails$DataSetId" : "<p>The unique identifier for the data set associated with this export job.</p>", 274 "ExportAssetsToS3RequestDetails$RevisionId" : "<p>The unique identifier for the revision associated with this export request.</p>", 275 "ExportAssetsToS3ResponseDetails$DataSetId" : "<p>The unique identifier for the data set associated with this export job.</p>", 276 "ExportAssetsToS3ResponseDetails$RevisionId" : "<p>The unique identifier for the revision associated with this export response.</p>", 277 "ExportRevisionsToS3RequestDetails$DataSetId" : "<p>The unique identifier for the data set associated with this export job.</p>", 278 "ExportRevisionsToS3ResponseDetails$DataSetId" : "<p>The unique identifier for the data set associated with this export job.</p>", 279 "ImportAssetFromSignedUrlRequestDetails$DataSetId" : "<p>The unique identifier for the data set associated with this import job.</p>", 280 "ImportAssetFromSignedUrlRequestDetails$RevisionId" : "<p>The unique identifier for the revision associated with this import request.</p>", 281 "ImportAssetFromSignedUrlResponseDetails$DataSetId" : "<p>The unique identifier for the data set associated with this import job.</p>", 282 "ImportAssetFromSignedUrlResponseDetails$RevisionId" : "<p>The unique identifier for the revision associated with this import response.</p>", 283 "ImportAssetsFromS3RequestDetails$DataSetId" : "<p>The unique identifier for the data set associated with this import job.</p>", 284 "ImportAssetsFromS3RequestDetails$RevisionId" : "<p>The unique identifier for the revision associated with this import request.</p>", 285 "ImportAssetsFromS3ResponseDetails$DataSetId" : "<p>The unique identifier for the data set associated with this import job.</p>", 286 "ImportAssetsFromS3ResponseDetails$RevisionId" : "<p>The unique identifier for the revision associated with this import response.</p>", 287 "Job$Id" : "<p>The unique identifier for the job.</p>", 288 "JobEntry$Id" : "<p>The unique identifier for the job.</p>", 289 "Revision$DataSetId" : "<p>The unique identifier for the data set associated with this revision.</p>", 290 "Revision$Id" : "<p>The unique identifier for the revision.</p>", 291 "Revision$SourceId" : "<p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>", 292 "RevisionDestinationEntry$RevisionId" : "<p>The unique identifier for the revision.</p>", 293 "RevisionEntry$DataSetId" : "<p>The unique identifier for the data set associated with this revision.</p>", 294 "RevisionEntry$Id" : "<p>The unique identifier for the revision.</p>", 295 "RevisionEntry$SourceId" : "<p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>", 296 "RevisionPublished$DataSetId" : null, 297 "TaggedDataSet$Id" : "<p>The unique identifier for the data set.</p>", 298 "TaggedDataSet$SourceId" : "<p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>", 299 "TaggedRevision$DataSetId" : "<p>The unique identifier for the data set associated with this revision.</p>", 300 "TaggedRevision$Id" : "<p>The unique identifier for the revision.</p>", 301 "TaggedRevision$SourceId" : "<p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>" 302 } 303 }, 304 "ImportAssetFromSignedUrlJobErrorDetails" : { 305 "base" : null, 306 "refs" : { 307 "Details$ImportAssetFromSignedUrlJobErrorDetails" : null 308 } 309 }, 310 "ImportAssetFromSignedUrlRequestDetails" : { 311 "base" : "<p>Details of the operation to be performed by the job.</p>", 312 "refs" : { 313 "RequestDetails$ImportAssetFromSignedUrl" : "<p>Details about the import from signed URL request.</p>" 314 } 315 }, 316 "ImportAssetFromSignedUrlResponseDetails" : { 317 "base" : "<p>The details in the response for an import request, including the signed URL and other information.</p>", 318 "refs" : { 319 "ResponseDetails$ImportAssetFromSignedUrl" : "<p>Details for the import from signed URL response.</p>" 320 } 321 }, 322 "ImportAssetsFromS3RequestDetails" : { 323 "base" : "<p>Details of the operation to be performed by the job.</p>", 324 "refs" : { 325 "RequestDetails$ImportAssetsFromS3" : "<p>Details about the import from Amazon S3 request.</p>" 326 } 327 }, 328 "ImportAssetsFromS3ResponseDetails" : { 329 "base" : "<p>Details from an import from Amazon S3 response.</p>", 330 "refs" : { 331 "ResponseDetails$ImportAssetsFromS3" : "<p>Details for the import from Amazon S3 response.</p>" 332 } 333 }, 334 "InternalServerException" : { 335 "base" : "An exception occurred with the service.", 336 "refs" : { } 337 }, 338 "Job" : { 339 "base" : "<p>AWS Data Exchange jobs are asynchronous import or export operations used to create or copy assets. Jobs are deleted 90 days after they are created.</p>", 340 "refs" : { } 341 }, 342 "JobEntry" : { 343 "base" : "AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.", 344 "refs" : { 345 "ListOfJobEntry$member" : null 346 } 347 }, 348 "JobError" : { 349 "base" : "An error that occurred with the job request.", 350 "refs" : { 351 "ListOfJobError$member" : null 352 } 353 }, 354 "JobErrorLimitName" : { 355 "base" : "The name of the limit that was reached.", 356 "refs" : { 357 "JobError$LimitName" : "<p>The name of the limit that was reached.</p>" 358 } 359 }, 360 "JobErrorResourceTypes" : { 361 "base" : "The types of resource which the job error can apply to.", 362 "refs" : { 363 "JobError$ResourceType" : "The type of resource related to the error." 364 } 365 }, 366 "LimitName" : { 367 "base" : null, 368 "refs" : { 369 "ServiceQuotaExceededException$LimitName" : "<p>The name of the quota that was exceeded.</p>" 370 } 371 }, 372 "ListOfAssetDestinationEntry" : { 373 "base" : "<p>The destination where the assets will be exported.</p>", 374 "refs" : { 375 "ExportAssetsToS3RequestDetails$AssetDestinations" : "<p>The destination for the asset.</p>", 376 "ExportAssetsToS3ResponseDetails$AssetDestinations" : "<p>The destination in Amazon S3 where the asset is exported.</p>" 377 } 378 }, 379 "ListOfAssetSourceEntry" : { 380 "base" : "<p>The list of sources for the assets.</p>", 381 "refs" : { 382 "Details$ImportAssetsFromS3JobErrorDetails" : null, 383 "ImportAssetsFromS3RequestDetails$AssetSources" : "<p>Is a list of S3 bucket and object key pairs.</p>", 384 "ImportAssetsFromS3ResponseDetails$AssetSources" : "<p>Is a list of Amazon S3 bucket and object key pairs.</p>" 385 } 386 }, 387 "ListOfAssets" : { 388 "base" : "<p>The asset objects listed by the request.</p>", 389 "refs" : { } 390 }, 391 "ListOfDataSets" : { 392 "base" : "<p>The data set objects listed by the request.</p>", 393 "refs" : { } 394 }, 395 "ListOfEventActions" : { 396 "base" : "<p>The event entry oobjects listed by the request.</p>", 397 "refs" : { } 398 }, 399 "ListOfJobs" : { 400 "base" : "<p>The token value retrieved from a previous call to access the next page of results.</p>", 401 "refs" : { } 402 }, 403 "ListOfRevisionDestinationEntry" : { 404 "base" : "<p>The destination where the assets in the revision will be exported.</p>", 405 "refs" : { 406 "ExportRevisionsToS3RequestDetails$RevisionDestinations" : "<p>The destination for the revision.</p>", 407 "ExportRevisionsToS3ResponseDetails$RevisionDestinations" : "<p>The destination in Amazon S3 where the revision is exported.</p>" 408 } 409 }, 410 "ListOfRevisions" : { 411 "base" : "<p>The revision objects listed by the request.</p>", 412 "refs" : { } 413 }, 414 "Name" : { 415 "base" : "The name of the model.", 416 "refs" : { 417 "CreateDataSetRequest$Name" : "<p>The name of the data set.</p>", 418 "DataSet$Name" : "<p>The name of the data set.</p>", 419 "DataSetEntry$Name" : "<p>The name of the data set.</p>", 420 "TaggedDataSet$Name" : "<p>The name of the data set.</p>", 421 "UpdateDataSetRequest$Name" : "<p>The name of the data set.</p>" 422 } 423 }, 424 "NextToken" : { 425 "base" : "<p>The token value retrieved from a previous call to access the next page of results.</p>", 426 "refs" : { 427 "ListOfAssets$NextToken" : "<p>The token value retrieved from a previous call to access the next page of results.</p>", 428 "ListOfDataSets$NextToken" : "<p>The token value retrieved from a previous call to access the next page of results.</p>", 429 "ListOfEventActions$NextToken" : "<p>The token value retrieved from a previous call to access the next page of results.</p>", 430 "ListOfJobs$NextToken" : "<p>The token value retrieved from a previous call to access the next page of results.</p>", 431 "ListOfRevisions$NextToken" : "<p>The token value retrieved from a previous call to access the next page of results.</p>" 432 } 433 }, 434 "Origin" : { 435 "base" : "<p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). When an owned data set is published in a product, AWS Data Exchange creates a copy of the data set. Subscribers can access that copy of the data set as an entitled data set.</p>", 436 "refs" : { 437 "DataSet$Origin" : "<p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>", 438 "DataSetEntry$Origin" : "<p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>", 439 "TaggedDataSet$Origin" : "<p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>" 440 } 441 }, 442 "OriginDetails" : { 443 "base" : null, 444 "refs" : { 445 "DataSet$OriginDetails" : "<p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>", 446 "DataSetEntry$OriginDetails" : "<p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>", 447 "TaggedDataSet$OriginDetails" : "<p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>" 448 } 449 }, 450 "RequestDetails" : { 451 "base" : "<p>The details for the request.</p>", 452 "refs" : { 453 "CreateJobRequest$Details" : "<p>The details for the CreateJob request.</p>" 454 } 455 }, 456 "ResourceNotFoundException" : { 457 "base" : "<p>The resource couldn't be found.</p>", 458 "refs" : { } 459 }, 460 "ResourceType" : { 461 "base" : null, 462 "refs" : { 463 "ConflictException$ResourceType" : "<p>The type of the resource with the conflict.</p>", 464 "ResourceNotFoundException$ResourceType" : "<p>The type of resource that couldn't be found.</p>" 465 } 466 }, 467 "ResponseDetails" : { 468 "base" : "<p>Details for the response.</p>", 469 "refs" : { 470 "Job$Details" : "<p>Details about the job.</p>", 471 "JobEntry$Details" : "<p>Details of the operation to be performed by the job, such as export destination details or import source details.</p>" 472 } 473 }, 474 "Revision" : { 475 "base" : "<p>A revision is a container for one or more assets.</p>", 476 "refs" : { } 477 }, 478 "RevisionDestinationEntry" : { 479 "base" : "<p>The destination where the assets in the revision will be exported.</p>", 480 "refs" : { 481 "ListOfRevisionDestinationEntry$member" : null 482 } 483 }, 484 "RevisionEntry" : { 485 "base" : "<p>A revision is a container for one or more assets.</p>", 486 "refs" : { 487 "ListOfRevisionEntry$member" : null 488 } 489 }, 490 "RevisionPublished" : { 491 "base" : null, 492 "refs" : { 493 "Event$RevisionPublished" : null 494 } 495 }, 496 "S3SnapshotAsset" : { 497 "base" : "<p>The S3 object that is the asset.</p>", 498 "refs" : { 499 "AssetDetails$S3SnapshotAsset" : null 500 } 501 }, 502 "ServerSideEncryptionTypes" : { 503 "base" : "<p>The types of encryption supported in export jobs to Amazon S3.</p>", 504 "refs" : { 505 "ExportServerSideEncryption$Type" : "<p>The type of server side encryption used for encrypting the objects in Amazon S3.</p>" 506 } 507 }, 508 "ServiceLimitExceededException" : { 509 "base" : "<p>The request has exceeded the quotas imposed by the service.</p>", 510 "refs" : { } 511 }, 512 "ServiceQuotaExceededException" : { 513 "base" : "<p>The request has exceeded the quotas imposed by the service.</p>", 514 "refs" : { } 515 }, 516 "State" : { 517 "base" : null, 518 "refs" : { 519 "Job$State" : "<p>The state of the job.</p>", 520 "JobEntry$State" : "<p>The state of the job.</p>" 521 } 522 }, 523 "TaggedDataSet" : { 524 "base" : "<p>A data set is an AWS resource with one or more revisions.</p>", 525 "refs" : { } 526 }, 527 "TaggedRevision" : { 528 "base" : "<p>A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.</p>", 529 "refs" : { } 530 }, 531 "TagsModel" : { 532 "base" : "You can assign metadata to your AWS Data Exchange resources in the form of tags. Each tag is a label that consists of a customer-defined key and an optional value that can make it easier to manage, search for, and filter resources.", 533 "refs" : { } 534 }, 535 "ThrottlingException" : { 536 "base" : "<p>The limit on the number of requests per second was exceeded.</p>", 537 "refs" : { } 538 }, 539 "Timestamp" : { 540 "base" : "<p>Dates and times in AWS Data Exchange are recorded in ISO 8601 format.</p>", 541 "refs" : { 542 "Asset$CreatedAt" : "<p>The date and time that the asset was created, in ISO 8601 format.</p>", 543 "Asset$UpdatedAt" : "<p>The date and time that the asset was last updated, in ISO 8601 format.</p>", 544 "AssetEntry$CreatedAt" : "<p>The date and time that the asset was created, in ISO 8601 format.</p>", 545 "AssetEntry$UpdatedAt" : "<p>The date and time that the asset was last updated, in ISO 8601 format.</p>", 546 "DataSet$CreatedAt" : "<p>The date and time that the data set was created, in ISO 8601 format.</p>", 547 "DataSet$UpdatedAt" : "<p>The date and time that the data set was last updated, in ISO 8601 format.</p>", 548 "DataSetEntry$CreatedAt" : "<p>The date and time that the data set was created, in ISO 8601 format.</p>", 549 "DataSetEntry$UpdatedAt" : "<p>The date and time that the data set was last updated, in ISO 8601 format.</p>", 550 "EventAction$CreatedAt" : "<p>The date and time that the event action was created, in ISO 8601 format.</p>", 551 "EventAction$UpdatedAt" : "<p>The date and time that the event action was last updated, in ISO 8601 format.</p>", 552 "EventActionEntry$CreatedAt" : "<p>The date and time that the event action was created, in ISO 8601 format.</p>", 553 "EventActionEntry$UpdatedAt" : "<p>The date and time that the event action was last updated, in ISO 8601 format.</p>", 554 "ExportAssetToSignedUrlResponseDetails$SignedUrlExpiresAt" : "<p>The date and time that the signed URL expires, in ISO 8601 format.</p>", 555 "ImportAssetFromSignedUrlResponseDetails$SignedUrlExpiresAt" : "<p>The time and date at which the signed URL expires, in ISO 8601 format.</p>", 556 "Job$CreatedAt" : "<p>The date and time that the job was created, in ISO 8601 format.</p>", 557 "Job$UpdatedAt" : "<p>The date and time that the job was last updated, in ISO 8601 format.</p>", 558 "JobEntry$CreatedAt" : "<p>The date and time that the job was created, in ISO 8601 format.</p>", 559 "JobEntry$UpdatedAt" : "<p>The date and time that the job was last updated, in ISO 8601 format.</p>", 560 "Revision$CreatedAt" : "<p>The date and time that the revision was created, in ISO 8601 format.</p>", 561 "Revision$UpdatedAt" : "<p>The date and time that the revision was last updated, in ISO 8601 format.</p>", 562 "RevisionEntry$CreatedAt" : "<p>The date and time that the revision was created, in ISO 8601 format.</p>", 563 "RevisionEntry$UpdatedAt" : "<p>The date and time that the revision was last updated, in ISO 8601 format.</p>", 564 "TaggedDataSet$CreatedAt" : "<p>The date and time that the data set was created, in ISO 8601 format.</p>", 565 "TaggedDataSet$UpdatedAt" : "<p>The date and time that the data set was last updated, in ISO 8601 format.</p>", 566 "TaggedRevision$CreatedAt" : "<p>The date and time that the revision was created, in ISO 8601 format.</p>", 567 "TaggedRevision$UpdatedAt" : "<p>The date and time that the revision was last updated, in ISO 8601 format.</p>" 568 } 569 }, 570 "Type" : { 571 "base" : null, 572 "refs" : { 573 "CreateJobRequest$Type" : "<p>The type of job to be created.</p>", 574 "Job$Type" : "<p>The job type.</p>", 575 "JobEntry$Type" : "<p>The job type.</p>" 576 } 577 }, 578 "UpdateAssetRequest" : { 579 "base" : "<p>The request to update an asset.</p>", 580 "refs" : { } 581 }, 582 "UpdateDataSetRequest" : { 583 "base" : "<p>The request to update a data set.</p>", 584 "refs" : { } 585 }, 586 "UpdateEventActionRequest" : { 587 "base" : "<p>The request to update an event action.</p>", 588 "refs" : { } 589 }, 590 "UpdateRevisionRequest" : { 591 "base" : "<p>The request to update a revision.</p>", 592 "refs" : { } 593 }, 594 "ValidationException" : { 595 "base" : "<p>The request was invalid.</p>", 596 "refs" : { } 597 }, 598 "__boolean" : { 599 "base" : null, 600 "refs" : { 601 "Revision$Finalized" : "<p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>", 602 "RevisionEntry$Finalized" : "<p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>", 603 "TaggedRevision$Finalized" : "<p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>", 604 "UpdateRevisionRequest$Finalized" : "<p>Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p>" 605 } 606 }, 607 "__double" : { 608 "base" : null, 609 "refs" : { 610 "JobError$LimitValue" : "The value of the exceeded limit.", 611 "ServiceQuotaExceededException$LimitValue" : "<p>The maximum value for the service-specific limit.</p>" 612 } 613 }, 614 "__doubleMin0" : { 615 "base" : null, 616 "refs" : { 617 "S3SnapshotAsset$Size" : "<p>The size of the S3 object that is the object.</p>" 618 } 619 }, 620 "ListOfAssetEntry" : { 621 "base" : null, 622 "refs" : { 623 "ListOfAssets$Assets" : "<p>The asset objects listed by the request.</p>" 624 } 625 }, 626 "ListOfDataSetEntry" : { 627 "base" : null, 628 "refs" : { 629 "ListOfDataSets$DataSets" : "<p>The data set objects listed by the request.</p>" 630 } 631 }, 632 "ListOfEventActionEntry" : { 633 "base" : null, 634 "refs" : { 635 "ListOfEventActions$EventActions" : "<p>The event action objects listed by the request.</p>" 636 } 637 }, 638 "ListOfJobEntry" : { 639 "base" : null, 640 "refs" : { 641 "ListOfJobs$Jobs" : "<p>The jobs listed by the request.</p>" 642 } 643 }, 644 "ListOfJobError" : { 645 "base" : null, 646 "refs" : { 647 "Job$Errors" : "<p>The errors associated with jobs.</p>", 648 "JobEntry$Errors" : "<p>Errors for jobs.</p>" 649 } 650 }, 651 "ListOfRevisionEntry" : { 652 "base" : null, 653 "refs" : { 654 "ListOfRevisions$Revisions" : "<p>The asset objects listed by the request.</p>" 655 } 656 }, 657 "MapOf__string" : { 658 "base" : null, 659 "refs" : { 660 "CreateDataSetRequest$Tags" : "<p>A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.</p>", 661 "CreateRevisionRequest$Tags" : "<p>A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.</p>", 662 "TaggedDataSet$Tags" : "<p>The tags for the data set.</p>", 663 "TaggedRevision$Tags" : "<p>The tags for the revision.</p>", 664 "TagsModel$Tags" : "A label that consists of a customer-defined key and an optional value." 665 } 666 }, 667 "__string" : { 668 "base" : null, 669 "refs" : { 670 "AccessDeniedException$Message" : "<p>Access to the resource is denied.</p>", 671 "AssetDestinationEntry$Bucket" : "<p>The S3 bucket that is the destination for the asset.</p>", 672 "AssetDestinationEntry$Key" : "<p>The name of the object in Amazon S3 for the asset.</p>", 673 "AssetSourceEntry$Bucket" : "<p>The S3 bucket that's part of the source of the asset.</p>", 674 "AssetSourceEntry$Key" : "<p>The name of the object in Amazon S3 for the asset.</p>", 675 "AutoExportRevisionDestinationEntry$Bucket" : "<p>The S3 bucket that is the destination for the event action.</p>", 676 "AutoExportRevisionDestinationEntry$KeyPattern" : "<p>A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see <a href=\"https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns\">Key patterns when exporting revisions</a>.</p>", 677 "ConflictException$Message" : "<p>The request couldn't be completed because it conflicted with the current state of the resource.</p>", 678 "ConflictException$ResourceId" : "<p>The unique identifier for the resource with the conflict.</p>", 679 "ExportAssetToSignedUrlResponseDetails$SignedUrl" : "<p>The signed URL for the export request.</p>", 680 "ExportRevisionsToS3ResponseDetails$EventActionArn": "<p>The ARN for the event action.</p>", 681 "ExportServerSideEncryption$KmsKeyArn" : "<p>The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.</p>", 682 "ImportAssetFromSignedUrlResponseDetails$SignedUrl" : "<p>The signed URL.</p>", 683 "InternalServerException$Message" : "The message identifying the service exception that occurred.", 684 "JobError$Message" : "The message related to the job error.", 685 "JobError$ResourceId" : "The unique identifier for the resource related to the error.", 686 "OriginDetails$ProductId" : null, 687 "ResourceNotFoundException$Message" : "<p>The resource couldn't be found.</p>", 688 "ResourceNotFoundException$ResourceId" : "<p>The unique identifier for the resource that couldn't be found.</p>", 689 "RevisionDestinationEntry$Bucket" : "<p>The S3 bucket that is the destination for the assets in the revision.</p>", 690 "RevisionDestinationEntry$KeyPattern" : "<p>A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see <a href=\"https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns\">Key patterns when exporting revisions</a>.</p>", 691 "ServiceQuotaExceededException$Message" : "<p>The request has exceeded the quotas imposed by the service.</p>", 692 "ThrottlingException$Message" : "<p>The limit on the number of requests per second was exceeded.</p>", 693 "ValidationException$Message" : "<p>The message that informs you about what was invalid about the request.</p>", 694 "MapOf__string$member" : null 695 } 696 }, 697 "__stringMin0Max16384" : { 698 "base" : null, 699 "refs" : { 700 "CreateRevisionRequest$Comment" : "<p>An optional comment about the revision.</p>", 701 "Revision$Comment" : "<p>An optional comment about the revision.</p>", 702 "RevisionEntry$Comment" : "<p>An optional comment about the revision.</p>", 703 "TaggedRevision$Comment" : "<p>An optional comment about the revision.</p>", 704 "UpdateRevisionRequest$Comment" : "<p>An optional comment about the revision.</p>" 705 } 706 }, 707 "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093" : { 708 "base" : null, 709 "refs" : { 710 "ImportAssetFromSignedUrlRequestDetails$Md5Hash" : "<p>The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.</p>", 711 "ImportAssetFromSignedUrlResponseDetails$Md5Hash" : "<p>The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.</p>" 712 } 713 } 714 } 715 }