@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
@@ -36,6 +36,40 @@ export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList,
36
36
  * };
37
37
  * const command = new DescribeEndpointAccessCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // EndpointAccessList
40
+ * // EndpointAccessList: [ // EndpointAccesses
41
+ * // { // EndpointAccess
42
+ * // ClusterIdentifier: "STRING_VALUE",
43
+ * // ResourceOwner: "STRING_VALUE",
44
+ * // SubnetGroupName: "STRING_VALUE",
45
+ * // EndpointStatus: "STRING_VALUE",
46
+ * // EndpointName: "STRING_VALUE",
47
+ * // EndpointCreateTime: new Date("TIMESTAMP"),
48
+ * // Port: Number("int"),
49
+ * // Address: "STRING_VALUE",
50
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
51
+ * // { // VpcSecurityGroupMembership
52
+ * // VpcSecurityGroupId: "STRING_VALUE",
53
+ * // Status: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // VpcEndpoint: { // VpcEndpoint
57
+ * // VpcEndpointId: "STRING_VALUE",
58
+ * // VpcId: "STRING_VALUE",
59
+ * // NetworkInterfaces: [ // NetworkInterfaceList
60
+ * // { // NetworkInterface
61
+ * // NetworkInterfaceId: "STRING_VALUE",
62
+ * // SubnetId: "STRING_VALUE",
63
+ * // PrivateIpAddress: "STRING_VALUE",
64
+ * // AvailabilityZone: "STRING_VALUE",
65
+ * // },
66
+ * // ],
67
+ * // },
68
+ * // },
69
+ * // ],
70
+ * // Marker: "STRING_VALUE",
71
+ * // };
72
+ *
39
73
  * ```
40
74
  *
41
75
  * @param DescribeEndpointAccessCommandInput - {@link DescribeEndpointAccessCommandInput}
@@ -54,6 +88,8 @@ export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList,
54
88
  * @throws {@link InvalidClusterStateFault} (client fault)
55
89
  * <p>The specified cluster is not in the <code>available</code> state. </p>
56
90
  *
91
+ * @throws {@link RedshiftServiceException}
92
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
57
93
  *
58
94
  */
59
95
  export declare class DescribeEndpointAccessCommand extends $Command<DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
@@ -35,6 +35,25 @@ export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuth
35
35
  * };
36
36
  * const command = new DescribeEndpointAuthorizationCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // EndpointAuthorizationList
39
+ * // EndpointAuthorizationList: [ // EndpointAuthorizations
40
+ * // { // EndpointAuthorization
41
+ * // Grantor: "STRING_VALUE",
42
+ * // Grantee: "STRING_VALUE",
43
+ * // ClusterIdentifier: "STRING_VALUE",
44
+ * // AuthorizeTime: new Date("TIMESTAMP"),
45
+ * // ClusterStatus: "STRING_VALUE",
46
+ * // Status: "Authorized" || "Revoking",
47
+ * // AllowedAllVPCs: true || false,
48
+ * // AllowedVPCs: [ // VpcIdentifierList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // EndpointCount: Number("int"),
52
+ * // },
53
+ * // ],
54
+ * // Marker: "STRING_VALUE",
55
+ * // };
56
+ *
38
57
  * ```
39
58
  *
40
59
  * @param DescribeEndpointAuthorizationCommandInput - {@link DescribeEndpointAuthorizationCommandInput}
@@ -50,6 +69,8 @@ export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuth
50
69
  * @throws {@link UnsupportedOperationFault} (client fault)
51
70
  * <p>The requested operation isn't supported.</p>
52
71
  *
72
+ * @throws {@link RedshiftServiceException}
73
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
53
74
  *
54
75
  */
55
76
  export declare class DescribeEndpointAuthorizationCommand extends $Command<DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput, RedshiftClientResolvedConfig> {
@@ -33,6 +33,24 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
33
33
  * };
34
34
  * const command = new DescribeEventCategoriesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // EventCategoriesMessage
