@aws-sdk/client-route-53 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 (91) hide show
  1. package/dist-cjs/index.js +3942 -5218
  2. package/dist-cjs/runtimeConfig.shared.js +6 -0
  3. package/dist-es/Route53Client.js +2 -0
  4. package/dist-es/commands/ActivateKeySigningKeyCommand.js +3 -10
  5. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +3 -10
  6. package/dist-es/commands/ChangeCidrCollectionCommand.js +3 -10
  7. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -6
  8. package/dist-es/commands/ChangeTagsForResourceCommand.js +3 -9
  9. package/dist-es/commands/CreateCidrCollectionCommand.js +3 -9
  10. package/dist-es/commands/CreateHealthCheckCommand.js +3 -9
  11. package/dist-es/commands/CreateHostedZoneCommand.js +3 -10
  12. package/dist-es/commands/CreateKeySigningKeyCommand.js +3 -10
  13. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +3 -10
  14. package/dist-es/commands/CreateReusableDelegationSetCommand.js +3 -10
  15. package/dist-es/commands/CreateTrafficPolicyCommand.js +3 -9
  16. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +3 -10
  17. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +3 -10
  18. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +3 -10
  19. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +3 -10
  20. package/dist-es/commands/DeleteCidrCollectionCommand.js +3 -10
  21. package/dist-es/commands/DeleteHealthCheckCommand.js +3 -9
  22. package/dist-es/commands/DeleteHostedZoneCommand.js +3 -10
  23. package/dist-es/commands/DeleteKeySigningKeyCommand.js +3 -10
  24. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +3 -10
  25. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +3 -10
  26. package/dist-es/commands/DeleteTrafficPolicyCommand.js +3 -10
  27. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +3 -10
  28. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +3 -10
  29. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +3 -10
  30. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +3 -10
  31. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +3 -10
  32. package/dist-es/commands/GetAccountLimitCommand.js +3 -9
  33. package/dist-es/commands/GetChangeCommand.js +3 -10
  34. package/dist-es/commands/GetCheckerIpRangesCommand.js +3 -9
  35. package/dist-es/commands/GetDNSSECCommand.js +3 -10
  36. package/dist-es/commands/GetGeoLocationCommand.js +3 -9
  37. package/dist-es/commands/GetHealthCheckCommand.js +3 -9
  38. package/dist-es/commands/GetHealthCheckCountCommand.js +3 -9
  39. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +3 -9
  40. package/dist-es/commands/GetHealthCheckStatusCommand.js +3 -9
  41. package/dist-es/commands/GetHostedZoneCommand.js +3 -10
  42. package/dist-es/commands/GetHostedZoneCountCommand.js +3 -9
  43. package/dist-es/commands/GetHostedZoneLimitCommand.js +3 -10
  44. package/dist-es/commands/GetQueryLoggingConfigCommand.js +3 -10
  45. package/dist-es/commands/GetReusableDelegationSetCommand.js +3 -10
  46. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +3 -10
  47. package/dist-es/commands/GetTrafficPolicyCommand.js +3 -10
  48. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +3 -10
  49. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +3 -9
  50. package/dist-es/commands/ListCidrBlocksCommand.js +3 -9
  51. package/dist-es/commands/ListCidrCollectionsCommand.js +3 -9
  52. package/dist-es/commands/ListCidrLocationsCommand.js +3 -9
  53. package/dist-es/commands/ListGeoLocationsCommand.js +3 -9
  54. package/dist-es/commands/ListHealthChecksCommand.js +3 -9
  55. package/dist-es/commands/ListHostedZonesByNameCommand.js +3 -10
  56. package/dist-es/commands/ListHostedZonesByVPCCommand.js +3 -9
  57. package/dist-es/commands/ListHostedZonesCommand.js +3 -10
  58. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +3 -10
  59. package/dist-es/commands/ListResourceRecordSetsCommand.js +3 -10
  60. package/dist-es/commands/ListReusableDelegationSetsCommand.js +3 -9
  61. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  62. package/dist-es/commands/ListTagsForResourcesCommand.js +3 -9
  63. package/dist-es/commands/ListTrafficPoliciesCommand.js +3 -9
  64. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +3 -10
  65. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +3 -9
  66. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +3 -9
  67. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +3 -10
  68. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +3 -10
  69. package/dist-es/commands/TestDNSAnswerCommand.js +3 -10
  70. package/dist-es/commands/UpdateHealthCheckCommand.js +3 -9
  71. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +3 -10
  72. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +3 -10
  73. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +3 -10
  74. package/dist-es/runtimeConfig.shared.js +6 -0
  75. package/dist-es/schemas/schemas_0.js +3797 -0
  76. package/dist-types/Route53Client.d.ts +10 -1
  77. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  78. package/dist-types/runtimeConfig.d.ts +1 -0
  79. package/dist-types/runtimeConfig.native.d.ts +1 -0
  80. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  81. package/dist-types/schemas/schemas_0.d.ts +355 -0
  82. package/dist-types/ts3.4/Route53Client.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  87. package/dist-types/ts3.4/schemas/schemas_0.d.ts +360 -0
  88. package/package.json +35 -36
  89. package/dist-es/protocols/Aws_restXml.js +0 -4684
  90. package/dist-types/protocols/Aws_restXml.d.ts +0 -632
  91. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -845
