@aws-sdk/client-route53globalresolver 3.1045.0 → 3.1047.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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteAccessTokenInput,
@@ -18,7 +18,7 @@ export interface DeleteAccessTokenCommandOutput
18
18
  declare const DeleteAccessTokenCommand_base: {
19
19
  new (
20
20
  input: DeleteAccessTokenCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteAccessTokenCommandInput,
23
23
  DeleteAccessTokenCommandOutput,
24
24
  Route53GlobalResolverClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteAccessTokenCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteAccessTokenCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteAccessTokenCommandInput,
32
32
  DeleteAccessTokenCommandOutput,
33
33
  Route53GlobalResolverClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteAccessTokenCommand extends DeleteAccessTokenCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteDNSViewInput, DeleteDNSViewOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteDNSViewCommandOutput
15
15
  declare const DeleteDNSViewCommand_base: {
16
16
  new (
17
17
  input: DeleteDNSViewCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteDNSViewCommandInput,
20
20
  DeleteDNSViewCommandOutput,
21
21
  Route53GlobalResolverClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteDNSViewCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteDNSViewCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteDNSViewCommandInput,
29
29
  DeleteDNSViewCommandOutput,
30
30
  Route53GlobalResolverClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteDNSViewCommand extends DeleteDNSViewCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteFirewallDomainListInput,
@@ -19,7 +19,7 @@ export interface DeleteFirewallDomainListCommandOutput
19
19
  declare const DeleteFirewallDomainListCommand_base: {
20
20
  new (
21
21
  input: DeleteFirewallDomainListCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteFirewallDomainListCommandInput,
24
24
  DeleteFirewallDomainListCommandOutput,
25
25
  Route53GlobalResolverClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteFirewallDomainListCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteFirewallDomainListCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteFirewallDomainListCommandInput,
33
33
  DeleteFirewallDomainListCommandOutput,
34
34
  Route53GlobalResolverClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteFirewallDomainListCommand extends DeleteFirewallDomainListCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteFirewallRuleInput,
@@ -19,7 +19,7 @@ export interface DeleteFirewallRuleCommandOutput
19
19
  declare const DeleteFirewallRuleCommand_base: {
20
20
  new (
21
21
  input: DeleteFirewallRuleCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteFirewallRuleCommandInput,
24
24
  DeleteFirewallRuleCommandOutput,
25
25
  Route53GlobalResolverClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteFirewallRuleCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteFirewallRuleCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteFirewallRuleCommandInput,
33
33
  DeleteFirewallRuleCommandOutput,
34
34
  Route53GlobalResolverClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteFirewallRuleCommand extends DeleteFirewallRuleCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteGlobalResolverInput,
@@ -19,7 +19,7 @@ export interface DeleteGlobalResolverCommandOutput
19
19
  declare const DeleteGlobalResolverCommand_base: {
20
20
  new (
21
21
  input: DeleteGlobalResolverCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteGlobalResolverCommandInput,
24
24
  DeleteGlobalResolverCommandOutput,
25
25
  Route53GlobalResolverClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteGlobalResolverCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteGlobalResolverCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteGlobalResolverCommandInput,
33
33
  DeleteGlobalResolverCommandOutput,
34
34
  Route53GlobalResolverClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteGlobalResolverCommand extends DeleteGlobalResolverCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DisableDNSViewInput, DisableDNSViewOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DisableDNSViewCommandOutput
15
15
  declare const DisableDNSViewCommand_base: {
16
16
  new (
17
17
  input: DisableDNSViewCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DisableDNSViewCommandInput,
20
20
  DisableDNSViewCommandOutput,
21
21
  Route53GlobalResolverClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DisableDNSViewCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DisableDNSViewCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DisableDNSViewCommandInput,
29
29
  DisableDNSViewCommandOutput,
30
30
  Route53GlobalResolverClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DisableDNSViewCommand extends DisableDNSViewCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisassociateHostedZoneInput,
@@ -19,7 +19,7 @@ export interface DisassociateHostedZoneCommandOutput
19
19
  declare const DisassociateHostedZoneCommand_base: {
20
20
  new (
21
21
  input: DisassociateHostedZoneCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisassociateHostedZoneCommandInput,
24
24
  DisassociateHostedZoneCommandOutput,
25
25
  Route53GlobalResolverClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisassociateHostedZoneCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisassociateHostedZoneCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisassociateHostedZoneCommandInput,
33
33
  DisassociateHostedZoneCommandOutput,
34
34
  Route53GlobalResolverClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisassociateHostedZoneCommand extends DisassociateHostedZoneCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EnableDNSViewInput, EnableDNSViewOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface EnableDNSViewCommandOutput
15
15
  declare const EnableDNSViewCommand_base: {
16
16
  new (
17
17
  input: EnableDNSViewCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  EnableDNSViewCommandInput,
20
20
  EnableDNSViewCommandOutput,
21
21
  Route53GlobalResolverClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const EnableDNSViewCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: EnableDNSViewCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  EnableDNSViewCommandInput,
29
29
  EnableDNSViewCommandOutput,
30
30
  Route53GlobalResolverClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class EnableDNSViewCommand extends EnableDNSViewCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetAccessSourceInput,
@@ -18,7 +18,7 @@ export interface GetAccessSourceCommandOutput
18
18
  declare const GetAccessSourceCommand_base: {
19
19
  new (
20
20
  input: GetAccessSourceCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetAccessSourceCommandInput,
23
23
  GetAccessSourceCommandOutput,
24
24
  Route53GlobalResolverClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetAccessSourceCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetAccessSourceCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetAccessSourceCommandInput,
32
32
  GetAccessSourceCommandOutput,
33
33
  Route53GlobalResolverClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetAccessSourceCommand extends GetAccessSourceCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetAccessTokenInput, GetAccessTokenOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetAccessTokenCommandOutput
15
15
  declare const GetAccessTokenCommand_base: {
16
16
  new (
17
17
  input: GetAccessTokenCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetAccessTokenCommandInput,
20
20
  GetAccessTokenCommandOutput,
21
21
  Route53GlobalResolverClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetAccessTokenCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetAccessTokenCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetAccessTokenCommandInput,
29
29
  GetAccessTokenCommandOutput,
30
30
  Route53GlobalResolverClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetAccessTokenCommand extends GetAccessTokenCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetDNSViewInput, GetDNSViewOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface GetDNSViewCommandOutput
15
15
  declare const GetDNSViewCommand_base: {
16
16
  new (
17
17
  input: GetDNSViewCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetDNSViewCommandInput,
20
20
  GetDNSViewCommandOutput,
21
21
  Route53GlobalResolverClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetDNSViewCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetDNSViewCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetDNSViewCommandInput,
29
29
  GetDNSViewCommandOutput,
30
30
  Route53GlobalResolverClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetDNSViewCommand extends GetDNSViewCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetFirewallDomainListInput,
@@ -19,7 +19,7 @@ export interface GetFirewallDomainListCommandOutput
19
19
  declare const GetFirewallDomainListCommand_base: {
20
20
  new (
21
21
  input: GetFirewallDomainListCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetFirewallDomainListCommandInput,
24
24
  GetFirewallDomainListCommandOutput,
25
25
  Route53GlobalResolverClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetFirewallDomainListCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetFirewallDomainListCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetFirewallDomainListCommandInput,
33
33
  GetFirewallDomainListCommandOutput,
34
34
  Route53GlobalResolverClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetFirewallDomainListCommand extends GetFirewallDomainListCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetFirewallRuleInput,
@@ -18,7 +18,7 @@ export interface GetFirewallRuleCommandOutput
18
18
  declare const GetFirewallRuleCommand_base: {
19
19
  new (
20
20
  input: GetFirewallRuleCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetFirewallRuleCommandInput,
23
23
  GetFirewallRuleCommandOutput,
24
24
  Route53GlobalResolverClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetFirewallRuleCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetFirewallRuleCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetFirewallRuleCommandInput,
32
32
  GetFirewallRuleCommandOutput,
33
33
  Route53GlobalResolverClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetFirewallRuleCommand extends GetFirewallRuleCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetGlobalResolverInput,
@@ -18,7 +18,7 @@ export interface GetGlobalResolverCommandOutput
18
18
  declare const GetGlobalResolverCommand_base: {
19
19
  new (
20
20
  input: GetGlobalResolverCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetGlobalResolverCommandInput,
23
23
  GetGlobalResolverCommandOutput,
24
24
  Route53GlobalResolverClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetGlobalResolverCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetGlobalResolverCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetGlobalResolverCommandInput,
32
32
  GetGlobalResolverCommandOutput,
33
33
  Route53GlobalResolverClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetGlobalResolverCommand extends GetGlobalResolverCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetHostedZoneAssociationInput,
@@ -19,7 +19,7 @@ export interface GetHostedZoneAssociationCommandOutput
19
19
  declare const GetHostedZoneAssociationCommand_base: {
20
20
  new (
21
21
  input: GetHostedZoneAssociationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetHostedZoneAssociationCommandInput,
24
24
  GetHostedZoneAssociationCommandOutput,
25
25
  Route53GlobalResolverClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetHostedZoneAssociationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetHostedZoneAssociationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetHostedZoneAssociationCommandInput,
33
33
  GetHostedZoneAssociationCommandOutput,
34
34
  Route53GlobalResolverClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetHostedZoneAssociationCommand extends GetHostedZoneAssociationCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetManagedFirewallDomainListInput,
@@ -19,7 +19,7 @@ export interface GetManagedFirewallDomainListCommandOutput
19
19
  declare const GetManagedFirewallDomainListCommand_base: {
20
20
  new (
21
21
  input: GetManagedFirewallDomainListCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetManagedFirewallDomainListCommandInput,
24
24
  GetManagedFirewallDomainListCommandOutput,
25
25
  Route53GlobalResolverClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetManagedFirewallDomainListCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetManagedFirewallDomainListCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetManagedFirewallDomainListCommandInput,
33
33
  GetManagedFirewallDomainListCommandOutput,
34
34
  Route53GlobalResolverClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetManagedFirewallDomainListCommand extends GetManagedFirewallDomainListCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ImportFirewallDomainsInput,
@@ -19,7 +19,7 @@ export interface ImportFirewallDomainsCommandOutput
19
19
  declare const ImportFirewallDomainsCommand_base: {
20
20
  new (
21
21
  input: ImportFirewallDomainsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ImportFirewallDomainsCommandInput,
24
24
  ImportFirewallDomainsCommandOutput,
25
25
  Route53GlobalResolverClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ImportFirewallDomainsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ImportFirewallDomainsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ImportFirewallDomainsCommandInput,
33
33
  ImportFirewallDomainsCommandOutput,
34
34
  Route53GlobalResolverClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ImportFirewallDomainsCommand extends ImportFirewallDomainsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListAccessSourcesInput,
@@ -18,7 +18,7 @@ export interface ListAccessSourcesCommandOutput
18
18
  declare const ListAccessSourcesCommand_base: {
19
19
  new (
20
20
  input: ListAccessSourcesCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListAccessSourcesCommandInput,
23
23
  ListAccessSourcesCommandOutput,
24
24
  Route53GlobalResolverClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListAccessSourcesCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListAccessSourcesCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListAccessSourcesCommandInput,
32
32
  ListAccessSourcesCommandOutput,
33
33
  Route53GlobalResolverClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListAccessSourcesCommand extends ListAccessSourcesCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListAccessTokensInput,
@@ -18,7 +18,7 @@ export interface ListAccessTokensCommandOutput
18
18
  declare const ListAccessTokensCommand_base: {
19
19
  new (
20
20
  input: ListAccessTokensCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListAccessTokensCommandInput,
23
23
  ListAccessTokensCommandOutput,
24
24
  Route53GlobalResolverClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListAccessTokensCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListAccessTokensCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListAccessTokensCommandInput,
32
32
  ListAccessTokensCommandOutput,
33
33
  Route53GlobalResolverClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
40
42
  protected static __types: {