@aws-sdk/client-redshift 3.325.0 → 3.326.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +25 -0
  2. package/dist-types/commands/AddPartnerCommand.d.ts +7 -0
  3. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +18 -0
  4. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +40 -0
  5. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +18 -0
  6. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +16 -0
  7. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +53 -0
  8. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +16 -0
  10. package/dist-types/commands/CancelResizeCommand.d.ts +27 -0
  11. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +53 -0
  12. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +176 -0
  14. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
  16. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +53 -0
  17. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +31 -0
  18. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +31 -0
  19. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +27 -0
  20. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +15 -0
  21. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
  22. package/dist-types/commands/CreateScheduledActionCommand.d.ts +32 -0
  23. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +15 -0
  24. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +26 -0
  25. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  26. package/dist-types/commands/CreateUsageLimitCommand.d.ts +18 -0
  27. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +18 -0
  28. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteClusterCommand.d.ts +176 -0
  30. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -0
  32. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +53 -0
  33. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +31 -0
  35. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +4 -0
  38. package/dist-types/commands/DeletePartnerCommand.d.ts +7 -0
  39. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
  44. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +15 -0
  45. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +20 -0
  47. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +19 -0
  48. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +19 -0
  49. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +43 -0
  50. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +56 -0
  51. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +34 -0
  52. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +23 -0
  53. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +13 -0
  54. package/dist-types/commands/DescribeClustersCommand.d.ts +179 -0
  55. package/dist-types/commands/DescribeDataSharesCommand.d.ts +23 -0
  56. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +23 -0
  57. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +23 -0
  58. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +22 -0
  59. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +36 -0
  60. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +21 -0
  61. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +20 -0
  62. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +30 -0
  63. package/dist-types/commands/DescribeEventsCommand.d.ts +19 -0
  64. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +18 -0
  65. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +20 -0
  66. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +15 -0
  67. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +14 -0
  68. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +23 -0
  69. package/dist-types/commands/DescribePartnersCommand.d.ts +15 -0
  70. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +19 -0
  71. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +24 -0
  72. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +28 -0
  73. package/dist-types/commands/DescribeResizeCommand.d.ts +27 -0
  74. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +37 -0
  75. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +18 -0
  76. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +31 -0
  77. package/dist-types/commands/DescribeStorageCommand.d.ts +7 -0
  78. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +24 -0
  79. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +23 -0
  81. package/dist-types/commands/DisableLoggingCommand.d.ts +15 -0
  82. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +176 -0
  83. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
  84. package/dist-types/commands/EnableLoggingCommand.d.ts +15 -0
  85. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +176 -0
  86. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
  87. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +9 -0
  88. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +47 -0
  89. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +24 -0
  90. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +9 -0
  91. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +7 -0
  92. package/dist-types/commands/ModifyClusterCommand.d.ts +176 -0
  93. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +176 -0
  94. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +176 -0
  95. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +176 -0
  96. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +7 -0
  97. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +53 -0
  98. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -0
  99. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +31 -0
  100. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +31 -0
  101. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +27 -0
  102. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +32 -0
  103. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +176 -0
  104. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +26 -0
  105. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +18 -0
  106. package/dist-types/commands/PauseClusterCommand.d.ts +176 -0
  107. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +25 -0
  108. package/dist-types/commands/RebootClusterCommand.d.ts +176 -0
  109. package/dist-types/commands/RejectDataShareCommand.d.ts +18 -0
  110. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +7 -0
  111. package/dist-types/commands/ResizeClusterCommand.d.ts +176 -0
  112. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +176 -0
  113. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +21 -0
  114. package/dist-types/commands/ResumeClusterCommand.d.ts +176 -0
  115. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +40 -0
  116. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +16 -0
  117. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +53 -0
  118. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +176 -0
  119. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +7 -0
  120. package/package.json +3 -3
@@ -40,6 +40,35 @@ export interface DescribeSnapshotSchedulesCommandOutput extends DescribeSnapshot
40
40
  * };
41
41
  * const command = new DescribeSnapshotSchedulesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeSnapshotSchedulesOutputMessage
