@aws-sdk/client-redshift 3.193.0 → 3.196.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 +19 -0
- package/dist-cjs/RedshiftClient.js +11 -8
- package/dist-cjs/commands/AcceptReservedNodeExchangeCommand.js +10 -0
- package/dist-cjs/commands/AddPartnerCommand.js +10 -0
- package/dist-cjs/commands/AssociateDataShareConsumerCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeClusterSecurityGroupIngressCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeDataShareCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeEndpointAccessCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeSnapshotAccessCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteClusterSnapshotsCommand.js +10 -0
- package/dist-cjs/commands/BatchModifyClusterSnapshotsCommand.js +10 -0
- package/dist-cjs/commands/CancelResizeCommand.js +10 -0
- package/dist-cjs/commands/CopyClusterSnapshotCommand.js +10 -0
- package/dist-cjs/commands/CreateAuthenticationProfileCommand.js +10 -0
- package/dist-cjs/commands/CreateClusterCommand.js +10 -0
- package/dist-cjs/commands/CreateClusterParameterGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateClusterSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateClusterSnapshotCommand.js +10 -0
- package/dist-cjs/commands/CreateClusterSubnetGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateEndpointAccessCommand.js +10 -0
- package/dist-cjs/commands/CreateEventSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/CreateHsmClientCertificateCommand.js +10 -0
- package/dist-cjs/commands/CreateHsmConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateScheduledActionCommand.js +10 -0
- package/dist-cjs/commands/CreateSnapshotCopyGrantCommand.js +10 -0
- package/dist-cjs/commands/CreateSnapshotScheduleCommand.js +10 -0
- package/dist-cjs/commands/CreateTagsCommand.js +10 -0
- package/dist-cjs/commands/CreateUsageLimitCommand.js +10 -0
- package/dist-cjs/commands/DeauthorizeDataShareCommand.js +10 -0
- package/dist-cjs/commands/DeleteAuthenticationProfileCommand.js +10 -0
- package/dist-cjs/commands/DeleteClusterCommand.js +10 -0
- package/dist-cjs/commands/DeleteClusterParameterGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteClusterSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteClusterSnapshotCommand.js +10 -0
- package/dist-cjs/commands/DeleteClusterSubnetGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteEndpointAccessCommand.js +10 -0
- package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DeleteHsmClientCertificateCommand.js +10 -0
- package/dist-cjs/commands/DeleteHsmConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeletePartnerCommand.js +10 -0
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +10 -0
- package/dist-cjs/commands/DeleteSnapshotCopyGrantCommand.js +10 -0
- package/dist-cjs/commands/DeleteSnapshotScheduleCommand.js +10 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteUsageLimitCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAuthenticationProfilesCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterDbRevisionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterParameterGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterParametersCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterSecurityGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterSnapshotsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterSubnetGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterTracksCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterVersionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClustersCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataSharesCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataSharesForConsumerCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataSharesForProducerCommand.js +10 -0
- package/dist-cjs/commands/DescribeDefaultClusterParametersCommand.js +10 -0
- package/dist-cjs/commands/DescribeEndpointAccessCommand.js +10 -0
- package/dist-cjs/commands/DescribeEndpointAuthorizationCommand.js +10 -0
- package/dist-cjs/commands/DescribeEventCategoriesCommand.js +10 -0
- package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeEventsCommand.js +10 -0
- package/dist-cjs/commands/DescribeHsmClientCertificatesCommand.js +10 -0
- package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLoggingStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeNodeConfigurationOptionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeOrderableClusterOptionsCommand.js +10 -0
- package/dist-cjs/commands/DescribePartnersCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedNodeOfferingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedNodesCommand.js +10 -0
- package/dist-cjs/commands/DescribeResizeCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotCopyGrantsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotSchedulesCommand.js +10 -0
- package/dist-cjs/commands/DescribeStorageCommand.js +10 -0
- package/dist-cjs/commands/DescribeTableRestoreStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeUsageLimitsCommand.js +10 -0
- package/dist-cjs/commands/DisableLoggingCommand.js +10 -0
- package/dist-cjs/commands/DisableSnapshotCopyCommand.js +10 -0
- package/dist-cjs/commands/DisassociateDataShareConsumerCommand.js +10 -0
- package/dist-cjs/commands/EnableLoggingCommand.js +10 -0
- package/dist-cjs/commands/EnableSnapshotCopyCommand.js +10 -0
- package/dist-cjs/commands/GetClusterCredentialsCommand.js +10 -0
- package/dist-cjs/commands/GetClusterCredentialsWithIAMCommand.js +10 -0
- package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +10 -0
- package/dist-cjs/commands/GetReservedNodeExchangeOfferingsCommand.js +10 -0
- package/dist-cjs/commands/ModifyAquaConfigurationCommand.js +10 -0
- package/dist-cjs/commands/ModifyAuthenticationProfileCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterDbRevisionCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterIamRolesCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterMaintenanceCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterParameterGroupCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterSnapshotCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterSnapshotScheduleCommand.js +10 -0
- package/dist-cjs/commands/ModifyClusterSubnetGroupCommand.js +10 -0
- package/dist-cjs/commands/ModifyEndpointAccessCommand.js +10 -0
- package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/ModifyScheduledActionCommand.js +10 -0
- package/dist-cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js +10 -0
- package/dist-cjs/commands/ModifySnapshotScheduleCommand.js +10 -0
- package/dist-cjs/commands/ModifyUsageLimitCommand.js +10 -0
- package/dist-cjs/commands/PauseClusterCommand.js +10 -0
- package/dist-cjs/commands/PurchaseReservedNodeOfferingCommand.js +10 -0
- package/dist-cjs/commands/RebootClusterCommand.js +10 -0
- package/dist-cjs/commands/RejectDataShareCommand.js +10 -0
- package/dist-cjs/commands/ResetClusterParameterGroupCommand.js +10 -0
- package/dist-cjs/commands/ResizeClusterCommand.js +10 -0
- package/dist-cjs/commands/RestoreFromClusterSnapshotCommand.js +10 -0
- package/dist-cjs/commands/RestoreTableFromClusterSnapshotCommand.js +10 -0
- package/dist-cjs/commands/ResumeClusterCommand.js +10 -0
- package/dist-cjs/commands/RevokeClusterSecurityGroupIngressCommand.js +10 -0
- package/dist-cjs/commands/RevokeEndpointAccessCommand.js +10 -0
- package/dist-cjs/commands/RevokeSnapshotAccessCommand.js +10 -0
- package/dist-cjs/commands/RotateEncryptionKeyCommand.js +10 -0
- package/dist-cjs/commands/UpdatePartnerStatusCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/RedshiftClient.js +12 -9
- package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +10 -0
- package/dist-es/commands/AddPartnerCommand.js +10 -0
- package/dist-es/commands/AssociateDataShareConsumerCommand.js +10 -0
- package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +10 -0
- package/dist-es/commands/AuthorizeDataShareCommand.js +10 -0
- package/dist-es/commands/AuthorizeEndpointAccessCommand.js +10 -0
- package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +10 -0
- package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +10 -0
- package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +10 -0
- package/dist-es/commands/CancelResizeCommand.js +10 -0
- package/dist-es/commands/CopyClusterSnapshotCommand.js +10 -0
- package/dist-es/commands/CreateAuthenticationProfileCommand.js +10 -0
- package/dist-es/commands/CreateClusterCommand.js +10 -0
- package/dist-es/commands/CreateClusterParameterGroupCommand.js +10 -0
- package/dist-es/commands/CreateClusterSecurityGroupCommand.js +10 -0
- package/dist-es/commands/CreateClusterSnapshotCommand.js +10 -0
- package/dist-es/commands/CreateClusterSubnetGroupCommand.js +10 -0
- package/dist-es/commands/CreateEndpointAccessCommand.js +10 -0
- package/dist-es/commands/CreateEventSubscriptionCommand.js +10 -0
- package/dist-es/commands/CreateHsmClientCertificateCommand.js +10 -0
- package/dist-es/commands/CreateHsmConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateScheduledActionCommand.js +10 -0
- package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +10 -0
- package/dist-es/commands/CreateSnapshotScheduleCommand.js +10 -0
- package/dist-es/commands/CreateTagsCommand.js +10 -0
- package/dist-es/commands/CreateUsageLimitCommand.js +10 -0
- package/dist-es/commands/DeauthorizeDataShareCommand.js +10 -0
- package/dist-es/commands/DeleteAuthenticationProfileCommand.js +10 -0
- package/dist-es/commands/DeleteClusterCommand.js +10 -0
- package/dist-es/commands/DeleteClusterParameterGroupCommand.js +10 -0
- package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +10 -0
- package/dist-es/commands/DeleteClusterSnapshotCommand.js +10 -0
- package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +10 -0
- package/dist-es/commands/DeleteEndpointAccessCommand.js +10 -0
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +10 -0
- package/dist-es/commands/DeleteHsmClientCertificateCommand.js +10 -0
- package/dist-es/commands/DeleteHsmConfigurationCommand.js +10 -0
- package/dist-es/commands/DeletePartnerCommand.js +10 -0
- package/dist-es/commands/DeleteScheduledActionCommand.js +10 -0
- package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +10 -0
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +10 -0
- package/dist-es/commands/DeleteTagsCommand.js +10 -0
- package/dist-es/commands/DeleteUsageLimitCommand.js +10 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +10 -0
- package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +10 -0
- package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeClusterParametersCommand.js +10 -0
- package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeClusterSnapshotsCommand.js +10 -0
- package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeClusterTracksCommand.js +10 -0
- package/dist-es/commands/DescribeClusterVersionsCommand.js +10 -0
- package/dist-es/commands/DescribeClustersCommand.js +10 -0
- package/dist-es/commands/DescribeDataSharesCommand.js +10 -0
- package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +10 -0
- package/dist-es/commands/DescribeDataSharesForProducerCommand.js +10 -0
- package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +10 -0
- package/dist-es/commands/DescribeEndpointAccessCommand.js +10 -0
- package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +10 -0
- package/dist-es/commands/DescribeEventCategoriesCommand.js +10 -0
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +10 -0
- package/dist-es/commands/DescribeEventsCommand.js +10 -0
- package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +10 -0
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +10 -0
- package/dist-es/commands/DescribeLoggingStatusCommand.js +10 -0
- package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +10 -0
- package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +10 -0
- package/dist-es/commands/DescribePartnersCommand.js +10 -0
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +10 -0
- package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +10 -0
- package/dist-es/commands/DescribeReservedNodesCommand.js +10 -0
- package/dist-es/commands/DescribeResizeCommand.js +10 -0
- package/dist-es/commands/DescribeScheduledActionsCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +10 -0
- package/dist-es/commands/DescribeStorageCommand.js +10 -0
- package/dist-es/commands/DescribeTableRestoreStatusCommand.js +10 -0
- package/dist-es/commands/DescribeTagsCommand.js +10 -0
- package/dist-es/commands/DescribeUsageLimitsCommand.js +10 -0
- package/dist-es/commands/DisableLoggingCommand.js +10 -0
- package/dist-es/commands/DisableSnapshotCopyCommand.js +10 -0
- package/dist-es/commands/DisassociateDataShareConsumerCommand.js +10 -0
- package/dist-es/commands/EnableLoggingCommand.js +10 -0
- package/dist-es/commands/EnableSnapshotCopyCommand.js +10 -0
- package/dist-es/commands/GetClusterCredentialsCommand.js +10 -0
- package/dist-es/commands/GetClusterCredentialsWithIAMCommand.js +10 -0
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +10 -0
- package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +10 -0
- package/dist-es/commands/ModifyAquaConfigurationCommand.js +10 -0
- package/dist-es/commands/ModifyAuthenticationProfileCommand.js +10 -0
- package/dist-es/commands/ModifyClusterCommand.js +10 -0
- package/dist-es/commands/ModifyClusterDbRevisionCommand.js +10 -0
- package/dist-es/commands/ModifyClusterIamRolesCommand.js +10 -0
- package/dist-es/commands/ModifyClusterMaintenanceCommand.js +10 -0
- package/dist-es/commands/ModifyClusterParameterGroupCommand.js +10 -0
- package/dist-es/commands/ModifyClusterSnapshotCommand.js +10 -0
- package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +10 -0
- package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +10 -0
- package/dist-es/commands/ModifyEndpointAccessCommand.js +10 -0
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +10 -0
- package/dist-es/commands/ModifyScheduledActionCommand.js +10 -0
- package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +10 -0
- package/dist-es/commands/ModifySnapshotScheduleCommand.js +10 -0
- package/dist-es/commands/ModifyUsageLimitCommand.js +10 -0
- package/dist-es/commands/PauseClusterCommand.js +10 -0
- package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +10 -0
- package/dist-es/commands/RebootClusterCommand.js +10 -0
- package/dist-es/commands/RejectDataShareCommand.js +10 -0
- package/dist-es/commands/ResetClusterParameterGroupCommand.js +10 -0
- package/dist-es/commands/ResizeClusterCommand.js +10 -0
- package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +10 -0
- package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +10 -0
- package/dist-es/commands/ResumeClusterCommand.js +10 -0
- package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +10 -0
- package/dist-es/commands/RevokeEndpointAccessCommand.js +10 -0
- package/dist-es/commands/RevokeSnapshotAccessCommand.js +10 -0
- package/dist-es/commands/RotateEncryptionKeyCommand.js +10 -0
- package/dist-es/commands/UpdatePartnerStatusCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/RedshiftClient.d.ts +6 -9
- package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +2 -0
- package/dist-types/commands/AddPartnerCommand.d.ts +2 -0
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/CancelResizeCommand.d.ts +2 -0
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +2 -0
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +2 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -0
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeletePartnerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePartnersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResizeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStorageCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +2 -0
- package/dist-types/commands/DisableLoggingCommand.d.ts +2 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +2 -0
- package/dist-types/commands/EnableLoggingCommand.d.ts +2 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +2 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +2 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +2 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +2 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +2 -0
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +2 -0
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +2 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +2 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +2 -0
- package/dist-types/commands/RejectDataShareCommand.d.ts +2 -0
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +2 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +2 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +2 -0
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +2 -0
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +2 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/RedshiftClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetClusterCredentialsWithIAMCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -196
- package/dist-es/endpoints.js +0 -192
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeDataSharesForConsumerMessage, DescribeDataSharesForConsumerResult } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DescribeDataSharesForConsumerCommandOutput extends DescribeData
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeDataSharesForConsumerCommand extends $Command<DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeDataSharesForConsumerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeDataSharesForConsumerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeDataSharesForProducerMessage, DescribeDataSharesForProducerResult } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DescribeDataSharesForProducerCommandOutput extends DescribeData
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeDataSharesForProducerCommand extends $Command<DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeDataSharesForProducerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeDataSharesForProducerCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeDefaultClusterParametersMessage, DescribeDefaultClusterParametersResult } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface DescribeDefaultClusterParametersCommandOutput extends DescribeD
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DescribeDefaultClusterParametersCommand extends $Command<DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput, RedshiftClientResolvedConfig> {
|
|
32
33
|
readonly input: DescribeDefaultClusterParametersCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DescribeDefaultClusterParametersCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeEndpointAccessMessage, EndpointAccessList } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeEndpointAccessCommand extends $Command<DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeEndpointAccessCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEndpointAccessCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeEndpointAuthorizationMessage, EndpointAuthorizationList } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuth
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeEndpointAuthorizationCommand extends $Command<DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeEndpointAuthorizationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEndpointAuthorizationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, RedshiftClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeEventCategoriesCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeEventCategoriesCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
37
38
|
readonly input: DescribeEventSubscriptionsCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: DescribeEventSubscriptionsCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, RedshiftClientResolvedConfig> {
|
|
30
31
|
readonly input: DescribeEventsCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DescribeEventsCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeHsmClientCertificatesMessage, HsmClientCertificateMessage } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCer
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class DescribeHsmClientCertificatesCommand extends $Command<DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput, RedshiftClientResolvedConfig> {
|
|
36
37
|
readonly input: DescribeHsmClientCertificatesCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: DescribeHsmClientCertificatesCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeHsmConfigurationsMessage, HsmConfigurationMessage } from "../models/models_1";
|
|
@@ -35,6 +36,7 @@ export interface DescribeHsmConfigurationsCommandOutput extends HsmConfiguration
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class DescribeHsmConfigurationsCommand extends $Command<DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig> {
|
|
37
38
|
readonly input: DescribeHsmConfigurationsCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: DescribeHsmConfigurationsCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeLoggingStatusMessage, LoggingStatus } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __Met
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeLoggingStatusCommand extends $Command<DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeLoggingStatusCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeLoggingStatusCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeNodeConfigurationOptionsMessage, NodeConfigurationOptionsMessage } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface DescribeNodeConfigurationOptionsCommandOutput extends NodeConfi
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeNodeConfigurationOptionsCommand extends $Command<DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeNodeConfigurationOptionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeNodeConfigurationOptionsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeOrderableClusterOptionsMessage, OrderableClusterOptionsMessage } from "../models/models_1";
|
|
@@ -33,6 +34,7 @@ export interface DescribeOrderableClusterOptionsCommandOutput extends OrderableC
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class DescribeOrderableClusterOptionsCommand extends $Command<DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
36
|
readonly input: DescribeOrderableClusterOptionsCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: DescribeOrderableClusterOptionsCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribePartnersInputMessage, DescribePartnersOutputMessage } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface DescribePartnersCommandOutput extends DescribePartnersOutputMes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribePartnersCommand extends $Command<DescribePartnersCommandInput, DescribePartnersCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribePartnersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribePartnersCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeReservedNodeExchangeStatusInputMessage, DescribeReservedNodeExchangeStatusOutputMessage } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface DescribeReservedNodeExchangeStatusCommandOutput extends Describ
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeReservedNodeExchangeStatusCommand extends $Command<DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeReservedNodeExchangeStatusCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeReservedNodeExchangeStatusCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeReservedNodeOfferingsMessage, ReservedNodeOfferingsMessage } from "../models/models_1";
|
|
@@ -34,6 +35,7 @@ export interface DescribeReservedNodeOfferingsCommandOutput extends ReservedNode
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class DescribeReservedNodeOfferingsCommand extends $Command<DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput, RedshiftClientResolvedConfig> {
|
|
36
37
|
readonly input: DescribeReservedNodeOfferingsCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: DescribeReservedNodeOfferingsCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeReservedNodesMessage, ReservedNodesMessage } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface DescribeReservedNodesCommandOutput extends ReservedNodesMessage
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeReservedNodesCommand extends $Command<DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeReservedNodesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeReservedNodesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ResizeProgressMessage } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface DescribeResizeCommandOutput extends ResizeProgressMessage, __Me
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DescribeResizeCommand extends $Command<DescribeResizeCommandInput, DescribeResizeCommandOutput, RedshiftClientResolvedConfig> {
|
|
33
34
|
readonly input: DescribeResizeCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DescribeResizeCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeScheduledActionsMessage, ScheduledActionsMessage } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsM
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeScheduledActionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeScheduledActionsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeSnapshotCopyGrantsMessage, SnapshotCopyGrantMessage } from "../models/models_1";
|
|
@@ -31,6 +32,7 @@ export interface DescribeSnapshotCopyGrantsCommandOutput extends SnapshotCopyGra
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DescribeSnapshotCopyGrantsCommand extends $Command<DescribeSnapshotCopyGrantsCommandInput, DescribeSnapshotCopyGrantsCommandOutput, RedshiftClientResolvedConfig> {
|
|
33
34
|
readonly input: DescribeSnapshotCopyGrantsCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DescribeSnapshotCopyGrantsCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeSnapshotSchedulesMessage, DescribeSnapshotSchedulesOutputMessage } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface DescribeSnapshotSchedulesCommandOutput extends DescribeSnapshot
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeSnapshotSchedulesCommand extends $Command<DescribeSnapshotSchedulesCommandInput, DescribeSnapshotSchedulesCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeSnapshotSchedulesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeSnapshotSchedulesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CustomerStorageMessage } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DescribeStorageCommandOutput extends CustomerStorageMessage, __
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeStorageCommand extends $Command<DescribeStorageCommandInput, DescribeStorageCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeStorageCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeStorageCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeTableRestoreStatusMessage, TableRestoreStatusMessage } from "../models/models_1";
|
|
@@ -30,6 +31,7 @@ export interface DescribeTableRestoreStatusCommandOutput extends TableRestoreSta
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DescribeTableRestoreStatusCommand extends $Command<DescribeTableRestoreStatusCommandInput, DescribeTableRestoreStatusCommandOutput, RedshiftClientResolvedConfig> {
|
|
32
33
|
readonly input: DescribeTableRestoreStatusCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DescribeTableRestoreStatusCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeTagsMessage, TaggedResourceListMessage } from "../models/models_1";
|
|
@@ -49,6 +50,7 @@ export interface DescribeTagsCommandOutput extends TaggedResourceListMessage, __
|
|
|
49
50
|
*/
|
|
50
51
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, RedshiftClientResolvedConfig> {
|
|
51
52
|
readonly input: DescribeTagsCommandInput;
|
|
53
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
54
|
constructor(input: DescribeTagsCommandInput);
|
|
53
55
|
/**
|
|
54
56
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeUsageLimitsMessage, UsageLimitList } from "../models/models_1";
|
|
@@ -44,6 +45,7 @@ export interface DescribeUsageLimitsCommandOutput extends UsageLimitList, __Meta
|
|
|
44
45
|
*/
|
|
45
46
|
export declare class DescribeUsageLimitsCommand extends $Command<DescribeUsageLimitsCommandInput, DescribeUsageLimitsCommandOutput, RedshiftClientResolvedConfig> {
|
|
46
47
|
readonly input: DescribeUsageLimitsCommandInput;
|
|
48
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
49
|
constructor(input: DescribeUsageLimitsCommandInput);
|
|
48
50
|
/**
|
|
49
51
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisableLoggingMessage, LoggingStatus } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface DisableLoggingCommandOutput extends LoggingStatus, __MetadataBe
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DisableLoggingCommand extends $Command<DisableLoggingCommandInput, DisableLoggingCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: DisableLoggingCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DisableLoggingCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DisableSnapshotCopyMessage, DisableSnapshotCopyResult } from "../models/models_1";
|
|
@@ -29,6 +30,7 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DisableSnapshotCopyCommand extends $Command<DisableSnapshotCopyCommandInput, DisableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig> {
|
|
31
32
|
readonly input: DisableSnapshotCopyCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DisableSnapshotCopyCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DataShare } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface DisassociateDataShareConsumerCommandOutput extends DataShare, _
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DisassociateDataShareConsumerCommand extends $Command<DisassociateDataShareConsumerCommandInput, DisassociateDataShareConsumerCommandOutput, RedshiftClientResolvedConfig> {
|
|
29
30
|
readonly input: DisassociateDataShareConsumerCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DisassociateDataShareConsumerCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EnableLoggingMessage, LoggingStatus } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface EnableLoggingCommandOutput extends LoggingStatus, __MetadataBea
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class EnableLoggingCommand extends $Command<EnableLoggingCommandInput, EnableLoggingCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: EnableLoggingCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: EnableLoggingCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EnableSnapshotCopyMessage, EnableSnapshotCopyResult } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class EnableSnapshotCopyCommand extends $Command<EnableSnapshotCopyCommandInput, EnableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: EnableSnapshotCopyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: EnableSnapshotCopyCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ClusterCredentials } from "../models/models_0";
|
|
@@ -46,6 +47,7 @@ export interface GetClusterCredentialsCommandOutput extends ClusterCredentials,
|
|
|
46
47
|
*/
|
|
47
48
|
export declare class GetClusterCredentialsCommand extends $Command<GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput, RedshiftClientResolvedConfig> {
|
|
48
49
|
readonly input: GetClusterCredentialsCommandInput;
|
|
50
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
49
51
|
constructor(input: GetClusterCredentialsCommandInput);
|
|
50
52
|
/**
|
|
51
53
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ClusterExtendedCredentials } from "../models/models_0";
|
|
@@ -35,6 +36,7 @@ export interface GetClusterCredentialsWithIAMCommandOutput extends ClusterExtend
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class GetClusterCredentialsWithIAMCommand extends $Command<GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput, RedshiftClientResolvedConfig> {
|
|
37
38
|
readonly input: GetClusterCredentialsWithIAMCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: GetClusterCredentialsWithIAMCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetReservedNodeExchangeConfigurationOptionsInputMessage, GetReservedNodeExchangeConfigurationOptionsOutputMessage } from "../models/models_1";
|
|
@@ -27,6 +28,7 @@ export interface GetReservedNodeExchangeConfigurationOptionsCommandOutput extend
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command<GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
|
|
29
30
|
readonly input: GetReservedNodeExchangeConfigurationOptionsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: GetReservedNodeExchangeConfigurationOptionsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetReservedNodeExchangeOfferingsInputMessage, GetReservedNodeExchangeOfferingsOutputMessage } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface GetReservedNodeExchangeOfferingsCommandOutput extends GetReserv
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetReservedNodeExchangeOfferingsCommand extends $Command<GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: GetReservedNodeExchangeOfferingsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetReservedNodeExchangeOfferingsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyAquaInputMessage, ModifyAquaOutputMessage } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ModifyAquaConfigurationCommand extends $Command<ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: ModifyAquaConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyAquaConfigurationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyAuthenticationProfileMessage, ModifyAuthenticationProfileResult } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface ModifyAuthenticationProfileCommandOutput extends ModifyAuthenti
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ModifyAuthenticationProfileCommand extends $Command<ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: ModifyAuthenticationProfileCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyAuthenticationProfileCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyClusterMessage, ModifyClusterResult } from "../models/models_1";
|
|
@@ -33,6 +34,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
36
|
readonly input: ModifyClusterCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: ModifyClusterCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyClusterDbRevisionMessage, ModifyClusterDbRevisionResult } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ModifyClusterDbRevisionCommand extends $Command<ModifyClusterDbRevisionCommandInput, ModifyClusterDbRevisionCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: ModifyClusterDbRevisionCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ModifyClusterDbRevisionCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyClusterIamRolesMessage, ModifyClusterIamRolesResult } from "../models/models_1";
|
|
@@ -29,6 +30,7 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ModifyClusterIamRolesCommand extends $Command<ModifyClusterIamRolesCommandInput, ModifyClusterIamRolesCommandOutput, RedshiftClientResolvedConfig> {
|
|
31
32
|
readonly input: ModifyClusterIamRolesCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ModifyClusterIamRolesCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyClusterMaintenanceMessage, ModifyClusterMaintenanceResult } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ModifyClusterMaintenanceCommand extends $Command<ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: ModifyClusterMaintenanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyClusterMaintenanceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ClusterParameterGroupNameMessage } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface ModifyClusterParameterGroupCommandOutput extends ClusterParamet
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class ModifyClusterParameterGroupCommand extends $Command<ModifyClusterParameterGroupCommandInput, ModifyClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
32
33
|
readonly input: ModifyClusterParameterGroupCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: ModifyClusterParameterGroupCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyClusterSnapshotMessage, ModifyClusterSnapshotResult } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface ModifyClusterSnapshotCommandOutput extends ModifyClusterSnapsho
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ModifyClusterSnapshotCommand extends $Command<ModifyClusterSnapshotCommandInput, ModifyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: ModifyClusterSnapshotCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ModifyClusterSnapshotCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyClusterSnapshotScheduleMessage } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface ModifyClusterSnapshotScheduleCommandOutput extends __MetadataBe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ModifyClusterSnapshotScheduleCommand extends $Command<ModifyClusterSnapshotScheduleCommandInput, ModifyClusterSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig> {
|
|
27
28
|
readonly input: ModifyClusterSnapshotScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyClusterSnapshotScheduleCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ModifyClusterSubnetGroupMessage, ModifyClusterSubnetGroupResult } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ModifyClusterSubnetGroupCommand extends $Command<ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig> {
|
|
28
29
|
readonly input: ModifyClusterSubnetGroupCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ModifyClusterSubnetGroupCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|