@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,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListAccessSourcesInput,
5
4
  ListAccessSourcesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAccessSourcesCommandInput extends ListAccessSourcesInput {}
15
8
  export interface ListAccessSourcesCommandOutput
16
9
  extends ListAccessSourcesOutput,
@@ -21,22 +14,20 @@ declare const ListAccessSourcesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListAccessSourcesCommandInput,
23
16
  ListAccessSourcesCommandOutput,
24
- Route53GlobalResolverClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53GlobalResolverClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListAccessSourcesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListAccessSourcesCommandInput,
32
25
  ListAccessSourcesCommandOutput,
33
- Route53GlobalResolverClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").Route53GlobalResolverClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListAccessSourcesCommand extends ListAccessSourcesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListAccessTokensInput,
5
4
  ListAccessTokensOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAccessTokensCommandInput extends ListAccessTokensInput {}
15
8
  export interface ListAccessTokensCommandOutput
16
9
  extends ListAccessTokensOutput,
@@ -21,22 +14,20 @@ declare const ListAccessTokensCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListAccessTokensCommandInput,
23
16
  ListAccessTokensCommandOutput,
24
- Route53GlobalResolverClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53GlobalResolverClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListAccessTokensCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListAccessTokensCommandInput,
32
25
  ListAccessTokensCommandOutput,