44
+ * // SnapshotSchedules: [ // SnapshotScheduleList
45
+ * // { // SnapshotSchedule
46
+ * // ScheduleDefinitions: [ // ScheduleDefinitionList
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // ScheduleIdentifier: "STRING_VALUE",
50
+ * // ScheduleDescription: "STRING_VALUE",
51
+ * // Tags: [ // TagList
52
+ * // { // Tag
53
+ * // Key: "STRING_VALUE",
54
+ * // Value: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // NextInvocations: [ // ScheduledSnapshotTimeList
58
+ * // new Date("TIMESTAMP"),
59
+ * // ],
60
+ * // AssociatedClusterCount: Number("int"),
61
+ * // AssociatedClusters: [ // AssociatedClusterList
62
+ * // { // ClusterAssociatedToSchedule
63
+ * // ClusterIdentifier: "STRING_VALUE",
64
+ * // ScheduleAssociationState: "MODIFYING" || "ACTIVE" || "FAILED",
65
+ * // },
66
+ * // ],
67
+ * // },
68
+ * // ],
69
+ * // Marker: "STRING_VALUE",
70
+ * // };
71
+ *
43
72
  * ```
44
73
  *
45
74
  * @param DescribeSnapshotSchedulesCommandInput - {@link DescribeSnapshotSchedulesCommandInput}
@@ -48,6 +77,8 @@ export interface DescribeSnapshotSchedulesCommandOutput extends DescribeSnapshot
48
77
  * @see {@link DescribeSnapshotSchedulesCommandOutput} for command's `response` shape.
49
78
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
50
79
  *
80
+ * @throws {@link RedshiftServiceException}
81
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
51
82
  *
52
83
  */
53
84
  export declare class DescribeSnapshotSchedulesCommand extends $Command<DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput, RedshiftClientResolvedConfig> {
@@ -29,6 +29,11 @@ export interface DescribeStorageCommandOutput extends CustomerStorageMessage, __
29
29
  * const input = {};
30
30
  * const command = new DescribeStorageCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // CustomerStorageMessage
33
+ * // TotalBackupSizeInMegaBytes: Number("double"),
34
+ * // TotalProvisionedStorageInMegaBytes: Number("double"),
35
+ * // };
36
+ *
32
37
  * ```
33
38
  *
34
39
  * @param DescribeStorageCommandInput - {@link DescribeStorageCommandInput}
@@ -37,6 +42,8 @@ export interface DescribeStorageCommandOutput extends CustomerStorageMessage, __
37
42
  * @see {@link DescribeStorageCommandOutput} for command's `response` shape.
38
43
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
39
44
  *
45
+ * @throws {@link RedshiftServiceException}
46
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
40
47
  *
41
48
  */
42
49
  export declare class DescribeStorageCommand extends $Command<DescribeStorageCommandInput, DescribeStorageCommandOutput, RedshiftClientResolvedConfig> {
@@ -39,6 +39,28 @@ export interface DescribeTableRestoreStatusCommandOutput extends TableRestoreSta
39
39
  * };
40
40
  * const command = new DescribeTableRestoreStatusCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // TableRestoreStatusMessage
