@aws-sdk/client-redshift 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/Redshift.d.ts +467 -518
- package/dist-types/ts3.4/RedshiftClient.d.ts +18 -37
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptReservedNodeExchangeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddPartnerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateDataShareConsumerCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AuthorizeDataShareCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/AuthorizeEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AuthorizeSnapshotAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteClusterSnapshotsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchModifyClusterSnapshotsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelResizeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAuthenticationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterSecurityGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateClusterSubnetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateHsmClientCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateHsmConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateRedshiftIdcApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateSnapshotCopyGrantCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSnapshotScheduleCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeauthorizeDataShareCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteAuthenticationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteHsmClientCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteHsmConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeletePartnerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRedshiftIdcApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeregisterNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfilesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClusterDbRevisionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterParameterGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClusterParametersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHsmClientCertificatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DescribeNodeConfigurationOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeOrderableClusterOptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePartnersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedNodeOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedNodesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeResizeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSnapshotCopyGrantsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSnapshotSchedulesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeStorageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTableRestoreStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeUsageLimitsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DisableLoggingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisableSnapshotCopyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateDataShareConsumerCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/EnableLoggingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/EnableSnapshotCopyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/FailoverPrimaryComputeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetClusterCredentialsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetClusterCredentialsWithIAMCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyAquaConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyAuthenticationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ModifyClusterDbRevisionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyClusterIamRolesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyClusterMaintenanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterSubnetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyEndpointAccessCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyLakehouseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyScheduledActionCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifySnapshotScheduleCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyUsageLimitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PauseClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PurchaseReservedNodeOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/RebootClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectDataShareCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResetClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResizeClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RestoreFromClusterSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreTableFromClusterSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResumeClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RevokeEndpointAccessCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RevokeSnapshotAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RotateEncryptionKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePartnerStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +138 -596
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForClusterRestored.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForSnapshotAvailable.d.ts +3 -5
- package/package.json +38 -38