@aws-sdk/client-route-53 3.952.0 → 3.953.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
@@ -26,11 +26,13 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsRestXmlProtocol({
31
- defaultNamespace: "com.amazonaws.route53",
32
- xmlNamespace: "https://route53.amazonaws.com/doc/2013-04-01/",
33
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestXmlProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.route53",
32
+ xmlNamespace: "https://route53.amazonaws.com/doc/2013-04-01/",
33
+ version: "2013-04-01",
34
+ serviceTarget: "AWSDnsV20130401",
35
+ },
34
36
  serviceId: config?.serviceId ?? "Route 53",
35
37
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -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 { ActivateKeySigningKey } from "../schemas/schemas_0";
5
+ import { ActivateKeySigningKey$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ActivateKeySigningKeyCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ActivateKeySigningKeyCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ActivateKeySigningKey", {})
14
14
  .n("Route53Client", "ActivateKeySigningKeyCommand")
15
- .sc(ActivateKeySigningKey)
15
+ .sc(ActivateKeySigningKey$)
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 { AssociateVPCWithHostedZone } from "../schemas/schemas_0";
5
+ import { AssociateVPCWithHostedZone$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class AssociateVPCWithHostedZoneCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class AssociateVPCWithHostedZoneCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "AssociateVPCWithHostedZone", {})
14
14
  .n("Route53Client", "AssociateVPCWithHostedZoneCommand")
15
- .sc(AssociateVPCWithHostedZone)
15
+ .sc(AssociateVPCWithHostedZone$)
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 { ChangeCidrCollection } from "../schemas/schemas_0";
5
+ import { ChangeCidrCollection$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ChangeCidrCollectionCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ChangeCidrCollectionCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "ChangeCidrCollection", {})
14
14
  .n("Route53Client", "ChangeCidrCollectionCommand")
15
- .sc(ChangeCidrCollection)
15
+ .sc(ChangeCidrCollection$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getChangeResourceRecordSetsPlugin, getIdNormalizerPlugin } from "@aws-s
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 { ChangeResourceRecordSets } from "../schemas/schemas_0";
5
+ import { ChangeResourceRecordSets$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ChangeResourceRecordSetsCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class ChangeResourceRecordSetsCommand extends $Command
16
16
  })
17
17
  .s("AWSDnsV20130401", "ChangeResourceRecordSets", {})
18
18
  .n("Route53Client", "ChangeResourceRecordSetsCommand")
19
- .sc(ChangeResourceRecordSets)
19
+ .sc(ChangeResourceRecordSets$)
20
20
  .build() {
21
21
  }
@@ -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 { ChangeTagsForResource } from "../schemas/schemas_0";
4
+ import { ChangeTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ChangeTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ChangeTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "ChangeTagsForResource", {})
13
13
  .n("Route53Client", "ChangeTagsForResourceCommand")
14
- .sc(ChangeTagsForResource)
14
+ .sc(ChangeTagsForResource$)
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 { CreateCidrCollection } from "../schemas/schemas_0";
4
+ import { CreateCidrCollection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCidrCollectionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCidrCollectionCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "CreateCidrCollection", {})
13
13
  .n("Route53Client", "CreateCidrCollectionCommand")
14
- .sc(CreateCidrCollection)
14
+ .sc(CreateCidrCollection$)
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 { CreateHealthCheck } from "../schemas/schemas_0";
4
+ import { CreateHealthCheck$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateHealthCheckCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateHealthCheckCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "CreateHealthCheck", {})
13
13
  .n("Route53Client", "CreateHealthCheckCommand")
14
- .sc(CreateHealthCheck)
14
+ .sc(CreateHealthCheck$)
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 { CreateHostedZone } from "../schemas/schemas_0";
5
+ import { CreateHostedZone$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class CreateHostedZoneCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class CreateHostedZoneCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "CreateHostedZone", {})
14
14
  .n("Route53Client", "CreateHostedZoneCommand")
15
- .sc(CreateHostedZone)
15
+ .sc(CreateHostedZone$)
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 { CreateKeySigningKey } from "../schemas/schemas_0";
5
+ import { CreateKeySigningKey$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class CreateKeySigningKeyCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class CreateKeySigningKeyCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "CreateKeySigningKey", {})
14
14
  .n("Route53Client", "CreateKeySigningKeyCommand")
15
- .sc(CreateKeySigningKey)
15
+ .sc(CreateKeySigningKey$)
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 { CreateQueryLoggingConfig } from "../schemas/schemas_0";
5
+ import { CreateQueryLoggingConfig$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class CreateQueryLoggingConfigCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class CreateQueryLoggingConfigCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "CreateQueryLoggingConfig", {})
14
14
  .n("Route53Client", "CreateQueryLoggingConfigCommand")
15
- .sc(CreateQueryLoggingConfig)
15
+ .sc(CreateQueryLoggingConfig$)
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 { CreateReusableDelegationSet } from "../schemas/schemas_0";
5
+ import { CreateReusableDelegationSet$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class CreateReusableDelegationSetCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class CreateReusableDelegationSetCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "CreateReusableDelegationSet", {})
14
14
  .n("Route53Client", "CreateReusableDelegationSetCommand")
15
- .sc(CreateReusableDelegationSet)
15
+ .sc(CreateReusableDelegationSet$)
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 { CreateTrafficPolicy } from "../schemas/schemas_0";
4
+ import { CreateTrafficPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTrafficPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTrafficPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "CreateTrafficPolicy", {})
13
13
  .n("Route53Client", "CreateTrafficPolicyCommand")
14
- .sc(CreateTrafficPolicy)
14
+ .sc(CreateTrafficPolicy$)
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 { CreateTrafficPolicyInstance } from "../schemas/schemas_0";
5
+ import { CreateTrafficPolicyInstance$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class CreateTrafficPolicyInstanceCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class CreateTrafficPolicyInstanceCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "CreateTrafficPolicyInstance", {})
14
14
  .n("Route53Client", "CreateTrafficPolicyInstanceCommand")
15
- .sc(CreateTrafficPolicyInstance)
15
+ .sc(CreateTrafficPolicyInstance$)
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 { CreateTrafficPolicyVersion } from "../schemas/schemas_0";
5
+ import { CreateTrafficPolicyVersion$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class CreateTrafficPolicyVersionCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class CreateTrafficPolicyVersionCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "CreateTrafficPolicyVersion", {})
14
14
  .n("Route53Client", "CreateTrafficPolicyVersionCommand")
15
- .sc(CreateTrafficPolicyVersion)
15
+ .sc(CreateTrafficPolicyVersion$)
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 { CreateVPCAssociationAuthorization } from "../schemas/schemas_0";
5
+ import { CreateVPCAssociationAuthorization$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class CreateVPCAssociationAuthorizationCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class CreateVPCAssociationAuthorizationCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "CreateVPCAssociationAuthorization", {})
14
14
  .n("Route53Client", "CreateVPCAssociationAuthorizationCommand")
15
- .sc(CreateVPCAssociationAuthorization)
15
+ .sc(CreateVPCAssociationAuthorization$)
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 { DeactivateKeySigningKey } from "../schemas/schemas_0";
5
+ import { DeactivateKeySigningKey$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeactivateKeySigningKeyCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeactivateKeySigningKeyCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeactivateKeySigningKey", {})
14
14
  .n("Route53Client", "DeactivateKeySigningKeyCommand")
15
- .sc(DeactivateKeySigningKey)
15
+ .sc(DeactivateKeySigningKey$)
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 { DeleteCidrCollection } from "../schemas/schemas_0";
5
+ import { DeleteCidrCollection$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeleteCidrCollectionCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeleteCidrCollectionCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeleteCidrCollection", {})
14
14
  .n("Route53Client", "DeleteCidrCollectionCommand")
15
- .sc(DeleteCidrCollection)
15
+ .sc(DeleteCidrCollection$)
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 { DeleteHealthCheck } from "../schemas/schemas_0";
4
+ import { DeleteHealthCheck$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteHealthCheckCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteHealthCheckCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "DeleteHealthCheck", {})
13
13
  .n("Route53Client", "DeleteHealthCheckCommand")
14
- .sc(DeleteHealthCheck)
14
+ .sc(DeleteHealthCheck$)
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 { DeleteHostedZone } from "../schemas/schemas_0";
5
+ import { DeleteHostedZone$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeleteHostedZoneCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeleteHostedZoneCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeleteHostedZone", {})
14
14
  .n("Route53Client", "DeleteHostedZoneCommand")
15
- .sc(DeleteHostedZone)
15
+ .sc(DeleteHostedZone$)
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 { DeleteKeySigningKey } from "../schemas/schemas_0";
5
+ import { DeleteKeySigningKey$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeleteKeySigningKeyCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeleteKeySigningKeyCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeleteKeySigningKey", {})
14
14
  .n("Route53Client", "DeleteKeySigningKeyCommand")
15
- .sc(DeleteKeySigningKey)
15
+ .sc(DeleteKeySigningKey$)
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 { DeleteQueryLoggingConfig } from "../schemas/schemas_0";
5
+ import { DeleteQueryLoggingConfig$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeleteQueryLoggingConfigCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeleteQueryLoggingConfigCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeleteQueryLoggingConfig", {})
14
14
  .n("Route53Client", "DeleteQueryLoggingConfigCommand")
15
- .sc(DeleteQueryLoggingConfig)
15
+ .sc(DeleteQueryLoggingConfig$)
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 { DeleteReusableDelegationSet } from "../schemas/schemas_0";
5
+ import { DeleteReusableDelegationSet$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeleteReusableDelegationSetCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeleteReusableDelegationSetCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeleteReusableDelegationSet", {})
14
14
  .n("Route53Client", "DeleteReusableDelegationSetCommand")
15
- .sc(DeleteReusableDelegationSet)
15
+ .sc(DeleteReusableDelegationSet$)
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 { DeleteTrafficPolicy } from "../schemas/schemas_0";
5
+ import { DeleteTrafficPolicy$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeleteTrafficPolicyCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeleteTrafficPolicyCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeleteTrafficPolicy", {})
14
14
  .n("Route53Client", "DeleteTrafficPolicyCommand")
15
- .sc(DeleteTrafficPolicy)
15
+ .sc(DeleteTrafficPolicy$)
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 { DeleteTrafficPolicyInstance } from "../schemas/schemas_0";
5
+ import { DeleteTrafficPolicyInstance$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeleteTrafficPolicyInstanceCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeleteTrafficPolicyInstanceCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeleteTrafficPolicyInstance", {})
14
14
  .n("Route53Client", "DeleteTrafficPolicyInstanceCommand")
15
- .sc(DeleteTrafficPolicyInstance)
15
+ .sc(DeleteTrafficPolicyInstance$)
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 { DeleteVPCAssociationAuthorization } from "../schemas/schemas_0";
5
+ import { DeleteVPCAssociationAuthorization$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DeleteVPCAssociationAuthorizationCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DeleteVPCAssociationAuthorizationCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DeleteVPCAssociationAuthorization", {})
14
14
  .n("Route53Client", "DeleteVPCAssociationAuthorizationCommand")
15
- .sc(DeleteVPCAssociationAuthorization)
15
+ .sc(DeleteVPCAssociationAuthorization$)
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 { DisableHostedZoneDNSSEC } from "../schemas/schemas_0";
5
+ import { DisableHostedZoneDNSSEC$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DisableHostedZoneDNSSECCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DisableHostedZoneDNSSECCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DisableHostedZoneDNSSEC", {})
14
14
  .n("Route53Client", "DisableHostedZoneDNSSECCommand")
15
- .sc(DisableHostedZoneDNSSEC)
15
+ .sc(DisableHostedZoneDNSSEC$)
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 { DisassociateVPCFromHostedZone } from "../schemas/schemas_0";
5
+ import { DisassociateVPCFromHostedZone$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class DisassociateVPCFromHostedZoneCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class DisassociateVPCFromHostedZoneCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "DisassociateVPCFromHostedZone", {})
14
14
  .n("Route53Client", "DisassociateVPCFromHostedZoneCommand")
15
- .sc(DisassociateVPCFromHostedZone)
15
+ .sc(DisassociateVPCFromHostedZone$)
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 { EnableHostedZoneDNSSEC } from "../schemas/schemas_0";
5
+ import { EnableHostedZoneDNSSEC$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class EnableHostedZoneDNSSECCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class EnableHostedZoneDNSSECCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "EnableHostedZoneDNSSEC", {})
14
14
  .n("Route53Client", "EnableHostedZoneDNSSECCommand")
15
- .sc(EnableHostedZoneDNSSEC)
15
+ .sc(EnableHostedZoneDNSSEC$)
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 { GetAccountLimit } from "../schemas/schemas_0";
4
+ import { GetAccountLimit$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAccountLimitCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAccountLimitCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetAccountLimit", {})
13
13
  .n("Route53Client", "GetAccountLimitCommand")
14
- .sc(GetAccountLimit)
14
+ .sc(GetAccountLimit$)
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 { GetChange } from "../schemas/schemas_0";
5
+ import { GetChange$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetChangeCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetChangeCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetChange", {})
14
14
  .n("Route53Client", "GetChangeCommand")
15
- .sc(GetChange)
15
+ .sc(GetChange$)
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 { GetCheckerIpRanges } from "../schemas/schemas_0";
4
+ import { GetCheckerIpRanges$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCheckerIpRangesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCheckerIpRangesCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetCheckerIpRanges", {})
13
13
  .n("Route53Client", "GetCheckerIpRangesCommand")
14
- .sc(GetCheckerIpRanges)
14
+ .sc(GetCheckerIpRanges$)
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 { GetDNSSEC } from "../schemas/schemas_0";
5
+ import { GetDNSSEC$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetDNSSECCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class GetDNSSECCommand extends $Command
12
12
  })
13
13
  .s("AWSDnsV20130401", "GetDNSSEC", {})
14
14
  .n("Route53Client", "GetDNSSECCommand")
15
- .sc(GetDNSSEC)
15
+ .sc(GetDNSSEC$)
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 { GetGeoLocation } from "../schemas/schemas_0";
4
+ import { GetGeoLocation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGeoLocationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGeoLocationCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetGeoLocation", {})
13
13
  .n("Route53Client", "GetGeoLocationCommand")
14
- .sc(GetGeoLocation)
14
+ .sc(GetGeoLocation$)
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 { GetHealthCheck } from "../schemas/schemas_0";
4
+ import { GetHealthCheck$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetHealthCheckCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetHealthCheckCommand extends $Command
11
11
  })
12
12
  .s("AWSDnsV20130401", "GetHealthCheck", {})
13
13
  .n("Route53Client", "GetHealthCheckCommand")
14
- .sc(GetHealthCheck)
14
+ .sc(GetHealthCheck$)
15
15
  .build() {
16
16
  }