Skip to content

Commit

Permalink
Release v1.44.155 (2022-12-07) (#4656)
Browse files Browse the repository at this point in the history
Release v1.44.155 (2022-12-07)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/cloudfront`: Updates service API and documentation
  * Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
* `service/eks`: Updates service API and documentation
* `service/kms`: Updates service documentation and examples
  * Updated examples and exceptions for External Key Store (XKS).
  • Loading branch information
aws-sdk-go-automation committed Dec 7, 2022
1 parent 18d863d commit 1f86cfa
Show file tree
Hide file tree
Showing 27 changed files with 1,497 additions and 388 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.155 (2022-12-07)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/cloudfront`: Updates service API and documentation
* Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
* `service/eks`: Updates service API and documentation
* `service/kms`: Updates service documentation and examples
* Updated examples and exceptions for External Key Store (XKS).

Release v1.44.154 (2022-12-06)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.154"
const SDKVersion = "1.44.155"
3 changes: 2 additions & 1 deletion models/apis/ce/2017-10-25/api-2.json
Expand Up @@ -2374,7 +2374,8 @@
"Service":{"shape":"GenericString"},
"Region":{"shape":"GenericString"},
"LinkedAccount":{"shape":"GenericString"},
"UsageType":{"shape":"GenericString"}
"UsageType":{"shape":"GenericString"},
"LinkedAccountName":{"shape":"GenericString"}
}
},
"RootCauses":{
Expand Down
3 changes: 2 additions & 1 deletion models/apis/ce/2017-10-25/docs-2.json
Expand Up @@ -897,6 +897,7 @@
"RootCause$Region": "<p>The Amazon Web Services Region that's associated with the cost anomaly. </p>",
"RootCause$LinkedAccount": "<p>The member account value that's associated with the cost anomaly. </p>",
"RootCause$UsageType": "<p>The <code>UsageType</code> value that's associated with the cost anomaly. </p>",
"RootCause$LinkedAccountName": "<p>The member account name value that's associated with the cost anomaly.</p>",
"SavingsPlansAmortizedCommitment$AmortizedRecurringCommitment": "<p>The amortized amount of your Savings Plans commitment that was purchased with either a <code>Partial</code> or a <code>NoUpfront</code>.</p>",
"SavingsPlansAmortizedCommitment$AmortizedUpfrontCommitment": "<p>The amortized amount of your Savings Plans commitment that was purchased with an <code>Upfront</code> or <code>PartialUpfront</code> Savings Plans.</p>",
"SavingsPlansAmortizedCommitment$TotalAmortizedCommitment": "<p>The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method. </p>",
Expand Down Expand Up @@ -1793,7 +1794,7 @@
}
},
"RootCause": {
"base": "<p>The combination of Amazon Web Service, linked account, Region, and usage type where a cost anomaly is observed. </p>",
"base": "<p>The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.</p>",
"refs": {
"RootCauses$member": null
}
Expand Down
8 changes: 4 additions & 4 deletions models/apis/ce/2017-10-25/endpoint-tests-1.json
Expand Up @@ -7,9 +7,9 @@
"properties": {
"authSchemes": [
{
"signingRegion": "cn-northwest-1",
"name": "sigv4",
"signingName": "ce",
"signingRegion": "cn-northwest-1"
"signingName": "ce"
}
]
},
Expand All @@ -29,9 +29,9 @@
"properties": {
"authSchemes": [
{
"signingRegion": "us-east-1",
"name": "sigv4",
"signingName": "ce",
"signingRegion": "us-east-1"
"signingName": "ce"
}
]
},
Expand Down
170 changes: 162 additions & 8 deletions models/apis/cloudfront/2020-05-31/api-2.json
Expand Up @@ -157,6 +157,8 @@
{"shape":"AccessDenied"},
{"shape":"InvalidArgument"},
{"shape":"InconsistentQuantities"},
{"shape":"ContinuousDeploymentPolicyAlreadyExists"},
{"shape":"TooManyContinuousDeploymentPolicies"},
{"shape":"StagingDistributionInUse"}
]
},
Expand Down Expand Up @@ -232,6 +234,8 @@
{"shape":"TrustedKeyGroupDoesNotExist"},
{"shape":"NoSuchRealtimeLogConfig"},
{"shape":"RealtimeLogConfigOwnerMismatch"},
{"shape":"ContinuousDeploymentPolicyInUse"},
{"shape":"NoSuchContinuousDeploymentPolicy"},
{"shape":"InvalidDomainNameForOriginAccessControl"}
]
},
Expand Down Expand Up @@ -306,6 +310,8 @@
{"shape":"TrustedKeyGroupDoesNotExist"},
{"shape":"NoSuchRealtimeLogConfig"},
{"shape":"RealtimeLogConfigOwnerMismatch"},
{"shape":"ContinuousDeploymentPolicyInUse"},
{"shape":"NoSuchContinuousDeploymentPolicy"},
{"shape":"InvalidDomainNameForOriginAccessControl"}
]
},
Expand Down Expand Up @@ -605,7 +611,9 @@
{"shape":"InvalidIfMatchVersion"},
{"shape":"InvalidArgument"},
{"shape":"AccessDenied"},
{"shape":"PreconditionFailed"}
{"shape":"PreconditionFailed"},
{"shape":"ContinuousDeploymentPolicyInUse"},
{"shape":"NoSuchContinuousDeploymentPolicy"}
]
},
"DeleteDistribution":{
Expand Down Expand Up @@ -877,7 +885,8 @@
"input":{"shape":"GetContinuousDeploymentPolicyRequest"},
"output":{"shape":"GetContinuousDeploymentPolicyResult"},
"errors":[
{"shape":"AccessDenied"}
{"shape":"AccessDenied"},
{"shape":"NoSuchContinuousDeploymentPolicy"}
]
},
"GetContinuousDeploymentPolicyConfig":{
Expand All @@ -889,7 +898,8 @@
"input":{"shape":"GetContinuousDeploymentPolicyConfigRequest"},
"output":{"shape":"GetContinuousDeploymentPolicyConfigResult"},
"errors":[
{"shape":"AccessDenied"}
{"shape":"AccessDenied"},
{"shape":"NoSuchContinuousDeploymentPolicy"}
]
},
"GetDistribution":{
Expand Down Expand Up @@ -1234,7 +1244,8 @@
"output":{"shape":"ListContinuousDeploymentPoliciesResult"},
"errors":[
{"shape":"InvalidArgument"},
{"shape":"AccessDenied"}
{"shape":"AccessDenied"},
{"shape":"NoSuchContinuousDeploymentPolicy"}
]
},
"ListDistributions":{
Expand Down Expand Up @@ -1610,7 +1621,8 @@
{"shape":"AccessDenied"},
{"shape":"InconsistentQuantities"},
{"shape":"PreconditionFailed"},
{"shape":"StagingDistributionInUse"}
{"shape":"StagingDistributionInUse"},
{"shape":"NoSuchContinuousDeploymentPolicy"}
]
},
"UpdateDistribution":{
Expand Down Expand Up @@ -1682,11 +1694,84 @@
{"shape":"TrustedKeyGroupDoesNotExist"},
{"shape":"NoSuchRealtimeLogConfig"},
{"shape":"RealtimeLogConfigOwnerMismatch"},
{"shape":"ContinuousDeploymentPolicyInUse"},
{"shape":"NoSuchContinuousDeploymentPolicy"},
{"shape":"StagingDistributionInUse"},
{"shape":"IllegalOriginAccessConfiguration"},
{"shape":"InvalidDomainNameForOriginAccessControl"}
]
},
"UpdateDistributionWithStagingConfig":{
"name":"UpdateDistributionWithStagingConfig2020_05_31",
"http":{
"method":"PUT",
"requestUri":"/2020-05-31/distribution/{Id}/promote-staging-config"
},
"input":{"shape":"UpdateDistributionWithStagingConfigRequest"},
"output":{"shape":"UpdateDistributionWithStagingConfigResult"},
"errors":[
{"shape":"AccessDenied"},
{"shape":"CNAMEAlreadyExists"},
{"shape":"IllegalUpdate"},
{"shape":"InvalidIfMatchVersion"},
{"shape":"MissingBody"},
{"shape":"NoSuchDistribution"},
{"shape":"PreconditionFailed"},
{"shape":"TooManyDistributionCNAMEs"},
{"shape":"InvalidDefaultRootObject"},
{"shape":"InvalidRelativePath"},
{"shape":"InvalidErrorCode"},
{"shape":"InvalidResponseCode"},
{"shape":"InvalidArgument"},
{"shape":"InvalidOriginAccessIdentity"},
{"shape":"InvalidOriginAccessControl"},
{"shape":"TooManyTrustedSigners"},
{"shape":"TrustedSignerDoesNotExist"},
{"shape":"InvalidViewerCertificate"},
{"shape":"InvalidMinimumProtocolVersion"},
{"shape":"InvalidRequiredProtocol"},
{"shape":"NoSuchOrigin"},
{"shape":"TooManyOrigins"},
{"shape":"TooManyOriginGroupsPerDistribution"},
{"shape":"TooManyCacheBehaviors"},
{"shape":"TooManyCookieNamesInWhiteList"},
{"shape":"InvalidForwardCookies"},
{"shape":"TooManyHeadersInForwardedValues"},
{"shape":"InvalidHeadersForS3Origin"},
{"shape":"InconsistentQuantities"},
{"shape":"TooManyCertificates"},
{"shape":"InvalidLocationCode"},
{"shape":"InvalidGeoRestrictionParameter"},
{"shape":"InvalidTTLOrder"},
{"shape":"InvalidWebACLId"},
{"shape":"TooManyOriginCustomHeaders"},
{"shape":"TooManyQueryStringParameters"},
{"shape":"InvalidQueryStringParameters"},
{"shape":"TooManyDistributionsWithLambdaAssociations"},
{"shape":"TooManyDistributionsWithSingleFunctionARN"},
{"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":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
{"shape":"TooManyDistributionsAssociatedToKeyGroup"},
{"shape":"TooManyKeyGroupsAssociatedToDistribution"},
{"shape":"TrustedKeyGroupDoesNotExist"},
{"shape":"NoSuchRealtimeLogConfig"},
{"shape":"RealtimeLogConfigOwnerMismatch"}
]
},
"UpdateFieldLevelEncryptionConfig":{
"name":"UpdateFieldLevelEncryptionConfig2020_05_31",
"http":{
Expand Down Expand Up @@ -2403,6 +2488,14 @@
"ContinuousDeploymentPolicyConfig":{"shape":"ContinuousDeploymentPolicyConfig"}
}
},
"ContinuousDeploymentPolicyAlreadyExists":{
"type":"structure",
"members":{
"Message":{"shape":"string"}
},
"error":{"httpStatusCode":409},
"exception":true
},
"ContinuousDeploymentPolicyConfig":{
"type":"structure",
"required":[
Expand All @@ -2415,6 +2508,14 @@
"TrafficConfig":{"shape":"TrafficConfig"}
}
},
"ContinuousDeploymentPolicyInUse":{
"type":"structure",
"members":{
"Message":{"shape":"string"}
},
"error":{"httpStatusCode":409},
"exception":true
},
"ContinuousDeploymentPolicyList":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3457,7 +3558,9 @@
"Restrictions":{"shape":"Restrictions"},
"WebACLId":{"shape":"string"},
"HttpVersion":{"shape":"HttpVersion"},
"IsIPV6Enabled":{"shape":"boolean"}
"IsIPV6Enabled":{"shape":"boolean"},
"ContinuousDeploymentPolicyId":{"shape":"string"},
"Staging":{"shape":"boolean"}
}
},
"DistributionConfigWithTags":{
Expand Down Expand Up @@ -3540,7 +3643,8 @@
"Restrictions",
"WebACLId",
"HttpVersion",
"IsIPV6Enabled"
"IsIPV6Enabled",
"Staging"
],
"members":{
"Id":{"shape":"string"},
Expand All @@ -3562,7 +3666,8 @@
"WebACLId":{"shape":"string"},
"HttpVersion":{"shape":"HttpVersion"},
"IsIPV6Enabled":{"shape":"boolean"},
"AliasICPRecordals":{"shape":"AliasICPRecordals"}
"AliasICPRecordals":{"shape":"AliasICPRecordals"},
"Staging":{"shape":"boolean"}
}
},
"DistributionSummaryList":{
Expand Down Expand Up @@ -5772,6 +5877,14 @@
"error":{"httpStatusCode":404},
"exception":true
},
"NoSuchContinuousDeploymentPolicy":{
"type":"structure",
"members":{
"Message":{"shape":"string"}
},
"error":{"httpStatusCode":404},
"exception":true
},
"NoSuchDistribution":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -7268,6 +7381,14 @@
"error":{"httpStatusCode":400},
"exception":true
},
"TooManyContinuousDeploymentPolicies":{
"type":"structure",
"members":{
"Message":{"shape":"string"}
},
"error":{"httpStatusCode":400},
"exception":true
},
"TooManyCookieNamesInWhiteList":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -7860,6 +7981,39 @@
},
"payload":"Distribution"
},
"UpdateDistributionWithStagingConfigRequest":{
"type":"structure",
"required":["Id"],
"members":{
"Id":{
"shape":"string",
"location":"uri",
"locationName":"Id"
},
"StagingDistributionId":{
"shape":"string",
"location":"querystring",
"locationName":"StagingDistributionId"
},
"IfMatch":{
"shape":"string",
"location":"header",
"locationName":"If-Match"
}
}
},
"UpdateDistributionWithStagingConfigResult":{
"type":"structure",
"members":{
"Distribution":{"shape":"Distribution"},
"ETag":{
"shape":"string",
"location":"header",
"locationName":"ETag"
}
},
"payload":"Distribution"
},
"UpdateFieldLevelEncryptionConfigRequest":{
"type":"structure",
"required":[
Expand Down

0 comments on commit 1f86cfa

Please sign in to comment.