@aws-sdk/client-route53globalresolver 3.1077.0 → 3.1079.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 (149) hide show
  1. package/dist-cjs/index.js +55 -473
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateHostedZoneCommand.js +2 -14
  4. package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -14
  5. package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -14
  6. package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -14
  7. package/dist-es/commands/CreateAccessSourceCommand.js +2 -14
  8. package/dist-es/commands/CreateAccessTokenCommand.js +2 -14
  9. package/dist-es/commands/CreateDNSViewCommand.js +2 -14
  10. package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -14
  11. package/dist-es/commands/CreateFirewallRuleCommand.js +2 -14
  12. package/dist-es/commands/CreateGlobalResolverCommand.js +2 -14
  13. package/dist-es/commands/DeleteAccessSourceCommand.js +2 -14
  14. package/dist-es/commands/DeleteAccessTokenCommand.js +2 -14
  15. package/dist-es/commands/DeleteDNSViewCommand.js +2 -14
  16. package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -14
  17. package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -14
  18. package/dist-es/commands/DeleteGlobalResolverCommand.js +2 -14
  19. package/dist-es/commands/DisableDNSViewCommand.js +2 -14
  20. package/dist-es/commands/DisassociateHostedZoneCommand.js +2 -14
  21. package/dist-es/commands/EnableDNSViewCommand.js +2 -14
  22. package/dist-es/commands/GetAccessSourceCommand.js +2 -14
  23. package/dist-es/commands/GetAccessTokenCommand.js +2 -14
  24. package/dist-es/commands/GetDNSViewCommand.js +2 -14
  25. package/dist-es/commands/GetFirewallDomainListCommand.js +2 -14
  26. package/dist-es/commands/GetFirewallRuleCommand.js +2 -14
  27. package/dist-es/commands/GetGlobalResolverCommand.js +2 -14
  28. package/dist-es/commands/GetHostedZoneAssociationCommand.js +2 -14
  29. package/dist-es/commands/GetManagedFirewallDomainListCommand.js +2 -14
  30. package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -14
  31. package/dist-es/commands/ListAccessSourcesCommand.js +2 -14
  32. package/dist-es/commands/ListAccessTokensCommand.js +2 -14
  33. package/dist-es/commands/ListDNSViewsCommand.js +2 -14
  34. package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -14
  35. package/dist-es/commands/ListFirewallDomainsCommand.js +2 -14
  36. package/dist-es/commands/ListFirewallRulesCommand.js +2 -14
  37. package/dist-es/commands/ListGlobalResolversCommand.js +2 -14
  38. package/dist-es/commands/ListHostedZoneAssociationsCommand.js +2 -14
  39. package/dist-es/commands/ListManagedFirewallDomainListsCommand.js +2 -14
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  41. package/dist-es/commands/TagResourceCommand.js +2 -14
  42. package/dist-es/commands/UntagResourceCommand.js +2 -14
  43. package/dist-es/commands/UpdateAccessSourceCommand.js +2 -14
  44. package/dist-es/commands/UpdateAccessTokenCommand.js +2 -14
  45. package/dist-es/commands/UpdateDNSViewCommand.js +2 -14
  46. package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -14
  47. package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -14
  48. package/dist-es/commands/UpdateGlobalResolverCommand.js +2 -14
  49. package/dist-es/commands/UpdateHostedZoneAssociationCommand.js +2 -14
  50. package/dist-es/index.js +1 -0
  51. package/dist-types/commandBuilder.d.ts +18 -0
  52. package/dist-types/commands/AssociateHostedZoneCommand.d.ts +3 -8
  53. package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +3 -8
  54. package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +3 -8
  55. package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateAccessSourceCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateDNSViewCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateGlobalResolverCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteAccessSourceCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteDNSViewCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +3 -8
  68. package/dist-types/commands/DisableDNSViewCommand.d.ts +3 -8
  69. package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +3 -8
  70. package/dist-types/commands/EnableDNSViewCommand.d.ts +3 -8
  71. package/dist-types/commands/GetAccessSourceCommand.d.ts +3 -8
  72. package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -8
  73. package/dist-types/commands/GetDNSViewCommand.d.ts +3 -8
  74. package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -8
  75. package/dist-types/commands/GetFirewallRuleCommand.d.ts +3 -8
  76. package/dist-types/commands/GetGlobalResolverCommand.d.ts +3 -8
  77. package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +3 -8
  78. package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +3 -8
  79. package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -8
  80. package/dist-types/commands/ListAccessSourcesCommand.d.ts +3 -8
  81. package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -8
  82. package/dist-types/commands/ListDNSViewsCommand.d.ts +3 -8
  83. package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListFirewallDomainsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListFirewallRulesCommand.d.ts +3 -8
  86. package/dist-types/commands/ListGlobalResolversCommand.d.ts +3 -8
  87. package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  90. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  91. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateAccessSourceCommand.d.ts +3 -8
  93. package/dist-types/commands/UpdateAccessTokenCommand.d.ts +3 -8
  94. package/dist-types/commands/UpdateDNSViewCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +3 -8
  99. package/dist-types/index.d.ts +1 -0
  100. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  101. package/dist-types/ts3.4/commands/AssociateHostedZoneCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/BatchCreateFirewallRuleCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/BatchDeleteFirewallRuleCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/BatchUpdateFirewallRuleCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/CreateAccessSourceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateDNSViewCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateGlobalResolverCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DeleteAccessSourceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteDNSViewCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteGlobalResolverCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DisableDNSViewCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DisassociateHostedZoneCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/EnableDNSViewCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetAccessSourceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetDNSViewCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetFirewallRuleCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetGlobalResolverCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetHostedZoneAssociationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetManagedFirewallDomainListCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/ListAccessSourcesCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListDNSViewsCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListGlobalResolversCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListHostedZoneAssociationsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListManagedFirewallDomainListsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/UpdateAccessSourceCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/UpdateAccessTokenCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UpdateDNSViewCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdateGlobalResolverCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/UpdateHostedZoneAssociationCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/index.d.ts +1 -0
  149. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateGlobalResolverInput, CreateGlobalResolverOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateGlobalResolverCommandInput extends CreateGlobalResolverIn
