From d42d9ddafe6f4f43b41cc0b9db832b6e66b9b8d0 Mon Sep 17 00:00:00 2001
From: aws-sdk-python-automation
Date: Mon, 11 Nov 2024 19:05:22 +0000
Subject: [PATCH 1/4] Merge customizations for CloudFront
---
tests/functional/test_paginator_config.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/functional/test_paginator_config.py b/tests/functional/test_paginator_config.py
index 9622b22942..cdc001a0a6 100644
--- a/tests/functional/test_paginator_config.py
+++ b/tests/functional/test_paginator_config.py
@@ -40,6 +40,7 @@
'cloudfront.ListCloudFrontOriginAccessIdentities.CloudFrontOriginAccessIdentityList',
'cloudfront.ListDistributions.DistributionList',
'cloudfront.ListInvalidations.InvalidationList',
+ 'cloudfront.ListPublicKeys.PublicKeyList',
'cloudfront.ListStreamingDistributions.StreamingDistributionList',
'cloudfront.ListKeyValueStores.KeyValueStoreList',
'codedeploy.ListDeploymentGroups.applicationName',
From 8b2a096a8553e04df03a755efc7db86e56effda3 Mon Sep 17 00:00:00 2001
From: aws-sdk-python-automation
Date: Mon, 11 Nov 2024 19:05:28 +0000
Subject: [PATCH 2/4] Update to latest models
---
.../api-change-cloudfront-57602.json | 5 +
.../api-change-inspector2-50915.json | 5 +
.../next-release/api-change-lambda-39055.json | 5 +
.../api-change-opensearch-5290.json | 5 +
.../api-change-outposts-76485.json | 5 +
.../cloudfront/2020-05-31/paginators-1.json | 6 +
.../data/cloudfront/2020-05-31/service-2.json | 2059 +++++++++++------
.../data/cloudfront/2020-05-31/waiters-2.json | 78 +-
.../data/inspector2/2020-06-08/service-2.json | 68 +-
.../data/lambda/2015-03-31/service-2.json | 3 +-
.../data/opensearch/2021-01-01/service-2.json | 350 ++-
.../outposts/2019-12-03/paginators-1.json | 12 +
.../data/outposts/2019-12-03/service-2.json | 315 ++-
13 files changed, 2088 insertions(+), 828 deletions(-)
create mode 100644 .changes/next-release/api-change-cloudfront-57602.json
create mode 100644 .changes/next-release/api-change-inspector2-50915.json
create mode 100644 .changes/next-release/api-change-lambda-39055.json
create mode 100644 .changes/next-release/api-change-opensearch-5290.json
create mode 100644 .changes/next-release/api-change-outposts-76485.json
diff --git a/.changes/next-release/api-change-cloudfront-57602.json b/.changes/next-release/api-change-cloudfront-57602.json
new file mode 100644
index 0000000000..0a4b44577f
--- /dev/null
+++ b/.changes/next-release/api-change-cloudfront-57602.json
@@ -0,0 +1,5 @@
+{
+ "type": "api-change",
+ "category": "``cloudfront``",
+ "description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged."
+}
diff --git a/.changes/next-release/api-change-inspector2-50915.json b/.changes/next-release/api-change-inspector2-50915.json
new file mode 100644
index 0000000000..240c8b4de8
--- /dev/null
+++ b/.changes/next-release/api-change-inspector2-50915.json
@@ -0,0 +1,5 @@
+{
+ "type": "api-change",
+ "category": "``inspector2``",
+ "description": "Adds support for filePath filter."
+}
diff --git a/.changes/next-release/api-change-lambda-39055.json b/.changes/next-release/api-change-lambda-39055.json
new file mode 100644
index 0000000000..576b7c9b53
--- /dev/null
+++ b/.changes/next-release/api-change-lambda-39055.json
@@ -0,0 +1,5 @@
+{
+ "type": "api-change",
+ "category": "``lambda``",
+ "description": "Add Python 3.13 (python3.13) support to AWS Lambda"
+}
diff --git a/.changes/next-release/api-change-opensearch-5290.json b/.changes/next-release/api-change-opensearch-5290.json
new file mode 100644
index 0000000000..567a318ea1
--- /dev/null
+++ b/.changes/next-release/api-change-opensearch-5290.json
@@ -0,0 +1,5 @@
+{
+ "type": "api-change",
+ "category": "``opensearch``",
+ "description": "Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time."
+}
diff --git a/.changes/next-release/api-change-outposts-76485.json b/.changes/next-release/api-change-outposts-76485.json
new file mode 100644
index 0000000000..8d253545b6
--- /dev/null
+++ b/.changes/next-release/api-change-outposts-76485.json
@@ -0,0 +1,5 @@
+{
+ "type": "api-change",
+ "category": "``outposts``",
+ "description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost."
+}
diff --git a/botocore/data/cloudfront/2020-05-31/paginators-1.json b/botocore/data/cloudfront/2020-05-31/paginators-1.json
index a54900b8c4..f83b5884da 100644
--- a/botocore/data/cloudfront/2020-05-31/paginators-1.json
+++ b/botocore/data/cloudfront/2020-05-31/paginators-1.json
@@ -33,6 +33,12 @@
"limit_key": "MaxItems",
"output_token": "KeyValueStoreList.NextMarker",
"result_key": "KeyValueStoreList.Items"
+ },
+ "ListPublicKeys": {
+ "input_token": "Marker",
+ "output_token": "PublicKeyList.NextMarker",
+ "limit_key": "MaxItems",
+ "result_key": "PublicKeyList.Items"
}
}
}
diff --git a/botocore/data/cloudfront/2020-05-31/service-2.json b/botocore/data/cloudfront/2020-05-31/service-2.json
index 475f174485..943bdb84c5 100644
--- a/botocore/data/cloudfront/2020-05-31/service-2.json
+++ b/botocore/data/cloudfront/2020-05-31/service-2.json
@@ -2,6 +2,7 @@
"version":"2.0",
"metadata":{
"apiVersion":"2020-05-31",
+ "auth":["aws.auth#sigv4"],
"endpointPrefix":"cloudfront",
"globalEndpoint":"cloudfront.amazonaws.com",
"protocol":"rest-xml",
@@ -10,8 +11,8 @@
"serviceFullName":"Amazon CloudFront",
"serviceId":"CloudFront",
"signatureVersion":"v4",
- "uid":"cloudfront-2020-05-31",
- "auth":["aws.auth#sigv4"]
+ "signingName":"cloudfront",
+ "uid":"cloudfront-2020-05-31"
},
"operations":{
"AssociateAlias":{
@@ -23,11 +24,11 @@
},
"input":{"shape":"AssociateAliasRequest"},
"errors":[
- {"shape":"InvalidArgument"},
{"shape":"NoSuchDistribution"},
+ {"shape":"AccessDenied"},
+ {"shape":"InvalidArgument"},
{"shape":"TooManyDistributionCNAMEs"},
- {"shape":"IllegalUpdate"},
- {"shape":"AccessDenied"}
+ {"shape":"IllegalUpdate"}
],
"documentation":"Associates an alias (also known as a CNAME or an alternate domain name) with a CloudFront distribution.
With this operation you can move an alias that's already in use on a CloudFront distribution to a different distribution in one step. This prevents the downtime that could occur if you first remove the alias from one distribution and then separately add the alias to another distribution.
To use this operation to associate an alias with a distribution, you provide the alias and the ID of the target distribution for the alias. For more information, including how to set up the target distribution, prerequisites that you must complete, and other restrictions, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide.
"
},
@@ -45,70 +46,70 @@
},
"output":{"shape":"CopyDistributionResult"},
"errors":[
- {"shape":"CNAMEAlreadyExists"},
- {"shape":"DistributionAlreadyExists"},
- {"shape":"InvalidOrigin"},
- {"shape":"InvalidOriginAccessIdentity"},
- {"shape":"InvalidOriginAccessControl"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchDistribution"},
- {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
- {"shape":"TooManyTrustedSigners"},
- {"shape":"TrustedSignerDoesNotExist"},
- {"shape":"InvalidViewerCertificate"},
- {"shape":"InvalidMinimumProtocolVersion"},
- {"shape":"MissingBody"},
- {"shape":"TooManyDistributionCNAMEs"},
- {"shape":"TooManyDistributions"},
+ {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
{"shape":"InvalidDefaultRootObject"},
- {"shape":"InvalidRelativePath"},
+ {"shape":"InvalidQueryStringParameters"},
+ {"shape":"TooManyTrustedSigners"},
+ {"shape":"TooManyCookieNamesInWhiteList"},
+ {"shape":"NoSuchFieldLevelEncryptionConfig"},
{"shape":"InvalidErrorCode"},
- {"shape":"InvalidResponseCode"},
- {"shape":"InvalidArgument"},
+ {"shape":"InvalidProtocolSettings"},
+ {"shape":"TooManyFunctionAssociations"},
+ {"shape":"TooManyOriginCustomHeaders"},
+ {"shape":"InvalidOrigin"},
+ {"shape":"InvalidForwardCookies"},
+ {"shape":"InvalidMinimumProtocolVersion"},
+ {"shape":"NoSuchCachePolicy"},
+ {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
+ {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
{"shape":"InvalidRequiredProtocol"},
- {"shape":"NoSuchOrigin"},
- {"shape":"TooManyOrigins"},
+ {"shape":"TooManyDistributionsWithFunctionAssociations"},
{"shape":"TooManyOriginGroupsPerDistribution"},
- {"shape":"TooManyCacheBehaviors"},
- {"shape":"TooManyCookieNamesInWhiteList"},
- {"shape":"InvalidForwardCookies"},
- {"shape":"TooManyHeadersInForwardedValues"},
- {"shape":"InvalidHeadersForS3Origin"},
- {"shape":"InconsistentQuantities"},
- {"shape":"TooManyCertificates"},
- {"shape":"InvalidLocationCode"},
- {"shape":"InvalidGeoRestrictionParameter"},
- {"shape":"InvalidProtocolSettings"},
+ {"shape":"TooManyDistributions"},
{"shape":"InvalidTTLOrder"},
+ {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
+ {"shape":"InvalidOriginKeepaliveTimeout"},
+ {"shape":"InvalidArgument"},
+ {"shape":"InvalidOriginReadTimeout"},
+ {"shape":"InvalidOriginAccessControl"},
+ {"shape":"InvalidHeadersForS3Origin"},
+ {"shape":"TrustedSignerDoesNotExist"},
{"shape":"InvalidWebACLId"},
- {"shape":"TooManyOriginCustomHeaders"},
- {"shape":"TooManyQueryStringParameters"},
- {"shape":"InvalidQueryStringParameters"},
- {"shape":"TooManyDistributionsWithLambdaAssociations"},
{"shape":"TooManyDistributionsWithSingleFunctionARN"},
+ {"shape":"InvalidRelativePath"},
{"shape":"TooManyLambdaFunctionAssociations"},
- {"shape":"InvalidLambdaFunctionAssociation"},
- {"shape":"TooManyDistributionsWithFunctionAssociations"},
- {"shape":"TooManyFunctionAssociations"},
- {"shape":"InvalidFunctionAssociation"},
- {"shape":"InvalidOriginReadTimeout"},
- {"shape":"InvalidOriginKeepaliveTimeout"},
- {"shape":"NoSuchFieldLevelEncryptionConfig"},
- {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
- {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
- {"shape":"NoSuchCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
- {"shape":"NoSuchResponseHeadersPolicy"},
- {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
+ {"shape":"NoSuchDistribution"},
{"shape":"NoSuchOriginRequestPolicy"},
+ {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidLocationCode"},
+ {"shape":"InvalidOriginAccessIdentity"},
+ {"shape":"TooManyDistributionCNAMEs"},
+ {"shape":"InvalidIfMatchVersion"},
{"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
- {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
- {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
+ {"shape":"TooManyQueryStringParameters"},
+ {"shape":"RealtimeLogConfigOwnerMismatch"},
+ {"shape":"PreconditionFailed"},
+ {"shape":"MissingBody"},
+ {"shape":"TooManyHeadersInForwardedValues"},
+ {"shape":"InvalidLambdaFunctionAssociation"},
+ {"shape":"CNAMEAlreadyExists"},
+ {"shape":"TooManyCertificates"},
{"shape":"TrustedKeyGroupDoesNotExist"},
+ {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
+ {"shape":"NoSuchResponseHeadersPolicy"},
{"shape":"NoSuchRealtimeLogConfig"},
- {"shape":"RealtimeLogConfigOwnerMismatch"}
+ {"shape":"InvalidResponseCode"},
+ {"shape":"InvalidGeoRestrictionParameter"},
+ {"shape":"TooManyOrigins"},
+ {"shape":"InvalidViewerCertificate"},
+ {"shape":"InvalidFunctionAssociation"},
+ {"shape":"TooManyDistributionsWithLambdaAssociations"},
+ {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
+ {"shape":"DistributionAlreadyExists"},
+ {"shape":"NoSuchOrigin"},
+ {"shape":"TooManyCacheBehaviors"}
],
"documentation":"Creates a staging distribution using the configuration of the provided primary distribution. A staging distribution is a copy of an existing distribution (called the primary distribution) that you can use in a continuous deployment workflow.
After you create a staging distribution, you can use UpdateDistribution
to modify the staging distribution's configuration. Then you can use CreateContinuousDeploymentPolicy
to incrementally move traffic to the staging distribution.
This API operation requires the following IAM permissions:
"
},
@@ -123,12 +124,12 @@
"output":{"shape":"CreateCachePolicyResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"CachePolicyAlreadyExists"},
- {"shape":"TooManyCachePolicies"},
{"shape":"TooManyHeadersInCachePolicy"},
+ {"shape":"CachePolicyAlreadyExists"},
{"shape":"TooManyCookiesInCachePolicy"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"TooManyCachePolicies"},
+ {"shape":"InvalidArgument"},
{"shape":"TooManyQueryStringsInCachePolicy"}
],
"documentation":"Creates a cache policy.
After you create a cache policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the cache policy determines the following:
-
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
-
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy
.
For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
"
@@ -143,11 +144,11 @@
"input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"},
"output":{"shape":"CreateCloudFrontOriginAccessIdentityResult"},
"errors":[
- {"shape":"CloudFrontOriginAccessIdentityAlreadyExists"},
{"shape":"MissingBody"},
{"shape":"TooManyCloudFrontOriginAccessIdentities"},
+ {"shape":"InconsistentQuantities"},
{"shape":"InvalidArgument"},
- {"shape":"InconsistentQuantities"}
+ {"shape":"CloudFrontOriginAccessIdentityAlreadyExists"}
],
"documentation":"Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
"
},
@@ -162,11 +163,11 @@
"output":{"shape":"CreateContinuousDeploymentPolicyResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"InvalidArgument"},
+ {"shape":"TooManyContinuousDeploymentPolicies"},
+ {"shape":"StagingDistributionInUse"},
{"shape":"InconsistentQuantities"},
{"shape":"ContinuousDeploymentPolicyAlreadyExists"},
- {"shape":"TooManyContinuousDeploymentPolicies"},
- {"shape":"StagingDistributionInUse"}
+ {"shape":"InvalidArgument"}
],
"documentation":"Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions.
To use a continuous deployment policy, first use CopyDistribution
to create a staging distribution, then use UpdateDistribution
to modify the staging distribution's configuration.
After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This workflow enables you to test changes to a distribution's configuration before moving all of your domain's production traffic to the new configuration.
"
},
@@ -180,71 +181,71 @@
"input":{"shape":"CreateDistributionRequest"},
"output":{"shape":"CreateDistributionResult"},
"errors":[
- {"shape":"CNAMEAlreadyExists"},
- {"shape":"DistributionAlreadyExists"},
- {"shape":"InvalidOrigin"},
- {"shape":"InvalidOriginAccessIdentity"},
- {"shape":"InvalidOriginAccessControl"},
- {"shape":"IllegalOriginAccessConfiguration"},
- {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
{"shape":"AccessDenied"},
- {"shape":"TooManyTrustedSigners"},
- {"shape":"TrustedSignerDoesNotExist"},
- {"shape":"InvalidViewerCertificate"},
- {"shape":"InvalidMinimumProtocolVersion"},
- {"shape":"MissingBody"},
- {"shape":"TooManyDistributionCNAMEs"},
- {"shape":"TooManyDistributions"},
+ {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
{"shape":"InvalidDefaultRootObject"},
- {"shape":"InvalidRelativePath"},
+ {"shape":"InvalidDomainNameForOriginAccessControl"},
+ {"shape":"InvalidQueryStringParameters"},
+ {"shape":"TooManyTrustedSigners"},
+ {"shape":"TooManyCookieNamesInWhiteList"},
+ {"shape":"NoSuchFieldLevelEncryptionConfig"},
{"shape":"InvalidErrorCode"},
- {"shape":"InvalidResponseCode"},
- {"shape":"InvalidArgument"},
+ {"shape":"IllegalOriginAccessConfiguration"},
+ {"shape":"InvalidProtocolSettings"},
+ {"shape":"TooManyFunctionAssociations"},
+ {"shape":"TooManyOriginCustomHeaders"},
+ {"shape":"InvalidOrigin"},
+ {"shape":"InvalidForwardCookies"},
+ {"shape":"InvalidMinimumProtocolVersion"},
+ {"shape":"NoSuchCachePolicy"},
+ {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
+ {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
{"shape":"InvalidRequiredProtocol"},
- {"shape":"NoSuchOrigin"},
- {"shape":"TooManyOrigins"},
+ {"shape":"TooManyDistributionsWithFunctionAssociations"},
{"shape":"TooManyOriginGroupsPerDistribution"},
- {"shape":"TooManyCacheBehaviors"},
- {"shape":"TooManyCookieNamesInWhiteList"},
- {"shape":"InvalidForwardCookies"},
- {"shape":"TooManyHeadersInForwardedValues"},
- {"shape":"InvalidHeadersForS3Origin"},
- {"shape":"InconsistentQuantities"},
- {"shape":"TooManyCertificates"},
- {"shape":"InvalidLocationCode"},
- {"shape":"InvalidGeoRestrictionParameter"},
- {"shape":"InvalidProtocolSettings"},
+ {"shape":"TooManyDistributions"},
{"shape":"InvalidTTLOrder"},
+ {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
+ {"shape":"InvalidOriginKeepaliveTimeout"},
+ {"shape":"InvalidArgument"},
+ {"shape":"InvalidOriginReadTimeout"},
+ {"shape":"InvalidOriginAccessControl"},
+ {"shape":"InvalidHeadersForS3Origin"},
+ {"shape":"TrustedSignerDoesNotExist"},
{"shape":"InvalidWebACLId"},
- {"shape":"TooManyOriginCustomHeaders"},
- {"shape":"TooManyQueryStringParameters"},
- {"shape":"InvalidQueryStringParameters"},
- {"shape":"TooManyDistributionsWithLambdaAssociations"},
{"shape":"TooManyDistributionsWithSingleFunctionARN"},
+ {"shape":"InvalidRelativePath"},
{"shape":"TooManyLambdaFunctionAssociations"},
- {"shape":"InvalidLambdaFunctionAssociation"},
- {"shape":"TooManyDistributionsWithFunctionAssociations"},
- {"shape":"TooManyFunctionAssociations"},
- {"shape":"InvalidFunctionAssociation"},
- {"shape":"InvalidOriginReadTimeout"},
- {"shape":"InvalidOriginKeepaliveTimeout"},
- {"shape":"NoSuchFieldLevelEncryptionConfig"},
- {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
- {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
- {"shape":"NoSuchCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
- {"shape":"NoSuchResponseHeadersPolicy"},
- {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
{"shape":"NoSuchOriginRequestPolicy"},
+ {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidLocationCode"},
+ {"shape":"InvalidOriginAccessIdentity"},
+ {"shape":"TooManyDistributionCNAMEs"},
+ {"shape":"NoSuchContinuousDeploymentPolicy"},
{"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
- {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
- {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
- {"shape":"TrustedKeyGroupDoesNotExist"},
- {"shape":"NoSuchRealtimeLogConfig"},
+ {"shape":"TooManyQueryStringParameters"},
{"shape":"RealtimeLogConfigOwnerMismatch"},
{"shape":"ContinuousDeploymentPolicyInUse"},
- {"shape":"NoSuchContinuousDeploymentPolicy"},
- {"shape":"InvalidDomainNameForOriginAccessControl"}
+ {"shape":"MissingBody"},
+ {"shape":"TooManyHeadersInForwardedValues"},
+ {"shape":"InvalidLambdaFunctionAssociation"},
+ {"shape":"CNAMEAlreadyExists"},
+ {"shape":"TooManyCertificates"},
+ {"shape":"TrustedKeyGroupDoesNotExist"},
+ {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
+ {"shape":"NoSuchResponseHeadersPolicy"},
+ {"shape":"NoSuchRealtimeLogConfig"},
+ {"shape":"InvalidResponseCode"},
+ {"shape":"InvalidGeoRestrictionParameter"},
+ {"shape":"TooManyOrigins"},
+ {"shape":"InvalidViewerCertificate"},
+ {"shape":"InvalidFunctionAssociation"},
+ {"shape":"TooManyDistributionsWithLambdaAssociations"},
+ {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
+ {"shape":"DistributionAlreadyExists"},
+ {"shape":"NoSuchOrigin"},
+ {"shape":"TooManyCacheBehaviors"}
],
"documentation":"Creates a CloudFront distribution.
"
},
@@ -258,72 +259,72 @@
"input":{"shape":"CreateDistributionWithTagsRequest"},
"output":{"shape":"CreateDistributionWithTagsResult"},
"errors":[
- {"shape":"CNAMEAlreadyExists"},
- {"shape":"DistributionAlreadyExists"},
- {"shape":"InvalidOrigin"},
- {"shape":"InvalidOriginAccessIdentity"},
- {"shape":"InvalidOriginAccessControl"},
- {"shape":"IllegalOriginAccessConfiguration"},
{"shape":"AccessDenied"},
- {"shape":"TooManyTrustedSigners"},
- {"shape":"TrustedSignerDoesNotExist"},
- {"shape":"InvalidViewerCertificate"},
- {"shape":"InvalidMinimumProtocolVersion"},
- {"shape":"MissingBody"},
- {"shape":"TooManyDistributionCNAMEs"},
- {"shape":"TooManyDistributions"},
+ {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
{"shape":"InvalidDefaultRootObject"},
- {"shape":"InvalidRelativePath"},
+ {"shape":"InvalidDomainNameForOriginAccessControl"},
+ {"shape":"InvalidQueryStringParameters"},
+ {"shape":"TooManyTrustedSigners"},
+ {"shape":"TooManyCookieNamesInWhiteList"},
+ {"shape":"NoSuchFieldLevelEncryptionConfig"},
{"shape":"InvalidErrorCode"},
- {"shape":"InvalidResponseCode"},
- {"shape":"InvalidArgument"},
+ {"shape":"IllegalOriginAccessConfiguration"},
+ {"shape":"InvalidProtocolSettings"},
+ {"shape":"TooManyFunctionAssociations"},
+ {"shape":"TooManyOriginCustomHeaders"},
+ {"shape":"InvalidOrigin"},
+ {"shape":"InvalidForwardCookies"},
+ {"shape":"InvalidMinimumProtocolVersion"},
+ {"shape":"NoSuchCachePolicy"},
+ {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
+ {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
{"shape":"InvalidRequiredProtocol"},
- {"shape":"NoSuchOrigin"},
- {"shape":"TooManyOrigins"},
+ {"shape":"TooManyDistributionsWithFunctionAssociations"},
{"shape":"TooManyOriginGroupsPerDistribution"},
- {"shape":"TooManyCacheBehaviors"},
- {"shape":"TooManyCookieNamesInWhiteList"},
- {"shape":"InvalidForwardCookies"},
- {"shape":"TooManyHeadersInForwardedValues"},
- {"shape":"InvalidHeadersForS3Origin"},
- {"shape":"InconsistentQuantities"},
- {"shape":"TooManyCertificates"},
- {"shape":"InvalidLocationCode"},
- {"shape":"InvalidGeoRestrictionParameter"},
- {"shape":"InvalidProtocolSettings"},
+ {"shape":"TooManyDistributions"},
{"shape":"InvalidTTLOrder"},
+ {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
+ {"shape":"InvalidOriginKeepaliveTimeout"},
+ {"shape":"InvalidArgument"},
+ {"shape":"InvalidOriginReadTimeout"},
+ {"shape":"InvalidOriginAccessControl"},
+ {"shape":"InvalidHeadersForS3Origin"},
+ {"shape":"TrustedSignerDoesNotExist"},
{"shape":"InvalidWebACLId"},
- {"shape":"TooManyOriginCustomHeaders"},
- {"shape":"InvalidTagging"},
- {"shape":"TooManyQueryStringParameters"},
- {"shape":"InvalidQueryStringParameters"},
- {"shape":"TooManyDistributionsWithLambdaAssociations"},
{"shape":"TooManyDistributionsWithSingleFunctionARN"},
+ {"shape":"InvalidRelativePath"},
{"shape":"TooManyLambdaFunctionAssociations"},
- {"shape":"InvalidLambdaFunctionAssociation"},
- {"shape":"TooManyDistributionsWithFunctionAssociations"},
- {"shape":"TooManyFunctionAssociations"},
- {"shape":"InvalidFunctionAssociation"},
- {"shape":"InvalidOriginReadTimeout"},
- {"shape":"InvalidOriginKeepaliveTimeout"},
- {"shape":"NoSuchFieldLevelEncryptionConfig"},
- {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
- {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
- {"shape":"NoSuchCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
- {"shape":"NoSuchResponseHeadersPolicy"},
- {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
{"shape":"NoSuchOriginRequestPolicy"},
+ {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidLocationCode"},
+ {"shape":"InvalidOriginAccessIdentity"},
+ {"shape":"InvalidTagging"},
+ {"shape":"TooManyDistributionCNAMEs"},
+ {"shape":"NoSuchContinuousDeploymentPolicy"},
{"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
- {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
- {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
- {"shape":"TrustedKeyGroupDoesNotExist"},
- {"shape":"NoSuchRealtimeLogConfig"},
+ {"shape":"TooManyQueryStringParameters"},
{"shape":"RealtimeLogConfigOwnerMismatch"},
{"shape":"ContinuousDeploymentPolicyInUse"},
- {"shape":"NoSuchContinuousDeploymentPolicy"},
- {"shape":"InvalidDomainNameForOriginAccessControl"}
+ {"shape":"MissingBody"},
+ {"shape":"TooManyHeadersInForwardedValues"},
+ {"shape":"InvalidLambdaFunctionAssociation"},
+ {"shape":"CNAMEAlreadyExists"},
+ {"shape":"TooManyCertificates"},
+ {"shape":"TrustedKeyGroupDoesNotExist"},
+ {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
+ {"shape":"NoSuchResponseHeadersPolicy"},
+ {"shape":"NoSuchRealtimeLogConfig"},
+ {"shape":"InvalidResponseCode"},
+ {"shape":"InvalidGeoRestrictionParameter"},
+ {"shape":"TooManyOrigins"},
+ {"shape":"InvalidViewerCertificate"},
+ {"shape":"InvalidFunctionAssociation"},
+ {"shape":"TooManyDistributionsWithLambdaAssociations"},
+ {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
+ {"shape":"DistributionAlreadyExists"},
+ {"shape":"NoSuchOrigin"},
+ {"shape":"TooManyCacheBehaviors"}
],
"documentation":"Create a new distribution with tags. This API operation requires the following IAM permissions:
"
},
@@ -337,14 +338,14 @@
"input":{"shape":"CreateFieldLevelEncryptionConfigRequest"},
"output":{"shape":"CreateFieldLevelEncryptionConfigResult"},
"errors":[
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"NoSuchFieldLevelEncryptionProfile"},
- {"shape":"FieldLevelEncryptionConfigAlreadyExists"},
- {"shape":"TooManyFieldLevelEncryptionConfigs"},
+ {"shape":"QueryArgProfileEmpty"},
{"shape":"TooManyFieldLevelEncryptionQueryArgProfiles"},
{"shape":"TooManyFieldLevelEncryptionContentTypeProfiles"},
- {"shape":"QueryArgProfileEmpty"}
+ {"shape":"FieldLevelEncryptionConfigAlreadyExists"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"TooManyFieldLevelEncryptionConfigs"},
+ {"shape":"NoSuchFieldLevelEncryptionProfile"},
+ {"shape":"InvalidArgument"}
],
"documentation":"Create a new field-level encryption configuration.
"
},
@@ -358,14 +359,14 @@
"input":{"shape":"CreateFieldLevelEncryptionProfileRequest"},
"output":{"shape":"CreateFieldLevelEncryptionProfileResult"},
"errors":[
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"NoSuchPublicKey"},
+ {"shape":"TooManyFieldLevelEncryptionFieldPatterns"},
{"shape":"FieldLevelEncryptionProfileAlreadyExists"},
+ {"shape":"NoSuchPublicKey"},
{"shape":"FieldLevelEncryptionProfileSizeExceeded"},
+ {"shape":"InconsistentQuantities"},
{"shape":"TooManyFieldLevelEncryptionProfiles"},
{"shape":"TooManyFieldLevelEncryptionEncryptionEntities"},
- {"shape":"TooManyFieldLevelEncryptionFieldPatterns"}
+ {"shape":"InvalidArgument"}
],
"documentation":"Create a field-level encryption profile.
"
},
@@ -383,11 +384,11 @@
},
"output":{"shape":"CreateFunctionResult"},
"errors":[
- {"shape":"TooManyFunctions"},
{"shape":"FunctionAlreadyExists"},
+ {"shape":"UnsupportedOperation"},
{"shape":"FunctionSizeLimitExceeded"},
{"shape":"InvalidArgument"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"TooManyFunctions"}
],
"documentation":"Creates a CloudFront function.
To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.
When you create a function, it's in the DEVELOPMENT
stage. In this stage, you can test the function with TestFunction
, and update it with UpdateFunction
.
When you're ready to use your function with a CloudFront distribution, use PublishFunction
to copy the function from the DEVELOPMENT
stage to LIVE
. When it's live, you can attach the function to a distribution's cache behavior, using the function's ARN.
"
},
@@ -401,13 +402,13 @@
"input":{"shape":"CreateInvalidationRequest"},
"output":{"shape":"CreateInvalidationResult"},
"errors":[
+ {"shape":"NoSuchDistribution"},
{"shape":"AccessDenied"},
+ {"shape":"TooManyInvalidationsInProgress"},
{"shape":"MissingBody"},
+ {"shape":"InconsistentQuantities"},
{"shape":"InvalidArgument"},
- {"shape":"NoSuchDistribution"},
- {"shape":"BatchTooLarge"},
- {"shape":"TooManyInvalidationsInProgress"},
- {"shape":"InconsistentQuantities"}
+ {"shape":"BatchTooLarge"}
],
"documentation":"Create a new invalidation. For more information, see Invalidating files in the Amazon CloudFront Developer Guide.
"
},
@@ -421,10 +422,10 @@
"input":{"shape":"CreateKeyGroupRequest"},
"output":{"shape":"CreateKeyGroupResult"},
"errors":[
- {"shape":"InvalidArgument"},
- {"shape":"KeyGroupAlreadyExists"},
+ {"shape":"TooManyPublicKeysInKeyGroup"},
{"shape":"TooManyKeyGroups"},
- {"shape":"TooManyPublicKeysInKeyGroup"}
+ {"shape":"InvalidArgument"},
+ {"shape":"KeyGroupAlreadyExists"}
],
"documentation":"Creates a key group that you can use with CloudFront signed URLs and signed cookies.
To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the Amazon CloudFront Developer Guide.
"
},
@@ -432,7 +433,7 @@
"name":"CreateKeyValueStore2020_05_31",
"http":{
"method":"POST",
- "requestUri":"/2020-05-31/key-value-store/",
+ "requestUri":"/2020-05-31/key-value-store",
"responseCode":201
},
"input":{
@@ -443,11 +444,11 @@
"output":{"shape":"CreateKeyValueStoreResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"EntityLimitExceeded"},
+ {"shape":"UnsupportedOperation"},
{"shape":"EntityAlreadyExists"},
- {"shape":"EntitySizeLimitExceeded"},
{"shape":"InvalidArgument"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"EntityLimitExceeded"},
+ {"shape":"EntitySizeLimitExceeded"}
],
"documentation":"Specifies the key value store resource to add to your account. In your account, the key value store names must be unique. You can also import key value store data in JSON format from an S3 bucket by providing a valid ImportSource
that you own.
"
},
@@ -455,13 +456,14 @@
"name":"CreateMonitoringSubscription2020_05_31",
"http":{
"method":"POST",
- "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription",
+ "responseCode":200
},
"input":{"shape":"CreateMonitoringSubscriptionRequest"},
"output":{"shape":"CreateMonitoringSubscriptionResult"},
"errors":[
- {"shape":"AccessDenied"},
{"shape":"NoSuchDistribution"},
+ {"shape":"AccessDenied"},
{"shape":"MonitoringSubscriptionAlreadyExists"},
{"shape":"UnsupportedOperation"}
],
@@ -494,13 +496,13 @@
"output":{"shape":"CreateOriginRequestPolicyResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"OriginRequestPolicyAlreadyExists"},
- {"shape":"TooManyOriginRequestPolicies"},
{"shape":"TooManyHeadersInOriginRequestPolicy"},
{"shape":"TooManyCookiesInOriginRequestPolicy"},
- {"shape":"TooManyQueryStringsInOriginRequestPolicy"}
+ {"shape":"InconsistentQuantities"},
+ {"shape":"OriginRequestPolicyAlreadyExists"},
+ {"shape":"TooManyQueryStringsInOriginRequestPolicy"},
+ {"shape":"InvalidArgument"},
+ {"shape":"TooManyOriginRequestPolicies"}
],
"documentation":"Creates an origin request policy.
After you create an origin request policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
-
The request body and the URL path (without the domain name) from the viewer request.
-
The headers that CloudFront automatically includes in every origin request, including Host
, User-Agent
, and X-Amz-Cf-Id
.
-
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can't find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use CachePolicy
.
For more information about origin request policies, see Controlling origin requests in the Amazon CloudFront Developer Guide.
"
},
@@ -514,9 +516,9 @@
"input":{"shape":"CreatePublicKeyRequest"},
"output":{"shape":"CreatePublicKeyResult"},
"errors":[
+ {"shape":"TooManyPublicKeys"},
{"shape":"PublicKeyAlreadyExists"},
- {"shape":"InvalidArgument"},
- {"shape":"TooManyPublicKeys"}
+ {"shape":"InvalidArgument"}
],
"documentation":"Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.
"
},
@@ -534,10 +536,10 @@
},
"output":{"shape":"CreateRealtimeLogConfigResult"},
"errors":[
+ {"shape":"AccessDenied"},
{"shape":"RealtimeLogConfigAlreadyExists"},
{"shape":"TooManyRealtimeLogConfigs"},
- {"shape":"InvalidArgument"},
- {"shape":"AccessDenied"}
+ {"shape":"InvalidArgument"}
],
"documentation":"Creates a real-time log configuration.
After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.
For more information about real-time log configurations, see Real-time logs in the Amazon CloudFront Developer Guide.
"
},
@@ -552,13 +554,13 @@
"output":{"shape":"CreateResponseHeadersPolicyResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"ResponseHeadersPolicyAlreadyExists"},
- {"shape":"TooManyResponseHeadersPolicies"},
{"shape":"TooManyCustomHeadersInResponseHeadersPolicy"},
+ {"shape":"ResponseHeadersPolicyAlreadyExists"},
+ {"shape":"InconsistentQuantities"},
{"shape":"TooLongCSPInResponseHeadersPolicy"},
- {"shape":"TooManyRemoveHeadersInResponseHeadersPolicy"}
+ {"shape":"InvalidArgument"},
+ {"shape":"TooManyRemoveHeadersInResponseHeadersPolicy"},
+ {"shape":"TooManyResponseHeadersPolicies"}
],
"documentation":"Creates a response headers policy.
A response headers policy contains information about a set of HTTP headers. To create a response headers policy, you provide some metadata about the policy and a set of configurations that specify the headers.
After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to requests that match the cache behavior. CloudFront adds or removes response headers according to the configuration of the response headers policy.
For more information, see Adding or removing HTTP headers in CloudFront responses in the Amazon CloudFront Developer Guide.
"
},
@@ -572,19 +574,19 @@
"input":{"shape":"CreateStreamingDistributionRequest"},
"output":{"shape":"CreateStreamingDistributionResult"},
"errors":[
- {"shape":"CNAMEAlreadyExists"},
+ {"shape":"AccessDenied"},
{"shape":"StreamingDistributionAlreadyExists"},
- {"shape":"InvalidOrigin"},
+ {"shape":"InconsistentQuantities"},
{"shape":"InvalidOriginAccessIdentity"},
- {"shape":"InvalidOriginAccessControl"},
- {"shape":"AccessDenied"},
+ {"shape":"InvalidArgument"},
{"shape":"TooManyTrustedSigners"},
- {"shape":"TrustedSignerDoesNotExist"},
+ {"shape":"InvalidOriginAccessControl"},
+ {"shape":"TooManyStreamingDistributions"},
{"shape":"MissingBody"},
{"shape":"TooManyStreamingDistributionCNAMEs"},
- {"shape":"TooManyStreamingDistributions"},
- {"shape":"InvalidArgument"},
- {"shape":"InconsistentQuantities"}
+ {"shape":"TrustedSignerDoesNotExist"},
+ {"shape":"CNAMEAlreadyExists"},
+ {"shape":"InvalidOrigin"}
],
"documentation":"This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.
"
},
@@ -598,20 +600,20 @@
"input":{"shape":"CreateStreamingDistributionWithTagsRequest"},
"output":{"shape":"CreateStreamingDistributionWithTagsResult"},
"errors":[
- {"shape":"CNAMEAlreadyExists"},
- {"shape":"StreamingDistributionAlreadyExists"},
- {"shape":"InvalidOrigin"},
- {"shape":"InvalidOriginAccessIdentity"},
- {"shape":"InvalidOriginAccessControl"},
{"shape":"AccessDenied"},
+ {"shape":"StreamingDistributionAlreadyExists"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidOriginAccessIdentity"},
+ {"shape":"InvalidTagging"},
+ {"shape":"InvalidArgument"},
{"shape":"TooManyTrustedSigners"},
- {"shape":"TrustedSignerDoesNotExist"},
+ {"shape":"InvalidOriginAccessControl"},
+ {"shape":"TooManyStreamingDistributions"},
{"shape":"MissingBody"},
{"shape":"TooManyStreamingDistributionCNAMEs"},
- {"shape":"TooManyStreamingDistributions"},
- {"shape":"InvalidArgument"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidTagging"}
+ {"shape":"TrustedSignerDoesNotExist"},
+ {"shape":"CNAMEAlreadyExists"},
+ {"shape":"InvalidOrigin"}
],
"documentation":"This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.
"
},
@@ -624,12 +626,12 @@
},
"input":{"shape":"DeleteCachePolicyRequest"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchCachePolicy"},
{"shape":"PreconditionFailed"},
+ {"shape":"AccessDenied"},
{"shape":"IllegalDelete"},
- {"shape":"CachePolicyInUse"}
+ {"shape":"CachePolicyInUse"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Deletes a cache policy.
You cannot delete a cache policy if it's attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.
To delete a cache policy, you must provide the policy's identifier and version. To get these values, you can use ListCachePolicies
or GetCachePolicy
.
"
},
@@ -642,10 +644,10 @@
},
"input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
"errors":[
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
{"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchCloudFrontOriginAccessIdentity"},
- {"shape":"PreconditionFailed"},
{"shape":"CloudFrontOriginAccessIdentityInUse"}
],
"documentation":"Delete an origin access identity.
"
@@ -659,12 +661,12 @@
},
"input":{"shape":"DeleteContinuousDeploymentPolicyRequest"},
"errors":[
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"InvalidArgument"},
- {"shape":"AccessDenied"},
- {"shape":"PreconditionFailed"},
{"shape":"ContinuousDeploymentPolicyInUse"},
- {"shape":"NoSuchContinuousDeploymentPolicy"}
+ {"shape":"PreconditionFailed"},
+ {"shape":"AccessDenied"},
+ {"shape":"InvalidArgument"},
+ {"shape":"NoSuchContinuousDeploymentPolicy"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Deletes a continuous deployment policy.
You cannot delete a continuous deployment policy that's attached to a primary distribution. First update your distribution to remove the continuous deployment policy, then you can delete the policy.
"
},
@@ -677,11 +679,11 @@
},
"input":{"shape":"DeleteDistributionRequest"},
"errors":[
+ {"shape":"NoSuchDistribution"},
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
{"shape":"DistributionNotDisabled"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchDistribution"},
- {"shape":"PreconditionFailed"}
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Delete a distribution.
"
},
@@ -694,11 +696,11 @@
},
"input":{"shape":"DeleteFieldLevelEncryptionConfigRequest"},
"errors":[
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
- {"shape":"InvalidIfMatchVersion"},
+ {"shape":"FieldLevelEncryptionConfigInUse"},
{"shape":"NoSuchFieldLevelEncryptionConfig"},
- {"shape":"PreconditionFailed"},
- {"shape":"FieldLevelEncryptionConfigInUse"}
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Remove a field-level encryption configuration.
"
},
@@ -711,11 +713,11 @@
},
"input":{"shape":"DeleteFieldLevelEncryptionProfileRequest"},
"errors":[
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchFieldLevelEncryptionProfile"},
- {"shape":"PreconditionFailed"},
- {"shape":"FieldLevelEncryptionProfileInUse"}
+ {"shape":"FieldLevelEncryptionProfileInUse"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Remove a field-level encryption profile.
"
},
@@ -728,11 +730,11 @@
},
"input":{"shape":"DeleteFunctionRequest"},
"errors":[
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchFunctionExists"},
- {"shape":"FunctionInUse"},
{"shape":"PreconditionFailed"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"UnsupportedOperation"},
+ {"shape":"FunctionInUse"},
+ {"shape":"NoSuchFunctionExists"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Deletes a CloudFront function.
You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.
To delete a function, you must provide the function's name and version (ETag
value). To get these values, you can use ListFunctions
and DescribeFunction
.
"
},
@@ -745,10 +747,10 @@
},
"input":{"shape":"DeleteKeyGroupRequest"},
"errors":[
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchResource"},
+ {"shape":"ResourceInUse"},
{"shape":"PreconditionFailed"},
- {"shape":"ResourceInUse"}
+ {"shape":"NoSuchResource"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Deletes a key group.
You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group.
To delete a key group, you must provide the key group's identifier and version. To get these values, use ListKeyGroups
followed by GetKeyGroup
or GetKeyGroupConfig
.
"
},
@@ -761,12 +763,12 @@
},
"input":{"shape":"DeleteKeyValueStoreRequest"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"EntityNotFound"},
{"shape":"CannotDeleteEntityWhileInUse"},
{"shape":"PreconditionFailed"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"EntityNotFound"},
+ {"shape":"AccessDenied"},
+ {"shape":"UnsupportedOperation"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Specifies the key value store to delete.
",
"idempotent":true
@@ -775,15 +777,16 @@
"name":"DeleteMonitoringSubscription2020_05_31",
"http":{
"method":"DELETE",
- "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription",
+ "responseCode":200
},
"input":{"shape":"DeleteMonitoringSubscriptionRequest"},
"output":{"shape":"DeleteMonitoringSubscriptionResult"},
"errors":[
- {"shape":"AccessDenied"},
{"shape":"NoSuchDistribution"},
- {"shape":"NoSuchMonitoringSubscription"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"AccessDenied"},
+ {"shape":"UnsupportedOperation"},
+ {"shape":"NoSuchMonitoringSubscription"}
],
"documentation":"Disables additional CloudWatch metrics for the specified CloudFront distribution.
"
},
@@ -796,11 +799,11 @@
},
"input":{"shape":"DeleteOriginAccessControlRequest"},
"errors":[
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
- {"shape":"InvalidIfMatchVersion"},
+ {"shape":"OriginAccessControlInUse"},
{"shape":"NoSuchOriginAccessControl"},
- {"shape":"PreconditionFailed"},
- {"shape":"OriginAccessControlInUse"}
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Deletes a CloudFront origin access control.
You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.
"
},
@@ -813,11 +816,11 @@
},
"input":{"shape":"DeleteOriginRequestPolicyRequest"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchOriginRequestPolicy"},
{"shape":"PreconditionFailed"},
+ {"shape":"AccessDenied"},
{"shape":"IllegalDelete"},
+ {"shape":"NoSuchOriginRequestPolicy"},
+ {"shape":"InvalidIfMatchVersion"},
{"shape":"OriginRequestPolicyInUse"}
],
"documentation":"Deletes an origin request policy.
You cannot delete an origin request policy if it's attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.
To delete an origin request policy, you must provide the policy's identifier and version. To get the identifier, you can use ListOriginRequestPolicies
or GetOriginRequestPolicy
.
"
@@ -831,11 +834,11 @@
},
"input":{"shape":"DeletePublicKeyRequest"},
"errors":[
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
- {"shape":"PublicKeyInUse"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchPublicKey"},
- {"shape":"PreconditionFailed"}
+ {"shape":"PublicKeyInUse"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Remove a public key you previously added to CloudFront.
"
},
@@ -843,7 +846,7 @@
"name":"DeleteRealtimeLogConfig2020_05_31",
"http":{
"method":"POST",
- "requestUri":"/2020-05-31/delete-realtime-log-config/",
+ "requestUri":"/2020-05-31/delete-realtime-log-config",
"responseCode":204
},
"input":{
@@ -852,10 +855,10 @@
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
},
"errors":[
- {"shape":"NoSuchRealtimeLogConfig"},
- {"shape":"RealtimeLogConfigInUse"},
+ {"shape":"AccessDenied"},
{"shape":"InvalidArgument"},
- {"shape":"AccessDenied"}
+ {"shape":"RealtimeLogConfigInUse"},
+ {"shape":"NoSuchRealtimeLogConfig"}
],
"documentation":"Deletes a real-time log configuration.
You cannot delete a real-time log configuration if it's attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.
To delete a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.
"
},
@@ -868,12 +871,12 @@
},
"input":{"shape":"DeleteResponseHeadersPolicyRequest"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchResponseHeadersPolicy"},
+ {"shape":"ResponseHeadersPolicyInUse"},
{"shape":"PreconditionFailed"},
+ {"shape":"AccessDenied"},
{"shape":"IllegalDelete"},
- {"shape":"ResponseHeadersPolicyInUse"}
+ {"shape":"NoSuchResponseHeadersPolicy"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Deletes a response headers policy.
You cannot delete a response headers policy if it's attached to a cache behavior. First update your distributions to remove the response headers policy from all cache behaviors, then delete the response headers policy.
To delete a response headers policy, you must provide the policy's identifier and version. To get these values, you can use ListResponseHeadersPolicies
or GetResponseHeadersPolicy
.
"
},
@@ -886,11 +889,11 @@
},
"input":{"shape":"DeleteStreamingDistributionRequest"},
"errors":[
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
{"shape":"StreamingDistributionNotDisabled"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchStreamingDistribution"},
- {"shape":"PreconditionFailed"}
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.
To delete an RTMP distribution using the CloudFront API:
-
Disable the RTMP distribution.
-
Submit a GET Streaming Distribution Config
request to get the current configuration and the Etag
header for the distribution.
-
Update the XML document that was returned in the response to your GET Streaming Distribution Config
request to change the value of Enabled
to false
.
-
Submit a PUT Streaming Distribution Config
request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the HTTP If-Match
header to the value of the ETag
header that CloudFront returned when you submitted the GET Streaming Distribution Config
request in Step 2.
-
Review the response to the PUT Streaming Distribution Config
request to confirm that the distribution was successfully disabled.
-
Submit a GET Streaming Distribution Config
request to confirm that your changes have propagated. When propagation is complete, the value of Status
is Deployed
.
-
Submit a DELETE Streaming Distribution
request. Set the value of the HTTP If-Match
header to the value of the ETag
header that CloudFront returned when you submitted the GET Streaming Distribution Config
request in Step 2.
-
Review the response to your DELETE Streaming Distribution
request to confirm that the distribution was successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.
"
},
@@ -898,13 +901,14 @@
"name":"DescribeFunction2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/function/{Name}/describe"
+ "requestUri":"/2020-05-31/function/{Name}/describe",
+ "responseCode":200
},
"input":{"shape":"DescribeFunctionRequest"},
"output":{"shape":"DescribeFunctionResult"},
"errors":[
- {"shape":"NoSuchFunctionExists"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"UnsupportedOperation"},
+ {"shape":"NoSuchFunctionExists"}
],
"documentation":"Gets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use GetFunction
.
To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use ListFunctions
.
"
},
@@ -912,15 +916,16 @@
"name":"DescribeKeyValueStore2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/key-value-store/{Name}"
+ "requestUri":"/2020-05-31/key-value-store/{Name}",
+ "responseCode":200
},
"input":{"shape":"DescribeKeyValueStoreRequest"},
"output":{"shape":"DescribeKeyValueStoreResult"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"InvalidArgument"},
{"shape":"EntityNotFound"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"AccessDenied"},
+ {"shape":"UnsupportedOperation"},
+ {"shape":"InvalidArgument"}
],
"documentation":"Specifies the key value store and its configuration.
"
},
@@ -928,13 +933,14 @@
"name":"GetCachePolicy2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/cache-policy/{Id}"
+ "requestUri":"/2020-05-31/cache-policy/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetCachePolicyRequest"},
"output":{"shape":"GetCachePolicyResult"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"NoSuchCachePolicy"}
+ {"shape":"NoSuchCachePolicy"},
+ {"shape":"AccessDenied"}
],
"documentation":"Gets a cache policy, including the following metadata:
To get a cache policy, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
"
},
@@ -942,13 +948,14 @@
"name":"GetCachePolicyConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/cache-policy/{Id}/config"
+ "requestUri":"/2020-05-31/cache-policy/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetCachePolicyConfigRequest"},
"output":{"shape":"GetCachePolicyConfigResult"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"NoSuchCachePolicy"}
+ {"shape":"NoSuchCachePolicy"},
+ {"shape":"AccessDenied"}
],
"documentation":"Gets a cache policy configuration.
To get a cache policy configuration, you must provide the policy's identifier. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions
or GetDistribution
. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
.
"
},
@@ -956,13 +963,14 @@
"name":"GetCloudFrontOriginAccessIdentity2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}"
+ "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
"output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
"errors":[
- {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"NoSuchCloudFrontOriginAccessIdentity"}
],
"documentation":"Get the information about an origin access identity.
"
},
@@ -970,13 +978,14 @@
"name":"GetCloudFrontOriginAccessIdentityConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config"
+ "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
"output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
"errors":[
- {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"NoSuchCloudFrontOriginAccessIdentity"}
],
"documentation":"Get the configuration information about an origin access identity.
"
},
@@ -984,7 +993,8 @@
"name":"GetContinuousDeploymentPolicy2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}"
+ "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetContinuousDeploymentPolicyRequest"},
"output":{"shape":"GetContinuousDeploymentPolicyResult"},
@@ -998,7 +1008,8 @@
"name":"GetContinuousDeploymentPolicyConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}/config"
+ "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetContinuousDeploymentPolicyConfigRequest"},
"output":{"shape":"GetContinuousDeploymentPolicyConfigResult"},
@@ -1012,7 +1023,8 @@
"name":"GetDistribution2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distribution/{Id}"
+ "requestUri":"/2020-05-31/distribution/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetDistributionRequest"},
"output":{"shape":"GetDistributionResult"},
@@ -1026,7 +1038,8 @@
"name":"GetDistributionConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distribution/{Id}/config"
+ "requestUri":"/2020-05-31/distribution/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetDistributionConfigRequest"},
"output":{"shape":"GetDistributionConfigResult"},
@@ -1040,7 +1053,8 @@
"name":"GetFieldLevelEncryption2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/field-level-encryption/{Id}"
+ "requestUri":"/2020-05-31/field-level-encryption/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetFieldLevelEncryptionRequest"},
"output":{"shape":"GetFieldLevelEncryptionResult"},
@@ -1054,7 +1068,8 @@
"name":"GetFieldLevelEncryptionConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/field-level-encryption/{Id}/config"
+ "requestUri":"/2020-05-31/field-level-encryption/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetFieldLevelEncryptionConfigRequest"},
"output":{"shape":"GetFieldLevelEncryptionConfigResult"},
@@ -1068,7 +1083,8 @@
"name":"GetFieldLevelEncryptionProfile2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}"
+ "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetFieldLevelEncryptionProfileRequest"},
"output":{"shape":"GetFieldLevelEncryptionProfileResult"},
@@ -1082,7 +1098,8 @@
"name":"GetFieldLevelEncryptionProfileConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config"
+ "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetFieldLevelEncryptionProfileConfigRequest"},
"output":{"shape":"GetFieldLevelEncryptionProfileConfigResult"},
@@ -1096,13 +1113,14 @@
"name":"GetFunction2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/function/{Name}"
+ "requestUri":"/2020-05-31/function/{Name}",
+ "responseCode":200
},
"input":{"shape":"GetFunctionRequest"},
"output":{"shape":"GetFunctionResult"},
"errors":[
- {"shape":"NoSuchFunctionExists"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"UnsupportedOperation"},
+ {"shape":"NoSuchFunctionExists"}
],
"documentation":"Gets the code of a CloudFront function. To get configuration information and metadata about a function, use DescribeFunction
.
To get a function's code, you must provide the function's name and stage. To get these values, you can use ListFunctions
.
"
},
@@ -1110,14 +1128,15 @@
"name":"GetInvalidation2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation/{Id}"
+ "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetInvalidationRequest"},
"output":{"shape":"GetInvalidationResult"},
"errors":[
- {"shape":"NoSuchInvalidation"},
{"shape":"NoSuchDistribution"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"NoSuchInvalidation"}
],
"documentation":"Get the information about an invalidation.
"
},
@@ -1125,7 +1144,8 @@
"name":"GetKeyGroup2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/key-group/{Id}"
+ "requestUri":"/2020-05-31/key-group/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetKeyGroupRequest"},
"output":{"shape":"GetKeyGroupResult"},
@@ -1138,7 +1158,8 @@
"name":"GetKeyGroupConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/key-group/{Id}/config"
+ "requestUri":"/2020-05-31/key-group/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetKeyGroupConfigRequest"},
"output":{"shape":"GetKeyGroupConfigResult"},
@@ -1151,15 +1172,16 @@
"name":"GetMonitoringSubscription2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription",
+ "responseCode":200
},
"input":{"shape":"GetMonitoringSubscriptionRequest"},
"output":{"shape":"GetMonitoringSubscriptionResult"},
"errors":[
- {"shape":"AccessDenied"},
{"shape":"NoSuchDistribution"},
- {"shape":"NoSuchMonitoringSubscription"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"AccessDenied"},
+ {"shape":"UnsupportedOperation"},
+ {"shape":"NoSuchMonitoringSubscription"}
],
"documentation":"Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
"
},
@@ -1167,13 +1189,14 @@
"name":"GetOriginAccessControl2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-access-control/{Id}"
+ "requestUri":"/2020-05-31/origin-access-control/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetOriginAccessControlRequest"},
"output":{"shape":"GetOriginAccessControlResult"},
"errors":[
- {"shape":"NoSuchOriginAccessControl"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"NoSuchOriginAccessControl"}
],
"documentation":"Gets a CloudFront origin access control, including its unique identifier.
"
},
@@ -1181,13 +1204,14 @@
"name":"GetOriginAccessControlConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-access-control/{Id}/config"
+ "requestUri":"/2020-05-31/origin-access-control/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetOriginAccessControlConfigRequest"},
"output":{"shape":"GetOriginAccessControlConfigResult"},
"errors":[
- {"shape":"NoSuchOriginAccessControl"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"NoSuchOriginAccessControl"}
],
"documentation":"Gets a CloudFront origin access control configuration.
"
},
@@ -1195,7 +1219,8 @@
"name":"GetOriginRequestPolicy2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-request-policy/{Id}"
+ "requestUri":"/2020-05-31/origin-request-policy/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetOriginRequestPolicyRequest"},
"output":{"shape":"GetOriginRequestPolicyResult"},
@@ -1209,7 +1234,8 @@
"name":"GetOriginRequestPolicyConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-request-policy/{Id}/config"
+ "requestUri":"/2020-05-31/origin-request-policy/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetOriginRequestPolicyConfigRequest"},
"output":{"shape":"GetOriginRequestPolicyConfigResult"},
@@ -1223,7 +1249,8 @@
"name":"GetPublicKey2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/public-key/{Id}"
+ "requestUri":"/2020-05-31/public-key/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetPublicKeyRequest"},
"output":{"shape":"GetPublicKeyResult"},
@@ -1237,7 +1264,8 @@
"name":"GetPublicKeyConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/public-key/{Id}/config"
+ "requestUri":"/2020-05-31/public-key/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetPublicKeyConfigRequest"},
"output":{"shape":"GetPublicKeyConfigResult"},
@@ -1251,7 +1279,8 @@
"name":"GetRealtimeLogConfig2020_05_31",
"http":{
"method":"POST",
- "requestUri":"/2020-05-31/get-realtime-log-config/"
+ "requestUri":"/2020-05-31/get-realtime-log-config",
+ "responseCode":200
},
"input":{
"shape":"GetRealtimeLogConfigRequest",
@@ -1260,9 +1289,9 @@
},
"output":{"shape":"GetRealtimeLogConfigResult"},
"errors":[
- {"shape":"NoSuchRealtimeLogConfig"},
+ {"shape":"AccessDenied"},
{"shape":"InvalidArgument"},
- {"shape":"AccessDenied"}
+ {"shape":"NoSuchRealtimeLogConfig"}
],
"documentation":"Gets a real-time log configuration.
To get a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.
"
},
@@ -1270,7 +1299,8 @@
"name":"GetResponseHeadersPolicy2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/response-headers-policy/{Id}"
+ "requestUri":"/2020-05-31/response-headers-policy/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetResponseHeadersPolicyRequest"},
"output":{"shape":"GetResponseHeadersPolicyResult"},
@@ -1284,7 +1314,8 @@
"name":"GetResponseHeadersPolicyConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/response-headers-policy/{Id}/config"
+ "requestUri":"/2020-05-31/response-headers-policy/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetResponseHeadersPolicyConfigRequest"},
"output":{"shape":"GetResponseHeadersPolicyConfigResult"},
@@ -1298,13 +1329,14 @@
"name":"GetStreamingDistribution2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/streaming-distribution/{Id}"
+ "requestUri":"/2020-05-31/streaming-distribution/{Id}",
+ "responseCode":200
},
"input":{"shape":"GetStreamingDistributionRequest"},
"output":{"shape":"GetStreamingDistributionResult"},
"errors":[
- {"shape":"NoSuchStreamingDistribution"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"NoSuchStreamingDistribution"}
],
"documentation":"Gets information about a specified RTMP distribution, including the distribution configuration.
"
},
@@ -1312,13 +1344,14 @@
"name":"GetStreamingDistributionConfig2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/streaming-distribution/{Id}/config"
+ "requestUri":"/2020-05-31/streaming-distribution/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"GetStreamingDistributionConfigRequest"},
"output":{"shape":"GetStreamingDistributionConfigResult"},
"errors":[
- {"shape":"NoSuchStreamingDistribution"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"NoSuchStreamingDistribution"}
],
"documentation":"Get the configuration information about a streaming distribution.
"
},
@@ -1326,13 +1359,14 @@
"name":"ListCachePolicies2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/cache-policy"
+ "requestUri":"/2020-05-31/cache-policy",
+ "responseCode":200
},
"input":{"shape":"ListCachePoliciesRequest"},
"output":{"shape":"ListCachePoliciesResult"},
"errors":[
- {"shape":"AccessDenied"},
{"shape":"NoSuchCachePolicy"},
+ {"shape":"AccessDenied"},
{"shape":"InvalidArgument"}
],
"documentation":"Gets a list of cache policies.
You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
@@ -1341,7 +1375,8 @@
"name":"ListCloudFrontOriginAccessIdentities2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-access-identity/cloudfront"
+ "requestUri":"/2020-05-31/origin-access-identity/cloudfront",
+ "responseCode":200
},
"input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
"output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
@@ -1360,8 +1395,8 @@
"input":{"shape":"ListConflictingAliasesRequest"},
"output":{"shape":"ListConflictingAliasesResult"},
"errors":[
- {"shape":"InvalidArgument"},
- {"shape":"NoSuchDistribution"}
+ {"shape":"NoSuchDistribution"},
+ {"shape":"InvalidArgument"}
],
"documentation":"Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias. In the returned list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.
Use this operation to find aliases that are in use in CloudFront that conflict or overlap with the provided alias. For example, if you provide www.example.com
as input, the returned list can include www.example.com
and the overlapping wildcard alternate domain name (*.example.com
), if they exist. If you provide *.example.com
as input, the returned list can include *.example.com
and any alternate domain names covered by that wildcard (for example, www.example.com
, test.example.com
, dev.example.com
, and so on), if they exist.
To list conflicting aliases, you provide the alias to search and the ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias. For more information, including how to set up the distribution and certificate, see Moving an alternate domain name to a different distribution in the Amazon CloudFront Developer Guide.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
},
@@ -1369,13 +1404,14 @@
"name":"ListContinuousDeploymentPolicies2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/continuous-deployment-policy"
+ "requestUri":"/2020-05-31/continuous-deployment-policy",
+ "responseCode":200
},
"input":{"shape":"ListContinuousDeploymentPoliciesRequest"},
"output":{"shape":"ListContinuousDeploymentPoliciesResult"},
"errors":[
- {"shape":"InvalidArgument"},
{"shape":"AccessDenied"},
+ {"shape":"InvalidArgument"},
{"shape":"NoSuchContinuousDeploymentPolicy"}
],
"documentation":"Gets a list of the continuous deployment policies in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
@@ -1384,7 +1420,8 @@
"name":"ListDistributions2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distribution"
+ "requestUri":"/2020-05-31/distribution",
+ "responseCode":200
},
"input":{"shape":"ListDistributionsRequest"},
"output":{"shape":"ListDistributionsResult"},
@@ -1397,14 +1434,15 @@
"name":"ListDistributionsByCachePolicyId2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distributionsByCachePolicyId/{CachePolicyId}"
+ "requestUri":"/2020-05-31/distributionsByCachePolicyId/{CachePolicyId}",
+ "responseCode":200
},
"input":{"shape":"ListDistributionsByCachePolicyIdRequest"},
"output":{"shape":"ListDistributionsByCachePolicyIdResult"},
"errors":[
{"shape":"NoSuchCachePolicy"},
- {"shape":"InvalidArgument"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"InvalidArgument"}
],
"documentation":"Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
},
@@ -1412,13 +1450,14 @@
"name":"ListDistributionsByKeyGroup2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}"
+ "requestUri":"/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}",
+ "responseCode":200
},
"input":{"shape":"ListDistributionsByKeyGroupRequest"},
"output":{"shape":"ListDistributionsByKeyGroupResult"},
"errors":[
- {"shape":"NoSuchResource"},
- {"shape":"InvalidArgument"}
+ {"shape":"InvalidArgument"},
+ {"shape":"NoSuchResource"}
],
"documentation":"Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
},
@@ -1426,14 +1465,15 @@
"name":"ListDistributionsByOriginRequestPolicyId2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distributionsByOriginRequestPolicyId/{OriginRequestPolicyId}"
+ "requestUri":"/2020-05-31/distributionsByOriginRequestPolicyId/{OriginRequestPolicyId}",
+ "responseCode":200
},
"input":{"shape":"ListDistributionsByOriginRequestPolicyIdRequest"},
"output":{"shape":"ListDistributionsByOriginRequestPolicyIdResult"},
"errors":[
+ {"shape":"AccessDenied"},
{"shape":"NoSuchOriginRequestPolicy"},
- {"shape":"InvalidArgument"},
- {"shape":"AccessDenied"}
+ {"shape":"InvalidArgument"}
],
"documentation":"Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified origin request policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
},
@@ -1441,7 +1481,8 @@
"name":"ListDistributionsByRealtimeLogConfig2020_05_31",
"http":{
"method":"POST",
- "requestUri":"/2020-05-31/distributionsByRealtimeLogConfig/"
+ "requestUri":"/2020-05-31/distributionsByRealtimeLogConfig",
+ "responseCode":200
},
"input":{
"shape":"ListDistributionsByRealtimeLogConfigRequest",
@@ -1458,14 +1499,15 @@
"name":"ListDistributionsByResponseHeadersPolicyId2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distributionsByResponseHeadersPolicyId/{ResponseHeadersPolicyId}"
+ "requestUri":"/2020-05-31/distributionsByResponseHeadersPolicyId/{ResponseHeadersPolicyId}",
+ "responseCode":200
},
"input":{"shape":"ListDistributionsByResponseHeadersPolicyIdRequest"},
"output":{"shape":"ListDistributionsByResponseHeadersPolicyIdResult"},
"errors":[
+ {"shape":"AccessDenied"},
{"shape":"NoSuchResponseHeadersPolicy"},
- {"shape":"InvalidArgument"},
- {"shape":"AccessDenied"}
+ {"shape":"InvalidArgument"}
],
"documentation":"Gets a list of distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
},
@@ -1473,13 +1515,14 @@
"name":"ListDistributionsByWebACLId2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distributionsByWebACLId/{WebACLId}"
+ "requestUri":"/2020-05-31/distributionsByWebACLId/{WebACLId}",
+ "responseCode":200
},
"input":{"shape":"ListDistributionsByWebACLIdRequest"},
"output":{"shape":"ListDistributionsByWebACLIdResult"},
"errors":[
- {"shape":"InvalidArgument"},
- {"shape":"InvalidWebACLId"}
+ {"shape":"InvalidWebACLId"},
+ {"shape":"InvalidArgument"}
],
"documentation":"List the distributions that are associated with a specified WAF web ACL.
"
},
@@ -1487,7 +1530,8 @@
"name":"ListFieldLevelEncryptionConfigs2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/field-level-encryption"
+ "requestUri":"/2020-05-31/field-level-encryption",
+ "responseCode":200
},
"input":{"shape":"ListFieldLevelEncryptionConfigsRequest"},
"output":{"shape":"ListFieldLevelEncryptionConfigsResult"},
@@ -1500,7 +1544,8 @@
"name":"ListFieldLevelEncryptionProfiles2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/field-level-encryption-profile"
+ "requestUri":"/2020-05-31/field-level-encryption-profile",
+ "responseCode":200
},
"input":{"shape":"ListFieldLevelEncryptionProfilesRequest"},
"output":{"shape":"ListFieldLevelEncryptionProfilesResult"},
@@ -1513,13 +1558,14 @@
"name":"ListFunctions2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/function"
+ "requestUri":"/2020-05-31/function",
+ "responseCode":200
},
"input":{"shape":"ListFunctionsRequest"},
"output":{"shape":"ListFunctionsResult"},
"errors":[
- {"shape":"InvalidArgument"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"UnsupportedOperation"},
+ {"shape":"InvalidArgument"}
],
"documentation":"Gets a list of all CloudFront functions in your Amazon Web Services account.
You can optionally apply a filter to return only the functions that are in the specified stage, either DEVELOPMENT
or LIVE
.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
},
@@ -1527,14 +1573,15 @@
"name":"ListInvalidations2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation"
+ "requestUri":"/2020-05-31/distribution/{DistributionId}/invalidation",
+ "responseCode":200
},
"input":{"shape":"ListInvalidationsRequest"},
"output":{"shape":"ListInvalidationsResult"},
"errors":[
- {"shape":"InvalidArgument"},
{"shape":"NoSuchDistribution"},
- {"shape":"AccessDenied"}
+ {"shape":"AccessDenied"},
+ {"shape":"InvalidArgument"}
],
"documentation":"Lists invalidation batches.
"
},
@@ -1542,7 +1589,8 @@
"name":"ListKeyGroups2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/key-group"
+ "requestUri":"/2020-05-31/key-group",
+ "responseCode":200
},
"input":{"shape":"ListKeyGroupsRequest"},
"output":{"shape":"ListKeyGroupsResult"},
@@ -1555,14 +1603,15 @@
"name":"ListKeyValueStores2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/key-value-store"
+ "requestUri":"/2020-05-31/key-value-store",
+ "responseCode":200
},
"input":{"shape":"ListKeyValueStoresRequest"},
"output":{"shape":"ListKeyValueStoresResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"InvalidArgument"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"UnsupportedOperation"},
+ {"shape":"InvalidArgument"}
],
"documentation":"Specifies the key value stores to list.
"
},
@@ -1570,20 +1619,22 @@
"name":"ListOriginAccessControls2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-access-control"
+ "requestUri":"/2020-05-31/origin-access-control",
+ "responseCode":200
},
"input":{"shape":"ListOriginAccessControlsRequest"},
"output":{"shape":"ListOriginAccessControlsResult"},
"errors":[
{"shape":"InvalidArgument"}
],
- "documentation":"Gets the list of CloudFront origin access controls in this Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the NextMarker
value from the current response as the Marker
value in the next request.
"
+ "documentation":"Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the NextMarker
value from the current response as the Marker
value in the next request.
If you're not using origin access controls for your Amazon Web Services account, the ListOriginAccessControls
operation doesn't return the Items
element in the response.
"
},
"ListOriginRequestPolicies":{
"name":"ListOriginRequestPolicies2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/origin-request-policy"
+ "requestUri":"/2020-05-31/origin-request-policy",
+ "responseCode":200
},
"input":{"shape":"ListOriginRequestPoliciesRequest"},
"output":{"shape":"ListOriginRequestPoliciesResult"},
@@ -1598,7 +1649,8 @@
"name":"ListPublicKeys2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/public-key"
+ "requestUri":"/2020-05-31/public-key",
+ "responseCode":200
},
"input":{"shape":"ListPublicKeysRequest"},
"output":{"shape":"ListPublicKeysResult"},
@@ -1611,13 +1663,14 @@
"name":"ListRealtimeLogConfigs2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/realtime-log-config"
+ "requestUri":"/2020-05-31/realtime-log-config",
+ "responseCode":200
},
"input":{"shape":"ListRealtimeLogConfigsRequest"},
"output":{"shape":"ListRealtimeLogConfigsResult"},
"errors":[
- {"shape":"InvalidArgument"},
{"shape":"AccessDenied"},
+ {"shape":"InvalidArgument"},
{"shape":"NoSuchRealtimeLogConfig"}
],
"documentation":"Gets a list of real-time log configurations.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker
value from the current response as the Marker
value in the subsequent request.
"
@@ -1626,7 +1679,8 @@
"name":"ListResponseHeadersPolicies2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/response-headers-policy"
+ "requestUri":"/2020-05-31/response-headers-policy",
+ "responseCode":200
},
"input":{"shape":"ListResponseHeadersPoliciesRequest"},
"output":{"shape":"ListResponseHeadersPoliciesResult"},
@@ -1641,7 +1695,8 @@
"name":"ListStreamingDistributions2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/streaming-distribution"
+ "requestUri":"/2020-05-31/streaming-distribution",
+ "responseCode":200
},
"input":{"shape":"ListStreamingDistributionsRequest"},
"output":{"shape":"ListStreamingDistributionsResult"},
@@ -1654,14 +1709,15 @@
"name":"ListTagsForResource2020_05_31",
"http":{
"method":"GET",
- "requestUri":"/2020-05-31/tagging"
+ "requestUri":"/2020-05-31/tagging",
+ "responseCode":200
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"InvalidArgument"},
{"shape":"InvalidTagging"},
+ {"shape":"InvalidArgument"},
{"shape":"NoSuchResource"}
],
"documentation":"List tags for a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
"
@@ -1670,16 +1726,17 @@
"name":"PublishFunction2020_05_31",
"http":{
"method":"POST",
- "requestUri":"/2020-05-31/function/{Name}/publish"
+ "requestUri":"/2020-05-31/function/{Name}/publish",
+ "responseCode":200
},
"input":{"shape":"PublishFunctionRequest"},
"output":{"shape":"PublishFunctionResult"},
"errors":[
+ {"shape":"PreconditionFailed"},
+ {"shape":"UnsupportedOperation"},
{"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchFunctionExists"},
- {"shape":"PreconditionFailed"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Publishes a CloudFront function by copying the function code from the DEVELOPMENT
stage to LIVE
. This automatically updates all cache behaviors that are using this function to use the newly published copy in the LIVE
stage.
When a function is published to the LIVE
stage, you can attach the function to a distribution's cache behavior, using the function's Amazon Resource Name (ARN).
To publish a function, you must provide the function's name and version (ETag
value). To get these values, you can use ListFunctions
and DescribeFunction
.
"
},
@@ -1693,8 +1750,8 @@
"input":{"shape":"TagResourceRequest"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"InvalidArgument"},
{"shape":"InvalidTagging"},
+ {"shape":"InvalidArgument"},
{"shape":"NoSuchResource"}
],
"documentation":"Add tags to a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
"
@@ -1703,7 +1760,8 @@
"name":"TestFunction2020_05_31",
"http":{
"method":"POST",
- "requestUri":"/2020-05-31/function/{Name}/test"
+ "requestUri":"/2020-05-31/function/{Name}/test",
+ "responseCode":200
},
"input":{
"shape":"TestFunctionRequest",
@@ -1712,11 +1770,11 @@
},
"output":{"shape":"TestFunctionResult"},
"errors":[
+ {"shape":"TestFunctionFailed"},
+ {"shape":"UnsupportedOperation"},
{"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchFunctionExists"},
- {"shape":"TestFunctionFailed"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Tests a CloudFront function.
To test a function, you provide an event object that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function's result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see Testing functions in the Amazon CloudFront Developer Guide.
To test a function, you provide the function's name and version (ETag
value) along with the event object. To get the function's name and version, you can use ListFunctions
and DescribeFunction
.
"
},
@@ -1730,8 +1788,8 @@
"input":{"shape":"UntagResourceRequest"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"InvalidArgument"},
{"shape":"InvalidTagging"},
+ {"shape":"InvalidArgument"},
{"shape":"NoSuchResource"}
],
"documentation":"Remove tags from a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
"
@@ -1740,22 +1798,23 @@
"name":"UpdateCachePolicy2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/cache-policy/{Id}"
+ "requestUri":"/2020-05-31/cache-policy/{Id}",
+ "responseCode":200
},
"input":{"shape":"UpdateCachePolicyRequest"},
"output":{"shape":"UpdateCachePolicyResult"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"IllegalUpdate"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchCachePolicy"},
{"shape":"PreconditionFailed"},
- {"shape":"CachePolicyAlreadyExists"},
+ {"shape":"AccessDenied"},
{"shape":"TooManyHeadersInCachePolicy"},
+ {"shape":"CachePolicyAlreadyExists"},
{"shape":"TooManyCookiesInCachePolicy"},
- {"shape":"TooManyQueryStringsInCachePolicy"}
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidArgument"},
+ {"shape":"IllegalUpdate"},
+ {"shape":"TooManyQueryStringsInCachePolicy"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Updates a cache policy configuration.
When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:
-
Use GetCachePolicyConfig
to get the current configuration.
-
Locally modify the fields in the cache policy configuration that you want to update.
-
Call UpdateCachePolicy
by providing the entire cache policy configuration, including the fields that you modified and those that you didn't.
"
},
@@ -1763,19 +1822,20 @@
"name":"UpdateCloudFrontOriginAccessIdentity2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config"
+ "requestUri":"/2020-05-31/origin-access-identity/cloudfront/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
"output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
"errors":[
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
- {"shape":"IllegalUpdate"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"MissingBody"},
- {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
- {"shape":"PreconditionFailed"},
+ {"shape":"InconsistentQuantities"},
{"shape":"InvalidArgument"},
- {"shape":"InconsistentQuantities"}
+ {"shape":"IllegalUpdate"},
+ {"shape":"InvalidIfMatchVersion"},
+ {"shape":"NoSuchCloudFrontOriginAccessIdentity"}
],
"documentation":"Update an origin access identity.
"
},
@@ -1783,18 +1843,19 @@
"name":"UpdateContinuousDeploymentPolicy2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}"
+ "requestUri":"/2020-05-31/continuous-deployment-policy/{Id}",
+ "responseCode":200
},
"input":{"shape":"UpdateContinuousDeploymentPolicyRequest"},
"output":{"shape":"UpdateContinuousDeploymentPolicyResult"},
"errors":[
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"InvalidArgument"},
- {"shape":"AccessDenied"},
- {"shape":"InconsistentQuantities"},
{"shape":"PreconditionFailed"},
+ {"shape":"AccessDenied"},
{"shape":"StagingDistributionInUse"},
- {"shape":"NoSuchContinuousDeploymentPolicy"}
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidArgument"},
+ {"shape":"NoSuchContinuousDeploymentPolicy"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to.
When you update a continuous deployment policy configuration, all the fields are updated with the values that are provided in the request. You cannot update some fields independent of others. To update a continuous deployment policy configuration:
-
Use GetContinuousDeploymentPolicyConfig
to get the current configuration.
-
Locally modify the fields in the continuous deployment policy configuration that you want to update.
-
Use UpdateContinuousDeploymentPolicy
, providing the entire continuous deployment policy configuration, including the fields that you modified and those that you didn't.
"
},
@@ -1802,150 +1863,152 @@
"name":"UpdateDistribution2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/distribution/{Id}/config"
+ "requestUri":"/2020-05-31/distribution/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"UpdateDistributionRequest"},
"output":{"shape":"UpdateDistributionResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"CNAMEAlreadyExists"},
- {"shape":"IllegalUpdate"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"MissingBody"},
- {"shape":"NoSuchDistribution"},
- {"shape":"PreconditionFailed"},
- {"shape":"TooManyDistributionCNAMEs"},
+ {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
{"shape":"InvalidDefaultRootObject"},
- {"shape":"InvalidRelativePath"},
- {"shape":"InvalidErrorCode"},
- {"shape":"InvalidResponseCode"},
- {"shape":"InvalidArgument"},
- {"shape":"InvalidOriginAccessIdentity"},
- {"shape":"InvalidOriginAccessControl"},
+ {"shape":"InvalidDomainNameForOriginAccessControl"},
+ {"shape":"InvalidQueryStringParameters"},
{"shape":"TooManyTrustedSigners"},
- {"shape":"TrustedSignerDoesNotExist"},
- {"shape":"InvalidViewerCertificate"},
+ {"shape":"TooManyCookieNamesInWhiteList"},
+ {"shape":"NoSuchFieldLevelEncryptionConfig"},
+ {"shape":"InvalidErrorCode"},
+ {"shape":"IllegalOriginAccessConfiguration"},
+ {"shape":"TooManyFunctionAssociations"},
+ {"shape":"TooManyOriginCustomHeaders"},
+ {"shape":"InvalidForwardCookies"},
{"shape":"InvalidMinimumProtocolVersion"},
+ {"shape":"NoSuchCachePolicy"},
+ {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
+ {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
{"shape":"InvalidRequiredProtocol"},
- {"shape":"NoSuchOrigin"},
- {"shape":"TooManyOrigins"},
+ {"shape":"TooManyDistributionsWithFunctionAssociations"},
{"shape":"TooManyOriginGroupsPerDistribution"},
- {"shape":"TooManyCacheBehaviors"},
- {"shape":"TooManyCookieNamesInWhiteList"},
- {"shape":"InvalidForwardCookies"},
- {"shape":"TooManyHeadersInForwardedValues"},
- {"shape":"InvalidHeadersForS3Origin"},
- {"shape":"InconsistentQuantities"},
- {"shape":"TooManyCertificates"},
- {"shape":"InvalidLocationCode"},
- {"shape":"InvalidGeoRestrictionParameter"},
{"shape":"InvalidTTLOrder"},
+ {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
+ {"shape":"InvalidOriginKeepaliveTimeout"},
+ {"shape":"InvalidArgument"},
+ {"shape":"InvalidOriginReadTimeout"},
+ {"shape":"IllegalUpdate"},
+ {"shape":"InvalidOriginAccessControl"},
+ {"shape":"StagingDistributionInUse"},
+ {"shape":"InvalidHeadersForS3Origin"},
+ {"shape":"TrustedSignerDoesNotExist"},
{"shape":"InvalidWebACLId"},
- {"shape":"TooManyOriginCustomHeaders"},
- {"shape":"TooManyQueryStringParameters"},
- {"shape":"InvalidQueryStringParameters"},
- {"shape":"TooManyDistributionsWithLambdaAssociations"},
{"shape":"TooManyDistributionsWithSingleFunctionARN"},
+ {"shape":"InvalidRelativePath"},
{"shape":"TooManyLambdaFunctionAssociations"},
- {"shape":"InvalidLambdaFunctionAssociation"},
- {"shape":"TooManyDistributionsWithFunctionAssociations"},
- {"shape":"TooManyFunctionAssociations"},
- {"shape":"InvalidFunctionAssociation"},
- {"shape":"InvalidOriginReadTimeout"},
- {"shape":"InvalidOriginKeepaliveTimeout"},
- {"shape":"NoSuchFieldLevelEncryptionConfig"},
- {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
- {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
- {"shape":"NoSuchCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
- {"shape":"NoSuchResponseHeadersPolicy"},
- {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
+ {"shape":"NoSuchDistribution"},
{"shape":"NoSuchOriginRequestPolicy"},
+ {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidLocationCode"},
+ {"shape":"InvalidOriginAccessIdentity"},
+ {"shape":"TooManyDistributionCNAMEs"},
+ {"shape":"NoSuchContinuousDeploymentPolicy"},
+ {"shape":"InvalidIfMatchVersion"},
{"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
- {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
- {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
- {"shape":"TrustedKeyGroupDoesNotExist"},
- {"shape":"NoSuchRealtimeLogConfig"},
+ {"shape":"TooManyQueryStringParameters"},
{"shape":"RealtimeLogConfigOwnerMismatch"},
+ {"shape":"PreconditionFailed"},
{"shape":"ContinuousDeploymentPolicyInUse"},
- {"shape":"NoSuchContinuousDeploymentPolicy"},
- {"shape":"StagingDistributionInUse"},
- {"shape":"IllegalOriginAccessConfiguration"},
- {"shape":"InvalidDomainNameForOriginAccessControl"}
+ {"shape":"MissingBody"},
+ {"shape":"TooManyHeadersInForwardedValues"},
+ {"shape":"InvalidLambdaFunctionAssociation"},
+ {"shape":"CNAMEAlreadyExists"},
+ {"shape":"TooManyCertificates"},
+ {"shape":"TrustedKeyGroupDoesNotExist"},
+ {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
+ {"shape":"NoSuchResponseHeadersPolicy"},
+ {"shape":"NoSuchRealtimeLogConfig"},
+ {"shape":"InvalidResponseCode"},
+ {"shape":"InvalidGeoRestrictionParameter"},
+ {"shape":"TooManyOrigins"},
+ {"shape":"InvalidViewerCertificate"},
+ {"shape":"InvalidFunctionAssociation"},
+ {"shape":"TooManyDistributionsWithLambdaAssociations"},
+ {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
+ {"shape":"NoSuchOrigin"},
+ {"shape":"TooManyCacheBehaviors"}
],
- "documentation":"Updates the configuration for a CloudFront distribution.
The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an UpdateDistribution
request to make the updates.
To update a web distribution using the CloudFront API
-
Use GetDistributionConfig
to get the current configuration, including the version identifier (ETag
).
-
Update the distribution configuration that was returned in the response. Note the following important requirements and restrictions:
-
You must rename the ETag
field to IfMatch
, leaving the value unchanged. (Set the value of IfMatch
to the value of ETag
, then remove the ETag
field.)
-
You can't change the value of CallerReference
.
-
Submit an UpdateDistribution
request, providing the distribution configuration. The new configuration replaces the existing configuration. The values that you specify in an UpdateDistribution
request are not merged into your existing configuration. Make sure to include all fields: the ones that you modified and also the ones that you didn't.
"
+ "documentation":"Updates the configuration for a CloudFront distribution.
The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an UpdateDistribution
request to make the updates.
To update a web distribution using the CloudFront API
-
Use GetDistributionConfig
to get the current configuration, including the version identifier (ETag
).
-
Update the distribution configuration that was returned in the response. Note the following important requirements and restrictions:
-
You must copy the ETag
field value from the response. (You'll use it for the IfMatch
parameter in your request.) Then, remove the ETag
field from the distribution configuration.
-
You can't change the value of CallerReference
.
-
Submit an UpdateDistribution
request, providing the updated distribution configuration. The new configuration replaces the existing configuration. The values that you specify in an UpdateDistribution
request are not merged into your existing configuration. Make sure to include all fields: the ones that you modified and also the ones that you didn't.
"
},
"UpdateDistributionWithStagingConfig":{
"name":"UpdateDistributionWithStagingConfig2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/distribution/{Id}/promote-staging-config"
+ "requestUri":"/2020-05-31/distribution/{Id}/promote-staging-config",
+ "responseCode":200
},
"input":{"shape":"UpdateDistributionWithStagingConfigRequest"},
"output":{"shape":"UpdateDistributionWithStagingConfigResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"CNAMEAlreadyExists"},
- {"shape":"IllegalUpdate"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"MissingBody"},
- {"shape":"NoSuchDistribution"},
- {"shape":"PreconditionFailed"},
- {"shape":"TooManyDistributionCNAMEs"},
+ {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
{"shape":"InvalidDefaultRootObject"},
- {"shape":"InvalidRelativePath"},
- {"shape":"InvalidErrorCode"},
- {"shape":"InvalidResponseCode"},
- {"shape":"InvalidArgument"},
- {"shape":"InvalidOriginAccessIdentity"},
- {"shape":"InvalidOriginAccessControl"},
+ {"shape":"InvalidQueryStringParameters"},
{"shape":"TooManyTrustedSigners"},
- {"shape":"TrustedSignerDoesNotExist"},
- {"shape":"InvalidViewerCertificate"},
+ {"shape":"TooManyCookieNamesInWhiteList"},
+ {"shape":"NoSuchFieldLevelEncryptionConfig"},
+ {"shape":"InvalidErrorCode"},
+ {"shape":"TooManyFunctionAssociations"},
+ {"shape":"TooManyOriginCustomHeaders"},
+ {"shape":"InvalidForwardCookies"},
{"shape":"InvalidMinimumProtocolVersion"},
+ {"shape":"NoSuchCachePolicy"},
+ {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
+ {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
{"shape":"InvalidRequiredProtocol"},
- {"shape":"NoSuchOrigin"},
- {"shape":"TooManyOrigins"},
+ {"shape":"TooManyDistributionsWithFunctionAssociations"},
{"shape":"TooManyOriginGroupsPerDistribution"},
- {"shape":"TooManyCacheBehaviors"},
- {"shape":"TooManyCookieNamesInWhiteList"},
- {"shape":"InvalidForwardCookies"},
- {"shape":"TooManyHeadersInForwardedValues"},
- {"shape":"InvalidHeadersForS3Origin"},
- {"shape":"InconsistentQuantities"},
- {"shape":"TooManyCertificates"},
- {"shape":"InvalidLocationCode"},
- {"shape":"InvalidGeoRestrictionParameter"},
{"shape":"InvalidTTLOrder"},
+ {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
+ {"shape":"InvalidOriginKeepaliveTimeout"},
+ {"shape":"InvalidArgument"},
+ {"shape":"InvalidOriginReadTimeout"},
+ {"shape":"IllegalUpdate"},
+ {"shape":"InvalidOriginAccessControl"},
+ {"shape":"InvalidHeadersForS3Origin"},
+ {"shape":"TrustedSignerDoesNotExist"},
{"shape":"InvalidWebACLId"},
- {"shape":"TooManyOriginCustomHeaders"},
- {"shape":"TooManyQueryStringParameters"},
- {"shape":"InvalidQueryStringParameters"},
- {"shape":"TooManyDistributionsWithLambdaAssociations"},
{"shape":"TooManyDistributionsWithSingleFunctionARN"},
+ {"shape":"InvalidRelativePath"},
{"shape":"TooManyLambdaFunctionAssociations"},
- {"shape":"InvalidLambdaFunctionAssociation"},
- {"shape":"TooManyDistributionsWithFunctionAssociations"},
- {"shape":"TooManyFunctionAssociations"},
- {"shape":"InvalidFunctionAssociation"},
- {"shape":"InvalidOriginReadTimeout"},
- {"shape":"InvalidOriginKeepaliveTimeout"},
- {"shape":"NoSuchFieldLevelEncryptionConfig"},
- {"shape":"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"},
- {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
- {"shape":"NoSuchCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
- {"shape":"TooManyDistributionsAssociatedToOriginAccessControl"},
- {"shape":"NoSuchResponseHeadersPolicy"},
- {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
+ {"shape":"NoSuchDistribution"},
{"shape":"NoSuchOriginRequestPolicy"},
+ {"shape":"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidLocationCode"},
+ {"shape":"InvalidOriginAccessIdentity"},
+ {"shape":"TooManyDistributionCNAMEs"},
+ {"shape":"InvalidIfMatchVersion"},
{"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
- {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
- {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
+ {"shape":"TooManyQueryStringParameters"},
+ {"shape":"RealtimeLogConfigOwnerMismatch"},
+ {"shape":"PreconditionFailed"},
+ {"shape":"MissingBody"},
+ {"shape":"TooManyHeadersInForwardedValues"},
+ {"shape":"InvalidLambdaFunctionAssociation"},
+ {"shape":"CNAMEAlreadyExists"},
+ {"shape":"TooManyCertificates"},
{"shape":"TrustedKeyGroupDoesNotExist"},
+ {"shape":"TooManyDistributionsAssociatedToResponseHeadersPolicy"},
+ {"shape":"NoSuchResponseHeadersPolicy"},
{"shape":"NoSuchRealtimeLogConfig"},
- {"shape":"RealtimeLogConfigOwnerMismatch"}
+ {"shape":"InvalidResponseCode"},
+ {"shape":"InvalidGeoRestrictionParameter"},
+ {"shape":"TooManyOrigins"},
+ {"shape":"InvalidViewerCertificate"},
+ {"shape":"InvalidFunctionAssociation"},
+ {"shape":"TooManyDistributionsWithLambdaAssociations"},
+ {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
+ {"shape":"NoSuchOrigin"},
+ {"shape":"TooManyCacheBehaviors"}
],
"documentation":"Copies the staging distribution's configuration to its corresponding primary distribution. The primary distribution retains its Aliases
(also known as alternate domain names or CNAMEs) and ContinuousDeploymentPolicyId
value, but otherwise its configuration is overwritten to match the staging distribution.
You can use this operation in a continuous deployment workflow after you have tested configuration changes on the staging distribution. After using a continuous deployment policy to move a portion of your domain name's traffic to the staging distribution and verifying that it works as intended, you can use this operation to copy the staging distribution's configuration to the primary distribution. This action will disable the continuous deployment policy and move your domain's traffic back to the primary distribution.
This API operation requires the following IAM permissions:
"
},
@@ -1953,22 +2016,23 @@
"name":"UpdateFieldLevelEncryptionConfig2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/field-level-encryption/{Id}/config"
+ "requestUri":"/2020-05-31/field-level-encryption/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"UpdateFieldLevelEncryptionConfigRequest"},
"output":{"shape":"UpdateFieldLevelEncryptionConfigResult"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"IllegalUpdate"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchFieldLevelEncryptionProfile"},
- {"shape":"NoSuchFieldLevelEncryptionConfig"},
+ {"shape":"QueryArgProfileEmpty"},
{"shape":"PreconditionFailed"},
+ {"shape":"AccessDenied"},
{"shape":"TooManyFieldLevelEncryptionQueryArgProfiles"},
+ {"shape":"NoSuchFieldLevelEncryptionConfig"},
{"shape":"TooManyFieldLevelEncryptionContentTypeProfiles"},
- {"shape":"QueryArgProfileEmpty"}
+ {"shape":"InconsistentQuantities"},
+ {"shape":"NoSuchFieldLevelEncryptionProfile"},
+ {"shape":"InvalidArgument"},
+ {"shape":"IllegalUpdate"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Update a field-level encryption configuration.
"
},
@@ -1976,23 +2040,24 @@
"name":"UpdateFieldLevelEncryptionProfile2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config"
+ "requestUri":"/2020-05-31/field-level-encryption-profile/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"UpdateFieldLevelEncryptionProfileRequest"},
"output":{"shape":"UpdateFieldLevelEncryptionProfileResult"},
"errors":[
+ {"shape":"PreconditionFailed"},
+ {"shape":"TooManyFieldLevelEncryptionFieldPatterns"},
{"shape":"AccessDenied"},
{"shape":"FieldLevelEncryptionProfileAlreadyExists"},
- {"shape":"IllegalUpdate"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"NoSuchPublicKey"},
- {"shape":"NoSuchFieldLevelEncryptionProfile"},
- {"shape":"PreconditionFailed"},
{"shape":"FieldLevelEncryptionProfileSizeExceeded"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"NoSuchFieldLevelEncryptionProfile"},
{"shape":"TooManyFieldLevelEncryptionEncryptionEntities"},
- {"shape":"TooManyFieldLevelEncryptionFieldPatterns"}
+ {"shape":"InvalidArgument"},
+ {"shape":"IllegalUpdate"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Update a field-level encryption profile.
"
},
@@ -2000,7 +2065,8 @@
"name":"UpdateFunction2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/function/{Name}"
+ "requestUri":"/2020-05-31/function/{Name}",
+ "responseCode":200
},
"input":{
"shape":"UpdateFunctionRequest",
@@ -2009,12 +2075,12 @@
},
"output":{"shape":"UpdateFunctionResult"},
"errors":[
- {"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchFunctionExists"},
{"shape":"PreconditionFailed"},
+ {"shape":"UnsupportedOperation"},
{"shape":"FunctionSizeLimitExceeded"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"InvalidArgument"},
+ {"shape":"NoSuchFunctionExists"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Updates a CloudFront function.
You can update a function's code or the comment that describes the function. You cannot update a function's name.
To update a function, you provide the function's name and version (ETag
value) along with the updated function code. To get the name and version, you can use ListFunctions
and DescribeFunction
.
"
},
@@ -2022,17 +2088,18 @@
"name":"UpdateKeyGroup2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/key-group/{Id}"
+ "requestUri":"/2020-05-31/key-group/{Id}",
+ "responseCode":200
},
"input":{"shape":"UpdateKeyGroupRequest"},
"output":{"shape":"UpdateKeyGroupResult"},
"errors":[
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchResource"},
{"shape":"PreconditionFailed"},
- {"shape":"KeyGroupAlreadyExists"},
+ {"shape":"TooManyPublicKeysInKeyGroup"},
{"shape":"InvalidArgument"},
- {"shape":"TooManyPublicKeysInKeyGroup"}
+ {"shape":"NoSuchResource"},
+ {"shape":"InvalidIfMatchVersion"},
+ {"shape":"KeyGroupAlreadyExists"}
],
"documentation":"Updates a key group.
When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:
-
Get the current key group with GetKeyGroup
or GetKeyGroupConfig
.
-
Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.
-
Call UpdateKeyGroup
with the entire key group object, including the fields that you modified and those that you didn't.
"
},
@@ -2040,7 +2107,8 @@
"name":"UpdateKeyValueStore2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/key-value-store/{Name}"
+ "requestUri":"/2020-05-31/key-value-store/{Name}",
+ "responseCode":200
},
"input":{
"shape":"UpdateKeyValueStoreRequest",
@@ -2049,12 +2117,12 @@
},
"output":{"shape":"UpdateKeyValueStoreResult"},
"errors":[
+ {"shape":"PreconditionFailed"},
+ {"shape":"EntityNotFound"},
{"shape":"AccessDenied"},
+ {"shape":"UnsupportedOperation"},
{"shape":"InvalidArgument"},
- {"shape":"EntityNotFound"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"PreconditionFailed"},
- {"shape":"UnsupportedOperation"}
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Specifies the key value store to update.
",
"idempotent":true
@@ -2063,18 +2131,19 @@
"name":"UpdateOriginAccessControl2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/origin-access-control/{Id}/config"
+ "requestUri":"/2020-05-31/origin-access-control/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"UpdateOriginAccessControlRequest"},
"output":{"shape":"UpdateOriginAccessControlResult"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"IllegalUpdate"},
- {"shape":"InvalidIfMatchVersion"},
+ {"shape":"PreconditionFailed"},
{"shape":"OriginAccessControlAlreadyExists"},
+ {"shape":"AccessDenied"},
{"shape":"NoSuchOriginAccessControl"},
- {"shape":"PreconditionFailed"},
- {"shape":"InvalidArgument"}
+ {"shape":"InvalidArgument"},
+ {"shape":"IllegalUpdate"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Updates a CloudFront origin access control.
"
},
@@ -2082,22 +2151,23 @@
"name":"UpdateOriginRequestPolicy2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/origin-request-policy/{Id}"
+ "requestUri":"/2020-05-31/origin-request-policy/{Id}",
+ "responseCode":200
},
"input":{"shape":"UpdateOriginRequestPolicyRequest"},
"output":{"shape":"UpdateOriginRequestPolicyResult"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"IllegalUpdate"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchOriginRequestPolicy"},
{"shape":"PreconditionFailed"},
- {"shape":"OriginRequestPolicyAlreadyExists"},
+ {"shape":"AccessDenied"},
{"shape":"TooManyHeadersInOriginRequestPolicy"},
+ {"shape":"NoSuchOriginRequestPolicy"},
{"shape":"TooManyCookiesInOriginRequestPolicy"},
- {"shape":"TooManyQueryStringsInOriginRequestPolicy"}
+ {"shape":"InconsistentQuantities"},
+ {"shape":"OriginRequestPolicyAlreadyExists"},
+ {"shape":"TooManyQueryStringsInOriginRequestPolicy"},
+ {"shape":"InvalidArgument"},
+ {"shape":"IllegalUpdate"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Updates an origin request policy configuration.
When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:
-
Use GetOriginRequestPolicyConfig
to get the current configuration.
-
Locally modify the fields in the origin request policy configuration that you want to update.
-
Call UpdateOriginRequestPolicy
by providing the entire origin request policy configuration, including the fields that you modified and those that you didn't.
"
},
@@ -2105,18 +2175,19 @@
"name":"UpdatePublicKey2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/public-key/{Id}/config"
+ "requestUri":"/2020-05-31/public-key/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"UpdatePublicKeyRequest"},
"output":{"shape":"UpdatePublicKeyResult"},
"errors":[
+ {"shape":"PreconditionFailed"},
{"shape":"AccessDenied"},
+ {"shape":"NoSuchPublicKey"},
{"shape":"CannotChangeImmutablePublicKeyFields"},
{"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
{"shape":"IllegalUpdate"},
- {"shape":"NoSuchPublicKey"},
- {"shape":"PreconditionFailed"}
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Update public key information. Note that the only value you can change is the comment.
"
},
@@ -2124,7 +2195,8 @@
"name":"UpdateRealtimeLogConfig2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/realtime-log-config/"
+ "requestUri":"/2020-05-31/realtime-log-config",
+ "responseCode":200
},
"input":{
"shape":"UpdateRealtimeLogConfigRequest",
@@ -2133,9 +2205,9 @@
},
"output":{"shape":"UpdateRealtimeLogConfigResult"},
"errors":[
- {"shape":"NoSuchRealtimeLogConfig"},
+ {"shape":"AccessDenied"},
{"shape":"InvalidArgument"},
- {"shape":"AccessDenied"}
+ {"shape":"NoSuchRealtimeLogConfig"}
],
"documentation":"Updates a real-time log configuration.
When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:
-
Call GetRealtimeLogConfig
to get the current real-time log configuration.
-
Locally modify the parameters in the real-time log configuration that you want to update.
-
Call this API (UpdateRealtimeLogConfig
) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn't.
You cannot update a real-time log configuration's Name
or ARN
.
"
},
@@ -2143,22 +2215,23 @@
"name":"UpdateResponseHeadersPolicy2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/response-headers-policy/{Id}"
+ "requestUri":"/2020-05-31/response-headers-policy/{Id}",
+ "responseCode":200
},
"input":{"shape":"UpdateResponseHeadersPolicyRequest"},
"output":{"shape":"UpdateResponseHeadersPolicyResult"},
"errors":[
- {"shape":"AccessDenied"},
- {"shape":"IllegalUpdate"},
- {"shape":"InconsistentQuantities"},
- {"shape":"InvalidArgument"},
- {"shape":"InvalidIfMatchVersion"},
- {"shape":"NoSuchResponseHeadersPolicy"},
{"shape":"PreconditionFailed"},
- {"shape":"ResponseHeadersPolicyAlreadyExists"},
+ {"shape":"AccessDenied"},
{"shape":"TooManyCustomHeadersInResponseHeadersPolicy"},
+ {"shape":"ResponseHeadersPolicyAlreadyExists"},
+ {"shape":"InconsistentQuantities"},
{"shape":"TooLongCSPInResponseHeadersPolicy"},
- {"shape":"TooManyRemoveHeadersInResponseHeadersPolicy"}
+ {"shape":"NoSuchResponseHeadersPolicy"},
+ {"shape":"InvalidArgument"},
+ {"shape":"TooManyRemoveHeadersInResponseHeadersPolicy"},
+ {"shape":"IllegalUpdate"},
+ {"shape":"InvalidIfMatchVersion"}
],
"documentation":"Updates a response headers policy.
When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:
-
Use GetResponseHeadersPolicyConfig
to get the current policy's configuration.
-
Modify the fields in the response headers policy configuration that you want to update.
-
Call UpdateResponseHeadersPolicy
, providing the entire response headers policy configuration, including the fields that you modified and those that you didn't.
"
},
@@ -2166,25 +2239,26 @@
"name":"UpdateStreamingDistribution2020_05_31",
"http":{
"method":"PUT",
- "requestUri":"/2020-05-31/streaming-distribution/{Id}/config"
+ "requestUri":"/2020-05-31/streaming-distribution/{Id}/config",
+ "responseCode":200
},
"input":{"shape":"UpdateStreamingDistributionRequest"},
"output":{"shape":"UpdateStreamingDistributionResult"},
"errors":[
{"shape":"AccessDenied"},
- {"shape":"CNAMEAlreadyExists"},
+ {"shape":"InconsistentQuantities"},
+ {"shape":"InvalidOriginAccessIdentity"},
+ {"shape":"InvalidArgument"},
{"shape":"IllegalUpdate"},
+ {"shape":"TooManyTrustedSigners"},
+ {"shape":"InvalidOriginAccessControl"},
{"shape":"InvalidIfMatchVersion"},
- {"shape":"MissingBody"},
- {"shape":"NoSuchStreamingDistribution"},
{"shape":"PreconditionFailed"},
+ {"shape":"MissingBody"},
{"shape":"TooManyStreamingDistributionCNAMEs"},
- {"shape":"InvalidArgument"},
- {"shape":"InvalidOriginAccessIdentity"},
- {"shape":"InvalidOriginAccessControl"},
- {"shape":"TooManyTrustedSigners"},
{"shape":"TrustedSignerDoesNotExist"},
- {"shape":"InconsistentQuantities"}
+ {"shape":"CNAMEAlreadyExists"},
+ {"shape":"NoSuchStreamingDistribution"}
],
"documentation":"Update a streaming distribution.
"
}
@@ -2224,7 +2298,10 @@
"Message":{"shape":"string"}
},
"documentation":"Access denied.
",
- "error":{"httpStatusCode":403},
+ "error":{
+ "httpStatusCode":403,
+ "senderFault":true
+ },
"exception":true
},
"ActiveTrustedKeyGroups":{
@@ -2367,7 +2444,10 @@
"Message":{"shape":"string"}
},
"documentation":"Invalidation batch specified is too large.
",
- "error":{"httpStatusCode":413},
+ "error":{
+ "httpStatusCode":413,
+ "senderFault":true
+ },
"exception":true
},
"CNAMEAlreadyExists":{
@@ -2376,7 +2456,10 @@
"Message":{"shape":"string"}
},
"documentation":"The CNAME specified is already defined for CloudFront.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"CacheBehavior":{
@@ -2518,7 +2601,10 @@
"Message":{"shape":"string"}
},
"documentation":"A cache policy with this name already exists. You must provide a unique name. To modify an existing cache policy, use UpdateCachePolicy
.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"CachePolicyConfig":{
@@ -2601,7 +2687,10 @@
"Message":{"shape":"string"}
},
"documentation":"Cannot delete the cache policy because it is attached to one or more cache behaviors.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"CachePolicyList":{
@@ -2710,7 +2799,10 @@
"Message":{"shape":"string"}
},
"documentation":"You can't change the value of a public key.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"CannotDeleteEntityWhileInUse":{
@@ -2719,7 +2811,10 @@
"Message":{"shape":"string"}
},
"documentation":"The key value store entity cannot be deleted while it is in use.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"CertificateSource":{
@@ -2758,7 +2853,10 @@
"Message":{"shape":"string"}
},
"documentation":"If the CallerReference
is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig
is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists
error.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"CloudFrontOriginAccessIdentityConfig":{
@@ -2785,7 +2883,10 @@
"Message":{"shape":"string"}
},
"documentation":"The Origin Access Identity specified is already in use.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"CloudFrontOriginAccessIdentityList":{
@@ -2990,7 +3091,10 @@
"Message":{"shape":"string"}
},
"documentation":"A continuous deployment policy with this configuration already exists.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"ContinuousDeploymentPolicyConfig":{
@@ -3021,7 +3125,10 @@
"Message":{"shape":"string"}
},
"documentation":"You cannot delete a continuous deployment policy that is associated with a primary distribution.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"ContinuousDeploymentPolicyList":{
@@ -3609,8 +3716,8 @@
"CreateMonitoringSubscriptionRequest":{
"type":"structure",
"required":[
- "MonitoringSubscription",
- "DistributionId"
+ "DistributionId",
+ "MonitoringSubscription"
],
"members":{
"DistributionId":{
@@ -4179,8 +4286,8 @@
"DeleteFunctionRequest":{
"type":"structure",
"required":[
- "IfMatch",
- "Name"
+ "Name",
+ "IfMatch"
],
"members":{
"Name":{
@@ -4218,8 +4325,8 @@
"DeleteKeyValueStoreRequest":{
"type":"structure",
"required":[
- "IfMatch",
- "Name"
+ "Name",
+ "IfMatch"
],
"members":{
"Name":{
@@ -4480,7 +4587,10 @@
"Message":{"shape":"string"}
},
"documentation":"The caller reference you attempted to create the distribution with is associated with another distribution.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"DistributionConfig":{
@@ -4675,7 +4785,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"DistributionSummary":{
@@ -4866,7 +4979,10 @@
"Message":{"shape":"string"}
},
"documentation":"The key value store entity already exists. You must provide a unique key value store entity.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"EntityLimitExceeded":{
@@ -4875,7 +4991,10 @@
"Message":{"shape":"string"}
},
"documentation":"The key value store entity limit has been exceeded.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"EntityNotFound":{
@@ -4884,7 +5003,10 @@
"Message":{"shape":"string"}
},
"documentation":"The key value store entity was not found.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"EntitySizeLimitExceeded":{
@@ -4893,7 +5015,10 @@
"Message":{"shape":"string"}
},
"documentation":"The key value store entity size limit was exceeded.
",
- "error":{"httpStatusCode":413},
+ "error":{
+ "httpStatusCode":413,
+ "senderFault":true
+ },
"exception":true
},
"EventType":{
@@ -4957,7 +5082,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified configuration for field-level encryption already exists.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"FieldLevelEncryptionConfigInUse":{
@@ -4966,7 +5094,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified configuration for field-level encryption is in use.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"FieldLevelEncryptionList":{
@@ -5024,7 +5155,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified profile for field-level encryption already exists.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"FieldLevelEncryptionProfileConfig":{
@@ -5060,7 +5194,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified profile for field-level encryption is in use.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"FieldLevelEncryptionProfileList":{
@@ -5095,7 +5232,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum size of a profile for field-level encryption was exceeded.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"FieldLevelEncryptionProfileSummary":{
@@ -5243,7 +5383,8 @@
"FunctionARN":{
"type":"string",
"max":108,
- "pattern":"arn:aws:cloudfront::[0-9]{12}:function\\/[a-zA-Z0-9-_]{1,64}$"
+ "min":0,
+ "pattern":"arn:aws:cloudfront::[0-9]{12}:function\\/[a-zA-Z0-9-_]{1,64}"
},
"FunctionAlreadyExists":{
"type":"structure",
@@ -5251,7 +5392,10 @@
"Message":{"shape":"string"}
},
"documentation":"A function with the same name already exists in this Amazon Web Services account. To create a function, you must provide a unique name. To update an existing function, use UpdateFunction
.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"FunctionAssociation":{
@@ -5325,6 +5469,7 @@
"FunctionEventObject":{
"type":"blob",
"max":40960,
+ "min":0,
"sensitive":true
},
"FunctionExecutionLogList":{
@@ -5338,7 +5483,10 @@
"Message":{"shape":"string"}
},
"documentation":"Cannot delete the function because it's attached to one or more cache behaviors.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"FunctionList":{
@@ -5397,7 +5545,7 @@
"type":"string",
"max":64,
"min":1,
- "pattern":"^[a-zA-Z0-9-_]{1,64}$"
+ "pattern":"[a-zA-Z0-9-_]{1,64}"
},
"FunctionRuntime":{
"type":"string",
@@ -5412,7 +5560,10 @@
"Message":{"shape":"string"}
},
"documentation":"The function is too large. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":413},
+ "error":{
+ "httpStatusCode":413,
+ "senderFault":true
+ },
"exception":true
},
"FunctionStage":{
@@ -6329,7 +6480,10 @@
"Message":{"shape":"string"}
},
"documentation":"You cannot delete a managed policy.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior":{
@@ -6338,7 +6492,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified configuration for field-level encryption can't be associated with the specified cache behavior.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"IllegalOriginAccessConfiguration":{
@@ -6347,7 +6504,10 @@
"Message":{"shape":"string"}
},
"documentation":"An origin cannot contain both an origin access control (OAC) and an origin access identity (OAI).
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"IllegalUpdate":{
@@ -6356,7 +6516,10 @@
"Message":{"shape":"string"}
},
"documentation":"The update contains modifications that are not allowed.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"ImportSource":{
@@ -6387,7 +6550,10 @@
"Message":{"shape":"string"}
},
"documentation":"The value of Quantity
and the size of Items
don't match.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidArgument":{
@@ -6396,7 +6562,10 @@
"Message":{"shape":"string"}
},
"documentation":"An argument is invalid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidDefaultRootObject":{
@@ -6405,7 +6574,10 @@
"Message":{"shape":"string"}
},
"documentation":"The default root object file name is too big or contains an invalid character.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidDomainNameForOriginAccessControl":{
@@ -6414,7 +6586,10 @@
"Message":{"shape":"string"}
},
"documentation":"An origin access control is associated with an origin whose domain name is not supported.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidErrorCode":{
@@ -6423,7 +6598,10 @@
"Message":{"shape":"string"}
},
"documentation":"An invalid error code was specified.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidForwardCookies":{
@@ -6432,7 +6610,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains forward cookies option which doesn't match with the expectation for the whitelisted
list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidFunctionAssociation":{
@@ -6441,7 +6622,10 @@
"Message":{"shape":"string"}
},
"documentation":"A CloudFront function association is invalid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidGeoRestrictionParameter":{
@@ -6450,7 +6634,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified geo restriction parameter is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidHeadersForS3Origin":{
@@ -6459,7 +6646,10 @@
"Message":{"shape":"string"}
},
"documentation":"The headers specified are not valid for an Amazon S3 origin.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidIfMatchVersion":{
@@ -6468,7 +6658,10 @@
"Message":{"shape":"string"}
},
"documentation":"The If-Match
version is missing or not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidLambdaFunctionAssociation":{
@@ -6477,7 +6670,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified Lambda@Edge function association is invalid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidLocationCode":{
@@ -6486,7 +6682,10 @@
"Message":{"shape":"string"}
},
"documentation":"The location code specified is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidMinimumProtocolVersion":{
@@ -6495,7 +6694,10 @@
"Message":{"shape":"string"}
},
"documentation":"The minimum protocol version specified is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidOrigin":{
@@ -6504,7 +6706,10 @@
"Message":{"shape":"string"}
},
"documentation":"The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidOriginAccessControl":{
@@ -6513,7 +6718,10 @@
"Message":{"shape":"string"}
},
"documentation":"The origin access control is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidOriginAccessIdentity":{
@@ -6522,7 +6730,10 @@
"Message":{"shape":"string"}
},
"documentation":"The origin access identity is not valid or doesn't exist.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidOriginKeepaliveTimeout":{
@@ -6531,7 +6742,10 @@
"Message":{"shape":"string"}
},
"documentation":"The keep alive timeout specified for the origin is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidOriginReadTimeout":{
@@ -6540,7 +6754,10 @@
"Message":{"shape":"string"}
},
"documentation":"The read timeout specified for the origin is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidProtocolSettings":{
@@ -6549,7 +6766,10 @@
"Message":{"shape":"string"}
},
"documentation":"You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidQueryStringParameters":{
@@ -6558,7 +6778,10 @@
"Message":{"shape":"string"}
},
"documentation":"The query string parameters specified are not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidRelativePath":{
@@ -6567,7 +6790,10 @@
"Message":{"shape":"string"}
},
"documentation":"The relative path is too big, is not URL-encoded, or does not begin with a slash (/).
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidRequiredProtocol":{
@@ -6576,7 +6802,10 @@
"Message":{"shape":"string"}
},
"documentation":"This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols
element from your distribution configuration.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidResponseCode":{
@@ -6585,7 +6814,10 @@
"Message":{"shape":"string"}
},
"documentation":"A response code is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidTTLOrder":{
@@ -6594,7 +6826,10 @@
"Message":{"shape":"string"}
},
"documentation":"The TTL order specified is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidTagging":{
@@ -6603,7 +6838,10 @@
"Message":{"shape":"string"}
},
"documentation":"The tagging specified is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidViewerCertificate":{
@@ -6612,7 +6850,10 @@
"Message":{"shape":"string"}
},
"documentation":"A viewer certificate specified is not valid.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"InvalidWebACLId":{
@@ -6621,7 +6862,10 @@
"Message":{"shape":"string"}
},
"documentation":"A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a
. To specify a web ACL created using WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a
.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"Invalidation":{
@@ -6791,7 +7035,10 @@
"Message":{"shape":"string"}
},
"documentation":"A key group with this name already exists. You must provide a unique name. To modify an existing key group, use UpdateKeyGroup
.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"KeyGroupConfig":{
@@ -6922,7 +7169,8 @@
"KeyValueStoreARN":{
"type":"string",
"max":85,
- "pattern":"arn:aws:cloudfront::[0-9]{12}:key-value-store\\/[0-9a-fA-F-]{36}$"
+ "min":0,
+ "pattern":"arn:aws:cloudfront::[0-9]{12}:key-value-store\\/[0-9a-fA-F-]{36}"
},
"KeyValueStoreAssociation":{
"type":"structure",
@@ -6959,7 +7207,8 @@
},
"KeyValueStoreComment":{
"type":"string",
- "max":128
+ "max":128,
+ "min":0
},
"KeyValueStoreList":{
"type":"structure",
@@ -6991,7 +7240,7 @@
"type":"string",
"max":64,
"min":1,
- "pattern":"^[a-zA-Z0-9-_]{1,64}$"
+ "pattern":"[a-zA-Z0-9-_]{1,64}"
},
"KeyValueStoreSummaryList":{
"type":"list",
@@ -7874,7 +8123,10 @@
"Message":{"shape":"string"}
},
"documentation":"This operation requires a body. Ensure that the body is present and the Content-Type
header is set.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"MonitoringSubscription":{
@@ -7893,7 +8145,10 @@
"Message":{"shape":"string"}
},
"documentation":"A monitoring subscription already exists for the specified distribution.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchCachePolicy":{
@@ -7902,7 +8157,10 @@
"Message":{"shape":"string"}
},
"documentation":"The cache policy does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchCloudFrontOriginAccessIdentity":{
@@ -7911,7 +8169,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified origin access identity does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchContinuousDeploymentPolicy":{
@@ -7920,7 +8181,10 @@
"Message":{"shape":"string"}
},
"documentation":"The continuous deployment policy doesn't exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchDistribution":{
@@ -7929,7 +8193,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified distribution does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchFieldLevelEncryptionConfig":{
@@ -7938,7 +8205,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified configuration for field-level encryption doesn't exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchFieldLevelEncryptionProfile":{
@@ -7947,7 +8217,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified profile for field-level encryption doesn't exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchFunctionExists":{
@@ -7956,7 +8229,10 @@
"Message":{"shape":"string"}
},
"documentation":"The function does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchInvalidation":{
@@ -7965,7 +8241,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified invalidation does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchMonitoringSubscription":{
@@ -7974,7 +8253,10 @@
"Message":{"shape":"string"}
},
"documentation":"A monitoring subscription does not exist for the specified distribution.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchOrigin":{
@@ -7983,7 +8265,10 @@
"Message":{"shape":"string"}
},
"documentation":"No origin exists with the specified Origin Id
.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchOriginAccessControl":{
@@ -7992,7 +8277,10 @@
"Message":{"shape":"string"}
},
"documentation":"The origin access control does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchOriginRequestPolicy":{
@@ -8001,7 +8289,10 @@
"Message":{"shape":"string"}
},
"documentation":"The origin request policy does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchPublicKey":{
@@ -8010,7 +8301,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified public key doesn't exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchRealtimeLogConfig":{
@@ -8019,7 +8313,10 @@
"Message":{"shape":"string"}
},
"documentation":"The real-time log configuration does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchResource":{
@@ -8028,7 +8325,10 @@
"Message":{"shape":"string"}
},
"documentation":"A resource that was specified is not valid.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchResponseHeadersPolicy":{
@@ -8037,7 +8337,10 @@
"Message":{"shape":"string"}
},
"documentation":"The response headers policy does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"NoSuchStreamingDistribution":{
@@ -8046,7 +8349,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified streaming distribution does not exist.
",
- "error":{"httpStatusCode":404},
+ "error":{
+ "httpStatusCode":404,
+ "senderFault":true
+ },
"exception":true
},
"Origin":{
@@ -8120,7 +8426,10 @@
"Message":{"shape":"string"}
},
"documentation":"An origin access control with the specified parameters already exists.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"OriginAccessControlConfig":{
@@ -8161,7 +8470,10 @@
"Message":{"shape":"string"}
},
"documentation":"Cannot delete the origin access control because it's in use by one or more distributions.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"OriginAccessControlList":{
@@ -8432,7 +8744,10 @@
"Message":{"shape":"string"}
},
"documentation":"An origin request policy with this name already exists. You must provide a unique name. To modify an existing origin request policy, use UpdateOriginRequestPolicy
.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"OriginRequestPolicyConfig":{
@@ -8516,7 +8831,10 @@
"Message":{"shape":"string"}
},
"documentation":"Cannot delete the origin request policy because it is attached to one or more cache behaviors.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"OriginRequestPolicyList":{
@@ -8718,7 +9036,10 @@
"Message":{"shape":"string"}
},
"documentation":"The precondition in one or more of the request fields evaluated to false
.
",
- "error":{"httpStatusCode":412},
+ "error":{
+ "httpStatusCode":412,
+ "senderFault":true
+ },
"exception":true
},
"PriceClass":{
@@ -8758,7 +9079,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified public key already exists.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"PublicKeyConfig":{
@@ -8801,7 +9125,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified public key is in use.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"PublicKeyList":{
@@ -8939,7 +9266,10 @@
"Message":{"shape":"string"}
},
"documentation":"No profile specified for the field-level encryption query argument.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"QueryArgProfileList":{
@@ -9047,7 +9377,10 @@
"Message":{"shape":"string"}
},
"documentation":"A real-time log configuration with this name already exists. You must provide a unique name. To modify an existing real-time log configuration, use UpdateRealtimeLogConfig
.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"RealtimeLogConfigInUse":{
@@ -9056,7 +9389,10 @@
"Message":{"shape":"string"}
},
"documentation":"Cannot delete the real-time log configuration because it is attached to one or more cache behaviors.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"RealtimeLogConfigList":{
@@ -9069,7 +9405,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified real-time log configuration belongs to a different Amazon Web Services account.
",
- "error":{"httpStatusCode":401},
+ "error":{
+ "httpStatusCode":401,
+ "senderFault":true
+ },
"exception":true
},
"RealtimeLogConfigs":{
@@ -9144,7 +9483,10 @@
"Message":{"shape":"string"}
},
"documentation":"Cannot delete this resource because it is in use.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"ResponseHeadersPolicy":{
@@ -9258,7 +9600,10 @@
"Message":{"shape":"string"}
},
"documentation":"A response headers policy with this name already exists. You must provide a unique name. To modify an existing response headers policy, use UpdateResponseHeadersPolicy
.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"ResponseHeadersPolicyConfig":{
@@ -9435,7 +9780,10 @@
"Message":{"shape":"string"}
},
"documentation":"Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"ResponseHeadersPolicyList":{
@@ -9694,6 +10042,7 @@
},
"SamplingRate":{
"type":"double",
+ "box":true,
"max":100.0,
"min":0.0
},
@@ -9780,7 +10129,10 @@
"Message":{"shape":"string"}
},
"documentation":"A continuous deployment policy for this staging distribution already exists.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"StatusCodeList":{
@@ -9858,7 +10210,10 @@
"Message":{"shape":"string"}
},
"documentation":"The caller reference you attempted to create the streaming distribution with is associated with another distribution
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"StreamingDistributionConfig":{
@@ -9966,7 +10321,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.
",
- "error":{"httpStatusCode":409},
+ "error":{
+ "httpStatusCode":409,
+ "senderFault":true
+ },
"exception":true
},
"StreamingDistributionSummary":{
@@ -10082,7 +10440,7 @@
"documentation":"A string that contains Tag
key.
The string length should be between 1 and 128 characters. Valid characters include a-z
, A-Z
, 0-9
, space, and the special characters _ - . : / = + @
.
",
"max":128,
"min":1,
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
+ "pattern":"([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)"
},
"TagKeyList":{
"type":"list",
@@ -10135,7 +10493,7 @@
"type":"string",
"max":256,
"min":0,
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
+ "pattern":"([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)"
},
"Tags":{
"type":"structure",
@@ -10154,7 +10512,8 @@
},
"documentation":"The CloudFront function failed.
",
"error":{"httpStatusCode":500},
- "exception":true
+ "exception":true,
+ "fault":true
},
"TestFunctionRequest":{
"type":"structure",
@@ -10228,7 +10587,10 @@
"Message":{"shape":"string"}
},
"documentation":"The length of the Content-Security-Policy
header value in the response headers policy exceeds the maximum.
For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyCacheBehaviors":{
@@ -10237,7 +10599,10 @@
"Message":{"shape":"string"}
},
"documentation":"You cannot create more cache behaviors for the distribution.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyCachePolicies":{
@@ -10246,7 +10611,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of cache policies for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyCertificates":{
@@ -10255,7 +10623,10 @@
"Message":{"shape":"string"}
},
"documentation":"You cannot create anymore custom SSL/TLS certificates.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyCloudFrontOriginAccessIdentities":{
@@ -10264,7 +10635,10 @@
"Message":{"shape":"string"}
},
"documentation":"Processing your request would cause you to exceed the maximum number of origin access identities allowed.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyContinuousDeploymentPolicies":{
@@ -10273,7 +10647,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of continuous deployment policies for this Amazon Web Services account.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyCookieNamesInWhiteList":{
@@ -10282,7 +10659,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains more cookie names in the whitelist than are allowed per cache behavior.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyCookiesInCachePolicy":{
@@ -10291,7 +10671,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of cookies in the cache policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyCookiesInOriginRequestPolicy":{
@@ -10300,7 +10683,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of cookies in the origin request policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyCustomHeadersInResponseHeadersPolicy":{
@@ -10309,7 +10695,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of custom headers in the response headers policy exceeds the maximum.
For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionCNAMEs":{
@@ -10318,7 +10707,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains more CNAMEs than are allowed per distribution.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributions":{
@@ -10327,7 +10719,10 @@
"Message":{"shape":"string"}
},
"documentation":"Processing your request would cause you to exceed the maximum number of distributions allowed.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsAssociatedToCachePolicy":{
@@ -10336,7 +10731,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of distributions have been associated with the specified cache policy. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsAssociatedToFieldLevelEncryptionConfig":{
@@ -10345,7 +10743,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of distributions have been associated with the specified configuration for field-level encryption.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsAssociatedToKeyGroup":{
@@ -10354,7 +10755,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of distributions that reference this key group is more than the maximum allowed. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsAssociatedToOriginAccessControl":{
@@ -10363,7 +10767,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of distributions have been associated with the specified origin access control.
For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsAssociatedToOriginRequestPolicy":{
@@ -10372,7 +10779,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of distributions have been associated with the specified origin request policy. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsAssociatedToResponseHeadersPolicy":{
@@ -10381,7 +10791,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of distributions have been associated with the specified response headers policy.
For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsWithFunctionAssociations":{
@@ -10390,7 +10803,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsWithLambdaAssociations":{
@@ -10399,7 +10815,10 @@
"Message":{"shape":"string"}
},
"documentation":"Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyDistributionsWithSingleFunctionARN":{
@@ -10408,7 +10827,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of distributions have been associated with the specified Lambda@Edge function.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyFieldLevelEncryptionConfigs":{
@@ -10417,7 +10839,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of configurations for field-level encryption have been created.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyFieldLevelEncryptionContentTypeProfiles":{
@@ -10426,7 +10851,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of content type profiles for field-level encryption have been created.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyFieldLevelEncryptionEncryptionEntities":{
@@ -10435,7 +10863,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of encryption entities for field-level encryption have been created.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyFieldLevelEncryptionFieldPatterns":{
@@ -10444,7 +10875,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of field patterns for field-level encryption have been created.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyFieldLevelEncryptionProfiles":{
@@ -10453,7 +10887,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of profiles for field-level encryption have been created.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyFieldLevelEncryptionQueryArgProfiles":{
@@ -10462,7 +10899,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of query arg profiles for field-level encryption have been created.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyFunctionAssociations":{
@@ -10471,7 +10911,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of CloudFront function associations for this distribution. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyFunctions":{
@@ -10480,7 +10923,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of CloudFront functions for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyHeadersInCachePolicy":{
@@ -10489,7 +10935,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of headers in the cache policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyHeadersInForwardedValues":{
@@ -10498,7 +10947,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains too many headers in forwarded values.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyHeadersInOriginRequestPolicy":{
@@ -10507,7 +10959,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of headers in the origin request policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyInvalidationsInProgress":{
@@ -10516,7 +10971,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyKeyGroups":{
@@ -10525,7 +10983,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of key groups for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyKeyGroupsAssociatedToDistribution":{
@@ -10534,7 +10995,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyLambdaFunctionAssociations":{
@@ -10543,7 +11007,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains more Lambda@Edge function associations than are allowed per distribution.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyOriginAccessControls":{
@@ -10552,7 +11019,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of origin access controls in your Amazon Web Services account exceeds the maximum allowed.
For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyOriginCustomHeaders":{
@@ -10561,7 +11031,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains too many origin custom headers.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyOriginGroupsPerDistribution":{
@@ -10570,7 +11043,10 @@
"Message":{"shape":"string"}
},
"documentation":"Processing your request would cause you to exceed the maximum number of origin groups allowed.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyOriginRequestPolicies":{
@@ -10579,7 +11055,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of origin request policies for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyOrigins":{
@@ -10588,7 +11067,10 @@
"Message":{"shape":"string"}
},
"documentation":"You cannot create more origins for the distribution.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyPublicKeys":{
@@ -10597,7 +11079,10 @@
"Message":{"shape":"string"}
},
"documentation":"The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyPublicKeysInKeyGroup":{
@@ -10606,7 +11091,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of public keys in this key group is more than the maximum allowed. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyQueryStringParameters":{
@@ -10615,7 +11103,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains too many query string parameters.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyQueryStringsInCachePolicy":{
@@ -10624,7 +11115,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of query strings in the cache policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyQueryStringsInOriginRequestPolicy":{
@@ -10633,7 +11127,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of query strings in the origin request policy exceeds the maximum. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyRealtimeLogConfigs":{
@@ -10642,7 +11139,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of real-time log configurations for this Amazon Web Services account. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyRemoveHeadersInResponseHeadersPolicy":{
@@ -10651,7 +11151,10 @@
"Message":{"shape":"string"}
},
"documentation":"The number of headers in RemoveHeadersConfig
in the response headers policy exceeds the maximum.
For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyResponseHeadersPolicies":{
@@ -10660,7 +11163,10 @@
"Message":{"shape":"string"}
},
"documentation":"You have reached the maximum number of response headers policies for this Amazon Web Services account.
For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyStreamingDistributionCNAMEs":{
@@ -10669,7 +11175,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains more CNAMEs than are allowed per distribution.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyStreamingDistributions":{
@@ -10678,7 +11187,10 @@
"Message":{"shape":"string"}
},
"documentation":"Processing your request would cause you to exceed the maximum number of streaming distributions allowed.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TooManyTrustedSigners":{
@@ -10687,7 +11199,10 @@
"Message":{"shape":"string"}
},
"documentation":"Your request contains more trusted signers than are allowed per distribution.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TrafficConfig":{
@@ -10715,7 +11230,10 @@
"Message":{"shape":"string"}
},
"documentation":"The specified key group does not exist.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TrustedKeyGroupIdList":{
@@ -10753,7 +11271,10 @@
"Message":{"shape":"string"}
},
"documentation":"One or more of your trusted signers don't exist.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"TrustedSigners":{
@@ -10784,7 +11305,10 @@
"Message":{"shape":"string"}
},
"documentation":"This operation is not supported in this region.
",
- "error":{"httpStatusCode":400},
+ "error":{
+ "httpStatusCode":400,
+ "senderFault":true
+ },
"exception":true
},
"UntagResourceRequest":{
@@ -11118,10 +11642,10 @@
"UpdateFunctionRequest":{
"type":"structure",
"required":[
+ "Name",
"IfMatch",
"FunctionConfig",
- "FunctionCode",
- "Name"
+ "FunctionCode"
],
"members":{
"Name":{
@@ -11550,20 +12074,35 @@
},
"aliasString":{
"type":"string",
- "max":253
+ "max":253,
+ "min":0
+ },
+ "boolean":{
+ "type":"boolean",
+ "box":true
},
- "boolean":{"type":"boolean"},
"distributionIdString":{
"type":"string",
- "max":25
+ "max":25,
+ "min":0
+ },
+ "float":{
+ "type":"float",
+ "box":true
+ },
+ "integer":{
+ "type":"integer",
+ "box":true
},
- "float":{"type":"float"},
- "integer":{"type":"integer"},
"listConflictingAliasesMaxItemsInteger":{
"type":"integer",
+ "box":true,
"max":100
},
- "long":{"type":"long"},
+ "long":{
+ "type":"long",
+ "box":true
+ },
"sensitiveStringType":{
"type":"string",
"sensitive":true
@@ -11571,5 +12110,5 @@
"string":{"type":"string"},
"timestamp":{"type":"timestamp"}
},
- "documentation":"Amazon CloudFront This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.
"
+ "documentation":"Amazon CloudFront
This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.
"
}
diff --git a/botocore/data/cloudfront/2020-05-31/waiters-2.json b/botocore/data/cloudfront/2020-05-31/waiters-2.json
index 95f0a2dd4d..4d238cb183 100644
--- a/botocore/data/cloudfront/2020-05-31/waiters-2.json
+++ b/botocore/data/cloudfront/2020-05-31/waiters-2.json
@@ -1,47 +1,41 @@
{
- "version": 2,
- "waiters": {
- "DistributionDeployed": {
- "delay": 60,
- "operation": "GetDistribution",
- "maxAttempts": 35,
- "description": "Wait until a distribution is deployed.",
- "acceptors": [
- {
- "expected": "Deployed",
- "matcher": "path",
- "state": "success",
- "argument": "Distribution.Status"
- }
- ]
+ "version" : 2,
+ "waiters" : {
+ "DistributionDeployed" : {
+ "description" : "Wait until a distribution is deployed.",
+ "delay" : 60,
+ "maxAttempts" : 35,
+ "operation" : "GetDistribution",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "Distribution.Status",
+ "state" : "success",
+ "expected" : "Deployed"
+ } ]
},
- "InvalidationCompleted": {
- "delay": 20,
- "operation": "GetInvalidation",
- "maxAttempts": 30,
- "description": "Wait until an invalidation has completed.",
- "acceptors": [
- {
- "expected": "Completed",
- "matcher": "path",
- "state": "success",
- "argument": "Invalidation.Status"
- }
- ]
+ "InvalidationCompleted" : {
+ "description" : "Wait until an invalidation has completed.",
+ "delay" : 20,
+ "maxAttempts" : 30,
+ "operation" : "GetInvalidation",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "Invalidation.Status",
+ "state" : "success",
+ "expected" : "Completed"
+ } ]
},
- "StreamingDistributionDeployed": {
- "delay": 60,
- "operation": "GetStreamingDistribution",
- "maxAttempts": 25,
- "description": "Wait until a streaming distribution is deployed.",
- "acceptors": [
- {
- "expected": "Deployed",
- "matcher": "path",
- "state": "success",
- "argument": "StreamingDistribution.Status"
- }
- ]
+ "StreamingDistributionDeployed" : {
+ "description" : "Wait until a streaming distribution is deployed.",
+ "delay" : 60,
+ "maxAttempts" : 25,
+ "operation" : "GetStreamingDistribution",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "StreamingDistribution.Status",
+ "state" : "success",
+ "expected" : "Deployed"
+ } ]
}
}
-}
+}
\ No newline at end of file
diff --git a/botocore/data/inspector2/2020-06-08/service-2.json b/botocore/data/inspector2/2020-06-08/service-2.json
index fe597885bc..613b20592b 100644
--- a/botocore/data/inspector2/2020-06-08/service-2.json
+++ b/botocore/data/inspector2/2020-06-08/service-2.json
@@ -647,7 +647,7 @@
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
- "documentation":"Lists coverage details for you environment.
"
+ "documentation":"Lists coverage details for your environment.
"
},
"ListCoverageStatistics":{
"name":"ListCoverageStatistics",
@@ -891,7 +891,7 @@
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
- "documentation":" Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service.
",
+ "documentation":" Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to stop a CIS scan session for the scan ID supplied by the service.
",
"idempotent":true
},
"TagResource":{
@@ -1061,7 +1061,7 @@
"members":{
"message":{"shape":"String"}
},
- "documentation":"You do not have sufficient access to perform this action.
For Enable
, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
",
+ "documentation":"You do not have sufficient access to perform this action.
",
"error":{
"httpStatusCode":403,
"senderFault":true
@@ -3049,7 +3049,7 @@
},
"scanMode":{
"shape":"CoverageStringFilterList",
- "documentation":"The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are EC2_SSM_AGENT_BASED
and EC2_HYBRID
.
"
+ "documentation":"The filter to search for Amazon EC2 instance coverage by scan mode. Valid values are EC2_SSM_AGENT_BASED
and EC2_AGENTLESS
.
"
},
"scanStatusCode":{
"shape":"CoverageStringFilterList",
@@ -3338,7 +3338,10 @@
"shape":"ResourceFilterCriteria",
"documentation":"The resource filter criteria for the software bill of materials (SBOM) report.
"
},
- "s3Destination":{"shape":"Destination"}
+ "s3Destination":{
+ "shape":"Destination",
+ "documentation":"Contains details of the Amazon S3 bucket and KMS key used to export findings.
"
+ }
}
},
"CreateSbomExportResponse":{
@@ -4671,7 +4674,10 @@
"FindingDetail":{
"type":"structure",
"members":{
- "cisaData":{"shape":"CisaData"},
+ "cisaData":{
+ "shape":"CisaData",
+ "documentation":"The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.
"
+ },
"cwes":{
"shape":"Cwes",
"documentation":"The Common Weakness Enumerations (CWEs) associated with the vulnerability.
"
@@ -4684,7 +4690,10 @@
"shape":"EvidenceList",
"documentation":"Information on the evidence of the vulnerability.
"
},
- "exploitObserved":{"shape":"ExploitObserved"},
+ "exploitObserved":{
+ "shape":"ExploitObserved",
+ "documentation":"Contains information on when this exploit was observed.
"
+ },
"findingArn":{
"shape":"FindingArn",
"documentation":"The finding ARN that the vulnerability details are associated with.
"
@@ -5216,7 +5225,10 @@
"shape":"ReportId",
"documentation":"The report ID of the software bill of materials (SBOM) report.
"
},
- "s3Destination":{"shape":"Destination"},
+ "s3Destination":{
+ "shape":"Destination",
+ "documentation":"Contains details of the Amazon S3 bucket and KMS key used to export findings
"
+ },
"status":{
"shape":"ExternalReportStatus",
"documentation":"The status of the software bill of materials (SBOM) report.
"
@@ -5422,7 +5434,10 @@
"shape":"String",
"documentation":"The runtimes included in the aggregation results.
"
},
- "severityCounts":{"shape":"SeverityCounts"}
+ "severityCounts":{
+ "shape":"SeverityCounts",
+ "documentation":"An object that contains the counts of aggregated finding per severity.
"
+ }
},
"documentation":"A response that contains the results of an Amazon Web Services Lambda function finding aggregation.
"
},
@@ -5507,7 +5522,10 @@
"shape":"NonEmptyString",
"documentation":"The Resource ID of the Amazon Web Services Lambda function layer.
"
},
- "severityCounts":{"shape":"SeverityCounts"}
+ "severityCounts":{
+ "shape":"SeverityCounts",
+ "documentation":"An object that contains the counts of aggregated finding per severity.
"
+ }
},
"documentation":"A response that contains the results of an Amazon Web Services Lambda function layer finding aggregation.
"
},
@@ -6483,6 +6501,10 @@
"shape":"NumberFilter",
"documentation":"An object that contains details on the package epoch to filter on.
"
},
+ "filePath":{
+ "shape":"StringFilter",
+ "documentation":"An object that contains details on the package file path to filter on.
"
+ },
"name":{
"shape":"StringFilter",
"documentation":"An object that contains details on the name of the package to filter on.
"
@@ -6491,7 +6513,10 @@
"shape":"StringFilter",
"documentation":"An object that contains details on the package release to filter on.
"
},
- "sourceLambdaLayerArn":{"shape":"StringFilter"},
+ "sourceLambdaLayerArn":{
+ "shape":"StringFilter",
+ "documentation":"An object that describes the details of a string filter.
"
+ },
"sourceLayerHash":{
"shape":"StringFilter",
"documentation":"An object that contains details on the source layer hash to filter on.
"
@@ -6528,7 +6553,8 @@
"PYTHONPKG",
"NODEPKG",
"POM",
- "GEMSPEC"
+ "GEMSPEC",
+ "DOTNET_CORE"
]
},
"PackageName":{
@@ -7073,8 +7099,14 @@
"shape":"State",
"documentation":"An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.
"
},
- "lambda":{"shape":"State"},
- "lambdaCode":{"shape":"State"}
+ "lambda":{
+ "shape":"State",
+ "documentation":"An object that described the state of Amazon Inspector scans for an account.
"
+ },
+ "lambdaCode":{
+ "shape":"State",
+ "documentation":"An object that described the state of Amazon Inspector scans for an account.
"
+ }
},
"documentation":"Details the state of Amazon Inspector for each resource type Amazon Inspector scans.
"
},
@@ -7181,7 +7213,13 @@
"NODEJS_18_X",
"GO_1_X",
"JAVA_17",
- "PYTHON_3_10"
+ "PYTHON_3_10",
+ "PYTHON_3_11",
+ "DOTNETCORE_3_1",
+ "DOTNET_6",
+ "DOTNET_7",
+ "RUBY_2_7",
+ "RUBY_3_2"
]
},
"SbomReportFormat":{
diff --git a/botocore/data/lambda/2015-03-31/service-2.json b/botocore/data/lambda/2015-03-31/service-2.json
index 27494f9cec..8a09127abd 100644
--- a/botocore/data/lambda/2015-03-31/service-2.json
+++ b/botocore/data/lambda/2015-03-31/service-2.json
@@ -5452,7 +5452,8 @@
"nodejs20.x",
"provided.al2023",
"python3.12",
- "java21"
+ "java21",
+ "python3.13"
]
},
"RuntimeVersionArn":{
diff --git a/botocore/data/opensearch/2021-01-01/service-2.json b/botocore/data/opensearch/2021-01-01/service-2.json
index 0dd3f5a57a..400f99658b 100644
--- a/botocore/data/opensearch/2021-01-01/service-2.json
+++ b/botocore/data/opensearch/2021-01-01/service-2.json
@@ -79,6 +79,24 @@
],
"documentation":"Associates a package with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service.
"
},
+ "AssociatePackages":{
+ "name":"AssociatePackages",
+ "http":{
+ "method":"POST",
+ "requestUri":"/2021-01-01/packages/associateMultiple"
+ },
+ "input":{"shape":"AssociatePackagesRequest"},
+ "output":{"shape":"AssociatePackagesResponse"},
+ "errors":[
+ {"shape":"BaseException"},
+ {"shape":"InternalException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ValidationException"},
+ {"shape":"ConflictException"},
+ {"shape":"DisabledOperationException"}
+ ],
+ "documentation":"Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.
"
+ },
"AuthorizeVpcEndpointAccess":{
"name":"AuthorizeVpcEndpointAccess",
"http":{
@@ -597,6 +615,24 @@
],
"documentation":"Removes a package from the specified Amazon OpenSearch Service domain. The package can't be in use with any OpenSearch index for the dissociation to succeed. The package is still available in OpenSearch Service for association later. For more information, see Custom packages for Amazon OpenSearch Service.
"
},
+ "DissociatePackages":{
+ "name":"DissociatePackages",
+ "http":{
+ "method":"POST",
+ "requestUri":"/2021-01-01/packages/dissociateMultiple"
+ },
+ "input":{"shape":"DissociatePackagesRequest"},
+ "output":{"shape":"DissociatePackagesResponse"},
+ "errors":[
+ {"shape":"BaseException"},
+ {"shape":"InternalException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ValidationException"},
+ {"shape":"ConflictException"},
+ {"shape":"DisabledOperationException"}
+ ],
+ "documentation":"Dissociates multiple packages from a domain simulatneously.
"
+ },
"GetApplication":{
"name":"GetApplication",
"http":{
@@ -1103,6 +1139,23 @@
],
"documentation":"Updates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service.
"
},
+ "UpdatePackageScope":{
+ "name":"UpdatePackageScope",
+ "http":{
+ "method":"POST",
+ "requestUri":"/2021-01-01/packages/updateScope"
+ },
+ "input":{"shape":"UpdatePackageScopeRequest"},
+ "output":{"shape":"UpdatePackageScopeResponse"},
+ "errors":[
+ {"shape":"BaseException"},
+ {"shape":"InternalException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ValidationException"},
+ {"shape":"DisabledOperationException"}
+ ],
+ "documentation":"Updates the scope of a package. Scope of the package defines users who can view and associate a package.
"
+ },
"UpdateScheduledAction":{
"name":"UpdateScheduledAction",
"http":{
@@ -1582,6 +1635,14 @@
"documentation":"Name of the domain to associate the package with.
",
"location":"uri",
"locationName":"DomainName"
+ },
+ "PrerequisitePackageIDList":{
+ "shape":"PackageIDList",
+ "documentation":"A list of package IDs that must be associated with the domain before the package specified in the request can be associated.
"
+ },
+ "AssociationConfiguration":{
+ "shape":"PackageAssociationConfiguration",
+ "documentation":"The configuration for associating a package with an Amazon OpenSearch Service domain.
"
}
},
"documentation":"Container for the request parameters to the AssociatePackage
operation.
"
@@ -1596,6 +1657,29 @@
},
"documentation":"Container for the response returned by the AssociatePackage
operation.
"
},
+ "AssociatePackagesRequest":{
+ "type":"structure",
+ "required":[
+ "PackageList",
+ "DomainName"
+ ],
+ "members":{
+ "PackageList":{
+ "shape":"PackageDetailsForAssociationList",
+ "documentation":"A list of packages and their prerequisites to be associated with a domain.
"
+ },
+ "DomainName":{"shape":"DomainName"}
+ }
+ },
+ "AssociatePackagesResponse":{
+ "type":"structure",
+ "members":{
+ "DomainPackageDetailsList":{
+ "shape":"DomainPackageDetailsList",
+ "documentation":"List of information about packages that are associated with a domain.
"
+ }
+ }
+ },
"AuthorizeVpcEndpointAccessRequest":{
"type":"structure",
"required":["DomainName"],
@@ -2546,6 +2630,22 @@
"PackageSource":{
"shape":"PackageSource",
"documentation":"The Amazon S3 location from which to import the package.
"
+ },
+ "PackageConfiguration":{
+ "shape":"PackageConfiguration",
+ "documentation":" The configuration parameters for the package being created.
"
+ },
+ "EngineVersion":{
+ "shape":"EngineVersion",
+ "documentation":"The version of the Amazon OpenSearch Service engine for which is compatible with the package. This can only be specified for package type ZIP-PLUGIN
"
+ },
+ "PackageVendingOptions":{
+ "shape":"PackageVendingOptions",
+ "documentation":" The vending options for the package being created. They determine if the package can be vended to other users.
"
+ },
+ "PackageEncryptionOptions":{
+ "shape":"PackageEncryptionOptions",
+ "documentation":"The encryption parameters for the package being created.
"
}
},
"documentation":"Container for request parameters to the CreatePackage
operation.
"
@@ -3256,7 +3356,8 @@
"PackageName",
"PackageStatus",
"PackageType",
- "EngineVersion"
+ "EngineVersion",
+ "PackageOwner"
]
},
"DescribePackagesFilterValue":{
@@ -3445,6 +3546,29 @@
},
"documentation":"Container for the response returned by an DissociatePackage
operation.
"
},
+ "DissociatePackagesRequest":{
+ "type":"structure",
+ "required":[
+ "PackageList",
+ "DomainName"
+ ],
+ "members":{
+ "PackageList":{
+ "shape":"PackageIDList",
+ "documentation":"A list of package IDs to be dissociated from a domain.
"
+ },
+ "DomainName":{"shape":"DomainName"}
+ }
+ },
+ "DissociatePackagesResponse":{
+ "type":"structure",
+ "members":{
+ "DomainPackageDetailsList":{
+ "shape":"DomainPackageDetailsList",
+ "documentation":"A list of package details for the packages that were dissociated from the domain.
"
+ }
+ }
+ },
"DomainArn":{
"type":"string",
"max":512,
@@ -3763,6 +3887,10 @@
"shape":"PackageVersion",
"documentation":"The current version of the package.
"
},
+ "PrerequisitePackageIDList":{
+ "shape":"PackageIDList",
+ "documentation":"A list of package IDs that must be associated with the domain before or with the package can be associated.
"
+ },
"ReferencePath":{
"shape":"ReferencePath",
"documentation":"The relative path of the package on the OpenSearch Service cluster nodes. This is synonym_path
when the package is for synonym files.
"
@@ -3770,6 +3898,10 @@
"ErrorDetails":{
"shape":"ErrorDetails",
"documentation":"Additional information if the package is in an error state. Null otherwise.
"
+ },
+ "AssociationConfiguration":{
+ "shape":"PackageAssociationConfiguration",
+ "documentation":"The configuration for associating a package with an Amazon OpenSearch Service domain.
"
}
},
"documentation":"Information about a package that is associated with a domain. For more information, see Custom packages for Amazon OpenSearch Service.
"
@@ -4848,6 +4980,21 @@
},
"documentation":"Describes the JWT options configured for the domain.
"
},
+ "KeyStoreAccessOption":{
+ "type":"structure",
+ "required":["KeyStoreAccessEnabled"],
+ "members":{
+ "KeyAccessRoleArn":{
+ "shape":"RoleArn",
+ "documentation":"Role ARN to access the KeyStore Key
"
+ },
+ "KeyStoreAccessEnabled":{
+ "shape":"Boolean",
+ "documentation":"This indicates whether Key Store access is enabled
"
+ }
+ },
+ "documentation":"The configuration parameters to enable access to the key store required by the package.
"
+ },
"KmsKeyId":{
"type":"string",
"max":500,
@@ -4855,6 +5002,11 @@
"pattern":".*"
},
"LastUpdated":{"type":"timestamp"},
+ "LicenseFilepath":{
+ "type":"string",
+ "max":256,
+ "pattern":"^(?!.*\\/\\.{2,})(?!.*\\.\\.)[a-zA-Z0-9_.-]+(?:\\/[a-zA-Z0-9_.-]+)*$"
+ },
"LimitExceededException":{
"type":"structure",
"members":{
@@ -5911,6 +6063,42 @@
"min":12,
"pattern":"[0-9]+"
},
+ "PackageAssociationConfiguration":{
+ "type":"structure",
+ "members":{
+ "KeyStoreAccessOption":{
+ "shape":"KeyStoreAccessOption",
+ "documentation":"The configuration parameters to enable accessing the key store required by the package.
"
+ }
+ },
+ "documentation":"The configuration for associating a package with a domain.
"
+ },
+ "PackageConfiguration":{
+ "type":"structure",
+ "required":[
+ "LicenseRequirement",
+ "ConfigurationRequirement"
+ ],
+ "members":{
+ "LicenseRequirement":{
+ "shape":"RequirementLevel",
+ "documentation":"The license requirements for the package.
"
+ },
+ "LicenseFilepath":{
+ "shape":"LicenseFilepath",
+ "documentation":"The relative file path for the license associated with the package.
"
+ },
+ "ConfigurationRequirement":{
+ "shape":"RequirementLevel",
+ "documentation":"The configuration requirements for the package.
"
+ },
+ "RequiresRestartForConfigurationUpdate":{
+ "shape":"Boolean",
+ "documentation":"This indicates whether a B/G deployment is required for updating the configuration that the plugin is prerequisite for.
"
+ }
+ },
+ "documentation":" The configuration parameters for a package.
"
+ },
"PackageDescription":{
"type":"string",
"max":1024
@@ -5961,17 +6149,79 @@
"AvailablePluginProperties":{
"shape":"PluginProperties",
"documentation":"If the package is a ZIP-PLUGIN
package, additional information about plugin properties.
"
+ },
+ "AvailablePackageConfiguration":{
+ "shape":"PackageConfiguration",
+ "documentation":"This represents the available configuration parameters for the package.
"
+ },
+ "AllowListedUserList":{
+ "shape":"PackageUserList",
+ "documentation":" A list of users who are allowed to view and associate the package. This field is only visible to the owner of a package.
"
+ },
+ "PackageOwner":{
+ "shape":"PackageOwner",
+ "documentation":"The owner of the package who is allowed to create/update a package and add users to the package scope.
"
+ },
+ "PackageVendingOptions":{
+ "shape":"PackageVendingOptions",
+ "documentation":"Package Vending Options for a package.
"
+ },
+ "PackageEncryptionOptions":{
+ "shape":"PackageEncryptionOptions",
+ "documentation":"Package Encryption Options for a package.
"
}
},
"documentation":"Basic information about a package.
"
},
+ "PackageDetailsForAssociation":{
+ "type":"structure",
+ "required":["PackageID"],
+ "members":{
+ "PackageID":{
+ "shape":"PackageID",
+ "documentation":"Internal ID of the package that you want to associate with a domain.
"
+ },
+ "PrerequisitePackageIDList":{
+ "shape":"PackageIDList",
+ "documentation":"List of package IDs that must be associated with the domain with or before the package can be associated.
"
+ },
+ "AssociationConfiguration":{
+ "shape":"PackageAssociationConfiguration",
+ "documentation":"The configuration parameters for associating the package with a domain.
"
+ }
+ },
+ "documentation":" Details of a package that is associated with a domain.
"
+ },
+ "PackageDetailsForAssociationList":{
+ "type":"list",
+ "member":{"shape":"PackageDetailsForAssociation"}
+ },
"PackageDetailsList":{
"type":"list",
"member":{"shape":"PackageDetails"}
},
+ "PackageEncryptionOptions":{
+ "type":"structure",
+ "required":["EncryptionEnabled"],
+ "members":{
+ "KmsKeyIdentifier":{
+ "shape":"KmsKeyId",
+ "documentation":" KMS key ID for encrypting the package.
"
+ },
+ "EncryptionEnabled":{
+ "shape":"Boolean",
+ "documentation":"This indicates whether encryption is enabled for the package.
"
+ }
+ },
+ "documentation":"Encryption options for a package.
"
+ },
"PackageID":{
"type":"string",
- "pattern":"^([FG][0-9]+)$"
+ "pattern":"^([FG][0-9]+)$|^(pkg-[a-f0-9]+)$"
+ },
+ "PackageIDList":{
+ "type":"list",
+ "member":{"shape":"PackageID"}
},
"PackageName":{
"type":"string",
@@ -5979,6 +6229,18 @@
"min":3,
"pattern":"[a-z][a-z0-9\\-]+"
},
+ "PackageOwner":{
+ "type":"string",
+ "max":1024
+ },
+ "PackageScopeOperationEnum":{
+ "type":"string",
+ "enum":[
+ "ADD",
+ "OVERRIDE",
+ "REMOVE"
+ ]
+ },
"PackageSource":{
"type":"structure",
"members":{
@@ -6010,9 +6272,32 @@
"type":"string",
"enum":[
"TXT-DICTIONARY",
- "ZIP-PLUGIN"
+ "ZIP-PLUGIN",
+ "PACKAGE-LICENSE",
+ "PACKAGE-CONFIG"
]
},
+ "PackageUser":{
+ "type":"string",
+ "max":12,
+ "min":6,
+ "pattern":"^[0-9]{12}$|^GLOBAL$"
+ },
+ "PackageUserList":{
+ "type":"list",
+ "member":{"shape":"PackageUser"}
+ },
+ "PackageVendingOptions":{
+ "type":"structure",
+ "required":["VendingEnabled"],
+ "members":{
+ "VendingEnabled":{
+ "shape":"Boolean",
+ "documentation":"This indicates whether vending is enabled for the package to determine if package can be used by other users.
"
+ }
+ },
+ "documentation":"The vending options for a package to determine if the package can be used by other users.
"
+ },
"PackageVersion":{"type":"string"},
"PackageVersionHistory":{
"type":"structure",
@@ -6032,6 +6317,10 @@
"PluginProperties":{
"shape":"PluginProperties",
"documentation":"Additional information about plugin properties if the package is a ZIP-PLUGIN
package.
"
+ },
+ "PackageConfiguration":{
+ "shape":"PackageConfiguration",
+ "documentation":"The configuration details for a specific version of a package.
"
}
},
"documentation":"Details about a package version.
"
@@ -6218,6 +6507,14 @@
"min":1,
"pattern":"^([\\s\\S]*)$"
},
+ "RequirementLevel":{
+ "type":"string",
+ "enum":[
+ "REQUIRED",
+ "OPTIONAL",
+ "NONE"
+ ]
+ },
"ReservationToken":{
"type":"string",
"max":64,
@@ -7171,6 +7468,14 @@
"CommitMessage":{
"shape":"CommitMessage",
"documentation":"Commit message for the updated file, which is shown as part of GetPackageVersionHistoryResponse
.
"
+ },
+ "PackageConfiguration":{
+ "shape":"PackageConfiguration",
+ "documentation":"The updated configuration details for a package.
"
+ },
+ "PackageEncryptionOptions":{
+ "shape":"PackageEncryptionOptions",
+ "documentation":"Encryption options for a package.
"
}
},
"documentation":"Container for request parameters to the UpdatePackage
operation.
"
@@ -7185,6 +7490,45 @@
},
"documentation":"Container for the response returned by the UpdatePackage
operation.
"
},
+ "UpdatePackageScopeRequest":{
+ "type":"structure",
+ "required":[
+ "PackageID",
+ "Operation",
+ "PackageUserList"
+ ],
+ "members":{
+ "PackageID":{
+ "shape":"PackageID",
+ "documentation":"ID of the package whose scope is being updated.
"
+ },
+ "Operation":{
+ "shape":"PackageScopeOperationEnum",
+ "documentation":" The operation to perform on the package scope (e.g., add/remove/override users).
"
+ },
+ "PackageUserList":{
+ "shape":"PackageUserList",
+ "documentation":" List of users to be added or removed from the package scope.
"
+ }
+ }
+ },
+ "UpdatePackageScopeResponse":{
+ "type":"structure",
+ "members":{
+ "PackageID":{
+ "shape":"PackageID",
+ "documentation":" ID of the package whose scope was updated.
"
+ },
+ "Operation":{
+ "shape":"PackageScopeOperationEnum",
+ "documentation":"The operation that was performed on the package scope.
"
+ },
+ "PackageUserList":{
+ "shape":"PackageUserList",
+ "documentation":" List of users who have access to the package after the scope update.
"
+ }
+ }
+ },
"UpdateScheduledActionRequest":{
"type":"structure",
"required":[
diff --git a/botocore/data/outposts/2019-12-03/paginators-1.json b/botocore/data/outposts/2019-12-03/paginators-1.json
index 5fa8de241a..12a518c541 100644
--- a/botocore/data/outposts/2019-12-03/paginators-1.json
+++ b/botocore/data/outposts/2019-12-03/paginators-1.json
@@ -47,6 +47,18 @@
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "CapacityTasks"
+ },
+ "ListAssetInstances": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "AssetInstances"
+ },
+ "ListBlockingInstancesForCapacityTask": {
+ "input_token": "NextToken",
+ "output_token": "NextToken",
+ "limit_key": "MaxResults",
+ "result_key": "BlockingInstances"
}
}
}
diff --git a/botocore/data/outposts/2019-12-03/service-2.json b/botocore/data/outposts/2019-12-03/service-2.json
index 522bc7f6a2..eae3dbe23a 100644
--- a/botocore/data/outposts/2019-12-03/service-2.json
+++ b/botocore/data/outposts/2019-12-03/service-2.json
@@ -278,6 +278,22 @@
],
"documentation":" Gets the site address of the specified site.
"
},
+ "ListAssetInstances":{
+ "name":"ListAssetInstances",
+ "http":{
+ "method":"GET",
+ "requestUri":"/outposts/{OutpostId}/assetInstances"
+ },
+ "input":{"shape":"ListAssetInstancesInput"},
+ "output":{"shape":"ListAssetInstancesOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"NotFoundException"},
+ {"shape":"InternalServerException"}
+ ],
+ "documentation":"A list of Amazon EC2 instances, belonging to all accounts, running on the specified Outpost. Does not include Amazon EBS or Amazon S3 instances.
"
+ },
"ListAssets":{
"name":"ListAssets",
"http":{
@@ -294,6 +310,22 @@
],
"documentation":"Lists the hardware assets for the specified Outpost.
Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.
"
},
+ "ListBlockingInstancesForCapacityTask":{
+ "name":"ListBlockingInstancesForCapacityTask",
+ "http":{
+ "method":"GET",
+ "requestUri":"/outposts/{OutpostId}/capacity/{CapacityTaskId}/blockingInstances"
+ },
+ "input":{"shape":"ListBlockingInstancesForCapacityTaskInput"},
+ "output":{"shape":"ListBlockingInstancesForCapacityTaskOutput"},
+ "errors":[
+ {"shape":"ValidationException"},
+ {"shape":"AccessDeniedException"},
+ {"shape":"NotFoundException"},
+ {"shape":"InternalServerException"}
+ ],
+ "documentation":"A list of Amazon EC2 instances running on the Outpost and belonging to the account that initiated the capacity task. Use this list to specify the instances you cannot stop to free up capacity to run the capacity task.
"
+ },
"ListCapacityTasks":{
"name":"ListCapacityTasks",
"http":{
@@ -401,7 +433,7 @@
{"shape":"InternalServerException"},
{"shape":"ConflictException"}
],
- "documentation":"Starts the specified capacity task. You can have one active capacity task for an order.
"
+ "documentation":"Starts the specified capacity task. You can have one active capacity task per order or Outpost.
"
},
"StartConnection":{
"name":"StartConnection",
@@ -519,6 +551,21 @@
}
},
"shapes":{
+ "AWSServiceName":{
+ "type":"string",
+ "enum":[
+ "AWS",
+ "EC2",
+ "ELASTICACHE",
+ "ELB",
+ "RDS",
+ "ROUTE53"
+ ]
+ },
+ "AWSServiceNameList":{
+ "type":"list",
+ "member":{"shape":"AWSServiceName"}
+ },
"AccessDeniedException":{
"type":"structure",
"members":{
@@ -535,6 +582,10 @@
"min":12,
"pattern":"\\d{12}"
},
+ "AccountIdList":{
+ "type":"list",
+ "member":{"shape":"AccountId"}
+ },
"Address":{
"type":"structure",
"required":[
@@ -628,6 +679,10 @@
"min":1,
"pattern":"^(\\w+)$"
},
+ "AssetIdList":{
+ "type":"list",
+ "member":{"shape":"AssetId"}
+ },
"AssetInfo":{
"type":"structure",
"members":{
@@ -654,6 +709,55 @@
},
"documentation":" Information about hardware assets.
"
},
+ "AssetInstance":{
+ "type":"structure",
+ "members":{
+ "InstanceId":{
+ "shape":"InstanceId",
+ "documentation":"The ID of the instance.
"
+ },
+ "InstanceType":{
+ "shape":"OutpostInstanceType",
+ "documentation":"The type of instance.
"
+ },
+ "AssetId":{
+ "shape":"AssetId",
+ "documentation":"The ID of the asset.
"
+ },
+ "AccountId":{"shape":"AccountId"},
+ "AwsServiceName":{
+ "shape":"AWSServiceName",
+ "documentation":"The Amazon Web Services service name of the instance.
"
+ }
+ },
+ "documentation":"An Amazon EC2 instance.
"
+ },
+ "AssetInstanceCapacityList":{
+ "type":"list",
+ "member":{"shape":"AssetInstanceTypeCapacity"}
+ },
+ "AssetInstanceList":{
+ "type":"list",
+ "member":{"shape":"AssetInstance"}
+ },
+ "AssetInstanceTypeCapacity":{
+ "type":"structure",
+ "required":[
+ "InstanceType",
+ "Count"
+ ],
+ "members":{
+ "InstanceType":{
+ "shape":"InstanceTypeName",
+ "documentation":"The type of instance.
"
+ },
+ "Count":{
+ "shape":"InstanceTypeCount",
+ "documentation":"The number of each instance type.
"
+ }
+ },
+ "documentation":"The capacity for each instance type.
"
+ },
"AssetListDefinition":{
"type":"list",
"member":{"shape":"AssetInfo"}
@@ -706,6 +810,25 @@
"max":5,
"min":1
},
+ "BlockingInstance":{
+ "type":"structure",
+ "members":{
+ "InstanceId":{
+ "shape":"InstanceId",
+ "documentation":"The ID of the blocking instance.
"
+ },
+ "AccountId":{"shape":"AccountId"},
+ "AwsServiceName":{
+ "shape":"AWSServiceName",
+ "documentation":"The Amazon Web Services service name that owns the specified blocking instance.
"
+ }
+ },
+ "documentation":"A running Amazon EC2 instance that can be stopped to free up capacity needed to run the capacity task.
"
+ },
+ "BlockingInstancesList":{
+ "type":"list",
+ "member":{"shape":"BlockingInstance"}
+ },
"CIDR":{
"type":"string",
"max":18,
@@ -776,7 +899,13 @@
},
"CapacityTaskFailureType":{
"type":"string",
- "enum":["UNSUPPORTED_CAPACITY_CONFIGURATION"]
+ "enum":[
+ "UNSUPPORTED_CAPACITY_CONFIGURATION",
+ "UNEXPECTED_ASSET_STATE",
+ "BLOCKING_INSTANCES_NOT_EVACUATED",
+ "INTERNAL_SERVER_ERROR",
+ "RESOURCE_NOT_FOUND"
+ ]
},
"CapacityTaskId":{
"type":"string",
@@ -795,6 +924,8 @@
"IN_PROGRESS",
"FAILED",
"COMPLETED",
+ "WAITING_FOR_EVACUATION",
+ "CANCELLATION_IN_PROGRESS",
"CANCELLED"
]
},
@@ -936,6 +1067,14 @@
"InstanceFamilies":{
"shape":"InstanceFamilies",
"documentation":"A list of the names of instance families that are currently associated with a given asset.
"
+ },
+ "InstanceTypeCapacities":{
+ "shape":"AssetInstanceCapacityList",
+ "documentation":"The instance type capacities configured for this asset. This can be changed through a capacity task.
"
+ },
+ "MaxVcpus":{
+ "shape":"VCPUCount",
+ "documentation":"The maximum number of vCPUs possible for the specified asset.
"
}
},
"documentation":" Information about compute hardware assets.
"
@@ -1247,6 +1386,10 @@
"shape":"RequestedInstancePools",
"documentation":"List of instance pools requested in the capacity task.
"
},
+ "InstancesToExclude":{
+ "shape":"InstancesToExclude",
+ "documentation":"Instances that the user specified they cannot stop in order to free up the capacity needed to run the capacity task.
"
+ },
"DryRun":{
"shape":"DryRun",
"documentation":"Performs a dry run to determine if you are above or below instance capacity.
"
@@ -1270,6 +1413,10 @@
"LastModifiedDate":{
"shape":"ISO8601Timestamp",
"documentation":"The date the capacity task was last modified.
"
+ },
+ "TaskActionOnBlockingInstances":{
+ "shape":"TaskActionOnBlockingInstances",
+ "documentation":"User-specified option in case an instance is blocking the capacity task from running. Shows one of the following options:
"
}
}
},
@@ -1391,10 +1538,7 @@
},
"GetOutpostSupportedInstanceTypesInput":{
"type":"structure",
- "required":[
- "OutpostIdentifier",
- "OrderId"
- ],
+ "required":["OutpostIdentifier"],
"members":{
"OutpostIdentifier":{
"shape":"OutpostIdentifier",
@@ -1501,6 +1645,16 @@
"min":1,
"pattern":"^(?:.{1,200}/)?(?:[a-z0-9-_A-Z])+$"
},
+ "InstanceId":{
+ "type":"string",
+ "max":32,
+ "min":11,
+ "pattern":"^i-[0-9a-z]+$"
+ },
+ "InstanceIdList":{
+ "type":"list",
+ "member":{"shape":"InstanceId"}
+ },
"InstanceType":{
"type":"string",
"documentation":"The instance type.
"
@@ -1550,6 +1704,24 @@
"min":1,
"pattern":"^[a-z0-9\\-]+\\.[a-z0-9\\-]+$"
},
+ "InstancesToExclude":{
+ "type":"structure",
+ "members":{
+ "Instances":{
+ "shape":"InstanceIdList",
+ "documentation":"List of user-specified instances that must not be stopped.
"
+ },
+ "AccountIds":{
+ "shape":"AccountIdList",
+ "documentation":"IDs of the accounts that own each instance that must not be stopped.
"
+ },
+ "Services":{
+ "shape":"AWSServiceNameList",
+ "documentation":"Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.
"
+ }
+ },
+ "documentation":"User-specified instances that must not be stopped. These instances will not appear in the list of instances that Amazon Web Services recommends to stop in order to free up capacity.
"
+ },
"InternalServerException":{
"type":"structure",
"members":{
@@ -1679,6 +1851,62 @@
"key":{"shape":"LineItemStatus"},
"value":{"shape":"LineItemQuantity"}
},
+ "ListAssetInstancesInput":{
+ "type":"structure",
+ "required":["OutpostIdentifier"],
+ "members":{
+ "OutpostIdentifier":{
+ "shape":"OutpostIdentifier",
+ "documentation":"The ID of the Outpost.
",
+ "location":"uri",
+ "locationName":"OutpostId"
+ },
+ "AssetIdFilter":{
+ "shape":"AssetIdList",
+ "documentation":"Filters the results by asset ID.
",
+ "location":"querystring",
+ "locationName":"AssetIdFilter"
+ },
+ "InstanceTypeFilter":{
+ "shape":"OutpostInstanceTypeList",
+ "documentation":"Filters the results by instance ID.
",
+ "location":"querystring",
+ "locationName":"InstanceTypeFilter"
+ },
+ "AccountIdFilter":{
+ "shape":"AccountIdList",
+ "documentation":"Filters the results by account ID.
",
+ "location":"querystring",
+ "locationName":"AccountIdFilter"
+ },
+ "AwsServiceFilter":{
+ "shape":"AWSServiceNameList",
+ "documentation":"Filters the results by Amazon Web Services service.
",
+ "location":"querystring",
+ "locationName":"AwsServiceFilter"
+ },
+ "MaxResults":{
+ "shape":"MaxResults1000",
+ "location":"querystring",
+ "locationName":"MaxResults"
+ },
+ "NextToken":{
+ "shape":"Token",
+ "location":"querystring",
+ "locationName":"NextToken"
+ }
+ }
+ },
+ "ListAssetInstancesOutput":{
+ "type":"structure",
+ "members":{
+ "AssetInstances":{
+ "shape":"AssetInstanceList",
+ "documentation":"List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.
"
+ },
+ "NextToken":{"shape":"Token"}
+ }
+ },
"ListAssetsInput":{
"type":"structure",
"required":["OutpostIdentifier"],
@@ -1723,6 +1951,47 @@
"NextToken":{"shape":"Token"}
}
},
+ "ListBlockingInstancesForCapacityTaskInput":{
+ "type":"structure",
+ "required":[
+ "OutpostIdentifier",
+ "CapacityTaskId"
+ ],
+ "members":{
+ "OutpostIdentifier":{
+ "shape":"OutpostIdentifier",
+ "documentation":"The ID or ARN of the Outpost associated with the specified capacity task.
",
+ "location":"uri",
+ "locationName":"OutpostId"
+ },
+ "CapacityTaskId":{
+ "shape":"CapacityTaskId",
+ "documentation":"The ID of the capacity task.
",
+ "location":"uri",
+ "locationName":"CapacityTaskId"
+ },
+ "MaxResults":{
+ "shape":"MaxResults1000",
+ "location":"querystring",
+ "locationName":"MaxResults"
+ },
+ "NextToken":{
+ "shape":"Token",
+ "location":"querystring",
+ "locationName":"NextToken"
+ }
+ }
+ },
+ "ListBlockingInstancesForCapacityTaskOutput":{
+ "type":"structure",
+ "members":{
+ "BlockingInstances":{
+ "shape":"BlockingInstancesList",
+ "documentation":"A list of all running Amazon EC2 instances on the Outpost. Stopping one or more of these instances can free up the capacity needed to run the capacity task.
"
+ },
+ "NextToken":{"shape":"Token"}
+ }
+ },
"ListCapacityTasksInput":{
"type":"structure",
"members":{
@@ -2169,6 +2438,16 @@
"min":1,
"pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/)?op-[a-f0-9]{17}$"
},
+ "OutpostInstanceType":{
+ "type":"string",
+ "max":30,
+ "min":3,
+ "pattern":"[a-z0-9\\-\\.]+"
+ },
+ "OutpostInstanceTypeList":{
+ "type":"list",
+ "member":{"shape":"OutpostInstanceType"}
+ },
"OutpostName":{
"type":"string",
"documentation":"The name of the Outpost.
",
@@ -2420,7 +2699,6 @@
"type":"structure",
"required":[
"OutpostIdentifier",
- "OrderId",
"InstancePools"
],
"members":{
@@ -2438,9 +2716,17 @@
"shape":"RequestedInstancePools",
"documentation":"The instance pools specified in the capacity task.
"
},
+ "InstancesToExclude":{
+ "shape":"InstancesToExclude",
+ "documentation":"List of user-specified running instances that must not be stopped in order to free up the capacity needed to run the capacity task.
"
+ },
"DryRun":{
"shape":"DryRun",
"documentation":"You can request a dry run to determine if the instance type and instance size changes is above or below available instance capacity. Requesting a dry run does not make any changes to your plan.
"
+ },
+ "TaskActionOnBlockingInstances":{
+ "shape":"TaskActionOnBlockingInstances",
+ "documentation":"Specify one of the following options in case an instance is blocking the capacity task from running.
"
}
}
},
@@ -2463,6 +2749,10 @@
"shape":"RequestedInstancePools",
"documentation":"List of the instance pools requested in the specified capacity task.
"
},
+ "InstancesToExclude":{
+ "shape":"InstancesToExclude",
+ "documentation":"User-specified instances that must not be stopped in order to free up the capacity needed to run the capacity task.
"
+ },
"DryRun":{
"shape":"DryRun",
"documentation":"Results of the dry run showing if the specified capacity task is above or below the available instance capacity.
"
@@ -2486,6 +2776,10 @@
"LastModifiedDate":{
"shape":"ISO8601Timestamp",
"documentation":"Date that the specified capacity task was last modified.
"
+ },
+ "TaskActionOnBlockingInstances":{
+ "shape":"TaskActionOnBlockingInstances",
+ "documentation":"User-specified option in case an instance is blocking the capacity task from running.
"
}
}
},
@@ -2621,6 +2915,13 @@
"max":256,
"pattern":"^[\\S \\n]+$"
},
+ "TaskActionOnBlockingInstances":{
+ "type":"string",
+ "enum":[
+ "WAIT_FOR_EVACUATION",
+ "FAIL_TASK"
+ ]
+ },
"Token":{
"type":"string",
"documentation":"The pagination token.
",
From 8fd9353b0b98cc9568294852a219f3440bd08d0c Mon Sep 17 00:00:00 2001
From: aws-sdk-python-automation
Date: Mon, 11 Nov 2024 19:05:28 +0000
Subject: [PATCH 3/4] Update endpoints model
---
botocore/data/endpoints.json | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json
index d95c35d47d..cfbb599d6a 100644
--- a/botocore/data/endpoints.json
+++ b/botocore/data/endpoints.json
@@ -25111,30 +25111,55 @@
},
"bedrock" : {
"endpoints" : {
+ "bedrock-fips-us-gov-east-1" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "bedrock-fips.us-gov-east-1.amazonaws.com"
+ },
"bedrock-fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
},
+ "bedrock-runtime-fips-us-gov-east-1" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "bedrock-runtime-fips.us-gov-east-1.amazonaws.com"
+ },
"bedrock-runtime-fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
},
+ "bedrock-runtime-us-gov-east-1" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "bedrock-runtime.us-gov-east-1.amazonaws.com"
+ },
"bedrock-runtime-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "bedrock-runtime.us-gov-west-1.amazonaws.com"
},
+ "bedrock-us-gov-east-1" : {
+ "credentialScope" : {
+ "region" : "us-gov-east-1"
+ },
+ "hostname" : "bedrock.us-gov-east-1.amazonaws.com"
+ },
"bedrock-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "bedrock.us-gov-west-1.amazonaws.com"
},
+ "us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
From 76cb4a77a1f29c97467e0e462cb11f0d26fe56c6 Mon Sep 17 00:00:00 2001
From: aws-sdk-python-automation
Date: Mon, 11 Nov 2024 19:06:44 +0000
Subject: [PATCH 4/4] Bumping version to 1.35.58
---
.changes/1.35.58.json | 27 +++++++++++++++++++
.../api-change-cloudfront-57602.json | 5 ----
.../api-change-inspector2-50915.json | 5 ----
.../next-release/api-change-lambda-39055.json | 5 ----
.../api-change-opensearch-5290.json | 5 ----
.../api-change-outposts-76485.json | 5 ----
CHANGELOG.rst | 10 +++++++
botocore/__init__.py | 2 +-
docs/source/conf.py | 2 +-
9 files changed, 39 insertions(+), 27 deletions(-)
create mode 100644 .changes/1.35.58.json
delete mode 100644 .changes/next-release/api-change-cloudfront-57602.json
delete mode 100644 .changes/next-release/api-change-inspector2-50915.json
delete mode 100644 .changes/next-release/api-change-lambda-39055.json
delete mode 100644 .changes/next-release/api-change-opensearch-5290.json
delete mode 100644 .changes/next-release/api-change-outposts-76485.json
diff --git a/.changes/1.35.58.json b/.changes/1.35.58.json
new file mode 100644
index 0000000000..e89e035904
--- /dev/null
+++ b/.changes/1.35.58.json
@@ -0,0 +1,27 @@
+[
+ {
+ "category": "``cloudfront``",
+ "description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.",
+ "type": "api-change"
+ },
+ {
+ "category": "``inspector2``",
+ "description": "Adds support for filePath filter.",
+ "type": "api-change"
+ },
+ {
+ "category": "``lambda``",
+ "description": "Add Python 3.13 (python3.13) support to AWS Lambda",
+ "type": "api-change"
+ },
+ {
+ "category": "``opensearch``",
+ "description": "Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.",
+ "type": "api-change"
+ },
+ {
+ "category": "``outposts``",
+ "description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.",
+ "type": "api-change"
+ }
+]
\ No newline at end of file
diff --git a/.changes/next-release/api-change-cloudfront-57602.json b/.changes/next-release/api-change-cloudfront-57602.json
deleted file mode 100644
index 0a4b44577f..0000000000
--- a/.changes/next-release/api-change-cloudfront-57602.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "type": "api-change",
- "category": "``cloudfront``",
- "description": "No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged."
-}
diff --git a/.changes/next-release/api-change-inspector2-50915.json b/.changes/next-release/api-change-inspector2-50915.json
deleted file mode 100644
index 240c8b4de8..0000000000
--- a/.changes/next-release/api-change-inspector2-50915.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "type": "api-change",
- "category": "``inspector2``",
- "description": "Adds support for filePath filter."
-}
diff --git a/.changes/next-release/api-change-lambda-39055.json b/.changes/next-release/api-change-lambda-39055.json
deleted file mode 100644
index 576b7c9b53..0000000000
--- a/.changes/next-release/api-change-lambda-39055.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "type": "api-change",
- "category": "``lambda``",
- "description": "Add Python 3.13 (python3.13) support to AWS Lambda"
-}
diff --git a/.changes/next-release/api-change-opensearch-5290.json b/.changes/next-release/api-change-opensearch-5290.json
deleted file mode 100644
index 567a318ea1..0000000000
--- a/.changes/next-release/api-change-opensearch-5290.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "type": "api-change",
- "category": "``opensearch``",
- "description": "Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time."
-}
diff --git a/.changes/next-release/api-change-outposts-76485.json b/.changes/next-release/api-change-outposts-76485.json
deleted file mode 100644
index 8d253545b6..0000000000
--- a/.changes/next-release/api-change-outposts-76485.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "type": "api-change",
- "category": "``outposts``",
- "description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost."
-}
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3e229f599a..15bf3f6b48 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,16 @@
CHANGELOG
=========
+1.35.58
+=======
+
+* api-change:``cloudfront``: No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
+* api-change:``inspector2``: Adds support for filePath filter.
+* api-change:``lambda``: Add Python 3.13 (python3.13) support to AWS Lambda
+* api-change:``opensearch``: Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.
+* api-change:``outposts``: This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.
+
+
1.35.57
=======
diff --git a/botocore/__init__.py b/botocore/__init__.py
index 52633d4ebe..02987e8519 100644
--- a/botocore/__init__.py
+++ b/botocore/__init__.py
@@ -16,7 +16,7 @@
import os
import re
-__version__ = '1.35.57'
+__version__ = '1.35.58'
class NullHandler(logging.Handler):
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c836d2847a..6e77cfb4dd 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
-release = '1.35.57'
+release = '1.35.58'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.