@aws-sdk/client-route-53 3.952.0 → 3.954.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 +1231 -896
  2. package/dist-cjs/runtimeConfig.shared.js +7 -5
  3. package/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -2
  4. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -2
  5. package/dist-es/commands/ChangeCidrCollectionCommand.js +2 -2
  6. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -2
  7. package/dist-es/commands/ChangeTagsForResourceCommand.js +2 -2
  8. package/dist-es/commands/CreateCidrCollectionCommand.js +2 -2
  9. package/dist-es/commands/CreateHealthCheckCommand.js +2 -2
  10. package/dist-es/commands/CreateHostedZoneCommand.js +2 -2
  11. package/dist-es/commands/CreateKeySigningKeyCommand.js +2 -2
  12. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -2
  13. package/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -2
  14. package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -2
  15. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -2
  16. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -2
  17. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -2
  18. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -2
  19. package/dist-es/commands/DeleteCidrCollectionCommand.js +2 -2
  20. package/dist-es/commands/DeleteHealthCheckCommand.js +2 -2
  21. package/dist-es/commands/DeleteHostedZoneCommand.js +2 -2
  22. package/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -2
  23. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -2
  24. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -2
  25. package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -2
  26. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -2
  27. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -2
  28. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -2
  29. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -2
  30. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -2
  31. package/dist-es/commands/GetAccountLimitCommand.js +2 -2
  32. package/dist-es/commands/GetChangeCommand.js +2 -2
  33. package/dist-es/commands/GetCheckerIpRangesCommand.js +2 -2
  34. package/dist-es/commands/GetDNSSECCommand.js +2 -2
  35. package/dist-es/commands/GetGeoLocationCommand.js +2 -2
  36. package/dist-es/commands/GetHealthCheckCommand.js +2 -2
  37. package/dist-es/commands/GetHealthCheckCountCommand.js +2 -2
  38. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -2
  39. package/dist-es/commands/GetHealthCheckStatusCommand.js +2 -2
  40. package/dist-es/commands/GetHostedZoneCommand.js +2 -2
  41. package/dist-es/commands/GetHostedZoneCountCommand.js +2 -2
  42. package/dist-es/commands/GetHostedZoneLimitCommand.js +2 -2
  43. package/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -2
  44. package/dist-es/commands/GetReusableDelegationSetCommand.js +2 -2
  45. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -2
  46. package/dist-es/commands/GetTrafficPolicyCommand.js +2 -2
  47. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -2
  48. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -2
  49. package/dist-es/commands/ListCidrBlocksCommand.js +2 -2
  50. package/dist-es/commands/ListCidrCollectionsCommand.js +2 -2
  51. package/dist-es/commands/ListCidrLocationsCommand.js +2 -2
  52. package/dist-es/commands/ListGeoLocationsCommand.js +2 -2
  53. package/dist-es/commands/ListHealthChecksCommand.js +2 -2
  54. package/dist-es/commands/ListHostedZonesByNameCommand.js +2 -2
  55. package/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -2
  56. package/dist-es/commands/ListHostedZonesCommand.js +2 -2
  57. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -2
  58. package/dist-es/commands/ListResourceRecordSetsCommand.js +2 -2
  59. package/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -2
  60. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  61. package/dist-es/commands/ListTagsForResourcesCommand.js +2 -2
  62. package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -2
  63. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -2
  64. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -2
  65. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -2
  66. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -2
  67. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -2
  68. package/dist-es/commands/TestDNSAnswerCommand.js +2 -2
  69. package/dist-es/commands/UpdateHealthCheckCommand.js +2 -2
  70. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -2
  71. package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -2
  72. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -2
  73. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -2
  74. package/dist-es/index.js +1 -0
  75. package/dist-es/runtimeConfig.shared.js +7 -5
  76. package/dist-es/schemas/schemas_0.js +634 -625
  77. package/dist-types/Route53Client.d.ts +1 -10
  78. package/dist-types/index.d.ts +1 -0
  79. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  80. package/dist-types/runtimeConfig.d.ts +6 -2
  81. package/dist-types/runtimeConfig.native.d.ts +6 -2
  82. package/dist-types/runtimeConfig.shared.d.ts +5 -1
  83. package/dist-types/schemas/schemas_0.d.ts +327 -359
  84. package/dist-types/ts3.4/Route53Client.d.ts +0 -4
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -7
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -7
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -5
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -359
  91. package/package.json +36 -36
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetHealthCheckCount } from "../schemas/schemas_0";
4
+ import { GetHealthCheckCount$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetHealthCheckCountCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetHealthCheckCountCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetHealthCheckCount", {})
13
13
  .n("Route53Client", "GetHealthCheckCountCommand")
14
- .sc(GetHealthCheckCount)
14
+ .sc(GetHealthCheckCount$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetHealthCheckLastFailureReason } from "../schemas/schemas_0";
4
+ import { GetHealthCheckLastFailureReason$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetHealthCheckLastFailureReasonCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetHealthCheckLastFailureReasonCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetHealthCheckLastFailureReason", {})
13
13
  .n("Route53Client", "GetHealthCheckLastFailureReasonCommand")
14
- .sc(GetHealthCheckLastFailureReason)
14
+ .sc(GetHealthCheckLastFailureReason$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetHealthCheckStatus } from "../schemas/schemas_0";
4
+ import { GetHealthCheckStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetHealthCheckStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetHealthCheckStatusCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetHealthCheckStatus", {})
13
13
  .n("Route53Client", "GetHealthCheckStatusCommand")
14
- .sc(GetHealthCheckStatus)
14
+ .sc(GetHealthCheckStatus$)
15
15
  .build() {
16
16
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetHostedZone } from "../schemas/schemas_0";
5
+ import { GetHostedZone$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetHostedZoneCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetHostedZoneCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetHostedZone", {})
14
14
  .n("Route53Client", "GetHostedZoneCommand")
15
- .sc(GetHostedZone)
15
+ .sc(GetHostedZone$)
16
16
  .build() {
17
17
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetHostedZoneCount } from "../schemas/schemas_0";
4
+ import { GetHostedZoneCount$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetHostedZoneCountCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetHostedZoneCountCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetHostedZoneCount", {})
13
13
  .n("Route53Client", "GetHostedZoneCountCommand")
14
- .sc(GetHostedZoneCount)
14
+ .sc(GetHostedZoneCount$)
15
15
  .build() {
16
16
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetHostedZoneLimit } from "../schemas/schemas_0";
5
+ import { GetHostedZoneLimit$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetHostedZoneLimitCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetHostedZoneLimitCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetHostedZoneLimit", {})
14
14
  .n("Route53Client", "GetHostedZoneLimitCommand")
15
- .sc(GetHostedZoneLimit)
15
+ .sc(GetHostedZoneLimit$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetQueryLoggingConfig } from "../schemas/schemas_0";
5
+ import { GetQueryLoggingConfig$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetQueryLoggingConfigCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetQueryLoggingConfigCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetQueryLoggingConfig", {})
14
14
  .n("Route53Client", "GetQueryLoggingConfigCommand")
15
- .sc(GetQueryLoggingConfig)
15
+ .sc(GetQueryLoggingConfig$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetReusableDelegationSet } from "../schemas/schemas_0";
5
+ import { GetReusableDelegationSet$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetReusableDelegationSetCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetReusableDelegationSetCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetReusableDelegationSet", {})
14
14
  .n("Route53Client", "GetReusableDelegationSetCommand")
15
- .sc(GetReusableDelegationSet)
15
+ .sc(GetReusableDelegationSet$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetReusableDelegationSetLimit } from "../schemas/schemas_0";
5
+ import { GetReusableDelegationSetLimit$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetReusableDelegationSetLimitCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetReusableDelegationSetLimitCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetReusableDelegationSetLimit", {})
14
14
  .n("Route53Client", "GetReusableDelegationSetLimitCommand")
15
- .sc(GetReusableDelegationSetLimit)
15
+ .sc(GetReusableDelegationSetLimit$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetTrafficPolicy } from "../schemas/schemas_0";
5
+ import { GetTrafficPolicy$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetTrafficPolicyCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetTrafficPolicyCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetTrafficPolicy", {})
14
14
  .n("Route53Client", "GetTrafficPolicyCommand")
15
- .sc(GetTrafficPolicy)
15
+ .sc(GetTrafficPolicy$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetTrafficPolicyInstance } from "../schemas/schemas_0";
5
+ import { GetTrafficPolicyInstance$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetTrafficPolicyInstanceCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetTrafficPolicyInstanceCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetTrafficPolicyInstance", {})
14
14
  .n("Route53Client", "GetTrafficPolicyInstanceCommand")
15
- .sc(GetTrafficPolicyInstance)
15
+ .sc(GetTrafficPolicyInstance$)
16
16
  .build() {
17
17
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTrafficPolicyInstanceCount } from "../schemas/schemas_0";
4
+ import { GetTrafficPolicyInstanceCount$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTrafficPolicyInstanceCountCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTrafficPolicyInstanceCountCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetTrafficPolicyInstanceCount", {})
13
13
  .n("Route53Client", "GetTrafficPolicyInstanceCountCommand")
14
- .sc(GetTrafficPolicyInstanceCount)
14
+ .sc(GetTrafficPolicyInstanceCount$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCidrBlocks } from "../schemas/schemas_0";
4
+ import { ListCidrBlocks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCidrBlocksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCidrBlocksCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListCidrBlocks", {})
13
13
  .n("Route53Client", "ListCidrBlocksCommand")
14
- .sc(ListCidrBlocks)
14
+ .sc(ListCidrBlocks$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCidrCollections } from "../schemas/schemas_0";
4
+ import { ListCidrCollections$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCidrCollectionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCidrCollectionsCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListCidrCollections", {})
13
13
  .n("Route53Client", "ListCidrCollectionsCommand")
14
- .sc(ListCidrCollections)
14
+ .sc(ListCidrCollections$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCidrLocations } from "../schemas/schemas_0";
4
+ import { ListCidrLocations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCidrLocationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCidrLocationsCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListCidrLocations", {})
13
13
  .n("Route53Client", "ListCidrLocationsCommand")
14
- .sc(ListCidrLocations)
14
+ .sc(ListCidrLocations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGeoLocations } from "../schemas/schemas_0";
4
+ import { ListGeoLocations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGeoLocationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGeoLocationsCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListGeoLocations", {})
13
13
  .n("Route53Client", "ListGeoLocationsCommand")
14
- .sc(ListGeoLocations)
14
+ .sc(ListGeoLocations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListHealthChecks } from "../schemas/schemas_0";
4
+ import { ListHealthChecks$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListHealthChecksCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListHealthChecksCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListHealthChecks", {})
13
13
  .n("Route53Client", "ListHealthChecksCommand")
14
- .sc(ListHealthChecks)
14
+ .sc(ListHealthChecks$)
15
15
  .build() {
16
16
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListHostedZonesByName } from "../schemas/schemas_0";
5
+ import { ListHostedZonesByName$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListHostedZonesByNameCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ListHostedZonesByNameCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ListHostedZonesByName", {})
14
14
  .n("Route53Client", "ListHostedZonesByNameCommand")
15
- .sc(ListHostedZonesByName)
15
+ .sc(ListHostedZonesByName$)
16
16
  .build() {
17
17
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListHostedZonesByVPC } from "../schemas/schemas_0";
4
+ import { ListHostedZonesByVPC$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListHostedZonesByVPCCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListHostedZonesByVPCCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListHostedZonesByVPC", {})
13
13
  .n("Route53Client", "ListHostedZonesByVPCCommand")
14
- .sc(ListHostedZonesByVPC)
14
+ .sc(ListHostedZonesByVPC$)
15
15
  .build() {
16
16
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListHostedZones } from "../schemas/schemas_0";
5
+ import { ListHostedZones$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListHostedZonesCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ListHostedZonesCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ListHostedZones", {})
14
14
  .n("Route53Client", "ListHostedZonesCommand")
15
- .sc(ListHostedZones)
15
+ .sc(ListHostedZones$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListQueryLoggingConfigs } from "../schemas/schemas_0";
5
+ import { ListQueryLoggingConfigs$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListQueryLoggingConfigsCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ListQueryLoggingConfigsCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ListQueryLoggingConfigs", {})
14
14
  .n("Route53Client", "ListQueryLoggingConfigsCommand")
15
- .sc(ListQueryLoggingConfigs)
15
+ .sc(ListQueryLoggingConfigs$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListResourceRecordSets } from "../schemas/schemas_0";
5
+ import { ListResourceRecordSets$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListResourceRecordSetsCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ListResourceRecordSetsCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ListResourceRecordSets", {})
14
14
  .n("Route53Client", "ListResourceRecordSetsCommand")
15
- .sc(ListResourceRecordSets)
15
+ .sc(ListResourceRecordSets$)
16
16
  .build() {
17
17
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListReusableDelegationSets } from "../schemas/schemas_0";
4
+ import { ListReusableDelegationSets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListReusableDelegationSetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListReusableDelegationSetsCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListReusableDelegationSets", {})
13
13
  .n("Route53Client", "ListReusableDelegationSetsCommand")
14
- .sc(ListReusableDelegationSets)
14
+ .sc(ListReusableDelegationSets$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListTagsForResource", {})
13
13
  .n("Route53Client", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResources } from "../schemas/schemas_0";
4
+ import { ListTagsForResources$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourcesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourcesCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListTagsForResources", {})
13
13
  .n("Route53Client", "ListTagsForResourcesCommand")
14
- .sc(ListTagsForResources)
14
+ .sc(ListTagsForResources$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTrafficPolicies } from "../schemas/schemas_0";
4
+ import { ListTrafficPolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTrafficPoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTrafficPoliciesCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListTrafficPolicies", {})
13
13
  .n("Route53Client", "ListTrafficPoliciesCommand")
14
- .sc(ListTrafficPolicies)
14
+ .sc(ListTrafficPolicies$)
15
15
  .build() {
16
16
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListTrafficPolicyInstancesByHostedZone } from "../schemas/schemas_0";
5
+ import { ListTrafficPolicyInstancesByHostedZone$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ListTrafficPolicyInstancesByHostedZone", {})
14
14
  .n("Route53Client", "ListTrafficPolicyInstancesByHostedZoneCommand")
15
- .sc(ListTrafficPolicyInstancesByHostedZone)
15
+ .sc(ListTrafficPolicyInstancesByHostedZone$)
16
16
  .build() {
17
17
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTrafficPolicyInstancesByPolicy } from "../schemas/schemas_0";
4
+ import { ListTrafficPolicyInstancesByPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTrafficPolicyInstancesByPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTrafficPolicyInstancesByPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListTrafficPolicyInstancesByPolicy", {})
13
13
  .n("Route53Client", "ListTrafficPolicyInstancesByPolicyCommand")
14
- .sc(ListTrafficPolicyInstancesByPolicy)
14
+ .sc(ListTrafficPolicyInstancesByPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTrafficPolicyInstances } from "../schemas/schemas_0";
4
+ import { ListTrafficPolicyInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTrafficPolicyInstancesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTrafficPolicyInstancesCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ListTrafficPolicyInstances", {})
13
13
  .n("Route53Client", "ListTrafficPolicyInstancesCommand")
14
- .sc(ListTrafficPolicyInstances)
14
+ .sc(ListTrafficPolicyInstances$)
15
15
  .build() {
16
16
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListTrafficPolicyVersions } from "../schemas/schemas_0";
5
+ import { ListTrafficPolicyVersions$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListTrafficPolicyVersionsCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ListTrafficPolicyVersionsCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ListTrafficPolicyVersions", {})
14
14
  .n("Route53Client", "ListTrafficPolicyVersionsCommand")
15
- .sc(ListTrafficPolicyVersions)
15
+ .sc(ListTrafficPolicyVersions$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListVPCAssociationAuthorizations } from "../schemas/schemas_0";
5
+ import { ListVPCAssociationAuthorizations$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListVPCAssociationAuthorizationsCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ListVPCAssociationAuthorizationsCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ListVPCAssociationAuthorizations", {})
14
14
  .n("Route53Client", "ListVPCAssociationAuthorizationsCommand")
15
- .sc(ListVPCAssociationAuthorizations)
15
+ .sc(ListVPCAssociationAuthorizations$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { TestDNSAnswer } from "../schemas/schemas_0";
5
+ import { TestDNSAnswer$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class TestDNSAnswerCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class TestDNSAnswerCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "TestDNSAnswer", {})
14
14
  .n("Route53Client", "TestDNSAnswerCommand")
15
- .sc(TestDNSAnswer)
15
+ .sc(TestDNSAnswer$)
16
16
  .build() {
17
17
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateHealthCheck } from "../schemas/schemas_0";
4
+ import { UpdateHealthCheck$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateHealthCheckCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateHealthCheckCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "UpdateHealthCheck", {})
13
13
  .n("Route53Client", "UpdateHealthCheckCommand")
14
- .sc(UpdateHealthCheck)
14
+ .sc(UpdateHealthCheck$)
15
15
  .build() {
16
16
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateHostedZoneComment } from "../schemas/schemas_0";
5
+ import { UpdateHostedZoneComment$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class UpdateHostedZoneCommentCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class UpdateHostedZoneCommentCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "UpdateHostedZoneComment", {})
14
14
  .n("Route53Client", "UpdateHostedZoneCommentCommand")
15
- .sc(UpdateHostedZoneComment)
15
+ .sc(UpdateHostedZoneComment$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateHostedZoneFeatures } from "../schemas/schemas_0";
5
+ import { UpdateHostedZoneFeatures$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class UpdateHostedZoneFeaturesCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class UpdateHostedZoneFeaturesCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "UpdateHostedZoneFeatures", {})
14
14
  .n("Route53Client", "UpdateHostedZoneFeaturesCommand")
15
- .sc(UpdateHostedZoneFeatures)
15
+ .sc(UpdateHostedZoneFeatures$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateTrafficPolicyComment } from "../schemas/schemas_0";
5
+ import { UpdateTrafficPolicyComment$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class UpdateTrafficPolicyCommentCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class UpdateTrafficPolicyCommentCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "UpdateTrafficPolicyComment", {})
14
14
  .n("Route53Client", "UpdateTrafficPolicyCommentCommand")
15
- .sc(UpdateTrafficPolicyComment)
15
+ .sc(UpdateTrafficPolicyComment$)
16
16
  .build() {
17
17
  }