Skip to content

Commit 13c1fc1

Browse files
author
awstools
committed
Updates SDK to v2.1615.0
1 parent 95dfe07 commit 13c1fc1

21 files changed

+752
-107
lines changed

.changes/2.1615.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Budgets",
5+
"description": "This release adds tag support for budgets and budget actions."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Resiliencehub",
10+
"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."
11+
}
12+
]

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1614.0-->
2+
<!--LATEST=2.1615.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1615.0
6+
* feature: Budgets: This release adds tag support for budgets and budget actions.
7+
* 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.
8+
59
## 2.1614.0
610
* 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.
711

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1614.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1615.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/b2bi-2022-06-23.normal.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@
11961196
},
11971197
"mappingTemplate": {
11981198
"shape": "MappingTemplate",
1199-
"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>"
1199+
"documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
12001200
},
12011201
"ediType": {
12021202
"shape": "EdiType",
@@ -1248,7 +1248,7 @@
12481248
},
12491249
"mappingTemplate": {
12501250
"shape": "MappingTemplate",
1251-
"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>"
1251+
"documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
12521252
},
12531253
"status": {
12541254
"shape": "TransformerStatus",
@@ -1643,7 +1643,7 @@
16431643
},
16441644
"mappingTemplate": {
16451645
"shape": "MappingTemplate",
1646-
"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>"
1646+
"documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
16471647
},
16481648
"status": {
16491649
"shape": "TransformerStatus",
@@ -2126,7 +2126,7 @@
21262126
},
21272127
"mappingTemplate": {
21282128
"shape": "MappingTemplate",
2129-
"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>"
2129+
"documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
21302130
},
21312131
"fileFormat": {
21322132
"shape": "FileFormat",
@@ -2250,7 +2250,7 @@
22502250
},
22512251
"mappingTemplate": {
22522252
"shape": "MappingTemplate",
2253-
"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>"
2253+
"documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
22542254
},
22552255
"status": {
22562256
"shape": "TransformerStatus",
@@ -2533,7 +2533,7 @@
25332533
},
25342534
"mappingTemplate": {
25352535
"shape": "MappingTemplate",
2536-
"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>"
2536+
"documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
25372537
},
25382538
"status": {
25392539
"shape": "TransformerStatus",
@@ -2581,7 +2581,7 @@
25812581
},
25822582
"mappingTemplate": {
25832583
"shape": "MappingTemplate",
2584-
"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>"
2584+
"documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
25852585
},
25862586
"status": {
25872587
"shape": "TransformerStatus",

apis/budgets-2016-10-20.min.json

+102-21
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "budgets",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "AWSBudgets",
912
"serviceFullName": "AWS Budgets",
1013
"serviceId": "Budgets",
@@ -42,6 +45,9 @@
4245
}
4346
}
4447
}
48+
},
49+
"ResourceTags": {
50+
"shape": "S10"
4551
}
4652
}
4753
},
@@ -70,15 +76,18 @@
7076
"NotificationType": {},
7177
"ActionType": {},
7278
"ActionThreshold": {
73-
"shape": "S13"
79+
"shape": "S17"
7480
},
7581
"Definition": {
76-
"shape": "S14"
82+
"shape": "S18"
7783
},
7884
"ExecutionRoleArn": {},
7985
"ApprovalModel": {},
8086
"Subscribers": {
8187
"shape": "Sw"
88+
},
89+
"ResourceTags": {
90+
"shape": "S10"
8291
}
8392
}
8493
},
@@ -188,7 +197,7 @@
188197
"AccountId": {},
189198
"BudgetName": {},
190199
"Action": {
191-
"shape": "S1y"
200+
"shape": "S22"
192201
}
193202
}
194203
}
@@ -285,7 +294,7 @@
285294
"AccountId": {},
286295
"BudgetName": {},
287296
"Action": {
288-
"shape": "S1y"
297+
"shape": "S22"
289298
}
290299
}
291300
}
@@ -342,7 +351,7 @@
342351
"members": {
343352
"Message": {},
344353
"Action": {
345-
"shape": "S1y"
354+
"shape": "S22"
346355
}
347356
}
348357
}
@@ -374,7 +383,7 @@
374383
],
375384
"members": {
376385
"Actions": {
377-
"shape": "S2h"
386+
"shape": "S2l"
378387
},
379388
"NextToken": {}
380389
}
@@ -403,7 +412,7 @@
403412
],
404413
"members": {
405414
"Actions": {
406-
"shape": "S2h"
415+
"shape": "S2l"
407416
},
408417
"NextToken": {}
409418
}
@@ -432,7 +441,7 @@
432441
"type": "structure",
433442
"members": {
434443
"Notifications": {
435-
"shape": "S2p"
444+
"shape": "S2t"
436445
},
437446
"BudgetName": {}
438447
}
@@ -546,7 +555,7 @@
546555
"type": "structure",
547556
"members": {
548557
"Notifications": {
549-
"shape": "S2p"
558+
"shape": "S2t"
550559
},
551560
"NextToken": {}
552561
}
@@ -614,6 +623,64 @@
614623
}
615624
}
616625
},
626+
"ListTagsForResource": {
627+
"input": {
628+
"type": "structure",
629+
"required": [
630+
"ResourceARN"
631+
],
632+
"members": {
633+
"ResourceARN": {}
634+
}
635+
},
636+
"output": {
637+
"type": "structure",
638+
"members": {
639+
"ResourceTags": {
640+
"shape": "S10"
641+
}
642+
}
643+
}
644+
},
645+
"TagResource": {
646+
"input": {
647+
"type": "structure",
648+
"required": [
649+
"ResourceARN",
650+
"ResourceTags"
651+
],
652+
"members": {
653+
"ResourceARN": {},
654+
"ResourceTags": {
655+
"shape": "S10"
656+
}
657+
}
658+
},
659+
"output": {
660+
"type": "structure",
661+
"members": {}
662+
}
663+
},
664+
"UntagResource": {
665+
"input": {
666+
"type": "structure",
667+
"required": [
668+
"ResourceARN",
669+
"ResourceTagKeys"
670+
],
671+
"members": {
672+
"ResourceARN": {},
673+
"ResourceTagKeys": {
674+
"type": "list",
675+
"member": {}
676+
}
677+
}
678+
},
679+
"output": {
680+
"type": "structure",
681+
"members": {}
682+
}
683+
},
617684
"UpdateBudget": {
618685
"input": {
619686
"type": "structure",
@@ -647,10 +714,10 @@
647714
"ActionId": {},
648715
"NotificationType": {},
649716
"ActionThreshold": {
650-
"shape": "S13"
717+
"shape": "S17"
651718
},
652719
"Definition": {
653-
"shape": "S14"
720+
"shape": "S18"
654721
},
655722
"ExecutionRoleArn": {},
656723
"ApprovalModel": {},
@@ -671,10 +738,10 @@
671738
"AccountId": {},
672739
"BudgetName": {},
673740
"OldAction": {
674-
"shape": "S1y"
741+
"shape": "S22"
675742
},
676743
"NewAction": {
677-
"shape": "S1y"
744+
"shape": "S22"
678745
}
679746
}
680747
}
@@ -915,7 +982,21 @@
915982
}
916983
}
917984
},
918-
"S13": {
985+
"S10": {
986+
"type": "list",
987+
"member": {
988+
"type": "structure",
989+
"required": [
990+
"Key",
991+
"Value"
992+
],
993+
"members": {
994+
"Key": {},
995+
"Value": {}
996+
}
997+
}
998+
},
999+
"S17": {
9191000
"type": "structure",
9201001
"required": [
9211002
"ActionThresholdValue",
@@ -928,7 +1009,7 @@
9281009
"ActionThresholdType": {}
9291010
}
9301011
},
931-
"S14": {
1012+
"S18": {
9321013
"type": "structure",
9331014
"members": {
9341015
"IamActionDefinition": {
@@ -984,7 +1065,7 @@
9841065
}
9851066
}
9861067
},
987-
"S1y": {
1068+
"S22": {
9881069
"type": "structure",
9891070
"required": [
9901071
"ActionId",
@@ -1004,10 +1085,10 @@
10041085
"NotificationType": {},
10051086
"ActionType": {},
10061087
"ActionThreshold": {
1007-
"shape": "S13"
1088+
"shape": "S17"
10081089
},
10091090
"Definition": {
1010-
"shape": "S14"
1091+
"shape": "S18"
10111092
},
10121093
"ExecutionRoleArn": {},
10131094
"ApprovalModel": {},
@@ -1017,13 +1098,13 @@
10171098
}
10181099
}
10191100
},
1020-
"S2h": {
1101+
"S2l": {
10211102
"type": "list",
10221103
"member": {
1023-
"shape": "S1y"
1104+
"shape": "S22"
10241105
}
10251106
},
1026-
"S2p": {
1107+
"S2t": {
10271108
"type": "list",
10281109
"member": {
10291110
"shape": "Sq"

0 commit comments

Comments
 (0)