@aws-sdk/client-docdb 3.929.0 → 3.931.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 +3115 -6262
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DocDBClient.js +2 -0
  4. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -9
  5. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  6. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -9
  7. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +3 -9
  8. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -6
  9. package/dist-es/commands/CreateDBClusterCommand.js +3 -9
  10. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +3 -9
  12. package/dist-es/commands/CreateDBInstanceCommand.js +3 -9
  13. package/dist-es/commands/CreateDBSubnetGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -9
  15. package/dist-es/commands/CreateGlobalClusterCommand.js +3 -9
  16. package/dist-es/commands/DeleteDBClusterCommand.js +3 -9
  17. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +3 -9
  19. package/dist-es/commands/DeleteDBInstanceCommand.js +3 -9
  20. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +3 -9
  21. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -9
  22. package/dist-es/commands/DeleteGlobalClusterCommand.js +3 -9
  23. package/dist-es/commands/DescribeCertificatesCommand.js +3 -9
  24. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +3 -9
  25. package/dist-es/commands/DescribeDBClusterParametersCommand.js +3 -9
  26. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -9
  27. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +3 -9
  28. package/dist-es/commands/DescribeDBClustersCommand.js +3 -9
  29. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +3 -9
  30. package/dist-es/commands/DescribeDBInstancesCommand.js +3 -9
  31. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +3 -9
  32. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -9
  33. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -9
  34. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -9
  35. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  36. package/dist-es/commands/DescribeGlobalClustersCommand.js +3 -9
  37. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -9
  38. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -9
  39. package/dist-es/commands/FailoverDBClusterCommand.js +3 -9
  40. package/dist-es/commands/FailoverGlobalClusterCommand.js +3 -9
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  42. package/dist-es/commands/ModifyDBClusterCommand.js +3 -9
  43. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +3 -9
  44. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -9
  45. package/dist-es/commands/ModifyDBInstanceCommand.js +3 -9
  46. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +3 -9
  47. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -9
  48. package/dist-es/commands/ModifyGlobalClusterCommand.js +3 -9
  49. package/dist-es/commands/RebootDBInstanceCommand.js +3 -9
  50. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +3 -9
  51. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -9
  52. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  53. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +3 -9
  54. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +3 -9
  55. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +3 -9
  56. package/dist-es/commands/StartDBClusterCommand.js +3 -9
  57. package/dist-es/commands/StopDBClusterCommand.js +3 -9
  58. package/dist-es/commands/SwitchoverGlobalClusterCommand.js +3 -9
  59. package/dist-es/runtimeConfig.shared.js +7 -0
  60. package/dist-es/schemas/schemas_0.js +3086 -0
  61. package/dist-types/DocDBClient.d.ts +10 -1
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  63. package/dist-types/runtimeConfig.d.ts +1 -0
  64. package/dist-types/runtimeConfig.native.d.ts +1 -0
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/schemas/schemas_0.d.ts +298 -0
  67. package/dist-types/ts3.4/DocDBClient.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  72. package/dist-types/ts3.4/schemas/schemas_0.d.ts +303 -0
  73. package/package.json +35 -35
  74. package/dist-es/protocols/Aws_query.js +0 -5961
  75. package/dist-types/protocols/Aws_query.d.ts +0 -497
  76. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -665
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsQueryProtocol({
31
+ defaultNamespace: "com.amazonaws.docdb",
32
+ xmlNamespace: "http://rds.amazonaws.com/doc/2014-10-31/",
33
+ version: "2014-10-31",
34
+ }),
28
35
  serviceId: config?.serviceId ?? "DocDB",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class DocDBClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AddSourceIdentifierToSubscriptionCommand, se_AddSourceIdentifierToSubscriptionCommand, } from "../protocols/Aws_query";