37
+ * // EventCategoriesMapList: [ // EventCategoriesMapList
38
+ * // { // EventCategoriesMap
39
+ * // SourceType: "STRING_VALUE",
40
+ * // Events: [ // EventInfoMapList
41
+ * // { // EventInfoMap
42
+ * // EventId: "STRING_VALUE",
43
+ * // EventCategories: [ // EventCategoriesList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // EventDescription: "STRING_VALUE",
47
+ * // Severity: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // },
51
+ * // ],
52
+ * // };
53
+ *
36
54
  * ```
37
55
  *
38
56
  * @param DescribeEventCategoriesCommandInput - {@link DescribeEventCategoriesCommandInput}
@@ -41,6 +59,8 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
41
59
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
42
60
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
43
61
  *
62
+ * @throws {@link RedshiftServiceException}
63
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
44
64
  *
45
65
  */
46
66
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, RedshiftClientResolvedConfig> {
@@ -49,6 +49,34 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
49
49
  * };
50
50
  * const command = new DescribeEventSubscriptionsCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // EventSubscriptionsMessage
53
+ * // Marker: "STRING_VALUE",
54
+ * // EventSubscriptionsList: [ // EventSubscriptionsList
55
+ * // { // EventSubscription
56
+ * // CustomerAwsId: "STRING_VALUE",
57
+ * // CustSubscriptionId: "STRING_VALUE",
58
+ * // SnsTopicArn: "STRING_VALUE",
59
+ * // Status: "STRING_VALUE",
60
+ * // SubscriptionCreationTime: new Date("TIMESTAMP"),
61
+ * // SourceType: "STRING_VALUE",
62
+ * // SourceIdsList: [ // SourceIdsList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // EventCategoriesList: [ // EventCategoriesList
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // Severity: "STRING_VALUE",
69
+ * // Enabled: true || false,
70
+ * // Tags: [ // TagList
71
+ * // { // Tag
72
+ * // Key: "STRING_VALUE",
73
+ * // Value: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // },
77
+ * // ],
78
+ * // };
79
+ *
52
80
  * ```
53
81
  *
54
82
  * @param DescribeEventSubscriptionsCommandInput - {@link DescribeEventSubscriptionsCommandInput}
@@ -64,6 +92,8 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
64
92
  * <p>An Amazon Redshift event notification subscription with the specified name does not
65
93
  * exist.</p>
66
94
  *
95
+ * @throws {@link RedshiftServiceException}
96
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
67
97
  *
68
98
  */
69
99
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -40,6 +40,23 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
40
40
  * };
41
41
  * const command = new DescribeEventsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // EventsMessage
44
+ * // Marker: "STRING_VALUE",
45
+ * // Events: [ // EventList
46
+ * // { // Event
47
+ * // SourceIdentifier: "STRING_VALUE",
48
+ * // SourceType: "cluster" || "cluster-parameter-group" || "cluster-security-group" || "cluster-snapshot" || "scheduled-action",
49
+ * // Message: "STRING_VALUE",
50
+ * // EventCategories: [ // EventCategoriesList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // Severity: "STRING_VALUE",
54
+ * // Date: new Date("TIMESTAMP"),
55
+ * // EventId: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // };
59
+ *
43
60
  * ```
44
61
  *
45
62
  * @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
@@ -48,6 +65,8 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
48
65
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
49
66
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
50
67
  *
68
+ * @throws {@link RedshiftServiceException}
69
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
51
70
  *
52
71
  */
53
72
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, RedshiftClientResolvedConfig> {
@@ -48,6 +48,22 @@ export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCer
48
48
  * };
49
49
  * const command = new DescribeHsmClientCertificatesCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // HsmClientCertificateMessage
52
+ * // Marker: "STRING_VALUE",
53
+ * // HsmClientCertificates: [ // HsmClientCertificateList
54
+ * // { // HsmClientCertificate
55
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
56
+ * // HsmClientCertificatePublicKey: "STRING_VALUE",
57
+ * // Tags: [ // TagList
58
+ * // { // Tag
59
+ * // Key: "STRING_VALUE",
60
+ * // Value: "STRING_VALUE",
61
+ * // },
62
+ * // ],
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
51
67
  * ```
52
68
  *
53
69
  * @param DescribeHsmClientCertificatesCommandInput - {@link DescribeHsmClientCertificatesCommandInput}
@@ -63,6 +79,8 @@ export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCer
63
79
  * @throws {@link InvalidTagFault} (client fault)
64
80
  * <p>The tag is invalid.</p>
65
81
  *
82
+ * @throws {@link RedshiftServiceException}
83
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
66
84
  *
67
85
  */
68
86
  export declare class DescribeHsmClientCertificatesCommand extends $Command<DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput, RedshiftClientResolvedConfig> {
@@ -49,6 +49,24 @@ export interface DescribeHsmConfigurationsCommandOutput extends HsmConfiguration
49
49
  * };
