Skip to content

Commit c64bf89

Browse files
author
awstools
committed
Updates SDK to v2.1075.0
1 parent aeb6c8b commit c64bf89

21 files changed

+450
-294
lines changed

.changes/2.1075.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Budgets",
5+
"description": "Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CostExplorer",
10+
"description": "AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Glue",
15+
"description": "Support for optimistic locking in UpdateTable"
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1074.0-->
2+
<!--LATEST=2.1075.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1075.0
6+
* feature: Budgets: Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
7+
* feature: CostExplorer: AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.
8+
* feature: Glue: Support for optimistic locking in UpdateTable
9+
510
## 2.1074.0
611
* bugfix: ParamValidator: Fix the validation error when assign non-object values to member with document trait
712
* feature: Appflow: Launching Amazon AppFlow SAP as a destination connector SDK.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1074.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1075.0.min.js"></script>
3333

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

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

Lines changed: 68 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
],
3636
"members": {
3737
"Notification": {
38-
"shape": "Sl"
38+
"shape": "Sp"
3939
},
4040
"Subscribers": {
41-
"shape": "Sr"
41+
"shape": "Sv"
4242
}
4343
}
4444
}
@@ -70,15 +70,15 @@
7070
"NotificationType": {},
7171
"ActionType": {},
7272
"ActionThreshold": {
73-
"shape": "Sy"
73+
"shape": "S12"
7474
},
7575
"Definition": {
76-
"shape": "Sz"
76+
"shape": "S13"
7777
},
7878
"ExecutionRoleArn": {},
7979
"ApprovalModel": {},
8080
"Subscribers": {
81-
"shape": "Sr"
81+
"shape": "Sv"
8282
}
8383
}
8484
},
@@ -109,10 +109,10 @@
109109
"AccountId": {},
110110
"BudgetName": {},
111111
"Notification": {
112-
"shape": "Sl"
112+
"shape": "Sp"
113113
},
114114
"Subscribers": {
115-
"shape": "Sr"
115+
"shape": "Sv"
116116
}
117117
}
118118
},
@@ -134,10 +134,10 @@
134134
"AccountId": {},
135135
"BudgetName": {},
136136
"Notification": {
137-
"shape": "Sl"
137+
"shape": "Sp"
138138
},
139139
"Subscriber": {
140-
"shape": "Ss"
140+
"shape": "Sw"
141141
}
142142
}
143143
},
@@ -188,7 +188,7 @@
188188
"AccountId": {},
189189
"BudgetName": {},
190190
"Action": {
191-
"shape": "S1t"
191+
"shape": "S1x"
192192
}
193193
}
194194
}
@@ -205,7 +205,7 @@
205205
"AccountId": {},
206206
"BudgetName": {},
207207
"Notification": {
208-
"shape": "Sl"
208+
"shape": "Sp"
209209
}
210210
}
211211
},
@@ -227,10 +227,10 @@
227227
"AccountId": {},
228228
"BudgetName": {},
229229
"Notification": {
230-
"shape": "Sl"
230+
"shape": "Sp"
231231
},
232232
"Subscriber": {
233-
"shape": "Ss"
233+
"shape": "Sw"
234234
}
235235
}
236236
},
@@ -285,7 +285,7 @@
285285
"AccountId": {},
286286
"BudgetName": {},
287287
"Action": {
288-
"shape": "S1t"
288+
"shape": "S1x"
289289
}
290290
}
291291
}
@@ -342,7 +342,7 @@
342342
"members": {
343343
"Message": {},
344344
"Action": {
345-
"shape": "S1t"
345+
"shape": "S1x"
346346
}
347347
}
348348
}
@@ -374,7 +374,7 @@
374374
],
375375
"members": {
376376
"Actions": {
377-
"shape": "S2c"
377+
"shape": "S2g"
378378
},
379379
"NextToken": {}
380380
}
@@ -403,7 +403,7 @@
403403
],
404404
"members": {
405405
"Actions": {
406-
"shape": "S2c"
406+
"shape": "S2g"
407407
},
408408
"NextToken": {}
409409
}
@@ -515,7 +515,7 @@
515515
"Notifications": {
516516
"type": "list",
517517
"member": {
518-
"shape": "Sl"
518+
"shape": "Sp"
519519
}
520520
},
521521
"NextToken": {}
@@ -534,7 +534,7 @@
534534
"AccountId": {},
535535
"BudgetName": {},
536536
"Notification": {
537-
"shape": "Sl"
537+
"shape": "Sp"
538538
},
539539
"MaxResults": {
540540
"type": "integer"
@@ -546,7 +546,7 @@
546546
"type": "structure",
547547
"members": {
548548
"Subscribers": {
549-
"shape": "Sr"
549+
"shape": "Sv"
550550
},
551551
"NextToken": {}
552552
}
@@ -617,15 +617,15 @@
617617
"ActionId": {},
618618
"NotificationType": {},
619619
"ActionThreshold": {
620-
"shape": "Sy"
620+
"shape": "S12"
621621
},
622622
"Definition": {
623-
"shape": "Sz"
623+
"shape": "S13"
624624
},
625625
"ExecutionRoleArn": {},
626626
"ApprovalModel": {},
627627
"Subscribers": {
628-
"shape": "Sr"
628+
"shape": "Sv"
629629
}
630630
}
631631
},
@@ -641,10 +641,10 @@
641641
"AccountId": {},
642642
"BudgetName": {},
643643
"OldAction": {
644-
"shape": "S1t"
644+
"shape": "S1x"
645645
},
646646
"NewAction": {
647-
"shape": "S1t"
647+
"shape": "S1x"
648648
}
649649
}
650650
}
@@ -662,10 +662,10 @@
662662
"AccountId": {},
663663
"BudgetName": {},
664664
"OldNotification": {
665-
"shape": "Sl"
665+
"shape": "Sp"
666666
},
667667
"NewNotification": {
668-
"shape": "Sl"
668+
"shape": "Sp"
669669
}
670670
}
671671
},
@@ -688,13 +688,13 @@
688688
"AccountId": {},
689689
"BudgetName": {},
690690
"Notification": {
691-
"shape": "Sl"
691+
"shape": "Sp"
692692
},
693693
"OldSubscriber": {
694-
"shape": "Ss"
694+
"shape": "Sw"
695695
},
696696
"NewSubscriber": {
697-
"shape": "Ss"
697+
"shape": "Sw"
698698
}
699699
}
700700
},
@@ -751,6 +751,32 @@
751751
"BudgetType": {},
752752
"LastUpdatedTime": {
753753
"type": "timestamp"
754+
},
755+
"AutoAdjustData": {
756+
"type": "structure",
757+
"required": [
758+
"AutoAdjustType"
759+
],
760+
"members": {
761+
"AutoAdjustType": {},
762+
"HistoricalOptions": {
763+
"type": "structure",
764+
"required": [
765+
"BudgetAdjustmentPeriod"
766+
],
767+
"members": {
768+
"BudgetAdjustmentPeriod": {
769+
"type": "integer"
770+
},
771+
"LookBackAvailablePeriods": {
772+
"type": "integer"
773+
}
774+
}
775+
},
776+
"LastAutoAdjustTime": {
777+
"type": "timestamp"
778+
}
779+
}
754780
}
755781
}
756782
},
@@ -822,7 +848,7 @@
822848
}
823849
}
824850
},
825-
"Sl": {
851+
"Sp": {
826852
"type": "structure",
827853
"required": [
828854
"NotificationType",
@@ -839,13 +865,13 @@
839865
"NotificationState": {}
840866
}
841867
},
842-
"Sr": {
868+
"Sv": {
843869
"type": "list",
844870
"member": {
845-
"shape": "Ss"
871+
"shape": "Sw"
846872
}
847873
},
848-
"Ss": {
874+
"Sw": {
849875
"type": "structure",
850876
"required": [
851877
"SubscriptionType",
@@ -859,7 +885,7 @@
859885
}
860886
}
861887
},
862-
"Sy": {
888+
"S12": {
863889
"type": "structure",
864890
"required": [
865891
"ActionThresholdValue",
@@ -872,7 +898,7 @@
872898
"ActionThresholdType": {}
873899
}
874900
},
875-
"Sz": {
901+
"S13": {
876902
"type": "structure",
877903
"members": {
878904
"IamActionDefinition": {
@@ -928,7 +954,7 @@
928954
}
929955
}
930956
},
931-
"S1t": {
957+
"S1x": {
932958
"type": "structure",
933959
"required": [
934960
"ActionId",
@@ -948,23 +974,23 @@
948974
"NotificationType": {},
949975
"ActionType": {},
950976
"ActionThreshold": {
951-
"shape": "Sy"
977+
"shape": "S12"
952978
},
953979
"Definition": {
954-
"shape": "Sz"
980+
"shape": "S13"
955981
},
956982
"ExecutionRoleArn": {},
957983
"ApprovalModel": {},
958984
"Status": {},
959985
"Subscribers": {
960-
"shape": "Sr"
986+
"shape": "Sv"
961987
}
962988
}
963989
},
964-
"S2c": {
990+
"S2g": {
965991
"type": "list",
966992
"member": {
967-
"shape": "S1t"
993+
"shape": "S1x"
968994
}
969995
}
970996
}

0 commit comments

Comments
 (0)