@aws-sdk/client-redshift 3.192.0 → 3.194.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 +29 -27
- 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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.194.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.193.0...v3.194.0) (2022-10-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **endpoint:** endpoint models for awsquery protocol ([#4070](https://github.com/aws/aws-sdk-js-v3/issues/4070)) ([41bb10d](https://github.com/aws/aws-sdk-js-v3/commit/41bb10dc09390b4fe0a6578feb6584c15b8b8186))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.193.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.192.0...v3.193.0) (2022-10-20)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-redshift
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.192.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.191.0...v3.192.0) (2022-10-19)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-redshift
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.RedshiftClient = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
6
7
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
7
8
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
8
9
|
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
@@ -10,18 +11,20 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
11
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
12
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
13
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
14
|
+
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
13
15
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
14
16
|
class RedshiftClient extends smithy_client_1.Client {
|
|
15
17
|
constructor(configuration) {
|
|
16
18
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
|
|
17
|
-
const _config_1 = (0,
|
|
18
|
-
const _config_2 = (0, config_resolver_1.
|
|
19
|
-
const _config_3 = (0,
|
|
20
|
-
const _config_4 = (0,
|
|
21
|
-
const _config_5 = (0,
|
|
22
|
-
const _config_6 = (0,
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
20
|
+
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
21
|
+
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
22
|
+
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
23
|
+
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
24
|
+
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
25
|
+
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
26
|
+
super(_config_7);
|
|
27
|
+
this.config = _config_7;
|
|
25
28
|
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
26
29
|
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
27
30
|
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptReservedNodeExchangeCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AcceptReservedNodeExchangeCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptReservedNodeExchangeCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AddPartnerCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AddPartnerCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AddPartnerCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateDataShareConsumerCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateDataShareConsumerCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateDataShareConsumerCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AuthorizeClusterSecurityGroupIngressCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AuthorizeClusterSecurityGroupIngressCommand extends smithy_client_1.Comman
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AuthorizeClusterSecurityGroupIngressCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AuthorizeDataShareCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AuthorizeDataShareCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AuthorizeDataShareCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AuthorizeEndpointAccessCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AuthorizeEndpointAccessCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AuthorizeEndpointAccessCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AuthorizeSnapshotAccessCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AuthorizeSnapshotAccessCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AuthorizeSnapshotAccessCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BatchDeleteClusterSnapshotsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class BatchDeleteClusterSnapshotsCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, BatchDeleteClusterSnapshotsCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BatchModifyClusterSnapshotsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class BatchModifyClusterSnapshotsCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, BatchModifyClusterSnapshotsCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CancelResizeCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CancelResizeCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelResizeCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CopyClusterSnapshotCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CopyClusterSnapshotCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CopyClusterSnapshotCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateAuthenticationProfileCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateAuthenticationProfileCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateAuthenticationProfileCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateClusterCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateClusterCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateClusterCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateClusterParameterGroupCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateClusterParameterGroupCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateClusterParameterGroupCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateClusterSecurityGroupCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateClusterSecurityGroupCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateClusterSecurityGroupCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateClusterSnapshotCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateClusterSnapshotCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateClusterSnapshotCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateClusterSubnetGroupCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateClusterSubnetGroupCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateClusterSubnetGroupCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateEndpointAccessCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateEndpointAccessCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateEndpointAccessCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateEventSubscriptionCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateEventSubscriptionCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateEventSubscriptionCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateHsmClientCertificateCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateHsmClientCertificateCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateHsmClientCertificateCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateHsmConfigurationCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class CreateHsmConfigurationCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateHsmConfigurationCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|