4
+ import { AddSourceIdentifierToSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddSourceIdentifierToSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "AddSourceIdentifierToSubscription", {})
17
13
  .n("DocDBClient", "AddSourceIdentifierToSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddSourceIdentifierToSubscriptionCommand)
20
- .de(de_AddSourceIdentifierToSubscriptionCommand)
14
+ .sc(AddSourceIdentifierToSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query";
4
+ import { AddTagsToResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddTagsToResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "AddTagsToResource", {})
17
13
  .n("DocDBClient", "AddTagsToResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddTagsToResourceCommand)
20
- .de(de_AddTagsToResourceCommand)
14
+ .sc(AddTagsToResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ApplyPendingMaintenanceActionCommand, se_ApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_query";
4
+ import { ApplyPendingMaintenanceAction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ApplyPendingMaintenanceActionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {})
17
13
  .n("DocDBClient", "ApplyPendingMaintenanceActionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ApplyPendingMaintenanceActionCommand)
20
- .de(de_ApplyPendingMaintenanceActionCommand)
14
+ .sc(ApplyPendingMaintenanceAction)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { CopyDBClusterParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CopyDBClusterParameterGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "CopyDBClusterParameterGroup", {})
17
13
  .n("DocDBClient", "CopyDBClusterParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CopyDBClusterParameterGroupCommand)
20
- .de(de_CopyDBClusterParameterGroupCommand)
14
+ .sc(CopyDBClusterParameterGroup)
21
15
  .build() {
22
16
  }
@@ -1,24 +1,20 @@
1
1
  import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query";
5
+ import { CopyDBClusterSnapshot } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CopyDBClusterSnapshotCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
11
  return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
12
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
13
  getCrossRegionPresignedUrlPlugin(config),
16
14
  ];
17
15
  })
18
16
  .s("AmazonRDSv19", "CopyDBClusterSnapshot", {})
19
17
  .n("DocDBClient", "CopyDBClusterSnapshotCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CopyDBClusterSnapshotCommand)
22
- .de(de_CopyDBClusterSnapshotCommand)
18
+ .sc(CopyDBClusterSnapshot)
23
19
  .build() {
24
20
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query";
4
+ import { CreateDBCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "CreateDBCluster", {})
17
13
  .n("DocDBClient", "CreateDBClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBClusterCommand)
20
- .de(de_CreateDBClusterCommand)
14
+ .sc(CreateDBCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDBClusterParameterGroupCommand, se_CreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
4
+ import { CreateDBClusterParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBClusterParameterGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "CreateDBClusterParameterGroup", {})
17
13
  .n("DocDBClient", "CreateDBClusterParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBClusterParameterGroupCommand)
20
- .de(de_CreateDBClusterParameterGroupCommand)
14
+ .sc(CreateDBClusterParameterGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query";
4
+ import { CreateDBClusterSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBClusterSnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "CreateDBClusterSnapshot", {})
17
13
  .n("DocDBClient", "CreateDBClusterSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBClusterSnapshotCommand)
20
- .de(de_CreateDBClusterSnapshotCommand)
14
+ .sc(CreateDBClusterSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query";
4
+ import { CreateDBInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBInstanceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "CreateDBInstance", {})
17
13
  .n("DocDBClient", "CreateDBInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBInstanceCommand)
20
- .de(de_CreateDBInstanceCommand)
14
+ .sc(CreateDBInstance)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateDBSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDBSubnetGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "CreateDBSubnetGroup", {})
17
13
  .n("DocDBClient", "CreateDBSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDBSubnetGroupCommand)
20
- .de(de_CreateDBSubnetGroupCommand)
14
+ .sc(CreateDBSubnetGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query";
4
+ import { CreateEventSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateEventSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "CreateEventSubscription", {})
17
13
  .n("DocDBClient", "CreateEventSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateEventSubscriptionCommand)
20
- .de(de_CreateEventSubscriptionCommand)
14
+ .sc(CreateEventSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "../protocols/Aws_query";
4
+ import { CreateGlobalCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateGlobalClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "CreateGlobalCluster", {})
17
13
  .n("DocDBClient", "CreateGlobalClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateGlobalClusterCommand)
20
- .de(de_CreateGlobalClusterCommand)
14
+ .sc(CreateGlobalCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DeleteDBCluster", {})
17
13
  .n("DocDBClient", "DeleteDBClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBClusterCommand)
20
- .de(de_DeleteDBClusterCommand)
14
+ .sc(DeleteDBCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDBClusterParameterGroupCommand, se_DeleteDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
4
+ import { DeleteDBClusterParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBClusterParameterGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DeleteDBClusterParameterGroup", {})
17
13
  .n("DocDBClient", "DeleteDBClusterParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBClusterParameterGroupCommand)
20
- .de(de_DeleteDBClusterParameterGroupCommand)
14
+ .sc(DeleteDBClusterParameterGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBClusterSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBClusterSnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DeleteDBClusterSnapshot", {})
17
13
  .n("DocDBClient", "DeleteDBClusterSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBClusterSnapshotCommand)
20
- .de(de_DeleteDBClusterSnapshotCommand)
14
+ .sc(DeleteDBClusterSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBInstanceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DeleteDBInstance", {})
17
13
  .n("DocDBClient", "DeleteDBInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBInstanceCommand)
20
- .de(de_DeleteDBInstanceCommand)
14
+ .sc(DeleteDBInstance)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteDBSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDBSubnetGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DeleteDBSubnetGroup", {})
17
13
  .n("DocDBClient", "DeleteDBSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDBSubnetGroupCommand)
20
- .de(de_DeleteDBSubnetGroupCommand)
14
+ .sc(DeleteDBSubnetGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query";
4
+ import { DeleteEventSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteEventSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DeleteEventSubscription", {})
17
13
  .n("DocDBClient", "DeleteEventSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteEventSubscriptionCommand)
20
- .de(de_DeleteEventSubscriptionCommand)
14
+ .sc(DeleteEventSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "../protocols/Aws_query";
4
+ import { DeleteGlobalCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGlobalClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DeleteGlobalCluster", {})
17
13
  .n("DocDBClient", "DeleteGlobalClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteGlobalClusterCommand)
20
- .de(de_DeleteGlobalClusterCommand)
14
+ .sc(DeleteGlobalCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeCertificatesCommand, se_DescribeCertificatesCommand } from "../protocols/Aws_query";
4
+ import { DescribeCertificates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCertificatesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeCertificates", {})
17
13
  .n("DocDBClient", "DescribeCertificatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCertificatesCommand)
20
- .de(de_DescribeCertificatesCommand)
14
+ .sc(DescribeCertificates)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDBClusterParameterGroupsCommand, se_DescribeDBClusterParameterGroupsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeDBClusterParameterGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBClusterParameterGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {})
17
13
  .n("DocDBClient", "DescribeDBClusterParameterGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBClusterParameterGroupsCommand)
20
- .de(de_DescribeDBClusterParameterGroupsCommand)
14
+ .sc(DescribeDBClusterParameterGroups)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDBClusterParametersCommand, se_DescribeDBClusterParametersCommand } from "../protocols/Aws_query";
4
+ import { DescribeDBClusterParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDBClusterParametersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonRDSv19", "DescribeDBClusterParameters", {})
17
13
  .n("DocDBClient", "DescribeDBClusterParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDBClusterParametersCommand)
20
- .de(de_DescribeDBClusterParametersCommand)
14
+ .sc(DescribeDBClusterParameters)
21
15
  .build() {
22
16
  }