@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_GetTrafficPolicyCommand, se_GetTrafficPolicyCommand } from "../protocols/Aws_restXml";
5
+ import { GetTrafficPolicy } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetTrafficPolicyCommand 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", "GetTrafficPolicy", {})
19
14
  .n("Route53Client", "GetTrafficPolicyCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetTrafficPolicyCommand)
22
- .de(de_GetTrafficPolicyCommand)
15
+ .sc(GetTrafficPolicy)
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_GetTrafficPolicyInstanceCommand, se_GetTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml";
5
+ import { GetTrafficPolicyInstance } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetTrafficPolicyInstanceCommand 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", "GetTrafficPolicyInstance", {})
19
14
  .n("Route53Client", "GetTrafficPolicyInstanceCommand")
20
- .f(void 0, void 0)
21
- .ser(se_GetTrafficPolicyInstanceCommand)
22
- .de(de_GetTrafficPolicyInstanceCommand)
15
+ .sc(GetTrafficPolicyInstance)
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_GetTrafficPolicyInstanceCountCommand, se_GetTrafficPolicyInstanceCountCommand, } from "../protocols/Aws_restXml";
4
+ import { GetTrafficPolicyInstanceCount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrafficPolicyInstanceCountCommand 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", "GetTrafficPolicyInstanceCount", {})
17
13
  .n("Route53Client", "GetTrafficPolicyInstanceCountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrafficPolicyInstanceCountCommand)
20
- .de(de_GetTrafficPolicyInstanceCountCommand)
14
+ .sc(GetTrafficPolicyInstanceCount)
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_ListCidrBlocksCommand, se_ListCidrBlocksCommand } from "../protocols/Aws_restXml";
4
+ import { ListCidrBlocks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCidrBlocksCommand 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", "ListCidrBlocks", {})
17
13
  .n("Route53Client", "ListCidrBlocksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCidrBlocksCommand)
20
- .de(de_ListCidrBlocksCommand)
14
+ .sc(ListCidrBlocks)
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_ListCidrCollectionsCommand, se_ListCidrCollectionsCommand } from "../protocols/Aws_restXml";
4
+ import { ListCidrCollections } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCidrCollectionsCommand 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", "ListCidrCollections", {})
17
13
  .n("Route53Client", "ListCidrCollectionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCidrCollectionsCommand)
20
- .de(de_ListCidrCollectionsCommand)
14
+ .sc(ListCidrCollections)
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_ListCidrLocationsCommand, se_ListCidrLocationsCommand } from "../protocols/Aws_restXml";
4
+ import { ListCidrLocations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCidrLocationsCommand 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", "ListCidrLocations", {})
17
13
  .n("Route53Client", "ListCidrLocationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCidrLocationsCommand)
20
- .de(de_ListCidrLocationsCommand)
14
+ .sc(ListCidrLocations)
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_ListGeoLocationsCommand, se_ListGeoLocationsCommand } from "../protocols/Aws_restXml";
4
+ import { ListGeoLocations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGeoLocationsCommand 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", "ListGeoLocations", {})
17
13
  .n("Route53Client", "ListGeoLocationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListGeoLocationsCommand)
20
- .de(de_ListGeoLocationsCommand)
14
+ .sc(ListGeoLocations)
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_ListHealthChecksCommand, se_ListHealthChecksCommand } from "../protocols/Aws_restXml";
4
+ import { ListHealthChecks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListHealthChecksCommand 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", "ListHealthChecks", {})
17
13
  .n("Route53Client", "ListHealthChecksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListHealthChecksCommand)
20
- .de(de_ListHealthChecksCommand)
14
+ .sc(ListHealthChecks)
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_ListHostedZonesByNameCommand, se_ListHostedZonesByNameCommand } from "../protocols/Aws_restXml";
5
+ import { ListHostedZonesByName } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListHostedZonesByNameCommand 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", "ListHostedZonesByName", {})
19
14
  .n("Route53Client", "ListHostedZonesByNameCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ListHostedZonesByNameCommand)
22
- .de(de_ListHostedZonesByNameCommand)
15
+ .sc(ListHostedZonesByName)
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_ListHostedZonesByVPCCommand, se_ListHostedZonesByVPCCommand } from "../protocols/Aws_restXml";
4
+ import { ListHostedZonesByVPC } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListHostedZonesByVPCCommand 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", "ListHostedZonesByVPC", {})
17
13
  .n("Route53Client", "ListHostedZonesByVPCCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListHostedZonesByVPCCommand)
20
- .de(de_ListHostedZonesByVPCCommand)
14
+ .sc(ListHostedZonesByVPC)
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_ListHostedZonesCommand, se_ListHostedZonesCommand } from "../protocols/Aws_restXml";
5
+ import { ListHostedZones } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListHostedZonesCommand 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", "ListHostedZones", {})
19
14
  .n("Route53Client", "ListHostedZonesCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ListHostedZonesCommand)
22
- .de(de_ListHostedZonesCommand)
15
+ .sc(ListHostedZones)
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_ListQueryLoggingConfigsCommand, se_ListQueryLoggingConfigsCommand } from "../protocols/Aws_restXml";
5
+ import { ListQueryLoggingConfigs } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListQueryLoggingConfigsCommand 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", "ListQueryLoggingConfigs", {})
19
14
  .n("Route53Client", "ListQueryLoggingConfigsCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ListQueryLoggingConfigsCommand)
22
- .de(de_ListQueryLoggingConfigsCommand)
15
+ .sc(ListQueryLoggingConfigs)
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_ListResourceRecordSetsCommand, se_ListResourceRecordSetsCommand } from "../protocols/Aws_restXml";
5
+ import { ListResourceRecordSets } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListResourceRecordSetsCommand 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", "ListResourceRecordSets", {})
19
14
  .n("Route53Client", "ListResourceRecordSetsCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ListResourceRecordSetsCommand)
22
- .de(de_ListResourceRecordSetsCommand)
15
+ .sc(ListResourceRecordSets)
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_ListReusableDelegationSetsCommand, se_ListReusableDelegationSetsCommand } from "../protocols/Aws_restXml";
4
+ import { ListReusableDelegationSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReusableDelegationSetsCommand 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", "ListReusableDelegationSets", {})
17
13
  .n("Route53Client", "ListReusableDelegationSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReusableDelegationSetsCommand)
20
- .de(de_ListReusableDelegationSetsCommand)
14
+ .sc(ListReusableDelegationSets)
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restXml";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
17
13
  .n("Route53Client", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ListTagsForResourcesCommand, se_ListTagsForResourcesCommand } from "../protocols/Aws_restXml";
4
+ import { ListTagsForResources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourcesCommand 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", "ListTagsForResources", {})
17
13
  .n("Route53Client", "ListTagsForResourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourcesCommand)
20
- .de(de_ListTagsForResourcesCommand)
14
+ .sc(ListTagsForResources)
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_ListTrafficPoliciesCommand, se_ListTrafficPoliciesCommand } from "../protocols/Aws_restXml";
4
+ import { ListTrafficPolicies } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrafficPoliciesCommand 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", "ListTrafficPolicies", {})
17
13
  .n("Route53Client", "ListTrafficPoliciesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrafficPoliciesCommand)
20
- .de(de_ListTrafficPoliciesCommand)
14
+ .sc(ListTrafficPolicies)
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_ListTrafficPolicyInstancesByHostedZoneCommand, se_ListTrafficPolicyInstancesByHostedZoneCommand, } from "../protocols/Aws_restXml";
5
+ import { ListTrafficPolicyInstancesByHostedZone } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListTrafficPolicyInstancesByHostedZoneCommand 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", "ListTrafficPolicyInstancesByHostedZone", {})
19
14
  .n("Route53Client", "ListTrafficPolicyInstancesByHostedZoneCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ListTrafficPolicyInstancesByHostedZoneCommand)
22
- .de(de_ListTrafficPolicyInstancesByHostedZoneCommand)
15
+ .sc(ListTrafficPolicyInstancesByHostedZone)
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_ListTrafficPolicyInstancesByPolicyCommand, se_ListTrafficPolicyInstancesByPolicyCommand, } from "../protocols/Aws_restXml";
4
+ import { ListTrafficPolicyInstancesByPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrafficPolicyInstancesByPolicyCommand 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", "ListTrafficPolicyInstancesByPolicy", {})
17
13
  .n("Route53Client", "ListTrafficPolicyInstancesByPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrafficPolicyInstancesByPolicyCommand)
20
- .de(de_ListTrafficPolicyInstancesByPolicyCommand)
14
+ .sc(ListTrafficPolicyInstancesByPolicy)
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_ListTrafficPolicyInstancesCommand, se_ListTrafficPolicyInstancesCommand } from "../protocols/Aws_restXml";
4
+ import { ListTrafficPolicyInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrafficPolicyInstancesCommand 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", "ListTrafficPolicyInstances", {})
17
13
  .n("Route53Client", "ListTrafficPolicyInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrafficPolicyInstancesCommand)
20
- .de(de_ListTrafficPolicyInstancesCommand)
14
+ .sc(ListTrafficPolicyInstances)
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_ListTrafficPolicyVersionsCommand, se_ListTrafficPolicyVersionsCommand } from "../protocols/Aws_restXml";
5
+ import { ListTrafficPolicyVersions } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListTrafficPolicyVersionsCommand 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", "ListTrafficPolicyVersions", {})
19
14
  .n("Route53Client", "ListTrafficPolicyVersionsCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ListTrafficPolicyVersionsCommand)
22
- .de(de_ListTrafficPolicyVersionsCommand)
15
+ .sc(ListTrafficPolicyVersions)
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_ListVPCAssociationAuthorizationsCommand, se_ListVPCAssociationAuthorizationsCommand, } from "../protocols/Aws_restXml";
5
+ import { ListVPCAssociationAuthorizations } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListVPCAssociationAuthorizationsCommand 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", "ListVPCAssociationAuthorizations", {})
19
14
  .n("Route53Client", "ListVPCAssociationAuthorizationsCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ListVPCAssociationAuthorizationsCommand)
22
- .de(de_ListVPCAssociationAuthorizationsCommand)
15
+ .sc(ListVPCAssociationAuthorizations)
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_TestDNSAnswerCommand, se_TestDNSAnswerCommand } from "../protocols/Aws_restXml";
5
+ import { TestDNSAnswer } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class TestDNSAnswerCommand 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", "TestDNSAnswer", {})
19
14
  .n("Route53Client", "TestDNSAnswerCommand")
20
- .f(void 0, void 0)
21
- .ser(se_TestDNSAnswerCommand)
22
- .de(de_TestDNSAnswerCommand)
15
+ .sc(TestDNSAnswer)
23
16
  .build() {
24
17
  }