1 | {
|
2 | "version": "2.0",
|
3 | "metadata": {
|
4 | "apiVersion": "2012-12-01",
|
5 | "endpointPrefix": "redshift",
|
6 | "protocol": "query",
|
7 | "serviceFullName": "Amazon Redshift",
|
8 | "serviceId": "Redshift",
|
9 | "signatureVersion": "v4",
|
10 | "uid": "redshift-2012-12-01",
|
11 | "xmlNamespace": "http://redshift.amazonaws.com/doc/2012-12-01/"
|
12 | },
|
13 | "operations": {
|
14 | "AcceptReservedNodeExchange": {
|
15 | "input": {
|
16 | "type": "structure",
|
17 | "required": [
|
18 | "ReservedNodeId",
|
19 | "TargetReservedNodeOfferingId"
|
20 | ],
|
21 | "members": {
|
22 | "ReservedNodeId": {},
|
23 | "TargetReservedNodeOfferingId": {}
|
24 | }
|
25 | },
|
26 | "output": {
|
27 | "resultWrapper": "AcceptReservedNodeExchangeResult",
|
28 | "type": "structure",
|
29 | "members": {
|
30 | "ExchangedReservedNode": {
|
31 | "shape": "S4"
|
32 | }
|
33 | }
|
34 | }
|
35 | },
|
36 | "AuthorizeClusterSecurityGroupIngress": {
|
37 | "input": {
|
38 | "type": "structure",
|
39 | "required": [
|
40 | "ClusterSecurityGroupName"
|
41 | ],
|
42 | "members": {
|
43 | "ClusterSecurityGroupName": {},
|
44 | "CIDRIP": {},
|
45 | "EC2SecurityGroupName": {},
|
46 | "EC2SecurityGroupOwnerId": {}
|
47 | }
|
48 | },
|
49 | "output": {
|
50 | "resultWrapper": "AuthorizeClusterSecurityGroupIngressResult",
|
51 | "type": "structure",
|
52 | "members": {
|
53 | "ClusterSecurityGroup": {
|
54 | "shape": "Sd"
|
55 | }
|
56 | }
|
57 | }
|
58 | },
|
59 | "AuthorizeSnapshotAccess": {
|
60 | "input": {
|
61 | "type": "structure",
|
62 | "required": [
|
63 | "SnapshotIdentifier",
|
64 | "AccountWithRestoreAccess"
|
65 | ],
|
66 | "members": {
|
67 | "SnapshotIdentifier": {},
|
68 | "SnapshotClusterIdentifier": {},
|
69 | "AccountWithRestoreAccess": {}
|
70 | }
|
71 | },
|
72 | "output": {
|
73 | "resultWrapper": "AuthorizeSnapshotAccessResult",
|
74 | "type": "structure",
|
75 | "members": {
|
76 | "Snapshot": {
|
77 | "shape": "Sm"
|
78 | }
|
79 | }
|
80 | }
|
81 | },
|
82 | "BatchDeleteClusterSnapshots": {
|
83 | "input": {
|
84 | "type": "structure",
|
85 | "required": [
|
86 | "Identifiers"
|
87 | ],
|
88 | "members": {
|
89 | "Identifiers": {
|
90 | "type": "list",
|
91 | "member": {
|
92 | "shape": "Sv",
|
93 | "locationName": "DeleteClusterSnapshotMessage"
|
94 | }
|
95 | }
|
96 | }
|
97 | },
|
98 | "output": {
|
99 | "resultWrapper": "BatchDeleteClusterSnapshotsResult",
|
100 | "type": "structure",
|
101 | "members": {
|
102 | "Resources": {
|
103 | "shape": "Sx"
|
104 | },
|
105 | "Errors": {
|
106 | "type": "list",
|
107 | "member": {
|
108 | "shape": "Sz",
|
109 | "locationName": "SnapshotErrorMessage"
|
110 | }
|
111 | }
|
112 | }
|
113 | }
|
114 | },
|
115 | "BatchModifyClusterSnapshots": {
|
116 | "input": {
|
117 | "type": "structure",
|
118 | "required": [
|
119 | "SnapshotIdentifierList"
|
120 | ],
|
121 | "members": {
|
122 | "SnapshotIdentifierList": {
|
123 | "shape": "Sx"
|
124 | },
|
125 | "ManualSnapshotRetentionPeriod": {
|
126 | "type": "integer"
|
127 | },
|
128 | "Force": {
|
129 | "type": "boolean"
|
130 | }
|
131 | }
|
132 | },
|
133 | "output": {
|
134 | "resultWrapper": "BatchModifyClusterSnapshotsResult",
|
135 | "type": "structure",
|
136 | "members": {
|
137 | "Resources": {
|
138 | "shape": "Sx"
|
139 | },
|
140 | "Errors": {
|
141 | "type": "list",
|
142 | "member": {
|
143 | "shape": "Sz",
|
144 | "locationName": "SnapshotErrorMessage"
|
145 | }
|
146 | }
|
147 | }
|
148 | }
|
149 | },
|
150 | "CancelResize": {
|
151 | "input": {
|
152 | "type": "structure",
|
153 | "required": [
|
154 | "ClusterIdentifier"
|
155 | ],
|
156 | "members": {
|
157 | "ClusterIdentifier": {}
|
158 | }
|
159 | },
|
160 | "output": {
|
161 | "shape": "S14",
|
162 | "resultWrapper": "CancelResizeResult"
|
163 | }
|
164 | },
|
165 | "CopyClusterSnapshot": {
|
166 | "input": {
|
167 | "type": "structure",
|
168 | "required": [
|
169 | "SourceSnapshotIdentifier",
|
170 | "TargetSnapshotIdentifier"
|
171 | ],
|
172 | "members": {
|
173 | "SourceSnapshotIdentifier": {},
|
174 | "SourceSnapshotClusterIdentifier": {},
|
175 | "TargetSnapshotIdentifier": {},
|
176 | "ManualSnapshotRetentionPeriod": {
|
177 | "type": "integer"
|
178 | }
|
179 | }
|
180 | },
|
181 | "output": {
|
182 | "resultWrapper": "CopyClusterSnapshotResult",
|
183 | "type": "structure",
|
184 | "members": {
|
185 | "Snapshot": {
|
186 | "shape": "Sm"
|
187 | }
|
188 | }
|
189 | }
|
190 | },
|
191 | "CreateCluster": {
|
192 | "input": {
|
193 | "type": "structure",
|
194 | "required": [
|
195 | "ClusterIdentifier",
|
196 | "NodeType",
|
197 | "MasterUsername",
|
198 | "MasterUserPassword"
|
199 | ],
|
200 | "members": {
|
201 | "DBName": {},
|
202 | "ClusterIdentifier": {},
|
203 | "ClusterType": {},
|
204 | "NodeType": {},
|
205 | "MasterUsername": {},
|
206 | "MasterUserPassword": {},
|
207 | "ClusterSecurityGroups": {
|
208 | "shape": "S1d"
|
209 | },
|
210 | "VpcSecurityGroupIds": {
|
211 | "shape": "S1e"
|
212 | },
|
213 | "ClusterSubnetGroupName": {},
|
214 | "AvailabilityZone": {},
|
215 | "PreferredMaintenanceWindow": {},
|
216 | "ClusterParameterGroupName": {},
|
217 | "AutomatedSnapshotRetentionPeriod": {
|
218 | "type": "integer"
|
219 | },
|
220 | "ManualSnapshotRetentionPeriod": {
|
221 | "type": "integer"
|
222 | },
|
223 | "Port": {
|
224 | "type": "integer"
|
225 | },
|
226 | "ClusterVersion": {},
|
227 | "AllowVersionUpgrade": {
|
228 | "type": "boolean"
|
229 | },
|
230 | "NumberOfNodes": {
|
231 | "type": "integer"
|
232 | },
|
233 | "PubliclyAccessible": {
|
234 | "type": "boolean"
|
235 | },
|
236 | "Encrypted": {
|
237 | "type": "boolean"
|
238 | },
|
239 | "HsmClientCertificateIdentifier": {},
|
240 | "HsmConfigurationIdentifier": {},
|
241 | "ElasticIp": {},
|
242 | "Tags": {
|
243 | "shape": "Sg"
|
244 | },
|
245 | "KmsKeyId": {},
|
246 | "EnhancedVpcRouting": {
|
247 | "type": "boolean"
|
248 | },
|
249 | "AdditionalInfo": {},
|
250 | "IamRoles": {
|
251 | "shape": "S1g"
|
252 | },
|
253 | "MaintenanceTrackName": {},
|
254 | "SnapshotScheduleIdentifier": {}
|
255 | }
|
256 | },
|
257 | "output": {
|
258 | "resultWrapper": "CreateClusterResult",
|
259 | "type": "structure",
|
260 | "members": {
|
261 | "Cluster": {
|
262 | "shape": "S1i"
|
263 | }
|
264 | }
|
265 | }
|
266 | },
|
267 | "CreateClusterParameterGroup": {
|
268 | "input": {
|
269 | "type": "structure",
|
270 | "required": [
|
271 | "ParameterGroupName",
|
272 | "ParameterGroupFamily",
|
273 | "Description"
|
274 | ],
|
275 | "members": {
|
276 | "ParameterGroupName": {},
|
277 | "ParameterGroupFamily": {},
|
278 | "Description": {},
|
279 | "Tags": {
|
280 | "shape": "Sg"
|
281 | }
|
282 | }
|
283 | },
|
284 | "output": {
|
285 | "resultWrapper": "CreateClusterParameterGroupResult",
|
286 | "type": "structure",
|
287 | "members": {
|
288 | "ClusterParameterGroup": {
|
289 | "shape": "S29"
|
290 | }
|
291 | }
|
292 | }
|
293 | },
|
294 | "CreateClusterSecurityGroup": {
|
295 | "input": {
|
296 | "type": "structure",
|
297 | "required": [
|
298 | "ClusterSecurityGroupName",
|
299 | "Description"
|
300 | ],
|
301 | "members": {
|
302 | "ClusterSecurityGroupName": {},
|
303 | "Description": {},
|
304 | "Tags": {
|
305 | "shape": "Sg"
|
306 | }
|
307 | }
|
308 | },
|
309 | "output": {
|
310 | "resultWrapper": "CreateClusterSecurityGroupResult",
|
311 | "type": "structure",
|
312 | "members": {
|
313 | "ClusterSecurityGroup": {
|
314 | "shape": "Sd"
|
315 | }
|
316 | }
|
317 | }
|
318 | },
|
319 | "CreateClusterSnapshot": {
|
320 | "input": {
|
321 | "type": "structure",
|
322 | "required": [
|
323 | "SnapshotIdentifier",
|
324 | "ClusterIdentifier"
|
325 | ],
|
326 | "members": {
|
327 | "SnapshotIdentifier": {},
|
328 | "ClusterIdentifier": {},
|
329 | "ManualSnapshotRetentionPeriod": {
|
330 | "type": "integer"
|
331 | },
|
332 | "Tags": {
|
333 | "shape": "Sg"
|
334 | }
|
335 | }
|
336 | },
|
337 | "output": {
|
338 | "resultWrapper": "CreateClusterSnapshotResult",
|
339 | "type": "structure",
|
340 | "members": {
|
341 | "Snapshot": {
|
342 | "shape": "Sm"
|
343 | }
|
344 | }
|
345 | }
|
346 | },
|
347 | "CreateClusterSubnetGroup": {
|
348 | "input": {
|
349 | "type": "structure",
|
350 | "required": [
|
351 | "ClusterSubnetGroupName",
|
352 | "Description",
|
353 | "SubnetIds"
|
354 | ],
|
355 | "members": {
|
356 | "ClusterSubnetGroupName": {},
|
357 | "Description": {},
|
358 | "SubnetIds": {
|
359 | "shape": "S2f"
|
360 | },
|
361 | "Tags": {
|
362 | "shape": "Sg"
|
363 | }
|
364 | }
|
365 | },
|
366 | "output": {
|
367 | "resultWrapper": "CreateClusterSubnetGroupResult",
|
368 | "type": "structure",
|
369 | "members": {
|
370 | "ClusterSubnetGroup": {
|
371 | "shape": "S2h"
|
372 | }
|
373 | }
|
374 | }
|
375 | },
|
376 | "CreateEventSubscription": {
|
377 | "input": {
|
378 | "type": "structure",
|
379 | "required": [
|
380 | "SubscriptionName",
|
381 | "SnsTopicArn"
|
382 | ],
|
383 | "members": {
|
384 | "SubscriptionName": {},
|
385 | "SnsTopicArn": {},
|
386 | "SourceType": {},
|
387 | "SourceIds": {
|
388 | "shape": "S2o"
|
389 | },
|
390 | "EventCategories": {
|
391 | "shape": "S2p"
|
392 | },
|
393 | "Severity": {},
|
394 | "Enabled": {
|
395 | "type": "boolean"
|
396 | },
|
397 | "Tags": {
|
398 | "shape": "Sg"
|
399 | }
|
400 | }
|
401 | },
|
402 | "output": {
|
403 | "resultWrapper": "CreateEventSubscriptionResult",
|
404 | "type": "structure",
|
405 | "members": {
|
406 | "EventSubscription": {
|
407 | "shape": "S2r"
|
408 | }
|
409 | }
|
410 | }
|
411 | },
|
412 | "CreateHsmClientCertificate": {
|
413 | "input": {
|
414 | "type": "structure",
|
415 | "required": [
|
416 | "HsmClientCertificateIdentifier"
|
417 | ],
|
418 | "members": {
|
419 | "HsmClientCertificateIdentifier": {},
|
420 | "Tags": {
|
421 | "shape": "Sg"
|
422 | }
|
423 | }
|
424 | },
|
425 | "output": {
|
426 | "resultWrapper": "CreateHsmClientCertificateResult",
|
427 | "type": "structure",
|
428 | "members": {
|
429 | "HsmClientCertificate": {
|
430 | "shape": "S2u"
|
431 | }
|
432 | }
|
433 | }
|
434 | },
|
435 | "CreateHsmConfiguration": {
|
436 | "input": {
|
437 | "type": "structure",
|
438 | "required": [
|
439 | "HsmConfigurationIdentifier",
|
440 | "Description",
|
441 | "HsmIpAddress",
|
442 | "HsmPartitionName",
|
443 | "HsmPartitionPassword",
|
444 | "HsmServerPublicCertificate"
|
445 | ],
|
446 | "members": {
|
447 | "HsmConfigurationIdentifier": {},
|
448 | "Description": {},
|
449 | "HsmIpAddress": {},
|
450 | "HsmPartitionName": {},
|
451 | "HsmPartitionPassword": {},
|
452 | "HsmServerPublicCertificate": {},
|
453 | "Tags": {
|
454 | "shape": "Sg"
|
455 | }
|
456 | }
|
457 | },
|
458 | "output": {
|
459 | "resultWrapper": "CreateHsmConfigurationResult",
|
460 | "type": "structure",
|
461 | "members": {
|
462 | "HsmConfiguration": {
|
463 | "shape": "S2x"
|
464 | }
|
465 | }
|
466 | }
|
467 | },
|
468 | "CreateSnapshotCopyGrant": {
|
469 | "input": {
|
470 | "type": "structure",
|
471 | "required": [
|
472 | "SnapshotCopyGrantName"
|
473 | ],
|
474 | "members": {
|
475 | "SnapshotCopyGrantName": {},
|
476 | "KmsKeyId": {},
|
477 | "Tags": {
|
478 | "shape": "Sg"
|
479 | }
|
480 | }
|
481 | },
|
482 | "output": {
|
483 | "resultWrapper": "CreateSnapshotCopyGrantResult",
|
484 | "type": "structure",
|
485 | "members": {
|
486 | "SnapshotCopyGrant": {
|
487 | "shape": "S30"
|
488 | }
|
489 | }
|
490 | }
|
491 | },
|
492 | "CreateSnapshotSchedule": {
|
493 | "input": {
|
494 | "type": "structure",
|
495 | "members": {
|
496 | "ScheduleDefinitions": {
|
497 | "shape": "S32"
|
498 | },
|
499 | "ScheduleIdentifier": {},
|
500 | "ScheduleDescription": {},
|
501 | "Tags": {
|
502 | "shape": "Sg"
|
503 | },
|
504 | "DryRun": {
|
505 | "type": "boolean"
|
506 | },
|
507 | "NextInvocations": {
|
508 | "type": "integer"
|
509 | }
|
510 | }
|
511 | },
|
512 | "output": {
|
513 | "shape": "S33",
|
514 | "resultWrapper": "CreateSnapshotScheduleResult"
|
515 | }
|
516 | },
|
517 | "CreateTags": {
|
518 | "input": {
|
519 | "type": "structure",
|
520 | "required": [
|
521 | "ResourceName",
|
522 | "Tags"
|
523 | ],
|
524 | "members": {
|
525 | "ResourceName": {},
|
526 | "Tags": {
|
527 | "shape": "Sg"
|
528 | }
|
529 | }
|
530 | }
|
531 | },
|
532 | "DeleteCluster": {
|
533 | "input": {
|
534 | "type": "structure",
|
535 | "required": [
|
536 | "ClusterIdentifier"
|
537 | ],
|
538 | "members": {
|
539 | "ClusterIdentifier": {},
|
540 | "SkipFinalClusterSnapshot": {
|
541 | "type": "boolean"
|
542 | },
|
543 | "FinalClusterSnapshotIdentifier": {},
|
544 | "FinalClusterSnapshotRetentionPeriod": {
|
545 | "type": "integer"
|
546 | }
|
547 | }
|
548 | },
|
549 | "output": {
|
550 | "resultWrapper": "DeleteClusterResult",
|
551 | "type": "structure",
|
552 | "members": {
|
553 | "Cluster": {
|
554 | "shape": "S1i"
|
555 | }
|
556 | }
|
557 | }
|
558 | },
|
559 | "DeleteClusterParameterGroup": {
|
560 | "input": {
|
561 | "type": "structure",
|
562 | "required": [
|
563 | "ParameterGroupName"
|
564 | ],
|
565 | "members": {
|
566 | "ParameterGroupName": {}
|
567 | }
|
568 | }
|
569 | },
|
570 | "DeleteClusterSecurityGroup": {
|
571 | "input": {
|
572 | "type": "structure",
|
573 | "required": [
|
574 | "ClusterSecurityGroupName"
|
575 | ],
|
576 | "members": {
|
577 | "ClusterSecurityGroupName": {}
|
578 | }
|
579 | }
|
580 | },
|
581 | "DeleteClusterSnapshot": {
|
582 | "input": {
|
583 | "shape": "Sv"
|
584 | },
|
585 | "output": {
|
586 | "resultWrapper": "DeleteClusterSnapshotResult",
|
587 | "type": "structure",
|
588 | "members": {
|
589 | "Snapshot": {
|
590 | "shape": "Sm"
|
591 | }
|
592 | }
|
593 | }
|
594 | },
|
595 | "DeleteClusterSubnetGroup": {
|
596 | "input": {
|
597 | "type": "structure",
|
598 | "required": [
|
599 | "ClusterSubnetGroupName"
|
600 | ],
|
601 | "members": {
|
602 | "ClusterSubnetGroupName": {}
|
603 | }
|
604 | }
|
605 | },
|
606 | "DeleteEventSubscription": {
|
607 | "input": {
|
608 | "type": "structure",
|
609 | "required": [
|
610 | "SubscriptionName"
|
611 | ],
|
612 | "members": {
|
613 | "SubscriptionName": {}
|
614 | }
|
615 | }
|
616 | },
|
617 | "DeleteHsmClientCertificate": {
|
618 | "input": {
|
619 | "type": "structure",
|
620 | "required": [
|
621 | "HsmClientCertificateIdentifier"
|
622 | ],
|
623 | "members": {
|
624 | "HsmClientCertificateIdentifier": {}
|
625 | }
|
626 | }
|
627 | },
|
628 | "DeleteHsmConfiguration": {
|
629 | "input": {
|
630 | "type": "structure",
|
631 | "required": [
|
632 | "HsmConfigurationIdentifier"
|
633 | ],
|
634 | "members": {
|
635 | "HsmConfigurationIdentifier": {}
|
636 | }
|
637 | }
|
638 | },
|
639 | "DeleteSnapshotCopyGrant": {
|
640 | "input": {
|
641 | "type": "structure",
|
642 | "required": [
|
643 | "SnapshotCopyGrantName"
|
644 | ],
|
645 | "members": {
|
646 | "SnapshotCopyGrantName": {}
|
647 | }
|
648 | }
|
649 | },
|
650 | "DeleteSnapshotSchedule": {
|
651 | "input": {
|
652 | "type": "structure",
|
653 | "required": [
|
654 | "ScheduleIdentifier"
|
655 | ],
|
656 | "members": {
|
657 | "ScheduleIdentifier": {}
|
658 | }
|
659 | }
|
660 | },
|
661 | "DeleteTags": {
|
662 | "input": {
|
663 | "type": "structure",
|
664 | "required": [
|
665 | "ResourceName",
|
666 | "TagKeys"
|
667 | ],
|
668 | "members": {
|
669 | "ResourceName": {},
|
670 | "TagKeys": {
|
671 | "shape": "S3k"
|
672 | }
|
673 | }
|
674 | }
|
675 | },
|
676 | "DescribeAccountAttributes": {
|
677 | "input": {
|
678 | "type": "structure",
|
679 | "members": {
|
680 | "AttributeNames": {
|
681 | "type": "list",
|
682 | "member": {
|
683 | "locationName": "AttributeName"
|
684 | }
|
685 | }
|
686 | }
|
687 | },
|
688 | "output": {
|
689 | "resultWrapper": "DescribeAccountAttributesResult",
|
690 | "type": "structure",
|
691 | "members": {
|
692 | "AccountAttributes": {
|
693 | "type": "list",
|
694 | "member": {
|
695 | "locationName": "AccountAttribute",
|
696 | "type": "structure",
|
697 | "members": {
|
698 | "AttributeName": {},
|
699 | "AttributeValues": {
|
700 | "type": "list",
|
701 | "member": {
|
702 | "locationName": "AttributeValueTarget",
|
703 | "type": "structure",
|
704 | "members": {
|
705 | "AttributeValue": {}
|
706 | }
|
707 | }
|
708 | }
|
709 | }
|
710 | }
|
711 | }
|
712 | }
|
713 | }
|
714 | },
|
715 | "DescribeClusterDbRevisions": {
|
716 | "input": {
|
717 | "type": "structure",
|
718 | "members": {
|
719 | "ClusterIdentifier": {},
|
720 | "MaxRecords": {
|
721 | "type": "integer"
|
722 | },
|
723 | "Marker": {}
|
724 | }
|
725 | },
|
726 | "output": {
|
727 | "resultWrapper": "DescribeClusterDbRevisionsResult",
|
728 | "type": "structure",
|
729 | "members": {
|
730 | "Marker": {},
|
731 | "ClusterDbRevisions": {
|
732 | "type": "list",
|
733 | "member": {
|
734 | "locationName": "ClusterDbRevision",
|
735 | "type": "structure",
|
736 | "members": {
|
737 | "ClusterIdentifier": {},
|
738 | "CurrentDatabaseRevision": {},
|
739 | "DatabaseRevisionReleaseDate": {
|
740 | "type": "timestamp"
|
741 | },
|
742 | "RevisionTargets": {
|
743 | "type": "list",
|
744 | "member": {
|
745 | "locationName": "RevisionTarget",
|
746 | "type": "structure",
|
747 | "members": {
|
748 | "DatabaseRevision": {},
|
749 | "Description": {},
|
750 | "DatabaseRevisionReleaseDate": {
|
751 | "type": "timestamp"
|
752 | }
|
753 | }
|
754 | }
|
755 | }
|
756 | }
|
757 | }
|
758 | }
|
759 | }
|
760 | }
|
761 | },
|
762 | "DescribeClusterParameterGroups": {
|
763 | "input": {
|
764 | "type": "structure",
|
765 | "members": {
|
766 | "ParameterGroupName": {},
|
767 | "MaxRecords": {
|
768 | "type": "integer"
|
769 | },
|
770 | "Marker": {},
|
771 | "TagKeys": {
|
772 | "shape": "S3k"
|
773 | },
|
774 | "TagValues": {
|
775 | "shape": "S3z"
|
776 | }
|
777 | }
|
778 | },
|
779 | "output": {
|
780 | "resultWrapper": "DescribeClusterParameterGroupsResult",
|
781 | "type": "structure",
|
782 | "members": {
|
783 | "Marker": {},
|
784 | "ParameterGroups": {
|
785 | "type": "list",
|
786 | "member": {
|
787 | "shape": "S29",
|
788 | "locationName": "ClusterParameterGroup"
|
789 | }
|
790 | }
|
791 | }
|
792 | }
|
793 | },
|
794 | "DescribeClusterParameters": {
|
795 | "input": {
|
796 | "type": "structure",
|
797 | "required": [
|
798 | "ParameterGroupName"
|
799 | ],
|
800 | "members": {
|
801 | "ParameterGroupName": {},
|
802 | "Source": {},
|
803 | "MaxRecords": {
|
804 | "type": "integer"
|
805 | },
|
806 | "Marker": {}
|
807 | }
|
808 | },
|
809 | "output": {
|
810 | "resultWrapper": "DescribeClusterParametersResult",
|
811 | "type": "structure",
|
812 | "members": {
|
813 | "Parameters": {
|
814 | "shape": "S44"
|
815 | },
|
816 | "Marker": {}
|
817 | }
|
818 | }
|
819 | },
|
820 | "DescribeClusterSecurityGroups": {
|
821 | "input": {
|
822 | "type": "structure",
|
823 | "members": {
|
824 | "ClusterSecurityGroupName": {},
|
825 | "MaxRecords": {
|
826 | "type": "integer"
|
827 | },
|
828 | "Marker": {},
|
829 | "TagKeys": {
|
830 | "shape": "S3k"
|
831 | },
|
832 | "TagValues": {
|
833 | "shape": "S3z"
|
834 | }
|
835 | }
|
836 | },
|
837 | "output": {
|
838 | "resultWrapper": "DescribeClusterSecurityGroupsResult",
|
839 | "type": "structure",
|
840 | "members": {
|
841 | "Marker": {},
|
842 | "ClusterSecurityGroups": {
|
843 | "type": "list",
|
844 | "member": {
|
845 | "shape": "Sd",
|
846 | "locationName": "ClusterSecurityGroup"
|
847 | }
|
848 | }
|
849 | }
|
850 | }
|
851 | },
|
852 | "DescribeClusterSnapshots": {
|
853 | "input": {
|
854 | "type": "structure",
|
855 | "members": {
|
856 | "ClusterIdentifier": {},
|
857 | "SnapshotIdentifier": {},
|
858 | "SnapshotType": {},
|
859 | "StartTime": {
|
860 | "type": "timestamp"
|
861 | },
|
862 | "EndTime": {
|
863 | "type": "timestamp"
|
864 | },
|
865 | "MaxRecords": {
|
866 | "type": "integer"
|
867 | },
|
868 | "Marker": {},
|
869 | "OwnerAccount": {},
|
870 | "TagKeys": {
|
871 | "shape": "S3k"
|
872 | },
|
873 | "TagValues": {
|
874 | "shape": "S3z"
|
875 | },
|
876 | "ClusterExists": {
|
877 | "type": "boolean"
|
878 | },
|
879 | "SortingEntities": {
|
880 | "type": "list",
|
881 | "member": {
|
882 | "locationName": "SnapshotSortingEntity",
|
883 | "type": "structure",
|
884 | "required": [
|
885 | "Attribute"
|
886 | ],
|
887 | "members": {
|
888 | "Attribute": {},
|
889 | "SortOrder": {}
|
890 | }
|
891 | }
|
892 | }
|
893 | }
|
894 | },
|
895 | "output": {
|
896 | "resultWrapper": "DescribeClusterSnapshotsResult",
|
897 | "type": "structure",
|
898 | "members": {
|
899 | "Marker": {},
|
900 | "Snapshots": {
|
901 | "type": "list",
|
902 | "member": {
|
903 | "shape": "Sm",
|
904 | "locationName": "Snapshot"
|
905 | }
|
906 | }
|
907 | }
|
908 | }
|
909 | },
|
910 | "DescribeClusterSubnetGroups": {
|
911 | "input": {
|
912 | "type": "structure",
|
913 | "members": {
|
914 | "ClusterSubnetGroupName": {},
|
915 | "MaxRecords": {
|
916 | "type": "integer"
|
917 | },
|
918 | "Marker": {},
|
919 | "TagKeys": {
|
920 | "shape": "S3k"
|
921 | },
|
922 | "TagValues": {
|
923 | "shape": "S3z"
|
924 | }
|
925 | }
|
926 | },
|
927 | "output": {
|
928 | "resultWrapper": "DescribeClusterSubnetGroupsResult",
|
929 | "type": "structure",
|
930 | "members": {
|
931 | "Marker": {},
|
932 | "ClusterSubnetGroups": {
|
933 | "type": "list",
|
934 | "member": {
|
935 | "shape": "S2h",
|
936 | "locationName": "ClusterSubnetGroup"
|
937 | }
|
938 | }
|
939 | }
|
940 | }
|
941 | },
|
942 | "DescribeClusterTracks": {
|
943 | "input": {
|
944 | "type": "structure",
|
945 | "members": {
|
946 | "MaintenanceTrackName": {},
|
947 | "MaxRecords": {
|
948 | "type": "integer"
|
949 | },
|
950 | "Marker": {}
|
951 | }
|
952 | },
|
953 | "output": {
|
954 | "resultWrapper": "DescribeClusterTracksResult",
|
955 | "type": "structure",
|
956 | "members": {
|
957 | "MaintenanceTracks": {
|
958 | "type": "list",
|
959 | "member": {
|
960 | "locationName": "MaintenanceTrack",
|
961 | "type": "structure",
|
962 | "members": {
|
963 | "MaintenanceTrackName": {},
|
964 | "DatabaseVersion": {},
|
965 | "UpdateTargets": {
|
966 | "type": "list",
|
967 | "member": {
|
968 | "locationName": "UpdateTarget",
|
969 | "type": "structure",
|
970 | "members": {
|
971 | "MaintenanceTrackName": {},
|
972 | "DatabaseVersion": {},
|
973 | "SupportedOperations": {
|
974 | "type": "list",
|
975 | "member": {
|
976 | "locationName": "SupportedOperation",
|
977 | "type": "structure",
|
978 | "members": {
|
979 | "OperationName": {}
|
980 | }
|
981 | }
|
982 | }
|
983 | }
|
984 | }
|
985 | }
|
986 | }
|
987 | }
|
988 | },
|
989 | "Marker": {}
|
990 | }
|
991 | }
|
992 | },
|
993 | "DescribeClusterVersions": {
|
994 | "input": {
|
995 | "type": "structure",
|
996 | "members": {
|
997 | "ClusterVersion": {},
|
998 | "ClusterParameterGroupFamily": {},
|
999 | "MaxRecords": {
|
1000 | "type": "integer"
|
1001 | },
|
1002 | "Marker": {}
|
1003 | }
|
1004 | },
|
1005 | "output": {
|
1006 | "resultWrapper": "DescribeClusterVersionsResult",
|
1007 | "type": "structure",
|
1008 | "members": {
|
1009 | "Marker": {},
|
1010 | "ClusterVersions": {
|
1011 | "type": "list",
|
1012 | "member": {
|
1013 | "locationName": "ClusterVersion",
|
1014 | "type": "structure",
|
1015 | "members": {
|
1016 | "ClusterVersion": {},
|
1017 | "ClusterParameterGroupFamily": {},
|
1018 | "Description": {}
|
1019 | }
|
1020 | }
|
1021 | }
|
1022 | }
|
1023 | }
|
1024 | },
|
1025 | "DescribeClusters": {
|
1026 | "input": {
|
1027 | "type": "structure",
|
1028 | "members": {
|
1029 | "ClusterIdentifier": {},
|
1030 | "MaxRecords": {
|
1031 | "type": "integer"
|
1032 | },
|
1033 | "Marker": {},
|
1034 | "TagKeys": {
|
1035 | "shape": "S3k"
|
1036 | },
|
1037 | "TagValues": {
|
1038 | "shape": "S3z"
|
1039 | }
|
1040 | }
|
1041 | },
|
1042 | "output": {
|
1043 | "resultWrapper": "DescribeClustersResult",
|
1044 | "type": "structure",
|
1045 | "members": {
|
1046 | "Marker": {},
|
1047 | "Clusters": {
|
1048 | "type": "list",
|
1049 | "member": {
|
1050 | "shape": "S1i",
|
1051 | "locationName": "Cluster"
|
1052 | }
|
1053 | }
|
1054 | }
|
1055 | }
|
1056 | },
|
1057 | "DescribeDefaultClusterParameters": {
|
1058 | "input": {
|
1059 | "type": "structure",
|
1060 | "required": [
|
1061 | "ParameterGroupFamily"
|
1062 | ],
|
1063 | "members": {
|
1064 | "ParameterGroupFamily": {},
|
1065 | "MaxRecords": {
|
1066 | "type": "integer"
|
1067 | },
|
1068 | "Marker": {}
|
1069 | }
|
1070 | },
|
1071 | "output": {
|
1072 | "resultWrapper": "DescribeDefaultClusterParametersResult",
|
1073 | "type": "structure",
|
1074 | "members": {
|
1075 | "DefaultClusterParameters": {
|
1076 | "type": "structure",
|
1077 | "members": {
|
1078 | "ParameterGroupFamily": {},
|
1079 | "Marker": {},
|
1080 | "Parameters": {
|
1081 | "shape": "S44"
|
1082 | }
|
1083 | },
|
1084 | "wrapper": true
|
1085 | }
|
1086 | }
|
1087 | }
|
1088 | },
|
1089 | "DescribeEventCategories": {
|
1090 | "input": {
|
1091 | "type": "structure",
|
1092 | "members": {
|
1093 | "SourceType": {}
|
1094 | }
|
1095 | },
|
1096 | "output": {
|
1097 | "resultWrapper": "DescribeEventCategoriesResult",
|
1098 | "type": "structure",
|
1099 | "members": {
|
1100 | "EventCategoriesMapList": {
|
1101 | "type": "list",
|
1102 | "member": {
|
1103 | "locationName": "EventCategoriesMap",
|
1104 | "type": "structure",
|
1105 | "members": {
|
1106 | "SourceType": {},
|
1107 | "Events": {
|
1108 | "type": "list",
|
1109 | "member": {
|
1110 | "locationName": "EventInfoMap",
|
1111 | "type": "structure",
|
1112 | "members": {
|
1113 | "EventId": {},
|
1114 | "EventCategories": {
|
1115 | "shape": "S2p"
|
1116 | },
|
1117 | "EventDescription": {},
|
1118 | "Severity": {}
|
1119 | },
|
1120 | "wrapper": true
|
1121 | }
|
1122 | }
|
1123 | },
|
1124 | "wrapper": true
|
1125 | }
|
1126 | }
|
1127 | }
|
1128 | }
|
1129 | },
|
1130 | "DescribeEventSubscriptions": {
|
1131 | "input": {
|
1132 | "type": "structure",
|
1133 | "members": {
|
1134 | "SubscriptionName": {},
|
1135 | "MaxRecords": {
|
1136 | "type": "integer"
|
1137 | },
|
1138 | "Marker": {},
|
1139 | "TagKeys": {
|
1140 | "shape": "S3k"
|
1141 | },
|
1142 | "TagValues": {
|
1143 | "shape": "S3z"
|
1144 | }
|
1145 | }
|
1146 | },
|
1147 | "output": {
|
1148 | "resultWrapper": "DescribeEventSubscriptionsResult",
|
1149 | "type": "structure",
|
1150 | "members": {
|
1151 | "Marker": {},
|
1152 | "EventSubscriptionsList": {
|
1153 | "type": "list",
|
1154 | "member": {
|
1155 | "shape": "S2r",
|
1156 | "locationName": "EventSubscription"
|
1157 | }
|
1158 | }
|
1159 | }
|
1160 | }
|
1161 | },
|
1162 | "DescribeEvents": {
|
1163 | "input": {
|
1164 | "type": "structure",
|
1165 | "members": {
|
1166 | "SourceIdentifier": {},
|
1167 | "SourceType": {},
|
1168 | "StartTime": {
|
1169 | "type": "timestamp"
|
1170 | },
|
1171 | "EndTime": {
|
1172 | "type": "timestamp"
|
1173 | },
|
1174 | "Duration": {
|
1175 | "type": "integer"
|
1176 | },
|
1177 | "MaxRecords": {
|
1178 | "type": "integer"
|
1179 | },
|
1180 | "Marker": {}
|
1181 | }
|
1182 | },
|
1183 | "output": {
|
1184 | "resultWrapper": "DescribeEventsResult",
|
1185 | "type": "structure",
|
1186 | "members": {
|
1187 | "Marker": {},
|
1188 | "Events": {
|
1189 | "type": "list",
|
1190 | "member": {
|
1191 | "locationName": "Event",
|
1192 | "type": "structure",
|
1193 | "members": {
|
1194 | "SourceIdentifier": {},
|
1195 | "SourceType": {},
|
1196 | "Message": {},
|
1197 | "EventCategories": {
|
1198 | "shape": "S2p"
|
1199 | },
|
1200 | "Severity": {},
|
1201 | "Date": {
|
1202 | "type": "timestamp"
|
1203 | },
|
1204 | "EventId": {}
|
1205 | }
|
1206 | }
|
1207 | }
|
1208 | }
|
1209 | }
|
1210 | },
|
1211 | "DescribeHsmClientCertificates": {
|
1212 | "input": {
|
1213 | "type": "structure",
|
1214 | "members": {
|
1215 | "HsmClientCertificateIdentifier": {},
|
1216 | "MaxRecords": {
|
1217 | "type": "integer"
|
1218 | },
|
1219 | "Marker": {},
|
1220 | "TagKeys": {
|
1221 | "shape": "S3k"
|
1222 | },
|
1223 | "TagValues": {
|
1224 | "shape": "S3z"
|
1225 | }
|
1226 | }
|
1227 | },
|
1228 | "output": {
|
1229 | "resultWrapper": "DescribeHsmClientCertificatesResult",
|
1230 | "type": "structure",
|
1231 | "members": {
|
1232 | "Marker": {},
|
1233 | "HsmClientCertificates": {
|
1234 | "type": "list",
|
1235 | "member": {
|
1236 | "shape": "S2u",
|
1237 | "locationName": "HsmClientCertificate"
|
1238 | }
|
1239 | }
|
1240 | }
|
1241 | }
|
1242 | },
|
1243 | "DescribeHsmConfigurations": {
|
1244 | "input": {
|
1245 | "type": "structure",
|
1246 | "members": {
|
1247 | "HsmConfigurationIdentifier": {},
|
1248 | "MaxRecords": {
|
1249 | "type": "integer"
|
1250 | },
|
1251 | "Marker": {},
|
1252 | "TagKeys": {
|
1253 | "shape": "S3k"
|
1254 | },
|
1255 | "TagValues": {
|
1256 | "shape": "S3z"
|
1257 | }
|
1258 | }
|
1259 | },
|
1260 | "output": {
|
1261 | "resultWrapper": "DescribeHsmConfigurationsResult",
|
1262 | "type": "structure",
|
1263 | "members": {
|
1264 | "Marker": {},
|
1265 | "HsmConfigurations": {
|
1266 | "type": "list",
|
1267 | "member": {
|
1268 | "shape": "S2x",
|
1269 | "locationName": "HsmConfiguration"
|
1270 | }
|
1271 | }
|
1272 | }
|
1273 | }
|
1274 | },
|
1275 | "DescribeLoggingStatus": {
|
1276 | "input": {
|
1277 | "type": "structure",
|
1278 | "required": [
|
1279 | "ClusterIdentifier"
|
1280 | ],
|
1281 | "members": {
|
1282 | "ClusterIdentifier": {}
|
1283 | }
|
1284 | },
|
1285 | "output": {
|
1286 | "shape": "S5n",
|
1287 | "resultWrapper": "DescribeLoggingStatusResult"
|
1288 | }
|
1289 | },
|
1290 | "DescribeOrderableClusterOptions": {
|
1291 | "input": {
|
1292 | "type": "structure",
|
1293 | "members": {
|
1294 | "ClusterVersion": {},
|
1295 | "NodeType": {},
|
1296 | "MaxRecords": {
|
1297 | "type": "integer"
|
1298 | },
|
1299 | "Marker": {}
|
1300 | }
|
1301 | },
|
1302 | "output": {
|
1303 | "resultWrapper": "DescribeOrderableClusterOptionsResult",
|
1304 | "type": "structure",
|
1305 | "members": {
|
1306 | "OrderableClusterOptions": {
|
1307 | "type": "list",
|
1308 | "member": {
|
1309 | "locationName": "OrderableClusterOption",
|
1310 | "type": "structure",
|
1311 | "members": {
|
1312 | "ClusterVersion": {},
|
1313 | "ClusterType": {},
|
1314 | "NodeType": {},
|
1315 | "AvailabilityZones": {
|
1316 | "type": "list",
|
1317 | "member": {
|
1318 | "shape": "S2k",
|
1319 | "locationName": "AvailabilityZone"
|
1320 | }
|
1321 | }
|
1322 | },
|
1323 | "wrapper": true
|
1324 | }
|
1325 | },
|
1326 | "Marker": {}
|
1327 | }
|
1328 | }
|
1329 | },
|
1330 | "DescribeReservedNodeOfferings": {
|
1331 | "input": {
|
1332 | "type": "structure",
|
1333 | "members": {
|
1334 | "ReservedNodeOfferingId": {},
|
1335 | "MaxRecords": {
|
1336 | "type": "integer"
|
1337 | },
|
1338 | "Marker": {}
|
1339 | }
|
1340 | },
|
1341 | "output": {
|
1342 | "resultWrapper": "DescribeReservedNodeOfferingsResult",
|
1343 | "type": "structure",
|
1344 | "members": {
|
1345 | "Marker": {},
|
1346 | "ReservedNodeOfferings": {
|
1347 | "shape": "S5v"
|
1348 | }
|
1349 | }
|
1350 | }
|
1351 | },
|
1352 | "DescribeReservedNodes": {
|
1353 | "input": {
|
1354 | "type": "structure",
|
1355 | "members": {
|
1356 | "ReservedNodeId": {},
|
1357 | "MaxRecords": {
|
1358 | "type": "integer"
|
1359 | },
|
1360 | "Marker": {}
|
1361 | }
|
1362 | },
|
1363 | "output": {
|
1364 | "resultWrapper": "DescribeReservedNodesResult",
|
1365 | "type": "structure",
|
1366 | "members": {
|
1367 | "Marker": {},
|
1368 | "ReservedNodes": {
|
1369 | "type": "list",
|
1370 | "member": {
|
1371 | "shape": "S4",
|
1372 | "locationName": "ReservedNode"
|
1373 | }
|
1374 | }
|
1375 | }
|
1376 | }
|
1377 | },
|
1378 | "DescribeResize": {
|
1379 | "input": {
|
1380 | "type": "structure",
|
1381 | "required": [
|
1382 | "ClusterIdentifier"
|
1383 | ],
|
1384 | "members": {
|
1385 | "ClusterIdentifier": {}
|
1386 | }
|
1387 | },
|
1388 | "output": {
|
1389 | "shape": "S14",
|
1390 | "resultWrapper": "DescribeResizeResult"
|
1391 | }
|
1392 | },
|
1393 | "DescribeSnapshotCopyGrants": {
|
1394 | "input": {
|
1395 | "type": "structure",
|
1396 | "members": {
|
1397 | "SnapshotCopyGrantName": {},
|
1398 | "MaxRecords": {
|
1399 | "type": "integer"
|
1400 | },
|
1401 | "Marker": {},
|
1402 | "TagKeys": {
|
1403 | "shape": "S3k"
|
1404 | },
|
1405 | "TagValues": {
|
1406 | "shape": "S3z"
|
1407 | }
|
1408 | }
|
1409 | },
|
1410 | "output": {
|
1411 | "resultWrapper": "DescribeSnapshotCopyGrantsResult",
|
1412 | "type": "structure",
|
1413 | "members": {
|
1414 | "Marker": {},
|
1415 | "SnapshotCopyGrants": {
|
1416 | "type": "list",
|
1417 | "member": {
|
1418 | "shape": "S30",
|
1419 | "locationName": "SnapshotCopyGrant"
|
1420 | }
|
1421 | }
|
1422 | }
|
1423 | }
|
1424 | },
|
1425 | "DescribeSnapshotSchedules": {
|
1426 | "input": {
|
1427 | "type": "structure",
|
1428 | "members": {
|
1429 | "ClusterIdentifier": {},
|
1430 | "ScheduleIdentifier": {},
|
1431 | "TagKeys": {
|
1432 | "shape": "S3k"
|
1433 | },
|
1434 | "TagValues": {
|
1435 | "shape": "S3z"
|
1436 | },
|
1437 | "Marker": {},
|
1438 | "MaxRecords": {
|
1439 | "type": "integer"
|
1440 | }
|
1441 | }
|
1442 | },
|
1443 | "output": {
|
1444 | "resultWrapper": "DescribeSnapshotSchedulesResult",
|
1445 | "type": "structure",
|
1446 | "members": {
|
1447 | "SnapshotSchedules": {
|
1448 | "type": "list",
|
1449 | "member": {
|
1450 | "shape": "S33",
|
1451 | "locationName": "SnapshotSchedule"
|
1452 | }
|
1453 | },
|
1454 | "Marker": {}
|
1455 | }
|
1456 | }
|
1457 | },
|
1458 | "DescribeStorage": {
|
1459 | "output": {
|
1460 | "resultWrapper": "DescribeStorageResult",
|
1461 | "type": "structure",
|
1462 | "members": {
|
1463 | "TotalBackupSizeInMegaBytes": {
|
1464 | "type": "double"
|
1465 | },
|
1466 | "TotalProvisionedStorageInMegaBytes": {
|
1467 | "type": "double"
|
1468 | }
|
1469 | }
|
1470 | }
|
1471 | },
|
1472 | "DescribeTableRestoreStatus": {
|
1473 | "input": {
|
1474 | "type": "structure",
|
1475 | "members": {
|
1476 | "ClusterIdentifier": {},
|
1477 | "TableRestoreRequestId": {},
|
1478 | "MaxRecords": {
|
1479 | "type": "integer"
|
1480 | },
|
1481 | "Marker": {}
|
1482 | }
|
1483 | },
|
1484 | "output": {
|
1485 | "resultWrapper": "DescribeTableRestoreStatusResult",
|
1486 | "type": "structure",
|
1487 | "members": {
|
1488 | "TableRestoreStatusDetails": {
|
1489 | "type": "list",
|
1490 | "member": {
|
1491 | "shape": "S6b",
|
1492 | "locationName": "TableRestoreStatus"
|
1493 | }
|
1494 | },
|
1495 | "Marker": {}
|
1496 | }
|
1497 | }
|
1498 | },
|
1499 | "DescribeTags": {
|
1500 | "input": {
|
1501 | "type": "structure",
|
1502 | "members": {
|
1503 | "ResourceName": {},
|
1504 | "ResourceType": {},
|
1505 | "MaxRecords": {
|
1506 | "type": "integer"
|
1507 | },
|
1508 | "Marker": {},
|
1509 | "TagKeys": {
|
1510 | "shape": "S3k"
|
1511 | },
|
1512 | "TagValues": {
|
1513 | "shape": "S3z"
|
1514 | }
|
1515 | }
|
1516 | },
|
1517 | "output": {
|
1518 | "resultWrapper": "DescribeTagsResult",
|
1519 | "type": "structure",
|
1520 | "members": {
|
1521 | "TaggedResources": {
|
1522 | "type": "list",
|
1523 | "member": {
|
1524 | "locationName": "TaggedResource",
|
1525 | "type": "structure",
|
1526 | "members": {
|
1527 | "Tag": {
|
1528 | "shape": "Sh"
|
1529 | },
|
1530 | "ResourceName": {},
|
1531 | "ResourceType": {}
|
1532 | }
|
1533 | }
|
1534 | },
|
1535 | "Marker": {}
|
1536 | }
|
1537 | }
|
1538 | },
|
1539 | "DisableLogging": {
|
1540 | "input": {
|
1541 | "type": "structure",
|
1542 | "required": [
|
1543 | "ClusterIdentifier"
|
1544 | ],
|
1545 | "members": {
|
1546 | "ClusterIdentifier": {}
|
1547 | }
|
1548 | },
|
1549 | "output": {
|
1550 | "shape": "S5n",
|
1551 | "resultWrapper": "DisableLoggingResult"
|
1552 | }
|
1553 | },
|
1554 | "DisableSnapshotCopy": {
|
1555 | "input": {
|
1556 | "type": "structure",
|
1557 | "required": [
|
1558 | "ClusterIdentifier"
|
1559 | ],
|
1560 | "members": {
|
1561 | "ClusterIdentifier": {}
|
1562 | }
|
1563 | },
|
1564 | "output": {
|
1565 | "resultWrapper": "DisableSnapshotCopyResult",
|
1566 | "type": "structure",
|
1567 | "members": {
|
1568 | "Cluster": {
|
1569 | "shape": "S1i"
|
1570 | }
|
1571 | }
|
1572 | }
|
1573 | },
|
1574 | "EnableLogging": {
|
1575 | "input": {
|
1576 | "type": "structure",
|
1577 | "required": [
|
1578 | "ClusterIdentifier",
|
1579 | "BucketName"
|
1580 | ],
|
1581 | "members": {
|
1582 | "ClusterIdentifier": {},
|
1583 | "BucketName": {},
|
1584 | "S3KeyPrefix": {}
|
1585 | }
|
1586 | },
|
1587 | "output": {
|
1588 | "shape": "S5n",
|
1589 | "resultWrapper": "EnableLoggingResult"
|
1590 | }
|
1591 | },
|
1592 | "EnableSnapshotCopy": {
|
1593 | "input": {
|
1594 | "type": "structure",
|
1595 | "required": [
|
1596 | "ClusterIdentifier",
|
1597 | "DestinationRegion"
|
1598 | ],
|
1599 | "members": {
|
1600 | "ClusterIdentifier": {},
|
1601 | "DestinationRegion": {},
|
1602 | "RetentionPeriod": {
|
1603 | "type": "integer"
|
1604 | },
|
1605 | "SnapshotCopyGrantName": {},
|
1606 | "ManualSnapshotRetentionPeriod": {
|
1607 | "type": "integer"
|
1608 | }
|
1609 | }
|
1610 | },
|
1611 | "output": {
|
1612 | "resultWrapper": "EnableSnapshotCopyResult",
|
1613 | "type": "structure",
|
1614 | "members": {
|
1615 | "Cluster": {
|
1616 | "shape": "S1i"
|
1617 | }
|
1618 | }
|
1619 | }
|
1620 | },
|
1621 | "GetClusterCredentials": {
|
1622 | "input": {
|
1623 | "type": "structure",
|
1624 | "required": [
|
1625 | "DbUser",
|
1626 | "ClusterIdentifier"
|
1627 | ],
|
1628 | "members": {
|
1629 | "DbUser": {},
|
1630 | "DbName": {},
|
1631 | "ClusterIdentifier": {},
|
1632 | "DurationSeconds": {
|
1633 | "type": "integer"
|
1634 | },
|
1635 | "AutoCreate": {
|
1636 | "type": "boolean"
|
1637 | },
|
1638 | "DbGroups": {
|
1639 | "type": "list",
|
1640 | "member": {
|
1641 | "locationName": "DbGroup"
|
1642 | }
|
1643 | }
|
1644 | }
|
1645 | },
|
1646 | "output": {
|
1647 | "resultWrapper": "GetClusterCredentialsResult",
|
1648 | "type": "structure",
|
1649 | "members": {
|
1650 | "DbUser": {},
|
1651 | "DbPassword": {
|
1652 | "type": "string",
|
1653 | "sensitive": true
|
1654 | },
|
1655 | "Expiration": {
|
1656 | "type": "timestamp"
|
1657 | }
|
1658 | }
|
1659 | }
|
1660 | },
|
1661 | "GetReservedNodeExchangeOfferings": {
|
1662 | "input": {
|
1663 | "type": "structure",
|
1664 | "required": [
|
1665 | "ReservedNodeId"
|
1666 | ],
|
1667 | "members": {
|
1668 | "ReservedNodeId": {},
|
1669 | "MaxRecords": {
|
1670 | "type": "integer"
|
1671 | },
|
1672 | "Marker": {}
|
1673 | }
|
1674 | },
|
1675 | "output": {
|
1676 | "resultWrapper": "GetReservedNodeExchangeOfferingsResult",
|
1677 | "type": "structure",
|
1678 | "members": {
|
1679 | "Marker": {},
|
1680 | "ReservedNodeOfferings": {
|
1681 | "shape": "S5v"
|
1682 | }
|
1683 | }
|
1684 | }
|
1685 | },
|
1686 | "ModifyCluster": {
|
1687 | "input": {
|
1688 | "type": "structure",
|
1689 | "required": [
|
1690 | "ClusterIdentifier"
|
1691 | ],
|
1692 | "members": {
|
1693 | "ClusterIdentifier": {},
|
1694 | "ClusterType": {},
|
1695 | "NodeType": {},
|
1696 | "NumberOfNodes": {
|
1697 | "type": "integer"
|
1698 | },
|
1699 | "ClusterSecurityGroups": {
|
1700 | "shape": "S1d"
|
1701 | },
|
1702 | "VpcSecurityGroupIds": {
|
1703 | "shape": "S1e"
|
1704 | },
|
1705 | "MasterUserPassword": {},
|
1706 | "ClusterParameterGroupName": {},
|
1707 | "AutomatedSnapshotRetentionPeriod": {
|
1708 | "type": "integer"
|
1709 | },
|
1710 | "ManualSnapshotRetentionPeriod": {
|
1711 | "type": "integer"
|
1712 | },
|
1713 | "PreferredMaintenanceWindow": {},
|
1714 | "ClusterVersion": {},
|
1715 | "AllowVersionUpgrade": {
|
1716 | "type": "boolean"
|
1717 | },
|
1718 | "HsmClientCertificateIdentifier": {},
|
1719 | "HsmConfigurationIdentifier": {},
|
1720 | "NewClusterIdentifier": {},
|
1721 | "PubliclyAccessible": {
|
1722 | "type": "boolean"
|
1723 | },
|
1724 | "ElasticIp": {},
|
1725 | "EnhancedVpcRouting": {
|
1726 | "type": "boolean"
|
1727 | },
|
1728 | "MaintenanceTrackName": {},
|
1729 | "Encrypted": {
|
1730 | "type": "boolean"
|
1731 | },
|
1732 | "KmsKeyId": {}
|
1733 | }
|
1734 | },
|
1735 | "output": {
|
1736 | "resultWrapper": "ModifyClusterResult",
|
1737 | "type": "structure",
|
1738 | "members": {
|
1739 | "Cluster": {
|
1740 | "shape": "S1i"
|
1741 | }
|
1742 | }
|
1743 | }
|
1744 | },
|
1745 | "ModifyClusterDbRevision": {
|
1746 | "input": {
|
1747 | "type": "structure",
|
1748 | "required": [
|
1749 | "ClusterIdentifier",
|
1750 | "RevisionTarget"
|
1751 | ],
|
1752 | "members": {
|
1753 | "ClusterIdentifier": {},
|
1754 | "RevisionTarget": {}
|
1755 | }
|
1756 | },
|
1757 | "output": {
|
1758 | "resultWrapper": "ModifyClusterDbRevisionResult",
|
1759 | "type": "structure",
|
1760 | "members": {
|
1761 | "Cluster": {
|
1762 | "shape": "S1i"
|
1763 | }
|
1764 | }
|
1765 | }
|
1766 | },
|
1767 | "ModifyClusterIamRoles": {
|
1768 | "input": {
|
1769 | "type": "structure",
|
1770 | "required": [
|
1771 | "ClusterIdentifier"
|
1772 | ],
|
1773 | "members": {
|
1774 | "ClusterIdentifier": {},
|
1775 | "AddIamRoles": {
|
1776 | "shape": "S1g"
|
1777 | },
|
1778 | "RemoveIamRoles": {
|
1779 | "shape": "S1g"
|
1780 | }
|
1781 | }
|
1782 | },
|
1783 | "output": {
|
1784 | "resultWrapper": "ModifyClusterIamRolesResult",
|
1785 | "type": "structure",
|
1786 | "members": {
|
1787 | "Cluster": {
|
1788 | "shape": "S1i"
|
1789 | }
|
1790 | }
|
1791 | }
|
1792 | },
|
1793 | "ModifyClusterMaintenance": {
|
1794 | "input": {
|
1795 | "type": "structure",
|
1796 | "required": [
|
1797 | "ClusterIdentifier"
|
1798 | ],
|
1799 | "members": {
|
1800 | "ClusterIdentifier": {},
|
1801 | "DeferMaintenance": {
|
1802 | "type": "boolean"
|
1803 | },
|
1804 | "DeferMaintenanceIdentifier": {},
|
1805 | "DeferMaintenanceStartTime": {
|
1806 | "type": "timestamp"
|
1807 | },
|
1808 | "DeferMaintenanceEndTime": {
|
1809 | "type": "timestamp"
|
1810 | },
|
1811 | "DeferMaintenanceDuration": {
|
1812 | "type": "integer"
|
1813 | }
|
1814 | }
|
1815 | },
|
1816 | "output": {
|
1817 | "resultWrapper": "ModifyClusterMaintenanceResult",
|
1818 | "type": "structure",
|
1819 | "members": {
|
1820 | "Cluster": {
|
1821 | "shape": "S1i"
|
1822 | }
|
1823 | }
|
1824 | }
|
1825 | },
|
1826 | "ModifyClusterParameterGroup": {
|
1827 | "input": {
|
1828 | "type": "structure",
|
1829 | "required": [
|
1830 | "ParameterGroupName",
|
1831 | "Parameters"
|
1832 | ],
|
1833 | "members": {
|
1834 | "ParameterGroupName": {},
|
1835 | "Parameters": {
|
1836 | "shape": "S44"
|
1837 | }
|
1838 | }
|
1839 | },
|
1840 | "output": {
|
1841 | "shape": "S72",
|
1842 | "resultWrapper": "ModifyClusterParameterGroupResult"
|
1843 | }
|
1844 | },
|
1845 | "ModifyClusterSnapshot": {
|
1846 | "input": {
|
1847 | "type": "structure",
|
1848 | "required": [
|
1849 | "SnapshotIdentifier"
|
1850 | ],
|
1851 | "members": {
|
1852 | "SnapshotIdentifier": {},
|
1853 | "ManualSnapshotRetentionPeriod": {
|
1854 | "type": "integer"
|
1855 | },
|
1856 | "Force": {
|
1857 | "type": "boolean"
|
1858 | }
|
1859 | }
|
1860 | },
|
1861 | "output": {
|
1862 | "resultWrapper": "ModifyClusterSnapshotResult",
|
1863 | "type": "structure",
|
1864 | "members": {
|
1865 | "Snapshot": {
|
1866 | "shape": "Sm"
|
1867 | }
|
1868 | }
|
1869 | }
|
1870 | },
|
1871 | "ModifyClusterSnapshotSchedule": {
|
1872 | "input": {
|
1873 | "type": "structure",
|
1874 | "required": [
|
1875 | "ClusterIdentifier"
|
1876 | ],
|
1877 | "members": {
|
1878 | "ClusterIdentifier": {},
|
1879 | "ScheduleIdentifier": {},
|
1880 | "DisassociateSchedule": {
|
1881 | "type": "boolean"
|
1882 | }
|
1883 | }
|
1884 | }
|
1885 | },
|
1886 | "ModifyClusterSubnetGroup": {
|
1887 | "input": {
|
1888 | "type": "structure",
|
1889 | "required": [
|
1890 | "ClusterSubnetGroupName",
|
1891 | "SubnetIds"
|
1892 | ],
|
1893 | "members": {
|
1894 | "ClusterSubnetGroupName": {},
|
1895 | "Description": {},
|
1896 | "SubnetIds": {
|
1897 | "shape": "S2f"
|
1898 | }
|
1899 | }
|
1900 | },
|
1901 | "output": {
|
1902 | "resultWrapper": "ModifyClusterSubnetGroupResult",
|
1903 | "type": "structure",
|
1904 | "members": {
|
1905 | "ClusterSubnetGroup": {
|
1906 | "shape": "S2h"
|
1907 | }
|
1908 | }
|
1909 | }
|
1910 | },
|
1911 | "ModifyEventSubscription": {
|
1912 | "input": {
|
1913 | "type": "structure",
|
1914 | "required": [
|
1915 | "SubscriptionName"
|
1916 | ],
|
1917 | "members": {
|
1918 | "SubscriptionName": {},
|
1919 | "SnsTopicArn": {},
|
1920 | "SourceType": {},
|
1921 | "SourceIds": {
|
1922 | "shape": "S2o"
|
1923 | },
|
1924 | "EventCategories": {
|
1925 | "shape": "S2p"
|
1926 | },
|
1927 | "Severity": {},
|
1928 | "Enabled": {
|
1929 | "type": "boolean"
|
1930 | }
|
1931 | }
|
1932 | },
|
1933 | "output": {
|
1934 | "resultWrapper": "ModifyEventSubscriptionResult",
|
1935 | "type": "structure",
|
1936 | "members": {
|
1937 | "EventSubscription": {
|
1938 | "shape": "S2r"
|
1939 | }
|
1940 | }
|
1941 | }
|
1942 | },
|
1943 | "ModifySnapshotCopyRetentionPeriod": {
|
1944 | "input": {
|
1945 | "type": "structure",
|
1946 | "required": [
|
1947 | "ClusterIdentifier",
|
1948 | "RetentionPeriod"
|
1949 | ],
|
1950 | "members": {
|
1951 | "ClusterIdentifier": {},
|
1952 | "RetentionPeriod": {
|
1953 | "type": "integer"
|
1954 | },
|
1955 | "Manual": {
|
1956 | "type": "boolean"
|
1957 | }
|
1958 | }
|
1959 | },
|
1960 | "output": {
|
1961 | "resultWrapper": "ModifySnapshotCopyRetentionPeriodResult",
|
1962 | "type": "structure",
|
1963 | "members": {
|
1964 | "Cluster": {
|
1965 | "shape": "S1i"
|
1966 | }
|
1967 | }
|
1968 | }
|
1969 | },
|
1970 | "ModifySnapshotSchedule": {
|
1971 | "input": {
|
1972 | "type": "structure",
|
1973 | "required": [
|
1974 | "ScheduleIdentifier",
|
1975 | "ScheduleDefinitions"
|
1976 | ],
|
1977 | "members": {
|
1978 | "ScheduleIdentifier": {},
|
1979 | "ScheduleDefinitions": {
|
1980 | "shape": "S32"
|
1981 | }
|
1982 | }
|
1983 | },
|
1984 | "output": {
|
1985 | "shape": "S33",
|
1986 | "resultWrapper": "ModifySnapshotScheduleResult"
|
1987 | }
|
1988 | },
|
1989 | "PurchaseReservedNodeOffering": {
|
1990 | "input": {
|
1991 | "type": "structure",
|
1992 | "required": [
|
1993 | "ReservedNodeOfferingId"
|
1994 | ],
|
1995 | "members": {
|
1996 | "ReservedNodeOfferingId": {},
|
1997 | "NodeCount": {
|
1998 | "type": "integer"
|
1999 | }
|
2000 | }
|
2001 | },
|
2002 | "output": {
|
2003 | "resultWrapper": "PurchaseReservedNodeOfferingResult",
|
2004 | "type": "structure",
|
2005 | "members": {
|
2006 | "ReservedNode": {
|
2007 | "shape": "S4"
|
2008 | }
|
2009 | }
|
2010 | }
|
2011 | },
|
2012 | "RebootCluster": {
|
2013 | "input": {
|
2014 | "type": "structure",
|
2015 | "required": [
|
2016 | "ClusterIdentifier"
|
2017 | ],
|
2018 | "members": {
|
2019 | "ClusterIdentifier": {}
|
2020 | }
|
2021 | },
|
2022 | "output": {
|
2023 | "resultWrapper": "RebootClusterResult",
|
2024 | "type": "structure",
|
2025 | "members": {
|
2026 | "Cluster": {
|
2027 | "shape": "S1i"
|
2028 | }
|
2029 | }
|
2030 | }
|
2031 | },
|
2032 | "ResetClusterParameterGroup": {
|
2033 | "input": {
|
2034 | "type": "structure",
|
2035 | "required": [
|
2036 | "ParameterGroupName"
|
2037 | ],
|
2038 | "members": {
|
2039 | "ParameterGroupName": {},
|
2040 | "ResetAllParameters": {
|
2041 | "type": "boolean"
|
2042 | },
|
2043 | "Parameters": {
|
2044 | "shape": "S44"
|
2045 | }
|
2046 | }
|
2047 | },
|
2048 | "output": {
|
2049 | "shape": "S72",
|
2050 | "resultWrapper": "ResetClusterParameterGroupResult"
|
2051 | }
|
2052 | },
|
2053 | "ResizeCluster": {
|
2054 | "input": {
|
2055 | "type": "structure",
|
2056 | "required": [
|
2057 | "ClusterIdentifier",
|
2058 | "NumberOfNodes"
|
2059 | ],
|
2060 | "members": {
|
2061 | "ClusterIdentifier": {},
|
2062 | "ClusterType": {},
|
2063 | "NodeType": {},
|
2064 | "NumberOfNodes": {
|
2065 | "type": "integer"
|
2066 | },
|
2067 | "Classic": {
|
2068 | "type": "boolean"
|
2069 | }
|
2070 | }
|
2071 | },
|
2072 | "output": {
|
2073 | "resultWrapper": "ResizeClusterResult",
|
2074 | "type": "structure",
|
2075 | "members": {
|
2076 | "Cluster": {
|
2077 | "shape": "S1i"
|
2078 | }
|
2079 | }
|
2080 | }
|
2081 | },
|
2082 | "RestoreFromClusterSnapshot": {
|
2083 | "input": {
|
2084 | "type": "structure",
|
2085 | "required": [
|
2086 | "ClusterIdentifier",
|
2087 | "SnapshotIdentifier"
|
2088 | ],
|
2089 | "members": {
|
2090 | "ClusterIdentifier": {},
|
2091 | "SnapshotIdentifier": {},
|
2092 | "SnapshotClusterIdentifier": {},
|
2093 | "Port": {
|
2094 | "type": "integer"
|
2095 | },
|
2096 | "AvailabilityZone": {},
|
2097 | "AllowVersionUpgrade": {
|
2098 | "type": "boolean"
|
2099 | },
|
2100 | "ClusterSubnetGroupName": {},
|
2101 | "PubliclyAccessible": {
|
2102 | "type": "boolean"
|
2103 | },
|
2104 | "OwnerAccount": {},
|
2105 | "HsmClientCertificateIdentifier": {},
|
2106 | "HsmConfigurationIdentifier": {},
|
2107 | "ElasticIp": {},
|
2108 | "ClusterParameterGroupName": {},
|
2109 | "ClusterSecurityGroups": {
|
2110 | "shape": "S1d"
|
2111 | },
|
2112 | "VpcSecurityGroupIds": {
|
2113 | "shape": "S1e"
|
2114 | },
|
2115 | "PreferredMaintenanceWindow": {},
|
2116 | "AutomatedSnapshotRetentionPeriod": {
|
2117 | "type": "integer"
|
2118 | },
|
2119 | "ManualSnapshotRetentionPeriod": {
|
2120 | "type": "integer"
|
2121 | },
|
2122 | "KmsKeyId": {},
|
2123 | "NodeType": {},
|
2124 | "EnhancedVpcRouting": {
|
2125 | "type": "boolean"
|
2126 | },
|
2127 | "AdditionalInfo": {},
|
2128 | "IamRoles": {
|
2129 | "shape": "S1g"
|
2130 | },
|
2131 | "MaintenanceTrackName": {},
|
2132 | "SnapshotScheduleIdentifier": {}
|
2133 | }
|
2134 | },
|
2135 | "output": {
|
2136 | "resultWrapper": "RestoreFromClusterSnapshotResult",
|
2137 | "type": "structure",
|
2138 | "members": {
|
2139 | "Cluster": {
|
2140 | "shape": "S1i"
|
2141 | }
|
2142 | }
|
2143 | }
|
2144 | },
|
2145 | "RestoreTableFromClusterSnapshot": {
|
2146 | "input": {
|
2147 | "type": "structure",
|
2148 | "required": [
|
2149 | "ClusterIdentifier",
|
2150 | "SnapshotIdentifier",
|
2151 | "SourceDatabaseName",
|
2152 | "SourceTableName",
|
2153 | "NewTableName"
|
2154 | ],
|
2155 | "members": {
|
2156 | "ClusterIdentifier": {},
|
2157 | "SnapshotIdentifier": {},
|
2158 | "SourceDatabaseName": {},
|
2159 | "SourceSchemaName": {},
|
2160 | "SourceTableName": {},
|
2161 | "TargetDatabaseName": {},
|
2162 | "TargetSchemaName": {},
|
2163 | "NewTableName": {}
|
2164 | }
|
2165 | },
|
2166 | "output": {
|
2167 | "resultWrapper": "RestoreTableFromClusterSnapshotResult",
|
2168 | "type": "structure",
|
2169 | "members": {
|
2170 | "TableRestoreStatus": {
|
2171 | "shape": "S6b"
|
2172 | }
|
2173 | }
|
2174 | }
|
2175 | },
|
2176 | "RevokeClusterSecurityGroupIngress": {
|
2177 | "input": {
|
2178 | "type": "structure",
|
2179 | "required": [
|
2180 | "ClusterSecurityGroupName"
|
2181 | ],
|
2182 | "members": {
|
2183 | "ClusterSecurityGroupName": {},
|
2184 | "CIDRIP": {},
|
2185 | "EC2SecurityGroupName": {},
|
2186 | "EC2SecurityGroupOwnerId": {}
|
2187 | }
|
2188 | },
|
2189 | "output": {
|
2190 | "resultWrapper": "RevokeClusterSecurityGroupIngressResult",
|
2191 | "type": "structure",
|
2192 | "members": {
|
2193 | "ClusterSecurityGroup": {
|
2194 | "shape": "Sd"
|
2195 | }
|
2196 | }
|
2197 | }
|
2198 | },
|
2199 | "RevokeSnapshotAccess": {
|
2200 | "input": {
|
2201 | "type": "structure",
|
2202 | "required": [
|
2203 | "SnapshotIdentifier",
|
2204 | "AccountWithRestoreAccess"
|
2205 | ],
|
2206 | "members": {
|
2207 | "SnapshotIdentifier": {},
|
2208 | "SnapshotClusterIdentifier": {},
|
2209 | "AccountWithRestoreAccess": {}
|
2210 | }
|
2211 | },
|
2212 | "output": {
|
2213 | "resultWrapper": "RevokeSnapshotAccessResult",
|
2214 | "type": "structure",
|
2215 | "members": {
|
2216 | "Snapshot": {
|
2217 | "shape": "Sm"
|
2218 | }
|
2219 | }
|
2220 | }
|
2221 | },
|
2222 | "RotateEncryptionKey": {
|
2223 | "input": {
|
2224 | "type": "structure",
|
2225 | "required": [
|
2226 | "ClusterIdentifier"
|
2227 | ],
|
2228 | "members": {
|
2229 | "ClusterIdentifier": {}
|
2230 | }
|
2231 | },
|
2232 | "output": {
|
2233 | "resultWrapper": "RotateEncryptionKeyResult",
|
2234 | "type": "structure",
|
2235 | "members": {
|
2236 | "Cluster": {
|
2237 | "shape": "S1i"
|
2238 | }
|
2239 | }
|
2240 | }
|
2241 | }
|
2242 | },
|
2243 | "shapes": {
|
2244 | "S4": {
|
2245 | "type": "structure",
|
2246 | "members": {
|
2247 | "ReservedNodeId": {},
|
2248 | "ReservedNodeOfferingId": {},
|
2249 | "NodeType": {},
|
2250 | "StartTime": {
|
2251 | "type": "timestamp"
|
2252 | },
|
2253 | "Duration": {
|
2254 | "type": "integer"
|
2255 | },
|
2256 | "FixedPrice": {
|
2257 | "type": "double"
|
2258 | },
|
2259 | "UsagePrice": {
|
2260 | "type": "double"
|
2261 | },
|
2262 | "CurrencyCode": {},
|
2263 | "NodeCount": {
|
2264 | "type": "integer"
|
2265 | },
|
2266 | "State": {},
|
2267 | "OfferingType": {},
|
2268 | "RecurringCharges": {
|
2269 | "shape": "S8"
|
2270 | },
|
2271 | "ReservedNodeOfferingType": {}
|
2272 | },
|
2273 | "wrapper": true
|
2274 | },
|
2275 | "S8": {
|
2276 | "type": "list",
|
2277 | "member": {
|
2278 | "locationName": "RecurringCharge",
|
2279 | "type": "structure",
|
2280 | "members": {
|
2281 | "RecurringChargeAmount": {
|
2282 | "type": "double"
|
2283 | },
|
2284 | "RecurringChargeFrequency": {}
|
2285 | },
|
2286 | "wrapper": true
|
2287 | }
|
2288 | },
|
2289 | "Sd": {
|
2290 | "type": "structure",
|
2291 | "members": {
|
2292 | "ClusterSecurityGroupName": {},
|
2293 | "Description": {},
|
2294 | "EC2SecurityGroups": {
|
2295 | "type": "list",
|
2296 | "member": {
|
2297 | "locationName": "EC2SecurityGroup",
|
2298 | "type": "structure",
|
2299 | "members": {
|
2300 | "Status": {},
|
2301 | "EC2SecurityGroupName": {},
|
2302 | "EC2SecurityGroupOwnerId": {},
|
2303 | "Tags": {
|
2304 | "shape": "Sg"
|
2305 | }
|
2306 | }
|
2307 | }
|
2308 | },
|
2309 | "IPRanges": {
|
2310 | "type": "list",
|
2311 | "member": {
|
2312 | "locationName": "IPRange",
|
2313 | "type": "structure",
|
2314 | "members": {
|
2315 | "Status": {},
|
2316 | "CIDRIP": {},
|
2317 | "Tags": {
|
2318 | "shape": "Sg"
|
2319 | }
|
2320 | }
|
2321 | }
|
2322 | },
|
2323 | "Tags": {
|
2324 | "shape": "Sg"
|
2325 | }
|
2326 | },
|
2327 | "wrapper": true
|
2328 | },
|
2329 | "Sg": {
|
2330 | "type": "list",
|
2331 | "member": {
|
2332 | "shape": "Sh",
|
2333 | "locationName": "Tag"
|
2334 | }
|
2335 | },
|
2336 | "Sh": {
|
2337 | "type": "structure",
|
2338 | "members": {
|
2339 | "Key": {},
|
2340 | "Value": {}
|
2341 | }
|
2342 | },
|
2343 | "Sm": {
|
2344 | "type": "structure",
|
2345 | "members": {
|
2346 | "SnapshotIdentifier": {},
|
2347 | "ClusterIdentifier": {},
|
2348 | "SnapshotCreateTime": {
|
2349 | "type": "timestamp"
|
2350 | },
|
2351 | "Status": {},
|
2352 | "Port": {
|
2353 | "type": "integer"
|
2354 | },
|
2355 | "AvailabilityZone": {},
|
2356 | "ClusterCreateTime": {
|
2357 | "type": "timestamp"
|
2358 | },
|
2359 | "MasterUsername": {},
|
2360 | "ClusterVersion": {},
|
2361 | "SnapshotType": {},
|
2362 | "NodeType": {},
|
2363 | "NumberOfNodes": {
|
2364 | "type": "integer"
|
2365 | },
|
2366 | "DBName": {},
|
2367 | "VpcId": {},
|
2368 | "Encrypted": {
|
2369 | "type": "boolean"
|
2370 | },
|
2371 | "KmsKeyId": {},
|
2372 | "EncryptedWithHSM": {
|
2373 | "type": "boolean"
|
2374 | },
|
2375 | "AccountsWithRestoreAccess": {
|
2376 | "type": "list",
|
2377 | "member": {
|
2378 | "locationName": "AccountWithRestoreAccess",
|
2379 | "type": "structure",
|
2380 | "members": {
|
2381 | "AccountId": {},
|
2382 | "AccountAlias": {}
|
2383 | }
|
2384 | }
|
2385 | },
|
2386 | "OwnerAccount": {},
|
2387 | "TotalBackupSizeInMegaBytes": {
|
2388 | "type": "double"
|
2389 | },
|
2390 | "ActualIncrementalBackupSizeInMegaBytes": {
|
2391 | "type": "double"
|
2392 | },
|
2393 | "BackupProgressInMegaBytes": {
|
2394 | "type": "double"
|
2395 | },
|
2396 | "CurrentBackupRateInMegaBytesPerSecond": {
|
2397 | "type": "double"
|
2398 | },
|
2399 | "EstimatedSecondsToCompletion": {
|
2400 | "type": "long"
|
2401 | },
|
2402 | "ElapsedTimeInSeconds": {
|
2403 | "type": "long"
|
2404 | },
|
2405 | "SourceRegion": {},
|
2406 | "Tags": {
|
2407 | "shape": "Sg"
|
2408 | },
|
2409 | "RestorableNodeTypes": {
|
2410 | "type": "list",
|
2411 | "member": {
|
2412 | "locationName": "NodeType"
|
2413 | }
|
2414 | },
|
2415 | "EnhancedVpcRouting": {
|
2416 | "type": "boolean"
|
2417 | },
|
2418 | "MaintenanceTrackName": {},
|
2419 | "ManualSnapshotRetentionPeriod": {
|
2420 | "type": "integer"
|
2421 | },
|
2422 | "ManualSnapshotRemainingDays": {
|
2423 | "type": "integer"
|
2424 | },
|
2425 | "SnapshotRetentionStartTime": {
|
2426 | "type": "timestamp"
|
2427 | }
|
2428 | },
|
2429 | "wrapper": true
|
2430 | },
|
2431 | "Sv": {
|
2432 | "type": "structure",
|
2433 | "required": [
|
2434 | "SnapshotIdentifier"
|
2435 | ],
|
2436 | "members": {
|
2437 | "SnapshotIdentifier": {},
|
2438 | "SnapshotClusterIdentifier": {}
|
2439 | }
|
2440 | },
|
2441 | "Sx": {
|
2442 | "type": "list",
|
2443 | "member": {
|
2444 | "locationName": "String"
|
2445 | }
|
2446 | },
|
2447 | "Sz": {
|
2448 | "type": "structure",
|
2449 | "members": {
|
2450 | "SnapshotIdentifier": {},
|
2451 | "SnapshotClusterIdentifier": {},
|
2452 | "FailureCode": {},
|
2453 | "FailureReason": {}
|
2454 | }
|
2455 | },
|
2456 | "S14": {
|
2457 | "type": "structure",
|
2458 | "members": {
|
2459 | "TargetNodeType": {},
|
2460 | "TargetNumberOfNodes": {
|
2461 | "type": "integer"
|
2462 | },
|
2463 | "TargetClusterType": {},
|
2464 | "Status": {},
|
2465 | "ImportTablesCompleted": {
|
2466 | "type": "list",
|
2467 | "member": {}
|
2468 | },
|
2469 | "ImportTablesInProgress": {
|
2470 | "type": "list",
|
2471 | "member": {}
|
2472 | },
|
2473 | "ImportTablesNotStarted": {
|
2474 | "type": "list",
|
2475 | "member": {}
|
2476 | },
|
2477 | "AvgResizeRateInMegaBytesPerSecond": {
|
2478 | "type": "double"
|
2479 | },
|
2480 | "TotalResizeDataInMegaBytes": {
|
2481 | "type": "long"
|
2482 | },
|
2483 | "ProgressInMegaBytes": {
|
2484 | "type": "long"
|
2485 | },
|
2486 | "ElapsedTimeInSeconds": {
|
2487 | "type": "long"
|
2488 | },
|
2489 | "EstimatedTimeToCompletionInSeconds": {
|
2490 | "type": "long"
|
2491 | },
|
2492 | "ResizeType": {},
|
2493 | "Message": {},
|
2494 | "TargetEncryptionType": {},
|
2495 | "DataTransferProgressPercent": {
|
2496 | "type": "double"
|
2497 | }
|
2498 | }
|
2499 | },
|
2500 | "S1d": {
|
2501 | "type": "list",
|
2502 | "member": {
|
2503 | "locationName": "ClusterSecurityGroupName"
|
2504 | }
|
2505 | },
|
2506 | "S1e": {
|
2507 | "type": "list",
|
2508 | "member": {
|
2509 | "locationName": "VpcSecurityGroupId"
|
2510 | }
|
2511 | },
|
2512 | "S1g": {
|
2513 | "type": "list",
|
2514 | "member": {
|
2515 | "locationName": "IamRoleArn"
|
2516 | }
|
2517 | },
|
2518 | "S1i": {
|
2519 | "type": "structure",
|
2520 | "members": {
|
2521 | "ClusterIdentifier": {},
|
2522 | "NodeType": {},
|
2523 | "ClusterStatus": {},
|
2524 | "ClusterAvailabilityStatus": {},
|
2525 | "ModifyStatus": {},
|
2526 | "MasterUsername": {},
|
2527 | "DBName": {},
|
2528 | "Endpoint": {
|
2529 | "type": "structure",
|
2530 | "members": {
|
2531 | "Address": {},
|
2532 | "Port": {
|
2533 | "type": "integer"
|
2534 | }
|
2535 | }
|
2536 | },
|
2537 | "ClusterCreateTime": {
|
2538 | "type": "timestamp"
|
2539 | },
|
2540 | "AutomatedSnapshotRetentionPeriod": {
|
2541 | "type": "integer"
|
2542 | },
|
2543 | "ManualSnapshotRetentionPeriod": {
|
2544 | "type": "integer"
|
2545 | },
|
2546 | "ClusterSecurityGroups": {
|
2547 | "type": "list",
|
2548 | "member": {
|
2549 | "locationName": "ClusterSecurityGroup",
|
2550 | "type": "structure",
|
2551 | "members": {
|
2552 | "ClusterSecurityGroupName": {},
|
2553 | "Status": {}
|
2554 | }
|
2555 | }
|
2556 | },
|
2557 | "VpcSecurityGroups": {
|
2558 | "type": "list",
|
2559 | "member": {
|
2560 | "locationName": "VpcSecurityGroup",
|
2561 | "type": "structure",
|
2562 | "members": {
|
2563 | "VpcSecurityGroupId": {},
|
2564 | "Status": {}
|
2565 | }
|
2566 | }
|
2567 | },
|
2568 | "ClusterParameterGroups": {
|
2569 | "type": "list",
|
2570 | "member": {
|
2571 | "locationName": "ClusterParameterGroup",
|
2572 | "type": "structure",
|
2573 | "members": {
|
2574 | "ParameterGroupName": {},
|
2575 | "ParameterApplyStatus": {},
|
2576 | "ClusterParameterStatusList": {
|
2577 | "type": "list",
|
2578 | "member": {
|
2579 | "type": "structure",
|
2580 | "members": {
|
2581 | "ParameterName": {},
|
2582 | "ParameterApplyStatus": {},
|
2583 | "ParameterApplyErrorDescription": {}
|
2584 | }
|
2585 | }
|
2586 | }
|
2587 | }
|
2588 | }
|
2589 | },
|
2590 | "ClusterSubnetGroupName": {},
|
2591 | "VpcId": {},
|
2592 | "AvailabilityZone": {},
|
2593 | "PreferredMaintenanceWindow": {},
|
2594 | "PendingModifiedValues": {
|
2595 | "type": "structure",
|
2596 | "members": {
|
2597 | "MasterUserPassword": {},
|
2598 | "NodeType": {},
|
2599 | "NumberOfNodes": {
|
2600 | "type": "integer"
|
2601 | },
|
2602 | "ClusterType": {},
|
2603 | "ClusterVersion": {},
|
2604 | "AutomatedSnapshotRetentionPeriod": {
|
2605 | "type": "integer"
|
2606 | },
|
2607 | "ClusterIdentifier": {},
|
2608 | "PubliclyAccessible": {
|
2609 | "type": "boolean"
|
2610 | },
|
2611 | "EnhancedVpcRouting": {
|
2612 | "type": "boolean"
|
2613 | },
|
2614 | "MaintenanceTrackName": {},
|
2615 | "EncryptionType": {}
|
2616 | }
|
2617 | },
|
2618 | "ClusterVersion": {},
|
2619 | "AllowVersionUpgrade": {
|
2620 | "type": "boolean"
|
2621 | },
|
2622 | "NumberOfNodes": {
|
2623 | "type": "integer"
|
2624 | },
|
2625 | "PubliclyAccessible": {
|
2626 | "type": "boolean"
|
2627 | },
|
2628 | "Encrypted": {
|
2629 | "type": "boolean"
|
2630 | },
|
2631 | "RestoreStatus": {
|
2632 | "type": "structure",
|
2633 | "members": {
|
2634 | "Status": {},
|
2635 | "CurrentRestoreRateInMegaBytesPerSecond": {
|
2636 | "type": "double"
|
2637 | },
|
2638 | "SnapshotSizeInMegaBytes": {
|
2639 | "type": "long"
|
2640 | },
|
2641 | "ProgressInMegaBytes": {
|
2642 | "type": "long"
|
2643 | },
|
2644 | "ElapsedTimeInSeconds": {
|
2645 | "type": "long"
|
2646 | },
|
2647 | "EstimatedTimeToCompletionInSeconds": {
|
2648 | "type": "long"
|
2649 | }
|
2650 | }
|
2651 | },
|
2652 | "DataTransferProgress": {
|
2653 | "type": "structure",
|
2654 | "members": {
|
2655 | "Status": {},
|
2656 | "CurrentRateInMegaBytesPerSecond": {
|
2657 | "type": "double"
|
2658 | },
|
2659 | "TotalDataInMegaBytes": {
|
2660 | "type": "long"
|
2661 | },
|
2662 | "DataTransferredInMegaBytes": {
|
2663 | "type": "long"
|
2664 | },
|
2665 | "EstimatedTimeToCompletionInSeconds": {
|
2666 | "type": "long"
|
2667 | },
|
2668 | "ElapsedTimeInSeconds": {
|
2669 | "type": "long"
|
2670 | }
|
2671 | }
|
2672 | },
|
2673 | "HsmStatus": {
|
2674 | "type": "structure",
|
2675 | "members": {
|
2676 | "HsmClientCertificateIdentifier": {},
|
2677 | "HsmConfigurationIdentifier": {},
|
2678 | "Status": {}
|
2679 | }
|
2680 | },
|
2681 | "ClusterSnapshotCopyStatus": {
|
2682 | "type": "structure",
|
2683 | "members": {
|
2684 | "DestinationRegion": {},
|
2685 | "RetentionPeriod": {
|
2686 | "type": "long"
|
2687 | },
|
2688 | "ManualSnapshotRetentionPeriod": {
|
2689 | "type": "integer"
|
2690 | },
|
2691 | "SnapshotCopyGrantName": {}
|
2692 | }
|
2693 | },
|
2694 | "ClusterPublicKey": {},
|
2695 | "ClusterNodes": {
|
2696 | "type": "list",
|
2697 | "member": {
|
2698 | "type": "structure",
|
2699 | "members": {
|
2700 | "NodeRole": {},
|
2701 | "PrivateIPAddress": {},
|
2702 | "PublicIPAddress": {}
|
2703 | }
|
2704 | }
|
2705 | },
|
2706 | "ElasticIpStatus": {
|
2707 | "type": "structure",
|
2708 | "members": {
|
2709 | "ElasticIp": {},
|
2710 | "Status": {}
|
2711 | }
|
2712 | },
|
2713 | "ClusterRevisionNumber": {},
|
2714 | "Tags": {
|
2715 | "shape": "Sg"
|
2716 | },
|
2717 | "KmsKeyId": {},
|
2718 | "EnhancedVpcRouting": {
|
2719 | "type": "boolean"
|
2720 | },
|
2721 | "IamRoles": {
|
2722 | "type": "list",
|
2723 | "member": {
|
2724 | "locationName": "ClusterIamRole",
|
2725 | "type": "structure",
|
2726 | "members": {
|
2727 | "IamRoleArn": {},
|
2728 | "ApplyStatus": {}
|
2729 | }
|
2730 | }
|
2731 | },
|
2732 | "PendingActions": {
|
2733 | "type": "list",
|
2734 | "member": {}
|
2735 | },
|
2736 | "MaintenanceTrackName": {},
|
2737 | "ElasticResizeNumberOfNodeOptions": {},
|
2738 | "DeferredMaintenanceWindows": {
|
2739 | "type": "list",
|
2740 | "member": {
|
2741 | "locationName": "DeferredMaintenanceWindow",
|
2742 | "type": "structure",
|
2743 | "members": {
|
2744 | "DeferMaintenanceIdentifier": {},
|
2745 | "DeferMaintenanceStartTime": {
|
2746 | "type": "timestamp"
|
2747 | },
|
2748 | "DeferMaintenanceEndTime": {
|
2749 | "type": "timestamp"
|
2750 | }
|
2751 | }
|
2752 | }
|
2753 | },
|
2754 | "SnapshotScheduleIdentifier": {},
|
2755 | "SnapshotScheduleState": {},
|
2756 | "ExpectedNextSnapshotScheduleTime": {
|
2757 | "type": "timestamp"
|
2758 | },
|
2759 | "ExpectedNextSnapshotScheduleTimeStatus": {},
|
2760 | "ResizeInfo": {
|
2761 | "type": "structure",
|
2762 | "members": {
|
2763 | "ResizeType": {},
|
2764 | "AllowCancelResize": {
|
2765 | "type": "boolean"
|
2766 | }
|
2767 | }
|
2768 | }
|
2769 | },
|
2770 | "wrapper": true
|
2771 | },
|
2772 | "S29": {
|
2773 | "type": "structure",
|
2774 | "members": {
|
2775 | "ParameterGroupName": {},
|
2776 | "ParameterGroupFamily": {},
|
2777 | "Description": {},
|
2778 | "Tags": {
|
2779 | "shape": "Sg"
|
2780 | }
|
2781 | },
|
2782 | "wrapper": true
|
2783 | },
|
2784 | "S2f": {
|
2785 | "type": "list",
|
2786 | "member": {
|
2787 | "locationName": "SubnetIdentifier"
|
2788 | }
|
2789 | },
|
2790 | "S2h": {
|
2791 | "type": "structure",
|
2792 | "members": {
|
2793 | "ClusterSubnetGroupName": {},
|
2794 | "Description": {},
|
2795 | "VpcId": {},
|
2796 | "SubnetGroupStatus": {},
|
2797 | "Subnets": {
|
2798 | "type": "list",
|
2799 | "member": {
|
2800 | "locationName": "Subnet",
|
2801 | "type": "structure",
|
2802 | "members": {
|
2803 | "SubnetIdentifier": {},
|
2804 | "SubnetAvailabilityZone": {
|
2805 | "shape": "S2k"
|
2806 | },
|
2807 | "SubnetStatus": {}
|
2808 | }
|
2809 | }
|
2810 | },
|
2811 | "Tags": {
|
2812 | "shape": "Sg"
|
2813 | }
|
2814 | },
|
2815 | "wrapper": true
|
2816 | },
|
2817 | "S2k": {
|
2818 | "type": "structure",
|
2819 | "members": {
|
2820 | "Name": {},
|
2821 | "SupportedPlatforms": {
|
2822 | "type": "list",
|
2823 | "member": {
|
2824 | "locationName": "SupportedPlatform",
|
2825 | "type": "structure",
|
2826 | "members": {
|
2827 | "Name": {}
|
2828 | },
|
2829 | "wrapper": true
|
2830 | }
|
2831 | }
|
2832 | },
|
2833 | "wrapper": true
|
2834 | },
|
2835 | "S2o": {
|
2836 | "type": "list",
|
2837 | "member": {
|
2838 | "locationName": "SourceId"
|
2839 | }
|
2840 | },
|
2841 | "S2p": {
|
2842 | "type": "list",
|
2843 | "member": {
|
2844 | "locationName": "EventCategory"
|
2845 | }
|
2846 | },
|
2847 | "S2r": {
|
2848 | "type": "structure",
|
2849 | "members": {
|
2850 | "CustomerAwsId": {},
|
2851 | "CustSubscriptionId": {},
|
2852 | "SnsTopicArn": {},
|
2853 | "Status": {},
|
2854 | "SubscriptionCreationTime": {
|
2855 | "type": "timestamp"
|
2856 | },
|
2857 | "SourceType": {},
|
2858 | "SourceIdsList": {
|
2859 | "shape": "S2o"
|
2860 | },
|
2861 | "EventCategoriesList": {
|
2862 | "shape": "S2p"
|
2863 | },
|
2864 | "Severity": {},
|
2865 | "Enabled": {
|
2866 | "type": "boolean"
|
2867 | },
|
2868 | "Tags": {
|
2869 | "shape": "Sg"
|
2870 | }
|
2871 | },
|
2872 | "wrapper": true
|
2873 | },
|
2874 | "S2u": {
|
2875 | "type": "structure",
|
2876 | "members": {
|
2877 | "HsmClientCertificateIdentifier": {},
|
2878 | "HsmClientCertificatePublicKey": {},
|
2879 | "Tags": {
|
2880 | "shape": "Sg"
|
2881 | }
|
2882 | },
|
2883 | "wrapper": true
|
2884 | },
|
2885 | "S2x": {
|
2886 | "type": "structure",
|
2887 | "members": {
|
2888 | "HsmConfigurationIdentifier": {},
|
2889 | "Description": {},
|
2890 | "HsmIpAddress": {},
|
2891 | "HsmPartitionName": {},
|
2892 | "Tags": {
|
2893 | "shape": "Sg"
|
2894 | }
|
2895 | },
|
2896 | "wrapper": true
|
2897 | },
|
2898 | "S30": {
|
2899 | "type": "structure",
|
2900 | "members": {
|
2901 | "SnapshotCopyGrantName": {},
|
2902 | "KmsKeyId": {},
|
2903 | "Tags": {
|
2904 | "shape": "Sg"
|
2905 | }
|
2906 | },
|
2907 | "wrapper": true
|
2908 | },
|
2909 | "S32": {
|
2910 | "type": "list",
|
2911 | "member": {
|
2912 | "locationName": "ScheduleDefinition"
|
2913 | }
|
2914 | },
|
2915 | "S33": {
|
2916 | "type": "structure",
|
2917 | "members": {
|
2918 | "ScheduleDefinitions": {
|
2919 | "shape": "S32"
|
2920 | },
|
2921 | "ScheduleIdentifier": {},
|
2922 | "ScheduleDescription": {},
|
2923 | "Tags": {
|
2924 | "shape": "Sg"
|
2925 | },
|
2926 | "NextInvocations": {
|
2927 | "type": "list",
|
2928 | "member": {
|
2929 | "locationName": "SnapshotTime",
|
2930 | "type": "timestamp"
|
2931 | }
|
2932 | },
|
2933 | "AssociatedClusterCount": {
|
2934 | "type": "integer"
|
2935 | },
|
2936 | "AssociatedClusters": {
|
2937 | "type": "list",
|
2938 | "member": {
|
2939 | "locationName": "ClusterAssociatedToSchedule",
|
2940 | "type": "structure",
|
2941 | "members": {
|
2942 | "ClusterIdentifier": {},
|
2943 | "ScheduleAssociationState": {}
|
2944 | }
|
2945 | }
|
2946 | }
|
2947 | }
|
2948 | },
|
2949 | "S3k": {
|
2950 | "type": "list",
|
2951 | "member": {
|
2952 | "locationName": "TagKey"
|
2953 | }
|
2954 | },
|
2955 | "S3z": {
|
2956 | "type": "list",
|
2957 | "member": {
|
2958 | "locationName": "TagValue"
|
2959 | }
|
2960 | },
|
2961 | "S44": {
|
2962 | "type": "list",
|
2963 | "member": {
|
2964 | "locationName": "Parameter",
|
2965 | "type": "structure",
|
2966 | "members": {
|
2967 | "ParameterName": {},
|
2968 | "ParameterValue": {},
|
2969 | "Description": {},
|
2970 | "Source": {},
|
2971 | "DataType": {},
|
2972 | "AllowedValues": {},
|
2973 | "ApplyType": {},
|
2974 | "IsModifiable": {
|
2975 | "type": "boolean"
|
2976 | },
|
2977 | "MinimumEngineVersion": {}
|
2978 | }
|
2979 | }
|
2980 | },
|
2981 | "S5n": {
|
2982 | "type": "structure",
|
2983 | "members": {
|
2984 | "LoggingEnabled": {
|
2985 | "type": "boolean"
|
2986 | },
|
2987 | "BucketName": {},
|
2988 | "S3KeyPrefix": {},
|
2989 | "LastSuccessfulDeliveryTime": {
|
2990 | "type": "timestamp"
|
2991 | },
|
2992 | "LastFailureTime": {
|
2993 | "type": "timestamp"
|
2994 | },
|
2995 | "LastFailureMessage": {}
|
2996 | }
|
2997 | },
|
2998 | "S5v": {
|
2999 | "type": "list",
|
3000 | "member": {
|
3001 | "locationName": "ReservedNodeOffering",
|
3002 | "type": "structure",
|
3003 | "members": {
|
3004 | "ReservedNodeOfferingId": {},
|
3005 | "NodeType": {},
|
3006 | "Duration": {
|
3007 | "type": "integer"
|
3008 | },
|
3009 | "FixedPrice": {
|
3010 | "type": "double"
|
3011 | },
|
3012 | "UsagePrice": {
|
3013 | "type": "double"
|
3014 | },
|
3015 | "CurrencyCode": {},
|
3016 | "OfferingType": {},
|
3017 | "RecurringCharges": {
|
3018 | "shape": "S8"
|
3019 | },
|
3020 | "ReservedNodeOfferingType": {}
|
3021 | },
|
3022 | "wrapper": true
|
3023 | }
|
3024 | },
|
3025 | "S6b": {
|
3026 | "type": "structure",
|
3027 | "members": {
|
3028 | "TableRestoreRequestId": {},
|
3029 | "Status": {},
|
3030 | "Message": {},
|
3031 | "RequestTime": {
|
3032 | "type": "timestamp"
|
3033 | },
|
3034 | "ProgressInMegaBytes": {
|
3035 | "type": "long"
|
3036 | },
|
3037 | "TotalDataInMegaBytes": {
|
3038 | "type": "long"
|
3039 | },
|
3040 | "ClusterIdentifier": {},
|
3041 | "SnapshotIdentifier": {},
|
3042 | "SourceDatabaseName": {},
|
3043 | "SourceSchemaName": {},
|
3044 | "SourceTableName": {},
|
3045 | "TargetDatabaseName": {},
|
3046 | "TargetSchemaName": {},
|
3047 | "NewTableName": {}
|
3048 | },
|
3049 | "wrapper": true
|
3050 | },
|
3051 | "S72": {
|
3052 | "type": "structure",
|
3053 | "members": {
|
3054 | "ParameterGroupName": {},
|
3055 | "ParameterGroupStatus": {}
|
3056 | }
|
3057 | }
|
3058 | }
|
3059 | } |
\ | No newline at end of file |