33
- Route53GlobalResolverClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").Route53GlobalResolverClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListAccessTokensCommand extends ListAccessTokensCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListDNSViewsInput, ListDNSViewsOutput } from "../models/models_0";
4
- import {
5
- Route53GlobalResolverClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../Route53GlobalResolverClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListDNSViewsCommandInput extends ListDNSViewsInput {}
12
5
  export interface ListDNSViewsCommandOutput
13
6
  extends ListDNSViewsOutput,
@@ -18,22 +11,20 @@ declare const ListDNSViewsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListDNSViewsCommandInput,
20
13
  ListDNSViewsCommandOutput,
21
- Route53GlobalResolverClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").Route53GlobalResolverClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListDNSViewsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListDNSViewsCommandInput,
29
22
  ListDNSViewsCommandOutput,
30
- Route53GlobalResolverClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").Route53GlobalResolverClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListDNSViewsCommand extends ListDNSViewsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallDomainListsInput,
5
4
  ListFirewallDomainListsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallDomainListsCommandInput
15
8
  extends ListFirewallDomainListsInput {}
16
9
  export interface ListFirewallDomainListsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFirewallDomainListsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFirewallDomainListsCommandInput,
24
17
  ListFirewallDomainListsCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListFirewallDomainListsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFirewallDomainListsCommandInput,
33
26
  ListFirewallDomainListsCommandOutput,
34
- Route53GlobalResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53GlobalResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFirewallDomainListsCommand extends ListFirewallDomainListsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallDomainsInput,
5
4
  ListFirewallDomainsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallDomainsCommandInput
15
8
  extends ListFirewallDomainsInput {}
16
9
  export interface ListFirewallDomainsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFirewallDomainsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFirewallDomainsCommandInput,
24
17
  ListFirewallDomainsCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListFirewallDomainsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFirewallDomainsCommandInput,
33
26
  ListFirewallDomainsCommandOutput,
34
- Route53GlobalResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53GlobalResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFirewallDomainsCommand extends ListFirewallDomainsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListFirewallRulesInput,
5
4
  ListFirewallRulesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFirewallRulesCommandInput extends ListFirewallRulesInput {}
15
8
  export interface ListFirewallRulesCommandOutput
16
9
  extends ListFirewallRulesOutput,
@@ -21,22 +14,20 @@ declare const ListFirewallRulesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListFirewallRulesCommandInput,
23
16
  ListFirewallRulesCommandOutput,
24
- Route53GlobalResolverClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53GlobalResolverClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListFirewallRulesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListFirewallRulesCommandInput,
32
25
  ListFirewallRulesCommandOutput,
33
- Route53GlobalResolverClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").Route53GlobalResolverClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListFirewallRulesCommand extends ListFirewallRulesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListGlobalResolversInput,
5
4
  ListGlobalResolversOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListGlobalResolversCommandInput
15
8
  extends ListGlobalResolversInput {}
16
9
  export interface ListGlobalResolversCommandOutput
@@ -22,22 +15,20 @@ declare const ListGlobalResolversCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListGlobalResolversCommandInput,
24
17
  ListGlobalResolversCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListGlobalResolversCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListGlobalResolversCommandInput,
33
26
  ListGlobalResolversCommandOutput,
34
- Route53GlobalResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53GlobalResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListGlobalResolversCommand extends ListGlobalResolversCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListHostedZoneAssociationsInput,
5
4
  ListHostedZoneAssociationsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListHostedZoneAssociationsCommandInput
15
8
  extends ListHostedZoneAssociationsInput {}
16
9
  export interface ListHostedZoneAssociationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListHostedZoneAssociationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListHostedZoneAssociationsCommandInput,
24
17
  ListHostedZoneAssociationsCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListHostedZoneAssociationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListHostedZoneAssociationsCommandInput,
33
26
  ListHostedZoneAssociationsCommandOutput,
34
- Route53GlobalResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53GlobalResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListHostedZoneAssociationsCommand extends ListHostedZoneAssociationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListManagedFirewallDomainListsInput,
5
4
  ListManagedFirewallDomainListsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListManagedFirewallDomainListsCommandInput
15
8
  extends ListManagedFirewallDomainListsInput {}
16
9
  export interface ListManagedFirewallDomainListsCommandOutput
@@ -22,22 +15,20 @@ declare const ListManagedFirewallDomainListsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListManagedFirewallDomainListsCommandInput,
24
17
  ListManagedFirewallDomainListsCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListManagedFirewallDomainListsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListManagedFirewallDomainListsCommandInput,
33
26
  ListManagedFirewallDomainListsCommandOutput,
34
- Route53GlobalResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53GlobalResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListManagedFirewallDomainListsCommand extends ListManagedFirewallDomainListsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- Route53GlobalResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53GlobalResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import {
5
- Route53GlobalResolverClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../Route53GlobalResolverClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- Route53GlobalResolverClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").Route53GlobalResolverClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- Route53GlobalResolverClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").Route53GlobalResolverClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UntagResourceRequest,
5
4
  UntagResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
8
  export interface UntagResourceCommandOutput
16
9
  extends UntagResourceResponse,
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UntagResourceCommandInput,
23
16
  UntagResourceCommandOutput,
24
- Route53GlobalResolverClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53GlobalResolverClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UntagResourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UntagResourceCommandInput,
32
25
  UntagResourceCommandOutput,
33
- Route53GlobalResolverClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").Route53GlobalResolverClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UpdateAccessSourceInput,
5
4
  UpdateAccessSourceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateAccessSourceCommandInput
15
8
  extends UpdateAccessSourceInput {}
16
9
  export interface UpdateAccessSourceCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateAccessSourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateAccessSourceCommandInput,
24
17
  UpdateAccessSourceCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateAccessSourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateAccessSourceCommandInput,
33
26
  UpdateAccessSourceCommandOutput,
34
- Route53GlobalResolverClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").Route53GlobalResolverClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateAccessSourceCommand extends UpdateAccessSourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  UpdateAccessTokenInput,
5
4
  UpdateAccessTokenOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- Route53GlobalResolverClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../Route53GlobalResolverClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateAccessTokenCommandInput extends UpdateAccessTokenInput {}
15
8
  export interface UpdateAccessTokenCommandOutput
16
9
  extends UpdateAccessTokenOutput,
@@ -21,22 +14,20 @@ declare const UpdateAccessTokenCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateAccessTokenCommandInput,
23
16
  UpdateAccessTokenCommandOutput,
24
- Route53GlobalResolverClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53GlobalResolverClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateAccessTokenCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateAccessTokenCommandInput,
32
25
  UpdateAccessTokenCommandOutput,
33
- Route53GlobalResolverClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").Route53GlobalResolverClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateAccessTokenCommand extends UpdateAccessTokenCommand_base {
42
33
  protected static __types: {