cdk-lambda-subminute 2.0.316 → 2.0.318
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 +31 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -68
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +9 -3
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +77 -42
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1 -1
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.min.json +2 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.waiters2.json +48 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +257 -225
- package/node_modules/aws-sdk/clients/athena.d.ts +80 -5
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +16 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +33 -2
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloud9.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ec2.d.ts +6 -6
- package/node_modules/aws-sdk/clients/finspace.d.ts +11 -11
- package/node_modules/aws-sdk/clients/medialive.d.ts +26 -0
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +166 -71
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +103 -103
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/json/parser.js +5 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -98,37 +98,43 @@
|
|
98
98
|
"algorithmSpecification": {
|
99
99
|
"shape": "Sa"
|
100
100
|
},
|
101
|
+
"associations": {
|
102
|
+
"type": "list",
|
103
|
+
"member": {
|
104
|
+
"shape": "Si"
|
105
|
+
}
|
106
|
+
},
|
101
107
|
"checkpointConfig": {
|
102
|
-
"shape": "
|
108
|
+
"shape": "Sl"
|
103
109
|
},
|
104
110
|
"clientToken": {
|
105
111
|
"idempotencyToken": true
|
106
112
|
},
|
107
113
|
"deviceConfig": {
|
108
|
-
"shape": "
|
114
|
+
"shape": "Sn"
|
109
115
|
},
|
110
116
|
"hyperParameters": {
|
111
|
-
"shape": "
|
117
|
+
"shape": "Sp"
|
112
118
|
},
|
113
119
|
"inputDataConfig": {
|
114
120
|
"type": "list",
|
115
121
|
"member": {
|
116
|
-
"shape": "
|
122
|
+
"shape": "Ss"
|
117
123
|
}
|
118
124
|
},
|
119
125
|
"instanceConfig": {
|
120
|
-
"shape": "
|
126
|
+
"shape": "Sw"
|
121
127
|
},
|
122
128
|
"jobName": {},
|
123
129
|
"outputDataConfig": {
|
124
|
-
"shape": "
|
130
|
+
"shape": "S11"
|
125
131
|
},
|
126
132
|
"roleArn": {},
|
127
133
|
"stoppingCondition": {
|
128
|
-
"shape": "
|
134
|
+
"shape": "S14"
|
129
135
|
},
|
130
136
|
"tags": {
|
131
|
-
"shape": "
|
137
|
+
"shape": "S16"
|
132
138
|
}
|
133
139
|
}
|
134
140
|
},
|
@@ -161,6 +167,12 @@
|
|
161
167
|
"action": {
|
162
168
|
"jsonvalue": true
|
163
169
|
},
|
170
|
+
"associations": {
|
171
|
+
"type": "list",
|
172
|
+
"member": {
|
173
|
+
"shape": "Si"
|
174
|
+
}
|
175
|
+
},
|
164
176
|
"clientToken": {
|
165
177
|
"idempotencyToken": true
|
166
178
|
},
|
@@ -175,7 +187,7 @@
|
|
175
187
|
"type": "long"
|
176
188
|
},
|
177
189
|
"tags": {
|
178
|
-
"shape": "
|
190
|
+
"shape": "S16"
|
179
191
|
}
|
180
192
|
}
|
181
193
|
},
|
@@ -284,20 +296,23 @@
|
|
284
296
|
"algorithmSpecification": {
|
285
297
|
"shape": "Sa"
|
286
298
|
},
|
299
|
+
"associations": {
|
300
|
+
"shape": "S1u"
|
301
|
+
},
|
287
302
|
"billableDuration": {
|
288
303
|
"type": "integer"
|
289
304
|
},
|
290
305
|
"checkpointConfig": {
|
291
|
-
"shape": "
|
306
|
+
"shape": "Sl"
|
292
307
|
},
|
293
308
|
"createdAt": {
|
294
|
-
"shape": "
|
309
|
+
"shape": "S1w"
|
295
310
|
},
|
296
311
|
"deviceConfig": {
|
297
|
-
"shape": "
|
312
|
+
"shape": "Sn"
|
298
313
|
},
|
299
314
|
"endedAt": {
|
300
|
-
"shape": "
|
315
|
+
"shape": "S1w"
|
301
316
|
},
|
302
317
|
"events": {
|
303
318
|
"type": "list",
|
@@ -307,28 +322,28 @@
|
|
307
322
|
"eventType": {},
|
308
323
|
"message": {},
|
309
324
|
"timeOfEvent": {
|
310
|
-
"shape": "
|
325
|
+
"shape": "S1w"
|
311
326
|
}
|
312
327
|
}
|
313
328
|
}
|
314
329
|
},
|
315
330
|
"failureReason": {},
|
316
331
|
"hyperParameters": {
|
317
|
-
"shape": "
|
332
|
+
"shape": "Sp"
|
318
333
|
},
|
319
334
|
"inputDataConfig": {
|
320
335
|
"type": "list",
|
321
336
|
"member": {
|
322
|
-
"shape": "
|
337
|
+
"shape": "Ss"
|
323
338
|
}
|
324
339
|
},
|
325
340
|
"instanceConfig": {
|
326
|
-
"shape": "
|
341
|
+
"shape": "Sw"
|
327
342
|
},
|
328
343
|
"jobArn": {},
|
329
344
|
"jobName": {},
|
330
345
|
"outputDataConfig": {
|
331
|
-
"shape": "
|
346
|
+
"shape": "S11"
|
332
347
|
},
|
333
348
|
"queueInfo": {
|
334
349
|
"type": "structure",
|
@@ -344,14 +359,14 @@
|
|
344
359
|
},
|
345
360
|
"roleArn": {},
|
346
361
|
"startedAt": {
|
347
|
-
"shape": "
|
362
|
+
"shape": "S1w"
|
348
363
|
},
|
349
364
|
"status": {},
|
350
365
|
"stoppingCondition": {
|
351
|
-
"shape": "
|
366
|
+
"shape": "S14"
|
352
367
|
},
|
353
368
|
"tags": {
|
354
|
-
"shape": "
|
369
|
+
"shape": "S16"
|
355
370
|
}
|
356
371
|
}
|
357
372
|
}
|
@@ -393,15 +408,18 @@
|
|
393
408
|
"status"
|
394
409
|
],
|
395
410
|
"members": {
|
411
|
+
"associations": {
|
412
|
+
"shape": "S1u"
|
413
|
+
},
|
396
414
|
"createdAt": {
|
397
|
-
"shape": "
|
415
|
+
"shape": "S1w"
|
398
416
|
},
|
399
417
|
"deviceArn": {},
|
400
418
|
"deviceParameters": {
|
401
419
|
"jsonvalue": true
|
402
420
|
},
|
403
421
|
"endedAt": {
|
404
|
-
"shape": "
|
422
|
+
"shape": "S1w"
|
405
423
|
},
|
406
424
|
"failureReason": {},
|
407
425
|
"jobArn": {},
|
@@ -426,7 +444,7 @@
|
|
426
444
|
},
|
427
445
|
"status": {},
|
428
446
|
"tags": {
|
429
|
-
"shape": "
|
447
|
+
"shape": "S16"
|
430
448
|
}
|
431
449
|
}
|
432
450
|
}
|
@@ -453,7 +471,7 @@
|
|
453
471
|
"type": "structure",
|
454
472
|
"members": {
|
455
473
|
"tags": {
|
456
|
-
"shape": "
|
474
|
+
"shape": "S16"
|
457
475
|
}
|
458
476
|
}
|
459
477
|
}
|
@@ -577,20 +595,20 @@
|
|
577
595
|
],
|
578
596
|
"members": {
|
579
597
|
"createdAt": {
|
580
|
-
"shape": "
|
598
|
+
"shape": "S1w"
|
581
599
|
},
|
582
600
|
"device": {},
|
583
601
|
"endedAt": {
|
584
|
-
"shape": "
|
602
|
+
"shape": "S1w"
|
585
603
|
},
|
586
604
|
"jobArn": {},
|
587
605
|
"jobName": {},
|
588
606
|
"startedAt": {
|
589
|
-
"shape": "
|
607
|
+
"shape": "S1w"
|
590
608
|
},
|
591
609
|
"status": {},
|
592
610
|
"tags": {
|
593
|
-
"shape": "
|
611
|
+
"shape": "S16"
|
594
612
|
}
|
595
613
|
}
|
596
614
|
}
|
@@ -657,11 +675,11 @@
|
|
657
675
|
],
|
658
676
|
"members": {
|
659
677
|
"createdAt": {
|
660
|
-
"shape": "
|
678
|
+
"shape": "S1w"
|
661
679
|
},
|
662
680
|
"deviceArn": {},
|
663
681
|
"endedAt": {
|
664
|
-
"shape": "
|
682
|
+
"shape": "S1w"
|
665
683
|
},
|
666
684
|
"outputS3Bucket": {},
|
667
685
|
"outputS3Directory": {},
|
@@ -671,7 +689,7 @@
|
|
671
689
|
},
|
672
690
|
"status": {},
|
673
691
|
"tags": {
|
674
|
-
"shape": "
|
692
|
+
"shape": "S16"
|
675
693
|
}
|
676
694
|
}
|
677
695
|
}
|
@@ -696,7 +714,7 @@
|
|
696
714
|
"locationName": "resourceArn"
|
697
715
|
},
|
698
716
|
"tags": {
|
699
|
-
"shape": "
|
717
|
+
"shape": "S16"
|
700
718
|
}
|
701
719
|
}
|
702
720
|
},
|
@@ -764,7 +782,18 @@
|
|
764
782
|
}
|
765
783
|
}
|
766
784
|
},
|
767
|
-
"
|
785
|
+
"Si": {
|
786
|
+
"type": "structure",
|
787
|
+
"required": [
|
788
|
+
"arn",
|
789
|
+
"type"
|
790
|
+
],
|
791
|
+
"members": {
|
792
|
+
"arn": {},
|
793
|
+
"type": {}
|
794
|
+
}
|
795
|
+
},
|
796
|
+
"Sl": {
|
768
797
|
"type": "structure",
|
769
798
|
"required": [
|
770
799
|
"s3Uri"
|
@@ -774,7 +803,7 @@
|
|
774
803
|
"s3Uri": {}
|
775
804
|
}
|
776
805
|
},
|
777
|
-
"
|
806
|
+
"Sn": {
|
778
807
|
"type": "structure",
|
779
808
|
"required": [
|
780
809
|
"device"
|
@@ -783,12 +812,12 @@
|
|
783
812
|
"device": {}
|
784
813
|
}
|
785
814
|
},
|
786
|
-
"
|
815
|
+
"Sp": {
|
787
816
|
"type": "map",
|
788
817
|
"key": {},
|
789
818
|
"value": {}
|
790
819
|
},
|
791
|
-
"
|
820
|
+
"Ss": {
|
792
821
|
"type": "structure",
|
793
822
|
"required": [
|
794
823
|
"channelName",
|
@@ -816,7 +845,7 @@
|
|
816
845
|
}
|
817
846
|
}
|
818
847
|
},
|
819
|
-
"
|
848
|
+
"Sw": {
|
820
849
|
"type": "structure",
|
821
850
|
"required": [
|
822
851
|
"instanceType",
|
@@ -832,7 +861,7 @@
|
|
832
861
|
}
|
833
862
|
}
|
834
863
|
},
|
835
|
-
"
|
864
|
+
"S11": {
|
836
865
|
"type": "structure",
|
837
866
|
"required": [
|
838
867
|
"s3Path"
|
@@ -842,7 +871,7 @@
|
|
842
871
|
"s3Path": {}
|
843
872
|
}
|
844
873
|
},
|
845
|
-
"
|
874
|
+
"S14": {
|
846
875
|
"type": "structure",
|
847
876
|
"members": {
|
848
877
|
"maxRuntimeInSeconds": {
|
@@ -850,12 +879,18 @@
|
|
850
879
|
}
|
851
880
|
}
|
852
881
|
},
|
853
|
-
"
|
882
|
+
"S16": {
|
854
883
|
"type": "map",
|
855
884
|
"key": {},
|
856
885
|
"value": {}
|
857
886
|
},
|
858
|
-
"
|
887
|
+
"S1u": {
|
888
|
+
"type": "list",
|
889
|
+
"member": {
|
890
|
+
"shape": "Si"
|
891
|
+
}
|
892
|
+
},
|
893
|
+
"S1w": {
|
859
894
|
"type": "timestamp",
|
860
895
|
"timestampFormat": "iso8601"
|
861
896
|
}
|
@@ -30,6 +30,54 @@
|
|
30
30
|
"matcher": "pathAll",
|
31
31
|
"state": "success"
|
32
32
|
},
|
33
|
+
{
|
34
|
+
"argument": "Stacks[].StackStatus",
|
35
|
+
"expected": "UPDATE_COMPLETE",
|
36
|
+
"matcher": "pathAll",
|
37
|
+
"state": "success"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"argument": "Stacks[].StackStatus",
|
41
|
+
"expected": "UPDATE_IN_PROGRESS",
|
42
|
+
"matcher": "pathAll",
|
43
|
+
"state": "success"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"argument": "Stacks[].StackStatus",
|
47
|
+
"expected": "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
|
48
|
+
"matcher": "pathAll",
|
49
|
+
"state": "success"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"argument": "Stacks[].StackStatus",
|
53
|
+
"expected": "UPDATE_FAILED",
|
54
|
+
"matcher": "pathAll",
|
55
|
+
"state": "success"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"argument": "Stacks[].StackStatus",
|
59
|
+
"expected": "UPDATE_ROLLBACK_IN_PROGRESS",
|
60
|
+
"matcher": "pathAll",
|
61
|
+
"state": "success"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"argument": "Stacks[].StackStatus",
|
65
|
+
"expected": "UPDATE_ROLLBACK_FAILED",
|
66
|
+
"matcher": "pathAll",
|
67
|
+
"state": "success"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"argument": "Stacks[].StackStatus",
|
71
|
+
"expected": "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
|
72
|
+
"matcher": "pathAll",
|
73
|
+
"state": "success"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"argument": "Stacks[].StackStatus",
|
77
|
+
"expected": "UPDATE_ROLLBACK_COMPLETE",
|
78
|
+
"matcher": "pathAll",
|
79
|
+
"state": "success"
|
80
|
+
},
|
33
81
|
{
|
34
82
|
"argument": "Stacks[].StackStatus",
|
35
83
|
"expected": "CREATE_FAILED",
|