Skip to content

Commit

Permalink
Updates SDK to v2.1270.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 7, 2022
1 parent 1119cde commit eb9866c
Show file tree
Hide file tree
Showing 21 changed files with 779 additions and 139 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1270.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause"
},
{
"type": "feature",
"category": "EKS",
"description": "Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1269.0-->
<!--LATEST=2.1270.0-->
<!--ENTRYINSERT-->

## 2.1270.0
* feature: CloudFront: Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
* feature: CostExplorer: This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause
* feature: EKS: Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function

## 2.1269.0
* feature: Billingconductor: This release adds the Tiering Pricing Rule feature.
* feature: Connect: This release provides APIs that enable you to programmatically manage rules for Contact Lens conversational analytics and third party applications. For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/rules-api.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1269.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1270.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 2 additions & 1 deletion apis/ce-2017-10-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
"Service": {},
"Region": {},
"LinkedAccount": {},
"UsageType": {}
"UsageType": {},
"LinkedAccountName": {}
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion apis/ce-2017-10-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4400,9 +4400,13 @@
"UsageType": {
"shape": "GenericString",
"documentation": "<p>The <code>UsageType</code> value that's associated with the cost anomaly. </p>"
},
"LinkedAccountName": {
"shape": "GenericString",
"documentation": "<p>The member account name value that's associated with the cost anomaly.</p>"
}
},
"documentation": "<p>The combination of Amazon Web Service, linked account, Region, and usage type where a cost anomaly is observed. </p>"
"documentation": "<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>"
},
"RootCauses": {
"type": "list",
Expand Down
49 changes: 48 additions & 1 deletion apis/cloudfront-2020-05-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3593,6 +3593,45 @@
"payload": "Distribution"
}
},
"UpdateDistributionWithStagingConfig": {
"http": {
"method": "PUT",
"requestUri": "/2020-05-31/distribution/{Id}/promote-staging-config"
},
"input": {
"type": "structure",
"required": [
"Id"
],
"members": {
"Id": {
"location": "uri",
"locationName": "Id"
},
"StagingDistributionId": {
"location": "querystring",
"locationName": "StagingDistributionId"
},
"IfMatch": {
"location": "header",
"locationName": "If-Match"
}
}
},
"output": {
"type": "structure",
"members": {
"Distribution": {
"shape": "S6"
},
"ETag": {
"location": "header",
"locationName": "ETag"
}
},
"payload": "Distribution"
}
},
"UpdateFieldLevelEncryptionConfig": {
"http": {
"method": "PUT",
Expand Down Expand Up @@ -4202,6 +4241,10 @@
"HttpVersion": {},
"IsIPV6Enabled": {
"type": "boolean"
},
"ContinuousDeploymentPolicyId": {},
"Staging": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -5976,7 +6019,8 @@
"Restrictions",
"WebACLId",
"HttpVersion",
"IsIPV6Enabled"
"IsIPV6Enabled",
"Staging"
],
"members": {
"Id": {},
Expand Down Expand Up @@ -6022,6 +6066,9 @@
},
"AliasICPRecordals": {
"shape": "S2j"
},
"Staging": {
"type": "boolean"
}
}
}
Expand Down
Loading

0 comments on commit eb9866c

Please sign in to comment.