@aws-sdk/client-docdb 3.1087.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DocDB.d.ts +181 -225
  3. package/dist-types/ts3.4/DocDBClient.d.ts +15 -25
  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 +9 -19
  7. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -4
  9. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +4 -10
  27. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +4 -10
  32. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +4 -10
  34. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +4 -10
  43. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
  45. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -4
  56. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  63. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  64. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  65. package/dist-types/ts3.4/models/enums.d.ts +1 -2
  66. package/dist-types/ts3.4/models/errors.d.ts +56 -226
  67. package/dist-types/ts3.4/models/models_0.d.ts +9 -27
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  74. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +3 -5
  75. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
  76. package/package.json +39 -39
@@ -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 {
@@ -375,8 +372,7 @@ export type ServiceOutputTypes =
375
372
  | StartDBClusterCommandOutput
376
373
  | StopDBClusterCommandOutput
377
374
  | SwitchoverGlobalClusterCommandOutput;
378
- export interface ClientDefaults
379
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
375
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
380
376
  requestHandler?: __HttpHandlerUserInput;
381
377
  sha256?: __ChecksumConstructor | __HashConstructor;
382
378
  urlParser?: __UrlParser;
@@ -401,9 +397,7 @@ export interface ClientDefaults
401
397
  extensions?: RuntimeExtension[];
402
398
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
403
399
  }
404
- export type DocDBClientConfigType = Partial<
405
- __SmithyConfiguration<__HttpHandlerOptions>
406
- > &
400
+ export type DocDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
407
401
  ClientDefaults &
408
402
  UserAgentInputConfig &
409
403
  RetryInputConfig &
@@ -413,19 +407,17 @@ export type DocDBClientConfigType = Partial<
413
407
  HttpAuthSchemeInputConfig &
414
408
  ClientInputEndpointParameters;
415
409
  export interface DocDBClientConfig extends DocDBClientConfigType {}
416
- export type DocDBClientResolvedConfigType =
417
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
418
- Required<ClientDefaults> &
419
- RuntimeExtensionsConfig &
420
- UserAgentResolvedConfig &
421
- RetryResolvedConfig &
422
- RegionResolvedConfig &
423
- HostHeaderResolvedConfig &
424
- EndpointResolvedConfig<EndpointParameters> &
425
- HttpAuthSchemeResolvedConfig &
426
- ClientResolvedEndpointParameters;
427
- export interface DocDBClientResolvedConfig
428
- extends DocDBClientResolvedConfigType {}
410
+ export type DocDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
411
+ Required<ClientDefaults> &
412
+ RuntimeExtensionsConfig &
413
+ UserAgentResolvedConfig &
414
+ RetryResolvedConfig &
415
+ RegionResolvedConfig &
416
+ HostHeaderResolvedConfig &
417
+ EndpointResolvedConfig<EndpointParameters> &
418
+ HttpAuthSchemeResolvedConfig &
419
+ ClientResolvedEndpointParameters;
420
+ export interface DocDBClientResolvedConfig extends DocDBClientResolvedConfigType {}
429
421
  export declare class DocDBClient extends __Client<
430
422
  __HttpHandlerOptions,
431
423
  ServiceInputTypes,
@@ -433,8 +425,6 @@ export declare class DocDBClient extends __Client<
433
425
  DocDBClientResolvedConfig
434
426
  > {
435
427
  readonly config: DocDBClientResolvedConfig;
436
- constructor(
437
- ...[configuration]: __CheckOptionalClientConfig<DocDBClientConfig>
438
- );
428
+ constructor(...[configuration]: __CheckOptionalClientConfig<DocDBClientConfig>);
439
429
  destroy(): void;
440
430
  }
