forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredshift-2012-12-01.normal.json
5669 lines (5669 loc) · 288 KB
/
redshift-2012-12-01.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"uid":"redshift-2012-12-01",
"apiVersion":"2012-12-01",
"endpointPrefix":"redshift",
"protocol":"query",
"serviceFullName":"Amazon Redshift",
"signatureVersion":"v4",
"xmlNamespace":"http://redshift.amazonaws.com/doc/2012-12-01/"
},
"operations":{
"AuthorizeClusterSecurityGroupIngress":{
"name":"AuthorizeClusterSecurityGroupIngress",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AuthorizeClusterSecurityGroupIngressMessage"},
"output":{
"shape":"AuthorizeClusterSecurityGroupIngressResult",
"resultWrapper":"AuthorizeClusterSecurityGroupIngressResult"
},
"errors":[
{"shape":"ClusterSecurityGroupNotFoundFault"},
{"shape":"InvalidClusterSecurityGroupStateFault"},
{"shape":"AuthorizationAlreadyExistsFault"},
{"shape":"AuthorizationQuotaExceededFault"}
],
"documentation":"<p>Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether the application accessing your cluster is running on the Internet or an Amazon EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group.</p> <p>If you authorize access to an Amazon EC2 security group, specify <i>EC2SecurityGroupName</i> and <i>EC2SecurityGroupOwnerId</i>. The Amazon EC2 security group and Amazon Redshift cluster must be in the same AWS region. </p> <p>If you authorize access to a CIDR/IP address range, specify <i>CIDRIP</i>. For an overview of CIDR blocks, see the Wikipedia article on <a href=\"http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing\">Classless Inter-Domain Routing</a>. </p> <p>You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html\">Working with Security Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"AuthorizeSnapshotAccess":{
"name":"AuthorizeSnapshotAccess",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AuthorizeSnapshotAccessMessage"},
"output":{
"shape":"AuthorizeSnapshotAccessResult",
"resultWrapper":"AuthorizeSnapshotAccessResult"
},
"errors":[
{"shape":"ClusterSnapshotNotFoundFault"},
{"shape":"AuthorizationAlreadyExistsFault"},
{"shape":"AuthorizationQuotaExceededFault"},
{"shape":"DependentServiceRequestThrottlingFault"},
{"shape":"InvalidClusterSnapshotStateFault"},
{"shape":"LimitExceededFault"}
],
"documentation":"<p>Authorizes the specified AWS customer account to restore the specified snapshot.</p> <p> For more information about working with snapshots, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html\">Amazon Redshift Snapshots</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"CopyClusterSnapshot":{
"name":"CopyClusterSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CopyClusterSnapshotMessage"},
"output":{
"shape":"CopyClusterSnapshotResult",
"resultWrapper":"CopyClusterSnapshotResult"
},
"errors":[
{"shape":"ClusterSnapshotAlreadyExistsFault"},
{"shape":"ClusterSnapshotNotFoundFault"},
{"shape":"InvalidClusterSnapshotStateFault"},
{"shape":"ClusterSnapshotQuotaExceededFault"}
],
"documentation":"<p>Copies the specified automated cluster snapshot to a new manual cluster snapshot. The source must be an automated snapshot and it must be in the available state.</p> <p>When you delete a cluster, Amazon Redshift deletes any automated snapshots of the cluster. Also, when the retention period of the snapshot expires, Amazon Redshift automatically deletes it. If you want to keep an automated snapshot for a longer period, you can make a manual copy of the snapshot. Manual snapshots are retained until you delete them.</p> <p> For more information about working with snapshots, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html\">Amazon Redshift Snapshots</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"CreateCluster":{
"name":"CreateCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateClusterMessage"},
"output":{
"shape":"CreateClusterResult",
"resultWrapper":"CreateClusterResult"
},
"errors":[
{"shape":"ClusterAlreadyExistsFault"},
{"shape":"InsufficientClusterCapacityFault"},
{"shape":"ClusterParameterGroupNotFoundFault"},
{"shape":"ClusterSecurityGroupNotFoundFault"},
{"shape":"ClusterQuotaExceededFault"},
{"shape":"NumberOfNodesQuotaExceededFault"},
{"shape":"NumberOfNodesPerClusterLimitExceededFault"},
{"shape":"ClusterSubnetGroupNotFoundFault"},
{"shape":"InvalidVPCNetworkStateFault"},
{"shape":"InvalidClusterSubnetGroupStateFault"},
{"shape":"InvalidSubnet"},
{"shape":"UnauthorizedOperation"},
{"shape":"HsmClientCertificateNotFoundFault"},
{"shape":"HsmConfigurationNotFoundFault"},
{"shape":"InvalidElasticIpFault"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"},
{"shape":"LimitExceededFault"},
{"shape":"DependentServiceRequestThrottlingFault"}
],
"documentation":"<p>Creates a new cluster.</p> <p>To create the cluster in Virtual Private Cloud (VPC), you must provide a cluster subnet group name. The cluster subnet group identifies the subnets of your VPC that Amazon Redshift uses when creating the cluster. For more information about managing clusters, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"CreateClusterParameterGroup":{
"name":"CreateClusterParameterGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateClusterParameterGroupMessage"},
"output":{
"shape":"CreateClusterParameterGroupResult",
"resultWrapper":"CreateClusterParameterGroupResult"
},
"errors":[
{"shape":"ClusterParameterGroupQuotaExceededFault"},
{"shape":"ClusterParameterGroupAlreadyExistsFault"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Creates an Amazon Redshift parameter group.</p> <p>Creating parameter groups is independent of creating clusters. You can associate a cluster with a parameter group when you create the cluster. You can also associate an existing cluster with a parameter group after the cluster is created by using <a>ModifyCluster</a>. </p> <p>Parameters in the parameter group define specific behavior that applies to the databases you create on the cluster. For more information about parameters and parameter groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html\">Amazon Redshift Parameter Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"CreateClusterSecurityGroup":{
"name":"CreateClusterSecurityGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateClusterSecurityGroupMessage"},
"output":{
"shape":"CreateClusterSecurityGroupResult",
"resultWrapper":"CreateClusterSecurityGroupResult"
},
"errors":[
{"shape":"ClusterSecurityGroupAlreadyExistsFault"},
{"shape":"ClusterSecurityGroupQuotaExceededFault"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Creates a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters.</p> <p> For information about managing security groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html\">Amazon Redshift Cluster Security Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"CreateClusterSnapshot":{
"name":"CreateClusterSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateClusterSnapshotMessage"},
"output":{
"shape":"CreateClusterSnapshotResult",
"resultWrapper":"CreateClusterSnapshotResult"
},
"errors":[
{"shape":"ClusterSnapshotAlreadyExistsFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ClusterNotFoundFault"},
{"shape":"ClusterSnapshotQuotaExceededFault"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Creates a manual snapshot of the specified cluster. The cluster must be in the <code>available</code> state. </p> <p> For more information about working with snapshots, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html\">Amazon Redshift Snapshots</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"CreateClusterSubnetGroup":{
"name":"CreateClusterSubnetGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateClusterSubnetGroupMessage"},
"output":{
"shape":"CreateClusterSubnetGroupResult",
"resultWrapper":"CreateClusterSubnetGroupResult"
},
"errors":[
{"shape":"ClusterSubnetGroupAlreadyExistsFault"},
{"shape":"ClusterSubnetGroupQuotaExceededFault"},
{"shape":"ClusterSubnetQuotaExceededFault"},
{"shape":"InvalidSubnet"},
{"shape":"UnauthorizedOperation"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"},
{"shape":"DependentServiceRequestThrottlingFault"}
],
"documentation":"<p>Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group.</p> <p> For information about subnet groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-cluster-subnet-groups.html\">Amazon Redshift Cluster Subnet Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"CreateEventSubscription":{
"name":"CreateEventSubscription",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateEventSubscriptionMessage"},
"output":{
"shape":"CreateEventSubscriptionResult",
"resultWrapper":"CreateEventSubscriptionResult"
},
"errors":[
{"shape":"EventSubscriptionQuotaExceededFault"},
{"shape":"SubscriptionAlreadyExistFault"},
{"shape":"SNSInvalidTopicFault"},
{"shape":"SNSNoAuthorizationFault"},
{"shape":"SNSTopicArnNotFoundFault"},
{"shape":"SubscriptionEventIdNotFoundFault"},
{"shape":"SubscriptionCategoryNotFoundFault"},
{"shape":"SubscriptionSeverityNotFoundFault"},
{"shape":"SourceNotFoundFault"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Creates an Amazon Redshift event notification subscription. This action requires an ARN (Amazon Resource Name) of an Amazon SNS topic created by either the Amazon Redshift console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.</p> <p>You can specify the source type, and lists of Amazon Redshift source IDs, event categories, and event severities. Notifications will be sent for all events you want that match those criteria. For example, you can specify source type = cluster, source ID = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity = ERROR. The subscription will only send notifications for those ERROR events in the Availability and Backup categories for the specified clusters.</p> <p>If you specify both the source type and source IDs, such as source type = cluster and source identifier = my-cluster-1, notifications will be sent for all the cluster events for my-cluster-1. If you specify a source type but do not specify a source identifier, you will receive notice of the events for the objects of that type in your AWS account. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all Amazon Redshift sources belonging to your AWS account. You must specify a source type if you specify a source ID.</p>"
},
"CreateHsmClientCertificate":{
"name":"CreateHsmClientCertificate",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateHsmClientCertificateMessage"},
"output":{
"shape":"CreateHsmClientCertificateResult",
"resultWrapper":"CreateHsmClientCertificateResult"
},
"errors":[
{"shape":"HsmClientCertificateAlreadyExistsFault"},
{"shape":"HsmClientCertificateQuotaExceededFault"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.</p> <p>The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html\">Hardware Security Modules</a> in the Amazon Redshift Cluster Management Guide.</p>"
},
"CreateHsmConfiguration":{
"name":"CreateHsmConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateHsmConfigurationMessage"},
"output":{
"shape":"CreateHsmConfigurationResult",
"resultWrapper":"CreateHsmConfigurationResult"
},
"errors":[
{"shape":"HsmConfigurationAlreadyExistsFault"},
{"shape":"HsmConfigurationQuotaExceededFault"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM.</p> <p>In addition to creating an HSM configuration, you must also create an HSM client certificate. For more information, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html\">Hardware Security Modules</a> in the Amazon Redshift Cluster Management Guide.</p>"
},
"CreateSnapshotCopyGrant":{
"name":"CreateSnapshotCopyGrant",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateSnapshotCopyGrantMessage"},
"output":{
"shape":"CreateSnapshotCopyGrantResult",
"resultWrapper":"CreateSnapshotCopyGrantResult"
},
"errors":[
{"shape":"SnapshotCopyGrantAlreadyExistsFault"},
{"shape":"SnapshotCopyGrantQuotaExceededFault"},
{"shape":"LimitExceededFault"},
{"shape":"TagLimitExceededFault"},
{"shape":"InvalidTagFault"},
{"shape":"DependentServiceRequestThrottlingFault"}
],
"documentation":"<p>Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.</p> <p> For more information about managing snapshot copy grants, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html\">Amazon Redshift Database Encryption</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>"
},
"CreateTags":{
"name":"CreateTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateTagsMessage"},
"errors":[
{"shape":"TagLimitExceededFault"},
{"shape":"ResourceNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Adds one or more tags to a specified resource.</p> <p>A resource can have up to 10 tags. If you try to create more than 10 tags for a resource, you will receive an error and the attempt will fail.</p> <p>If you specify a key that already exists for the resource, the value for that key will be updated with the new value.</p>"
},
"DeleteCluster":{
"name":"DeleteCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteClusterMessage"},
"output":{
"shape":"DeleteClusterResult",
"resultWrapper":"DeleteClusterResult"
},
"errors":[
{"shape":"ClusterNotFoundFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ClusterSnapshotAlreadyExistsFault"},
{"shape":"ClusterSnapshotQuotaExceededFault"}
],
"documentation":"<p>Deletes a previously provisioned cluster. A successful response from the web service indicates that the request was received correctly. Use <a>DescribeClusters</a> to monitor the status of the deletion. The delete operation cannot be canceled or reverted once submitted. For more information about managing clusters, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p> <p>If you want to shut down the cluster and retain it for future use, set <i>SkipFinalClusterSnapshot</i> to <code>false</code> and specify a name for <i>FinalClusterSnapshotIdentifier</i>. You can later restore this snapshot to resume using the cluster. If a final cluster snapshot is requested, the status of the cluster will be \"final-snapshot\" while the snapshot is being taken, then it's \"deleting\" once Amazon Redshift begins deleting the cluster. </p> <p> For more information about managing clusters, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"DeleteClusterParameterGroup":{
"name":"DeleteClusterParameterGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteClusterParameterGroupMessage"},
"errors":[
{"shape":"InvalidClusterParameterGroupStateFault"},
{"shape":"ClusterParameterGroupNotFoundFault"}
],
"documentation":"<p>Deletes a specified Amazon Redshift parameter group.</p> <note> <p>You cannot delete a parameter group if it is associated with a cluster.</p> </note>"
},
"DeleteClusterSecurityGroup":{
"name":"DeleteClusterSecurityGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteClusterSecurityGroupMessage"},
"errors":[
{"shape":"InvalidClusterSecurityGroupStateFault"},
{"shape":"ClusterSecurityGroupNotFoundFault"}
],
"documentation":"<p>Deletes an Amazon Redshift security group.</p> <note> <p>You cannot delete a security group that is associated with any clusters. You cannot delete the default security group.</p> </note> <p> For information about managing security groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html\">Amazon Redshift Cluster Security Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"DeleteClusterSnapshot":{
"name":"DeleteClusterSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteClusterSnapshotMessage"},
"output":{
"shape":"DeleteClusterSnapshotResult",
"resultWrapper":"DeleteClusterSnapshotResult"
},
"errors":[
{"shape":"InvalidClusterSnapshotStateFault"},
{"shape":"ClusterSnapshotNotFoundFault"}
],
"documentation":"<p>Deletes the specified manual snapshot. The snapshot must be in the <code>available</code> state, with no other users authorized to access the snapshot. </p> <p>Unlike automated snapshots, manual snapshots are retained even after you delete your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot explicitly to avoid getting charged. If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.</p>"
},
"DeleteClusterSubnetGroup":{
"name":"DeleteClusterSubnetGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteClusterSubnetGroupMessage"},
"errors":[
{"shape":"InvalidClusterSubnetGroupStateFault"},
{"shape":"InvalidClusterSubnetStateFault"},
{"shape":"ClusterSubnetGroupNotFoundFault"}
],
"documentation":"<p>Deletes the specified cluster subnet group.</p>"
},
"DeleteEventSubscription":{
"name":"DeleteEventSubscription",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteEventSubscriptionMessage"},
"errors":[
{"shape":"SubscriptionNotFoundFault"},
{"shape":"InvalidSubscriptionStateFault"}
],
"documentation":"<p>Deletes an Amazon Redshift event notification subscription.</p>"
},
"DeleteHsmClientCertificate":{
"name":"DeleteHsmClientCertificate",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteHsmClientCertificateMessage"},
"errors":[
{"shape":"InvalidHsmClientCertificateStateFault"},
{"shape":"HsmClientCertificateNotFoundFault"}
],
"documentation":"<p>Deletes the specified HSM client certificate.</p>"
},
"DeleteHsmConfiguration":{
"name":"DeleteHsmConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteHsmConfigurationMessage"},
"errors":[
{"shape":"InvalidHsmConfigurationStateFault"},
{"shape":"HsmConfigurationNotFoundFault"}
],
"documentation":"<p>Deletes the specified Amazon Redshift HSM configuration.</p>"
},
"DeleteSnapshotCopyGrant":{
"name":"DeleteSnapshotCopyGrant",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteSnapshotCopyGrantMessage"},
"errors":[
{"shape":"InvalidSnapshotCopyGrantStateFault"},
{"shape":"SnapshotCopyGrantNotFoundFault"}
],
"documentation":"<p>Deletes the specified snapshot copy grant.</p>"
},
"DeleteTags":{
"name":"DeleteTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteTagsMessage"},
"errors":[
{"shape":"ResourceNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Deletes a tag or tags from a resource. You must provide the ARN of the resource from which you want to delete the tag or tags.</p>"
},
"DescribeClusterParameterGroups":{
"name":"DescribeClusterParameterGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeClusterParameterGroupsMessage"},
"output":{
"shape":"ClusterParameterGroupsMessage",
"resultWrapper":"DescribeClusterParameterGroupsResult"
},
"errors":[
{"shape":"ClusterParameterGroupNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default parameter group. For each parameter group, the response includes the parameter group name, description, and parameter group family name. You can optionally specify a name to retrieve the description of a specific parameter group.</p> <p> For more information about parameters and parameter groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html\">Amazon Redshift Parameter Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p> <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns all parameter groups that match any combination of the specified keys and values. For example, if you have <code>owner</code> and <code>environment</code> for tag keys, and <code>admin</code> and <code>test</code> for tag values, all parameter groups that have any combination of those values are returned.</p> <p>If both tag keys and values are omitted from the request, parameter groups are returned regardless of whether they have tag keys or values associated with them.</p>"
},
"DescribeClusterParameters":{
"name":"DescribeClusterParameters",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeClusterParametersMessage"},
"output":{
"shape":"ClusterParameterGroupDetails",
"resultWrapper":"DescribeClusterParametersResult"
},
"errors":[
{"shape":"ClusterParameterGroupNotFoundFault"}
],
"documentation":"<p>Returns a detailed list of parameters contained within the specified Amazon Redshift parameter group. For each parameter the response includes information such as parameter name, description, data type, value, whether the parameter value is modifiable, and so on.</p> <p>You can specify <i>source</i> filter to retrieve parameters of only specific type. For example, to retrieve parameters that were modified by a user action such as from <a>ModifyClusterParameterGroup</a>, you can specify <i>source</i> equal to <i>user</i>.</p> <p> For more information about parameters and parameter groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html\">Amazon Redshift Parameter Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"DescribeClusterSecurityGroups":{
"name":"DescribeClusterSecurityGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeClusterSecurityGroupsMessage"},
"output":{
"shape":"ClusterSecurityGroupMessage",
"resultWrapper":"DescribeClusterSecurityGroupsResult"
},
"errors":[
{"shape":"ClusterSecurityGroupNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns information about Amazon Redshift security groups. If the name of a security group is specified, the response will contain only information about only that security group.</p> <p> For information about managing security groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html\">Amazon Redshift Cluster Security Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p> <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns all security groups that match any combination of the specified keys and values. For example, if you have <code>owner</code> and <code>environment</code> for tag keys, and <code>admin</code> and <code>test</code> for tag values, all security groups that have any combination of those values are returned.</p> <p>If both tag keys and values are omitted from the request, security groups are returned regardless of whether they have tag keys or values associated with them.</p>"
},
"DescribeClusterSnapshots":{
"name":"DescribeClusterSnapshots",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeClusterSnapshotsMessage"},
"output":{
"shape":"SnapshotMessage",
"resultWrapper":"DescribeClusterSnapshotsResult"
},
"errors":[
{"shape":"ClusterSnapshotNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns one or more snapshot objects, which contain metadata about your cluster snapshots. By default, this operation returns information about all snapshots of all clusters that are owned by you AWS customer account. No information is returned for snapshots owned by inactive AWS customer accounts.</p> <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns all snapshots that match any combination of the specified keys and values. For example, if you have <code>owner</code> and <code>environment</code> for tag keys, and <code>admin</code> and <code>test</code> for tag values, all snapshots that have any combination of those values are returned. Only snapshots that you own are returned in the response; shared snapshots are not returned with the tag key and tag value request parameters.</p> <p>If both tag keys and values are omitted from the request, snapshots are returned regardless of whether they have tag keys or values associated with them.</p>"
},
"DescribeClusterSubnetGroups":{
"name":"DescribeClusterSubnetGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeClusterSubnetGroupsMessage"},
"output":{
"shape":"ClusterSubnetGroupMessage",
"resultWrapper":"DescribeClusterSubnetGroupsResult"
},
"errors":[
{"shape":"ClusterSubnetGroupNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups. By default, this operation returns information about all cluster subnet groups that are defined in you AWS account.</p> <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns all subnet groups that match any combination of the specified keys and values. For example, if you have <code>owner</code> and <code>environment</code> for tag keys, and <code>admin</code> and <code>test</code> for tag values, all subnet groups that have any combination of those values are returned.</p> <p>If both tag keys and values are omitted from the request, subnet groups are returned regardless of whether they have tag keys or values associated with them.</p>"
},
"DescribeClusterVersions":{
"name":"DescribeClusterVersions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeClusterVersionsMessage"},
"output":{
"shape":"ClusterVersionsMessage",
"resultWrapper":"DescribeClusterVersionsResult"
},
"documentation":"<p>Returns descriptions of the available Amazon Redshift cluster versions. You can call this operation even before creating any clusters to learn more about the Amazon Redshift versions. For more information about managing clusters, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"DescribeClusters":{
"name":"DescribeClusters",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeClustersMessage"},
"output":{
"shape":"ClustersMessage",
"resultWrapper":"DescribeClustersResult"
},
"errors":[
{"shape":"ClusterNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns properties of provisioned clusters including general cluster properties, cluster database properties, maintenance and backup properties, and security and access properties. This operation supports pagination. For more information about managing clusters, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p> <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns all clusters that match any combination of the specified keys and values. For example, if you have <code>owner</code> and <code>environment</code> for tag keys, and <code>admin</code> and <code>test</code> for tag values, all clusters that have any combination of those values are returned.</p> <p>If both tag keys and values are omitted from the request, clusters are returned regardless of whether they have tag keys or values associated with them.</p>"
},
"DescribeDefaultClusterParameters":{
"name":"DescribeDefaultClusterParameters",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeDefaultClusterParametersMessage"},
"output":{
"shape":"DescribeDefaultClusterParametersResult",
"resultWrapper":"DescribeDefaultClusterParametersResult"
},
"documentation":"<p>Returns a list of parameter settings for the specified parameter group family.</p> <p> For more information about parameters and parameter groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html\">Amazon Redshift Parameter Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"DescribeEventCategories":{
"name":"DescribeEventCategories",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeEventCategoriesMessage"},
"output":{
"shape":"EventCategoriesMessage",
"resultWrapper":"DescribeEventCategoriesResult"
},
"documentation":"<p>Displays a list of event categories for all event source types, or for a specified source type. For a list of the event categories and source types, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-event-notifications.html\">Amazon Redshift Event Notifications</a>.</p>"
},
"DescribeEventSubscriptions":{
"name":"DescribeEventSubscriptions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeEventSubscriptionsMessage"},
"output":{
"shape":"EventSubscriptionsMessage",
"resultWrapper":"DescribeEventSubscriptionsResult"
},
"errors":[
{"shape":"SubscriptionNotFoundFault"}
],
"documentation":"<p>Lists descriptions of all the Amazon Redshift event notifications subscription for a customer account. If you specify a subscription name, lists the description for that subscription.</p>"
},
"DescribeEvents":{
"name":"DescribeEvents",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeEventsMessage"},
"output":{
"shape":"EventsMessage",
"resultWrapper":"DescribeEventsResult"
},
"documentation":"<p>Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days. Events specific to a particular cluster, security group, snapshot or parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.</p>"
},
"DescribeHsmClientCertificates":{
"name":"DescribeHsmClientCertificates",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeHsmClientCertificatesMessage"},
"output":{
"shape":"HsmClientCertificateMessage",
"resultWrapper":"DescribeHsmClientCertificatesResult"
},
"errors":[
{"shape":"HsmClientCertificateNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns information about the specified HSM client certificate. If no certificate ID is specified, returns information about all the HSM certificates owned by your AWS customer account.</p> <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM client certificates that match any combination of the specified keys and values. For example, if you have <code>owner</code> and <code>environment</code> for tag keys, and <code>admin</code> and <code>test</code> for tag values, all HSM client certificates that have any combination of those values are returned.</p> <p>If both tag keys and values are omitted from the request, HSM client certificates are returned regardless of whether they have tag keys or values associated with them.</p>"
},
"DescribeHsmConfigurations":{
"name":"DescribeHsmConfigurations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeHsmConfigurationsMessage"},
"output":{
"shape":"HsmConfigurationMessage",
"resultWrapper":"DescribeHsmConfigurationsResult"
},
"errors":[
{"shape":"HsmConfigurationNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns information about the specified Amazon Redshift HSM configuration. If no configuration ID is specified, returns information about all the HSM configurations owned by your AWS customer account.</p> <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM connections that match any combination of the specified keys and values. For example, if you have <code>owner</code> and <code>environment</code> for tag keys, and <code>admin</code> and <code>test</code> for tag values, all HSM connections that have any combination of those values are returned.</p> <p>If both tag keys and values are omitted from the request, HSM connections are returned regardless of whether they have tag keys or values associated with them.</p>"
},
"DescribeLoggingStatus":{
"name":"DescribeLoggingStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLoggingStatusMessage"},
"output":{
"shape":"LoggingStatus",
"resultWrapper":"DescribeLoggingStatusResult"
},
"errors":[
{"shape":"ClusterNotFoundFault"}
],
"documentation":"<p>Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.</p>"
},
"DescribeOrderableClusterOptions":{
"name":"DescribeOrderableClusterOptions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeOrderableClusterOptionsMessage"},
"output":{
"shape":"OrderableClusterOptionsMessage",
"resultWrapper":"DescribeOrderableClusterOptionsResult"
},
"documentation":"<p>Returns a list of orderable cluster options. Before you create a new cluster you can use this operation to find what options are available, such as the EC2 Availability Zones (AZ) in the specific AWS region that you can specify, and the node types you can request. The node types differ by available storage, memory, CPU and price. With the cost involved you might want to obtain a list of cluster options in the specific region and specify values when creating a cluster. For more information about managing clusters, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"DescribeReservedNodeOfferings":{
"name":"DescribeReservedNodeOfferings",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeReservedNodeOfferingsMessage"},
"output":{
"shape":"ReservedNodeOfferingsMessage",
"resultWrapper":"DescribeReservedNodeOfferingsResult"
},
"errors":[
{"shape":"ReservedNodeOfferingNotFoundFault"},
{"shape":"UnsupportedOperationFault"}
],
"documentation":"<p>Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you. These descriptions help you determine which reserve node offering you want to purchase. You then use the unique offering ID in you call to <a>PurchaseReservedNodeOffering</a> to reserve one or more nodes for your Amazon Redshift cluster. </p> <p> For more information about reserved node offerings, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html\">Purchasing Reserved Nodes</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"DescribeReservedNodes":{
"name":"DescribeReservedNodes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeReservedNodesMessage"},
"output":{
"shape":"ReservedNodesMessage",
"resultWrapper":"DescribeReservedNodesResult"
},
"errors":[
{"shape":"ReservedNodeNotFoundFault"}
],
"documentation":"<p>Returns the descriptions of the reserved nodes.</p>"
},
"DescribeResize":{
"name":"DescribeResize",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeResizeMessage"},
"output":{
"shape":"ResizeProgressMessage",
"resultWrapper":"DescribeResizeResult"
},
"errors":[
{"shape":"ClusterNotFoundFault"},
{"shape":"ResizeNotFoundFault"}
],
"documentation":"<p>Returns information about the last resize operation for the specified cluster. If no resize operation has ever been initiated for the specified cluster, a <code>HTTP 404</code> error is returned. If a resize operation was initiated and completed, the status of the resize remains as <code>SUCCEEDED</code> until the next resize. </p> <p>A resize operation can be requested using <a>ModifyCluster</a> and specifying a different number or type of nodes for the cluster. </p>"
},
"DescribeSnapshotCopyGrants":{
"name":"DescribeSnapshotCopyGrants",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeSnapshotCopyGrantsMessage"},
"output":{
"shape":"SnapshotCopyGrantMessage",
"resultWrapper":"DescribeSnapshotCopyGrantsResult"
},
"errors":[
{"shape":"SnapshotCopyGrantNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns a list of snapshot copy grants owned by the AWS account in the destination region.</p> <p> For more information about managing snapshot copy grants, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html\">Amazon Redshift Database Encryption</a> in the <i>Amazon Redshift Cluster Management Guide</i>. </p>"
},
"DescribeTableRestoreStatus":{
"name":"DescribeTableRestoreStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTableRestoreStatusMessage"},
"output":{
"shape":"TableRestoreStatusMessage",
"resultWrapper":"DescribeTableRestoreStatusResult"
},
"errors":[
{"shape":"TableRestoreNotFoundFault"},
{"shape":"ClusterNotFoundFault"}
],
"documentation":"<p>Lists the status of one or more table restore requests made using the <a>RestoreTableFromClusterSnapshot</a> API action. If you don't specify a value for the <code>TableRestoreRequestId</code> parameter, then <code>DescribeTableRestoreStatus</code> returns the status of all table restore requests ordered by the date and time of the request in ascending order. Otherwise <code>DescribeTableRestoreStatus</code> returns the status of the table specified by <code>TableRestoreRequestId</code>.</p>"
},
"DescribeTags":{
"name":"DescribeTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTagsMessage"},
"output":{
"shape":"TaggedResourceListMessage",
"resultWrapper":"DescribeTagsResult"
},
"errors":[
{"shape":"ResourceNotFoundFault"},
{"shape":"InvalidTagFault"}
],
"documentation":"<p>Returns a list of tags. You can return tags from a specific resource by specifying an ARN, or you can return all tags for a given type of resource, such as clusters, snapshots, and so on.</p> <p>The following are limitations for <code>DescribeTags</code>: </p> <ul> <li> <p>You cannot specify an ARN and a resource-type value together in the same request.</p> </li> <li> <p>You cannot use the <code>MaxRecords</code> and <code>Marker</code> parameters together with the ARN parameter.</p> </li> <li> <p>The <code>MaxRecords</code> parameter can be a range from 10 to 50 results to return in a request.</p> </li> </ul> <p>If you specify both tag keys and tag values in the same request, Amazon Redshift returns all resources that match any combination of the specified keys and values. For example, if you have <code>owner</code> and <code>environment</code> for tag keys, and <code>admin</code> and <code>test</code> for tag values, all resources that have any combination of those values are returned.</p> <p>If both tag keys and values are omitted from the request, resources are returned regardless of whether they have tag keys or values associated with them.</p>"
},
"DisableLogging":{
"name":"DisableLogging",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisableLoggingMessage"},
"output":{
"shape":"LoggingStatus",
"resultWrapper":"DisableLoggingResult"
},
"errors":[
{"shape":"ClusterNotFoundFault"}
],
"documentation":"<p>Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.</p>"
},
"DisableSnapshotCopy":{
"name":"DisableSnapshotCopy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisableSnapshotCopyMessage"},
"output":{
"shape":"DisableSnapshotCopyResult",
"resultWrapper":"DisableSnapshotCopyResult"
},
"errors":[
{"shape":"ClusterNotFoundFault"},
{"shape":"SnapshotCopyAlreadyDisabledFault"},
{"shape":"InvalidClusterStateFault"},
{"shape":"UnauthorizedOperation"}
],
"documentation":"<p>Disables the automatic copying of snapshots from one region to another region for a specified cluster.</p> <p>If your cluster and its snapshots are encrypted using a customer master key (CMK) from AWS KMS, use <a>DeleteSnapshotCopyGrant</a> to delete the grant that grants Amazon Redshift permission to the CMK in the destination region. </p>"
},
"EnableLogging":{
"name":"EnableLogging",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"EnableLoggingMessage"},
"output":{
"shape":"LoggingStatus",
"resultWrapper":"EnableLoggingResult"
},
"errors":[
{"shape":"ClusterNotFoundFault"},
{"shape":"BucketNotFoundFault"},
{"shape":"InsufficientS3BucketPolicyFault"},
{"shape":"InvalidS3KeyPrefixFault"},
{"shape":"InvalidS3BucketNameFault"}
],
"documentation":"<p>Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.</p>"
},
"EnableSnapshotCopy":{
"name":"EnableSnapshotCopy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"EnableSnapshotCopyMessage"},
"output":{
"shape":"EnableSnapshotCopyResult",
"resultWrapper":"EnableSnapshotCopyResult"
},
"errors":[
{"shape":"IncompatibleOrderableOptions"},
{"shape":"InvalidClusterStateFault"},
{"shape":"ClusterNotFoundFault"},
{"shape":"CopyToRegionDisabledFault"},
{"shape":"SnapshotCopyAlreadyEnabledFault"},
{"shape":"UnknownSnapshotCopyRegionFault"},
{"shape":"UnauthorizedOperation"},
{"shape":"SnapshotCopyGrantNotFoundFault"},
{"shape":"LimitExceededFault"},
{"shape":"DependentServiceRequestThrottlingFault"}
],
"documentation":"<p>Enables the automatic copy of snapshots from one region to another region for a specified cluster.</p>"
},
"ModifyCluster":{
"name":"ModifyCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyClusterMessage"},
"output":{
"shape":"ModifyClusterResult",
"resultWrapper":"ModifyClusterResult"
},
"errors":[
{"shape":"InvalidClusterStateFault"},
{"shape":"InvalidClusterSecurityGroupStateFault"},
{"shape":"ClusterNotFoundFault"},
{"shape":"NumberOfNodesQuotaExceededFault"},
{"shape":"ClusterSecurityGroupNotFoundFault"},
{"shape":"ClusterParameterGroupNotFoundFault"},
{"shape":"InsufficientClusterCapacityFault"},
{"shape":"UnsupportedOptionFault"},
{"shape":"UnauthorizedOperation"},
{"shape":"HsmClientCertificateNotFoundFault"},
{"shape":"HsmConfigurationNotFoundFault"},
{"shape":"ClusterAlreadyExistsFault"},
{"shape":"LimitExceededFault"},
{"shape":"DependentServiceRequestThrottlingFault"},
{"shape":"InvalidElasticIpFault"}
],
"documentation":"<p>Modifies the settings for a cluster. For example, you can add another security or parameter group, update the preferred maintenance window, or change the master user password. Resetting a cluster password or modifying the security groups associated with a cluster do not need a reboot. However, modifying a parameter group requires a reboot for parameters to take effect. For more information about managing clusters, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p> <p>You can also change node type and the number of nodes to scale up or down the cluster. When resizing a cluster, you must specify both the number of nodes and the node type even if one of the parameters does not change.</p>"
},
"ModifyClusterIamRoles":{
"name":"ModifyClusterIamRoles",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyClusterIamRolesMessage"},
"output":{
"shape":"ModifyClusterIamRolesResult",
"resultWrapper":"ModifyClusterIamRolesResult"
},
"errors":[
{"shape":"InvalidClusterStateFault"},
{"shape":"ClusterNotFoundFault"}
],
"documentation":"<p>Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.</p> <p>A cluster can have up to 10 IAM roles associated at any time.</p>"
},
"ModifyClusterParameterGroup":{
"name":"ModifyClusterParameterGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyClusterParameterGroupMessage"},
"output":{
"shape":"ClusterParameterGroupNameMessage",
"resultWrapper":"ModifyClusterParameterGroupResult"
},
"errors":[
{"shape":"ClusterParameterGroupNotFoundFault"},
{"shape":"InvalidClusterParameterGroupStateFault"}
],
"documentation":"<p>Modifies the parameters of a parameter group.</p> <p> For more information about parameters and parameter groups, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html\">Amazon Redshift Parameter Groups</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"ModifyClusterSubnetGroup":{
"name":"ModifyClusterSubnetGroup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyClusterSubnetGroupMessage"},
"output":{
"shape":"ModifyClusterSubnetGroupResult",
"resultWrapper":"ModifyClusterSubnetGroupResult"
},
"errors":[
{"shape":"ClusterSubnetGroupNotFoundFault"},
{"shape":"ClusterSubnetQuotaExceededFault"},
{"shape":"SubnetAlreadyInUse"},
{"shape":"InvalidSubnet"},
{"shape":"UnauthorizedOperation"},
{"shape":"DependentServiceRequestThrottlingFault"}
],
"documentation":"<p>Modifies a cluster subnet group to include the specified list of VPC subnets. The operation replaces the existing list of subnets with the new list of subnets.</p>"
},
"ModifyEventSubscription":{
"name":"ModifyEventSubscription",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyEventSubscriptionMessage"},
"output":{
"shape":"ModifyEventSubscriptionResult",
"resultWrapper":"ModifyEventSubscriptionResult"
},
"errors":[
{"shape":"SubscriptionNotFoundFault"},
{"shape":"SNSInvalidTopicFault"},
{"shape":"SNSNoAuthorizationFault"},
{"shape":"SNSTopicArnNotFoundFault"},
{"shape":"SubscriptionEventIdNotFoundFault"},
{"shape":"SubscriptionCategoryNotFoundFault"},
{"shape":"SubscriptionSeverityNotFoundFault"},
{"shape":"SourceNotFoundFault"},
{"shape":"InvalidSubscriptionStateFault"}
],
"documentation":"<p>Modifies an existing Amazon Redshift event notification subscription.</p>"
},
"ModifySnapshotCopyRetentionPeriod":{
"name":"ModifySnapshotCopyRetentionPeriod",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifySnapshotCopyRetentionPeriodMessage"},
"output":{
"shape":"ModifySnapshotCopyRetentionPeriodResult",
"resultWrapper":"ModifySnapshotCopyRetentionPeriodResult"
},
"errors":[
{"shape":"ClusterNotFoundFault"},
{"shape":"SnapshotCopyDisabledFault"},
{"shape":"UnauthorizedOperation"},
{"shape":"InvalidClusterStateFault"}
],
"documentation":"<p>Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.</p>"
},
"PurchaseReservedNodeOffering":{
"name":"PurchaseReservedNodeOffering",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PurchaseReservedNodeOfferingMessage"},
"output":{
"shape":"PurchaseReservedNodeOfferingResult",
"resultWrapper":"PurchaseReservedNodeOfferingResult"
},
"errors":[
{"shape":"ReservedNodeOfferingNotFoundFault"},
{"shape":"ReservedNodeAlreadyExistsFault"},
{"shape":"ReservedNodeQuotaExceededFault"},
{"shape":"UnsupportedOperationFault"}
],
"documentation":"<p>Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of reserved node offerings. You can purchase one or more of the offerings. You can call the <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved node offerings. You can call this API by providing a specific reserved node offering and the number of nodes you want to reserve. </p> <p> For more information about reserved node offerings, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/purchase-reserved-node-instance.html\">Purchasing Reserved Nodes</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
},
"RebootCluster":{
"name":"RebootCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RebootClusterMessage"},
"output":{
"shape":"RebootClusterResult",
"resultWrapper":"RebootClusterResult"
},
"errors":[
{"shape":"InvalidClusterStateFault"},