@aws-sdk/client-route-53 3.36.0 → 3.39.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 (168) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Route53.js +0 -3
  3. package/dist-cjs/Route53Client.js +0 -8
  4. package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +0 -25
  5. package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +0 -34
  6. package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +0 -105
  7. package/dist-cjs/commands/ChangeTagsForResourceCommand.js +0 -27
  8. package/dist-cjs/commands/CreateHealthCheckCommand.js +0 -57
  9. package/dist-cjs/commands/CreateHostedZoneCommand.js +0 -56
  10. package/dist-cjs/commands/CreateKeySigningKeyCommand.js +0 -24
  11. package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +0 -140
  12. package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +0 -74
  13. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +0 -25
  14. package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +0 -27
  15. package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +0 -28
  16. package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +0 -32
  17. package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +0 -25
  18. package/dist-cjs/commands/DeleteHealthCheckCommand.js +0 -37
  19. package/dist-cjs/commands/DeleteHostedZoneCommand.js +0 -62
  20. package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +0 -25
  21. package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +0 -28
  22. package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +0 -30
  23. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +0 -38
  24. package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +0 -27
  25. package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -32
  26. package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +0 -25
  27. package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +0 -44
  28. package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +0 -24
  29. package/dist-cjs/commands/GetAccountLimitCommand.js +0 -33
  30. package/dist-cjs/commands/GetChangeCommand.js +0 -36
  31. package/dist-cjs/commands/GetCheckerIpRangesCommand.js +0 -31
  32. package/dist-cjs/commands/GetDNSSECCommand.js +0 -24
  33. package/dist-cjs/commands/GetGeoLocationCommand.js +0 -44
  34. package/dist-cjs/commands/GetHealthCheckCommand.js +0 -24
  35. package/dist-cjs/commands/GetHealthCheckCountCommand.js +0 -24
  36. package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +0 -24
  37. package/dist-cjs/commands/GetHealthCheckStatusCommand.js +0 -27
  38. package/dist-cjs/commands/GetHostedZoneCommand.js +0 -24
  39. package/dist-cjs/commands/GetHostedZoneCountCommand.js +0 -24
  40. package/dist-cjs/commands/GetHostedZoneLimitCommand.js +0 -28
  41. package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +0 -29
  42. package/dist-cjs/commands/GetReusableDelegationSetCommand.js +0 -25
  43. package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +0 -27
  44. package/dist-cjs/commands/GetTrafficPolicyCommand.js +0 -27
  45. package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +0 -32
  46. package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +0 -24
  47. package/dist-cjs/commands/ListGeoLocationsCommand.js +0 -29
  48. package/dist-cjs/commands/ListHealthChecksCommand.js +0 -24
  49. package/dist-cjs/commands/ListHostedZonesByNameCommand.js +0 -68
  50. package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +0 -36
  51. package/dist-cjs/commands/ListHostedZonesCommand.js +0 -27
  52. package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +0 -31
  53. package/dist-cjs/commands/ListResourceRecordSetsCommand.js +0 -87
  54. package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +0 -24
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -27
  56. package/dist-cjs/commands/ListTagsForResourcesCommand.js +0 -27
  57. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +0 -30
  58. package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -31
  59. package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -31
  60. package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +0 -30
  61. package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +0 -25
  62. package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +0 -27
  63. package/dist-cjs/commands/TestDNSAnswerCommand.js +0 -26
  64. package/dist-cjs/commands/UpdateHealthCheckCommand.js +0 -27
  65. package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +0 -24
  66. package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +0 -24
  67. package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +0 -39
  68. package/dist-cjs/commands/index.js +67 -0
  69. package/dist-cjs/endpoints.js +6 -1
  70. package/dist-cjs/index.js +5 -71
  71. package/dist-cjs/models/models_0.js +0 -672
  72. package/dist-cjs/pagination/ListHealthChecksPaginator.js +0 -10
  73. package/dist-cjs/pagination/ListHostedZonesPaginator.js +0 -10
  74. package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +0 -10
  75. package/dist-cjs/pagination/index.js +7 -0
  76. package/dist-cjs/protocols/Aws_restXml.js +0 -2
  77. package/dist-cjs/runtimeConfig.browser.js +1 -5
  78. package/dist-cjs/runtimeConfig.js +1 -5
  79. package/dist-cjs/runtimeConfig.native.js +0 -3
  80. package/dist-cjs/runtimeConfig.shared.js +0 -3
  81. package/dist-cjs/waiters/index.js +4 -0
  82. package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +0 -9
  83. package/dist-es/commands/index.js +64 -0
  84. package/dist-es/endpoints.js +6 -1
  85. package/dist-es/index.js +5 -71
  86. package/dist-es/pagination/index.js +4 -0
  87. package/dist-es/waiters/index.js +1 -0
  88. package/dist-types/commands/index.d.ts +64 -0
  89. package/dist-types/index.d.ts +5 -71
  90. package/dist-types/pagination/index.d.ts +4 -0
  91. package/dist-types/ts3.4/Route53.d.ts +9 -1083
  92. package/dist-types/ts3.4/Route53Client.d.ts +24 -89
  93. package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +2 -21
  94. package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +2 -30
  95. package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +2 -101
  96. package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +2 -23
  97. package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +2 -53
  98. package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +2 -52
  99. package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +2 -20
  100. package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +0 -143
  101. package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +2 -70
  102. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +2 -21
  103. package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +2 -23
  104. package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +2 -24
  105. package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -28
  106. package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +2 -21
  107. package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +2 -33
  108. package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +2 -58
  109. package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +2 -21
  110. package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +2 -24
  111. package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +2 -26
  112. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +2 -34
  113. package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +2 -23
  114. package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +2 -28
  115. package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +2 -21
  116. package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +2 -40
  117. package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +2 -29
  119. package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +2 -32
  120. package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +2 -27
  121. package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +2 -40
  123. package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +2 -20
  125. package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +2 -20
  126. package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +2 -23
  127. package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +2 -20
  128. package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +2 -20
  129. package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +2 -24
  130. package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +2 -25
  131. package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +2 -23
  133. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +2 -23
  134. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +2 -28
  135. package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +2 -25
  137. package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +2 -64
  139. package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +2 -32
  140. package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +2 -23
  141. package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +2 -27
  142. package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +2 -83
  143. package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +2 -20
  144. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -23
  145. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +2 -23
  146. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +2 -26
  147. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +2 -27
  148. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +2 -27
  149. package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +2 -26
  150. package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +2 -21
  151. package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +2 -23
  152. package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +2 -22
  153. package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +2 -23
  154. package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +2 -20
  155. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +2 -20
  156. package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +2 -35
  157. package/dist-types/ts3.4/commands/index.d.ts +64 -0
  158. package/dist-types/ts3.4/index.d.ts +5 -71
  159. package/dist-types/ts3.4/models/models_0.d.ts +903 -4956
  160. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  161. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  162. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  163. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  164. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  165. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  166. package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +2 -9
  167. package/dist-types/waiters/index.d.ts +1 -0
  168. package/package.json +35 -35
