@aws-sdk/client-route-53 3.414.0 → 3.421.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 (142) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +5 -0
  3. package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +5 -0
  4. package/dist-cjs/commands/ChangeCidrCollectionCommand.js +5 -0
  5. package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +5 -0
  6. package/dist-cjs/commands/ChangeTagsForResourceCommand.js +5 -0
  7. package/dist-cjs/commands/CreateCidrCollectionCommand.js +5 -0
  8. package/dist-cjs/commands/CreateHealthCheckCommand.js +5 -0
  9. package/dist-cjs/commands/CreateHostedZoneCommand.js +5 -0
  10. package/dist-cjs/commands/CreateKeySigningKeyCommand.js +5 -0
  11. package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +5 -0
  12. package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +5 -0
  13. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +5 -0
  14. package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +5 -0
  15. package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +5 -0
  16. package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +5 -0
  17. package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteCidrCollectionCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteHealthCheckCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteHostedZoneCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +5 -0
  27. package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +5 -0
  28. package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +5 -0
  29. package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +5 -0
  30. package/dist-cjs/commands/GetAccountLimitCommand.js +5 -0
  31. package/dist-cjs/commands/GetChangeCommand.js +5 -0
  32. package/dist-cjs/commands/GetCheckerIpRangesCommand.js +5 -0
  33. package/dist-cjs/commands/GetDNSSECCommand.js +5 -0
  34. package/dist-cjs/commands/GetGeoLocationCommand.js +5 -0
  35. package/dist-cjs/commands/GetHealthCheckCommand.js +5 -0
  36. package/dist-cjs/commands/GetHealthCheckCountCommand.js +5 -0
  37. package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +5 -0
  38. package/dist-cjs/commands/GetHealthCheckStatusCommand.js +5 -0
  39. package/dist-cjs/commands/GetHostedZoneCommand.js +5 -0
  40. package/dist-cjs/commands/GetHostedZoneCountCommand.js +5 -0
  41. package/dist-cjs/commands/GetHostedZoneLimitCommand.js +5 -0
  42. package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +5 -0
  43. package/dist-cjs/commands/GetReusableDelegationSetCommand.js +5 -0
  44. package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +5 -0
  45. package/dist-cjs/commands/GetTrafficPolicyCommand.js +5 -0
  46. package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +5 -0
  47. package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +5 -0
  48. package/dist-cjs/commands/ListCidrBlocksCommand.js +5 -0
  49. package/dist-cjs/commands/ListCidrCollectionsCommand.js +5 -0
  50. package/dist-cjs/commands/ListCidrLocationsCommand.js +5 -0
  51. package/dist-cjs/commands/ListGeoLocationsCommand.js +5 -0
  52. package/dist-cjs/commands/ListHealthChecksCommand.js +5 -0
  53. package/dist-cjs/commands/ListHostedZonesByNameCommand.js +5 -0
  54. package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +5 -0
  55. package/dist-cjs/commands/ListHostedZonesCommand.js +5 -0
  56. package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +5 -0
  57. package/dist-cjs/commands/ListResourceRecordSetsCommand.js +5 -0
  58. package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +5 -0
  59. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  60. package/dist-cjs/commands/ListTagsForResourcesCommand.js +5 -0
  61. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +5 -0
  62. package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +5 -0
  63. package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +5 -0
  64. package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +5 -0
  65. package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +5 -0
  66. package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +5 -0
  67. package/dist-cjs/commands/TestDNSAnswerCommand.js +5 -0
  68. package/dist-cjs/commands/UpdateHealthCheckCommand.js +5 -0
  69. package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +5 -0
  70. package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +5 -0
  71. package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +5 -0
  72. package/dist-es/commands/ActivateKeySigningKeyCommand.js +5 -0
  73. package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +5 -0
  74. package/dist-es/commands/ChangeCidrCollectionCommand.js +5 -0
  75. package/dist-es/commands/ChangeResourceRecordSetsCommand.js +5 -0
  76. package/dist-es/commands/ChangeTagsForResourceCommand.js +5 -0
  77. package/dist-es/commands/CreateCidrCollectionCommand.js +5 -0
  78. package/dist-es/commands/CreateHealthCheckCommand.js +5 -0
  79. package/dist-es/commands/CreateHostedZoneCommand.js +5 -0
  80. package/dist-es/commands/CreateKeySigningKeyCommand.js +5 -0
  81. package/dist-es/commands/CreateQueryLoggingConfigCommand.js +5 -0
  82. package/dist-es/commands/CreateReusableDelegationSetCommand.js +5 -0
  83. package/dist-es/commands/CreateTrafficPolicyCommand.js +5 -0
  84. package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +5 -0
  85. package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +5 -0
  86. package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +5 -0
  87. package/dist-es/commands/DeactivateKeySigningKeyCommand.js +5 -0
  88. package/dist-es/commands/DeleteCidrCollectionCommand.js +5 -0
  89. package/dist-es/commands/DeleteHealthCheckCommand.js +5 -0
  90. package/dist-es/commands/DeleteHostedZoneCommand.js +5 -0
  91. package/dist-es/commands/DeleteKeySigningKeyCommand.js +5 -0
  92. package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +5 -0
  93. package/dist-es/commands/DeleteReusableDelegationSetCommand.js +5 -0
  94. package/dist-es/commands/DeleteTrafficPolicyCommand.js +5 -0
  95. package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +5 -0
  96. package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +5 -0
  97. package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +5 -0
  98. package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +5 -0
  99. package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +5 -0
  100. package/dist-es/commands/GetAccountLimitCommand.js +5 -0
  101. package/dist-es/commands/GetChangeCommand.js +5 -0
  102. package/dist-es/commands/GetCheckerIpRangesCommand.js +5 -0
  103. package/dist-es/commands/GetDNSSECCommand.js +5 -0
  104. package/dist-es/commands/GetGeoLocationCommand.js +5 -0
  105. package/dist-es/commands/GetHealthCheckCommand.js +5 -0
  106. package/dist-es/commands/GetHealthCheckCountCommand.js +5 -0
  107. package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +5 -0
  108. package/dist-es/commands/GetHealthCheckStatusCommand.js +5 -0
  109. package/dist-es/commands/GetHostedZoneCommand.js +5 -0
  110. package/dist-es/commands/GetHostedZoneCountCommand.js +5 -0
  111. package/dist-es/commands/GetHostedZoneLimitCommand.js +5 -0
  112. package/dist-es/commands/GetQueryLoggingConfigCommand.js +5 -0
  113. package/dist-es/commands/GetReusableDelegationSetCommand.js +5 -0
  114. package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +5 -0
  115. package/dist-es/commands/GetTrafficPolicyCommand.js +5 -0
  116. package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +5 -0
  117. package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +5 -0
  118. package/dist-es/commands/ListCidrBlocksCommand.js +5 -0
  119. package/dist-es/commands/ListCidrCollectionsCommand.js +5 -0
  120. package/dist-es/commands/ListCidrLocationsCommand.js +5 -0
  121. package/dist-es/commands/ListGeoLocationsCommand.js +5 -0
  122. package/dist-es/commands/ListHealthChecksCommand.js +5 -0
  123. package/dist-es/commands/ListHostedZonesByNameCommand.js +5 -0
  124. package/dist-es/commands/ListHostedZonesByVPCCommand.js +5 -0
  125. package/dist-es/commands/ListHostedZonesCommand.js +5 -0
  126. package/dist-es/commands/ListQueryLoggingConfigsCommand.js +5 -0
  127. package/dist-es/commands/ListResourceRecordSetsCommand.js +5 -0
  128. package/dist-es/commands/ListReusableDelegationSetsCommand.js +5 -0
  129. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  130. package/dist-es/commands/ListTagsForResourcesCommand.js +5 -0
  131. package/dist-es/commands/ListTrafficPoliciesCommand.js +5 -0
  132. package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +5 -0
  133. package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +5 -0
  134. package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +5 -0
  135. package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +5 -0
  136. package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +5 -0
  137. package/dist-es/commands/TestDNSAnswerCommand.js +5 -0
  138. package/dist-es/commands/UpdateHealthCheckCommand.js +5 -0
  139. package/dist-es/commands/UpdateHostedZoneCommentCommand.js +5 -0
  140. package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +5 -0
  141. package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +5 -0
  142. package/package.json +33 -33
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_DeleteTrafficPolicyInstanceCommand, se_DeleteTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class DeleteTrafficPolicyInstanceCommand extends $Command {
@@ -31,6 +32,10 @@ export class DeleteTrafficPolicyInstanceCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "DeleteTrafficPolicyInstance",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_DeleteVPCAssociationAuthorizationCommand, se_DeleteVPCAssociationAuthorizationCommand, } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class DeleteVPCAssociationAuthorizationCommand extends $Command {
@@ -31,6 +32,10 @@ export class DeleteVPCAssociationAuthorizationCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "DeleteVPCAssociationAuthorization",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_DisableHostedZoneDNSSECCommand, se_DisableHostedZoneDNSSECCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class DisableHostedZoneDNSSECCommand extends $Command {
@@ -31,6 +32,10 @@ export class DisableHostedZoneDNSSECCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "DisableHostedZoneDNSSEC",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_DisassociateVPCFromHostedZoneCommand, se_DisassociateVPCFromHostedZoneCommand, } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class DisassociateVPCFromHostedZoneCommand extends $Command {
@@ -31,6 +32,10 @@ export class DisassociateVPCFromHostedZoneCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "DisassociateVPCFromHostedZone",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_EnableHostedZoneDNSSECCommand, se_EnableHostedZoneDNSSECCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class EnableHostedZoneDNSSECCommand extends $Command {
@@ -31,6 +32,10 @@ export class EnableHostedZoneDNSSECCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "EnableHostedZoneDNSSEC",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetAccountLimitCommand, se_GetAccountLimitCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetAccountLimitCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetAccountLimitCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetAccountLimit",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetChangeCommand, se_GetChangeCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetChangeCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetChangeCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetChange",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetCheckerIpRangesCommand, se_GetCheckerIpRangesCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetCheckerIpRangesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetCheckerIpRangesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetCheckerIpRanges",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetDNSSECCommand, se_GetDNSSECCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetDNSSECCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetDNSSECCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetDNSSEC",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetGeoLocationCommand, se_GetGeoLocationCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetGeoLocationCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetGeoLocationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetGeoLocation",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetHealthCheckCommand, se_GetHealthCheckCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetHealthCheckCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetHealthCheckCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetHealthCheck",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetHealthCheckCountCommand, se_GetHealthCheckCountCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetHealthCheckCountCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetHealthCheckCountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetHealthCheckCount",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetHealthCheckLastFailureReasonCommand, se_GetHealthCheckLastFailureReasonCommand, } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetHealthCheckLastFailureReasonCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetHealthCheckLastFailureReasonCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetHealthCheckLastFailureReason",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetHealthCheckStatusCommand, se_GetHealthCheckStatusCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetHealthCheckStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetHealthCheckStatusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetHealthCheckStatus",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetHostedZoneCommand, se_GetHostedZoneCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetHostedZoneCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetHostedZoneCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetHostedZone",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetHostedZoneCountCommand, se_GetHostedZoneCountCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetHostedZoneCountCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetHostedZoneCountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetHostedZoneCount",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetHostedZoneLimitCommand, se_GetHostedZoneLimitCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetHostedZoneLimitCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetHostedZoneLimitCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetHostedZoneLimit",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetQueryLoggingConfigCommand, se_GetQueryLoggingConfigCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetQueryLoggingConfigCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetQueryLoggingConfigCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetQueryLoggingConfig",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetReusableDelegationSetCommand, se_GetReusableDelegationSetCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetReusableDelegationSetCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetReusableDelegationSetCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetReusableDelegationSet",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetReusableDelegationSetLimitCommand, se_GetReusableDelegationSetLimitCommand, } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetReusableDelegationSetLimitCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetReusableDelegationSetLimitCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetReusableDelegationSetLimit",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetTrafficPolicyCommand, se_GetTrafficPolicyCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetTrafficPolicyCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetTrafficPolicyCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetTrafficPolicy",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_GetTrafficPolicyInstanceCommand, se_GetTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class GetTrafficPolicyInstanceCommand extends $Command {
@@ -31,6 +32,10 @@ export class GetTrafficPolicyInstanceCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "GetTrafficPolicyInstance",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTrafficPolicyInstanceCountCommand, se_GetTrafficPolicyInstanceCountCommand, } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class GetTrafficPolicyInstanceCountCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTrafficPolicyInstanceCountCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "GetTrafficPolicyInstanceCount",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListCidrBlocksCommand, se_ListCidrBlocksCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class ListCidrBlocksCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCidrBlocksCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "ListCidrBlocks",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListCidrCollectionsCommand, se_ListCidrCollectionsCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class ListCidrCollectionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCidrCollectionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "ListCidrCollections",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListCidrLocationsCommand, se_ListCidrLocationsCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class ListCidrLocationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCidrLocationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "ListCidrLocations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListGeoLocationsCommand, se_ListGeoLocationsCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class ListGeoLocationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListGeoLocationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "ListGeoLocations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListHealthChecksCommand, se_ListHealthChecksCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class ListHealthChecksCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListHealthChecksCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "ListHealthChecks",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_ListHostedZonesByNameCommand, se_ListHostedZonesByNameCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class ListHostedZonesByNameCommand extends $Command {
@@ -31,6 +32,10 @@ export class ListHostedZonesByNameCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "ListHostedZonesByName",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListHostedZonesByVPCCommand, se_ListHostedZonesByVPCCommand } from "../protocols/Aws_restXml";
5
6
  export { $Command };
6
7
  export class ListHostedZonesByVPCCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListHostedZonesByVPCCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSDnsV20130401",
35
+ operation: "ListHostedZonesByVPC",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_ListHostedZonesCommand, se_ListHostedZonesCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class ListHostedZonesCommand extends $Command {
@@ -31,6 +32,10 @@ export class ListHostedZonesCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "ListHostedZones",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { de_ListQueryLoggingConfigsCommand, se_ListQueryLoggingConfigsCommand } from "../protocols/Aws_restXml";
6
7
  export { $Command };
7
8
  export class ListQueryLoggingConfigsCommand extends $Command {
@@ -31,6 +32,10 @@ export class ListQueryLoggingConfigsCommand extends $Command {
31
32
  commandName,
32
33
  inputFilterSensitiveLog: (_) => _,
33
34
  outputFilterSensitiveLog: (_) => _,
35
+ [SMITHY_CONTEXT_KEY]: {
36
+ service: "AWSDnsV20130401",
37
+ operation: "ListQueryLoggingConfigs",
38
+ },
34
39
  };
35
40
  const { requestHandler } = configuration;
36
41
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);