@@ -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,11 @@ 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.AwsRestXmlProtocol({
31
+ defaultNamespace: "com.amazonaws.route53",
32
+ xmlNamespace: "https://route53.amazonaws.com/doc/2013-04-01/",
33
+ }),
28
34
  serviceId: config?.serviceId ?? "Route 53",
29
35
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
36
  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 Route53Client 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,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_ActivateKeySigningKeyCommand, se_ActivateKeySigningKeyCommand } from "../protocols/Aws_restXml";
5
+ import { ActivateKeySigningKey } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ActivateKeySigningKeyCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "ActivateKeySigningKey", {})
19
14
  .n("Route53Client", "ActivateKeySigningKeyCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ActivateKeySigningKeyCommand)
22
- .de(de_ActivateKeySigningKeyCommand)
15
+ .sc(ActivateKeySigningKey)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_AssociateVPCWithHostedZoneCommand, se_AssociateVPCWithHostedZoneCommand } from "../protocols/Aws_restXml";
5
+ import { AssociateVPCWithHostedZone } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class AssociateVPCWithHostedZoneCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "AssociateVPCWithHostedZone", {})
19
14
  .n("Route53Client", "AssociateVPCWithHostedZoneCommand")
20
- .f(void 0, void 0)
21
- .ser(se_AssociateVPCWithHostedZoneCommand)
22
- .de(de_AssociateVPCWithHostedZoneCommand)
15
+ .sc(AssociateVPCWithHostedZone)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_ChangeCidrCollectionCommand, se_ChangeCidrCollectionCommand } from "../protocols/Aws_restXml";
5
+ import { ChangeCidrCollection } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ChangeCidrCollectionCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "ChangeCidrCollection", {})
19
14
  .n("Route53Client", "ChangeCidrCollectionCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ChangeCidrCollectionCommand)
22
- .de(de_ChangeCidrCollectionCommand)
15
+ .sc(ChangeCidrCollection)
23
16
  .build() {
24
17
  }
@@ -1,16 +1,14 @@
1
1
  import { getChangeResourceRecordSetsPlugin, getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_ChangeResourceRecordSetsCommand, se_ChangeResourceRecordSetsCommand } from "../protocols/Aws_restXml";
5
+ import { ChangeResourceRecordSets } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ChangeResourceRecordSetsCommand 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
  getChangeResourceRecordSetsPlugin(config),
16
14
  getIdNormalizerPlugin(config),
@@ -18,8 +16,6 @@ export class ChangeResourceRecordSetsCommand extends $Command
18
16
  })
19
17
  .s("AWSDnsV20130401", "ChangeResourceRecordSets", {})
20
18
  .n("Route53Client", "ChangeResourceRecordSetsCommand")
21
- .f(void 0, void 0)
22
- .ser(se_ChangeResourceRecordSetsCommand)
23
- .de(de_ChangeResourceRecordSetsCommand)
19
+ .sc(ChangeResourceRecordSets)
24
20
  .build() {
25
21
  }
