From 9b905d2aad1b9713102a9271bff5a862aa3b8a3f Mon Sep 17 00:00:00 2001 From: awssdkgo Date: Wed, 7 Sep 2022 18:23:10 +0000 Subject: [PATCH] Release v1.44.93 (2022-09-07) === ### Service Client Updates * `service/dataexchange`: Updates service API, documentation, waiters, paginators, and examples * `service/ec2`: Updates service API * Documentation updates for Amazon EC2. * `service/eks`: Updates service API and documentation * `service/fsx`: Updates service documentation * `service/inspector2`: Updates service API and documentation * `service/iotsitewise`: Updates service API and documentation * `service/sagemaker`: Updates service API and documentation * SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API. * `service/sns`: Updates service API and documentation * Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics. --- CHANGELOG.md | 16 + aws/version.go | 2 +- .../apis/dataexchange/2017-07-25/api-2.json | 4631 +++++++---------- .../apis/dataexchange/2017-07-25/docs-2.json | 1828 ++++--- .../dataexchange/2017-07-25/examples-1.json | 5 + .../dataexchange/2017-07-25/paginators-1.json | 2 +- .../apis/dataexchange/2017-07-25/smoke.json | 6 + .../dataexchange/2017-07-25/waiters-2.json | 5 + models/apis/ec2/2016-11-15/api-2.json | 3 +- models/apis/eks/2017-11-01/api-2.json | 6 +- models/apis/eks/2017-11-01/docs-2.json | 12 +- models/apis/fsx/2018-03-01/docs-2.json | 6 +- models/apis/inspector2/2020-06-08/api-2.json | 218 +- models/apis/inspector2/2020-06-08/docs-2.json | 13 + models/apis/iotsitewise/2019-12-02/api-2.json | 3 +- .../apis/iotsitewise/2019-12-02/docs-2.json | 13 +- models/apis/sagemaker/2017-07-24/api-2.json | 20 +- models/apis/sagemaker/2017-07-24/docs-2.json | 18 + models/apis/sns/2010-03-31/api-2.json | 65 +- models/apis/sns/2010-03-31/docs-2.json | 22 + service/dataexchange/api.go | 629 ++- service/dataexchange/doc.go | 22 +- service/ec2/api.go | 4 + service/eks/api.go | 64 +- service/fsx/api.go | 18 +- service/inspector2/api.go | 78 +- service/iotsitewise/api.go | 32 +- service/sagemaker/api.go | 42 + service/sns/api.go | 377 ++ service/sns/snsiface/interface.go | 8 + 30 files changed, 4158 insertions(+), 4010 deletions(-) create mode 100644 models/apis/dataexchange/2017-07-25/examples-1.json create mode 100644 models/apis/dataexchange/2017-07-25/smoke.json create mode 100644 models/apis/dataexchange/2017-07-25/waiters-2.json diff --git a/CHANGELOG.md b/CHANGELOG.md index dceec5ddcf..2dc7e58105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +Release v1.44.93 (2022-09-07) +=== + +### Service Client Updates +* `service/dataexchange`: Updates service API, documentation, waiters, paginators, and examples +* `service/ec2`: Updates service API + * Documentation updates for Amazon EC2. +* `service/eks`: Updates service API and documentation +* `service/fsx`: Updates service documentation +* `service/inspector2`: Updates service API and documentation +* `service/iotsitewise`: Updates service API and documentation +* `service/sagemaker`: Updates service API and documentation + * SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API. +* `service/sns`: Updates service API and documentation + * Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics. + Release v1.44.92 (2022-09-06) === diff --git a/aws/version.go b/aws/version.go index e2cd970971..551c8882a9 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.44.92" +const SDKVersion = "1.44.93" diff --git a/models/apis/dataexchange/2017-07-25/api-2.json b/models/apis/dataexchange/2017-07-25/api-2.json index 47f9e6e1ae..87ba2197b2 100644 --- a/models/apis/dataexchange/2017-07-25/api-2.json +++ b/models/apis/dataexchange/2017-07-25/api-2.json @@ -1,1051 +1,613 @@ { - "metadata": { - "apiVersion": "2017-07-25", - "endpointPrefix": "dataexchange", - "signingName": "dataexchange", - "serviceFullName": "AWS Data Exchange", - "serviceId": "DataExchange", - "protocol": "rest-json", - "jsonVersion": "1.1", - "uid": "dataexchange-2017-07-25", - "signatureVersion": "v4" + "version":"2.0", + "metadata":{ + "apiVersion":"2017-07-25", + "endpointPrefix":"dataexchange", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"AWS Data Exchange", + "serviceId":"DataExchange", + "signatureVersion":"v4", + "signingName":"dataexchange", + "uid":"dataexchange-2017-07-25" }, - "operations": { - "CancelJob": { - "name": "CancelJob", - "http": { - "method": "DELETE", - "requestUri": "/v1/jobs/{JobId}", - "responseCode": 204 - }, - "input": { - "shape": "CancelJobRequest" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "ConflictException" - } - ] - }, - "CreateDataSet": { - "name": "CreateDataSet", - "http": { - "method": "POST", - "requestUri": "/v1/data-sets", - "responseCode": 201 - }, - "input": { - "shape": "CreateDataSetRequest" - }, - "output": { - "shape": "CreateDataSetResponse" - }, - "errors": [ - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "ServiceLimitExceededException" - }, - { - "shape": "AccessDeniedException" - } - ] - }, - "CreateEventAction": { - "name": "CreateEventAction", - "http": { - "method": "POST", - "requestUri": "/v1/event-actions", - "responseCode": 201 - }, - "input": { - "shape": "CreateEventActionRequest" - }, - "output": { - "shape": "CreateEventActionResponse" - }, - "errors": [ - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "ServiceLimitExceededException" - }, - { - "shape": "AccessDeniedException" - } - ] - }, - "CreateJob": { - "name": "CreateJob", - "http": { - "method": "POST", - "requestUri": "/v1/jobs", - "responseCode": 201 - }, - "input": { - "shape": "CreateJobRequest" - }, - "output": { - "shape": "CreateJobResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ConflictException" - } - ] - }, - "CreateRevision": { - "name": "CreateRevision", - "http": { - "method": "POST", - "requestUri": "/v1/data-sets/{DataSetId}/revisions", - "responseCode": 201 - }, - "input": { - "shape": "CreateRevisionRequest" - }, - "output": { - "shape": "CreateRevisionResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - } - ] - }, - "DeleteAsset": { - "name": "DeleteAsset", - "http": { - "method": "DELETE", - "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}", - "responseCode": 204 - }, - "input": { - "shape": "DeleteAssetRequest" - }, - "errors": [ - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ConflictException" - } - ] - }, - "DeleteDataSet": { - "name": "DeleteDataSet", - "http": { - "method": "DELETE", - "requestUri": "/v1/data-sets/{DataSetId}", - "responseCode": 204 - }, - "input": { - "shape": "DeleteDataSetRequest" - }, - "errors": [ - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ConflictException" - } - ] - }, - "DeleteEventAction": { - "name": "DeleteEventAction", - "http": { - "method": "DELETE", - "requestUri": "/v1/event-actions/{EventActionId}", - "responseCode": 204 - }, - "input": { - "shape": "DeleteEventActionRequest" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "DeleteRevision": { - "name": "DeleteRevision", - "http": { - "method": "DELETE", - "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}", - "responseCode": 204 - }, - "input": { - "shape": "DeleteRevisionRequest" - }, - "errors": [ - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ConflictException" - } - ] - }, - "GetAsset": { - "name": "GetAsset", - "http": { - "method": "GET", - "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}", - "responseCode": 200 - }, - "input": { - "shape": "GetAssetRequest" - }, - "output": { - "shape": "GetAssetResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "GetDataSet": { - "name": "GetDataSet", - "http": { - "method": "GET", - "requestUri": "/v1/data-sets/{DataSetId}", - "responseCode": 200 - }, - "input": { - "shape": "GetDataSetRequest" - }, - "output": { - "shape": "GetDataSetResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "GetEventAction": { - "name": "GetEventAction", - "http": { - "method": "GET", - "requestUri": "/v1/event-actions/{EventActionId}", - "responseCode": 200 - }, - "input": { - "shape": "GetEventActionRequest" - }, - "output": { - "shape": "GetEventActionResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "GetJob": { - "name": "GetJob", - "http": { - "method": "GET", - "requestUri": "/v1/jobs/{JobId}", - "responseCode": 200 - }, - "input": { - "shape": "GetJobRequest" - }, - "output": { - "shape": "GetJobResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "GetRevision": { - "name": "GetRevision", - "http": { - "method": "GET", - "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}", - "responseCode": 200 - }, - "input": { - "shape": "GetRevisionRequest" - }, - "output": { - "shape": "GetRevisionResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "ListDataSetRevisions": { - "name": "ListDataSetRevisions", - "http": { - "method": "GET", - "requestUri": "/v1/data-sets/{DataSetId}/revisions", - "responseCode": 200 - }, - "input": { - "shape": "ListDataSetRevisionsRequest" - }, - "output": { - "shape": "ListDataSetRevisionsResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "ListDataSets": { - "name": "ListDataSets", - "http": { - "method": "GET", - "requestUri": "/v1/data-sets", - "responseCode": 200 - }, - "input": { - "shape": "ListDataSetsRequest" - }, - "output": { - "shape": "ListDataSetsResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "ListEventActions": { - "name": "ListEventActions", - "http": { - "method": "GET", - "requestUri": "/v1/event-actions", - "responseCode": 200 - }, - "input": { - "shape": "ListEventActionsRequest" - }, - "output": { - "shape": "ListEventActionsResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "ListJobs": { - "name": "ListJobs", - "http": { - "method": "GET", - "requestUri": "/v1/jobs", - "responseCode": 200 - }, - "input": { - "shape": "ListJobsRequest" - }, - "output": { - "shape": "ListJobsResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "ListRevisionAssets": { - "name": "ListRevisionAssets", - "http": { - "method": "GET", - "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets", - "responseCode": 200 - }, - "input": { - "shape": "ListRevisionAssetsRequest" - }, - "output": { - "shape": "ListRevisionAssetsResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - } - ] - }, - "ListTagsForResource": { - "name": "ListTagsForResource", - "http": { - "method": "GET", - "requestUri": "/tags/{resource-arn}", - "responseCode": 200 - }, - "input": { - "shape": "ListTagsForResourceRequest" - }, - "output": { - "shape": "ListTagsForResourceResponse" - }, - "errors": [] - }, - "RevokeRevision": { - "name": "RevokeRevision", - "http": { - "method": "POST", - "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/revoke", - "responseCode": 200 - }, - "input": { - "shape": "RevokeRevisionRequest" - }, - "output": { - "shape": "RevokeRevisionResponse" - }, - "errors": [ - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ConflictException" - } - ] - }, - "SendApiAsset": { - "name": "SendApiAsset", - "http": { - "method": "POST", - "requestUri": "/v1", - "responseCode": 200 - }, - "input": { - "shape": "SendApiAssetRequest" - }, - "output": { - "shape": "SendApiAssetResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - } + "operations":{ + "CancelJob":{ + "name":"CancelJob", + "http":{ + "method":"DELETE", + "requestUri":"/v1/jobs/{JobId}", + "responseCode":204 + }, + "input":{"shape":"CancelJobRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "CreateDataSet":{ + "name":"CreateDataSet", + "http":{ + "method":"POST", + "requestUri":"/v1/data-sets", + "responseCode":201 + }, + "input":{"shape":"CreateDataSetRequest"}, + "output":{"shape":"CreateDataSetResponse"}, + "errors":[ + {"shape":"ServiceLimitExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "CreateEventAction":{ + "name":"CreateEventAction", + "http":{ + "method":"POST", + "requestUri":"/v1/event-actions", + "responseCode":201 + }, + "input":{"shape":"CreateEventActionRequest"}, + "output":{"shape":"CreateEventActionResponse"}, + "errors":[ + {"shape":"ServiceLimitExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "CreateJob":{ + "name":"CreateJob", + "http":{ + "method":"POST", + "requestUri":"/v1/jobs", + "responseCode":201 + }, + "input":{"shape":"CreateJobRequest"}, + "output":{"shape":"CreateJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "CreateRevision":{ + "name":"CreateRevision", + "http":{ + "method":"POST", + "requestUri":"/v1/data-sets/{DataSetId}/revisions", + "responseCode":201 + }, + "input":{"shape":"CreateRevisionRequest"}, + "output":{"shape":"CreateRevisionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "DeleteAsset":{ + "name":"DeleteAsset", + "http":{ + "method":"DELETE", + "requestUri":"/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}", + "responseCode":204 + }, + "input":{"shape":"DeleteAssetRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "DeleteDataSet":{ + "name":"DeleteDataSet", + "http":{ + "method":"DELETE", + "requestUri":"/v1/data-sets/{DataSetId}", + "responseCode":204 + }, + "input":{"shape":"DeleteDataSetRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "DeleteEventAction":{ + "name":"DeleteEventAction", + "http":{ + "method":"DELETE", + "requestUri":"/v1/event-actions/{EventActionId}", + "responseCode":204 + }, + "input":{"shape":"DeleteEventActionRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "DeleteRevision":{ + "name":"DeleteRevision", + "http":{ + "method":"DELETE", + "requestUri":"/v1/data-sets/{DataSetId}/revisions/{RevisionId}", + "responseCode":204 + }, + "input":{"shape":"DeleteRevisionRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetAsset":{ + "name":"GetAsset", + "http":{ + "method":"GET", + "requestUri":"/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}", + "responseCode":200 + }, + "input":{"shape":"GetAssetRequest"}, + "output":{"shape":"GetAssetResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetDataSet":{ + "name":"GetDataSet", + "http":{ + "method":"GET", + "requestUri":"/v1/data-sets/{DataSetId}", + "responseCode":200 + }, + "input":{"shape":"GetDataSetRequest"}, + "output":{"shape":"GetDataSetResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetEventAction":{ + "name":"GetEventAction", + "http":{ + "method":"GET", + "requestUri":"/v1/event-actions/{EventActionId}", + "responseCode":200 + }, + "input":{"shape":"GetEventActionRequest"}, + "output":{"shape":"GetEventActionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetJob":{ + "name":"GetJob", + "http":{ + "method":"GET", + "requestUri":"/v1/jobs/{JobId}", + "responseCode":200 + }, + "input":{"shape":"GetJobRequest"}, + "output":{"shape":"GetJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetRevision":{ + "name":"GetRevision", + "http":{ + "method":"GET", + "requestUri":"/v1/data-sets/{DataSetId}/revisions/{RevisionId}", + "responseCode":200 + }, + "input":{"shape":"GetRevisionRequest"}, + "output":{"shape":"GetRevisionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListDataSetRevisions":{ + "name":"ListDataSetRevisions", + "http":{ + "method":"GET", + "requestUri":"/v1/data-sets/{DataSetId}/revisions", + "responseCode":200 + }, + "input":{"shape":"ListDataSetRevisionsRequest"}, + "output":{"shape":"ListDataSetRevisionsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListDataSets":{ + "name":"ListDataSets", + "http":{ + "method":"GET", + "requestUri":"/v1/data-sets", + "responseCode":200 + }, + "input":{"shape":"ListDataSetsRequest"}, + "output":{"shape":"ListDataSetsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListEventActions":{ + "name":"ListEventActions", + "http":{ + "method":"GET", + "requestUri":"/v1/event-actions", + "responseCode":200 + }, + "input":{"shape":"ListEventActionsRequest"}, + "output":{"shape":"ListEventActionsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListJobs":{ + "name":"ListJobs", + "http":{ + "method":"GET", + "requestUri":"/v1/jobs", + "responseCode":200 + }, + "input":{"shape":"ListJobsRequest"}, + "output":{"shape":"ListJobsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListRevisionAssets":{ + "name":"ListRevisionAssets", + "http":{ + "method":"GET", + "requestUri":"/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets", + "responseCode":200 + }, + "input":{"shape":"ListRevisionAssetsRequest"}, + "output":{"shape":"ListRevisionAssetsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{ResourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"} + }, + "RevokeRevision":{ + "name":"RevokeRevision", + "http":{ + "method":"POST", + "requestUri":"/v1/data-sets/{DataSetId}/revisions/{RevisionId}/revoke", + "responseCode":200 + }, + "input":{"shape":"RevokeRevisionRequest"}, + "output":{"shape":"RevokeRevisionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "SendApiAsset":{ + "name":"SendApiAsset", + "http":{ + "method":"POST", + "requestUri":"/v1", + "responseCode":200 + }, + "input":{"shape":"SendApiAssetRequest"}, + "output":{"shape":"SendApiAssetResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} ], - "endpoint": { - "hostPrefix": "api-fulfill." - } - }, - "StartJob": { - "name": "StartJob", - "http": { - "method": "PATCH", - "requestUri": "/v1/jobs/{JobId}", - "responseCode": 202 - }, - "input": { - "shape": "StartJobRequest" - }, - "output": { - "shape": "StartJobResponse" - }, - "errors": [ - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ConflictException" - } - ] - }, - "TagResource": { - "name": "TagResource", - "http": { - "method": "POST", - "requestUri": "/tags/{resource-arn}", - "responseCode": 204 - }, - "input": { - "shape": "TagResourceRequest" - }, - "errors": [] - }, - "UntagResource": { - "name": "UntagResource", - "http": { - "method": "DELETE", - "requestUri": "/tags/{resource-arn}", - "responseCode": 204 - }, - "input": { - "shape": "UntagResourceRequest" - }, - "errors": [] - }, - "UpdateAsset": { - "name": "UpdateAsset", - "http": { - "method": "PATCH", - "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}", - "responseCode": 200 - }, - "input": { - "shape": "UpdateAssetRequest" - }, - "output": { - "shape": "UpdateAssetResponse" - }, - "errors": [ - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ConflictException" - } - ] - }, - "UpdateDataSet": { - "name": "UpdateDataSet", - "http": { - "method": "PATCH", - "requestUri": "/v1/data-sets/{DataSetId}", - "responseCode": 200 - }, - "input": { - "shape": "UpdateDataSetRequest" - }, - "output": { - "shape": "UpdateDataSetResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - } - ] - }, - "UpdateEventAction": { - "name": "UpdateEventAction", - "http": { - "method": "PATCH", - "requestUri": "/v1/event-actions/{EventActionId}", - "responseCode": 200 - }, - "input": { - "shape": "UpdateEventActionRequest" - }, - "output": { - "shape": "UpdateEventActionResponse" - }, - "errors": [ - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - } - ] - }, - "UpdateRevision": { - "name": "UpdateRevision", - "http": { - "method": "PATCH", - "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}", - "responseCode": 200 - }, - "input": { - "shape": "UpdateRevisionRequest" - }, - "output": { - "shape": "UpdateRevisionResponse" - }, - "errors": [ - { - "shape": "ValidationException" - }, - { - "shape": "InternalServerException" - }, - { - "shape": "AccessDeniedException" - }, - { - "shape": "ResourceNotFoundException" - }, - { - "shape": "ThrottlingException" - }, - { - "shape": "ConflictException" - } + "endpoint":{"hostPrefix":"api-fulfill."} + }, + "StartJob":{ + "name":"StartJob", + "http":{ + "method":"PATCH", + "requestUri":"/v1/jobs/{JobId}", + "responseCode":202 + }, + "input":{"shape":"StartJobRequest"}, + "output":{"shape":"StartJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{ResourceArn}", + "responseCode":204 + }, + "input":{"shape":"TagResourceRequest"} + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{ResourceArn}", + "responseCode":204 + }, + "input":{"shape":"UntagResourceRequest"}, + "idempotent":true + }, + "UpdateAsset":{ + "name":"UpdateAsset", + "http":{ + "method":"PATCH", + "requestUri":"/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}", + "responseCode":200 + }, + "input":{"shape":"UpdateAssetRequest"}, + "output":{"shape":"UpdateAssetResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "UpdateDataSet":{ + "name":"UpdateDataSet", + "http":{ + "method":"PATCH", + "requestUri":"/v1/data-sets/{DataSetId}", + "responseCode":200 + }, + "input":{"shape":"UpdateDataSetRequest"}, + "output":{"shape":"UpdateDataSetResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "UpdateEventAction":{ + "name":"UpdateEventAction", + "http":{ + "method":"PATCH", + "requestUri":"/v1/event-actions/{EventActionId}", + "responseCode":200 + }, + "input":{"shape":"UpdateEventActionRequest"}, + "output":{"shape":"UpdateEventActionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "UpdateRevision":{ + "name":"UpdateRevision", + "http":{ + "method":"PATCH", + "requestUri":"/v1/data-sets/{DataSetId}/revisions/{RevisionId}", + "responseCode":200 + }, + "input":{"shape":"UpdateRevisionRequest"}, + "output":{"shape":"UpdateRevisionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} ] } }, - "shapes": { - "AccessDeniedException": { - "type": "structure", - "members": { - "Message": { - "shape": "__string" - } - }, - "required": [ - "Message" - ], - "exception": true, - "error": { - "httpStatusCode": 403 + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"__string"} + }, + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "Action":{ + "type":"structure", + "members":{ + "ExportRevisionToS3":{"shape":"AutoExportRevisionToS3RequestDetails"} } }, - "Action": { - "type": "structure", - "members": { - "ExportRevisionToS3": { - "shape": "AutoExportRevisionToS3RequestDetails" - } + "ApiDescription":{"type":"string"}, + "ApiGatewayApiAsset":{ + "type":"structure", + "members":{ + "ApiDescription":{"shape":"ApiDescription"}, + "ApiEndpoint":{"shape":"__string"}, + "ApiId":{"shape":"__string"}, + "ApiKey":{"shape":"__string"}, + "ApiName":{"shape":"__string"}, + "ApiSpecificationDownloadUrl":{"shape":"__string"}, + "ApiSpecificationDownloadUrlExpiresAt":{"shape":"Timestamp"}, + "ProtocolType":{"shape":"ProtocolType"}, + "Stage":{"shape":"__string"} } }, - "ApiDescription": { - "type": "string" - }, - "ApiGatewayApiAsset": { - "type": "structure", - "members": { - "ApiDescription": { - "shape": "ApiDescription" - }, - "ApiEndpoint": { - "shape": "__string" - }, - "ApiId": { - "shape": "__string" - }, - "ApiKey": { - "shape": "__string" - }, - "ApiName": { - "shape": "__string" - }, - "ApiSpecificationDownloadUrl": { - "shape": "__string" - }, - "ApiSpecificationDownloadUrlExpiresAt": { - "shape": "Timestamp" - }, - "ProtocolType": { - "shape": "ProtocolType" - }, - "Stage": { - "shape": "__string" - } + "Arn":{"type":"string"}, + "AssetDestinationEntry":{ + "type":"structure", + "required":[ + "AssetId", + "Bucket" + ], + "members":{ + "AssetId":{"shape":"Id"}, + "Bucket":{"shape":"__string"}, + "Key":{"shape":"__string"} } }, - "Arn": { - "type": "string" - }, - "AssetDestinationEntry": { - "type": "structure", - "members": { - "AssetId": { - "shape": "Id" - }, - "Bucket": { - "shape": "__string" - }, - "Key": { - "shape": "__string" - } - }, - "required": [ - "Bucket", - "AssetId" - ] - }, - "AssetDetails": { - "type": "structure", - "members": { - "S3SnapshotAsset": { - "shape": "S3SnapshotAsset" - }, - "RedshiftDataShareAsset": { - "shape": "RedshiftDataShareAsset" - }, - "ApiGatewayApiAsset": { - "shape": "ApiGatewayApiAsset" - } + "AssetDetails":{ + "type":"structure", + "members":{ + "S3SnapshotAsset":{"shape":"S3SnapshotAsset"}, + "RedshiftDataShareAsset":{"shape":"RedshiftDataShareAsset"}, + "ApiGatewayApiAsset":{"shape":"ApiGatewayApiAsset"} } }, - "AssetEntry": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "AssetDetails": { - "shape": "AssetDetails" - }, - "AssetType": { - "shape": "AssetType" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "Id": { - "shape": "Id" - }, - "Name": { - "shape": "AssetName" - }, - "RevisionId": { - "shape": "Id" - }, - "SourceId": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - } - }, - "required": [ + "AssetEntry":{ + "type":"structure", + "required":[ + "Arn", + "AssetDetails", "AssetType", "CreatedAt", "DataSetId", "Id", - "Arn", - "AssetDetails", - "UpdatedAt", + "Name", "RevisionId", - "Name" - ] - }, - "AssetName": { - "type": "string" + "UpdatedAt" + ], + "members":{ + "Arn":{"shape":"Arn"}, + "AssetDetails":{"shape":"AssetDetails"}, + "AssetType":{"shape":"AssetType"}, + "CreatedAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "Id":{"shape":"Id"}, + "Name":{"shape":"AssetName"}, + "RevisionId":{"shape":"Id"}, + "SourceId":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} + } }, - "AssetSourceEntry": { - "type": "structure", - "members": { - "Bucket": { - "shape": "__string" - }, - "Key": { - "shape": "__string" - } - }, - "required": [ + "AssetName":{"type":"string"}, + "AssetSourceEntry":{ + "type":"structure", + "required":[ "Bucket", "Key" - ] + ], + "members":{ + "Bucket":{"shape":"__string"}, + "Key":{"shape":"__string"} + } }, - "AssetType": { - "type": "string", - "enum": [ + "AssetType":{ + "type":"string", + "enum":[ "S3_SNAPSHOT", "REDSHIFT_DATA_SHARE", "API_GATEWAY_API" ] }, - "AutoExportRevisionDestinationEntry": { - "type": "structure", - "members": { - "Bucket": { - "shape": "__string" - }, - "KeyPattern": { - "shape": "__string" - } - }, - "required": [ - "Bucket" - ] + "AutoExportRevisionDestinationEntry":{ + "type":"structure", + "required":["Bucket"], + "members":{ + "Bucket":{"shape":"__string"}, + "KeyPattern":{"shape":"__string"} + } }, - "AutoExportRevisionToS3RequestDetails": { - "type": "structure", - "members": { - "Encryption": { - "shape": "ExportServerSideEncryption" - }, - "RevisionDestination": { - "shape": "AutoExportRevisionDestinationEntry" - } - }, - "required": [ - "RevisionDestination" - ] + "AutoExportRevisionToS3RequestDetails":{ + "type":"structure", + "required":["RevisionDestination"], + "members":{ + "Encryption":{"shape":"ExportServerSideEncryption"}, + "RevisionDestination":{"shape":"AutoExportRevisionDestinationEntry"} + } }, - "CancelJobRequest": { - "type": "structure", - "members": { - "JobId": { - "shape": "__string", - "location": "uri", - "locationName": "JobId" + "CancelJobRequest":{ + "type":"structure", + "required":["JobId"], + "members":{ + "JobId":{ + "shape":"__string", + "location":"uri", + "locationName":"JobId" } - }, - "required": [ - "JobId" - ] + } }, - "Code": { - "type": "string", - "enum": [ + "Code":{ + "type":"string", + "enum":[ "ACCESS_DENIED_EXCEPTION", "INTERNAL_SERVER_EXCEPTION", "MALWARE_DETECTED", @@ -1055,1127 +617,703 @@ "MALWARE_SCAN_ENCRYPTED_FILE" ] }, - "ConflictException": { - "type": "structure", - "members": { - "Message": { - "shape": "__string" - }, - "ResourceId": { - "shape": "__string" - }, - "ResourceType": { - "shape": "ResourceType" - } + "ConflictException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"__string"}, + "ResourceId":{"shape":"__string"}, + "ResourceType":{"shape":"ResourceType"} }, - "required": [ - "Message" - ], - "exception": true, - "error": { - "httpStatusCode": 409 - } - }, - "CreateDataSetRequest": { - "type": "structure", - "members": { - "AssetType": { - "shape": "AssetType" - }, - "Description": { - "shape": "Description" - }, - "Name": { - "shape": "Name" - }, - "Tags": { - "shape": "MapOf__string" - } + "error":{ + "httpStatusCode":409, + "senderFault":true }, - "required": [ + "exception":true + }, + "CreateDataSetRequest":{ + "type":"structure", + "required":[ "AssetType", "Description", "Name" - ] + ], + "members":{ + "AssetType":{"shape":"AssetType"}, + "Description":{"shape":"Description"}, + "Name":{"shape":"Name"}, + "Tags":{"shape":"MapOf__string"} + } }, - "CreateDataSetResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "AssetType": { - "shape": "AssetType" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Description": { - "shape": "Description" - }, - "Id": { - "shape": "Id" - }, - "Name": { - "shape": "Name" - }, - "Origin": { - "shape": "Origin" - }, - "OriginDetails": { - "shape": "OriginDetails" - }, - "SourceId": { - "shape": "Id" - }, - "Tags": { - "shape": "MapOf__string" - }, - "UpdatedAt": { - "shape": "Timestamp" - } + "CreateDataSetResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "AssetType":{"shape":"AssetType"}, + "CreatedAt":{"shape":"Timestamp"}, + "Description":{"shape":"Description"}, + "Id":{"shape":"Id"}, + "Name":{"shape":"Name"}, + "Origin":{"shape":"Origin"}, + "OriginDetails":{"shape":"OriginDetails"}, + "SourceId":{"shape":"Id"}, + "Tags":{"shape":"MapOf__string"}, + "UpdatedAt":{"shape":"Timestamp"} } }, - "CreateEventActionRequest": { - "type": "structure", - "members": { - "Action": { - "shape": "Action" - }, - "Event": { - "shape": "Event" - } - }, - "required": [ + "CreateEventActionRequest":{ + "type":"structure", + "required":[ "Action", "Event" - ] + ], + "members":{ + "Action":{"shape":"Action"}, + "Event":{"shape":"Event"} + } }, - "CreateEventActionResponse": { - "type": "structure", - "members": { - "Action": { - "shape": "Action" - }, - "Arn": { - "shape": "Arn" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Event": { - "shape": "Event" - }, - "Id": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - } + "CreateEventActionResponse":{ + "type":"structure", + "members":{ + "Action":{"shape":"Action"}, + "Arn":{"shape":"Arn"}, + "CreatedAt":{"shape":"Timestamp"}, + "Event":{"shape":"Event"}, + "Id":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} } }, - "CreateJobRequest": { - "type": "structure", - "members": { - "Details": { - "shape": "RequestDetails" - }, - "Type": { - "shape": "Type" - } - }, - "required": [ - "Type", - "Details" - ] + "CreateJobRequest":{ + "type":"structure", + "required":[ + "Details", + "Type" + ], + "members":{ + "Details":{"shape":"RequestDetails"}, + "Type":{"shape":"Type"} + } }, - "CreateJobResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Details": { - "shape": "ResponseDetails" - }, - "Errors": { - "shape": "ListOfJobError" - }, - "Id": { - "shape": "Id" - }, - "State": { - "shape": "State" - }, - "Type": { - "shape": "Type" - }, - "UpdatedAt": { - "shape": "Timestamp" - } + "CreateJobResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "CreatedAt":{"shape":"Timestamp"}, + "Details":{"shape":"ResponseDetails"}, + "Errors":{"shape":"ListOfJobError"}, + "Id":{"shape":"Id"}, + "State":{"shape":"State"}, + "Type":{"shape":"Type"}, + "UpdatedAt":{"shape":"Timestamp"} } }, - "CreateRevisionRequest": { - "type": "structure", - "members": { - "Comment": { - "shape": "__stringMin0Max16384" - }, - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "Tags": { - "shape": "MapOf__string" - } - }, - "required": [ - "DataSetId" - ] + "CreateRevisionRequest":{ + "type":"structure", + "required":["DataSetId"], + "members":{ + "Comment":{"shape":"__stringMin0Max16384"}, + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" + }, + "Tags":{"shape":"MapOf__string"} + } }, - "CreateRevisionResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "Comment": { - "shape": "__stringMin0Max16384" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "Finalized": { - "shape": "__boolean" - }, - "Id": { - "shape": "Id" - }, - "SourceId": { - "shape": "Id" - }, - "Tags": { - "shape": "MapOf__string" - }, - "UpdatedAt": { - "shape": "Timestamp" - }, - "RevocationComment": { - "shape": "__stringMin10Max512" - }, - "Revoked": { - "shape": "__boolean" - }, - "RevokedAt": { - "shape": "Timestamp" - } + "CreateRevisionResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "Comment":{"shape":"__stringMin0Max16384"}, + "CreatedAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "Finalized":{"shape":"__boolean"}, + "Id":{"shape":"Id"}, + "SourceId":{"shape":"Id"}, + "Tags":{"shape":"MapOf__string"}, + "UpdatedAt":{"shape":"Timestamp"}, + "RevocationComment":{"shape":"__stringMin10Max512"}, + "Revoked":{"shape":"__boolean"}, + "RevokedAt":{"shape":"Timestamp"} } }, - "DataSetEntry": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "AssetType": { - "shape": "AssetType" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Description": { - "shape": "Description" - }, - "Id": { - "shape": "Id" - }, - "Name": { - "shape": "Name" - }, - "Origin": { - "shape": "Origin" - }, - "OriginDetails": { - "shape": "OriginDetails" - }, - "SourceId": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - } - }, - "required": [ - "Origin", + "DataSetEntry":{ + "type":"structure", + "required":[ + "Arn", "AssetType", - "Description", "CreatedAt", + "Description", "Id", - "Arn", - "UpdatedAt", - "Name" - ] + "Name", + "Origin", + "UpdatedAt" + ], + "members":{ + "Arn":{"shape":"Arn"}, + "AssetType":{"shape":"AssetType"}, + "CreatedAt":{"shape":"Timestamp"}, + "Description":{"shape":"Description"}, + "Id":{"shape":"Id"}, + "Name":{"shape":"Name"}, + "Origin":{"shape":"Origin"}, + "OriginDetails":{"shape":"OriginDetails"}, + "SourceId":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} + } }, - "DeleteAssetRequest": { - "type": "structure", - "members": { - "AssetId": { - "shape": "__string", - "location": "uri", - "locationName": "AssetId" - }, - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "RevisionId": { - "shape": "__string", - "location": "uri", - "locationName": "RevisionId" - } - }, - "required": [ - "RevisionId", + "DeleteAssetRequest":{ + "type":"structure", + "required":[ "AssetId", - "DataSetId" - ] - }, - "DeleteDataSetRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" + "DataSetId", + "RevisionId" + ], + "members":{ + "AssetId":{ + "shape":"__string", + "location":"uri", + "locationName":"AssetId" + }, + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" + }, + "RevisionId":{ + "shape":"__string", + "location":"uri", + "locationName":"RevisionId" } - }, - "required": [ - "DataSetId" - ] + } }, - "DeleteEventActionRequest": { - "type": "structure", - "members": { - "EventActionId": { - "shape": "__string", - "location": "uri", - "locationName": "EventActionId" + "DeleteDataSetRequest":{ + "type":"structure", + "required":["DataSetId"], + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" } - }, - "required": [ - "EventActionId" - ] + } }, - "DeleteRevisionRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "RevisionId": { - "shape": "__string", - "location": "uri", - "locationName": "RevisionId" + "DeleteEventActionRequest":{ + "type":"structure", + "required":["EventActionId"], + "members":{ + "EventActionId":{ + "shape":"__string", + "location":"uri", + "locationName":"EventActionId" } - }, - "required": [ - "RevisionId", - "DataSetId" - ] - }, - "Description": { - "type": "string" + } }, - "Details": { - "type": "structure", - "members": { - "ImportAssetFromSignedUrlJobErrorDetails": { - "shape": "ImportAssetFromSignedUrlJobErrorDetails" + "DeleteRevisionRequest":{ + "type":"structure", + "required":[ + "DataSetId", + "RevisionId" + ], + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" }, - "ImportAssetsFromS3JobErrorDetails": { - "shape": "ListOfAssetSourceEntry" + "RevisionId":{ + "shape":"__string", + "location":"uri", + "locationName":"RevisionId" } } }, - "Event": { - "type": "structure", - "members": { - "RevisionPublished": { - "shape": "RevisionPublished" - } + "Description":{"type":"string"}, + "Details":{ + "type":"structure", + "members":{ + "ImportAssetFromSignedUrlJobErrorDetails":{"shape":"ImportAssetFromSignedUrlJobErrorDetails"}, + "ImportAssetsFromS3JobErrorDetails":{"shape":"ListOfAssetSourceEntry"} } }, - "EventActionEntry": { - "type": "structure", - "members": { - "Action": { - "shape": "Action" - }, - "Arn": { - "shape": "Arn" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Event": { - "shape": "Event" - }, - "Id": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - } - }, - "required": [ + "Event":{ + "type":"structure", + "members":{ + "RevisionPublished":{"shape":"RevisionPublished"} + } + }, + "EventActionEntry":{ + "type":"structure", + "required":[ "Action", + "Arn", "CreatedAt", "Event", "Id", - "Arn", "UpdatedAt" - ] + ], + "members":{ + "Action":{"shape":"Action"}, + "Arn":{"shape":"Arn"}, + "CreatedAt":{"shape":"Timestamp"}, + "Event":{"shape":"Event"}, + "Id":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} + } }, - "ExceptionCause": { - "type": "string", - "enum": [ + "ExceptionCause":{ + "type":"string", + "enum":[ "InsufficientS3BucketPolicy", "S3AccessDenied" ] }, - "ExportAssetToSignedUrlRequestDetails": { - "type": "structure", - "members": { - "AssetId": { - "shape": "Id" - }, - "DataSetId": { - "shape": "Id" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ - "DataSetId", + "ExportAssetToSignedUrlRequestDetails":{ + "type":"structure", + "required":[ "AssetId", + "DataSetId", "RevisionId" - ] + ], + "members":{ + "AssetId":{"shape":"Id"}, + "DataSetId":{"shape":"Id"}, + "RevisionId":{"shape":"Id"} + } }, - "ExportAssetToSignedUrlResponseDetails": { - "type": "structure", - "members": { - "AssetId": { - "shape": "Id" - }, - "DataSetId": { - "shape": "Id" - }, - "RevisionId": { - "shape": "Id" - }, - "SignedUrl": { - "shape": "__string" - }, - "SignedUrlExpiresAt": { - "shape": "Timestamp" - } - }, - "required": [ - "DataSetId", + "ExportAssetToSignedUrlResponseDetails":{ + "type":"structure", + "required":[ "AssetId", + "DataSetId", "RevisionId" - ] + ], + "members":{ + "AssetId":{"shape":"Id"}, + "DataSetId":{"shape":"Id"}, + "RevisionId":{"shape":"Id"}, + "SignedUrl":{"shape":"__string"}, + "SignedUrlExpiresAt":{"shape":"Timestamp"} + } }, - "ExportAssetsToS3RequestDetails": { - "type": "structure", - "members": { - "AssetDestinations": { - "shape": "ListOfAssetDestinationEntry" - }, - "DataSetId": { - "shape": "Id" - }, - "Encryption": { - "shape": "ExportServerSideEncryption" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ + "ExportAssetsToS3RequestDetails":{ + "type":"structure", + "required":[ "AssetDestinations", "DataSetId", "RevisionId" - ] + ], + "members":{ + "AssetDestinations":{"shape":"ListOfAssetDestinationEntry"}, + "DataSetId":{"shape":"Id"}, + "Encryption":{"shape":"ExportServerSideEncryption"}, + "RevisionId":{"shape":"Id"} + } }, - "ExportAssetsToS3ResponseDetails": { - "type": "structure", - "members": { - "AssetDestinations": { - "shape": "ListOfAssetDestinationEntry" - }, - "DataSetId": { - "shape": "Id" - }, - "Encryption": { - "shape": "ExportServerSideEncryption" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ + "ExportAssetsToS3ResponseDetails":{ + "type":"structure", + "required":[ "AssetDestinations", "DataSetId", "RevisionId" - ] + ], + "members":{ + "AssetDestinations":{"shape":"ListOfAssetDestinationEntry"}, + "DataSetId":{"shape":"Id"}, + "Encryption":{"shape":"ExportServerSideEncryption"}, + "RevisionId":{"shape":"Id"} + } }, - "ExportRevisionsToS3RequestDetails": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "Id" - }, - "Encryption": { - "shape": "ExportServerSideEncryption" - }, - "RevisionDestinations": { - "shape": "ListOfRevisionDestinationEntry" - } - }, - "required": [ - "RevisionDestinations", - "DataSetId" - ] + "ExportRevisionsToS3RequestDetails":{ + "type":"structure", + "required":[ + "DataSetId", + "RevisionDestinations" + ], + "members":{ + "DataSetId":{"shape":"Id"}, + "Encryption":{"shape":"ExportServerSideEncryption"}, + "RevisionDestinations":{"shape":"ListOfRevisionDestinationEntry"} + } }, - "ExportRevisionsToS3ResponseDetails": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "Id" - }, - "Encryption": { - "shape": "ExportServerSideEncryption" - }, - "RevisionDestinations": { - "shape": "ListOfRevisionDestinationEntry" - }, - "EventActionArn": { - "shape": "__string" - } - }, - "required": [ - "RevisionDestinations", - "DataSetId" - ] + "ExportRevisionsToS3ResponseDetails":{ + "type":"structure", + "required":[ + "DataSetId", + "RevisionDestinations" + ], + "members":{ + "DataSetId":{"shape":"Id"}, + "Encryption":{"shape":"ExportServerSideEncryption"}, + "RevisionDestinations":{"shape":"ListOfRevisionDestinationEntry"}, + "EventActionArn":{"shape":"__string"} + } }, - "ExportServerSideEncryption": { - "type": "structure", - "members": { - "KmsKeyArn": { - "shape": "__string" - }, - "Type": { - "shape": "ServerSideEncryptionTypes" - } - }, - "required": [ - "Type" - ] + "ExportServerSideEncryption":{ + "type":"structure", + "required":["Type"], + "members":{ + "KmsKeyArn":{"shape":"__string"}, + "Type":{"shape":"ServerSideEncryptionTypes"} + } }, - "GetAssetRequest": { - "type": "structure", - "members": { - "AssetId": { - "shape": "__string", - "location": "uri", - "locationName": "AssetId" - }, - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "RevisionId": { - "shape": "__string", - "location": "uri", - "locationName": "RevisionId" - } - }, - "required": [ - "RevisionId", + "GetAssetRequest":{ + "type":"structure", + "required":[ "AssetId", - "DataSetId" - ] - }, - "GetAssetResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "AssetDetails": { - "shape": "AssetDetails" - }, - "AssetType": { - "shape": "AssetType" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "Id": { - "shape": "Id" - }, - "Name": { - "shape": "AssetName" - }, - "RevisionId": { - "shape": "Id" - }, - "SourceId": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" + "DataSetId", + "RevisionId" + ], + "members":{ + "AssetId":{ + "shape":"__string", + "location":"uri", + "locationName":"AssetId" + }, + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" + }, + "RevisionId":{ + "shape":"__string", + "location":"uri", + "locationName":"RevisionId" } } }, - "GetDataSetRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - } - }, - "required": [ - "DataSetId" - ] + "GetAssetResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "AssetDetails":{"shape":"AssetDetails"}, + "AssetType":{"shape":"AssetType"}, + "CreatedAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "Id":{"shape":"Id"}, + "Name":{"shape":"AssetName"}, + "RevisionId":{"shape":"Id"}, + "SourceId":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} + } }, - "GetDataSetResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "AssetType": { - "shape": "AssetType" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Description": { - "shape": "Description" - }, - "Id": { - "shape": "Id" - }, - "Name": { - "shape": "Name" - }, - "Origin": { - "shape": "Origin" - }, - "OriginDetails": { - "shape": "OriginDetails" - }, - "SourceId": { - "shape": "Id" - }, - "Tags": { - "shape": "MapOf__string" - }, - "UpdatedAt": { - "shape": "Timestamp" + "GetDataSetRequest":{ + "type":"structure", + "required":["DataSetId"], + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" } } }, - "GetEventActionRequest": { - "type": "structure", - "members": { - "EventActionId": { - "shape": "__string", - "location": "uri", - "locationName": "EventActionId" - } - }, - "required": [ - "EventActionId" - ] + "GetDataSetResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "AssetType":{"shape":"AssetType"}, + "CreatedAt":{"shape":"Timestamp"}, + "Description":{"shape":"Description"}, + "Id":{"shape":"Id"}, + "Name":{"shape":"Name"}, + "Origin":{"shape":"Origin"}, + "OriginDetails":{"shape":"OriginDetails"}, + "SourceId":{"shape":"Id"}, + "Tags":{"shape":"MapOf__string"}, + "UpdatedAt":{"shape":"Timestamp"} + } }, - "GetEventActionResponse": { - "type": "structure", - "members": { - "Action": { - "shape": "Action" - }, - "Arn": { - "shape": "Arn" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Event": { - "shape": "Event" - }, - "Id": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" + "GetEventActionRequest":{ + "type":"structure", + "required":["EventActionId"], + "members":{ + "EventActionId":{ + "shape":"__string", + "location":"uri", + "locationName":"EventActionId" } } }, - "GetJobRequest": { - "type": "structure", - "members": { - "JobId": { - "shape": "__string", - "location": "uri", - "locationName": "JobId" - } - }, - "required": [ - "JobId" - ] + "GetEventActionResponse":{ + "type":"structure", + "members":{ + "Action":{"shape":"Action"}, + "Arn":{"shape":"Arn"}, + "CreatedAt":{"shape":"Timestamp"}, + "Event":{"shape":"Event"}, + "Id":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} + } }, - "GetJobResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Details": { - "shape": "ResponseDetails" - }, - "Errors": { - "shape": "ListOfJobError" - }, - "Id": { - "shape": "Id" - }, - "State": { - "shape": "State" - }, - "Type": { - "shape": "Type" - }, - "UpdatedAt": { - "shape": "Timestamp" + "GetJobRequest":{ + "type":"structure", + "required":["JobId"], + "members":{ + "JobId":{ + "shape":"__string", + "location":"uri", + "locationName":"JobId" } } }, - "GetRevisionRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "RevisionId": { - "shape": "__string", - "location": "uri", - "locationName": "RevisionId" - } - }, - "required": [ - "RevisionId", - "DataSetId" - ] + "GetJobResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "CreatedAt":{"shape":"Timestamp"}, + "Details":{"shape":"ResponseDetails"}, + "Errors":{"shape":"ListOfJobError"}, + "Id":{"shape":"Id"}, + "State":{"shape":"State"}, + "Type":{"shape":"Type"}, + "UpdatedAt":{"shape":"Timestamp"} + } }, - "GetRevisionResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "Comment": { - "shape": "__stringMin0Max16384" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "Finalized": { - "shape": "__boolean" - }, - "Id": { - "shape": "Id" - }, - "SourceId": { - "shape": "Id" - }, - "Tags": { - "shape": "MapOf__string" - }, - "UpdatedAt": { - "shape": "Timestamp" - }, - "RevocationComment": { - "shape": "__stringMin10Max512" - }, - "Revoked": { - "shape": "__boolean" + "GetRevisionRequest":{ + "type":"structure", + "required":[ + "DataSetId", + "RevisionId" + ], + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" }, - "RevokedAt": { - "shape": "Timestamp" + "RevisionId":{ + "shape":"__string", + "location":"uri", + "locationName":"RevisionId" } } }, - "Id": { - "type": "string" + "GetRevisionResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "Comment":{"shape":"__stringMin0Max16384"}, + "CreatedAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "Finalized":{"shape":"__boolean"}, + "Id":{"shape":"Id"}, + "SourceId":{"shape":"Id"}, + "Tags":{"shape":"MapOf__string"}, + "UpdatedAt":{"shape":"Timestamp"}, + "RevocationComment":{"shape":"__stringMin10Max512"}, + "Revoked":{"shape":"__boolean"}, + "RevokedAt":{"shape":"Timestamp"} + } }, - "ImportAssetFromApiGatewayApiRequestDetails": { - "type": "structure", - "members": { - "ApiDescription": { - "shape": "ApiDescription" - }, - "ApiId": { - "shape": "__string" - }, - "ApiKey": { - "shape": "__string" - }, - "ApiName": { - "shape": "__string" - }, - "ApiSpecificationMd5Hash": { - "shape": "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093" - }, - "DataSetId": { - "shape": "Id" - }, - "ProtocolType": { - "shape": "ProtocolType" - }, - "RevisionId": { - "shape": "Id" - }, - "Stage": { - "shape": "__string" - } - }, - "required": [ + "Id":{"type":"string"}, + "ImportAssetFromApiGatewayApiRequestDetails":{ + "type":"structure", + "required":[ + "ApiId", "ApiName", - "ProtocolType", "ApiSpecificationMd5Hash", - "Stage", "DataSetId", - "ApiId", - "RevisionId" - ] + "ProtocolType", + "RevisionId", + "Stage" + ], + "members":{ + "ApiDescription":{"shape":"ApiDescription"}, + "ApiId":{"shape":"__string"}, + "ApiKey":{"shape":"__string"}, + "ApiName":{"shape":"__string"}, + "ApiSpecificationMd5Hash":{"shape":"__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093"}, + "DataSetId":{"shape":"Id"}, + "ProtocolType":{"shape":"ProtocolType"}, + "RevisionId":{"shape":"Id"}, + "Stage":{"shape":"__string"} + } }, - "ImportAssetFromApiGatewayApiResponseDetails": { - "type": "structure", - "members": { - "ApiDescription": { - "shape": "ApiDescription" - }, - "ApiId": { - "shape": "__string" - }, - "ApiKey": { - "shape": "__string" - }, - "ApiName": { - "shape": "__string" - }, - "ApiSpecificationMd5Hash": { - "shape": "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093" - }, - "ApiSpecificationUploadUrl": { - "shape": "__string" - }, - "ApiSpecificationUploadUrlExpiresAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "ProtocolType": { - "shape": "ProtocolType" - }, - "RevisionId": { - "shape": "Id" - }, - "Stage": { - "shape": "__string" - } - }, - "required": [ - "ApiSpecificationUploadUrlExpiresAt", + "ImportAssetFromApiGatewayApiResponseDetails":{ + "type":"structure", + "required":[ + "ApiId", "ApiName", - "ProtocolType", "ApiSpecificationMd5Hash", - "Stage", + "ApiSpecificationUploadUrl", + "ApiSpecificationUploadUrlExpiresAt", "DataSetId", - "ApiId", + "ProtocolType", "RevisionId", - "ApiSpecificationUploadUrl" - ] + "Stage" + ], + "members":{ + "ApiDescription":{"shape":"ApiDescription"}, + "ApiId":{"shape":"__string"}, + "ApiKey":{"shape":"__string"}, + "ApiName":{"shape":"__string"}, + "ApiSpecificationMd5Hash":{"shape":"__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093"}, + "ApiSpecificationUploadUrl":{"shape":"__string"}, + "ApiSpecificationUploadUrlExpiresAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "ProtocolType":{"shape":"ProtocolType"}, + "RevisionId":{"shape":"Id"}, + "Stage":{"shape":"__string"} + } }, - "ImportAssetFromSignedUrlJobErrorDetails": { - "type": "structure", - "members": { - "AssetName": { - "shape": "AssetName" - } - }, - "required": [ - "AssetName" - ] + "ImportAssetFromSignedUrlJobErrorDetails":{ + "type":"structure", + "required":["AssetName"], + "members":{ + "AssetName":{"shape":"AssetName"} + } }, - "ImportAssetFromSignedUrlRequestDetails": { - "type": "structure", - "members": { - "AssetName": { - "shape": "AssetName" - }, - "DataSetId": { - "shape": "Id" - }, - "Md5Hash": { - "shape": "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ + "ImportAssetFromSignedUrlRequestDetails":{ + "type":"structure", + "required":[ + "AssetName", "DataSetId", "Md5Hash", - "AssetName", "RevisionId" - ] + ], + "members":{ + "AssetName":{"shape":"AssetName"}, + "DataSetId":{"shape":"Id"}, + "Md5Hash":{"shape":"__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093"}, + "RevisionId":{"shape":"Id"} + } }, - "ImportAssetFromSignedUrlResponseDetails": { - "type": "structure", - "members": { - "AssetName": { - "shape": "AssetName" - }, - "DataSetId": { - "shape": "Id" - }, - "Md5Hash": { - "shape": "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093" - }, - "RevisionId": { - "shape": "Id" - }, - "SignedUrl": { - "shape": "__string" - }, - "SignedUrlExpiresAt": { - "shape": "Timestamp" - } - }, - "required": [ - "DataSetId", + "ImportAssetFromSignedUrlResponseDetails":{ + "type":"structure", + "required":[ "AssetName", + "DataSetId", "RevisionId" - ] + ], + "members":{ + "AssetName":{"shape":"AssetName"}, + "DataSetId":{"shape":"Id"}, + "Md5Hash":{"shape":"__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093"}, + "RevisionId":{"shape":"Id"}, + "SignedUrl":{"shape":"__string"}, + "SignedUrlExpiresAt":{"shape":"Timestamp"} + } }, - "ImportAssetsFromRedshiftDataSharesRequestDetails": { - "type": "structure", - "members": { - "AssetSources": { - "shape": "ListOfRedshiftDataShareAssetSourceEntry" - }, - "DataSetId": { - "shape": "Id" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ - "DataSetId", + "ImportAssetsFromRedshiftDataSharesRequestDetails":{ + "type":"structure", + "required":[ "AssetSources", + "DataSetId", "RevisionId" - ] + ], + "members":{ + "AssetSources":{"shape":"ListOfRedshiftDataShareAssetSourceEntry"}, + "DataSetId":{"shape":"Id"}, + "RevisionId":{"shape":"Id"} + } }, - "ImportAssetsFromRedshiftDataSharesResponseDetails": { - "type": "structure", - "members": { - "AssetSources": { - "shape": "ListOfRedshiftDataShareAssetSourceEntry" - }, - "DataSetId": { - "shape": "Id" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ - "DataSetId", + "ImportAssetsFromRedshiftDataSharesResponseDetails":{ + "type":"structure", + "required":[ "AssetSources", + "DataSetId", "RevisionId" - ] + ], + "members":{ + "AssetSources":{"shape":"ListOfRedshiftDataShareAssetSourceEntry"}, + "DataSetId":{"shape":"Id"}, + "RevisionId":{"shape":"Id"} + } }, - "ImportAssetsFromS3RequestDetails": { - "type": "structure", - "members": { - "AssetSources": { - "shape": "ListOfAssetSourceEntry" - }, - "DataSetId": { - "shape": "Id" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ - "DataSetId", + "ImportAssetsFromS3RequestDetails":{ + "type":"structure", + "required":[ "AssetSources", + "DataSetId", "RevisionId" - ] + ], + "members":{ + "AssetSources":{"shape":"ListOfAssetSourceEntry"}, + "DataSetId":{"shape":"Id"}, + "RevisionId":{"shape":"Id"} + } }, - "ImportAssetsFromS3ResponseDetails": { - "type": "structure", - "members": { - "AssetSources": { - "shape": "ListOfAssetSourceEntry" - }, - "DataSetId": { - "shape": "Id" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ - "DataSetId", + "ImportAssetsFromS3ResponseDetails":{ + "type":"structure", + "required":[ "AssetSources", + "DataSetId", "RevisionId" - ] - }, - "InternalServerException": { - "type": "structure", - "members": { - "Message": { - "shape": "__string" - } - }, - "required": [ - "Message" ], - "exception": true, - "error": { - "httpStatusCode": 500 + "members":{ + "AssetSources":{"shape":"ListOfAssetSourceEntry"}, + "DataSetId":{"shape":"Id"}, + "RevisionId":{"shape":"Id"} } }, - "JobEntry": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Details": { - "shape": "ResponseDetails" - }, - "Errors": { - "shape": "ListOfJobError" - }, - "Id": { - "shape": "Id" - }, - "State": { - "shape": "State" - }, - "Type": { - "shape": "Type" - }, - "UpdatedAt": { - "shape": "Timestamp" - } + "InternalServerException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"__string"} }, - "required": [ - "Type", - "Details", - "State", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "JobEntry":{ + "type":"structure", + "required":[ + "Arn", "CreatedAt", + "Details", "Id", - "Arn", + "State", + "Type", "UpdatedAt" - ] + ], + "members":{ + "Arn":{"shape":"Arn"}, + "CreatedAt":{"shape":"Timestamp"}, + "Details":{"shape":"ResponseDetails"}, + "Errors":{"shape":"ListOfJobError"}, + "Id":{"shape":"Id"}, + "State":{"shape":"State"}, + "Type":{"shape":"Type"}, + "UpdatedAt":{"shape":"Timestamp"} + } }, - "JobError": { - "type": "structure", - "members": { - "Code": { - "shape": "Code" - }, - "Details": { - "shape": "Details" - }, - "LimitName": { - "shape": "JobErrorLimitName" - }, - "LimitValue": { - "shape": "__double" - }, - "Message": { - "shape": "__string" - }, - "ResourceId": { - "shape": "__string" - }, - "ResourceType": { - "shape": "JobErrorResourceTypes" - } - }, - "required": [ - "Message", - "Code" - ] + "JobError":{ + "type":"structure", + "required":[ + "Code", + "Message" + ], + "members":{ + "Code":{"shape":"Code"}, + "Details":{"shape":"Details"}, + "LimitName":{"shape":"JobErrorLimitName"}, + "LimitValue":{"shape":"__double"}, + "Message":{"shape":"__string"}, + "ResourceId":{"shape":"__string"}, + "ResourceType":{"shape":"JobErrorResourceTypes"} + } }, - "JobErrorLimitName": { - "type": "string", - "enum": [ + "JobErrorLimitName":{ + "type":"string", + "enum":[ "Assets per revision", "Asset size in GB", "Amazon Redshift datashare assets per revision" ] }, - "JobErrorResourceTypes": { - "type": "string", - "enum": [ + "JobErrorResourceTypes":{ + "type":"string", + "enum":[ "REVISION", "ASSET", "DATA_SET" ] }, - "LimitName": { - "type": "string", - "enum": [ + "LimitName":{ + "type":"string", + "enum":[ "Products per account", "Data sets per account", "Data sets per product", @@ -2200,331 +1338,293 @@ "Revisions per Amazon API Gateway API data set" ] }, - "ListDataSetRevisionsRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "MaxResults": { - "shape": "MaxResults", - "location": "querystring", - "locationName": "maxResults" - }, - "NextToken": { - "shape": "__string", - "location": "querystring", - "locationName": "nextToken" - } - }, - "required": [ - "DataSetId" - ] - }, - "ListDataSetRevisionsResponse": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken" + "ListDataSetRevisionsRequest":{ + "type":"structure", + "required":["DataSetId"], + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" }, - "Revisions": { - "shape": "ListOfRevisionEntry" - } - } - }, - "ListDataSetsRequest": { - "type": "structure", - "members": { - "MaxResults": { - "shape": "MaxResults", - "location": "querystring", - "locationName": "maxResults" - }, - "NextToken": { - "shape": "__string", - "location": "querystring", - "locationName": "nextToken" - }, - "Origin": { - "shape": "__string", - "location": "querystring", - "locationName": "origin" - } - } - }, - "ListDataSetsResponse": { - "type": "structure", - "members": { - "DataSets": { - "shape": "ListOfDataSetEntry" + "MaxResults":{ + "shape":"MaxResults", + "location":"querystring", + "locationName":"maxResults" }, - "NextToken": { - "shape": "NextToken" + "NextToken":{ + "shape":"__string", + "location":"querystring", + "locationName":"nextToken" } } }, - "ListEventActionsRequest": { - "type": "structure", - "members": { - "EventSourceId": { - "shape": "__string", - "location": "querystring", - "locationName": "eventSourceId" - }, - "MaxResults": { - "shape": "MaxResults", - "location": "querystring", - "locationName": "maxResults" - }, - "NextToken": { - "shape": "__string", - "location": "querystring", - "locationName": "nextToken" - } - } - }, - "ListEventActionsResponse": { - "type": "structure", - "members": { - "EventActions": { - "shape": "ListOfEventActionEntry" - }, - "NextToken": { - "shape": "NextToken" - } + "ListDataSetRevisionsResponse":{ + "type":"structure", + "members":{ + "NextToken":{"shape":"NextToken"}, + "Revisions":{"shape":"ListOfRevisionEntry"} } }, - "ListJobsRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "querystring", - "locationName": "dataSetId" - }, - "MaxResults": { - "shape": "MaxResults", - "location": "querystring", - "locationName": "maxResults" + "ListDataSetsRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "location":"querystring", + "locationName":"maxResults" }, - "NextToken": { - "shape": "__string", - "location": "querystring", - "locationName": "nextToken" + "NextToken":{ + "shape":"__string", + "location":"querystring", + "locationName":"nextToken" }, - "RevisionId": { - "shape": "__string", - "location": "querystring", - "locationName": "revisionId" + "Origin":{ + "shape":"__string", + "location":"querystring", + "locationName":"origin" } } }, - "ListJobsResponse": { - "type": "structure", - "members": { - "Jobs": { - "shape": "ListOfJobEntry" + "ListDataSetsResponse":{ + "type":"structure", + "members":{ + "DataSets":{"shape":"ListOfDataSetEntry"}, + "NextToken":{"shape":"NextToken"} + } + }, + "ListEventActionsRequest":{ + "type":"structure", + "members":{ + "EventSourceId":{ + "shape":"__string", + "location":"querystring", + "locationName":"eventSourceId" }, - "NextToken": { - "shape": "NextToken" + "MaxResults":{ + "shape":"MaxResults", + "location":"querystring", + "locationName":"maxResults" + }, + "NextToken":{ + "shape":"__string", + "location":"querystring", + "locationName":"nextToken" } } }, - "ListOfAssetDestinationEntry": { - "type": "list", - "member": { - "shape": "AssetDestinationEntry" + "ListEventActionsResponse":{ + "type":"structure", + "members":{ + "EventActions":{"shape":"ListOfEventActionEntry"}, + "NextToken":{"shape":"NextToken"} } }, - "ListOfAssetSourceEntry": { - "type": "list", - "member": { - "shape": "AssetSourceEntry" + "ListJobsRequest":{ + "type":"structure", + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"querystring", + "locationName":"dataSetId" + }, + "MaxResults":{ + "shape":"MaxResults", + "location":"querystring", + "locationName":"maxResults" + }, + "NextToken":{ + "shape":"__string", + "location":"querystring", + "locationName":"nextToken" + }, + "RevisionId":{ + "shape":"__string", + "location":"querystring", + "locationName":"revisionId" + } } }, - "ListOfRedshiftDataShareAssetSourceEntry": { - "type": "list", - "member": { - "shape": "RedshiftDataShareAssetSourceEntry" + "ListJobsResponse":{ + "type":"structure", + "members":{ + "Jobs":{"shape":"ListOfJobEntry"}, + "NextToken":{"shape":"NextToken"} } }, - "ListOfRevisionDestinationEntry": { - "type": "list", - "member": { - "shape": "RevisionDestinationEntry" - } + "ListOfAssetDestinationEntry":{ + "type":"list", + "member":{"shape":"AssetDestinationEntry"} }, - "ListRevisionAssetsRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "MaxResults": { - "shape": "MaxResults", - "location": "querystring", - "locationName": "maxResults" - }, - "NextToken": { - "shape": "__string", - "location": "querystring", - "locationName": "nextToken" - }, - "RevisionId": { - "shape": "__string", - "location": "uri", - "locationName": "RevisionId" - } - }, - "required": [ - "RevisionId", - "DataSetId" - ] + "ListOfAssetEntry":{ + "type":"list", + "member":{"shape":"AssetEntry"} }, - "ListRevisionAssetsResponse": { - "type": "structure", - "members": { - "Assets": { - "shape": "ListOfAssetEntry" - }, - "NextToken": { - "shape": "NextToken" - } - } + "ListOfAssetSourceEntry":{ + "type":"list", + "member":{"shape":"AssetSourceEntry"} }, - "ListTagsForResourceRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "shape": "__string", - "location": "uri", - "locationName": "resource-arn" - } - }, - "required": [ - "ResourceArn" - ] + "ListOfDataSetEntry":{ + "type":"list", + "member":{"shape":"DataSetEntry"} + }, + "ListOfEventActionEntry":{ + "type":"list", + "member":{"shape":"EventActionEntry"} + }, + "ListOfJobEntry":{ + "type":"list", + "member":{"shape":"JobEntry"} + }, + "ListOfJobError":{ + "type":"list", + "member":{"shape":"JobError"} + }, + "ListOfRedshiftDataShareAssetSourceEntry":{ + "type":"list", + "member":{"shape":"RedshiftDataShareAssetSourceEntry"} + }, + "ListOfRevisionDestinationEntry":{ + "type":"list", + "member":{"shape":"RevisionDestinationEntry"} + }, + "ListOfRevisionEntry":{ + "type":"list", + "member":{"shape":"RevisionEntry"} }, - "ListTagsForResourceResponse": { - "type": "structure", - "members": { - "Tags": { - "shape": "MapOf__string", - "locationName": "tags" + "ListOf__string":{ + "type":"list", + "member":{"shape":"__string"} + }, + "ListRevisionAssetsRequest":{ + "type":"structure", + "required":[ + "DataSetId", + "RevisionId" + ], + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" + }, + "MaxResults":{ + "shape":"MaxResults", + "location":"querystring", + "locationName":"maxResults" + }, + "NextToken":{ + "shape":"__string", + "location":"querystring", + "locationName":"nextToken" + }, + "RevisionId":{ + "shape":"__string", + "location":"uri", + "locationName":"RevisionId" } } }, - "MaxResults": { - "type": "integer", - "min": 1, - "max": 25 + "ListRevisionAssetsResponse":{ + "type":"structure", + "members":{ + "Assets":{"shape":"ListOfAssetEntry"}, + "NextToken":{"shape":"NextToken"} + } }, - "Name": { - "type": "string" + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"__string", + "location":"uri", + "locationName":"ResourceArn" + } + } }, - "NextToken": { - "type": "string" + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "Tags":{ + "shape":"MapOf__string", + "locationName":"tags" + } + } }, - "Origin": { - "type": "string", - "enum": [ + "MapOf__string":{ + "type":"map", + "key":{"shape":"__string"}, + "value":{"shape":"__string"} + }, + "MaxResults":{ + "type":"integer", + "max":25, + "min":1 + }, + "Name":{"type":"string"}, + "NextToken":{"type":"string"}, + "Origin":{ + "type":"string", + "enum":[ "OWNED", "ENTITLED" ] }, - "OriginDetails": { - "type": "structure", - "members": { - "ProductId": { - "shape": "__string" - } - }, - "required": [ - "ProductId" - ] + "OriginDetails":{ + "type":"structure", + "required":["ProductId"], + "members":{ + "ProductId":{"shape":"__string"} + } }, - "ProtocolType": { - "type": "string", - "enum": [ - "REST" - ] + "ProtocolType":{ + "type":"string", + "enum":["REST"] }, - "RedshiftDataShareAsset": { - "type": "structure", - "members": { - "Arn": { - "shape": "__string" - } - }, - "required": [ - "Arn" - ] + "RedshiftDataShareAsset":{ + "type":"structure", + "required":["Arn"], + "members":{ + "Arn":{"shape":"__string"} + } }, - "RedshiftDataShareAssetSourceEntry": { - "type": "structure", - "members": { - "DataShareArn": { - "shape": "__string" - } - }, - "required": [ - "DataShareArn" - ] + "RedshiftDataShareAssetSourceEntry":{ + "type":"structure", + "required":["DataShareArn"], + "members":{ + "DataShareArn":{"shape":"__string"} + } }, - "RequestDetails": { - "type": "structure", - "members": { - "ExportAssetToSignedUrl": { - "shape": "ExportAssetToSignedUrlRequestDetails" - }, - "ExportAssetsToS3": { - "shape": "ExportAssetsToS3RequestDetails" - }, - "ExportRevisionsToS3": { - "shape": "ExportRevisionsToS3RequestDetails" - }, - "ImportAssetFromSignedUrl": { - "shape": "ImportAssetFromSignedUrlRequestDetails" - }, - "ImportAssetsFromS3": { - "shape": "ImportAssetsFromS3RequestDetails" - }, - "ImportAssetsFromRedshiftDataShares": { - "shape": "ImportAssetsFromRedshiftDataSharesRequestDetails" - }, - "ImportAssetFromApiGatewayApi": { - "shape": "ImportAssetFromApiGatewayApiRequestDetails" - } + "RequestDetails":{ + "type":"structure", + "members":{ + "ExportAssetToSignedUrl":{"shape":"ExportAssetToSignedUrlRequestDetails"}, + "ExportAssetsToS3":{"shape":"ExportAssetsToS3RequestDetails"}, + "ExportRevisionsToS3":{"shape":"ExportRevisionsToS3RequestDetails"}, + "ImportAssetFromSignedUrl":{"shape":"ImportAssetFromSignedUrlRequestDetails"}, + "ImportAssetsFromS3":{"shape":"ImportAssetsFromS3RequestDetails"}, + "ImportAssetsFromRedshiftDataShares":{"shape":"ImportAssetsFromRedshiftDataSharesRequestDetails"}, + "ImportAssetFromApiGatewayApi":{"shape":"ImportAssetFromApiGatewayApiRequestDetails"} } }, - "ResourceNotFoundException": { - "type": "structure", - "members": { - "Message": { - "shape": "__string" - }, - "ResourceId": { - "shape": "__string" - }, - "ResourceType": { - "shape": "ResourceType" - } + "ResourceNotFoundException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"__string"}, + "ResourceId":{"shape":"__string"}, + "ResourceType":{"shape":"ResourceType"} }, - "required": [ - "Message" - ], - "exception": true, - "error": { - "httpStatusCode": 404 - } + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true }, - "ResourceType": { - "type": "string", - "enum": [ + "ResourceType":{ + "type":"string", + "enum":[ "DATA_SET", "REVISION", "ASSET", @@ -2532,288 +1632,202 @@ "EVENT_ACTION" ] }, - "ResponseDetails": { - "type": "structure", - "members": { - "ExportAssetToSignedUrl": { - "shape": "ExportAssetToSignedUrlResponseDetails" - }, - "ExportAssetsToS3": { - "shape": "ExportAssetsToS3ResponseDetails" - }, - "ExportRevisionsToS3": { - "shape": "ExportRevisionsToS3ResponseDetails" - }, - "ImportAssetFromSignedUrl": { - "shape": "ImportAssetFromSignedUrlResponseDetails" - }, - "ImportAssetsFromS3": { - "shape": "ImportAssetsFromS3ResponseDetails" - }, - "ImportAssetsFromRedshiftDataShares": { - "shape": "ImportAssetsFromRedshiftDataSharesResponseDetails" - }, - "ImportAssetFromApiGatewayApi": { - "shape": "ImportAssetFromApiGatewayApiResponseDetails" - } + "ResponseDetails":{ + "type":"structure", + "members":{ + "ExportAssetToSignedUrl":{"shape":"ExportAssetToSignedUrlResponseDetails"}, + "ExportAssetsToS3":{"shape":"ExportAssetsToS3ResponseDetails"}, + "ExportRevisionsToS3":{"shape":"ExportRevisionsToS3ResponseDetails"}, + "ImportAssetFromSignedUrl":{"shape":"ImportAssetFromSignedUrlResponseDetails"}, + "ImportAssetsFromS3":{"shape":"ImportAssetsFromS3ResponseDetails"}, + "ImportAssetsFromRedshiftDataShares":{"shape":"ImportAssetsFromRedshiftDataSharesResponseDetails"}, + "ImportAssetFromApiGatewayApi":{"shape":"ImportAssetFromApiGatewayApiResponseDetails"} } }, - "RevisionDestinationEntry": { - "type": "structure", - "members": { - "Bucket": { - "shape": "__string" - }, - "KeyPattern": { - "shape": "__string" - }, - "RevisionId": { - "shape": "Id" - } - }, - "required": [ + "RevisionDestinationEntry":{ + "type":"structure", + "required":[ "Bucket", "RevisionId" - ] + ], + "members":{ + "Bucket":{"shape":"__string"}, + "KeyPattern":{"shape":"__string"}, + "RevisionId":{"shape":"Id"} + } }, - "RevisionEntry": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "Comment": { - "shape": "__stringMin0Max16384" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "Finalized": { - "shape": "__boolean" - }, - "Id": { - "shape": "Id" - }, - "SourceId": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - }, - "RevocationComment": { - "shape": "__stringMin10Max512" - }, - "Revoked": { - "shape": "__boolean" - }, - "RevokedAt": { - "shape": "Timestamp" - } - }, - "required": [ + "RevisionEntry":{ + "type":"structure", + "required":[ + "Arn", "CreatedAt", "DataSetId", "Id", - "Arn", "UpdatedAt" - ] + ], + "members":{ + "Arn":{"shape":"Arn"}, + "Comment":{"shape":"__stringMin0Max16384"}, + "CreatedAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "Finalized":{"shape":"__boolean"}, + "Id":{"shape":"Id"}, + "SourceId":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"}, + "RevocationComment":{"shape":"__stringMin10Max512"}, + "Revoked":{"shape":"__boolean"}, + "RevokedAt":{"shape":"Timestamp"} + } }, - "RevisionPublished": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "Id" - } - }, - "required": [ - "DataSetId" - ] + "RevisionPublished":{ + "type":"structure", + "required":["DataSetId"], + "members":{ + "DataSetId":{"shape":"Id"} + } }, - "RevokeRevisionRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "RevisionId": { - "shape": "__string", - "location": "uri", - "locationName": "RevisionId" - }, - "RevocationComment": { - "shape": "__stringMin10Max512" - } - }, - "required": [ - "RevisionId", + "RevokeRevisionRequest":{ + "type":"structure", + "required":[ "DataSetId", + "RevisionId", "RevocationComment" - ] + ], + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" + }, + "RevisionId":{ + "shape":"__string", + "location":"uri", + "locationName":"RevisionId" + }, + "RevocationComment":{"shape":"__stringMin10Max512"} + } }, - "RevokeRevisionResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "Comment": { - "shape": "__stringMin0Max16384" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "Finalized": { - "shape": "__boolean" - }, - "Id": { - "shape": "Id" - }, - "RevocationComment": { - "shape": "__stringMin10Max512" - }, - "Revoked": { - "shape": "__boolean" - }, - "RevokedAt": { - "shape": "Timestamp" - }, - "SourceId": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - } + "RevokeRevisionResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "Comment":{"shape":"__stringMin0Max16384"}, + "CreatedAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "Finalized":{"shape":"__boolean"}, + "Id":{"shape":"Id"}, + "SourceId":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"}, + "RevocationComment":{"shape":"__stringMin10Max512"}, + "Revoked":{"shape":"__boolean"}, + "RevokedAt":{"shape":"Timestamp"} } }, - "S3SnapshotAsset": { - "type": "structure", - "members": { - "Size": { - "shape": "__doubleMin0" - } - }, - "required": [ - "Size" - ] + "S3SnapshotAsset":{ + "type":"structure", + "required":["Size"], + "members":{ + "Size":{"shape":"__doubleMin0"} + } }, - "SendApiAssetRequest": { - "type": "structure", - "members": { - "Body": { - "shape": "__string" - }, - "QueryStringParameters": { - "shape": "MapOf__string", - "location": "querystring" - }, - "AssetId": { - "shape": "__string", - "location": "header", - "locationName": "x-amzn-dataexchange-asset-id" - }, - "DataSetId": { - "shape": "__string", - "location": "header", - "locationName": "x-amzn-dataexchange-data-set-id" - }, - "RequestHeaders": { - "shape": "MapOf__string", - "location": "headers", - "locationName": "x-amzn-dataexchange-header-" - }, - "Method": { - "shape": "__string", - "location": "header", - "locationName": "x-amzn-dataexchange-http-method" - }, - "Path": { - "shape": "__string", - "location": "header", - "locationName": "x-amzn-dataexchange-path" - }, - "RevisionId": { - "shape": "__string", - "location": "header", - "locationName": "x-amzn-dataexchange-revision-id" - } - }, - "required": [ + "SendApiAssetRequest":{ + "type":"structure", + "required":[ + "AssetId", "DataSetId", - "RevisionId", - "AssetId" + "RevisionId" ], - "payload": "Body" - }, - "SendApiAssetResponse": { - "type": "structure", - "members": { - "Body": { - "shape": "__string" - }, - "ResponseHeaders": { - "shape": "MapOf__string", - "location": "headers", - "locationName": "" - } - }, - "payload": "Body" - }, - "ServerSideEncryptionTypes": { - "type": "string", - "enum": [ + "members":{ + "Body":{"shape":"__string"}, + "QueryStringParameters":{ + "shape":"MapOf__string", + "location":"querystring" + }, + "AssetId":{ + "shape":"__string", + "location":"header", + "locationName":"x-amzn-dataexchange-asset-id" + }, + "DataSetId":{ + "shape":"__string", + "location":"header", + "locationName":"x-amzn-dataexchange-data-set-id" + }, + "RequestHeaders":{ + "shape":"MapOf__string", + "location":"headers", + "locationName":"x-amzn-dataexchange-header-" + }, + "Method":{ + "shape":"__string", + "location":"header", + "locationName":"x-amzn-dataexchange-http-method" + }, + "Path":{ + "shape":"__string", + "location":"header", + "locationName":"x-amzn-dataexchange-path" + }, + "RevisionId":{ + "shape":"__string", + "location":"header", + "locationName":"x-amzn-dataexchange-revision-id" + } + }, + "payload":"Body" + }, + "SendApiAssetResponse":{ + "type":"structure", + "members":{ + "Body":{"shape":"__string"}, + "ResponseHeaders":{ + "shape":"MapOf__string", + "location":"headers", + "locationName":"" + } + }, + "payload":"Body" + }, + "ServerSideEncryptionTypes":{ + "type":"string", + "enum":[ "aws:kms", "AES256" ] }, - "ServiceLimitExceededException": { - "type": "structure", - "members": { - "LimitName": { - "shape": "LimitName" - }, - "LimitValue": { - "shape": "__double" - }, - "Message": { - "shape": "__string" - } + "ServiceLimitExceededException":{ + "type":"structure", + "required":["Message"], + "members":{ + "LimitName":{"shape":"LimitName"}, + "LimitValue":{"shape":"__double"}, + "Message":{"shape":"__string"} }, - "required": [ - "Message" - ], - "exception": true, - "error": { - "httpStatusCode": 402 - } - }, - "StartJobRequest": { - "type": "structure", - "members": { - "JobId": { - "shape": "__string", - "location": "uri", - "locationName": "JobId" - } + "error":{ + "httpStatusCode":402, + "senderFault":true }, - "required": [ - "JobId" - ] + "exception":true + }, + "StartJobRequest":{ + "type":"structure", + "required":["JobId"], + "members":{ + "JobId":{ + "shape":"__string", + "location":"uri", + "locationName":"JobId" + } + } }, - "StartJobResponse": { - "type": "structure", - "members": {} + "StartJobResponse":{ + "type":"structure", + "members":{ + } }, - "State": { - "type": "string", - "enum": [ + "State":{ + "type":"string", + "enum":[ "WAITING", "IN_PROGRESS", "ERROR", @@ -2822,46 +1836,43 @@ "TIMED_OUT" ] }, - "TagResourceRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "shape": "__string", - "location": "uri", - "locationName": "resource-arn" - }, - "Tags": { - "shape": "MapOf__string", - "locationName": "tags" - } - }, - "required": [ + "TagResourceRequest":{ + "type":"structure", + "required":[ "ResourceArn", "Tags" - ] - }, - "ThrottlingException": { - "type": "structure", - "members": { - "Message": { - "shape": "__string" - } - }, - "required": [ - "Message" ], - "exception": true, - "error": { - "httpStatusCode": 429 + "members":{ + "ResourceArn":{ + "shape":"__string", + "location":"uri", + "locationName":"ResourceArn" + }, + "Tags":{ + "shape":"MapOf__string", + "locationName":"tags" + } } }, - "Timestamp": { - "type": "timestamp", - "timestampFormat": "iso8601" + "ThrottlingException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"__string"} + }, + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true + }, + "Timestamp":{ + "type":"timestamp", + "timestampFormat":"iso8601" }, - "Type": { - "type": "string", - "enum": [ + "Type":{ + "type":"string", + "enum":[ "IMPORT_ASSETS_FROM_S3", "IMPORT_ASSET_FROM_SIGNED_URL", "EXPORT_ASSETS_TO_S3", @@ -2871,341 +1882,187 @@ "IMPORT_ASSET_FROM_API_GATEWAY_API" ] }, - "UntagResourceRequest": { - "type": "structure", - "members": { - "ResourceArn": { - "shape": "__string", - "location": "uri", - "locationName": "resource-arn" + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"__string", + "location":"uri", + "locationName":"ResourceArn" }, - "TagKeys": { - "shape": "ListOf__string", - "location": "querystring", - "locationName": "tagKeys" + "TagKeys":{ + "shape":"ListOf__string", + "location":"querystring", + "locationName":"tagKeys" } - }, - "required": [ - "TagKeys", - "ResourceArn" - ] + } }, - "UpdateAssetRequest": { - "type": "structure", - "members": { - "AssetId": { - "shape": "__string", - "location": "uri", - "locationName": "AssetId" - }, - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "Name": { - "shape": "AssetName" - }, - "RevisionId": { - "shape": "__string", - "location": "uri", - "locationName": "RevisionId" - } - }, - "required": [ - "RevisionId", + "UpdateAssetRequest":{ + "type":"structure", + "required":[ "AssetId", "DataSetId", - "Name" - ] - }, - "UpdateAssetResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "AssetDetails": { - "shape": "AssetDetails" - }, - "AssetType": { - "shape": "AssetType" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "Id": { - "shape": "Id" - }, - "Name": { - "shape": "AssetName" - }, - "RevisionId": { - "shape": "Id" - }, - "SourceId": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" + "Name", + "RevisionId" + ], + "members":{ + "AssetId":{ + "shape":"__string", + "location":"uri", + "locationName":"AssetId" + }, + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" + }, + "Name":{"shape":"AssetName"}, + "RevisionId":{ + "shape":"__string", + "location":"uri", + "locationName":"RevisionId" } } }, - "UpdateDataSetRequest": { - "type": "structure", - "members": { - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "Description": { - "shape": "Description" - }, - "Name": { - "shape": "Name" - } - }, - "required": [ - "DataSetId" - ] - }, - "UpdateDataSetResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "AssetType": { - "shape": "AssetType" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Description": { - "shape": "Description" - }, - "Id": { - "shape": "Id" - }, - "Name": { - "shape": "Name" - }, - "Origin": { - "shape": "Origin" - }, - "OriginDetails": { - "shape": "OriginDetails" - }, - "SourceId": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - } + "UpdateAssetResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "AssetDetails":{"shape":"AssetDetails"}, + "AssetType":{"shape":"AssetType"}, + "CreatedAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "Id":{"shape":"Id"}, + "Name":{"shape":"AssetName"}, + "RevisionId":{"shape":"Id"}, + "SourceId":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} } }, - "UpdateEventActionRequest": { - "type": "structure", - "members": { - "Action": { - "shape": "Action" - }, - "EventActionId": { - "shape": "__string", - "location": "uri", - "locationName": "EventActionId" - } - }, - "required": [ - "EventActionId" - ] - }, - "UpdateEventActionResponse": { - "type": "structure", - "members": { - "Action": { - "shape": "Action" - }, - "Arn": { - "shape": "Arn" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "Event": { - "shape": "Event" - }, - "Id": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - } + "UpdateDataSetRequest":{ + "type":"structure", + "required":["DataSetId"], + "members":{ + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" + }, + "Description":{"shape":"Description"}, + "Name":{"shape":"Name"} } }, - "UpdateRevisionRequest": { - "type": "structure", - "members": { - "Comment": { - "shape": "__stringMin0Max16384" - }, - "DataSetId": { - "shape": "__string", - "location": "uri", - "locationName": "DataSetId" - }, - "Finalized": { - "shape": "__boolean" - }, - "RevisionId": { - "shape": "__string", - "location": "uri", - "locationName": "RevisionId" - } - }, - "required": [ - "RevisionId", - "DataSetId" - ] - }, - "UpdateRevisionResponse": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn" - }, - "Comment": { - "shape": "__stringMin0Max16384" - }, - "CreatedAt": { - "shape": "Timestamp" - }, - "DataSetId": { - "shape": "Id" - }, - "Finalized": { - "shape": "__boolean" - }, - "Id": { - "shape": "Id" - }, - "SourceId": { - "shape": "Id" - }, - "UpdatedAt": { - "shape": "Timestamp" - }, - "RevocationComment": { - "shape": "__stringMin10Max512" - }, - "Revoked": { - "shape": "__boolean" - }, - "RevokedAt": { - "shape": "Timestamp" - } + "UpdateDataSetResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "AssetType":{"shape":"AssetType"}, + "CreatedAt":{"shape":"Timestamp"}, + "Description":{"shape":"Description"}, + "Id":{"shape":"Id"}, + "Name":{"shape":"Name"}, + "Origin":{"shape":"Origin"}, + "OriginDetails":{"shape":"OriginDetails"}, + "SourceId":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} } }, - "ValidationException": { - "type": "structure", - "members": { - "Message": { - "shape": "__string" - }, - "ExceptionCause": { - "shape": "ExceptionCause" + "UpdateEventActionRequest":{ + "type":"structure", + "required":["EventActionId"], + "members":{ + "Action":{"shape":"Action"}, + "EventActionId":{ + "shape":"__string", + "location":"uri", + "locationName":"EventActionId" } - }, - "required": [ - "Message" - ], - "exception": true, - "error": { - "httpStatusCode": 400 - } - }, - "__boolean": { - "type": "boolean" - }, - "__double": { - "type": "double" - }, - "__doubleMin0": { - "type": "double" - }, - "ListOfAssetEntry": { - "type": "list", - "member": { - "shape": "AssetEntry" } }, - "ListOfDataSetEntry": { - "type": "list", - "member": { - "shape": "DataSetEntry" + "UpdateEventActionResponse":{ + "type":"structure", + "members":{ + "Action":{"shape":"Action"}, + "Arn":{"shape":"Arn"}, + "CreatedAt":{"shape":"Timestamp"}, + "Event":{"shape":"Event"}, + "Id":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"} } }, - "ListOfEventActionEntry": { - "type": "list", - "member": { - "shape": "EventActionEntry" - } - }, - "ListOfJobEntry": { - "type": "list", - "member": { - "shape": "JobEntry" - } - }, - "ListOfJobError": { - "type": "list", - "member": { - "shape": "JobError" - } - }, - "ListOfRevisionEntry": { - "type": "list", - "member": { - "shape": "RevisionEntry" - } - }, - "ListOf__string": { - "type": "list", - "member": { - "shape": "__string" + "UpdateRevisionRequest":{ + "type":"structure", + "required":[ + "DataSetId", + "RevisionId" + ], + "members":{ + "Comment":{"shape":"__stringMin0Max16384"}, + "DataSetId":{ + "shape":"__string", + "location":"uri", + "locationName":"DataSetId" + }, + "Finalized":{"shape":"__boolean"}, + "RevisionId":{ + "shape":"__string", + "location":"uri", + "locationName":"RevisionId" + } } }, - "MapOf__string": { - "type": "map", - "key": { - "shape": "__string" - }, - "value": { - "shape": "__string" + "UpdateRevisionResponse":{ + "type":"structure", + "members":{ + "Arn":{"shape":"Arn"}, + "Comment":{"shape":"__stringMin0Max16384"}, + "CreatedAt":{"shape":"Timestamp"}, + "DataSetId":{"shape":"Id"}, + "Finalized":{"shape":"__boolean"}, + "Id":{"shape":"Id"}, + "SourceId":{"shape":"Id"}, + "UpdatedAt":{"shape":"Timestamp"}, + "RevocationComment":{"shape":"__stringMin10Max512"}, + "Revoked":{"shape":"__boolean"}, + "RevokedAt":{"shape":"Timestamp"} } }, - "__string": { - "type": "string" - }, - "__stringMin0Max16384": { - "type": "string", - "min": 0, - "max": 16384 - }, - "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093": { - "type": "string", - "min": 24, - "max": 24, - "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$" - }, - "__stringMin10Max512": { - "type": "string", - "min": 10, - "max": 512 + "ValidationException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"__string"}, + "ExceptionCause":{"shape":"ExceptionCause"} + }, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "__boolean":{"type":"boolean"}, + "__double":{"type":"double"}, + "__doubleMin0":{"type":"double"}, + "__string":{"type":"string"}, + "__stringMin0Max16384":{ + "type":"string", + "max":16384, + "min":0 + }, + "__stringMin10Max512":{ + "type":"string", + "max":512, + "min":10 + }, + "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093":{ + "type":"string", + "max":24, + "min":24, + "pattern":"(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?" } } } diff --git a/models/apis/dataexchange/2017-07-25/docs-2.json b/models/apis/dataexchange/2017-07-25/docs-2.json index 1c367cf6d9..e3ae8ff28a 100644 --- a/models/apis/dataexchange/2017-07-25/docs-2.json +++ b/models/apis/dataexchange/2017-07-25/docs-2.json @@ -1,840 +1,1134 @@ { - "version" : "2.0", - "service" : "

