aws-sdk 2.768.0 → 2.772.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 +40 -1
- package/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.min.json +70 -48
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/budgets-2016-10-20.min.json +411 -0
- package/apis/budgets-2016-10-20.paginators.json +18 -0
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +15 -3
- package/apis/ec2-2016-11-15.min.json +33 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/groundstation-2019-05-23.min.json +1 -0
- package/apis/iot-2015-05-28.min.json +4 -1
- package/apis/macie2-2020-01-01.min.json +159 -22
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +20 -2
- package/apis/rekognition-2016-06-27.min.json +206 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/apis/ssm-2014-11-06.min.json +147 -126
- package/apis/transfer-2018-11-05.min.json +32 -28
- package/apis/workmail-2017-10-01.min.json +93 -30
- package/apis/xray-2016-04-12.min.json +11 -5
- package/apis/xray-2016-04-12.paginators.json +0 -15
- package/clients/accessanalyzer.d.ts +26 -4
- package/clients/amplify.d.ts +17 -0
- package/clients/budgets.d.ts +358 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +64 -12
- package/clients/dms.d.ts +26 -2
- package/clients/ec2.d.ts +28 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/glue.d.ts +1 -1
- package/clients/groundstation.d.ts +5 -1
- package/clients/iot.d.ts +10 -6
- package/clients/macie2.d.ts +182 -62
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +26 -14
- package/clients/rekognition.d.ts +155 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/clients/ssm.d.ts +63 -11
- package/clients/transfer.d.ts +77 -71
- package/clients/workmail.d.ts +91 -1
- package/clients/workspaces.d.ts +12 -12
- package/clients/xray.d.ts +29 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +27 -27
- package/dist/aws-sdk.js +1087 -483
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -50,6 +50,52 @@
|
|
|
50
50
|
"members": {}
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
+
"CreateBudgetAction": {
|
|
54
|
+
"input": {
|
|
55
|
+
"type": "structure",
|
|
56
|
+
"required": [
|
|
57
|
+
"AccountId",
|
|
58
|
+
"BudgetName",
|
|
59
|
+
"NotificationType",
|
|
60
|
+
"ActionType",
|
|
61
|
+
"ActionThreshold",
|
|
62
|
+
"Definition",
|
|
63
|
+
"ExecutionRoleArn",
|
|
64
|
+
"ApprovalModel",
|
|
65
|
+
"Subscribers"
|
|
66
|
+
],
|
|
67
|
+
"members": {
|
|
68
|
+
"AccountId": {},
|
|
69
|
+
"BudgetName": {},
|
|
70
|
+
"NotificationType": {},
|
|
71
|
+
"ActionType": {},
|
|
72
|
+
"ActionThreshold": {
|
|
73
|
+
"shape": "Sy"
|
|
74
|
+
},
|
|
75
|
+
"Definition": {
|
|
76
|
+
"shape": "Sz"
|
|
77
|
+
},
|
|
78
|
+
"ExecutionRoleArn": {},
|
|
79
|
+
"ApprovalModel": {},
|
|
80
|
+
"Subscribers": {
|
|
81
|
+
"shape": "Sr"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"output": {
|
|
86
|
+
"type": "structure",
|
|
87
|
+
"required": [
|
|
88
|
+
"AccountId",
|
|
89
|
+
"BudgetName",
|
|
90
|
+
"ActionId"
|
|
91
|
+
],
|
|
92
|
+
"members": {
|
|
93
|
+
"AccountId": {},
|
|
94
|
+
"BudgetName": {},
|
|
95
|
+
"ActionId": {}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
53
99
|
"CreateNotification": {
|
|
54
100
|
"input": {
|
|
55
101
|
"type": "structure",
|
|
@@ -117,6 +163,36 @@
|
|
|
117
163
|
"members": {}
|
|
118
164
|
}
|
|
119
165
|
},
|
|
166
|
+
"DeleteBudgetAction": {
|
|
167
|
+
"input": {
|
|
168
|
+
"type": "structure",
|
|
169
|
+
"required": [
|
|
170
|
+
"AccountId",
|
|
171
|
+
"BudgetName",
|
|
172
|
+
"ActionId"
|
|
173
|
+
],
|
|
174
|
+
"members": {
|
|
175
|
+
"AccountId": {},
|
|
176
|
+
"BudgetName": {},
|
|
177
|
+
"ActionId": {}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"output": {
|
|
181
|
+
"type": "structure",
|
|
182
|
+
"required": [
|
|
183
|
+
"AccountId",
|
|
184
|
+
"BudgetName",
|
|
185
|
+
"Action"
|
|
186
|
+
],
|
|
187
|
+
"members": {
|
|
188
|
+
"AccountId": {},
|
|
189
|
+
"BudgetName": {},
|
|
190
|
+
"Action": {
|
|
191
|
+
"shape": "S1t"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
},
|
|
120
196
|
"DeleteNotification": {
|
|
121
197
|
"input": {
|
|
122
198
|
"type": "structure",
|
|
@@ -184,6 +260,155 @@
|
|
|
184
260
|
}
|
|
185
261
|
}
|
|
186
262
|
},
|
|
263
|
+
"DescribeBudgetAction": {
|
|
264
|
+
"input": {
|
|
265
|
+
"type": "structure",
|
|
266
|
+
"required": [
|
|
267
|
+
"AccountId",
|
|
268
|
+
"BudgetName",
|
|
269
|
+
"ActionId"
|
|
270
|
+
],
|
|
271
|
+
"members": {
|
|
272
|
+
"AccountId": {},
|
|
273
|
+
"BudgetName": {},
|
|
274
|
+
"ActionId": {}
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"output": {
|
|
278
|
+
"type": "structure",
|
|
279
|
+
"required": [
|
|
280
|
+
"AccountId",
|
|
281
|
+
"BudgetName",
|
|
282
|
+
"Action"
|
|
283
|
+
],
|
|
284
|
+
"members": {
|
|
285
|
+
"AccountId": {},
|
|
286
|
+
"BudgetName": {},
|
|
287
|
+
"Action": {
|
|
288
|
+
"shape": "S1t"
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"DescribeBudgetActionHistories": {
|
|
294
|
+
"input": {
|
|
295
|
+
"type": "structure",
|
|
296
|
+
"required": [
|
|
297
|
+
"AccountId",
|
|
298
|
+
"BudgetName",
|
|
299
|
+
"ActionId"
|
|
300
|
+
],
|
|
301
|
+
"members": {
|
|
302
|
+
"AccountId": {},
|
|
303
|
+
"BudgetName": {},
|
|
304
|
+
"ActionId": {},
|
|
305
|
+
"TimePeriod": {
|
|
306
|
+
"shape": "Sf"
|
|
307
|
+
},
|
|
308
|
+
"MaxResults": {
|
|
309
|
+
"type": "integer"
|
|
310
|
+
},
|
|
311
|
+
"NextToken": {}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"output": {
|
|
315
|
+
"type": "structure",
|
|
316
|
+
"required": [
|
|
317
|
+
"ActionHistories"
|
|
318
|
+
],
|
|
319
|
+
"members": {
|
|
320
|
+
"ActionHistories": {
|
|
321
|
+
"type": "list",
|
|
322
|
+
"member": {
|
|
323
|
+
"type": "structure",
|
|
324
|
+
"required": [
|
|
325
|
+
"Timestamp",
|
|
326
|
+
"Status",
|
|
327
|
+
"EventType",
|
|
328
|
+
"ActionHistoryDetails"
|
|
329
|
+
],
|
|
330
|
+
"members": {
|
|
331
|
+
"Timestamp": {
|
|
332
|
+
"type": "timestamp"
|
|
333
|
+
},
|
|
334
|
+
"Status": {},
|
|
335
|
+
"EventType": {},
|
|
336
|
+
"ActionHistoryDetails": {
|
|
337
|
+
"type": "structure",
|
|
338
|
+
"required": [
|
|
339
|
+
"Message",
|
|
340
|
+
"Action"
|
|
341
|
+
],
|
|
342
|
+
"members": {
|
|
343
|
+
"Message": {},
|
|
344
|
+
"Action": {
|
|
345
|
+
"shape": "S1t"
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"NextToken": {}
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"DescribeBudgetActionsForAccount": {
|
|
357
|
+
"input": {
|
|
358
|
+
"type": "structure",
|
|
359
|
+
"required": [
|
|
360
|
+
"AccountId"
|
|
361
|
+
],
|
|
362
|
+
"members": {
|
|
363
|
+
"AccountId": {},
|
|
364
|
+
"MaxResults": {
|
|
365
|
+
"type": "integer"
|
|
366
|
+
},
|
|
367
|
+
"NextToken": {}
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
"output": {
|
|
371
|
+
"type": "structure",
|
|
372
|
+
"required": [
|
|
373
|
+
"Actions"
|
|
374
|
+
],
|
|
375
|
+
"members": {
|
|
376
|
+
"Actions": {
|
|
377
|
+
"shape": "S2c"
|
|
378
|
+
},
|
|
379
|
+
"NextToken": {}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
"DescribeBudgetActionsForBudget": {
|
|
384
|
+
"input": {
|
|
385
|
+
"type": "structure",
|
|
386
|
+
"required": [
|
|
387
|
+
"AccountId",
|
|
388
|
+
"BudgetName"
|
|
389
|
+
],
|
|
390
|
+
"members": {
|
|
391
|
+
"AccountId": {},
|
|
392
|
+
"BudgetName": {},
|
|
393
|
+
"MaxResults": {
|
|
394
|
+
"type": "integer"
|
|
395
|
+
},
|
|
396
|
+
"NextToken": {}
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"output": {
|
|
400
|
+
"type": "structure",
|
|
401
|
+
"required": [
|
|
402
|
+
"Actions"
|
|
403
|
+
],
|
|
404
|
+
"members": {
|
|
405
|
+
"Actions": {
|
|
406
|
+
"shape": "S2c"
|
|
407
|
+
},
|
|
408
|
+
"NextToken": {}
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
187
412
|
"DescribeBudgetPerformanceHistory": {
|
|
188
413
|
"input": {
|
|
189
414
|
"type": "structure",
|
|
@@ -327,6 +552,38 @@
|
|
|
327
552
|
}
|
|
328
553
|
}
|
|
329
554
|
},
|
|
555
|
+
"ExecuteBudgetAction": {
|
|
556
|
+
"input": {
|
|
557
|
+
"type": "structure",
|
|
558
|
+
"required": [
|
|
559
|
+
"AccountId",
|
|
560
|
+
"BudgetName",
|
|
561
|
+
"ActionId",
|
|
562
|
+
"ExecutionType"
|
|
563
|
+
],
|
|
564
|
+
"members": {
|
|
565
|
+
"AccountId": {},
|
|
566
|
+
"BudgetName": {},
|
|
567
|
+
"ActionId": {},
|
|
568
|
+
"ExecutionType": {}
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
"output": {
|
|
572
|
+
"type": "structure",
|
|
573
|
+
"required": [
|
|
574
|
+
"AccountId",
|
|
575
|
+
"BudgetName",
|
|
576
|
+
"ActionId",
|
|
577
|
+
"ExecutionType"
|
|
578
|
+
],
|
|
579
|
+
"members": {
|
|
580
|
+
"AccountId": {},
|
|
581
|
+
"BudgetName": {},
|
|
582
|
+
"ActionId": {},
|
|
583
|
+
"ExecutionType": {}
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
330
587
|
"UpdateBudget": {
|
|
331
588
|
"input": {
|
|
332
589
|
"type": "structure",
|
|
@@ -346,6 +603,52 @@
|
|
|
346
603
|
"members": {}
|
|
347
604
|
}
|
|
348
605
|
},
|
|
606
|
+
"UpdateBudgetAction": {
|
|
607
|
+
"input": {
|
|
608
|
+
"type": "structure",
|
|
609
|
+
"required": [
|
|
610
|
+
"AccountId",
|
|
611
|
+
"BudgetName",
|
|
612
|
+
"ActionId"
|
|
613
|
+
],
|
|
614
|
+
"members": {
|
|
615
|
+
"AccountId": {},
|
|
616
|
+
"BudgetName": {},
|
|
617
|
+
"ActionId": {},
|
|
618
|
+
"NotificationType": {},
|
|
619
|
+
"ActionThreshold": {
|
|
620
|
+
"shape": "Sy"
|
|
621
|
+
},
|
|
622
|
+
"Definition": {
|
|
623
|
+
"shape": "Sz"
|
|
624
|
+
},
|
|
625
|
+
"ExecutionRoleArn": {},
|
|
626
|
+
"ApprovalModel": {},
|
|
627
|
+
"Subscribers": {
|
|
628
|
+
"shape": "Sr"
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"output": {
|
|
633
|
+
"type": "structure",
|
|
634
|
+
"required": [
|
|
635
|
+
"AccountId",
|
|
636
|
+
"BudgetName",
|
|
637
|
+
"OldAction",
|
|
638
|
+
"NewAction"
|
|
639
|
+
],
|
|
640
|
+
"members": {
|
|
641
|
+
"AccountId": {},
|
|
642
|
+
"BudgetName": {},
|
|
643
|
+
"OldAction": {
|
|
644
|
+
"shape": "S1t"
|
|
645
|
+
},
|
|
646
|
+
"NewAction": {
|
|
647
|
+
"shape": "S1t"
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
},
|
|
349
652
|
"UpdateNotification": {
|
|
350
653
|
"input": {
|
|
351
654
|
"type": "structure",
|
|
@@ -555,6 +858,114 @@
|
|
|
555
858
|
"sensitive": true
|
|
556
859
|
}
|
|
557
860
|
}
|
|
861
|
+
},
|
|
862
|
+
"Sy": {
|
|
863
|
+
"type": "structure",
|
|
864
|
+
"required": [
|
|
865
|
+
"ActionThresholdValue",
|
|
866
|
+
"ActionThresholdType"
|
|
867
|
+
],
|
|
868
|
+
"members": {
|
|
869
|
+
"ActionThresholdValue": {
|
|
870
|
+
"type": "double"
|
|
871
|
+
},
|
|
872
|
+
"ActionThresholdType": {}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"Sz": {
|
|
876
|
+
"type": "structure",
|
|
877
|
+
"members": {
|
|
878
|
+
"IamActionDefinition": {
|
|
879
|
+
"type": "structure",
|
|
880
|
+
"required": [
|
|
881
|
+
"PolicyArn"
|
|
882
|
+
],
|
|
883
|
+
"members": {
|
|
884
|
+
"PolicyArn": {},
|
|
885
|
+
"Roles": {
|
|
886
|
+
"type": "list",
|
|
887
|
+
"member": {}
|
|
888
|
+
},
|
|
889
|
+
"Groups": {
|
|
890
|
+
"type": "list",
|
|
891
|
+
"member": {}
|
|
892
|
+
},
|
|
893
|
+
"Users": {
|
|
894
|
+
"type": "list",
|
|
895
|
+
"member": {}
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"ScpActionDefinition": {
|
|
900
|
+
"type": "structure",
|
|
901
|
+
"required": [
|
|
902
|
+
"PolicyId",
|
|
903
|
+
"TargetIds"
|
|
904
|
+
],
|
|
905
|
+
"members": {
|
|
906
|
+
"PolicyId": {},
|
|
907
|
+
"TargetIds": {
|
|
908
|
+
"type": "list",
|
|
909
|
+
"member": {}
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"SsmActionDefinition": {
|
|
914
|
+
"type": "structure",
|
|
915
|
+
"required": [
|
|
916
|
+
"ActionSubType",
|
|
917
|
+
"Region",
|
|
918
|
+
"InstanceIds"
|
|
919
|
+
],
|
|
920
|
+
"members": {
|
|
921
|
+
"ActionSubType": {},
|
|
922
|
+
"Region": {},
|
|
923
|
+
"InstanceIds": {
|
|
924
|
+
"type": "list",
|
|
925
|
+
"member": {}
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"S1t": {
|
|
932
|
+
"type": "structure",
|
|
933
|
+
"required": [
|
|
934
|
+
"ActionId",
|
|
935
|
+
"BudgetName",
|
|
936
|
+
"NotificationType",
|
|
937
|
+
"ActionType",
|
|
938
|
+
"ActionThreshold",
|
|
939
|
+
"Definition",
|
|
940
|
+
"ExecutionRoleArn",
|
|
941
|
+
"ApprovalModel",
|
|
942
|
+
"Status",
|
|
943
|
+
"Subscribers"
|
|
944
|
+
],
|
|
945
|
+
"members": {
|
|
946
|
+
"ActionId": {},
|
|
947
|
+
"BudgetName": {},
|
|
948
|
+
"NotificationType": {},
|
|
949
|
+
"ActionType": {},
|
|
950
|
+
"ActionThreshold": {
|
|
951
|
+
"shape": "Sy"
|
|
952
|
+
},
|
|
953
|
+
"Definition": {
|
|
954
|
+
"shape": "Sz"
|
|
955
|
+
},
|
|
956
|
+
"ExecutionRoleArn": {},
|
|
957
|
+
"ApprovalModel": {},
|
|
958
|
+
"Status": {},
|
|
959
|
+
"Subscribers": {
|
|
960
|
+
"shape": "Sr"
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
"S2c": {
|
|
965
|
+
"type": "list",
|
|
966
|
+
"member": {
|
|
967
|
+
"shape": "S1t"
|
|
968
|
+
}
|
|
558
969
|
}
|
|
559
970
|
}
|
|
560
971
|
}
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"DescribeBudgetActionHistories": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"limit_key": "MaxResults",
|
|
6
|
+
"output_token": "NextToken",
|
|
7
|
+
"result_key": "ActionHistories"
|
|
8
|
+
},
|
|
9
|
+
"DescribeBudgetActionsForAccount": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults",
|
|
12
|
+
"output_token": "NextToken",
|
|
13
|
+
"result_key": "Actions"
|
|
14
|
+
},
|
|
15
|
+
"DescribeBudgetActionsForBudget": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"limit_key": "MaxResults",
|
|
18
|
+
"output_token": "NextToken",
|
|
19
|
+
"result_key": "Actions"
|
|
20
|
+
},
|
|
3
21
|
"DescribeBudgetPerformanceHistory": {
|
|
4
22
|
"input_token": "NextToken",
|
|
5
23
|
"limit_key": "MaxResults",
|