@@ -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_ChangeTagsForResourceCommand, se_ChangeTagsForResourceCommand } from "../protocols/Aws_restXml";
4
+ import { ChangeTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ChangeTagsForResourceCommand 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("AWSDnsV20130401", "ChangeTagsForResource", {})
17
13
  .n("Route53Client", "ChangeTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ChangeTagsForResourceCommand)
20
- .de(de_ChangeTagsForResourceCommand)
14
+ .sc(ChangeTagsForResource)
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_CreateCidrCollectionCommand, se_CreateCidrCollectionCommand } from "../protocols/Aws_restXml";
4
+ import { CreateCidrCollection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCidrCollectionCommand 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("AWSDnsV20130401", "CreateCidrCollection", {})
17
13
  .n("Route53Client", "CreateCidrCollectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCidrCollectionCommand)
20
- .de(de_CreateCidrCollectionCommand)
14
+ .sc(CreateCidrCollection)
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_CreateHealthCheckCommand, se_CreateHealthCheckCommand } from "../protocols/Aws_restXml";
4
+ import { CreateHealthCheck } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateHealthCheckCommand 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("AWSDnsV20130401", "CreateHealthCheck", {})
17
13
  .n("Route53Client", "CreateHealthCheckCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateHealthCheckCommand)
20
- .de(de_CreateHealthCheckCommand)
14
+ .sc(CreateHealthCheck)
21
15
  .build() {
22
16
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_CreateHostedZoneCommand, se_CreateHostedZoneCommand } from "../protocols/Aws_restXml";
5
+ import { CreateHostedZone } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CreateHostedZoneCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "CreateHostedZone", {})
19
14
  .n("Route53Client", "CreateHostedZoneCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CreateHostedZoneCommand)
22
- .de(de_CreateHostedZoneCommand)
15
+ .sc(CreateHostedZone)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_CreateKeySigningKeyCommand, se_CreateKeySigningKeyCommand } from "../protocols/Aws_restXml";
5
+ import { CreateKeySigningKey } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CreateKeySigningKeyCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "CreateKeySigningKey", {})
19
14
  .n("Route53Client", "CreateKeySigningKeyCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CreateKeySigningKeyCommand)
22
- .de(de_CreateKeySigningKeyCommand)
15
+ .sc(CreateKeySigningKey)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_CreateQueryLoggingConfigCommand, se_CreateQueryLoggingConfigCommand } from "../protocols/Aws_restXml";
5
+ import { CreateQueryLoggingConfig } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CreateQueryLoggingConfigCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "CreateQueryLoggingConfig", {})
19
14
  .n("Route53Client", "CreateQueryLoggingConfigCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CreateQueryLoggingConfigCommand)
22
- .de(de_CreateQueryLoggingConfigCommand)
15
+ .sc(CreateQueryLoggingConfig)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_CreateReusableDelegationSetCommand, se_CreateReusableDelegationSetCommand } from "../protocols/Aws_restXml";
5
+ import { CreateReusableDelegationSet } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CreateReusableDelegationSetCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "CreateReusableDelegationSet", {})
19
14
  .n("Route53Client", "CreateReusableDelegationSetCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CreateReusableDelegationSetCommand)
22
- .de(de_CreateReusableDelegationSetCommand)
15
+ .sc(CreateReusableDelegationSet)
23
16
  .build() {
24
17
  }
@@ -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_CreateTrafficPolicyCommand, se_CreateTrafficPolicyCommand } from "../protocols/Aws_restXml";
4
+ import { CreateTrafficPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTrafficPolicyCommand 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("AWSDnsV20130401", "CreateTrafficPolicy", {})
17
13
  .n("Route53Client", "CreateTrafficPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTrafficPolicyCommand)
20
- .de(de_CreateTrafficPolicyCommand)
14
+ .sc(CreateTrafficPolicy)
21
15
  .build() {
22
16
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_CreateTrafficPolicyInstanceCommand, se_CreateTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml";
5
+ import { CreateTrafficPolicyInstance } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CreateTrafficPolicyInstanceCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "CreateTrafficPolicyInstance", {})
19
14
  .n("Route53Client", "CreateTrafficPolicyInstanceCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CreateTrafficPolicyInstanceCommand)
22
- .de(de_CreateTrafficPolicyInstanceCommand)
15
+ .sc(CreateTrafficPolicyInstance)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_CreateTrafficPolicyVersionCommand, se_CreateTrafficPolicyVersionCommand } from "../protocols/Aws_restXml";
5
+ import { CreateTrafficPolicyVersion } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CreateTrafficPolicyVersionCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "CreateTrafficPolicyVersion", {})
19
14
  .n("Route53Client", "CreateTrafficPolicyVersionCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CreateTrafficPolicyVersionCommand)
22
- .de(de_CreateTrafficPolicyVersionCommand)
15
+ .sc(CreateTrafficPolicyVersion)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_CreateVPCAssociationAuthorizationCommand, se_CreateVPCAssociationAuthorizationCommand, } from "../protocols/Aws_restXml";
5
+ import { CreateVPCAssociationAuthorization } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class CreateVPCAssociationAuthorizationCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "CreateVPCAssociationAuthorization", {})
19
14
  .n("Route53Client", "CreateVPCAssociationAuthorizationCommand")