This is the API reference for AWS Data Exchange.

", - "operations" : { - "CancelJob" : "

This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.

", - "CreateDataSet" : "

This operation creates a data set.

", - "CreateEventAction" : "

This operation creates an event action.

", - "CreateJob" : "

This operation creates a job.

", - "CreateRevision" : "

This operation creates a revision for a data set.

", - "DeleteAsset" : "

This operation deletes an asset.

", - "DeleteDataSet" : "

This operation deletes a data set.

", - "DeleteEventAction" : "

This operation deletes the event action.

", - "DeleteRevision" : "

This operation deletes a revision.

", - "GetAsset" : "

This operation returns information about an asset.

", - "GetDataSet" : "

This operation returns information about a data set.

", - "GetEventAction" : "

This operation retrieves information about an event action.

", - "GetJob" : "

This operation returns information about a job.

", - "GetRevision" : "

This operation returns information about a revision.

", - "ListDataSetRevisions" : "

This operation lists a data set's revisions sorted by CreatedAt in descending order.

", - "ListDataSets" : "

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.

", - "ListEventActions" : "

This operation lists your event actions.

", - "ListJobs" : "

This operation lists your jobs sorted by CreatedAt in descending order.

", - "ListRevisionAssets" : "

This operation lists a revision's assets sorted alphabetically in descending order.

