@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ClusterParameterGroupDetails, DescribeClusterParametersMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterParametersCommandInput extends DescribeClusterPa
|
|
|
22
22
|
export interface DescribeClusterParametersCommandOutput extends ClusterParameterGroupDetails, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterParametersCommand_base: {
|
|
25
|
-
new (input: DescribeClusterParametersCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeClusterParametersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterParametersCommandInput, DescribeClusterParametersCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeClusterParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterParametersCommandInput, DescribeClusterParametersCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a detailed list of parameters contained within the specified Amazon Redshift
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ClusterSecurityGroupMessage, DescribeClusterSecurityGroupsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterSecurityGroupsCommandInput extends DescribeClust
|
|
|
22
22
|
export interface DescribeClusterSecurityGroupsCommandOutput extends ClusterSecurityGroupMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterSecurityGroupsCommand_base: {
|
|
25
|
-
new (input: DescribeClusterSecurityGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeClusterSecurityGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterSecurityGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterSecurityGroupsCommandInput, DescribeClusterSecurityGroupsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeClusterSecurityGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeClusterSecurityGroupsCommandInput, DescribeClusterSecurityGroupsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about Amazon Redshift security groups. If the name of a security
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeClusterSnapshotsMessage, SnapshotMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterSnapshotsCommandInput extends DescribeClusterSna
|
|
|
22
22
|
export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterSnapshotsCommand_base: {
|
|
25
|
-
new (input: DescribeClusterSnapshotsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeClusterSnapshotsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeClusterSnapshotsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns one or more snapshot objects, which contain metadata about your cluster
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ClusterSubnetGroupMessage, DescribeClusterSubnetGroupsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterSubnetGroupsCommandInput extends DescribeCluster
|
|
|
22
22
|
export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetGroupMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterSubnetGroupsCommand_base: {
|
|
25
|
-
new (input: DescribeClusterSubnetGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeClusterSubnetGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterSubnetGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeClusterSubnetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeClusterSubnetGroupsCommandInput, DescribeClusterSubnetGroupsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns one or more cluster subnet group objects, which contain metadata about your
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeClusterTracksMessage, TrackListMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterTracksCommandInput extends DescribeClusterTracks
|
|
|
22
22
|
export interface DescribeClusterTracksCommandOutput extends TrackListMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterTracksCommand_base: {
|
|
25
|
-
new (input: DescribeClusterTracksCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeClusterTracksCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterTracksCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeClusterTracksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeClusterTracksCommandInput, DescribeClusterTracksCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all the available maintenance tracks.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ClusterVersionsMessage, DescribeClusterVersionsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterVersionsCommandInput extends DescribeClusterVers
|
|
|
22
22
|
export interface DescribeClusterVersionsCommandOutput extends ClusterVersionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterVersionsCommand_base: {
|
|
25
|
-
new (input: DescribeClusterVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeClusterVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterVersionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeClusterVersionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeClusterVersionsCommandInput, DescribeClusterVersionsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns descriptions of the available Amazon Redshift cluster versions. You can call this
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ClustersMessage, DescribeClustersMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClustersCommandInput extends DescribeClustersMessage {
|
|
|
22
22
|
export interface DescribeClustersCommandOutput extends ClustersMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClustersCommand_base: {
|
|
25
|
-
new (input: DescribeClustersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeClustersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeClustersCommandInput, DescribeClustersCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns properties of provisioned clusters including general cluster properties,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CustomDomainAssociationsMessage, DescribeCustomDomainAssociationsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeCustomDomainAssociationsCommandInput extends DescribeCu
|
|
|
22
22
|
export interface DescribeCustomDomainAssociationsCommandOutput extends CustomDomainAssociationsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeCustomDomainAssociationsCommand_base: {
|
|
25
|
-
new (input: DescribeCustomDomainAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeCustomDomainAssociationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeCustomDomainAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeCustomDomainAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Contains information about custom domain associations for a cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeDataSharesMessage, DescribeDataSharesResult } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeDataSharesCommandInput extends DescribeDataSharesMessag
|
|
|
22
22
|
export interface DescribeDataSharesCommandOutput extends DescribeDataSharesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDataSharesCommand_base: {
|
|
25
|
-
new (input: DescribeDataSharesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeDataSharesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeDataSharesCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeDataSharesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Shows the status of any inbound or outbound datashares available in the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeDataSharesForConsumerMessage, DescribeDataSharesForConsumerResult } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeDataSharesForConsumerCommandInput extends DescribeDataS
|
|
|
22
22
|
export interface DescribeDataSharesForConsumerCommandOutput extends DescribeDataSharesForConsumerResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDataSharesForConsumerCommand_base: {
|
|
25
|
-
new (input: DescribeDataSharesForConsumerCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeDataSharesForConsumerCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeDataSharesForConsumerCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeDataSharesForConsumerCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of datashares where the account identifier being called is a consumer account identifier.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeDataSharesForProducerMessage, DescribeDataSharesForProducerResult } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeDataSharesForProducerCommandInput extends DescribeDataS
|
|
|
22
22
|
export interface DescribeDataSharesForProducerCommandOutput extends DescribeDataSharesForProducerResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDataSharesForProducerCommand_base: {
|
|
25
|
-
new (input: DescribeDataSharesForProducerCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeDataSharesForProducerCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeDataSharesForProducerCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeDataSharesForProducerCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDataSharesForProducerCommandInput, DescribeDataSharesForProducerCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of datashares when the account identifier being called is a producer account identifier.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeDefaultClusterParametersMessage, DescribeDefaultClusterParametersResult } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeDefaultClusterParametersCommandInput extends DescribeDe
|
|
|
22
22
|
export interface DescribeDefaultClusterParametersCommandOutput extends DescribeDefaultClusterParametersResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeDefaultClusterParametersCommand_base: {
|
|
25
|
-
new (input: DescribeDefaultClusterParametersCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeDefaultClusterParametersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeDefaultClusterParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeDefaultClusterParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeDefaultClusterParametersCommandInput, DescribeDefaultClusterParametersCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of parameter settings for the specified parameter group
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeEndpointAccessMessage, EndpointAccessList } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEndpointAccessCommandInput extends DescribeEndpointAcce
|
|
|
22
22
|
export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEndpointAccessCommand_base: {
|
|
25
|
-
new (input: DescribeEndpointAccessCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEndpointAccessCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEndpointAccessCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEndpointAccessCommandInput, DescribeEndpointAccessCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes a Redshift-managed VPC endpoint.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeEndpointAuthorizationMessage, EndpointAuthorizationList } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEndpointAuthorizationCommandInput extends DescribeEndpo
|
|
|
22
22
|
export interface DescribeEndpointAuthorizationCommandOutput extends EndpointAuthorizationList, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEndpointAuthorizationCommand_base: {
|
|
25
|
-
new (input: DescribeEndpointAuthorizationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEndpointAuthorizationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEndpointAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEndpointAuthorizationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEndpointAuthorizationCommandInput, DescribeEndpointAuthorizationCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes an endpoint authorization.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEventCategoriesCommandInput extends DescribeEventCatego
|
|
|
22
22
|
export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEventCategoriesCommand_base: {
|
|
25
|
-
new (input: DescribeEventCategoriesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEventCategoriesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEventCategoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEventCategoriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Displays a list of event categories for all event source types, or for a specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEventSubscriptionsCommandInput extends DescribeEventSub
|
|
|
22
22
|
export interface DescribeEventSubscriptionsCommandOutput extends EventSubscriptionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEventSubscriptionsCommand_base: {
|
|
25
|
-
new (input: DescribeEventSubscriptionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEventSubscriptionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEventSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEventSubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists descriptions of all the Amazon Redshift event notification subscriptions for a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeEventsMessage, EventsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEventsCommandInput extends DescribeEventsMessage {
|
|
|
22
22
|
export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEventsCommand_base: {
|
|
25
|
-
new (input: DescribeEventsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns events related to clusters, security groups, snapshots, and parameter
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeHsmClientCertificatesMessage, HsmClientCertificateMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeHsmClientCertificatesCommandInput extends DescribeHsmCl
|
|
|
22
22
|
export interface DescribeHsmClientCertificatesCommandOutput extends HsmClientCertificateMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeHsmClientCertificatesCommand_base: {
|
|
25
|
-
new (input: DescribeHsmClientCertificatesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeHsmClientCertificatesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeHsmClientCertificatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeHsmClientCertificatesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the specified HSM client certificate. If no certificate
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeHsmConfigurationsMessage, HsmConfigurationMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeHsmConfigurationsCommandInput extends DescribeHsmConfig
|
|
|
22
22
|
export interface DescribeHsmConfigurationsCommandOutput extends HsmConfigurationMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeHsmConfigurationsCommand_base: {
|
|
25
|
-
new (input: DescribeHsmConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeHsmConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeHsmConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeHsmConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the specified Amazon Redshift HSM configuration. If no
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeInboundIntegrationsMessage, InboundIntegrationsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeInboundIntegrationsCommandInput extends DescribeInbound
|
|
|
22
22
|
export interface DescribeInboundIntegrationsCommandOutput extends InboundIntegrationsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeInboundIntegrationsCommand_base: {
|
|
25
|
-
new (input: DescribeInboundIntegrationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeInboundIntegrationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeInboundIntegrationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeInboundIntegrationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of inbound integrations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeIntegrationsMessage, IntegrationsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeIntegrationsCommandInput extends DescribeIntegrationsMe
|
|
|
22
22
|
export interface DescribeIntegrationsCommandOutput extends IntegrationsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeIntegrationsCommand_base: {
|
|
25
|
-
new (input: DescribeIntegrationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeIntegrationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeIntegrationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeIntegrationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes one or more zero-ETL or S3 event integrations with Amazon Redshift.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeLoggingStatusMessage, LoggingStatus } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLoggingStatusCommandInput extends DescribeLoggingStatus
|
|
|
22
22
|
export interface DescribeLoggingStatusCommandOutput extends LoggingStatus, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLoggingStatusCommand_base: {
|
|
25
|
-
new (input: DescribeLoggingStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLoggingStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLoggingStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLoggingStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes whether information, such as queries and connection attempts, is being
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeNodeConfigurationOptionsMessage, NodeConfigurationOptionsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeNodeConfigurationOptionsCommandInput extends DescribeNo
|
|
|
22
22
|
export interface DescribeNodeConfigurationOptionsCommandOutput extends NodeConfigurationOptionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeNodeConfigurationOptionsCommand_base: {
|
|
25
|
-
new (input: DescribeNodeConfigurationOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeNodeConfigurationOptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeNodeConfigurationOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeNodeConfigurationOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns properties of possible node configurations such as node type, number of nodes, and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeOrderableClusterOptionsMessage, OrderableClusterOptionsMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeOrderableClusterOptionsCommandInput extends DescribeOrd
|
|
|
22
22
|
export interface DescribeOrderableClusterOptionsCommandOutput extends OrderableClusterOptionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeOrderableClusterOptionsCommand_base: {
|
|
25
|
-
new (input: DescribeOrderableClusterOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeOrderableClusterOptionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeOrderableClusterOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeOrderableClusterOptionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of orderable cluster options. Before you create a new cluster you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribePartnersInputMessage, DescribePartnersOutputMessage } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribePartnersCommandInput extends DescribePartnersInputMessa
|
|
|
22
22
|
export interface DescribePartnersCommandOutput extends DescribePartnersOutputMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePartnersCommand_base: {
|
|
25
|
-
new (input: DescribePartnersCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribePartnersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePartnersCommandInput): import("@smithy/core/client").CommandImpl<DescribePartnersCommandInput, DescribePartnersCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribePartnersCommandInput): import("@smithy/core/client").CommandImpl<DescribePartnersCommandInput, DescribePartnersCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the partner integrations defined for a cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeRedshiftIdcApplicationsMessage, DescribeRedshiftIdcApplicationsResult } from "../models/models_0";
|
|
4
4
|
import type { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeRedshiftIdcApplicationsCommandInput extends DescribeRed
|
|
|
22
22
|
export interface DescribeRedshiftIdcApplicationsCommandOutput extends DescribeRedshiftIdcApplicationsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeRedshiftIdcApplicationsCommand_base: {
|
|
25
|
-
new (input: DescribeRedshiftIdcApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeRedshiftIdcApplicationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeRedshiftIdcApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeRedshiftIdcApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the Amazon Redshift IAM Identity Center applications.</p>
|