aws-sdk-core 2.11.398 → 2.11.399

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,16 @@
20
20
  "output_token": "NextToken",
21
21
  "limit_key": "MaxResults"
22
22
  },
23
+ "ListRoomMemberships": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "MaxResults"
27
+ },
28
+ "ListRooms": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
23
33
  "ListUsers": {
24
34
  "input_token": "NextToken",
25
35
  "output_token": "NextToken",
@@ -3359,7 +3359,9 @@
3359
3359
  "members":{
3360
3360
  "SourceArn":{"shape":"ArnType"},
3361
3361
  "ReplyToEmailAddress":{"shape":"EmailAddressType"},
3362
- "EmailSendingAccount":{"shape":"EmailSendingAccountType"}
3362
+ "EmailSendingAccount":{"shape":"EmailSendingAccountType"},
3363
+ "From":{"shape":"StringType"},
3364
+ "ConfigurationSet":{"shape":"SESConfigurationSet"}
3363
3365
  }
3364
3366
  },
3365
3367
  "EmailNotificationBodyType":{
@@ -4438,6 +4440,12 @@
4438
4440
  "min":3,
4439
4441
  "pattern":"^[0-9A-Za-z\\.\\-_]*(?<!\\.)$"
4440
4442
  },
4443
+ "SESConfigurationSet":{
4444
+ "type":"string",
4445
+ "max":64,
4446
+ "min":1,
4447
+ "pattern":"^[a-zA-Z0-9_-]+$"
4448
+ },
4441
4449
  "SMSMfaSettingsType":{
4442
4450
  "type":"structure",
4443
4451
  "members":{
@@ -5634,7 +5634,7 @@
5634
5634
  "locationName":"encrypted"
5635
5635
  },
5636
5636
  "KmsKeyId":{
5637
- "shape":"KmsKeyId",
5637
+ "shape":"String",
5638
5638
  "locationName":"kmsKeyId"
5639
5639
  },
5640
5640
  "PresignedUrl":{
@@ -5643,6 +5643,10 @@
5643
5643
  },
5644
5644
  "SourceRegion":{"shape":"String"},
5645
5645
  "SourceSnapshotId":{"shape":"String"},
5646
+ "TagSpecifications":{
5647
+ "shape":"TagSpecificationList",
5648
+ "locationName":"TagSpecification"
5649
+ },
5646
5650
  "DryRun":{
5647
5651
  "shape":"Boolean",
5648
5652
  "locationName":"dryRun"
@@ -5655,6 +5659,10 @@
5655
5659
  "SnapshotId":{
5656
5660
  "shape":"String",
5657
5661
  "locationName":"snapshotId"
5662
+ },
5663
+ "Tags":{
5664
+ "shape":"TagList",
5665
+ "locationName":"tagSet"
5658
5666
  }
5659
5667
  }
5660
5668
  },
@@ -31,6 +31,24 @@
31
31
  {"shape":"UnsupportedAvailabilityZoneException"}
32
32
  ]
33
33
  },
34
+ "CreateNodegroup":{
35
+ "name":"CreateNodegroup",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/clusters/{name}/node-groups"
39
+ },
40
+ "input":{"shape":"CreateNodegroupRequest"},
41
+ "output":{"shape":"CreateNodegroupResponse"},
42
+ "errors":[
43
+ {"shape":"ResourceInUseException"},
44
+ {"shape":"ResourceLimitExceededException"},
45
+ {"shape":"InvalidRequestException"},
46
+ {"shape":"InvalidParameterException"},
47
+ {"shape":"ClientException"},
48
+ {"shape":"ServerException"},
49
+ {"shape":"ServiceUnavailableException"}
50
+ ]
51
+ },
34
52
  "DeleteCluster":{
35
53
  "name":"DeleteCluster",
36
54
  "http":{
@@ -47,6 +65,23 @@
47
65
  {"shape":"ServiceUnavailableException"}
48
66
  ]
49
67
  },