50
50
  * const command = new DescribeHsmConfigurationsCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // HsmConfigurationMessage
53
+ * // Marker: "STRING_VALUE",
54
+ * // HsmConfigurations: [ // HsmConfigurationList
55
+ * // { // HsmConfiguration
56
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
57
+ * // Description: "STRING_VALUE",
58
+ * // HsmIpAddress: "STRING_VALUE",
59
+ * // HsmPartitionName: "STRING_VALUE",
60
+ * // Tags: [ // TagList
61
+ * // { // Tag
62
+ * // Key: "STRING_VALUE",
63
+ * // Value: "STRING_VALUE",
64
+ * // },
65
+ * // ],
66
+ * // },
67
+ * // ],
68
+ * // };
69
+ *
52
70
  * ```
53
71
  *
54
72
  * @param DescribeHsmConfigurationsCommandInput - {@link DescribeHsmConfigurationsCommandInput}
@@ -63,6 +81,8 @@ export interface DescribeHsmConfigurationsCommandOutput extends HsmConfiguration
63
81
  * @throws {@link InvalidTagFault} (client fault)
64
82
  * <p>The tag is invalid.</p>
65
83
  *
84
+ * @throws {@link RedshiftServiceException}
85
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
66
86
  *
67
87
  */
68
88
  export declare class DescribeHsmConfigurationsCommand extends $Command<DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig> {
@@ -32,6 +32,19 @@ export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __Met
32
32
  * };
33
33
  * const command = new DescribeLoggingStatusCommand(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 DescribeLoggingStatusCommandInput - {@link DescribeLoggingStatusCommandInput}
@@ -44,6 +57,8 @@ export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __Met
44
57
  * <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
45
58
  * </p>
46
59
  *
60
+ * @throws {@link RedshiftServiceException}
61
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
47
62
  *
48
63
  */
49
64
  export declare class DescribeLoggingStatusCommand extends $Command<DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput, RedshiftClientResolvedConfig> {
@@ -47,6 +47,18 @@ export interface DescribeNodeConfigurationOptionsCommandOutput extends NodeConfi
47
47
  * };
48
48
  * const command = new DescribeNodeConfigurationOptionsCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // NodeConfigurationOptionsMessage
51
+ * // NodeConfigurationOptionList: [ // NodeConfigurationOptionList
52
+ * // { // NodeConfigurationOption
53
+ * // NodeType: "STRING_VALUE",
54
+ * // NumberOfNodes: Number("int"),
55
+ * // EstimatedDiskUtilizationPercent: Number("double"),
56
+ * // Mode: "standard" || "high-performance",
57
+ * // },
58
+ * // ],
59
+ * // Marker: "STRING_VALUE",
60
+ * // };
61
+ *
50
62
  * ```
51
63
  *
52
64
  * @param DescribeNodeConfigurationOptionsCommandInput - {@link DescribeNodeConfigurationOptionsCommandInput}
@@ -73,6 +85,8 @@ export interface DescribeNodeConfigurationOptionsCommandOutput extends NodeConfi
73
85
  * @throws {@link UnsupportedOperationFault} (client fault)
74
86
  * <p>The requested operation isn't supported.</p>
75
87
  *
88
+ * @throws {@link RedshiftServiceException}
89
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
76
90
  *
77
91
  */
78
92
  export declare class DescribeNodeConfigurationOptionsCommand extends $Command<DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -42,6 +42,27 @@ export interface DescribeOrderableClusterOptionsCommandOutput extends OrderableC
42
42
  * };
43
43
  * const command = new DescribeOrderableClusterOptionsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // OrderableClusterOptionsMessage
