@aws-sdk/client-docdb 3.293.0 → 3.295.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 (113) hide show
  1. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +4 -4
  2. package/dist-cjs/commands/AddTagsToResourceCommand.js +4 -4
  3. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +4 -4
  4. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +4 -4
  5. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +4 -4
  6. package/dist-cjs/commands/CreateDBClusterCommand.js +4 -4
  7. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +4 -4
  8. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +4 -4
  9. package/dist-cjs/commands/CreateDBInstanceCommand.js +4 -4
  10. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +4 -4
  11. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +4 -4
  12. package/dist-cjs/commands/CreateGlobalClusterCommand.js +4 -4
  13. package/dist-cjs/commands/DeleteDBClusterCommand.js +4 -4
  14. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +4 -4
  15. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +4 -4
  16. package/dist-cjs/commands/DeleteDBInstanceCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +4 -4
  18. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +4 -4
  19. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +4 -4
  20. package/dist-cjs/commands/DescribeCertificatesCommand.js +4 -4
  21. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +4 -4
  22. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +4 -4
  23. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +4 -4
  24. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +4 -4
  25. package/dist-cjs/commands/DescribeDBClustersCommand.js +4 -4
  26. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +4 -4
  27. package/dist-cjs/commands/DescribeDBInstancesCommand.js +4 -4
  28. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +4 -4
  29. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +4 -4
  30. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +4 -4
  31. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +4 -4
  32. package/dist-cjs/commands/DescribeEventsCommand.js +4 -4
  33. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +4 -4
  34. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +4 -4
  35. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +4 -4
  36. package/dist-cjs/commands/FailoverDBClusterCommand.js +4 -4
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  38. package/dist-cjs/commands/ModifyDBClusterCommand.js +4 -4
  39. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +4 -4
  40. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +4 -4
  41. package/dist-cjs/commands/ModifyDBInstanceCommand.js +4 -4
  42. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +4 -4
  43. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +4 -4
  44. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +4 -4
  45. package/dist-cjs/commands/RebootDBInstanceCommand.js +4 -4
  46. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +4 -4
  47. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +4 -4
  48. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +4 -4
  49. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +4 -4
  50. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +4 -4
  51. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +4 -4
  52. package/dist-cjs/commands/StartDBClusterCommand.js +4 -4
  53. package/dist-cjs/commands/StopDBClusterCommand.js +4 -4
  54. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +4 -4
  55. package/dist-es/commands/AddTagsToResourceCommand.js +4 -4
  56. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +4 -4
  57. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +4 -4
  58. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +4 -4
  59. package/dist-es/commands/CreateDBClusterCommand.js +4 -4
  60. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +4 -4
  61. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +4 -4
  62. package/dist-es/commands/CreateDBInstanceCommand.js +4 -4
  63. package/dist-es/commands/CreateDBSubnetGroupCommand.js +4 -4
  64. package/dist-es/commands/CreateEventSubscriptionCommand.js +4 -4
  65. package/dist-es/commands/CreateGlobalClusterCommand.js +4 -4
  66. package/dist-es/commands/DeleteDBClusterCommand.js +4 -4
  67. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +4 -4
  68. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +4 -4
  69. package/dist-es/commands/DeleteDBInstanceCommand.js +4 -4
  70. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +4 -4
  71. package/dist-es/commands/DeleteEventSubscriptionCommand.js +4 -4
  72. package/dist-es/commands/DeleteGlobalClusterCommand.js +4 -4
  73. package/dist-es/commands/DescribeCertificatesCommand.js +4 -4
  74. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +4 -4
  75. package/dist-es/commands/DescribeDBClusterParametersCommand.js +4 -4
  76. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +4 -4
  77. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +4 -4
  78. package/dist-es/commands/DescribeDBClustersCommand.js +4 -4
  79. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +4 -4
  80. package/dist-es/commands/DescribeDBInstancesCommand.js +4 -4
  81. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +4 -4
  82. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +4 -4
  83. package/dist-es/commands/DescribeEventCategoriesCommand.js +4 -4
  84. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +4 -4
  85. package/dist-es/commands/DescribeEventsCommand.js +4 -4
  86. package/dist-es/commands/DescribeGlobalClustersCommand.js +4 -4
  87. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +4 -4
  88. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +4 -4
  89. package/dist-es/commands/FailoverDBClusterCommand.js +4 -4
  90. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  91. package/dist-es/commands/ModifyDBClusterCommand.js +4 -4
  92. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +4 -4
  93. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +4 -4
  94. package/dist-es/commands/ModifyDBInstanceCommand.js +4 -4
  95. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +4 -4
  96. package/dist-es/commands/ModifyEventSubscriptionCommand.js +4 -4
  97. package/dist-es/commands/ModifyGlobalClusterCommand.js +4 -4
  98. package/dist-es/commands/RebootDBInstanceCommand.js +4 -4
  99. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +4 -4
  100. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +4 -4
  101. package/dist-es/commands/RemoveTagsFromResourceCommand.js +4 -4
  102. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +4 -4
  103. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +4 -4
  104. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +4 -4
  105. package/dist-es/commands/StartDBClusterCommand.js +4 -4
  106. package/dist-es/commands/StopDBClusterCommand.js +4 -4
  107. package/dist-types/DocDBClient.d.ts +4 -4
  108. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  109. package/dist-types/models/models_0.d.ts +2 -2
  110. package/dist-types/ts3.4/DocDBClient.d.ts +4 -4
  111. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  112. package/dist-types/ts3.4/models/models_0.d.ts +2 -2
  113. package/package.json +38 -38
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeEventsMessageFilterSensitiveLog, EventsMessageFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeEventsCommand, serializeAws_queryDescribeEventsCommand, } from "../protocols/Aws_query";
6
6
  export class DescribeEventsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeEventsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeEventsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeGlobalClustersMessageFilterSensitiveLog, GlobalClustersMessageFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeGlobalClustersCommand, serializeAws_queryDescribeGlobalClustersCommand, } from "../protocols/Aws_query";