22
19
  export interface CreateGlobalResolverCommandOutput extends CreateGlobalResolverOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateGlobalResolverCommand_base: {
25
- new (input: CreateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalResolverCommandInput, CreateGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalResolverCommandInput, CreateGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalResolverCommandInput, CreateGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalResolverCommandInput, CreateGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new Route 53 Global Resolver instance. A Route 53 Global Resolver is a global, internet-accessible DNS resolver that provides secure DNS resolution for both public and private domains through global anycast IP addresses.</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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteAccessSourceInput, DeleteAccessSourceOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAccessSourceCommandInput extends DeleteAccessSourceInput
22
19
  export interface DeleteAccessSourceCommandOutput extends DeleteAccessSourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAccessSourceCommand_base: {
25
- new (input: DeleteAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessSourceCommandInput, DeleteAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessSourceCommandInput, DeleteAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessSourceCommandInput, DeleteAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessSourceCommandInput, DeleteAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an access source. This operation cannot be undone.</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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteAccessTokenInput, DeleteAccessTokenOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAccessTokenCommandInput extends DeleteAccessTokenInput {
22
19
  export interface DeleteAccessTokenCommandOutput extends DeleteAccessTokenOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAccessTokenCommand_base: {
25
- new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an access token. This operation cannot be undone.</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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteDNSViewInput, DeleteDNSViewOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDNSViewCommandInput extends DeleteDNSViewInput {
22
19
  export interface DeleteDNSViewCommandOutput extends DeleteDNSViewOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDNSViewCommand_base: {
25
- new (input: DeleteDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteDNSViewCommandInput, DeleteDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteDNSViewCommandInput, DeleteDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteDNSViewCommandInput, DeleteDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DeleteDNSViewCommandInput, DeleteDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a DNS view. This operation cannot be undone.</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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteFirewallDomainListInput, DeleteFirewallDomainListOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteFirewallDomainListCommandInput extends DeleteFirewallDoma
22
19
  export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDomainListOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteFirewallDomainListCommand_base: {
25
- new (input: DeleteFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a firewall domain list. This operation cannot be undone.</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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteFirewallRuleInput, DeleteFirewallRuleOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteFirewallRuleCommandInput extends DeleteFirewallRuleInput
22
19
  export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteFirewallRuleCommand_base: {
25
- new (input: DeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a DNS firewall rule. This operation cannot be undone.</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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteGlobalResolverInput, DeleteGlobalResolverOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteGlobalResolverCommandInput extends DeleteGlobalResolverIn
22
19
  export interface DeleteGlobalResolverCommandOutput extends DeleteGlobalResolverOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteGlobalResolverCommand_base: {
25
- new (input: DeleteGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalResolverCommandInput, DeleteGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalResolverCommandInput, DeleteGlobalResolverCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalResolverCommandInput, DeleteGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<DeleteGlobalResolverCommandInput, DeleteGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Route 53 Global Resolver instance. This operation cannot be undone. All associated DNS views, access sources, tokens, and firewall rules are also deleted.</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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisableDNSViewInput, DisableDNSViewOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisableDNSViewCommandInput extends DisableDNSViewInput {
22
19
  export interface DisableDNSViewCommandOutput extends DisableDNSViewOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DisableDNSViewCommand_base: {
25
- new (input: DisableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DisableDNSViewCommandInput, DisableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DisableDNSViewCommandInput, DisableDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DisableDNSViewCommandInput, DisableDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<DisableDNSViewCommandInput, DisableDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disables a DNS view, preventing it from serving DNS queries.</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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateHostedZoneInput, DisassociateHostedZoneOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateHostedZoneCommandInput extends DisassociateHostedZo
22
19
  export interface DisassociateHostedZoneCommandOutput extends DisassociateHostedZoneOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateHostedZoneCommand_base: {
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
- };
22
+ new (input: DisassociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<DisassociateHostedZoneCommandInput, DisassociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { EnableDNSViewInput, EnableDNSViewOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableDNSViewCommandInput extends EnableDNSViewInput {
22
19
  export interface EnableDNSViewCommandOutput extends EnableDNSViewOutput, __MetadataBearer {
23
20
  }
24
21
  declare const EnableDNSViewCommand_base: {
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
- };
22
+ new (input: EnableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableDNSViewCommandInput): import("@smithy/core/client").CommandImpl<EnableDNSViewCommandInput, EnableDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAccessSourceInput, GetAccessSourceOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAccessSourceCommandInput extends GetAccessSourceInput {
22
19
  export interface GetAccessSourceCommandOutput extends GetAccessSourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccessSourceCommand_base: {
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
- };
22
+ new (input: GetAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<GetAccessSourceCommandInput, GetAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAccessTokenInput, GetAccessTokenOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAccessTokenCommandInput extends GetAccessTokenInput {
22
19
  export interface GetAccessTokenCommandOutput extends GetAccessTokenOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccessTokenCommand_base: {
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
- };
22
+ new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAccessTokenCommandInput, GetAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDNSViewInput, GetDNSViewOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDNSViewCommandInput extends GetDNSViewInput {
22
19
  export interface GetDNSViewCommandOutput extends GetDNSViewOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetDNSViewCommand_base: {
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
- };
22
+ new (input: GetDNSViewCommandInput): import("@smithy/core/client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDNSViewCommandInput): import("@smithy/core/client").CommandImpl<GetDNSViewCommandInput, GetDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetFirewallDomainListInput, GetFirewallDomainListOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFirewallDomainListCommandInput extends GetFirewallDomainList
22
19
  export interface GetFirewallDomainListCommandOutput extends GetFirewallDomainListOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetFirewallDomainListCommand_base: {
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
- };
22
+ new (input: GetFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetFirewallRuleInput, GetFirewallRuleOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFirewallRuleCommandInput extends GetFirewallRuleInput {
22
19
  export interface GetFirewallRuleCommandOutput extends GetFirewallRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetFirewallRuleCommand_base: {
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
- };
22
+ new (input: GetFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<GetFirewallRuleCommandInput, GetFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetGlobalResolverInput, GetGlobalResolverOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetGlobalResolverCommandInput extends GetGlobalResolverInput {
22
19
  export interface GetGlobalResolverCommandOutput extends GetGlobalResolverOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetGlobalResolverCommand_base: {
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
- };
22
+ new (input: GetGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetGlobalResolverCommandInput): import("@smithy/core/client").CommandImpl<GetGlobalResolverCommandInput, GetGlobalResolverCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetHostedZoneAssociationInput, GetHostedZoneAssociationOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetHostedZoneAssociationCommandInput extends GetHostedZoneAssoc
22
19
  export interface GetHostedZoneAssociationCommandOutput extends GetHostedZoneAssociationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetHostedZoneAssociationCommand_base: {
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
- };
22
+ new (input: GetHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetHostedZoneAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetHostedZoneAssociationCommandInput, GetHostedZoneAssociationCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetManagedFirewallDomainListInput, GetManagedFirewallDomainListOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetManagedFirewallDomainListCommandInput extends GetManagedFire
22
19
  export interface GetManagedFirewallDomainListCommandOutput extends GetManagedFirewallDomainListOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetManagedFirewallDomainListCommand_base: {
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
- };
22
+ new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetManagedFirewallDomainListCommandInput): import("@smithy/core/client").CommandImpl<GetManagedFirewallDomainListCommandInput, GetManagedFirewallDomainListCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ImportFirewallDomainsInput, ImportFirewallDomainsOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ImportFirewallDomainsCommandInput extends ImportFirewallDomains
22
19
  export interface ImportFirewallDomainsCommandOutput extends ImportFirewallDomainsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ImportFirewallDomainsCommand_base: {
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
- };
22
+ new (input: ImportFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ImportFirewallDomainsCommandInput): import("@smithy/core/client").CommandImpl<ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAccessSourcesInput, ListAccessSourcesOutput } from "../models/models_0";
4
- import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53GlobalResolverClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAccessSourcesCommandInput extends ListAccessSourcesInput {
22
19
  export interface ListAccessSourcesCommandOutput extends ListAccessSourcesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListAccessSourcesCommand_base: {
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
- };
22
+ new (input: ListAccessSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAccessSourcesCommandInput, ListAccessSourcesCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAccessSourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListAccessSourcesCommandInput, ListAccessSourcesCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>