46
+ * // OrderableClusterOptions: [ // OrderableClusterOptionsList
47
+ * // { // OrderableClusterOption
48
+ * // ClusterVersion: "STRING_VALUE",
49
+ * // ClusterType: "STRING_VALUE",
50
+ * // NodeType: "STRING_VALUE",
51
+ * // AvailabilityZones: [ // AvailabilityZoneList
52
+ * // { // AvailabilityZone
53
+ * // Name: "STRING_VALUE",
54
+ * // SupportedPlatforms: [ // SupportedPlatformsList
55
+ * // { // SupportedPlatform
56
+ * // Name: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // },
60
+ * // ],
61
+ * // },
62
+ * // ],
63
+ * // Marker: "STRING_VALUE",
64
+ * // };
65
+ *
45
66
  * ```
46
67
  *
47
68
  * @param DescribeOrderableClusterOptionsCommandInput - {@link DescribeOrderableClusterOptionsCommandInput}
@@ -50,6 +71,8 @@ export interface DescribeOrderableClusterOptionsCommandOutput extends OrderableC
50
71
  * @see {@link DescribeOrderableClusterOptionsCommandOutput} for command's `response` shape.
51
72
  * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
52
73
  *
74
+ * @throws {@link RedshiftServiceException}
75
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
53
76
  *
54
77
  */
55
78
  export declare class DescribeOrderableClusterOptionsCommand extends $Command<DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -34,6 +34,19 @@ export interface DescribePartnersCommandOutput extends DescribePartnersOutputMes
34
34
  * };
35
35
  * const command = new DescribePartnersCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribePartnersOutputMessage
38
+ * // PartnerIntegrationInfoList: [ // PartnerIntegrationInfoList
39
+ * // { // PartnerIntegrationInfo
40
+ * // DatabaseName: "STRING_VALUE",
41
+ * // PartnerName: "STRING_VALUE",
42
+ * // Status: "Active" || "Inactive" || "RuntimeFailure" || "ConnectionFailure",
43
+ * // StatusMessage: "STRING_VALUE",
44
+ * // CreatedAt: new Date("TIMESTAMP"),
45
+ * // UpdatedAt: new Date("TIMESTAMP"),
46
+ * // },
47
+ * // ],
48
+ * // };
49
+ *
37
50
  * ```
38
51
  *
39
52
  * @param DescribePartnersCommandInput - {@link DescribePartnersCommandInput}
@@ -49,6 +62,8 @@ export interface DescribePartnersCommandOutput extends DescribePartnersOutputMes
49
62
  * @throws {@link UnauthorizedPartnerIntegrationFault} (client fault)
50
63
  * <p>The partner integration is not authorized.</p>
51
64
  *
65
+ * @throws {@link RedshiftServiceException}
66
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
52
67
  *
53
68
  */
54
69
  export declare class DescribePartnersCommand extends $Command<DescribePartnersCommandInput, DescribePartnersCommandOutput, RedshiftClientResolvedConfig> {
@@ -35,6 +35,23 @@ export interface DescribeReservedNodeExchangeStatusCommandOutput extends Describ
35
35
  * };
36
36
  * const command = new DescribeReservedNodeExchangeStatusCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeReservedNodeExchangeStatusOutputMessage
39
+ * // ReservedNodeExchangeStatusDetails: [ // ReservedNodeExchangeStatusList
40
+ * // { // ReservedNodeExchangeStatus
41
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
42
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
43
+ * // RequestTime: new Date("TIMESTAMP"),
44
+ * // SourceReservedNodeId: "STRING_VALUE",
45
+ * // SourceReservedNodeType: "STRING_VALUE",
46
+ * // SourceReservedNodeCount: Number("int"),
47
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
48
+ * // TargetReservedNodeType: "STRING_VALUE",
49
+ * // TargetReservedNodeCount: Number("int"),
50
+ * // },
51
+ * // ],
52
+ * // Marker: "STRING_VALUE",
53
+ * // };
54
+ *
38
55
  * ```
39
56
  *
40
57
  * @param DescribeReservedNodeExchangeStatusCommandInput - {@link DescribeReservedNodeExchangeStatusCommandInput}
@@ -52,6 +69,8 @@ export interface DescribeReservedNodeExchangeStatusCommandOutput extends Describ
52
69
  * @throws {@link UnsupportedOperationFault} (client fault)
53
70
  * <p>The requested operation isn't supported.</p>
54
71
  *
72
+ * @throws {@link RedshiftServiceException}
73
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
55
74
  *
56
75
  */
57
76
  export declare class DescribeReservedNodeExchangeStatusCommand extends $Command<DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput, RedshiftClientResolvedConfig> {
@@ -42,6 +42,28 @@ export interface DescribeReservedNodeOfferingsCommandOutput extends ReservedNode
42
42
  * };
43
43
  * const command = new DescribeReservedNodeOfferingsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // ReservedNodeOfferingsMessage
46
+ * // Marker: "STRING_VALUE",
47
+ * // ReservedNodeOfferings: [ // ReservedNodeOfferingList
48
+ * // { // ReservedNodeOffering
49
+ * // ReservedNodeOfferingId: "STRING_VALUE",
50
+ * // NodeType: "STRING_VALUE",
51
+ * // Duration: Number("int"),
52
+ * // FixedPrice: Number("double"),
53
+ * // UsagePrice: Number("double"),
54
+ * // CurrencyCode: "STRING_VALUE",
55
+ * // OfferingType: "STRING_VALUE",
56
+ * // RecurringCharges: [ // RecurringChargeList
57
+ * // { // RecurringCharge
58
+ * // RecurringChargeAmount: Number("double"),
59
+ * // RecurringChargeFrequency: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // ReservedNodeOfferingType: "Regular" || "Upgradable",
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
45
67
  * ```