68
+ "DeleteNodegroup":{
69
+ "name":"DeleteNodegroup",
70
+ "http":{
71
+ "method":"DELETE",
72
+ "requestUri":"/clusters/{name}/node-groups/{nodegroupName}"
73
+ },
74
+ "input":{"shape":"DeleteNodegroupRequest"},
75
+ "output":{"shape":"DeleteNodegroupResponse"},
76
+ "errors":[
77
+ {"shape":"ResourceInUseException"},
78
+ {"shape":"ResourceNotFoundException"},
79
+ {"shape":"InvalidParameterException"},
80
+ {"shape":"ClientException"},
81
+ {"shape":"ServerException"},
82
+ {"shape":"ServiceUnavailableException"}
83
+ ]
84
+ },
50
85
  "DescribeCluster":{
51
86
  "name":"DescribeCluster",
52
87
  "http":{
@@ -62,6 +97,22 @@
62
97
  {"shape":"ServiceUnavailableException"}
63
98
  ]
64
99
  },
100
+ "DescribeNodegroup":{
101
+ "name":"DescribeNodegroup",
102
+ "http":{
103
+ "method":"GET",
104
+ "requestUri":"/clusters/{name}/node-groups/{nodegroupName}"
105
+ },
106
+ "input":{"shape":"DescribeNodegroupRequest"},
107
+ "output":{"shape":"DescribeNodegroupResponse"},
108
+ "errors":[
109
+ {"shape":"InvalidParameterException"},
110
+ {"shape":"ResourceNotFoundException"},
111
+ {"shape":"ClientException"},
112
+ {"shape":"ServerException"},
113
+ {"shape":"ServiceUnavailableException"}
114
+ ]
115
+ },
65
116
  "DescribeUpdate":{
66
117
  "name":"DescribeUpdate",
67
118
  "http":{
@@ -92,6 +143,22 @@
92
143
  {"shape":"ServiceUnavailableException"}
93
144
  ]
94
145
  },
146
+ "ListNodegroups":{
147
+ "name":"ListNodegroups",
148
+ "http":{
149
+ "method":"GET",
150
+ "requestUri":"/clusters/{name}/node-groups"
151
+ },
152
+ "input":{"shape":"ListNodegroupsRequest"},
153
+ "output":{"shape":"ListNodegroupsResponse"},
154
+ "errors":[
155
+ {"shape":"InvalidParameterException"},
156
+ {"shape":"ClientException"},
157
+ {"shape":"ServerException"},
158
+ {"shape":"ServiceUnavailableException"},
159
+ {"shape":"ResourceNotFoundException"}
160
+ ]
161
+ },
95
162
  "ListTagsForResource":{
96
163
  "name":"ListTagsForResource",
97
164
  "http":{
@@ -179,9 +246,60 @@
179
246
  {"shape":"ResourceNotFoundException"},
180
247
  {"shape":"InvalidRequestException"}
181
248
  ]
249
+ },
250
+ "UpdateNodegroupConfig":{
251
+ "name":"UpdateNodegroupConfig",
252
+ "http":{
253
+ "method":"POST",
254
+ "requestUri":"/clusters/{name}/node-groups/{nodegroupName}/update-config"
255
+ },
256
+ "input":{"shape":"UpdateNodegroupConfigRequest"},
257
+ "output":{"shape":"UpdateNodegroupConfigResponse"},
258
+ "errors":[
259
+ {"shape":"InvalidParameterException"},
260
+ {"shape":"ClientException"},
261
+ {"shape":"ServerException"},
262
+ {"shape":"ResourceInUseException"},
263
+ {"shape":"ResourceNotFoundException"},
264
+ {"shape":"InvalidRequestException"}
265
+ ]
266
+ },
267
+ "UpdateNodegroupVersion":{
268
+ "name":"UpdateNodegroupVersion",
269
+ "http":{
270
+ "method":"POST",
271
+ "requestUri":"/clusters/{name}/node-groups/{nodegroupName}/update-version"
272
+ },
273
+ "input":{"shape":"UpdateNodegroupVersionRequest"},
274
+ "output":{"shape":"UpdateNodegroupVersionResponse"},
275
+ "errors":[
276
+ {"shape":"InvalidParameterException"},
277
+ {"shape":"ClientException"},
278
+ {"shape":"ServerException"},
279
+ {"shape":"ResourceInUseException"},
280
+ {"shape":"ResourceNotFoundException"},
281
+ {"shape":"InvalidRequestException"}
282
+ ]
182
283
  }
