@aws-sdk/client-route53globalresolver 3.1044.0 → 3.1046.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 (176) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +110 -111
  5. package/dist-cjs/models/Route53GlobalResolverServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Route53GlobalResolver.js +1 -1
  10. package/dist-es/Route53GlobalResolverClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateHostedZoneCommand.js +2 -2
  13. package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -2
  14. package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -2
  15. package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -2
  16. package/dist-es/commands/CreateAccessSourceCommand.js +2 -2
  17. package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
  18. package/dist-es/commands/CreateDNSViewCommand.js +2 -2
  19. package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -2
  20. package/dist-es/commands/CreateFirewallRuleCommand.js +2 -2
  21. package/dist-es/commands/CreateGlobalResolverCommand.js +2 -2
  22. package/dist-es/commands/DeleteAccessSourceCommand.js +2 -2
  23. package/dist-es/commands/DeleteAccessTokenCommand.js +2 -2
  24. package/dist-es/commands/DeleteDNSViewCommand.js +2 -2
  25. package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -2
  26. package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -2
  27. package/dist-es/commands/DeleteGlobalResolverCommand.js +2 -2
  28. package/dist-es/commands/DisableDNSViewCommand.js +2 -2
  29. package/dist-es/commands/DisassociateHostedZoneCommand.js +2 -2
  30. package/dist-es/commands/EnableDNSViewCommand.js +2 -2
  31. package/dist-es/commands/GetAccessSourceCommand.js +2 -2
  32. package/dist-es/commands/GetAccessTokenCommand.js +2 -2
  33. package/dist-es/commands/GetDNSViewCommand.js +2 -2
  34. package/dist-es/commands/GetFirewallDomainListCommand.js +2 -2
  35. package/dist-es/commands/GetFirewallRuleCommand.js +2 -2
  36. package/dist-es/commands/GetGlobalResolverCommand.js +2 -2
  37. package/dist-es/commands/GetHostedZoneAssociationCommand.js +2 -2
  38. package/dist-es/commands/GetManagedFirewallDomainListCommand.js +2 -2
  39. package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -2
  40. package/dist-es/commands/ListAccessSourcesCommand.js +2 -2
  41. package/dist-es/commands/ListAccessTokensCommand.js +2 -2
  42. package/dist-es/commands/ListDNSViewsCommand.js +2 -2
  43. package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -2
  44. package/dist-es/commands/ListFirewallDomainsCommand.js +2 -2
  45. package/dist-es/commands/ListFirewallRulesCommand.js +2 -2
  46. package/dist-es/commands/ListGlobalResolversCommand.js +2 -2
  47. package/dist-es/commands/ListHostedZoneAssociationsCommand.js +2 -2
  48. package/dist-es/commands/ListManagedFirewallDomainListsCommand.js +2 -2
  49. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  50. package/dist-es/commands/TagResourceCommand.js +2 -2
  51. package/dist-es/commands/UntagResourceCommand.js +2 -2
  52. package/dist-es/commands/UpdateAccessSourceCommand.js +2 -2
  53. package/dist-es/commands/UpdateAccessTokenCommand.js +2 -2
  54. package/dist-es/commands/UpdateDNSViewCommand.js +2 -2
  55. package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -2
  56. package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -2
  57. package/dist-es/commands/UpdateGlobalResolverCommand.js +2 -2
  58. package/dist-es/commands/UpdateHostedZoneAssociationCommand.js +2 -2
  59. package/dist-es/endpoint/bdd.js +1 -1
  60. package/dist-es/endpoint/endpointResolver.js +1 -1
  61. package/dist-es/models/Route53GlobalResolverServiceException.js +1 -1
  62. package/dist-es/runtimeConfig.browser.js +4 -6
  63. package/dist-es/runtimeConfig.js +4 -8
  64. package/dist-es/runtimeConfig.shared.js +3 -4
  65. package/dist-es/runtimeExtensions.js +2 -2
  66. package/dist-types/Route53GlobalResolverClient.d.ts +5 -5
  67. package/dist-types/commands/AssociateHostedZoneCommand.d.ts +6 -4
  68. package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +6 -4
  69. package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +6 -4
  70. package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +6 -4
  71. package/dist-types/commands/CreateAccessSourceCommand.d.ts +6 -4
  72. package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -4
  73. package/dist-types/commands/CreateDNSViewCommand.d.ts +6 -4
  74. package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +6 -4
  75. package/dist-types/commands/CreateFirewallRuleCommand.d.ts +6 -4
  76. package/dist-types/commands/CreateGlobalResolverCommand.d.ts +6 -4
  77. package/dist-types/commands/DeleteAccessSourceCommand.d.ts +6 -4
  78. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -4
  79. package/dist-types/commands/DeleteDNSViewCommand.d.ts +6 -4
  80. package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +6 -4
  81. package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +6 -4
  82. package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +6 -4
  83. package/dist-types/commands/DisableDNSViewCommand.d.ts +6 -4
  84. package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +6 -4
  85. package/dist-types/commands/EnableDNSViewCommand.d.ts +6 -4
  86. package/dist-types/commands/GetAccessSourceCommand.d.ts +6 -4
  87. package/dist-types/commands/GetAccessTokenCommand.d.ts +6 -4
  88. package/dist-types/commands/GetDNSViewCommand.d.ts +6 -4
  89. package/dist-types/commands/GetFirewallDomainListCommand.d.ts +6 -4
  90. package/dist-types/commands/GetFirewallRuleCommand.d.ts +6 -4
  91. package/dist-types/commands/GetGlobalResolverCommand.d.ts +6 -4
  92. package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +6 -4
  93. package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +6 -4
  94. package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +6 -4
  95. package/dist-types/commands/ListAccessSourcesCommand.d.ts +6 -4
  96. package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -4
  97. package/dist-types/commands/ListDNSViewsCommand.d.ts +6 -4
  98. package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +6 -4
  99. package/dist-types/commands/ListFirewallDomainsCommand.d.ts +6 -4
  100. package/dist-types/commands/ListFirewallRulesCommand.d.ts +6 -4
  101. package/dist-types/commands/ListGlobalResolversCommand.d.ts +6 -4
  102. package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +6 -4
  103. package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +6 -4
  104. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  105. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  106. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  107. package/dist-types/commands/UpdateAccessSourceCommand.d.ts +6 -4
  108. package/dist-types/commands/UpdateAccessTokenCommand.d.ts +6 -4
  109. package/dist-types/commands/UpdateDNSViewCommand.d.ts +6 -4
  110. package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +6 -4
  111. package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +6 -4
  112. package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +6 -4
  113. package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +6 -4
  114. package/dist-types/endpoint/bdd.d.ts +1 -1
  115. package/dist-types/extensionConfiguration.d.ts +1 -1
  116. package/dist-types/models/Route53GlobalResolverServiceException.d.ts +1 -1
  117. package/dist-types/models/errors.d.ts +1 -1
  118. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  119. package/dist-types/runtimeConfig.d.ts +2 -2
  120. package/dist-types/runtimeConfig.native.d.ts +2 -2
  121. package/dist-types/ts3.4/Route53GlobalResolverClient.d.ts +8 -14
  122. package/dist-types/ts3.4/commands/AssociateHostedZoneCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/BatchCreateFirewallRuleCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/BatchDeleteFirewallRuleCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/BatchUpdateFirewallRuleCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/CreateAccessSourceCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/CreateDNSViewCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/CreateGlobalResolverCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/DeleteAccessSourceCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/DeleteDNSViewCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/DeleteGlobalResolverCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/DisableDNSViewCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/DisassociateHostedZoneCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/EnableDNSViewCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/GetAccessSourceCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/GetDNSViewCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/GetFirewallRuleCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/GetGlobalResolverCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/GetHostedZoneAssociationCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/GetManagedFirewallDomainListCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/ListAccessSourcesCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/ListDNSViewsCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/ListGlobalResolversCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/ListHostedZoneAssociationsCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/ListManagedFirewallDomainListsCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/UpdateAccessSourceCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/UpdateAccessTokenCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/UpdateDNSViewCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/UpdateGlobalResolverCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/UpdateHostedZoneAssociationCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  170. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  171. package/dist-types/ts3.4/models/Route53GlobalResolverServiceException.d.ts +1 -1
  172. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  173. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  174. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  175. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  176. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DisassociateHostedZoneInput, DisassociateHostedZoneOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface DisassociateHostedZoneCommandInput extends DisassociateHostedZo
