@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
@@ -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_DeleteReusableDelegationSetCommand, se_DeleteReusableDelegationSetCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteReusableDelegationSet } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteReusableDelegationSetCommand 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", "DeleteReusableDelegationSet", {})
19
14
  .n("Route53Client", "DeleteReusableDelegationSetCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeleteReusableDelegationSetCommand)
22
- .de(de_DeleteReusableDelegationSetCommand)
15
+ .sc(DeleteReusableDelegationSet)
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_DeleteTrafficPolicyCommand, se_DeleteTrafficPolicyCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteTrafficPolicy } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteTrafficPolicyCommand 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", "DeleteTrafficPolicy", {})
19
14
  .n("Route53Client", "DeleteTrafficPolicyCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeleteTrafficPolicyCommand)
22
- .de(de_DeleteTrafficPolicyCommand)
15
+ .sc(DeleteTrafficPolicy)
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_DeleteTrafficPolicyInstanceCommand, se_DeleteTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteTrafficPolicyInstance } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteTrafficPolicyInstanceCommand 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", "DeleteTrafficPolicyInstance", {})
19
14
  .n("Route53Client", "DeleteTrafficPolicyInstanceCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeleteTrafficPolicyInstanceCommand)
22
- .de(de_DeleteTrafficPolicyInstanceCommand)
15
+ .sc(DeleteTrafficPolicyInstance)
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_DeleteVPCAssociationAuthorizationCommand, se_DeleteVPCAssociationAuthorizationCommand, } from "../protocols/Aws_restXml";
5
+ import { DeleteVPCAssociationAuthorization } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteVPCAssociationAuthorizationCommand 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", "DeleteVPCAssociationAuthorization", {})
19
14
  .n("Route53Client", "DeleteVPCAssociationAuthorizationCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DeleteVPCAssociationAuthorizationCommand)
22
- .de(de_DeleteVPCAssociationAuthorizationCommand)
15
+ .sc(DeleteVPCAssociationAuthorization)
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_DisableHostedZoneDNSSECCommand, se_DisableHostedZoneDNSSECCommand } from "../protocols/Aws_restXml";
5
+ import { DisableHostedZoneDNSSEC } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DisableHostedZoneDNSSECCommand 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", "DisableHostedZoneDNSSEC", {})
19
14
  .n("Route53Client", "DisableHostedZoneDNSSECCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DisableHostedZoneDNSSECCommand)
22
- .de(de_DisableHostedZoneDNSSECCommand)
15
+ .sc(DisableHostedZoneDNSSEC)
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_DisassociateVPCFromHostedZoneCommand, se_DisassociateVPCFromHostedZoneCommand, } from "../protocols/Aws_restXml";
5
+ import { DisassociateVPCFromHostedZone } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DisassociateVPCFromHostedZoneCommand 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", "DisassociateVPCFromHostedZone", {})
19
14
  .n("Route53Client", "DisassociateVPCFromHostedZoneCommand")
20
- .f(void 0, void 0)
21
- .ser(se_DisassociateVPCFromHostedZoneCommand)
22
- .de(de_DisassociateVPCFromHostedZoneCommand)
15
+ .sc(DisassociateVPCFromHostedZone)
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_EnableHostedZoneDNSSECCommand, se_EnableHostedZoneDNSSECCommand } from "../protocols/Aws_restXml";
5
+ import { EnableHostedZoneDNSSEC } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class EnableHostedZoneDNSSECCommand 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", "EnableHostedZoneDNSSEC", {})
19
14
  .n("Route53Client", "EnableHostedZoneDNSSECCommand")