183
284
  },
184
285
  "shapes":{
286
+ "AMITypes":{
287
+ "type":"string",
288
+ "enum":[
289
+ "AL2_x86_64",
290
+ "AL2_x86_64_GPU"
291
+ ]
292
+ },
293
+ "AutoScalingGroup":{
294
+ "type":"structure",
295
+ "members":{
296
+ "name":{"shape":"String"}
297
+ }
298
+ },
299
+ "AutoScalingGroupList":{
300
+ "type":"list",
301
+ "member":{"shape":"AutoScalingGroup"}
302
+ },
185
303
  "BadRequestException":{
186
304
  "type":"structure",
187
305
  "members":{
@@ -195,6 +313,15 @@
195
313
  "type":"boolean",
196
314
  "box":true
197
315
  },
316
+ "BoxedInteger":{
317
+ "type":"integer",
318
+ "box":true
319
+ },
320
+ "Capacity":{
321
+ "type":"integer",
322
+ "box":true,
323
+ "min":1
324
+ },
198
325
  "Certificate":{
199
326
  "type":"structure",
200
327
  "members":{
@@ -205,6 +332,7 @@
205
332
  "type":"structure",
206
333
  "members":{
207
334
  "clusterName":{"shape":"String"},
335
+ "nodegroupName":{"shape":"String"},
208
336
  "message":{"shape":"String"}
209
337
  },
210
338
  "error":{"httpStatusCode":400},
@@ -241,7 +369,8 @@
241
369
  "CREATING",
242
370
  "ACTIVE",
243
371
  "DELETING",
244
- "FAILED"
372
+ "FAILED",
373
+ "UPDATING"
245
374
  ]
246
375
  },
247
376
  "CreateClusterRequest":{
@@ -270,6 +399,44 @@
270
399
  "cluster":{"shape":"Cluster"}
271
400
  }
272
401
  },
402
+ "CreateNodegroupRequest":{
403
+ "type":"structure",
404
+ "required":[
405
+ "clusterName",
406
+ "nodegroupName",
407
+ "subnets",
408
+ "nodeRole"
409
+ ],
410
+ "members":{
411
+ "clusterName":{
412
+ "shape":"String",
413
+ "location":"uri",
414
+ "locationName":"name"
415
+ },
416
+ "nodegroupName":{"shape":"String"},
417
+ "scalingConfig":{"shape":"NodegroupScalingConfig"},
418
+ "diskSize":{"shape":"BoxedInteger"},
419
+ "subnets":{"shape":"StringList"},
420
+ "instanceTypes":{"shape":"StringList"},
421
+ "amiType":{"shape":"AMITypes"},
422
+ "remoteAccess":{"shape":"RemoteAccessConfig"},
423
+ "nodeRole":{"shape":"String"},
424
+ "labels":{"shape":"labelsMap"},
425
+ "tags":{"shape":"TagMap"},
426
+ "clientRequestToken":{
427
+ "shape":"String",
428
+ "idempotencyToken":true
429
+ },
430
+ "version":{"shape":"String"},
431
+ "releaseVersion":{"shape":"String"}
432
+ }
433
+ },
434
+ "CreateNodegroupResponse":{
435
+ "type":"structure",
436
+ "members":{
437
+ "nodegroup":{"shape":"Nodegroup"}
438
+ }
439
+ },
273
440
  "DeleteClusterRequest":{
274
441
  "type":"structure",
275
442
  "required":["name"],
@@ -287,6 +454,31 @@
287
454
  "cluster":{"shape":"Cluster"}
288
455
  }
289
456
  },
