@aws-sdk/client-docdb 3.181.0 → 3.183.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 (80) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/DocDB.js +214 -221
  3. package/dist-es/DocDBClient.js +22 -28
  4. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +21 -28
  5. package/dist-es/commands/AddTagsToResourceCommand.js +22 -29
  6. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +21 -28
  7. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +21 -28
  8. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +21 -28
  9. package/dist-es/commands/CreateDBClusterCommand.js +21 -28
  10. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +21 -28
  11. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +21 -28
  12. package/dist-es/commands/CreateDBInstanceCommand.js +21 -28
  13. package/dist-es/commands/CreateDBSubnetGroupCommand.js +21 -28
  14. package/dist-es/commands/CreateEventSubscriptionCommand.js +21 -28
  15. package/dist-es/commands/CreateGlobalClusterCommand.js +21 -28
  16. package/dist-es/commands/DeleteDBClusterCommand.js +21 -28
  17. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +22 -29
  18. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +21 -28
  19. package/dist-es/commands/DeleteDBInstanceCommand.js +21 -28
  20. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +22 -29
  21. package/dist-es/commands/DeleteEventSubscriptionCommand.js +21 -28
  22. package/dist-es/commands/DeleteGlobalClusterCommand.js +21 -28
  23. package/dist-es/commands/DescribeCertificatesCommand.js +21 -28
  24. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +21 -28
  25. package/dist-es/commands/DescribeDBClusterParametersCommand.js +21 -28
  26. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +21 -28
  27. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +21 -28
  28. package/dist-es/commands/DescribeDBClustersCommand.js +21 -28
  29. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +21 -28
  30. package/dist-es/commands/DescribeDBInstancesCommand.js +21 -28
  31. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +21 -28
  32. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +21 -28
  33. package/dist-es/commands/DescribeEventCategoriesCommand.js +21 -28
  34. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +21 -28
  35. package/dist-es/commands/DescribeEventsCommand.js +21 -28
  36. package/dist-es/commands/DescribeGlobalClustersCommand.js +21 -28
  37. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +21 -28
  38. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +21 -28
  39. package/dist-es/commands/FailoverDBClusterCommand.js +21 -28
  40. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  41. package/dist-es/commands/ModifyDBClusterCommand.js +21 -28
  42. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +21 -28
  43. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +21 -28
  44. package/dist-es/commands/ModifyDBInstanceCommand.js +21 -28
  45. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +21 -28
  46. package/dist-es/commands/ModifyEventSubscriptionCommand.js +21 -28
  47. package/dist-es/commands/ModifyGlobalClusterCommand.js +21 -28
  48. package/dist-es/commands/RebootDBInstanceCommand.js +21 -28
  49. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +21 -28
  50. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +21 -28
  51. package/dist-es/commands/RemoveTagsFromResourceCommand.js +22 -29
  52. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +21 -28
  53. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +21 -28
  54. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +21 -28
  55. package/dist-es/commands/StartDBClusterCommand.js +21 -28
  56. package/dist-es/commands/StopDBClusterCommand.js +21 -28
  57. package/dist-es/endpoints.js +8 -8
  58. package/dist-es/models/DocDBServiceException.js +5 -10
  59. package/dist-es/models/models_0.js +1083 -818
  60. package/dist-es/pagination/DescribeCertificatesPaginator.js +25 -68
  61. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +25 -68
  62. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +25 -68
  63. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +25 -68
  64. package/dist-es/pagination/DescribeDBClustersPaginator.js +25 -68
  65. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +25 -68
  66. package/dist-es/pagination/DescribeDBInstancesPaginator.js +25 -68
  67. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +25 -68
  68. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +25 -68
  69. package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
  70. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +25 -68
  71. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +25 -68
  72. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +25 -68
  73. package/dist-es/protocols/Aws_query.js +4058 -5264
  74. package/dist-es/runtimeConfig.browser.js +26 -12
  75. package/dist-es/runtimeConfig.js +30 -12
  76. package/dist-es/runtimeConfig.native.js +8 -5
  77. package/dist-es/runtimeConfig.shared.js +8 -11
  78. package/dist-es/waiters/waitForDBInstanceAvailable.js +106 -187
  79. package/dist-es/waiters/waitForDBInstanceDeleted.js +94 -165
  80. package/package.json +35 -35
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { RestoreDBClusterFromSnapshotMessageFilterSensitiveLog, RestoreDBClusterFromSnapshotResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryRestoreDBClusterFromSnapshotCommand, serializeAws_queryRestoreDBClusterFromSnapshotCommand, } from "../protocols/Aws_query";
6
- var RestoreDBClusterFromSnapshotCommand = (function (_super) {
7
- __extends(RestoreDBClusterFromSnapshotCommand, _super);
8
- function RestoreDBClusterFromSnapshotCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class RestoreDBClusterFromSnapshotCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- RestoreDBClusterFromSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "RestoreDBClusterFromSnapshotCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "RestoreDBClusterFromSnapshotCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: RestoreDBClusterFromSnapshotMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: RestoreDBClusterFromSnapshotResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- RestoreDBClusterFromSnapshotCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryRestoreDBClusterFromSnapshotCommand(input, context);
33
- };
34
- RestoreDBClusterFromSnapshotCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryRestoreDBClusterFromSnapshotCommand(output, context);
36
- };
37
- return RestoreDBClusterFromSnapshotCommand;
38
- }($Command));
39
- export { RestoreDBClusterFromSnapshotCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { RestoreDBClusterToPointInTimeMessageFilterSensitiveLog, RestoreDBClusterToPointInTimeResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryRestoreDBClusterToPointInTimeCommand, serializeAws_queryRestoreDBClusterToPointInTimeCommand, } from "../protocols/Aws_query";
6
- var RestoreDBClusterToPointInTimeCommand = (function (_super) {
7
- __extends(RestoreDBClusterToPointInTimeCommand, _super);
8
- function RestoreDBClusterToPointInTimeCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class RestoreDBClusterToPointInTimeCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- RestoreDBClusterToPointInTimeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "RestoreDBClusterToPointInTimeCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "RestoreDBClusterToPointInTimeCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: RestoreDBClusterToPointInTimeMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: RestoreDBClusterToPointInTimeResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- RestoreDBClusterToPointInTimeCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryRestoreDBClusterToPointInTimeCommand(input, context);
33
- };
34
- RestoreDBClusterToPointInTimeCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryRestoreDBClusterToPointInTimeCommand(output, context);
36
- };
37
- return RestoreDBClusterToPointInTimeCommand;
38
- }($Command));
39
- export { RestoreDBClusterToPointInTimeCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { StartDBClusterMessageFilterSensitiveLog, StartDBClusterResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryStartDBClusterCommand, serializeAws_queryStartDBClusterCommand, } from "../protocols/Aws_query";
6
- var StartDBClusterCommand = (function (_super) {
7
- __extends(StartDBClusterCommand, _super);
8
- function StartDBClusterCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class StartDBClusterCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- StartDBClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "StartDBClusterCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "StartDBClusterCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: StartDBClusterMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: StartDBClusterResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- StartDBClusterCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryStartDBClusterCommand(input, context);
33
- };
34
- StartDBClusterCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryStartDBClusterCommand(output, context);
36
- };
37
- return StartDBClusterCommand;
38
- }($Command));
39
- export { StartDBClusterCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { StopDBClusterMessageFilterSensitiveLog, StopDBClusterResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_queryStopDBClusterCommand, serializeAws_queryStopDBClusterCommand, } from "../protocols/Aws_query";
6
- var StopDBClusterCommand = (function (_super) {
7
- __extends(StopDBClusterCommand, _super);
8
- function StopDBClusterCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class StopDBClusterCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- StopDBClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DocDBClient";
18
- var commandName = "StopDBClusterCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DocDBClient";
15
+ const commandName = "StopDBClusterCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: StopDBClusterMessageFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: StopDBClusterResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- StopDBClusterCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_queryStopDBClusterCommand(input, context);
33
- };
34
- StopDBClusterCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_queryStopDBClusterCommand(output, context);
36
- };
37
- return StopDBClusterCommand;
38
- }($Command));
39
- export { StopDBClusterCommand };
31
+ }
32
+ }
@@ -1,6 +1,5 @@
1
- import { __assign, __awaiter, __generator } from "tslib";
2
1
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
- var regionHash = {
2
+ const regionHash = {
4
3
  "ca-central-1": {
5
4
  variants: [
6
5
  {
@@ -58,7 +57,7 @@ var regionHash = {
58
57
  ],
59
58
  },
60
59
  };
61
- var partitionHash = {
60
+ const partitionHash = {
62
61
  aws: {
63
62
  regions: [
64
63
  "af-south-1",
@@ -200,8 +199,9 @@ var partitionHash = {
200
199
  ],
201
200
  },
202
201
  };
203
- export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
204
- return __generator(this, function (_a) {
205
- return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "rds", regionHash: regionHash, partitionHash: partitionHash }))];
206
- });
207
- }); };
202
+ export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
203
+ ...options,
204
+ signingService: "rds",
205
+ regionHash,
206
+ partitionHash,
207
+ });
@@ -1,12 +1,7 @@
1
- import { __extends } from "tslib";
2
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
- var DocDBServiceException = (function (_super) {
4
- __extends(DocDBServiceException, _super);
5
- function DocDBServiceException(options) {
6
- var _this = _super.call(this, options) || this;
7
- Object.setPrototypeOf(_this, DocDBServiceException.prototype);
8
- return _this;
2
+ export class DocDBServiceException extends __ServiceException {
3
+ constructor(options) {
4
+ super(options);
5
+ Object.setPrototypeOf(this, DocDBServiceException.prototype);
9
6
  }
10
- return DocDBServiceException;
11
- }(__ServiceException));
12
- export { DocDBServiceException };
7
+ }