cdk-lambda-subminute 2.0.298 → 2.0.300
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 +27 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +361 -16
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +423 -268
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
- package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
- package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +370 -5
- package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +179 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
- package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
- package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
- package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
- package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
- 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 +24 -24
- package/node_modules/aws-sdk/dist/aws-sdk.js +799 -569
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -63,11 +63,12 @@
|
|
63
63
|
},
|
64
64
|
"AirflowVersion": {},
|
65
65
|
"DagS3Path": {},
|
66
|
+
"EndpointManagement": {},
|
66
67
|
"EnvironmentClass": {},
|
67
68
|
"ExecutionRoleArn": {},
|
68
69
|
"KmsKey": {},
|
69
70
|
"LoggingConfiguration": {
|
70
|
-
"shape": "
|
71
|
+
"shape": "Sg"
|
71
72
|
},
|
72
73
|
"MaxWorkers": {
|
73
74
|
"type": "integer"
|
@@ -80,7 +81,7 @@
|
|
80
81
|
"locationName": "Name"
|
81
82
|
},
|
82
83
|
"NetworkConfiguration": {
|
83
|
-
"shape": "
|
84
|
+
"shape": "Sm"
|
84
85
|
},
|
85
86
|
"PluginsS3ObjectVersion": {},
|
86
87
|
"PluginsS3Path": {},
|
@@ -93,7 +94,7 @@
|
|
93
94
|
"StartupScriptS3ObjectVersion": {},
|
94
95
|
"StartupScriptS3Path": {},
|
95
96
|
"Tags": {
|
96
|
-
"shape": "
|
97
|
+
"shape": "Su"
|
97
98
|
},
|
98
99
|
"WebserverAccessMode": {},
|
99
100
|
"WeeklyMaintenanceWindowStart": {}
|
@@ -197,10 +198,13 @@
|
|
197
198
|
},
|
198
199
|
"AirflowVersion": {},
|
199
200
|
"Arn": {},
|
201
|
+
"CeleryExecutorQueue": {},
|
200
202
|
"CreatedAt": {
|
201
203
|
"type": "timestamp"
|
202
204
|
},
|
203
205
|
"DagS3Path": {},
|
206
|
+
"DatabaseVpcEndpointService": {},
|
207
|
+
"EndpointManagement": {},
|
204
208
|
"EnvironmentClass": {},
|
205
209
|
"ExecutionRoleArn": {},
|
206
210
|
"KmsKey": {},
|
@@ -225,19 +229,19 @@
|
|
225
229
|
"type": "structure",
|
226
230
|
"members": {
|
227
231
|
"DagProcessingLogs": {
|
228
|
-
"shape": "
|
232
|
+
"shape": "S1j"
|
229
233
|
},
|
230
234
|
"SchedulerLogs": {
|
231
|
-
"shape": "
|
235
|
+
"shape": "S1j"
|
232
236
|
},
|
233
237
|
"TaskLogs": {
|
234
|
-
"shape": "
|
238
|
+
"shape": "S1j"
|
235
239
|
},
|
236
240
|
"WebserverLogs": {
|
237
|
-
"shape": "
|
241
|
+
"shape": "S1j"
|
238
242
|
},
|
239
243
|
"WorkerLogs": {
|
240
|
-
"shape": "
|
244
|
+
"shape": "S1j"
|
241
245
|
}
|
242
246
|
}
|
243
247
|
},
|
@@ -249,7 +253,7 @@
|
|
249
253
|
},
|
250
254
|
"Name": {},
|
251
255
|
"NetworkConfiguration": {
|
252
|
-
"shape": "
|
256
|
+
"shape": "Sm"
|
253
257
|
},
|
254
258
|
"PluginsS3ObjectVersion": {},
|
255
259
|
"PluginsS3Path": {},
|
@@ -264,10 +268,11 @@
|
|
264
268
|
"StartupScriptS3Path": {},
|
265
269
|
"Status": {},
|
266
270
|
"Tags": {
|
267
|
-
"shape": "
|
271
|
+
"shape": "Su"
|
268
272
|
},
|
269
273
|
"WebserverAccessMode": {},
|
270
274
|
"WebserverUrl": {},
|
275
|
+
"WebserverVpcEndpointService": {},
|
271
276
|
"WeeklyMaintenanceWindowStart": {}
|
272
277
|
}
|
273
278
|
}
|
@@ -336,7 +341,7 @@
|
|
336
341
|
"type": "structure",
|
337
342
|
"members": {
|
338
343
|
"Tags": {
|
339
|
-
"shape": "
|
344
|
+
"shape": "Su"
|
340
345
|
}
|
341
346
|
}
|
342
347
|
},
|
@@ -454,7 +459,7 @@
|
|
454
459
|
"locationName": "ResourceArn"
|
455
460
|
},
|
456
461
|
"Tags": {
|
457
|
-
"shape": "
|
462
|
+
"shape": "Su"
|
458
463
|
}
|
459
464
|
}
|
460
465
|
},
|
@@ -520,7 +525,7 @@
|
|
520
525
|
"EnvironmentClass": {},
|
521
526
|
"ExecutionRoleArn": {},
|
522
527
|
"LoggingConfiguration": {
|
523
|
-
"shape": "
|
528
|
+
"shape": "Sg"
|
524
529
|
},
|
525
530
|
"MaxWorkers": {
|
526
531
|
"type": "integer"
|
@@ -539,7 +544,7 @@
|
|
539
544
|
],
|
540
545
|
"members": {
|
541
546
|
"SecurityGroupIds": {
|
542
|
-
"shape": "
|
547
|
+
"shape": "Sn"
|
543
548
|
}
|
544
549
|
}
|
545
550
|
},
|
@@ -582,27 +587,27 @@
|
|
582
587
|
},
|
583
588
|
"sensitive": true
|
584
589
|
},
|
585
|
-
"
|
590
|
+
"Sg": {
|
586
591
|
"type": "structure",
|
587
592
|
"members": {
|
588
593
|
"DagProcessingLogs": {
|
589
|
-
"shape": "
|
594
|
+
"shape": "Sh"
|
590
595
|
},
|
591
596
|
"SchedulerLogs": {
|
592
|
-
"shape": "
|
597
|
+
"shape": "Sh"
|
593
598
|
},
|
594
599
|
"TaskLogs": {
|
595
|
-
"shape": "
|
600
|
+
"shape": "Sh"
|
596
601
|
},
|
597
602
|
"WebserverLogs": {
|
598
|
-
"shape": "
|
603
|
+
"shape": "Sh"
|
599
604
|
},
|
600
605
|
"WorkerLogs": {
|
601
|
-
"shape": "
|
606
|
+
"shape": "Sh"
|
602
607
|
}
|
603
608
|
}
|
604
609
|
},
|
605
|
-
"
|
610
|
+
"Sh": {
|
606
611
|
"type": "structure",
|
607
612
|
"required": [
|
608
613
|
"Enabled",
|
@@ -615,11 +620,11 @@
|
|
615
620
|
"LogLevel": {}
|
616
621
|
}
|
617
622
|
},
|
618
|
-
"
|
623
|
+
"Sm": {
|
619
624
|
"type": "structure",
|
620
625
|
"members": {
|
621
626
|
"SecurityGroupIds": {
|
622
|
-
"shape": "
|
627
|
+
"shape": "Sn"
|
623
628
|
},
|
624
629
|
"SubnetIds": {
|
625
630
|
"type": "list",
|
@@ -627,16 +632,16 @@
|
|
627
632
|
}
|
628
633
|
}
|
629
634
|
},
|
630
|
-
"
|
635
|
+
"Sn": {
|
631
636
|
"type": "list",
|
632
637
|
"member": {}
|
633
638
|
},
|
634
|
-
"
|
639
|
+
"Su": {
|
635
640
|
"type": "map",
|
636
641
|
"key": {},
|
637
642
|
"value": {}
|
638
643
|
},
|
639
|
-
"
|
644
|
+
"S1j": {
|
640
645
|
"type": "structure",
|
641
646
|
"members": {
|
642
647
|
"CloudWatchLogGroupArn": {},
|
@@ -34,6 +34,9 @@
|
|
34
34
|
"EnrichmentParameters": {
|
35
35
|
"shape": "S5"
|
36
36
|
},
|
37
|
+
"LogConfiguration": {
|
38
|
+
"shape": "Sg"
|
39
|
+
},
|
37
40
|
"Name": {
|
38
41
|
"location": "uri",
|
39
42
|
"locationName": "Name"
|
@@ -41,14 +44,14 @@
|
|
41
44
|
"RoleArn": {},
|
42
45
|
"Source": {},
|
43
46
|
"SourceParameters": {
|
44
|
-
"shape": "
|
47
|
+
"shape": "Sw"
|
45
48
|
},
|
46
49
|
"Tags": {
|
47
|
-
"shape": "
|
50
|
+
"shape": "S1z"
|
48
51
|
},
|
49
52
|
"Target": {},
|
50
53
|
"TargetParameters": {
|
51
|
-
"shape": "
|
54
|
+
"shape": "S22"
|
52
55
|
}
|
53
56
|
}
|
54
57
|
},
|
@@ -141,19 +144,49 @@
|
|
141
144
|
"LastModifiedTime": {
|
142
145
|
"type": "timestamp"
|
143
146
|
},
|
147
|
+
"LogConfiguration": {
|
148
|
+
"type": "structure",
|
149
|
+
"members": {
|
150
|
+
"CloudwatchLogsLogDestination": {
|
151
|
+
"type": "structure",
|
152
|
+
"members": {
|
153
|
+
"LogGroupArn": {}
|
154
|
+
}
|
155
|
+
},
|
156
|
+
"FirehoseLogDestination": {
|
157
|
+
"type": "structure",
|
158
|
+
"members": {
|
159
|
+
"DeliveryStreamArn": {}
|
160
|
+
}
|
161
|
+
},
|
162
|
+
"IncludeExecutionData": {
|
163
|
+
"shape": "Sl"
|
164
|
+
},
|
165
|
+
"Level": {},
|
166
|
+
"S3LogDestination": {
|
167
|
+
"type": "structure",
|
168
|
+
"members": {
|
169
|
+
"BucketName": {},
|
170
|
+
"BucketOwner": {},
|
171
|
+
"OutputFormat": {},
|
172
|
+
"Prefix": {}
|
173
|
+
}
|
174
|
+
}
|
175
|
+
}
|
176
|
+
},
|
144
177
|
"Name": {},
|
145
178
|
"RoleArn": {},
|
146
179
|
"Source": {},
|
147
180
|
"SourceParameters": {
|
148
|
-
"shape": "
|
181
|
+
"shape": "Sw"
|
149
182
|
},
|
150
183
|
"StateReason": {},
|
151
184
|
"Tags": {
|
152
|
-
"shape": "
|
185
|
+
"shape": "S1z"
|
153
186
|
},
|
154
187
|
"Target": {},
|
155
188
|
"TargetParameters": {
|
156
|
-
"shape": "
|
189
|
+
"shape": "S22"
|
157
190
|
}
|
158
191
|
}
|
159
192
|
}
|
@@ -185,7 +218,7 @@
|
|
185
218
|
"locationName": "NamePrefix"
|
186
219
|
},
|
187
220
|
"NextToken": {
|
188
|
-
"shape": "
|
221
|
+
"shape": "S51",
|
189
222
|
"location": "querystring",
|
190
223
|
"locationName": "NextToken"
|
191
224
|
},
|
@@ -203,7 +236,7 @@
|
|
203
236
|
"type": "structure",
|
204
237
|
"members": {
|
205
238
|
"NextToken": {
|
206
|
-
"shape": "
|
239
|
+
"shape": "S51"
|
207
240
|
},
|
208
241
|
"Pipes": {
|
209
242
|
"type": "list",
|
@@ -252,7 +285,7 @@
|
|
252
285
|
"type": "structure",
|
253
286
|
"members": {
|
254
287
|
"tags": {
|
255
|
-
"shape": "
|
288
|
+
"shape": "S1z"
|
256
289
|
}
|
257
290
|
}
|
258
291
|
}
|
@@ -340,7 +373,7 @@
|
|
340
373
|
"locationName": "resourceArn"
|
341
374
|
},
|
342
375
|
"tags": {
|
343
|
-
"shape": "
|
376
|
+
"shape": "S1z"
|
344
377
|
}
|
345
378
|
}
|
346
379
|
},
|
@@ -402,6 +435,9 @@
|
|
402
435
|
"EnrichmentParameters": {
|
403
436
|
"shape": "S5"
|
404
437
|
},
|
438
|
+
"LogConfiguration": {
|
439
|
+
"shape": "Sg"
|
440
|
+
},
|
405
441
|
"Name": {
|
406
442
|
"location": "uri",
|
407
443
|
"locationName": "Name"
|
@@ -420,7 +456,7 @@
|
|
420
456
|
"type": "integer"
|
421
457
|
},
|
422
458
|
"Credentials": {
|
423
|
-
"shape": "
|
459
|
+
"shape": "Sz"
|
424
460
|
},
|
425
461
|
"MaximumBatchingWindowInSeconds": {
|
426
462
|
"type": "integer"
|
@@ -434,7 +470,7 @@
|
|
434
470
|
"type": "integer"
|
435
471
|
},
|
436
472
|
"DeadLetterConfig": {
|
437
|
-
"shape": "
|
473
|
+
"shape": "S14"
|
438
474
|
},
|
439
475
|
"MaximumBatchingWindowInSeconds": {
|
440
476
|
"type": "integer"
|
@@ -452,7 +488,7 @@
|
|
452
488
|
}
|
453
489
|
},
|
454
490
|
"FilterCriteria": {
|
455
|
-
"shape": "
|
491
|
+
"shape": "S1b"
|
456
492
|
},
|
457
493
|
"KinesisStreamParameters": {
|
458
494
|
"type": "structure",
|
@@ -461,7 +497,7 @@
|
|
461
497
|
"type": "integer"
|
462
498
|
},
|
463
499
|
"DeadLetterConfig": {
|
464
|
-
"shape": "
|
500
|
+
"shape": "S14"
|
465
501
|
},
|
466
502
|
"MaximumBatchingWindowInSeconds": {
|
467
503
|
"type": "integer"
|
@@ -485,7 +521,7 @@
|
|
485
521
|
"type": "integer"
|
486
522
|
},
|
487
523
|
"Credentials": {
|
488
|
-
"shape": "
|
524
|
+
"shape": "S1k"
|
489
525
|
},
|
490
526
|
"MaximumBatchingWindowInSeconds": {
|
491
527
|
"type": "integer"
|
@@ -502,7 +538,7 @@
|
|
502
538
|
"type": "integer"
|
503
539
|
},
|
504
540
|
"Credentials": {
|
505
|
-
"shape": "
|
541
|
+
"shape": "Sz"
|
506
542
|
},
|
507
543
|
"MaximumBatchingWindowInSeconds": {
|
508
544
|
"type": "integer"
|
@@ -516,14 +552,14 @@
|
|
516
552
|
"type": "integer"
|
517
553
|
},
|
518
554
|
"Credentials": {
|
519
|
-
"shape": "
|
555
|
+
"shape": "S1r"
|
520
556
|
},
|
521
557
|
"MaximumBatchingWindowInSeconds": {
|
522
558
|
"type": "integer"
|
523
559
|
},
|
524
560
|
"ServerRootCaCertificate": {},
|
525
561
|
"Vpc": {
|
526
|
-
"shape": "
|
562
|
+
"shape": "S1t"
|
527
563
|
}
|
528
564
|
}
|
529
565
|
},
|
@@ -542,7 +578,7 @@
|
|
542
578
|
},
|
543
579
|
"Target": {},
|
544
580
|
"TargetParameters": {
|
545
|
-
"shape": "
|
581
|
+
"shape": "S22"
|
546
582
|
}
|
547
583
|
}
|
548
584
|
},
|
@@ -618,7 +654,54 @@
|
|
618
654
|
"type": "string",
|
619
655
|
"sensitive": true
|
620
656
|
},
|
621
|
-
"
|
657
|
+
"Sg": {
|
658
|
+
"type": "structure",
|
659
|
+
"required": [
|
660
|
+
"Level"
|
661
|
+
],
|
662
|
+
"members": {
|
663
|
+
"CloudwatchLogsLogDestination": {
|
664
|
+
"type": "structure",
|
665
|
+
"required": [
|
666
|
+
"LogGroupArn"
|
667
|
+
],
|
668
|
+
"members": {
|
669
|
+
"LogGroupArn": {}
|
670
|
+
}
|
671
|
+
},
|
672
|
+
"FirehoseLogDestination": {
|
673
|
+
"type": "structure",
|
674
|
+
"required": [
|
675
|
+
"DeliveryStreamArn"
|
676
|
+
],
|
677
|
+
"members": {
|
678
|
+
"DeliveryStreamArn": {}
|
679
|
+
}
|
680
|
+
},
|
681
|
+
"IncludeExecutionData": {
|
682
|
+
"shape": "Sl"
|
683
|
+
},
|
684
|
+
"Level": {},
|
685
|
+
"S3LogDestination": {
|
686
|
+
"type": "structure",
|
687
|
+
"required": [
|
688
|
+
"BucketName",
|
689
|
+
"BucketOwner"
|
690
|
+
],
|
691
|
+
"members": {
|
692
|
+
"BucketName": {},
|
693
|
+
"BucketOwner": {},
|
694
|
+
"OutputFormat": {},
|
695
|
+
"Prefix": {}
|
696
|
+
}
|
697
|
+
}
|
698
|
+
}
|
699
|
+
},
|
700
|
+
"Sl": {
|
701
|
+
"type": "list",
|
702
|
+
"member": {}
|
703
|
+
},
|
704
|
+
"Sw": {
|
622
705
|
"type": "structure",
|
623
706
|
"members": {
|
624
707
|
"ActiveMQBrokerParameters": {
|
@@ -632,13 +715,13 @@
|
|
632
715
|
"type": "integer"
|
633
716
|
},
|
634
717
|
"Credentials": {
|
635
|
-
"shape": "
|
718
|
+
"shape": "Sz"
|
636
719
|
},
|
637
720
|
"MaximumBatchingWindowInSeconds": {
|
638
721
|
"type": "integer"
|
639
722
|
},
|
640
723
|
"QueueName": {
|
641
|
-
"shape": "
|
724
|
+
"shape": "S12"
|
642
725
|
}
|
643
726
|
}
|
644
727
|
},
|
@@ -652,7 +735,7 @@
|
|
652
735
|
"type": "integer"
|
653
736
|
},
|
654
737
|
"DeadLetterConfig": {
|
655
|
-
"shape": "
|
738
|
+
"shape": "S14"
|
656
739
|
},
|
657
740
|
"MaximumBatchingWindowInSeconds": {
|
658
741
|
"type": "integer"
|
@@ -671,7 +754,7 @@
|
|
671
754
|
}
|
672
755
|
},
|
673
756
|
"FilterCriteria": {
|
674
|
-
"shape": "
|
757
|
+
"shape": "S1b"
|
675
758
|
},
|
676
759
|
"KinesisStreamParameters": {
|
677
760
|
"type": "structure",
|
@@ -683,7 +766,7 @@
|
|
683
766
|
"type": "integer"
|
684
767
|
},
|
685
768
|
"DeadLetterConfig": {
|
686
|
-
"shape": "
|
769
|
+
"shape": "S14"
|
687
770
|
},
|
688
771
|
"MaximumBatchingWindowInSeconds": {
|
689
772
|
"type": "integer"
|
@@ -714,17 +797,17 @@
|
|
714
797
|
"type": "integer"
|
715
798
|
},
|
716
799
|
"ConsumerGroupID": {
|
717
|
-
"shape": "
|
800
|
+
"shape": "S1j"
|
718
801
|
},
|
719
802
|
"Credentials": {
|
720
|
-
"shape": "
|
803
|
+
"shape": "S1k"
|
721
804
|
},
|
722
805
|
"MaximumBatchingWindowInSeconds": {
|
723
806
|
"type": "integer"
|
724
807
|
},
|
725
808
|
"StartingPosition": {},
|
726
809
|
"TopicName": {
|
727
|
-
"shape": "
|
810
|
+
"shape": "S1m"
|
728
811
|
}
|
729
812
|
}
|
730
813
|
},
|
@@ -739,16 +822,16 @@
|
|
739
822
|
"type": "integer"
|
740
823
|
},
|
741
824
|
"Credentials": {
|
742
|
-
"shape": "
|
825
|
+
"shape": "Sz"
|
743
826
|
},
|
744
827
|
"MaximumBatchingWindowInSeconds": {
|
745
828
|
"type": "integer"
|
746
829
|
},
|
747
830
|
"QueueName": {
|
748
|
-
"shape": "
|
831
|
+
"shape": "S12"
|
749
832
|
},
|
750
833
|
"VirtualHost": {
|
751
|
-
"shape": "
|
834
|
+
"shape": "S1j"
|
752
835
|
}
|
753
836
|
}
|
754
837
|
},
|
@@ -769,10 +852,10 @@
|
|
769
852
|
"type": "integer"
|
770
853
|
},
|
771
854
|
"ConsumerGroupID": {
|
772
|
-
"shape": "
|
855
|
+
"shape": "S1j"
|
773
856
|
},
|
774
857
|
"Credentials": {
|
775
|
-
"shape": "
|
858
|
+
"shape": "S1r"
|
776
859
|
},
|
777
860
|
"MaximumBatchingWindowInSeconds": {
|
778
861
|
"type": "integer"
|
@@ -780,10 +863,10 @@
|
|
780
863
|
"ServerRootCaCertificate": {},
|
781
864
|
"StartingPosition": {},
|
782
865
|
"TopicName": {
|
783
|
-
"shape": "
|
866
|
+
"shape": "S1m"
|
784
867
|
},
|
785
868
|
"Vpc": {
|
786
|
-
"shape": "
|
869
|
+
"shape": "S1t"
|
787
870
|
}
|
788
871
|
}
|
789
872
|
},
|
@@ -800,24 +883,24 @@
|
|
800
883
|
}
|
801
884
|
}
|
802
885
|
},
|
803
|
-
"
|
886
|
+
"Sz": {
|
804
887
|
"type": "structure",
|
805
888
|
"members": {
|
806
889
|
"BasicAuth": {}
|
807
890
|
},
|
808
891
|
"union": true
|
809
892
|
},
|
810
|
-
"
|
893
|
+
"S12": {
|
811
894
|
"type": "string",
|
812
895
|
"sensitive": true
|
813
896
|
},
|
814
|
-
"
|
897
|
+
"S14": {
|
815
898
|
"type": "structure",
|
816
899
|
"members": {
|
817
900
|
"Arn": {}
|
818
901
|
}
|
819
902
|
},
|
820
|
-
"
|
903
|
+
"S1b": {
|
821
904
|
"type": "structure",
|
822
905
|
"members": {
|
823
906
|
"Filters": {
|
@@ -834,11 +917,11 @@
|
|
834
917
|
}
|
835
918
|
}
|
836
919
|
},
|
837
|
-
"
|
920
|
+
"S1j": {
|
838
921
|
"type": "string",
|
839
922
|
"sensitive": true
|
840
923
|
},
|
841
|
-
"
|
924
|
+
"S1k": {
|
842
925
|
"type": "structure",
|
843
926
|
"members": {
|
844
927
|
"ClientCertificateTlsAuth": {},
|
@@ -846,11 +929,11 @@
|
|
846
929
|
},
|
847
930
|
"union": true
|
848
931
|
},
|
849
|
-
"
|
932
|
+
"S1m": {
|
850
933
|
"type": "string",
|
851
934
|
"sensitive": true
|
852
935
|
},
|
853
|
-
"
|
936
|
+
"S1r": {
|
854
937
|
"type": "structure",
|
855
938
|
"members": {
|
856
939
|
"BasicAuth": {},
|
@@ -860,7 +943,7 @@
|
|
860
943
|
},
|
861
944
|
"union": true
|
862
945
|
},
|
863
|
-
"
|
946
|
+
"S1t": {
|
864
947
|
"type": "structure",
|
865
948
|
"members": {
|
866
949
|
"SecurityGroup": {
|
@@ -879,18 +962,18 @@
|
|
879
962
|
}
|
880
963
|
}
|
881
964
|
},
|
882
|
-
"
|
965
|
+
"S1z": {
|
883
966
|
"type": "map",
|
884
967
|
"key": {},
|
885
968
|
"value": {
|
886
|
-
"shape": "
|
969
|
+
"shape": "S21"
|
887
970
|
}
|
888
971
|
},
|
889
|
-
"
|
972
|
+
"S21": {
|
890
973
|
"type": "string",
|
891
974
|
"sensitive": true
|
892
975
|
},
|
893
|
-
"
|
976
|
+
"S22": {
|
894
977
|
"type": "structure",
|
895
978
|
"members": {
|
896
979
|
"BatchJobParameters": {
|
@@ -912,7 +995,7 @@
|
|
912
995
|
"type": "structure",
|
913
996
|
"members": {
|
914
997
|
"Command": {
|
915
|
-
"shape": "
|
998
|
+
"shape": "S27"
|
916
999
|
},
|
917
1000
|
"Environment": {
|
918
1001
|
"type": "list",
|
@@ -1047,7 +1130,7 @@
|
|
1047
1130
|
"type": "structure",
|
1048
1131
|
"members": {
|
1049
1132
|
"Command": {
|
1050
|
-
"shape": "
|
1133
|
+
"shape": "S27"
|
1051
1134
|
},
|
1052
1135
|
"Cpu": {
|
1053
1136
|
"type": "integer"
|
@@ -1170,7 +1253,7 @@
|
|
1170
1253
|
"members": {
|
1171
1254
|
"Key": {},
|
1172
1255
|
"Value": {
|
1173
|
-
"shape": "
|
1256
|
+
"shape": "S21"
|
1174
1257
|
}
|
1175
1258
|
}
|
1176
1259
|
}
|
@@ -1316,11 +1399,11 @@
|
|
1316
1399
|
}
|
1317
1400
|
}
|
1318
1401
|
},
|
1319
|
-
"
|
1402
|
+
"S27": {
|
1320
1403
|
"type": "list",
|
1321
1404
|
"member": {}
|
1322
1405
|
},
|
1323
|
-
"
|
1406
|
+
"S51": {
|
1324
1407
|
"type": "string",
|
1325
1408
|
"sensitive": true
|
1326
1409
|
}
|