@@ -7,17 +7,10 @@ import { DocDBHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: DocDBHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: DocDBHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): DocDBHttpAuthSchemeProvider;
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 { DocDBClientResolvedConfig } from "../DocDBClient";
15
- export interface DocDBHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface DocDBHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface DocDBHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- DocDBClientResolvedConfig,
22
- HandlerExecutionContext,
23
- DocDBHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface DocDBHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ DocDBClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ DocDBHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultDocDBHttpAuthSchemeParametersProvider: (
27
25
  config: DocDBClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<DocDBHttpAuthSchemeParameters>;
31
- export interface DocDBHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<DocDBHttpAuthSchemeParameters> {}
29
+ export interface DocDBHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DocDBHttpAuthSchemeParameters> {}
33
30
  export declare const defaultDocDBHttpAuthSchemeProvider: DocDBHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: DocDBHttpAuthSchemeProvider;
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: DocDBHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -1,25 +1,20 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/types";
2
- import {
3
- DocDBClientResolvedConfig,
4
- ServiceInputTypes,
5
- ServiceOutputTypes,
6
- } from "./DocDBClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
2
+ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DocDBClient";
3
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
4
  added: EndpointParameterInstructions,
12
5
  plugins: (
13
6
  CommandCtor: any,
14
7
  clientStack: any,
15
8
  config: any,
16
- options: any
9
+ options: any,
17
10
  ) => import("@smithy/types").Pluggable<any, any>[],
18
11
  op: string,
19
12
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
13
+ smithyContext?: Record<string, unknown>,
21
14
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
15
+ new (
16
+ input: I,
17
+ ): import("@smithy/core/client").CommandImpl<
23
18
  I,
24
19
  O,
25
20
  DocDBClientResolvedConfig,
@@ -38,15 +33,10 @@ export declare const command: <
38
33
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
34
  };
40
35
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
36
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
47
37
  export declare const _mw1: (
48
38
  Command: any,
49
39
  cs: any,
50
40
  config: any,
51
- o: any
41
+ o: any,
52
42
  ) => import("@smithy/types").Pluggable<any, any>[];