457
+ "DeleteNodegroupRequest":{
458
+ "type":"structure",
459
+ "required":[
460
+ "clusterName",
461
+ "nodegroupName"
462
+ ],
463
+ "members":{
464
+ "clusterName":{
465
+ "shape":"String",
466
+ "location":"uri",
467
+ "locationName":"name"
468
+ },
469
+ "nodegroupName":{
470
+ "shape":"String",
471
+ "location":"uri",
472
+ "locationName":"nodegroupName"
473
+ }
474
+ }
475
+ },
476
+ "DeleteNodegroupResponse":{
477
+ "type":"structure",
478
+ "members":{
479
+ "nodegroup":{"shape":"Nodegroup"}
480
+ }
481
+ },
290
482
  "DescribeClusterRequest":{
291
483
  "type":"structure",
292
484
  "required":["name"],
@@ -304,6 +496,31 @@
304
496
  "cluster":{"shape":"Cluster"}
305
497
  }
306
498
  },
499
+ "DescribeNodegroupRequest":{
500
+ "type":"structure",
501
+ "required":[
502
+ "clusterName",
503
+ "nodegroupName"
504
+ ],
505
+ "members":{
506
+ "clusterName":{
507
+ "shape":"String",
508
+ "location":"uri",
509
+ "locationName":"name"
510
+ },
511
+ "nodegroupName":{
512
+ "shape":"String",
513
+ "location":"uri",
514
+ "locationName":"nodegroupName"
515
+ }
516
+ }
517
+ },
518
+ "DescribeNodegroupResponse":{
519
+ "type":"structure",
520
+ "members":{
521
+ "nodegroup":{"shape":"Nodegroup"}
522
+ }
523
+ },
307
524
  "DescribeUpdateRequest":{
308
525
  "type":"structure",
309
526
  "required":[
@@ -320,6 +537,11 @@
320
537
  "shape":"String",
321
538
  "location":"uri",
322
539
  "locationName":"updateId"
540
+ },
541
+ "nodegroupName":{
542
+ "shape":"String",
543
+ "location":"querystring",
544
+ "locationName":"nodegroupName"
323
545
  }
324
546
  }
325
547
  },
@@ -339,7 +561,10 @@
339
561
  "AccessDenied",
340
562
  "OperationNotPermitted",
341
563
  "VpcIdNotFound",
342
- "Unknown"
564
+ "Unknown",
565
+ "NodeCreationFailure",
566
+ "PodEvictionFailure",
567
+ "InsufficientFreeAddresses"
343
568
  ]
344
569
  },
345
570
  "ErrorDetail":{
@@ -364,6 +589,7 @@
364
589
  "type":"structure",
365
590
  "members":{
366
591
  "clusterName":{"shape":"String"},
592
+ "nodegroupName":{"shape":"String"},
367
593
  "message":{"shape":"String"}
368
594
  },
369
595
  "error":{"httpStatusCode":400},
@@ -373,11 +599,24 @@
373
599
  "type":"structure",
374
600
  "members":{
375
601
  "clusterName":{"shape":"String"},
602
+ "nodegroupName":{"shape":"String"},
376
603
  "message":{"shape":"String"}
377
604
  },
378
605
  "error":{"httpStatusCode":400},
379
606
  "exception":true
380
607
  },
608
+ "Issue":{
609
+ "type":"structure",
610
+ "members":{
611
+ "code":{"shape":"NodegroupIssueCode"},
612
+ "message":{"shape":"String"},
613
+ "resourceIds":{"shape":"StringList"}
614
+ }
615
+ },
616
+ "IssueList":{
617
+ "type":"list",
618
+ "member":{"shape":"Issue"}
619
+ },
381
620
  "ListClustersRequest":{
382
621
  "type":"structure",
383
622
  "members":{
@@ -406,6 +645,40 @@
406
645
  "nextToken":{"shape":"String"}
407
646
  }
408
647
  },
