@aws-sdk/client-redshift-serverless 3.1086.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.
Files changed (85) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/RedshiftServerless.d.ts +213 -228
  3. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +9 -31
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +3 -8
  27. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/ListManagedWorkgroupsCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +3 -8
  45. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListReservationOfferingsCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +3 -8
  51. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  73. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  74. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  75. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  76. package/dist-types/ts3.4/models/errors.d.ts +10 -30
  77. package/dist-types/ts3.4/models/models_0.d.ts +2 -7
  78. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  79. package/dist-types/ts3.4/pagination/ListTracksPaginator.d.ts +1 -4
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  84. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  85. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteScheduledActionRequest,
4
- DeleteScheduledActionResponse,
5
- } from "../models/models_0";
2
+ import { DeleteScheduledActionRequest, DeleteScheduledActionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteScheduledActionCommandInput
8
- extends DeleteScheduledActionRequest {}
4
+ export interface DeleteScheduledActionCommandInput extends DeleteScheduledActionRequest {}
9
5
  export interface DeleteScheduledActionCommandOutput
10
- extends DeleteScheduledActionResponse,
11
- __MetadataBearer {}
6
+ extends DeleteScheduledActionResponse, __MetadataBearer {}
12
7
  declare const DeleteScheduledActionCommand_base: {
13
8
  new (
14
- input: DeleteScheduledActionCommandInput
9
+ input: DeleteScheduledActionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteScheduledActionCommandInput,
17
12
  DeleteScheduledActionCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteScheduledActionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteScheduledActionCommandInput
18
+ input: DeleteScheduledActionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteScheduledActionCommandInput,
26
21
  DeleteScheduledActionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteSnapshotRequest,
4
- DeleteSnapshotResponse,
5
- } from "../models/models_0";
2
+ import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
8
- export interface DeleteSnapshotCommandOutput
9
- extends DeleteSnapshotResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __MetadataBearer {}
11
6
  declare const DeleteSnapshotCommand_base: {
12
7
  new (
13
- input: DeleteSnapshotCommandInput
8
+ input: DeleteSnapshotCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteSnapshotCommandInput,
16
11
  DeleteSnapshotCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteSnapshotCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteSnapshotCommandInput
17
+ input: DeleteSnapshotCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteSnapshotCommandInput,
25
20
  DeleteSnapshotCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteSnapshotCopyConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteSnapshotCopyConfigurationCommandInput
8
- extends DeleteSnapshotCopyConfigurationRequest {}
7
+ export interface DeleteSnapshotCopyConfigurationCommandInput extends DeleteSnapshotCopyConfigurationRequest {}
9
8
  export interface DeleteSnapshotCopyConfigurationCommandOutput
10
- extends DeleteSnapshotCopyConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends DeleteSnapshotCopyConfigurationResponse, __MetadataBearer {}
12
10
  declare const DeleteSnapshotCopyConfigurationCommand_base: {
13
11
  new (
14
- input: DeleteSnapshotCopyConfigurationCommandInput
12
+ input: DeleteSnapshotCopyConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteSnapshotCopyConfigurationCommandInput,
17
15
  DeleteSnapshotCopyConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteSnapshotCopyConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteSnapshotCopyConfigurationCommandInput
21
+ input: DeleteSnapshotCopyConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteSnapshotCopyConfigurationCommandInput,
26
24
  DeleteSnapshotCopyConfigurationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteUsageLimitRequest,
4
- DeleteUsageLimitResponse,
5
- } from "../models/models_0";
2
+ import { DeleteUsageLimitRequest, DeleteUsageLimitResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitRequest {}
8
- export interface DeleteUsageLimitCommandOutput
9
- extends DeleteUsageLimitResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteUsageLimitCommandOutput extends DeleteUsageLimitResponse, __MetadataBearer {}
11
6
  declare const DeleteUsageLimitCommand_base: {
12
7
  new (
13
- input: DeleteUsageLimitCommandInput
8
+ input: DeleteUsageLimitCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteUsageLimitCommandInput,
16
11
  DeleteUsageLimitCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteUsageLimitCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteUsageLimitCommandInput
17
+ input: DeleteUsageLimitCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteUsageLimitCommandInput,
25
20
  DeleteUsageLimitCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteWorkgroupRequest,
4
- DeleteWorkgroupResponse,
5
- } from "../models/models_0";
2
+ import { DeleteWorkgroupRequest, DeleteWorkgroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteWorkgroupCommandInput extends DeleteWorkgroupRequest {}
8
- export interface DeleteWorkgroupCommandOutput
9
- extends DeleteWorkgroupResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteWorkgroupCommandOutput extends DeleteWorkgroupResponse, __MetadataBearer {}
11
6
  declare const DeleteWorkgroupCommand_base: {
12
7
  new (
13
- input: DeleteWorkgroupCommandInput
8
+ input: DeleteWorkgroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteWorkgroupCommandInput,
16
11
  DeleteWorkgroupCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteWorkgroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteWorkgroupCommandInput
17
+ input: DeleteWorkgroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteWorkgroupCommandInput,
25
20
  DeleteWorkgroupCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCredentialsRequest,
4
- GetCredentialsResponse,
5
- } from "../models/models_0";
2
+ import { GetCredentialsRequest, GetCredentialsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetCredentialsCommandInput extends GetCredentialsRequest {}
8
- export interface GetCredentialsCommandOutput
9
- extends GetCredentialsResponse,
10
- __MetadataBearer {}
5
+ export interface GetCredentialsCommandOutput extends GetCredentialsResponse, __MetadataBearer {}
11
6
  declare const GetCredentialsCommand_base: {
12
7
  new (
13
- input: GetCredentialsCommandInput
8
+ input: GetCredentialsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetCredentialsCommandInput,
16
11
  GetCredentialsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetCustomDomainAssociationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetCustomDomainAssociationCommandInput
8
- extends GetCustomDomainAssociationRequest {}
7
+ export interface GetCustomDomainAssociationCommandInput extends GetCustomDomainAssociationRequest {}
9
8
  export interface GetCustomDomainAssociationCommandOutput
10
- extends GetCustomDomainAssociationResponse,
11
- __MetadataBearer {}
9
+ extends GetCustomDomainAssociationResponse, __MetadataBearer {}
12
10
  declare const GetCustomDomainAssociationCommand_base: {
13
11
  new (
14
- input: GetCustomDomainAssociationCommandInput
12
+ input: GetCustomDomainAssociationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetCustomDomainAssociationCommandInput,
17
15
  GetCustomDomainAssociationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetCustomDomainAssociationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetCustomDomainAssociationCommandInput
21
+ input: GetCustomDomainAssociationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetCustomDomainAssociationCommandInput,
26
24
  GetCustomDomainAssociationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetEndpointAccessRequest,
4
- GetEndpointAccessResponse,
5
- } from "../models/models_0";
2
+ import { GetEndpointAccessRequest, GetEndpointAccessResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetEndpointAccessCommandInput
8
- extends GetEndpointAccessRequest {}
4
+ export interface GetEndpointAccessCommandInput extends GetEndpointAccessRequest {}
9
5
  export interface GetEndpointAccessCommandOutput
10
- extends GetEndpointAccessResponse,
11
- __MetadataBearer {}
6
+ extends GetEndpointAccessResponse, __MetadataBearer {}
12
7
  declare const GetEndpointAccessCommand_base: {
13
8
  new (
14
- input: GetEndpointAccessCommandInput
9
+ input: GetEndpointAccessCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetEndpointAccessCommandInput,
17
12
  GetEndpointAccessCommandOutput,
@@ -20,7 +15,7 @@ declare const GetEndpointAccessCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetEndpointAccessCommandInput
18
+ input: GetEndpointAccessCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetEndpointAccessCommandInput,
26
21
  GetEndpointAccessCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetIdentityCenterAuthTokenResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetIdentityCenterAuthTokenCommandInput
8
- extends GetIdentityCenterAuthTokenRequest {}
7
+ export interface GetIdentityCenterAuthTokenCommandInput extends GetIdentityCenterAuthTokenRequest {}
9
8
  export interface GetIdentityCenterAuthTokenCommandOutput
10
- extends GetIdentityCenterAuthTokenResponse,
11
- __MetadataBearer {}
9
+ extends GetIdentityCenterAuthTokenResponse, __MetadataBearer {}
12
10
  declare const GetIdentityCenterAuthTokenCommand_base: {
13
11
  new (
14
- input: GetIdentityCenterAuthTokenCommandInput
12
+ input: GetIdentityCenterAuthTokenCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetIdentityCenterAuthTokenCommandInput,
17
15
  GetIdentityCenterAuthTokenCommandOutput,
@@ -20,7 +18,7 @@ declare const GetIdentityCenterAuthTokenCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetIdentityCenterAuthTokenCommandInput
21
+ input: GetIdentityCenterAuthTokenCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetIdentityCenterAuthTokenCommandInput,
26
24
  GetIdentityCenterAuthTokenCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetNamespaceCommandInput extends GetNamespaceRequest {}
5
- export interface GetNamespaceCommandOutput
6
- extends GetNamespaceResponse,
7
- __MetadataBearer {}
5
+ export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __MetadataBearer {}
8
6
  declare const GetNamespaceCommand_base: {
9
7
  new (
10
- input: GetNamespaceCommandInput
8
+ input: GetNamespaceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetNamespaceCommandInput,
13
11
  GetNamespaceCommandOutput,
@@ -16,7 +14,7 @@ declare const GetNamespaceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetNamespaceCommandInput
17
+ input: GetNamespaceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetNamespaceCommandInput,
22
20
  GetNamespaceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetRecoveryPointRequest,
4
- GetRecoveryPointResponse,
5
- } from "../models/models_0";
2
+ import { GetRecoveryPointRequest, GetRecoveryPointResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetRecoveryPointCommandInput extends GetRecoveryPointRequest {}
8
- export interface GetRecoveryPointCommandOutput
9
- extends GetRecoveryPointResponse,
10
- __MetadataBearer {}
5
+ export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse, __MetadataBearer {}
11
6
  declare const GetRecoveryPointCommand_base: {
12
7
  new (
13
- input: GetRecoveryPointCommandInput
8
+ input: GetRecoveryPointCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetRecoveryPointCommandInput,
16
11
  GetRecoveryPointCommandOutput,
@@ -19,7 +14,7 @@ declare const GetRecoveryPointCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetRecoveryPointCommandInput
17
+ input: GetRecoveryPointCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetRecoveryPointCommandInput,
25
20
  GetRecoveryPointCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetReservationRequest,
4
- GetReservationResponse,
5
- } from "../models/models_0";
2
+ import { GetReservationRequest, GetReservationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetReservationCommandInput extends GetReservationRequest {}
8
- export interface GetReservationCommandOutput
9
- extends GetReservationResponse,
10
- __MetadataBearer {}
5
+ export interface GetReservationCommandOutput extends GetReservationResponse, __MetadataBearer {}
11
6
  declare const GetReservationCommand_base: {
12
7
  new (
13
- input: GetReservationCommandInput
8
+ input: GetReservationCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetReservationCommandInput,
16
11
  GetReservationCommandOutput,
@@ -19,7 +14,7 @@ declare const GetReservationCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetReservationCommandInput
17
+ input: GetReservationCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetReservationCommandInput,
25
20
  GetReservationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetReservationOfferingRequest,
4
- GetReservationOfferingResponse,
5
- } from "../models/models_0";
2
+ import { GetReservationOfferingRequest, GetReservationOfferingResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetReservationOfferingCommandInput
8
- extends GetReservationOfferingRequest {}
4
+ export interface GetReservationOfferingCommandInput extends GetReservationOfferingRequest {}
9
5
  export interface GetReservationOfferingCommandOutput
10
- extends GetReservationOfferingResponse,
11
- __MetadataBearer {}
6
+ extends GetReservationOfferingResponse, __MetadataBearer {}
12
7
  declare const GetReservationOfferingCommand_base: {
13
8
  new (
14
- input: GetReservationOfferingCommandInput
9
+ input: GetReservationOfferingCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetReservationOfferingCommandInput,
17
12
  GetReservationOfferingCommandOutput,
@@ -20,7 +15,7 @@ declare const GetReservationOfferingCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetReservationOfferingCommandInput
18
+ input: GetReservationOfferingCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetReservationOfferingCommandInput,
26
21
  GetReservationOfferingCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetResourcePolicyRequest,
4
- GetResourcePolicyResponse,
5
- } from "../models/models_0";
2
+ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetResourcePolicyCommandInput
8
- extends GetResourcePolicyRequest {}
4
+ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {}
9
5
  export interface GetResourcePolicyCommandOutput
10
- extends GetResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends GetResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const GetResourcePolicyCommand_base: {
13
8
  new (
14
- input: GetResourcePolicyCommandInput
9
+ input: GetResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetResourcePolicyCommandInput,
17
12
  GetResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const GetResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetResourcePolicyCommandInput
18
+ input: GetResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetResourcePolicyCommandInput,
26
21
  GetResourcePolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetScheduledActionRequest,
4
- GetScheduledActionResponse,
5
- } from "../models/models_0";
2
+ import { GetScheduledActionRequest, GetScheduledActionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetScheduledActionCommandInput
8
- extends GetScheduledActionRequest {}
4
+ export interface GetScheduledActionCommandInput extends GetScheduledActionRequest {}
9
5
  export interface GetScheduledActionCommandOutput
10
- extends GetScheduledActionResponse,
11
- __MetadataBearer {}
6
+ extends GetScheduledActionResponse, __MetadataBearer {}
12
7
  declare const GetScheduledActionCommand_base: {
13
8
  new (
14
- input: GetScheduledActionCommandInput
9
+ input: GetScheduledActionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetScheduledActionCommandInput,
17
12
  GetScheduledActionCommandOutput,
@@ -20,7 +15,7 @@ declare const GetScheduledActionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetScheduledActionCommandInput
18
+ input: GetScheduledActionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetScheduledActionCommandInput,
26
21
  GetScheduledActionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetSnapshotRequest, GetSnapshotResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetSnapshotCommandInput extends GetSnapshotRequest {}
5
- export interface GetSnapshotCommandOutput
6
- extends GetSnapshotResponse,
7
- __MetadataBearer {}
5
+ export interface GetSnapshotCommandOutput extends GetSnapshotResponse, __MetadataBearer {}
8
6
  declare const GetSnapshotCommand_base: {
9
7
  new (
10
- input: GetSnapshotCommandInput
8
+ input: GetSnapshotCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetSnapshotCommandInput,
13
11
  GetSnapshotCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetTableRestoreStatusRequest,
4
- GetTableRestoreStatusResponse,
5
- } from "../models/models_0";
2
+ import { GetTableRestoreStatusRequest, GetTableRestoreStatusResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetTableRestoreStatusCommandInput
8
- extends GetTableRestoreStatusRequest {}
4
+ export interface GetTableRestoreStatusCommandInput extends GetTableRestoreStatusRequest {}
9
5
  export interface GetTableRestoreStatusCommandOutput
10
- extends GetTableRestoreStatusResponse,
11
- __MetadataBearer {}
6
+ extends GetTableRestoreStatusResponse, __MetadataBearer {}
12
7
  declare const GetTableRestoreStatusCommand_base: {
13
8
  new (
14
- input: GetTableRestoreStatusCommandInput
9
+ input: GetTableRestoreStatusCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetTableRestoreStatusCommandInput,
17
12
  GetTableRestoreStatusCommandOutput,
@@ -20,7 +15,7 @@ declare const GetTableRestoreStatusCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetTableRestoreStatusCommandInput
18
+ input: GetTableRestoreStatusCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetTableRestoreStatusCommandInput,
26
21
  GetTableRestoreStatusCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetTrackRequest, GetTrackResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetTrackCommandInput extends GetTrackRequest {}
5
- export interface GetTrackCommandOutput
6
- extends GetTrackResponse,
7
- __MetadataBearer {}
5
+ export interface GetTrackCommandOutput extends GetTrackResponse, __MetadataBearer {}
8
6
  declare const GetTrackCommand_base: {
9
- new (input: GetTrackCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetTrackCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetTrackCommandInput,
11
11
  GetTrackCommandOutput,
12
12
  import("..").RedshiftServerlessClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetTrackCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetTrackCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetTrackCommandInput,
18
20
  GetTrackCommandOutput,
19
21
  import("..").RedshiftServerlessClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetUsageLimitRequest,
4
- GetUsageLimitResponse,
5
- } from "../models/models_0";
2
+ import { GetUsageLimitRequest, GetUsageLimitResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetUsageLimitCommandInput extends GetUsageLimitRequest {}
8
- export interface GetUsageLimitCommandOutput
9
- extends GetUsageLimitResponse,
10
- __MetadataBearer {}
5
+ export interface GetUsageLimitCommandOutput extends GetUsageLimitResponse, __MetadataBearer {}
11
6
  declare const GetUsageLimitCommand_base: {
12
7
  new (
13
- input: GetUsageLimitCommandInput
8
+ input: GetUsageLimitCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetUsageLimitCommandInput,
16
11
  GetUsageLimitCommandOutput,
@@ -19,7 +14,7 @@ declare const GetUsageLimitCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetUsageLimitCommandInput
17
+ input: GetUsageLimitCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetUsageLimitCommandInput,
25
20
  GetUsageLimitCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetWorkgroupRequest, GetWorkgroupResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetWorkgroupCommandInput extends GetWorkgroupRequest {}
5
- export interface GetWorkgroupCommandOutput
6
- extends GetWorkgroupResponse,
7
- __MetadataBearer {}
5
+ export interface GetWorkgroupCommandOutput extends GetWorkgroupResponse, __MetadataBearer {}
8
6
  declare const GetWorkgroupCommand_base: {
9
7
  new (
10
- input: GetWorkgroupCommandInput
8
+ input: GetWorkgroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetWorkgroupCommandInput,
13
11
  GetWorkgroupCommandOutput,
@@ -16,7 +14,7 @@ declare const GetWorkgroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetWorkgroupCommandInput
17
+ input: GetWorkgroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetWorkgroupCommandInput,
22
20
  GetWorkgroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListCustomDomainAssociationsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListCustomDomainAssociationsCommandInput
8
- extends ListCustomDomainAssociationsRequest {}
7
+ export interface ListCustomDomainAssociationsCommandInput extends ListCustomDomainAssociationsRequest {}
9
8
  export interface ListCustomDomainAssociationsCommandOutput
10
- extends ListCustomDomainAssociationsResponse,
11
- __MetadataBearer {}
9
+ extends ListCustomDomainAssociationsResponse, __MetadataBearer {}
12
10
  declare const ListCustomDomainAssociationsCommand_base: {
13
11
  new (
14
- input: ListCustomDomainAssociationsCommandInput
12
+ input: ListCustomDomainAssociationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListCustomDomainAssociationsCommandInput,
17
15
  ListCustomDomainAssociationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListEndpointAccessRequest,
4
- ListEndpointAccessResponse,
5
- } from "../models/models_0";
2
+ import { ListEndpointAccessRequest, ListEndpointAccessResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListEndpointAccessCommandInput
8
- extends ListEndpointAccessRequest {}
4
+ export interface ListEndpointAccessCommandInput extends ListEndpointAccessRequest {}
9
5
  export interface ListEndpointAccessCommandOutput
10
- extends ListEndpointAccessResponse,
11
- __MetadataBearer {}
6
+ extends ListEndpointAccessResponse, __MetadataBearer {}
12
7
  declare const ListEndpointAccessCommand_base: {
13
8
  new (
14
- input: ListEndpointAccessCommandInput
9
+ input: ListEndpointAccessCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListEndpointAccessCommandInput,
17
12
  ListEndpointAccessCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListManagedWorkgroupsRequest,
4
- ListManagedWorkgroupsResponse,
5
- } from "../models/models_0";
2
+ import { ListManagedWorkgroupsRequest, ListManagedWorkgroupsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListManagedWorkgroupsCommandInput
8
- extends ListManagedWorkgroupsRequest {}
4
+ export interface ListManagedWorkgroupsCommandInput extends ListManagedWorkgroupsRequest {}
9
5
  export interface ListManagedWorkgroupsCommandOutput
10
- extends ListManagedWorkgroupsResponse,
11
- __MetadataBearer {}
6
+ extends ListManagedWorkgroupsResponse, __MetadataBearer {}
12
7
  declare const ListManagedWorkgroupsCommand_base: {
13
8
  new (
14
- input: ListManagedWorkgroupsCommandInput
9
+ input: ListManagedWorkgroupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListManagedWorkgroupsCommandInput,
17
12
  ListManagedWorkgroupsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListNamespacesRequest,
4
- ListNamespacesResponse,
5
- } from "../models/models_0";
2
+ import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListNamespacesCommandInput extends ListNamespacesRequest {}
8
- export interface ListNamespacesCommandOutput
9
- extends ListNamespacesResponse,
10
- __MetadataBearer {}
5
+ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __MetadataBearer {}
11
6
  declare const ListNamespacesCommand_base: {
12
7
  new (
13
- input: ListNamespacesCommandInput
8
+ input: ListNamespacesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListNamespacesCommandInput,
16
11
  ListNamespacesCommandOutput,