6
6
  export class DescribeGlobalClustersCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeGlobalClustersCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeGlobalClustersCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeOrderableDBInstanceOptionsMessageFilterSensitiveLog, OrderableDBInstanceOptionsMessageFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribeOrderableDBInstanceOptionsCommand, serializeAws_queryDescribeOrderableDBInstanceOptionsCommand, } from "../protocols/Aws_query";
6
6
  export class DescribeOrderableDBInstanceOptionsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeOrderableDBInstanceOptionsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribePendingMaintenanceActionsMessageFilterSensitiveLog, PendingMaintenanceActionsMessageFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryDescribePendingMaintenanceActionsCommand, serializeAws_queryDescribePendingMaintenanceActionsCommand, } from "../protocols/Aws_query";
6
6
  export class DescribePendingMaintenanceActionsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribePendingMaintenanceActionsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribePendingMaintenanceActionsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { FailoverDBClusterMessageFilterSensitiveLog, FailoverDBClusterResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryFailoverDBClusterCommand, serializeAws_queryFailoverDBClusterCommand, } from "../protocols/Aws_query";
6
6
  export class FailoverDBClusterCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class FailoverDBClusterCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, FailoverDBClusterCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTagsForResourceMessageFilterSensitiveLog, TagListMessageFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryListTagsForResourceCommand, serializeAws_queryListTagsForResourceCommand, } from "../protocols/Aws_query";
6
6
  export class ListTagsForResourceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListTagsForResourceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ModifyDBClusterMessageFilterSensitiveLog, ModifyDBClusterResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryModifyDBClusterCommand, serializeAws_queryModifyDBClusterCommand, } from "../protocols/Aws_query";
6
6
  export class ModifyDBClusterCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ModifyDBClusterCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ModifyDBClusterCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DBClusterParameterGroupNameMessageFilterSensitiveLog, ModifyDBClusterParameterGroupMessageFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryModifyDBClusterParameterGroupCommand, serializeAws_queryModifyDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
6
6
  export class ModifyDBClusterParameterGroupCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ModifyDBClusterParameterGroupCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ModifyDBClusterParameterGroupCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ModifyDBClusterSnapshotAttributeMessageFilterSensitiveLog, ModifyDBClusterSnapshotAttributeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryModifyDBClusterSnapshotAttributeCommand, serializeAws_queryModifyDBClusterSnapshotAttributeCommand, } from "../protocols/Aws_query";
6
6
  export class ModifyDBClusterSnapshotAttributeCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ModifyDBClusterSnapshotAttributeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ModifyDBInstanceMessageFilterSensitiveLog, ModifyDBInstanceResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryModifyDBInstanceCommand, serializeAws_queryModifyDBInstanceCommand, } from "../protocols/Aws_query";
6
6
  export class ModifyDBInstanceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ModifyDBInstanceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ModifyDBInstanceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ModifyDBSubnetGroupMessageFilterSensitiveLog, ModifyDBSubnetGroupResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryModifyDBSubnetGroupCommand, serializeAws_queryModifyDBSubnetGroupCommand, } from "../protocols/Aws_query";
