@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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeEndpointAuthorizationCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeEndpointAuthorizationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEndpointAuthorizationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeEventCategoriesCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeEventCategoriesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEventCategoriesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeEventSubscriptionsCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeEventSubscriptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEventSubscriptionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DescribeEventsCommand extends $Command<
|
|
|
21
22
|
RedshiftClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DescribeEventsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DescribeEventsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeHsmClientCertificatesCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeHsmClientCertificatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeHsmClientCertificatesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeHsmConfigurationsCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeHsmConfigurationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeHsmConfigurationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeLoggingStatusCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeLoggingStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLoggingStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeNodeConfigurationOptionsCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeNodeConfigurationOptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeNodeConfigurationOptionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeOrderableClusterOptionsCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeOrderableClusterOptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeOrderableClusterOptionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribePartnersCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribePartnersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribePartnersCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeReservedNodeExchangeStatusCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeReservedNodeExchangeStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeReservedNodeExchangeStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeReservedNodeOfferingsCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeReservedNodeOfferingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeReservedNodeOfferingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeReservedNodesCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeReservedNodesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeReservedNodesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class DescribeResizeCommand extends $Command<
|
|
|
22
23
|
RedshiftClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: DescribeResizeCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: DescribeResizeCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeScheduledActionsCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeScheduledActionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeScheduledActionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeSnapshotCopyGrantsCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeSnapshotCopyGrantsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeSnapshotCopyGrantsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeSnapshotSchedulesCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeSnapshotSchedulesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeSnapshotSchedulesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DescribeStorageCommand extends $Command<
|
|
|
21
22
|
RedshiftClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DescribeStorageCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DescribeStorageCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeTableRestoreStatusCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeTableRestoreStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeTableRestoreStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeTagsCommand extends $Command<
|
|
|
24
25
|
RedshiftClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeTagsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeTagsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class DescribeUsageLimitsCommand extends $Command<
|
|
|
22
23
|
RedshiftClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: DescribeUsageLimitsCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: DescribeUsageLimitsCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DisableLoggingCommand extends $Command<
|
|
|
21
22
|
RedshiftClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DisableLoggingCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DisableLoggingCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisableSnapshotCopyCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisableSnapshotCopyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisableSnapshotCopyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -23,6 +24,7 @@ export declare class DisassociateDataShareConsumerCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: DisassociateDataShareConsumerCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: DisassociateDataShareConsumerCommandInput);
|
|
27
29
|
resolveMiddleware(
|
|
28
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class EnableLoggingCommand extends $Command<
|
|
|
21
22
|
RedshiftClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: EnableLoggingCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: EnableLoggingCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class EnableSnapshotCopyCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: EnableSnapshotCopyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: EnableSnapshotCopyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -23,6 +24,7 @@ export declare class GetClusterCredentialsCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: GetClusterCredentialsCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: GetClusterCredentialsCommandInput);
|
|
27
29
|
resolveMiddleware(
|
|
28
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -23,6 +24,7 @@ export declare class GetClusterCredentialsWithIAMCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: GetClusterCredentialsWithIAMCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: GetClusterCredentialsWithIAMCommandInput);
|
|
27
29
|
resolveMiddleware(
|
|
28
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetReservedNodeExchangeConfigurationOptionsCommand extends
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetReservedNodeExchangeConfigurationOptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetReservedNodeExchangeConfigurationOptionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetReservedNodeExchangeOfferingsCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetReservedNodeExchangeOfferingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetReservedNodeExchangeOfferingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifyAquaConfigurationCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifyAquaConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyAquaConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifyAuthenticationProfileCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifyAuthenticationProfileCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyAuthenticationProfileCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ModifyClusterCommand extends $Command<
|
|
|
21
22
|
RedshiftClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ModifyClusterCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ModifyClusterCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifyClusterDbRevisionCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifyClusterDbRevisionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyClusterDbRevisionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifyClusterIamRolesCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifyClusterIamRolesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyClusterIamRolesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifyClusterMaintenanceCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifyClusterMaintenanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyClusterMaintenanceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -23,6 +24,7 @@ export declare class ModifyClusterParameterGroupCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: ModifyClusterParameterGroupCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: ModifyClusterParameterGroupCommandInput);
|
|
27
29
|
resolveMiddleware(
|
|
28
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifyClusterSnapshotCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifyClusterSnapshotCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyClusterSnapshotCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ModifyClusterSnapshotScheduleCommand extends $Command<
|
|
|
21
22
|
RedshiftClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ModifyClusterSnapshotScheduleCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ModifyClusterSnapshotScheduleCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifyClusterSubnetGroupCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifyClusterSubnetGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyClusterSubnetGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -23,6 +24,7 @@ export declare class ModifyEndpointAccessCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: ModifyEndpointAccessCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: ModifyEndpointAccessCommandInput);
|
|
27
29
|
resolveMiddleware(
|
|
28
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifyEventSubscriptionCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifyEventSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifyEventSubscriptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -23,6 +24,7 @@ export declare class ModifyScheduledActionCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: ModifyScheduledActionCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: ModifyScheduledActionCommandInput);
|
|
27
29
|
resolveMiddleware(
|
|
28
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ModifySnapshotCopyRetentionPeriodCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ModifySnapshotCopyRetentionPeriodCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ModifySnapshotCopyRetentionPeriodCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -23,6 +24,7 @@ export declare class ModifySnapshotScheduleCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: ModifySnapshotScheduleCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: ModifySnapshotScheduleCommandInput);
|
|
27
29
|
resolveMiddleware(
|
|
28
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -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 {
|
|
3
4
|
Handler,
|
|
@@ -22,6 +23,7 @@ export declare class ModifyUsageLimitCommand extends $Command<
|
|
|
22
23
|
RedshiftClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: ModifyUsageLimitCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: ModifyUsageLimitCommandInput);
|
|
26
28
|
resolveMiddleware(
|
|
27
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|