648
+ "ListNodegroupsRequest":{
649
+ "type":"structure",
650
+ "required":["clusterName"],
651
+ "members":{
652
+ "clusterName":{
653
+ "shape":"String",
654
+ "location":"uri",
655
+ "locationName":"name"
656
+ },
657
+ "maxResults":{
658
+ "shape":"ListNodegroupsRequestMaxResults",
659
+ "location":"querystring",
660
+ "locationName":"maxResults"
661
+ },
662
+ "nextToken":{
663
+ "shape":"String",
664
+ "location":"querystring",
665
+ "locationName":"nextToken"
666
+ }
667
+ }
668
+ },
669
+ "ListNodegroupsRequestMaxResults":{
670
+ "type":"integer",
671
+ "box":true,
672
+ "max":100,
673
+ "min":1
674
+ },
675
+ "ListNodegroupsResponse":{
676
+ "type":"structure",
677
+ "members":{
678
+ "nodegroups":{"shape":"StringList"},
679
+ "nextToken":{"shape":"String"}
680
+ }
681
+ },
409
682
  "ListTagsForResourceRequest":{
410
683
  "type":"structure",
411
684
  "required":["resourceArn"],
@@ -432,6 +705,11 @@
432
705
  "location":"uri",
433
706
  "locationName":"name"
434
707
  },
708
+ "nodegroupName":{
709
+ "shape":"String",
710
+ "location":"querystring",
711
+ "locationName":"nodegroupName"
712
+ },
435
713
  "nextToken":{
436
714
  "shape":"String",
437
715
  "location":"querystring",
@@ -488,6 +766,80 @@
488
766
  "clusterLogging":{"shape":"LogSetups"}
489
767
  }
490
768
  },
769
+ "Nodegroup":{
770
+ "type":"structure",
771
+ "members":{
772
+ "nodegroupName":{"shape":"String"},
773
+ "nodegroupArn":{"shape":"String"},
774
+ "clusterName":{"shape":"String"},
775
+ "version":{"shape":"String"},
776
+ "releaseVersion":{"shape":"String"},
777
+ "createdAt":{"shape":"Timestamp"},
778
+ "modifiedAt":{"shape":"Timestamp"},
779
+ "status":{"shape":"NodegroupStatus"},
780
+ "scalingConfig":{"shape":"NodegroupScalingConfig"},
781
+ "instanceTypes":{"shape":"StringList"},
782
+ "subnets":{"shape":"StringList"},
783
+ "remoteAccess":{"shape":"RemoteAccessConfig"},
784
+ "amiType":{"shape":"AMITypes"},
785
+ "nodeRole":{"shape":"String"},
786
+ "labels":{"shape":"labelsMap"},
787
+ "resources":{"shape":"NodegroupResources"},
788
+ "diskSize":{"shape":"BoxedInteger"},
789
+ "health":{"shape":"NodegroupHealth"},
790
+ "tags":{"shape":"TagMap"}
791
+ }
792
+ },
793
+ "NodegroupHealth":{
794
+ "type":"structure",
795
+ "members":{
796
+ "issues":{"shape":"IssueList"}
797
+ }
798
+ },
799
+ "NodegroupIssueCode":{
800
+ "type":"string",
801
+ "enum":[
802
+ "AutoScalingGroupNotFound",
803
+ "Ec2SecurityGroupNotFound",
804
+ "Ec2SecurityGroupDeletionFailure",
805
+ "Ec2LaunchTemplateNotFound",
806
+ "Ec2LaunchTemplateVersionMismatch",
807
+ "IamInstanceProfileNotFound",
808
+ "IamNodeRoleNotFound",
809
+ "AsgInstanceLaunchFailures",
810
+ "InstanceLimitExceeded",
811
+ "InsufficientFreeAddresses",
812
+ "AccessDenied",
813
+ "InternalFailure"
814
+ ]
815
+ },
816
+ "NodegroupResources":{
817
+ "type":"structure",
818
+ "members":{
819
+ "autoScalingGroups":{"shape":"AutoScalingGroupList"},
820
+ "remoteAccessSecurityGroup":{"shape":"String"}
821
+ }
822
+ },
823
+ "NodegroupScalingConfig":{
824
+ "type":"structure",
825
+ "members":{
826
+ "minSize":{"shape":"Capacity"},
827
+ "maxSize":{"shape":"Capacity"},
828
+ "desiredSize":{"shape":"Capacity"}
829
+ }
830
+ },
831
+ "NodegroupStatus":{
832
+ "type":"string",
833
+ "enum":[
834
+ "CREATING",
835
+ "ACTIVE",
836
+ "UPDATING",
837
+ "DELETING",
838
+ "CREATE_FAILED",
839
+ "DELETE_FAILED",
840
+ "DEGRADED"
841
+ ]
842
+ },
491
843
  "NotFoundException":{
492
844
  "type":"structure",
493
845
  "members":{
@@ -502,10 +854,18 @@
502
854
  "issuer":{"shape":"String"}
503
855
  }
504
856
  },
