@aws-sdk/client-redshift 3.40.0 → 3.45.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.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/Redshift.js +30 -0
- package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +36 -0
- package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +20 -17
- package/dist-cjs/models/models_1.js +56 -3
- package/dist-cjs/pagination/DescribeDataSharesForConsumerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesForProducerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeReservedNodeExchangeStatusPaginator.js +35 -0
- package/dist-cjs/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +6 -1
- package/dist-cjs/protocols/Aws_query.js +508 -4
- package/dist-es/Redshift.js +30 -0
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-es/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +39 -0
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +13 -8
- package/dist-es/models/models_1.js +37 -0
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesPaginator.js +74 -0
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +74 -0
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +74 -0
- package/dist-es/pagination/index.js +6 -1
- package/dist-es/protocols/Aws_query.js +675 -161
- package/dist-types/Redshift.d.ts +18 -1
- package/dist-types/RedshiftClient.d.ts +4 -2
- package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +1 -1
- package/dist-types/commands/AddPartnerCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CancelResizeCommand.d.ts +1 -1
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePartnerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +2 -3
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePartnersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResizeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStorageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DisableLoggingCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +1 -1
- package/dist-types/commands/EnableLoggingCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +1 -1
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +1 -1
- package/dist-types/commands/PauseClusterCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootClusterCommand.d.ts +1 -1
- package/dist-types/commands/RejectDataShareCommand.d.ts +1 -1
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ResizeClusterCommand.d.ts +1 -1
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ResumeClusterCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +1 -1
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +90 -49
- package/dist-types/models/models_1.d.ts +202 -1
- package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -1
- package/dist-types/protocols/Aws_query.d.ts +6 -0
- package/dist-types/ts3.4/Redshift.d.ts +10 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -20
- package/dist-types/ts3.4/models/models_1.d.ts +106 -1
- package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -1
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
- package/package.json +6 -6
|
@@ -25,7 +25,7 @@ export interface ModifyClusterParameterGroupCommandOutput extends ClusterParamet
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ModifyClusterParameterGroupCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ModifyClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ModifyClusterParameterGroupCommand extends $Command<ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifyClusterSnapshotCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifyClusterSnapshotCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifyClusterSnapshotCommand extends $Command<ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyClusterSnapshotScheduleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyClusterSnapshotScheduleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyClusterSnapshotScheduleCommand extends $Command<ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifyClusterSubnetGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifyClusterSubnetGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifyClusterSubnetGroupCommand extends $Command<ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifyEndpointAccessCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifyEndpointAccessCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifyEndpointAccessCommand extends $Command<ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyEventSubscriptionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ModifyScheduledActionCommandOutput extends ScheduledAction, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ModifyScheduledActionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ModifyScheduledActionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ModifyScheduledActionCommand extends $Command<ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySn
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ModifySnapshotCopyRetentionPeriodCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ModifySnapshotCopyRetentionPeriodCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ModifySnapshotCopyRetentionPeriodCommand extends $Command<ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ModifySnapshotScheduleCommandOutput extends SnapshotSchedule, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ModifySnapshotScheduleCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ModifySnapshotScheduleCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ModifySnapshotScheduleCommand extends $Command<ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ModifyUsageLimitCommandOutput extends UsageLimit, __MetadataBea
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ModifyUsageLimitCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ModifyUsageLimitCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ModifyUsageLimitCommand extends $Command<ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PauseClusterCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PauseClusterCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PauseClusterCommand extends $Command<PauseClusterCommandInput, PauseClusterCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface PurchaseReservedNodeOfferingCommandOutput extends PurchaseReser
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link PurchaseReservedNodeOfferingCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link PurchaseReservedNodeOfferingCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class PurchaseReservedNodeOfferingCommand extends $Command<PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link RebootClusterCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link RebootClusterCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class RebootClusterCommand extends $Command<RebootClusterCommandInput, RebootClusterCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RejectDataShareCommandOutput extends DataShare, __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RejectDataShareCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RejectDataShareCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RejectDataShareCommand extends $Command<RejectDataShareCommandInput, RejectDataShareCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ResetClusterParameterGroupCommandOutput extends ClusterParamete
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ResetClusterParameterGroupCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ResetClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ResetClusterParameterGroupCommand extends $Command<ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -63,7 +63,7 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
|
|
|
63
63
|
*
|
|
64
64
|
* @see {@link ResizeClusterCommandInput} for command's `input` shape.
|
|
65
65
|
* @see {@link ResizeClusterCommandOutput} for command's `response` shape.
|
|
66
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
66
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
export declare class ResizeClusterCommand extends $Command<ResizeClusterCommandInput, ResizeClusterCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link RestoreFromClusterSnapshotCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link RestoreFromClusterSnapshotCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class RestoreFromClusterSnapshotCommand extends $Command<RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTab
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link RestoreTableFromClusterSnapshotCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link RestoreTableFromClusterSnapshotCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class RestoreTableFromClusterSnapshotCommand extends $Command<RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ResumeClusterCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ResumeClusterCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ResumeClusterCommand extends $Command<ResumeClusterCommandInput, ResumeClusterCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface RevokeClusterSecurityGroupIngressCommandOutput extends RevokeCl
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link RevokeClusterSecurityGroupIngressCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link RevokeClusterSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class RevokeClusterSecurityGroupIngressCommand extends $Command<RevokeClusterSecurityGroupIngressCommandInput, RevokeClusterSecurityGroupIngressCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RevokeEndpointAccessCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RevokeEndpointAccessCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RevokeEndpointAccessCommand extends $Command<RevokeEndpointAccessCommandInput, RevokeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link RevokeSnapshotAccessCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link RevokeSnapshotAccessCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class RevokeSnapshotAccessCommand extends $Command<RevokeSnapshotAccessCommandInput, RevokeSnapshotAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RotateEncryptionKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RotateEncryptionKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RotateEncryptionKeyCommand extends $Command<RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutp
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdatePartnerStatusCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdatePartnerStatusCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RedshiftClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdatePartnerStatusCommand extends $Command<UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput, RedshiftClientResolvedConfig> {
|
|
@@ -67,6 +67,7 @@ export * from "./DescribeLoggingStatusCommand";
|
|
|
67
67
|
export * from "./DescribeNodeConfigurationOptionsCommand";
|
|
68
68
|
export * from "./DescribeOrderableClusterOptionsCommand";
|
|
69
69
|
export * from "./DescribePartnersCommand";
|
|
70
|
+
export * from "./DescribeReservedNodeExchangeStatusCommand";
|
|
70
71
|
export * from "./DescribeReservedNodeOfferingsCommand";
|
|
71
72
|
export * from "./DescribeReservedNodesCommand";
|
|
72
73
|
export * from "./DescribeResizeCommand";
|
|
@@ -83,6 +84,7 @@ export * from "./DisassociateDataShareConsumerCommand";
|
|
|
83
84
|
export * from "./EnableLoggingCommand";
|
|
84
85
|
export * from "./EnableSnapshotCopyCommand";
|
|
85
86
|
export * from "./GetClusterCredentialsCommand";
|
|
87
|
+
export * from "./GetReservedNodeExchangeConfigurationOptionsCommand";
|
|
86
88
|
export * from "./GetReservedNodeExchangeOfferingsCommand";
|
|
87
89
|
export * from "./ModifyAquaConfigurationCommand";
|
|
88
90
|
export * from "./ModifyAuthenticationProfileCommand";
|
|
@@ -503,7 +503,7 @@ export declare enum DataShareStatus {
|
|
|
503
503
|
}
|
|
504
504
|
/**
|
|
505
505
|
* <p>The association of a datashare from a producer account with a data consumer.
|
|
506
|
-
*
|
|
506
|
+
* </p>
|
|
507
507
|
*/
|
|
508
508
|
export interface DataShareAssociation {
|
|
509
509
|
/**
|
|
@@ -547,6 +547,10 @@ export interface DataShare {
|
|
|
547
547
|
* <p>A value that specifies when the datashare has an association between a producer and data consumers.</p>
|
|
548
548
|
*/
|
|
549
549
|
DataShareAssociations?: DataShareAssociation[];
|
|
550
|
+
/**
|
|
551
|
+
* <p>The identifier of a datashare to show its managing entity.</p>
|
|
552
|
+
*/
|
|
553
|
+
ManagedBy?: string;
|
|
550
554
|
}
|
|
551
555
|
export declare namespace DataShare {
|
|
552
556
|
/**
|
|
@@ -896,7 +900,7 @@ export interface AuthorizeDataShareMessage {
|
|
|
896
900
|
*/
|
|
897
901
|
DataShareArn: string | undefined;
|
|
898
902
|
/**
|
|
899
|
-
* <p>The identifier of the data consumer that is authorized to access the datashare. This identifier is an
|
|
903
|
+
* <p>The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.</p>
|
|
900
904
|
*/
|
|
901
905
|
ConsumerIdentifier: string | undefined;
|
|
902
906
|
}
|
|
@@ -2103,6 +2107,63 @@ export declare namespace PendingModifiedValues {
|
|
|
2103
2107
|
*/
|
|
2104
2108
|
const filterSensitiveLog: (obj: PendingModifiedValues) => any;
|
|
2105
2109
|
}
|
|
2110
|
+
export declare enum ReservedNodeExchangeStatusType {
|
|
2111
|
+
FAILED = "FAILED",
|
|
2112
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
2113
|
+
PENDING = "PENDING",
|
|
2114
|
+
REQUESTED = "REQUESTED",
|
|
2115
|
+
RETRYING = "RETRYING",
|
|
2116
|
+
SUCCEEDED = "SUCCEEDED"
|
|
2117
|
+
}
|
|
2118
|
+
/**
|
|
2119
|
+
* <p>Reserved-node status details, such as the source reserved-node
|
|
2120
|
+
* identifier, the target reserved-node identifier, the node type, the node count, and
|
|
2121
|
+
* other details.</p>
|
|
2122
|
+
*/
|
|
2123
|
+
export interface ReservedNodeExchangeStatus {
|
|
2124
|
+
/**
|
|
2125
|
+
* <p>The identifier of the reserved-node exchange request.</p>
|
|
2126
|
+
*/
|
|
2127
|
+
ReservedNodeExchangeRequestId?: string;
|
|
2128
|
+
/**
|
|
2129
|
+
* <p>The status of the reserved-node exchange request. Statuses include in-progress and requested.</p>
|
|
2130
|
+
*/
|
|
2131
|
+
Status?: ReservedNodeExchangeStatusType | string;
|
|
2132
|
+
/**
|
|
2133
|
+
* <p>A date and time that indicate when the reserved-node exchange was requested.</p>
|
|
2134
|
+
*/
|
|
2135
|
+
RequestTime?: Date;
|
|
2136
|
+
/**
|
|
2137
|
+
* <p>The identifier of the source reserved node.</p>
|
|
2138
|
+
*/
|
|
2139
|
+
SourceReservedNodeId?: string;
|
|
2140
|
+
/**
|
|
2141
|
+
* <p>The source reserved-node type, for example ds2.xlarge.</p>
|
|
2142
|
+
*/
|
|
2143
|
+
SourceReservedNodeType?: string;
|
|
2144
|
+
/**
|
|
2145
|
+
* <p>The source reserved-node count in the cluster.</p>
|
|
2146
|
+
*/
|
|
2147
|
+
SourceReservedNodeCount?: number;
|
|
2148
|
+
/**
|
|
2149
|
+
* <p>The identifier of the target reserved node offering.</p>
|
|
2150
|
+
*/
|
|
2151
|
+
TargetReservedNodeOfferingId?: string;
|
|
2152
|
+
/**
|
|
2153
|
+
* <p>The node type of the target reserved node, for example ra3.4xlarge.</p>
|
|
2154
|
+
*/
|
|
2155
|
+
TargetReservedNodeType?: string;
|
|
2156
|
+
/**
|
|
2157
|
+
* <p>The count of target reserved nodes in the cluster.</p>
|
|
2158
|
+
*/
|
|
2159
|
+
TargetReservedNodeCount?: number;
|
|
2160
|
+
}
|
|
2161
|
+
export declare namespace ReservedNodeExchangeStatus {
|
|
2162
|
+
/**
|
|
2163
|
+
* @internal
|
|
2164
|
+
*/
|
|
2165
|
+
const filterSensitiveLog: (obj: ReservedNodeExchangeStatus) => any;
|
|
2166
|
+
}
|
|
2106
2167
|
/**
|
|
2107
2168
|
* <p>Describes a resize operation.</p>
|
|
2108
2169
|
*/
|
|
@@ -2561,6 +2622,14 @@ export interface Cluster {
|
|
|
2561
2622
|
* <p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>
|
|
2562
2623
|
*/
|
|
2563
2624
|
AquaConfiguration?: AquaConfiguration;
|
|
2625
|
+
/**
|
|
2626
|
+
* <p>The Amazon Resource Name (ARN) for the IAM role set as default for the cluster.</p>
|
|
2627
|
+
*/
|
|
2628
|
+
DefaultIamRoleArn?: string;
|
|
2629
|
+
/**
|
|
2630
|
+
* <p>The status of the reserved-node exchange request. Statuses include in-progress and requested.</p>
|
|
2631
|
+
*/
|
|
2632
|
+
ReservedNodeExchangeStatus?: ReservedNodeExchangeStatus;
|
|
2564
2633
|
}
|
|
2565
2634
|
export declare namespace Cluster {
|
|
2566
2635
|
/**
|
|
@@ -3700,6 +3769,10 @@ export interface CreateClusterMessage {
|
|
|
3700
3769
|
* </ul>
|
|
3701
3770
|
*/
|
|
3702
3771
|
AquaConfigurationStatus?: AquaConfigurationStatus | string;
|
|
3772
|
+
/**
|
|
3773
|
+
* <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created. </p>
|
|
3774
|
+
*/
|
|
3775
|
+
DefaultIamRoleArn?: string;
|
|
3703
3776
|
}
|
|
3704
3777
|
export declare namespace CreateClusterMessage {
|
|
3705
3778
|
/**
|
|
@@ -4833,6 +4906,14 @@ export interface ResizeClusterMessage {
|
|
|
4833
4906
|
* <code>false</code>, the resize type is elastic. </p>
|
|
4834
4907
|
*/
|
|
4835
4908
|
Classic?: boolean;
|
|
4909
|
+
/**
|
|
4910
|
+
* <p>The identifier of the reserved node.</p>
|
|
4911
|
+
*/
|
|
4912
|
+
ReservedNodeId?: string;
|
|
4913
|
+
/**
|
|
4914
|
+
* <p>The identifier of the target reserved node offering.</p>
|
|
4915
|
+
*/
|
|
4916
|
+
TargetReservedNodeOfferingId?: string;
|
|
4836
4917
|
}
|
|
4837
4918
|
export declare namespace ResizeClusterMessage {
|
|
4838
4919
|
/**
|
|
@@ -5521,7 +5602,7 @@ export interface DeauthorizeDataShareMessage {
|
|
|
5521
5602
|
DataShareArn: string | undefined;
|
|
5522
5603
|
/**
|
|
5523
5604
|
* <p>The identifier of the data consumer that is to have authorization removed from the datashare.
|
|
5524
|
-
* This identifier is an
|
|
5605
|
+
* This identifier is an Amazon Web Services account ID or a keyword, such as ADX.</p>
|
|
5525
5606
|
*/
|
|
5526
5607
|
ConsumerIdentifier: string | undefined;
|
|
5527
5608
|
}
|
|
@@ -6728,7 +6809,7 @@ export interface DescribeDataSharesMessage {
|
|
|
6728
6809
|
*/
|
|
6729
6810
|
MaxRecords?: number;
|
|
6730
6811
|
/**
|
|
6731
|
-
* <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>,
|
|
6812
|
+
* <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
|
|
6732
6813
|
*/
|
|
6733
6814
|
Marker?: string;
|
|
6734
6815
|
}
|
|
@@ -6744,7 +6825,7 @@ export interface DescribeDataSharesResult {
|
|
|
6744
6825
|
*/
|
|
6745
6826
|
DataShares?: DataShare[];
|
|
6746
6827
|
/**
|
|
6747
|
-
* <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>,
|
|
6828
|
+
* <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
|
|
6748
6829
|
*/
|
|
6749
6830
|
Marker?: string;
|
|
6750
6831
|
}
|
|
@@ -6774,7 +6855,7 @@ export interface DescribeDataSharesForConsumerMessage {
|
|
|
6774
6855
|
/**
|
|
6775
6856
|
* <p>An optional parameter that specifies the starting point to return a set of response
|
|
6776
6857
|
* records. When the results of a <a>DescribeDataSharesForConsumer</a> request
|
|
6777
|
-
* exceed the value specified in <code>MaxRecords</code>,
|
|
6858
|
+
* exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
|
|
6778
6859
|
* <code>Marker</code> field of the response. You can retrieve the next set of response
|
|
6779
6860
|
* records by providing the returned marker value in the <code>Marker</code> parameter and
|
|
6780
6861
|
* retrying the request. </p>
|
|
@@ -6795,7 +6876,7 @@ export interface DescribeDataSharesForConsumerResult {
|
|
|
6795
6876
|
/**
|
|
6796
6877
|
* <p>An optional parameter that specifies the starting point to return a set of response
|
|
6797
6878
|
* records. When the results of a <a>DescribeDataSharesForConsumer</a> request
|
|
6798
|
-
* exceed the value specified in <code>MaxRecords</code>,
|
|
6879
|
+
* exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
|
|
6799
6880
|
* <code>Marker</code> field of the response. You can retrieve the next set of response
|
|
6800
6881
|
* records by providing the returned marker value in the <code>Marker</code> parameter and
|
|
6801
6882
|
* retrying the request. </p>
|
|
@@ -6828,7 +6909,7 @@ export interface DescribeDataSharesForProducerMessage {
|
|
|
6828
6909
|
/**
|
|
6829
6910
|
* <p>An optional parameter that specifies the starting point to return a set of response
|
|
6830
6911
|
* records. When the results of a <a>DescribeDataSharesForProducer</a> request
|
|
6831
|
-
* exceed the value specified in <code>MaxRecords</code>,
|
|
6912
|
+
* exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
|
|
6832
6913
|
* <code>Marker</code> field of the response. You can retrieve the next set of response
|
|
6833
6914
|
* records by providing the returned marker value in the <code>Marker</code> parameter and
|
|
6834
6915
|
* retrying the request. </p>
|
|
@@ -6849,7 +6930,7 @@ export interface DescribeDataSharesForProducerResult {
|
|
|
6849
6930
|
/**
|
|
6850
6931
|
* <p>An optional parameter that specifies the starting point to return a set of response
|
|
6851
6932
|
* records. When the results of a <a>DescribeDataSharesForProducer</a> request
|
|
6852
|
-
* exceed the value specified in <code>MaxRecords</code>,
|
|
6933
|
+
* exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
|
|
6853
6934
|
* <code>Marker</code> field of the response. You can retrieve the next set of response
|
|
6854
6935
|
* records by providing the returned marker value in the <code>Marker</code> parameter and
|
|
6855
6936
|
* retrying the request. </p>
|
|
@@ -7481,43 +7562,3 @@ export declare namespace DescribeHsmConfigurationsMessage {
|
|
|
7481
7562
|
*/
|
|
7482
7563
|
const filterSensitiveLog: (obj: DescribeHsmConfigurationsMessage) => any;
|
|
7483
7564
|
}
|
|
7484
|
-
/**
|
|
7485
|
-
* <p></p>
|
|
7486
|
-
*/
|
|
7487
|
-
export interface HsmConfigurationMessage {
|
|
7488
|
-
/**
|
|
7489
|
-
* <p>A value that indicates the starting point for the next set of response records in a
|
|
7490
|
-
* subsequent request. If a value is returned in a response, you can retrieve the next set
|
|
7491
|
-
* of records by providing this returned marker value in the <code>Marker</code> parameter
|
|
7492
|
-
* and retrying the command. If the <code>Marker</code> field is empty, all response
|
|
7493
|
-
* records have been retrieved for the request. </p>
|
|
7494
|
-
*/
|
|
7495
|
-
Marker?: string;
|
|
7496
|
-
/**
|
|
7497
|
-
* <p>A list of <code>HsmConfiguration</code> objects.</p>
|
|
7498
|
-
*/
|
|
7499
|
-
HsmConfigurations?: HsmConfiguration[];
|
|
7500
|
-
}
|
|
7501
|
-
export declare namespace HsmConfigurationMessage {
|
|
7502
|
-
/**
|
|
7503
|
-
* @internal
|
|
7504
|
-
*/
|
|
7505
|
-
const filterSensitiveLog: (obj: HsmConfigurationMessage) => any;
|
|
7506
|
-
}
|
|
7507
|
-
/**
|
|
7508
|
-
* <p></p>
|
|
7509
|
-
*/
|
|
7510
|
-
export interface DescribeLoggingStatusMessage {
|
|
7511
|
-
/**
|
|
7512
|
-
* <p>The identifier of the cluster from which to get the logging status.</p>
|
|
7513
|
-
* <p>Example: <code>examplecluster</code>
|
|
7514
|
-
* </p>
|
|
7515
|
-
*/
|
|
7516
|
-
ClusterIdentifier: string | undefined;
|
|
7517
|
-
}
|
|
7518
|
-
export declare namespace DescribeLoggingStatusMessage {
|
|
7519
|
-
/**
|
|
7520
|
-
* @internal
|
|
7521
|
-
*/
|
|
7522
|
-
const filterSensitiveLog: (obj: DescribeLoggingStatusMessage) => any;
|
|
7523
|
-
}
|