", - "ListTagsForResource" : "

This operation lists the tags on the resource.

", - "RevokeRevision" : "

This operation revokes subscribers' access to a revision.

", - "SendApiAsset" : "

This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.

", - "StartJob" : "

This operation starts a job.

", - "TagResource" : "

This operation tags a resource.

", - "UntagResource" : "

This operation removes one or more tags from a resource.

", - "UpdateAsset" : "

This operation updates an asset.

", - "UpdateDataSet" : "

This operation updates a data set.

", - "UpdateEventAction" : "

This operation updates the event action.

", - "UpdateRevision" : "

This operation updates a revision.

" + "version": "2.0", + "service": "

AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and access file-based data set in the AWS Cloud.

As a subscriber, you can view and access the data sets that you have an entitlement to through a subscription. You can use the APIS to download or copy your entitled data sets to Amazon S3 for use across a variety of AWS analytics and machine learning services.

As a provider, you can create and manage your data sets that you would like to publish to a product. Being able to package and provide your data sets into products requires a few steps to determine eligibility. For more information, visit the AWS Data Exchange User Guide.

A data set is a collection of data that can be changed or updated over time. Data sets can be updated using revisions, which represent a new version or incremental change to a data set. A revision contains one or more assets. An asset in AWS Data Exchange is a piece of data that can be stored as an Amazon S3 object. The asset can be a structured data file, an image file, or some other data file. Jobs are asynchronous import or export operations used to create or copy assets.

", + "operations": { + "CancelJob": "

This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.

", + "CreateDataSet": "

This operation creates a data set.

", + "CreateEventAction": "

This operation creates an event action.

", + "CreateJob": "

This operation creates a job.

", + "CreateRevision": "

This operation creates a revision for a data set.

", + "DeleteAsset": "

This operation deletes an asset.

", + "DeleteDataSet": "

This operation deletes a data set.

", + "DeleteEventAction": "

This operation deletes the event action.

", + "DeleteRevision": "

This operation deletes a revision.

", + "GetAsset": "

This operation returns information about an asset.

", + "GetDataSet": "

This operation returns information about a data set.

", + "GetEventAction": "

This operation retrieves information about an event action.

", + "GetJob": "

This operation returns information about a job.

", + "GetRevision": "

This operation returns information about a revision.

", + "ListDataSetRevisions": "

This operation lists a data set's revisions sorted by CreatedAt in descending order.

", + "ListDataSets": "

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.

", + "ListEventActions": "

This operation lists your event actions.

", + "ListJobs": "

This operation lists your jobs sorted by CreatedAt in descending order.

", + "ListRevisionAssets": "

This operation lists a revision's assets sorted alphabetically in descending order.

", + "ListTagsForResource": "

This operation lists the tags on the resource.

", + "RevokeRevision": "

This operation revokes subscribers' access to a revision.

", + "SendApiAsset": "

This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.

", + "StartJob": "

This operation starts a job.

", + "TagResource": "

This operation tags a resource.

", + "UntagResource": "

This operation removes one or more tags from a resource.

", + "UpdateAsset": "

This operation updates an asset.

", + "UpdateDataSet": "

This operation updates a data set.

", + "UpdateEventAction": "

This operation updates the event action.

", + "UpdateRevision": "

This operation updates a revision.

" }, - "shapes" : { - "AccessDeniedException" : { - "base" : "

Access to the resource is denied.

", - "refs" : { } - }, - "Action" : { - "base" : "

What occurs after a certain event.

", - "refs" : { - "CreateEventActionRequest$Action" : "

What occurs after a certain event.

", - "EventAction$Action" : "

What occurs after a certain event.

", - "EventActionEntry$Action" : "

What occurs after a certain event.

", - "UpdateEventActionRequest$Action" : "

What occurs after a certain event.

" - } - }, - "ApiDescription" : { - "base" : "

The description of the API.

", - "refs" : { - "ApiGatewayApiAsset$ApiDescription" : "

The API description of the API asset.

", - "ImportAssetFromApiGatewayApiRequestDetails$ApiDescription" : "

The API description. Markdown supported.

", - "ImportAssetFromApiGatewayApiResponseDetails$ApiDescription" : "

The API description.

" - } + "shapes": { + "AccessDeniedException": { + "base": "

Access to the resource is denied.

", + "refs": { + } + }, + "Action": { + "base": "

What occurs after a certain event.

", + "refs": { + "CreateEventActionRequest$Action": "

What occurs after a certain event.

", + "CreateEventActionResponse$Action": "

What occurs after a certain event.

", + "EventActionEntry$Action": "

What occurs after a certain event.

", + "GetEventActionResponse$Action": "

What occurs after a certain event.

", + "UpdateEventActionRequest$Action": "

What occurs after a certain event.

", + "UpdateEventActionResponse$Action": "

What occurs after a certain event.

" + } + }, + "ApiDescription": { + "base": null, + "refs": { + "ApiGatewayApiAsset$ApiDescription": "

The API description of the API asset.

", + "ImportAssetFromApiGatewayApiRequestDetails$ApiDescription": "

The API description. Markdown supported.

", + "ImportAssetFromApiGatewayApiResponseDetails$ApiDescription": "

The API description.

" + } + }, + "ApiGatewayApiAsset": { + "base": "

The API Gateway API that is the asset.

", + "refs": { + "AssetDetails$ApiGatewayApiAsset": "

Information about the API Gateway API asset.

" + } + }, + "Arn": { + "base": null, + "refs": { + "AssetEntry$Arn": "

The ARN for the asset.

", + "CreateDataSetResponse$Arn": "

The ARN for the data set.

", + "CreateEventActionResponse$Arn": "

The ARN for the event action.

", + "CreateJobResponse$Arn": "

The ARN for the job.

", + "CreateRevisionResponse$Arn": "

The ARN for the revision.

", + "DataSetEntry$Arn": "

The ARN for the data set.

", + "EventActionEntry$Arn": "

The Amazon Resource Name (ARN) for the event action.

", + "GetAssetResponse$Arn": "

The ARN for the asset.

", + "GetDataSetResponse$Arn": "

The ARN for the data set.

", + "GetEventActionResponse$Arn": "

The ARN for the event action.

", + "GetJobResponse$Arn": "

The ARN for the job.

", + "GetRevisionResponse$Arn": "

The ARN for the revision.

", + "JobEntry$Arn": "

The ARN for the job.

", + "RevisionEntry$Arn": "

The ARN for the revision.

", + "RevokeRevisionResponse$Arn": "

The ARN for the revision.

", + "UpdateAssetResponse$Arn": "

The ARN for the asset.

", + "UpdateDataSetResponse$Arn": "

The ARN for the data set.

", + "UpdateEventActionResponse$Arn": "

The ARN for the event action.

", + "UpdateRevisionResponse$Arn": "

The ARN for the revision.

" + } + }, + "AssetDestinationEntry": { + "base": "

The destination for the asset.

", + "refs": { + "ListOfAssetDestinationEntry$member": null + } + }, + "AssetDetails": { + "base": "

Information about the asset.

", + "refs": { + "AssetEntry$AssetDetails": "

Information about the asset.

", + "GetAssetResponse$AssetDetails": "

Information about the asset.

", + "UpdateAssetResponse$AssetDetails": "

Information about the asset.

" + } + }, + "AssetEntry": { + "base": "

An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare. When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.

", + "refs": { + "ListOfAssetEntry$member": null + } + }, + "AssetName": { + "base": null, + "refs": { + "AssetEntry$Name": "

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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.

", + "GetAssetResponse$Name": "

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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.

", + "ImportAssetFromSignedUrlJobErrorDetails$AssetName": "

Information about the job error.

", + "ImportAssetFromSignedUrlRequestDetails$AssetName": "

The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.

", + "ImportAssetFromSignedUrlResponseDetails$AssetName": "

The name for the asset associated with this import job.

", + "UpdateAssetRequest$Name": "

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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.

", + "UpdateAssetResponse$Name": "

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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.

" + } + }, + "AssetSourceEntry": { + "base": "

The source of the assets.

", + "refs": { + "ListOfAssetSourceEntry$member": null + } + }, + "AssetType": { + "base": null, + "refs": { + "AssetEntry$AssetType": "

The type of asset that is added to a data set.

", + "CreateDataSetRequest$AssetType": "

The type of asset that is added to a data set.

", + "CreateDataSetResponse$AssetType": "

The type of asset that is added to a data set.

", + "DataSetEntry$AssetType": "

The type of asset that is added to a data set.

", + "GetAssetResponse$AssetType": "

The type of asset that is added to a data set.

", + "GetDataSetResponse$AssetType": "

The type of asset that is added to a data set.

", + "UpdateAssetResponse$AssetType": "

The type of asset that is added to a data set.

", + "UpdateDataSetResponse$AssetType": "

The type of asset that is added to a data set.

" + } + }, + "AutoExportRevisionDestinationEntry": { + "base": "

A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.

", + "refs": { + "AutoExportRevisionToS3RequestDetails$RevisionDestination": "

A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.

" + } + }, + "AutoExportRevisionToS3RequestDetails": { + "base": "

Details of the operation to be performed by the job.

", + "refs": { + "Action$ExportRevisionToS3": "

Details for the export revision to Amazon S3 action.

" + } + }, + "CancelJobRequest": { + "base": null, + "refs": { + } + }, + "Code": { + "base": null, + "refs": { + "JobError$Code": "

The code for the job error.

" + } + }, + "ConflictException": { + "base": "

The request couldn't be completed because it conflicted with the current state of the resource.

", + "refs": { + } + }, + "CreateDataSetRequest": { + "base": null, + "refs": { + } + }, + "CreateDataSetResponse": { + "base": null, + "refs": { + } + }, + "CreateEventActionRequest": { + "base": null, + "refs": { + } + }, + "CreateEventActionResponse": { + "base": null, + "refs": { + } + }, + "CreateJobRequest": { + "base": null, + "refs": { + } + }, + "CreateJobResponse": { + "base": null, + "refs": { + } + }, + "CreateRevisionRequest": { + "base": null, + "refs": { + } + }, + "CreateRevisionResponse": { + "base": null, + "refs": { + } + }, + "DataSetEntry": { + "base": "

A data set is an AWS resource with one or more revisions.

", + "refs": { + "ListOfDataSetEntry$member": null + } + }, + "DeleteAssetRequest": { + "base": null, + "refs": { + } + }, + "DeleteDataSetRequest": { + "base": null, + "refs": { + } + }, + "DeleteEventActionRequest": { + "base": null, + "refs": { + } + }, + "DeleteRevisionRequest": { + "base": null, + "refs": { + } + }, + "Description": { + "base": null, + "refs": { + "CreateDataSetRequest$Description": "

A description for the data set. This value can be up to 16,348 characters long.

", + "CreateDataSetResponse$Description": "

The description for the data set.

", + "DataSetEntry$Description": "

The description for the data set.

", + "GetDataSetResponse$Description": "

The description for the data set.

", + "UpdateDataSetRequest$Description": "

The description for the data set.

", + "UpdateDataSetResponse$Description": "

The description for the data set.

" + } + }, + "Details": { + "base": "

Information about the job error.

", + "refs": { + "JobError$Details": "

The details about the job error.

" + } + }, + "Event": { + "base": "

What occurs to start an action.

", + "refs": { + "CreateEventActionRequest$Event": "

What occurs to start an action.

", + "CreateEventActionResponse$Event": "

What occurs to start an action.

", + "EventActionEntry$Event": "

What occurs to start an action.

", + "GetEventActionResponse$Event": "

What occurs to start an action.

", + "UpdateEventActionResponse$Event": "

What occurs to start an action.

" + } + }, + "EventActionEntry": { + "base": "

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.

", + "refs": { + "ListOfEventActionEntry$member": null + } + }, + "ExceptionCause": { + "base": null, + "refs": { + "ValidationException$ExceptionCause": "

The unique identifier for the resource that couldn't be found.

" + } + }, + "ExportAssetToSignedUrlRequestDetails": { + "base": "

Details of the operation to be performed by the job.

", + "refs": { + "RequestDetails$ExportAssetToSignedUrl": "

Details about the export to signed URL request.

" + } + }, + "ExportAssetToSignedUrlResponseDetails": { + "base": "

The details of the export to signed URL response.

", + "refs": { + "ResponseDetails$ExportAssetToSignedUrl": "

Details for the export to signed URL response.

" + } + }, + "ExportAssetsToS3RequestDetails": { + "base": "

Details of the operation to be performed by the job.

", + "refs": { + "RequestDetails$ExportAssetsToS3": "

Details about the export to Amazon S3 request.

" + } + }, + "ExportAssetsToS3ResponseDetails": { + "base": "

Details about the export to Amazon S3 response.

", + "refs": { + "ResponseDetails$ExportAssetsToS3": "

Details for the export to Amazon S3 response.

" + } + }, + "ExportRevisionsToS3RequestDetails": { + "base": "

Details of the operation to be performed by the job.

", + "refs": { + "RequestDetails$ExportRevisionsToS3": "

Details about the export to Amazon S3 request.

" + } + }, + "ExportRevisionsToS3ResponseDetails": { + "base": "

Details about the export revisions to Amazon S3 response.

", + "refs": { + "ResponseDetails$ExportRevisionsToS3": "

Details for the export revisions to Amazon S3 response.

" + } + }, + "ExportServerSideEncryption": { + "base": "

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.

", + "refs": { + "AutoExportRevisionToS3RequestDetails$Encryption": "

Encryption configuration for the auto export job.

", + "ExportAssetsToS3RequestDetails$Encryption": "

Encryption configuration for the export job.

", + "ExportAssetsToS3ResponseDetails$Encryption": "

Encryption configuration of the export job.

", + "ExportRevisionsToS3RequestDetails$Encryption": "

Encryption configuration for the export job.

", + "ExportRevisionsToS3ResponseDetails$Encryption": "

Encryption configuration of the export job.

" + } + }, + "GetAssetRequest": { + "base": null, + "refs": { + } + }, + "GetAssetResponse": { + "base": null, + "refs": { + } + }, + "GetDataSetRequest": { + "base": null, + "refs": { + } + }, + "GetDataSetResponse": { + "base": null, + "refs": { + } + }, + "GetEventActionRequest": { + "base": null, + "refs": { + } + }, + "GetEventActionResponse": { + "base": null, + "refs": { + } + }, + "GetJobRequest": { + "base": null, + "refs": { + } + }, + "GetJobResponse": { + "base": null, + "refs": { + } + }, + "GetRevisionRequest": { + "base": null, + "refs": { + } + }, + "GetRevisionResponse": { + "base": null, + "refs": { + } + }, + "Id": { + "base": null, + "refs": { + "AssetDestinationEntry$AssetId": "

The unique identifier for the asset.

", + "AssetEntry$DataSetId": "

The unique identifier for the data set associated with this asset.

", + "AssetEntry$Id": "

The unique identifier for the asset.

", + "AssetEntry$RevisionId": "

The unique identifier for the revision associated with this asset.

", + "AssetEntry$SourceId": "

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.

", + "CreateDataSetResponse$Id": "

The unique identifier for the data set.

", + "CreateDataSetResponse$SourceId": "

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.

", + "CreateEventActionResponse$Id": "

The unique identifier for the event action.

", + "CreateJobResponse$Id": "

The unique identifier for the job.

", + "CreateRevisionResponse$DataSetId": "

The unique identifier for the data set associated with this revision.

", + "CreateRevisionResponse$Id": "

The unique identifier for the revision.

", + "CreateRevisionResponse$SourceId": "

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.

", + "DataSetEntry$Id": "

The unique identifier for the data set.

", + "DataSetEntry$SourceId": "

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.

", + "EventActionEntry$Id": "

The unique identifier for the event action.

", + "ExportAssetToSignedUrlRequestDetails$AssetId": "

The unique identifier for the asset that is exported to a signed URL.

", + "ExportAssetToSignedUrlRequestDetails$DataSetId": "

The unique identifier for the data set associated with this export job.

", + "ExportAssetToSignedUrlRequestDetails$RevisionId": "

The unique identifier for the revision associated with this export request.

", + "ExportAssetToSignedUrlResponseDetails$AssetId": "

The unique identifier for the asset associated with this export job.

", + "ExportAssetToSignedUrlResponseDetails$DataSetId": "

The unique identifier for the data set associated with this export job.

", + "ExportAssetToSignedUrlResponseDetails$RevisionId": "

The unique identifier for the revision associated with this export response.

", + "ExportAssetsToS3RequestDetails$DataSetId": "

The unique identifier for the data set associated with this export job.

", + "ExportAssetsToS3RequestDetails$RevisionId": "

The unique identifier for the revision associated with this export request.

", + "ExportAssetsToS3ResponseDetails$DataSetId": "

The unique identifier for the data set associated with this export job.

", + "ExportAssetsToS3ResponseDetails$RevisionId": "

The unique identifier for the revision associated with this export response.

", + "ExportRevisionsToS3RequestDetails$DataSetId": "

The unique identifier for the data set associated with this export job.

", + "ExportRevisionsToS3ResponseDetails$DataSetId": "

The unique identifier for the data set associated with this export job.

", + "GetAssetResponse$DataSetId": "

The unique identifier for the data set associated with this asset.

", + "GetAssetResponse$Id": "

The unique identifier for the asset.

", + "GetAssetResponse$RevisionId": "

The unique identifier for the revision associated with this asset.

", + "GetAssetResponse$SourceId": "

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.

", + "GetDataSetResponse$Id": "

The unique identifier for the data set.

", + "GetDataSetResponse$SourceId": "

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.

", + "GetEventActionResponse$Id": "

The unique identifier for the event action.

", + "GetJobResponse$Id": "

The unique identifier for the job.

", + "GetRevisionResponse$DataSetId": "

The unique identifier for the data set associated with this revision.

", + "GetRevisionResponse$Id": "

The unique identifier for the revision.

", + "GetRevisionResponse$SourceId": "

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.

", + "ImportAssetFromApiGatewayApiRequestDetails$DataSetId": "

The data set ID.

", + "ImportAssetFromApiGatewayApiRequestDetails$RevisionId": "

The revision ID.

", + "ImportAssetFromApiGatewayApiResponseDetails$DataSetId": "

The data set ID.

", + "ImportAssetFromApiGatewayApiResponseDetails$RevisionId": "

The revision ID.

", + "ImportAssetFromSignedUrlRequestDetails$DataSetId": "

The unique identifier for the data set associated with this import job.

", + "ImportAssetFromSignedUrlRequestDetails$RevisionId": "

The unique identifier for the revision associated with this import request.

", + "ImportAssetFromSignedUrlResponseDetails$DataSetId": "

The unique identifier for the data set associated with this import job.

", + "ImportAssetFromSignedUrlResponseDetails$RevisionId": "

The unique identifier for the revision associated with this import response.

", + "ImportAssetsFromRedshiftDataSharesRequestDetails$DataSetId": "

The unique identifier for the data set associated with this import job.

", + "ImportAssetsFromRedshiftDataSharesRequestDetails$RevisionId": "

The unique identifier for the revision associated with this import job.

", + "ImportAssetsFromRedshiftDataSharesResponseDetails$DataSetId": "

The unique identifier for the data set associated with this import job.

", + "ImportAssetsFromRedshiftDataSharesResponseDetails$RevisionId": "

The unique identifier for the revision associated with this import job.

", + "ImportAssetsFromS3RequestDetails$DataSetId": "

The unique identifier for the data set associated with this import job.

", + "ImportAssetsFromS3RequestDetails$RevisionId": "

