cdk-docker-image-deployment 0.0.61 → 0.0.63
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1104 -1081
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +313 -102
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/memorydb-2021-01-01.min.json +65 -60
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/ec2.d.ts +25 -1
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +257 -3
- package/node_modules/aws-sdk/clients/memorydb.d.ts +17 -4
- package/node_modules/aws-sdk/clients/sagemaker.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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +1112 -1085
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -42,6 +42,43 @@
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
+
"CreateJobTemplate": {
|
|
46
|
+
"http": {
|
|
47
|
+
"requestUri": "/jobtemplates"
|
|
48
|
+
},
|
|
49
|
+
"input": {
|
|
50
|
+
"type": "structure",
|
|
51
|
+
"required": [
|
|
52
|
+
"name",
|
|
53
|
+
"clientToken",
|
|
54
|
+
"jobTemplateData"
|
|
55
|
+
],
|
|
56
|
+
"members": {
|
|
57
|
+
"name": {},
|
|
58
|
+
"clientToken": {
|
|
59
|
+
"idempotencyToken": true
|
|
60
|
+
},
|
|
61
|
+
"jobTemplateData": {
|
|
62
|
+
"shape": "S7"
|
|
63
|
+
},
|
|
64
|
+
"tags": {
|
|
65
|
+
"shape": "Sx"
|
|
66
|
+
},
|
|
67
|
+
"kmsKeyArn": {}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"output": {
|
|
71
|
+
"type": "structure",
|
|
72
|
+
"members": {
|
|
73
|
+
"id": {},
|
|
74
|
+
"name": {},
|
|
75
|
+
"arn": {},
|
|
76
|
+
"createdAt": {
|
|
77
|
+
"shape": "S13"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
45
82
|
"CreateManagedEndpoint": {
|
|
46
83
|
"http": {
|
|
47
84
|
"requestUri": "/virtualclusters/{virtualClusterId}/endpoints"
|
|
@@ -70,13 +107,13 @@
|
|
|
70
107
|
"deprecatedMessage": "Customer provided certificate-arn is deprecated and would be removed in future."
|
|
71
108
|
},
|
|
72
109
|
"configurationOverrides": {
|
|
73
|
-
"shape": "
|
|
110
|
+
"shape": "S19"
|
|
74
111
|
},
|
|
75
112
|
"clientToken": {
|
|
76
113
|
"idempotencyToken": true
|
|
77
114
|
},
|
|
78
115
|
"tags": {
|
|
79
|
-
"shape": "
|
|
116
|
+
"shape": "Sx"
|
|
80
117
|
}
|
|
81
118
|
}
|
|
82
119
|
},
|
|
@@ -104,13 +141,13 @@
|
|
|
104
141
|
"members": {
|
|
105
142
|
"name": {},
|
|
106
143
|
"containerProvider": {
|
|
107
|
-
"shape": "
|
|
144
|
+
"shape": "S1i"
|
|
108
145
|
},
|
|
109
146
|
"clientToken": {
|
|
110
147
|
"idempotencyToken": true
|
|
111
148
|
},
|
|
112
149
|
"tags": {
|
|
113
|
-
"shape": "
|
|
150
|
+
"shape": "Sx"
|
|
114
151
|
}
|
|
115
152
|
}
|
|
116
153
|
},
|
|
@@ -123,6 +160,30 @@
|
|
|
123
160
|
}
|
|
124
161
|
}
|
|
125
162
|
},
|
|
163
|
+
"DeleteJobTemplate": {
|
|
164
|
+
"http": {
|
|
165
|
+
"method": "DELETE",
|
|
166
|
+
"requestUri": "/jobtemplates/{templateId}"
|
|
167
|
+
},
|
|
168
|
+
"input": {
|
|
169
|
+
"type": "structure",
|
|
170
|
+
"required": [
|
|
171
|
+
"id"
|
|
172
|
+
],
|
|
173
|
+
"members": {
|
|
174
|
+
"id": {
|
|
175
|
+
"location": "uri",
|
|
176
|
+
"locationName": "templateId"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"output": {
|
|
181
|
+
"type": "structure",
|
|
182
|
+
"members": {
|
|
183
|
+
"id": {}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
126
187
|
"DeleteManagedEndpoint": {
|
|
127
188
|
"http": {
|
|
128
189
|
"method": "DELETE",
|
|
@@ -203,7 +264,33 @@
|
|
|
203
264
|
"type": "structure",
|
|
204
265
|
"members": {
|
|
205
266
|
"jobRun": {
|
|
206
|
-
"shape": "
|
|
267
|
+
"shape": "S1y"
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"DescribeJobTemplate": {
|
|
273
|
+
"http": {
|
|
274
|
+
"method": "GET",
|
|
275
|
+
"requestUri": "/jobtemplates/{templateId}"
|
|
276
|
+
},
|
|
277
|
+
"input": {
|
|
278
|
+
"type": "structure",
|
|
279
|
+
"required": [
|
|
280
|
+
"id"
|
|
281
|
+
],
|
|
282
|
+
"members": {
|
|
283
|
+
"id": {
|
|
284
|
+
"location": "uri",
|
|
285
|
+
"locationName": "templateId"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"output": {
|
|
290
|
+
"type": "structure",
|
|
291
|
+
"members": {
|
|
292
|
+
"jobTemplate": {
|
|
293
|
+
"shape": "S25"
|
|
207
294
|
}
|
|
208
295
|
}
|
|
209
296
|
}
|
|
@@ -234,7 +321,7 @@
|
|
|
234
321
|
"type": "structure",
|
|
235
322
|
"members": {
|
|
236
323
|
"endpoint": {
|
|
237
|
-
"shape": "
|
|
324
|
+
"shape": "S29"
|
|
238
325
|
}
|
|
239
326
|
}
|
|
240
327
|
}
|
|
@@ -260,7 +347,7 @@
|
|
|
260
347
|
"type": "structure",
|
|
261
348
|
"members": {
|
|
262
349
|
"virtualCluster": {
|
|
263
|
-
"shape": "
|
|
350
|
+
"shape": "S2g"
|
|
264
351
|
}
|
|
265
352
|
}
|
|
266
353
|
}
|
|
@@ -281,12 +368,12 @@
|
|
|
281
368
|
"locationName": "virtualClusterId"
|
|
282
369
|
},
|
|
283
370
|
"createdBefore": {
|
|
284
|
-
"shape": "
|
|
371
|
+
"shape": "S13",
|
|
285
372
|
"location": "querystring",
|
|
286
373
|
"locationName": "createdBefore"
|
|
287
374
|
},
|
|
288
375
|
"createdAfter": {
|
|
289
|
-
"shape": "
|
|
376
|
+
"shape": "S13",
|
|
290
377
|
"location": "querystring",
|
|
291
378
|
"locationName": "createdAfter"
|
|
292
379
|
},
|
|
@@ -317,7 +404,49 @@
|
|
|
317
404
|
"jobRuns": {
|
|
318
405
|
"type": "list",
|
|
319
406
|
"member": {
|
|
320
|
-
"shape": "
|
|
407
|
+
"shape": "S1y"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"nextToken": {}
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"ListJobTemplates": {
|
|
415
|
+
"http": {
|
|
416
|
+
"method": "GET",
|
|
417
|
+
"requestUri": "/jobtemplates"
|
|
418
|
+
},
|
|
419
|
+
"input": {
|
|
420
|
+
"type": "structure",
|
|
421
|
+
"members": {
|
|
422
|
+
"createdAfter": {
|
|
423
|
+
"shape": "S13",
|
|
424
|
+
"location": "querystring",
|
|
425
|
+
"locationName": "createdAfter"
|
|
426
|
+
},
|
|
427
|
+
"createdBefore": {
|
|
428
|
+
"shape": "S13",
|
|
429
|
+
"location": "querystring",
|
|
430
|
+
"locationName": "createdBefore"
|
|
431
|
+
},
|
|
432
|
+
"maxResults": {
|
|
433
|
+
"location": "querystring",
|
|
434
|
+
"locationName": "maxResults",
|
|
435
|
+
"type": "integer"
|
|
436
|
+
},
|
|
437
|
+
"nextToken": {
|
|
438
|
+
"location": "querystring",
|
|
439
|
+
"locationName": "nextToken"
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
"output": {
|
|
444
|
+
"type": "structure",
|
|
445
|
+
"members": {
|
|
446
|
+
"templates": {
|
|
447
|
+
"type": "list",
|
|
448
|
+
"member": {
|
|
449
|
+
"shape": "S25"
|
|
321
450
|
}
|
|
322
451
|
},
|
|
323
452
|
"nextToken": {}
|
|
@@ -340,12 +469,12 @@
|
|
|
340
469
|
"locationName": "virtualClusterId"
|
|
341
470
|
},
|
|
342
471
|
"createdBefore": {
|
|
343
|
-
"shape": "
|
|
472
|
+
"shape": "S13",
|
|
344
473
|
"location": "querystring",
|
|
345
474
|
"locationName": "createdBefore"
|
|
346
475
|
},
|
|
347
476
|
"createdAfter": {
|
|
348
|
-
"shape": "
|
|
477
|
+
"shape": "S13",
|
|
349
478
|
"location": "querystring",
|
|
350
479
|
"locationName": "createdAfter"
|
|
351
480
|
},
|
|
@@ -378,7 +507,7 @@
|
|
|
378
507
|
"endpoints": {
|
|
379
508
|
"type": "list",
|
|
380
509
|
"member": {
|
|
381
|
-
"shape": "
|
|
510
|
+
"shape": "S29"
|
|
382
511
|
}
|
|
383
512
|
},
|
|
384
513
|
"nextToken": {}
|
|
@@ -406,7 +535,7 @@
|
|
|
406
535
|
"type": "structure",
|
|
407
536
|
"members": {
|
|
408
537
|
"tags": {
|
|
409
|
-
"shape": "
|
|
538
|
+
"shape": "Sx"
|
|
410
539
|
}
|
|
411
540
|
}
|
|
412
541
|
}
|
|
@@ -428,12 +557,12 @@
|
|
|
428
557
|
"locationName": "containerProviderType"
|
|
429
558
|
},
|
|
430
559
|
"createdAfter": {
|
|
431
|
-
"shape": "
|
|
560
|
+
"shape": "S13",
|
|
432
561
|
"location": "querystring",
|
|
433
562
|
"locationName": "createdAfter"
|
|
434
563
|
},
|
|
435
564
|
"createdBefore": {
|
|
436
|
-
"shape": "
|
|
565
|
+
"shape": "S13",
|
|
437
566
|
"location": "querystring",
|
|
438
567
|
"locationName": "createdBefore"
|
|
439
568
|
},
|
|
@@ -460,7 +589,7 @@
|
|
|
460
589
|
"virtualClusters": {
|
|
461
590
|
"type": "list",
|
|
462
591
|
"member": {
|
|
463
|
-
"shape": "
|
|
592
|
+
"shape": "S2g"
|
|
464
593
|
}
|
|
465
594
|
},
|
|
466
595
|
"nextToken": {}
|
|
@@ -475,10 +604,7 @@
|
|
|
475
604
|
"type": "structure",
|
|
476
605
|
"required": [
|
|
477
606
|
"virtualClusterId",
|
|
478
|
-
"clientToken"
|
|
479
|
-
"executionRoleArn",
|
|
480
|
-
"releaseLabel",
|
|
481
|
-
"jobDriver"
|
|
607
|
+
"clientToken"
|
|
482
608
|
],
|
|
483
609
|
"members": {
|
|
484
610
|
"name": {},
|
|
@@ -492,13 +618,19 @@
|
|
|
492
618
|
"executionRoleArn": {},
|
|
493
619
|
"releaseLabel": {},
|
|
494
620
|
"jobDriver": {
|
|
495
|
-
"shape": "
|
|
621
|
+
"shape": "Sl"
|
|
496
622
|
},
|
|
497
623
|
"configurationOverrides": {
|
|
498
|
-
"shape": "
|
|
624
|
+
"shape": "S19"
|
|
499
625
|
},
|
|
500
626
|
"tags": {
|
|
501
|
-
"shape": "
|
|
627
|
+
"shape": "Sx"
|
|
628
|
+
},
|
|
629
|
+
"jobTemplateId": {},
|
|
630
|
+
"jobTemplateParameters": {
|
|
631
|
+
"type": "map",
|
|
632
|
+
"key": {},
|
|
633
|
+
"value": {}
|
|
502
634
|
}
|
|
503
635
|
}
|
|
504
636
|
},
|
|
@@ -528,7 +660,7 @@
|
|
|
528
660
|
"locationName": "resourceArn"
|
|
529
661
|
},
|
|
530
662
|
"tags": {
|
|
531
|
-
"shape": "
|
|
663
|
+
"shape": "Sx"
|
|
532
664
|
}
|
|
533
665
|
}
|
|
534
666
|
},
|
|
@@ -568,36 +700,59 @@
|
|
|
568
700
|
}
|
|
569
701
|
},
|
|
570
702
|
"shapes": {
|
|
571
|
-
"
|
|
703
|
+
"S7": {
|
|
572
704
|
"type": "structure",
|
|
705
|
+
"required": [
|
|
706
|
+
"executionRoleArn",
|
|
707
|
+
"releaseLabel",
|
|
708
|
+
"jobDriver"
|
|
709
|
+
],
|
|
573
710
|
"members": {
|
|
574
|
-
"
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
"monitoringConfiguration": {
|
|
711
|
+
"executionRoleArn": {},
|
|
712
|
+
"releaseLabel": {},
|
|
713
|
+
"configurationOverrides": {
|
|
578
714
|
"type": "structure",
|
|
579
715
|
"members": {
|
|
580
|
-
"
|
|
581
|
-
|
|
582
|
-
"type": "structure",
|
|
583
|
-
"required": [
|
|
584
|
-
"logGroupName"
|
|
585
|
-
],
|
|
586
|
-
"members": {
|
|
587
|
-
"logGroupName": {},
|
|
588
|
-
"logStreamNamePrefix": {}
|
|
589
|
-
}
|
|
716
|
+
"applicationConfiguration": {
|
|
717
|
+
"shape": "Sb"
|
|
590
718
|
},
|
|
591
|
-
"
|
|
719
|
+
"monitoringConfiguration": {
|
|
592
720
|
"type": "structure",
|
|
593
|
-
"required": [
|
|
594
|
-
"logUri"
|
|
595
|
-
],
|
|
596
721
|
"members": {
|
|
597
|
-
"
|
|
722
|
+
"persistentAppUI": {},
|
|
723
|
+
"cloudWatchMonitoringConfiguration": {
|
|
724
|
+
"type": "structure",
|
|
725
|
+
"members": {
|
|
726
|
+
"logGroupName": {},
|
|
727
|
+
"logStreamNamePrefix": {}
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"s3MonitoringConfiguration": {
|
|
731
|
+
"type": "structure",
|
|
732
|
+
"members": {
|
|
733
|
+
"logUri": {}
|
|
734
|
+
}
|
|
735
|
+
}
|
|
598
736
|
}
|
|
599
737
|
}
|
|
600
738
|
}
|
|
739
|
+
},
|
|
740
|
+
"jobDriver": {
|
|
741
|
+
"shape": "Sl"
|
|
742
|
+
},
|
|
743
|
+
"parameterConfiguration": {
|
|
744
|
+
"type": "map",
|
|
745
|
+
"key": {},
|
|
746
|
+
"value": {
|
|
747
|
+
"type": "structure",
|
|
748
|
+
"members": {
|
|
749
|
+
"type": {},
|
|
750
|
+
"defaultValue": {}
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
"jobTags": {
|
|
755
|
+
"shape": "Sx"
|
|
601
756
|
}
|
|
602
757
|
}
|
|
603
758
|
},
|
|
@@ -622,12 +777,92 @@
|
|
|
622
777
|
}
|
|
623
778
|
}
|
|
624
779
|
},
|
|
780
|
+
"Sl": {
|
|
781
|
+
"type": "structure",
|
|
782
|
+
"members": {
|
|
783
|
+
"sparkSubmitJobDriver": {
|
|
784
|
+
"type": "structure",
|
|
785
|
+
"required": [
|
|
786
|
+
"entryPoint"
|
|
787
|
+
],
|
|
788
|
+
"members": {
|
|
789
|
+
"entryPoint": {
|
|
790
|
+
"shape": "Sn"
|
|
791
|
+
},
|
|
792
|
+
"entryPointArguments": {
|
|
793
|
+
"type": "list",
|
|
794
|
+
"member": {
|
|
795
|
+
"type": "string",
|
|
796
|
+
"sensitive": true
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
"sparkSubmitParameters": {
|
|
800
|
+
"type": "string",
|
|
801
|
+
"sensitive": true
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"sparkSqlJobDriver": {
|
|
806
|
+
"type": "structure",
|
|
807
|
+
"members": {
|
|
808
|
+
"entryPoint": {
|
|
809
|
+
"shape": "Sn"
|
|
810
|
+
},
|
|
811
|
+
"sparkSqlParameters": {
|
|
812
|
+
"type": "string",
|
|
813
|
+
"sensitive": true
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
},
|
|
625
819
|
"Sn": {
|
|
820
|
+
"type": "string",
|
|
821
|
+
"sensitive": true
|
|
822
|
+
},
|
|
823
|
+
"Sx": {
|
|
626
824
|
"type": "map",
|
|
627
825
|
"key": {},
|
|
628
826
|
"value": {}
|
|
629
827
|
},
|
|
630
|
-
"
|
|
828
|
+
"S13": {
|
|
829
|
+
"type": "timestamp",
|
|
830
|
+
"timestampFormat": "iso8601"
|
|
831
|
+
},
|
|
832
|
+
"S19": {
|
|
833
|
+
"type": "structure",
|
|
834
|
+
"members": {
|
|
835
|
+
"applicationConfiguration": {
|
|
836
|
+
"shape": "Sb"
|
|
837
|
+
},
|
|
838
|
+
"monitoringConfiguration": {
|
|
839
|
+
"type": "structure",
|
|
840
|
+
"members": {
|
|
841
|
+
"persistentAppUI": {},
|
|
842
|
+
"cloudWatchMonitoringConfiguration": {
|
|
843
|
+
"type": "structure",
|
|
844
|
+
"required": [
|
|
845
|
+
"logGroupName"
|
|
846
|
+
],
|
|
847
|
+
"members": {
|
|
848
|
+
"logGroupName": {},
|
|
849
|
+
"logStreamNamePrefix": {}
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"s3MonitoringConfiguration": {
|
|
853
|
+
"type": "structure",
|
|
854
|
+
"required": [
|
|
855
|
+
"logUri"
|
|
856
|
+
],
|
|
857
|
+
"members": {
|
|
858
|
+
"logUri": {}
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
"S1i": {
|
|
631
866
|
"type": "structure",
|
|
632
867
|
"required": [
|
|
633
868
|
"type",
|
|
@@ -650,7 +885,7 @@
|
|
|
650
885
|
}
|
|
651
886
|
}
|
|
652
887
|
},
|
|
653
|
-
"
|
|
888
|
+
"S1y": {
|
|
654
889
|
"type": "structure",
|
|
655
890
|
"members": {
|
|
656
891
|
"id": {},
|
|
@@ -662,73 +897,49 @@
|
|
|
662
897
|
"executionRoleArn": {},
|
|
663
898
|
"releaseLabel": {},
|
|
664
899
|
"configurationOverrides": {
|
|
665
|
-
"shape": "
|
|
900
|
+
"shape": "S19"
|
|
666
901
|
},
|
|
667
902
|
"jobDriver": {
|
|
668
|
-
"shape": "
|
|
903
|
+
"shape": "Sl"
|
|
669
904
|
},
|
|
670
905
|
"createdAt": {
|
|
671
|
-
"shape": "
|
|
906
|
+
"shape": "S13"
|
|
672
907
|
},
|
|
673
908
|
"createdBy": {},
|
|
674
909
|
"finishedAt": {
|
|
675
|
-
"shape": "
|
|
910
|
+
"shape": "S13"
|
|
676
911
|
},
|
|
677
912
|
"stateDetails": {},
|
|
678
913
|
"failureReason": {},
|
|
679
914
|
"tags": {
|
|
680
|
-
"shape": "
|
|
915
|
+
"shape": "Sx"
|
|
681
916
|
}
|
|
682
917
|
}
|
|
683
918
|
},
|
|
684
|
-
"
|
|
919
|
+
"S25": {
|
|
685
920
|
"type": "structure",
|
|
921
|
+
"required": [
|
|
922
|
+
"jobTemplateData"
|
|
923
|
+
],
|
|
686
924
|
"members": {
|
|
687
|
-
"
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
"members": {
|
|
693
|
-
"entryPoint": {
|
|
694
|
-
"shape": "S1c"
|
|
695
|
-
},
|
|
696
|
-
"entryPointArguments": {
|
|
697
|
-
"type": "list",
|
|
698
|
-
"member": {
|
|
699
|
-
"type": "string",
|
|
700
|
-
"sensitive": true
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
"sparkSubmitParameters": {
|
|
704
|
-
"type": "string",
|
|
705
|
-
"sensitive": true
|
|
706
|
-
}
|
|
707
|
-
}
|
|
925
|
+
"name": {},
|
|
926
|
+
"id": {},
|
|
927
|
+
"arn": {},
|
|
928
|
+
"createdAt": {
|
|
929
|
+
"shape": "S13"
|
|
708
930
|
},
|
|
709
|
-
"
|
|
710
|
-
|
|
711
|
-
"
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
}
|
|
931
|
+
"createdBy": {},
|
|
932
|
+
"tags": {
|
|
933
|
+
"shape": "Sx"
|
|
934
|
+
},
|
|
935
|
+
"jobTemplateData": {
|
|
936
|
+
"shape": "S7"
|
|
937
|
+
},
|
|
938
|
+
"kmsKeyArn": {},
|
|
939
|
+
"decryptionError": {}
|
|
721
940
|
}
|
|
722
941
|
},
|
|
723
|
-
"
|
|
724
|
-
"type": "string",
|
|
725
|
-
"sensitive": true
|
|
726
|
-
},
|
|
727
|
-
"S1i": {
|
|
728
|
-
"type": "timestamp",
|
|
729
|
-
"timestampFormat": "iso8601"
|
|
730
|
-
},
|
|
731
|
-
"S1n": {
|
|
942
|
+
"S29": {
|
|
732
943
|
"type": "structure",
|
|
733
944
|
"members": {
|
|
734
945
|
"id": {},
|
|
@@ -751,11 +962,11 @@
|
|
|
751
962
|
}
|
|
752
963
|
},
|
|
753
964
|
"configurationOverrides": {
|
|
754
|
-
"shape": "
|
|
965
|
+
"shape": "S19"
|
|
755
966
|
},
|
|
756
967
|
"serverUrl": {},
|
|
757
968
|
"createdAt": {
|
|
758
|
-
"shape": "
|
|
969
|
+
"shape": "S13"
|
|
759
970
|
},
|
|
760
971
|
"securityGroup": {},
|
|
761
972
|
"subnetIds": {
|
|
@@ -765,11 +976,11 @@
|
|
|
765
976
|
"stateDetails": {},
|
|
766
977
|
"failureReason": {},
|
|
767
978
|
"tags": {
|
|
768
|
-
"shape": "
|
|
979
|
+
"shape": "Sx"
|
|
769
980
|
}
|
|
770
981
|
}
|
|
771
982
|
},
|
|
772
|
-
"
|
|
983
|
+
"S2g": {
|
|
773
984
|
"type": "structure",
|
|
774
985
|
"members": {
|
|
775
986
|
"id": {},
|
|
@@ -777,13 +988,13 @@
|
|
|
777
988
|
"arn": {},
|
|
778
989
|
"state": {},
|
|
779
990
|
"containerProvider": {
|
|
780
|
-
"shape": "
|
|
991
|
+
"shape": "S1i"
|
|
781
992
|
},
|
|
782
993
|
"createdAt": {
|
|
783
|
-
"shape": "
|
|
994
|
+
"shape": "S13"
|
|
784
995
|
},
|
|
785
996
|
"tags": {
|
|
786
|
-
"shape": "
|
|
997
|
+
"shape": "Sx"
|
|
787
998
|
}
|
|
788
999
|
}
|
|
789
1000
|
}
|
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
"limit_key": "maxResults",
|
|
7
7
|
"result_key": "jobRuns"
|
|
8
8
|
},
|
|
9
|
+
"ListJobTemplates": {
|
|
10
|
+
"input_token": "nextToken",
|
|
11
|
+
"output_token": "nextToken",
|
|
12
|
+
"limit_key": "maxResults",
|
|
13
|
+
"result_key": "templates"
|
|
14
|
+
},
|
|
9
15
|
"ListManagedEndpoints": {
|
|
10
16
|
"input_token": "nextToken",
|
|
11
17
|
"output_token": "nextToken",
|