|
31 | 31 | {"shape":"ConflictException"}
|
32 | 32 | ]
|
33 | 33 | },
|
34 |
| - "CreateMultiRegionClusters":{ |
35 |
| - "name":"CreateMultiRegionClusters", |
36 |
| - "http":{ |
37 |
| - "method":"POST", |
38 |
| - "requestUri":"/multi-region-clusters", |
39 |
| - "responseCode":200 |
40 |
| - }, |
41 |
| - "input":{"shape":"CreateMultiRegionClustersInput"}, |
42 |
| - "output":{"shape":"CreateMultiRegionClustersOutput"}, |
43 |
| - "errors":[ |
44 |
| - {"shape":"ServiceQuotaExceededException"}, |
45 |
| - {"shape":"ThrottlingException"}, |
46 |
| - {"shape":"AccessDeniedException"}, |
47 |
| - {"shape":"ValidationException"}, |
48 |
| - {"shape":"InternalServerException"}, |
49 |
| - {"shape":"ConflictException"} |
50 |
| - ], |
51 |
| - "deprecated":true, |
52 |
| - "deprecatedMessage":"The CreateMultiRegionClusters API is deprecated. Use the CreateCluster API with multi-Region properties to create a multi-Region cluster.", |
53 |
| - "deprecatedSince":"5/13/2025" |
54 |
| - }, |
55 | 34 | "DeleteCluster":{
|
56 | 35 | "name":"DeleteCluster",
|
57 | 36 | "http":{
|
|
71 | 50 | ],
|
72 | 51 | "idempotent":true
|
73 | 52 | },
|
74 |
| - "DeleteMultiRegionClusters":{ |
75 |
| - "name":"DeleteMultiRegionClusters", |
76 |
| - "http":{ |
77 |
| - "method":"DELETE", |
78 |
| - "requestUri":"/multi-region-clusters", |
79 |
| - "responseCode":200 |
80 |
| - }, |
81 |
| - "input":{"shape":"DeleteMultiRegionClustersInput"}, |
82 |
| - "errors":[ |
83 |
| - {"shape":"ThrottlingException"}, |
84 |
| - {"shape":"AccessDeniedException"}, |
85 |
| - {"shape":"ValidationException"}, |
86 |
| - {"shape":"InternalServerException"}, |
87 |
| - {"shape":"ResourceNotFoundException"}, |
88 |
| - {"shape":"ConflictException"} |
89 |
| - ], |
90 |
| - "deprecated":true, |
91 |
| - "deprecatedMessage":"The DeleteMultiRegionClusters API is deprecated. To delete a multi-Region cluster, use the DeleteCluster API instead.", |
92 |
| - "deprecatedSince":"5/13/2025", |
93 |
| - "idempotent":true |
94 |
| - }, |
95 | 53 | "GetCluster":{
|
96 | 54 | "name":"GetCluster",
|
97 | 55 | "http":{
|
|
256 | 214 | "type":"list",
|
257 | 215 | "member":{"shape":"ClusterSummary"}
|
258 | 216 | },
|
259 |
| - "ClusterPropertyMap":{ |
260 |
| - "type":"map", |
261 |
| - "key":{"shape":"Region"}, |
262 |
| - "value":{"shape":"LinkedClusterProperties"}, |
263 |
| - "deprecated":true, |
264 |
| - "deprecatedMessage":"The CreateMultiRegionClusters API is deprecated. To create a multi-Region cluster, use the CreateCluster API with multi-Region properties instead.", |
265 |
| - "deprecatedSince":"5/13/2025" |
266 |
| - }, |
267 | 217 | "ClusterStatus":{
|
268 | 218 | "type":"string",
|
269 | 219 | "enum":[
|
|
334 | 284 | "deletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"}
|
335 | 285 | }
|
336 | 286 | },
|
337 |
| - "CreateMultiRegionClustersInput":{ |
338 |
| - "type":"structure", |
339 |
| - "required":[ |
340 |
| - "linkedRegionList", |
341 |
| - "witnessRegion" |
342 |
| - ], |
343 |
| - "members":{ |
344 |
| - "linkedRegionList":{"shape":"RegionList"}, |
345 |
| - "clusterProperties":{"shape":"ClusterPropertyMap"}, |
346 |
| - "witnessRegion":{"shape":"Region"}, |
347 |
| - "clientToken":{ |
348 |
| - "shape":"ClientToken", |
349 |
| - "idempotencyToken":true |
350 |
| - } |
351 |
| - } |
352 |
| - }, |
353 |
| - "CreateMultiRegionClustersOutput":{ |
354 |
| - "type":"structure", |
355 |
| - "required":["linkedClusterArns"], |
356 |
| - "members":{ |
357 |
| - "linkedClusterArns":{"shape":"ClusterArnList"} |
358 |
| - } |
359 |
| - }, |
360 | 287 | "DeleteClusterInput":{
|
361 | 288 | "type":"structure",
|
362 | 289 | "required":["identifier"],
|
|
380 | 307 | "identifier",
|
381 | 308 | "arn",
|
382 | 309 | "status",
|
383 |
| - "creationTime", |
384 |
| - "deletionProtectionEnabled" |
| 310 | + "creationTime" |
385 | 311 | ],
|
386 | 312 | "members":{
|
387 | 313 | "identifier":{"shape":"ClusterId"},
|
388 | 314 | "arn":{"shape":"ClusterArn"},
|
389 | 315 | "status":{"shape":"ClusterStatus"},
|
390 |
| - "creationTime":{"shape":"ClusterCreationTime"}, |
391 |
| - "deletionProtectionEnabled":{ |
392 |
| - "shape":"DeletionProtectionEnabled", |
393 |
| - "deprecated":true, |
394 |
| - "deprecatedMessage":"The deletionProtectionEnabled field is deprecated in the DeleteCluster API. To check deletion protection status, use the GetCluster API instead.", |
395 |
| - "deprecatedSince":"5/13/2025" |
396 |
| - } |
397 |
| - } |
398 |
| - }, |
399 |
| - "DeleteMultiRegionClustersInput":{ |
400 |
| - "type":"structure", |
401 |
| - "required":["linkedClusterArns"], |
402 |
| - "members":{ |
403 |
| - "linkedClusterArns":{ |
404 |
| - "shape":"ClusterArnList", |
405 |
| - "location":"querystring", |
406 |
| - "locationName":"linked-cluster-arns" |
407 |
| - }, |
408 |
| - "clientToken":{ |
409 |
| - "shape":"ClientToken", |
410 |
| - "idempotencyToken":true, |
411 |
| - "location":"querystring", |
412 |
| - "locationName":"client-token" |
413 |
| - } |
| 316 | + "creationTime":{"shape":"ClusterCreationTime"} |
414 | 317 | }
|
415 | 318 | },
|
416 | 319 | "DeletionProtectionEnabled":{
|
|
442 | 345 | "arn":{"shape":"ClusterArn"},
|
443 | 346 | "status":{"shape":"ClusterStatus"},
|
444 | 347 | "creationTime":{"shape":"ClusterCreationTime"},
|
445 |
| - "witnessRegion":{ |
446 |
| - "shape":"Region", |
447 |
| - "deprecated":true, |
448 |
| - "deprecatedMessage":"The witnessRegion field is deprecated. To see the witnessRegion, use multiRegionProperties.witnessRegion instead.", |
449 |
| - "deprecatedSince":"5/13/2025" |
450 |
| - }, |
451 |
| - "linkedClusterArns":{ |
452 |
| - "shape":"ClusterArnList", |
453 |
| - "deprecated":true, |
454 |
| - "deprecatedMessage":"The linkedClusterArns field is deprecated. To see the peered cluster Arns, use multiRegionProperties.cluster instead.", |
455 |
| - "deprecatedSince":"5/13/2025" |
456 |
| - }, |
457 | 348 | "deletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"},
|
458 | 349 | "multiRegionProperties":{"shape":"MultiRegionProperties"},
|
459 | 350 | "tags":{"shape":"TagMap"}
|
|
497 | 388 | "fault":true,
|
498 | 389 | "retryable":{"throttling":false}
|
499 | 390 | },
|
500 |
| - "LinkedClusterProperties":{ |
501 |
| - "type":"structure", |
502 |
| - "members":{ |
503 |
| - "deletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"}, |
504 |
| - "tags":{"shape":"TagMap"} |
505 |
| - }, |
506 |
| - "deprecated":true, |
507 |
| - "deprecatedMessage":"The CreateMultiRegionClusters API is deprecated. To create a multi-Region cluster, use the CreateCluster API with multi-Region properties instead.", |
508 |
| - "deprecatedSince":"5/13/2025" |
509 |
| - }, |
510 | 391 | "ListClustersInput":{
|
511 | 392 | "type":"structure",
|
512 | 393 | "members":{
|
|
566 | 447 | "max":50,
|
567 | 448 | "min":0
|
568 | 449 | },
|
569 |
| - "RegionList":{ |
570 |
| - "type":"list", |
571 |
| - "member":{"shape":"Region"}, |
572 |
| - "deprecated":true, |
573 |
| - "deprecatedMessage":"The CreateMultiRegionClusters API is deprecated. Use the CreateCluster API with multi-Region properties to create a multi-Region cluster.", |
574 |
| - "deprecatedSince":"5/13/2025" |
575 |
| - }, |
576 | 450 | "ResourceNotFoundException":{
|
577 | 451 | "type":"structure",
|
578 | 452 | "required":[
|
|
722 | 596 | "identifier",
|
723 | 597 | "arn",
|
724 | 598 | "status",
|
725 |
| - "creationTime", |
726 |
| - "deletionProtectionEnabled" |
| 599 | + "creationTime" |
727 | 600 | ],
|
728 | 601 | "members":{
|
729 | 602 | "identifier":{"shape":"ClusterId"},
|
730 | 603 | "arn":{"shape":"ClusterArn"},
|
731 | 604 | "status":{"shape":"ClusterStatus"},
|
732 |
| - "creationTime":{"shape":"ClusterCreationTime"}, |
733 |
| - "witnessRegion":{ |
734 |
| - "shape":"Region", |
735 |
| - "deprecated":true, |
736 |
| - "deprecatedMessage":"The witnessRegion field is deprecated in the UpdateCluster API. To check witnessRegion, use the GetCluster API instead.", |
737 |
| - "deprecatedSince":"5/13/2025" |
738 |
| - }, |
739 |
| - "linkedClusterArns":{ |
740 |
| - "shape":"ClusterArnList", |
741 |
| - "deprecated":true, |
742 |
| - "deprecatedMessage":"The linkedClusterArns field is deprecated in the UpdateCluster API. To check peer cluster, use the GetCluster API instead.", |
743 |
| - "deprecatedSince":"5/13/2025" |
744 |
| - }, |
745 |
| - "deletionProtectionEnabled":{ |
746 |
| - "shape":"DeletionProtectionEnabled", |
747 |
| - "deprecated":true, |
748 |
| - "deprecatedMessage":"The deletionProtectionEnabled field is deprecated in the UpdateCluster API. To check deletion protection status, use the GetCluster API instead.", |
749 |
| - "deprecatedSince":"5/13/2025" |
750 |
| - } |
| 605 | + "creationTime":{"shape":"ClusterCreationTime"} |
751 | 606 | }
|
752 | 607 | },
|
753 | 608 | "ValidationException":{
|
|
0 commit comments