aws-sdk 2.624.0 → 2.628.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 +24 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +1 -0
- package/apis/eventbridge-2015-10-07.min.json +8 -5
- package/apis/events-2015-10-07.min.json +8 -5
- package/apis/fsx-2018-03-01.min.json +28 -19
- package/apis/globalaccelerator-2018-08-08.min.json +235 -30
- package/apis/kafka-2018-11-14.min.json +118 -37
- package/apis/lightsail-2016-11-28.min.json +368 -110
- package/apis/outposts-2019-12-03.min.json +44 -0
- package/apis/sagemaker-2017-07-24.min.json +163 -147
- package/apis/securityhub-2018-10-26.min.json +19 -15
- package/apis/snowball-2016-06-30.min.json +36 -13
- package/apis/states-2016-11-23.min.json +3 -0
- package/apis/transcribe-2017-10-26.min.json +23 -2
- package/clients/cloudwatchevents.d.ts +115 -111
- package/clients/docdb.d.ts +5 -5
- package/clients/ec2.d.ts +7 -7
- package/clients/eventbridge.d.ts +117 -113
- package/clients/fsx.d.ts +30 -7
- package/clients/globalaccelerator.d.ts +240 -23
- package/clients/iotevents.d.ts +22 -22
- package/clients/kafka.d.ts +25 -0
- package/clients/lightsail.d.ts +492 -130
- package/clients/outposts.d.ts +26 -0
- package/clients/sagemaker.d.ts +47 -28
- package/clients/secretsmanager.d.ts +7 -1
- package/clients/securityhub.d.ts +31 -25
- package/clients/snowball.d.ts +32 -3
- package/clients/stepfunctions.d.ts +36 -38
- package/clients/transcribeservice.d.ts +33 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +13 -9
- package/dist/aws-sdk.min.js +45 -45
- package/lib/core.js +1 -1
- package/lib/s3/managed_upload.js +1 -1
- package/package.json +2 -2
|
@@ -451,6 +451,10 @@
|
|
|
451
451
|
"type": "list",
|
|
452
452
|
"member": {}
|
|
453
453
|
},
|
|
454
|
+
"IntegrationTypes": {
|
|
455
|
+
"type": "list",
|
|
456
|
+
"member": {}
|
|
457
|
+
},
|
|
454
458
|
"MarketplaceUrl": {},
|
|
455
459
|
"ActivationUrl": {},
|
|
456
460
|
"ProductSubscriptionResourcePolicy": {}
|
|
@@ -536,7 +540,7 @@
|
|
|
536
540
|
"ControlStatus": {},
|
|
537
541
|
"DisabledReason": {},
|
|
538
542
|
"ControlStatusUpdatedAt": {
|
|
539
|
-
"shape": "
|
|
543
|
+
"shape": "S5a"
|
|
540
544
|
},
|
|
541
545
|
"ControlId": {},
|
|
542
546
|
"Title": {},
|
|
@@ -647,7 +651,7 @@
|
|
|
647
651
|
"type": "structure",
|
|
648
652
|
"members": {
|
|
649
653
|
"Tags": {
|
|
650
|
-
"shape": "
|
|
654
|
+
"shape": "S5n"
|
|
651
655
|
}
|
|
652
656
|
}
|
|
653
657
|
},
|
|
@@ -852,7 +856,7 @@
|
|
|
852
856
|
"type": "structure",
|
|
853
857
|
"members": {
|
|
854
858
|
"Master": {
|
|
855
|
-
"shape": "
|
|
859
|
+
"shape": "S6b"
|
|
856
860
|
}
|
|
857
861
|
}
|
|
858
862
|
}
|
|
@@ -876,7 +880,7 @@
|
|
|
876
880
|
"type": "structure",
|
|
877
881
|
"members": {
|
|
878
882
|
"Members": {
|
|
879
|
-
"shape": "
|
|
883
|
+
"shape": "S6e"
|
|
880
884
|
},
|
|
881
885
|
"UnprocessedAccounts": {
|
|
882
886
|
"shape": "S48"
|
|
@@ -960,7 +964,7 @@
|
|
|
960
964
|
"Invitations": {
|
|
961
965
|
"type": "list",
|
|
962
966
|
"member": {
|
|
963
|
-
"shape": "
|
|
967
|
+
"shape": "S6b"
|
|
964
968
|
}
|
|
965
969
|
},
|
|
966
970
|
"NextToken": {}
|
|
@@ -995,7 +999,7 @@
|
|
|
995
999
|
"type": "structure",
|
|
996
1000
|
"members": {
|
|
997
1001
|
"Members": {
|
|
998
|
-
"shape": "
|
|
1002
|
+
"shape": "S6e"
|
|
999
1003
|
},
|
|
1000
1004
|
"NextToken": {}
|
|
1001
1005
|
}
|
|
@@ -1022,7 +1026,7 @@
|
|
|
1022
1026
|
"type": "structure",
|
|
1023
1027
|
"members": {
|
|
1024
1028
|
"Tags": {
|
|
1025
|
-
"shape": "
|
|
1029
|
+
"shape": "S5n"
|
|
1026
1030
|
}
|
|
1027
1031
|
}
|
|
1028
1032
|
}
|
|
@@ -1043,7 +1047,7 @@
|
|
|
1043
1047
|
"locationName": "ResourceArn"
|
|
1044
1048
|
},
|
|
1045
1049
|
"Tags": {
|
|
1046
|
-
"shape": "
|
|
1050
|
+
"shape": "S5n"
|
|
1047
1051
|
}
|
|
1048
1052
|
}
|
|
1049
1053
|
},
|
|
@@ -2367,27 +2371,27 @@
|
|
|
2367
2371
|
"type": "list",
|
|
2368
2372
|
"member": {}
|
|
2369
2373
|
},
|
|
2370
|
-
"
|
|
2374
|
+
"S5a": {
|
|
2371
2375
|
"type": "timestamp",
|
|
2372
2376
|
"timestampFormat": "iso8601"
|
|
2373
2377
|
},
|
|
2374
|
-
"
|
|
2378
|
+
"S5n": {
|
|
2375
2379
|
"type": "map",
|
|
2376
2380
|
"key": {},
|
|
2377
2381
|
"value": {}
|
|
2378
2382
|
},
|
|
2379
|
-
"
|
|
2383
|
+
"S6b": {
|
|
2380
2384
|
"type": "structure",
|
|
2381
2385
|
"members": {
|
|
2382
2386
|
"AccountId": {},
|
|
2383
2387
|
"InvitationId": {},
|
|
2384
2388
|
"InvitedAt": {
|
|
2385
|
-
"shape": "
|
|
2389
|
+
"shape": "S5a"
|
|
2386
2390
|
},
|
|
2387
2391
|
"MemberStatus": {}
|
|
2388
2392
|
}
|
|
2389
2393
|
},
|
|
2390
|
-
"
|
|
2394
|
+
"S6e": {
|
|
2391
2395
|
"type": "list",
|
|
2392
2396
|
"member": {
|
|
2393
2397
|
"type": "structure",
|
|
@@ -2397,10 +2401,10 @@
|
|
|
2397
2401
|
"MasterId": {},
|
|
2398
2402
|
"MemberStatus": {},
|
|
2399
2403
|
"InvitedAt": {
|
|
2400
|
-
"shape": "
|
|
2404
|
+
"shape": "S5a"
|
|
2401
2405
|
},
|
|
2402
2406
|
"UpdatedAt": {
|
|
2403
|
-
"shape": "
|
|
2407
|
+
"shape": "S5a"
|
|
2404
2408
|
}
|
|
2405
2409
|
}
|
|
2406
2410
|
}
|
|
@@ -86,7 +86,10 @@
|
|
|
86
86
|
"Notification": {
|
|
87
87
|
"shape": "Sv"
|
|
88
88
|
},
|
|
89
|
-
"ForwardingAddressId": {}
|
|
89
|
+
"ForwardingAddressId": {},
|
|
90
|
+
"TaxDocuments": {
|
|
91
|
+
"shape": "Sz"
|
|
92
|
+
}
|
|
90
93
|
}
|
|
91
94
|
},
|
|
92
95
|
"output": {
|
|
@@ -115,7 +118,10 @@
|
|
|
115
118
|
},
|
|
116
119
|
"ClusterId": {},
|
|
117
120
|
"SnowballType": {},
|
|
118
|
-
"ForwardingAddressId": {}
|
|
121
|
+
"ForwardingAddressId": {},
|
|
122
|
+
"TaxDocuments": {
|
|
123
|
+
"shape": "Sz"
|
|
124
|
+
}
|
|
119
125
|
}
|
|
120
126
|
},
|
|
121
127
|
"output": {
|
|
@@ -201,7 +207,10 @@
|
|
|
201
207
|
"Notification": {
|
|
202
208
|
"shape": "Sv"
|
|
203
209
|
},
|
|
204
|
-
"ForwardingAddressId": {}
|
|
210
|
+
"ForwardingAddressId": {},
|
|
211
|
+
"TaxDocuments": {
|
|
212
|
+
"shape": "Sz"
|
|
213
|
+
}
|
|
205
214
|
}
|
|
206
215
|
}
|
|
207
216
|
}
|
|
@@ -221,12 +230,12 @@
|
|
|
221
230
|
"type": "structure",
|
|
222
231
|
"members": {
|
|
223
232
|
"JobMetadata": {
|
|
224
|
-
"shape": "
|
|
233
|
+
"shape": "S1j"
|
|
225
234
|
},
|
|
226
235
|
"SubJobMetadata": {
|
|
227
236
|
"type": "list",
|
|
228
237
|
"member": {
|
|
229
|
-
"shape": "
|
|
238
|
+
"shape": "S1j"
|
|
230
239
|
}
|
|
231
240
|
}
|
|
232
241
|
}
|
|
@@ -318,7 +327,7 @@
|
|
|
318
327
|
"type": "structure",
|
|
319
328
|
"members": {
|
|
320
329
|
"JobListEntries": {
|
|
321
|
-
"shape": "
|
|
330
|
+
"shape": "S21"
|
|
322
331
|
},
|
|
323
332
|
"NextToken": {}
|
|
324
333
|
}
|
|
@@ -396,7 +405,7 @@
|
|
|
396
405
|
"type": "structure",
|
|
397
406
|
"members": {
|
|
398
407
|
"JobListEntries": {
|
|
399
|
-
"shape": "
|
|
408
|
+
"shape": "S21"
|
|
400
409
|
},
|
|
401
410
|
"NextToken": {}
|
|
402
411
|
}
|
|
@@ -543,7 +552,18 @@
|
|
|
543
552
|
}
|
|
544
553
|
}
|
|
545
554
|
},
|
|
546
|
-
"
|
|
555
|
+
"Sz": {
|
|
556
|
+
"type": "structure",
|
|
557
|
+
"members": {
|
|
558
|
+
"IND": {
|
|
559
|
+
"type": "structure",
|
|
560
|
+
"members": {
|
|
561
|
+
"GSTIN": {}
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
"S1j": {
|
|
547
567
|
"type": "structure",
|
|
548
568
|
"members": {
|
|
549
569
|
"JobId": {},
|
|
@@ -565,10 +585,10 @@
|
|
|
565
585
|
"members": {
|
|
566
586
|
"ShippingOption": {},
|
|
567
587
|
"InboundShipment": {
|
|
568
|
-
"shape": "
|
|
588
|
+
"shape": "S1l"
|
|
569
589
|
},
|
|
570
590
|
"OutboundShipment": {
|
|
571
|
-
"shape": "
|
|
591
|
+
"shape": "S1l"
|
|
572
592
|
}
|
|
573
593
|
}
|
|
574
594
|
},
|
|
@@ -602,17 +622,20 @@
|
|
|
602
622
|
}
|
|
603
623
|
},
|
|
604
624
|
"ClusterId": {},
|
|
605
|
-
"ForwardingAddressId": {}
|
|
625
|
+
"ForwardingAddressId": {},
|
|
626
|
+
"TaxDocuments": {
|
|
627
|
+
"shape": "Sz"
|
|
628
|
+
}
|
|
606
629
|
}
|
|
607
630
|
},
|
|
608
|
-
"
|
|
631
|
+
"S1l": {
|
|
609
632
|
"type": "structure",
|
|
610
633
|
"members": {
|
|
611
634
|
"Status": {},
|
|
612
635
|
"TrackingNumber": {}
|
|
613
636
|
}
|
|
614
637
|
},
|
|
615
|
-
"
|
|
638
|
+
"S21": {
|
|
616
639
|
"type": "list",
|
|
617
640
|
"member": {
|
|
618
641
|
"type": "structure",
|
|
@@ -202,7 +202,10 @@
|
|
|
202
202
|
"LanguageCode": {},
|
|
203
203
|
"TranscriptionJobStatus": {},
|
|
204
204
|
"FailureReason": {},
|
|
205
|
-
"OutputLocationType": {}
|
|
205
|
+
"OutputLocationType": {},
|
|
206
|
+
"ContentRedaction": {
|
|
207
|
+
"shape": "Sz"
|
|
208
|
+
}
|
|
206
209
|
}
|
|
207
210
|
}
|
|
208
211
|
}
|
|
@@ -299,6 +302,9 @@
|
|
|
299
302
|
},
|
|
300
303
|
"JobExecutionSettings": {
|
|
301
304
|
"shape": "Sx"
|
|
305
|
+
},
|
|
306
|
+
"ContentRedaction": {
|
|
307
|
+
"shape": "Sz"
|
|
302
308
|
}
|
|
303
309
|
}
|
|
304
310
|
},
|
|
@@ -390,7 +396,8 @@
|
|
|
390
396
|
"Transcript": {
|
|
391
397
|
"type": "structure",
|
|
392
398
|
"members": {
|
|
393
|
-
"TranscriptFileUri": {}
|
|
399
|
+
"TranscriptFileUri": {},
|
|
400
|
+
"RedactedTranscriptFileUri": {}
|
|
394
401
|
}
|
|
395
402
|
},
|
|
396
403
|
"StartTime": {
|
|
@@ -408,6 +415,9 @@
|
|
|
408
415
|
},
|
|
409
416
|
"JobExecutionSettings": {
|
|
410
417
|
"shape": "Sx"
|
|
418
|
+
},
|
|
419
|
+
"ContentRedaction": {
|
|
420
|
+
"shape": "Sz"
|
|
411
421
|
}
|
|
412
422
|
}
|
|
413
423
|
},
|
|
@@ -448,6 +458,17 @@
|
|
|
448
458
|
},
|
|
449
459
|
"DataAccessRoleArn": {}
|
|
450
460
|
}
|
|
461
|
+
},
|
|
462
|
+
"Sz": {
|
|
463
|
+
"type": "structure",
|
|
464
|
+
"required": [
|
|
465
|
+
"RedactionType",
|
|
466
|
+
"RedactionOutput"
|
|
467
|
+
],
|
|
468
|
+
"members": {
|
|
469
|
+
"RedactionType": {},
|
|
470
|
+
"RedactionOutput": {}
|
|
471
|
+
}
|
|
451
472
|
}
|
|
452
473
|
}
|
|
453
474
|
}
|