The unique identifier for the revision associated with this import request.

", + "ImportAssetsFromS3ResponseDetails$DataSetId": "

The unique identifier for the data set associated with this import job.

", + "ImportAssetsFromS3ResponseDetails$RevisionId": "

The unique identifier for the revision associated with this import response.

", + "JobEntry$Id": "

The unique identifier for the job.

", + "RevisionDestinationEntry$RevisionId": "

The unique identifier for the revision.

", + "RevisionEntry$DataSetId": "

The unique identifier for the data set associated with this revision.

", + "RevisionEntry$Id": "

The unique identifier for the revision.

", + "RevisionEntry$SourceId": "

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.

", + "RevisionPublished$DataSetId": "

The data set ID of the published revision.

", + "RevokeRevisionResponse$DataSetId": "

The unique identifier for the data set associated with this revision.

", + "RevokeRevisionResponse$Id": "

The unique identifier for the revision.

", + "RevokeRevisionResponse$SourceId": "

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.

", + "UpdateAssetResponse$DataSetId": "

The unique identifier for the data set associated with this asset.

", + "UpdateAssetResponse$Id": "

The unique identifier for the asset.

", + "UpdateAssetResponse$RevisionId": "

The unique identifier for the revision associated with this asset.

", + "UpdateAssetResponse$SourceId": "

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.

", + "UpdateDataSetResponse$Id": "

The unique identifier for the data set.

", + "UpdateDataSetResponse$SourceId": "

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.

", + "UpdateEventActionResponse$Id": "

The unique identifier for the event action.

", + "UpdateRevisionResponse$DataSetId": "

The unique identifier for the data set associated with this revision.

", + "UpdateRevisionResponse$Id": "

The unique identifier for the revision.

", + "UpdateRevisionResponse$SourceId": "

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.

" + } + }, + "ImportAssetFromApiGatewayApiRequestDetails": { + "base": "

The request details.

", + "refs": { + "RequestDetails$ImportAssetFromApiGatewayApi": "

Details about the import from signed URL request.

" + } + }, + "ImportAssetFromApiGatewayApiResponseDetails": { + "base": "

The response details.

", + "refs": { + "ResponseDetails$ImportAssetFromApiGatewayApi": "

The response details.

" + } + }, + "ImportAssetFromSignedUrlJobErrorDetails": { + "base": "

Information about the job error.

", + "refs": { + "Details$ImportAssetFromSignedUrlJobErrorDetails": "

Information about the job error.

" + } + }, + "ImportAssetFromSignedUrlRequestDetails": { + "base": "

Details of the operation to be performed by the job.

", + "refs": { + "RequestDetails$ImportAssetFromSignedUrl": "

Details about the import from Amazon S3 request.

" + } + }, + "ImportAssetFromSignedUrlResponseDetails": { + "base": "

The details in the response for an import request, including the signed URL and other information.

", + "refs": { + "ResponseDetails$ImportAssetFromSignedUrl": "

Details for the import from signed URL response.

" + } + }, + "ImportAssetsFromRedshiftDataSharesRequestDetails": { + "base": "

Details from an import from Amazon Redshift datashare request.

", + "refs": { + "RequestDetails$ImportAssetsFromRedshiftDataShares": "

Details from an import from Amazon Redshift datashare request.

" + } + }, + "ImportAssetsFromRedshiftDataSharesResponseDetails": { + "base": "

Details from an import from Amazon Redshift datashare response.

", + "refs": { + "ResponseDetails$ImportAssetsFromRedshiftDataShares": "

Details from an import from Amazon Redshift datashare response.

" + } + }, + "ImportAssetsFromS3RequestDetails": { + "base": "

Details of the operation to be performed by the job.

", + "refs": { + "RequestDetails$ImportAssetsFromS3": "

Information about the import asset from API Gateway API request.

" + } + }, + "ImportAssetsFromS3ResponseDetails": { + "base": "

Details from an import from Amazon S3 response.

", + "refs": { + "ResponseDetails$ImportAssetsFromS3": "

Details for the import from Amazon S3 response.

" + } + }, + "InternalServerException": { + "base": "

An exception occurred with the service.

", + "refs": { + } + }, + "JobEntry": { + "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.

", + "refs": { + "ListOfJobEntry$member": null + } + }, + "JobError": { + "base": "

An error that occurred with the job request.

", + "refs": { + "ListOfJobError$member": null + } + }, + "JobErrorLimitName": { + "base": null, + "refs": { + "JobError$LimitName": "

The name of the limit that was reached.

" + } + }, + "JobErrorResourceTypes": { + "base": null, + "refs": { + "JobError$ResourceType": "

The type of resource related to the error.

" + } + }, + "LimitName": { + "base": null, + "refs": { + "ServiceLimitExceededException$LimitName": "

The name of the limit that was reached.

" + } + }, + "ListDataSetRevisionsRequest": { + "base": null, + "refs": { + } + }, + "ListDataSetRevisionsResponse": { + "base": null, + "refs": { + } + }, + "ListDataSetsRequest": { + "base": null, + "refs": { + } + }, + "ListDataSetsResponse": { + "base": null, + "refs": { + } + }, + "ListEventActionsRequest": { + "base": null, + "refs": { + } + }, + "ListEventActionsResponse": { + "base": null, + "refs": { + } + }, + "ListJobsRequest": { + "base": null, + "refs": { + } + }, + "ListJobsResponse": { + "base": null, + "refs": { + } + }, + "ListOfAssetDestinationEntry": { + "base": null, + "refs": { + "ExportAssetsToS3RequestDetails$AssetDestinations": "

The destination for the asset.

", + "ExportAssetsToS3ResponseDetails$AssetDestinations": "

The destination in Amazon S3 where the asset is exported.

" + } + }, + "ListOfAssetEntry": { + "base": null, + "refs": { + "ListRevisionAssetsResponse$Assets": "

The asset objects listed by the request.

" + } }, - "ApiGatewayApiAsset" : { - "base" : "

The API Gateway API that is the asset.

", - "refs" : { - "AssetDetails$ApiGatewayApiAsset" : "

Information about the API Gateway API asset.

" + "ListOfAssetSourceEntry": { + "base": null, + "refs": { + "Details$ImportAssetsFromS3JobErrorDetails": "

Information about the job error.

", + "ImportAssetsFromS3RequestDetails$AssetSources": "

Is a list of S3 bucket and object key pairs.

", + "ImportAssetsFromS3ResponseDetails$AssetSources": "

Is a list of Amazon S3 bucket and object key pairs.

" } }, - "Arn" : { - "base" : "

An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

", - "refs" : { - "Asset$Arn" : "

The ARN for the asset.

", - "AssetEntry$Arn" : "

The ARN for the asset.

", - "DataSet$Arn" : "

The ARN for the data set.

", - "DataSetEntry$Arn" : "

The ARN for the data set.

", - "EventAction$Arn" : "

The ARN for the event action.

", - "EventActionEntry$Arn" : "

The Amazon Resource Name (ARN) for the event action.

", - "Job$Arn" : "

The ARN for the job.

", - "JobEntry$Arn" : "

The ARN for the job.

", - "Revision$Arn" : "

The ARN for the revision.

", - "RevisionEntry$Arn" : "

The ARN for the revision.

", - "TaggedDataSet$Arn" : "

The ARN for the data set.

", - "TaggedRevision$Arn" : "

The ARN for the revision.

" - } - }, - "Asset" : { - "base" : "

An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare. When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.

", - "refs" : { } - }, - "AssetDestinationEntry" : { - "base" : "

The destination for the asset.

", - "refs" : { - "ListOfAssetDestinationEntry$member" : null - } - }, - "AssetDetails" : { - "base" : "

Information about the asset.

", - "refs" : { - "Asset$AssetDetails" : "

Information about the asset.

", - "AssetEntry$AssetDetails" : "

Information about the asset.

" - } - }, - "AssetEntry" : { - "base" : "

An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare. When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.

", - "refs" : { - "ListOfAssetEntry$member" : null + "ListOfDataSetEntry": { + "base": null, + "refs": { + "ListDataSetsResponse$DataSets": "

The data set objects listed by the request.

" } - }, - "AssetName" : { - "base" : "

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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.

", - "refs" : { - "Asset$Name" : "

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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.

", - "AssetEntry$Name" : "

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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.

", - "ImportAssetFromSignedUrlJobErrorDetails$AssetName" : "

Information about the job error.

", - "ImportAssetFromSignedUrlRequestDetails$AssetName" : "

The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.

", - "ImportAssetFromSignedUrlResponseDetails$AssetName" : "

The name for the asset associated with this import job.

", - "UpdateAssetRequest$Name" : "

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. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.

" + }, + "ListOfEventActionEntry": { + "base": null, + "refs": { + "ListEventActionsResponse$EventActions": "

The event action objects listed by the request.

" } }, - "AssetSourceEntry" : { - "base" : "

The source of the assets.

", - "refs" : { - "ListOfAssetSourceEntry$member" : null + "ListOfJobEntry": { + "base": null, + "refs": { + "ListJobsResponse$Jobs": "

The jobs listed by the request.

" } }, - "AssetType" : { - "base" : "

The type of asset that is added to a data set.

", - "refs" : { - "Asset$AssetType" : "

The type of asset that is added to a data set.

", - "AssetEntry$AssetType" : "

The type of asset that is added to a data set.

", - "CreateDataSetRequest$AssetType" : "

The type of asset that is added to a data set.

", - "DataSet$AssetType" : "

The type of asset that is added to a data set.

", - "DataSetEntry$AssetType" : "

The type of asset that is added to a data set.

", - "TaggedDataSet$AssetType" : "

The type of asset that is added to a data set.

" + "ListOfJobError": { + "base": null, + "refs": { + "CreateJobResponse$Errors": "

The errors associated with jobs.

", + "GetJobResponse$Errors": "

The errors associated with jobs.

", + "JobEntry$Errors": "

Errors for jobs.

" } }, - "AutoExportRevisionDestinationEntry" : { - "base" : "

A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.

", - "refs" : { - "AutoExportRevisionToS3RequestDetails$RevisionDestination" : "

A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.

" + "ListOfRedshiftDataShareAssetSourceEntry": { + "base": null, + "refs": { + "ImportAssetsFromRedshiftDataSharesRequestDetails$AssetSources": "

A list of Amazon Redshift datashare assets.

", + "ImportAssetsFromRedshiftDataSharesResponseDetails$AssetSources": "

A list of Amazon Redshift datashare asset sources.

" } }, - "AutoExportRevisionToS3RequestDetails" : { - "base" : "

Details of the operation to be performed by the job.

", - "refs" : { - "Action$ExportRevisionToS3" : "

Details for the export revision to Amazon S3 action.

" + "ListOfRevisionDestinationEntry": { + "base": null, + "refs": { + "ExportRevisionsToS3RequestDetails$RevisionDestinations": "

The destination for the revision.

", + "ExportRevisionsToS3ResponseDetails$RevisionDestinations": "

The destination in Amazon S3 where the revision is exported.

" } }, - "Body" : { - "base" : "

The API request body should be exactly what you to send to the provider's asset. There is no need to wrap it or to send JSON.

", - "refs" : { } + "ListOfRevisionEntry": { + "base": null, + "refs": { + "ListDataSetRevisionsResponse$Revisions": "

The asset objects listed by the request.

" + } }, - "Code" : { - "base" : null, - "refs" : { - "JobError$Code" : "The code for the job error." + "ListOf__string": { + "base": null, + "refs": { + "UntagResourceRequest$TagKeys": "

The key tags.

" } }, - "ConflictException" : { - "base" : "

The request couldn't be completed because it conflicted with the current state of the resource.

", - "refs" : { } + "ListRevisionAssetsRequest": { + "base": null, + "refs": { + } }, - "CreateDataSetRequest" : { - "base" : "

A request to create a data set that contains one or more revisions.

", - "refs" : { } + "ListRevisionAssetsResponse": { + "base": null, + "refs": { + } }, - "CreateEventActionRequest" : { - "base" : "

A request to create an event action.

", - "refs" : { } + "ListTagsForResourceRequest": { + "base": null, + "refs": { + } }, - "CreateJobRequest" : { - "base" : "

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.

", - "refs" : { } + "ListTagsForResourceResponse": { + "base": null, + "refs": { + } }, - "CreateRevisionRequest" : { - "base" : "

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.

", - "refs" : { } + "MapOf__string": { + "base": null, + "refs": { + "CreateDataSetRequest$Tags": "

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.

", + "CreateDataSetResponse$Tags": "

The tags for the data set.

", + "CreateRevisionRequest$Tags": "

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.

", + "CreateRevisionResponse$Tags": "

The tags for the revision.

", + "GetDataSetResponse$Tags": "

The tags for the data set.

", + "GetRevisionResponse$Tags": "

The tags for the revision.

", + "ListTagsForResourceResponse$Tags": "

A label that consists of a customer-defined key and an optional value.

", + "SendApiAssetRequest$QueryStringParameters": "

Attach query string parameters to the end of the URI (for example, /v1/examplePath?exampleParam=exampleValue).

", + "SendApiAssetRequest$RequestHeaders": "

Any header value prefixed with x-amzn-dataexchange-header- will have that stripped before sending the Asset API request. Use this when you want to override a header that AWS Data Exchange uses. Alternatively, you can use the header without a prefix to the HTTP request.

", + "SendApiAssetResponse$ResponseHeaders": "

The response headers from the underlying API tracked by the API asset.

", + "TagResourceRequest$Tags": "

A label that consists of a customer-defined key and an optional value.

" + } }, - "DataSet" : { - "base" : "

A data set is an AWS resource with one or more revisions.

", - "refs" : { } + "MaxResults": { + "base": null, + "refs": { + "ListDataSetRevisionsRequest$MaxResults": "

The maximum number of results returned by a single call.

", + "ListDataSetsRequest$MaxResults": "

The maximum number of results returned by a single call.

", + "ListEventActionsRequest$MaxResults": "

The maximum number of results returned by a single call.

", + "ListJobsRequest$MaxResults": "

The maximum number of results returned by a single call.

", + "ListRevisionAssetsRequest$MaxResults": "

The maximum number of results returned by a single call.

" + } }, - "DataSetEntry" : { - "base" : "

A data set is an AWS resource with one or more revisions.

", - "refs" : { - "ListOfDataSetEntry$member" : null + "Name": { + "base": null, + "refs": { + "CreateDataSetRequest$Name": "

The name of the data set.

", + "CreateDataSetResponse$Name": "

The name of the data set.

", + "DataSetEntry$Name": "

The name of the data set.

", + "GetDataSetResponse$Name": "

The name of the data set.

", + "UpdateDataSetRequest$Name": "

The name of the data set.

", + "UpdateDataSetResponse$Name": "

The name of the data set.

" } }, - "Description" : { - "base" : "

A description of a resource.

", - "refs" : { - "CreateDataSetRequest$Description" : "

A description for the data set. This value can be up to 16,348 characters long.

", - "DataSet$Description" : "

The description for the data set.

", - "DataSetEntry$Description" : "

The description for the data set.

", - "TaggedDataSet$Description" : "

The description for the data set.

", - "UpdateDataSetRequest$Description" : "

The description for the data set.

" + "NextToken": { + "base": null, + "refs": { + "ListDataSetRevisionsResponse$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListDataSetsResponse$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListEventActionsResponse$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListJobsResponse$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListRevisionAssetsResponse$NextToken": "

The token value retrieved from a previous call to access the next page of results.

" } }, - "Details" : { - "base" : "

Information about the job error.

", - "refs" : { - "JobError$Details" : "

The details about the job error.

" - } - }, - "Event" : { - "base" : "

What occurs to start an action.

", - "refs" : { - "CreateEventActionRequest$Event" : "

What occurs to start an action.

", - "EventAction$Event" : "

What occurs to start an action.

", - "EventActionEntry$Event" : "

What occurs to start an action.

" - } - }, - "EventAction" : { - "base" : "

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.

", - "refs" : { } - }, - "EventActionEntry" : { - "base" : "

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.

", - "refs" : { - "ListOfEventActionEntry$member" : null - } - }, - "ExceptionCause" : { - "base" : null, - "refs" : { - "ValidationException$ExceptionCause" : "

The message that informs you about what the exception was.

" - } - }, - "ExportAssetToSignedUrlRequestDetails" : { - "base" : "

Details of the operation to be performed by the job.

", - "refs" : { - "RequestDetails$ExportAssetToSignedUrl" : "

Details about the export to signed URL request.

" - } - }, - "ExportAssetToSignedUrlResponseDetails" : { - "base" : "

The details of the export to signed URL response.

", - "refs" : { - "ResponseDetails$ExportAssetToSignedUrl" : "

Details for the export to signed URL response.

" - } - }, - "ExportAssetsToS3RequestDetails" : { - "base" : "

Details of the operation to be performed by the job.

", - "refs" : { - "RequestDetails$ExportAssetsToS3" : "

Details about the export to Amazon S3 request.

" - } - }, - "ExportAssetsToS3ResponseDetails" : { - "base" : "

Details about the export to Amazon S3 response.

", - "refs" : { - "ResponseDetails$ExportAssetsToS3" : "

Details for the export to Amazon S3 response.

" - } - }, - "ExportRevisionsToS3RequestDetails" : { - "base" : "

Details of the operation to be performed by the job.

", - "refs" : { - "RequestDetails$ExportRevisionsToS3" : "

Details about the export to Amazon S3 request.

" - } - }, - "ExportRevisionsToS3ResponseDetails" : { - "base" : "

Details about the export revisions to Amazon S3 response.

", - "refs" : { - "ResponseDetails$ExportRevisionsToS3" : "

Details for the export revisions to Amazon S3 response.

" - } - }, - "ExportServerSideEncryption" : { - "base" : "

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.

", - "refs" : { - "AutoExportRevisionToS3RequestDetails$Encryption" : "

Encryption configuration for the auto export job.

", - "ExportAssetsToS3RequestDetails$Encryption" : "

Encryption configuration for the export job.

", - "ExportAssetsToS3ResponseDetails$Encryption" : "

Encryption configuration of the export job.

", - "ExportRevisionsToS3RequestDetails$Encryption" : "

Encryption configuration for the export job.

", - "ExportRevisionsToS3ResponseDetails$Encryption" : "

Encryption configuration of the export job.

" - } - }, - "Id" : { - "base" : "

A unique identifier.

", - "refs" : { - "Asset$DataSetId" : "

The unique identifier for the data set associated with this asset.

", - "Asset$Id" : "

The unique identifier for the asset.

", - "Asset$RevisionId" : "

The unique identifier for the revision associated with this asset.

", - "Asset$SourceId" : "

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.

", - "AssetDestinationEntry$AssetId" : "

The unique identifier for the asset.

", - "AssetEntry$DataSetId" : "

The unique identifier for the data set associated with this asset.

", - "AssetEntry$Id" : "

The unique identifier for the asset.

", - "AssetEntry$RevisionId" : "

The unique identifier for the revision associated with this asset.

", - "AssetEntry$SourceId" : "

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.

", - "DataSet$Id" : "

The unique identifier for the data set.

", - "DataSet$SourceId" : "

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.

", - "DataSetEntry$Id" : "

The unique identifier for the data set.

", - "DataSetEntry$SourceId" : "

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.

", - "EventAction$Id" : "

The unique identifier for the event action.

", - "EventActionEntry$Id" : "

The unique identifier for the event action.

", - "ExportAssetToSignedUrlRequestDetails$AssetId" : "

The unique identifier for the asset that is exported to a signed URL.

", - "ExportAssetToSignedUrlRequestDetails$DataSetId" : "

The unique identifier for the data set associated with this export job.

", - "ExportAssetToSignedUrlRequestDetails$RevisionId" : "

The unique identifier for the revision associated with this export request.

", - "ExportAssetToSignedUrlResponseDetails$AssetId" : "

The unique identifier for the asset associated with this export job.

", - "ExportAssetToSignedUrlResponseDetails$DataSetId" : "

The unique identifier for the data set associated with this export job.

", - "ExportAssetToSignedUrlResponseDetails$RevisionId" : "

The unique identifier for the revision associated with this export response.

", - "ExportAssetsToS3RequestDetails$DataSetId" : "

The unique identifier for the data set associated with this export job.

", - "ExportAssetsToS3RequestDetails$RevisionId" : "

The unique identifier for the revision associated with this export request.

", - "ExportAssetsToS3ResponseDetails$DataSetId" : "

The unique identifier for the data set associated with this export job.

", - "ExportAssetsToS3ResponseDetails$RevisionId" : "

The unique identifier for the revision associated with this export response.

", - "ExportRevisionsToS3RequestDetails$DataSetId" : "

The unique identifier for the data set associated with this export job.

", - "ExportRevisionsToS3ResponseDetails$DataSetId" : "

The unique identifier for the data set associated with this export job.

", - "ImportAssetFromApiGatewayApiRequestDetails$DataSetId" : "

The data set ID.

", - "ImportAssetFromApiGatewayApiRequestDetails$RevisionId" : "

The revision ID.

", - "ImportAssetFromApiGatewayApiResponseDetails$DataSetId" : "

The data set ID.

", - "ImportAssetFromApiGatewayApiResponseDetails$RevisionId" : "

The revision ID.

", - "ImportAssetFromSignedUrlRequestDetails$DataSetId" : "

The unique identifier for the data set associated with this import job.

", - "ImportAssetFromSignedUrlRequestDetails$RevisionId" : "

The unique identifier for the revision associated with this import request.

", - "ImportAssetFromSignedUrlResponseDetails$DataSetId" : "

The unique identifier for the data set associated with this import job.

", - "ImportAssetFromSignedUrlResponseDetails$RevisionId" : "

The unique identifier for the revision associated with this import response.

", - "ImportAssetsFromRedshiftDataSharesRequestDetails$DataSetId" : "The unique identifier for the data set associated with this import job.", - "ImportAssetsFromRedshiftDataSharesRequestDetails$RevisionId" : "The unique identifier for the revision associated with this import job.", - "ImportAssetsFromRedshiftDataSharesResponseDetails$DataSetId" : "The unique identifier for the data set associated with this import job.", - "ImportAssetsFromRedshiftDataSharesResponseDetails$RevisionId" : "The unique identifier for the revision associated with this import job.", - "ImportAssetsFromS3RequestDetails$DataSetId" : "

The unique identifier for the data set associated with this import job.

", - "ImportAssetsFromS3RequestDetails$RevisionId" : "

The unique identifier for the revision associated with this import request.

", - "ImportAssetsFromS3ResponseDetails$DataSetId" : "

The unique identifier for the data set associated with this import job.

", - "ImportAssetsFromS3ResponseDetails$RevisionId" : "

The unique identifier for the revision associated with this import response.

", - "Job$Id" : "

The unique identifier for the job.

", - "JobEntry$Id" : "

The unique identifier for the job.

", - "Revision$DataSetId" : "

The unique identifier for the data set associated with this revision.

", - "Revision$Id" : "

The unique identifier for the revision.

", - "Revision$SourceId" : "

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.

", - "RevisionDestinationEntry$RevisionId" : "

The unique identifier for the revision.

", - "RevisionEntry$DataSetId" : "

The unique identifier for the data set associated with this revision.

", - "RevisionEntry$Id" : "

The unique identifier for the revision.

", - "RevisionEntry$SourceId" : "

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.

", - "RevisionPublished$DataSetId" : "

The data set ID of the published revision.

", - "TaggedDataSet$Id" : "

The unique identifier for the data set.

", - "TaggedDataSet$SourceId" : "

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.

", - "TaggedRevision$DataSetId" : "

The unique identifier for the data set associated with this revision.

", - "TaggedRevision$Id" : "

The unique identifier for the revision.

", - "TaggedRevision$SourceId" : "

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.

" - } - }, - "ImportAssetFromApiGatewayApiRequestDetails" : { - "base" : "

The request details.

", - "refs" : { - "RequestDetails$ImportAssetFromApiGatewayApi" : "

Information about the import asset from API Gateway API request.

" - } - }, - "ImportAssetFromApiGatewayApiResponseDetails" : { - "base" : "

The response details.

", - "refs" : { - "ResponseDetails$ImportAssetFromApiGatewayApi" : "

The response details.

" - } - }, - "ImportAssetFromSignedUrlJobErrorDetails" : { - "base" : "

Information about the job error.

", - "refs" : { - "Details$ImportAssetFromSignedUrlJobErrorDetails" : "

Information about the job error.

" - } - }, - "ImportAssetFromSignedUrlRequestDetails" : { - "base" : "

Details of the operation to be performed by the job.

", - "refs" : { - "RequestDetails$ImportAssetFromSignedUrl" : "

Details about the import from signed URL request.

" - } - }, - "ImportAssetFromSignedUrlResponseDetails" : { - "base" : "

The details in the response for an import request, including the signed URL and other information.

", - "refs" : { - "ResponseDetails$ImportAssetFromSignedUrl" : "

Details for the import from signed URL response.

" - } - }, - "ImportAssetsFromRedshiftDataSharesRequestDetails" : { - "base" : "Details from an import from Amazon Redshift datashare request.", - "refs" : { - "RequestDetails$ImportAssetsFromRedshiftDataShares" : "

Details from an import from Amazon Redshift datashare request.

" - } - }, - "ImportAssetsFromRedshiftDataSharesResponseDetails" : { - "base" : "Details from an import from Amazon Redshift datashare response.", - "refs" : { - "ResponseDetails$ImportAssetsFromRedshiftDataShares" : "

Details from an import from Amazon Redshift datashare response.

" - } - }, - "ImportAssetsFromS3RequestDetails" : { - "base" : "

Details of the operation to be performed by the job.

", - "refs" : { - "RequestDetails$ImportAssetsFromS3" : "

Details about the import from Amazon S3 request.

" - } - }, - "ImportAssetsFromS3ResponseDetails" : { - "base" : "

Details from an import from Amazon S3 response.

", - "refs" : { - "ResponseDetails$ImportAssetsFromS3" : "

Details for the import from Amazon S3 response.

" - } - }, - "InternalServerException" : { - "base" : "An exception occurred with the service.", - "refs" : { } - }, - "Job" : { - "base" : "

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.

", - "refs" : { } - }, - "JobEntry" : { - "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.", - "refs" : { - "ListOfJobEntry$member" : null - } + "Origin": { + "base": null, + "refs": { + "CreateDataSetResponse$Origin": "

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

", + "DataSetEntry$Origin": "

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

", + "GetDataSetResponse$Origin": "

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

", + "UpdateDataSetResponse$Origin": "

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

" + } }, - "JobError" : { - "base" : "An error that occurred with the job request.", - "refs" : { - "ListOfJobError$member" : null + "OriginDetails": { + "base": "

Information about the origin of the data set.

", + "refs": { + "CreateDataSetResponse$OriginDetails": "

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

", + "DataSetEntry$OriginDetails": "

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

", + "GetDataSetResponse$OriginDetails": "

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

", + "UpdateDataSetResponse$OriginDetails": "

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

" } }, - "JobErrorLimitName" : { - "base" : "The name of the limit that was reached.", - "refs" : { - "JobError$LimitName" : "

The name of the limit that was reached.

" + "ProtocolType": { + "base": null, + "refs": { + "ApiGatewayApiAsset$ProtocolType": "

The protocol type of the API asset.

", + "ImportAssetFromApiGatewayApiRequestDetails$ProtocolType": "

The protocol type.

", + "ImportAssetFromApiGatewayApiResponseDetails$ProtocolType": "

The protocol type.

" } }, - "JobErrorResourceTypes" : { - "base" : "The types of resource which the job error can apply to.", - "refs" : { - "JobError$ResourceType" : "The type of resource related to the error." + "RedshiftDataShareAsset": { + "base": "

The Amazon Redshift datashare asset.

", + "refs": { + "AssetDetails$RedshiftDataShareAsset": "

The Amazon Redshift datashare that is the asset.

" } }, - "LimitName" : { - "base" : null, - "refs" : { - "ServiceQuotaExceededException$LimitName" : "

The name of the quota that was exceeded.

" + "RedshiftDataShareAssetSourceEntry": { + "base": "

The source of the Amazon Redshift datashare asset.

", + "refs": { + "ListOfRedshiftDataShareAssetSourceEntry$member": null } }, - "ListOfAssetDestinationEntry" : { - "base" : "

The destination where the assets will be exported.

", - "refs" : { - "ExportAssetsToS3RequestDetails$AssetDestinations" : "

The destination for the asset.

", - "ExportAssetsToS3ResponseDetails$AssetDestinations" : "

The destination in Amazon S3 where the asset is exported.

" + "RequestDetails": { + "base": "

The details for the request.

", + "refs": { + "CreateJobRequest$Details": "

The details for the CreateJob request.

" } }, - "ListOfAssetSourceEntry" : { - "base" : "

The list of sources for the assets.

", - "refs" : { - "Details$ImportAssetsFromS3JobErrorDetails" : "

Information about the job error.

", - "ImportAssetsFromS3RequestDetails$AssetSources" : "

Is a list of S3 bucket and object key pairs.

", - "ImportAssetsFromS3ResponseDetails$AssetSources" : "

Is a list of Amazon S3 bucket and object key pairs.

" + "ResourceNotFoundException": { + "base": "

The resource couldn't be found.

", + "refs": { } }, - "ListOfAssets" : { - "base" : "

The asset objects listed by the request.

", - "refs" : { } + "ResourceType": { + "base": null, + "refs": { + "ConflictException$ResourceType": "

The type of the resource with the conflict.

", + "ResourceNotFoundException$ResourceType": "

The type of resource that couldn't be found.

" + } }, - "ListOfDataSets" : { - "base" : "

The data set objects listed by the request.

", - "refs" : { } + "ResponseDetails": { + "base": "

Details for the response.

", + "refs": { + "CreateJobResponse$Details": "

Details about the job.

", + "GetJobResponse$Details": "

Details about the job.

", + "JobEntry$Details": "

Details of the operation to be performed by the job, such as export destination details or import source details.

" + } }, - "ListOfEventActions" : { - "base" : "

The event entry objects listed by the request.

", - "refs" : { } + "RevisionDestinationEntry": { + "base": "

The destination where the assets in the revision will be exported.

", + "refs": { + "ListOfRevisionDestinationEntry$member": null + } }, - "ListOfJobs" : { - "base" : "

The token value retrieved from a previous call to access the next page of results.

", - "refs" : { } + "RevisionEntry": { + "base": "

A revision is a container for one or more assets.

", + "refs": { + "ListOfRevisionEntry$member": null + } }, - "ListOfRedshiftDataShareAssetSourceEntry" : { - "base" : "A list of Amazon Redshift datashare asset sources.", - "refs" : { - "ImportAssetsFromRedshiftDataSharesRequestDetails$AssetSources" : "A list of Amazon Redshift datashare assets.", - "ImportAssetsFromRedshiftDataSharesResponseDetails$AssetSources" : "A list of Amazon Redshift datashare asset sources." + "RevisionPublished": { + "base": "

Information about the published revision.

", + "refs": { + "Event$RevisionPublished": "

What occurs to start the revision publish action.

" } }, - "ListOfRevisionDestinationEntry" : { - "base" : "

The destination where the assets in the revision will be exported.

", - "refs" : { - "ExportRevisionsToS3RequestDetails$RevisionDestinations" : "

The destination for the revision.

", - "ExportRevisionsToS3ResponseDetails$RevisionDestinations" : "

The destination in Amazon S3 where the revision is exported.

" + "RevokeRevisionRequest": { + "base": null, + "refs": { } }, - "ListOfRevisions" : { - "base" : "

The revision objects listed by the request.

", - "refs" : { } + "RevokeRevisionResponse": { + "base": null, + "refs": { + } }, - "Name" : { - "base" : "The name of the model.", - "refs" : { - "CreateDataSetRequest$Name" : "

The name of the data set.

", - "DataSet$Name" : "

The name of the data set.

", - "DataSetEntry$Name" : "

The name of the data set.

", - "TaggedDataSet$Name" : "

The name of the data set.

", - "UpdateDataSetRequest$Name" : "

The name of the data set.

" + "S3SnapshotAsset": { + "base": "

The S3 object that is the asset.

", + "refs": { + "AssetDetails$S3SnapshotAsset": "

The S3 object that is the asset.

" } }, - "NextToken" : { - "base" : "

The token value retrieved from a previous call to access the next page of results.

", - "refs" : { - "ListOfAssets$NextToken" : "

The token value retrieved from a previous call to access the next page of results.

", - "ListOfDataSets$NextToken" : "

The token value retrieved from a previous call to access the next page of results.

", - "ListOfEventActions$NextToken" : "

The token value retrieved from a previous call to access the next page of results.

", - "ListOfJobs$NextToken" : "

The token value retrieved from a previous call to access the next page of results.

", - "ListOfRevisions$NextToken" : "

The token value retrieved from a previous call to access the next page of results.

" + "SendApiAssetRequest": { + "base": null, + "refs": { } }, - "Origin" : { - "base" : "

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.

", - "refs" : { - "DataSet$Origin" : "

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

", - "DataSetEntry$Origin" : "

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

", - "TaggedDataSet$Origin" : "

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

" + "SendApiAssetResponse": { + "base": null, + "refs": { } }, - "OriginDetails" : { - "base" : "

Information about the origin of the data set.

", - "refs" : { - "DataSet$OriginDetails" : "

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

", - "DataSetEntry$OriginDetails" : "

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

", - "TaggedDataSet$OriginDetails" : "

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

" + "ServerSideEncryptionTypes": { + "base": null, + "refs": { + "ExportServerSideEncryption$Type": "

The type of server side encryption used for encrypting the objects in Amazon S3.

" } }, - "ProtocolType" : { - "base" : null, - "refs" : { - "ApiGatewayApiAsset$ProtocolType" : "

The protocol type of the API asset.

", - "ImportAssetFromApiGatewayApiRequestDetails$ProtocolType" : "

The protocol type.

", - "ImportAssetFromApiGatewayApiResponseDetails$ProtocolType" : "

The protocol type.

" + "ServiceLimitExceededException": { + "base": "

The request has exceeded the quotas imposed by the service.

", + "refs": { } }, - "RedshiftDataShareAsset" : { - "base" : "The Amazon Redshift datashare asset.", - "refs" : { - "AssetDetails$RedshiftDataShareAsset" : "

The Amazon Redshift datashare that is the asset.

" + "StartJobRequest": { + "base": null, + "refs": { } }, - "RedshiftDataShareAssetSourceEntry" : { - "base" : "

The source of the Amazon Redshift datashare asset.

", - "refs" : { - "ListOfRedshiftDataShareAssetSourceEntry$member" : null + "StartJobResponse": { + "base": null, + "refs": { } }, - "RequestDetails" : { - "base" : "

The details for the request.

", - "refs" : { - "CreateJobRequest$Details" : "

The details for the CreateJob request.

" + "State": { + "base": null, + "refs": { + "CreateJobResponse$State": "

The state of the job.

", + "GetJobResponse$State": "

The state of the job.

", + "JobEntry$State": "

The state of the job.

" } }, - "ResourceNotFoundException" : { - "base" : "

The resource couldn't be found.

", - "refs" : { } + "TagResourceRequest": { + "base": null, + "refs": { + } }, - "ResourceType" : { - "base" : null, - "refs" : { - "ConflictException$ResourceType" : "

The type of the resource with the conflict.

", - "ResourceNotFoundException$ResourceType" : "

The type of resource that couldn't be found.

" + "ThrottlingException": { + "base": "

The limit on the number of requests per second was exceeded.

", + "refs": { } }, - "ResponseDetails" : { - "base" : "

Details for the response.

", - "refs" : { - "Job$Details" : "

Details about the job.

", - "JobEntry$Details" : "

Details of the operation to be performed by the job, such as export destination details or import source details.

" - } - }, - "Revision" : { - "base" : "

A revision is a container for one or more assets.

", - "refs" : { } - }, - "RevisionDestinationEntry" : { - "base" : "

The destination where the assets in the revision will be exported.

", - "refs" : { - "ListOfRevisionDestinationEntry$member" : null - } - }, - "RevisionEntry" : { - "base" : "

A revision is a container for one or more assets.

", - "refs" : { - "ListOfRevisionEntry$member" : null - } - }, - "RevisionPublished" : { - "base" : "

Information about the published revision.

", - "refs" : { - "Event$RevisionPublished" : "

What occurs to start the revision publish action.

" - } - }, - "RevokeRevisionRequest" : { - "base" : "

The request sent to revoke the revision.

", - "refs" : { } - }, - "S3SnapshotAsset" : { - "base" : "

The S3 object that is the asset.

", - "refs" : { - "AssetDetails$S3SnapshotAsset" : "

The S3 object that is the asset.

" - } - }, - "SendApiAssetResponse" : { - "base" : "

The details of the send API asset response.