46
68
  *
47
69
  * @param DescribeReservedNodeOfferingsCommandInput - {@link DescribeReservedNodeOfferingsCommandInput}
@@ -60,6 +82,8 @@ export interface DescribeReservedNodeOfferingsCommandOutput extends ReservedNode
60
82
  * @throws {@link UnsupportedOperationFault} (client fault)
61
83
  * <p>The requested operation isn't supported.</p>
62
84
  *
85
+ * @throws {@link RedshiftServiceException}
86
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
63
87
  *
64
88
  */
65
89
  export declare class DescribeReservedNodeOfferingsCommand extends $Command<DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput, RedshiftClientResolvedConfig> {
@@ -33,6 +33,32 @@ export interface DescribeReservedNodesCommandOutput extends ReservedNodesMessage
33
33
  * };
34
34
  * const command = new DescribeReservedNodesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ReservedNodesMessage
37
+ * // Marker: "STRING_VALUE",
38
+ * // ReservedNodes: [ // ReservedNodeList
39
+ * // { // ReservedNode
40
+ * // ReservedNodeId: "STRING_VALUE",
41
+ * // ReservedNodeOfferingId: "STRING_VALUE",
42
+ * // NodeType: "STRING_VALUE",
43
+ * // StartTime: new Date("TIMESTAMP"),
44
+ * // Duration: Number("int"),
45
+ * // FixedPrice: Number("double"),
46
+ * // UsagePrice: Number("double"),
47
+ * // CurrencyCode: "STRING_VALUE",
48
+ * // NodeCount: Number("int"),
49
+ * // State: "STRING_VALUE",
50
+ * // OfferingType: "STRING_VALUE",
51
+ * // RecurringCharges: [ // RecurringChargeList
52
+ * // { // RecurringCharge
53
+ * // RecurringChargeAmount: Number("double"),
54
+ * // RecurringChargeFrequency: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // ReservedNodeOfferingType: "Regular" || "Upgradable",
58
+ * // },
59
+ * // ],
60
+ * // };
61
+ *
36
62
  * ```
37
63
  *
38
64
  * @param DescribeReservedNodesCommandInput - {@link DescribeReservedNodesCommandInput}
@@ -48,6 +74,8 @@ export interface DescribeReservedNodesCommandOutput extends ReservedNodesMessage
48
74
  * @throws {@link ReservedNodeNotFoundFault} (client fault)
49
75
  * <p>The specified reserved compute node not found.</p>
50
76
  *
77
+ * @throws {@link RedshiftServiceException}
78
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
51
79
  *
52
80
  */
53
81
  export declare class DescribeReservedNodesCommand extends $Command<DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput, RedshiftClientResolvedConfig> {
@@ -37,6 +37,31 @@ export interface DescribeResizeCommandOutput extends ResizeProgressMessage, __Me
37
37
  * };
38
38
  * const command = new DescribeResizeCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ResizeProgressMessage
41
+ * // TargetNodeType: "STRING_VALUE",
42
+ * // TargetNumberOfNodes: Number("int"),
43
+ * // TargetClusterType: "STRING_VALUE",
44
+ * // Status: "STRING_VALUE",
45
+ * // ImportTablesCompleted: [ // ImportTablesCompleted
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // ImportTablesInProgress: [ // ImportTablesInProgress
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // ImportTablesNotStarted: [ // ImportTablesNotStarted
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // AvgResizeRateInMegaBytesPerSecond: Number("double"),
55
+ * // TotalResizeDataInMegaBytes: Number("long"),
56
+ * // ProgressInMegaBytes: Number("long"),
57
+ * // ElapsedTimeInSeconds: Number("long"),
58
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
59
+ * // ResizeType: "STRING_VALUE",
60
+ * // Message: "STRING_VALUE",
61
+ * // TargetEncryptionType: "STRING_VALUE",
62
+ * // DataTransferProgressPercent: Number("double"),
63
+ * // };
64
+ *
40
65
  * ```
