@aws-sdk/client-redshift-serverless 3.1019.0 → 3.1020.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.
@@ -28,7 +28,7 @@ import { GetReservationCommand, } from "./commands/GetReservationCommand";
28
28
  import { GetReservationOfferingCommand, } from "./commands/GetReservationOfferingCommand";
29
29
  import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
30
30
  import { GetScheduledActionCommand, } from "./commands/GetScheduledActionCommand";
31
- import { GetSnapshotCommand } from "./commands/GetSnapshotCommand";
31
+ import { GetSnapshotCommand, } from "./commands/GetSnapshotCommand";
32
32
  import { GetTableRestoreStatusCommand, } from "./commands/GetTableRestoreStatusCommand";
33
33
  import { GetTrackCommand } from "./commands/GetTrackCommand";
34
34
  import { GetUsageLimitCommand, } from "./commands/GetUsageLimitCommand";
@@ -45,7 +45,7 @@ import { ListSnapshotCopyConfigurationsCommand, } from "./commands/ListSnapshotC
45
45
  import { ListSnapshotsCommand, } from "./commands/ListSnapshotsCommand";
46
46
  import { ListTableRestoreStatusCommand, } from "./commands/ListTableRestoreStatusCommand";
47
47
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
48
- import { ListTracksCommand } from "./commands/ListTracksCommand";
48
+ import { ListTracksCommand, } from "./commands/ListTracksCommand";
49
49
  import { ListUsageLimitsCommand, } from "./commands/ListUsageLimitsCommand";
50
50
  import { ListWorkgroupsCommand, } from "./commands/ListWorkgroupsCommand";
51
51
  import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
@@ -53,7 +53,7 @@ import { RestoreFromRecoveryPointCommand, } from "./commands/RestoreFromRecovery
53
53
  import { RestoreFromSnapshotCommand, } from "./commands/RestoreFromSnapshotCommand";
54
54
  import { RestoreTableFromRecoveryPointCommand, } from "./commands/RestoreTableFromRecoveryPointCommand";
55
55
  import { RestoreTableFromSnapshotCommand, } from "./commands/RestoreTableFromSnapshotCommand";
56
- import { TagResourceCommand } from "./commands/TagResourceCommand";
56
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
57
57
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
58
58
  import { UpdateCustomDomainAssociationCommand, } from "./commands/UpdateCustomDomainAssociationCommand";
59
59
  import { UpdateEndpointAccessCommand, } from "./commands/UpdateEndpointAccessCommand";
