cdk-lambda-subminute 2.0.329 → 2.0.331
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/appsync-2017-07-25.min.json +65 -44
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +33 -13
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +163 -152
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -2
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +507 -112
- package/node_modules/aws-sdk/apis/eks-2017-11-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +9 -5
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +81 -22
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +251 -31
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +86 -73
- package/node_modules/aws-sdk/clients/appsync.d.ts +39 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +56 -23
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +96 -81
- package/node_modules/aws-sdk/clients/ec2.d.ts +21 -6
- package/node_modules/aws-sdk/clients/eks.d.ts +592 -178
- package/node_modules/aws-sdk/clients/fsx.d.ts +11 -2
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +74 -2
- package/node_modules/aws-sdk/clients/quicksight.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +335 -0
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +35 -17
- 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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +511 -210
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +63 -63
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/console +1 -1
- package/package.json +4 -4
@@ -13,6 +13,44 @@
|
|
13
13
|
"uid": "eks-2017-11-01"
|
14
14
|
},
|
15
15
|
"operations": {
|
16
|
+
"AssociateAccessPolicy": {
|
17
|
+
"http": {
|
18
|
+
"requestUri": "/clusters/{name}/access-entries/{principalArn}/access-policies"
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"clusterName",
|
24
|
+
"principalArn",
|
25
|
+
"policyArn",
|
26
|
+
"accessScope"
|
27
|
+
],
|
28
|
+
"members": {
|
29
|
+
"clusterName": {
|
30
|
+
"location": "uri",
|
31
|
+
"locationName": "name"
|
32
|
+
},
|
33
|
+
"principalArn": {
|
34
|
+
"location": "uri",
|
35
|
+
"locationName": "principalArn"
|
36
|
+
},
|
37
|
+
"policyArn": {},
|
38
|
+
"accessScope": {
|
39
|
+
"shape": "S3"
|
40
|
+
}
|
41
|
+
}
|
42
|
+
},
|
43
|
+
"output": {
|
44
|
+
"type": "structure",
|
45
|
+
"members": {
|
46
|
+
"clusterName": {},
|
47
|
+
"principalArn": {},
|
48
|
+
"associatedAccessPolicy": {
|
49
|
+
"shape": "S7"
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
},
|
16
54
|
"AssociateEncryptionConfig": {
|
17
55
|
"http": {
|
18
56
|
"requestUri": "/clusters/{name}/encryption-config/associate"
|
@@ -29,7 +67,7 @@
|
|
29
67
|
"locationName": "name"
|
30
68
|
},
|
31
69
|
"encryptionConfig": {
|
32
|
-
"shape": "
|
70
|
+
"shape": "Sa"
|
33
71
|
},
|
34
72
|
"clientRequestToken": {
|
35
73
|
"idempotencyToken": true
|
@@ -40,7 +78,7 @@
|
|
40
78
|
"type": "structure",
|
41
79
|
"members": {
|
42
80
|
"update": {
|
43
|
-
"shape": "
|
81
|
+
"shape": "Se"
|
44
82
|
}
|
45
83
|
}
|
46
84
|
}
|
@@ -76,12 +114,12 @@
|
|
76
114
|
"groupsClaim": {},
|
77
115
|
"groupsPrefix": {},
|
78
116
|
"requiredClaims": {
|
79
|
-
"shape": "
|
117
|
+
"shape": "Sp"
|
80
118
|
}
|
81
119
|
}
|
82
120
|
},
|
83
121
|
"tags": {
|
84
|
-
"shape": "
|
122
|
+
"shape": "Ss"
|
85
123
|
},
|
86
124
|
"clientRequestToken": {
|
87
125
|
"idempotencyToken": true
|
@@ -92,10 +130,48 @@
|
|
92
130
|
"type": "structure",
|
93
131
|
"members": {
|
94
132
|
"update": {
|
95
|
-
"shape": "
|
133
|
+
"shape": "Se"
|
134
|
+
},
|
135
|
+
"tags": {
|
136
|
+
"shape": "Ss"
|
137
|
+
}
|
138
|
+
}
|
139
|
+
}
|
140
|
+
},
|
141
|
+
"CreateAccessEntry": {
|
142
|
+
"http": {
|
143
|
+
"requestUri": "/clusters/{name}/access-entries"
|
144
|
+
},
|
145
|
+
"input": {
|
146
|
+
"type": "structure",
|
147
|
+
"required": [
|
148
|
+
"clusterName",
|
149
|
+
"principalArn"
|
150
|
+
],
|
151
|
+
"members": {
|
152
|
+
"clusterName": {
|
153
|
+
"location": "uri",
|
154
|
+
"locationName": "name"
|
155
|
+
},
|
156
|
+
"principalArn": {},
|
157
|
+
"kubernetesGroups": {
|
158
|
+
"shape": "S5"
|
96
159
|
},
|
97
160
|
"tags": {
|
98
|
-
"shape": "
|
161
|
+
"shape": "Ss"
|
162
|
+
},
|
163
|
+
"clientRequestToken": {
|
164
|
+
"idempotencyToken": true
|
165
|
+
},
|
166
|
+
"username": {},
|
167
|
+
"type": {}
|
168
|
+
}
|
169
|
+
},
|
170
|
+
"output": {
|
171
|
+
"type": "structure",
|
172
|
+
"members": {
|
173
|
+
"accessEntry": {
|
174
|
+
"shape": "Sy"
|
99
175
|
}
|
100
176
|
}
|
101
177
|
}
|
@@ -123,7 +199,7 @@
|
|
123
199
|
"idempotencyToken": true
|
124
200
|
},
|
125
201
|
"tags": {
|
126
|
-
"shape": "
|
202
|
+
"shape": "Ss"
|
127
203
|
},
|
128
204
|
"configurationValues": {}
|
129
205
|
}
|
@@ -132,7 +208,7 @@
|
|
132
208
|
"type": "structure",
|
133
209
|
"members": {
|
134
210
|
"addon": {
|
135
|
-
"shape": "
|
211
|
+
"shape": "S14"
|
136
212
|
}
|
137
213
|
}
|
138
214
|
}
|
@@ -153,7 +229,7 @@
|
|
153
229
|
"version": {},
|
154
230
|
"roleArn": {},
|
155
231
|
"resourcesVpcConfig": {
|
156
|
-
"shape": "
|
232
|
+
"shape": "S1c"
|
157
233
|
},
|
158
234
|
"kubernetesNetworkConfig": {
|
159
235
|
"type": "structure",
|
@@ -163,16 +239,16 @@
|
|
163
239
|
}
|
164
240
|
},
|
165
241
|
"logging": {
|
166
|
-
"shape": "
|
242
|
+
"shape": "S1g"
|
167
243
|
},
|
168
244
|
"clientRequestToken": {
|
169
245
|
"idempotencyToken": true
|
170
246
|
},
|
171
247
|
"tags": {
|
172
|
-
"shape": "
|
248
|
+
"shape": "Ss"
|
173
249
|
},
|
174
250
|
"encryptionConfig": {
|
175
|
-
"shape": "
|
251
|
+
"shape": "Sa"
|
176
252
|
},
|
177
253
|
"outpostConfig": {
|
178
254
|
"type": "structure",
|
@@ -192,6 +268,15 @@
|
|
192
268
|
}
|
193
269
|
}
|
194
270
|
}
|
271
|
+
},
|
272
|
+
"accessConfig": {
|
273
|
+
"type": "structure",
|
274
|
+
"members": {
|
275
|
+
"bootstrapClusterCreatorAdminPermissions": {
|
276
|
+
"type": "boolean"
|
277
|
+
},
|
278
|
+
"authenticationMode": {}
|
279
|
+
}
|
195
280
|
}
|
196
281
|
}
|
197
282
|
},
|
@@ -199,7 +284,7 @@
|
|
199
284
|
"type": "structure",
|
200
285
|
"members": {
|
201
286
|
"cluster": {
|
202
|
-
"shape": "
|
287
|
+
"shape": "S1q"
|
203
288
|
}
|
204
289
|
}
|
205
290
|
}
|
@@ -217,7 +302,7 @@
|
|
217
302
|
"members": {
|
218
303
|
"name": {},
|
219
304
|
"term": {
|
220
|
-
"shape": "
|
305
|
+
"shape": "S28"
|
221
306
|
},
|
222
307
|
"licenseQuantity": {
|
223
308
|
"type": "integer"
|
@@ -230,7 +315,7 @@
|
|
230
315
|
"idempotencyToken": true
|
231
316
|
},
|
232
317
|
"tags": {
|
233
|
-
"shape": "
|
318
|
+
"shape": "Ss"
|
234
319
|
}
|
235
320
|
}
|
236
321
|
},
|
@@ -238,7 +323,7 @@
|
|
238
323
|
"type": "structure",
|
239
324
|
"members": {
|
240
325
|
"subscription": {
|
241
|
-
"shape": "
|
326
|
+
"shape": "S2d"
|
242
327
|
}
|
243
328
|
}
|
244
329
|
}
|
@@ -265,13 +350,13 @@
|
|
265
350
|
"shape": "S5"
|
266
351
|
},
|
267
352
|
"selectors": {
|
268
|
-
"shape": "
|
353
|
+
"shape": "S2f"
|
269
354
|
},
|
270
355
|
"clientRequestToken": {
|
271
356
|
"idempotencyToken": true
|
272
357
|
},
|
273
358
|
"tags": {
|
274
|
-
"shape": "
|
359
|
+
"shape": "Ss"
|
275
360
|
}
|
276
361
|
}
|
277
362
|
},
|
@@ -279,7 +364,7 @@
|
|
279
364
|
"type": "structure",
|
280
365
|
"members": {
|
281
366
|
"fargateProfile": {
|
282
|
-
"shape": "
|
367
|
+
"shape": "S2j"
|
283
368
|
}
|
284
369
|
}
|
285
370
|
}
|
@@ -303,7 +388,7 @@
|
|
303
388
|
},
|
304
389
|
"nodegroupName": {},
|
305
390
|
"scalingConfig": {
|
306
|
-
"shape": "
|
391
|
+
"shape": "S2m"
|
307
392
|
},
|
308
393
|
"diskSize": {
|
309
394
|
"type": "integer"
|
@@ -316,26 +401,26 @@
|
|
316
401
|
},
|
317
402
|
"amiType": {},
|
318
403
|
"remoteAccess": {
|
319
|
-
"shape": "
|
404
|
+
"shape": "S2r"
|
320
405
|
},
|
321
406
|
"nodeRole": {},
|
322
407
|
"labels": {
|
323
|
-
"shape": "
|
408
|
+
"shape": "S2s"
|
324
409
|
},
|
325
410
|
"taints": {
|
326
|
-
"shape": "
|
411
|
+
"shape": "S2v"
|
327
412
|
},
|
328
413
|
"tags": {
|
329
|
-
"shape": "
|
414
|
+
"shape": "Ss"
|
330
415
|
},
|
331
416
|
"clientRequestToken": {
|
332
417
|
"idempotencyToken": true
|
333
418
|
},
|
334
419
|
"launchTemplate": {
|
335
|
-
"shape": "
|
420
|
+
"shape": "S30"
|
336
421
|
},
|
337
422
|
"updateConfig": {
|
338
|
-
"shape": "
|
423
|
+
"shape": "S31"
|
339
424
|
},
|
340
425
|
"capacityType": {},
|
341
426
|
"version": {},
|
@@ -346,7 +431,7 @@
|
|
346
431
|
"type": "structure",
|
347
432
|
"members": {
|
348
433
|
"nodegroup": {
|
349
|
-
"shape": "
|
434
|
+
"shape": "S36"
|
350
435
|
}
|
351
436
|
}
|
352
437
|
}
|
@@ -375,7 +460,7 @@
|
|
375
460
|
"idempotencyToken": true
|
376
461
|
},
|
377
462
|
"tags": {
|
378
|
-
"shape": "
|
463
|
+
"shape": "Ss"
|
379
464
|
}
|
380
465
|
}
|
381
466
|
},
|
@@ -383,11 +468,38 @@
|
|
383
468
|
"type": "structure",
|
384
469
|
"members": {
|
385
470
|
"association": {
|
386
|
-
"shape": "
|
471
|
+
"shape": "S3h"
|
387
472
|
}
|
388
473
|
}
|
389
474
|
}
|
390
475
|
},
|
476
|
+
"DeleteAccessEntry": {
|
477
|
+
"http": {
|
478
|
+
"method": "DELETE",
|
479
|
+
"requestUri": "/clusters/{name}/access-entries/{principalArn}"
|
480
|
+
},
|
481
|
+
"input": {
|
482
|
+
"type": "structure",
|
483
|
+
"required": [
|
484
|
+
"clusterName",
|
485
|
+
"principalArn"
|
486
|
+
],
|
487
|
+
"members": {
|
488
|
+
"clusterName": {
|
489
|
+
"location": "uri",
|
490
|
+
"locationName": "name"
|
491
|
+
},
|
492
|
+
"principalArn": {
|
493
|
+
"location": "uri",
|
494
|
+
"locationName": "principalArn"
|
495
|
+
}
|
496
|
+
}
|
497
|
+
},
|
498
|
+
"output": {
|
499
|
+
"type": "structure",
|
500
|
+
"members": {}
|
501
|
+
}
|
502
|
+
},
|
391
503
|
"DeleteAddon": {
|
392
504
|
"http": {
|
393
505
|
"method": "DELETE",
|
@@ -419,7 +531,7 @@
|
|
419
531
|
"type": "structure",
|
420
532
|
"members": {
|
421
533
|
"addon": {
|
422
|
-
"shape": "
|
534
|
+
"shape": "S14"
|
423
535
|
}
|
424
536
|
}
|
425
537
|
}
|
@@ -445,7 +557,7 @@
|
|
445
557
|
"type": "structure",
|
446
558
|
"members": {
|
447
559
|
"cluster": {
|
448
|
-
"shape": "
|
560
|
+
"shape": "S1q"
|
449
561
|
}
|
450
562
|
}
|
451
563
|
}
|
@@ -471,7 +583,7 @@
|
|
471
583
|
"type": "structure",
|
472
584
|
"members": {
|
473
585
|
"subscription": {
|
474
|
-
"shape": "
|
586
|
+
"shape": "S2d"
|
475
587
|
}
|
476
588
|
}
|
477
589
|
}
|
@@ -502,7 +614,7 @@
|
|
502
614
|
"type": "structure",
|
503
615
|
"members": {
|
504
616
|
"fargateProfile": {
|
505
|
-
"shape": "
|
617
|
+
"shape": "S2j"
|
506
618
|
}
|
507
619
|
}
|
508
620
|
}
|
@@ -533,7 +645,7 @@
|
|
533
645
|
"type": "structure",
|
534
646
|
"members": {
|
535
647
|
"nodegroup": {
|
536
|
-
"shape": "
|
648
|
+
"shape": "S36"
|
537
649
|
}
|
538
650
|
}
|
539
651
|
}
|
@@ -564,7 +676,7 @@
|
|
564
676
|
"type": "structure",
|
565
677
|
"members": {
|
566
678
|
"association": {
|
567
|
-
"shape": "
|
679
|
+
"shape": "S3h"
|
568
680
|
}
|
569
681
|
}
|
570
682
|
}
|
@@ -590,7 +702,38 @@
|
|
590
702
|
"type": "structure",
|
591
703
|
"members": {
|
592
704
|
"cluster": {
|
593
|
-
"shape": "
|
705
|
+
"shape": "S1q"
|
706
|
+
}
|
707
|
+
}
|
708
|
+
}
|
709
|
+
},
|
710
|
+
"DescribeAccessEntry": {
|
711
|
+
"http": {
|
712
|
+
"method": "GET",
|
713
|
+
"requestUri": "/clusters/{name}/access-entries/{principalArn}"
|
714
|
+
},
|
715
|
+
"input": {
|
716
|
+
"type": "structure",
|
717
|
+
"required": [
|
718
|
+
"clusterName",
|
719
|
+
"principalArn"
|
720
|
+
],
|
721
|
+
"members": {
|
722
|
+
"clusterName": {
|
723
|
+
"location": "uri",
|
724
|
+
"locationName": "name"
|
725
|
+
},
|
726
|
+
"principalArn": {
|
727
|
+
"location": "uri",
|
728
|
+
"locationName": "principalArn"
|
729
|
+
}
|
730
|
+
}
|
731
|
+
},
|
732
|
+
"output": {
|
733
|
+
"type": "structure",
|
734
|
+
"members": {
|
735
|
+
"accessEntry": {
|
736
|
+
"shape": "Sy"
|
594
737
|
}
|
595
738
|
}
|
596
739
|
}
|
@@ -621,7 +764,7 @@
|
|
621
764
|
"type": "structure",
|
622
765
|
"members": {
|
623
766
|
"addon": {
|
624
|
-
"shape": "
|
767
|
+
"shape": "S14"
|
625
768
|
}
|
626
769
|
}
|
627
770
|
}
|
@@ -742,7 +885,7 @@
|
|
742
885
|
"publisher": {},
|
743
886
|
"owner": {},
|
744
887
|
"marketplaceInformation": {
|
745
|
-
"shape": "
|
888
|
+
"shape": "S1a"
|
746
889
|
}
|
747
890
|
}
|
748
891
|
}
|
@@ -772,7 +915,7 @@
|
|
772
915
|
"type": "structure",
|
773
916
|
"members": {
|
774
917
|
"cluster": {
|
775
|
-
"shape": "
|
918
|
+
"shape": "S1q"
|
776
919
|
}
|
777
920
|
}
|
778
921
|
}
|
@@ -798,7 +941,7 @@
|
|
798
941
|
"type": "structure",
|
799
942
|
"members": {
|
800
943
|
"subscription": {
|
801
|
-
"shape": "
|
944
|
+
"shape": "S2d"
|
802
945
|
}
|
803
946
|
}
|
804
947
|
}
|
@@ -829,7 +972,7 @@
|
|
829
972
|
"type": "structure",
|
830
973
|
"members": {
|
831
974
|
"fargateProfile": {
|
832
|
-
"shape": "
|
975
|
+
"shape": "S2j"
|
833
976
|
}
|
834
977
|
}
|
835
978
|
}
|
@@ -850,7 +993,7 @@
|
|
850
993
|
"locationName": "name"
|
851
994
|
},
|
852
995
|
"identityProviderConfig": {
|
853
|
-
"shape": "
|
996
|
+
"shape": "S4k"
|
854
997
|
}
|
855
998
|
}
|
856
999
|
},
|
@@ -873,10 +1016,10 @@
|
|
873
1016
|
"groupsClaim": {},
|
874
1017
|
"groupsPrefix": {},
|
875
1018
|
"requiredClaims": {
|
876
|
-
"shape": "
|
1019
|
+
"shape": "Sp"
|
877
1020
|
},
|
878
1021
|
"tags": {
|
879
|
-
"shape": "
|
1022
|
+
"shape": "Ss"
|
880
1023
|
},
|
881
1024
|
"status": {}
|
882
1025
|
}
|
@@ -912,7 +1055,7 @@
|
|
912
1055
|
"type": "structure",
|
913
1056
|
"members": {
|
914
1057
|
"nodegroup": {
|
915
|
-
"shape": "
|
1058
|
+
"shape": "S36"
|
916
1059
|
}
|
917
1060
|
}
|
918
1061
|
}
|
@@ -943,7 +1086,7 @@
|
|
943
1086
|
"type": "structure",
|
944
1087
|
"members": {
|
945
1088
|
"association": {
|
946
|
-
"shape": "
|
1089
|
+
"shape": "S3h"
|
947
1090
|
}
|
948
1091
|
}
|
949
1092
|
}
|
@@ -982,11 +1125,43 @@
|
|
982
1125
|
"type": "structure",
|
983
1126
|
"members": {
|
984
1127
|
"update": {
|
985
|
-
"shape": "
|
1128
|
+
"shape": "Se"
|
986
1129
|
}
|
987
1130
|
}
|
988
1131
|
}
|
989
1132
|
},
|
1133
|
+
"DisassociateAccessPolicy": {
|
1134
|
+
"http": {
|
1135
|
+
"method": "DELETE",
|
1136
|
+
"requestUri": "/clusters/{name}/access-entries/{principalArn}/access-policies/{policyArn}"
|
1137
|
+
},
|
1138
|
+
"input": {
|
1139
|
+
"type": "structure",
|
1140
|
+
"required": [
|
1141
|
+
"clusterName",
|
1142
|
+
"principalArn",
|
1143
|
+
"policyArn"
|
1144
|
+
],
|
1145
|
+
"members": {
|
1146
|
+
"clusterName": {
|
1147
|
+
"location": "uri",
|
1148
|
+
"locationName": "name"
|
1149
|
+
},
|
1150
|
+
"principalArn": {
|
1151
|
+
"location": "uri",
|
1152
|
+
"locationName": "principalArn"
|
1153
|
+
},
|
1154
|
+
"policyArn": {
|
1155
|
+
"location": "uri",
|
1156
|
+
"locationName": "policyArn"
|
1157
|
+
}
|
1158
|
+
}
|
1159
|
+
},
|
1160
|
+
"output": {
|
1161
|
+
"type": "structure",
|
1162
|
+
"members": {}
|
1163
|
+
}
|
1164
|
+
},
|
990
1165
|
"DisassociateIdentityProviderConfig": {
|
991
1166
|
"http": {
|
992
1167
|
"requestUri": "/clusters/{name}/identity-provider-configs/disassociate"
|
@@ -1003,7 +1178,7 @@
|
|
1003
1178
|
"locationName": "name"
|
1004
1179
|
},
|
1005
1180
|
"identityProviderConfig": {
|
1006
|
-
"shape": "
|
1181
|
+
"shape": "S4k"
|
1007
1182
|
},
|
1008
1183
|
"clientRequestToken": {
|
1009
1184
|
"idempotencyToken": true
|
@@ -1014,9 +1189,85 @@
|
|
1014
1189
|
"type": "structure",
|
1015
1190
|
"members": {
|
1016
1191
|
"update": {
|
1017
|
-
"shape": "
|
1192
|
+
"shape": "Se"
|
1193
|
+
}
|
1194
|
+
}
|
1195
|
+
}
|
1196
|
+
},
|
1197
|
+
"ListAccessEntries": {
|
1198
|
+
"http": {
|
1199
|
+
"method": "GET",
|
1200
|
+
"requestUri": "/clusters/{name}/access-entries"
|
1201
|
+
},
|
1202
|
+
"input": {
|
1203
|
+
"type": "structure",
|
1204
|
+
"required": [
|
1205
|
+
"clusterName"
|
1206
|
+
],
|
1207
|
+
"members": {
|
1208
|
+
"clusterName": {
|
1209
|
+
"location": "uri",
|
1210
|
+
"locationName": "name"
|
1211
|
+
},
|
1212
|
+
"associatedPolicyArn": {
|
1213
|
+
"location": "querystring",
|
1214
|
+
"locationName": "associatedPolicyArn"
|
1215
|
+
},
|
1216
|
+
"maxResults": {
|
1217
|
+
"location": "querystring",
|
1218
|
+
"locationName": "maxResults",
|
1219
|
+
"type": "integer"
|
1220
|
+
},
|
1221
|
+
"nextToken": {
|
1222
|
+
"location": "querystring",
|
1223
|
+
"locationName": "nextToken"
|
1224
|
+
}
|
1225
|
+
}
|
1226
|
+
},
|
1227
|
+
"output": {
|
1228
|
+
"type": "structure",
|
1229
|
+
"members": {
|
1230
|
+
"accessEntries": {
|
1231
|
+
"shape": "S5"
|
1232
|
+
},
|
1233
|
+
"nextToken": {}
|
1234
|
+
}
|
1235
|
+
}
|
1236
|
+
},
|
1237
|
+
"ListAccessPolicies": {
|
1238
|
+
"http": {
|
1239
|
+
"method": "GET",
|
1240
|
+
"requestUri": "/access-policies"
|
1241
|
+
},
|
1242
|
+
"input": {
|
1243
|
+
"type": "structure",
|
1244
|
+
"members": {
|
1245
|
+
"maxResults": {
|
1246
|
+
"location": "querystring",
|
1247
|
+
"locationName": "maxResults",
|
1248
|
+
"type": "integer"
|
1249
|
+
},
|
1250
|
+
"nextToken": {
|
1251
|
+
"location": "querystring",
|
1252
|
+
"locationName": "nextToken"
|
1018
1253
|
}
|
1019
1254
|
}
|
1255
|
+
},
|
1256
|
+
"output": {
|
1257
|
+
"type": "structure",
|
1258
|
+
"members": {
|
1259
|
+
"accessPolicies": {
|
1260
|
+
"type": "list",
|
1261
|
+
"member": {
|
1262
|
+
"type": "structure",
|
1263
|
+
"members": {
|
1264
|
+
"name": {},
|
1265
|
+
"arn": {}
|
1266
|
+
}
|
1267
|
+
}
|
1268
|
+
},
|
1269
|
+
"nextToken": {}
|
1270
|
+
}
|
1020
1271
|
}
|
1021
1272
|
},
|
1022
1273
|
"ListAddons": {
|
@@ -1055,6 +1306,52 @@
|
|
1055
1306
|
}
|
1056
1307
|
}
|
1057
1308
|
},
|
1309
|
+
"ListAssociatedAccessPolicies": {
|
1310
|
+
"http": {
|
1311
|
+
"method": "GET",
|
1312
|
+
"requestUri": "/clusters/{name}/access-entries/{principalArn}/access-policies"
|
1313
|
+
},
|
1314
|
+
"input": {
|
1315
|
+
"type": "structure",
|
1316
|
+
"required": [
|
1317
|
+
"clusterName",
|
1318
|
+
"principalArn"
|
1319
|
+
],
|
1320
|
+
"members": {
|
1321
|
+
"clusterName": {
|
1322
|
+
"location": "uri",
|
1323
|
+
"locationName": "name"
|
1324
|
+
},
|
1325
|
+
"principalArn": {
|
1326
|
+
"location": "uri",
|
1327
|
+
"locationName": "principalArn"
|
1328
|
+
},
|
1329
|
+
"maxResults": {
|
1330
|
+
"location": "querystring",
|
1331
|
+
"locationName": "maxResults",
|
1332
|
+
"type": "integer"
|
1333
|
+
},
|
1334
|
+
"nextToken": {
|
1335
|
+
"location": "querystring",
|
1336
|
+
"locationName": "nextToken"
|
1337
|
+
}
|
1338
|
+
}
|
1339
|
+
},
|
1340
|
+
"output": {
|
1341
|
+
"type": "structure",
|
1342
|
+
"members": {
|
1343
|
+
"clusterName": {},
|
1344
|
+
"principalArn": {},
|
1345
|
+
"nextToken": {},
|
1346
|
+
"associatedAccessPolicies": {
|
1347
|
+
"type": "list",
|
1348
|
+
"member": {
|
1349
|
+
"shape": "S7"
|
1350
|
+
}
|
1351
|
+
}
|
1352
|
+
}
|
1353
|
+
}
|
1354
|
+
},
|
1058
1355
|
"ListClusters": {
|
1059
1356
|
"http": {
|
1060
1357
|
"method": "GET",
|
@@ -1121,7 +1418,7 @@
|
|
1121
1418
|
"subscriptions": {
|
1122
1419
|
"type": "list",
|
1123
1420
|
"member": {
|
1124
|
-
"shape": "
|
1421
|
+
"shape": "S2d"
|
1125
1422
|
}
|
1126
1423
|
},
|
1127
1424
|
"nextToken": {}
|
@@ -1196,7 +1493,7 @@
|
|
1196
1493
|
"identityProviderConfigs": {
|
1197
1494
|
"type": "list",
|
1198
1495
|
"member": {
|
1199
|
-
"shape": "
|
1496
|
+
"shape": "S4k"
|
1200
1497
|
}
|
1201
1498
|
},
|
1202
1499
|
"nextToken": {}
|
@@ -1314,7 +1611,7 @@
|
|
1314
1611
|
"type": "structure",
|
1315
1612
|
"members": {
|
1316
1613
|
"tags": {
|
1317
|
-
"shape": "
|
1614
|
+
"shape": "Ss"
|
1318
1615
|
}
|
1319
1616
|
}
|
1320
1617
|
}
|
@@ -1390,7 +1687,7 @@
|
|
1390
1687
|
"idempotencyToken": true
|
1391
1688
|
},
|
1392
1689
|
"tags": {
|
1393
|
-
"shape": "
|
1690
|
+
"shape": "Ss"
|
1394
1691
|
}
|
1395
1692
|
}
|
1396
1693
|
},
|
@@ -1398,7 +1695,7 @@
|
|
1398
1695
|
"type": "structure",
|
1399
1696
|
"members": {
|
1400
1697
|
"cluster": {
|
1401
|
-
"shape": "
|
1698
|
+
"shape": "S1q"
|
1402
1699
|
}
|
1403
1700
|
}
|
1404
1701
|
}
|
@@ -1419,7 +1716,7 @@
|
|
1419
1716
|
"locationName": "resourceArn"
|
1420
1717
|
},
|
1421
1718
|
"tags": {
|
1422
|
-
"shape": "
|
1719
|
+
"shape": "Ss"
|
1423
1720
|
}
|
1424
1721
|
}
|
1425
1722
|
},
|
@@ -1457,6 +1754,43 @@
|
|
1457
1754
|
"members": {}
|
1458
1755
|
}
|
1459
1756
|
},
|
1757
|
+
"UpdateAccessEntry": {
|
1758
|
+
"http": {
|
1759
|
+
"requestUri": "/clusters/{name}/access-entries/{principalArn}"
|
1760
|
+
},
|
1761
|
+
"input": {
|
1762
|
+
"type": "structure",
|
1763
|
+
"required": [
|
1764
|
+
"clusterName",
|
1765
|
+
"principalArn"
|
1766
|
+
],
|
1767
|
+
"members": {
|
1768
|
+
"clusterName": {
|
1769
|
+
"location": "uri",
|
1770
|
+
"locationName": "name"
|
1771
|
+
},
|
1772
|
+
"principalArn": {
|
1773
|
+
"location": "uri",
|
1774
|
+
"locationName": "principalArn"
|
1775
|
+
},
|
1776
|
+
"kubernetesGroups": {
|
1777
|
+
"shape": "S5"
|
1778
|
+
},
|
1779
|
+
"clientRequestToken": {
|
1780
|
+
"idempotencyToken": true
|
1781
|
+
},
|
1782
|
+
"username": {}
|
1783
|
+
}
|
1784
|
+
},
|
1785
|
+
"output": {
|
1786
|
+
"type": "structure",
|
1787
|
+
"members": {
|
1788
|
+
"accessEntry": {
|
1789
|
+
"shape": "Sy"
|
1790
|
+
}
|
1791
|
+
}
|
1792
|
+
}
|
1793
|
+
},
|
1460
1794
|
"UpdateAddon": {
|
1461
1795
|
"http": {
|
1462
1796
|
"requestUri": "/clusters/{name}/addons/{addonName}/update"
|
@@ -1489,7 +1823,7 @@
|
|
1489
1823
|
"type": "structure",
|
1490
1824
|
"members": {
|
1491
1825
|
"update": {
|
1492
|
-
"shape": "
|
1826
|
+
"shape": "Se"
|
1493
1827
|
}
|
1494
1828
|
}
|
1495
1829
|
}
|
@@ -1509,13 +1843,19 @@
|
|
1509
1843
|
"locationName": "name"
|
1510
1844
|
},
|
1511
1845
|
"resourcesVpcConfig": {
|
1512
|
-
"shape": "
|
1846
|
+
"shape": "S1c"
|
1513
1847
|
},
|
1514
1848
|
"logging": {
|
1515
|
-
"shape": "
|
1849
|
+
"shape": "S1g"
|
1516
1850
|
},
|
1517
1851
|
"clientRequestToken": {
|
1518
1852
|
"idempotencyToken": true
|
1853
|
+
},
|
1854
|
+
"accessConfig": {
|
1855
|
+
"type": "structure",
|
1856
|
+
"members": {
|
1857
|
+
"authenticationMode": {}
|
1858
|
+
}
|
1519
1859
|
}
|
1520
1860
|
}
|
1521
1861
|
},
|
@@ -1523,7 +1863,7 @@
|
|
1523
1863
|
"type": "structure",
|
1524
1864
|
"members": {
|
1525
1865
|
"update": {
|
1526
|
-
"shape": "
|
1866
|
+
"shape": "Se"
|
1527
1867
|
}
|
1528
1868
|
}
|
1529
1869
|
}
|
@@ -1553,7 +1893,7 @@
|
|
1553
1893
|
"type": "structure",
|
1554
1894
|
"members": {
|
1555
1895
|
"update": {
|
1556
|
-
"shape": "
|
1896
|
+
"shape": "Se"
|
1557
1897
|
}
|
1558
1898
|
}
|
1559
1899
|
}
|
@@ -1585,7 +1925,7 @@
|
|
1585
1925
|
"type": "structure",
|
1586
1926
|
"members": {
|
1587
1927
|
"subscription": {
|
1588
|
-
"shape": "
|
1928
|
+
"shape": "S2d"
|
1589
1929
|
}
|
1590
1930
|
}
|
1591
1931
|
}
|
@@ -1613,7 +1953,7 @@
|
|
1613
1953
|
"type": "structure",
|
1614
1954
|
"members": {
|
1615
1955
|
"addOrUpdateLabels": {
|
1616
|
-
"shape": "
|
1956
|
+
"shape": "S2s"
|
1617
1957
|
},
|
1618
1958
|
"removeLabels": {
|
1619
1959
|
"type": "list",
|
@@ -1625,18 +1965,18 @@
|
|
1625
1965
|
"type": "structure",
|
1626
1966
|
"members": {
|
1627
1967
|
"addOrUpdateTaints": {
|
1628
|
-
"shape": "
|
1968
|
+
"shape": "S2v"
|
1629
1969
|
},
|
1630
1970
|
"removeTaints": {
|
1631
|
-
"shape": "
|
1971
|
+
"shape": "S2v"
|
1632
1972
|
}
|
1633
1973
|
}
|
1634
1974
|
},
|
1635
1975
|
"scalingConfig": {
|
1636
|
-
"shape": "
|
1976
|
+
"shape": "S2m"
|
1637
1977
|
},
|
1638
1978
|
"updateConfig": {
|
1639
|
-
"shape": "
|
1979
|
+
"shape": "S31"
|
1640
1980
|
},
|
1641
1981
|
"clientRequestToken": {
|
1642
1982
|
"idempotencyToken": true
|
@@ -1647,7 +1987,7 @@
|
|
1647
1987
|
"type": "structure",
|
1648
1988
|
"members": {
|
1649
1989
|
"update": {
|
1650
|
-
"shape": "
|
1990
|
+
"shape": "Se"
|
1651
1991
|
}
|
1652
1992
|
}
|
1653
1993
|
}
|
@@ -1674,7 +2014,7 @@
|
|
1674
2014
|
"version": {},
|
1675
2015
|
"releaseVersion": {},
|
1676
2016
|
"launchTemplate": {
|
1677
|
-
"shape": "
|
2017
|
+
"shape": "S30"
|
1678
2018
|
},
|
1679
2019
|
"force": {
|
1680
2020
|
"type": "boolean"
|
@@ -1688,7 +2028,7 @@
|
|
1688
2028
|
"type": "structure",
|
1689
2029
|
"members": {
|
1690
2030
|
"update": {
|
1691
|
-
"shape": "
|
2031
|
+
"shape": "Se"
|
1692
2032
|
}
|
1693
2033
|
}
|
1694
2034
|
}
|
@@ -1722,7 +2062,7 @@
|
|
1722
2062
|
"type": "structure",
|
1723
2063
|
"members": {
|
1724
2064
|
"association": {
|
1725
|
-
"shape": "
|
2065
|
+
"shape": "S3h"
|
1726
2066
|
}
|
1727
2067
|
}
|
1728
2068
|
}
|
@@ -1730,6 +2070,34 @@
|
|
1730
2070
|
},
|
1731
2071
|
"shapes": {
|
1732
2072
|
"S3": {
|
2073
|
+
"type": "structure",
|
2074
|
+
"members": {
|
2075
|
+
"type": {},
|
2076
|
+
"namespaces": {
|
2077
|
+
"shape": "S5"
|
2078
|
+
}
|
2079
|
+
}
|
2080
|
+
},
|
2081
|
+
"S5": {
|
2082
|
+
"type": "list",
|
2083
|
+
"member": {}
|
2084
|
+
},
|
2085
|
+
"S7": {
|
2086
|
+
"type": "structure",
|
2087
|
+
"members": {
|
2088
|
+
"policyArn": {},
|
2089
|
+
"accessScope": {
|
2090
|
+
"shape": "S3"
|
2091
|
+
},
|
2092
|
+
"associatedAt": {
|
2093
|
+
"type": "timestamp"
|
2094
|
+
},
|
2095
|
+
"modifiedAt": {
|
2096
|
+
"type": "timestamp"
|
2097
|
+
}
|
2098
|
+
}
|
2099
|
+
},
|
2100
|
+
"Sa": {
|
1733
2101
|
"type": "list",
|
1734
2102
|
"member": {
|
1735
2103
|
"type": "structure",
|
@@ -1746,11 +2114,7 @@
|
|
1746
2114
|
}
|
1747
2115
|
}
|
1748
2116
|
},
|
1749
|
-
"
|
1750
|
-
"type": "list",
|
1751
|
-
"member": {}
|
1752
|
-
},
|
1753
|
-
"S8": {
|
2117
|
+
"Se": {
|
1754
2118
|
"type": "structure",
|
1755
2119
|
"members": {
|
1756
2120
|
"id": {},
|
@@ -1784,17 +2148,39 @@
|
|
1784
2148
|
}
|
1785
2149
|
}
|
1786
2150
|
},
|
1787
|
-
"
|
2151
|
+
"Sp": {
|
1788
2152
|
"type": "map",
|
1789
2153
|
"key": {},
|
1790
2154
|
"value": {}
|
1791
2155
|
},
|
1792
|
-
"
|
2156
|
+
"Ss": {
|
1793
2157
|
"type": "map",
|
1794
2158
|
"key": {},
|
1795
2159
|
"value": {}
|
1796
2160
|
},
|
1797
|
-
"
|
2161
|
+
"Sy": {
|
2162
|
+
"type": "structure",
|
2163
|
+
"members": {
|
2164
|
+
"clusterName": {},
|
2165
|
+
"principalArn": {},
|
2166
|
+
"kubernetesGroups": {
|
2167
|
+
"shape": "S5"
|
2168
|
+
},
|
2169
|
+
"accessEntryArn": {},
|
2170
|
+
"createdAt": {
|
2171
|
+
"type": "timestamp"
|
2172
|
+
},
|
2173
|
+
"modifiedAt": {
|
2174
|
+
"type": "timestamp"
|
2175
|
+
},
|
2176
|
+
"tags": {
|
2177
|
+
"shape": "Ss"
|
2178
|
+
},
|
2179
|
+
"username": {},
|
2180
|
+
"type": {}
|
2181
|
+
}
|
2182
|
+
},
|
2183
|
+
"S14": {
|
1798
2184
|
"type": "structure",
|
1799
2185
|
"members": {
|
1800
2186
|
"addonName": {},
|
@@ -1828,24 +2214,24 @@
|
|
1828
2214
|
},
|
1829
2215
|
"serviceAccountRoleArn": {},
|
1830
2216
|
"tags": {
|
1831
|
-
"shape": "
|
2217
|
+
"shape": "Ss"
|
1832
2218
|
},
|
1833
2219
|
"publisher": {},
|
1834
2220
|
"owner": {},
|
1835
2221
|
"marketplaceInformation": {
|
1836
|
-
"shape": "
|
2222
|
+
"shape": "S1a"
|
1837
2223
|
},
|
1838
2224
|
"configurationValues": {}
|
1839
2225
|
}
|
1840
2226
|
},
|
1841
|
-
"
|
2227
|
+
"S1a": {
|
1842
2228
|
"type": "structure",
|
1843
2229
|
"members": {
|
1844
2230
|
"productId": {},
|
1845
2231
|
"productUrl": {}
|
1846
2232
|
}
|
1847
2233
|
},
|
1848
|
-
"
|
2234
|
+
"S1c": {
|
1849
2235
|
"type": "structure",
|
1850
2236
|
"members": {
|
1851
2237
|
"subnetIds": {
|
@@ -1865,7 +2251,7 @@
|
|
1865
2251
|
}
|
1866
2252
|
}
|
1867
2253
|
},
|
1868
|
-
"
|
2254
|
+
"S1g": {
|
1869
2255
|
"type": "structure",
|
1870
2256
|
"members": {
|
1871
2257
|
"clusterLogging": {
|
@@ -1885,7 +2271,7 @@
|
|
1885
2271
|
}
|
1886
2272
|
}
|
1887
2273
|
},
|
1888
|
-
"
|
2274
|
+
"S1q": {
|
1889
2275
|
"type": "structure",
|
1890
2276
|
"members": {
|
1891
2277
|
"name": {},
|
@@ -1927,7 +2313,7 @@
|
|
1927
2313
|
}
|
1928
2314
|
},
|
1929
2315
|
"logging": {
|
1930
|
-
"shape": "
|
2316
|
+
"shape": "S1g"
|
1931
2317
|
},
|
1932
2318
|
"identity": {
|
1933
2319
|
"type": "structure",
|
@@ -1950,10 +2336,10 @@
|
|
1950
2336
|
"clientRequestToken": {},
|
1951
2337
|
"platformVersion": {},
|
1952
2338
|
"tags": {
|
1953
|
-
"shape": "
|
2339
|
+
"shape": "Ss"
|
1954
2340
|
},
|
1955
2341
|
"encryptionConfig": {
|
1956
|
-
"shape": "
|
2342
|
+
"shape": "Sa"
|
1957
2343
|
},
|
1958
2344
|
"connectorConfig": {
|
1959
2345
|
"type": "structure",
|
@@ -2004,10 +2390,19 @@
|
|
2004
2390
|
}
|
2005
2391
|
}
|
2006
2392
|
}
|
2393
|
+
},
|
2394
|
+
"accessConfig": {
|
2395
|
+
"type": "structure",
|
2396
|
+
"members": {
|
2397
|
+
"bootstrapClusterCreatorAdminPermissions": {
|
2398
|
+
"type": "boolean"
|
2399
|
+
},
|
2400
|
+
"authenticationMode": {}
|
2401
|
+
}
|
2007
2402
|
}
|
2008
2403
|
}
|
2009
2404
|
},
|
2010
|
-
"
|
2405
|
+
"S28": {
|
2011
2406
|
"type": "structure",
|
2012
2407
|
"members": {
|
2013
2408
|
"duration": {
|
@@ -2016,7 +2411,7 @@
|
|
2016
2411
|
"unit": {}
|
2017
2412
|
}
|
2018
2413
|
},
|
2019
|
-
"
|
2414
|
+
"S2d": {
|
2020
2415
|
"type": "structure",
|
2021
2416
|
"members": {
|
2022
2417
|
"id": {},
|
@@ -2035,7 +2430,7 @@
|
|
2035
2430
|
},
|
2036
2431
|
"licenseType": {},
|
2037
2432
|
"term": {
|
2038
|
-
"shape": "
|
2433
|
+
"shape": "S28"
|
2039
2434
|
},
|
2040
2435
|
"status": {},
|
2041
2436
|
"autoRenew": {
|
@@ -2045,11 +2440,11 @@
|
|
2045
2440
|
"shape": "S5"
|
2046
2441
|
},
|
2047
2442
|
"tags": {
|
2048
|
-
"shape": "
|
2443
|
+
"shape": "Ss"
|
2049
2444
|
}
|
2050
2445
|
}
|
2051
2446
|
},
|
2052
|
-
"
|
2447
|
+
"S2f": {
|
2053
2448
|
"type": "list",
|
2054
2449
|
"member": {
|
2055
2450
|
"type": "structure",
|
@@ -2063,7 +2458,7 @@
|
|
2063
2458
|
}
|
2064
2459
|
}
|
2065
2460
|
},
|
2066
|
-
"
|
2461
|
+
"S2j": {
|
2067
2462
|
"type": "structure",
|
2068
2463
|
"members": {
|
2069
2464
|
"fargateProfileName": {},
|
@@ -2077,15 +2472,15 @@
|
|
2077
2472
|
"shape": "S5"
|
2078
2473
|
},
|
2079
2474
|
"selectors": {
|
2080
|
-
"shape": "
|
2475
|
+
"shape": "S2f"
|
2081
2476
|
},
|
2082
2477
|
"status": {},
|
2083
2478
|
"tags": {
|
2084
|
-
"shape": "
|
2479
|
+
"shape": "Ss"
|
2085
2480
|
}
|
2086
2481
|
}
|
2087
2482
|
},
|
2088
|
-
"
|
2483
|
+
"S2m": {
|
2089
2484
|
"type": "structure",
|
2090
2485
|
"members": {
|
2091
2486
|
"minSize": {
|
@@ -2099,7 +2494,7 @@
|
|
2099
2494
|
}
|
2100
2495
|
}
|
2101
2496
|
},
|
2102
|
-
"
|
2497
|
+
"S2r": {
|
2103
2498
|
"type": "structure",
|
2104
2499
|
"members": {
|
2105
2500
|
"ec2SshKey": {},
|
@@ -2108,12 +2503,12 @@
|
|
2108
2503
|
}
|
2109
2504
|
}
|
2110
2505
|
},
|
2111
|
-
"
|
2506
|
+
"S2s": {
|
2112
2507
|
"type": "map",
|
2113
2508
|
"key": {},
|
2114
2509
|
"value": {}
|
2115
2510
|
},
|
2116
|
-
"
|
2511
|
+
"S2v": {
|
2117
2512
|
"type": "list",
|
2118
2513
|
"member": {
|
2119
2514
|
"type": "structure",
|
@@ -2124,7 +2519,7 @@
|
|
2124
2519
|
}
|
2125
2520
|
}
|
2126
2521
|
},
|
2127
|
-
"
|
2522
|
+
"S30": {
|
2128
2523
|
"type": "structure",
|
2129
2524
|
"members": {
|
2130
2525
|
"name": {},
|
@@ -2132,7 +2527,7 @@
|
|
2132
2527
|
"id": {}
|
2133
2528
|
}
|
2134
2529
|
},
|
2135
|
-
"
|
2530
|
+
"S31": {
|
2136
2531
|
"type": "structure",
|
2137
2532
|
"members": {
|
2138
2533
|
"maxUnavailable": {
|
@@ -2143,7 +2538,7 @@
|
|
2143
2538
|
}
|
2144
2539
|
}
|
2145
2540
|
},
|
2146
|
-
"
|
2541
|
+
"S36": {
|
2147
2542
|
"type": "structure",
|
2148
2543
|
"members": {
|
2149
2544
|
"nodegroupName": {},
|
@@ -2160,7 +2555,7 @@
|
|
2160
2555
|
"status": {},
|
2161
2556
|
"capacityType": {},
|
2162
2557
|
"scalingConfig": {
|
2163
|
-
"shape": "
|
2558
|
+
"shape": "S2m"
|
2164
2559
|
},
|
2165
2560
|
"instanceTypes": {
|
2166
2561
|
"shape": "S5"
|
@@ -2169,15 +2564,15 @@
|
|
2169
2564
|
"shape": "S5"
|
2170
2565
|
},
|
2171
2566
|
"remoteAccess": {
|
2172
|
-
"shape": "
|
2567
|
+
"shape": "S2r"
|
2173
2568
|
},
|
2174
2569
|
"amiType": {},
|
2175
2570
|
"nodeRole": {},
|
2176
2571
|
"labels": {
|
2177
|
-
"shape": "
|
2572
|
+
"shape": "S2s"
|
2178
2573
|
},
|
2179
2574
|
"taints": {
|
2180
|
-
"shape": "
|
2575
|
+
"shape": "S2v"
|
2181
2576
|
},
|
2182
2577
|
"resources": {
|
2183
2578
|
"type": "structure",
|
@@ -2216,17 +2611,17 @@
|
|
2216
2611
|
}
|
2217
2612
|
},
|
2218
2613
|
"updateConfig": {
|
2219
|
-
"shape": "
|
2614
|
+
"shape": "S31"
|
2220
2615
|
},
|
2221
2616
|
"launchTemplate": {
|
2222
|
-
"shape": "
|
2617
|
+
"shape": "S30"
|
2223
2618
|
},
|
2224
2619
|
"tags": {
|
2225
|
-
"shape": "
|
2620
|
+
"shape": "Ss"
|
2226
2621
|
}
|
2227
2622
|
}
|
2228
2623
|
},
|
2229
|
-
"
|
2624
|
+
"S3h": {
|
2230
2625
|
"type": "structure",
|
2231
2626
|
"members": {
|
2232
2627
|
"clusterName": {},
|
@@ -2236,7 +2631,7 @@
|
|
2236
2631
|
"associationArn": {},
|
2237
2632
|
"associationId": {},
|
2238
2633
|
"tags": {
|
2239
|
-
"shape": "
|
2634
|
+
"shape": "Ss"
|
2240
2635
|
},
|
2241
2636
|
"createdAt": {
|
2242
2637
|
"type": "timestamp"
|
@@ -2246,7 +2641,7 @@
|
|
2246
2641
|
}
|
2247
2642
|
}
|
2248
2643
|
},
|
2249
|
-
"
|
2644
|
+
"S4k": {
|
2250
2645
|
"type": "structure",
|
2251
2646
|
"required": [
|
2252
2647
|
"type",
|