", - "refs" : { } - }, - "ServerSideEncryptionTypes" : { - "base" : "

The types of encryption supported in export jobs to Amazon S3.

", - "refs" : { - "ExportServerSideEncryption$Type" : "

The type of server side encryption used for encrypting the objects in Amazon S3.

" - } - }, - "ServiceLimitExceededException" : { - "base" : "

The request has exceeded the quotas imposed by the service.

", - "refs" : { } - }, - "ServiceQuotaExceededException" : { - "base" : "

The request has exceeded the quotas imposed by the service.

", - "refs" : { } - }, - "State" : { - "base" : null, - "refs" : { - "Job$State" : "

The state of the job.

", - "JobEntry$State" : "

The state of the job.

" - } - }, - "TaggedDataSet" : { - "base" : "

A data set is an AWS resource with one or more revisions.

", - "refs" : { } - }, - "TaggedRevision" : { - "base" : "

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.

", - "refs" : { } - }, - "TagsModel" : { - "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.", - "refs" : { } - }, - "ThrottlingException" : { - "base" : "

The limit on the number of requests per second was exceeded.

", - "refs" : { } - }, - "Timestamp" : { - "base" : "

Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

", - "refs" : { - "ApiGatewayApiAsset$ApiSpecificationDownloadUrlExpiresAt" : "

The date and time that the upload URL expires, in ISO 8601 format.

", - "Asset$CreatedAt" : "

The date and time that the asset was created, in ISO 8601 format.

", - "Asset$UpdatedAt" : "

The date and time that the asset was last updated, in ISO 8601 format.

", - "AssetEntry$CreatedAt" : "

The date and time that the asset was created, in ISO 8601 format.

", - "AssetEntry$UpdatedAt" : "

The date and time that the asset was last updated, in ISO 8601 format.

", - "DataSet$CreatedAt" : "

The date and time that the data set was created, in ISO 8601 format.

", - "DataSet$UpdatedAt" : "

The date and time that the data set was last updated, in ISO 8601 format.

", - "DataSetEntry$CreatedAt" : "

The date and time that the data set was created, in ISO 8601 format.

", - "DataSetEntry$UpdatedAt" : "

The date and time that the data set was last updated, in ISO 8601 format.

", - "EventAction$CreatedAt" : "

The date and time that the event action was created, in ISO 8601 format.

", - "EventAction$UpdatedAt" : "

The date and time that the event action was last updated, in ISO 8601 format.

", - "EventActionEntry$CreatedAt" : "

The date and time that the event action was created, in ISO 8601 format.

", - "EventActionEntry$UpdatedAt" : "

The date and time that the event action was last updated, in ISO 8601 format.

", - "ExportAssetToSignedUrlResponseDetails$SignedUrlExpiresAt" : "

The date and time that the signed URL expires, in ISO 8601 format.

", - "ImportAssetFromApiGatewayApiResponseDetails$ApiSpecificationUploadUrlExpiresAt" : "

The date and time that the upload URL expires, in ISO 8601 format.

", - "ImportAssetFromSignedUrlResponseDetails$SignedUrlExpiresAt" : "

The time and date at which the signed URL expires, in ISO 8601 format.

", - "Job$CreatedAt" : "

The date and time that the job was created, in ISO 8601 format.

", - "Job$UpdatedAt" : "

The date and time that the job was last updated, in ISO 8601 format.

", - "JobEntry$CreatedAt" : "

The date and time that the job was created, in ISO 8601 format.

", - "JobEntry$UpdatedAt" : "

The date and time that the job was last updated, in ISO 8601 format.

", - "Revision$CreatedAt" : "

The date and time that the revision was created, in ISO 8601 format.

", - "Revision$RevokedAt" : "

The date and time that the revision was revoked, in ISO 8601 format.

", - "Revision$UpdatedAt" : "

The date and time that the revision was last updated, in ISO 8601 format.

", - "RevisionEntry$CreatedAt" : "

The date and time that the revision was created, in ISO 8601 format.

", - "RevisionEntry$RevokedAt" : "

The date and time that the revision was revoked, in ISO 8601 format.

", - "RevisionEntry$UpdatedAt" : "

The date and time that the revision was last updated, in ISO 8601 format.

", - "TaggedDataSet$CreatedAt" : "

The date and time that the data set was created, in ISO 8601 format.

", - "TaggedDataSet$UpdatedAt" : "

The date and time that the data set was last updated, in ISO 8601 format.

", - "TaggedRevision$CreatedAt" : "

The date and time that the revision was created, in ISO 8601 format.

", - "TaggedRevision$RevokedAt" : "

The date and time that the revision was revoked, in ISO 8601 format.

", - "TaggedRevision$UpdatedAt" : "

The date and time that the revision was last updated, in ISO 8601 format.

" - } - }, - "Type" : { - "base" : null, - "refs" : { - "CreateJobRequest$Type" : "

The type of job to be created.

", - "Job$Type" : "

The job type.

", - "JobEntry$Type" : "

The job type.

" - } - }, - "UpdateAssetRequest" : { - "base" : "

The request to update an asset.

", - "refs" : { } - }, - "UpdateDataSetRequest" : { - "base" : "

The request to update a data set.

", - "refs" : { } - }, - "UpdateEventActionRequest" : { - "base" : "

The request to update an event action.

", - "refs" : { } - }, - "UpdateRevisionRequest" : { - "base" : "

The request to update a revision.

", - "refs" : { } - }, - "ValidationException" : { - "base" : "

The request was invalid.

", - "refs" : { } - }, - "__boolean" : { - "base" : null, - "refs" : { - "Revision$Finalized" : "

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.

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.

", - "Revision$Revoked" : "

A status indicating that subscribers' access to the revision was revoked.

", - "RevisionEntry$Finalized" : "

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.

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.

", - "RevisionEntry$Revoked" : "

A status indicating that subscribers' access to the revision was revoked.

", - "TaggedRevision$Finalized" : "

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.

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.

", - "TaggedRevision$Revoked" : "

A status indicating that subscribers' access to the revision was revoked.

", - "UpdateRevisionRequest$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.

" - } - }, - "__double" : { - "base" : null, - "refs" : { - "JobError$LimitValue" : "The value of the exceeded limit.", - "ServiceQuotaExceededException$LimitValue" : "

The maximum value for the service-specific limit.

" - } - }, - "__doubleMin0" : { - "base" : null, - "refs" : { - "S3SnapshotAsset$Size" : "

The size of the S3 object that is the object.

" - } - }, - "ListOfAssetEntry" : { - "base" : null, - "refs" : { - "ListOfAssets$Assets" : "

The asset objects listed by the request.

" - } - }, - "ListOfDataSetEntry" : { - "base" : null, - "refs" : { - "ListOfDataSets$DataSets" : "

The data set objects listed by the request.

" - } - }, - "ListOfEventActionEntry" : { - "base" : null, - "refs" : { - "ListOfEventActions$EventActions" : "

The event action objects listed by the request.

" - } - }, - "ListOfJobEntry" : { - "base" : null, - "refs" : { - "ListOfJobs$Jobs" : "

The jobs listed by the request.

" - } - }, - "ListOfJobError" : { - "base" : null, - "refs" : { - "Job$Errors" : "

The errors associated with jobs.

", - "JobEntry$Errors" : "

Errors for jobs.

" - } - }, - "ListOfRevisionEntry" : { - "base" : null, - "refs" : { - "ListOfRevisions$Revisions" : "

The asset objects listed by the request.

" - } - }, - "MapOf__string" : { - "base" : null, - "refs" : { - "CreateDataSetRequest$Tags" : "

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.

", - "CreateRevisionRequest$Tags" : "

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.

", - "SendApiAssetResponse$ResponseHeaders" : "

The response headers from the underlying API tracked by the API asset.

", - "TaggedDataSet$Tags" : "

The tags for the data set.

", - "TaggedRevision$Tags" : "

The tags for the revision.

", - "TagsModel$Tags" : "A label that consists of a customer-defined key and an optional value." - } - }, - "__string" : { - "base" : null, - "refs" : { - "AccessDeniedException$Message" : "

Access to the resource is denied.

", - "ApiGatewayApiAsset$ApiEndpoint" : "

The API endpoint of the API asset.

", - "ApiGatewayApiAsset$ApiId" : "

The unique identifier of the API asset.

", - "ApiGatewayApiAsset$ApiKey" : "

The API key of the API asset.

", - "ApiGatewayApiAsset$ApiName" : "

The API name of the API asset.

", - "ApiGatewayApiAsset$ApiSpecificationDownloadUrl" : "

The download URL of the API specification of the API asset.

", - "ApiGatewayApiAsset$Stage" : "

The stage of the API asset.

", - "AssetDestinationEntry$Bucket" : "

The S3 bucket that is the destination for the asset.

", - "AssetDestinationEntry$Key" : "

The name of the object in Amazon S3 for the asset.

", - "AssetSourceEntry$Bucket" : "

The S3 bucket that's part of the source of the asset.

", - "AssetSourceEntry$Key" : "

The name of the object in Amazon S3 for the asset.

", - "AutoExportRevisionDestinationEntry$Bucket" : "

The S3 bucket that is the destination for the event action.

", - "AutoExportRevisionDestinationEntry$KeyPattern" : "

A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.

", - "Body$Body" : "

The request body.

", - "ConflictException$Message" : "

The request couldn't be completed because it conflicted with the current state of the resource.

", - "ConflictException$ResourceId" : "

The unique identifier for the resource with the conflict.

", - "ExportAssetToSignedUrlResponseDetails$SignedUrl" : "

The signed URL for the export request.

", - "ExportRevisionsToS3ResponseDetails$EventActionArn" : "

The Amazon Resource Name (ARN) of the event action.

", - "ExportServerSideEncryption$KmsKeyArn" : "

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.

", - "ImportAssetFromApiGatewayApiRequestDetails$ApiId" : "

The API Gateway API ID.

", - "ImportAssetFromApiGatewayApiRequestDetails$ApiKey" : "

The API Gateway API key.

", - "ImportAssetFromApiGatewayApiRequestDetails$ApiName" : "

The API name.

", - "ImportAssetFromApiGatewayApiRequestDetails$Stage" : "

The API stage.

", - "ImportAssetFromApiGatewayApiResponseDetails$ApiId" : "

The API ID.

", - "ImportAssetFromApiGatewayApiResponseDetails$ApiKey" : "

The API key.

", - "ImportAssetFromApiGatewayApiResponseDetails$ApiName" : "

The API name.

", - "ImportAssetFromApiGatewayApiResponseDetails$ApiSpecificationUploadUrl" : "

The upload URL of the API specification.

", - "ImportAssetFromApiGatewayApiResponseDetails$Stage" : "

The API stage.

", - "ImportAssetFromSignedUrlResponseDetails$SignedUrl" : "

The signed URL.

", - "InternalServerException$Message" : "The message identifying the service exception that occurred.", - "JobError$Message" : "The message related to the job error.", - "JobError$ResourceId" : "The unique identifier for the resource related to the error.", - "OriginDetails$ProductId" : "

The product ID of the origin of the data set.

", - "RedshiftDataShareAsset$Arn" : "The Amazon Resource Name (ARN) of the datashare asset.", - "RedshiftDataShareAssetSourceEntry$DataShareArn" : "The Amazon Resource Name (ARN) of the datashare asset.", - "ResourceNotFoundException$Message" : "

The resource couldn't be found.

", - "ResourceNotFoundException$ResourceId" : "

The unique identifier for the resource that couldn't be found.

", - "RevisionDestinationEntry$Bucket" : "

The S3 bucket that is the destination for the assets in the revision.

", - "RevisionDestinationEntry$KeyPattern" : "

A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.

", - "SendApiAssetResponse$Body" : "

The response body from the underlying API tracked by the API asset.

", - "ServiceQuotaExceededException$Message" : "

The request has exceeded the quotas imposed by the service.

", - "ThrottlingException$Message" : "

The limit on the number of requests per second was exceeded.

", - "ValidationException$Message" : "

The message that informs you about what was invalid about the request.

", - "MapOf__string$member" : null - } - }, - "__stringMin0Max16384" : { - "base" : null, - "refs" : { - "CreateRevisionRequest$Comment" : "

An optional comment about the revision.

", - "Revision$Comment" : "

An optional comment about the revision.

", - "RevisionEntry$Comment" : "

An optional comment about the revision.

", - "TaggedRevision$Comment" : "

An optional comment about the revision.

", - "UpdateRevisionRequest$Comment" : "

An optional comment about the revision.

" - } - }, - "__stringMin10Max512" : { - "base" : null, - "refs" : { - "Revision$RevocationComment" : "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", - "RevisionEntry$RevocationComment" : "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", - "RevokeRevisionRequest$RevocationComment" : "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", - "TaggedRevision$RevocationComment" : "

A required comment to inform subscribers of the reason their access to the revision was revoked.

" - } - }, - "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093" : { - "base" : null, - "refs" : { - "ImportAssetFromApiGatewayApiRequestDetails$ApiSpecificationMd5Hash" : "

The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the integrity of the file.

", - "ImportAssetFromApiGatewayApiResponseDetails$ApiSpecificationMd5Hash" : "

The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.

", - "ImportAssetFromSignedUrlRequestDetails$Md5Hash" : "

The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

", - "ImportAssetFromSignedUrlResponseDetails$Md5Hash" : "

The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

" + "Timestamp": { + "base": null, + "refs": { + "ApiGatewayApiAsset$ApiSpecificationDownloadUrlExpiresAt": "

The date and time that the upload URL expires, in ISO 8601 format.

", + "AssetEntry$CreatedAt": "

The date and time that the asset was created, in ISO 8601 format.

", + "AssetEntry$UpdatedAt": "

The date and time that the asset was last updated, in ISO 8601 format.

", + "CreateDataSetResponse$CreatedAt": "

The date and time that the data set was created, in ISO 8601 format.

", + "CreateDataSetResponse$UpdatedAt": "

The date and time that the data set was last updated, in ISO 8601 format.

", + "CreateEventActionResponse$CreatedAt": "

The date and time that the event action was created, in ISO 8601 format.

", + "CreateEventActionResponse$UpdatedAt": "

The date and time that the event action was last updated, in ISO 8601 format.

", + "CreateJobResponse$CreatedAt": "

The date and time that the job was created, in ISO 8601 format.

", + "CreateJobResponse$UpdatedAt": "

The date and time that the job was last updated, in ISO 8601 format.

", + "CreateRevisionResponse$CreatedAt": "

The date and time that the revision was created, in ISO 8601 format.

", + "CreateRevisionResponse$UpdatedAt": "

The date and time that the revision was last updated, in ISO 8601 format.

", + "CreateRevisionResponse$RevokedAt": "

The date and time that the revision was revoked, in ISO 8601 format.

", + "DataSetEntry$CreatedAt": "

The date and time that the data set was created, in ISO 8601 format.

", + "DataSetEntry$UpdatedAt": "

The date and time that the data set was last updated, in ISO 8601 format.

", + "EventActionEntry$CreatedAt": "

The date and time that the event action was created, in ISO 8601 format.

", + "EventActionEntry$UpdatedAt": "

The date and time that the event action was last updated, in ISO 8601 format.

", + "ExportAssetToSignedUrlResponseDetails$SignedUrlExpiresAt": "

The date and time that the signed URL expires, in ISO 8601 format.

", + "GetAssetResponse$CreatedAt": "

The date and time that the asset was created, in ISO 8601 format.

", + "GetAssetResponse$UpdatedAt": "

The date and time that the asset was last updated, in ISO 8601 format.

", + "GetDataSetResponse$CreatedAt": "

The date and time that the data set was created, in ISO 8601 format.

", + "GetDataSetResponse$UpdatedAt": "

The date and time that the data set was last updated, in ISO 8601 format.

", + "GetEventActionResponse$CreatedAt": "

The date and time that the event action was created, in ISO 8601 format.

", + "GetEventActionResponse$UpdatedAt": "

The date and time that the event action was last updated, in ISO 8601 format.

", + "GetJobResponse$CreatedAt": "

The date and time that the job was created, in ISO 8601 format.

", + "GetJobResponse$UpdatedAt": "

The date and time that the job was last updated, in ISO 8601 format.

", + "GetRevisionResponse$CreatedAt": "

The date and time that the revision was created, in ISO 8601 format.

", + "GetRevisionResponse$UpdatedAt": "

The date and time that the revision was last updated, in ISO 8601 format.

", + "GetRevisionResponse$RevokedAt": "

The date and time that the revision was revoked, in ISO 8601 format.

", + "ImportAssetFromApiGatewayApiResponseDetails$ApiSpecificationUploadUrlExpiresAt": "

The date and time that the upload URL expires, in ISO 8601 format.

", + "ImportAssetFromSignedUrlResponseDetails$SignedUrlExpiresAt": "

The time and date at which the signed URL expires, in ISO 8601 format.

", + "JobEntry$CreatedAt": "

The date and time that the job was created, in ISO 8601 format.

", + "JobEntry$UpdatedAt": "

The date and time that the job was last updated, in ISO 8601 format.

", + "RevisionEntry$CreatedAt": "

The date and time that the revision was created, in ISO 8601 format.

", + "RevisionEntry$UpdatedAt": "

The date and time that the revision was last updated, in ISO 8601 format.

", + "RevisionEntry$RevokedAt": "

The date and time that the revision was revoked, in ISO 8601 format.

", + "RevokeRevisionResponse$CreatedAt": "

The date and time that the revision was created, in ISO 8601 format.

", + "RevokeRevisionResponse$UpdatedAt": "

The date and time that the revision was last updated, in ISO 8601 format.

", + "RevokeRevisionResponse$RevokedAt": "

The date and time that the revision was revoked, in ISO 8601 format.

", + "UpdateAssetResponse$CreatedAt": "

The date and time that the asset was created, in ISO 8601 format.

", + "UpdateAssetResponse$UpdatedAt": "

The date and time that the asset was last updated, in ISO 8601 format.

", + "UpdateDataSetResponse$CreatedAt": "

The date and time that the data set was created, in ISO 8601 format.

", + "UpdateDataSetResponse$UpdatedAt": "

The date and time that the data set was last updated, in ISO 8601 format.

", + "UpdateEventActionResponse$CreatedAt": "

The date and time that the event action was created, in ISO 8601 format.

", + "UpdateEventActionResponse$UpdatedAt": "

The date and time that the event action was last updated, in ISO 8601 format.

", + "UpdateRevisionResponse$CreatedAt": "

The date and time that the revision was created, in ISO 8601 format.

", + "UpdateRevisionResponse$UpdatedAt": "

The date and time that the revision was last updated, in ISO 8601 format.

", + "UpdateRevisionResponse$RevokedAt": "

The date and time that the revision was revoked, in ISO 8601 format.

" + } + }, + "Type": { + "base": null, + "refs": { + "CreateJobRequest$Type": "

The type of job to be created.

", + "CreateJobResponse$Type": "

The job type.

", + "GetJobResponse$Type": "

The job type.

", + "JobEntry$Type": "

The job type.

" + } + }, + "UntagResourceRequest": { + "base": null, + "refs": { + } + }, + "UpdateAssetRequest": { + "base": null, + "refs": { + } + }, + "UpdateAssetResponse": { + "base": null, + "refs": { + } + }, + "UpdateDataSetRequest": { + "base": null, + "refs": { + } + }, + "UpdateDataSetResponse": { + "base": null, + "refs": { + } + }, + "UpdateEventActionRequest": { + "base": null, + "refs": { + } + }, + "UpdateEventActionResponse": { + "base": null, + "refs": { + } + }, + "UpdateRevisionRequest": { + "base": null, + "refs": { + } + }, + "UpdateRevisionResponse": { + "base": null, + "refs": { + } + }, + "ValidationException": { + "base": "

The request was invalid.

", + "refs": { + } + }, + "__boolean": { + "base": null, + "refs": { + "CreateRevisionResponse$Finalized": "

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. 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.

", + "CreateRevisionResponse$Revoked": "

A status indicating that subscribers' access to the revision was revoked.

", + "GetRevisionResponse$Finalized": "

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. 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.

", + "GetRevisionResponse$Revoked": "

A status indicating that subscribers' access to the revision was revoked.

", + "RevisionEntry$Finalized": "

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. 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.

", + "RevisionEntry$Revoked": "

A status indicating that subscribers' access to the revision was revoked.

", + "RevokeRevisionResponse$Finalized": "

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. 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.

", + "RevokeRevisionResponse$Revoked": "

A status indicating that subscribers' access to the revision was revoked.

", + "UpdateRevisionRequest$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.

", + "UpdateRevisionResponse$Finalized": "

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. 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.

", + "UpdateRevisionResponse$Revoked": "

A status indicating that subscribers' access to the revision was revoked.

" + } + }, + "__double": { + "base": null, + "refs": { + "JobError$LimitValue": "

The value of the exceeded limit.

", + "ServiceLimitExceededException$LimitValue": "

The value of the exceeded limit.

" + } + }, + "__doubleMin0": { + "base": null, + "refs": { + "S3SnapshotAsset$Size": "

The size of the S3 object that is the object.

" + } + }, + "__string": { + "base": null, + "refs": { + "AccessDeniedException$Message": "

Access to the resource is denied.

", + "ApiGatewayApiAsset$ApiEndpoint": "

The API endpoint of the API asset.

", + "ApiGatewayApiAsset$ApiId": "

The unique identifier of the API asset.

", + "ApiGatewayApiAsset$ApiKey": "

The API key of the API asset.

", + "ApiGatewayApiAsset$ApiName": "

The API name of the API asset.

", + "ApiGatewayApiAsset$ApiSpecificationDownloadUrl": "

The download URL of the API specification of the API asset.

", + "ApiGatewayApiAsset$Stage": "

The stage of the API asset.

", + "AssetDestinationEntry$Bucket": "

The S3 bucket that is the destination for the asset.

", + "AssetDestinationEntry$Key": "

The name of the object in Amazon S3 for the asset.

", + "AssetSourceEntry$Bucket": "

The S3 bucket that's part of the source of the asset.

", + "AssetSourceEntry$Key": "

The name of the object in Amazon S3 for the asset.

", + "AutoExportRevisionDestinationEntry$Bucket": "

The S3 bucket that is the destination for the event action.

", + "AutoExportRevisionDestinationEntry$KeyPattern": "

A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.

", + "CancelJobRequest$JobId": "

The unique identifier for a job.

", + "ConflictException$Message": "

The request couldn't be completed because it conflicted with the current state of the resource.

", + "ConflictException$ResourceId": "

The unique identifier for the resource with the conflict.

", + "CreateRevisionRequest$DataSetId": "

The unique identifier for a data set.

", + "DeleteAssetRequest$AssetId": "

The unique identifier for an asset.

", + "DeleteAssetRequest$DataSetId": "

The unique identifier for a data set.

", + "DeleteAssetRequest$RevisionId": "

The unique identifier for a revision.

", + "DeleteDataSetRequest$DataSetId": "

The unique identifier for a data set.

", + "DeleteEventActionRequest$EventActionId": "

The unique identifier for the event action.

", + "DeleteRevisionRequest$DataSetId": "

The unique identifier for a data set.

", + "DeleteRevisionRequest$RevisionId": "

The unique identifier for a revision.

", + "ExportAssetToSignedUrlResponseDetails$SignedUrl": "

The signed URL for the export request.

", + "ExportRevisionsToS3ResponseDetails$EventActionArn": "

The Amazon Resource Name (ARN) of the event action.

", + "ExportServerSideEncryption$KmsKeyArn": "

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.

", + "GetAssetRequest$AssetId": "

The unique identifier for an asset.

", + "GetAssetRequest$DataSetId": "

The unique identifier for a data set.

", + "GetAssetRequest$RevisionId": "

The unique identifier for a revision.

", + "GetDataSetRequest$DataSetId": "

The unique identifier for a data set.

", + "GetEventActionRequest$EventActionId": "

The unique identifier for the event action.

", + "GetJobRequest$JobId": "

The unique identifier for a job.

", + "GetRevisionRequest$DataSetId": "

The unique identifier for a data set.

", + "GetRevisionRequest$RevisionId": "

The unique identifier for a revision.

", + "ImportAssetFromApiGatewayApiRequestDetails$ApiId": "

The API Gateway API ID.

", + "ImportAssetFromApiGatewayApiRequestDetails$ApiKey": "

The API Gateway API key.

", + "ImportAssetFromApiGatewayApiRequestDetails$ApiName": "

The API name.

", + "ImportAssetFromApiGatewayApiRequestDetails$Stage": "

The API stage.

", + "ImportAssetFromApiGatewayApiResponseDetails$ApiId": "

The API ID.

", + "ImportAssetFromApiGatewayApiResponseDetails$ApiKey": "

The API key.

", + "ImportAssetFromApiGatewayApiResponseDetails$ApiName": "

The API name.

", + "ImportAssetFromApiGatewayApiResponseDetails$ApiSpecificationUploadUrl": "

The upload URL of the API specification.

", + "ImportAssetFromApiGatewayApiResponseDetails$Stage": "

The API stage.

", + "ImportAssetFromSignedUrlResponseDetails$SignedUrl": "

The signed URL.

", + "InternalServerException$Message": "

The message identifying the service exception that occurred.

", + "JobError$Message": "

The message related to the job error.

", + "JobError$ResourceId": "

The unique identifier for the resource related to the error.

", + "ListDataSetRevisionsRequest$DataSetId": "

The unique identifier for a data set.

", + "ListDataSetRevisionsRequest$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListDataSetsRequest$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListDataSetsRequest$Origin": "

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

", + "ListEventActionsRequest$EventSourceId": "

The unique identifier for the event source.

", + "ListEventActionsRequest$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListJobsRequest$DataSetId": "

The unique identifier for a data set.

", + "ListJobsRequest$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListJobsRequest$RevisionId": "

The unique identifier for a revision.

", + "ListOf__string$member": null, + "ListRevisionAssetsRequest$DataSetId": "

The unique identifier for a data set.

", + "ListRevisionAssetsRequest$NextToken": "

The token value retrieved from a previous call to access the next page of results.

", + "ListRevisionAssetsRequest$RevisionId": "

The unique identifier for a revision.

", + "ListTagsForResourceRequest$ResourceArn": "

An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

", + "MapOf__string$key": null, + "MapOf__string$value": null, + "OriginDetails$ProductId": "

The product ID of the origin of the data set.

", + "RedshiftDataShareAsset$Arn": "

The Amazon Resource Name (ARN) of the datashare asset.

", + "RedshiftDataShareAssetSourceEntry$DataShareArn": "

The Amazon Resource Name (ARN) of the datashare asset.

", + "ResourceNotFoundException$Message": "

The resource couldn't be found.

", + "ResourceNotFoundException$ResourceId": "

The unique identifier for the resource that couldn't be found.

", + "RevisionDestinationEntry$Bucket": "

The S3 bucket that is the destination for the assets in the revision.

", + "RevisionDestinationEntry$KeyPattern": "

A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.

", + "RevokeRevisionRequest$DataSetId": "

The unique identifier for a data set.

", + "RevokeRevisionRequest$RevisionId": "

The unique identifier for a revision.

", + "SendApiAssetRequest$Body": "

The request body.

", + "SendApiAssetRequest$AssetId": "

Asset ID value for the API request.

", + "SendApiAssetRequest$DataSetId": "

Data set ID value for the API request.

", + "SendApiAssetRequest$Method": "

HTTP method value for the API request. Alternatively, you can use the appropriate verb in your request.

", + "SendApiAssetRequest$Path": "

URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}.

", + "SendApiAssetRequest$RevisionId": "

Revision ID value for the API request.

", + "SendApiAssetResponse$Body": "

The response body from the underlying API tracked by the API asset.

", + "ServiceLimitExceededException$Message": "

The request has exceeded the quotas imposed by the service.

", + "StartJobRequest$JobId": "

The unique identifier for a job.

", + "TagResourceRequest$ResourceArn": "

An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

", + "ThrottlingException$Message": "

The limit on the number of requests per second was exceeded.

", + "UntagResourceRequest$ResourceArn": "

An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

", + "UpdateAssetRequest$AssetId": "

The unique identifier for an asset.

", + "UpdateAssetRequest$DataSetId": "

The unique identifier for a data set.

", + "UpdateAssetRequest$RevisionId": "

The unique identifier for a revision.

", + "UpdateDataSetRequest$DataSetId": "

The unique identifier for a data set.

", + "UpdateEventActionRequest$EventActionId": "

The unique identifier for the event action.

", + "UpdateRevisionRequest$DataSetId": "

The unique identifier for a data set.

", + "UpdateRevisionRequest$RevisionId": "

The unique identifier for a revision.

", + "ValidationException$Message": "

The message that informs you about what was invalid about the request.

" + } + }, + "__stringMin0Max16384": { + "base": null, + "refs": { + "CreateRevisionRequest$Comment": "

An optional comment about the revision.

", + "CreateRevisionResponse$Comment": "

An optional comment about the revision.

", + "GetRevisionResponse$Comment": "

An optional comment about the revision.

", + "RevisionEntry$Comment": "

An optional comment about the revision.

", + "RevokeRevisionResponse$Comment": "

An optional comment about the revision.

", + "UpdateRevisionRequest$Comment": "

An optional comment about the revision.

", + "UpdateRevisionResponse$Comment": "

An optional comment about the revision.

" + } + }, + "__stringMin10Max512": { + "base": null, + "refs": { + "CreateRevisionResponse$RevocationComment": "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", + "GetRevisionResponse$RevocationComment": "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", + "RevisionEntry$RevocationComment": "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", + "RevokeRevisionRequest$RevocationComment": "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", + "RevokeRevisionResponse$RevocationComment": "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", + "UpdateRevisionResponse$RevocationComment": "

A required comment to inform subscribers of the reason their access to the revision was revoked.

" + } + }, + "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093": { + "base": null, + "refs": { + "ImportAssetFromApiGatewayApiRequestDetails$ApiSpecificationMd5Hash": "

The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the integrity of the file.

", + "ImportAssetFromApiGatewayApiResponseDetails$ApiSpecificationMd5Hash": "

The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.

", + "ImportAssetFromSignedUrlRequestDetails$Md5Hash": "

The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

", + "ImportAssetFromSignedUrlResponseDetails$Md5Hash": "

The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

" } } } diff --git a/models/apis/dataexchange/2017-07-25/examples-1.json b/models/apis/dataexchange/2017-07-25/examples-1.json new file mode 100644 index 0000000000..0ea7e3b0bb --- /dev/null +++ b/models/apis/dataexchange/2017-07-25/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/models/apis/dataexchange/2017-07-25/paginators-1.json b/models/apis/dataexchange/2017-07-25/paginators-1.json index 4a2636d02c..78e076078f 100644 --- a/models/apis/dataexchange/2017-07-25/paginators-1.json +++ b/models/apis/dataexchange/2017-07-25/paginators-1.json @@ -31,4 +31,4 @@ "result_key": "Assets" } } -} \ No newline at end of file +} diff --git a/models/apis/dataexchange/2017-07-25/smoke.json b/models/apis/dataexchange/2017-07-25/smoke.json new file mode 100644 index 0000000000..a9756813e4 --- /dev/null +++ b/models/apis/dataexchange/2017-07-25/smoke.json @@ -0,0 +1,6 @@ +{ + "version": 1, + "defaultRegion": "us-west-2", + "testCases": [ + ] +} diff --git a/models/apis/dataexchange/2017-07-25/waiters-2.json b/models/apis/dataexchange/2017-07-25/waiters-2.json new file mode 100644 index 0000000000..13f60ee66b --- /dev/null +++ b/models/apis/dataexchange/2017-07-25/waiters-2.json @@ -0,0 +1,5 @@ +{ + "version": 2, + "waiters": { + } +} diff --git a/models/apis/ec2/2016-11-15/api-2.json b/models/apis/ec2/2016-11-15/api-2.json index c03b8958fe..d9900c94ac 100755 --- a/models/apis/ec2/2016-11-15/api-2.json +++ b/models/apis/ec2/2016-11-15/api-2.json @@ -33397,7 +33397,8 @@ "vpc-flow-log", "capacity-reservation-fleet", "traffic-mirror-filter-rule", - "vpc-endpoint-connection-device-type" + "vpc-endpoint-connection-device-type", + "vpn-connection-device-type" ] }, "ResponseError":{ diff --git a/models/apis/eks/2017-11-01/api-2.json b/models/apis/eks/2017-11-01/api-2.json index 67152d82ac..473797d1ff 100644 --- a/models/apis/eks/2017-11-01/api-2.json +++ b/models/apis/eks/2017-11-01/api-2.json @@ -644,7 +644,8 @@ "UPDATING", "DELETING", "DELETE_FAILED", - "DEGRADED" + "DEGRADED", + "UPDATE_FAILED" ] }, "AddonVersionInfo":{ @@ -1945,7 +1946,8 @@ "type":"string", "enum":[ "OVERWRITE", - "NONE" + "NONE", + "PRESERVE" ] }, "ResourceInUseException":{ diff --git a/models/apis/eks/2017-11-01/docs-2.json b/models/apis/eks/2017-11-01/docs-2.json index 66db8dd086..2d00877a92 100644 --- a/models/apis/eks/2017-11-01/docs-2.json +++ b/models/apis/eks/2017-11-01/docs-2.json @@ -578,7 +578,7 @@ } }, "LaunchTemplateSpecification": { - "base": "

An object representing a node group launch template specification. The launch template cannot include SubnetId , IamInstanceProfile , RequestSpotInstances , HibernationOptions , or TerminateInstances , or the node group deployment or update will fail. For more information about launch templates, see CreateLaunchTemplate in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

Specify either name or id, but not both.

", + "base": "

An object representing a node group launch template specification. The launch template can't include SubnetId , IamInstanceProfile , RequestSpotInstances , HibernationOptions , or TerminateInstances , or the node group deployment or update will fail. For more information about launch templates, see CreateLaunchTemplate in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

You must specify either the launch template ID or the launch template name in the request, but not both.

", "refs": { "CreateNodegroupRequest$launchTemplate": "

An object representing a node group's launch template specification. If specified, then do not specify instanceTypes, diskSize, or remoteAccess and make sure that the launch template meets the requirements in launchTemplateSpecification.

", "Nodegroup$launchTemplate": "

If a launch template was used to create the node group, then this is the launch template that was used.

", @@ -826,8 +826,8 @@ "ResolveConflicts": { "base": null, "refs": { - "CreateAddonRequest$resolveConflicts": "

How to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on.

", - "UpdateAddonRequest$resolveConflicts": "

How to resolve parameter value conflicts when applying the new version of the add-on to the cluster.

" + "CreateAddonRequest$resolveConflicts": "

How to resolve field value conflicts for an Amazon EKS add-on. Conflicts are handled based on the value you choose:

If you don't currently have the self-managed version of the add-on installed on your cluster, the Amazon EKS add-on is installed. Amazon EKS sets all values to default values, regardless of the option that you specify.

", + "UpdateAddonRequest$resolveConflicts": "

How to resolve field value conflicts for an Amazon EKS add-on if you've changed a value from the Amazon EKS default value. Conflicts are handled based on the option you choose:

" } }, "ResourceInUseException": { @@ -967,9 +967,9 @@ "KubernetesNetworkConfigRequest$serviceIpv4Cidr": "

Don't specify a value if you select ipv6 for ipFamily. The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC. The block must meet the following requirements:

You can only specify a custom CIDR block when you create a cluster and can't change this value once the cluster is created.

", "KubernetesNetworkConfigResponse$serviceIpv4Cidr": "

The CIDR block that Kubernetes pod and service IP addresses are assigned from. Kubernetes assigns addresses from an IPv4 CIDR block assigned to a subnet that the node is in. If you didn't specify a CIDR block when you created the cluster, then Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. If this was specified, then it was specified when the cluster was created and it can't be changed.

", "KubernetesNetworkConfigResponse$serviceIpv6Cidr": "

The CIDR block that Kubernetes pod and service IP addresses are assigned from if you created a 1.21 or later cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specified ipv6 for ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.

", - "LaunchTemplateSpecification$name": "

The name of the launch template.

", - "LaunchTemplateSpecification$version": "

The version of the launch template to use. If no version is specified, then the template's default version is used.

", - "LaunchTemplateSpecification$id": "

The ID of the launch template.

", + "LaunchTemplateSpecification$name": "

The name of the launch template.

You must specify either the launch template name or the launch template ID in the request, but not both.

", + "LaunchTemplateSpecification$version": "

The launch template version number, $Latest, or $Default.

If the value is $Latest, Amazon EKS uses the latest version of the launch template.

If the value is $Default, Amazon EKS uses the default version of the launch template.

Default: The default version of the launch template.

", + "LaunchTemplateSpecification$id": "

The ID of the launch template.

You must specify either the launch template ID or the launch template name in the request, but not both.

