@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
@@ -4,14 +4,12 @@ import {
4
4
  ModifyDBClusterSnapshotAttributeResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ModifyDBClusterSnapshotAttributeCommandInput
8
- extends ModifyDBClusterSnapshotAttributeMessage {}
7
+ export interface ModifyDBClusterSnapshotAttributeCommandInput extends ModifyDBClusterSnapshotAttributeMessage {}
9
8
  export interface ModifyDBClusterSnapshotAttributeCommandOutput
10
- extends ModifyDBClusterSnapshotAttributeResult,
11
- __MetadataBearer {}
9
+ extends ModifyDBClusterSnapshotAttributeResult, __MetadataBearer {}
12
10
  declare const ModifyDBClusterSnapshotAttributeCommand_base: {
13
11
  new (
14
- input: ModifyDBClusterSnapshotAttributeCommandInput
12
+ input: ModifyDBClusterSnapshotAttributeCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ModifyDBClusterSnapshotAttributeCommandInput,
17
15
  ModifyDBClusterSnapshotAttributeCommandOutput,
@@ -20,7 +18,7 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ModifyDBClusterSnapshotAttributeCommandInput
21
+ input: ModifyDBClusterSnapshotAttributeCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ModifyDBClusterSnapshotAttributeCommandInput,
26
24
  ModifyDBClusterSnapshotAttributeCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ModifyDBInstanceMessage,
4
- ModifyDBInstanceResult,
5
- } from "../models/models_0";
2
+ import { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ModifyDBInstanceCommandInput extends ModifyDBInstanceMessage {}
8
- export interface ModifyDBInstanceCommandOutput
9
- extends ModifyDBInstanceResult,
10
- __MetadataBearer {}
5
+ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, __MetadataBearer {}
11
6
  declare const ModifyDBInstanceCommand_base: {
12
7
  new (
13
- input: ModifyDBInstanceCommandInput
8
+ input: ModifyDBInstanceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ModifyDBInstanceCommandInput,
16
11
  ModifyDBInstanceCommandOutput,
@@ -19,7 +14,7 @@ declare const ModifyDBInstanceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ModifyDBInstanceCommandInput
17
+ input: ModifyDBInstanceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ModifyDBInstanceCommandInput,
25
20
  ModifyDBInstanceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ModifyDBSubnetGroupMessage,
4
- ModifyDBSubnetGroupResult,
5
- } from "../models/models_0";
2
+ import { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ModifyDBSubnetGroupCommandInput
8
- extends ModifyDBSubnetGroupMessage {}
4
+ export interface ModifyDBSubnetGroupCommandInput extends ModifyDBSubnetGroupMessage {}
9
5
  export interface ModifyDBSubnetGroupCommandOutput
10
- extends ModifyDBSubnetGroupResult,
11
- __MetadataBearer {}
6
+ extends ModifyDBSubnetGroupResult, __MetadataBearer {}
12
7
  declare const ModifyDBSubnetGroupCommand_base: {
13
8
  new (
14
- input: ModifyDBSubnetGroupCommandInput
9
+ input: ModifyDBSubnetGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ModifyDBSubnetGroupCommandInput,
17
12
  ModifyDBSubnetGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const ModifyDBSubnetGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ModifyDBSubnetGroupCommandInput
18
+ input: ModifyDBSubnetGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ModifyDBSubnetGroupCommandInput,
26
21
  ModifyDBSubnetGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ModifyEventSubscriptionMessage,
4
- ModifyEventSubscriptionResult,
5
- } from "../models/models_0";
2
+ import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ModifyEventSubscriptionCommandInput
8
- extends ModifyEventSubscriptionMessage {}
4
+ export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscriptionMessage {}
9
5
  export interface ModifyEventSubscriptionCommandOutput
10
- extends ModifyEventSubscriptionResult,
11
- __MetadataBearer {}
6
+ extends ModifyEventSubscriptionResult, __MetadataBearer {}
12
7
  declare const ModifyEventSubscriptionCommand_base: {
13
8
  new (
14
- input: ModifyEventSubscriptionCommandInput
9
+ input: ModifyEventSubscriptionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ModifyEventSubscriptionCommandInput,
17
12
  ModifyEventSubscriptionCommandOutput,
@@ -20,7 +15,7 @@ declare const ModifyEventSubscriptionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ModifyEventSubscriptionCommandInput
18
+ input: ModifyEventSubscriptionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ModifyEventSubscriptionCommandInput,
26
21
  ModifyEventSubscriptionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ModifyGlobalClusterMessage,
4
- ModifyGlobalClusterResult,
5
- } from "../models/models_0";
2
+ import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ModifyGlobalClusterCommandInput
8
- extends ModifyGlobalClusterMessage {}
4
+ export interface ModifyGlobalClusterCommandInput extends ModifyGlobalClusterMessage {}
9
5
  export interface ModifyGlobalClusterCommandOutput
10
- extends ModifyGlobalClusterResult,
11
- __MetadataBearer {}
6
+ extends ModifyGlobalClusterResult, __MetadataBearer {}
12
7
  declare const ModifyGlobalClusterCommand_base: {
13
8
  new (
14
- input: ModifyGlobalClusterCommandInput
9
+ input: ModifyGlobalClusterCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ModifyGlobalClusterCommandInput,
17
12
  ModifyGlobalClusterCommandOutput,
@@ -20,7 +15,7 @@ declare const ModifyGlobalClusterCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ModifyGlobalClusterCommandInput
18
+ input: ModifyGlobalClusterCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ModifyGlobalClusterCommandInput,
26
21
  ModifyGlobalClusterCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RebootDBInstanceMessage,
4
- RebootDBInstanceResult,
5
- } from "../models/models_0";
2
+ import { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface RebootDBInstanceCommandInput extends RebootDBInstanceMessage {}
8
- export interface RebootDBInstanceCommandOutput
9
- extends RebootDBInstanceResult,
10
- __MetadataBearer {}
5
+ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, __MetadataBearer {}
11
6
  declare const RebootDBInstanceCommand_base: {
12
7
  new (
13
- input: RebootDBInstanceCommandInput
8
+ input: RebootDBInstanceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  RebootDBInstanceCommandInput,
16
11
  RebootDBInstanceCommandOutput,
@@ -19,7 +14,7 @@ declare const RebootDBInstanceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: RebootDBInstanceCommandInput
17
+ input: RebootDBInstanceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  RebootDBInstanceCommandInput,
25
20
  RebootDBInstanceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RemoveFromGlobalClusterMessage,
4
- RemoveFromGlobalClusterResult,
5
- } from "../models/models_0";
2
+ import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface RemoveFromGlobalClusterCommandInput
8
- extends RemoveFromGlobalClusterMessage {}
4
+ export interface RemoveFromGlobalClusterCommandInput extends RemoveFromGlobalClusterMessage {}
9
5
  export interface RemoveFromGlobalClusterCommandOutput
10
- extends RemoveFromGlobalClusterResult,
11
- __MetadataBearer {}
6
+ extends RemoveFromGlobalClusterResult, __MetadataBearer {}
12
7
  declare const RemoveFromGlobalClusterCommand_base: {
13
8
  new (
14
- input: RemoveFromGlobalClusterCommandInput
9
+ input: RemoveFromGlobalClusterCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  RemoveFromGlobalClusterCommandInput,
17
12
  RemoveFromGlobalClusterCommandOutput,
@@ -20,7 +15,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: RemoveFromGlobalClusterCommandInput
18
+ input: RemoveFromGlobalClusterCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  RemoveFromGlobalClusterCommandInput,
26
21
  RemoveFromGlobalClusterCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  RemoveSourceIdentifierFromSubscriptionResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface RemoveSourceIdentifierFromSubscriptionCommandInput
8
- extends RemoveSourceIdentifierFromSubscriptionMessage {}
7
+ export interface RemoveSourceIdentifierFromSubscriptionCommandInput extends RemoveSourceIdentifierFromSubscriptionMessage {}
9
8
  export interface RemoveSourceIdentifierFromSubscriptionCommandOutput
10
- extends RemoveSourceIdentifierFromSubscriptionResult,
11
- __MetadataBearer {}
9
+ extends RemoveSourceIdentifierFromSubscriptionResult, __MetadataBearer {}
12
10
  declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
13
11
  new (
14
- input: RemoveSourceIdentifierFromSubscriptionCommandInput
12
+ input: RemoveSourceIdentifierFromSubscriptionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  RemoveSourceIdentifierFromSubscriptionCommandInput,
17
15
  RemoveSourceIdentifierFromSubscriptionCommandOutput,
@@ -20,7 +18,7 @@ declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: RemoveSourceIdentifierFromSubscriptionCommandInput
21
+ input: RemoveSourceIdentifierFromSubscriptionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  RemoveSourceIdentifierFromSubscriptionCommandInput,
26
24
  RemoveSourceIdentifierFromSubscriptionCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { RemoveTagsFromResourceMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface RemoveTagsFromResourceCommandInput
5
- extends RemoveTagsFromResourceMessage {}
4
+ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResourceMessage {}
6
5
  export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {}
7
6
  declare const RemoveTagsFromResourceCommand_base: {
8
7
  new (
9
- input: RemoveTagsFromResourceCommandInput
8
+ input: RemoveTagsFromResourceCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  RemoveTagsFromResourceCommandInput,
12
11
  RemoveTagsFromResourceCommandOutput,
@@ -15,7 +14,7 @@ declare const RemoveTagsFromResourceCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: RemoveTagsFromResourceCommandInput
17
+ input: RemoveTagsFromResourceCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  RemoveTagsFromResourceCommandInput,
21
20
  RemoveTagsFromResourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ResetDBClusterParameterGroupMessage,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ResetDBClusterParameterGroupCommandInput
8
- extends ResetDBClusterParameterGroupMessage {}
7
+ export interface ResetDBClusterParameterGroupCommandInput extends ResetDBClusterParameterGroupMessage {}
9
8
  export interface ResetDBClusterParameterGroupCommandOutput
10
- extends DBClusterParameterGroupNameMessage,
11
- __MetadataBearer {}
9
+ extends DBClusterParameterGroupNameMessage, __MetadataBearer {}
12
10
  declare const ResetDBClusterParameterGroupCommand_base: {
13
11
  new (
14
- input: ResetDBClusterParameterGroupCommandInput
12
+ input: ResetDBClusterParameterGroupCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ResetDBClusterParameterGroupCommandInput,
17
15
  ResetDBClusterParameterGroupCommandOutput,
@@ -20,7 +18,7 @@ declare const ResetDBClusterParameterGroupCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ResetDBClusterParameterGroupCommandInput
21
+ input: ResetDBClusterParameterGroupCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ResetDBClusterParameterGroupCommandInput,
26
24
  ResetDBClusterParameterGroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  RestoreDBClusterFromSnapshotResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface RestoreDBClusterFromSnapshotCommandInput
8
- extends RestoreDBClusterFromSnapshotMessage {}
7
+ export interface RestoreDBClusterFromSnapshotCommandInput extends RestoreDBClusterFromSnapshotMessage {}
9
8
  export interface RestoreDBClusterFromSnapshotCommandOutput
10
- extends RestoreDBClusterFromSnapshotResult,
11
- __MetadataBearer {}
9
+ extends RestoreDBClusterFromSnapshotResult, __MetadataBearer {}
12
10
  declare const RestoreDBClusterFromSnapshotCommand_base: {
13
11
  new (
14
- input: RestoreDBClusterFromSnapshotCommandInput
12
+ input: RestoreDBClusterFromSnapshotCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  RestoreDBClusterFromSnapshotCommandInput,
17
15
  RestoreDBClusterFromSnapshotCommandOutput,
@@ -20,7 +18,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: RestoreDBClusterFromSnapshotCommandInput
21
+ input: RestoreDBClusterFromSnapshotCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  RestoreDBClusterFromSnapshotCommandInput,
26
24
  RestoreDBClusterFromSnapshotCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  RestoreDBClusterToPointInTimeResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface RestoreDBClusterToPointInTimeCommandInput
8
- extends RestoreDBClusterToPointInTimeMessage {}
7
+ export interface RestoreDBClusterToPointInTimeCommandInput extends RestoreDBClusterToPointInTimeMessage {}
9
8
  export interface RestoreDBClusterToPointInTimeCommandOutput
10
- extends RestoreDBClusterToPointInTimeResult,
11
- __MetadataBearer {}
9
+ extends RestoreDBClusterToPointInTimeResult, __MetadataBearer {}
12
10
  declare const RestoreDBClusterToPointInTimeCommand_base: {
13
11
  new (
14
- input: RestoreDBClusterToPointInTimeCommandInput
12
+ input: RestoreDBClusterToPointInTimeCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  RestoreDBClusterToPointInTimeCommandInput,
17
15
  RestoreDBClusterToPointInTimeCommandOutput,
@@ -20,7 +18,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: RestoreDBClusterToPointInTimeCommandInput
21
+ input: RestoreDBClusterToPointInTimeCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  RestoreDBClusterToPointInTimeCommandInput,
26
24
  RestoreDBClusterToPointInTimeCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartDBClusterMessage,
4
- StartDBClusterResult,
5
- } from "../models/models_0";
2
+ import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface StartDBClusterCommandInput extends StartDBClusterMessage {}
8
- export interface StartDBClusterCommandOutput
9
- extends StartDBClusterResult,
10
- __MetadataBearer {}
5
+ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __MetadataBearer {}
11
6
  declare const StartDBClusterCommand_base: {
12
7
  new (
13
- input: StartDBClusterCommandInput
8
+ input: StartDBClusterCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  StartDBClusterCommandInput,
16
11
  StartDBClusterCommandOutput,
@@ -19,7 +14,7 @@ declare const StartDBClusterCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: StartDBClusterCommandInput
17
+ input: StartDBClusterCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  StartDBClusterCommandInput,
25
20
  StartDBClusterCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StopDBClusterCommandInput extends StopDBClusterMessage {}
5
- export interface StopDBClusterCommandOutput
6
- extends StopDBClusterResult,
7
- __MetadataBearer {}
5
+ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __MetadataBearer {}
8
6
  declare const StopDBClusterCommand_base: {
9
7
  new (
10
- input: StopDBClusterCommandInput
8
+ input: StopDBClusterCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  StopDBClusterCommandInput,
13
11
  StopDBClusterCommandOutput,
@@ -16,7 +14,7 @@ declare const StopDBClusterCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: StopDBClusterCommandInput
17
+ input: StopDBClusterCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  StopDBClusterCommandInput,
22
20
  StopDBClusterCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SwitchoverGlobalClusterMessage,
4
- SwitchoverGlobalClusterResult,
5
- } from "../models/models_0";
2
+ import { SwitchoverGlobalClusterMessage, SwitchoverGlobalClusterResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SwitchoverGlobalClusterCommandInput
8
- extends SwitchoverGlobalClusterMessage {}
4
+ export interface SwitchoverGlobalClusterCommandInput extends SwitchoverGlobalClusterMessage {}
9
5
  export interface SwitchoverGlobalClusterCommandOutput
10
- extends SwitchoverGlobalClusterResult,
11
- __MetadataBearer {}
6
+ extends SwitchoverGlobalClusterResult, __MetadataBearer {}
12
7
  declare const SwitchoverGlobalClusterCommand_base: {
13
8
  new (
14
- input: SwitchoverGlobalClusterCommandInput
9
+ input: SwitchoverGlobalClusterCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SwitchoverGlobalClusterCommandInput,
17
12
  SwitchoverGlobalClusterCommandOutput,
@@ -20,7 +15,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SwitchoverGlobalClusterCommandInput
18
+ input: SwitchoverGlobalClusterCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SwitchoverGlobalClusterCommandInput,
26
21
  SwitchoverGlobalClusterCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface DocDBExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -3,8 +3,7 @@ export declare const FailoverStatus: {
3
3
  readonly FAILING_OVER: "failing-over";
4
4
  readonly PENDING: "pending";
5
5
  };
6
- export type FailoverStatus =
7
- (typeof FailoverStatus)[keyof typeof FailoverStatus];
6
+ export type FailoverStatus = (typeof FailoverStatus)[keyof typeof FailoverStatus];
8
7
  export declare const GlobalClusterMemberSynchronizationStatus: {
9
8
  readonly CONNECTED: "connected";
10
9
  readonly PENDING_RESYNC: "pending-resync";