aws-sdk 2.1153.0 → 2.1156.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/budgets-2016-10-20.min.json +53 -53
- package/apis/finspace-data-2020-07-13.min.json +278 -73
- package/apis/guardduty-2017-11-28.min.json +325 -98
- package/apis/lookoutmetrics-2017-07-25.min.json +105 -48
- package/apis/mediaconvert-2017-08-29.min.json +146 -143
- package/apis/metadata.json +3 -0
- package/apis/redshift-data-2019-12-20.min.json +25 -16
- package/apis/redshiftserverless-2021-04-21.examples.json +5 -0
- package/apis/redshiftserverless-2021-04-21.min.json +1206 -0
- package/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
- package/apis/securityhub-2018-10-26.min.json +841 -300
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/budgets.d.ts +2 -1
- package/clients/finspacedata.d.ts +201 -4
- package/clients/guardduty.d.ts +186 -4
- package/clients/lookoutmetrics.d.ts +69 -2
- package/clients/mediaconvert.d.ts +6 -1
- package/clients/redshiftdata.d.ts +51 -14
- package/clients/redshiftserverless.d.ts +1525 -0
- package/clients/redshiftserverless.js +18 -0
- package/clients/secretsmanager.d.ts +6 -6
- package/clients/securityhub.d.ts +1020 -19
- package/clients/servicecatalogappregistry.d.ts +49 -2
- package/clients/workspaces.d.ts +10 -10
- package/dist/aws-sdk-core-react-native.js +17 -9
- package/dist/aws-sdk-react-native.js +80 -27
- package/dist/aws-sdk.js +21 -10
- package/dist/aws-sdk.min.js +36 -36
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/util.js +15 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1156.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1156.0
|
|
6
|
+
* feature: RedshiftData: This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups.
|
|
7
|
+
* feature: RedshiftServerless: Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more.
|
|
8
|
+
* feature: SecurityHub: Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules
|
|
9
|
+
|
|
10
|
+
## 2.1155.0
|
|
11
|
+
* feature: Finspacedata: This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup.
|
|
12
|
+
* feature: GuardDuty: Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts.
|
|
13
|
+
* feature: ServiceCatalogAppRegistry: This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute.
|
|
14
|
+
* feature: WorkSpaces: Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.
|
|
15
|
+
|
|
16
|
+
## 2.1154.0
|
|
17
|
+
* feature: Budgets: Add a budgets ThrottlingException. Update the CostFilters value pattern.
|
|
18
|
+
* feature: LookoutMetrics: Adding filters to Alert and adding new UpdateAlert API.
|
|
19
|
+
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
|
|
20
|
+
|
|
5
21
|
## 2.1153.0
|
|
6
22
|
* bugfix: redshift-serverless: remove redshift-serverless client
|
|
7
23
|
* feature: Outposts: This release adds API operations AWS uses to install Outpost servers.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1156.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
],
|
|
36
36
|
"members": {
|
|
37
37
|
"Notification": {
|
|
38
|
-
"shape": "
|
|
38
|
+
"shape": "Sq"
|
|
39
39
|
},
|
|
40
40
|
"Subscribers": {
|
|
41
|
-
"shape": "
|
|
41
|
+
"shape": "Sw"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
"NotificationType": {},
|
|
71
71
|
"ActionType": {},
|
|
72
72
|
"ActionThreshold": {
|
|
73
|
-
"shape": "
|
|
73
|
+
"shape": "S13"
|
|
74
74
|
},
|
|
75
75
|
"Definition": {
|
|
76
|
-
"shape": "
|
|
76
|
+
"shape": "S14"
|
|
77
77
|
},
|
|
78
78
|
"ExecutionRoleArn": {},
|
|
79
79
|
"ApprovalModel": {},
|
|
80
80
|
"Subscribers": {
|
|
81
|
-
"shape": "
|
|
81
|
+
"shape": "Sw"
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
},
|
|
@@ -109,10 +109,10 @@
|
|
|
109
109
|
"AccountId": {},
|
|
110
110
|
"BudgetName": {},
|
|
111
111
|
"Notification": {
|
|
112
|
-
"shape": "
|
|
112
|
+
"shape": "Sq"
|
|
113
113
|
},
|
|
114
114
|
"Subscribers": {
|
|
115
|
-
"shape": "
|
|
115
|
+
"shape": "Sw"
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
},
|
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
"AccountId": {},
|
|
135
135
|
"BudgetName": {},
|
|
136
136
|
"Notification": {
|
|
137
|
-
"shape": "
|
|
137
|
+
"shape": "Sq"
|
|
138
138
|
},
|
|
139
139
|
"Subscriber": {
|
|
140
|
-
"shape": "
|
|
140
|
+
"shape": "Sx"
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
},
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"AccountId": {},
|
|
189
189
|
"BudgetName": {},
|
|
190
190
|
"Action": {
|
|
191
|
-
"shape": "
|
|
191
|
+
"shape": "S1y"
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
}
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"AccountId": {},
|
|
206
206
|
"BudgetName": {},
|
|
207
207
|
"Notification": {
|
|
208
|
-
"shape": "
|
|
208
|
+
"shape": "Sq"
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
},
|
|
@@ -227,10 +227,10 @@
|
|
|
227
227
|
"AccountId": {},
|
|
228
228
|
"BudgetName": {},
|
|
229
229
|
"Notification": {
|
|
230
|
-
"shape": "
|
|
230
|
+
"shape": "Sq"
|
|
231
231
|
},
|
|
232
232
|
"Subscriber": {
|
|
233
|
-
"shape": "
|
|
233
|
+
"shape": "Sx"
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
},
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"AccountId": {},
|
|
286
286
|
"BudgetName": {},
|
|
287
287
|
"Action": {
|
|
288
|
-
"shape": "
|
|
288
|
+
"shape": "S1y"
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
}
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"BudgetName": {},
|
|
304
304
|
"ActionId": {},
|
|
305
305
|
"TimePeriod": {
|
|
306
|
-
"shape": "
|
|
306
|
+
"shape": "Sg"
|
|
307
307
|
},
|
|
308
308
|
"MaxResults": {
|
|
309
309
|
"type": "integer"
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"members": {
|
|
343
343
|
"Message": {},
|
|
344
344
|
"Action": {
|
|
345
|
-
"shape": "
|
|
345
|
+
"shape": "S1y"
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
}
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
],
|
|
375
375
|
"members": {
|
|
376
376
|
"Actions": {
|
|
377
|
-
"shape": "
|
|
377
|
+
"shape": "S2h"
|
|
378
378
|
},
|
|
379
379
|
"NextToken": {}
|
|
380
380
|
}
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
],
|
|
404
404
|
"members": {
|
|
405
405
|
"Actions": {
|
|
406
|
-
"shape": "
|
|
406
|
+
"shape": "S2h"
|
|
407
407
|
},
|
|
408
408
|
"NextToken": {}
|
|
409
409
|
}
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"type": "structure",
|
|
433
433
|
"members": {
|
|
434
434
|
"Notifications": {
|
|
435
|
-
"shape": "
|
|
435
|
+
"shape": "S2p"
|
|
436
436
|
},
|
|
437
437
|
"BudgetName": {}
|
|
438
438
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"AccountId": {},
|
|
454
454
|
"BudgetName": {},
|
|
455
455
|
"TimePeriod": {
|
|
456
|
-
"shape": "
|
|
456
|
+
"shape": "Sg"
|
|
457
457
|
},
|
|
458
458
|
"MaxResults": {
|
|
459
459
|
"type": "integer"
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"shape": "Sa"
|
|
474
474
|
},
|
|
475
475
|
"CostTypes": {
|
|
476
|
-
"shape": "
|
|
476
|
+
"shape": "Sd"
|
|
477
477
|
},
|
|
478
478
|
"TimeUnit": {},
|
|
479
479
|
"BudgetedAndActualAmountsList": {
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"shape": "S5"
|
|
489
489
|
},
|
|
490
490
|
"TimePeriod": {
|
|
491
|
-
"shape": "
|
|
491
|
+
"shape": "Sg"
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
}
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"type": "structure",
|
|
547
547
|
"members": {
|
|
548
548
|
"Notifications": {
|
|
549
|
-
"shape": "
|
|
549
|
+
"shape": "S2p"
|
|
550
550
|
},
|
|
551
551
|
"NextToken": {}
|
|
552
552
|
}
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
"AccountId": {},
|
|
565
565
|
"BudgetName": {},
|
|
566
566
|
"Notification": {
|
|
567
|
-
"shape": "
|
|
567
|
+
"shape": "Sq"
|
|
568
568
|
},
|
|
569
569
|
"MaxResults": {
|
|
570
570
|
"type": "integer"
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"type": "structure",
|
|
577
577
|
"members": {
|
|
578
578
|
"Subscribers": {
|
|
579
|
-
"shape": "
|
|
579
|
+
"shape": "Sw"
|
|
580
580
|
},
|
|
581
581
|
"NextToken": {}
|
|
582
582
|
}
|
|
@@ -647,15 +647,15 @@
|
|
|
647
647
|
"ActionId": {},
|
|
648
648
|
"NotificationType": {},
|
|
649
649
|
"ActionThreshold": {
|
|
650
|
-
"shape": "
|
|
650
|
+
"shape": "S13"
|
|
651
651
|
},
|
|
652
652
|
"Definition": {
|
|
653
|
-
"shape": "
|
|
653
|
+
"shape": "S14"
|
|
654
654
|
},
|
|
655
655
|
"ExecutionRoleArn": {},
|
|
656
656
|
"ApprovalModel": {},
|
|
657
657
|
"Subscribers": {
|
|
658
|
-
"shape": "
|
|
658
|
+
"shape": "Sw"
|
|
659
659
|
}
|
|
660
660
|
}
|
|
661
661
|
},
|
|
@@ -671,10 +671,10 @@
|
|
|
671
671
|
"AccountId": {},
|
|
672
672
|
"BudgetName": {},
|
|
673
673
|
"OldAction": {
|
|
674
|
-
"shape": "
|
|
674
|
+
"shape": "S1y"
|
|
675
675
|
},
|
|
676
676
|
"NewAction": {
|
|
677
|
-
"shape": "
|
|
677
|
+
"shape": "S1y"
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
680
|
}
|
|
@@ -692,10 +692,10 @@
|
|
|
692
692
|
"AccountId": {},
|
|
693
693
|
"BudgetName": {},
|
|
694
694
|
"OldNotification": {
|
|
695
|
-
"shape": "
|
|
695
|
+
"shape": "Sq"
|
|
696
696
|
},
|
|
697
697
|
"NewNotification": {
|
|
698
|
-
"shape": "
|
|
698
|
+
"shape": "Sq"
|
|
699
699
|
}
|
|
700
700
|
}
|
|
701
701
|
},
|
|
@@ -718,13 +718,13 @@
|
|
|
718
718
|
"AccountId": {},
|
|
719
719
|
"BudgetName": {},
|
|
720
720
|
"Notification": {
|
|
721
|
-
"shape": "
|
|
721
|
+
"shape": "Sq"
|
|
722
722
|
},
|
|
723
723
|
"OldSubscriber": {
|
|
724
|
-
"shape": "
|
|
724
|
+
"shape": "Sx"
|
|
725
725
|
},
|
|
726
726
|
"NewSubscriber": {
|
|
727
|
-
"shape": "
|
|
727
|
+
"shape": "Sx"
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
730
|
},
|
|
@@ -758,11 +758,11 @@
|
|
|
758
758
|
"shape": "Sa"
|
|
759
759
|
},
|
|
760
760
|
"CostTypes": {
|
|
761
|
-
"shape": "
|
|
761
|
+
"shape": "Sd"
|
|
762
762
|
},
|
|
763
763
|
"TimeUnit": {},
|
|
764
764
|
"TimePeriod": {
|
|
765
|
-
"shape": "
|
|
765
|
+
"shape": "Sg"
|
|
766
766
|
},
|
|
767
767
|
"CalculatedSpend": {
|
|
768
768
|
"type": "structure",
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
"member": {}
|
|
830
830
|
}
|
|
831
831
|
},
|
|
832
|
-
"
|
|
832
|
+
"Sd": {
|
|
833
833
|
"type": "structure",
|
|
834
834
|
"members": {
|
|
835
835
|
"IncludeTax": {
|
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
}
|
|
868
868
|
}
|
|
869
869
|
},
|
|
870
|
-
"
|
|
870
|
+
"Sg": {
|
|
871
871
|
"type": "structure",
|
|
872
872
|
"members": {
|
|
873
873
|
"Start": {
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
}
|
|
879
879
|
}
|
|
880
880
|
},
|
|
881
|
-
"
|
|
881
|
+
"Sq": {
|
|
882
882
|
"type": "structure",
|
|
883
883
|
"required": [
|
|
884
884
|
"NotificationType",
|
|
@@ -895,13 +895,13 @@
|
|
|
895
895
|
"NotificationState": {}
|
|
896
896
|
}
|
|
897
897
|
},
|
|
898
|
-
"
|
|
898
|
+
"Sw": {
|
|
899
899
|
"type": "list",
|
|
900
900
|
"member": {
|
|
901
|
-
"shape": "
|
|
901
|
+
"shape": "Sx"
|
|
902
902
|
}
|
|
903
903
|
},
|
|
904
|
-
"
|
|
904
|
+
"Sx": {
|
|
905
905
|
"type": "structure",
|
|
906
906
|
"required": [
|
|
907
907
|
"SubscriptionType",
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
}
|
|
916
916
|
}
|
|
917
917
|
},
|
|
918
|
-
"
|
|
918
|
+
"S13": {
|
|
919
919
|
"type": "structure",
|
|
920
920
|
"required": [
|
|
921
921
|
"ActionThresholdValue",
|
|
@@ -928,7 +928,7 @@
|
|
|
928
928
|
"ActionThresholdType": {}
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
|
-
"
|
|
931
|
+
"S14": {
|
|
932
932
|
"type": "structure",
|
|
933
933
|
"members": {
|
|
934
934
|
"IamActionDefinition": {
|
|
@@ -984,7 +984,7 @@
|
|
|
984
984
|
}
|
|
985
985
|
}
|
|
986
986
|
},
|
|
987
|
-
"
|
|
987
|
+
"S1y": {
|
|
988
988
|
"type": "structure",
|
|
989
989
|
"required": [
|
|
990
990
|
"ActionId",
|
|
@@ -1004,29 +1004,29 @@
|
|
|
1004
1004
|
"NotificationType": {},
|
|
1005
1005
|
"ActionType": {},
|
|
1006
1006
|
"ActionThreshold": {
|
|
1007
|
-
"shape": "
|
|
1007
|
+
"shape": "S13"
|
|
1008
1008
|
},
|
|
1009
1009
|
"Definition": {
|
|
1010
|
-
"shape": "
|
|
1010
|
+
"shape": "S14"
|
|
1011
1011
|
},
|
|
1012
1012
|
"ExecutionRoleArn": {},
|
|
1013
1013
|
"ApprovalModel": {},
|
|
1014
1014
|
"Status": {},
|
|
1015
1015
|
"Subscribers": {
|
|
1016
|
-
"shape": "
|
|
1016
|
+
"shape": "Sw"
|
|
1017
1017
|
}
|
|
1018
1018
|
}
|
|
1019
1019
|
},
|
|
1020
|
-
"
|
|
1020
|
+
"S2h": {
|
|
1021
1021
|
"type": "list",
|
|
1022
1022
|
"member": {
|
|
1023
|
-
"shape": "
|
|
1023
|
+
"shape": "S1y"
|
|
1024
1024
|
}
|
|
1025
1025
|
},
|
|
1026
|
-
"
|
|
1026
|
+
"S2p": {
|
|
1027
1027
|
"type": "list",
|
|
1028
1028
|
"member": {
|
|
1029
|
-
"shape": "
|
|
1029
|
+
"shape": "Sq"
|
|
1030
1030
|
}
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|