43
+ * // TableRestoreStatusDetails: [ // TableRestoreStatusList
44
+ * // { // TableRestoreStatus
45
+ * // TableRestoreRequestId: "STRING_VALUE",
46
+ * // Status: "PENDING" || "IN_PROGRESS" || "SUCCEEDED" || "FAILED" || "CANCELED",
47
+ * // Message: "STRING_VALUE",
48
+ * // RequestTime: new Date("TIMESTAMP"),
49
+ * // ProgressInMegaBytes: Number("long"),
50
+ * // TotalDataInMegaBytes: Number("long"),
51
+ * // ClusterIdentifier: "STRING_VALUE",
52
+ * // SnapshotIdentifier: "STRING_VALUE",
53
+ * // SourceDatabaseName: "STRING_VALUE",
54
+ * // SourceSchemaName: "STRING_VALUE",
55
+ * // SourceTableName: "STRING_VALUE",
56
+ * // TargetDatabaseName: "STRING_VALUE",
57
+ * // TargetSchemaName: "STRING_VALUE",
58
+ * // NewTableName: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // Marker: "STRING_VALUE",
62
+ * // };
63
+ *
42
64
  * ```
43
65
  *
44
66
  * @param DescribeTableRestoreStatusCommandInput - {@link DescribeTableRestoreStatusCommandInput}
@@ -54,6 +76,8 @@ export interface DescribeTableRestoreStatusCommandOutput extends TableRestoreSta
54
76
  * @throws {@link TableRestoreNotFoundFault} (client fault)
55
77
  * <p>The specified <code>TableRestoreRequestId</code> value was not found.</p>
56
78
  *
79
+ * @throws {@link RedshiftServiceException}
80
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
57
81
  *
58
82
  */
59
83
  export declare class DescribeTableRestoreStatusCommand extends $Command<DescribeTableRestoreStatusCommandInput, DescribeTableRestoreStatusCommandOutput, RedshiftClientResolvedConfig> {
@@ -64,6 +64,20 @@ export interface DescribeTagsCommandOutput extends TaggedResourceListMessage, __
64
64
  * };
65
65
  * const command = new DescribeTagsCommand(input);
66
66
  * const response = await client.send(command);
67
+ * // { // TaggedResourceListMessage
68
+ * // TaggedResources: [ // TaggedResourceList
69
+ * // { // TaggedResource
70
+ * // Tag: { // Tag
71
+ * // Key: "STRING_VALUE",
72
+ * // Value: "STRING_VALUE",
73
+ * // },
74
+ * // ResourceName: "STRING_VALUE",
75
+ * // ResourceType: "STRING_VALUE",
76
+ * // },
77
+ * // ],
78
+ * // Marker: "STRING_VALUE",
79
+ * // };
80
+ *
67
81
  * ```
68
82
  *
69
83
  * @param DescribeTagsCommandInput - {@link DescribeTagsCommandInput}
@@ -78,6 +92,8 @@ export interface DescribeTagsCommandOutput extends TaggedResourceListMessage, __
78
92
  * @throws {@link ResourceNotFoundFault} (client fault)
79
93
  * <p>The resource could not be found.</p>
80
94
  *
95
+ * @throws {@link RedshiftServiceException}
96
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
81
97
  *
82
98
  */
83
99
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, RedshiftClientResolvedConfig> {
@@ -60,6 +60,27 @@ export interface DescribeUsageLimitsCommandOutput extends UsageLimitList, __Meta
60
60
  * };
61
61
  * const command = new DescribeUsageLimitsCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // { // UsageLimitList
64
+ * // UsageLimits: [ // UsageLimits
65
+ * // { // UsageLimit
66
+ * // UsageLimitId: "STRING_VALUE",
67
+ * // ClusterIdentifier: "STRING_VALUE",
68
+ * // FeatureType: "spectrum" || "concurrency-scaling" || "cross-region-datasharing",
69
+ * // LimitType: "time" || "data-scanned",
70
+ * // Amount: Number("long"),
71
+ * // Period: "daily" || "weekly" || "monthly",
72
+ * // BreachAction: "log" || "emit-metric" || "disable",
73
+ * // Tags: [ // TagList
74
+ * // { // Tag
75
+ * // Key: "STRING_VALUE",
76
+ * // Value: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // },
80
+ * // ],
81
+ * // Marker: "STRING_VALUE",
82
+ * // };
83
+ *
63
84
  * ```
64
85
  *
65
86
  * @param DescribeUsageLimitsCommandInput - {@link DescribeUsageLimitsCommandInput}
@@ -75,6 +96,8 @@ export interface DescribeUsageLimitsCommandOutput extends UsageLimitList, __Meta
75
96
  * @throws {@link UnsupportedOperationFault} (client fault)
76
97
  * <p>The requested operation isn't supported.</p>
77
98
  *
99
+ * @throws {@link RedshiftServiceException}
100
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
78
101
  *
79
102
  */
80
103
  export declare class DescribeUsageLimitsCommand extends $Command<DescribeUsageLimitsCommandInput, DescribeUsageLimitsCommandOutput, RedshiftClientResolvedConfig> {
@@ -32,6 +32,19 @@ export interface DisableLoggingCommandOutput extends LoggingStatus, __MetadataBe
32
32
  * };
33
33
  * const command = new DisableLoggingCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // LoggingStatus
36
+ * // LoggingEnabled: true || false,
37
+ * // BucketName: "STRING_VALUE",
38
+ * // S3KeyPrefix: "STRING_VALUE",
39
+ * // LastSuccessfulDeliveryTime: new Date("TIMESTAMP"),
40
+ * // LastFailureTime: new Date("TIMESTAMP"),
41
+ * // LastFailureMessage: "STRING_VALUE",
42
+ * // LogDestinationType: "s3" || "cloudwatch",
43
+ * // LogExports: [ // LogTypeList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // };
47
+ *
35
48
  * ```