@@ -1,69 +1,69 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput } from "./commands/ConvertRecoveryPointToSnapshotCommand";
3
- import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
4
- import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
5
- import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
6
- import { CreateReservationCommandInput, CreateReservationCommandOutput } from "./commands/CreateReservationCommand";
7
- import { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
8
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
9
- import { CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput } from "./commands/CreateSnapshotCopyConfigurationCommand";
10
- import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "./commands/CreateUsageLimitCommand";
11
- import { CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput } from "./commands/CreateWorkgroupCommand";
12
- import { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "./commands/DeleteCustomDomainAssociationCommand";
13
- import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
14
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
15
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
16
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
17
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
18
- import { DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput } from "./commands/DeleteSnapshotCopyConfigurationCommand";
19
- import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "./commands/DeleteUsageLimitCommand";
20
- import { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "./commands/DeleteWorkgroupCommand";
21
- import { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "./commands/GetCredentialsCommand";
22
- import { GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput } from "./commands/GetCustomDomainAssociationCommand";
23
- import { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from "./commands/GetEndpointAccessCommand";
24
- import { GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
25
- import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
26
- import { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "./commands/GetRecoveryPointCommand";
27
- import { GetReservationCommandInput, GetReservationCommandOutput } from "./commands/GetReservationCommand";
28
- import { GetReservationOfferingCommandInput, GetReservationOfferingCommandOutput } from "./commands/GetReservationOfferingCommand";
29
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
30
- import { GetScheduledActionCommandInput, GetScheduledActionCommandOutput } from "./commands/GetScheduledActionCommand";
31
- import { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "./commands/GetSnapshotCommand";
32
- import { GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput } from "./commands/GetTableRestoreStatusCommand";
33
- import { GetTrackCommandInput, GetTrackCommandOutput } from "./commands/GetTrackCommand";
34
- import { GetUsageLimitCommandInput, GetUsageLimitCommandOutput } from "./commands/GetUsageLimitCommand";
35
- import { GetWorkgroupCommandInput, GetWorkgroupCommandOutput } from "./commands/GetWorkgroupCommand";
36
- import { ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsCommandOutput } from "./commands/ListCustomDomainAssociationsCommand";
37
- import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "./commands/ListEndpointAccessCommand";
38
- import { ListManagedWorkgroupsCommandInput, ListManagedWorkgroupsCommandOutput } from "./commands/ListManagedWorkgroupsCommand";
39
- import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
40
- import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "./commands/ListRecoveryPointsCommand";
41
- import { ListReservationOfferingsCommandInput, ListReservationOfferingsCommandOutput } from "./commands/ListReservationOfferingsCommand";
42
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
43
- import { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "./commands/ListScheduledActionsCommand";
44
- import { ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput } from "./commands/ListSnapshotCopyConfigurationsCommand";
45
- import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "./commands/ListSnapshotsCommand";
46
- import { ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput } from "./commands/ListTableRestoreStatusCommand";
47
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
48
- import { ListTracksCommandInput, ListTracksCommandOutput } from "./commands/ListTracksCommand";
49
- import { ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput } from "./commands/ListUsageLimitsCommand";
50
- import { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "./commands/ListWorkgroupsCommand";
51
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
52
- import { RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput } from "./commands/RestoreFromRecoveryPointCommand";
53
- import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
54
- import { RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput } from "./commands/RestoreTableFromRecoveryPointCommand";
55
- import { RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput } from "./commands/RestoreTableFromSnapshotCommand";
56
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
57
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
58
- import { UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput } from "./commands/UpdateCustomDomainAssociationCommand";
59
- import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "./commands/UpdateEndpointAccessCommand";
60
- import { UpdateLakehouseConfigurationCommandInput, UpdateLakehouseConfigurationCommandOutput } from "./commands/UpdateLakehouseConfigurationCommand";
61
- import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "./commands/UpdateNamespaceCommand";
62
- import { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
63
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
64
- import { UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput } from "./commands/UpdateSnapshotCopyConfigurationCommand";
65
- import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./commands/UpdateUsageLimitCommand";
66
- import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
2
+ import { type ConvertRecoveryPointToSnapshotCommandInput, type ConvertRecoveryPointToSnapshotCommandOutput } from "./commands/ConvertRecoveryPointToSnapshotCommand";
3
+ import { type CreateCustomDomainAssociationCommandInput, type CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
4
+ import { type CreateEndpointAccessCommandInput, type CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
5
+ import { type CreateNamespaceCommandInput, type CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
6
+ import { type CreateReservationCommandInput, type CreateReservationCommandOutput } from "./commands/CreateReservationCommand";
7
+ import { type CreateScheduledActionCommandInput, type CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
8
+ import { type CreateSnapshotCommandInput, type CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
9
+ import { type CreateSnapshotCopyConfigurationCommandInput, type CreateSnapshotCopyConfigurationCommandOutput } from "./commands/CreateSnapshotCopyConfigurationCommand";
10
+ import { type CreateUsageLimitCommandInput, type CreateUsageLimitCommandOutput } from "./commands/CreateUsageLimitCommand";
11
+ import { type CreateWorkgroupCommandInput, type CreateWorkgroupCommandOutput } from "./commands/CreateWorkgroupCommand";
12
+ import { type DeleteCustomDomainAssociationCommandInput, type DeleteCustomDomainAssociationCommandOutput } from "./commands/DeleteCustomDomainAssociationCommand";
13
+ import { type DeleteEndpointAccessCommandInput, type DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
14
+ import { type DeleteNamespaceCommandInput, type DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
15
+ import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
16
+ import { type DeleteScheduledActionCommandInput, type DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
17
+ import { type DeleteSnapshotCommandInput, type DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
18
+ import { type DeleteSnapshotCopyConfigurationCommandInput, type DeleteSnapshotCopyConfigurationCommandOutput } from "./commands/DeleteSnapshotCopyConfigurationCommand";
19
+ import { type DeleteUsageLimitCommandInput, type DeleteUsageLimitCommandOutput } from "./commands/DeleteUsageLimitCommand";
20
+ import { type DeleteWorkgroupCommandInput, type DeleteWorkgroupCommandOutput } from "./commands/DeleteWorkgroupCommand";
21
+ import { type GetCredentialsCommandInput, type GetCredentialsCommandOutput } from "./commands/GetCredentialsCommand";
22
+ import { type GetCustomDomainAssociationCommandInput, type GetCustomDomainAssociationCommandOutput } from "./commands/GetCustomDomainAssociationCommand";
23
+ import { type GetEndpointAccessCommandInput, type GetEndpointAccessCommandOutput } from "./commands/GetEndpointAccessCommand";
24
+ import { type GetIdentityCenterAuthTokenCommandInput, type GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
25
+ import { type GetNamespaceCommandInput, type GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
26
+ import { type GetRecoveryPointCommandInput, type GetRecoveryPointCommandOutput } from "./commands/GetRecoveryPointCommand";
27
+ import { type GetReservationCommandInput, type GetReservationCommandOutput } from "./commands/GetReservationCommand";
28
+ import { type GetReservationOfferingCommandInput, type GetReservationOfferingCommandOutput } from "./commands/GetReservationOfferingCommand";
29
+ import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
30
+ import { type GetScheduledActionCommandInput, type GetScheduledActionCommandOutput } from "./commands/GetScheduledActionCommand";
31
+ import { type GetSnapshotCommandInput, type GetSnapshotCommandOutput } from "./commands/GetSnapshotCommand";
32
+ import { type GetTableRestoreStatusCommandInput, type GetTableRestoreStatusCommandOutput } from "./commands/GetTableRestoreStatusCommand";
33
+ import { type GetTrackCommandInput, type GetTrackCommandOutput } from "./commands/GetTrackCommand";
34
+ import { type GetUsageLimitCommandInput, type GetUsageLimitCommandOutput } from "./commands/GetUsageLimitCommand";
35
+ import { type GetWorkgroupCommandInput, type GetWorkgroupCommandOutput } from "./commands/GetWorkgroupCommand";
36
+ import { type ListCustomDomainAssociationsCommandInput, type ListCustomDomainAssociationsCommandOutput } from "./commands/ListCustomDomainAssociationsCommand";
37
+ import { type ListEndpointAccessCommandInput, type ListEndpointAccessCommandOutput } from "./commands/ListEndpointAccessCommand";
38
+ import { type ListManagedWorkgroupsCommandInput, type ListManagedWorkgroupsCommandOutput } from "./commands/ListManagedWorkgroupsCommand";
39
+ import { type ListNamespacesCommandInput, type ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
40
+ import { type ListRecoveryPointsCommandInput, type ListRecoveryPointsCommandOutput } from "./commands/ListRecoveryPointsCommand";
41
+ import { type ListReservationOfferingsCommandInput, type ListReservationOfferingsCommandOutput } from "./commands/ListReservationOfferingsCommand";
42
+ import { type ListReservationsCommandInput, type ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
43
+ import { type ListScheduledActionsCommandInput, type ListScheduledActionsCommandOutput } from "./commands/ListScheduledActionsCommand";
44
+ import { type ListSnapshotCopyConfigurationsCommandInput, type ListSnapshotCopyConfigurationsCommandOutput } from "./commands/ListSnapshotCopyConfigurationsCommand";
45
+ import { type ListSnapshotsCommandInput, type ListSnapshotsCommandOutput } from "./commands/ListSnapshotsCommand";
46
+ import { type ListTableRestoreStatusCommandInput, type ListTableRestoreStatusCommandOutput } from "./commands/ListTableRestoreStatusCommand";
47
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
48
+ import { type ListTracksCommandInput, type ListTracksCommandOutput } from "./commands/ListTracksCommand";
49
+ import { type ListUsageLimitsCommandInput, type ListUsageLimitsCommandOutput } from "./commands/ListUsageLimitsCommand";
50
+ import { type ListWorkgroupsCommandInput, type ListWorkgroupsCommandOutput } from "./commands/ListWorkgroupsCommand";
51
+ import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
52
+ import { type RestoreFromRecoveryPointCommandInput, type RestoreFromRecoveryPointCommandOutput } from "./commands/RestoreFromRecoveryPointCommand";
53
+ import { type RestoreFromSnapshotCommandInput, type RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
54
+ import { type RestoreTableFromRecoveryPointCommandInput, type RestoreTableFromRecoveryPointCommandOutput } from "./commands/RestoreTableFromRecoveryPointCommand";
55
+ import { type RestoreTableFromSnapshotCommandInput, type RestoreTableFromSnapshotCommandOutput } from "./commands/RestoreTableFromSnapshotCommand";
56
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
57
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
58
+ import { type UpdateCustomDomainAssociationCommandInput, type UpdateCustomDomainAssociationCommandOutput } from "./commands/UpdateCustomDomainAssociationCommand";
59
+ import { type UpdateEndpointAccessCommandInput, type UpdateEndpointAccessCommandOutput } from "./commands/UpdateEndpointAccessCommand";
60
+ import { type UpdateLakehouseConfigurationCommandInput, type UpdateLakehouseConfigurationCommandOutput } from "./commands/UpdateLakehouseConfigurationCommand";
61
+ import { type UpdateNamespaceCommandInput, type UpdateNamespaceCommandOutput } from "./commands/UpdateNamespaceCommand";
62
+ import { type UpdateScheduledActionCommandInput, type UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
63
+ import { type UpdateSnapshotCommandInput, type UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
64
+ import { type UpdateSnapshotCopyConfigurationCommandInput, type UpdateSnapshotCopyConfigurationCommandOutput } from "./commands/UpdateSnapshotCopyConfigurationCommand";
65
+ import { type UpdateUsageLimitCommandInput, type UpdateUsageLimitCommandOutput } from "./commands/UpdateUsageLimitCommand";
66
+ import { type UpdateWorkgroupCommandInput, type UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
67
67
  import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
68
68
  export interface RedshiftServerless {
69
69
  /**
@@ -5,74 +5,74 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput } from "./commands/ConvertRecoveryPointToSnapshotCommand";
11
- import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
12
- import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
13
- import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
14
- import { CreateReservationCommandInput, CreateReservationCommandOutput } from "./commands/CreateReservationCommand";
15
- import { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
16
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
17
- import { CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput } from "./commands/CreateSnapshotCopyConfigurationCommand";
18
- import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "./commands/CreateUsageLimitCommand";
19
- import { CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput } from "./commands/CreateWorkgroupCommand";
20
- import { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "./commands/DeleteCustomDomainAssociationCommand";
21
- import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
22
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
23
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
24
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
25
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
26
- import { DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput } from "./commands/DeleteSnapshotCopyConfigurationCommand";
27
- import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "./commands/DeleteUsageLimitCommand";
28
- import { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "./commands/DeleteWorkgroupCommand";
29
- import { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "./commands/GetCredentialsCommand";
30
- import { GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput } from "./commands/GetCustomDomainAssociationCommand";
31
- import { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from "./commands/GetEndpointAccessCommand";
32
- import { GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
33
- import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
34
- import { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "./commands/GetRecoveryPointCommand";
35
- import { GetReservationCommandInput, GetReservationCommandOutput } from "./commands/GetReservationCommand";
36
- import { GetReservationOfferingCommandInput, GetReservationOfferingCommandOutput } from "./commands/GetReservationOfferingCommand";
37
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
38
- import { GetScheduledActionCommandInput, GetScheduledActionCommandOutput } from "./commands/GetScheduledActionCommand";
39
- import { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "./commands/GetSnapshotCommand";
40
- import { GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput } from "./commands/GetTableRestoreStatusCommand";
41
- import { GetTrackCommandInput, GetTrackCommandOutput } from "./commands/GetTrackCommand";
42
- import { GetUsageLimitCommandInput, GetUsageLimitCommandOutput } from "./commands/GetUsageLimitCommand";
43
- import { GetWorkgroupCommandInput, GetWorkgroupCommandOutput } from "./commands/GetWorkgroupCommand";
44
- import { ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsCommandOutput } from "./commands/ListCustomDomainAssociationsCommand";
45
- import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "./commands/ListEndpointAccessCommand";
46
- import { ListManagedWorkgroupsCommandInput, ListManagedWorkgroupsCommandOutput } from "./commands/ListManagedWorkgroupsCommand";
47
- import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
48
- import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "./commands/ListRecoveryPointsCommand";
49
- import { ListReservationOfferingsCommandInput, ListReservationOfferingsCommandOutput } from "./commands/ListReservationOfferingsCommand";
50
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
51
- import { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "./commands/ListScheduledActionsCommand";
52
- import { ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput } from "./commands/ListSnapshotCopyConfigurationsCommand";
53
- import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "./commands/ListSnapshotsCommand";
54
- import { ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput } from "./commands/ListTableRestoreStatusCommand";
55
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
56
- import { ListTracksCommandInput, ListTracksCommandOutput } from "./commands/ListTracksCommand";
57
- import { ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput } from "./commands/ListUsageLimitsCommand";
58
- import { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "./commands/ListWorkgroupsCommand";
59
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
60
- import { RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput } from "./commands/RestoreFromRecoveryPointCommand";
61
- import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
62
- import { RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput } from "./commands/RestoreTableFromRecoveryPointCommand";
63
- import { RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput } from "./commands/RestoreTableFromSnapshotCommand";
64
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
65
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
66
- import { UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput } from "./commands/UpdateCustomDomainAssociationCommand";
67
- import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "./commands/UpdateEndpointAccessCommand";
68
- import { UpdateLakehouseConfigurationCommandInput, UpdateLakehouseConfigurationCommandOutput } from "./commands/UpdateLakehouseConfigurationCommand";
69
- import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "./commands/UpdateNamespaceCommand";
70
- import { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
71
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
72
- import { UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput } from "./commands/UpdateSnapshotCopyConfigurationCommand";
73
- import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./commands/UpdateUsageLimitCommand";
74
- import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
75
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput } from "./commands/ConvertRecoveryPointToSnapshotCommand";
11
+ import type { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "./commands/CreateCustomDomainAssociationCommand";
12
+ import type { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "./commands/CreateEndpointAccessCommand";
13
+ import type { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
14
+ import type { CreateReservationCommandInput, CreateReservationCommandOutput } from "./commands/CreateReservationCommand";
15
+ import type { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "./commands/CreateScheduledActionCommand";
16
+ import type { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
17
+ import type { CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput } from "./commands/CreateSnapshotCopyConfigurationCommand";
18
+ import type { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "./commands/CreateUsageLimitCommand";
19
+ import type { CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput } from "./commands/CreateWorkgroupCommand";
20
+ import type { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "./commands/DeleteCustomDomainAssociationCommand";
21
+ import type { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "./commands/DeleteEndpointAccessCommand";
22
+ import type { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
23
+ import type { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
24
+ import type { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
25
+ import type { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
26
+ import type { DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput } from "./commands/DeleteSnapshotCopyConfigurationCommand";
27
+ import type { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "./commands/DeleteUsageLimitCommand";
28
+ import type { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "./commands/DeleteWorkgroupCommand";
29
+ import type { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "./commands/GetCredentialsCommand";
30
+ import type { GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput } from "./commands/GetCustomDomainAssociationCommand";
31
+ import type { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from "./commands/GetEndpointAccessCommand";
32
+ import type { GetIdentityCenterAuthTokenCommandInput, GetIdentityCenterAuthTokenCommandOutput } from "./commands/GetIdentityCenterAuthTokenCommand";
33
+ import type { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
34
+ import type { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "./commands/GetRecoveryPointCommand";
35
+ import type { GetReservationCommandInput, GetReservationCommandOutput } from "./commands/GetReservationCommand";
36
+ import type { GetReservationOfferingCommandInput, GetReservationOfferingCommandOutput } from "./commands/GetReservationOfferingCommand";
37
+ import type { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
38
+ import type { GetScheduledActionCommandInput, GetScheduledActionCommandOutput } from "./commands/GetScheduledActionCommand";
39
+ import type { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "./commands/GetSnapshotCommand";
40
+ import type { GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput } from "./commands/GetTableRestoreStatusCommand";
41
+ import type { GetTrackCommandInput, GetTrackCommandOutput } from "./commands/GetTrackCommand";
42
+ import type { GetUsageLimitCommandInput, GetUsageLimitCommandOutput } from "./commands/GetUsageLimitCommand";
43
+ import type { GetWorkgroupCommandInput, GetWorkgroupCommandOutput } from "./commands/GetWorkgroupCommand";
44
+ import type { ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsCommandOutput } from "./commands/ListCustomDomainAssociationsCommand";
45
+ import type { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "./commands/ListEndpointAccessCommand";
46
+ import type { ListManagedWorkgroupsCommandInput, ListManagedWorkgroupsCommandOutput } from "./commands/ListManagedWorkgroupsCommand";
47
+ import type { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
48
+ import type { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "./commands/ListRecoveryPointsCommand";
49
+ import type { ListReservationOfferingsCommandInput, ListReservationOfferingsCommandOutput } from "./commands/ListReservationOfferingsCommand";
50
+ import type { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
51
+ import type { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "./commands/ListScheduledActionsCommand";
52
+ import type { ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput } from "./commands/ListSnapshotCopyConfigurationsCommand";
53
+ import type { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "./commands/ListSnapshotsCommand";
54
+ import type { ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput } from "./commands/ListTableRestoreStatusCommand";
55
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
56
+ import type { ListTracksCommandInput, ListTracksCommandOutput } from "./commands/ListTracksCommand";
57
+ import type { ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput } from "./commands/ListUsageLimitsCommand";
58
+ import type { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "./commands/ListWorkgroupsCommand";
59
+ import type { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
60
+ import type { RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput } from "./commands/RestoreFromRecoveryPointCommand";
61
+ import type { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
62
+ import type { RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput } from "./commands/RestoreTableFromRecoveryPointCommand";
63
+ import type { RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput } from "./commands/RestoreTableFromSnapshotCommand";
64
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
65
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
66
+ import type { UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput } from "./commands/UpdateCustomDomainAssociationCommand";
67
+ import type { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "./commands/UpdateEndpointAccessCommand";
68
+ import type { UpdateLakehouseConfigurationCommandInput, UpdateLakehouseConfigurationCommandOutput } from "./commands/UpdateLakehouseConfigurationCommand";
69
+ import type { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "./commands/UpdateNamespaceCommand";
70
+ import type { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "./commands/UpdateScheduledActionCommand";
71
+ import type { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
72
+ import type { UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput } from "./commands/UpdateSnapshotCopyConfigurationCommand";
73
+ import type { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./commands/UpdateUsageLimitCommand";
74
+ import type { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
75
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
76
76
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
77
77
  export { __Client };
78
78
  /**
@@ -181,7 +181,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
181
181
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
182
182
  * @internal
183
183
  */
184
- defaultUserAgentProvider?: Provider<__UserAgent>;
184
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
185
185
  /**
186
186
  * Default credentials provider; Not available in browser runtime.
187
187
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { RedshiftServerlessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./RedshiftServerlessClient";
7
7
  export * from "./RedshiftServerless";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { RedshiftServerlessExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { LakehouseIdcRegistration, LakehouseRegistration, LogExport, ManagedWorkgroupStatus, NamespaceStatus, OfferingType, PerformanceTargetStatus, SnapshotStatus, State, UsageLimitBreachAction, UsageLimitPeriod, UsageLimitUsageType, WorkgroupStatus } from "./enums";
1
+ import type { LakehouseIdcRegistration, LakehouseRegistration, LogExport, ManagedWorkgroupStatus, NamespaceStatus, OfferingType, PerformanceTargetStatus, SnapshotStatus, State, UsageLimitBreachAction, UsageLimitPeriod, UsageLimitUsageType, WorkgroupStatus } from "./enums";
2
2
  /**
3
3
  * <p>An object that represents the custom domain name association.</p>
4
4
  * @public
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsCommandOutput } from "../commands/ListCustomDomainAssociationsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "../commands/ListEndpointAccessCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListManagedWorkgroupsCommandInput, ListManagedWorkgroupsCommandOutput } from "../commands/ListManagedWorkgroupsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "../commands/ListRecoveryPointsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListReservationOfferingsCommandInput, ListReservationOfferingsCommandOutput } from "../commands/ListReservationOfferingsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "../commands/ListScheduledActionsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput } from "../commands/ListSnapshotCopyConfigurationsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "../commands/ListSnapshotsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput } from "../commands/ListTableRestoreStatusCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTracksCommandInput, ListTracksCommandOutput } from "../commands/ListTracksCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput } from "../commands/ListUsageLimitsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "../commands/ListWorkgroupsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
3
+ import type { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -462,7 +461,7 @@ export interface ClientDefaults
462
461
  useFipsEndpoint?: boolean | __Provider<boolean>;
463
462
  region?: string | __Provider<string>;
464
463
  profile?: string;
465
- defaultUserAgentProvider?: Provider<__UserAgent>;
464
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
466
465
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
467
466
  maxAttempts?: number | __Provider<number>;
468
467
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { RedshiftServerlessHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift-serverless",
3
3
  "description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",