@aws-sdk/client-redshift-serverless 3.1087.0 → 3.1089.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/RedshiftServerless.d.ts +213 -228
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +9 -31
- 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/ConvertRecoveryPointToSnapshotCommand.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 -10
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListManagedWorkgroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListReservationOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +4 -9
- 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 +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/dist-types/ts3.4/models/models_0.d.ts +2 -7
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListTracksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38