@@ -4,14 +4,12 @@ import {
4
4
  AddSourceIdentifierToSubscriptionResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AddSourceIdentifierToSubscriptionCommandInput
8
- extends AddSourceIdentifierToSubscriptionMessage {}
7
+ export interface AddSourceIdentifierToSubscriptionCommandInput extends AddSourceIdentifierToSubscriptionMessage {}
9
8
  export interface AddSourceIdentifierToSubscriptionCommandOutput
10
- extends AddSourceIdentifierToSubscriptionResult,
11
- __MetadataBearer {}
9
+ extends AddSourceIdentifierToSubscriptionResult, __MetadataBearer {}
12
10
  declare const AddSourceIdentifierToSubscriptionCommand_base: {
13
11
  new (
14
- input: AddSourceIdentifierToSubscriptionCommandInput
12
+ input: AddSourceIdentifierToSubscriptionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AddSourceIdentifierToSubscriptionCommandInput,
17
15
  AddSourceIdentifierToSubscriptionCommandOutput,
@@ -20,7 +18,7 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AddSourceIdentifierToSubscriptionCommandInput
21
+ input: AddSourceIdentifierToSubscriptionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AddSourceIdentifierToSubscriptionCommandInput,
26
24
  AddSourceIdentifierToSubscriptionCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AddTagsToResourceMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AddTagsToResourceCommandInput
5
- extends AddTagsToResourceMessage {}
4
+ export interface AddTagsToResourceCommandInput extends AddTagsToResourceMessage {}
6
5
  export interface AddTagsToResourceCommandOutput extends __MetadataBearer {}
7
6
  declare const AddTagsToResourceCommand_base: {
8
7
  new (
9
- input: AddTagsToResourceCommandInput
8
+ input: AddTagsToResourceCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  AddTagsToResourceCommandInput,
12
11
  AddTagsToResourceCommandOutput,
@@ -15,7 +14,7 @@ declare const AddTagsToResourceCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: AddTagsToResourceCommandInput
17
+ input: AddTagsToResourceCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  AddTagsToResourceCommandInput,
21
20
  AddTagsToResourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ApplyPendingMaintenanceActionResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ApplyPendingMaintenanceActionCommandInput
8
- extends ApplyPendingMaintenanceActionMessage {}
7
+ export interface ApplyPendingMaintenanceActionCommandInput extends ApplyPendingMaintenanceActionMessage {}
9
8
  export interface ApplyPendingMaintenanceActionCommandOutput
10
- extends ApplyPendingMaintenanceActionResult,
11
- __MetadataBearer {}
9
+ extends ApplyPendingMaintenanceActionResult, __MetadataBearer {}
12
10
  declare const ApplyPendingMaintenanceActionCommand_base: {
13
11
  new (
14
- input: ApplyPendingMaintenanceActionCommandInput
12
+ input: ApplyPendingMaintenanceActionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ApplyPendingMaintenanceActionCommandInput,
17
15
  ApplyPendingMaintenanceActionCommandOutput,
@@ -20,7 +18,7 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ApplyPendingMaintenanceActionCommandInput
21
+ input: ApplyPendingMaintenanceActionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ApplyPendingMaintenanceActionCommandInput,
26
24
  ApplyPendingMaintenanceActionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CopyDBClusterParameterGroupResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CopyDBClusterParameterGroupCommandInput
8
- extends CopyDBClusterParameterGroupMessage {}
7
+ export interface CopyDBClusterParameterGroupCommandInput extends CopyDBClusterParameterGroupMessage {}
9
8
  export interface CopyDBClusterParameterGroupCommandOutput
10
- extends CopyDBClusterParameterGroupResult,
11
- __MetadataBearer {}
9
+ extends CopyDBClusterParameterGroupResult, __MetadataBearer {}
12
10
  declare const CopyDBClusterParameterGroupCommand_base: {
13
11
  new (
14
- input: CopyDBClusterParameterGroupCommandInput
12
+ input: CopyDBClusterParameterGroupCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CopyDBClusterParameterGroupCommandInput,
17
15
  CopyDBClusterParameterGroupCommandOutput,
@@ -20,7 +18,7 @@ declare const CopyDBClusterParameterGroupCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CopyDBClusterParameterGroupCommandInput
21
+ input: CopyDBClusterParameterGroupCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CopyDBClusterParameterGroupCommandInput,
26
24
  CopyDBClusterParameterGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CopyDBClusterSnapshotMessage,
4
- CopyDBClusterSnapshotResult,
5
- } from "../models/models_0";
2
+ import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CopyDBClusterSnapshotCommandInput
8
- extends CopyDBClusterSnapshotMessage {}
4
+ export interface CopyDBClusterSnapshotCommandInput extends CopyDBClusterSnapshotMessage {}
9
5
  export interface CopyDBClusterSnapshotCommandOutput
10
- extends CopyDBClusterSnapshotResult,
11
- __MetadataBearer {}
6
+ extends CopyDBClusterSnapshotResult, __MetadataBearer {}
12
7
  declare const CopyDBClusterSnapshotCommand_base: {
13
8
  new (
14
- input: CopyDBClusterSnapshotCommandInput
9
+ input: CopyDBClusterSnapshotCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CopyDBClusterSnapshotCommandInput,
17
12
  CopyDBClusterSnapshotCommandOutput,
@@ -20,7 +15,7 @@ declare const CopyDBClusterSnapshotCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CopyDBClusterSnapshotCommandInput
18
+ input: CopyDBClusterSnapshotCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CopyDBClusterSnapshotCommandInput,
26
21
  CopyDBClusterSnapshotCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDBClusterMessage,
4
- CreateDBClusterResult,
5
- } from "../models/models_0";
2
+ import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDBClusterCommandInput extends CreateDBClusterMessage {}
8
- export interface CreateDBClusterCommandOutput
9
- extends CreateDBClusterResult,
10
- __MetadataBearer {}
5
+ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __MetadataBearer {}
11
6
  declare const CreateDBClusterCommand_base: {
12
7
  new (
13
- input: CreateDBClusterCommandInput
8
+ input: CreateDBClusterCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDBClusterCommandInput,
16
11
  CreateDBClusterCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDBClusterCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDBClusterCommandInput
17
+ input: CreateDBClusterCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDBClusterCommandInput,
25
20
  CreateDBClusterCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateDBClusterParameterGroupResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateDBClusterParameterGroupCommandInput
8
- extends CreateDBClusterParameterGroupMessage {}
7
+ export interface CreateDBClusterParameterGroupCommandInput extends CreateDBClusterParameterGroupMessage {}
9
8
  export interface CreateDBClusterParameterGroupCommandOutput
10
- extends CreateDBClusterParameterGroupResult,
11
- __MetadataBearer {}
9
+ extends CreateDBClusterParameterGroupResult, __MetadataBearer {}
12
10
  declare const CreateDBClusterParameterGroupCommand_base: {
13
11
  new (
14
- input: CreateDBClusterParameterGroupCommandInput
12
+ input: CreateDBClusterParameterGroupCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateDBClusterParameterGroupCommandInput,
17
15
  CreateDBClusterParameterGroupCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateDBClusterParameterGroupCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateDBClusterParameterGroupCommandInput
21
+ input: CreateDBClusterParameterGroupCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateDBClusterParameterGroupCommandInput,
26
24
  CreateDBClusterParameterGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDBClusterSnapshotMessage,
4
- CreateDBClusterSnapshotResult,
5
- } from "../models/models_0";
2
+ import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDBClusterSnapshotCommandInput
8
- extends CreateDBClusterSnapshotMessage {}
4
+ export interface CreateDBClusterSnapshotCommandInput extends CreateDBClusterSnapshotMessage {}
9
5
  export interface CreateDBClusterSnapshotCommandOutput
10
- extends CreateDBClusterSnapshotResult,
11
- __MetadataBearer {}
6
+ extends CreateDBClusterSnapshotResult, __MetadataBearer {}
12
7
  declare const CreateDBClusterSnapshotCommand_base: {
13
8
  new (
14
- input: CreateDBClusterSnapshotCommandInput
9
+ input: CreateDBClusterSnapshotCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateDBClusterSnapshotCommandInput,
17
12
  CreateDBClusterSnapshotCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateDBClusterSnapshotCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateDBClusterSnapshotCommandInput
18
+ input: CreateDBClusterSnapshotCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateDBClusterSnapshotCommandInput,
26
21
  CreateDBClusterSnapshotCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDBInstanceMessage,
4
- CreateDBInstanceResult,
5
- } from "../models/models_0";
2
+ import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDBInstanceCommandInput extends CreateDBInstanceMessage {}
8
- export interface CreateDBInstanceCommandOutput
9
- extends CreateDBInstanceResult,
10
- __MetadataBearer {}
5
+ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, __MetadataBearer {}
11
6
  declare const CreateDBInstanceCommand_base: {
12
7
  new (
13
- input: CreateDBInstanceCommandInput
8
+ input: CreateDBInstanceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDBInstanceCommandInput,
16
11
  CreateDBInstanceCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDBInstanceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDBInstanceCommandInput
17
+ input: CreateDBInstanceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDBInstanceCommandInput,
25
20
  CreateDBInstanceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDBSubnetGroupMessage,
4
- CreateDBSubnetGroupResult,
5
- } from "../models/models_0";
2
+ import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDBSubnetGroupCommandInput
8
- extends CreateDBSubnetGroupMessage {}
4
+ export interface CreateDBSubnetGroupCommandInput extends CreateDBSubnetGroupMessage {}
9
5
  export interface CreateDBSubnetGroupCommandOutput
10
- extends CreateDBSubnetGroupResult,
11
- __MetadataBearer {}
6
+ extends CreateDBSubnetGroupResult, __MetadataBearer {}
12
7
  declare const CreateDBSubnetGroupCommand_base: {
13
8
  new (
14
- input: CreateDBSubnetGroupCommandInput
9
+ input: CreateDBSubnetGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateDBSubnetGroupCommandInput,
17
12
  CreateDBSubnetGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateDBSubnetGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateDBSubnetGroupCommandInput
18
+ input: CreateDBSubnetGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateDBSubnetGroupCommandInput,
26
21
  CreateDBSubnetGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateEventSubscriptionMessage,
4
- CreateEventSubscriptionResult,
5
- } from "../models/models_0";
2
+ import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateEventSubscriptionCommandInput
8
- extends CreateEventSubscriptionMessage {}
4
+ export interface CreateEventSubscriptionCommandInput extends CreateEventSubscriptionMessage {}
9
5
  export interface CreateEventSubscriptionCommandOutput
10
- extends CreateEventSubscriptionResult,
11
- __MetadataBearer {}
6
+ extends CreateEventSubscriptionResult, __MetadataBearer {}
12
7
  declare const CreateEventSubscriptionCommand_base: {
13
8
  new (
14
- input: CreateEventSubscriptionCommandInput
9
+ input: CreateEventSubscriptionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateEventSubscriptionCommandInput,
17
12
  CreateEventSubscriptionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateEventSubscriptionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateEventSubscriptionCommandInput
18
+ input: CreateEventSubscriptionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateEventSubscriptionCommandInput,
26
21
  CreateEventSubscriptionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateGlobalClusterMessage,
4
- CreateGlobalClusterResult,
5
- } from "../models/models_0";
2
+ import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateGlobalClusterCommandInput
8
- extends CreateGlobalClusterMessage {}
4
+ export interface CreateGlobalClusterCommandInput extends CreateGlobalClusterMessage {}
9
5
  export interface CreateGlobalClusterCommandOutput
10
- extends CreateGlobalClusterResult,
11
- __MetadataBearer {}
6
+ extends CreateGlobalClusterResult, __MetadataBearer {}
12
7
  declare const CreateGlobalClusterCommand_base: {
13
8
  new (
14
- input: CreateGlobalClusterCommandInput
9
+ input: CreateGlobalClusterCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateGlobalClusterCommandInput,
17
12
  CreateGlobalClusterCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateGlobalClusterCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateGlobalClusterCommandInput
18
+ input: CreateGlobalClusterCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateGlobalClusterCommandInput,
26
21
  CreateGlobalClusterCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteDBClusterMessage,
4
- DeleteDBClusterResult,
5
- } from "../models/models_0";
2
+ import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteDBClusterCommandInput extends DeleteDBClusterMessage {}
8
- export interface DeleteDBClusterCommandOutput
9
- extends DeleteDBClusterResult,
10
- __MetadataBearer {}
5
+ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __MetadataBearer {}
11
6
  declare const DeleteDBClusterCommand_base: {
12
7
  new (
13
- input: DeleteDBClusterCommandInput
8
+ input: DeleteDBClusterCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteDBClusterCommandInput,
16
11
  DeleteDBClusterCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteDBClusterCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteDBClusterCommandInput
17
+ input: DeleteDBClusterCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteDBClusterCommandInput,
25
20
  DeleteDBClusterCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteDBClusterParameterGroupMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteDBClusterParameterGroupCommandInput
5
- extends DeleteDBClusterParameterGroupMessage {}
6
- export interface DeleteDBClusterParameterGroupCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteDBClusterParameterGroupCommandInput extends DeleteDBClusterParameterGroupMessage {}
5
+ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteDBClusterParameterGroupCommand_base: {
9
7
  new (
10
- input: DeleteDBClusterParameterGroupCommandInput
8
+ input: DeleteDBClusterParameterGroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteDBClusterParameterGroupCommandInput,
13
11
  DeleteDBClusterParameterGroupCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteDBClusterParameterGroupCommandInput
17
+ input: DeleteDBClusterParameterGroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteDBClusterParameterGroupCommandInput,
22
20
  DeleteDBClusterParameterGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteDBClusterSnapshotMessage,
4
- DeleteDBClusterSnapshotResult,
5
- } from "../models/models_0";
2
+ import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteDBClusterSnapshotCommandInput
8
- extends DeleteDBClusterSnapshotMessage {}
4
+ export interface DeleteDBClusterSnapshotCommandInput extends DeleteDBClusterSnapshotMessage {}
9
5
  export interface DeleteDBClusterSnapshotCommandOutput
10
- extends DeleteDBClusterSnapshotResult,
11
- __MetadataBearer {}
6
+ extends DeleteDBClusterSnapshotResult, __MetadataBearer {}
12
7
  declare const DeleteDBClusterSnapshotCommand_base: {
13
8
  new (
14
- input: DeleteDBClusterSnapshotCommandInput
9
+ input: DeleteDBClusterSnapshotCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteDBClusterSnapshotCommandInput,
17
12
  DeleteDBClusterSnapshotCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteDBClusterSnapshotCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteDBClusterSnapshotCommandInput
18
+ input: DeleteDBClusterSnapshotCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteDBClusterSnapshotCommandInput,
26
21
  DeleteDBClusterSnapshotCommandOutput,