@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,
|
|
@@ -22,6 +23,7 @@ export declare class PauseClusterCommand extends $Command<
|
|
|
22
23
|
RedshiftClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: PauseClusterCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: PauseClusterCommandInput);
|
|
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 PurchaseReservedNodeOfferingCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PurchaseReservedNodeOfferingCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PurchaseReservedNodeOfferingCommandInput);
|
|
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 RebootClusterCommand extends $Command<
|
|
|
21
22
|
RedshiftClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: RebootClusterCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: RebootClusterCommandInput);
|
|
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,
|
|
@@ -22,6 +23,7 @@ export declare class RejectDataShareCommand extends $Command<
|
|
|
22
23
|
RedshiftClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: RejectDataShareCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: RejectDataShareCommandInput);
|
|
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,
|
|
@@ -23,6 +24,7 @@ export declare class ResetClusterParameterGroupCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: ResetClusterParameterGroupCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: ResetClusterParameterGroupCommandInput);
|
|
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 ResizeClusterCommand extends $Command<
|
|
|
22
23
|
RedshiftClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: ResizeClusterCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: ResizeClusterCommandInput);
|
|
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 RestoreFromClusterSnapshotCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RestoreFromClusterSnapshotCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RestoreFromClusterSnapshotCommandInput);
|
|
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 RestoreTableFromClusterSnapshotCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RestoreTableFromClusterSnapshotCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RestoreTableFromClusterSnapshotCommandInput);
|
|
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 ResumeClusterCommand extends $Command<
|
|
|
22
23
|
RedshiftClientResolvedConfig
|
|
23
24
|
> {
|
|
24
25
|
readonly input: ResumeClusterCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
27
|
constructor(input: ResumeClusterCommandInput);
|
|
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 RevokeClusterSecurityGroupIngressCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RevokeClusterSecurityGroupIngressCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RevokeClusterSecurityGroupIngressCommandInput);
|
|
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 RevokeEndpointAccessCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: RevokeEndpointAccessCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: RevokeEndpointAccessCommandInput);
|
|
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 RevokeSnapshotAccessCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RevokeSnapshotAccessCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RevokeSnapshotAccessCommandInput);
|
|
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 RotateEncryptionKeyCommand extends $Command<
|
|
|
25
26
|
RedshiftClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RotateEncryptionKeyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RotateEncryptionKeyCommandInput);
|
|
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 UpdatePartnerStatusCommand extends $Command<
|
|
|
23
24
|
RedshiftClientResolvedConfig
|
|
24
25
|
> {
|
|
25
26
|
readonly input: UpdatePartnerStatusCommandInput;
|
|
27
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
28
|
constructor(input: UpdatePartnerStatusCommandInput);
|
|
27
29
|
resolveMiddleware(
|
|
28
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { RedshiftClientConfig } from "./RedshiftClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: RedshiftClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.196.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,13 +19,14 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.196.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.193.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.196.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.193.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.196.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"ca-central-1": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "redshift-fips.ca-central-1.amazonaws.com",
|
|
10
|
-
tags: ["fips"],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"us-east-1": {
|
|
15
|
-
variants: [
|
|
16
|
-
{
|
|
17
|
-
hostname: "redshift-fips.us-east-1.amazonaws.com",
|
|
18
|
-
tags: ["fips"],
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
},
|
|
22
|
-
"us-east-2": {
|
|
23
|
-
variants: [
|
|
24
|
-
{
|
|
25
|
-
hostname: "redshift-fips.us-east-2.amazonaws.com",
|
|
26
|
-
tags: ["fips"],
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
},
|
|
30
|
-
"us-gov-east-1": {
|
|
31
|
-
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "redshift.us-gov-east-1.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
signingRegion: "us-gov-east-1",
|
|
38
|
-
},
|
|
39
|
-
"us-gov-west-1": {
|
|
40
|
-
variants: [
|
|
41
|
-
{
|
|
42
|
-
hostname: "redshift.us-gov-west-1.amazonaws.com",
|
|
43
|
-
tags: [],
|
|
44
|
-
},
|
|
45
|
-
],
|
|
46
|
-
signingRegion: "us-gov-west-1",
|
|
47
|
-
},
|
|
48
|
-
"us-west-1": {
|
|
49
|
-
variants: [
|
|
50
|
-
{
|
|
51
|
-
hostname: "redshift-fips.us-west-1.amazonaws.com",
|
|
52
|
-
tags: ["fips"],
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
},
|
|
56
|
-
"us-west-2": {
|
|
57
|
-
variants: [
|
|
58
|
-
{
|
|
59
|
-
hostname: "redshift-fips.us-west-2.amazonaws.com",
|
|
60
|
-
tags: ["fips"],
|
|
61
|
-
},
|
|
62
|
-
],
|
|
63
|
-
},
|
|
64
|
-
};
|
|
65
|
-
const partitionHash = {
|
|
66
|
-
aws: {
|
|
67
|
-
regions: [
|
|
68
|
-
"af-south-1",
|
|
69
|
-
"ap-east-1",
|
|
70
|
-
"ap-northeast-1",
|
|
71
|
-
"ap-northeast-2",
|
|
72
|
-
"ap-northeast-3",
|
|
73
|
-
"ap-south-1",
|
|
74
|
-
"ap-southeast-1",
|
|
75
|
-
"ap-southeast-2",
|
|
76
|
-
"ap-southeast-3",
|
|
77
|
-
"ca-central-1",
|
|
78
|
-
"eu-central-1",
|
|
79
|
-
"eu-north-1",
|
|
80
|
-
"eu-south-1",
|
|
81
|
-
"eu-west-1",
|
|
82
|
-
"eu-west-2",
|
|
83
|
-
"eu-west-3",
|
|
84
|
-
"fips-ca-central-1",
|
|
85
|
-
"fips-us-east-1",
|
|
86
|
-
"fips-us-east-2",
|
|
87
|
-
"fips-us-west-1",
|
|
88
|
-
"fips-us-west-2",
|
|
89
|
-
"me-central-1",
|
|
90
|
-
"me-south-1",
|
|
91
|
-
"sa-east-1",
|
|
92
|
-
"us-east-1",
|
|
93
|
-
"us-east-2",
|
|
94
|
-
"us-west-1",
|
|
95
|
-
"us-west-2",
|
|
96
|
-
],
|
|
97
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
98
|
-
variants: [
|
|
99
|
-
{
|
|
100
|
-
hostname: "redshift.{region}.amazonaws.com",
|
|
101
|
-
tags: [],
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
hostname: "redshift-fips.{region}.amazonaws.com",
|
|
105
|
-
tags: ["fips"],
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
hostname: "redshift-fips.{region}.api.aws",
|
|
109
|
-
tags: ["dualstack", "fips"],
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
hostname: "redshift.{region}.api.aws",
|
|
113
|
-
tags: ["dualstack"],
|
|
114
|
-
},
|
|
115
|
-
],
|
|
116
|
-
},
|
|
117
|
-
"aws-cn": {
|
|
118
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
119
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
120
|
-
variants: [
|
|
121
|
-
{
|
|
122
|
-
hostname: "redshift.{region}.amazonaws.com.cn",
|
|
123
|
-
tags: [],
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
hostname: "redshift-fips.{region}.amazonaws.com.cn",
|
|
127
|
-
tags: ["fips"],
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
hostname: "redshift-fips.{region}.api.amazonwebservices.com.cn",
|
|
131
|
-
tags: ["dualstack", "fips"],
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
hostname: "redshift.{region}.api.amazonwebservices.com.cn",
|
|
135
|
-
tags: ["dualstack"],
|
|
136
|
-
},
|
|
137
|
-
],
|
|
138
|
-
},
|
|
139
|
-
"aws-iso": {
|
|
140
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
141
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
142
|
-
variants: [
|
|
143
|
-
{
|
|
144
|
-
hostname: "redshift.{region}.c2s.ic.gov",
|
|
145
|
-
tags: [],
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
hostname: "redshift-fips.{region}.c2s.ic.gov",
|
|
149
|
-
tags: ["fips"],
|
|
150
|
-
},
|
|
151
|
-
],
|
|
152
|
-
},
|
|
153
|
-
"aws-iso-b": {
|
|
154
|
-
regions: ["us-isob-east-1"],
|
|
155
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
156
|
-
variants: [
|
|
157
|
-
{
|
|
158
|
-
hostname: "redshift.{region}.sc2s.sgov.gov",
|
|
159
|
-
tags: [],
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
hostname: "redshift-fips.{region}.sc2s.sgov.gov",
|
|
163
|
-
tags: ["fips"],
|
|
164
|
-
},
|
|
165
|
-
],
|
|
166
|
-
},
|
|
167
|
-
"aws-us-gov": {
|
|
168
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
169
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
170
|
-
variants: [
|
|
171
|
-
{
|
|
172
|
-
hostname: "redshift.{region}.amazonaws.com",
|
|
173
|
-
tags: [],
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
hostname: "redshift-fips.{region}.amazonaws.com",
|
|
177
|
-
tags: ["fips"],
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
hostname: "redshift-fips.{region}.api.aws",
|
|
181
|
-
tags: ["dualstack", "fips"],
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
hostname: "redshift.{region}.api.aws",
|
|
185
|
-
tags: ["dualstack"],
|
|
186
|
-
},
|
|
187
|
-
],
|
|
188
|
-
},
|
|
189
|
-
};
|
|
190
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
191
|
-
...options,
|
|
192
|
-
signingService: "redshift",
|
|
193
|
-
regionHash,
|
|
194
|
-
partitionHash,
|
|
195
|
-
});
|
|
196
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|