857
+ "RemoteAccessConfig":{
858
+ "type":"structure",
859
+ "members":{
860
+ "ec2SshKey":{"shape":"String"},
861
+ "sourceSecurityGroups":{"shape":"StringList"}
862
+ }
863
+ },
505
864
  "ResourceInUseException":{
506
865
  "type":"structure",
507
866
  "members":{
508
867
  "clusterName":{"shape":"String"},
868
+ "nodegroupName":{"shape":"String"},
509
869
  "message":{"shape":"String"}
510
870
  },
511
871
  "error":{"httpStatusCode":409},
@@ -515,6 +875,7 @@
515
875
  "type":"structure",
516
876
  "members":{
517
877
  "clusterName":{"shape":"String"},
878
+ "nodegroupName":{"shape":"String"},
518
879
  "message":{"shape":"String"}
519
880
  },
520
881
  "error":{"httpStatusCode":400},
@@ -524,6 +885,7 @@
524
885
  "type":"structure",
525
886
  "members":{
526
887
  "clusterName":{"shape":"String"},
888
+ "nodegroupName":{"shape":"String"},
527
889
  "message":{"shape":"String"}
528
890
  },
529
891
  "error":{"httpStatusCode":404},
@@ -533,6 +895,7 @@
533
895
  "type":"structure",
534
896
  "members":{
535
897
  "clusterName":{"shape":"String"},
898
+ "nodegroupName":{"shape":"String"},
536
899
  "message":{"shape":"String"}
537
900
  },
538
901
  "error":{"httpStatusCode":500},
@@ -601,6 +964,7 @@
601
964
  "members":{
602
965
  "message":{"shape":"String"},
603
966
  "clusterName":{"shape":"String"},
967
+ "nodegroupName":{"shape":"String"},
604
968
  "validZones":{"shape":"StringList"}
605
969
  },
606
970
  "error":{"httpStatusCode":400},
@@ -689,6 +1053,76 @@
689
1053
  "update":{"shape":"Update"}
690
1054
  }
691
1055
  },