", "ListAddonsRequest$nextToken": "

The nextToken value returned from a previous paginated ListAddonsRequest where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "ListAddonsResponse$nextToken": "

The nextToken value returned from a previous paginated ListAddonsResponse where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "ListClustersRequest$nextToken": "

The nextToken value returned from a previous paginated ListClusters request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", diff --git a/models/apis/fsx/2018-03-01/docs-2.json b/models/apis/fsx/2018-03-01/docs-2.json index 947ea6ec32..e6e2fde1fb 100644 --- a/models/apis/fsx/2018-03-01/docs-2.json +++ b/models/apis/fsx/2018-03-01/docs-2.json @@ -1011,7 +1011,7 @@ "DataRepositoryTaskExecuting$Message": null, "DataRepositoryTaskFailureDetails$Message": null, "DataRepositoryTaskNotFound$Message": null, - "FileSystemFailureDetails$Message": "

A message describing any failures that occurred during file system creation.

", + "FileSystemFailureDetails$Message": "

A message describing any failures that occurred.

", "FileSystemNotFound$Message": null, "IncompatibleParameterError$Message": null, "IncompatibleRegionForMultiAZ$Message": null, @@ -1090,7 +1090,7 @@ } }, "FileSystemFailureDetails": { - "base": "

A structure providing details of any failures that occurred when creating a file system.

", + "base": "

A structure providing details of any failures that occurred.

", "refs": { "FileSystem$FailureDetails": null } @@ -1874,7 +1874,7 @@ "SecurityStyle": { "base": null, "refs": { - "CreateOntapVolumeConfiguration$SecurityStyle": "

The security style for the volume. If a volume's security style is not specified, it is automatically set to the root volume's security style. Specify one of the following values:

", + "CreateOntapVolumeConfiguration$SecurityStyle": "

Specifies the security style for the volume. If a volume's security style is not specified, it is automatically set to the root volume's security style. The security style determines the type of permissions that FSx for ONTAP uses to control data access. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide. Specify one of the following values:

", "OntapVolumeConfiguration$SecurityStyle": "

The security style for the volume, which can be UNIX, NTFS, or MIXED.

", "UpdateOntapVolumeConfiguration$SecurityStyle": "

The security style for the volume, which can be UNIX. NTFS, or MIXED.

" } diff --git a/models/apis/inspector2/2020-06-08/api-2.json b/models/apis/inspector2/2020-06-08/api-2.json index f7101e9eea..8e1b34a88b 100644 --- a/models/apis/inspector2/2020-06-08/api-2.json +++ b/models/apis/inspector2/2020-06-08/api-2.json @@ -700,7 +700,10 @@ "required":["ami"], "members":{ "accountId":{"shape":"AccountId"}, - "affectedInstances":{"shape":"Long"}, + "affectedInstances":{ + "shape":"Long", + "box":true + }, "ami":{"shape":"AmiId"}, "severityCounts":{"shape":"SeverityCounts"} } @@ -744,8 +747,14 @@ "ecr" ], "members":{ - "ec2":{"shape":"Boolean"}, - "ecr":{"shape":"Boolean"} + "ec2":{ + "shape":"Boolean", + "box":true + }, + "ecr":{ + "shape":"Boolean", + "box":true + } } }, "AwsEc2InstanceDetails":{ @@ -864,10 +873,7 @@ "failedAccounts":{"shape":"FreeTrialInfoErrorList"} } }, - "Boolean":{ - "type":"boolean", - "box":true - }, + "Boolean":{"type":"boolean"}, "CancelFindingsReportRequest":{ "type":"structure", "required":["reportId"], @@ -910,7 +916,10 @@ "Counts":{ "type":"structure", "members":{ - "count":{"shape":"AggCounts"}, + "count":{ + "shape":"AggCounts", + "default":0 + }, "groupKey":{"shape":"GroupKey"} } }, @@ -1068,7 +1077,10 @@ "version" ], "members":{ - "baseScore":{"shape":"Double"}, + "baseScore":{ + "shape":"Double", + "box":true + }, "scoringVector":{"shape":"NonEmptyString"}, "source":{"shape":"NonEmptyString"}, "version":{"shape":"NonEmptyString"} @@ -1100,7 +1112,10 @@ "members":{ "adjustments":{"shape":"CvssScoreAdjustmentList"}, "cvssSource":{"shape":"NonEmptyString"}, - "score":{"shape":"Double"}, + "score":{ + "shape":"Double", + "box":true + }, "scoreSource":{"shape":"NonEmptyString"}, "scoringVector":{"shape":"NonEmptyString"}, "version":{"shape":"NonEmptyString"} @@ -1174,7 +1189,10 @@ "type":"structure", "members":{ "autoEnable":{"shape":"AutoEnable"}, - "maxAccountLimitReached":{"shape":"Boolean"} + "maxAccountLimitReached":{ + "shape":"Boolean", + "box":true + } } }, "Destination":{ @@ -1238,10 +1256,7 @@ "accountId":{"shape":"AccountId"} } }, - "Double":{ - "type":"double", - "box":true - }, + "Double":{"type":"double"}, "Ec2InstanceAggregation":{ "type":"structure", "members":{ @@ -1261,7 +1276,10 @@ "ami":{"shape":"AmiId"}, "instanceId":{"shape":"NonEmptyString"}, "instanceTags":{"shape":"TagMap"}, - "networkFindings":{"shape":"Long"}, + "networkFindings":{ + "shape":"Long", + "box":true + }, "operatingSystem":{"shape":"String"}, "severityCounts":{"shape":"SeverityCounts"} } @@ -1507,6 +1525,7 @@ "findingStatus":{"shape":"StringFilterList"}, "findingType":{"shape":"StringFilterList"}, "firstObservedAt":{"shape":"DateFilterList"}, + "fixAvailable":{"shape":"StringFilterList"}, "inspectorScore":{"shape":"NumberFilterList"}, "lastObservedAt":{"shape":"DateFilterList"}, "networkProtocol":{"shape":"StringFilterList"}, @@ -1562,7 +1581,11 @@ "description":{"shape":"FindingDescription"}, "findingArn":{"shape":"FindingArn"}, "firstObservedAt":{"shape":"DateTimeTimestamp"}, - "inspectorScore":{"shape":"Double"}, + "fixAvailable":{"shape":"FixAvailable"}, + "inspectorScore":{ + "shape":"Double", + "box":true + }, "inspectorScoreDetails":{"shape":"InspectorScoreDetails"}, "lastObservedAt":{"shape":"DateTimeTimestamp"}, "networkReachabilityDetails":{"shape":"NetworkReachabilityDetails"}, @@ -1636,6 +1659,14 @@ "ALL" ] }, + "FixAvailable":{ + "type":"string", + "enum":[ + "YES", + "NO", + "PARTIAL" + ] + }, "FreeTrialAccountInfo":{ "type":"structure", "required":[ @@ -1820,10 +1851,7 @@ "adjustedCvss":{"shape":"CvssScoreDetails"} } }, - "Integer":{ - "type":"integer", - "box":true - }, + "Integer":{"type":"integer"}, "InternalServerException":{ "type":"structure", "required":["message"], @@ -1831,6 +1859,7 @@ "message":{"shape":"String"}, "retryAfterSeconds":{ "shape":"Integer", + "box":true, "location":"header", "locationName":"Retry-After" } @@ -1861,14 +1890,16 @@ }, "ListAccountPermissionsMaxResults":{ "type":"integer", - "box":true, "max":1024, "min":1 }, "ListAccountPermissionsRequest":{ "type":"structure", "members":{ - "maxResults":{"shape":"ListAccountPermissionsMaxResults"}, + "maxResults":{ + "shape":"ListAccountPermissionsMaxResults", + "box":true + }, "nextToken":{"shape":"NextToken"}, "service":{"shape":"Service"} } @@ -1883,7 +1914,6 @@ }, "ListCoverageMaxResults":{ "type":"integer", - "box":true, "max":200, "min":1 }, @@ -1891,7 +1921,10 @@ "type":"structure", "members":{ "filterCriteria":{"shape":"CoverageFilterCriteria"}, - "maxResults":{"shape":"ListCoverageMaxResults"}, + "maxResults":{ + "shape":"ListCoverageMaxResults", + "box":true + }, "nextToken":{"shape":"NextToken"} } }, @@ -1916,13 +1949,19 @@ "members":{ "countsByGroup":{"shape":"CountsList"}, "nextToken":{"shape":"NextToken"}, - "totalCounts":{"shape":"Long"} + "totalCounts":{ + "shape":"Long", + "box":true + } } }, "ListDelegatedAdminAccountsRequest":{ "type":"structure", "members":{ - "maxResults":{"shape":"ListDelegatedAdminMaxResults"}, + "maxResults":{ + "shape":"ListDelegatedAdminMaxResults", + "box":true + }, "nextToken":{"shape":"NextToken"} } }, @@ -1935,13 +1974,11 @@ }, "ListDelegatedAdminMaxResults":{ "type":"integer", - "box":true, "max":5, "min":1 }, "ListFilterMaxResults":{ "type":"integer", - "box":true, "max":100, "min":1 }, @@ -1950,7 +1987,10 @@ "members":{ "action":{"shape":"FilterAction"}, "arns":{"shape":"FilterArnList"}, - "maxResults":{"shape":"ListFilterMaxResults"}, + "maxResults":{ + "shape":"ListFilterMaxResults", + "box":true + }, "nextToken":{"shape":"NextToken"} } }, @@ -1964,7 +2004,6 @@ }, "ListFindingAggregationsMaxResults":{ "type":"integer", - "box":true, "max":100, "min":1 }, @@ -1975,7 +2014,10 @@ "accountIds":{"shape":"StringFilterList"}, "aggregationRequest":{"shape":"AggregationRequest"}, "aggregationType":{"shape":"AggregationType"}, - "maxResults":{"shape":"ListFindingAggregationsMaxResults"}, + "maxResults":{ + "shape":"ListFindingAggregationsMaxResults", + "box":true + }, "nextToken":{"shape":"NextToken"} } }, @@ -1990,7 +2032,6 @@ }, "ListFindingsMaxResults":{ "type":"integer", - "box":true, "max":100, "min":1 }, @@ -1998,7 +2039,10 @@ "type":"structure", "members":{ "filterCriteria":{"shape":"FilterCriteria"}, - "maxResults":{"shape":"ListFindingsMaxResults"}, + "maxResults":{ + "shape":"ListFindingsMaxResults", + "box":true + }, "nextToken":{"shape":"NextToken"}, "sortCriteria":{"shape":"SortCriteria"} } @@ -2012,16 +2056,21 @@ }, "ListMembersMaxResults":{ "type":"integer", - "box":true, "max":50, "min":1 }, "ListMembersRequest":{ "type":"structure", "members":{ - "maxResults":{"shape":"ListMembersMaxResults"}, + "maxResults":{ + "shape":"ListMembersMaxResults", + "box":true + }, "nextToken":{"shape":"NextToken"}, - "onlyAssociated":{"shape":"Boolean"} + "onlyAssociated":{ + "shape":"Boolean", + "box":true + } } }, "ListMembersResponse":{ @@ -2050,7 +2099,6 @@ }, "ListUsageTotalsMaxResults":{ "type":"integer", - "box":true, "max":500, "min":1 }, @@ -2062,7 +2110,10 @@ "type":"structure", "members":{ "accountIds":{"shape":"UsageAccountIdList"}, - "maxResults":{"shape":"ListUsageTotalsMaxResults"}, + "maxResults":{ + "shape":"ListUsageTotalsMaxResults", + "box":true + }, "nextToken":{"shape":"ListUsageTotalsNextToken"} } }, @@ -2073,10 +2124,7 @@ "totals":{"shape":"UsageTotalList"} } }, - "Long":{ - "type":"long", - "box":true - }, + "Long":{"type":"long"}, "MapComparison":{ "type":"string", "enum":["EQUALS"] @@ -2174,8 +2222,14 @@ "NumberFilter":{ "type":"structure", "members":{ - "lowerInclusive":{"shape":"Double"}, - "upperInclusive":{"shape":"Double"} + "lowerInclusive":{ + "shape":"Double", + "box":true + }, + "upperInclusive":{ + "shape":"Double", + "box":true + } } }, "NumberFilterList":{ @@ -2287,8 +2341,7 @@ "type":"structure", "required":[ "source", - "vulnerabilityId", - "vulnerablePackages" + "vulnerabilityId" ], "members":{ "cvss":{"shape":"CvssScoreList"}, @@ -2327,7 +2380,6 @@ }, "Port":{ "type":"integer", - "box":true, "max":65535, "min":0 }, @@ -2338,15 +2390,27 @@ "end" ], "members":{ - "begin":{"shape":"Port"}, - "end":{"shape":"Port"} + "begin":{ + "shape":"Port", + "box":true + }, + "end":{ + "shape":"Port", + "box":true + } } }, "PortRangeFilter":{ "type":"structure", "members":{ - "beginInclusive":{"shape":"Port"}, - "endInclusive":{"shape":"Port"} + "beginInclusive":{ + "shape":"Port", + "box":true + }, + "endInclusive":{ + "shape":"Port", + "box":true + } } }, "PortRangeFilterList":{ @@ -2420,7 +2484,10 @@ "required":["repository"], "members":{ "accountId":{"shape":"AccountId"}, - "affectedImages":{"shape":"Long"}, + "affectedImages":{ + "shape":"Long", + "box":true + }, "repository":{"shape":"NonEmptyString"}, "severityCounts":{"shape":"SeverityCounts"} } @@ -2559,7 +2626,9 @@ "SCAN_FREQUENCY_MANUAL", "SCAN_FREQUENCY_SCAN_ON_PUSH", "EC2_INSTANCE_STOPPED", - "PENDING_DISABLE" + "PENDING_DISABLE", + "NO_INVENTORY", + "STALE_INVENTORY" ] }, "ScanType":{ @@ -2606,10 +2675,22 @@ "SeverityCounts":{ "type":"structure", "members":{ - "all":{"shape":"Long"}, - "critical":{"shape":"Long"}, - "high":{"shape":"Long"}, - "medium":{"shape":"Long"} + "all":{ + "shape":"Long", + "box":true + }, + "critical":{ + "shape":"Long", + "box":true + }, + "high":{ + "shape":"Long", + "box":true + }, + "medium":{ + "shape":"Long", + "box":true + } } }, "SortCriteria":{ @@ -2888,8 +2969,14 @@ "type":"structure", "members":{ "currency":{"shape":"Currency"}, - "estimatedMonthlyCost":{"shape":"MonthlyCostEstimate"}, - "total":{"shape":"UsageValue"}, + "estimatedMonthlyCost":{ + "shape":"MonthlyCostEstimate", + "default":0 + }, + "total":{ + "shape":"UsageValue", + "default":0 + }, "type":{"shape":"UsageType"} } }, @@ -2987,12 +3074,16 @@ ], "members":{ "arch":{"shape":"PackageArchitecture"}, - "epoch":{"shape":"PackageEpoch"}, + "epoch":{ + "shape":"PackageEpoch", + "default":0 + }, "filePath":{"shape":"FilePath"}, "fixedInVersion":{"shape":"PackageVersion"}, "name":{"shape":"PackageName"}, "packageManager":{"shape":"PackageManager"}, "release":{"shape":"PackageRelease"}, + "remediation":{"shape":"VulnerablePackageRemediation"}, "sourceLayerHash":{"shape":"SourceLayerHash"}, "version":{"shape":"PackageVersion"} } @@ -3000,6 +3091,11 @@ "VulnerablePackageList":{ "type":"list", "member":{"shape":"VulnerablePackage"} + }, + "VulnerablePackageRemediation":{ + "type":"string", + "max":1024, + "min":1 } } } diff --git a/models/apis/inspector2/2020-06-08/docs-2.json b/models/apis/inspector2/2020-06-08/docs-2.json index 99febe9095..d7c7da9f5f 100644 --- a/models/apis/inspector2/2020-06-08/docs-2.json +++ b/models/apis/inspector2/2020-06-08/docs-2.json @@ -874,6 +874,12 @@ "FindingTypeAggregation$sortBy": "

The value to sort results by.

" } }, + "FixAvailable": { + "base": null, + "refs": { + "Finding$fixAvailable": "

Details on whether a fix is available through a version update. This value can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.

" + } + }, "FreeTrialAccountInfo": { "base": "

Information about the Amazon Inspector free trial for an account.

", "refs": { @@ -1823,6 +1829,7 @@ "FilterCriteria$findingArn": "

Details on the finding ARNs used to filter findings.

", "FilterCriteria$findingStatus": "

Details on the finding status types used to filter findings.

", "FilterCriteria$findingType": "

Details on the finding types used to filter findings.

", + "FilterCriteria$fixAvailable": "

Details on whether a fix is available through a version update. This value can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.

", "FilterCriteria$networkProtocol": "

Details on the ingress source addresses used to filter findings.

", "FilterCriteria$relatedVulnerabilities": "

Details on the related vulnerabilities used to filter findings.

", "FilterCriteria$resourceId": "

Details on the resource IDs used to filter findings.

", @@ -2061,6 +2068,12 @@ "refs": { "PackageVulnerabilityDetails$vulnerablePackages": "

The packages impacted by this vulnerability.

" } + }, + "VulnerablePackageRemediation": { + "base": null, + "refs": { + "VulnerablePackage$remediation": "

The code to run in your environment to update packages with a fix available.

" + } } } } diff --git a/models/apis/iotsitewise/2019-12-02/api-2.json b/models/apis/iotsitewise/2019-12-02/api-2.json index c4509b25cf..f3075af716 100644 --- a/models/apis/iotsitewise/2019-12-02/api-2.json +++ b/models/apis/iotsitewise/2019-12-02/api-2.json @@ -5001,7 +5001,8 @@ "clientToken":{ "shape":"ClientToken", "idempotencyToken":true - } + }, + "propertyUnit":{"shape":"PropertyUnit"} } }, "UpdateAssetRequest":{ diff --git a/models/apis/iotsitewise/2019-12-02/docs-2.json b/models/apis/iotsitewise/2019-12-02/docs-2.json index d046d162e2..51a0a79d1e 100644 --- a/models/apis/iotsitewise/2019-12-02/docs-2.json +++ b/models/apis/iotsitewise/2019-12-02/docs-2.json @@ -13,7 +13,7 @@ "CreateAccessPolicy": "

Creates an access policy that grants the specified identity (Amazon Web Services SSO user, Amazon Web Services SSO group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.

", "CreateAsset": "

Creates an asset from an existing asset model. For more information, see Creating assets in the IoT SiteWise User Guide.

", "CreateAssetModel": "

Creates an asset model from specified property and hierarchy definitions. You create assets from asset models. With asset models, you can easily create assets of the same type that have standardized definitions. Each asset created from a model inherits the asset model's property and hierarchy definitions. For more information, see Defining asset models in the IoT SiteWise User Guide.

", - "CreateBulkImportJob": "

This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments.

Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.

You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.

", + "CreateBulkImportJob": "

Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.

You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.

", "CreateDashboard": "

Creates a dashboard in an IoT SiteWise Monitor project.

", "CreateGateway": "

Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.

", "CreatePortal": "

Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses Amazon Web Services SSO or IAM to authenticate portal users and manage user permissions.

Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see Adding or removing portal administrators in the IoT SiteWise User Guide.

", @@ -30,7 +30,7 @@ "DescribeAsset": "

Retrieves information about an asset.

", "DescribeAssetModel": "

Retrieves information about an asset model.

", "DescribeAssetProperty": "

Retrieves information about an asset property.

When you call this operation for an attribute property, this response includes the default attribute value that you define in the asset model. If you update the default value in the model, this operation's response includes the new default value.

This operation doesn't return the value of the asset property. To get the value of an asset property, use GetAssetPropertyValue.

", - "DescribeBulkImportJob": "

This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments.

Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.

", + "DescribeBulkImportJob": "

Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.

", "DescribeDashboard": "

Retrieves information about a dashboard.

", "DescribeDefaultEncryptionConfiguration": "

Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region. For more information, see Key management in the IoT SiteWise User Guide.

", "DescribeGateway": "

Retrieves information about a gateway.

", @@ -51,7 +51,7 @@ "ListAssetRelationships": "

Retrieves a paginated list of asset relationships for an asset. You can use this operation to identify an asset's root asset and all associated assets between that asset and its root.

", "ListAssets": "

Retrieves a paginated list of asset summaries.

You can use this operation to do the following:

You can't use this operation to list all assets. To retrieve summaries for all of your assets, use ListAssetModels to get all of your asset model IDs. Then, use ListAssets to get all assets for each asset model.

", "ListAssociatedAssets": "

Retrieves a paginated list of associated assets.

You can use this operation to do the following:

", - "ListBulkImportJobs": "

This API operation is in preview release for IoT SiteWise and is subject to change. We recommend that you use this operation only with test data, and not in production environments.

Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the Amazon Simple Storage Service User Guide.

", + "ListBulkImportJobs": "

Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.

", "ListDashboards": "

Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.

", "ListGateways": "

Retrieves a paginated list of gateways.

", "ListPortals": "

Retrieves a paginated list of IoT SiteWise Monitor portals.

", @@ -2089,7 +2089,7 @@ "CompositeModelProperty$name": "

The name of the property.

", "CompositeModelProperty$type": "

The type of the composite model that defines this property.

", "CreateAssetModelRequest$assetModelName": "

A unique, friendly name for the asset model.

", - "CreateAssetRequest$assetName": "

A unique, friendly name for the asset.

", + "CreateAssetRequest$assetName": "

A friendly name for the asset.

", "CreateBulkImportJobRequest$jobName": "

The unique name that helps identify the job request.

", "CreateBulkImportJobResponse$jobName": "

The unique name that helps identify the job request.

", "CreateDashboardRequest$dashboardName": "

A friendly name for the dashboard.

", @@ -2113,7 +2113,7 @@ "Property$name": "

The name of the property.

", "TimeSeriesSummary$dataTypeSpec": "

The data type of the structure for this time series. This parameter is required for time series that have the STRUCT data type.

The options for this parameter depend on the type of the composite model in which you created the asset property that is associated with your time series. Use AWS/ALARM_STATE for alarm state in alarm composite models.

", "UpdateAssetModelRequest$assetModelName": "

A unique, friendly name for the asset model.

", - "UpdateAssetRequest$assetName": "

A unique, friendly name for the asset.

", + "UpdateAssetRequest$assetName": "

A friendly name for the asset.

", "UpdateDashboardRequest$dashboardName": "

A new friendly name for the dashboard.

", "UpdateGatewayRequest$gatewayName": "

A unique, friendly name for the gateway.

", "UpdatePortalRequest$portalName": "

A new friendly name for the portal.

", @@ -2315,7 +2315,8 @@ "AssetModelProperty$unit": "

The unit of the asset model property, such as Newtons or RPM.

", "AssetModelPropertyDefinition$unit": "

The unit of the property definition, such as Newtons or RPM.

", "AssetProperty$unit": "

The unit (such as Newtons or RPM) of the asset property.

", - "Property$unit": "

The unit (such as Newtons or RPM) of the asset property.

" + "Property$unit": "

The unit (such as Newtons or RPM) of the asset property.

", + "UpdateAssetPropertyRequest$propertyUnit": "

The unit of measure (such as Newtons or RPM) of the asset property. If you don't specify a value for this parameter, the service uses the value of the assetModelProperty in the asset model.

" } }, "PropertyValueBooleanValue": { diff --git a/models/apis/sagemaker/2017-07-24/api-2.json b/models/apis/sagemaker/2017-07-24/api-2.json index 9c4cf848fe..d543641101 100644 --- a/models/apis/sagemaker/2017-07-24/api-2.json +++ b/models/apis/sagemaker/2017-07-24/api-2.json @@ -14138,7 +14138,10 @@ "InitialVariantWeight":{"shape":"VariantWeight"}, "AcceleratorType":{"shape":"ProductionVariantAcceleratorType"}, "CoreDumpConfig":{"shape":"ProductionVariantCoreDumpConfig"}, - "ServerlessConfig":{"shape":"ProductionVariantServerlessConfig"} + "ServerlessConfig":{"shape":"ProductionVariantServerlessConfig"}, + "VolumeSizeInGB":{"shape":"ProductionVariantVolumeSizeInGB"}, + "ModelDataDownloadTimeoutInSeconds":{"shape":"ProductionVariantModelDataDownloadTimeoutInSeconds"}, + "ContainerStartupHealthCheckTimeoutInSeconds":{"shape":"ProductionVariantContainerStartupHealthCheckTimeoutInSeconds"} } }, "ProductionVariantAcceleratorType":{ @@ -14152,6 +14155,11 @@ "ml.eia2.xlarge" ] }, + "ProductionVariantContainerStartupHealthCheckTimeoutInSeconds":{ + "type":"integer", + "max":3600, + "min":60 + }, "ProductionVariantCoreDumpConfig":{ "type":"structure", "required":["DestinationS3Uri"], @@ -14255,6 +14263,11 @@ "max":10, "min":1 }, + "ProductionVariantModelDataDownloadTimeoutInSeconds":{ + "type":"integer", + "max":3600, + "min":60 + }, "ProductionVariantServerlessConfig":{ "type":"structure", "required":[ @@ -14301,6 +14314,11 @@ "member":{"shape":"ProductionVariantSummary"}, "min":1 }, + "ProductionVariantVolumeSizeInGB":{ + "type":"integer", + "max":512, + "min":1 + }, "ProfilerConfig":{ "type":"structure", "required":["S3OutputPath"], diff --git a/models/apis/sagemaker/2017-07-24/docs-2.json b/models/apis/sagemaker/2017-07-24/docs-2.json index 1752ba95bd..f69f90db29 100644 --- a/models/apis/sagemaker/2017-07-24/docs-2.json +++ b/models/apis/sagemaker/2017-07-24/docs-2.json @@ -9052,6 +9052,12 @@ "ProductionVariant$AcceleratorType": "

The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.

" } }, + "ProductionVariantContainerStartupHealthCheckTimeoutInSeconds": { + "base": null, + "refs": { + "ProductionVariant$ContainerStartupHealthCheckTimeoutInSeconds": "

The timeout value, in seconds, for the customer inference container to pass health check by SageMaker Hosting. For more information on health check, see How Your Container Should Respond to Health Check (Ping) Requests.

" + } + }, "ProductionVariantCoreDumpConfig": { "base": "

Specifies configuration for a core dump from the model container when the process crashes.

", "refs": { @@ -9075,6 +9081,12 @@ "DescribeEndpointConfigOutput$ProductionVariants": "

An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

" } }, + "ProductionVariantModelDataDownloadTimeoutInSeconds": { + "base": null, + "refs": { + "ProductionVariant$ModelDataDownloadTimeoutInSeconds": "

The timeout value, in seconds, to download and extract customer model artifact from Amazon S3 to individual inference instance associated with this production variant.

" + } + }, "ProductionVariantServerlessConfig": { "base": "

Specifies the serverless configuration for an endpoint variant.

", "refs": { @@ -9111,6 +9123,12 @@ "Endpoint$ProductionVariants": "

A list of the production variants hosted on the endpoint. Each production variant is a model.

" } }, + "ProductionVariantVolumeSizeInGB": { + "base": null, + "refs": { + "ProductionVariant$VolumeSizeInGB": "

The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Currenly only Amazon EBS gp2 storage volumes are supported.

" + } + }, "ProfilerConfig": { "base": "

Configuration information for Debugger system monitoring, framework profiling, and storage paths.

", "refs": { diff --git a/models/apis/sns/2010-03-31/api-2.json b/models/apis/sns/2010-03-31/api-2.json index 07d091f9c7..40dbbf4a24 100644 --- a/models/apis/sns/2010-03-31/api-2.json +++ b/models/apis/sns/2010-03-31/api-2.json @@ -205,6 +205,25 @@ {"shape":"ConcurrentAccessException"} ] }, + "GetDataProtectionPolicy":{ + "name":"GetDataProtectionPolicy", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetDataProtectionPolicyInput"}, + "output":{ + "shape":"GetDataProtectionPolicyResponse", + "resultWrapper":"GetDataProtectionPolicyResult" + }, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InternalErrorException"}, + {"shape":"NotFoundException"}, + {"shape":"AuthorizationErrorException"}, + {"shape":"InvalidSecurityException"} + ] + }, "GetEndpointAttributes":{ "name":"GetEndpointAttributes", "http":{ @@ -518,7 +537,8 @@ {"shape":"KMSOptInRequired"}, {"shape":"KMSThrottlingException"}, {"shape":"KMSAccessDeniedException"}, - {"shape":"InvalidSecurityException"} + {"shape":"InvalidSecurityException"}, + {"shape":"ValidationException"} ] }, "PublishBatch":{ @@ -551,6 +571,22 @@ {"shape":"KMSOptInRequired"}, {"shape":"KMSThrottlingException"}, {"shape":"KMSAccessDeniedException"}, + {"shape":"InvalidSecurityException"}, + {"shape":"ValidationException"} + ] + }, + "PutDataProtectionPolicy":{ + "name":"PutDataProtectionPolicy", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"PutDataProtectionPolicyInput"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InternalErrorException"}, + {"shape":"NotFoundException"}, + {"shape":"AuthorizationErrorException"}, {"shape":"InvalidSecurityException"} ] }, @@ -923,7 +959,8 @@ "members":{ "Name":{"shape":"topicName"}, "Attributes":{"shape":"TopicAttributesMap"}, - "Tags":{"shape":"TagList"} + "Tags":{"shape":"TagList"}, + "DataProtectionPolicy":{"shape":"attributeValue"} } }, "CreateTopicResponse":{ @@ -1012,6 +1049,19 @@ }, "exception":true }, + "GetDataProtectionPolicyInput":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{"shape":"topicARN"} + } + }, + "GetDataProtectionPolicyResponse":{ + "type":"structure", + "members":{ + "DataProtectionPolicy":{"shape":"attributeValue"} + } + }, "GetEndpointAttributesInput":{ "type":"structure", "required":["EndpointArn"], @@ -1584,6 +1634,17 @@ "SequenceNumber":{"shape":"String"} } }, + "PutDataProtectionPolicyInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "DataProtectionPolicy" + ], + "members":{ + "ResourceArn":{"shape":"topicARN"}, + "DataProtectionPolicy":{"shape":"attributeValue"} + } + }, "RemovePermissionInput":{ "type":"structure", "required":[ diff --git a/models/apis/sns/2010-03-31/docs-2.json b/models/apis/sns/2010-03-31/docs-2.json index 135b7f1e69..ff8b49028f 100644 --- a/models/apis/sns/2010-03-31/docs-2.json +++ b/models/apis/sns/2010-03-31/docs-2.json @@ -13,6 +13,7 @@ "DeletePlatformApplication": "

Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications.

", "DeleteSMSSandboxPhoneNumber": "

Deletes an Amazon Web Services account's verified or pending phone number from the SMS sandbox.

When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the SMS sandbox. The SMS sandbox provides a safe environment for you to try Amazon SNS features without risking your reputation as an SMS sender. While your Amazon Web Services account is in the SMS sandbox, you can use all of the features of Amazon SNS. However, you can send SMS messages only to verified destination phone numbers. For more information, including how to move out of the sandbox to send messages without restrictions, see SMS sandbox in the Amazon SNS Developer Guide.

", "DeleteTopic": "

Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.

", + "GetDataProtectionPolicy": "

Retrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.

", "GetEndpointAttributes": "

Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.

", "GetPlatformApplicationAttributes": "

Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications.

", "GetSMSAttributes": "

Returns the settings for sending SMS messages from your Amazon Web Services account.

These settings are set with the SetSMSAttributes action.

", @@ -31,6 +32,7 @@ "OptInPhoneNumber": "

Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to the number.

You can opt in a phone number only once every 30 days.

", "Publish": "

Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to a mobile platform endpoint (when you specify the TargetArn).

If you send a message to a topic, Amazon SNS delivers the message to each endpoint that is subscribed to the topic. The format of the message depends on the notification protocol for each subscribed endpoint.

When a messageId is returned, the message is saved and Amazon SNS immediately delivers it to subscribers.

To use the Publish action for publishing a message to a mobile endpoint, such as an app on a Kindle device or mobile phone, you must specify the EndpointArn for the TargetArn parameter. The EndpointArn is returned when making a call with the CreatePlatformEndpoint action.

For more information about formatting messages, see Send Custom Platform-Specific Payloads in Messages to Mobile Devices.

You can publish messages only to topics and endpoints in the same Amazon Web Services Region.

", "PublishBatch": "

Publishes up to ten messages to the specified topic. This is a batch version of Publish. For FIFO topics, multiple messages within a single batch are published in the order they are sent, and messages are deduplicated within the batch and across batches for 5 minutes.

The result of publishing each message is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

The maximum allowed individual message size and the maximum total payload size (the sum of the individual lengths of all of the batched messages) are both 256 KB (262,144 bytes).

Some actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this:

&AttributeName.1=first

&AttributeName.2=second

If you send a batch message to a topic, Amazon SNS publishes the batch message to each endpoint that is subscribed to the topic. The format of the batch message depends on the notification protocol for each subscribed endpoint.

When a messageId is returned, the batch message is saved and Amazon SNS immediately delivers the message to subscribers.

", + "PutDataProtectionPolicy": "

Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.

", "RemovePermission": "

Removes a statement from a topic's access control policy.

", "SetEndpointAttributes": "

Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.

", "SetPlatformApplicationAttributes": "

Sets the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications. For information on configuring attributes for message delivery status, see Using Amazon SNS Application Attributes for Message Delivery Status.

", @@ -213,6 +215,16 @@ "refs": { } }, + "GetDataProtectionPolicyInput": { + "base": null, + "refs": { + } + }, + "GetDataProtectionPolicyResponse": { + "base": null, + "refs": { + } + }, "GetEndpointAttributesInput": { "base": "

Input for GetEndpointAttributes action.

", "refs": { @@ -616,6 +628,11 @@ "refs": { } }, + "PutDataProtectionPolicyInput": { + "base": null, + "refs": { + } + }, "RemovePermissionInput": { "base": "

Input for RemovePermission action.

", "refs": { @@ -923,6 +940,9 @@ "attributeValue": { "base": null, "refs": { + "CreateTopicInput$DataProtectionPolicy": "

The body of the policy document you want to use for this topic.

You can only add one policy per topic.

The policy must be in JSON string format.

Length Constraints: Maximum length of 30,720.

", + "GetDataProtectionPolicyResponse$DataProtectionPolicy": "

Retrieves the DataProtectionPolicy in JSON string format.

", + "PutDataProtectionPolicyInput$DataProtectionPolicy": "

The JSON serialization of the topic's DataProtectionPolicy.

The DataProtectionPolicy must be in JSON string format.

Length Constraints: Maximum length of 30,720.

", "SetSubscriptionAttributesInput$AttributeValue": "

The new value for the attribute in JSON format.

", "SetTopicAttributesInput$AttributeValue": "

The new value for the attribute.

", "SubscriptionAttributesMap$value": null, @@ -1078,10 +1098,12 @@ "ConfirmSubscriptionInput$TopicArn": "

The ARN of the topic for which you wish to confirm a subscription.

", "CreateTopicResponse$TopicArn": "

The Amazon Resource Name (ARN) assigned to the created topic.

", "DeleteTopicInput$TopicArn": "

The ARN of the topic you want to delete.

", + "GetDataProtectionPolicyInput$ResourceArn": "

The ARN of the topic whose DataProtectionPolicy you want to get.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

", "GetTopicAttributesInput$TopicArn": "

The ARN of the topic whose properties you want to get.

", "ListSubscriptionsByTopicInput$TopicArn": "

The ARN of the topic for which you wish to find subscriptions.

", "PublishBatchInput$TopicArn": "

The Amazon resource name (ARN) of the topic you want to batch publish to.

", "PublishInput$TopicArn": "

The topic you want to publish to.

If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

", + "PutDataProtectionPolicyInput$ResourceArn": "

The ARN of the topic whose DataProtectionPolicy you want to add or update.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

", "RemovePermissionInput$TopicArn": "

The ARN of the topic whose access control policy you wish to modify.

", "SetTopicAttributesInput$TopicArn": "

The ARN of the topic to modify.

", "SubscribeInput$TopicArn": "

The ARN of the topic you want to subscribe to.