6
6
  export class ModifyDBSubnetGroupCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ModifyDBSubnetGroupCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ModifyDBSubnetGroupCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ModifyEventSubscriptionMessageFilterSensitiveLog, ModifyEventSubscriptionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryModifyEventSubscriptionCommand, serializeAws_queryModifyEventSubscriptionCommand, } from "../protocols/Aws_query";
6
6
  export class ModifyEventSubscriptionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ModifyEventSubscriptionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ModifyEventSubscriptionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ModifyGlobalClusterMessageFilterSensitiveLog, ModifyGlobalClusterResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryModifyGlobalClusterCommand, serializeAws_queryModifyGlobalClusterCommand, } from "../protocols/Aws_query";
6
6
  export class ModifyGlobalClusterCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ModifyGlobalClusterCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ModifyGlobalClusterCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RebootDBInstanceMessageFilterSensitiveLog, RebootDBInstanceResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryRebootDBInstanceCommand, serializeAws_queryRebootDBInstanceCommand, } from "../protocols/Aws_query";
6
6
  export class RebootDBInstanceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RebootDBInstanceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RebootDBInstanceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RemoveFromGlobalClusterMessageFilterSensitiveLog, RemoveFromGlobalClusterResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryRemoveFromGlobalClusterCommand, serializeAws_queryRemoveFromGlobalClusterCommand, } from "../protocols/Aws_query";
6
6
  export class RemoveFromGlobalClusterCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RemoveFromGlobalClusterCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RemoveFromGlobalClusterCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RemoveSourceIdentifierFromSubscriptionMessageFilterSensitiveLog, RemoveSourceIdentifierFromSubscriptionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand, serializeAws_queryRemoveSourceIdentifierFromSubscriptionCommand, } from "../protocols/Aws_query";
6
6
  export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RemoveSourceIdentifierFromSubscriptionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RemoveTagsFromResourceMessageFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_queryRemoveTagsFromResourceCommand, serializeAws_queryRemoveTagsFromResourceCommand, } from "../protocols/Aws_query";
6
6
  export class RemoveTagsFromResourceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RemoveTagsFromResourceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RemoveTagsFromResourceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DBClusterParameterGroupNameMessageFilterSensitiveLog, ResetDBClusterParameterGroupMessageFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryResetDBClusterParameterGroupCommand, serializeAws_queryResetDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
6
6
  export class ResetDBClusterParameterGroupCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ResetDBClusterParameterGroupCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ResetDBClusterParameterGroupCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RestoreDBClusterFromSnapshotMessageFilterSensitiveLog, RestoreDBClusterFromSnapshotResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryRestoreDBClusterFromSnapshotCommand, serializeAws_queryRestoreDBClusterFromSnapshotCommand, } from "../protocols/Aws_query";
6
6
  export class RestoreDBClusterFromSnapshotCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RestoreDBClusterFromSnapshotCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { RestoreDBClusterToPointInTimeMessageFilterSensitiveLog, RestoreDBClusterToPointInTimeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryRestoreDBClusterToPointInTimeCommand, serializeAws_queryRestoreDBClusterToPointInTimeCommand, } from "../protocols/Aws_query";
6
6
  export class RestoreDBClusterToPointInTimeCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, RestoreDBClusterToPointInTimeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartDBClusterMessageFilterSensitiveLog, StartDBClusterResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryStartDBClusterCommand, serializeAws_queryStartDBClusterCommand, } from "../protocols/Aws_query";
6
6
  export class StartDBClusterCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class StartDBClusterCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, StartDBClusterCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StopDBClusterMessageFilterSensitiveLog, StopDBClusterResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryStopDBClusterCommand, serializeAws_queryStopDBClusterCommand, } from "../protocols/Aws_query";
6
6
  export class StopDBClusterCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class StopDBClusterCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, StopDBClusterCommand.getEndpointParameterInstructions()));
@@ -61,8 +61,8 @@ import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTim
61
61
  import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "./commands/StartDBClusterCommand";
62
62
  import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
