Skip to content

Commit

Permalink
Updates SDK to v2.1269.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 6, 2022
1 parent 055dbc0 commit 1119cde
Show file tree
Hide file tree
Showing 21 changed files with 2,591 additions and 498 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1269.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Billingconductor",
"description": "This release adds the Tiering Pricing Rule feature."
},
{
"type": "feature",
"category": "Connect",
"description": "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"
},
{
"type": "feature",
"category": "DynamoDB",
"description": "Endpoint Ruleset update: Use http instead of https for the \"local\" region."
},
{
"type": "feature",
"category": "DynamoDBStreams",
"description": "Endpoint Ruleset update: Use http instead of https for the \"local\" region."
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations."
},
{
"type": "feature",
"category": "SageMakerFeatureStoreRuntime",
"description": "For online + offline Feature Groups, added ability to target PutRecord and DeleteRecord actions to only online store, or only offline store. If target store parameter is not specified, actions will apply to both stores."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1268.0-->
<!--LATEST=2.1269.0-->
<!--ENTRYINSERT-->

## 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
* feature: DynamoDB: Endpoint Ruleset update: Use http instead of https for the "local" region.
* feature: DynamoDBStreams: Endpoint Ruleset update: Use http instead of https for the "local" region.
* feature: RDS: This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.
* feature: SageMakerFeatureStoreRuntime: For online + offline Feature Groups, added ability to target PutRecord and DeleteRecord actions to only online store, or only offline store. If target store parameter is not specified, actions will apply to both stores.

## 2.1268.0
* feature: CostExplorer: This release introduces two new APIs that offer a 1-click experience to refresh Savings Plans recommendations. The two APIs are StartSavingsPlansPurchaseRecommendationGeneration and ListSavingsPlansPurchaseRecommendationGeneration.
* feature: EC2: Documentation updates for EC2.
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.1268.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1269.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
100 changes: 81 additions & 19 deletions apis/billingconductor-2021-07-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@
"required": [
"Name",
"Scope",
"Type",
"ModifierPercentage"
"Type"
],
"members": {
"ClientToken": {
Expand All @@ -338,7 +337,26 @@
"Tags": {
"shape": "Sz"
},
"BillingEntity": {}
"BillingEntity": {},
"Tiering": {
"type": "structure",
"required": [
"FreeTier"
],
"members": {
"FreeTier": {
"type": "structure",
"required": [
"Activated"
],
"members": {
"Activated": {
"type": "boolean"
}
}
}
}
}
}
},
"output": {
Expand Down Expand Up @@ -554,7 +572,7 @@
"type": "structure",
"members": {
"BillingGroupArns": {
"shape": "S2g"
"shape": "S2j"
}
}
}
Expand Down Expand Up @@ -598,7 +616,7 @@
"type": "structure",
"members": {
"Arns": {
"shape": "S2g"
"shape": "S2j"
},
"PricingPlan": {}
}
Expand Down Expand Up @@ -684,7 +702,7 @@
"shape": "S14"
},
"ChargeDetails": {
"shape": "S35"
"shape": "S38"
},
"CurrencyCode": {},
"Description": {
Expand Down Expand Up @@ -733,7 +751,7 @@
}
},
"BillingGroups": {
"shape": "S2g"
"shape": "S2j"
},
"Arns": {
"type": "list",
Expand All @@ -756,7 +774,7 @@
"shape": "S14"
},
"ChargeDetails": {
"shape": "S35"
"shape": "S38"
},
"CurrencyCode": {},
"Description": {
Expand Down Expand Up @@ -793,7 +811,7 @@
"type": "structure",
"members": {
"Arns": {
"shape": "S3k"
"shape": "S3n"
}
}
},
Expand Down Expand Up @@ -860,7 +878,7 @@
"BillingPeriod": {},
"PricingRuleArn": {},
"PricingPlanArns": {
"shape": "S3k"
"shape": "S3n"
},
"NextToken": {}
}
Expand All @@ -879,7 +897,7 @@
"type": "structure",
"members": {
"Arns": {
"shape": "S3v"
"shape": "S3y"
}
}
},
Expand Down Expand Up @@ -920,7 +938,26 @@
"LastModifiedTime": {
"type": "long"
},
"BillingEntity": {}
"BillingEntity": {},
"Tiering": {
"type": "structure",
"required": [
"FreeTier"
],
"members": {
"FreeTier": {
"type": "structure",
"required": [
"Activated"
],
"members": {
"Activated": {
"type": "boolean"
}
}
}
}
}
}
}
},
Expand Down Expand Up @@ -953,7 +990,7 @@
"BillingPeriod": {},
"PricingPlanArn": {},
"PricingRuleArns": {
"shape": "S3v"
"shape": "S3y"
},
"NextToken": {}
}
Expand Down Expand Up @@ -1196,7 +1233,7 @@
"shape": "S15"
},
"ChargeDetails": {
"shape": "S35"
"shape": "S38"
},
"LastModifiedTime": {
"type": "long"
Expand Down Expand Up @@ -1271,6 +1308,9 @@
"Type": {},
"ModifierPercentage": {
"type": "double"
},
"Tiering": {
"shape": "S4w"
}
}
},
Expand All @@ -1296,7 +1336,10 @@
"LastModifiedTime": {
"type": "long"
},
"BillingEntity": {}
"BillingEntity": {},
"Tiering": {
"shape": "S4w"
}
}
},
"idempotent": true
Expand Down Expand Up @@ -1398,11 +1441,11 @@
"type": "string",
"sensitive": true
},
"S2g": {
"S2j": {
"type": "list",
"member": {}
},
"S35": {
"S38": {
"type": "structure",
"required": [
"Type"
Expand Down Expand Up @@ -1433,13 +1476,32 @@
"Type": {}
}
},
"S3k": {
"S3n": {
"type": "list",
"member": {}
},
"S3v": {
"S3y": {
"type": "list",
"member": {}
},
"S4w": {
"type": "structure",
"required": [
"FreeTier"
],
"members": {
"FreeTier": {
"type": "structure",
"required": [
"Activated"
],
"members": {
"Activated": {
"type": "boolean"
}
}
}
}
}
}
}
Loading

0 comments on commit 1119cde

Please sign in to comment.