", diff --git a/service/dataexchange/api.go b/service/dataexchange/api.go index 5350e05809..f7dc875b1a 100644 --- a/service/dataexchange/api.go +++ b/service/dataexchange/api.go @@ -75,16 +75,16 @@ func (c *DataExchange) CancelJobRequest(input *CancelJobInput) (req *request.Req // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - ConflictException +// The request couldn't be completed because it conflicted with the current +// state of the resource. +// // - ValidationException // The request was invalid. // // - InternalServerException // An exception occurred with the service. // -// - ConflictException -// The request couldn't be completed because it conflicted with the current -// state of the resource. -// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CancelJob func (c *DataExchange) CancelJob(input *CancelJobInput) (*CancelJobOutput, error) { req, out := c.CancelJobRequest(input) @@ -161,21 +161,21 @@ func (c *DataExchange) CreateDataSetRequest(input *CreateDataSetInput) (req *req // // Returned Error Types: // +// - ServiceLimitExceededException +// The request has exceeded the quotas imposed by the service. +// // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ValidationException // The request was invalid. // // - InternalServerException // An exception occurred with the service. // -// - ServiceLimitExceededException -// The request has exceeded the quotas imposed by the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateDataSet func (c *DataExchange) CreateDataSet(input *CreateDataSetInput) (*CreateDataSetOutput, error) { req, out := c.CreateDataSetRequest(input) @@ -252,21 +252,21 @@ func (c *DataExchange) CreateEventActionRequest(input *CreateEventActionInput) ( // // Returned Error Types: // +// - ServiceLimitExceededException +// The request has exceeded the quotas imposed by the service. +// // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ValidationException // The request was invalid. // // - InternalServerException // An exception occurred with the service. // -// - ServiceLimitExceededException -// The request has exceeded the quotas imposed by the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateEventAction func (c *DataExchange) CreateEventAction(input *CreateEventActionInput) (*CreateEventActionOutput, error) { req, out := c.CreateEventActionRequest(input) @@ -349,12 +349,6 @@ func (c *DataExchange) CreateJobRequest(input *CreateJobInput) (req *request.Req // - ThrottlingException // The limit on the number of requests per second was exceeded. // -// - ValidationException -// The request was invalid. -// -// - InternalServerException -// An exception occurred with the service. -// // - AccessDeniedException // Access to the resource is denied. // @@ -362,6 +356,12 @@ func (c *DataExchange) CreateJobRequest(input *CreateJobInput) (req *request.Req // The request couldn't be completed because it conflicted with the current // state of the resource. // +// - ValidationException +// The request was invalid. +// +// - InternalServerException +// An exception occurred with the service. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateJob func (c *DataExchange) CreateJob(input *CreateJobInput) (*CreateJobOutput, error) { req, out := c.CreateJobRequest(input) @@ -444,15 +444,15 @@ func (c *DataExchange) CreateRevisionRequest(input *CreateRevisionInput) (req *r // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ValidationException // The request was invalid. // // - InternalServerException // An exception occurred with the service. // -// - AccessDeniedException -// Access to the resource is denied. -// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateRevision func (c *DataExchange) CreateRevision(input *CreateRevisionInput) (*CreateRevisionOutput, error) { req, out := c.CreateRevisionRequest(input) @@ -530,25 +530,25 @@ func (c *DataExchange) DeleteAssetRequest(input *DeleteAssetInput) (req *request // // Returned Error Types: // -// - ValidationException -// The request was invalid. -// -// - InternalServerException -// An exception occurred with the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // - ResourceNotFoundException // The resource couldn't be found. // // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ConflictException // The request couldn't be completed because it conflicted with the current // state of the resource. // +// - ValidationException +// The request was invalid. +// +// - InternalServerException +// An exception occurred with the service. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteAsset func (c *DataExchange) DeleteAsset(input *DeleteAssetInput) (*DeleteAssetOutput, error) { req, out := c.DeleteAssetRequest(input) @@ -626,25 +626,25 @@ func (c *DataExchange) DeleteDataSetRequest(input *DeleteDataSetInput) (req *req // // Returned Error Types: // -// - ValidationException -// The request was invalid. -// -// - InternalServerException -// An exception occurred with the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // - ResourceNotFoundException // The resource couldn't be found. // // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ConflictException // The request couldn't be completed because it conflicted with the current // state of the resource. // +// - ValidationException +// The request was invalid. +// +// - InternalServerException +// An exception occurred with the service. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteDataSet func (c *DataExchange) DeleteDataSet(input *DeleteDataSetInput) (*DeleteDataSetOutput, error) { req, out := c.DeleteDataSetRequest(input) @@ -811,25 +811,25 @@ func (c *DataExchange) DeleteRevisionRequest(input *DeleteRevisionInput) (req *r // // Returned Error Types: // -// - ValidationException -// The request was invalid. -// -// - InternalServerException -// An exception occurred with the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // - ResourceNotFoundException // The resource couldn't be found. // // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ConflictException // The request couldn't be completed because it conflicted with the current // state of the resource. // +// - ValidationException +// The request was invalid. +// +// - InternalServerException +// An exception occurred with the service. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteRevision func (c *DataExchange) DeleteRevision(input *DeleteRevisionInput) (*DeleteRevisionOutput, error) { req, out := c.DeleteRevisionRequest(input) @@ -2050,7 +2050,7 @@ func (c *DataExchange) ListTagsForResourceRequest(input *ListTagsForResourceInpu op := &request.Operation{ Name: opListTagsForResource, HTTPMethod: "GET", - HTTPPath: "/tags/{resource-arn}", + HTTPPath: "/tags/{ResourceArn}", } if input == nil { @@ -2148,25 +2148,25 @@ func (c *DataExchange) RevokeRevisionRequest(input *RevokeRevisionInput) (req *r // // Returned Error Types: // -// - ValidationException -// The request was invalid. -// -// - InternalServerException -// An exception occurred with the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // - ResourceNotFoundException // The resource couldn't be found. // // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ConflictException // The request couldn't be completed because it conflicted with the current // state of the resource. // +// - ValidationException +// The request was invalid. +// +// - InternalServerException +// An exception occurred with the service. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/RevokeRevision func (c *DataExchange) RevokeRevision(input *RevokeRevisionInput) (*RevokeRevisionOutput, error) { req, out := c.RevokeRevisionRequest(input) @@ -2252,15 +2252,15 @@ func (c *DataExchange) SendApiAssetRequest(input *SendApiAssetInput) (req *reque // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ValidationException // The request was invalid. // // - InternalServerException // An exception occurred with the service. // -// - AccessDeniedException -// Access to the resource is denied. -// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/SendApiAsset func (c *DataExchange) SendApiAsset(input *SendApiAssetInput) (*SendApiAssetOutput, error) { req, out := c.SendApiAssetRequest(input) @@ -2338,25 +2338,25 @@ func (c *DataExchange) StartJobRequest(input *StartJobInput) (req *request.Reque // // Returned Error Types: // -// - ValidationException -// The request was invalid. -// -// - InternalServerException -// An exception occurred with the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // - ResourceNotFoundException // The resource couldn't be found. // // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ConflictException // The request couldn't be completed because it conflicted with the current // state of the resource. // +// - ValidationException +// The request was invalid. +// +// - InternalServerException +// An exception occurred with the service. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/StartJob func (c *DataExchange) StartJob(input *StartJobInput) (*StartJobOutput, error) { req, out := c.StartJobRequest(input) @@ -2408,7 +2408,7 @@ func (c *DataExchange) TagResourceRequest(input *TagResourceInput) (req *request op := &request.Operation{ Name: opTagResource, HTTPMethod: "POST", - HTTPPath: "/tags/{resource-arn}", + HTTPPath: "/tags/{ResourceArn}", } if input == nil { @@ -2482,7 +2482,7 @@ func (c *DataExchange) UntagResourceRequest(input *UntagResourceInput) (req *req op := &request.Operation{ Name: opUntagResource, HTTPMethod: "DELETE", - HTTPPath: "/tags/{resource-arn}", + HTTPPath: "/tags/{ResourceArn}", } if input == nil { @@ -2581,25 +2581,25 @@ func (c *DataExchange) UpdateAssetRequest(input *UpdateAssetInput) (req *request // // Returned Error Types: // -// - ValidationException -// The request was invalid. -// -// - InternalServerException -// An exception occurred with the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // - ResourceNotFoundException // The resource couldn't be found. // // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ConflictException // The request couldn't be completed because it conflicted with the current // state of the resource. // +// - ValidationException +// The request was invalid. +// +// - InternalServerException +// An exception occurred with the service. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateAsset func (c *DataExchange) UpdateAsset(input *UpdateAssetInput) (*UpdateAssetOutput, error) { req, out := c.UpdateAssetRequest(input) @@ -2682,15 +2682,15 @@ func (c *DataExchange) UpdateDataSetRequest(input *UpdateDataSetInput) (req *req // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ValidationException // The request was invalid. // // - InternalServerException // An exception occurred with the service. // -// - AccessDeniedException -// Access to the resource is denied. -// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateDataSet func (c *DataExchange) UpdateDataSet(input *UpdateDataSetInput) (*UpdateDataSetOutput, error) { req, out := c.UpdateDataSetRequest(input) @@ -2773,15 +2773,15 @@ func (c *DataExchange) UpdateEventActionRequest(input *UpdateEventActionInput) ( // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ValidationException // The request was invalid. // // - InternalServerException // An exception occurred with the service. // -// - AccessDeniedException -// Access to the resource is denied. -// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateEventAction func (c *DataExchange) UpdateEventAction(input *UpdateEventActionInput) (*UpdateEventActionOutput, error) { req, out := c.UpdateEventActionRequest(input) @@ -2858,25 +2858,25 @@ func (c *DataExchange) UpdateRevisionRequest(input *UpdateRevisionInput) (req *r // // Returned Error Types: // -// - ValidationException -// The request was invalid. -// -// - InternalServerException -// An exception occurred with the service. -// -// - AccessDeniedException -// Access to the resource is denied. -// // - ResourceNotFoundException // The resource couldn't be found. // // - ThrottlingException // The limit on the number of requests per second was exceeded. // +// - AccessDeniedException +// Access to the resource is denied. +// // - ConflictException // The request couldn't be completed because it conflicted with the current // state of the resource. // +// - ValidationException +// The request was invalid. +// +// - InternalServerException +// An exception occurred with the service. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateRevision func (c *DataExchange) UpdateRevision(input *UpdateRevisionInput) (*UpdateRevisionOutput, error) { req, out := c.UpdateRevisionRequest(input) @@ -3567,6 +3567,8 @@ func (s *AutoExportRevisionToS3RequestDetails) SetRevisionDestination(v *AutoExp type CancelJobInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a job. + // // JobId is a required field JobId *string `location:"uri" locationName:"JobId" type:"string" required:"true"` } @@ -3706,7 +3708,6 @@ func (s *ConflictException) RequestID() string { return s.RespMetadata.RequestID } -// A request to create a data set that contains one or more revisions. type CreateDataSetInput struct { _ struct{} `type:"structure"` @@ -3797,39 +3798,41 @@ func (s *CreateDataSetInput) SetTags(v map[string]*string) *CreateDataSetInput { type CreateDataSetOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the data set. Arn *string `type:"string"` // The type of asset that is added to a data set. AssetType *string `type:"string" enum:"AssetType"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the data set was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A description of a resource. + // The description for the data set. Description *string `type:"string"` - // A unique identifier. + // The unique identifier for the data set. Id *string `type:"string"` - // The name of the model. + // The name of the data set. Name *string `type:"string"` // 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. + // or ENTITLED to the account (for subscribers). Origin *string `type:"string" enum:"Origin"` - // Information about the origin of the data set. + // If the origin of this data set is ENTITLED, includes the details for the + // product on AWS Marketplace. OriginDetails *OriginDetails `type:"structure"` - // A unique identifier. + // 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. SourceId *string `type:"string"` + // The tags for the data set. Tags map[string]*string `type:"map"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the data set was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -3917,7 +3920,6 @@ func (s *CreateDataSetOutput) SetUpdatedAt(v time.Time) *CreateDataSetOutput { return s } -// A request to create an event action. type CreateEventActionInput struct { _ struct{} `type:"structure"` @@ -3994,19 +3996,19 @@ type CreateEventActionOutput struct { // What occurs after a certain event. Action *Action `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the event action. Arn *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the event action was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // What occurs to start an action. Event *Event `type:"structure"` - // A unique identifier. + // The unique identifier for the event action. Id *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the event action was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -4064,11 +4066,6 @@ func (s *CreateEventActionOutput) SetUpdatedAt(v time.Time) *CreateEventActionOu return s } -// 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. type CreateJobInput struct { _ struct{} `type:"structure"` @@ -4137,25 +4134,28 @@ func (s *CreateJobInput) SetType(v string) *CreateJobInput { type CreateJobOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the job. Arn *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the job was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // Details for the response. + // Details about the job. Details *ResponseDetails `type:"structure"` + // The errors associated with jobs. Errors []*JobError `type:"list"` - // A unique identifier. + // The unique identifier for the job. Id *string `type:"string"` + // The state of the job. State *string `type:"string" enum:"State"` + // The job type. Type *string `type:"string" enum:"Type"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the job was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -4225,16 +4225,14 @@ func (s *CreateJobOutput) SetUpdatedAt(v time.Time) *CreateJobOutput { return s } -// 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. type CreateRevisionInput struct { _ struct{} `type:"structure"` // An optional comment about the revision. Comment *string `type:"string"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` @@ -4300,35 +4298,49 @@ func (s *CreateRevisionInput) SetTags(v map[string]*string) *CreateRevisionInput type CreateRevisionOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the revision. Arn *string `type:"string"` + // An optional comment about the revision. Comment *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // The unique identifier for the data set associated with this revision. DataSetId *string `type:"string"` + // 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. 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. Finalized *bool `type:"boolean"` - // A unique identifier. + // The unique identifier for the revision. Id *string `type:"string"` + // A required comment to inform subscribers of the reason their access to the + // revision was revoked. RevocationComment *string `min:"10" type:"string"` + // A status indicating that subscribers' access to the revision was revoked. Revoked *bool `type:"boolean"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was revoked, in ISO 8601 format. RevokedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // 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. SourceId *string `type:"string"` + // The tags for the revision. Tags map[string]*string `type:"map"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -4558,12 +4570,18 @@ func (s *DataSetEntry) SetUpdatedAt(v time.Time) *DataSetEntry { type DeleteAssetInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for an asset. + // // AssetId is a required field AssetId *string `location:"uri" locationName:"AssetId" type:"string" required:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` + // The unique identifier for a revision. + // // RevisionId is a required field RevisionId *string `location:"uri" locationName:"RevisionId" type:"string" required:"true"` } @@ -4657,6 +4675,8 @@ func (s DeleteAssetOutput) GoString() string { type DeleteDataSetInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` } @@ -4726,6 +4746,8 @@ func (s DeleteDataSetOutput) GoString() string { type DeleteEventActionInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for the event action. + // // EventActionId is a required field EventActionId *string `location:"uri" locationName:"EventActionId" type:"string" required:"true"` } @@ -4795,9 +4817,13 @@ func (s DeleteEventActionOutput) GoString() string { type DeleteRevisionInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` + // The unique identifier for a revision. + // // RevisionId is a required field RevisionId *string `location:"uri" locationName:"RevisionId" type:"string" required:"true"` } @@ -5517,7 +5543,7 @@ func (s *ExportRevisionsToS3ResponseDetails) SetRevisionDestinations(v []*Revisi // 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. +// the KMS encryption type. type ExportServerSideEncryption struct { _ struct{} `type:"structure"` @@ -5579,12 +5605,18 @@ func (s *ExportServerSideEncryption) SetType(v string) *ExportServerSideEncrypti type GetAssetInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for an asset. + // // AssetId is a required field AssetId *string `location:"uri" locationName:"AssetId" type:"string" required:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` + // The unique identifier for a revision. + // // RevisionId is a required field RevisionId *string `location:"uri" locationName:"RevisionId" type:"string" required:"true"` } @@ -5656,7 +5688,7 @@ func (s *GetAssetInput) SetRevisionId(v string) *GetAssetInput { type GetAssetOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the asset. Arn *string `type:"string"` // Information about the asset. @@ -5665,13 +5697,13 @@ type GetAssetOutput struct { // The type of asset that is added to a data set. AssetType *string `type:"string" enum:"AssetType"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the asset was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // The unique identifier for the data set associated with this asset. DataSetId *string `type:"string"` - // A unique identifier. + // The unique identifier for the asset. Id *string `type:"string"` // The name of the asset. When importing from Amazon S3, the S3 object key is @@ -5681,13 +5713,15 @@ type GetAssetOutput struct { // the datashare name is used as the asset name. Name *string `type:"string"` - // A unique identifier. + // The unique identifier for the revision associated with this asset. RevisionId *string `type:"string"` - // A unique identifier. + // 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. SourceId *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the asset was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -5772,6 +5806,8 @@ func (s *GetAssetOutput) SetUpdatedAt(v time.Time) *GetAssetOutput { type GetDataSetInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` } @@ -5819,39 +5855,41 @@ func (s *GetDataSetInput) SetDataSetId(v string) *GetDataSetInput { type GetDataSetOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the data set. Arn *string `type:"string"` // The type of asset that is added to a data set. AssetType *string `type:"string" enum:"AssetType"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the data set was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A description of a resource. + // The description for the data set. Description *string `type:"string"` - // A unique identifier. + // The unique identifier for the data set. Id *string `type:"string"` - // The name of the model. + // The name of the data set. Name *string `type:"string"` // 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. + // or ENTITLED to the account (for subscribers). Origin *string `type:"string" enum:"Origin"` - // Information about the origin of the data set. + // If the origin of this data set is ENTITLED, includes the details for the + // product on AWS Marketplace. OriginDetails *OriginDetails `type:"structure"` - // A unique identifier. + // 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. SourceId *string `type:"string"` + // The tags for the data set. Tags map[string]*string `type:"map"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the data set was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -5942,6 +5980,8 @@ func (s *GetDataSetOutput) SetUpdatedAt(v time.Time) *GetDataSetOutput { type GetEventActionInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for the event action. + // // EventActionId is a required field EventActionId *string `location:"uri" locationName:"EventActionId" type:"string" required:"true"` } @@ -5992,19 +6032,19 @@ type GetEventActionOutput struct { // What occurs after a certain event. Action *Action `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the event action. Arn *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the event action was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // What occurs to start an action. Event *Event `type:"structure"` - // A unique identifier. + // The unique identifier for the event action. Id *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the event action was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -6065,6 +6105,8 @@ func (s *GetEventActionOutput) SetUpdatedAt(v time.Time) *GetEventActionOutput { type GetJobInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a job. + // // JobId is a required field JobId *string `location:"uri" locationName:"JobId" type:"string" required:"true"` } @@ -6112,25 +6154,28 @@ func (s *GetJobInput) SetJobId(v string) *GetJobInput { type GetJobOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the job. Arn *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the job was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // Details for the response. + // Details about the job. Details *ResponseDetails `type:"structure"` + // The errors associated with jobs. Errors []*JobError `type:"list"` - // A unique identifier. + // The unique identifier for the job. Id *string `type:"string"` + // The state of the job. State *string `type:"string" enum:"State"` + // The job type. Type *string `type:"string" enum:"Type"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the job was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -6203,9 +6248,13 @@ func (s *GetJobOutput) SetUpdatedAt(v time.Time) *GetJobOutput { type GetRevisionInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` + // The unique identifier for a revision. + // // RevisionId is a required field RevisionId *string `location:"uri" locationName:"RevisionId" type:"string" required:"true"` } @@ -6265,35 +6314,49 @@ func (s *GetRevisionInput) SetRevisionId(v string) *GetRevisionInput { type GetRevisionOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the revision. Arn *string `type:"string"` + // An optional comment about the revision. Comment *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // The unique identifier for the data set associated with this revision. DataSetId *string `type:"string"` + // 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. 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. Finalized *bool `type:"boolean"` - // A unique identifier. + // The unique identifier for the revision. Id *string `type:"string"` + // A required comment to inform subscribers of the reason their access to the + // revision was revoked. RevocationComment *string `min:"10" type:"string"` + // A status indicating that subscribers' access to the revision was revoked. Revoked *bool `type:"boolean"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was revoked, in ISO 8601 format. RevokedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // 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. SourceId *string `type:"string"` + // The tags for the revision. Tags map[string]*string `type:"map"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -7447,11 +7510,16 @@ func (s *JobError) SetResourceType(v string) *JobError { type ListDataSetRevisionsInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` + // The maximum number of results returned by a single call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` + // The token value retrieved from a previous call to access the next page of + // results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` } @@ -7517,6 +7585,7 @@ type ListDataSetRevisionsOutput struct { // results. NextToken *string `type:"string"` + // The asset objects listed by the request. Revisions []*RevisionEntry `type:"list"` } @@ -7553,10 +7622,15 @@ func (s *ListDataSetRevisionsOutput) SetRevisions(v []*RevisionEntry) *ListDataS type ListDataSetsInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The maximum number of results returned by a single call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` + // The token value retrieved from a previous call to access the next page of + // results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` + // A property that defines the data set as OWNED by the account (for providers) + // or ENTITLED to the account (for subscribers). Origin *string `location:"querystring" locationName:"origin" type:"string"` } @@ -7612,6 +7686,7 @@ func (s *ListDataSetsInput) SetOrigin(v string) *ListDataSetsInput { type ListDataSetsOutput struct { _ struct{} `type:"structure"` + // The data set objects listed by the request. DataSets []*DataSetEntry `type:"list"` // The token value retrieved from a previous call to access the next page of @@ -7652,10 +7727,14 @@ func (s *ListDataSetsOutput) SetNextToken(v string) *ListDataSetsOutput { type ListEventActionsInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for the event source. EventSourceId *string `location:"querystring" locationName:"eventSourceId" type:"string"` + // The maximum number of results returned by a single call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` + // The token value retrieved from a previous call to access the next page of + // results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` } @@ -7711,6 +7790,7 @@ func (s *ListEventActionsInput) SetNextToken(v string) *ListEventActionsInput { type ListEventActionsOutput struct { _ struct{} `type:"structure"` + // The event action objects listed by the request. EventActions []*EventActionEntry `type:"list"` // The token value retrieved from a previous call to access the next page of @@ -7751,12 +7831,17 @@ func (s *ListEventActionsOutput) SetNextToken(v string) *ListEventActionsOutput type ListJobsInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a data set. DataSetId *string `location:"querystring" locationName:"dataSetId" type:"string"` + // The maximum number of results returned by a single call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` + // The token value retrieved from a previous call to access the next page of + // results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` + // The unique identifier for a revision. RevisionId *string `location:"querystring" locationName:"revisionId" type:"string"` } @@ -7818,6 +7903,7 @@ func (s *ListJobsInput) SetRevisionId(v string) *ListJobsInput { type ListJobsOutput struct { _ struct{} `type:"structure"` + // The jobs listed by the request. Jobs []*JobEntry `type:"list"` // The token value retrieved from a previous call to access the next page of @@ -7858,13 +7944,20 @@ func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput { type ListRevisionAssetsInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` + // The maximum number of results returned by a single call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` + // The token value retrieved from a previous call to access the next page of + // results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` + // The unique identifier for a revision. + // // RevisionId is a required field RevisionId *string `location:"uri" locationName:"RevisionId" type:"string" required:"true"` } @@ -7939,6 +8032,7 @@ func (s *ListRevisionAssetsInput) SetRevisionId(v string) *ListRevisionAssetsInp type ListRevisionAssetsOutput struct { _ struct{} `type:"structure"` + // The asset objects listed by the request. Assets []*AssetEntry `type:"list"` // The token value retrieved from a previous call to access the next page of @@ -7979,8 +8073,10 @@ func (s *ListRevisionAssetsOutput) SetNextToken(v string) *ListRevisionAssetsOut type ListTagsForResourceInput struct { _ struct{} `type:"structure" nopayload:"true"` + // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // // ResourceArn is a required field - ResourceArn *string `location:"uri" locationName:"resource-arn" type:"string" required:"true"` + ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` } // String returns the string representation. @@ -8026,6 +8122,7 @@ func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResource type ListTagsForResourceOutput struct { _ struct{} `type:"structure"` + // A label that consists of a customer-defined key and an optional value. Tags map[string]*string `locationName:"tags" type:"map"` } @@ -8181,16 +8278,16 @@ type RequestDetails struct { // Details about the export to Amazon S3 request. ExportRevisionsToS3 *ExportRevisionsToS3RequestDetails `type:"structure"` - // Information about the import asset from API Gateway API request. + // Details about the import from signed URL request. ImportAssetFromApiGatewayApi *ImportAssetFromApiGatewayApiRequestDetails `type:"structure"` - // Details about the import from signed URL request. + // Details about the import from Amazon S3 request. ImportAssetFromSignedUrl *ImportAssetFromSignedUrlRequestDetails `type:"structure"` // Details from an import from Amazon Redshift datashare request. ImportAssetsFromRedshiftDataShares *ImportAssetsFromRedshiftDataSharesRequestDetails `type:"structure"` - // Details about the import from Amazon S3 request. + // Information about the import asset from API Gateway API request. ImportAssetsFromS3 *ImportAssetsFromS3RequestDetails `type:"structure"` } @@ -8553,12 +8650,10 @@ type RevisionEntry struct { // 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. - // - // 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. + // state, you can publish the revision to your products. 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. Finalized *bool `type:"boolean"` // The unique identifier for the revision. @@ -8718,13 +8813,16 @@ func (s *RevisionPublished) SetDataSetId(v string) *RevisionPublished { return s } -// The request sent to revoke the revision. type RevokeRevisionInput struct { _ struct{} `type:"structure"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` + // The unique identifier for a revision. + // // RevisionId is a required field RevisionId *string `location:"uri" locationName:"RevisionId" type:"string" required:"true"` @@ -8802,33 +8900,46 @@ func (s *RevokeRevisionInput) SetRevocationComment(v string) *RevokeRevisionInpu type RevokeRevisionOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the revision. Arn *string `type:"string"` + // An optional comment about the revision. Comment *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // The unique identifier for the data set associated with this revision. DataSetId *string `type:"string"` + // 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. 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. Finalized *bool `type:"boolean"` - // A unique identifier. + // The unique identifier for the revision. Id *string `type:"string"` + // A required comment to inform subscribers of the reason their access to the + // revision was revoked. RevocationComment *string `min:"10" type:"string"` + // A status indicating that subscribers' access to the revision was revoked. Revoked *bool `type:"boolean"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was revoked, in ISO 8601 format. RevokedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // 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. SourceId *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -8953,22 +9064,38 @@ func (s *S3SnapshotAsset) SetSize(v float64) *S3SnapshotAsset { type SendApiAssetInput struct { _ struct{} `type:"structure" payload:"Body"` + // Asset ID value for the API request. + // // AssetId is a required field AssetId *string `location:"header" locationName:"x-amzn-dataexchange-asset-id" type:"string" required:"true"` + // The request body. Body *string `type:"string"` + // Data set ID value for the API request. + // // DataSetId is a required field DataSetId *string `location:"header" locationName:"x-amzn-dataexchange-data-set-id" type:"string" required:"true"` + // HTTP method value for the API request. Alternatively, you can use the appropriate + // verb in your request. Method *string `location:"header" locationName:"x-amzn-dataexchange-http-method" type:"string"` + // URI path value for the API request. Alternatively, you can set the URI path + // directly by invoking /v1/{pathValue}. Path *string `location:"header" locationName:"x-amzn-dataexchange-path" type:"string"` + // Attach query string parameters to the end of the URI (for example, /v1/examplePath?exampleParam=exampleValue). QueryStringParameters map[string]*string `location:"querystring" type:"map"` + // Any header value prefixed with x-amzn-dataexchange-header- will have that + // stripped before sending the Asset API request. Use this when you want to + // override a header that AWS Data Exchange uses. Alternatively, you can use + // the header without a prefix to the HTTP request. RequestHeaders map[string]*string `location:"headers" locationName:"x-amzn-dataexchange-header-" type:"map"` + // Revision ID value for the API request. + // // RevisionId is a required field RevisionId *string `location:"header" locationName:"x-amzn-dataexchange-revision-id" type:"string" required:"true"` } @@ -9058,7 +9185,6 @@ func (s *SendApiAssetInput) SetRevisionId(v string) *SendApiAssetInput { return s } -// The details of the send API asset response. type SendApiAssetOutput struct { _ struct{} `type:"structure" payload:"Body"` @@ -9108,10 +9234,13 @@ type ServiceLimitExceededException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` + // The name of the limit that was reached. LimitName *string `type:"string" enum:"LimitName"` + // The value of the exceeded limit. LimitValue *float64 `type:"double"` + // The request has exceeded the quotas imposed by the service. Message_ *string `locationName:"Message" type:"string"` } @@ -9174,6 +9303,8 @@ func (s *ServiceLimitExceededException) RequestID() string { type StartJobInput struct { _ struct{} `type:"structure" nopayload:"true"` + // The unique identifier for a job. + // // JobId is a required field JobId *string `location:"uri" locationName:"JobId" type:"string" required:"true"` } @@ -9243,9 +9374,13 @@ func (s StartJobOutput) GoString() string { type TagResourceInput struct { _ struct{} `type:"structure"` + // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // // ResourceArn is a required field - ResourceArn *string `location:"uri" locationName:"resource-arn" type:"string" required:"true"` + ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` + // A label that consists of a customer-defined key and an optional value. + // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` } @@ -9389,9 +9524,13 @@ func (s *ThrottlingException) RequestID() string { type UntagResourceInput struct { _ struct{} `type:"structure" nopayload:"true"` + // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // // ResourceArn is a required field - ResourceArn *string `location:"uri" locationName:"resource-arn" type:"string" required:"true"` + ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` + // The key tags. + // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"` } @@ -9467,13 +9606,16 @@ func (s UntagResourceOutput) GoString() string { return s.String() } -// The request to update an asset. type UpdateAssetInput struct { _ struct{} `type:"structure"` + // The unique identifier for an asset. + // // AssetId is a required field AssetId *string `location:"uri" locationName:"AssetId" type:"string" required:"true"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` @@ -9486,6 +9628,8 @@ type UpdateAssetInput struct { // Name is a required field Name *string `type:"string" required:"true"` + // The unique identifier for a revision. + // // RevisionId is a required field RevisionId *string `location:"uri" locationName:"RevisionId" type:"string" required:"true"` } @@ -9566,7 +9710,7 @@ func (s *UpdateAssetInput) SetRevisionId(v string) *UpdateAssetInput { type UpdateAssetOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the asset. Arn *string `type:"string"` // Information about the asset. @@ -9575,13 +9719,13 @@ type UpdateAssetOutput struct { // The type of asset that is added to a data set. AssetType *string `type:"string" enum:"AssetType"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the asset was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // The unique identifier for the data set associated with this asset. DataSetId *string `type:"string"` - // A unique identifier. + // The unique identifier for the asset. Id *string `type:"string"` // The name of the asset. When importing from Amazon S3, the S3 object key is @@ -9591,13 +9735,15 @@ type UpdateAssetOutput struct { // the datashare name is used as the asset name. Name *string `type:"string"` - // A unique identifier. + // The unique identifier for the revision associated with this asset. RevisionId *string `type:"string"` - // A unique identifier. + // 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. SourceId *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the asset was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -9679,10 +9825,11 @@ func (s *UpdateAssetOutput) SetUpdatedAt(v time.Time) *UpdateAssetOutput { return s } -// The request to update a data set. type UpdateDataSetInput struct { _ struct{} `type:"structure"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` @@ -9748,37 +9895,38 @@ func (s *UpdateDataSetInput) SetName(v string) *UpdateDataSetInput { type UpdateDataSetOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the data set. Arn *string `type:"string"` // The type of asset that is added to a data set. AssetType *string `type:"string" enum:"AssetType"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the data set was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A description of a resource. + // The description for the data set. Description *string `type:"string"` - // A unique identifier. + // The unique identifier for the data set. Id *string `type:"string"` - // The name of the model. + // The name of the data set. Name *string `type:"string"` // 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. + // or ENTITLED to the account (for subscribers). Origin *string `type:"string" enum:"Origin"` - // Information about the origin of the data set. + // If the origin of this data set is ENTITLED, includes the details for the + // product on AWS Marketplace. OriginDetails *OriginDetails `type:"structure"` - // A unique identifier. + // 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. SourceId *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the data set was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -9860,13 +10008,14 @@ func (s *UpdateDataSetOutput) SetUpdatedAt(v time.Time) *UpdateDataSetOutput { return s } -// The request to update an event action. type UpdateEventActionInput struct { _ struct{} `type:"structure"` // What occurs after a certain event. Action *Action `type:"structure"` + // The unique identifier for the event action. + // // EventActionId is a required field EventActionId *string `location:"uri" locationName:"EventActionId" type:"string" required:"true"` } @@ -9928,19 +10077,19 @@ type UpdateEventActionOutput struct { // What occurs after a certain event. Action *Action `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the event action. Arn *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the event action was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // What occurs to start an action. Event *Event `type:"structure"` - // A unique identifier. + // The unique identifier for the event action. Id *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the event action was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -9998,13 +10147,14 @@ func (s *UpdateEventActionOutput) SetUpdatedAt(v time.Time) *UpdateEventActionOu return s } -// The request to update a revision. type UpdateRevisionInput struct { _ struct{} `type:"structure"` // An optional comment about the revision. Comment *string `type:"string"` + // The unique identifier for a data set. + // // DataSetId is a required field DataSetId *string `location:"uri" locationName:"DataSetId" type:"string" required:"true"` @@ -10013,6 +10163,8 @@ type UpdateRevisionInput struct { // publish the revision to your products. Finalized *bool `type:"boolean"` + // The unique identifier for a revision. + // // RevisionId is a required field RevisionId *string `location:"uri" locationName:"RevisionId" type:"string" required:"true"` } @@ -10084,33 +10236,46 @@ func (s *UpdateRevisionInput) SetRevisionId(v string) *UpdateRevisionInput { type UpdateRevisionOutput struct { _ struct{} `type:"structure"` - // An Amazon Resource Name (ARN) that uniquely identifies an AWS resource. + // The ARN for the revision. Arn *string `type:"string"` + // An optional comment about the revision. Comment *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was created, in ISO 8601 format. CreatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // The unique identifier for the data set associated with this revision. DataSetId *string `type:"string"` + // 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. 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. Finalized *bool `type:"boolean"` - // A unique identifier. + // The unique identifier for the revision. Id *string `type:"string"` + // A required comment to inform subscribers of the reason their access to the + // revision was revoked. RevocationComment *string `min:"10" type:"string"` + // A status indicating that subscribers' access to the revision was revoked. Revoked *bool `type:"boolean"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was revoked, in ISO 8601 format. RevokedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` - // A unique identifier. + // 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. SourceId *string `type:"string"` - // Dates and times in AWS Data Exchange are recorded in ISO 8601 format. + // The date and time that the revision was last updated, in ISO 8601 format. UpdatedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` } @@ -10203,7 +10368,7 @@ type ValidationException struct { _ struct{} `type:"structure"` RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` - // The message that informs you about what the exception was. + // The unique identifier for the resource that couldn't be found. ExceptionCause *string `type:"string" enum:"ExceptionCause"` // The message that informs you about what was invalid about the request. @@ -10266,7 +10431,6 @@ func (s *ValidationException) RequestID() string { return s.RespMetadata.RequestID } -// The type of asset that is added to a data set. const ( // AssetTypeS3Snapshot is a AssetType enum value AssetTypeS3Snapshot = "S3_SNAPSHOT" @@ -10339,7 +10503,6 @@ func ExceptionCause_Values() []string { } } -// The name of the limit that was reached. const ( // JobErrorLimitNameAssetsperrevision is a JobErrorLimitName enum value JobErrorLimitNameAssetsperrevision = "Assets per revision" @@ -10360,7 +10523,6 @@ func JobErrorLimitName_Values() []string { } } -// The types of resource which the job error can apply to. const ( // JobErrorResourceTypesRevision is a JobErrorResourceTypes enum value JobErrorResourceTypesRevision = "REVISION" @@ -10477,10 +10639,6 @@ func LimitName_Values() []string { } } -// 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. const ( // OriginOwned is a Origin enum value OriginOwned = "OWNED" @@ -10537,7 +10695,6 @@ func ResourceType_Values() []string { } } -// The types of encryption supported in export jobs to Amazon S3. const ( // ServerSideEncryptionTypesAwsKms is a ServerSideEncryptionTypes enum value ServerSideEncryptionTypesAwsKms = "aws:kms" diff --git a/service/dataexchange/doc.go b/service/dataexchange/doc.go index a861aa4d01..e3b679012a 100644 --- a/service/dataexchange/doc.go +++ b/service/dataexchange/doc.go @@ -3,7 +3,27 @@ // Package dataexchange provides the client and types for making API // requests to AWS Data Exchange. // -// This is the API reference for AWS Data Exchange. +// AWS Data Exchange is a service that makes it easy for AWS customers to exchange +// data in the cloud. You can use the AWS Data Exchange APIs to create, update, +// manage, and access file-based data set in the AWS Cloud. +// +// As a subscriber, you can view and access the data sets that you have an entitlement +// to through a subscription. You can use the APIS to download or copy your +// entitled data sets to Amazon S3 for use across a variety of AWS analytics +// and machine learning services. +// +// As a provider, you can create and manage your data sets that you would like +// to publish to a product. Being able to package and provide your data sets +// into products requires a few steps to determine eligibility. For more information, +// visit the AWS Data Exchange User Guide. +// +// A data set is a collection of data that can be changed or updated over time. +// Data sets can be updated using revisions, which represent a new version or +// incremental change to a data set. A revision contains one or more assets. +// An asset in AWS Data Exchange is a piece of data that can be stored as an +// Amazon S3 object. The asset can be a structured data file, an image file, +// or some other data file. Jobs are asynchronous import or export operations +// used to create or copy assets. // // See https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25 for more information on this service. // diff --git a/service/ec2/api.go b/service/ec2/api.go index e5606622ea..f5bf1bb291 100644 --- a/service/ec2/api.go +++ b/service/ec2/api.go @@ -170548,6 +170548,9 @@ const ( // ResourceTypeVpcEndpointConnectionDeviceType is a ResourceType enum value ResourceTypeVpcEndpointConnectionDeviceType = "vpc-endpoint-connection-device-type" + + // ResourceTypeVpnConnectionDeviceType is a ResourceType enum value + ResourceTypeVpnConnectionDeviceType = "vpn-connection-device-type" ) // ResourceType_Values returns all elements of the ResourceType enum @@ -170626,6 +170629,7 @@ func ResourceType_Values() []string { ResourceTypeCapacityReservationFleet, ResourceTypeTrafficMirrorFilterRule, ResourceTypeVpcEndpointConnectionDeviceType, + ResourceTypeVpnConnectionDeviceType, } } diff --git a/service/eks/api.go b/service/eks/api.go index 0ec7e91c27..29b0549467 100644 --- a/service/eks/api.go +++ b/service/eks/api.go @@ -5108,8 +5108,24 @@ type CreateAddonInput struct { // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"` - // How to resolve parameter value conflicts when migrating an existing add-on - // to an Amazon EKS add-on. + // How to resolve field value conflicts for an Amazon EKS add-on. Conflicts + // are handled based on the value you choose: + // + // * None – If the self-managed version of the add-on is installed on your + // cluster, Amazon EKS doesn't change the value. Creation of the add-on might + // fail. + // + // * Overwrite – If the self-managed version of the add-on is installed + // on your cluster and the Amazon EKS default value is different than the + // existing value, Amazon EKS changes the value to the Amazon EKS default + // value. + // + // * Preserve – Not supported. You can set this value when updating an + // add-on though. For more information, see UpdateAddon (https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html). + // + // If you don't currently have the self-managed version of the add-on installed + // on your cluster, the Amazon EKS add-on is installed. Amazon EKS sets all + // values to default values, regardless of the option that you specify. ResolveConflicts *string `locationName:"resolveConflicts" type:"string" enum:"ResolveConflicts"` // The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's @@ -8005,7 +8021,7 @@ func (s *KubernetesNetworkConfigResponse) SetServiceIpv6Cidr(v string) *Kubernet } // An object representing a node group launch template specification. The launch -// template cannot include SubnetId (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html), +// template can't include SubnetId (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html), // IamInstanceProfile (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IamInstanceProfile.html), // RequestSpotInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html), // HibernationOptions (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_HibernationOptionsRequest.html), @@ -8016,18 +8032,32 @@ func (s *KubernetesNetworkConfigResponse) SetServiceIpv6Cidr(v string) *Kubernet // templates with Amazon EKS, see Launch template support (https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) // in the Amazon EKS User Guide. // -// Specify either name or id, but not both. +// You must specify either the launch template ID or the launch template name +// in the request, but not both. type LaunchTemplateSpecification struct { _ struct{} `type:"structure"` // The ID of the launch template. + // + // You must specify either the launch template ID or the launch template name + // in the request, but not both. Id *string `locationName:"id" type:"string"` // The name of the launch template. + // + // You must specify either the launch template name or the launch template ID + // in the request, but not both. Name *string `locationName:"name" type:"string"` - // The version of the launch template to use. If no version is specified, then - // the template's default version is used. + // The launch template version number, $Latest, or $Default. + // + // If the value is $Latest, Amazon EKS uses the latest version of the launch + // template. + // + // If the value is $Default, Amazon EKS uses the default version of the launch + // template. + // + // Default: The default version of the launch template. Version *string `locationName:"version" type:"string"` } @@ -10897,8 +10927,18 @@ type UpdateAddonInput struct { // ClusterName is a required field ClusterName *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"` - // How to resolve parameter value conflicts when applying the new version of - // the add-on to the cluster. + // How to resolve field value conflicts for an Amazon EKS add-on if you've changed + // a value from the Amazon EKS default value. Conflicts are handled based on + // the option you choose: + // + // * None – Amazon EKS doesn't change the value. The update might fail. + // + // * Overwrite – Amazon EKS overwrites the changed value back to the Amazon + // EKS default value. + // + // * Preserve – Amazon EKS preserves the value. If you choose this option, + // we recommend that you test any field and value changes on a non-production + // cluster before updating the add-on on your production cluster. ResolveConflicts *string `locationName:"resolveConflicts" type:"string" enum:"ResolveConflicts"` // The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's @@ -12033,6 +12073,9 @@ const ( // AddonStatusDegraded is a AddonStatus enum value AddonStatusDegraded = "DEGRADED" + + // AddonStatusUpdateFailed is a AddonStatus enum value + AddonStatusUpdateFailed = "UPDATE_FAILED" ) // AddonStatus_Values returns all elements of the AddonStatus enum @@ -12045,6 +12088,7 @@ func AddonStatus_Values() []string { AddonStatusDeleting, AddonStatusDeleteFailed, AddonStatusDegraded, + AddonStatusUpdateFailed, } } @@ -12434,6 +12478,9 @@ const ( // ResolveConflictsNone is a ResolveConflicts enum value ResolveConflictsNone = "NONE" + + // ResolveConflictsPreserve is a ResolveConflicts enum value + ResolveConflictsPreserve = "PRESERVE" ) // ResolveConflicts_Values returns all elements of the ResolveConflicts enum @@ -12441,6 +12488,7 @@ func ResolveConflicts_Values() []string { return []string{ ResolveConflictsOverwrite, ResolveConflictsNone, + ResolveConflictsPreserve, } } diff --git a/service/fsx/api.go b/service/fsx/api.go index ee3b8b283d..5c8984c072 100644 --- a/service/fsx/api.go +++ b/service/fsx/api.go @@ -8092,9 +8092,13 @@ type CreateOntapVolumeConfiguration struct { // JunctionPath is a required field JunctionPath *string `min:"1" type:"string" required:"true"` - // The security style for the volume. If a volume's security style is not specified, - // it is automatically set to the root volume's security style. Specify one - // of the following values: + // Specifies the security style for the volume. If a volume's security style + // is not specified, it is automatically set to the root volume's security style. + // The security style determines the type of permissions that FSx for ONTAP + // uses to control data access. For more information, see Volume security style + // (https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-security-style) + // in the Amazon FSx for NetApp ONTAP User Guide. Specify one of the following + // values: // // * UNIX if the file system is managed by a UNIX administrator, the majority // of users are NFS clients, and an application accessing the data uses a @@ -12591,8 +12595,7 @@ type FileSystem struct { // The Domain Name System (DNS) name for the file system. DNSName *string `min:"16" type:"string"` - // A structure providing details of any failures that occurred when creating - // a file system. + // A structure providing details of any failures that occurred. FailureDetails *FileSystemFailureDetails `type:"structure"` // The system-generated, unique 17-digit ID of the file system. @@ -12936,12 +12939,11 @@ func (s *FileSystemEndpoints) SetManagement(v *FileSystemEndpoint) *FileSystemEn return s } -// A structure providing details of any failures that occurred when creating -// a file system. +// A structure providing details of any failures that occurred. type FileSystemFailureDetails struct { _ struct{} `type:"structure"` - // A message describing any failures that occurred during file system creation. + // A message describing any failures that occurred. Message *string `min:"1" type:"string"` } diff --git a/service/inspector2/api.go b/service/inspector2/api.go index 6b0153a8d1..a96338469d 100644 --- a/service/inspector2/api.go +++ b/service/inspector2/api.go @@ -7662,6 +7662,12 @@ type FilterCriteria struct { // Details on the date and time a finding was first seen used to filter findings. FirstObservedAt []*DateFilter `locationName:"firstObservedAt" min:"1" type:"list"` + // Details on whether a fix is available through a version update. This value + // can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of + // the packages identified in the finding have fixes available through updated + // versions. + FixAvailable []*StringFilter `locationName:"fixAvailable" min:"1" type:"list"` + // The Amazon Inspector score to filter on. InspectorScore []*NumberFilter `locationName:"inspectorScore" min:"1" type:"list"` @@ -7778,6 +7784,9 @@ func (s *FilterCriteria) Validate() error { if s.FirstObservedAt != nil && len(s.FirstObservedAt) < 1 { invalidParams.Add(request.NewErrParamMinLen("FirstObservedAt", 1)) } + if s.FixAvailable != nil && len(s.FixAvailable) < 1 { + invalidParams.Add(request.NewErrParamMinLen("FixAvailable", 1)) + } if s.InspectorScore != nil && len(s.InspectorScore) < 1 { invalidParams.Add(request.NewErrParamMinLen("InspectorScore", 1)) } @@ -7963,6 +7972,16 @@ func (s *FilterCriteria) Validate() error { } } } + if s.FixAvailable != nil { + for i, v := range s.FixAvailable { + if v == nil { + continue + } + if err := v.Validate(); err != nil { + invalidParams.AddNested(fmt.Sprintf("%s[%v]", "FixAvailable", i), err.(request.ErrInvalidParams)) + } + } + } if s.NetworkProtocol != nil { for i, v := range s.NetworkProtocol { if v == nil { @@ -8176,6 +8195,12 @@ func (s *FilterCriteria) SetFirstObservedAt(v []*DateFilter) *FilterCriteria { return s } +// SetFixAvailable sets the FixAvailable field's value. +func (s *FilterCriteria) SetFixAvailable(v []*StringFilter) *FilterCriteria { + s.FixAvailable = v + return s +} + // SetInspectorScore sets the InspectorScore field's value. func (s *FilterCriteria) SetInspectorScore(v []*NumberFilter) *FilterCriteria { s.InspectorScore = v @@ -8290,6 +8315,12 @@ type Finding struct { // FirstObservedAt is a required field FirstObservedAt *time.Time `locationName:"firstObservedAt" type:"timestamp" required:"true"` + // Details on whether a fix is available through a version update. This value + // can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of + // the packages identified in the finding have fixes available through updated + // versions. + FixAvailable *string `locationName:"fixAvailable" type:"string" enum:"FixAvailable"` + // The Amazon Inspector score given to the finding. InspectorScore *float64 `locationName:"inspectorScore" type:"double"` @@ -8381,6 +8412,12 @@ func (s *Finding) SetFirstObservedAt(v time.Time) *Finding { return s } +// SetFixAvailable sets the FixAvailable field's value. +func (s *Finding) SetFixAvailable(v string) *Finding { + s.FixAvailable = &v + return s +} + // SetInspectorScore sets the InspectorScore field's value. func (s *Finding) SetInspectorScore(v float64) *Finding { s.InspectorScore = &v @@ -11004,9 +11041,7 @@ type PackageVulnerabilityDetails struct { VulnerabilityId *string `locationName:"vulnerabilityId" min:"1" type:"string" required:"true"` // The packages impacted by this vulnerability. - // - // VulnerablePackages is a required field - VulnerablePackages []*VulnerablePackage `locationName:"vulnerablePackages" type:"list" required:"true"` + VulnerablePackages []*VulnerablePackage `locationName:"vulnerablePackages" type:"list"` } // String returns the string representation. @@ -13110,6 +13145,9 @@ type VulnerablePackage struct { // The release of the vulnerable package. Release *string `locationName:"release" min:"1" type:"string"` + // The code to run in your environment to update packages with a fix available. + Remediation *string `locationName:"remediation" min:"1" type:"string"` + // The source layer hash of the vulnerable package. SourceLayerHash *string `locationName:"sourceLayerHash" min:"71" type:"string"` @@ -13179,6 +13217,12 @@ func (s *VulnerablePackage) SetRelease(v string) *VulnerablePackage { return s } +// SetRemediation sets the Remediation field's value. +func (s *VulnerablePackage) SetRemediation(v string) *VulnerablePackage { + s.Remediation = &v + return s +} + // SetSourceLayerHash sets the SourceLayerHash field's value. func (s *VulnerablePackage) SetSourceLayerHash(v string) *VulnerablePackage { s.SourceLayerHash = &v @@ -13671,6 +13715,26 @@ func FindingTypeSortBy_Values() []string { } } +const ( + // FixAvailableYes is a FixAvailable enum value + FixAvailableYes = "YES" + + // FixAvailableNo is a FixAvailable enum value + FixAvailableNo = "NO" + + // FixAvailablePartial is a FixAvailable enum value + FixAvailablePartial = "PARTIAL" +) + +// FixAvailable_Values returns all elements of the FixAvailable enum +func FixAvailable_Values() []string { + return []string{ + FixAvailableYes, + FixAvailableNo, + FixAvailablePartial, + } +} + const ( // FreeTrialInfoErrorCodeAccessDenied is a FreeTrialInfoErrorCode enum value FreeTrialInfoErrorCodeAccessDenied = "ACCESS_DENIED" @@ -14133,6 +14197,12 @@ const ( // ScanStatusReasonPendingDisable is a ScanStatusReason enum value ScanStatusReasonPendingDisable = "PENDING_DISABLE" + + // ScanStatusReasonNoInventory is a ScanStatusReason enum value + ScanStatusReasonNoInventory = "NO_INVENTORY" + + // ScanStatusReasonStaleInventory is a ScanStatusReason enum value + ScanStatusReasonStaleInventory = "STALE_INVENTORY" ) // ScanStatusReason_Values returns all elements of the ScanStatusReason enum @@ -14152,6 +14222,8 @@ func ScanStatusReason_Values() []string { ScanStatusReasonScanFrequencyScanOnPush, ScanStatusReasonEc2InstanceStopped, ScanStatusReasonPendingDisable, + ScanStatusReasonNoInventory, + ScanStatusReasonStaleInventory, } } diff --git a/service/iotsitewise/api.go b/service/iotsitewise/api.go index 8ca44b2749..1432e8ff79 100644 --- a/service/iotsitewise/api.go +++ b/service/iotsitewise/api.go @@ -1408,10 +1408,6 @@ func (c *IoTSiteWise) CreateBulkImportJobRequest(input *CreateBulkImportJobInput // CreateBulkImportJob API operation for AWS IoT SiteWise. // -// This API operation is in preview release for IoT SiteWise and is subject -// to change. We recommend that you use this operation only with test data, -// and not in production environments. -// // Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, // see Create a bulk import job (CLI) (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/CreateBulkImportJob.html) // in the Amazon Simple Storage Service User Guide. @@ -3164,10 +3160,6 @@ func (c *IoTSiteWise) DescribeBulkImportJobRequest(input *DescribeBulkImportJobI // DescribeBulkImportJob API operation for AWS IoT SiteWise. // -// This API operation is in preview release for IoT SiteWise and is subject -// to change. We recommend that you use this operation only with test data, -// and not in production environments. -// // Retrieves information about a bulk import job request. For more information, // see Describe a bulk import job (CLI) (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/DescribeBulkImportJob.html) // in the Amazon Simple Storage Service User Guide. @@ -5753,13 +5745,9 @@ func (c *IoTSiteWise) ListBulkImportJobsRequest(input *ListBulkImportJobsInput) // ListBulkImportJobs API operation for AWS IoT SiteWise. // -// This API operation is in preview release for IoT SiteWise and is subject -// to change. We recommend that you use this operation only with test data, -// and not in production environments. -// // Retrieves a paginated list of bulk import job requests. For more information, // see List bulk import jobs (CLI) (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/ListBulkImportJobs.html) -// in the Amazon Simple Storage Service User Guide. +// in the IoT SiteWise User Guide. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -12726,7 +12714,7 @@ type CreateAssetInput struct { // AssetModelId is a required field AssetModelId *string `locationName:"assetModelId" min:"36" type:"string" required:"true"` - // A unique, friendly name for the asset. + // A friendly name for the asset. // // AssetName is a required field AssetName *string `locationName:"assetName" min:"1" type:"string" required:"true"` @@ -24042,7 +24030,7 @@ type UpdateAssetInput struct { // AssetId is a required field AssetId *string `location:"uri" locationName:"assetId" min:"36" type:"string" required:"true"` - // A unique, friendly name for the asset. + // A friendly name for the asset. // // AssetName is a required field AssetName *string `locationName:"assetName" min:"1" type:"string" required:"true"` @@ -24390,6 +24378,11 @@ type UpdateAssetPropertyInput struct { // // If you omit this parameter, the notification state is set to DISABLED. PropertyNotificationState *string `locationName:"propertyNotificationState" type:"string" enum:"PropertyNotificationState"` + + // The unit of measure (such as Newtons or RPM) of the asset property. If you + // don't specify a value for this parameter, the service uses the value of the + // assetModelProperty in the asset model. + PropertyUnit *string `locationName:"propertyUnit" min:"1" type:"string"` } // String returns the string representation. @@ -24431,6 +24424,9 @@ func (s *UpdateAssetPropertyInput) Validate() error { if s.PropertyId != nil && len(*s.PropertyId) < 36 { invalidParams.Add(request.NewErrParamMinLen("PropertyId", 36)) } + if s.PropertyUnit != nil && len(*s.PropertyUnit) < 1 { + invalidParams.Add(request.NewErrParamMinLen("PropertyUnit", 1)) + } if invalidParams.Len() > 0 { return invalidParams @@ -24468,6 +24464,12 @@ func (s *UpdateAssetPropertyInput) SetPropertyNotificationState(v string) *Updat return s } +// SetPropertyUnit sets the PropertyUnit field's value. +func (s *UpdateAssetPropertyInput) SetPropertyUnit(v string) *UpdateAssetPropertyInput { + s.PropertyUnit = &v + return s +} + type UpdateAssetPropertyOutput struct { _ struct{} `type:"structure"` } diff --git a/service/sagemaker/api.go b/service/sagemaker/api.go index 6ddfa83536..3dedf2b904 100644 --- a/service/sagemaker/api.go +++ b/service/sagemaker/api.go @@ -82777,6 +82777,11 @@ type ProductionVariant struct { // more information, see Using Elastic Inference in Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html). AcceleratorType *string `type:"string" enum:"ProductionVariantAcceleratorType"` + // The timeout value, in seconds, for the customer inference container to pass + // health check by SageMaker Hosting. For more information on health check, + // see How Your Container Should Respond to Health Check (Ping) Requests (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests). + ContainerStartupHealthCheckTimeoutInSeconds *int64 `min:"60" type:"integer"` + // Specifies configuration for a core dump from the model container when the // process crashes. CoreDumpConfig *ProductionVariantCoreDumpConfig `type:"structure"` @@ -82793,6 +82798,11 @@ type ProductionVariant struct { // The ML compute instance type. InstanceType *string `type:"string" enum:"ProductionVariantInstanceType"` + // The timeout value, in seconds, to download and extract customer model artifact + // from Amazon S3 to individual inference instance associated with this production + // variant. + ModelDataDownloadTimeoutInSeconds *int64 `min:"60" type:"integer"` + // The name of the model that you want to host. This is the name that you specified // when creating the model. // @@ -82807,6 +82817,11 @@ type ProductionVariant struct { // // VariantName is a required field VariantName *string `type:"string" required:"true"` + + // The size, in GB, of the ML storage volume attached to individual inference + // instance associated with the production variant. Currenly only Amazon EBS + // gp2 storage volumes are supported. + VolumeSizeInGB *int64 `min:"1" type:"integer"` } // String returns the string representation. @@ -82830,15 +82845,24 @@ func (s ProductionVariant) GoString() string { // Validate inspects the fields of the type to determine if they are valid. func (s *ProductionVariant) Validate() error { invalidParams := request.ErrInvalidParams{Context: "ProductionVariant"} + if s.ContainerStartupHealthCheckTimeoutInSeconds != nil && *s.ContainerStartupHealthCheckTimeoutInSeconds < 60 { + invalidParams.Add(request.NewErrParamMinValue("ContainerStartupHealthCheckTimeoutInSeconds", 60)) + } if s.InitialInstanceCount != nil && *s.InitialInstanceCount < 1 { invalidParams.Add(request.NewErrParamMinValue("InitialInstanceCount", 1)) } + if s.ModelDataDownloadTimeoutInSeconds != nil && *s.ModelDataDownloadTimeoutInSeconds < 60 { + invalidParams.Add(request.NewErrParamMinValue("ModelDataDownloadTimeoutInSeconds", 60)) + } if s.ModelName == nil { invalidParams.Add(request.NewErrParamRequired("ModelName")) } if s.VariantName == nil { invalidParams.Add(request.NewErrParamRequired("VariantName")) } + if s.VolumeSizeInGB != nil && *s.VolumeSizeInGB < 1 { + invalidParams.Add(request.NewErrParamMinValue("VolumeSizeInGB", 1)) + } if s.CoreDumpConfig != nil { if err := s.CoreDumpConfig.Validate(); err != nil { invalidParams.AddNested("CoreDumpConfig", err.(request.ErrInvalidParams)) @@ -82862,6 +82886,12 @@ func (s *ProductionVariant) SetAcceleratorType(v string) *ProductionVariant { return s } +// SetContainerStartupHealthCheckTimeoutInSeconds sets the ContainerStartupHealthCheckTimeoutInSeconds field's value. +func (s *ProductionVariant) SetContainerStartupHealthCheckTimeoutInSeconds(v int64) *ProductionVariant { + s.ContainerStartupHealthCheckTimeoutInSeconds = &v + return s +} + // SetCoreDumpConfig sets the CoreDumpConfig field's value. func (s *ProductionVariant) SetCoreDumpConfig(v *ProductionVariantCoreDumpConfig) *ProductionVariant { s.CoreDumpConfig = v @@ -82886,6 +82916,12 @@ func (s *ProductionVariant) SetInstanceType(v string) *ProductionVariant { return s } +// SetModelDataDownloadTimeoutInSeconds sets the ModelDataDownloadTimeoutInSeconds field's value. +func (s *ProductionVariant) SetModelDataDownloadTimeoutInSeconds(v int64) *ProductionVariant { + s.ModelDataDownloadTimeoutInSeconds = &v + return s +} + // SetModelName sets the ModelName field's value. func (s *ProductionVariant) SetModelName(v string) *ProductionVariant { s.ModelName = &v @@ -82904,6 +82940,12 @@ func (s *ProductionVariant) SetVariantName(v string) *ProductionVariant { return s } +// SetVolumeSizeInGB sets the VolumeSizeInGB field's value. +func (s *ProductionVariant) SetVolumeSizeInGB(v int64) *ProductionVariant { + s.VolumeSizeInGB = &v + return s +} + // Specifies configuration for a core dump from the model container when the // process crashes. type ProductionVariantCoreDumpConfig struct { diff --git a/service/sns/api.go b/service/sns/api.go index d2eccf173d..273b2da221 100644 --- a/service/sns/api.go +++ b/service/sns/api.go @@ -1124,6 +1124,99 @@ func (c *SNS) DeleteTopicWithContext(ctx aws.Context, input *DeleteTopicInput, o return out, req.Send() } +const opGetDataProtectionPolicy = "GetDataProtectionPolicy" + +// GetDataProtectionPolicyRequest generates a "aws/request.Request" representing the +// client's request for the GetDataProtectionPolicy operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See GetDataProtectionPolicy for more information on using the GetDataProtectionPolicy +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the GetDataProtectionPolicyRequest method. +// req, resp := client.GetDataProtectionPolicyRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetDataProtectionPolicy +func (c *SNS) GetDataProtectionPolicyRequest(input *GetDataProtectionPolicyInput) (req *request.Request, output *GetDataProtectionPolicyOutput) { + op := &request.Operation{ + Name: opGetDataProtectionPolicy, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &GetDataProtectionPolicyInput{} + } + + output = &GetDataProtectionPolicyOutput{} + req = c.newRequest(op, input, output) + return +} + +// GetDataProtectionPolicy API operation for Amazon Simple Notification Service. +// +// Retrieves the specified inline DataProtectionPolicy document that is stored +// in the specified Amazon SNS topic. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for Amazon Simple Notification Service's +// API operation GetDataProtectionPolicy for usage and error information. +// +// Returned Error Codes: +// +// - ErrCodeInvalidParameterException "InvalidParameter" +// Indicates that a request parameter does not comply with the associated constraints. +// +// - ErrCodeInternalErrorException "InternalError" +// Indicates an internal service error. +// +// - ErrCodeNotFoundException "NotFound" +// Indicates that the requested resource does not exist. +// +// - ErrCodeAuthorizationErrorException "AuthorizationError" +// Indicates that the user has been denied access to the requested resource. +// +// - ErrCodeInvalidSecurityException "InvalidSecurity" +// The credential signature isn't valid. You must use an HTTPS endpoint and +// sign your request using Signature Version 4. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/GetDataProtectionPolicy +func (c *SNS) GetDataProtectionPolicy(input *GetDataProtectionPolicyInput) (*GetDataProtectionPolicyOutput, error) { + req, out := c.GetDataProtectionPolicyRequest(input) + return out, req.Send() +} + +// GetDataProtectionPolicyWithContext is the same as GetDataProtectionPolicy with the addition of +// the ability to pass a context and additional request options. +// +// See GetDataProtectionPolicy for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *SNS) GetDataProtectionPolicyWithContext(ctx aws.Context, input *GetDataProtectionPolicyInput, opts ...request.Option) (*GetDataProtectionPolicyOutput, error) { + req, out := c.GetDataProtectionPolicyRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + const opGetEndpointAttributes = "GetEndpointAttributes" // GetEndpointAttributesRequest generates a "aws/request.Request" representing the @@ -3204,6 +3297,9 @@ func (c *SNS) PublishRequest(input *PublishInput) (req *request.Request, output // The credential signature isn't valid. You must use an HTTPS endpoint and // sign your request using Signature Version 4. // +// - ErrCodeValidationException "ValidationException" +// Indicates that a parameter in the request is invalid. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/Publish func (c *SNS) Publish(input *PublishInput) (*PublishOutput, error) { req, out := c.PublishRequest(input) @@ -3373,6 +3469,9 @@ func (c *SNS) PublishBatchRequest(input *PublishBatchInput) (req *request.Reques // The credential signature isn't valid. You must use an HTTPS endpoint and // sign your request using Signature Version 4. // +// - ErrCodeValidationException "ValidationException" +// Indicates that a parameter in the request is invalid. +// // See also, https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/PublishBatch func (c *SNS) PublishBatch(input *PublishBatchInput) (*PublishBatchOutput, error) { req, out := c.PublishBatchRequest(input) @@ -3395,6 +3494,100 @@ func (c *SNS) PublishBatchWithContext(ctx aws.Context, input *PublishBatchInput, return out, req.Send() } +const opPutDataProtectionPolicy = "PutDataProtectionPolicy" + +// PutDataProtectionPolicyRequest generates a "aws/request.Request" representing the +// client's request for the PutDataProtectionPolicy operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See PutDataProtectionPolicy for more information on using the PutDataProtectionPolicy +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// // Example sending a request using the PutDataProtectionPolicyRequest method. +// req, resp := client.PutDataProtectionPolicyRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/PutDataProtectionPolicy +func (c *SNS) PutDataProtectionPolicyRequest(input *PutDataProtectionPolicyInput) (req *request.Request, output *PutDataProtectionPolicyOutput) { + op := &request.Operation{ + Name: opPutDataProtectionPolicy, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &PutDataProtectionPolicyInput{} + } + + output = &PutDataProtectionPolicyOutput{} + req = c.newRequest(op, input, output) + req.Handlers.Unmarshal.Swap(query.UnmarshalHandler.Name, protocol.UnmarshalDiscardBodyHandler) + return +} + +// PutDataProtectionPolicy API operation for Amazon Simple Notification Service. +// +// Adds or updates an inline policy document that is stored in the specified +// Amazon SNS topic. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for Amazon Simple Notification Service's +// API operation PutDataProtectionPolicy for usage and error information. +// +// Returned Error Codes: +// +// - ErrCodeInvalidParameterException "InvalidParameter" +// Indicates that a request parameter does not comply with the associated constraints. +// +// - ErrCodeInternalErrorException "InternalError" +// Indicates an internal service error. +// +// - ErrCodeNotFoundException "NotFound" +// Indicates that the requested resource does not exist. +// +// - ErrCodeAuthorizationErrorException "AuthorizationError" +// Indicates that the user has been denied access to the requested resource. +// +// - ErrCodeInvalidSecurityException "InvalidSecurity" +// The credential signature isn't valid. You must use an HTTPS endpoint and +// sign your request using Signature Version 4. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/PutDataProtectionPolicy +func (c *SNS) PutDataProtectionPolicy(input *PutDataProtectionPolicyInput) (*PutDataProtectionPolicyOutput, error) { + req, out := c.PutDataProtectionPolicyRequest(input) + return out, req.Send() +} + +// PutDataProtectionPolicyWithContext is the same as PutDataProtectionPolicy with the addition of +// the ability to pass a context and additional request options. +// +// See PutDataProtectionPolicy for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *SNS) PutDataProtectionPolicyWithContext(ctx aws.Context, input *PutDataProtectionPolicyInput, opts ...request.Option) (*PutDataProtectionPolicyOutput, error) { + req, out := c.PutDataProtectionPolicyRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + const opRemovePermission = "RemovePermission" // RemovePermissionRequest generates a "aws/request.Request" representing the @@ -5215,6 +5408,15 @@ type CreateTopicInput struct { // parameter for the Publish action. Attributes map[string]*string `type:"map"` + // The body of the policy document you want to use for this topic. + // + // You can only add one policy per topic. + // + // The policy must be in JSON string format. + // + // Length Constraints: Maximum length of 30,720. + DataProtectionPolicy *string `type:"string"` + // The name of the topic you want to create. // // Constraints: Topic names must be made up of only uppercase and lowercase @@ -5280,6 +5482,12 @@ func (s *CreateTopicInput) SetAttributes(v map[string]*string) *CreateTopicInput return s } +// SetDataProtectionPolicy sets the DataProtectionPolicy field's value. +func (s *CreateTopicInput) SetDataProtectionPolicy(v string) *CreateTopicInput { + s.DataProtectionPolicy = &v + return s +} + // SetName sets the Name field's value. func (s *CreateTopicInput) SetName(v string) *CreateTopicInput { s.Name = &v @@ -5639,6 +5847,86 @@ func (s *Endpoint) SetEndpointArn(v string) *Endpoint { return s } +type GetDataProtectionPolicyInput struct { + _ struct{} `type:"structure"` + + // The ARN of the topic whose DataProtectionPolicy you want to get. + // + // For more information about ARNs, see Amazon Resource Names (ARNs) (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) + // in the Amazon Web Services General Reference. + // + // ResourceArn is a required field + ResourceArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetDataProtectionPolicyInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetDataProtectionPolicyInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *GetDataProtectionPolicyInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "GetDataProtectionPolicyInput"} + if s.ResourceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ResourceArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetResourceArn sets the ResourceArn field's value. +func (s *GetDataProtectionPolicyInput) SetResourceArn(v string) *GetDataProtectionPolicyInput { + s.ResourceArn = &v + return s +} + +type GetDataProtectionPolicyOutput struct { + _ struct{} `type:"structure"` + + // Retrieves the DataProtectionPolicy in JSON string format. + DataProtectionPolicy *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetDataProtectionPolicyOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetDataProtectionPolicyOutput) GoString() string { + return s.String() +} + +// SetDataProtectionPolicy sets the DataProtectionPolicy field's value. +func (s *GetDataProtectionPolicyOutput) SetDataProtectionPolicy(v string) *GetDataProtectionPolicyOutput { + s.DataProtectionPolicy = &v + return s +} + // Input for GetEndpointAttributes action. type GetEndpointAttributesInput struct { _ struct{} `type:"structure"` @@ -7863,6 +8151,95 @@ func (s *PublishOutput) SetSequenceNumber(v string) *PublishOutput { return s } +type PutDataProtectionPolicyInput struct { + _ struct{} `type:"structure"` + + // The JSON serialization of the topic's DataProtectionPolicy. + // + // The DataProtectionPolicy must be in JSON string format. + // + // Length Constraints: Maximum length of 30,720. + // + // DataProtectionPolicy is a required field + DataProtectionPolicy *string `type:"string" required:"true"` + + // The ARN of the topic whose DataProtectionPolicy you want to add or update. + // + // For more information about ARNs, see Amazon Resource Names (ARNs) (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) + // in the Amazon Web Services General Reference. + // + // ResourceArn is a required field + ResourceArn *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s PutDataProtectionPolicyInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s PutDataProtectionPolicyInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *PutDataProtectionPolicyInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "PutDataProtectionPolicyInput"} + if s.DataProtectionPolicy == nil { + invalidParams.Add(request.NewErrParamRequired("DataProtectionPolicy")) + } + if s.ResourceArn == nil { + invalidParams.Add(request.NewErrParamRequired("ResourceArn")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetDataProtectionPolicy sets the DataProtectionPolicy field's value. +func (s *PutDataProtectionPolicyInput) SetDataProtectionPolicy(v string) *PutDataProtectionPolicyInput { + s.DataProtectionPolicy = &v + return s +} + +// SetResourceArn sets the ResourceArn field's value. +func (s *PutDataProtectionPolicyInput) SetResourceArn(v string) *PutDataProtectionPolicyInput { + s.ResourceArn = &v + return s +} + +type PutDataProtectionPolicyOutput struct { + _ struct{} `type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s PutDataProtectionPolicyOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s PutDataProtectionPolicyOutput) GoString() string { + return s.String() +} + // Input for RemovePermission action. type RemovePermissionInput struct { _ struct{} `type:"structure"` diff --git a/service/sns/snsiface/interface.go b/service/sns/snsiface/interface.go index 0a1581c5ba..1bcdaceb20 100644 --- a/service/sns/snsiface/interface.go +++ b/service/sns/snsiface/interface.go @@ -104,6 +104,10 @@ type SNSAPI interface { DeleteTopicWithContext(aws.Context, *sns.DeleteTopicInput, ...request.Option) (*sns.DeleteTopicOutput, error) DeleteTopicRequest(*sns.DeleteTopicInput) (*request.Request, *sns.DeleteTopicOutput) + GetDataProtectionPolicy(*sns.GetDataProtectionPolicyInput) (*sns.GetDataProtectionPolicyOutput, error) + GetDataProtectionPolicyWithContext(aws.Context, *sns.GetDataProtectionPolicyInput, ...request.Option) (*sns.GetDataProtectionPolicyOutput, error) + GetDataProtectionPolicyRequest(*sns.GetDataProtectionPolicyInput) (*request.Request, *sns.GetDataProtectionPolicyOutput) + GetEndpointAttributes(*sns.GetEndpointAttributesInput) (*sns.GetEndpointAttributesOutput, error) GetEndpointAttributesWithContext(aws.Context, *sns.GetEndpointAttributesInput, ...request.Option) (*sns.GetEndpointAttributesOutput, error) GetEndpointAttributesRequest(*sns.GetEndpointAttributesInput) (*request.Request, *sns.GetEndpointAttributesOutput) @@ -200,6 +204,10 @@ type SNSAPI interface { PublishBatchWithContext(aws.Context, *sns.PublishBatchInput, ...request.Option) (*sns.PublishBatchOutput, error) PublishBatchRequest(*sns.PublishBatchInput) (*request.Request, *sns.PublishBatchOutput) + PutDataProtectionPolicy(*sns.PutDataProtectionPolicyInput) (*sns.PutDataProtectionPolicyOutput, error) + PutDataProtectionPolicyWithContext(aws.Context, *sns.PutDataProtectionPolicyInput, ...request.Option) (*sns.PutDataProtectionPolicyOutput, error) + PutDataProtectionPolicyRequest(*sns.PutDataProtectionPolicyInput) (*request.Request, *sns.PutDataProtectionPolicyOutput) + RemovePermission(*sns.RemovePermissionInput) (*sns.RemovePermissionOutput, error) RemovePermissionWithContext(aws.Context, *sns.RemovePermissionInput, ...request.Option) (*sns.RemovePermissionOutput, error) RemovePermissionRequest(*sns.RemovePermissionInput) (*request.Request, *sns.RemovePermissionOutput)