63
63
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
64
- export declare type ServiceInputTypes = AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CreateDBClusterCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstancesCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeGlobalClustersCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | FailoverDBClusterCommandInput | ListTagsForResourceCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | RebootDBInstanceCommandInput | RemoveFromGlobalClusterCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | StartDBClusterCommandInput | StopDBClusterCommandInput;
65
- export declare type ServiceOutputTypes = AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeGlobalClustersCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | FailoverDBClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | RebootDBInstanceCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | StartDBClusterCommandOutput | StopDBClusterCommandOutput;
64
+ export type ServiceInputTypes = AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CreateDBClusterCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstancesCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeGlobalClustersCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | FailoverDBClusterCommandInput | ListTagsForResourceCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | RebootDBInstanceCommandInput | RemoveFromGlobalClusterCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | StartDBClusterCommandInput | StopDBClusterCommandInput;
65
+ export type ServiceOutputTypes = AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeGlobalClustersCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | FailoverDBClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | RebootDBInstanceCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | StartDBClusterCommandOutput | StopDBClusterCommandOutput;
66
66
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
67
67
  /**
68
68
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -163,13 +163,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
163
163
  */
164
164
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
165
165
  }
166
- declare type DocDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
166
+ type DocDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
167
167
  /**
168
168
  * The configuration interface of DocDBClient class constructor that set the region, credentials and other options.
169
169
  */
170
170
  export interface DocDBClientConfig extends DocDBClientConfigType {
171
171
  }
172
- declare type DocDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
172
+ type DocDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
173
173
  /**
174
174
  * The resolved configuration interface of DocDBClient class. This is resolved and normalized from the {@link DocDBClientConfig | constructor configuration interface}.
175
175
  */
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
5
5
  useFipsEndpoint?: boolean | Provider<boolean>;
6
6
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
7
7
  }
8
- export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
8
+ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
9
  defaultSigningName: string;
10
10
  };
11
11
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
@@ -2474,7 +2474,7 @@ export interface DescribeDBClusterParameterGroupsMessage {
2474
2474
  */
2475
2475
  Marker?: string;
2476
2476
  }
2477
- export declare type ApplyMethod = "immediate" | "pending-reboot";
2477
+ export type ApplyMethod = "immediate" | "pending-reboot";
2478
2478
  /**
2479
2479
  * <p>Detailed information about an individual parameter.</p>
2480
2480
  */
@@ -3103,7 +3103,7 @@ export interface EventCategoriesMessage {
3103
3103
  */
3104
3104
  EventCategoriesMapList?: EventCategoriesMap[];
3105
3105
  }
3106
- export declare type SourceType = "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
3106
+ export type SourceType = "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
3107
3107
  /**
3108
3108
  * <p>Represents the input to <a>DescribeEvents</a>.</p>
3109
3109
  */
@@ -261,7 +261,7 @@ import {
261
261
  ClientResolvedEndpointParameters,
262
262
  EndpointParameters,
263
263
  } from "./endpoint/EndpointParameters";
264
- export declare type ServiceInputTypes =
264
+ export type ServiceInputTypes =
265
265
  | AddSourceIdentifierToSubscriptionCommandInput
266
266
  | AddTagsToResourceCommandInput
267
267
  | ApplyPendingMaintenanceActionCommandInput
@@ -315,7 +315,7 @@ export declare type ServiceInputTypes =
315
315
  | RestoreDBClusterToPointInTimeCommandInput
316
316
  | StartDBClusterCommandInput
317
317
  | StopDBClusterCommandInput;
318
- export declare type ServiceOutputTypes =
318
+ export type ServiceOutputTypes =
319
319
  | AddSourceIdentifierToSubscriptionCommandOutput
320
320
  | AddTagsToResourceCommandOutput
321
321
  | ApplyPendingMaintenanceActionCommandOutput
@@ -393,7 +393,7 @@ export interface ClientDefaults
393
393
  logger?: __Logger;
394
394
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
395
395
  }
396
- declare type DocDBClientConfigType = Partial<
396
+ type DocDBClientConfigType = Partial<
397
397
  __SmithyConfiguration<__HttpHandlerOptions>
398
398
  > &
399
399
  ClientDefaults &
@@ -405,7 +405,7 @@ declare type DocDBClientConfigType = Partial<
405
405
  UserAgentInputConfig &
406
406
  ClientInputEndpointParameters;
407
407
  export interface DocDBClientConfig extends DocDBClientConfigType {}
408
- declare type DocDBClientResolvedConfigType =
408
+ type DocDBClientResolvedConfigType =
409
409
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
410
410
  Required<ClientDefaults> &
411
411
  RegionResolvedConfig &
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
16
16
  | EndpointV2
17
17
  | Provider<EndpointV2>;
18
18
  }
19
- export declare type ClientResolvedEndpointParameters =
20
- ClientInputEndpointParameters & {
21
- defaultSigningName: string;
22
- };
19
+ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
20
+ defaultSigningName: string;
21
+ };
23
22
  export declare const resolveClientEndpointParameters: <T>(
24
23
  options: T & ClientInputEndpointParameters
25
24
  ) => T &