22
22
  export interface DisassociateHostedZoneCommandOutput extends DisassociateHostedZoneOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateHostedZoneCommand_base: {
25
- new (input: DisassociateHostedZoneCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateHostedZoneCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Disassociates a Route 53 private hosted zone from a Route 53 Global Resolver resource.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EnableDNSViewInput, EnableDNSViewOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface EnableDNSViewCommandInput extends EnableDNSViewInput {
22
22
  export interface EnableDNSViewCommandOutput extends EnableDNSViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const EnableDNSViewCommand_base: {
25
- new (input: EnableDNSViewCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableDNSViewCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: EnableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Enables a disabled DNS view, allowing it to serve DNS queries again.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAccessSourceInput, GetAccessSourceOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface GetAccessSourceCommandInput extends GetAccessSourceInput {
22
22
  export interface GetAccessSourceCommandOutput extends GetAccessSourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetAccessSourceCommand_base: {
25
- new (input: GetAccessSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAccessSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about an access source.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAccessTokenInput, GetAccessTokenOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface GetAccessTokenCommandInput extends GetAccessTokenInput {
22
22
  export interface GetAccessTokenCommandOutput extends GetAccessTokenOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetAccessTokenCommand_base: {
25
- new (input: GetAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about an access token.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDNSViewInput, GetDNSViewOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface GetDNSViewCommandInput extends GetDNSViewInput {
22
22
  export interface GetDNSViewCommandOutput extends GetDNSViewOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetDNSViewCommand_base: {
25
- new (input: GetDNSViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDNSViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDNSViewCommandInput): import("@smithy/core/client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDNSViewCommandInput): import("@smithy/core/client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a DNS view.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetFirewallDomainListInput, GetFirewallDomainListOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface GetFirewallDomainListCommandInput extends GetFirewallDomainList
22
22
  export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainListOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetFirewallDomainListCommand_base: {
25
- new (input: GetFirewallDomainListCommandInput): import("@smithy/smithy-client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFirewallDomainListCommandInput): import("@smithy/smithy-client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a firewall domain list.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetFirewallRuleInput, GetFirewallRuleOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface GetFirewallRuleCommandInput extends GetFirewallRuleInput {
22
22
  export interface GetFirewallRuleCommandOutput extends GetFirewallRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetFirewallRuleCommand_base: {
25
- new (input: GetFirewallRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFirewallRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a DNS firewall rule.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetGlobalResolverInput, GetGlobalResolverOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface GetGlobalResolverCommandInput extends GetGlobalResolverInput {
22
22
  export interface GetGlobalResolverCommandOutput extends GetGlobalResolverOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetGlobalResolverCommand_base: {
25
- new (input: GetGlobalResolverCommandInput): import("@smithy/smithy-client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetGlobalResolverCommandInput): import("@smithy/smithy-client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a Route 53 Global Resolver instance.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetHostedZoneAssociationInput, GetHostedZoneAssociationOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface GetHostedZoneAssociationCommandInput extends GetHostedZoneAssoc
22
22
  export interface GetHostedZoneAssociationCommandOutput extends GetHostedZoneAssociationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetHostedZoneAssociationCommand_base: {
25
- new (input: GetHostedZoneAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetHostedZoneAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a hosted zone association.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetManagedFirewallDomainListInput, GetManagedFirewallDomainListOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface GetManagedFirewallDomainListCommandInput extends GetManagedFire
22
22
  export interface GetManagedFirewallDomainListCommandOutput extends GetManagedFirewallDomainListOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetManagedFirewallDomainListCommand_base: {
25
- new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about an Amazon Web Services-managed firewall domain list. Managed domain lists contain domains associated with malicious activity, content categories, or specific threats.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ImportFirewallDomainsInput, ImportFirewallDomainsOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ImportFirewallDomainsCommandInput extends ImportFirewallDomains
22
22
  export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomainsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ImportFirewallDomainsCommand_base: {
25
- new (input: ImportFirewallDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportFirewallDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ImportFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Imports a list of domains from an Amazon S3 file into a firewall domain list. The file should contain one domain per line.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListAccessSourcesInput, ListAccessSourcesOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListAccessSourcesCommandInput extends ListAccessSourcesInput {
22
22
  export interface ListAccessSourcesCommandOutput extends ListAccessSourcesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListAccessSourcesCommand_base: {
25
- new (input: ListAccessSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessSourcesCommandInput, ListAccessSourcesCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAccessSourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAccessSourcesCommandInput, ListAccessSourcesCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAccessSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAccessSourcesCommandInput, ListAccessSourcesCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAccessSourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListAccessSourcesCommandInput, ListAccessSourcesCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all access sources with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListAccessTokensInput, ListAccessTokensOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListAccessTokensCommandInput extends ListAccessTokensInput {
22
22
  export interface ListAccessTokensCommandOutput extends ListAccessTokensOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListAccessTokensCommand_base: {
25
- new (input: ListAccessTokensCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAccessTokensCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAccessTokensCommandInput): import("@smithy/core/client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAccessTokensCommandInput): import("@smithy/core/client").CommandImpl<ListAccessTokensCommandInput, ListAccessTokensCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all access tokens for a DNS view with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDNSViewsInput, ListDNSViewsOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListDNSViewsCommandInput extends ListDNSViewsInput {
22
22
  export interface ListDNSViewsCommandOutput extends ListDNSViewsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListDNSViewsCommand_base: {
25
- new (input: ListDNSViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDNSViewsCommandInput, ListDNSViewsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDNSViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDNSViewsCommandInput, ListDNSViewsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDNSViewsCommandInput): import("@smithy/core/client").CommandImpl<ListDNSViewsCommandInput, ListDNSViewsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDNSViewsCommandInput): import("@smithy/core/client").CommandImpl<ListDNSViewsCommandInput, ListDNSViewsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all DNS views for a Route 53 Global Resolver with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListFirewallDomainListsInput, ListFirewallDomainListsOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListFirewallDomainListsCommandInput extends ListFirewallDomainL
22
22
  export interface ListFirewallDomainListsCommandOutput extends ListFirewallDomainListsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListFirewallDomainListsCommand_base: {
25
- new (input: ListFirewallDomainListsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListFirewallDomainListsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListFirewallDomainListsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListFirewallDomainListsCommandInput]): import("@smithy/core/client").CommandImpl<ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all firewall domain lists for a Route 53 Global Resolver with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListFirewallDomainsInput, ListFirewallDomainsOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListFirewallDomainsCommandInput extends ListFirewallDomainsInpu
22
22
  export interface ListFirewallDomainsCommandOutput extends ListFirewallDomainsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListFirewallDomainsCommand_base: {
25
- new (input: ListFirewallDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFirewallDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the domains in DNS Firewall domain list you have created.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListFirewallRulesInput, ListFirewallRulesOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListFirewallRulesCommandInput extends ListFirewallRulesInput {
22
22
  export interface ListFirewallRulesCommandOutput extends ListFirewallRulesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListFirewallRulesCommand_base: {
25
- new (input: ListFirewallRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFirewallRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListFirewallRulesCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListFirewallRulesCommandInput): import("@smithy/core/client").CommandImpl<ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all DNS firewall rules for a DNS view with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListGlobalResolversInput, ListGlobalResolversOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListGlobalResolversCommandInput extends ListGlobalResolversInpu
22
22
  export interface ListGlobalResolversCommandOutput extends ListGlobalResolversOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListGlobalResolversCommand_base: {
25
- new (input: ListGlobalResolversCommandInput): import("@smithy/smithy-client").CommandImpl<ListGlobalResolversCommandInput, ListGlobalResolversCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGlobalResolversCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGlobalResolversCommandInput, ListGlobalResolversCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListGlobalResolversCommandInput): import("@smithy/core/client").CommandImpl<ListGlobalResolversCommandInput, ListGlobalResolversCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListGlobalResolversCommandInput]): import("@smithy/core/client").CommandImpl<ListGlobalResolversCommandInput, ListGlobalResolversCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all Route 53 Global Resolver instances in your account with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListHostedZoneAssociationsInput, ListHostedZoneAssociationsOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListHostedZoneAssociationsCommandInput extends ListHostedZoneAs
22
22
  export interface ListHostedZoneAssociationsCommandOutput extends ListHostedZoneAssociationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListHostedZoneAssociationsCommand_base: {
25
- new (input: ListHostedZoneAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostedZoneAssociationsCommandInput, ListHostedZoneAssociationsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListHostedZoneAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostedZoneAssociationsCommandInput, ListHostedZoneAssociationsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListHostedZoneAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZoneAssociationsCommandInput, ListHostedZoneAssociationsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListHostedZoneAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListHostedZoneAssociationsCommandInput, ListHostedZoneAssociationsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all hosted zone associations for a Route 53 Global Resolver resource with pagination support.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListManagedFirewallDomainListsInput, ListManagedFirewallDomainListsOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListManagedFirewallDomainListsCommandInput extends ListManagedF
22
22
  export interface ListManagedFirewallDomainListsCommandOutput extends ListManagedFirewallDomainListsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListManagedFirewallDomainListsCommand_base: {
25
- new (input: ListManagedFirewallDomainListsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedFirewallDomainListsCommandInput, ListManagedFirewallDomainListsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListManagedFirewallDomainListsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedFirewallDomainListsCommandInput, ListManagedFirewallDomainListsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListManagedFirewallDomainListsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedFirewallDomainListsCommandInput, ListManagedFirewallDomainListsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListManagedFirewallDomainListsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedFirewallDomainListsCommandInput, ListManagedFirewallDomainListsCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a paginated list of the Amazon Web Services Managed DNS Lists and the categories for DNS Firewall. The categories are either <code>THREAT</code> or <code>CONTENT</code>.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags associated with a Route 53 Global Resolver resource.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds or updates tags for a Route 53 Global Resolver resource. Tags are key-value pairs that help you organize and identify your resources.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes tags from a Route 53 Global Resolver resource.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateAccessSourceInput, UpdateAccessSourceOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface UpdateAccessSourceCommandInput extends UpdateAccessSourceInput
22
22
  export interface UpdateAccessSourceCommandOutput extends UpdateAccessSourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAccessSourceCommand_base: {
25
- new (input: UpdateAccessSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessSourceCommandInput, UpdateAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAccessSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessSourceCommandInput, UpdateAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessSourceCommandInput, UpdateAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessSourceCommandInput, UpdateAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the configuration of an access source.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateAccessTokenInput, UpdateAccessTokenOutput } from "../models/models_0";
4
4
  import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
@@ -22,9 +22,11 @@ export interface UpdateAccessTokenCommandInput extends UpdateAccessTokenInput {
22
22
  export interface UpdateAccessTokenCommandOutput extends UpdateAccessTokenOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAccessTokenCommand_base: {
25
- new (input: UpdateAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessTokenCommandInput, UpdateAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAccessTokenCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessTokenCommandInput, UpdateAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessTokenCommandInput, UpdateAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessTokenCommandInput, UpdateAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the configuration of an access token.</p> <important> <p>Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify <code>--region us-east-2</code> on Amazon Web Services CLI commands.</p> </important>