20
- .f(void 0, void 0)
21
- .ser(se_EnableHostedZoneDNSSECCommand)
22
- .de(de_EnableHostedZoneDNSSECCommand)
15
+ .sc(EnableHostedZoneDNSSEC)
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_GetAccountLimitCommand, se_GetAccountLimitCommand } from "../protocols/Aws_restXml";
4
+ import { GetAccountLimit } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAccountLimitCommand 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", "GetAccountLimit", {})
17
13
  .n("Route53Client", "GetAccountLimitCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAccountLimitCommand)
20
- .de(de_GetAccountLimitCommand)
14
+ .sc(GetAccountLimit)
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_GetChangeCommand, se_GetChangeCommand } from "../protocols/Aws_restXml";
5
+ import { GetChange } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetChangeCommand 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", "GetChange", {})
19
14
  .n("Route53Client", "GetChangeCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetChangeCommand)
22
- .de(de_GetChangeCommand)
15
+ .sc(GetChange)
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_GetCheckerIpRangesCommand, se_GetCheckerIpRangesCommand } from "../protocols/Aws_restXml";
4
+ import { GetCheckerIpRanges } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCheckerIpRangesCommand 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", "GetCheckerIpRanges", {})
17
13
  .n("Route53Client", "GetCheckerIpRangesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCheckerIpRangesCommand)
20
- .de(de_GetCheckerIpRangesCommand)
14
+ .sc(GetCheckerIpRanges)
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_GetDNSSECCommand, se_GetDNSSECCommand } from "../protocols/Aws_restXml";
5
+ import { GetDNSSEC } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetDNSSECCommand 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", "GetDNSSEC", {})
19
14
  .n("Route53Client", "GetDNSSECCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetDNSSECCommand)
22
- .de(de_GetDNSSECCommand)
15
+ .sc(GetDNSSEC)
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_GetGeoLocationCommand, se_GetGeoLocationCommand } from "../protocols/Aws_restXml";
4
+ import { GetGeoLocation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGeoLocationCommand 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", "GetGeoLocation", {})
17
13
  .n("Route53Client", "GetGeoLocationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetGeoLocationCommand)
20
- .de(de_GetGeoLocationCommand)
14
+ .sc(GetGeoLocation)
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_GetHealthCheckCommand, se_GetHealthCheckCommand } from "../protocols/Aws_restXml";
4
+ import { GetHealthCheck } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetHealthCheckCommand 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", "GetHealthCheck", {})
17
13
  .n("Route53Client", "GetHealthCheckCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetHealthCheckCommand)
20
- .de(de_GetHealthCheckCommand)
14
+ .sc(GetHealthCheck)
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_GetHealthCheckCountCommand, se_GetHealthCheckCountCommand } from "../protocols/Aws_restXml";
4
+ import { GetHealthCheckCount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetHealthCheckCountCommand 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", "GetHealthCheckCount", {})
17
13
  .n("Route53Client", "GetHealthCheckCountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetHealthCheckCountCommand)
20
- .de(de_GetHealthCheckCountCommand)
14
+ .sc(GetHealthCheckCount)
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_GetHealthCheckLastFailureReasonCommand, se_GetHealthCheckLastFailureReasonCommand, } from "../protocols/Aws_restXml";
4
+ import { GetHealthCheckLastFailureReason } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetHealthCheckLastFailureReasonCommand 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", "GetHealthCheckLastFailureReason", {})
17
13
  .n("Route53Client", "GetHealthCheckLastFailureReasonCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetHealthCheckLastFailureReasonCommand)
20
- .de(de_GetHealthCheckLastFailureReasonCommand)
14
+ .sc(GetHealthCheckLastFailureReason)
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_GetHealthCheckStatusCommand, se_GetHealthCheckStatusCommand } from "../protocols/Aws_restXml";
4
+ import { GetHealthCheckStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetHealthCheckStatusCommand 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", "GetHealthCheckStatus", {})
17
13
  .n("Route53Client", "GetHealthCheckStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetHealthCheckStatusCommand)
20
- .de(de_GetHealthCheckStatusCommand)
14
+ .sc(GetHealthCheckStatus)
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_GetHostedZoneCommand, se_GetHostedZoneCommand } from "../protocols/Aws_restXml";
5
+ import { GetHostedZone } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetHostedZoneCommand 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", "GetHostedZone", {})
19
14
  .n("Route53Client", "GetHostedZoneCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetHostedZoneCommand)
22
- .de(de_GetHostedZoneCommand)
15
+ .sc(GetHostedZone)
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_GetHostedZoneCountCommand, se_GetHostedZoneCountCommand } from "../protocols/Aws_restXml";
4
+ import { GetHostedZoneCount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetHostedZoneCountCommand 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", "GetHostedZoneCount", {})
17
13
  .n("Route53Client", "GetHostedZoneCountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetHostedZoneCountCommand)
20
- .de(de_GetHostedZoneCountCommand)
14
+ .sc(GetHostedZoneCount)
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_GetHostedZoneLimitCommand, se_GetHostedZoneLimitCommand } from "../protocols/Aws_restXml";
5
+ import { GetHostedZoneLimit } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetHostedZoneLimitCommand 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", "GetHostedZoneLimit", {})
19
14
  .n("Route53Client", "GetHostedZoneLimitCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetHostedZoneLimitCommand)
22
- .de(de_GetHostedZoneLimitCommand)
15
+ .sc(GetHostedZoneLimit)
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_GetQueryLoggingConfigCommand, se_GetQueryLoggingConfigCommand } from "../protocols/Aws_restXml";
5
+ import { GetQueryLoggingConfig } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetQueryLoggingConfigCommand 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", "GetQueryLoggingConfig", {})
19
14
  .n("Route53Client", "GetQueryLoggingConfigCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetQueryLoggingConfigCommand)
22
- .de(de_GetQueryLoggingConfigCommand)
15
+ .sc(GetQueryLoggingConfig)
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_GetReusableDelegationSetCommand, se_GetReusableDelegationSetCommand } from "../protocols/Aws_restXml";
5
+ import { GetReusableDelegationSet } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetReusableDelegationSetCommand 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", "GetReusableDelegationSet", {})
19
14
  .n("Route53Client", "GetReusableDelegationSetCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetReusableDelegationSetCommand)
22
- .de(de_GetReusableDelegationSetCommand)
15
+ .sc(GetReusableDelegationSet)
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_GetReusableDelegationSetLimitCommand, se_GetReusableDelegationSetLimitCommand, } from "../protocols/Aws_restXml";
5
+ import { GetReusableDelegationSetLimit } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetReusableDelegationSetLimitCommand 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", "GetReusableDelegationSetLimit", {})
19
14
  .n("Route53Client", "GetReusableDelegationSetLimitCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetReusableDelegationSetLimitCommand)
22
- .de(de_GetReusableDelegationSetLimitCommand)
15
+ .sc(GetReusableDelegationSetLimit)
23
16
  .build() {
24
17
  }