Skip to content

Commit

Permalink
Updates SDK to v2.1615.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 7, 2024
1 parent 95dfe07 commit 13c1fc1
Show file tree
Hide file tree
Showing 21 changed files with 752 additions and 107 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1615.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Budgets",
"description": "This release adds tag support for budgets and budget actions."
},
{
"type": "feature",
"category": "Resiliencehub",
"description": "AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1614.0-->
<!--LATEST=2.1615.0-->
<!--ENTRYINSERT-->

## 2.1615.0
* feature: Budgets: This release adds tag support for budgets and budget actions.
* feature: Resiliencehub: AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.

## 2.1614.0
* feature: MediaLive: AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1614.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1615.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
14 changes: 7 additions & 7 deletions apis/b2bi-2022-06-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@
},
"mappingTemplate": {
"shape": "MappingTemplate",
"documentation": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
"documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
},
"ediType": {
"shape": "EdiType",
Expand Down Expand Up @@ -1248,7 +1248,7 @@
},
"mappingTemplate": {
"shape": "MappingTemplate",
"documentation": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
"documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
},
"status": {
"shape": "TransformerStatus",
Expand Down Expand Up @@ -1643,7 +1643,7 @@
},
"mappingTemplate": {
"shape": "MappingTemplate",
"documentation": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
"documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
},
"status": {
"shape": "TransformerStatus",
Expand Down Expand Up @@ -2126,7 +2126,7 @@
},
"mappingTemplate": {
"shape": "MappingTemplate",
"documentation": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
"documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
},
"fileFormat": {
"shape": "FileFormat",
Expand Down Expand Up @@ -2250,7 +2250,7 @@
},
"mappingTemplate": {
"shape": "MappingTemplate",
"documentation": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
"documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
},
"status": {
"shape": "TransformerStatus",
Expand Down Expand Up @@ -2533,7 +2533,7 @@
},
"mappingTemplate": {
"shape": "MappingTemplate",
"documentation": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
"documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
},
"status": {
"shape": "TransformerStatus",
Expand Down Expand Up @@ -2581,7 +2581,7 @@
},
"mappingTemplate": {
"shape": "MappingTemplate",
"documentation": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
"documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
},
"status": {
"shape": "TransformerStatus",
Expand Down
123 changes: 102 additions & 21 deletions apis/budgets-2016-10-20.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "budgets",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "AWSBudgets",
"serviceFullName": "AWS Budgets",
"serviceId": "Budgets",
Expand Down Expand Up @@ -42,6 +45,9 @@
}
}
}
},
"ResourceTags": {
"shape": "S10"
}
}
},
Expand Down Expand Up @@ -70,15 +76,18 @@
"NotificationType": {},
"ActionType": {},
"ActionThreshold": {
"shape": "S13"
"shape": "S17"
},
"Definition": {
"shape": "S14"
"shape": "S18"
},
"ExecutionRoleArn": {},
"ApprovalModel": {},
"Subscribers": {
"shape": "Sw"
},
"ResourceTags": {
"shape": "S10"
}
}
},
Expand Down Expand Up @@ -188,7 +197,7 @@
"AccountId": {},
"BudgetName": {},
"Action": {
"shape": "S1y"
"shape": "S22"
}
}
}
Expand Down Expand Up @@ -285,7 +294,7 @@
"AccountId": {},
"BudgetName": {},
"Action": {
"shape": "S1y"
"shape": "S22"
}
}
}
Expand Down Expand Up @@ -342,7 +351,7 @@
"members": {
"Message": {},
"Action": {
"shape": "S1y"
"shape": "S22"
}
}
}
Expand Down Expand Up @@ -374,7 +383,7 @@
],
"members": {
"Actions": {
"shape": "S2h"
"shape": "S2l"
},
"NextToken": {}
}
Expand Down Expand Up @@ -403,7 +412,7 @@
],
"members": {
"Actions": {
"shape": "S2h"
"shape": "S2l"
},
"NextToken": {}
}
Expand Down Expand Up @@ -432,7 +441,7 @@
"type": "structure",
"members": {
"Notifications": {
"shape": "S2p"
"shape": "S2t"
},
"BudgetName": {}
}
Expand Down Expand Up @@ -546,7 +555,7 @@
"type": "structure",
"members": {
"Notifications": {
"shape": "S2p"
"shape": "S2t"
},
"NextToken": {}
}
Expand Down Expand Up @@ -614,6 +623,64 @@
}
}
},
"ListTagsForResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN"
],
"members": {
"ResourceARN": {}
}
},
"output": {
"type": "structure",
"members": {
"ResourceTags": {
"shape": "S10"
}
}
}
},
"TagResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN",
"ResourceTags"
],
"members": {
"ResourceARN": {},
"ResourceTags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"input": {
"type": "structure",
"required": [
"ResourceARN",
"ResourceTagKeys"
],
"members": {
"ResourceARN": {},
"ResourceTagKeys": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateBudget": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -647,10 +714,10 @@
"ActionId": {},
"NotificationType": {},
"ActionThreshold": {
"shape": "S13"
"shape": "S17"
},
"Definition": {
"shape": "S14"
"shape": "S18"
},
"ExecutionRoleArn": {},
"ApprovalModel": {},
Expand All @@ -671,10 +738,10 @@
"AccountId": {},
"BudgetName": {},
"OldAction": {
"shape": "S1y"
"shape": "S22"
},
"NewAction": {
"shape": "S1y"
"shape": "S22"
}
}
}
Expand Down Expand Up @@ -915,7 +982,21 @@
}
}
},
"S13": {
"S10": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"S17": {
"type": "structure",
"required": [
"ActionThresholdValue",
Expand All @@ -928,7 +1009,7 @@
"ActionThresholdType": {}
}
},
"S14": {
"S18": {
"type": "structure",
"members": {
"IamActionDefinition": {
Expand Down Expand Up @@ -984,7 +1065,7 @@
}
}
},
"S1y": {
"S22": {
"type": "structure",
"required": [
"ActionId",
Expand All @@ -1004,10 +1085,10 @@
"NotificationType": {},
"ActionType": {},
"ActionThreshold": {
"shape": "S13"
"shape": "S17"
},
"Definition": {
"shape": "S14"
"shape": "S18"
},
"ExecutionRoleArn": {},
"ApprovalModel": {},
Expand All @@ -1017,13 +1098,13 @@
}
}
},
"S2h": {
"S2l": {
"type": "list",
"member": {
"shape": "S1y"
"shape": "S22"
}
},
"S2p": {
"S2t": {
"type": "list",
"member": {
"shape": "Sq"
Expand Down

0 comments on commit 13c1fc1

Please sign in to comment.