aws-sdk 2.1002.0 → 2.1006.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 +27 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +109 -38
- package/apis/chime-2018-05-01.min.json +263 -197
- package/apis/ec2-2016-11-15.min.json +235 -233
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +26 -24
- package/apis/firehose-2015-08-04.min.json +198 -82
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/grafana-2020-08-18.examples.json +5 -0
- package/apis/grafana-2020-08-18.min.json +728 -0
- package/apis/grafana-2020-08-18.paginators.json +16 -0
- package/apis/kendra-2019-02-03.min.json +45 -38
- package/apis/mediaconvert-2017-08-29.min.json +77 -0
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/models.lex.v2-2020-08-07.min.json +182 -118
- package/apis/securityhub-2018-10-26.min.json +634 -259
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +72 -0
- package/clients/chime.d.ts +83 -3
- package/clients/ec2.d.ts +99 -94
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +10 -1
- package/clients/firehose.d.ts +62 -0
- package/clients/frauddetector.d.ts +434 -26
- package/clients/grafana.d.ts +718 -0
- package/clients/grafana.js +18 -0
- package/clients/kendra.d.ts +30 -1
- package/clients/lexmodelsv2.d.ts +72 -10
- package/clients/lexruntimev2.d.ts +7 -7
- package/clients/mediaconvert.d.ts +63 -0
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/secretsmanager.d.ts +27 -27
- package/clients/securityhub.d.ts +668 -11
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +465 -342
- package/dist/aws-sdk.min.js +64 -64
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -147,21 +147,42 @@
|
|
|
147
147
|
"shape": "Sl"
|
|
148
148
|
},
|
|
149
149
|
"VpcConfiguration": {
|
|
150
|
-
"
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
150
|
+
"shape": "S2e"
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"AmazonopensearchserviceDestinationConfiguration": {
|
|
155
|
+
"type": "structure",
|
|
156
|
+
"required": [
|
|
157
|
+
"RoleARN",
|
|
158
|
+
"IndexName",
|
|
159
|
+
"S3Configuration"
|
|
160
|
+
],
|
|
161
|
+
"members": {
|
|
162
|
+
"RoleARN": {},
|
|
163
|
+
"DomainARN": {},
|
|
164
|
+
"ClusterEndpoint": {},
|
|
165
|
+
"IndexName": {},
|
|
166
|
+
"TypeName": {},
|
|
167
|
+
"IndexRotationPeriod": {},
|
|
168
|
+
"BufferingHints": {
|
|
169
|
+
"shape": "S2n"
|
|
170
|
+
},
|
|
171
|
+
"RetryOptions": {
|
|
172
|
+
"shape": "S2q"
|
|
173
|
+
},
|
|
174
|
+
"S3BackupMode": {},
|
|
175
|
+
"S3Configuration": {
|
|
176
|
+
"shape": "Sa"
|
|
177
|
+
},
|
|
178
|
+
"ProcessingConfiguration": {
|
|
179
|
+
"shape": "Sq"
|
|
180
|
+
},
|
|
181
|
+
"CloudWatchLoggingOptions": {
|
|
182
|
+
"shape": "Sl"
|
|
183
|
+
},
|
|
184
|
+
"VpcConfiguration": {
|
|
185
|
+
"shape": "S2e"
|
|
165
186
|
}
|
|
166
187
|
}
|
|
167
188
|
},
|
|
@@ -181,7 +202,7 @@
|
|
|
181
202
|
"type": "integer"
|
|
182
203
|
},
|
|
183
204
|
"RetryOptions": {
|
|
184
|
-
"shape": "
|
|
205
|
+
"shape": "S2y"
|
|
185
206
|
},
|
|
186
207
|
"S3BackupMode": {},
|
|
187
208
|
"S3Configuration": {
|
|
@@ -203,23 +224,23 @@
|
|
|
203
224
|
],
|
|
204
225
|
"members": {
|
|
205
226
|
"EndpointConfiguration": {
|
|
206
|
-
"shape": "
|
|
227
|
+
"shape": "S32"
|
|
207
228
|
},
|
|
208
229
|
"BufferingHints": {
|
|
209
|
-
"shape": "
|
|
230
|
+
"shape": "S36"
|
|
210
231
|
},
|
|
211
232
|
"CloudWatchLoggingOptions": {
|
|
212
233
|
"shape": "Sl"
|
|
213
234
|
},
|
|
214
235
|
"RequestConfiguration": {
|
|
215
|
-
"shape": "
|
|
236
|
+
"shape": "S39"
|
|
216
237
|
},
|
|
217
238
|
"ProcessingConfiguration": {
|
|
218
239
|
"shape": "Sq"
|
|
219
240
|
},
|
|
220
241
|
"RoleARN": {},
|
|
221
242
|
"RetryOptions": {
|
|
222
|
-
"shape": "
|
|
243
|
+
"shape": "S3f"
|
|
223
244
|
},
|
|
224
245
|
"S3BackupMode": {},
|
|
225
246
|
"S3Configuration": {
|
|
@@ -228,7 +249,7 @@
|
|
|
228
249
|
}
|
|
229
250
|
},
|
|
230
251
|
"Tags": {
|
|
231
|
-
"shape": "
|
|
252
|
+
"shape": "S3i"
|
|
232
253
|
}
|
|
233
254
|
}
|
|
234
255
|
},
|
|
@@ -293,7 +314,7 @@
|
|
|
293
314
|
"DeliveryStreamARN": {},
|
|
294
315
|
"DeliveryStreamStatus": {},
|
|
295
316
|
"FailureDescription": {
|
|
296
|
-
"shape": "
|
|
317
|
+
"shape": "S3w"
|
|
297
318
|
},
|
|
298
319
|
"DeliveryStreamEncryptionConfiguration": {
|
|
299
320
|
"type": "structure",
|
|
@@ -302,7 +323,7 @@
|
|
|
302
323
|
"KeyType": {},
|
|
303
324
|
"Status": {},
|
|
304
325
|
"FailureDescription": {
|
|
305
|
-
"shape": "
|
|
326
|
+
"shape": "S3w"
|
|
306
327
|
}
|
|
307
328
|
}
|
|
308
329
|
},
|
|
@@ -339,7 +360,7 @@
|
|
|
339
360
|
"members": {
|
|
340
361
|
"DestinationId": {},
|
|
341
362
|
"S3DestinationDescription": {
|
|
342
|
-
"shape": "
|
|
363
|
+
"shape": "S47"
|
|
343
364
|
},
|
|
344
365
|
"ExtendedS3DestinationDescription": {
|
|
345
366
|
"type": "structure",
|
|
@@ -370,7 +391,7 @@
|
|
|
370
391
|
},
|
|
371
392
|
"S3BackupMode": {},
|
|
372
393
|
"S3BackupDescription": {
|
|
373
|
-
"shape": "
|
|
394
|
+
"shape": "S47"
|
|
374
395
|
},
|
|
375
396
|
"DataFormatConversionConfiguration": {
|
|
376
397
|
"shape": "Sz"
|
|
@@ -402,14 +423,14 @@
|
|
|
402
423
|
"shape": "S1z"
|
|
403
424
|
},
|
|
404
425
|
"S3DestinationDescription": {
|
|
405
|
-
"shape": "
|
|
426
|
+
"shape": "S47"
|
|
406
427
|
},
|
|
407
428
|
"ProcessingConfiguration": {
|
|
408
429
|
"shape": "Sq"
|
|
409
430
|
},
|
|
410
431
|
"S3BackupMode": {},
|
|
411
432
|
"S3BackupDescription": {
|
|
412
|
-
"shape": "
|
|
433
|
+
"shape": "S47"
|
|
413
434
|
},
|
|
414
435
|
"CloudWatchLoggingOptions": {
|
|
415
436
|
"shape": "Sl"
|
|
@@ -433,7 +454,7 @@
|
|
|
433
454
|
},
|
|
434
455
|
"S3BackupMode": {},
|
|
435
456
|
"S3DestinationDescription": {
|
|
436
|
-
"shape": "
|
|
457
|
+
"shape": "S47"
|
|
437
458
|
},
|
|
438
459
|
"ProcessingConfiguration": {
|
|
439
460
|
"shape": "Sq"
|
|
@@ -442,23 +463,37 @@
|
|
|
442
463
|
"shape": "Sl"
|
|
443
464
|
},
|
|
444
465
|
"VpcConfigurationDescription": {
|
|
445
|
-
"
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
466
|
+
"shape": "S4b"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"AmazonopensearchserviceDestinationDescription": {
|
|
471
|
+
"type": "structure",
|
|
472
|
+
"members": {
|
|
473
|
+
"RoleARN": {},
|
|
474
|
+
"DomainARN": {},
|
|
475
|
+
"ClusterEndpoint": {},
|
|
476
|
+
"IndexName": {},
|
|
477
|
+
"TypeName": {},
|
|
478
|
+
"IndexRotationPeriod": {},
|
|
479
|
+
"BufferingHints": {
|
|
480
|
+
"shape": "S2n"
|
|
481
|
+
},
|
|
482
|
+
"RetryOptions": {
|
|
483
|
+
"shape": "S2q"
|
|
484
|
+
},
|
|
485
|
+
"S3BackupMode": {},
|
|
486
|
+
"S3DestinationDescription": {
|
|
487
|
+
"shape": "S47"
|
|
488
|
+
},
|
|
489
|
+
"ProcessingConfiguration": {
|
|
490
|
+
"shape": "Sq"
|
|
491
|
+
},
|
|
492
|
+
"CloudWatchLoggingOptions": {
|
|
493
|
+
"shape": "Sl"
|
|
494
|
+
},
|
|
495
|
+
"VpcConfigurationDescription": {
|
|
496
|
+
"shape": "S4b"
|
|
462
497
|
}
|
|
463
498
|
}
|
|
464
499
|
},
|
|
@@ -472,11 +507,11 @@
|
|
|
472
507
|
"type": "integer"
|
|
473
508
|
},
|
|
474
509
|
"RetryOptions": {
|
|
475
|
-
"shape": "
|
|
510
|
+
"shape": "S2y"
|
|
476
511
|
},
|
|
477
512
|
"S3BackupMode": {},
|
|
478
513
|
"S3DestinationDescription": {
|
|
479
|
-
"shape": "
|
|
514
|
+
"shape": "S47"
|
|
480
515
|
},
|
|
481
516
|
"ProcessingConfiguration": {
|
|
482
517
|
"shape": "Sq"
|
|
@@ -493,30 +528,30 @@
|
|
|
493
528
|
"type": "structure",
|
|
494
529
|
"members": {
|
|
495
530
|
"Url": {
|
|
496
|
-
"shape": "
|
|
531
|
+
"shape": "S33"
|
|
497
532
|
},
|
|
498
533
|
"Name": {}
|
|
499
534
|
}
|
|
500
535
|
},
|
|
501
536
|
"BufferingHints": {
|
|
502
|
-
"shape": "
|
|
537
|
+
"shape": "S36"
|
|
503
538
|
},
|
|
504
539
|
"CloudWatchLoggingOptions": {
|
|
505
540
|
"shape": "Sl"
|
|
506
541
|
},
|
|
507
542
|
"RequestConfiguration": {
|
|
508
|
-
"shape": "
|
|
543
|
+
"shape": "S39"
|
|
509
544
|
},
|
|
510
545
|
"ProcessingConfiguration": {
|
|
511
546
|
"shape": "Sq"
|
|
512
547
|
},
|
|
513
548
|
"RoleARN": {},
|
|
514
549
|
"RetryOptions": {
|
|
515
|
-
"shape": "
|
|
550
|
+
"shape": "S3f"
|
|
516
551
|
},
|
|
517
552
|
"S3BackupMode": {},
|
|
518
553
|
"S3DestinationDescription": {
|
|
519
|
-
"shape": "
|
|
554
|
+
"shape": "S47"
|
|
520
555
|
}
|
|
521
556
|
}
|
|
522
557
|
}
|
|
@@ -583,7 +618,7 @@
|
|
|
583
618
|
"Tags": {
|
|
584
619
|
"type": "list",
|
|
585
620
|
"member": {
|
|
586
|
-
"shape": "
|
|
621
|
+
"shape": "S3j"
|
|
587
622
|
}
|
|
588
623
|
},
|
|
589
624
|
"HasMoreTags": {
|
|
@@ -602,7 +637,7 @@
|
|
|
602
637
|
"members": {
|
|
603
638
|
"DeliveryStreamName": {},
|
|
604
639
|
"Record": {
|
|
605
|
-
"shape": "
|
|
640
|
+
"shape": "S4p"
|
|
606
641
|
}
|
|
607
642
|
}
|
|
608
643
|
},
|
|
@@ -631,7 +666,7 @@
|
|
|
631
666
|
"Records": {
|
|
632
667
|
"type": "list",
|
|
633
668
|
"member": {
|
|
634
|
-
"shape": "
|
|
669
|
+
"shape": "S4p"
|
|
635
670
|
}
|
|
636
671
|
}
|
|
637
672
|
}
|
|
@@ -706,7 +741,7 @@
|
|
|
706
741
|
"members": {
|
|
707
742
|
"DeliveryStreamName": {},
|
|
708
743
|
"Tags": {
|
|
709
|
-
"shape": "
|
|
744
|
+
"shape": "S3i"
|
|
710
745
|
}
|
|
711
746
|
}
|
|
712
747
|
},
|
|
@@ -748,7 +783,7 @@
|
|
|
748
783
|
"CurrentDeliveryStreamVersionId": {},
|
|
749
784
|
"DestinationId": {},
|
|
750
785
|
"S3DestinationUpdate": {
|
|
751
|
-
"shape": "
|
|
786
|
+
"shape": "S5a",
|
|
752
787
|
"deprecated": true
|
|
753
788
|
},
|
|
754
789
|
"ExtendedS3DestinationUpdate": {
|
|
@@ -773,7 +808,7 @@
|
|
|
773
808
|
},
|
|
774
809
|
"S3BackupMode": {},
|
|
775
810
|
"S3BackupUpdate": {
|
|
776
|
-
"shape": "
|
|
811
|
+
"shape": "S5a"
|
|
777
812
|
},
|
|
778
813
|
"DataFormatConversionConfiguration": {
|
|
779
814
|
"shape": "Sz"
|
|
@@ -801,14 +836,14 @@
|
|
|
801
836
|
"shape": "S1z"
|
|
802
837
|
},
|
|
803
838
|
"S3Update": {
|
|
804
|
-
"shape": "
|
|
839
|
+
"shape": "S5a"
|
|
805
840
|
},
|
|
806
841
|
"ProcessingConfiguration": {
|
|
807
842
|
"shape": "Sq"
|
|
808
843
|
},
|
|
809
844
|
"S3BackupMode": {},
|
|
810
845
|
"S3BackupUpdate": {
|
|
811
|
-
"shape": "
|
|
846
|
+
"shape": "S5a"
|
|
812
847
|
},
|
|
813
848
|
"CloudWatchLoggingOptions": {
|
|
814
849
|
"shape": "Sl"
|
|
@@ -831,7 +866,33 @@
|
|
|
831
866
|
"shape": "S2b"
|
|
832
867
|
},
|
|
833
868
|
"S3Update": {
|
|
834
|
-
"shape": "
|
|
869
|
+
"shape": "S5a"
|
|
870
|
+
},
|
|
871
|
+
"ProcessingConfiguration": {
|
|
872
|
+
"shape": "Sq"
|
|
873
|
+
},
|
|
874
|
+
"CloudWatchLoggingOptions": {
|
|
875
|
+
"shape": "Sl"
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"AmazonopensearchserviceDestinationUpdate": {
|
|
880
|
+
"type": "structure",
|
|
881
|
+
"members": {
|
|
882
|
+
"RoleARN": {},
|
|
883
|
+
"DomainARN": {},
|
|
884
|
+
"ClusterEndpoint": {},
|
|
885
|
+
"IndexName": {},
|
|
886
|
+
"TypeName": {},
|
|
887
|
+
"IndexRotationPeriod": {},
|
|
888
|
+
"BufferingHints": {
|
|
889
|
+
"shape": "S2n"
|
|
890
|
+
},
|
|
891
|
+
"RetryOptions": {
|
|
892
|
+
"shape": "S2q"
|
|
893
|
+
},
|
|
894
|
+
"S3Update": {
|
|
895
|
+
"shape": "S5a"
|
|
835
896
|
},
|
|
836
897
|
"ProcessingConfiguration": {
|
|
837
898
|
"shape": "Sq"
|
|
@@ -851,11 +912,11 @@
|
|
|
851
912
|
"type": "integer"
|
|
852
913
|
},
|
|
853
914
|
"RetryOptions": {
|
|
854
|
-
"shape": "
|
|
915
|
+
"shape": "S2y"
|
|
855
916
|
},
|
|
856
917
|
"S3BackupMode": {},
|
|
857
918
|
"S3Update": {
|
|
858
|
-
"shape": "
|
|
919
|
+
"shape": "S5a"
|
|
859
920
|
},
|
|
860
921
|
"ProcessingConfiguration": {
|
|
861
922
|
"shape": "Sq"
|
|
@@ -869,27 +930,27 @@
|
|
|
869
930
|
"type": "structure",
|
|
870
931
|
"members": {
|
|
871
932
|
"EndpointConfiguration": {
|
|
872
|
-
"shape": "
|
|
933
|
+
"shape": "S32"
|
|
873
934
|
},
|
|
874
935
|
"BufferingHints": {
|
|
875
|
-
"shape": "
|
|
936
|
+
"shape": "S36"
|
|
876
937
|
},
|
|
877
938
|
"CloudWatchLoggingOptions": {
|
|
878
939
|
"shape": "Sl"
|
|
879
940
|
},
|
|
880
941
|
"RequestConfiguration": {
|
|
881
|
-
"shape": "
|
|
942
|
+
"shape": "S39"
|
|
882
943
|
},
|
|
883
944
|
"ProcessingConfiguration": {
|
|
884
945
|
"shape": "Sq"
|
|
885
946
|
},
|
|
886
947
|
"RoleARN": {},
|
|
887
948
|
"RetryOptions": {
|
|
888
|
-
"shape": "
|
|
949
|
+
"shape": "S3f"
|
|
889
950
|
},
|
|
890
951
|
"S3BackupMode": {},
|
|
891
952
|
"S3Update": {
|
|
892
|
-
"shape": "
|
|
953
|
+
"shape": "S5a"
|
|
893
954
|
}
|
|
894
955
|
}
|
|
895
956
|
}
|
|
@@ -1182,6 +1243,23 @@
|
|
|
1182
1243
|
}
|
|
1183
1244
|
}
|
|
1184
1245
|
},
|
|
1246
|
+
"S2e": {
|
|
1247
|
+
"type": "structure",
|
|
1248
|
+
"required": [
|
|
1249
|
+
"SubnetIds",
|
|
1250
|
+
"RoleARN",
|
|
1251
|
+
"SecurityGroupIds"
|
|
1252
|
+
],
|
|
1253
|
+
"members": {
|
|
1254
|
+
"SubnetIds": {
|
|
1255
|
+
"shape": "S2f"
|
|
1256
|
+
},
|
|
1257
|
+
"RoleARN": {},
|
|
1258
|
+
"SecurityGroupIds": {
|
|
1259
|
+
"shape": "S2g"
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1185
1263
|
"S2f": {
|
|
1186
1264
|
"type": "list",
|
|
1187
1265
|
"member": {}
|
|
@@ -1190,22 +1268,41 @@
|
|
|
1190
1268
|
"type": "list",
|
|
1191
1269
|
"member": {}
|
|
1192
1270
|
},
|
|
1193
|
-
"
|
|
1271
|
+
"S2n": {
|
|
1194
1272
|
"type": "structure",
|
|
1195
1273
|
"members": {
|
|
1196
|
-
"
|
|
1274
|
+
"IntervalInSeconds": {
|
|
1275
|
+
"type": "integer"
|
|
1276
|
+
},
|
|
1277
|
+
"SizeInMBs": {
|
|
1197
1278
|
"type": "integer"
|
|
1198
1279
|
}
|
|
1199
1280
|
}
|
|
1200
1281
|
},
|
|
1201
1282
|
"S2q": {
|
|
1283
|
+
"type": "structure",
|
|
1284
|
+
"members": {
|
|
1285
|
+
"DurationInSeconds": {
|
|
1286
|
+
"type": "integer"
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
"S2y": {
|
|
1291
|
+
"type": "structure",
|
|
1292
|
+
"members": {
|
|
1293
|
+
"DurationInSeconds": {
|
|
1294
|
+
"type": "integer"
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"S32": {
|
|
1202
1299
|
"type": "structure",
|
|
1203
1300
|
"required": [
|
|
1204
1301
|
"Url"
|
|
1205
1302
|
],
|
|
1206
1303
|
"members": {
|
|
1207
1304
|
"Url": {
|
|
1208
|
-
"shape": "
|
|
1305
|
+
"shape": "S33"
|
|
1209
1306
|
},
|
|
1210
1307
|
"Name": {},
|
|
1211
1308
|
"AccessKey": {
|
|
@@ -1214,11 +1311,11 @@
|
|
|
1214
1311
|
}
|
|
1215
1312
|
}
|
|
1216
1313
|
},
|
|
1217
|
-
"
|
|
1314
|
+
"S33": {
|
|
1218
1315
|
"type": "string",
|
|
1219
1316
|
"sensitive": true
|
|
1220
1317
|
},
|
|
1221
|
-
"
|
|
1318
|
+
"S36": {
|
|
1222
1319
|
"type": "structure",
|
|
1223
1320
|
"members": {
|
|
1224
1321
|
"SizeInMBs": {
|
|
@@ -1229,7 +1326,7 @@
|
|
|
1229
1326
|
}
|
|
1230
1327
|
}
|
|
1231
1328
|
},
|
|
1232
|
-
"
|
|
1329
|
+
"S39": {
|
|
1233
1330
|
"type": "structure",
|
|
1234
1331
|
"members": {
|
|
1235
1332
|
"ContentEncoding": {},
|
|
@@ -1255,7 +1352,7 @@
|
|
|
1255
1352
|
}
|
|
1256
1353
|
}
|
|
1257
1354
|
},
|
|
1258
|
-
"
|
|
1355
|
+
"S3f": {
|
|
1259
1356
|
"type": "structure",
|
|
1260
1357
|
"members": {
|
|
1261
1358
|
"DurationInSeconds": {
|
|
@@ -1263,13 +1360,13 @@
|
|
|
1263
1360
|
}
|
|
1264
1361
|
}
|
|
1265
1362
|
},
|
|
1266
|
-
"
|
|
1363
|
+
"S3i": {
|
|
1267
1364
|
"type": "list",
|
|
1268
1365
|
"member": {
|
|
1269
|
-
"shape": "
|
|
1366
|
+
"shape": "S3j"
|
|
1270
1367
|
}
|
|
1271
1368
|
},
|
|
1272
|
-
"
|
|
1369
|
+
"S3j": {
|
|
1273
1370
|
"type": "structure",
|
|
1274
1371
|
"required": [
|
|
1275
1372
|
"Key"
|
|
@@ -1279,7 +1376,7 @@
|
|
|
1279
1376
|
"Value": {}
|
|
1280
1377
|
}
|
|
1281
1378
|
},
|
|
1282
|
-
"
|
|
1379
|
+
"S3w": {
|
|
1283
1380
|
"type": "structure",
|
|
1284
1381
|
"required": [
|
|
1285
1382
|
"Type",
|
|
@@ -1290,7 +1387,7 @@
|
|
|
1290
1387
|
"Details": {}
|
|
1291
1388
|
}
|
|
1292
1389
|
},
|
|
1293
|
-
"
|
|
1390
|
+
"S47": {
|
|
1294
1391
|
"type": "structure",
|
|
1295
1392
|
"required": [
|
|
1296
1393
|
"RoleARN",
|
|
@@ -1316,7 +1413,26 @@
|
|
|
1316
1413
|
}
|
|
1317
1414
|
}
|
|
1318
1415
|
},
|
|
1319
|
-
"
|
|
1416
|
+
"S4b": {
|
|
1417
|
+
"type": "structure",
|
|
1418
|
+
"required": [
|
|
1419
|
+
"SubnetIds",
|
|
1420
|
+
"RoleARN",
|
|
1421
|
+
"SecurityGroupIds",
|
|
1422
|
+
"VpcId"
|
|
1423
|
+
],
|
|
1424
|
+
"members": {
|
|
1425
|
+
"SubnetIds": {
|
|
1426
|
+
"shape": "S2f"
|
|
1427
|
+
},
|
|
1428
|
+
"RoleARN": {},
|
|
1429
|
+
"SecurityGroupIds": {
|
|
1430
|
+
"shape": "S2g"
|
|
1431
|
+
},
|
|
1432
|
+
"VpcId": {}
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"S4p": {
|
|
1320
1436
|
"type": "structure",
|
|
1321
1437
|
"required": [
|
|
1322
1438
|
"Data"
|
|
@@ -1327,7 +1443,7 @@
|
|
|
1327
1443
|
}
|
|
1328
1444
|
}
|
|
1329
1445
|
},
|
|
1330
|
-
"
|
|
1446
|
+
"S5a": {
|
|
1331
1447
|
"type": "structure",
|
|
1332
1448
|
"members": {
|
|
1333
1449
|
"RoleARN": {},
|