cdk-lambda-subminute 2.0.236 → 2.0.238
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +276 -79
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +4 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +101 -74
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.examples.json +214 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +248 -24
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +3 -0
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +6 -6
- package/node_modules/aws-sdk/clients/drs.d.ts +215 -0
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +29 -29
- package/node_modules/aws-sdk/clients/firehose.d.ts +38 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +29 -24
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +435 -58
- package/node_modules/aws-sdk/clients/xray.d.ts +4 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +107 -77
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +53 -53
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -54,6 +54,12 @@
|
|
54
54
|
"limit_key": "maxResults",
|
55
55
|
"result_key": "items"
|
56
56
|
},
|
57
|
+
"ListLaunchActions": {
|
58
|
+
"input_token": "nextToken",
|
59
|
+
"output_token": "nextToken",
|
60
|
+
"limit_key": "maxResults",
|
61
|
+
"result_key": "items"
|
62
|
+
},
|
57
63
|
"ListStagingAccounts": {
|
58
64
|
"input_token": "nextToken",
|
59
65
|
"output_token": "nextToken",
|
@@ -86,6 +86,7 @@
|
|
86
86
|
"input": {
|
87
87
|
"type": "structure",
|
88
88
|
"required": [
|
89
|
+
"mappedInputFields",
|
89
90
|
"schemaName"
|
90
91
|
],
|
91
92
|
"members": {
|
@@ -767,6 +768,9 @@
|
|
767
768
|
},
|
768
769
|
"Sh": {
|
769
770
|
"type": "structure",
|
771
|
+
"required": [
|
772
|
+
"resolutionType"
|
773
|
+
],
|
770
774
|
"members": {
|
771
775
|
"resolutionType": {},
|
772
776
|
"ruleBasedProperties": {
|
@@ -148,6 +148,9 @@
|
|
148
148
|
},
|
149
149
|
"VpcConfiguration": {
|
150
150
|
"shape": "S2e"
|
151
|
+
},
|
152
|
+
"DocumentIdOptions": {
|
153
|
+
"shape": "S2h"
|
151
154
|
}
|
152
155
|
}
|
153
156
|
},
|
@@ -166,10 +169,10 @@
|
|
166
169
|
"TypeName": {},
|
167
170
|
"IndexRotationPeriod": {},
|
168
171
|
"BufferingHints": {
|
169
|
-
"shape": "
|
172
|
+
"shape": "S2p"
|
170
173
|
},
|
171
174
|
"RetryOptions": {
|
172
|
-
"shape": "
|
175
|
+
"shape": "S2s"
|
173
176
|
},
|
174
177
|
"S3BackupMode": {},
|
175
178
|
"S3Configuration": {
|
@@ -183,6 +186,9 @@
|
|
183
186
|
},
|
184
187
|
"VpcConfiguration": {
|
185
188
|
"shape": "S2e"
|
189
|
+
},
|
190
|
+
"DocumentIdOptions": {
|
191
|
+
"shape": "S2h"
|
186
192
|
}
|
187
193
|
}
|
188
194
|
},
|
@@ -202,7 +208,7 @@
|
|
202
208
|
"type": "integer"
|
203
209
|
},
|
204
210
|
"RetryOptions": {
|
205
|
-
"shape": "
|
211
|
+
"shape": "S30"
|
206
212
|
},
|
207
213
|
"S3BackupMode": {},
|
208
214
|
"S3Configuration": {
|
@@ -224,23 +230,23 @@
|
|
224
230
|
],
|
225
231
|
"members": {
|
226
232
|
"EndpointConfiguration": {
|
227
|
-
"shape": "
|
233
|
+
"shape": "S34"
|
228
234
|
},
|
229
235
|
"BufferingHints": {
|
230
|
-
"shape": "
|
236
|
+
"shape": "S38"
|
231
237
|
},
|
232
238
|
"CloudWatchLoggingOptions": {
|
233
239
|
"shape": "Sl"
|
234
240
|
},
|
235
241
|
"RequestConfiguration": {
|
236
|
-
"shape": "
|
242
|
+
"shape": "S3b"
|
237
243
|
},
|
238
244
|
"ProcessingConfiguration": {
|
239
245
|
"shape": "Sq"
|
240
246
|
},
|
241
247
|
"RoleARN": {},
|
242
248
|
"RetryOptions": {
|
243
|
-
"shape": "
|
249
|
+
"shape": "S3h"
|
244
250
|
},
|
245
251
|
"S3BackupMode": {},
|
246
252
|
"S3Configuration": {
|
@@ -249,7 +255,7 @@
|
|
249
255
|
}
|
250
256
|
},
|
251
257
|
"Tags": {
|
252
|
-
"shape": "
|
258
|
+
"shape": "S3k"
|
253
259
|
},
|
254
260
|
"AmazonOpenSearchServerlessDestinationConfiguration": {
|
255
261
|
"type": "structure",
|
@@ -263,10 +269,10 @@
|
|
263
269
|
"CollectionEndpoint": {},
|
264
270
|
"IndexName": {},
|
265
271
|
"BufferingHints": {
|
266
|
-
"shape": "
|
272
|
+
"shape": "S3r"
|
267
273
|
},
|
268
274
|
"RetryOptions": {
|
269
|
-
"shape": "
|
275
|
+
"shape": "S3u"
|
270
276
|
},
|
271
277
|
"S3BackupMode": {},
|
272
278
|
"S3Configuration": {
|
@@ -346,7 +352,7 @@
|
|
346
352
|
"DeliveryStreamARN": {},
|
347
353
|
"DeliveryStreamStatus": {},
|
348
354
|
"FailureDescription": {
|
349
|
-
"shape": "
|
355
|
+
"shape": "S47"
|
350
356
|
},
|
351
357
|
"DeliveryStreamEncryptionConfiguration": {
|
352
358
|
"type": "structure",
|
@@ -355,7 +361,7 @@
|
|
355
361
|
"KeyType": {},
|
356
362
|
"Status": {},
|
357
363
|
"FailureDescription": {
|
358
|
-
"shape": "
|
364
|
+
"shape": "S47"
|
359
365
|
}
|
360
366
|
}
|
361
367
|
},
|
@@ -392,7 +398,7 @@
|
|
392
398
|
"members": {
|
393
399
|
"DestinationId": {},
|
394
400
|
"S3DestinationDescription": {
|
395
|
-
"shape": "
|
401
|
+
"shape": "S4i"
|
396
402
|
},
|
397
403
|
"ExtendedS3DestinationDescription": {
|
398
404
|
"type": "structure",
|
@@ -423,7 +429,7 @@
|
|
423
429
|
},
|
424
430
|
"S3BackupMode": {},
|
425
431
|
"S3BackupDescription": {
|
426
|
-
"shape": "
|
432
|
+
"shape": "S4i"
|
427
433
|
},
|
428
434
|
"DataFormatConversionConfiguration": {
|
429
435
|
"shape": "Sz"
|
@@ -455,14 +461,14 @@
|
|
455
461
|
"shape": "S1z"
|
456
462
|
},
|
457
463
|
"S3DestinationDescription": {
|
458
|
-
"shape": "
|
464
|
+
"shape": "S4i"
|
459
465
|
},
|
460
466
|
"ProcessingConfiguration": {
|
461
467
|
"shape": "Sq"
|
462
468
|
},
|
463
469
|
"S3BackupMode": {},
|
464
470
|
"S3BackupDescription": {
|
465
|
-
"shape": "
|
471
|
+
"shape": "S4i"
|
466
472
|
},
|
467
473
|
"CloudWatchLoggingOptions": {
|
468
474
|
"shape": "Sl"
|
@@ -486,7 +492,7 @@
|
|
486
492
|
},
|
487
493
|
"S3BackupMode": {},
|
488
494
|
"S3DestinationDescription": {
|
489
|
-
"shape": "
|
495
|
+
"shape": "S4i"
|
490
496
|
},
|
491
497
|
"ProcessingConfiguration": {
|
492
498
|
"shape": "Sq"
|
@@ -495,7 +501,10 @@
|
|
495
501
|
"shape": "Sl"
|
496
502
|
},
|
497
503
|
"VpcConfigurationDescription": {
|
498
|
-
"shape": "
|
504
|
+
"shape": "S4m"
|
505
|
+
},
|
506
|
+
"DocumentIdOptions": {
|
507
|
+
"shape": "S2h"
|
499
508
|
}
|
500
509
|
}
|
501
510
|
},
|
@@ -509,14 +518,14 @@
|
|
509
518
|
"TypeName": {},
|
510
519
|
"IndexRotationPeriod": {},
|
511
520
|
"BufferingHints": {
|
512
|
-
"shape": "
|
521
|
+
"shape": "S2p"
|
513
522
|
},
|
514
523
|
"RetryOptions": {
|
515
|
-
"shape": "
|
524
|
+
"shape": "S2s"
|
516
525
|
},
|
517
526
|
"S3BackupMode": {},
|
518
527
|
"S3DestinationDescription": {
|
519
|
-
"shape": "
|
528
|
+
"shape": "S4i"
|
520
529
|
},
|
521
530
|
"ProcessingConfiguration": {
|
522
531
|
"shape": "Sq"
|
@@ -525,7 +534,10 @@
|
|
525
534
|
"shape": "Sl"
|
526
535
|
},
|
527
536
|
"VpcConfigurationDescription": {
|
528
|
-
"shape": "
|
537
|
+
"shape": "S4m"
|
538
|
+
},
|
539
|
+
"DocumentIdOptions": {
|
540
|
+
"shape": "S2h"
|
529
541
|
}
|
530
542
|
}
|
531
543
|
},
|
@@ -539,11 +551,11 @@
|
|
539
551
|
"type": "integer"
|
540
552
|
},
|
541
553
|
"RetryOptions": {
|
542
|
-
"shape": "
|
554
|
+
"shape": "S30"
|
543
555
|
},
|
544
556
|
"S3BackupMode": {},
|
545
557
|
"S3DestinationDescription": {
|
546
|
-
"shape": "
|
558
|
+
"shape": "S4i"
|
547
559
|
},
|
548
560
|
"ProcessingConfiguration": {
|
549
561
|
"shape": "Sq"
|
@@ -560,30 +572,30 @@
|
|
560
572
|
"type": "structure",
|
561
573
|
"members": {
|
562
574
|
"Url": {
|
563
|
-
"shape": "
|
575
|
+
"shape": "S35"
|
564
576
|
},
|
565
577
|
"Name": {}
|
566
578
|
}
|
567
579
|
},
|
568
580
|
"BufferingHints": {
|
569
|
-
"shape": "
|
581
|
+
"shape": "S38"
|
570
582
|
},
|
571
583
|
"CloudWatchLoggingOptions": {
|
572
584
|
"shape": "Sl"
|
573
585
|
},
|
574
586
|
"RequestConfiguration": {
|
575
|
-
"shape": "
|
587
|
+
"shape": "S3b"
|
576
588
|
},
|
577
589
|
"ProcessingConfiguration": {
|
578
590
|
"shape": "Sq"
|
579
591
|
},
|
580
592
|
"RoleARN": {},
|
581
593
|
"RetryOptions": {
|
582
|
-
"shape": "
|
594
|
+
"shape": "S3h"
|
583
595
|
},
|
584
596
|
"S3BackupMode": {},
|
585
597
|
"S3DestinationDescription": {
|
586
|
-
"shape": "
|
598
|
+
"shape": "S4i"
|
587
599
|
}
|
588
600
|
}
|
589
601
|
},
|
@@ -594,14 +606,14 @@
|
|
594
606
|
"CollectionEndpoint": {},
|
595
607
|
"IndexName": {},
|
596
608
|
"BufferingHints": {
|
597
|
-
"shape": "
|
609
|
+
"shape": "S3r"
|
598
610
|
},
|
599
611
|
"RetryOptions": {
|
600
|
-
"shape": "
|
612
|
+
"shape": "S3u"
|
601
613
|
},
|
602
614
|
"S3BackupMode": {},
|
603
615
|
"S3DestinationDescription": {
|
604
|
-
"shape": "
|
616
|
+
"shape": "S4i"
|
605
617
|
},
|
606
618
|
"ProcessingConfiguration": {
|
607
619
|
"shape": "Sq"
|
@@ -610,7 +622,7 @@
|
|
610
622
|
"shape": "Sl"
|
611
623
|
},
|
612
624
|
"VpcConfigurationDescription": {
|
613
|
-
"shape": "
|
625
|
+
"shape": "S4m"
|
614
626
|
}
|
615
627
|
}
|
616
628
|
}
|
@@ -677,7 +689,7 @@
|
|
677
689
|
"Tags": {
|
678
690
|
"type": "list",
|
679
691
|
"member": {
|
680
|
-
"shape": "
|
692
|
+
"shape": "S3l"
|
681
693
|
}
|
682
694
|
},
|
683
695
|
"HasMoreTags": {
|
@@ -696,7 +708,7 @@
|
|
696
708
|
"members": {
|
697
709
|
"DeliveryStreamName": {},
|
698
710
|
"Record": {
|
699
|
-
"shape": "
|
711
|
+
"shape": "S51"
|
700
712
|
}
|
701
713
|
}
|
702
714
|
},
|
@@ -725,7 +737,7 @@
|
|
725
737
|
"Records": {
|
726
738
|
"type": "list",
|
727
739
|
"member": {
|
728
|
-
"shape": "
|
740
|
+
"shape": "S51"
|
729
741
|
}
|
730
742
|
}
|
731
743
|
}
|
@@ -800,7 +812,7 @@
|
|
800
812
|
"members": {
|
801
813
|
"DeliveryStreamName": {},
|
802
814
|
"Tags": {
|
803
|
-
"shape": "
|
815
|
+
"shape": "S3k"
|
804
816
|
}
|
805
817
|
}
|
806
818
|
},
|
@@ -842,7 +854,7 @@
|
|
842
854
|
"CurrentDeliveryStreamVersionId": {},
|
843
855
|
"DestinationId": {},
|
844
856
|
"S3DestinationUpdate": {
|
845
|
-
"shape": "
|
857
|
+
"shape": "S5m",
|
846
858
|
"deprecated": true
|
847
859
|
},
|
848
860
|
"ExtendedS3DestinationUpdate": {
|
@@ -867,7 +879,7 @@
|
|
867
879
|
},
|
868
880
|
"S3BackupMode": {},
|
869
881
|
"S3BackupUpdate": {
|
870
|
-
"shape": "
|
882
|
+
"shape": "S5m"
|
871
883
|
},
|
872
884
|
"DataFormatConversionConfiguration": {
|
873
885
|
"shape": "Sz"
|
@@ -895,14 +907,14 @@
|
|
895
907
|
"shape": "S1z"
|
896
908
|
},
|
897
909
|
"S3Update": {
|
898
|
-
"shape": "
|
910
|
+
"shape": "S5m"
|
899
911
|
},
|
900
912
|
"ProcessingConfiguration": {
|
901
913
|
"shape": "Sq"
|
902
914
|
},
|
903
915
|
"S3BackupMode": {},
|
904
916
|
"S3BackupUpdate": {
|
905
|
-
"shape": "
|
917
|
+
"shape": "S5m"
|
906
918
|
},
|
907
919
|
"CloudWatchLoggingOptions": {
|
908
920
|
"shape": "Sl"
|
@@ -925,13 +937,16 @@
|
|
925
937
|
"shape": "S2b"
|
926
938
|
},
|
927
939
|
"S3Update": {
|
928
|
-
"shape": "
|
940
|
+
"shape": "S5m"
|
929
941
|
},
|
930
942
|
"ProcessingConfiguration": {
|
931
943
|
"shape": "Sq"
|
932
944
|
},
|
933
945
|
"CloudWatchLoggingOptions": {
|
934
946
|
"shape": "Sl"
|
947
|
+
},
|
948
|
+
"DocumentIdOptions": {
|
949
|
+
"shape": "S2h"
|
935
950
|
}
|
936
951
|
}
|
937
952
|
},
|
@@ -945,19 +960,22 @@
|
|
945
960
|
"TypeName": {},
|
946
961
|
"IndexRotationPeriod": {},
|
947
962
|
"BufferingHints": {
|
948
|
-
"shape": "
|
963
|
+
"shape": "S2p"
|
949
964
|
},
|
950
965
|
"RetryOptions": {
|
951
|
-
"shape": "
|
966
|
+
"shape": "S2s"
|
952
967
|
},
|
953
968
|
"S3Update": {
|
954
|
-
"shape": "
|
969
|
+
"shape": "S5m"
|
955
970
|
},
|
956
971
|
"ProcessingConfiguration": {
|
957
972
|
"shape": "Sq"
|
958
973
|
},
|
959
974
|
"CloudWatchLoggingOptions": {
|
960
975
|
"shape": "Sl"
|
976
|
+
},
|
977
|
+
"DocumentIdOptions": {
|
978
|
+
"shape": "S2h"
|
961
979
|
}
|
962
980
|
}
|
963
981
|
},
|
@@ -971,11 +989,11 @@
|
|
971
989
|
"type": "integer"
|
972
990
|
},
|
973
991
|
"RetryOptions": {
|
974
|
-
"shape": "
|
992
|
+
"shape": "S30"
|
975
993
|
},
|
976
994
|
"S3BackupMode": {},
|
977
995
|
"S3Update": {
|
978
|
-
"shape": "
|
996
|
+
"shape": "S5m"
|
979
997
|
},
|
980
998
|
"ProcessingConfiguration": {
|
981
999
|
"shape": "Sq"
|
@@ -989,27 +1007,27 @@
|
|
989
1007
|
"type": "structure",
|
990
1008
|
"members": {
|
991
1009
|
"EndpointConfiguration": {
|
992
|
-
"shape": "
|
1010
|
+
"shape": "S34"
|
993
1011
|
},
|
994
1012
|
"BufferingHints": {
|
995
|
-
"shape": "
|
1013
|
+
"shape": "S38"
|
996
1014
|
},
|
997
1015
|
"CloudWatchLoggingOptions": {
|
998
1016
|
"shape": "Sl"
|
999
1017
|
},
|
1000
1018
|
"RequestConfiguration": {
|
1001
|
-
"shape": "
|
1019
|
+
"shape": "S3b"
|
1002
1020
|
},
|
1003
1021
|
"ProcessingConfiguration": {
|
1004
1022
|
"shape": "Sq"
|
1005
1023
|
},
|
1006
1024
|
"RoleARN": {},
|
1007
1025
|
"RetryOptions": {
|
1008
|
-
"shape": "
|
1026
|
+
"shape": "S3h"
|
1009
1027
|
},
|
1010
1028
|
"S3BackupMode": {},
|
1011
1029
|
"S3Update": {
|
1012
|
-
"shape": "
|
1030
|
+
"shape": "S5m"
|
1013
1031
|
}
|
1014
1032
|
}
|
1015
1033
|
},
|
@@ -1020,13 +1038,13 @@
|
|
1020
1038
|
"CollectionEndpoint": {},
|
1021
1039
|
"IndexName": {},
|
1022
1040
|
"BufferingHints": {
|
1023
|
-
"shape": "
|
1041
|
+
"shape": "S3r"
|
1024
1042
|
},
|
1025
1043
|
"RetryOptions": {
|
1026
|
-
"shape": "
|
1044
|
+
"shape": "S3u"
|
1027
1045
|
},
|
1028
1046
|
"S3Update": {
|
1029
|
-
"shape": "
|
1047
|
+
"shape": "S5m"
|
1030
1048
|
},
|
1031
1049
|
"ProcessingConfiguration": {
|
1032
1050
|
"shape": "Sq"
|
@@ -1350,7 +1368,16 @@
|
|
1350
1368
|
"type": "list",
|
1351
1369
|
"member": {}
|
1352
1370
|
},
|
1353
|
-
"
|
1371
|
+
"S2h": {
|
1372
|
+
"type": "structure",
|
1373
|
+
"required": [
|
1374
|
+
"DefaultDocumentIdFormat"
|
1375
|
+
],
|
1376
|
+
"members": {
|
1377
|
+
"DefaultDocumentIdFormat": {}
|
1378
|
+
}
|
1379
|
+
},
|
1380
|
+
"S2p": {
|
1354
1381
|
"type": "structure",
|
1355
1382
|
"members": {
|
1356
1383
|
"IntervalInSeconds": {
|
@@ -1361,7 +1388,7 @@
|
|
1361
1388
|
}
|
1362
1389
|
}
|
1363
1390
|
},
|
1364
|
-
"
|
1391
|
+
"S2s": {
|
1365
1392
|
"type": "structure",
|
1366
1393
|
"members": {
|
1367
1394
|
"DurationInSeconds": {
|
@@ -1369,7 +1396,7 @@
|
|
1369
1396
|
}
|
1370
1397
|
}
|
1371
1398
|
},
|
1372
|
-
"
|
1399
|
+
"S30": {
|
1373
1400
|
"type": "structure",
|
1374
1401
|
"members": {
|
1375
1402
|
"DurationInSeconds": {
|
@@ -1377,14 +1404,14 @@
|
|
1377
1404
|
}
|
1378
1405
|
}
|
1379
1406
|
},
|
1380
|
-
"
|
1407
|
+
"S34": {
|
1381
1408
|
"type": "structure",
|
1382
1409
|
"required": [
|
1383
1410
|
"Url"
|
1384
1411
|
],
|
1385
1412
|
"members": {
|
1386
1413
|
"Url": {
|
1387
|
-
"shape": "
|
1414
|
+
"shape": "S35"
|
1388
1415
|
},
|
1389
1416
|
"Name": {},
|
1390
1417
|
"AccessKey": {
|
@@ -1393,11 +1420,11 @@
|
|
1393
1420
|
}
|
1394
1421
|
}
|
1395
1422
|
},
|
1396
|
-
"
|
1423
|
+
"S35": {
|
1397
1424
|
"type": "string",
|
1398
1425
|
"sensitive": true
|
1399
1426
|
},
|
1400
|
-
"
|
1427
|
+
"S38": {
|
1401
1428
|
"type": "structure",
|
1402
1429
|
"members": {
|
1403
1430
|
"SizeInMBs": {
|
@@ -1408,7 +1435,7 @@
|
|
1408
1435
|
}
|
1409
1436
|
}
|
1410
1437
|
},
|
1411
|
-
"
|
1438
|
+
"S3b": {
|
1412
1439
|
"type": "structure",
|
1413
1440
|
"members": {
|
1414
1441
|
"ContentEncoding": {},
|
@@ -1434,7 +1461,7 @@
|
|
1434
1461
|
}
|
1435
1462
|
}
|
1436
1463
|
},
|
1437
|
-
"
|
1464
|
+
"S3h": {
|
1438
1465
|
"type": "structure",
|
1439
1466
|
"members": {
|
1440
1467
|
"DurationInSeconds": {
|
@@ -1442,13 +1469,13 @@
|
|
1442
1469
|
}
|
1443
1470
|
}
|
1444
1471
|
},
|
1445
|
-
"
|
1472
|
+
"S3k": {
|
1446
1473
|
"type": "list",
|
1447
1474
|
"member": {
|
1448
|
-
"shape": "
|
1475
|
+
"shape": "S3l"
|
1449
1476
|
}
|
1450
1477
|
},
|
1451
|
-
"
|
1478
|
+
"S3l": {
|
1452
1479
|
"type": "structure",
|
1453
1480
|
"required": [
|
1454
1481
|
"Key"
|
@@ -1458,7 +1485,7 @@
|
|
1458
1485
|
"Value": {}
|
1459
1486
|
}
|
1460
1487
|
},
|
1461
|
-
"
|
1488
|
+
"S3r": {
|
1462
1489
|
"type": "structure",
|
1463
1490
|
"members": {
|
1464
1491
|
"IntervalInSeconds": {
|
@@ -1469,7 +1496,7 @@
|
|
1469
1496
|
}
|
1470
1497
|
}
|
1471
1498
|
},
|
1472
|
-
"
|
1499
|
+
"S3u": {
|
1473
1500
|
"type": "structure",
|
1474
1501
|
"members": {
|
1475
1502
|
"DurationInSeconds": {
|
@@ -1477,7 +1504,7 @@
|
|
1477
1504
|
}
|
1478
1505
|
}
|
1479
1506
|
},
|
1480
|
-
"
|
1507
|
+
"S47": {
|
1481
1508
|
"type": "structure",
|
1482
1509
|
"required": [
|
1483
1510
|
"Type",
|
@@ -1488,7 +1515,7 @@
|
|
1488
1515
|
"Details": {}
|
1489
1516
|
}
|
1490
1517
|
},
|
1491
|
-
"
|
1518
|
+
"S4i": {
|
1492
1519
|
"type": "structure",
|
1493
1520
|
"required": [
|
1494
1521
|
"RoleARN",
|
@@ -1514,7 +1541,7 @@
|
|
1514
1541
|
}
|
1515
1542
|
}
|
1516
1543
|
},
|
1517
|
-
"
|
1544
|
+
"S4m": {
|
1518
1545
|
"type": "structure",
|
1519
1546
|
"required": [
|
1520
1547
|
"SubnetIds",
|
@@ -1533,7 +1560,7 @@
|
|
1533
1560
|
"VpcId": {}
|
1534
1561
|
}
|
1535
1562
|
},
|
1536
|
-
"
|
1563
|
+
"S51": {
|
1537
1564
|
"type": "structure",
|
1538
1565
|
"required": [
|
1539
1566
|
"Data"
|
@@ -1544,7 +1571,7 @@
|
|
1544
1571
|
}
|
1545
1572
|
}
|
1546
1573
|
},
|
1547
|
-
"
|
1574
|
+
"S5m": {
|
1548
1575
|
"type": "structure",
|
1549
1576
|
"members": {
|
1550
1577
|
"RoleARN": {},
|