20
- .f(void 0, void 0)
21
- .ser(se_CreateVPCAssociationAuthorizationCommand)
22
- .de(de_CreateVPCAssociationAuthorizationCommand)
15
+ .sc(CreateVPCAssociationAuthorization)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_DeactivateKeySigningKeyCommand, se_DeactivateKeySigningKeyCommand } from "../protocols/Aws_restXml";
5
+ import { DeactivateKeySigningKey } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeactivateKeySigningKeyCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "DeactivateKeySigningKey", {})
19
14
  .n("Route53Client", "DeactivateKeySigningKeyCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeactivateKeySigningKeyCommand)
22
- .de(de_DeactivateKeySigningKeyCommand)
15
+ .sc(DeactivateKeySigningKey)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_DeleteCidrCollectionCommand, se_DeleteCidrCollectionCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteCidrCollection } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteCidrCollectionCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "DeleteCidrCollection", {})
19
14
  .n("Route53Client", "DeleteCidrCollectionCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeleteCidrCollectionCommand)
22
- .de(de_DeleteCidrCollectionCommand)
15
+ .sc(DeleteCidrCollection)
23
16
  .build() {
24
17
  }
@@ -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_DeleteHealthCheckCommand, se_DeleteHealthCheckCommand } from "../protocols/Aws_restXml";
4
+ import { DeleteHealthCheck } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteHealthCheckCommand 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("AWSDnsV20130401", "DeleteHealthCheck", {})
17
13
  .n("Route53Client", "DeleteHealthCheckCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteHealthCheckCommand)
20
- .de(de_DeleteHealthCheckCommand)
14
+ .sc(DeleteHealthCheck)
21
15
  .build() {
22
16
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_DeleteHostedZoneCommand, se_DeleteHostedZoneCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteHostedZone } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteHostedZoneCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "DeleteHostedZone", {})
19
14
  .n("Route53Client", "DeleteHostedZoneCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeleteHostedZoneCommand)
22
- .de(de_DeleteHostedZoneCommand)
15
+ .sc(DeleteHostedZone)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_DeleteKeySigningKeyCommand, se_DeleteKeySigningKeyCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteKeySigningKey } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteKeySigningKeyCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "DeleteKeySigningKey", {})
19
14
  .n("Route53Client", "DeleteKeySigningKeyCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeleteKeySigningKeyCommand)
22
- .de(de_DeleteKeySigningKeyCommand)
15
+ .sc(DeleteKeySigningKey)
23
16
  .build() {
24
17
  }
@@ -1,24 +1,17 @@
1
1
  import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
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_DeleteQueryLoggingConfigCommand, se_DeleteQueryLoggingConfigCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteQueryLoggingConfig } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteQueryLoggingConfigCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getIdNormalizerPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
17
12
  })
18
13
  .s("AWSDnsV20130401", "DeleteQueryLoggingConfig", {})
19
14
  .n("Route53Client", "DeleteQueryLoggingConfigCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeleteQueryLoggingConfigCommand)
22
- .de(de_DeleteQueryLoggingConfigCommand)
15
+ .sc(DeleteQueryLoggingConfig)
23
16
  .build() {
24
17
  }