@aws-sdk/client-redshift 3.193.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 +11 -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 +4 -2
- 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,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeClusterParameterGroupsCommand = 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 DescribeClusterParameterGroupsCommand 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, DescribeClusterParameterGroupsCommand.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.DescribeClusterParametersCommand = 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 DescribeClusterParametersCommand 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, DescribeClusterParametersCommand.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.DescribeClusterSecurityGroupsCommand = 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 DescribeClusterSecurityGroupsCommand 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, DescribeClusterSecurityGroupsCommand.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.DescribeClusterSnapshotsCommand = 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 DescribeClusterSnapshotsCommand 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, DescribeClusterSnapshotsCommand.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.DescribeClusterSubnetGroupsCommand = 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 DescribeClusterSubnetGroupsCommand 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, DescribeClusterSubnetGroupsCommand.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.DescribeClusterTracksCommand = 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 DescribeClusterTracksCommand 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, DescribeClusterTracksCommand.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.DescribeClusterVersionsCommand = 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 DescribeClusterVersionsCommand 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, DescribeClusterVersionsCommand.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.DescribeClustersCommand = 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 DescribeClustersCommand 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, DescribeClustersCommand.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.DescribeDataSharesCommand = 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 DescribeDataSharesCommand 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, DescribeDataSharesCommand.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.DescribeDataSharesForConsumerCommand = 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 DescribeDataSharesForConsumerCommand 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, DescribeDataSharesForConsumerCommand.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.DescribeDataSharesForProducerCommand = 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 DescribeDataSharesForProducerCommand 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, DescribeDataSharesForProducerCommand.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.DescribeDefaultClusterParametersCommand = 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 DescribeDefaultClusterParametersCommand 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, DescribeDefaultClusterParametersCommand.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.DescribeEndpointAccessCommand = 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 DescribeEndpointAccessCommand 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, DescribeEndpointAccessCommand.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.DescribeEndpointAuthorizationCommand = 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 DescribeEndpointAuthorizationCommand 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, DescribeEndpointAuthorizationCommand.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.DescribeEventCategoriesCommand = 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 DescribeEventCategoriesCommand 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, DescribeEventCategoriesCommand.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.DescribeEventSubscriptionsCommand = 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 DescribeEventSubscriptionsCommand 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, DescribeEventSubscriptionsCommand.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.DescribeEventsCommand = 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 DescribeEventsCommand 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, DescribeEventsCommand.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.DescribeHsmClientCertificatesCommand = 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 DescribeHsmClientCertificatesCommand 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, DescribeHsmClientCertificatesCommand.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.DescribeHsmConfigurationsCommand = 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_1_1 = require("../models/models_1");
|
|
@@ -10,8 +11,17 @@ class DescribeHsmConfigurationsCommand 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, DescribeHsmConfigurationsCommand.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.DescribeLoggingStatusCommand = 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_1_1 = require("../models/models_1");
|
|
@@ -10,8 +11,17 @@ class DescribeLoggingStatusCommand 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, DescribeLoggingStatusCommand.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.DescribeNodeConfigurationOptionsCommand = 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_1_1 = require("../models/models_1");
|
|
@@ -10,8 +11,17 @@ class DescribeNodeConfigurationOptionsCommand 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, DescribeNodeConfigurationOptionsCommand.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.DescribeOrderableClusterOptionsCommand = 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_1_1 = require("../models/models_1");
|
|
@@ -10,8 +11,17 @@ class DescribeOrderableClusterOptionsCommand 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, DescribeOrderableClusterOptionsCommand.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.DescribePartnersCommand = 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_1_1 = require("../models/models_1");
|
|
@@ -10,8 +11,17 @@ class DescribePartnersCommand 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, DescribePartnersCommand.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.DescribeReservedNodeExchangeStatusCommand = 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_1_1 = require("../models/models_1");
|
|
@@ -10,8 +11,17 @@ class DescribeReservedNodeExchangeStatusCommand 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, DescribeReservedNodeExchangeStatusCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "RedshiftClient";
|