1056
+ "UpdateLabelsPayload":{
1057
+ "type":"structure",
1058
+ "members":{
1059
+ "addOrUpdateLabels":{"shape":"labelsMap"},
1060
+ "removeLabels":{"shape":"labelsKeyList"}
1061
+ }
1062
+ },
1063
+ "UpdateNodegroupConfigRequest":{
1064
+ "type":"structure",
1065
+ "required":[
1066
+ "clusterName",
1067
+ "nodegroupName"
1068
+ ],
1069
+ "members":{
1070
+ "clusterName":{
1071
+ "shape":"String",
1072
+ "location":"uri",
1073
+ "locationName":"name"
1074
+ },
1075
+ "nodegroupName":{
1076
+ "shape":"String",
1077
+ "location":"uri",
1078
+ "locationName":"nodegroupName"
1079
+ },
1080
+ "labels":{"shape":"UpdateLabelsPayload"},
1081
+ "scalingConfig":{"shape":"NodegroupScalingConfig"},
1082
+ "clientRequestToken":{
1083
+ "shape":"String",
1084
+ "idempotencyToken":true
1085
+ }
1086
+ }
1087
+ },
1088
+ "UpdateNodegroupConfigResponse":{
1089
+ "type":"structure",
1090
+ "members":{
1091
+ "update":{"shape":"Update"}
1092
+ }
1093
+ },
1094
+ "UpdateNodegroupVersionRequest":{
1095
+ "type":"structure",
1096
+ "required":[
1097
+ "clusterName",
1098
+ "nodegroupName"
1099
+ ],
1100
+ "members":{
1101
+ "clusterName":{
1102
+ "shape":"String",
1103
+ "location":"uri",
1104
+ "locationName":"name"
1105
+ },
1106
+ "nodegroupName":{
1107
+ "shape":"String",
1108
+ "location":"uri",
1109
+ "locationName":"nodegroupName"
1110
+ },
1111
+ "version":{"shape":"String"},
1112
+ "releaseVersion":{"shape":"String"},
1113
+ "force":{"shape":"Boolean"},
1114
+ "clientRequestToken":{
1115
+ "shape":"String",
1116
+ "idempotencyToken":true
1117
+ }
1118
+ }
1119
+ },
1120
+ "UpdateNodegroupVersionResponse":{
1121
+ "type":"structure",
1122
+ "members":{
1123
+ "update":{"shape":"Update"}
1124
+ }
1125
+ },
692
1126
  "UpdateParam":{
693
1127
  "type":"structure",
694
1128
  "members":{
@@ -703,7 +1137,13 @@
703
1137
  "PlatformVersion",
704
1138
  "EndpointPrivateAccess",
705
1139
  "EndpointPublicAccess",
706
- "ClusterLogging"
1140
+ "ClusterLogging",
1141
+ "DesiredSize",
1142
+ "LabelsToAdd",
1143
+ "LabelsToRemove",
1144
+ "MaxSize",
1145
+ "MinSize",
1146
+ "ReleaseVersion"
707
1147
  ]
708
1148
  },
709
1149
  "UpdateParams":{
@@ -724,7 +1164,8 @@
724
1164
  "enum":[
725
1165
  "VersionUpdate",
726
1166
  "EndpointAccessUpdate",
727
- "LoggingUpdate"
1167
+ "LoggingUpdate",
1168
+ "ConfigUpdate"
728
1169
  ]
729
1170
  },
730
1171
  "VpcConfigRequest":{
@@ -741,10 +1182,30 @@
741
1182
  "members":{
742
1183
  "subnetIds":{"shape":"StringList"},
743
1184
  "securityGroupIds":{"shape":"StringList"},
1185
+ "clusterSecurityGroupId":{"shape":"String"},
744
1186
  "vpcId":{"shape":"String"},
745
1187
  "endpointPublicAccess":{"shape":"Boolean"},
746
1188
  "endpointPrivateAccess":{"shape":"Boolean"}
747
1189
  }
1190
+ },
1191
+ "labelKey":{
1192
+ "type":"string",
1193
+ "max":63,
1194
+ "min":1
1195
+ },
1196
+ "labelValue":{
1197
+ "type":"string",
1198
+ "max":253,
1199
+ "min":1
1200
+ },
1201
+ "labelsKeyList":{
1202
+ "type":"list",
1203
+ "member":{"shape":"String"}
1204
+ },
1205
+ "labelsMap":{
1206
+ "type":"map",
1207
+ "key":{"shape":"labelKey"},
1208
+ "value":{"shape":"labelValue"}
748
1209
  }
749
1210
  }
750
1211
  }