@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.
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 +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -152,18 +149,12 @@ import {
152
149
  GetScheduledActionCommandInput,
153
150
  GetScheduledActionCommandOutput,
154
151
  } from "./commands/GetScheduledActionCommand";
155
- import {
156
- GetSnapshotCommandInput,
157
- GetSnapshotCommandOutput,
158
- } from "./commands/GetSnapshotCommand";
152
+ import { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "./commands/GetSnapshotCommand";
159
153
  import {
160
154
  GetTableRestoreStatusCommandInput,
161
155
  GetTableRestoreStatusCommandOutput,
162
156
  } from "./commands/GetTableRestoreStatusCommand";
163
- import {
164
- GetTrackCommandInput,
165
- GetTrackCommandOutput,
166
- } from "./commands/GetTrackCommand";
157
+ import { GetTrackCommandInput, GetTrackCommandOutput } from "./commands/GetTrackCommand";
167
158
  import {
168
159
  GetUsageLimitCommandInput,
169
160
  GetUsageLimitCommandOutput,
@@ -220,10 +211,7 @@ import {
220
211
  ListTagsForResourceCommandInput,
221
212
  ListTagsForResourceCommandOutput,
222
213
  } from "./commands/ListTagsForResourceCommand";
223
- import {
224
- ListTracksCommandInput,
225
- ListTracksCommandOutput,
226
- } from "./commands/ListTracksCommand";
214
+ import { ListTracksCommandInput, ListTracksCommandOutput } from "./commands/ListTracksCommand";
227
215
  import {
228
216
  ListUsageLimitsCommandInput,
229
217
  ListUsageLimitsCommandOutput,
@@ -252,10 +240,7 @@ import {
252
240
  RestoreTableFromSnapshotCommandInput,
253
241
  RestoreTableFromSnapshotCommandOutput,
254
242
  } from "./commands/RestoreTableFromSnapshotCommand";
255
- import {
256
- TagResourceCommandInput,
257
- TagResourceCommandOutput,
258
- } from "./commands/TagResourceCommand";
243
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
259
244
  import {
260
245
  UntagResourceCommandInput,
261
246
  UntagResourceCommandOutput,
@@ -435,8 +420,7 @@ export type ServiceOutputTypes =
435
420
  | UpdateSnapshotCopyConfigurationCommandOutput
436
421
  | UpdateUsageLimitCommandOutput
437
422
  | UpdateWorkgroupCommandOutput;
438
- export interface ClientDefaults
439
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
423
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
440
424
  requestHandler?: __HttpHandlerUserInput;
441
425
  sha256?: __ChecksumConstructor | __HashConstructor;
442
426
  urlParser?: __UrlParser;
@@ -472,8 +456,7 @@ export type RedshiftServerlessClientConfigType = Partial<
472
456
  EndpointInputConfig<EndpointParameters> &
473
457
  HttpAuthSchemeInputConfig &
474
458
  ClientInputEndpointParameters;
475
- export interface RedshiftServerlessClientConfig
476
- extends RedshiftServerlessClientConfigType {}
459
+ export interface RedshiftServerlessClientConfig extends RedshiftServerlessClientConfigType {}
477
460
  export type RedshiftServerlessClientResolvedConfigType =
478
461
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
479
462
  Required<ClientDefaults> &
@@ -485,8 +468,7 @@ export type RedshiftServerlessClientResolvedConfigType =
485
468
  EndpointResolvedConfig<EndpointParameters> &
486
469
  HttpAuthSchemeResolvedConfig &
487
470
  ClientResolvedEndpointParameters;
488
- export interface RedshiftServerlessClientResolvedConfig
489
- extends RedshiftServerlessClientResolvedConfigType {}
471
+ export interface RedshiftServerlessClientResolvedConfig extends RedshiftServerlessClientResolvedConfigType {}
490
472
  export declare class RedshiftServerlessClient extends __Client<
491
473
  __HttpHandlerOptions,
492
474
  ServiceInputTypes,
@@ -494,10 +476,6 @@ export declare class RedshiftServerlessClient extends __Client<
494
476
  RedshiftServerlessClientResolvedConfig
495
477
  > {
496
478
  readonly config: RedshiftServerlessClientResolvedConfig;
497
- constructor(
498
- ...[
499
- configuration,
500
- ]: __CheckOptionalClientConfig<RedshiftServerlessClientConfig>
501
- );
479
+ constructor(...[configuration]: __CheckOptionalClientConfig<RedshiftServerlessClientConfig>);
502
480
  destroy(): void;
503
481
  }
@@ -7,17 +7,10 @@ import { RedshiftServerlessHttpAuthSchemeProvider } from "./httpAuthSchemeProvid
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: RedshiftServerlessHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: RedshiftServerlessHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): RedshiftServerlessHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { RedshiftServerlessClientResolvedConfig } from "../RedshiftServerlessClient";
15
- export interface RedshiftServerlessHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface RedshiftServerlessHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface RedshiftServerlessHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- RedshiftServerlessClientResolvedConfig,
22
- HandlerExecutionContext,
23
- RedshiftServerlessHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface RedshiftServerlessHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ RedshiftServerlessClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ RedshiftServerlessHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultRedshiftServerlessHttpAuthSchemeParametersProvider: (
27
25
  config: RedshiftServerlessClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<RedshiftServerlessHttpAuthSchemeParameters>;
31
- export interface RedshiftServerlessHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<RedshiftServerlessHttpAuthSchemeParameters> {}
29
+ export interface RedshiftServerlessHttpAuthSchemeProvider extends HttpAuthSchemeProvider<RedshiftServerlessHttpAuthSchemeParameters> {}
33
30
  export declare const defaultRedshiftServerlessHttpAuthSchemeProvider: RedshiftServerlessHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: RedshiftServerlessHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: RedshiftServerlessHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./RedshiftServerlessClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  RedshiftServerlessClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -4,14 +4,12 @@ import {
4
4
  ConvertRecoveryPointToSnapshotResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ConvertRecoveryPointToSnapshotCommandInput
8
- extends ConvertRecoveryPointToSnapshotRequest {}
7
+ export interface ConvertRecoveryPointToSnapshotCommandInput extends ConvertRecoveryPointToSnapshotRequest {}
9
8
  export interface ConvertRecoveryPointToSnapshotCommandOutput
10
- extends ConvertRecoveryPointToSnapshotResponse,
11
- __MetadataBearer {}
9
+ extends ConvertRecoveryPointToSnapshotResponse, __MetadataBearer {}
12
10
  declare const ConvertRecoveryPointToSnapshotCommand_base: {
13
11
  new (
14
- input: ConvertRecoveryPointToSnapshotCommandInput
12
+ input: ConvertRecoveryPointToSnapshotCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ConvertRecoveryPointToSnapshotCommandInput,
17
15
  ConvertRecoveryPointToSnapshotCommandOutput,
@@ -20,7 +18,7 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ConvertRecoveryPointToSnapshotCommandInput
21
+ input: ConvertRecoveryPointToSnapshotCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ConvertRecoveryPointToSnapshotCommandInput,
26
24
  ConvertRecoveryPointToSnapshotCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateCustomDomainAssociationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateCustomDomainAssociationCommandInput
8
- extends CreateCustomDomainAssociationRequest {}
7
+ export interface CreateCustomDomainAssociationCommandInput extends CreateCustomDomainAssociationRequest {}
9
8
  export interface CreateCustomDomainAssociationCommandOutput
10
- extends CreateCustomDomainAssociationResponse,
11
- __MetadataBearer {}
9
+ extends CreateCustomDomainAssociationResponse, __MetadataBearer {}
12
10
  declare const CreateCustomDomainAssociationCommand_base: {
13
11
  new (
14
- input: CreateCustomDomainAssociationCommandInput
12
+ input: CreateCustomDomainAssociationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateCustomDomainAssociationCommandInput,
17
15
  CreateCustomDomainAssociationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateCustomDomainAssociationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateCustomDomainAssociationCommandInput
21
+ input: CreateCustomDomainAssociationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateCustomDomainAssociationCommandInput,
26
24
  CreateCustomDomainAssociationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateEndpointAccessRequest,
4
- CreateEndpointAccessResponse,
5
- } from "../models/models_0";
2
+ import { CreateEndpointAccessRequest, CreateEndpointAccessResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateEndpointAccessCommandInput
8
- extends CreateEndpointAccessRequest {}
4
+ export interface CreateEndpointAccessCommandInput extends CreateEndpointAccessRequest {}
9
5
  export interface CreateEndpointAccessCommandOutput
10
- extends CreateEndpointAccessResponse,
11
- __MetadataBearer {}
6
+ extends CreateEndpointAccessResponse, __MetadataBearer {}
12
7
  declare const CreateEndpointAccessCommand_base: {
13
8
  new (
14
- input: CreateEndpointAccessCommandInput
9
+ input: CreateEndpointAccessCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateEndpointAccessCommandInput,
17
12
  CreateEndpointAccessCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateEndpointAccessCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateEndpointAccessCommandInput
18
+ input: CreateEndpointAccessCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateEndpointAccessCommandInput,
26
21
  CreateEndpointAccessCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateNamespaceRequest,
4
- CreateNamespaceResponse,
5
- } from "../models/models_0";
2
+ import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {}
8
- export interface CreateNamespaceCommandOutput
9
- extends CreateNamespaceResponse,
10
- __MetadataBearer {}
5
+ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, __MetadataBearer {}
11
6
  declare const CreateNamespaceCommand_base: {
12
7
  new (
13
- input: CreateNamespaceCommandInput
8
+ input: CreateNamespaceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateNamespaceCommandInput,
16
11
  CreateNamespaceCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateNamespaceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateNamespaceCommandInput
17
+ input: CreateNamespaceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateNamespaceCommandInput,
25
20
  CreateNamespaceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateReservationRequest,
4
- CreateReservationResponse,
5
- } from "../models/models_0";
2
+ import { CreateReservationRequest, CreateReservationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateReservationCommandInput
8
- extends CreateReservationRequest {}
4
+ export interface CreateReservationCommandInput extends CreateReservationRequest {}
9
5
  export interface CreateReservationCommandOutput
10
- extends CreateReservationResponse,
11
- __MetadataBearer {}
6
+ extends CreateReservationResponse, __MetadataBearer {}
12
7
  declare const CreateReservationCommand_base: {
13
8
  new (
14
- input: CreateReservationCommandInput
9
+ input: CreateReservationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateReservationCommandInput,
17
12
  CreateReservationCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateReservationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateReservationCommandInput
18
+ input: CreateReservationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateReservationCommandInput,
26
21
  CreateReservationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateScheduledActionRequest,
4
- CreateScheduledActionResponse,
5
- } from "../models/models_0";
2
+ import { CreateScheduledActionRequest, CreateScheduledActionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateScheduledActionCommandInput
8
- extends CreateScheduledActionRequest {}
4
+ export interface CreateScheduledActionCommandInput extends CreateScheduledActionRequest {}
9
5
  export interface CreateScheduledActionCommandOutput
10
- extends CreateScheduledActionResponse,
11
- __MetadataBearer {}
6
+ extends CreateScheduledActionResponse, __MetadataBearer {}
12
7
  declare const CreateScheduledActionCommand_base: {
13
8
  new (
14
- input: CreateScheduledActionCommandInput
9
+ input: CreateScheduledActionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateScheduledActionCommandInput,
17
12
  CreateScheduledActionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateScheduledActionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateScheduledActionCommandInput
18
+ input: CreateScheduledActionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateScheduledActionCommandInput,
26
21
  CreateScheduledActionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateSnapshotRequest,
4
- CreateSnapshotResponse,
5
- } from "../models/models_0";
2
+ import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
8
- export interface CreateSnapshotCommandOutput
9
- extends CreateSnapshotResponse,
10
- __MetadataBearer {}
5
+ export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __MetadataBearer {}
11
6
  declare const CreateSnapshotCommand_base: {
12
7
  new (
13
- input: CreateSnapshotCommandInput
8
+ input: CreateSnapshotCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateSnapshotCommandInput,
16
11
  CreateSnapshotCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateSnapshotCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateSnapshotCommandInput
17
+ input: CreateSnapshotCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateSnapshotCommandInput,
25
20
  CreateSnapshotCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateSnapshotCopyConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateSnapshotCopyConfigurationCommandInput
8
- extends CreateSnapshotCopyConfigurationRequest {}
7
+ export interface CreateSnapshotCopyConfigurationCommandInput extends CreateSnapshotCopyConfigurationRequest {}
9
8
  export interface CreateSnapshotCopyConfigurationCommandOutput
10
- extends CreateSnapshotCopyConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends CreateSnapshotCopyConfigurationResponse, __MetadataBearer {}
12
10
  declare const CreateSnapshotCopyConfigurationCommand_base: {
13
11
  new (
14
- input: CreateSnapshotCopyConfigurationCommandInput
12
+ input: CreateSnapshotCopyConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateSnapshotCopyConfigurationCommandInput,
17
15
  CreateSnapshotCopyConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateSnapshotCopyConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateSnapshotCopyConfigurationCommandInput
21
+ input: CreateSnapshotCopyConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateSnapshotCopyConfigurationCommandInput,
26
24
  CreateSnapshotCopyConfigurationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateUsageLimitRequest,
4
- CreateUsageLimitResponse,
5
- } from "../models/models_0";
2
+ import { CreateUsageLimitRequest, CreateUsageLimitResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateUsageLimitCommandInput extends CreateUsageLimitRequest {}
8
- export interface CreateUsageLimitCommandOutput
9
- extends CreateUsageLimitResponse,
10
- __MetadataBearer {}
5
+ export interface CreateUsageLimitCommandOutput extends CreateUsageLimitResponse, __MetadataBearer {}
11
6
  declare const CreateUsageLimitCommand_base: {
12
7
  new (
13
- input: CreateUsageLimitCommandInput
8
+ input: CreateUsageLimitCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateUsageLimitCommandInput,
16
11
  CreateUsageLimitCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateUsageLimitCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateUsageLimitCommandInput
17
+ input: CreateUsageLimitCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateUsageLimitCommandInput,
25
20
  CreateUsageLimitCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateWorkgroupRequest,
4
- CreateWorkgroupResponse,
5
- } from "../models/models_0";
2
+ import { CreateWorkgroupRequest, CreateWorkgroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateWorkgroupCommandInput extends CreateWorkgroupRequest {}
8
- export interface CreateWorkgroupCommandOutput
9
- extends CreateWorkgroupResponse,
10
- __MetadataBearer {}
5
+ export interface CreateWorkgroupCommandOutput extends CreateWorkgroupResponse, __MetadataBearer {}
11
6
  declare const CreateWorkgroupCommand_base: {
12
7
  new (
13
- input: CreateWorkgroupCommandInput
8
+ input: CreateWorkgroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateWorkgroupCommandInput,
16
11
  CreateWorkgroupCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateWorkgroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateWorkgroupCommandInput
17
+ input: CreateWorkgroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateWorkgroupCommandInput,
25
20
  CreateWorkgroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteCustomDomainAssociationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteCustomDomainAssociationCommandInput
8
- extends DeleteCustomDomainAssociationRequest {}
7
+ export interface DeleteCustomDomainAssociationCommandInput extends DeleteCustomDomainAssociationRequest {}
9
8
  export interface DeleteCustomDomainAssociationCommandOutput
10
- extends DeleteCustomDomainAssociationResponse,
11
- __MetadataBearer {}
9
+ extends DeleteCustomDomainAssociationResponse, __MetadataBearer {}
12
10
  declare const DeleteCustomDomainAssociationCommand_base: {
13
11
  new (
14
- input: DeleteCustomDomainAssociationCommandInput
12
+ input: DeleteCustomDomainAssociationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteCustomDomainAssociationCommandInput,
17
15
  DeleteCustomDomainAssociationCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteCustomDomainAssociationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteCustomDomainAssociationCommandInput
21
+ input: DeleteCustomDomainAssociationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteCustomDomainAssociationCommandInput,
26
24
  DeleteCustomDomainAssociationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteEndpointAccessRequest,
4
- DeleteEndpointAccessResponse,
5
- } from "../models/models_0";
2
+ import { DeleteEndpointAccessRequest, DeleteEndpointAccessResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteEndpointAccessCommandInput
8
- extends DeleteEndpointAccessRequest {}
4
+ export interface DeleteEndpointAccessCommandInput extends DeleteEndpointAccessRequest {}
9
5
  export interface DeleteEndpointAccessCommandOutput
10
- extends DeleteEndpointAccessResponse,
11
- __MetadataBearer {}
6
+ extends DeleteEndpointAccessResponse, __MetadataBearer {}
12
7
  declare const DeleteEndpointAccessCommand_base: {
13
8
  new (
14
- input: DeleteEndpointAccessCommandInput
9
+ input: DeleteEndpointAccessCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteEndpointAccessCommandInput,
17
12
  DeleteEndpointAccessCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteEndpointAccessCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteEndpointAccessCommandInput
18
+ input: DeleteEndpointAccessCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteEndpointAccessCommandInput,
26
21
  DeleteEndpointAccessCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteNamespaceRequest,
4
- DeleteNamespaceResponse,
5
- } from "../models/models_0";
2
+ import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
8
- export interface DeleteNamespaceCommandOutput
9
- extends DeleteNamespaceResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {}
11
6
  declare const DeleteNamespaceCommand_base: {
12
7
  new (
13
- input: DeleteNamespaceCommandInput
8
+ input: DeleteNamespaceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteNamespaceCommandInput,
16
11
  DeleteNamespaceCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteNamespaceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteNamespaceCommandInput
17
+ input: DeleteNamespaceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteNamespaceCommandInput,
25
20
  DeleteNamespaceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteResourcePolicyRequest,
4
- DeleteResourcePolicyResponse,
5
- } from "../models/models_0";
2
+ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteResourcePolicyCommandInput
8
- extends DeleteResourcePolicyRequest {}
4
+ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
9
5
  export interface DeleteResourcePolicyCommandOutput
10
- extends DeleteResourcePolicyResponse,
11
- __MetadataBearer {}
6
+ extends DeleteResourcePolicyResponse, __MetadataBearer {}
12
7
  declare const DeleteResourcePolicyCommand_base: {
13
8
  new (
14
- input: DeleteResourcePolicyCommandInput
9
+ input: DeleteResourcePolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteResourcePolicyCommandInput,
17
12
  DeleteResourcePolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteResourcePolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteResourcePolicyCommandInput
18
+ input: DeleteResourcePolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteResourcePolicyCommandInput,
26
21
  DeleteResourcePolicyCommandOutput,