36
49
  *
37
50
  * @param DisableLoggingCommandInput - {@link DisableLoggingCommandInput}
@@ -47,6 +60,8 @@ export interface DisableLoggingCommandOutput extends LoggingStatus, __MetadataBe
47
60
  * @throws {@link InvalidClusterStateFault} (client fault)
48
61
  * <p>The specified cluster is not in the <code>available</code> state. </p>
49
62
  *
63
+ * @throws {@link RedshiftServiceException}
64
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
50
65
  *
51
66
  */
52
67
  export declare class DisableLoggingCommand extends $Command<DisableLoggingCommandInput, DisableLoggingCommandOutput, RedshiftClientResolvedConfig> {
@@ -35,6 +35,180 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
35
35
  * };
36
36
  * const command = new DisableSnapshotCopyCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DisableSnapshotCopyResult
39
+ * // Cluster: { // Cluster
40
+ * // ClusterIdentifier: "STRING_VALUE",
41
+ * // NodeType: "STRING_VALUE",
42
+ * // ClusterStatus: "STRING_VALUE",
43
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
44
+ * // ModifyStatus: "STRING_VALUE",
45
+ * // MasterUsername: "STRING_VALUE",
46
+ * // DBName: "STRING_VALUE",
47
+ * // Endpoint: { // Endpoint
48
+ * // Address: "STRING_VALUE",
49
+ * // Port: Number("int"),
50
+ * // VpcEndpoints: [ // VpcEndpointsList
51
+ * // { // VpcEndpoint
52
+ * // VpcEndpointId: "STRING_VALUE",
53
+ * // VpcId: "STRING_VALUE",
54
+ * // NetworkInterfaces: [ // NetworkInterfaceList
55
+ * // { // NetworkInterface
56
+ * // NetworkInterfaceId: "STRING_VALUE",
57
+ * // SubnetId: "STRING_VALUE",
58
+ * // PrivateIpAddress: "STRING_VALUE",
59
+ * // AvailabilityZone: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // },
63
+ * // ],
64
+ * // },
65
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
66
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
67
+ * // ManualSnapshotRetentionPeriod: Number("int"),
68
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
69
+ * // { // ClusterSecurityGroupMembership
70
+ * // ClusterSecurityGroupName: "STRING_VALUE",
71
+ * // Status: "STRING_VALUE",
72
+ * // },
73
+ * // ],
74
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
75
+ * // { // VpcSecurityGroupMembership
76
+ * // VpcSecurityGroupId: "STRING_VALUE",
77
+ * // Status: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
81
+ * // { // ClusterParameterGroupStatus
82
+ * // ParameterGroupName: "STRING_VALUE",
83
+ * // ParameterApplyStatus: "STRING_VALUE",
84
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
85
+ * // { // ClusterParameterStatus
86
+ * // ParameterName: "STRING_VALUE",
87
+ * // ParameterApplyStatus: "STRING_VALUE",
88
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
89
+ * // },
90
+ * // ],
91
+ * // },
92
+ * // ],
93
+ * // ClusterSubnetGroupName: "STRING_VALUE",
94
+ * // VpcId: "STRING_VALUE",
95
+ * // AvailabilityZone: "STRING_VALUE",
96
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
97
+ * // PendingModifiedValues: { // PendingModifiedValues
98
+ * // MasterUserPassword: "STRING_VALUE",
99
+ * // NodeType: "STRING_VALUE",
100
+ * // NumberOfNodes: Number("int"),
101
+ * // ClusterType: "STRING_VALUE",
102
+ * // ClusterVersion: "STRING_VALUE",
103
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
104
+ * // ClusterIdentifier: "STRING_VALUE",
105
+ * // PubliclyAccessible: true || false,
106
+ * // EnhancedVpcRouting: true || false,
107
+ * // MaintenanceTrackName: "STRING_VALUE",
108
+ * // EncryptionType: "STRING_VALUE",
109
+ * // },
110
+ * // ClusterVersion: "STRING_VALUE",
111
+ * // AllowVersionUpgrade: true || false,
112
+ * // NumberOfNodes: Number("int"),
113
+ * // PubliclyAccessible: true || false,
114
+ * // Encrypted: true || false,
115
+ * // RestoreStatus: { // RestoreStatus
116
+ * // Status: "STRING_VALUE",
117
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
118
+ * // SnapshotSizeInMegaBytes: Number("long"),
119
+ * // ProgressInMegaBytes: Number("long"),
120
+ * // ElapsedTimeInSeconds: Number("long"),
121
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
122
+ * // },
123
+ * // DataTransferProgress: { // DataTransferProgress
124
+ * // Status: "STRING_VALUE",
125
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
126
+ * // TotalDataInMegaBytes: Number("long"),
127
+ * // DataTransferredInMegaBytes: Number("long"),
128
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
129
+ * // ElapsedTimeInSeconds: Number("long"),
130
+ * // },
131
+ * // HsmStatus: { // HsmStatus
132
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
133
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
134
+ * // Status: "STRING_VALUE",
135
+ * // },
136
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
137
+ * // DestinationRegion: "STRING_VALUE",
138
+ * // RetentionPeriod: Number("long"),
139
+ * // ManualSnapshotRetentionPeriod: Number("int"),
140
+ * // SnapshotCopyGrantName: "STRING_VALUE",
141
+ * // },
142
+ * // ClusterPublicKey: "STRING_VALUE",
143
+ * // ClusterNodes: [ // ClusterNodesList
144
+ * // { // ClusterNode
145
+ * // NodeRole: "STRING_VALUE",
146
+ * // PrivateIPAddress: "STRING_VALUE",
147
+ * // PublicIPAddress: "STRING_VALUE",
148
+ * // },
149
+ * // ],
150
+ * // ElasticIpStatus: { // ElasticIpStatus
151
+ * // ElasticIp: "STRING_VALUE",
152
+ * // Status: "STRING_VALUE",
153
+ * // },
154
+ * // ClusterRevisionNumber: "STRING_VALUE",
155
+ * // Tags: [ // TagList
156
+ * // { // Tag
157
+ * // Key: "STRING_VALUE",
158
+ * // Value: "STRING_VALUE",
159
+ * // },
160
+ * // ],
161
+ * // KmsKeyId: "STRING_VALUE",
162
+ * // EnhancedVpcRouting: true || false,
163
+ * // IamRoles: [ // ClusterIamRoleList
164
+ * // { // ClusterIamRole
165
+ * // IamRoleArn: "STRING_VALUE",
166
+ * // ApplyStatus: "STRING_VALUE",
167
+ * // },
168
+ * // ],
169
+ * // PendingActions: [ // PendingActionsList
170
+ * // "STRING_VALUE",
171
+ * // ],
172
+ * // MaintenanceTrackName: "STRING_VALUE",
173
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
174
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
175
+ * // { // DeferredMaintenanceWindow
176
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
177
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
178
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
179
+ * // },
180
+ * // ],
181
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
182
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
183
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
184
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
185
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
186
+ * // ResizeInfo: { // ResizeInfo
187
+ * // ResizeType: "STRING_VALUE",
188
+ * // AllowCancelResize: true || false,
189
+ * // },
190
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
191
+ * // ClusterNamespaceArn: "STRING_VALUE",
192
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
193
+ * // AquaConfiguration: { // AquaConfiguration
194
+ * // AquaStatus: "enabled" || "disabled" || "applying",
195
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
196
+ * // },
197
+ * // DefaultIamRoleArn: "STRING_VALUE",
198
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
199
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
200
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
201
+ * // RequestTime: new Date("TIMESTAMP"),
202
+ * // SourceReservedNodeId: "STRING_VALUE",
203
+ * // SourceReservedNodeType: "STRING_VALUE",
204
+ * // SourceReservedNodeCount: Number("int"),
205
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
206
+ * // TargetReservedNodeType: "STRING_VALUE",
207
+ * // TargetReservedNodeCount: Number("int"),
208
+ * // },
209
+ * // },
210
+ * // };
211
+ *
38
212
  * ```
39
213
  *
40
214
  * @param DisableSnapshotCopyCommandInput - {@link DisableSnapshotCopyCommandInput}
@@ -56,6 +230,8 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
56
230
  * @throws {@link UnauthorizedOperation} (client fault)
57
231
  * <p>Your account is not authorized to perform the requested operation.</p>
58
232
  *
233
+ * @throws {@link RedshiftServiceException}
234
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
59
235
  *
60
236
  */
61
237
  export declare class DisableSnapshotCopyCommand extends $Command<DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig> {
@@ -36,6 +36,22 @@ export interface DisassociateDataShareConsumerCommandOutput extends DataShare, _
36
36
  * };
37
37
  * const command = new DisassociateDataShareConsumerCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DataShare
40
+ * // DataShareArn: "STRING_VALUE",
41
+ * // ProducerArn: "STRING_VALUE",
42
+ * // AllowPubliclyAccessibleConsumers: true || false,
43
+ * // DataShareAssociations: [ // DataShareAssociationList
44
+ * // { // DataShareAssociation
45
+ * // ConsumerIdentifier: "STRING_VALUE",
46
+ * // Status: "ACTIVE" || "PENDING_AUTHORIZATION" || "AUTHORIZED" || "DEAUTHORIZED" || "REJECTED" || "AVAILABLE",
47
+ * // ConsumerRegion: "STRING_VALUE",
48
+ * // CreatedDate: new Date("TIMESTAMP"),
49
+ * // StatusChangeDate: new Date("TIMESTAMP"),
50
+ * // },
51
+ * // ],
52
+ * // ManagedBy: "STRING_VALUE",
53
+ * // };
54
+ *
39
55
  * ```