41
66
  *
42
67
  * @param DescribeResizeCommandInput - {@link DescribeResizeCommandInput}
@@ -52,6 +77,8 @@ export interface DescribeResizeCommandOutput extends ResizeProgressMessage, __Me
52
77
  * @throws {@link ResizeNotFoundFault} (client fault)
53
78
  * <p>A resize operation for the specified cluster is not found.</p>
54
79
  *
80
+ * @throws {@link RedshiftServiceException}
81
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
55
82
  *
56
83
  */
57
84
  export declare class DescribeResizeCommand extends $Command<DescribeResizeCommandInput, DescribeResizeCommandOutput, RedshiftClientResolvedConfig> {
@@ -46,6 +46,41 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsM
46
46
  * };
47
47
  * const command = new DescribeScheduledActionsCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // ScheduledActionsMessage
50
+ * // Marker: "STRING_VALUE",
51
+ * // ScheduledActions: [ // ScheduledActionList
52
+ * // { // ScheduledAction
53
+ * // ScheduledActionName: "STRING_VALUE",
54
+ * // TargetAction: { // ScheduledActionType
55
+ * // ResizeCluster: { // ResizeClusterMessage
56
+ * // ClusterIdentifier: "STRING_VALUE", // required
57
+ * // ClusterType: "STRING_VALUE",
58
+ * // NodeType: "STRING_VALUE",
59
+ * // NumberOfNodes: Number("int"),
60
+ * // Classic: true || false,
61
+ * // ReservedNodeId: "STRING_VALUE",
62
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
63
+ * // },
64
+ * // PauseCluster: { // PauseClusterMessage
65
+ * // ClusterIdentifier: "STRING_VALUE", // required
66
+ * // },
67
+ * // ResumeCluster: { // ResumeClusterMessage
68
+ * // ClusterIdentifier: "STRING_VALUE", // required
69
+ * // },
70
+ * // },
71
+ * // Schedule: "STRING_VALUE",
72
+ * // IamRole: "STRING_VALUE",
73
+ * // ScheduledActionDescription: "STRING_VALUE",
74
+ * // State: "ACTIVE" || "DISABLED",
75
+ * // NextInvocations: [ // ScheduledActionTimeList
76
+ * // new Date("TIMESTAMP"),
77
+ * // ],
78
+ * // StartTime: new Date("TIMESTAMP"),
79
+ * // EndTime: new Date("TIMESTAMP"),
80
+ * // },
81
+ * // ],
82
+ * // };
83
+ *
49
84
  * ```
50
85
  *
51
86
  * @param DescribeScheduledActionsCommandInput - {@link DescribeScheduledActionsCommandInput}
@@ -60,6 +95,8 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsM
60
95
  * @throws {@link UnauthorizedOperation} (client fault)
61
96
  * <p>Your account is not authorized to perform the requested operation.</p>
62
97
  *
98
+ * @throws {@link RedshiftServiceException}
99
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
63
100
  *
64
101
  */
65
102
  export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -45,6 +45,22 @@ export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGra
45
45
  * };
46
46
  * const command = new DescribeSnapshotCopyGrantsCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // SnapshotCopyGrantMessage
49
+ * // Marker: "STRING_VALUE",
50
+ * // SnapshotCopyGrants: [ // SnapshotCopyGrantList
51
+ * // { // SnapshotCopyGrant
52
+ * // SnapshotCopyGrantName: "STRING_VALUE",
53
+ * // KmsKeyId: "STRING_VALUE",
54
+ * // Tags: [ // TagList
55
+ * // { // Tag
56
+ * // Key: "STRING_VALUE",
57
+ * // Value: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // ],
62
+ * // };
63
+ *
48
64
  * ```
49
65
  *
50
66
  * @param DescribeSnapshotCopyGrantsCommandInput - {@link DescribeSnapshotCopyGrantsCommandInput}
@@ -60,6 +76,8 @@ export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGra
60
76
  * <p>The specified snapshot copy grant can't be found. Make sure that the name is typed
61
77
  * correctly and that the grant exists in the destination region.</p>
62
78
  *
79
+ * @throws {@link RedshiftServiceException}
80
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
63
81
  *
64
82
  */
65
83
  export declare class DescribeSnapshotCopyGrantsCommand extends $Command<DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput, RedshiftClientResolvedConfig> {