@aws-sdk/client-redshift 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +333 -335
- package/dist-cjs/models/RedshiftServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Redshift.js +1 -1
- package/dist-es/RedshiftClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +2 -2
- package/dist-es/commands/AddPartnerCommand.js +2 -2
- package/dist-es/commands/AssociateDataShareConsumerCommand.js +2 -2
- package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +2 -2
- package/dist-es/commands/AuthorizeDataShareCommand.js +2 -2
- package/dist-es/commands/AuthorizeEndpointAccessCommand.js +2 -2
- package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +2 -2
- package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +2 -2
- package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +2 -2
- package/dist-es/commands/CancelResizeCommand.js +2 -2
- package/dist-es/commands/CopyClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateAuthenticationProfileCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/CreateClusterSecurityGroupCommand.js +2 -2
- package/dist-es/commands/CreateClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateClusterSubnetGroupCommand.js +2 -2
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/CreateEndpointAccessCommand.js +2 -2
- package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateHsmClientCertificateCommand.js +2 -2
- package/dist-es/commands/CreateHsmConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateIntegrationCommand.js +2 -2
- package/dist-es/commands/CreateRedshiftIdcApplicationCommand.js +2 -2
- package/dist-es/commands/CreateScheduledActionCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotScheduleCommand.js +2 -2
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/CreateUsageLimitCommand.js +2 -2
- package/dist-es/commands/DeauthorizeDataShareCommand.js +2 -2
- package/dist-es/commands/DeleteAuthenticationProfileCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +2 -2
- package/dist-es/commands/DeleteClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -2
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteHsmClientCertificateCommand.js +2 -2
- package/dist-es/commands/DeleteHsmConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-es/commands/DeletePartnerCommand.js +2 -2
- package/dist-es/commands/DeleteRedshiftIdcApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteUsageLimitCommand.js +2 -2
- package/dist-es/commands/DeregisterNamespaceCommand.js +2 -2
- package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +2 -2
- package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +2 -2
- package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeClusterParametersCommand.js +2 -2
- package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeClusterSnapshotsCommand.js +2 -2
- package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeClusterTracksCommand.js +2 -2
- package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeClustersCommand.js +2 -2
- package/dist-es/commands/DescribeCustomDomainAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeDataSharesCommand.js +2 -2
- package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +2 -2
- package/dist-es/commands/DescribeDataSharesForProducerCommand.js +2 -2
- package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointAccessCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +2 -2
- package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -2
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -2
- package/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +2 -2
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeInboundIntegrationsCommand.js +2 -2
- package/dist-es/commands/DescribeIntegrationsCommand.js +2 -2
- package/dist-es/commands/DescribeLoggingStatusCommand.js +2 -2
- package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +2 -2
- package/dist-es/commands/DescribePartnersCommand.js +2 -2
- package/dist-es/commands/DescribeRedshiftIdcApplicationsCommand.js +2 -2
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +2 -2
- package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +2 -2
- package/dist-es/commands/DescribeReservedNodesCommand.js +2 -2
- package/dist-es/commands/DescribeResizeCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +2 -2
- package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +2 -2
- package/dist-es/commands/DescribeStorageCommand.js +2 -2
- package/dist-es/commands/DescribeTableRestoreStatusCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeUsageLimitsCommand.js +2 -2
- package/dist-es/commands/DisableLoggingCommand.js +2 -2
- package/dist-es/commands/DisableSnapshotCopyCommand.js +2 -2
- package/dist-es/commands/DisassociateDataShareConsumerCommand.js +2 -2
- package/dist-es/commands/EnableLoggingCommand.js +2 -2
- package/dist-es/commands/EnableSnapshotCopyCommand.js +2 -2
- package/dist-es/commands/FailoverPrimaryComputeCommand.js +2 -2
- package/dist-es/commands/GetClusterCredentialsCommand.js +2 -2
- package/dist-es/commands/GetClusterCredentialsWithIAMCommand.js +2 -2
- package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +2 -2
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +2 -2
- package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/ModifyAquaConfigurationCommand.js +2 -2
- package/dist-es/commands/ModifyAuthenticationProfileCommand.js +2 -2
- package/dist-es/commands/ModifyClusterCommand.js +2 -2
- package/dist-es/commands/ModifyClusterDbRevisionCommand.js +2 -2
- package/dist-es/commands/ModifyClusterIamRolesCommand.js +2 -2
- package/dist-es/commands/ModifyClusterMaintenanceCommand.js +2 -2
- package/dist-es/commands/ModifyClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/ModifyClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +2 -2
- package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +2 -2
- package/dist-es/commands/ModifyCustomDomainAssociationCommand.js +2 -2
- package/dist-es/commands/ModifyEndpointAccessCommand.js +2 -2
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/ModifyIntegrationCommand.js +2 -2
- package/dist-es/commands/ModifyLakehouseConfigurationCommand.js +2 -2
- package/dist-es/commands/ModifyRedshiftIdcApplicationCommand.js +2 -2
- package/dist-es/commands/ModifyScheduledActionCommand.js +2 -2
- package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +2 -2
- package/dist-es/commands/ModifySnapshotScheduleCommand.js +2 -2
- package/dist-es/commands/ModifyUsageLimitCommand.js +2 -2
- package/dist-es/commands/PauseClusterCommand.js +2 -2
- package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RebootClusterCommand.js +2 -2
- package/dist-es/commands/RegisterNamespaceCommand.js +2 -2
- package/dist-es/commands/RejectDataShareCommand.js +2 -2
- package/dist-es/commands/ResetClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/ResizeClusterCommand.js +2 -2
- package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/ResumeClusterCommand.js +2 -2
- package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +2 -2
- package/dist-es/commands/RevokeEndpointAccessCommand.js +2 -2
- package/dist-es/commands/RevokeSnapshotAccessCommand.js +2 -2
- package/dist-es/commands/RotateEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/UpdatePartnerStatusCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/RedshiftServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForClusterAvailable.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForClusterRestored.js +1 -1
- package/dist-es/waiters/waitForSnapshotAvailable.js +1 -1
- package/dist-types/Redshift.d.ts +1 -1
- package/dist-types/RedshiftClient.d.ts +5 -5
- package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +6 -4
- package/dist-types/commands/AddPartnerCommand.d.ts +6 -4
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +6 -4
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +6 -4
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +6 -4
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +6 -4
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +6 -4
- package/dist-types/commands/CancelResizeCommand.d.ts +6 -4
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +6 -4
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/CreateRedshiftIdcApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +6 -4
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +6 -4
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +6 -4
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -4
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +6 -4
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePartnerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRedshiftIdcApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClustersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePartnersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeResizeCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStorageCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DisableLoggingCommand.d.ts +6 -4
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +6 -4
- package/dist-types/commands/EnableLoggingCommand.d.ts +6 -4
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +6 -4
- package/dist-types/commands/FailoverPrimaryComputeCommand.d.ts +6 -4
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +6 -4
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +6 -4
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +6 -4
- package/dist-types/commands/ModifyCustomDomainAssociationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyLakehouseConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyRedshiftIdcApplicationCommand.d.ts +6 -4
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +6 -4
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +6 -4
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +6 -4
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +6 -4
- package/dist-types/commands/PauseClusterCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/RebootClusterCommand.d.ts +6 -4
- package/dist-types/commands/RegisterNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/RejectDataShareCommand.d.ts +6 -4
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/commands/ResizeClusterCommand.d.ts +12 -4
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/ResumeClusterCommand.d.ts +6 -4
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +6 -4
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +6 -4
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +6 -4
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/RedshiftServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +10 -10
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Redshift.d.ts +1 -1
- package/dist-types/ts3.4/RedshiftClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRedshiftIdcApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRedshiftIdcApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/FailoverPrimaryComputeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetClusterCredentialsWithIAMCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyLakehouseConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/RedshiftServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForClusterAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterRestored.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForClusterAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForClusterDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForClusterRestored.d.ts +1 -1
- package/dist-types/waiters/waitForSnapshotAvailable.d.ts +1 -1
- package/package.json +13 -35
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var RedshiftServiceException = require('./models/RedshiftServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class RedshiftClient extends
|
|
80
|
+
class RedshiftClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class RedshiftClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class RedshiftClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class AcceptReservedNodeExchangeCommand extends
|
|
115
|
+
class AcceptReservedNodeExchangeCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("RedshiftServiceVersion20121201", "AcceptReservedNodeExchange", {})
|
|
124
122
|
.n("RedshiftClient", "AcceptReservedNodeExchangeCommand")
|
|
@@ -126,11 +124,11 @@ class AcceptReservedNodeExchangeCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class AddPartnerCommand extends
|
|
127
|
+
class AddPartnerCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("RedshiftServiceVersion20121201", "AddPartner", {})
|
|
136
134
|
.n("RedshiftClient", "AddPartnerCommand")
|
|
@@ -138,11 +136,11 @@ class AddPartnerCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class AssociateDataShareConsumerCommand extends
|
|
139
|
+
class AssociateDataShareConsumerCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("RedshiftServiceVersion20121201", "AssociateDataShareConsumer", {})
|
|
148
146
|
.n("RedshiftClient", "AssociateDataShareConsumerCommand")
|
|
@@ -150,11 +148,11 @@ class AssociateDataShareConsumerCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class AuthorizeClusterSecurityGroupIngressCommand extends
|
|
151
|
+
class AuthorizeClusterSecurityGroupIngressCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("RedshiftServiceVersion20121201", "AuthorizeClusterSecurityGroupIngress", {})
|
|
160
158
|
.n("RedshiftClient", "AuthorizeClusterSecurityGroupIngressCommand")
|
|
@@ -162,11 +160,11 @@ class AuthorizeClusterSecurityGroupIngressCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class AuthorizeDataShareCommand extends
|
|
163
|
+
class AuthorizeDataShareCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("RedshiftServiceVersion20121201", "AuthorizeDataShare", {})
|
|
172
170
|
.n("RedshiftClient", "AuthorizeDataShareCommand")
|
|
@@ -174,11 +172,11 @@ class AuthorizeDataShareCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class AuthorizeEndpointAccessCommand extends
|
|
175
|
+
class AuthorizeEndpointAccessCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("RedshiftServiceVersion20121201", "AuthorizeEndpointAccess", {})
|
|
184
182
|
.n("RedshiftClient", "AuthorizeEndpointAccessCommand")
|
|
@@ -186,11 +184,11 @@ class AuthorizeEndpointAccessCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class AuthorizeSnapshotAccessCommand extends
|
|
187
|
+
class AuthorizeSnapshotAccessCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("RedshiftServiceVersion20121201", "AuthorizeSnapshotAccess", {})
|
|
196
194
|
.n("RedshiftClient", "AuthorizeSnapshotAccessCommand")
|
|
@@ -198,11 +196,11 @@ class AuthorizeSnapshotAccessCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class BatchDeleteClusterSnapshotsCommand extends
|
|
199
|
+
class BatchDeleteClusterSnapshotsCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("RedshiftServiceVersion20121201", "BatchDeleteClusterSnapshots", {})
|
|
208
206
|
.n("RedshiftClient", "BatchDeleteClusterSnapshotsCommand")
|
|
@@ -210,11 +208,11 @@ class BatchDeleteClusterSnapshotsCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class BatchModifyClusterSnapshotsCommand extends
|
|
211
|
+
class BatchModifyClusterSnapshotsCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("RedshiftServiceVersion20121201", "BatchModifyClusterSnapshots", {})
|
|
220
218
|
.n("RedshiftClient", "BatchModifyClusterSnapshotsCommand")
|
|
@@ -222,11 +220,11 @@ class BatchModifyClusterSnapshotsCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class CancelResizeCommand extends
|
|
223
|
+
class CancelResizeCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("RedshiftServiceVersion20121201", "CancelResize", {})
|
|
232
230
|
.n("RedshiftClient", "CancelResizeCommand")
|
|
@@ -234,11 +232,11 @@ class CancelResizeCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class CopyClusterSnapshotCommand extends
|
|
235
|
+
class CopyClusterSnapshotCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("RedshiftServiceVersion20121201", "CopyClusterSnapshot", {})
|
|
244
242
|
.n("RedshiftClient", "CopyClusterSnapshotCommand")
|
|
@@ -246,11 +244,11 @@ class CopyClusterSnapshotCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class CreateAuthenticationProfileCommand extends
|
|
247
|
+
class CreateAuthenticationProfileCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("RedshiftServiceVersion20121201", "CreateAuthenticationProfile", {})
|
|
256
254
|
.n("RedshiftClient", "CreateAuthenticationProfileCommand")
|
|
@@ -258,11 +256,11 @@ class CreateAuthenticationProfileCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class CreateClusterCommand extends
|
|
259
|
+
class CreateClusterCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("RedshiftServiceVersion20121201", "CreateCluster", {})
|
|
268
266
|
.n("RedshiftClient", "CreateClusterCommand")
|
|
@@ -270,11 +268,11 @@ class CreateClusterCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class CreateClusterParameterGroupCommand extends
|
|
271
|
+
class CreateClusterParameterGroupCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("RedshiftServiceVersion20121201", "CreateClusterParameterGroup", {})
|
|
280
278
|
.n("RedshiftClient", "CreateClusterParameterGroupCommand")
|
|
@@ -282,11 +280,11 @@ class CreateClusterParameterGroupCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class CreateClusterSecurityGroupCommand extends
|
|
283
|
+
class CreateClusterSecurityGroupCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("RedshiftServiceVersion20121201", "CreateClusterSecurityGroup", {})
|
|
292
290
|
.n("RedshiftClient", "CreateClusterSecurityGroupCommand")
|
|
@@ -294,11 +292,11 @@ class CreateClusterSecurityGroupCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class CreateClusterSnapshotCommand extends
|
|
295
|
+
class CreateClusterSnapshotCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("RedshiftServiceVersion20121201", "CreateClusterSnapshot", {})
|
|
304
302
|
.n("RedshiftClient", "CreateClusterSnapshotCommand")
|
|
@@ -306,11 +304,11 @@ class CreateClusterSnapshotCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class CreateClusterSubnetGroupCommand extends
|
|
307
|
+
class CreateClusterSubnetGroupCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("RedshiftServiceVersion20121201", "CreateClusterSubnetGroup", {})
|
|
316
314
|
.n("RedshiftClient", "CreateClusterSubnetGroupCommand")
|
|
@@ -318,11 +316,11 @@ class CreateClusterSubnetGroupCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class CreateCustomDomainAssociationCommand extends
|
|
319
|
+
class CreateCustomDomainAssociationCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("RedshiftServiceVersion20121201", "CreateCustomDomainAssociation", {})
|
|
328
326
|
.n("RedshiftClient", "CreateCustomDomainAssociationCommand")
|
|
@@ -330,11 +328,11 @@ class CreateCustomDomainAssociationCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class CreateEndpointAccessCommand extends
|
|
331
|
+
class CreateEndpointAccessCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("RedshiftServiceVersion20121201", "CreateEndpointAccess", {})
|
|
340
338
|
.n("RedshiftClient", "CreateEndpointAccessCommand")
|
|
@@ -342,11 +340,11 @@ class CreateEndpointAccessCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class CreateEventSubscriptionCommand extends
|
|
343
|
+
class CreateEventSubscriptionCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("RedshiftServiceVersion20121201", "CreateEventSubscription", {})
|
|
352
350
|
.n("RedshiftClient", "CreateEventSubscriptionCommand")
|
|
@@ -354,11 +352,11 @@ class CreateEventSubscriptionCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class CreateHsmClientCertificateCommand extends
|
|
355
|
+
class CreateHsmClientCertificateCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("RedshiftServiceVersion20121201", "CreateHsmClientCertificate", {})
|
|
364
362
|
.n("RedshiftClient", "CreateHsmClientCertificateCommand")
|
|
@@ -366,11 +364,11 @@ class CreateHsmClientCertificateCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class CreateHsmConfigurationCommand extends
|
|
367
|
+
class CreateHsmConfigurationCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("RedshiftServiceVersion20121201", "CreateHsmConfiguration", {})
|
|
376
374
|
.n("RedshiftClient", "CreateHsmConfigurationCommand")
|
|
@@ -378,11 +376,11 @@ class CreateHsmConfigurationCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class CreateIntegrationCommand extends
|
|
379
|
+
class CreateIntegrationCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("RedshiftServiceVersion20121201", "CreateIntegration", {})
|
|
388
386
|
.n("RedshiftClient", "CreateIntegrationCommand")
|
|
@@ -390,11 +388,11 @@ class CreateIntegrationCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class CreateRedshiftIdcApplicationCommand extends
|
|
391
|
+
class CreateRedshiftIdcApplicationCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("RedshiftServiceVersion20121201", "CreateRedshiftIdcApplication", {})
|
|
400
398
|
.n("RedshiftClient", "CreateRedshiftIdcApplicationCommand")
|
|
@@ -402,11 +400,11 @@ class CreateRedshiftIdcApplicationCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class CreateScheduledActionCommand extends
|
|
403
|
+
class CreateScheduledActionCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("RedshiftServiceVersion20121201", "CreateScheduledAction", {})
|
|
412
410
|
.n("RedshiftClient", "CreateScheduledActionCommand")
|
|
@@ -414,11 +412,11 @@ class CreateScheduledActionCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class CreateSnapshotCopyGrantCommand extends
|
|
415
|
+
class CreateSnapshotCopyGrantCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("RedshiftServiceVersion20121201", "CreateSnapshotCopyGrant", {})
|
|
424
422
|
.n("RedshiftClient", "CreateSnapshotCopyGrantCommand")
|
|
@@ -426,11 +424,11 @@ class CreateSnapshotCopyGrantCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class CreateSnapshotScheduleCommand extends
|
|
427
|
+
class CreateSnapshotScheduleCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("RedshiftServiceVersion20121201", "CreateSnapshotSchedule", {})
|
|
436
434
|
.n("RedshiftClient", "CreateSnapshotScheduleCommand")
|
|
@@ -438,11 +436,11 @@ class CreateSnapshotScheduleCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class CreateTagsCommand extends
|
|
439
|
+
class CreateTagsCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("RedshiftServiceVersion20121201", "CreateTags", {})
|
|
448
446
|
.n("RedshiftClient", "CreateTagsCommand")
|
|
@@ -450,11 +448,11 @@ class CreateTagsCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class CreateUsageLimitCommand extends
|
|
451
|
+
class CreateUsageLimitCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("RedshiftServiceVersion20121201", "CreateUsageLimit", {})
|
|
460
458
|
.n("RedshiftClient", "CreateUsageLimitCommand")
|
|
@@ -462,11 +460,11 @@ class CreateUsageLimitCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class DeauthorizeDataShareCommand extends
|
|
463
|
+
class DeauthorizeDataShareCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("RedshiftServiceVersion20121201", "DeauthorizeDataShare", {})
|
|
472
470
|
.n("RedshiftClient", "DeauthorizeDataShareCommand")
|
|
@@ -474,11 +472,11 @@ class DeauthorizeDataShareCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class DeleteAuthenticationProfileCommand extends
|
|
475
|
+
class DeleteAuthenticationProfileCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("RedshiftServiceVersion20121201", "DeleteAuthenticationProfile", {})
|
|
484
482
|
.n("RedshiftClient", "DeleteAuthenticationProfileCommand")
|
|
@@ -486,11 +484,11 @@ class DeleteAuthenticationProfileCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class DeleteClusterCommand extends
|
|
487
|
+
class DeleteClusterCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("RedshiftServiceVersion20121201", "DeleteCluster", {})
|
|
496
494
|
.n("RedshiftClient", "DeleteClusterCommand")
|
|
@@ -498,11 +496,11 @@ class DeleteClusterCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class DeleteClusterParameterGroupCommand extends
|
|
499
|
+
class DeleteClusterParameterGroupCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("RedshiftServiceVersion20121201", "DeleteClusterParameterGroup", {})
|
|
508
506
|
.n("RedshiftClient", "DeleteClusterParameterGroupCommand")
|
|
@@ -510,11 +508,11 @@ class DeleteClusterParameterGroupCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class DeleteClusterSecurityGroupCommand extends
|
|
511
|
+
class DeleteClusterSecurityGroupCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("RedshiftServiceVersion20121201", "DeleteClusterSecurityGroup", {})
|
|
520
518
|
.n("RedshiftClient", "DeleteClusterSecurityGroupCommand")
|
|
@@ -522,11 +520,11 @@ class DeleteClusterSecurityGroupCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class DeleteClusterSnapshotCommand extends
|
|
523
|
+
class DeleteClusterSnapshotCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("RedshiftServiceVersion20121201", "DeleteClusterSnapshot", {})
|
|
532
530
|
.n("RedshiftClient", "DeleteClusterSnapshotCommand")
|
|
@@ -534,11 +532,11 @@ class DeleteClusterSnapshotCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class DeleteClusterSubnetGroupCommand extends
|
|
535
|
+
class DeleteClusterSubnetGroupCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("RedshiftServiceVersion20121201", "DeleteClusterSubnetGroup", {})
|
|
544
542
|
.n("RedshiftClient", "DeleteClusterSubnetGroupCommand")
|
|
@@ -546,11 +544,11 @@ class DeleteClusterSubnetGroupCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class DeleteCustomDomainAssociationCommand extends
|
|
547
|
+
class DeleteCustomDomainAssociationCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("RedshiftServiceVersion20121201", "DeleteCustomDomainAssociation", {})
|
|
556
554
|
.n("RedshiftClient", "DeleteCustomDomainAssociationCommand")
|
|
@@ -558,11 +556,11 @@ class DeleteCustomDomainAssociationCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class DeleteEndpointAccessCommand extends
|
|
559
|
+
class DeleteEndpointAccessCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("RedshiftServiceVersion20121201", "DeleteEndpointAccess", {})
|
|
568
566
|
.n("RedshiftClient", "DeleteEndpointAccessCommand")
|
|
@@ -570,11 +568,11 @@ class DeleteEndpointAccessCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class DeleteEventSubscriptionCommand extends
|
|
571
|
+
class DeleteEventSubscriptionCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("RedshiftServiceVersion20121201", "DeleteEventSubscription", {})
|
|
580
578
|
.n("RedshiftClient", "DeleteEventSubscriptionCommand")
|
|
@@ -582,11 +580,11 @@ class DeleteEventSubscriptionCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class DeleteHsmClientCertificateCommand extends
|
|
583
|
+
class DeleteHsmClientCertificateCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("RedshiftServiceVersion20121201", "DeleteHsmClientCertificate", {})
|
|
592
590
|
.n("RedshiftClient", "DeleteHsmClientCertificateCommand")
|
|
@@ -594,11 +592,11 @@ class DeleteHsmClientCertificateCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class DeleteHsmConfigurationCommand extends
|
|
595
|
+
class DeleteHsmConfigurationCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("RedshiftServiceVersion20121201", "DeleteHsmConfiguration", {})
|
|
604
602
|
.n("RedshiftClient", "DeleteHsmConfigurationCommand")
|
|
@@ -606,11 +604,11 @@ class DeleteHsmConfigurationCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class DeleteIntegrationCommand extends
|
|
607
|
+
class DeleteIntegrationCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("RedshiftServiceVersion20121201", "DeleteIntegration", {})
|
|
616
614
|
.n("RedshiftClient", "DeleteIntegrationCommand")
|
|
@@ -618,11 +616,11 @@ class DeleteIntegrationCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class DeletePartnerCommand extends
|
|
619
|
+
class DeletePartnerCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("RedshiftServiceVersion20121201", "DeletePartner", {})
|
|
628
626
|
.n("RedshiftClient", "DeletePartnerCommand")
|
|
@@ -630,11 +628,11 @@ class DeletePartnerCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class DeleteRedshiftIdcApplicationCommand extends
|
|
631
|
+
class DeleteRedshiftIdcApplicationCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("RedshiftServiceVersion20121201", "DeleteRedshiftIdcApplication", {})
|
|
640
638
|
.n("RedshiftClient", "DeleteRedshiftIdcApplicationCommand")
|
|
@@ -642,11 +640,11 @@ class DeleteRedshiftIdcApplicationCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class DeleteResourcePolicyCommand extends
|
|
643
|
+
class DeleteResourcePolicyCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("RedshiftServiceVersion20121201", "DeleteResourcePolicy", {})
|
|
652
650
|
.n("RedshiftClient", "DeleteResourcePolicyCommand")
|
|
@@ -654,11 +652,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class DeleteScheduledActionCommand extends
|
|
655
|
+
class DeleteScheduledActionCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("RedshiftServiceVersion20121201", "DeleteScheduledAction", {})
|
|
664
662
|
.n("RedshiftClient", "DeleteScheduledActionCommand")
|
|
@@ -666,11 +664,11 @@ class DeleteScheduledActionCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class DeleteSnapshotCopyGrantCommand extends
|
|
667
|
+
class DeleteSnapshotCopyGrantCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("RedshiftServiceVersion20121201", "DeleteSnapshotCopyGrant", {})
|
|
676
674
|
.n("RedshiftClient", "DeleteSnapshotCopyGrantCommand")
|
|
@@ -678,11 +676,11 @@ class DeleteSnapshotCopyGrantCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class DeleteSnapshotScheduleCommand extends
|
|
679
|
+
class DeleteSnapshotScheduleCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("RedshiftServiceVersion20121201", "DeleteSnapshotSchedule", {})
|
|
688
686
|
.n("RedshiftClient", "DeleteSnapshotScheduleCommand")
|
|
@@ -690,11 +688,11 @@ class DeleteSnapshotScheduleCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class DeleteTagsCommand extends
|
|
691
|
+
class DeleteTagsCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("RedshiftServiceVersion20121201", "DeleteTags", {})
|
|
700
698
|
.n("RedshiftClient", "DeleteTagsCommand")
|
|
@@ -702,11 +700,11 @@ class DeleteTagsCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class DeleteUsageLimitCommand extends
|
|
703
|
+
class DeleteUsageLimitCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("RedshiftServiceVersion20121201", "DeleteUsageLimit", {})
|
|
712
710
|
.n("RedshiftClient", "DeleteUsageLimitCommand")
|
|
@@ -714,11 +712,11 @@ class DeleteUsageLimitCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class DeregisterNamespaceCommand extends
|
|
715
|
+
class DeregisterNamespaceCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("RedshiftServiceVersion20121201", "DeregisterNamespace", {})
|
|
724
722
|
.n("RedshiftClient", "DeregisterNamespaceCommand")
|
|
@@ -726,11 +724,11 @@ class DeregisterNamespaceCommand extends smithyClient.Command
|
|
|
726
724
|
.build() {
|
|
727
725
|
}
|
|
728
726
|
|
|
729
|
-
class DescribeAccountAttributesCommand extends
|
|
727
|
+
class DescribeAccountAttributesCommand extends client.Command
|
|
730
728
|
.classBuilder()
|
|
731
729
|
.ep(commonParams)
|
|
732
730
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
732
|
})
|
|
735
733
|
.s("RedshiftServiceVersion20121201", "DescribeAccountAttributes", {})
|
|
736
734
|
.n("RedshiftClient", "DescribeAccountAttributesCommand")
|
|
@@ -738,11 +736,11 @@ class DescribeAccountAttributesCommand extends smithyClient.Command
|
|
|
738
736
|
.build() {
|
|
739
737
|
}
|
|
740
738
|
|
|
741
|
-
class DescribeAuthenticationProfilesCommand extends
|
|
739
|
+
class DescribeAuthenticationProfilesCommand extends client.Command
|
|
742
740
|
.classBuilder()
|
|
743
741
|
.ep(commonParams)
|
|
744
742
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
744
|
})
|
|
747
745
|
.s("RedshiftServiceVersion20121201", "DescribeAuthenticationProfiles", {})
|
|
748
746
|
.n("RedshiftClient", "DescribeAuthenticationProfilesCommand")
|
|
@@ -750,11 +748,11 @@ class DescribeAuthenticationProfilesCommand extends smithyClient.Command
|
|
|
750
748
|
.build() {
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
class DescribeClusterDbRevisionsCommand extends
|
|
751
|
+
class DescribeClusterDbRevisionsCommand extends client.Command
|
|
754
752
|
.classBuilder()
|
|
755
753
|
.ep(commonParams)
|
|
756
754
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
756
|
})
|
|
759
757
|
.s("RedshiftServiceVersion20121201", "DescribeClusterDbRevisions", {})
|
|
760
758
|
.n("RedshiftClient", "DescribeClusterDbRevisionsCommand")
|
|
@@ -762,11 +760,11 @@ class DescribeClusterDbRevisionsCommand extends smithyClient.Command
|
|
|
762
760
|
.build() {
|
|
763
761
|
}
|
|
764
762
|
|
|
765
|
-
class DescribeClusterParameterGroupsCommand extends
|
|
763
|
+
class DescribeClusterParameterGroupsCommand extends client.Command
|
|
766
764
|
.classBuilder()
|
|
767
765
|
.ep(commonParams)
|
|
768
766
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
768
|
})
|
|
771
769
|
.s("RedshiftServiceVersion20121201", "DescribeClusterParameterGroups", {})
|
|
772
770
|
.n("RedshiftClient", "DescribeClusterParameterGroupsCommand")
|
|
@@ -774,11 +772,11 @@ class DescribeClusterParameterGroupsCommand extends smithyClient.Command
|
|
|
774
772
|
.build() {
|
|
775
773
|
}
|
|
776
774
|
|
|
777
|
-
class DescribeClusterParametersCommand extends
|
|
775
|
+
class DescribeClusterParametersCommand extends client.Command
|
|
778
776
|
.classBuilder()
|
|
779
777
|
.ep(commonParams)
|
|
780
778
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
780
|
})
|
|
783
781
|
.s("RedshiftServiceVersion20121201", "DescribeClusterParameters", {})
|
|
784
782
|
.n("RedshiftClient", "DescribeClusterParametersCommand")
|
|
@@ -786,11 +784,11 @@ class DescribeClusterParametersCommand extends smithyClient.Command
|
|
|
786
784
|
.build() {
|
|
787
785
|
}
|
|
788
786
|
|
|
789
|
-
class DescribeClustersCommand extends
|
|
787
|
+
class DescribeClustersCommand extends client.Command
|
|
790
788
|
.classBuilder()
|
|
791
789
|
.ep(commonParams)
|
|
792
790
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
792
|
})
|
|
795
793
|
.s("RedshiftServiceVersion20121201", "DescribeClusters", {})
|
|
796
794
|
.n("RedshiftClient", "DescribeClustersCommand")
|
|
@@ -798,11 +796,11 @@ class DescribeClustersCommand extends smithyClient.Command
|
|
|
798
796
|
.build() {
|
|
799
797
|
}
|
|
800
798
|
|
|
801
|
-
class DescribeClusterSecurityGroupsCommand extends
|
|
799
|
+
class DescribeClusterSecurityGroupsCommand extends client.Command
|
|
802
800
|
.classBuilder()
|
|
803
801
|
.ep(commonParams)
|
|
804
802
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
804
|
})
|
|
807
805
|
.s("RedshiftServiceVersion20121201", "DescribeClusterSecurityGroups", {})
|
|
808
806
|
.n("RedshiftClient", "DescribeClusterSecurityGroupsCommand")
|
|
@@ -810,11 +808,11 @@ class DescribeClusterSecurityGroupsCommand extends smithyClient.Command
|
|
|
810
808
|
.build() {
|
|
811
809
|
}
|
|
812
810
|
|
|
813
|
-
class DescribeClusterSnapshotsCommand extends
|
|
811
|
+
class DescribeClusterSnapshotsCommand extends client.Command
|
|
814
812
|
.classBuilder()
|
|
815
813
|
.ep(commonParams)
|
|
816
814
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
815
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
816
|
})
|
|
819
817
|
.s("RedshiftServiceVersion20121201", "DescribeClusterSnapshots", {})
|
|
820
818
|
.n("RedshiftClient", "DescribeClusterSnapshotsCommand")
|
|
@@ -822,11 +820,11 @@ class DescribeClusterSnapshotsCommand extends smithyClient.Command
|
|
|
822
820
|
.build() {
|
|
823
821
|
}
|
|
824
822
|
|
|
825
|
-
class DescribeClusterSubnetGroupsCommand extends
|
|
823
|
+
class DescribeClusterSubnetGroupsCommand extends client.Command
|
|
826
824
|
.classBuilder()
|
|
827
825
|
.ep(commonParams)
|
|
828
826
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
828
|
})
|
|
831
829
|
.s("RedshiftServiceVersion20121201", "DescribeClusterSubnetGroups", {})
|
|
832
830
|
.n("RedshiftClient", "DescribeClusterSubnetGroupsCommand")
|
|
@@ -834,11 +832,11 @@ class DescribeClusterSubnetGroupsCommand extends smithyClient.Command
|
|
|
834
832
|
.build() {
|
|
835
833
|
}
|
|
836
834
|
|
|
837
|
-
class DescribeClusterTracksCommand extends
|
|
835
|
+
class DescribeClusterTracksCommand extends client.Command
|
|
838
836
|
.classBuilder()
|
|
839
837
|
.ep(commonParams)
|
|
840
838
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
840
|
})
|
|
843
841
|
.s("RedshiftServiceVersion20121201", "DescribeClusterTracks", {})
|
|
844
842
|
.n("RedshiftClient", "DescribeClusterTracksCommand")
|
|
@@ -846,11 +844,11 @@ class DescribeClusterTracksCommand extends smithyClient.Command
|
|
|
846
844
|
.build() {
|
|
847
845
|
}
|
|
848
846
|
|
|
849
|
-
class DescribeClusterVersionsCommand extends
|
|
847
|
+
class DescribeClusterVersionsCommand extends client.Command
|
|
850
848
|
.classBuilder()
|
|
851
849
|
.ep(commonParams)
|
|
852
850
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
851
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
852
|
})
|
|
855
853
|
.s("RedshiftServiceVersion20121201", "DescribeClusterVersions", {})
|
|
856
854
|
.n("RedshiftClient", "DescribeClusterVersionsCommand")
|
|
@@ -858,11 +856,11 @@ class DescribeClusterVersionsCommand extends smithyClient.Command
|
|
|
858
856
|
.build() {
|
|
859
857
|
}
|
|
860
858
|
|
|
861
|
-
class DescribeCustomDomainAssociationsCommand extends
|
|
859
|
+
class DescribeCustomDomainAssociationsCommand extends client.Command
|
|
862
860
|
.classBuilder()
|
|
863
861
|
.ep(commonParams)
|
|
864
862
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
863
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
864
|
})
|
|
867
865
|
.s("RedshiftServiceVersion20121201", "DescribeCustomDomainAssociations", {})
|
|
868
866
|
.n("RedshiftClient", "DescribeCustomDomainAssociationsCommand")
|
|
@@ -870,11 +868,11 @@ class DescribeCustomDomainAssociationsCommand extends smithyClient.Command
|
|
|
870
868
|
.build() {
|
|
871
869
|
}
|
|
872
870
|
|
|
873
|
-
class DescribeDataSharesCommand extends
|
|
871
|
+
class DescribeDataSharesCommand extends client.Command
|
|
874
872
|
.classBuilder()
|
|
875
873
|
.ep(commonParams)
|
|
876
874
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
875
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
876
|
})
|
|
879
877
|
.s("RedshiftServiceVersion20121201", "DescribeDataShares", {})
|
|
880
878
|
.n("RedshiftClient", "DescribeDataSharesCommand")
|
|
@@ -882,11 +880,11 @@ class DescribeDataSharesCommand extends smithyClient.Command
|
|
|
882
880
|
.build() {
|
|
883
881
|
}
|
|
884
882
|
|
|
885
|
-
class DescribeDataSharesForConsumerCommand extends
|
|
883
|
+
class DescribeDataSharesForConsumerCommand extends client.Command
|
|
886
884
|
.classBuilder()
|
|
887
885
|
.ep(commonParams)
|
|
888
886
|
.m(function (Command, cs, config, o) {
|
|
889
|
-
return [
|
|
887
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
888
|
})
|
|
891
889
|
.s("RedshiftServiceVersion20121201", "DescribeDataSharesForConsumer", {})
|
|
892
890
|
.n("RedshiftClient", "DescribeDataSharesForConsumerCommand")
|
|
@@ -894,11 +892,11 @@ class DescribeDataSharesForConsumerCommand extends smithyClient.Command
|
|
|
894
892
|
.build() {
|
|
895
893
|
}
|
|
896
894
|
|
|
897
|
-
class DescribeDataSharesForProducerCommand extends
|
|
895
|
+
class DescribeDataSharesForProducerCommand extends client.Command
|
|
898
896
|
.classBuilder()
|
|
899
897
|
.ep(commonParams)
|
|
900
898
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
899
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
900
|
})
|
|
903
901
|
.s("RedshiftServiceVersion20121201", "DescribeDataSharesForProducer", {})
|
|
904
902
|
.n("RedshiftClient", "DescribeDataSharesForProducerCommand")
|
|
@@ -906,11 +904,11 @@ class DescribeDataSharesForProducerCommand extends smithyClient.Command
|
|
|
906
904
|
.build() {
|
|
907
905
|
}
|
|
908
906
|
|
|
909
|
-
class DescribeDefaultClusterParametersCommand extends
|
|
907
|
+
class DescribeDefaultClusterParametersCommand extends client.Command
|
|
910
908
|
.classBuilder()
|
|
911
909
|
.ep(commonParams)
|
|
912
910
|
.m(function (Command, cs, config, o) {
|
|
913
|
-
return [
|
|
911
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
914
912
|
})
|
|
915
913
|
.s("RedshiftServiceVersion20121201", "DescribeDefaultClusterParameters", {})
|
|
916
914
|
.n("RedshiftClient", "DescribeDefaultClusterParametersCommand")
|
|
@@ -918,11 +916,11 @@ class DescribeDefaultClusterParametersCommand extends smithyClient.Command
|
|
|
918
916
|
.build() {
|
|
919
917
|
}
|
|
920
918
|
|
|
921
|
-
class DescribeEndpointAccessCommand extends
|
|
919
|
+
class DescribeEndpointAccessCommand extends client.Command
|
|
922
920
|
.classBuilder()
|
|
923
921
|
.ep(commonParams)
|
|
924
922
|
.m(function (Command, cs, config, o) {
|
|
925
|
-
return [
|
|
923
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
926
924
|
})
|
|
927
925
|
.s("RedshiftServiceVersion20121201", "DescribeEndpointAccess", {})
|
|
928
926
|
.n("RedshiftClient", "DescribeEndpointAccessCommand")
|
|
@@ -930,11 +928,11 @@ class DescribeEndpointAccessCommand extends smithyClient.Command
|
|
|
930
928
|
.build() {
|
|
931
929
|
}
|
|
932
930
|
|
|
933
|
-
class DescribeEndpointAuthorizationCommand extends
|
|
931
|
+
class DescribeEndpointAuthorizationCommand extends client.Command
|
|
934
932
|
.classBuilder()
|
|
935
933
|
.ep(commonParams)
|
|
936
934
|
.m(function (Command, cs, config, o) {
|
|
937
|
-
return [
|
|
935
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
938
936
|
})
|
|
939
937
|
.s("RedshiftServiceVersion20121201", "DescribeEndpointAuthorization", {})
|
|
940
938
|
.n("RedshiftClient", "DescribeEndpointAuthorizationCommand")
|
|
@@ -942,11 +940,11 @@ class DescribeEndpointAuthorizationCommand extends smithyClient.Command
|
|
|
942
940
|
.build() {
|
|
943
941
|
}
|
|
944
942
|
|
|
945
|
-
class DescribeEventCategoriesCommand extends
|
|
943
|
+
class DescribeEventCategoriesCommand extends client.Command
|
|
946
944
|
.classBuilder()
|
|
947
945
|
.ep(commonParams)
|
|
948
946
|
.m(function (Command, cs, config, o) {
|
|
949
|
-
return [
|
|
947
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
950
948
|
})
|
|
951
949
|
.s("RedshiftServiceVersion20121201", "DescribeEventCategories", {})
|
|
952
950
|
.n("RedshiftClient", "DescribeEventCategoriesCommand")
|
|
@@ -954,11 +952,11 @@ class DescribeEventCategoriesCommand extends smithyClient.Command
|
|
|
954
952
|
.build() {
|
|
955
953
|
}
|
|
956
954
|
|
|
957
|
-
class DescribeEventsCommand extends
|
|
955
|
+
class DescribeEventsCommand extends client.Command
|
|
958
956
|
.classBuilder()
|
|
959
957
|
.ep(commonParams)
|
|
960
958
|
.m(function (Command, cs, config, o) {
|
|
961
|
-
return [
|
|
959
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
962
960
|
})
|
|
963
961
|
.s("RedshiftServiceVersion20121201", "DescribeEvents", {})
|
|
964
962
|
.n("RedshiftClient", "DescribeEventsCommand")
|
|
@@ -966,11 +964,11 @@ class DescribeEventsCommand extends smithyClient.Command
|
|
|
966
964
|
.build() {
|
|
967
965
|
}
|
|
968
966
|
|
|
969
|
-
class DescribeEventSubscriptionsCommand extends
|
|
967
|
+
class DescribeEventSubscriptionsCommand extends client.Command
|
|
970
968
|
.classBuilder()
|
|
971
969
|
.ep(commonParams)
|
|
972
970
|
.m(function (Command, cs, config, o) {
|
|
973
|
-
return [
|
|
971
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
974
972
|
})
|
|
975
973
|
.s("RedshiftServiceVersion20121201", "DescribeEventSubscriptions", {})
|
|
976
974
|
.n("RedshiftClient", "DescribeEventSubscriptionsCommand")
|
|
@@ -978,11 +976,11 @@ class DescribeEventSubscriptionsCommand extends smithyClient.Command
|
|
|
978
976
|
.build() {
|
|
979
977
|
}
|
|
980
978
|
|
|
981
|
-
class DescribeHsmClientCertificatesCommand extends
|
|
979
|
+
class DescribeHsmClientCertificatesCommand extends client.Command
|
|
982
980
|
.classBuilder()
|
|
983
981
|
.ep(commonParams)
|
|
984
982
|
.m(function (Command, cs, config, o) {
|
|
985
|
-
return [
|
|
983
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
986
984
|
})
|
|
987
985
|
.s("RedshiftServiceVersion20121201", "DescribeHsmClientCertificates", {})
|
|
988
986
|
.n("RedshiftClient", "DescribeHsmClientCertificatesCommand")
|
|
@@ -990,11 +988,11 @@ class DescribeHsmClientCertificatesCommand extends smithyClient.Command
|
|
|
990
988
|
.build() {
|
|
991
989
|
}
|
|
992
990
|
|
|
993
|
-
class DescribeHsmConfigurationsCommand extends
|
|
991
|
+
class DescribeHsmConfigurationsCommand extends client.Command
|
|
994
992
|
.classBuilder()
|
|
995
993
|
.ep(commonParams)
|
|
996
994
|
.m(function (Command, cs, config, o) {
|
|
997
|
-
return [
|
|
995
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
998
996
|
})
|
|
999
997
|
.s("RedshiftServiceVersion20121201", "DescribeHsmConfigurations", {})
|
|
1000
998
|
.n("RedshiftClient", "DescribeHsmConfigurationsCommand")
|
|
@@ -1002,11 +1000,11 @@ class DescribeHsmConfigurationsCommand extends smithyClient.Command
|
|
|
1002
1000
|
.build() {
|
|
1003
1001
|
}
|
|
1004
1002
|
|
|
1005
|
-
class DescribeInboundIntegrationsCommand extends
|
|
1003
|
+
class DescribeInboundIntegrationsCommand extends client.Command
|
|
1006
1004
|
.classBuilder()
|
|
1007
1005
|
.ep(commonParams)
|
|
1008
1006
|
.m(function (Command, cs, config, o) {
|
|
1009
|
-
return [
|
|
1007
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1010
1008
|
})
|
|
1011
1009
|
.s("RedshiftServiceVersion20121201", "DescribeInboundIntegrations", {})
|
|
1012
1010
|
.n("RedshiftClient", "DescribeInboundIntegrationsCommand")
|
|
@@ -1014,11 +1012,11 @@ class DescribeInboundIntegrationsCommand extends smithyClient.Command
|
|
|
1014
1012
|
.build() {
|
|
1015
1013
|
}
|
|
1016
1014
|
|
|
1017
|
-
class DescribeIntegrationsCommand extends
|
|
1015
|
+
class DescribeIntegrationsCommand extends client.Command
|
|
1018
1016
|
.classBuilder()
|
|
1019
1017
|
.ep(commonParams)
|
|
1020
1018
|
.m(function (Command, cs, config, o) {
|
|
1021
|
-
return [
|
|
1019
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1022
1020
|
})
|
|
1023
1021
|
.s("RedshiftServiceVersion20121201", "DescribeIntegrations", {})
|
|
1024
1022
|
.n("RedshiftClient", "DescribeIntegrationsCommand")
|
|
@@ -1026,11 +1024,11 @@ class DescribeIntegrationsCommand extends smithyClient.Command
|
|
|
1026
1024
|
.build() {
|
|
1027
1025
|
}
|
|
1028
1026
|
|
|
1029
|
-
class DescribeLoggingStatusCommand extends
|
|
1027
|
+
class DescribeLoggingStatusCommand extends client.Command
|
|
1030
1028
|
.classBuilder()
|
|
1031
1029
|
.ep(commonParams)
|
|
1032
1030
|
.m(function (Command, cs, config, o) {
|
|
1033
|
-
return [
|
|
1031
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1034
1032
|
})
|
|
1035
1033
|
.s("RedshiftServiceVersion20121201", "DescribeLoggingStatus", {})
|
|
1036
1034
|
.n("RedshiftClient", "DescribeLoggingStatusCommand")
|
|
@@ -1038,11 +1036,11 @@ class DescribeLoggingStatusCommand extends smithyClient.Command
|
|
|
1038
1036
|
.build() {
|
|
1039
1037
|
}
|
|
1040
1038
|
|
|
1041
|
-
class DescribeNodeConfigurationOptionsCommand extends
|
|
1039
|
+
class DescribeNodeConfigurationOptionsCommand extends client.Command
|
|
1042
1040
|
.classBuilder()
|
|
1043
1041
|
.ep(commonParams)
|
|
1044
1042
|
.m(function (Command, cs, config, o) {
|
|
1045
|
-
return [
|
|
1043
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1046
1044
|
})
|
|
1047
1045
|
.s("RedshiftServiceVersion20121201", "DescribeNodeConfigurationOptions", {})
|
|
1048
1046
|
.n("RedshiftClient", "DescribeNodeConfigurationOptionsCommand")
|
|
@@ -1050,11 +1048,11 @@ class DescribeNodeConfigurationOptionsCommand extends smithyClient.Command
|
|
|
1050
1048
|
.build() {
|
|
1051
1049
|
}
|
|
1052
1050
|
|
|
1053
|
-
class DescribeOrderableClusterOptionsCommand extends
|
|
1051
|
+
class DescribeOrderableClusterOptionsCommand extends client.Command
|
|
1054
1052
|
.classBuilder()
|
|
1055
1053
|
.ep(commonParams)
|
|
1056
1054
|
.m(function (Command, cs, config, o) {
|
|
1057
|
-
return [
|
|
1055
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1058
1056
|
})
|
|
1059
1057
|
.s("RedshiftServiceVersion20121201", "DescribeOrderableClusterOptions", {})
|
|
1060
1058
|
.n("RedshiftClient", "DescribeOrderableClusterOptionsCommand")
|
|
@@ -1062,11 +1060,11 @@ class DescribeOrderableClusterOptionsCommand extends smithyClient.Command
|
|
|
1062
1060
|
.build() {
|
|
1063
1061
|
}
|
|
1064
1062
|
|
|
1065
|
-
class DescribePartnersCommand extends
|
|
1063
|
+
class DescribePartnersCommand extends client.Command
|
|
1066
1064
|
.classBuilder()
|
|
1067
1065
|
.ep(commonParams)
|
|
1068
1066
|
.m(function (Command, cs, config, o) {
|
|
1069
|
-
return [
|
|
1067
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1070
1068
|
})
|
|
1071
1069
|
.s("RedshiftServiceVersion20121201", "DescribePartners", {})
|
|
1072
1070
|
.n("RedshiftClient", "DescribePartnersCommand")
|
|
@@ -1074,11 +1072,11 @@ class DescribePartnersCommand extends smithyClient.Command
|
|
|
1074
1072
|
.build() {
|
|
1075
1073
|
}
|
|
1076
1074
|
|
|
1077
|
-
class DescribeRedshiftIdcApplicationsCommand extends
|
|
1075
|
+
class DescribeRedshiftIdcApplicationsCommand extends client.Command
|
|
1078
1076
|
.classBuilder()
|
|
1079
1077
|
.ep(commonParams)
|
|
1080
1078
|
.m(function (Command, cs, config, o) {
|
|
1081
|
-
return [
|
|
1079
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1082
1080
|
})
|
|
1083
1081
|
.s("RedshiftServiceVersion20121201", "DescribeRedshiftIdcApplications", {})
|
|
1084
1082
|
.n("RedshiftClient", "DescribeRedshiftIdcApplicationsCommand")
|
|
@@ -1086,11 +1084,11 @@ class DescribeRedshiftIdcApplicationsCommand extends smithyClient.Command
|
|
|
1086
1084
|
.build() {
|
|
1087
1085
|
}
|
|
1088
1086
|
|
|
1089
|
-
class DescribeReservedNodeExchangeStatusCommand extends
|
|
1087
|
+
class DescribeReservedNodeExchangeStatusCommand extends client.Command
|
|
1090
1088
|
.classBuilder()
|
|
1091
1089
|
.ep(commonParams)
|
|
1092
1090
|
.m(function (Command, cs, config, o) {
|
|
1093
|
-
return [
|
|
1091
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1094
1092
|
})
|
|
1095
1093
|
.s("RedshiftServiceVersion20121201", "DescribeReservedNodeExchangeStatus", {})
|
|
1096
1094
|
.n("RedshiftClient", "DescribeReservedNodeExchangeStatusCommand")
|
|
@@ -1098,11 +1096,11 @@ class DescribeReservedNodeExchangeStatusCommand extends smithyClient.Command
|
|
|
1098
1096
|
.build() {
|
|
1099
1097
|
}
|
|
1100
1098
|
|
|
1101
|
-
class DescribeReservedNodeOfferingsCommand extends
|
|
1099
|
+
class DescribeReservedNodeOfferingsCommand extends client.Command
|
|
1102
1100
|
.classBuilder()
|
|
1103
1101
|
.ep(commonParams)
|
|
1104
1102
|
.m(function (Command, cs, config, o) {
|
|
1105
|
-
return [
|
|
1103
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1106
1104
|
})
|
|
1107
1105
|
.s("RedshiftServiceVersion20121201", "DescribeReservedNodeOfferings", {})
|
|
1108
1106
|
.n("RedshiftClient", "DescribeReservedNodeOfferingsCommand")
|
|
@@ -1110,11 +1108,11 @@ class DescribeReservedNodeOfferingsCommand extends smithyClient.Command
|
|
|
1110
1108
|
.build() {
|
|
1111
1109
|
}
|
|
1112
1110
|
|
|
1113
|
-
class DescribeReservedNodesCommand extends
|
|
1111
|
+
class DescribeReservedNodesCommand extends client.Command
|
|
1114
1112
|
.classBuilder()
|
|
1115
1113
|
.ep(commonParams)
|
|
1116
1114
|
.m(function (Command, cs, config, o) {
|
|
1117
|
-
return [
|
|
1115
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1118
1116
|
})
|
|
1119
1117
|
.s("RedshiftServiceVersion20121201", "DescribeReservedNodes", {})
|
|
1120
1118
|
.n("RedshiftClient", "DescribeReservedNodesCommand")
|
|
@@ -1122,11 +1120,11 @@ class DescribeReservedNodesCommand extends smithyClient.Command
|
|
|
1122
1120
|
.build() {
|
|
1123
1121
|
}
|
|
1124
1122
|
|
|
1125
|
-
class DescribeResizeCommand extends
|
|
1123
|
+
class DescribeResizeCommand extends client.Command
|
|
1126
1124
|
.classBuilder()
|
|
1127
1125
|
.ep(commonParams)
|
|
1128
1126
|
.m(function (Command, cs, config, o) {
|
|
1129
|
-
return [
|
|
1127
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1130
1128
|
})
|
|
1131
1129
|
.s("RedshiftServiceVersion20121201", "DescribeResize", {})
|
|
1132
1130
|
.n("RedshiftClient", "DescribeResizeCommand")
|
|
@@ -1134,11 +1132,11 @@ class DescribeResizeCommand extends smithyClient.Command
|
|
|
1134
1132
|
.build() {
|
|
1135
1133
|
}
|
|
1136
1134
|
|
|
1137
|
-
class DescribeScheduledActionsCommand extends
|
|
1135
|
+
class DescribeScheduledActionsCommand extends client.Command
|
|
1138
1136
|
.classBuilder()
|
|
1139
1137
|
.ep(commonParams)
|
|
1140
1138
|
.m(function (Command, cs, config, o) {
|
|
1141
|
-
return [
|
|
1139
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1142
1140
|
})
|
|
1143
1141
|
.s("RedshiftServiceVersion20121201", "DescribeScheduledActions", {})
|
|
1144
1142
|
.n("RedshiftClient", "DescribeScheduledActionsCommand")
|
|
@@ -1146,11 +1144,11 @@ class DescribeScheduledActionsCommand extends smithyClient.Command
|
|
|
1146
1144
|
.build() {
|
|
1147
1145
|
}
|
|
1148
1146
|
|
|
1149
|
-
class DescribeSnapshotCopyGrantsCommand extends
|
|
1147
|
+
class DescribeSnapshotCopyGrantsCommand extends client.Command
|
|
1150
1148
|
.classBuilder()
|
|
1151
1149
|
.ep(commonParams)
|
|
1152
1150
|
.m(function (Command, cs, config, o) {
|
|
1153
|
-
return [
|
|
1151
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1154
1152
|
})
|
|
1155
1153
|
.s("RedshiftServiceVersion20121201", "DescribeSnapshotCopyGrants", {})
|
|
1156
1154
|
.n("RedshiftClient", "DescribeSnapshotCopyGrantsCommand")
|
|
@@ -1158,11 +1156,11 @@ class DescribeSnapshotCopyGrantsCommand extends smithyClient.Command
|
|
|
1158
1156
|
.build() {
|
|
1159
1157
|
}
|
|
1160
1158
|
|
|
1161
|
-
class DescribeSnapshotSchedulesCommand extends
|
|
1159
|
+
class DescribeSnapshotSchedulesCommand extends client.Command
|
|
1162
1160
|
.classBuilder()
|
|
1163
1161
|
.ep(commonParams)
|
|
1164
1162
|
.m(function (Command, cs, config, o) {
|
|
1165
|
-
return [
|
|
1163
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1166
1164
|
})
|
|
1167
1165
|
.s("RedshiftServiceVersion20121201", "DescribeSnapshotSchedules", {})
|
|
1168
1166
|
.n("RedshiftClient", "DescribeSnapshotSchedulesCommand")
|
|
@@ -1170,11 +1168,11 @@ class DescribeSnapshotSchedulesCommand extends smithyClient.Command
|
|
|
1170
1168
|
.build() {
|
|
1171
1169
|
}
|
|
1172
1170
|
|
|
1173
|
-
class DescribeStorageCommand extends
|
|
1171
|
+
class DescribeStorageCommand extends client.Command
|
|
1174
1172
|
.classBuilder()
|
|
1175
1173
|
.ep(commonParams)
|
|
1176
1174
|
.m(function (Command, cs, config, o) {
|
|
1177
|
-
return [
|
|
1175
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1178
1176
|
})
|
|
1179
1177
|
.s("RedshiftServiceVersion20121201", "DescribeStorage", {})
|
|
1180
1178
|
.n("RedshiftClient", "DescribeStorageCommand")
|
|
@@ -1182,11 +1180,11 @@ class DescribeStorageCommand extends smithyClient.Command
|
|
|
1182
1180
|
.build() {
|
|
1183
1181
|
}
|
|
1184
1182
|
|
|
1185
|
-
class DescribeTableRestoreStatusCommand extends
|
|
1183
|
+
class DescribeTableRestoreStatusCommand extends client.Command
|
|
1186
1184
|
.classBuilder()
|
|
1187
1185
|
.ep(commonParams)
|
|
1188
1186
|
.m(function (Command, cs, config, o) {
|
|
1189
|
-
return [
|
|
1187
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1190
1188
|
})
|
|
1191
1189
|
.s("RedshiftServiceVersion20121201", "DescribeTableRestoreStatus", {})
|
|
1192
1190
|
.n("RedshiftClient", "DescribeTableRestoreStatusCommand")
|
|
@@ -1194,11 +1192,11 @@ class DescribeTableRestoreStatusCommand extends smithyClient.Command
|
|
|
1194
1192
|
.build() {
|
|
1195
1193
|
}
|
|
1196
1194
|
|
|
1197
|
-
class DescribeTagsCommand extends
|
|
1195
|
+
class DescribeTagsCommand extends client.Command
|
|
1198
1196
|
.classBuilder()
|
|
1199
1197
|
.ep(commonParams)
|
|
1200
1198
|
.m(function (Command, cs, config, o) {
|
|
1201
|
-
return [
|
|
1199
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1202
1200
|
})
|
|
1203
1201
|
.s("RedshiftServiceVersion20121201", "DescribeTags", {})
|
|
1204
1202
|
.n("RedshiftClient", "DescribeTagsCommand")
|
|
@@ -1206,11 +1204,11 @@ class DescribeTagsCommand extends smithyClient.Command
|
|
|
1206
1204
|
.build() {
|
|
1207
1205
|
}
|
|
1208
1206
|
|
|
1209
|
-
class DescribeUsageLimitsCommand extends
|
|
1207
|
+
class DescribeUsageLimitsCommand extends client.Command
|
|
1210
1208
|
.classBuilder()
|
|
1211
1209
|
.ep(commonParams)
|
|
1212
1210
|
.m(function (Command, cs, config, o) {
|
|
1213
|
-
return [
|
|
1211
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1214
1212
|
})
|
|
1215
1213
|
.s("RedshiftServiceVersion20121201", "DescribeUsageLimits", {})
|
|
1216
1214
|
.n("RedshiftClient", "DescribeUsageLimitsCommand")
|
|
@@ -1218,11 +1216,11 @@ class DescribeUsageLimitsCommand extends smithyClient.Command
|
|
|
1218
1216
|
.build() {
|
|
1219
1217
|
}
|
|
1220
1218
|
|
|
1221
|
-
class DisableLoggingCommand extends
|
|
1219
|
+
class DisableLoggingCommand extends client.Command
|
|
1222
1220
|
.classBuilder()
|
|
1223
1221
|
.ep(commonParams)
|
|
1224
1222
|
.m(function (Command, cs, config, o) {
|
|
1225
|
-
return [
|
|
1223
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1226
1224
|
})
|
|
1227
1225
|
.s("RedshiftServiceVersion20121201", "DisableLogging", {})
|
|
1228
1226
|
.n("RedshiftClient", "DisableLoggingCommand")
|
|
@@ -1230,11 +1228,11 @@ class DisableLoggingCommand extends smithyClient.Command
|
|
|
1230
1228
|
.build() {
|
|
1231
1229
|
}
|
|
1232
1230
|
|
|
1233
|
-
class DisableSnapshotCopyCommand extends
|
|
1231
|
+
class DisableSnapshotCopyCommand extends client.Command
|
|
1234
1232
|
.classBuilder()
|
|
1235
1233
|
.ep(commonParams)
|
|
1236
1234
|
.m(function (Command, cs, config, o) {
|
|
1237
|
-
return [
|
|
1235
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1238
1236
|
})
|
|
1239
1237
|
.s("RedshiftServiceVersion20121201", "DisableSnapshotCopy", {})
|
|
1240
1238
|
.n("RedshiftClient", "DisableSnapshotCopyCommand")
|
|
@@ -1242,11 +1240,11 @@ class DisableSnapshotCopyCommand extends smithyClient.Command
|
|
|
1242
1240
|
.build() {
|
|
1243
1241
|
}
|
|
1244
1242
|
|
|
1245
|
-
class DisassociateDataShareConsumerCommand extends
|
|
1243
|
+
class DisassociateDataShareConsumerCommand extends client.Command
|
|
1246
1244
|
.classBuilder()
|
|
1247
1245
|
.ep(commonParams)
|
|
1248
1246
|
.m(function (Command, cs, config, o) {
|
|
1249
|
-
return [
|
|
1247
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1250
1248
|
})
|
|
1251
1249
|
.s("RedshiftServiceVersion20121201", "DisassociateDataShareConsumer", {})
|
|
1252
1250
|
.n("RedshiftClient", "DisassociateDataShareConsumerCommand")
|
|
@@ -1254,11 +1252,11 @@ class DisassociateDataShareConsumerCommand extends smithyClient.Command
|
|
|
1254
1252
|
.build() {
|
|
1255
1253
|
}
|
|
1256
1254
|
|
|
1257
|
-
class EnableLoggingCommand extends
|
|
1255
|
+
class EnableLoggingCommand extends client.Command
|
|
1258
1256
|
.classBuilder()
|
|
1259
1257
|
.ep(commonParams)
|
|
1260
1258
|
.m(function (Command, cs, config, o) {
|
|
1261
|
-
return [
|
|
1259
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1262
1260
|
})
|
|
1263
1261
|
.s("RedshiftServiceVersion20121201", "EnableLogging", {})
|
|
1264
1262
|
.n("RedshiftClient", "EnableLoggingCommand")
|
|
@@ -1266,11 +1264,11 @@ class EnableLoggingCommand extends smithyClient.Command
|
|
|
1266
1264
|
.build() {
|
|
1267
1265
|
}
|
|
1268
1266
|
|
|
1269
|
-
class EnableSnapshotCopyCommand extends
|
|
1267
|
+
class EnableSnapshotCopyCommand extends client.Command
|
|
1270
1268
|
.classBuilder()
|
|
1271
1269
|
.ep(commonParams)
|
|
1272
1270
|
.m(function (Command, cs, config, o) {
|
|
1273
|
-
return [
|
|
1271
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1274
1272
|
})
|
|
1275
1273
|
.s("RedshiftServiceVersion20121201", "EnableSnapshotCopy", {})
|
|
1276
1274
|
.n("RedshiftClient", "EnableSnapshotCopyCommand")
|
|
@@ -1278,11 +1276,11 @@ class EnableSnapshotCopyCommand extends smithyClient.Command
|
|
|
1278
1276
|
.build() {
|
|
1279
1277
|
}
|
|
1280
1278
|
|
|
1281
|
-
class FailoverPrimaryComputeCommand extends
|
|
1279
|
+
class FailoverPrimaryComputeCommand extends client.Command
|
|
1282
1280
|
.classBuilder()
|
|
1283
1281
|
.ep(commonParams)
|
|
1284
1282
|
.m(function (Command, cs, config, o) {
|
|
1285
|
-
return [
|
|
1283
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1286
1284
|
})
|
|
1287
1285
|
.s("RedshiftServiceVersion20121201", "FailoverPrimaryCompute", {})
|
|
1288
1286
|
.n("RedshiftClient", "FailoverPrimaryComputeCommand")
|
|
@@ -1290,11 +1288,11 @@ class FailoverPrimaryComputeCommand extends smithyClient.Command
|
|
|
1290
1288
|
.build() {
|
|
1291
1289
|
}
|
|
1292
1290
|
|
|
1293
|
-
class GetClusterCredentialsCommand extends
|
|
1291
|
+
class GetClusterCredentialsCommand extends client.Command
|
|
1294
1292
|
.classBuilder()
|
|
1295
1293
|
.ep(commonParams)
|
|
1296
1294
|
.m(function (Command, cs, config, o) {
|
|
1297
|
-
return [
|
|
1295
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1298
1296
|
})
|
|
1299
1297
|
.s("RedshiftServiceVersion20121201", "GetClusterCredentials", {})
|
|
1300
1298
|
.n("RedshiftClient", "GetClusterCredentialsCommand")
|
|
@@ -1302,11 +1300,11 @@ class GetClusterCredentialsCommand extends smithyClient.Command
|
|
|
1302
1300
|
.build() {
|
|
1303
1301
|
}
|
|
1304
1302
|
|
|
1305
|
-
class GetClusterCredentialsWithIAMCommand extends
|
|
1303
|
+
class GetClusterCredentialsWithIAMCommand extends client.Command
|
|
1306
1304
|
.classBuilder()
|
|
1307
1305
|
.ep(commonParams)
|
|
1308
1306
|
.m(function (Command, cs, config, o) {
|
|
1309
|
-
return [
|
|
1307
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1310
1308
|
})
|
|
1311
1309
|
.s("RedshiftServiceVersion20121201", "GetClusterCredentialsWithIAM", {})
|
|
1312
1310
|
.n("RedshiftClient", "GetClusterCredentialsWithIAMCommand")
|
|
@@ -1314,11 +1312,11 @@ class GetClusterCredentialsWithIAMCommand extends smithyClient.Command
|
|
|
1314
1312
|
.build() {
|
|
1315
1313
|
}
|
|
1316
1314
|
|
|
1317
|
-
class GetIdentityCenterAuthTokenCommand extends
|
|
1315
|
+
class GetIdentityCenterAuthTokenCommand extends client.Command
|
|
1318
1316
|
.classBuilder()
|
|
1319
1317
|
.ep(commonParams)
|
|
1320
1318
|
.m(function (Command, cs, config, o) {
|
|
1321
|
-
return [
|
|
1319
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1322
1320
|
})
|
|
1323
1321
|
.s("RedshiftServiceVersion20121201", "GetIdentityCenterAuthToken", {})
|
|
1324
1322
|
.n("RedshiftClient", "GetIdentityCenterAuthTokenCommand")
|
|
@@ -1326,11 +1324,11 @@ class GetIdentityCenterAuthTokenCommand extends smithyClient.Command
|
|
|
1326
1324
|
.build() {
|
|
1327
1325
|
}
|
|
1328
1326
|
|
|
1329
|
-
class GetReservedNodeExchangeConfigurationOptionsCommand extends
|
|
1327
|
+
class GetReservedNodeExchangeConfigurationOptionsCommand extends client.Command
|
|
1330
1328
|
.classBuilder()
|
|
1331
1329
|
.ep(commonParams)
|
|
1332
1330
|
.m(function (Command, cs, config, o) {
|
|
1333
|
-
return [
|
|
1331
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1334
1332
|
})
|
|
1335
1333
|
.s("RedshiftServiceVersion20121201", "GetReservedNodeExchangeConfigurationOptions", {})
|
|
1336
1334
|
.n("RedshiftClient", "GetReservedNodeExchangeConfigurationOptionsCommand")
|
|
@@ -1338,11 +1336,11 @@ class GetReservedNodeExchangeConfigurationOptionsCommand extends smithyClient.Co
|
|
|
1338
1336
|
.build() {
|
|
1339
1337
|
}
|
|
1340
1338
|
|
|
1341
|
-
class GetReservedNodeExchangeOfferingsCommand extends
|
|
1339
|
+
class GetReservedNodeExchangeOfferingsCommand extends client.Command
|
|
1342
1340
|
.classBuilder()
|
|
1343
1341
|
.ep(commonParams)
|
|
1344
1342
|
.m(function (Command, cs, config, o) {
|
|
1345
|
-
return [
|
|
1343
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1346
1344
|
})
|
|
1347
1345
|
.s("RedshiftServiceVersion20121201", "GetReservedNodeExchangeOfferings", {})
|
|
1348
1346
|
.n("RedshiftClient", "GetReservedNodeExchangeOfferingsCommand")
|
|
@@ -1350,11 +1348,11 @@ class GetReservedNodeExchangeOfferingsCommand extends smithyClient.Command
|
|
|
1350
1348
|
.build() {
|
|
1351
1349
|
}
|
|
1352
1350
|
|
|
1353
|
-
class GetResourcePolicyCommand extends
|
|
1351
|
+
class GetResourcePolicyCommand extends client.Command
|
|
1354
1352
|
.classBuilder()
|
|
1355
1353
|
.ep(commonParams)
|
|
1356
1354
|
.m(function (Command, cs, config, o) {
|
|
1357
|
-
return [
|
|
1355
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1358
1356
|
})
|
|
1359
1357
|
.s("RedshiftServiceVersion20121201", "GetResourcePolicy", {})
|
|
1360
1358
|
.n("RedshiftClient", "GetResourcePolicyCommand")
|
|
@@ -1362,11 +1360,11 @@ class GetResourcePolicyCommand extends smithyClient.Command
|
|
|
1362
1360
|
.build() {
|
|
1363
1361
|
}
|
|
1364
1362
|
|
|
1365
|
-
class ListRecommendationsCommand extends
|
|
1363
|
+
class ListRecommendationsCommand extends client.Command
|
|
1366
1364
|
.classBuilder()
|
|
1367
1365
|
.ep(commonParams)
|
|
1368
1366
|
.m(function (Command, cs, config, o) {
|
|
1369
|
-
return [
|
|
1367
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1370
1368
|
})
|
|
1371
1369
|
.s("RedshiftServiceVersion20121201", "ListRecommendations", {})
|
|
1372
1370
|
.n("RedshiftClient", "ListRecommendationsCommand")
|
|
@@ -1374,11 +1372,11 @@ class ListRecommendationsCommand extends smithyClient.Command
|
|
|
1374
1372
|
.build() {
|
|
1375
1373
|
}
|
|
1376
1374
|
|
|
1377
|
-
class ModifyAquaConfigurationCommand extends
|
|
1375
|
+
class ModifyAquaConfigurationCommand extends client.Command
|
|
1378
1376
|
.classBuilder()
|
|
1379
1377
|
.ep(commonParams)
|
|
1380
1378
|
.m(function (Command, cs, config, o) {
|
|
1381
|
-
return [
|
|
1379
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1382
1380
|
})
|
|
1383
1381
|
.s("RedshiftServiceVersion20121201", "ModifyAquaConfiguration", {})
|
|
1384
1382
|
.n("RedshiftClient", "ModifyAquaConfigurationCommand")
|
|
@@ -1386,11 +1384,11 @@ class ModifyAquaConfigurationCommand extends smithyClient.Command
|
|
|
1386
1384
|
.build() {
|
|
1387
1385
|
}
|
|
1388
1386
|
|
|
1389
|
-
class ModifyAuthenticationProfileCommand extends
|
|
1387
|
+
class ModifyAuthenticationProfileCommand extends client.Command
|
|
1390
1388
|
.classBuilder()
|
|
1391
1389
|
.ep(commonParams)
|
|
1392
1390
|
.m(function (Command, cs, config, o) {
|
|
1393
|
-
return [
|
|
1391
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1394
1392
|
})
|
|
1395
1393
|
.s("RedshiftServiceVersion20121201", "ModifyAuthenticationProfile", {})
|
|
1396
1394
|
.n("RedshiftClient", "ModifyAuthenticationProfileCommand")
|
|
@@ -1398,11 +1396,11 @@ class ModifyAuthenticationProfileCommand extends smithyClient.Command
|
|
|
1398
1396
|
.build() {
|
|
1399
1397
|
}
|
|
1400
1398
|
|
|
1401
|
-
class ModifyClusterCommand extends
|
|
1399
|
+
class ModifyClusterCommand extends client.Command
|
|
1402
1400
|
.classBuilder()
|
|
1403
1401
|
.ep(commonParams)
|
|
1404
1402
|
.m(function (Command, cs, config, o) {
|
|
1405
|
-
return [
|
|
1403
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1406
1404
|
})
|
|
1407
1405
|
.s("RedshiftServiceVersion20121201", "ModifyCluster", {})
|
|
1408
1406
|
.n("RedshiftClient", "ModifyClusterCommand")
|
|
@@ -1410,11 +1408,11 @@ class ModifyClusterCommand extends smithyClient.Command
|
|
|
1410
1408
|
.build() {
|
|
1411
1409
|
}
|
|
1412
1410
|
|
|
1413
|
-
class ModifyClusterDbRevisionCommand extends
|
|
1411
|
+
class ModifyClusterDbRevisionCommand extends client.Command
|
|
1414
1412
|
.classBuilder()
|
|
1415
1413
|
.ep(commonParams)
|
|
1416
1414
|
.m(function (Command, cs, config, o) {
|
|
1417
|
-
return [
|
|
1415
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1418
1416
|
})
|
|
1419
1417
|
.s("RedshiftServiceVersion20121201", "ModifyClusterDbRevision", {})
|
|
1420
1418
|
.n("RedshiftClient", "ModifyClusterDbRevisionCommand")
|
|
@@ -1422,11 +1420,11 @@ class ModifyClusterDbRevisionCommand extends smithyClient.Command
|
|
|
1422
1420
|
.build() {
|
|
1423
1421
|
}
|
|
1424
1422
|
|
|
1425
|
-
class ModifyClusterIamRolesCommand extends
|
|
1423
|
+
class ModifyClusterIamRolesCommand extends client.Command
|
|
1426
1424
|
.classBuilder()
|
|
1427
1425
|
.ep(commonParams)
|
|
1428
1426
|
.m(function (Command, cs, config, o) {
|
|
1429
|
-
return [
|
|
1427
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1430
1428
|
})
|
|
1431
1429
|
.s("RedshiftServiceVersion20121201", "ModifyClusterIamRoles", {})
|
|
1432
1430
|
.n("RedshiftClient", "ModifyClusterIamRolesCommand")
|
|
@@ -1434,11 +1432,11 @@ class ModifyClusterIamRolesCommand extends smithyClient.Command
|
|
|
1434
1432
|
.build() {
|
|
1435
1433
|
}
|
|
1436
1434
|
|
|
1437
|
-
class ModifyClusterMaintenanceCommand extends
|
|
1435
|
+
class ModifyClusterMaintenanceCommand extends client.Command
|
|
1438
1436
|
.classBuilder()
|
|
1439
1437
|
.ep(commonParams)
|
|
1440
1438
|
.m(function (Command, cs, config, o) {
|
|
1441
|
-
return [
|
|
1439
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1442
1440
|
})
|
|
1443
1441
|
.s("RedshiftServiceVersion20121201", "ModifyClusterMaintenance", {})
|
|
1444
1442
|
.n("RedshiftClient", "ModifyClusterMaintenanceCommand")
|
|
@@ -1446,11 +1444,11 @@ class ModifyClusterMaintenanceCommand extends smithyClient.Command
|
|
|
1446
1444
|
.build() {
|
|
1447
1445
|
}
|
|
1448
1446
|
|
|
1449
|
-
class ModifyClusterParameterGroupCommand extends
|
|
1447
|
+
class ModifyClusterParameterGroupCommand extends client.Command
|
|
1450
1448
|
.classBuilder()
|
|
1451
1449
|
.ep(commonParams)
|
|
1452
1450
|
.m(function (Command, cs, config, o) {
|
|
1453
|
-
return [
|
|
1451
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1454
1452
|
})
|
|
1455
1453
|
.s("RedshiftServiceVersion20121201", "ModifyClusterParameterGroup", {})
|
|
1456
1454
|
.n("RedshiftClient", "ModifyClusterParameterGroupCommand")
|
|
@@ -1458,11 +1456,11 @@ class ModifyClusterParameterGroupCommand extends smithyClient.Command
|
|
|
1458
1456
|
.build() {
|
|
1459
1457
|
}
|
|
1460
1458
|
|
|
1461
|
-
class ModifyClusterSnapshotCommand extends
|
|
1459
|
+
class ModifyClusterSnapshotCommand extends client.Command
|
|
1462
1460
|
.classBuilder()
|
|
1463
1461
|
.ep(commonParams)
|
|
1464
1462
|
.m(function (Command, cs, config, o) {
|
|
1465
|
-
return [
|
|
1463
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1466
1464
|
})
|
|
1467
1465
|
.s("RedshiftServiceVersion20121201", "ModifyClusterSnapshot", {})
|
|
1468
1466
|
.n("RedshiftClient", "ModifyClusterSnapshotCommand")
|
|
@@ -1470,11 +1468,11 @@ class ModifyClusterSnapshotCommand extends smithyClient.Command
|
|
|
1470
1468
|
.build() {
|
|
1471
1469
|
}
|
|
1472
1470
|
|
|
1473
|
-
class ModifyClusterSnapshotScheduleCommand extends
|
|
1471
|
+
class ModifyClusterSnapshotScheduleCommand extends client.Command
|
|
1474
1472
|
.classBuilder()
|
|
1475
1473
|
.ep(commonParams)
|
|
1476
1474
|
.m(function (Command, cs, config, o) {
|
|
1477
|
-
return [
|
|
1475
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1478
1476
|
})
|
|
1479
1477
|
.s("RedshiftServiceVersion20121201", "ModifyClusterSnapshotSchedule", {})
|
|
1480
1478
|
.n("RedshiftClient", "ModifyClusterSnapshotScheduleCommand")
|
|
@@ -1482,11 +1480,11 @@ class ModifyClusterSnapshotScheduleCommand extends smithyClient.Command
|
|
|
1482
1480
|
.build() {
|
|
1483
1481
|
}
|
|
1484
1482
|
|
|
1485
|
-
class ModifyClusterSubnetGroupCommand extends
|
|
1483
|
+
class ModifyClusterSubnetGroupCommand extends client.Command
|
|
1486
1484
|
.classBuilder()
|
|
1487
1485
|
.ep(commonParams)
|
|
1488
1486
|
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [
|
|
1487
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1490
1488
|
})
|
|
1491
1489
|
.s("RedshiftServiceVersion20121201", "ModifyClusterSubnetGroup", {})
|
|
1492
1490
|
.n("RedshiftClient", "ModifyClusterSubnetGroupCommand")
|
|
@@ -1494,11 +1492,11 @@ class ModifyClusterSubnetGroupCommand extends smithyClient.Command
|
|
|
1494
1492
|
.build() {
|
|
1495
1493
|
}
|
|
1496
1494
|
|
|
1497
|
-
class ModifyCustomDomainAssociationCommand extends
|
|
1495
|
+
class ModifyCustomDomainAssociationCommand extends client.Command
|
|
1498
1496
|
.classBuilder()
|
|
1499
1497
|
.ep(commonParams)
|
|
1500
1498
|
.m(function (Command, cs, config, o) {
|
|
1501
|
-
return [
|
|
1499
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1502
1500
|
})
|
|
1503
1501
|
.s("RedshiftServiceVersion20121201", "ModifyCustomDomainAssociation", {})
|
|
1504
1502
|
.n("RedshiftClient", "ModifyCustomDomainAssociationCommand")
|
|
@@ -1506,11 +1504,11 @@ class ModifyCustomDomainAssociationCommand extends smithyClient.Command
|
|
|
1506
1504
|
.build() {
|
|
1507
1505
|
}
|
|
1508
1506
|
|
|
1509
|
-
class ModifyEndpointAccessCommand extends
|
|
1507
|
+
class ModifyEndpointAccessCommand extends client.Command
|
|
1510
1508
|
.classBuilder()
|
|
1511
1509
|
.ep(commonParams)
|
|
1512
1510
|
.m(function (Command, cs, config, o) {
|
|
1513
|
-
return [
|
|
1511
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1514
1512
|
})
|
|
1515
1513
|
.s("RedshiftServiceVersion20121201", "ModifyEndpointAccess", {})
|
|
1516
1514
|
.n("RedshiftClient", "ModifyEndpointAccessCommand")
|
|
@@ -1518,11 +1516,11 @@ class ModifyEndpointAccessCommand extends smithyClient.Command
|
|
|
1518
1516
|
.build() {
|
|
1519
1517
|
}
|
|
1520
1518
|
|
|
1521
|
-
class ModifyEventSubscriptionCommand extends
|
|
1519
|
+
class ModifyEventSubscriptionCommand extends client.Command
|
|
1522
1520
|
.classBuilder()
|
|
1523
1521
|
.ep(commonParams)
|
|
1524
1522
|
.m(function (Command, cs, config, o) {
|
|
1525
|
-
return [
|
|
1523
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1526
1524
|
})
|
|
1527
1525
|
.s("RedshiftServiceVersion20121201", "ModifyEventSubscription", {})
|
|
1528
1526
|
.n("RedshiftClient", "ModifyEventSubscriptionCommand")
|
|
@@ -1530,11 +1528,11 @@ class ModifyEventSubscriptionCommand extends smithyClient.Command
|
|
|
1530
1528
|
.build() {
|
|
1531
1529
|
}
|
|
1532
1530
|
|
|
1533
|
-
class ModifyIntegrationCommand extends
|
|
1531
|
+
class ModifyIntegrationCommand extends client.Command
|
|
1534
1532
|
.classBuilder()
|
|
1535
1533
|
.ep(commonParams)
|
|
1536
1534
|
.m(function (Command, cs, config, o) {
|
|
1537
|
-
return [
|
|
1535
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1538
1536
|
})
|
|
1539
1537
|
.s("RedshiftServiceVersion20121201", "ModifyIntegration", {})
|
|
1540
1538
|
.n("RedshiftClient", "ModifyIntegrationCommand")
|
|
@@ -1542,11 +1540,11 @@ class ModifyIntegrationCommand extends smithyClient.Command
|
|
|
1542
1540
|
.build() {
|
|
1543
1541
|
}
|
|
1544
1542
|
|
|
1545
|
-
class ModifyLakehouseConfigurationCommand extends
|
|
1543
|
+
class ModifyLakehouseConfigurationCommand extends client.Command
|
|
1546
1544
|
.classBuilder()
|
|
1547
1545
|
.ep(commonParams)
|
|
1548
1546
|
.m(function (Command, cs, config, o) {
|
|
1549
|
-
return [
|
|
1547
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1550
1548
|
})
|
|
1551
1549
|
.s("RedshiftServiceVersion20121201", "ModifyLakehouseConfiguration", {})
|
|
1552
1550
|
.n("RedshiftClient", "ModifyLakehouseConfigurationCommand")
|
|
@@ -1554,11 +1552,11 @@ class ModifyLakehouseConfigurationCommand extends smithyClient.Command
|
|
|
1554
1552
|
.build() {
|
|
1555
1553
|
}
|
|
1556
1554
|
|
|
1557
|
-
class ModifyRedshiftIdcApplicationCommand extends
|
|
1555
|
+
class ModifyRedshiftIdcApplicationCommand extends client.Command
|
|
1558
1556
|
.classBuilder()
|
|
1559
1557
|
.ep(commonParams)
|
|
1560
1558
|
.m(function (Command, cs, config, o) {
|
|
1561
|
-
return [
|
|
1559
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1562
1560
|
})
|
|
1563
1561
|
.s("RedshiftServiceVersion20121201", "ModifyRedshiftIdcApplication", {})
|
|
1564
1562
|
.n("RedshiftClient", "ModifyRedshiftIdcApplicationCommand")
|
|
@@ -1566,11 +1564,11 @@ class ModifyRedshiftIdcApplicationCommand extends smithyClient.Command
|
|
|
1566
1564
|
.build() {
|
|
1567
1565
|
}
|
|
1568
1566
|
|
|
1569
|
-
class ModifyScheduledActionCommand extends
|
|
1567
|
+
class ModifyScheduledActionCommand extends client.Command
|
|
1570
1568
|
.classBuilder()
|
|
1571
1569
|
.ep(commonParams)
|
|
1572
1570
|
.m(function (Command, cs, config, o) {
|
|
1573
|
-
return [
|
|
1571
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1574
1572
|
})
|
|
1575
1573
|
.s("RedshiftServiceVersion20121201", "ModifyScheduledAction", {})
|
|
1576
1574
|
.n("RedshiftClient", "ModifyScheduledActionCommand")
|
|
@@ -1578,11 +1576,11 @@ class ModifyScheduledActionCommand extends smithyClient.Command
|
|
|
1578
1576
|
.build() {
|
|
1579
1577
|
}
|
|
1580
1578
|
|
|
1581
|
-
class ModifySnapshotCopyRetentionPeriodCommand extends
|
|
1579
|
+
class ModifySnapshotCopyRetentionPeriodCommand extends client.Command
|
|
1582
1580
|
.classBuilder()
|
|
1583
1581
|
.ep(commonParams)
|
|
1584
1582
|
.m(function (Command, cs, config, o) {
|
|
1585
|
-
return [
|
|
1583
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1586
1584
|
})
|
|
1587
1585
|
.s("RedshiftServiceVersion20121201", "ModifySnapshotCopyRetentionPeriod", {})
|
|
1588
1586
|
.n("RedshiftClient", "ModifySnapshotCopyRetentionPeriodCommand")
|
|
@@ -1590,11 +1588,11 @@ class ModifySnapshotCopyRetentionPeriodCommand extends smithyClient.Command
|
|
|
1590
1588
|
.build() {
|
|
1591
1589
|
}
|
|
1592
1590
|
|
|
1593
|
-
class ModifySnapshotScheduleCommand extends
|
|
1591
|
+
class ModifySnapshotScheduleCommand extends client.Command
|
|
1594
1592
|
.classBuilder()
|
|
1595
1593
|
.ep(commonParams)
|
|
1596
1594
|
.m(function (Command, cs, config, o) {
|
|
1597
|
-
return [
|
|
1595
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1598
1596
|
})
|
|
1599
1597
|
.s("RedshiftServiceVersion20121201", "ModifySnapshotSchedule", {})
|
|
1600
1598
|
.n("RedshiftClient", "ModifySnapshotScheduleCommand")
|
|
@@ -1602,11 +1600,11 @@ class ModifySnapshotScheduleCommand extends smithyClient.Command
|
|
|
1602
1600
|
.build() {
|
|
1603
1601
|
}
|
|
1604
1602
|
|
|
1605
|
-
class ModifyUsageLimitCommand extends
|
|
1603
|
+
class ModifyUsageLimitCommand extends client.Command
|
|
1606
1604
|
.classBuilder()
|
|
1607
1605
|
.ep(commonParams)
|
|
1608
1606
|
.m(function (Command, cs, config, o) {
|
|
1609
|
-
return [
|
|
1607
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1610
1608
|
})
|
|
1611
1609
|
.s("RedshiftServiceVersion20121201", "ModifyUsageLimit", {})
|
|
1612
1610
|
.n("RedshiftClient", "ModifyUsageLimitCommand")
|
|
@@ -1614,11 +1612,11 @@ class ModifyUsageLimitCommand extends smithyClient.Command
|
|
|
1614
1612
|
.build() {
|
|
1615
1613
|
}
|
|
1616
1614
|
|
|
1617
|
-
class PauseClusterCommand extends
|
|
1615
|
+
class PauseClusterCommand extends client.Command
|
|
1618
1616
|
.classBuilder()
|
|
1619
1617
|
.ep(commonParams)
|
|
1620
1618
|
.m(function (Command, cs, config, o) {
|
|
1621
|
-
return [
|
|
1619
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1622
1620
|
})
|
|
1623
1621
|
.s("RedshiftServiceVersion20121201", "PauseCluster", {})
|
|
1624
1622
|
.n("RedshiftClient", "PauseClusterCommand")
|
|
@@ -1626,11 +1624,11 @@ class PauseClusterCommand extends smithyClient.Command
|
|
|
1626
1624
|
.build() {
|
|
1627
1625
|
}
|
|
1628
1626
|
|
|
1629
|
-
class PurchaseReservedNodeOfferingCommand extends
|
|
1627
|
+
class PurchaseReservedNodeOfferingCommand extends client.Command
|
|
1630
1628
|
.classBuilder()
|
|
1631
1629
|
.ep(commonParams)
|
|
1632
1630
|
.m(function (Command, cs, config, o) {
|
|
1633
|
-
return [
|
|
1631
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1634
1632
|
})
|
|
1635
1633
|
.s("RedshiftServiceVersion20121201", "PurchaseReservedNodeOffering", {})
|
|
1636
1634
|
.n("RedshiftClient", "PurchaseReservedNodeOfferingCommand")
|
|
@@ -1638,11 +1636,11 @@ class PurchaseReservedNodeOfferingCommand extends smithyClient.Command
|
|
|
1638
1636
|
.build() {
|
|
1639
1637
|
}
|
|
1640
1638
|
|
|
1641
|
-
class PutResourcePolicyCommand extends
|
|
1639
|
+
class PutResourcePolicyCommand extends client.Command
|
|
1642
1640
|
.classBuilder()
|
|
1643
1641
|
.ep(commonParams)
|
|
1644
1642
|
.m(function (Command, cs, config, o) {
|
|
1645
|
-
return [
|
|
1643
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1646
1644
|
})
|
|
1647
1645
|
.s("RedshiftServiceVersion20121201", "PutResourcePolicy", {})
|
|
1648
1646
|
.n("RedshiftClient", "PutResourcePolicyCommand")
|
|
@@ -1650,11 +1648,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
1650
1648
|
.build() {
|
|
1651
1649
|
}
|
|
1652
1650
|
|
|
1653
|
-
class RebootClusterCommand extends
|
|
1651
|
+
class RebootClusterCommand extends client.Command
|
|
1654
1652
|
.classBuilder()
|
|
1655
1653
|
.ep(commonParams)
|
|
1656
1654
|
.m(function (Command, cs, config, o) {
|
|
1657
|
-
return [
|
|
1655
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1658
1656
|
})
|
|
1659
1657
|
.s("RedshiftServiceVersion20121201", "RebootCluster", {})
|
|
1660
1658
|
.n("RedshiftClient", "RebootClusterCommand")
|
|
@@ -1662,11 +1660,11 @@ class RebootClusterCommand extends smithyClient.Command
|
|
|
1662
1660
|
.build() {
|
|
1663
1661
|
}
|
|
1664
1662
|
|
|
1665
|
-
class RegisterNamespaceCommand extends
|
|
1663
|
+
class RegisterNamespaceCommand extends client.Command
|
|
1666
1664
|
.classBuilder()
|
|
1667
1665
|
.ep(commonParams)
|
|
1668
1666
|
.m(function (Command, cs, config, o) {
|
|
1669
|
-
return [
|
|
1667
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1670
1668
|
})
|
|
1671
1669
|
.s("RedshiftServiceVersion20121201", "RegisterNamespace", {})
|
|
1672
1670
|
.n("RedshiftClient", "RegisterNamespaceCommand")
|
|
@@ -1674,11 +1672,11 @@ class RegisterNamespaceCommand extends smithyClient.Command
|
|
|
1674
1672
|
.build() {
|
|
1675
1673
|
}
|
|
1676
1674
|
|
|
1677
|
-
class RejectDataShareCommand extends
|
|
1675
|
+
class RejectDataShareCommand extends client.Command
|
|
1678
1676
|
.classBuilder()
|
|
1679
1677
|
.ep(commonParams)
|
|
1680
1678
|
.m(function (Command, cs, config, o) {
|
|
1681
|
-
return [
|
|
1679
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1682
1680
|
})
|
|
1683
1681
|
.s("RedshiftServiceVersion20121201", "RejectDataShare", {})
|
|
1684
1682
|
.n("RedshiftClient", "RejectDataShareCommand")
|
|
@@ -1686,11 +1684,11 @@ class RejectDataShareCommand extends smithyClient.Command
|
|
|
1686
1684
|
.build() {
|
|
1687
1685
|
}
|
|
1688
1686
|
|
|
1689
|
-
class ResetClusterParameterGroupCommand extends
|
|
1687
|
+
class ResetClusterParameterGroupCommand extends client.Command
|
|
1690
1688
|
.classBuilder()
|
|
1691
1689
|
.ep(commonParams)
|
|
1692
1690
|
.m(function (Command, cs, config, o) {
|
|
1693
|
-
return [
|
|
1691
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1694
1692
|
})
|
|
1695
1693
|
.s("RedshiftServiceVersion20121201", "ResetClusterParameterGroup", {})
|
|
1696
1694
|
.n("RedshiftClient", "ResetClusterParameterGroupCommand")
|
|
@@ -1698,11 +1696,11 @@ class ResetClusterParameterGroupCommand extends smithyClient.Command
|
|
|
1698
1696
|
.build() {
|
|
1699
1697
|
}
|
|
1700
1698
|
|
|
1701
|
-
class ResizeClusterCommand extends
|
|
1699
|
+
class ResizeClusterCommand extends client.Command
|
|
1702
1700
|
.classBuilder()
|
|
1703
1701
|
.ep(commonParams)
|
|
1704
1702
|
.m(function (Command, cs, config, o) {
|
|
1705
|
-
return [
|
|
1703
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1706
1704
|
})
|
|
1707
1705
|
.s("RedshiftServiceVersion20121201", "ResizeCluster", {})
|
|
1708
1706
|
.n("RedshiftClient", "ResizeClusterCommand")
|
|
@@ -1710,11 +1708,11 @@ class ResizeClusterCommand extends smithyClient.Command
|
|
|
1710
1708
|
.build() {
|
|
1711
1709
|
}
|
|
1712
1710
|
|
|
1713
|
-
class RestoreFromClusterSnapshotCommand extends
|
|
1711
|
+
class RestoreFromClusterSnapshotCommand extends client.Command
|
|
1714
1712
|
.classBuilder()
|
|
1715
1713
|
.ep(commonParams)
|
|
1716
1714
|
.m(function (Command, cs, config, o) {
|
|
1717
|
-
return [
|
|
1715
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1718
1716
|
})
|
|
1719
1717
|
.s("RedshiftServiceVersion20121201", "RestoreFromClusterSnapshot", {})
|
|
1720
1718
|
.n("RedshiftClient", "RestoreFromClusterSnapshotCommand")
|
|
@@ -1722,11 +1720,11 @@ class RestoreFromClusterSnapshotCommand extends smithyClient.Command
|
|
|
1722
1720
|
.build() {
|
|
1723
1721
|
}
|
|
1724
1722
|
|
|
1725
|
-
class RestoreTableFromClusterSnapshotCommand extends
|
|
1723
|
+
class RestoreTableFromClusterSnapshotCommand extends client.Command
|
|
1726
1724
|
.classBuilder()
|
|
1727
1725
|
.ep(commonParams)
|
|
1728
1726
|
.m(function (Command, cs, config, o) {
|
|
1729
|
-
return [
|
|
1727
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1730
1728
|
})
|
|
1731
1729
|
.s("RedshiftServiceVersion20121201", "RestoreTableFromClusterSnapshot", {})
|
|
1732
1730
|
.n("RedshiftClient", "RestoreTableFromClusterSnapshotCommand")
|
|
@@ -1734,11 +1732,11 @@ class RestoreTableFromClusterSnapshotCommand extends smithyClient.Command
|
|
|
1734
1732
|
.build() {
|
|
1735
1733
|
}
|
|
1736
1734
|
|
|
1737
|
-
class ResumeClusterCommand extends
|
|
1735
|
+
class ResumeClusterCommand extends client.Command
|
|
1738
1736
|
.classBuilder()
|
|
1739
1737
|
.ep(commonParams)
|
|
1740
1738
|
.m(function (Command, cs, config, o) {
|
|
1741
|
-
return [
|
|
1739
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1742
1740
|
})
|
|
1743
1741
|
.s("RedshiftServiceVersion20121201", "ResumeCluster", {})
|
|
1744
1742
|
.n("RedshiftClient", "ResumeClusterCommand")
|
|
@@ -1746,11 +1744,11 @@ class ResumeClusterCommand extends smithyClient.Command
|
|
|
1746
1744
|
.build() {
|
|
1747
1745
|
}
|
|
1748
1746
|
|
|
1749
|
-
class RevokeClusterSecurityGroupIngressCommand extends
|
|
1747
|
+
class RevokeClusterSecurityGroupIngressCommand extends client.Command
|
|
1750
1748
|
.classBuilder()
|
|
1751
1749
|
.ep(commonParams)
|
|
1752
1750
|
.m(function (Command, cs, config, o) {
|
|
1753
|
-
return [
|
|
1751
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1754
1752
|
})
|
|
1755
1753
|
.s("RedshiftServiceVersion20121201", "RevokeClusterSecurityGroupIngress", {})
|
|
1756
1754
|
.n("RedshiftClient", "RevokeClusterSecurityGroupIngressCommand")
|
|
@@ -1758,11 +1756,11 @@ class RevokeClusterSecurityGroupIngressCommand extends smithyClient.Command
|
|
|
1758
1756
|
.build() {
|
|
1759
1757
|
}
|
|
1760
1758
|
|
|
1761
|
-
class RevokeEndpointAccessCommand extends
|
|
1759
|
+
class RevokeEndpointAccessCommand extends client.Command
|
|
1762
1760
|
.classBuilder()
|
|
1763
1761
|
.ep(commonParams)
|
|
1764
1762
|
.m(function (Command, cs, config, o) {
|
|
1765
|
-
return [
|
|
1763
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1766
1764
|
})
|
|
1767
1765
|
.s("RedshiftServiceVersion20121201", "RevokeEndpointAccess", {})
|
|
1768
1766
|
.n("RedshiftClient", "RevokeEndpointAccessCommand")
|
|
@@ -1770,11 +1768,11 @@ class RevokeEndpointAccessCommand extends smithyClient.Command
|
|
|
1770
1768
|
.build() {
|
|
1771
1769
|
}
|
|
1772
1770
|
|
|
1773
|
-
class RevokeSnapshotAccessCommand extends
|
|
1771
|
+
class RevokeSnapshotAccessCommand extends client.Command
|
|
1774
1772
|
.classBuilder()
|
|
1775
1773
|
.ep(commonParams)
|
|
1776
1774
|
.m(function (Command, cs, config, o) {
|
|
1777
|
-
return [
|
|
1775
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1778
1776
|
})
|
|
1779
1777
|
.s("RedshiftServiceVersion20121201", "RevokeSnapshotAccess", {})
|
|
1780
1778
|
.n("RedshiftClient", "RevokeSnapshotAccessCommand")
|
|
@@ -1782,11 +1780,11 @@ class RevokeSnapshotAccessCommand extends smithyClient.Command
|
|
|
1782
1780
|
.build() {
|
|
1783
1781
|
}
|
|
1784
1782
|
|
|
1785
|
-
class RotateEncryptionKeyCommand extends
|
|
1783
|
+
class RotateEncryptionKeyCommand extends client.Command
|
|
1786
1784
|
.classBuilder()
|
|
1787
1785
|
.ep(commonParams)
|
|
1788
1786
|
.m(function (Command, cs, config, o) {
|
|
1789
|
-
return [
|
|
1787
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1790
1788
|
})
|
|
1791
1789
|
.s("RedshiftServiceVersion20121201", "RotateEncryptionKey", {})
|
|
1792
1790
|
.n("RedshiftClient", "RotateEncryptionKeyCommand")
|
|
@@ -1794,11 +1792,11 @@ class RotateEncryptionKeyCommand extends smithyClient.Command
|
|
|
1794
1792
|
.build() {
|
|
1795
1793
|
}
|
|
1796
1794
|
|
|
1797
|
-
class UpdatePartnerStatusCommand extends
|
|
1795
|
+
class UpdatePartnerStatusCommand extends client.Command
|
|
1798
1796
|
.classBuilder()
|
|
1799
1797
|
.ep(commonParams)
|
|
1800
1798
|
.m(function (Command, cs, config, o) {
|
|
1801
|
-
return [
|
|
1799
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1802
1800
|
})
|
|
1803
1801
|
.s("RedshiftServiceVersion20121201", "UpdatePartnerStatus", {})
|
|
1804
1802
|
.n("RedshiftClient", "UpdatePartnerStatusCommand")
|
|
@@ -1880,10 +1878,10 @@ const paginateGetReservedNodeExchangeOfferings = core.createPaginator(RedshiftCl
|
|
|
1880
1878
|
|
|
1881
1879
|
const paginateListRecommendations = core.createPaginator(RedshiftClient, ListRecommendationsCommand, "Marker", "Marker", "MaxRecords");
|
|
1882
1880
|
|
|
1883
|
-
const checkState$3 = async (client, input) => {
|
|
1881
|
+
const checkState$3 = async (client$1, input) => {
|
|
1884
1882
|
let reason;
|
|
1885
1883
|
try {
|
|
1886
|
-
let result = await client.send(new DescribeClustersCommand(input));
|
|
1884
|
+
let result = await client$1.send(new DescribeClustersCommand(input));
|
|
1887
1885
|
reason = result;
|
|
1888
1886
|
try {
|
|
1889
1887
|
const returnComparator = () => {
|
|
@@ -1898,7 +1896,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1898
1896
|
allStringEq_5 = allStringEq_5 && (element_4 == "available");
|
|
1899
1897
|
}
|
|
1900
1898
|
if (allStringEq_5) {
|
|
1901
|
-
return { state:
|
|
1899
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1902
1900
|
}
|
|
1903
1901
|
}
|
|
1904
1902
|
catch (e) { }
|
|
@@ -1912,7 +1910,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1912
1910
|
};
|
|
1913
1911
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1914
1912
|
if (anyStringEq_4 == "deleting") {
|
|
1915
|
-
return { state:
|
|
1913
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1916
1914
|
}
|
|
1917
1915
|
}
|
|
1918
1916
|
}
|
|
@@ -1921,25 +1919,25 @@ const checkState$3 = async (client, input) => {
|
|
|
1921
1919
|
catch (exception) {
|
|
1922
1920
|
reason = exception;
|
|
1923
1921
|
if (exception.name === "ClusterNotFoundFault") {
|
|
1924
|
-
return { state:
|
|
1922
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1925
1923
|
}
|
|
1926
1924
|
}
|
|
1927
|
-
return { state:
|
|
1925
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1928
1926
|
};
|
|
1929
1927
|
const waitForClusterAvailable = async (params, input) => {
|
|
1930
1928
|
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
1931
|
-
return
|
|
1929
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1932
1930
|
};
|
|
1933
1931
|
const waitUntilClusterAvailable = async (params, input) => {
|
|
1934
1932
|
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
1935
|
-
const result = await
|
|
1936
|
-
return
|
|
1933
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1934
|
+
return client.checkExceptions(result);
|
|
1937
1935
|
};
|
|
1938
1936
|
|
|
1939
|
-
const checkState$2 = async (client, input) => {
|
|
1937
|
+
const checkState$2 = async (client$1, input) => {
|
|
1940
1938
|
let reason;
|
|
1941
1939
|
try {
|
|
1942
|
-
let result = await client.send(new DescribeClustersCommand(input));
|
|
1940
|
+
let result = await client$1.send(new DescribeClustersCommand(input));
|
|
1943
1941
|
reason = result;
|
|
1944
1942
|
try {
|
|
1945
1943
|
const returnComparator = () => {
|
|
@@ -1951,7 +1949,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1951
1949
|
};
|
|
1952
1950
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1953
1951
|
if (anyStringEq_4 == "creating") {
|
|
1954
|
-
return { state:
|
|
1952
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1955
1953
|
}
|
|
1956
1954
|
}
|
|
1957
1955
|
}
|
|
@@ -1966,7 +1964,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1966
1964
|
};
|
|
1967
1965
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1968
1966
|
if (anyStringEq_4 == "modifying") {
|
|
1969
|
-
return { state:
|
|
1967
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1970
1968
|
}
|
|
1971
1969
|
}
|
|
1972
1970
|
}
|
|
@@ -1975,25 +1973,25 @@ const checkState$2 = async (client, input) => {
|
|
|
1975
1973
|
catch (exception) {
|
|
1976
1974
|
reason = exception;
|
|
1977
1975
|
if (exception.name === "ClusterNotFoundFault") {
|
|
1978
|
-
return { state:
|
|
1976
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1979
1977
|
}
|
|
1980
1978
|
}
|
|
1981
|
-
return { state:
|
|
1979
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1982
1980
|
};
|
|
1983
1981
|
const waitForClusterDeleted = async (params, input) => {
|
|
1984
1982
|
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
1985
|
-
return
|
|
1983
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1986
1984
|
};
|
|
1987
1985
|
const waitUntilClusterDeleted = async (params, input) => {
|
|
1988
1986
|
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
1989
|
-
const result = await
|
|
1990
|
-
return
|
|
1987
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1988
|
+
return client.checkExceptions(result);
|
|
1991
1989
|
};
|
|
1992
1990
|
|
|
1993
|
-
const checkState$1 = async (client, input) => {
|
|
1991
|
+
const checkState$1 = async (client$1, input) => {
|
|
1994
1992
|
let reason;
|
|
1995
1993
|
try {
|
|
1996
|
-
let result = await client.send(new DescribeClustersCommand(input));
|
|
1994
|
+
let result = await client$1.send(new DescribeClustersCommand(input));
|
|
1997
1995
|
reason = result;
|
|
1998
1996
|
try {
|
|
1999
1997
|
const returnComparator = () => {
|
|
@@ -2008,7 +2006,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2008
2006
|
allStringEq_5 = allStringEq_5 && (element_4 == "completed");
|
|
2009
2007
|
}
|
|
2010
2008
|
if (allStringEq_5) {
|
|
2011
|
-
return { state:
|
|
2009
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2012
2010
|
}
|
|
2013
2011
|
}
|
|
2014
2012
|
catch (e) { }
|
|
@@ -2022,7 +2020,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2022
2020
|
};
|
|
2023
2021
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2024
2022
|
if (anyStringEq_4 == "deleting") {
|
|
2025
|
-
return { state:
|
|
2023
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2026
2024
|
}
|
|
2027
2025
|
}
|
|
2028
2026
|
}
|
|
@@ -2031,22 +2029,22 @@ const checkState$1 = async (client, input) => {
|
|
|
2031
2029
|
catch (exception) {
|
|
2032
2030
|
reason = exception;
|
|
2033
2031
|
}
|
|
2034
|
-
return { state:
|
|
2032
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2035
2033
|
};
|
|
2036
2034
|
const waitForClusterRestored = async (params, input) => {
|
|
2037
2035
|
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
2038
|
-
return
|
|
2036
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2039
2037
|
};
|
|
2040
2038
|
const waitUntilClusterRestored = async (params, input) => {
|
|
2041
2039
|
const serviceDefaults = { minDelay: 60, maxDelay: 120 };
|
|
2042
|
-
const result = await
|
|
2043
|
-
return
|
|
2040
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2041
|
+
return client.checkExceptions(result);
|
|
2044
2042
|
};
|
|
2045
2043
|
|
|
2046
|
-
const checkState = async (client, input) => {
|
|
2044
|
+
const checkState = async (client$1, input) => {
|
|
2047
2045
|
let reason;
|
|
2048
2046
|
try {
|
|
2049
|
-
let result = await client.send(new DescribeClusterSnapshotsCommand(input));
|
|
2047
|
+
let result = await client$1.send(new DescribeClusterSnapshotsCommand(input));
|
|
2050
2048
|
reason = result;
|
|
2051
2049
|
try {
|
|
2052
2050
|
const returnComparator = () => {
|
|
@@ -2061,7 +2059,7 @@ const checkState = async (client, input) => {
|
|
|
2061
2059
|
allStringEq_5 = allStringEq_5 && (element_4 == "available");
|
|
2062
2060
|
}
|
|
2063
2061
|
if (allStringEq_5) {
|
|
2064
|
-
return { state:
|
|
2062
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
2065
2063
|
}
|
|
2066
2064
|
}
|
|
2067
2065
|
catch (e) { }
|
|
@@ -2075,7 +2073,7 @@ const checkState = async (client, input) => {
|
|
|
2075
2073
|
};
|
|
2076
2074
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2077
2075
|
if (anyStringEq_4 == "failed") {
|
|
2078
|
-
return { state:
|
|
2076
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2079
2077
|
}
|
|
2080
2078
|
}
|
|
2081
2079
|
}
|
|
@@ -2090,7 +2088,7 @@ const checkState = async (client, input) => {
|
|
|
2090
2088
|
};
|
|
2091
2089
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2092
2090
|
if (anyStringEq_4 == "deleted") {
|
|
2093
|
-
return { state:
|
|
2091
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
2094
2092
|
}
|
|
2095
2093
|
}
|
|
2096
2094
|
}
|
|
@@ -2099,16 +2097,16 @@ const checkState = async (client, input) => {
|
|
|
2099
2097
|
catch (exception) {
|
|
2100
2098
|
reason = exception;
|
|
2101
2099
|
}
|
|
2102
|
-
return { state:
|
|
2100
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
2103
2101
|
};
|
|
2104
2102
|
const waitForSnapshotAvailable = async (params, input) => {
|
|
2105
2103
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
2106
|
-
return
|
|
2104
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2107
2105
|
};
|
|
2108
2106
|
const waitUntilSnapshotAvailable = async (params, input) => {
|
|
2109
2107
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
2110
|
-
const result = await
|
|
2111
|
-
return
|
|
2108
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2109
|
+
return client.checkExceptions(result);
|
|
2112
2110
|
};
|
|
2113
2111
|
|
|
2114
2112
|
const commands = {
|
|
@@ -2301,7 +2299,7 @@ const waiters = {
|
|
|
2301
2299
|
};
|
|
2302
2300
|
class Redshift extends RedshiftClient {
|
|
2303
2301
|
}
|
|
2304
|
-
|
|
2302
|
+
client.createAggregatedClient(commands, Redshift, { paginators, waiters });
|
|
2305
2303
|
|
|
2306
2304
|
const ReservedNodeOfferingType = {
|
|
2307
2305
|
Regular: "Regular",
|
|
@@ -2499,8 +2497,8 @@ const RecommendedActionType = {
|
|
|
2499
2497
|
SQL: "SQL",
|
|
2500
2498
|
};
|
|
2501
2499
|
|
|
2502
|
-
exports.$Command =
|
|
2503
|
-
exports.__Client =
|
|
2500
|
+
exports.$Command = client.Command;
|
|
2501
|
+
exports.__Client = client.Client;
|
|
2504
2502
|
exports.RedshiftServiceException = RedshiftServiceException.RedshiftServiceException;
|
|
2505
2503
|
exports.AcceptReservedNodeExchangeCommand = AcceptReservedNodeExchangeCommand;
|
|
2506
2504
|
exports.ActionType = ActionType;
|