@@ -6,42 +6,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
- /**
10
- * <p>Lists the configurations for DNS query logging that are associated with the current Amazon Web Services account or the configuration
11
- * that is associated with a specified hosted zone.</p>
12
- *
13
- * <p>For more information about DNS query logs, see
14
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html">CreateQueryLoggingConfig</a>.
15
- * Additional information, including the format of DNS query logs, appears in
16
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html">Logging DNS Queries</a>
17
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { Route53Client, ListQueryLoggingConfigsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
22
- * // const { Route53Client, ListQueryLoggingConfigsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
23
- * const client = new Route53Client(config);
24
- * const command = new ListQueryLoggingConfigsCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link ListQueryLoggingConfigsCommandInput} for command's `input` shape.
29
- * @see {@link ListQueryLoggingConfigsCommandOutput} for command's `response` shape.
30
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
33
9
  class ListQueryLoggingConfigsCommand extends smithy_client_1.Command {
34
- // Start section: command_properties
35
- // End section: command_properties
36
10
  constructor(input) {
37
- // Start section: command_constructor
38
11
  super();
39
12
  this.input = input;
40
- // End section: command_constructor
41
13
  }
42
- /**
43
- * @internal
44
- */
45
14
  resolveMiddleware(clientStack, configuration, options) {
46
15
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
47
16
  this.middlewareStack.use(middleware_sdk_route53_1.getIdNormalizerPlugin(configuration));
@@ -6,98 +6,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
- /**
10
- * <p>Lists the resource record sets in a specified hosted zone.</p>
11
- * <p>
12
- * <code>ListResourceRecordSets</code> returns up to 300 resource record sets at a time in ASCII order,
13
- * beginning at a position specified by the <code>name</code> and <code>type</code> elements.</p>
14
- *
15
- * <p>
16
- * <b>Sort order</b>
17
- * </p>
18
- * <p>
19
- * <code>ListResourceRecordSets</code> sorts results first by DNS name with the labels reversed, for example:</p>
20
- * <p>
21
- * <code>com.example.www.</code>
22
- * </p>
23
- * <p>Note the trailing dot, which can change the sort order when the record name contains characters that appear before
24
- * <code>.</code> (decimal 46) in the ASCII table. These characters include the following: <code>! " # $ % & ' ( ) * + , -</code>
25
- * </p>
26
- * <p>When multiple records have the same DNS name, <code>ListResourceRecordSets</code> sorts results by the record type.</p>
27
- *
28
- * <p>
29
- * <b>Specifying where to start listing records</b>
30
- * </p>
31
- * <p>You can use the name and type elements to specify the resource record set that the list begins with:</p>
32
- * <dl>
33
- * <dt>If you do not specify Name or Type</dt>
34
- * <dd>
35
- * <p>The results begin with the first resource record set that the hosted zone contains.</p>
36
- * </dd>
37
- * <dt>If you specify Name but not Type</dt>
38
- * <dd>
39
- * <p>The results begin with the first resource record set in the list whose name is greater than or equal to
40
- * <code>Name</code>.</p>
41
- * </dd>
42
- * <dt>If you specify Type but not Name</dt>
43
- * <dd>
44
- * <p>Amazon Route 53 returns the <code>InvalidInput</code> error.</p>
45
- * </dd>
46
- * <dt>If you specify both Name and Type</dt>
47
- * <dd>
48
- * <p>The results begin with the first resource record set in the list whose name is greater than or equal to
49
- * <code>Name</code>, and whose type is greater than or equal to <code>Type</code>.</p>
50
- * </dd>
51
- * </dl>
52
- *
53
- * <p>
54
- * <b>Resource record sets that are PENDING</b>
55
- * </p>
56
- * <p>This action returns the most current version of the records. This includes records that are <code>PENDING</code>,
57
- * and that are not yet available on all Route 53 DNS servers.</p>
58
- *
59
- * <p>
60
- * <b>Changing resource record sets</b>
61
- * </p>
62
- * <p>To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time,
63
- * do not submit a <code>ChangeResourceRecordSets</code> request while you're paging through the results of a
64
- * <code>ListResourceRecordSets</code> request. If you do, some pages may display results without the latest changes
65
- * while other pages display results with the latest changes.</p>
66
- *
67
- * <p>
68
- * <b>Displaying the next page of results</b>
69
- * </p>
70
- * <p>If a <code>ListResourceRecordSets</code> command returns more than one page of results, the value of <code>IsTruncated</code>
71
- * is <code>true</code>. To display the next page of results, get the values of <code>NextRecordName</code>, <code>NextRecordType</code>,
72
- * and <code>NextRecordIdentifier</code> (if any) from the response. Then submit another <code>ListResourceRecordSets</code> request, and
73
- * specify those values for <code>StartRecordName</code>, <code>StartRecordType</code>, and <code>StartRecordIdentifier</code>.</p>
74
- * @example
75
- * Use a bare-bones client and the command you need to make an API call.
76
- * ```javascript
77
- * import { Route53Client, ListResourceRecordSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
78
- * // const { Route53Client, ListResourceRecordSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
79
- * const client = new Route53Client(config);
80
- * const command = new ListResourceRecordSetsCommand(input);
81
- * const response = await client.send(command);
82
- * ```
83
- *
84
- * @see {@link ListResourceRecordSetsCommandInput} for command's `input` shape.
85
- * @see {@link ListResourceRecordSetsCommandOutput} for command's `response` shape.
86
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
87
- *
88
- */
89
9
  class ListResourceRecordSetsCommand extends smithy_client_1.Command {
90
- // Start section: command_properties
91
- // End section: command_properties
92
10
  constructor(input) {
93
- // Start section: command_constructor
94
11
  super();
95
12
  this.input = input;
96
- // End section: command_constructor
97
13
  }
98
- /**
99
- * @internal
100
- */
101
14
  resolveMiddleware(clientStack, configuration, options) {
102
15
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
103
16
  this.middlewareStack.use(middleware_sdk_route53_1.getIdNormalizerPlugin(configuration));
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
8
- /**
9
- * <p>Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { Route53Client, ListReusableDelegationSetsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
14
- * // const { Route53Client, ListReusableDelegationSetsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
15
- * const client = new Route53Client(config);
16
- * const command = new ListReusableDelegationSetsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListReusableDelegationSetsCommandInput} for command's `input` shape.
21
- * @see {@link ListReusableDelegationSetsCommandOutput} for command's `response` shape.
22
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListReusableDelegationSetsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
8
- /**
9
- * <p>Lists tags for one health check or hosted zone. </p>
10
- * <p>For information about using tags for cost allocation, see
11
- * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a>
12
- * in the <i>Billing and Cost Management User Guide</i>.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { Route53Client, ListTagsForResourceCommand } from "@aws-sdk/client-route-53"; // ES Modules import
17
- * // const { Route53Client, ListTagsForResourceCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
18
- * const client = new Route53Client(config);
19
- * const command = new ListTagsForResourceCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
24
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
25
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
8
  class ListTagsForResourceCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
8
- /**
9
- * <p>Lists tags for up to 10 health checks or hosted zones.</p>
10
- * <p>For information about using tags for cost allocation, see
11
- * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using Cost Allocation Tags</a>
12
- * in the <i>Billing and Cost Management User Guide</i>.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { Route53Client, ListTagsForResourcesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
17
- * // const { Route53Client, ListTagsForResourcesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
18
- * const client = new Route53Client(config);
19
- * const command = new ListTagsForResourcesCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ListTagsForResourcesCommandInput} for command's `input` shape.
24
- * @see {@link ListTagsForResourcesCommandOutput} for command's `response` shape.
25
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
8
  class ListTagsForResourcesCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
8
- /**
9
- * <p>Gets information about the latest version for every traffic policy that is associated with the current Amazon Web Services account.
10
- * Policies are listed in the order that they were created in. </p>
11
- *
12
- * <p>For information about how of deleting a traffic policy affects the response from <code>ListTrafficPolicies</code>, see
13
- * <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicy.html">DeleteTrafficPolicy</a>.
14
- *
15
- * </p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { Route53Client, ListTrafficPoliciesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
20
- * // const { Route53Client, ListTrafficPoliciesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
21
- * const client = new Route53Client(config);
22
- * const command = new ListTrafficPoliciesCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link ListTrafficPoliciesCommandInput} for command's `input` shape.
27
- * @see {@link ListTrafficPoliciesCommandOutput} for command's `response` shape.
28
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
8
  class ListTrafficPoliciesCommand extends smithy_client_1.Command {
32
- // Start section: command_properties
33
- // End section: command_properties
34
9
  constructor(input) {
35
- // Start section: command_constructor
36
10
  super();
37
11
  this.input = input;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  resolveMiddleware(clientStack, configuration, options) {
44
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -6,42 +6,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
- /**
10
- * <p>Gets information about the traffic policy instances that you created in a specified hosted zone.</p>
11
- * <note>
12
- * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request, there's a
13
- * brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information,
14
- * see the <code>State</code> response element.</p>
15
- * </note>
16
- * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
17
- * <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } from "@aws-sdk/client-route-53"; // ES Modules import
22
- * // const { Route53Client, ListTrafficPolicyInstancesByHostedZoneCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
23
- * const client = new Route53Client(config);
24
- * const command = new ListTrafficPolicyInstancesByHostedZoneCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link ListTrafficPolicyInstancesByHostedZoneCommandInput} for command's `input` shape.
29
- * @see {@link ListTrafficPolicyInstancesByHostedZoneCommandOutput} for command's `response` shape.
30
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
33
9
  class ListTrafficPolicyInstancesByHostedZoneCommand extends smithy_client_1.Command {
34
- // Start section: command_properties
35
- // End section: command_properties
36
10
  constructor(input) {
37
- // Start section: command_constructor
38
11
  super();
39
12
  this.input = input;
40
- // End section: command_constructor
41
13
  }
42
- /**
43
- * @internal
44
- */
45
14
  resolveMiddleware(clientStack, configuration, options) {
46
15
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
47
16
  this.middlewareStack.use(middleware_sdk_route53_1.getIdNormalizerPlugin(configuration));
@@ -5,42 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
8
- /**
9
- * <p>Gets information about the traffic policy instances that you created by using a specify traffic policy version.</p>
10
- * <note>
11
- * <p>After you submit a <code>CreateTrafficPolicyInstance</code> or an <code>UpdateTrafficPolicyInstance</code> request,
12
- * there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For
13
- * more information, see the <code>State</code> response element.</p>
14
- * </note>
15
- * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
16
- * <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } from "@aws-sdk/client-route-53"; // ES Modules import
21
- * // const { Route53Client, ListTrafficPolicyInstancesByPolicyCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
22
- * const client = new Route53Client(config);
23
- * const command = new ListTrafficPolicyInstancesByPolicyCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link ListTrafficPolicyInstancesByPolicyCommandInput} for command's `input` shape.
28
- * @see {@link ListTrafficPolicyInstancesByPolicyCommandOutput} for command's `response` shape.
29
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
32
8
  class ListTrafficPolicyInstancesByPolicyCommand extends smithy_client_1.Command {
33
- // Start section: command_properties
34
- // End section: command_properties
35
9
  constructor(input) {
36
- // Start section: command_constructor
37
10
  super();
38
11
  this.input = input;
39
- // End section: command_constructor
40
12
  }
41
- /**
42
- * @internal
43
- */
44
13
  resolveMiddleware(clientStack, configuration, options) {
45
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
46
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
8
- /**
9
- * <p>Gets information about the traffic policy instances that you created by using the current Amazon Web Services account.</p>
10
- * <note>
11
- * <p>After you submit an <code>UpdateTrafficPolicyInstance</code> request, there's a brief delay while Amazon Route 53 creates the
12
- * resource record sets that are specified in the traffic policy definition. For more information, see the <code>State</code> response element.</p>
13
- * </note>
14
- * <p>Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the
15
- * <code>MaxItems</code> parameter to list them in groups of up to 100.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { Route53Client, ListTrafficPolicyInstancesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
20
- * // const { Route53Client, ListTrafficPolicyInstancesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
21
- * const client = new Route53Client(config);
22
- * const command = new ListTrafficPolicyInstancesCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link ListTrafficPolicyInstancesCommandInput} for command's `input` shape.
27
- * @see {@link ListTrafficPolicyInstancesCommandOutput} for command's `response` shape.
28
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
8
  class ListTrafficPolicyInstancesCommand extends smithy_client_1.Command {
32
- // Start section: command_properties
33
- // End section: command_properties
34
9
  constructor(input) {
35
- // Start section: command_constructor
36
10
  super();
37
11
  this.input = input;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  resolveMiddleware(clientStack, configuration, options) {
44
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -6,36 +6,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
- /**
10
- * <p>Gets information about all of the versions for a specified traffic policy.</p>
11
- * <p>Traffic policy versions are listed in numerical order by <code>VersionNumber</code>.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { Route53Client, ListTrafficPolicyVersionsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
16
- * // const { Route53Client, ListTrafficPolicyVersionsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
17
- * const client = new Route53Client(config);
18
- * const command = new ListTrafficPolicyVersionsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListTrafficPolicyVersionsCommandInput} for command's `input` shape.
23
- * @see {@link ListTrafficPolicyVersionsCommandOutput} for command's `response` shape.
24
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
9
  class ListTrafficPolicyVersionsCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
10
  constructor(input) {
31
- // Start section: command_constructor
32
11
  super();
33
12
  this.input = input;
34
- // End section: command_constructor
35
13
  }
36
- /**
37
- * @internal
38
- */
39
14
  resolveMiddleware(clientStack, configuration, options) {
40
15
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
16
  this.middlewareStack.use(middleware_sdk_route53_1.getIdNormalizerPlugin(configuration));
@@ -6,38 +6,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
- /**
10
- * <p>Gets a list of the VPCs that were created by other accounts and that can be associated with a
11
- * specified hosted zone because you've submitted one or more <code>CreateVPCAssociationAuthorization</code> requests. </p>
12
- * <p>The response includes a <code>VPCs</code> element with a <code>VPC</code> child element for each VPC
13
- * that can be associated with the hosted zone.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { Route53Client, ListVPCAssociationAuthorizationsCommand } from "@aws-sdk/client-route-53"; // ES Modules import
18
- * // const { Route53Client, ListVPCAssociationAuthorizationsCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
19
- * const client = new Route53Client(config);
20
- * const command = new ListVPCAssociationAuthorizationsCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link ListVPCAssociationAuthorizationsCommandInput} for command's `input` shape.
25
- * @see {@link ListVPCAssociationAuthorizationsCommandOutput} for command's `response` shape.
26
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
9
  class ListVPCAssociationAuthorizationsCommand extends smithy_client_1.Command {
30
- // Start section: command_properties
31
- // End section: command_properties
32
10
  constructor(input) {
33
- // Start section: command_constructor
34
11
  super();
35
12
  this.input = input;
36
- // End section: command_constructor
37
13
  }
38
- /**
39
- * @internal
40
- */
41
14
  resolveMiddleware(clientStack, configuration, options) {
42
15
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
43
16
  this.middlewareStack.use(middleware_sdk_route53_1.getIdNormalizerPlugin(configuration));
@@ -6,37 +6,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
- /**
10
- * <p>Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify
11
- * the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask. </p>
12
- * <p>This call only supports querying public hosted zones.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { Route53Client, TestDNSAnswerCommand } from "@aws-sdk/client-route-53"; // ES Modules import
17
- * // const { Route53Client, TestDNSAnswerCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
18
- * const client = new Route53Client(config);
19
- * const command = new TestDNSAnswerCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link TestDNSAnswerCommandInput} for command's `input` shape.
24
- * @see {@link TestDNSAnswerCommandOutput} for command's `response` shape.
25
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
9
  class TestDNSAnswerCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
10
  constructor(input) {
32
- // Start section: command_constructor
33
11
  super();
34
12
  this.input = input;
35
- // End section: command_constructor
36
13
  }
37
- /**
38
- * @internal
39
- */
40
14
  resolveMiddleware(clientStack, configuration, options) {
41
15
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
16
  this.middlewareStack.use(middleware_sdk_route53_1.getIdNormalizerPlugin(configuration));
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
8
- /**
9
- * <p>Updates an existing health check. Note that some values can't be updated. </p>
10
- * <p>For more information about updating health checks, see
11
- * <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html">Creating, Updating, and Deleting Health Checks</a>
12
- * in the <i>Amazon Route 53 Developer Guide</i>.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { Route53Client, UpdateHealthCheckCommand } from "@aws-sdk/client-route-53"; // ES Modules import
17
- * // const { Route53Client, UpdateHealthCheckCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
18
- * const client = new Route53Client(config);
19
- * const command = new UpdateHealthCheckCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link UpdateHealthCheckCommandInput} for command's `input` shape.
24
- * @see {@link UpdateHealthCheckCommandOutput} for command's `response` shape.
25
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
8
  class UpdateHealthCheckCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -6,35 +6,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
- /**
10
- * <p>Updates the comment for a specified hosted zone.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { Route53Client, UpdateHostedZoneCommentCommand } from "@aws-sdk/client-route-53"; // ES Modules import
15
- * // const { Route53Client, UpdateHostedZoneCommentCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
16
- * const client = new Route53Client(config);
17
- * const command = new UpdateHostedZoneCommentCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UpdateHostedZoneCommentCommandInput} for command's `input` shape.
22
- * @see {@link UpdateHostedZoneCommentCommandOutput} for command's `response` shape.
23
- * @see {@link Route53ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
9
  class UpdateHostedZoneCommentCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
10
  constructor(input) {
30
- // Start section: command_constructor
31
11
  super();
32
12
  this.input = input;
33
- // End section: command_constructor
34
13
  }
35
- /**
36
- * @internal
37
- */
38
14
  resolveMiddleware(clientStack, configuration, options) {
39
15
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
16
  this.middlewareStack.use(middleware_sdk_route53_1.getIdNormalizerPlugin(configuration));