cdk-lambda-subminute 2.0.450 → 2.0.452
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +925 -400
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
- package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
- package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
- package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
- package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +612 -64
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +175 -20
- package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
- package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
- package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
- package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
- package/node_modules/aws-sdk/clients/ivschat.js +1 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
- package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
- package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1835 -1858
- package/node_modules/aws-sdk/dist/aws-sdk.js +2085 -1380
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
- package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
- package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -29,6 +29,9 @@
|
|
29
29
|
"name": {},
|
30
30
|
"tags": {
|
31
31
|
"shape": "S3"
|
32
|
+
},
|
33
|
+
"encryptionConfiguration": {
|
34
|
+
"shape": "S7"
|
32
35
|
}
|
33
36
|
}
|
34
37
|
},
|
@@ -58,24 +61,27 @@
|
|
58
61
|
"members": {
|
59
62
|
"name": {},
|
60
63
|
"definition": {
|
61
|
-
"shape": "
|
64
|
+
"shape": "Sf"
|
62
65
|
},
|
63
66
|
"roleArn": {},
|
64
67
|
"type": {},
|
65
68
|
"loggingConfiguration": {
|
66
|
-
"shape": "
|
69
|
+
"shape": "Sh"
|
67
70
|
},
|
68
71
|
"tags": {
|
69
72
|
"shape": "S3"
|
70
73
|
},
|
71
74
|
"tracingConfiguration": {
|
72
|
-
"shape": "
|
75
|
+
"shape": "Sn"
|
73
76
|
},
|
74
77
|
"publish": {
|
75
78
|
"type": "boolean"
|
76
79
|
},
|
77
80
|
"versionDescription": {
|
78
|
-
"shape": "
|
81
|
+
"shape": "Sq"
|
82
|
+
},
|
83
|
+
"encryptionConfiguration": {
|
84
|
+
"shape": "S7"
|
79
85
|
}
|
80
86
|
}
|
81
87
|
},
|
@@ -104,11 +110,11 @@
|
|
104
110
|
],
|
105
111
|
"members": {
|
106
112
|
"description": {
|
107
|
-
"shape": "
|
113
|
+
"shape": "St"
|
108
114
|
},
|
109
115
|
"name": {},
|
110
116
|
"routingConfiguration": {
|
111
|
-
"shape": "
|
117
|
+
"shape": "Sv"
|
112
118
|
}
|
113
119
|
}
|
114
120
|
},
|
@@ -208,6 +214,9 @@
|
|
208
214
|
"name": {},
|
209
215
|
"creationDate": {
|
210
216
|
"type": "timestamp"
|
217
|
+
},
|
218
|
+
"encryptionConfiguration": {
|
219
|
+
"shape": "S7"
|
211
220
|
}
|
212
221
|
}
|
213
222
|
}
|
@@ -219,7 +228,8 @@
|
|
219
228
|
"executionArn"
|
220
229
|
],
|
221
230
|
"members": {
|
222
|
-
"executionArn": {}
|
231
|
+
"executionArn": {},
|
232
|
+
"includedData": {}
|
223
233
|
}
|
224
234
|
},
|
225
235
|
"output": {
|
@@ -242,24 +252,24 @@
|
|
242
252
|
"type": "timestamp"
|
243
253
|
},
|
244
254
|
"input": {
|
245
|
-
"shape": "
|
255
|
+
"shape": "S1e"
|
246
256
|
},
|
247
257
|
"inputDetails": {
|
248
|
-
"shape": "
|
258
|
+
"shape": "S1f"
|
249
259
|
},
|
250
260
|
"output": {
|
251
|
-
"shape": "
|
261
|
+
"shape": "S1e"
|
252
262
|
},
|
253
263
|
"outputDetails": {
|
254
|
-
"shape": "
|
264
|
+
"shape": "S1f"
|
255
265
|
},
|
256
266
|
"traceHeader": {},
|
257
267
|
"mapRunArn": {},
|
258
268
|
"error": {
|
259
|
-
"shape": "
|
269
|
+
"shape": "S1i"
|
260
270
|
},
|
261
271
|
"cause": {
|
262
|
-
"shape": "
|
272
|
+
"shape": "S1j"
|
263
273
|
},
|
264
274
|
"stateMachineVersionArn": {},
|
265
275
|
"stateMachineAliasArn": {},
|
@@ -271,7 +281,7 @@
|
|
271
281
|
},
|
272
282
|
"redriveStatus": {},
|
273
283
|
"redriveStatusReason": {
|
274
|
-
"shape": "
|
284
|
+
"shape": "S1e"
|
275
285
|
}
|
276
286
|
}
|
277
287
|
}
|
@@ -424,7 +434,8 @@
|
|
424
434
|
"stateMachineArn"
|
425
435
|
],
|
426
436
|
"members": {
|
427
|
-
"stateMachineArn": {}
|
437
|
+
"stateMachineArn": {},
|
438
|
+
"includedData": {}
|
428
439
|
}
|
429
440
|
},
|
430
441
|
"output": {
|
@@ -442,7 +453,7 @@
|
|
442
453
|
"name": {},
|
443
454
|
"status": {},
|
444
455
|
"definition": {
|
445
|
-
"shape": "
|
456
|
+
"shape": "Sf"
|
446
457
|
},
|
447
458
|
"roleArn": {},
|
448
459
|
"type": {},
|
@@ -450,15 +461,18 @@
|
|
450
461
|
"type": "timestamp"
|
451
462
|
},
|
452
463
|
"loggingConfiguration": {
|
453
|
-
"shape": "
|
464
|
+
"shape": "Sh"
|
454
465
|
},
|
455
466
|
"tracingConfiguration": {
|
456
|
-
"shape": "
|
467
|
+
"shape": "Sn"
|
457
468
|
},
|
458
469
|
"label": {},
|
459
470
|
"revisionId": {},
|
460
471
|
"description": {
|
461
|
-
"shape": "
|
472
|
+
"shape": "Sq"
|
473
|
+
},
|
474
|
+
"encryptionConfiguration": {
|
475
|
+
"shape": "S7"
|
462
476
|
}
|
463
477
|
}
|
464
478
|
}
|
@@ -479,10 +493,10 @@
|
|
479
493
|
"stateMachineAliasArn": {},
|
480
494
|
"name": {},
|
481
495
|
"description": {
|
482
|
-
"shape": "
|
496
|
+
"shape": "St"
|
483
497
|
},
|
484
498
|
"routingConfiguration": {
|
485
|
-
"shape": "
|
499
|
+
"shape": "Sv"
|
486
500
|
},
|
487
501
|
"creationDate": {
|
488
502
|
"type": "timestamp"
|
@@ -500,7 +514,8 @@
|
|
500
514
|
"executionArn"
|
501
515
|
],
|
502
516
|
"members": {
|
503
|
-
"executionArn": {}
|
517
|
+
"executionArn": {},
|
518
|
+
"includedData": {}
|
504
519
|
}
|
505
520
|
},
|
506
521
|
"output": {
|
@@ -516,21 +531,24 @@
|
|
516
531
|
"stateMachineArn": {},
|
517
532
|
"name": {},
|
518
533
|
"definition": {
|
519
|
-
"shape": "
|
534
|
+
"shape": "Sf"
|
520
535
|
},
|
521
536
|
"roleArn": {},
|
522
537
|
"updateDate": {
|
523
538
|
"type": "timestamp"
|
524
539
|
},
|
525
540
|
"loggingConfiguration": {
|
526
|
-
"shape": "
|
541
|
+
"shape": "Sh"
|
527
542
|
},
|
528
543
|
"tracingConfiguration": {
|
529
|
-
"shape": "
|
544
|
+
"shape": "Sn"
|
530
545
|
},
|
531
546
|
"mapRunArn": {},
|
532
547
|
"label": {},
|
533
|
-
"revisionId": {}
|
548
|
+
"revisionId": {},
|
549
|
+
"encryptionConfiguration": {
|
550
|
+
"shape": "S7"
|
551
|
+
}
|
534
552
|
}
|
535
553
|
}
|
536
554
|
},
|
@@ -606,10 +624,10 @@
|
|
606
624
|
"type": "structure",
|
607
625
|
"members": {
|
608
626
|
"error": {
|
609
|
-
"shape": "
|
627
|
+
"shape": "S1i"
|
610
628
|
},
|
611
629
|
"cause": {
|
612
|
-
"shape": "
|
630
|
+
"shape": "S1j"
|
613
631
|
}
|
614
632
|
}
|
615
633
|
},
|
@@ -617,10 +635,10 @@
|
|
617
635
|
"type": "structure",
|
618
636
|
"members": {
|
619
637
|
"error": {
|
620
|
-
"shape": "
|
638
|
+
"shape": "S1i"
|
621
639
|
},
|
622
640
|
"cause": {
|
623
|
-
"shape": "
|
641
|
+
"shape": "S1j"
|
624
642
|
}
|
625
643
|
}
|
626
644
|
},
|
@@ -632,10 +650,10 @@
|
|
632
650
|
"members": {
|
633
651
|
"resource": {},
|
634
652
|
"input": {
|
635
|
-
"shape": "
|
653
|
+
"shape": "S1e"
|
636
654
|
},
|
637
655
|
"inputDetails": {
|
638
|
-
"shape": "
|
656
|
+
"shape": "S2m"
|
639
657
|
},
|
640
658
|
"timeoutInSeconds": {
|
641
659
|
"type": "long"
|
@@ -655,10 +673,10 @@
|
|
655
673
|
"type": "structure",
|
656
674
|
"members": {
|
657
675
|
"output": {
|
658
|
-
"shape": "
|
676
|
+
"shape": "S1e"
|
659
677
|
},
|
660
678
|
"outputDetails": {
|
661
|
-
"shape": "
|
679
|
+
"shape": "S2m"
|
662
680
|
}
|
663
681
|
}
|
664
682
|
},
|
@@ -666,10 +684,10 @@
|
|
666
684
|
"type": "structure",
|
667
685
|
"members": {
|
668
686
|
"error": {
|
669
|
-
"shape": "
|
687
|
+
"shape": "S1i"
|
670
688
|
},
|
671
689
|
"cause": {
|
672
|
-
"shape": "
|
690
|
+
"shape": "S1j"
|
673
691
|
}
|
674
692
|
}
|
675
693
|
},
|
@@ -683,10 +701,10 @@
|
|
683
701
|
"resourceType": {},
|
684
702
|
"resource": {},
|
685
703
|
"error": {
|
686
|
-
"shape": "
|
704
|
+
"shape": "S1i"
|
687
705
|
},
|
688
706
|
"cause": {
|
689
|
-
"shape": "
|
707
|
+
"shape": "S1j"
|
690
708
|
}
|
691
709
|
}
|
692
710
|
},
|
@@ -713,7 +731,7 @@
|
|
713
731
|
"type": "long"
|
714
732
|
},
|
715
733
|
"taskCredentials": {
|
716
|
-
"shape": "
|
734
|
+
"shape": "S2w"
|
717
735
|
}
|
718
736
|
}
|
719
737
|
},
|
@@ -727,10 +745,10 @@
|
|
727
745
|
"resourceType": {},
|
728
746
|
"resource": {},
|
729
747
|
"error": {
|
730
|
-
"shape": "
|
748
|
+
"shape": "S1i"
|
731
749
|
},
|
732
750
|
"cause": {
|
733
|
-
"shape": "
|
751
|
+
"shape": "S1j"
|
734
752
|
}
|
735
753
|
}
|
736
754
|
},
|
@@ -755,10 +773,10 @@
|
|
755
773
|
"resourceType": {},
|
756
774
|
"resource": {},
|
757
775
|
"error": {
|
758
|
-
"shape": "
|
776
|
+
"shape": "S1i"
|
759
777
|
},
|
760
778
|
"cause": {
|
761
|
-
"shape": "
|
779
|
+
"shape": "S1j"
|
762
780
|
}
|
763
781
|
}
|
764
782
|
},
|
@@ -772,10 +790,10 @@
|
|
772
790
|
"resourceType": {},
|
773
791
|
"resource": {},
|
774
792
|
"output": {
|
775
|
-
"shape": "
|
793
|
+
"shape": "S1e"
|
776
794
|
},
|
777
795
|
"outputDetails": {
|
778
|
-
"shape": "
|
796
|
+
"shape": "S2m"
|
779
797
|
}
|
780
798
|
}
|
781
799
|
},
|
@@ -789,10 +807,10 @@
|
|
789
807
|
"resourceType": {},
|
790
808
|
"resource": {},
|
791
809
|
"output": {
|
792
|
-
"shape": "
|
810
|
+
"shape": "S1e"
|
793
811
|
},
|
794
812
|
"outputDetails": {
|
795
|
-
"shape": "
|
813
|
+
"shape": "S2m"
|
796
814
|
}
|
797
815
|
}
|
798
816
|
},
|
@@ -806,10 +824,10 @@
|
|
806
824
|
"resourceType": {},
|
807
825
|
"resource": {},
|
808
826
|
"error": {
|
809
|
-
"shape": "
|
827
|
+
"shape": "S1i"
|
810
828
|
},
|
811
829
|
"cause": {
|
812
|
-
"shape": "
|
830
|
+
"shape": "S1j"
|
813
831
|
}
|
814
832
|
}
|
815
833
|
},
|
@@ -817,10 +835,10 @@
|
|
817
835
|
"type": "structure",
|
818
836
|
"members": {
|
819
837
|
"error": {
|
820
|
-
"shape": "
|
838
|
+
"shape": "S1i"
|
821
839
|
},
|
822
840
|
"cause": {
|
823
|
-
"shape": "
|
841
|
+
"shape": "S1j"
|
824
842
|
}
|
825
843
|
}
|
826
844
|
},
|
@@ -828,10 +846,10 @@
|
|
828
846
|
"type": "structure",
|
829
847
|
"members": {
|
830
848
|
"input": {
|
831
|
-
"shape": "
|
849
|
+
"shape": "S1e"
|
832
850
|
},
|
833
851
|
"inputDetails": {
|
834
|
-
"shape": "
|
852
|
+
"shape": "S2m"
|
835
853
|
},
|
836
854
|
"roleArn": {},
|
837
855
|
"stateMachineAliasArn": {},
|
@@ -842,10 +860,10 @@
|
|
842
860
|
"type": "structure",
|
843
861
|
"members": {
|
844
862
|
"output": {
|
845
|
-
"shape": "
|
863
|
+
"shape": "S1e"
|
846
864
|
},
|
847
865
|
"outputDetails": {
|
848
|
-
"shape": "
|
866
|
+
"shape": "S2m"
|
849
867
|
}
|
850
868
|
}
|
851
869
|
},
|
@@ -853,10 +871,10 @@
|
|
853
871
|
"type": "structure",
|
854
872
|
"members": {
|
855
873
|
"error": {
|
856
|
-
"shape": "
|
874
|
+
"shape": "S1i"
|
857
875
|
},
|
858
876
|
"cause": {
|
859
|
-
"shape": "
|
877
|
+
"shape": "S1j"
|
860
878
|
}
|
861
879
|
}
|
862
880
|
},
|
@@ -864,10 +882,10 @@
|
|
864
882
|
"type": "structure",
|
865
883
|
"members": {
|
866
884
|
"error": {
|
867
|
-
"shape": "
|
885
|
+
"shape": "S1i"
|
868
886
|
},
|
869
887
|
"cause": {
|
870
|
-
"shape": "
|
888
|
+
"shape": "S1j"
|
871
889
|
}
|
872
890
|
}
|
873
891
|
},
|
@@ -888,25 +906,25 @@
|
|
888
906
|
}
|
889
907
|
},
|
890
908
|
"mapIterationStartedEventDetails": {
|
891
|
-
"shape": "
|
909
|
+
"shape": "S3b"
|
892
910
|
},
|
893
911
|
"mapIterationSucceededEventDetails": {
|
894
|
-
"shape": "
|
912
|
+
"shape": "S3b"
|
895
913
|
},
|
896
914
|
"mapIterationFailedEventDetails": {
|
897
|
-
"shape": "
|
915
|
+
"shape": "S3b"
|
898
916
|
},
|
899
917
|
"mapIterationAbortedEventDetails": {
|
900
|
-
"shape": "
|
918
|
+
"shape": "S3b"
|
901
919
|
},
|
902
920
|
"lambdaFunctionFailedEventDetails": {
|
903
921
|
"type": "structure",
|
904
922
|
"members": {
|
905
923
|
"error": {
|
906
|
-
"shape": "
|
924
|
+
"shape": "S1i"
|
907
925
|
},
|
908
926
|
"cause": {
|
909
|
-
"shape": "
|
927
|
+
"shape": "S1j"
|
910
928
|
}
|
911
929
|
}
|
912
930
|
},
|
@@ -914,10 +932,10 @@
|
|
914
932
|
"type": "structure",
|
915
933
|
"members": {
|
916
934
|
"error": {
|
917
|
-
"shape": "
|
935
|
+
"shape": "S1i"
|
918
936
|
},
|
919
937
|
"cause": {
|
920
|
-
"shape": "
|
938
|
+
"shape": "S1j"
|
921
939
|
}
|
922
940
|
}
|
923
941
|
},
|
@@ -929,16 +947,16 @@
|
|
929
947
|
"members": {
|
930
948
|
"resource": {},
|
931
949
|
"input": {
|
932
|
-
"shape": "
|
950
|
+
"shape": "S1e"
|
933
951
|
},
|
934
952
|
"inputDetails": {
|
935
|
-
"shape": "
|
953
|
+
"shape": "S2m"
|
936
954
|
},
|
937
955
|
"timeoutInSeconds": {
|
938
956
|
"type": "long"
|
939
957
|
},
|
940
958
|
"taskCredentials": {
|
941
|
-
"shape": "
|
959
|
+
"shape": "S2w"
|
942
960
|
}
|
943
961
|
}
|
944
962
|
},
|
@@ -946,10 +964,10 @@
|
|
946
964
|
"type": "structure",
|
947
965
|
"members": {
|
948
966
|
"error": {
|
949
|
-
"shape": "
|
967
|
+
"shape": "S1i"
|
950
968
|
},
|
951
969
|
"cause": {
|
952
|
-
"shape": "
|
970
|
+
"shape": "S1j"
|
953
971
|
}
|
954
972
|
}
|
955
973
|
},
|
@@ -957,10 +975,10 @@
|
|
957
975
|
"type": "structure",
|
958
976
|
"members": {
|
959
977
|
"output": {
|
960
|
-
"shape": "
|
978
|
+
"shape": "S1e"
|
961
979
|
},
|
962
980
|
"outputDetails": {
|
963
|
-
"shape": "
|
981
|
+
"shape": "S2m"
|
964
982
|
}
|
965
983
|
}
|
966
984
|
},
|
@@ -968,10 +986,10 @@
|
|
968
986
|
"type": "structure",
|
969
987
|
"members": {
|
970
988
|
"error": {
|
971
|
-
"shape": "
|
989
|
+
"shape": "S1i"
|
972
990
|
},
|
973
991
|
"cause": {
|
974
|
-
"shape": "
|
992
|
+
"shape": "S1j"
|
975
993
|
}
|
976
994
|
}
|
977
995
|
},
|
@@ -983,10 +1001,10 @@
|
|
983
1001
|
"members": {
|
984
1002
|
"name": {},
|
985
1003
|
"input": {
|
986
|
-
"shape": "
|
1004
|
+
"shape": "S1e"
|
987
1005
|
},
|
988
1006
|
"inputDetails": {
|
989
|
-
"shape": "
|
1007
|
+
"shape": "S2m"
|
990
1008
|
}
|
991
1009
|
}
|
992
1010
|
},
|
@@ -998,10 +1016,10 @@
|
|
998
1016
|
"members": {
|
999
1017
|
"name": {},
|
1000
1018
|
"output": {
|
1001
|
-
"shape": "
|
1019
|
+
"shape": "S1e"
|
1002
1020
|
},
|
1003
1021
|
"outputDetails": {
|
1004
|
-
"shape": "
|
1022
|
+
"shape": "S2m"
|
1005
1023
|
}
|
1006
1024
|
}
|
1007
1025
|
},
|
@@ -1015,10 +1033,10 @@
|
|
1015
1033
|
"type": "structure",
|
1016
1034
|
"members": {
|
1017
1035
|
"error": {
|
1018
|
-
"shape": "
|
1036
|
+
"shape": "S1i"
|
1019
1037
|
},
|
1020
1038
|
"cause": {
|
1021
|
-
"shape": "
|
1039
|
+
"shape": "S1j"
|
1022
1040
|
}
|
1023
1041
|
}
|
1024
1042
|
},
|
@@ -1333,7 +1351,7 @@
|
|
1333
1351
|
"stateMachineArn": {},
|
1334
1352
|
"revisionId": {},
|
1335
1353
|
"description": {
|
1336
|
-
"shape": "
|
1354
|
+
"shape": "Sq"
|
1337
1355
|
}
|
1338
1356
|
}
|
1339
1357
|
},
|
@@ -1387,10 +1405,10 @@
|
|
1387
1405
|
"members": {
|
1388
1406
|
"taskToken": {},
|
1389
1407
|
"error": {
|
1390
|
-
"shape": "
|
1408
|
+
"shape": "S1i"
|
1391
1409
|
},
|
1392
1410
|
"cause": {
|
1393
|
-
"shape": "
|
1411
|
+
"shape": "S1j"
|
1394
1412
|
}
|
1395
1413
|
}
|
1396
1414
|
},
|
@@ -1424,7 +1442,7 @@
|
|
1424
1442
|
"members": {
|
1425
1443
|
"taskToken": {},
|
1426
1444
|
"output": {
|
1427
|
-
"shape": "
|
1445
|
+
"shape": "S1e"
|
1428
1446
|
}
|
1429
1447
|
}
|
1430
1448
|
},
|
@@ -1443,7 +1461,7 @@
|
|
1443
1461
|
"stateMachineArn": {},
|
1444
1462
|
"name": {},
|
1445
1463
|
"input": {
|
1446
|
-
"shape": "
|
1464
|
+
"shape": "S1e"
|
1447
1465
|
},
|
1448
1466
|
"traceHeader": {}
|
1449
1467
|
}
|
@@ -1473,9 +1491,10 @@
|
|
1473
1491
|
"stateMachineArn": {},
|
1474
1492
|
"name": {},
|
1475
1493
|
"input": {
|
1476
|
-
"shape": "
|
1494
|
+
"shape": "S1e"
|
1477
1495
|
},
|
1478
|
-
"traceHeader": {}
|
1496
|
+
"traceHeader": {},
|
1497
|
+
"includedData": {}
|
1479
1498
|
}
|
1480
1499
|
},
|
1481
1500
|
"output": {
|
@@ -1498,22 +1517,22 @@
|
|
1498
1517
|
},
|
1499
1518
|
"status": {},
|
1500
1519
|
"error": {
|
1501
|
-
"shape": "
|
1520
|
+
"shape": "S1i"
|
1502
1521
|
},
|
1503
1522
|
"cause": {
|
1504
|
-
"shape": "
|
1523
|
+
"shape": "S1j"
|
1505
1524
|
},
|
1506
1525
|
"input": {
|
1507
|
-
"shape": "
|
1526
|
+
"shape": "S1e"
|
1508
1527
|
},
|
1509
1528
|
"inputDetails": {
|
1510
|
-
"shape": "
|
1529
|
+
"shape": "S1f"
|
1511
1530
|
},
|
1512
1531
|
"output": {
|
1513
|
-
"shape": "
|
1532
|
+
"shape": "S1e"
|
1514
1533
|
},
|
1515
1534
|
"outputDetails": {
|
1516
|
-
"shape": "
|
1535
|
+
"shape": "S1f"
|
1517
1536
|
},
|
1518
1537
|
"traceHeader": {},
|
1519
1538
|
"billingDetails": {
|
@@ -1542,10 +1561,10 @@
|
|
1542
1561
|
"members": {
|
1543
1562
|
"executionArn": {},
|
1544
1563
|
"error": {
|
1545
|
-
"shape": "
|
1564
|
+
"shape": "S1i"
|
1546
1565
|
},
|
1547
1566
|
"cause": {
|
1548
|
-
"shape": "
|
1567
|
+
"shape": "S1j"
|
1549
1568
|
}
|
1550
1569
|
}
|
1551
1570
|
},
|
@@ -1589,11 +1608,11 @@
|
|
1589
1608
|
],
|
1590
1609
|
"members": {
|
1591
1610
|
"definition": {
|
1592
|
-
"shape": "
|
1611
|
+
"shape": "Sf"
|
1593
1612
|
},
|
1594
1613
|
"roleArn": {},
|
1595
1614
|
"input": {
|
1596
|
-
"shape": "
|
1615
|
+
"shape": "S1e"
|
1597
1616
|
},
|
1598
1617
|
"inspectionLevel": {},
|
1599
1618
|
"revealSecrets": {
|
@@ -1605,34 +1624,34 @@
|
|
1605
1624
|
"type": "structure",
|
1606
1625
|
"members": {
|
1607
1626
|
"output": {
|
1608
|
-
"shape": "
|
1627
|
+
"shape": "S1e"
|
1609
1628
|
},
|
1610
1629
|
"error": {
|
1611
|
-
"shape": "
|
1630
|
+
"shape": "S1i"
|
1612
1631
|
},
|
1613
1632
|
"cause": {
|
1614
|
-
"shape": "
|
1633
|
+
"shape": "S1j"
|
1615
1634
|
},
|
1616
1635
|
"inspectionData": {
|
1617
1636
|
"type": "structure",
|
1618
1637
|
"members": {
|
1619
1638
|
"input": {
|
1620
|
-
"shape": "
|
1639
|
+
"shape": "S1e"
|
1621
1640
|
},
|
1622
1641
|
"afterInputPath": {
|
1623
|
-
"shape": "
|
1642
|
+
"shape": "S1e"
|
1624
1643
|
},
|
1625
1644
|
"afterParameters": {
|
1626
|
-
"shape": "
|
1645
|
+
"shape": "S1e"
|
1627
1646
|
},
|
1628
1647
|
"result": {
|
1629
|
-
"shape": "
|
1648
|
+
"shape": "S1e"
|
1630
1649
|
},
|
1631
1650
|
"afterResultSelector": {
|
1632
|
-
"shape": "
|
1651
|
+
"shape": "S1e"
|
1633
1652
|
},
|
1634
1653
|
"afterResultPath": {
|
1635
|
-
"shape": "
|
1654
|
+
"shape": "S1e"
|
1636
1655
|
},
|
1637
1656
|
"request": {
|
1638
1657
|
"type": "structure",
|
@@ -1718,20 +1737,23 @@
|
|
1718
1737
|
"members": {
|
1719
1738
|
"stateMachineArn": {},
|
1720
1739
|
"definition": {
|
1721
|
-
"shape": "
|
1740
|
+
"shape": "Sf"
|
1722
1741
|
},
|
1723
1742
|
"roleArn": {},
|
1724
1743
|
"loggingConfiguration": {
|
1725
|
-
"shape": "
|
1744
|
+
"shape": "Sh"
|
1726
1745
|
},
|
1727
1746
|
"tracingConfiguration": {
|
1728
|
-
"shape": "
|
1747
|
+
"shape": "Sn"
|
1729
1748
|
},
|
1730
1749
|
"publish": {
|
1731
1750
|
"type": "boolean"
|
1732
1751
|
},
|
1733
1752
|
"versionDescription": {
|
1734
|
-
"shape": "
|
1753
|
+
"shape": "Sq"
|
1754
|
+
},
|
1755
|
+
"encryptionConfiguration": {
|
1756
|
+
"shape": "S7"
|
1735
1757
|
}
|
1736
1758
|
}
|
1737
1759
|
},
|
@@ -1759,10 +1781,10 @@
|
|
1759
1781
|
"members": {
|
1760
1782
|
"stateMachineAliasArn": {},
|
1761
1783
|
"description": {
|
1762
|
-
"shape": "
|
1784
|
+
"shape": "St"
|
1763
1785
|
},
|
1764
1786
|
"routingConfiguration": {
|
1765
|
-
"shape": "
|
1787
|
+
"shape": "Sv"
|
1766
1788
|
}
|
1767
1789
|
}
|
1768
1790
|
},
|
@@ -1786,7 +1808,7 @@
|
|
1786
1808
|
],
|
1787
1809
|
"members": {
|
1788
1810
|
"definition": {
|
1789
|
-
"shape": "
|
1811
|
+
"shape": "Sf"
|
1790
1812
|
},
|
1791
1813
|
"type": {}
|
1792
1814
|
}
|
@@ -1831,11 +1853,24 @@
|
|
1831
1853
|
}
|
1832
1854
|
}
|
1833
1855
|
},
|
1834
|
-
"
|
1856
|
+
"S7": {
|
1857
|
+
"type": "structure",
|
1858
|
+
"required": [
|
1859
|
+
"type"
|
1860
|
+
],
|
1861
|
+
"members": {
|
1862
|
+
"kmsKeyId": {},
|
1863
|
+
"kmsDataKeyReusePeriodSeconds": {
|
1864
|
+
"type": "integer"
|
1865
|
+
},
|
1866
|
+
"type": {}
|
1867
|
+
}
|
1868
|
+
},
|
1869
|
+
"Sf": {
|
1835
1870
|
"type": "string",
|
1836
1871
|
"sensitive": true
|
1837
1872
|
},
|
1838
|
-
"
|
1873
|
+
"Sh": {
|
1839
1874
|
"type": "structure",
|
1840
1875
|
"members": {
|
1841
1876
|
"level": {},
|
@@ -1858,7 +1893,7 @@
|
|
1858
1893
|
}
|
1859
1894
|
}
|
1860
1895
|
},
|
1861
|
-
"
|
1896
|
+
"Sn": {
|
1862
1897
|
"type": "structure",
|
1863
1898
|
"members": {
|
1864
1899
|
"enabled": {
|
@@ -1866,15 +1901,15 @@
|
|
1866
1901
|
}
|
1867
1902
|
}
|
1868
1903
|
},
|
1869
|
-
"
|
1904
|
+
"Sq": {
|
1870
1905
|
"type": "string",
|
1871
1906
|
"sensitive": true
|
1872
1907
|
},
|
1873
|
-
"
|
1908
|
+
"St": {
|
1874
1909
|
"type": "string",
|
1875
1910
|
"sensitive": true
|
1876
1911
|
},
|
1877
|
-
"
|
1912
|
+
"Sv": {
|
1878
1913
|
"type": "list",
|
1879
1914
|
"member": {
|
1880
1915
|
"type": "structure",
|
@@ -1890,11 +1925,11 @@
|
|
1890
1925
|
}
|
1891
1926
|
}
|
1892
1927
|
},
|
1893
|
-
"
|
1928
|
+
"S1e": {
|
1894
1929
|
"type": "string",
|
1895
1930
|
"sensitive": true
|
1896
1931
|
},
|
1897
|
-
"
|
1932
|
+
"S1f": {
|
1898
1933
|
"type": "structure",
|
1899
1934
|
"members": {
|
1900
1935
|
"included": {
|
@@ -1902,15 +1937,15 @@
|
|
1902
1937
|
}
|
1903
1938
|
}
|
1904
1939
|
},
|
1905
|
-
"
|
1940
|
+
"S1i": {
|
1906
1941
|
"type": "string",
|
1907
1942
|
"sensitive": true
|
1908
1943
|
},
|
1909
|
-
"
|
1944
|
+
"S1j": {
|
1910
1945
|
"type": "string",
|
1911
1946
|
"sensitive": true
|
1912
1947
|
},
|
1913
|
-
"
|
1948
|
+
"S2m": {
|
1914
1949
|
"type": "structure",
|
1915
1950
|
"members": {
|
1916
1951
|
"truncated": {
|
@@ -1918,13 +1953,13 @@
|
|
1918
1953
|
}
|
1919
1954
|
}
|
1920
1955
|
},
|
1921
|
-
"
|
1956
|
+
"S2w": {
|
1922
1957
|
"type": "structure",
|
1923
1958
|
"members": {
|
1924
1959
|
"roleArn": {}
|
1925
1960
|
}
|
1926
1961
|
},
|
1927
|
-
"
|
1962
|
+
"S3b": {
|
1928
1963
|
"type": "structure",
|
1929
1964
|
"members": {
|
1930
1965
|
"name": {},
|