40
56
  *
41
57
  * @param DisassociateDataShareConsumerCommandInput - {@link DisassociateDataShareConsumerCommandInput}
@@ -50,6 +66,8 @@ export interface DisassociateDataShareConsumerCommandOutput extends DataShare, _
50
66
  * @throws {@link InvalidNamespaceFault} (client fault)
51
67
  * <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
52
68
  *
69
+ * @throws {@link RedshiftServiceException}
70
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
53
71
  *
54
72
  */
55
73
  export declare class DisassociateDataShareConsumerCommand extends $Command<DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsumerCommandOutput, RedshiftClientResolvedConfig> {
@@ -38,6 +38,19 @@ export interface EnableLoggingCommandOutput extends LoggingStatus, __MetadataBea
38
38
  * };
39
39
  * const command = new EnableLoggingCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // LoggingStatus
42
+ * // LoggingEnabled: true || false,
43
+ * // BucketName: "STRING_VALUE",
44
+ * // S3KeyPrefix: "STRING_VALUE",
45
+ * // LastSuccessfulDeliveryTime: new Date("TIMESTAMP"),
46
+ * // LastFailureTime: new Date("TIMESTAMP"),
47
+ * // LastFailureMessage: "STRING_VALUE",
48
+ * // LogDestinationType: "s3" || "cloudwatch",
49
+ * // LogExports: [ // LogTypeList
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // };
53
+ *
41
54
  * ```
42
55
  *
43
56
  * @param EnableLoggingCommandInput - {@link EnableLoggingCommandInput}
@@ -70,6 +83,8 @@ export interface EnableLoggingCommandOutput extends LoggingStatus, __MetadataBea
70
83
  * <p>The string specified for the logging S3 key prefix does not comply with the
71
84
  * documented constraints.</p>
72
85
  *
86
+ * @throws {@link RedshiftServiceException}
87
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
73
88
  *
74
89
  */
75
90
  export declare class EnableLoggingCommand extends $Command<EnableLoggingCommandInput, EnableLoggingCommandOutput, RedshiftClientResolvedConfig> {
@@ -36,6 +36,180 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
36
36
  * };
37
37
  * const command = new EnableSnapshotCopyCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // EnableSnapshotCopyResult
40
+ * // Cluster: { // Cluster
41
+ * // ClusterIdentifier: "STRING_VALUE",
42
+ * // NodeType: "STRING_VALUE",
43
+ * // ClusterStatus: "STRING_VALUE",
44
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
45
+ * // ModifyStatus: "STRING_VALUE",
46
+ * // MasterUsername: "STRING_VALUE",
47
+ * // DBName: "STRING_VALUE",
48
+ * // Endpoint: { // Endpoint
49
+ * // Address: "STRING_VALUE",
50
+ * // Port: Number("int"),
51
+ * // VpcEndpoints: [ // VpcEndpointsList
52
+ * // { // VpcEndpoint
53
+ * // VpcEndpointId: "STRING_VALUE",
54
+ * // VpcId: "STRING_VALUE",
55
+ * // NetworkInterfaces: [ // NetworkInterfaceList
56
+ * // { // NetworkInterface
57
+ * // NetworkInterfaceId: "STRING_VALUE",
58
+ * // SubnetId: "STRING_VALUE",
59
+ * // PrivateIpAddress: "STRING_VALUE",
60
+ * // AvailabilityZone: "STRING_VALUE",
61
+ * // },
62
+ * // ],
63
+ * // },
64
+ * // ],
65
+ * // },
66
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
67
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
68
+ * // ManualSnapshotRetentionPeriod: Number("int"),
69
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
70
+ * // { // ClusterSecurityGroupMembership
71
+ * // ClusterSecurityGroupName: "STRING_VALUE",
72
+ * // Status: "STRING_VALUE",
73
+ * // },
74
+ * // ],
75
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
76
+ * // { // VpcSecurityGroupMembership
77
+ * // VpcSecurityGroupId: "STRING_VALUE",
78
+ * // Status: "STRING_VALUE",
79
+ * // },
80
+ * // ],
81
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
82
+ * // { // ClusterParameterGroupStatus
83
+ * // ParameterGroupName: "STRING_VALUE",
84
+ * // ParameterApplyStatus: "STRING_VALUE",
85
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
86
+ * // { // ClusterParameterStatus
87
+ * // ParameterName: "STRING_VALUE",
88
+ * // ParameterApplyStatus: "STRING_VALUE",
89
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
90
+ * // },
91
+ * // ],
92
+ * // },
93
+ * // ],
94
+ * // ClusterSubnetGroupName: "STRING_VALUE",
95
+ * // VpcId: "STRING_VALUE",
96
+ * // AvailabilityZone: "STRING_VALUE",
97
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
98
+ * // PendingModifiedValues: { // PendingModifiedValues
99
+ * // MasterUserPassword: "STRING_VALUE",
100
+ * // NodeType: "STRING_VALUE",
101
+ * // NumberOfNodes: Number("int"),
102
+ * // ClusterType: "STRING_VALUE",
103
+ * // ClusterVersion: "STRING_VALUE",
104
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
105
+ * // ClusterIdentifier: "STRING_VALUE",
106
+ * // PubliclyAccessible: true || false,
107
+ * // EnhancedVpcRouting: true || false,
108
+ * // MaintenanceTrackName: "STRING_VALUE",
109
+ * // EncryptionType: "STRING_VALUE",
110
+ * // },
111
+ * // ClusterVersion: "STRING_VALUE",
112
+ * // AllowVersionUpgrade: true || false,
113
+ * // NumberOfNodes: Number("int"),
114
+ * // PubliclyAccessible: true || false,
115
+ * // Encrypted: true || false,
116
+ * // RestoreStatus: { // RestoreStatus
117
+ * // Status: "STRING_VALUE",
118
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
119
+ * // SnapshotSizeInMegaBytes: Number("long"),
120
+ * // ProgressInMegaBytes: Number("long"),
121
+ * // ElapsedTimeInSeconds: Number("long"),
122
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
123
+ * // },
124
+ * // DataTransferProgress: { // DataTransferProgress
125
+ * // Status: "STRING_VALUE",
126
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
127
+ * // TotalDataInMegaBytes: Number("long"),
128
+ * // DataTransferredInMegaBytes: Number("long"),
129
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
130
+ * // ElapsedTimeInSeconds: Number("long"),
131
+ * // },
132
+ * // HsmStatus: { // HsmStatus
133
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
134
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
135
+ * // Status: "STRING_VALUE",
136
+ * // },
137
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
138
+ * // DestinationRegion: "STRING_VALUE",
139
+ * // RetentionPeriod: Number("long"),
140
+ * // ManualSnapshotRetentionPeriod: Number("int"),
141
+ * // SnapshotCopyGrantName: "STRING_VALUE",
142
+ * // },
143
+ * // ClusterPublicKey: "STRING_VALUE",
144
+ * // ClusterNodes: [ // ClusterNodesList
145
+ * // { // ClusterNode
146
+ * // NodeRole: "STRING_VALUE",
147
+ * // PrivateIPAddress: "STRING_VALUE",
148
+ * // PublicIPAddress: "STRING_VALUE",
149
+ * // },
150
+ * // ],
151
+ * // ElasticIpStatus: { // ElasticIpStatus
152
+ * // ElasticIp: "STRING_VALUE",
153
+ * // Status: "STRING_VALUE",
154
+ * // },
155
+ * // ClusterRevisionNumber: "STRING_VALUE",
156
+ * // Tags: [ // TagList
157
+ * // { // Tag
158
+ * // Key: "STRING_VALUE",
159
+ * // Value: "STRING_VALUE",
160
+ * // },
161
+ * // ],
162
+ * // KmsKeyId: "STRING_VALUE",
163
+ * // EnhancedVpcRouting: true || false,
164
+ * // IamRoles: [ // ClusterIamRoleList
165
+ * // { // ClusterIamRole
166
+ * // IamRoleArn: "STRING_VALUE",
167
+ * // ApplyStatus: "STRING_VALUE",
168
+ * // },
169
+ * // ],
170
+ * // PendingActions: [ // PendingActionsList
171
+ * // "STRING_VALUE",
172
+ * // ],
173
+ * // MaintenanceTrackName: "STRING_VALUE",
174
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
175
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
176
+ * // { // DeferredMaintenanceWindow
177
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
178
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
179
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
180
+ * // },
181
+ * // ],
182
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
183
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
184
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
185
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
186
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
187
+ * // ResizeInfo: { // ResizeInfo
188
+ * // ResizeType: "STRING_VALUE",
189
+ * // AllowCancelResize: true || false,
190
+ * // },
191
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
192
+ * // ClusterNamespaceArn: "STRING_VALUE",
193
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
194
+ * // AquaConfiguration: { // AquaConfiguration
195
+ * // AquaStatus: "enabled" || "disabled" || "applying",
196
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
197
+ * // },
198
+ * // DefaultIamRoleArn: "STRING_VALUE",
199
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
200
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
201
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
202
+ * // RequestTime: new Date("TIMESTAMP"),
203
+ * // SourceReservedNodeId: "STRING_VALUE",
204
+ * // SourceReservedNodeType: "STRING_VALUE",
205
+ * // SourceReservedNodeCount: Number("int"),
206
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
207
+ * // TargetReservedNodeType: "STRING_VALUE",
208
+ * // TargetReservedNodeCount: Number("int"),
209
+ * // },
210
+ * // },
211
+ * // };
212
+ *
39
213
  * ```
40
214
  *
41
215
  * @param EnableSnapshotCopyCommandInput - {@link EnableSnapshotCopyCommandInput}
@@ -82,6 +256,8 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
82
256
  * @throws {@link UnknownSnapshotCopyRegionFault} (client fault)
83
257
  * <p>The specified region is incorrect or does not exist.</p>
84
258
  *
259
+ * @throws {@link RedshiftServiceException}
260
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
85
261
  *
86
262
  */
87
263
  export declare class EnableSnapshotCopyCommand extends $Command<EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig> {