@aws-sdk/client-route53globalresolver 3.1077.0 → 3.1078.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
  DeleteFirewallRuleInput,
5
4
  DeleteFirewallRuleOutput,
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 DeleteFirewallRuleCommandInput
15
8
  extends DeleteFirewallRuleInput {}
16
9
  export interface DeleteFirewallRuleCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteFirewallRuleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteFirewallRuleCommandInput,
24
17
  DeleteFirewallRuleCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteFirewallRuleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteFirewallRuleCommandInput,
33
26
  DeleteFirewallRuleCommandOutput,
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 DeleteFirewallRuleCommand extends DeleteFirewallRuleCommand_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
  DeleteGlobalResolverInput,
5
4
  DeleteGlobalResolverOutput,
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 DeleteGlobalResolverCommandInput
15
8
  extends DeleteGlobalResolverInput {}
16
9
  export interface DeleteGlobalResolverCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteGlobalResolverCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteGlobalResolverCommandInput,
24
17
  DeleteGlobalResolverCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteGlobalResolverCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteGlobalResolverCommandInput,
33
26
  DeleteGlobalResolverCommandOutput,
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 DeleteGlobalResolverCommand extends DeleteGlobalResolverCommand_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 { DisableDNSViewInput, DisableDNSViewOutput } 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 DisableDNSViewCommandInput extends DisableDNSViewInput {}
12
5
  export interface DisableDNSViewCommandOutput
13
6
  extends DisableDNSViewOutput,
@@ -18,22 +11,20 @@ declare const DisableDNSViewCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DisableDNSViewCommandInput,
20
13
  DisableDNSViewCommandOutput,
21
- Route53GlobalResolverClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").Route53GlobalResolverClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DisableDNSViewCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DisableDNSViewCommandInput,
29
22
  DisableDNSViewCommandOutput,
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 DisableDNSViewCommand extends DisableDNSViewCommand_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
  DisassociateHostedZoneInput,
5
4
  DisassociateHostedZoneOutput,
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 DisassociateHostedZoneCommandInput
15
8
  extends DisassociateHostedZoneInput {}
16
9
  export interface DisassociateHostedZoneCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateHostedZoneCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateHostedZoneCommandInput,
24
17
  DisassociateHostedZoneCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateHostedZoneCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateHostedZoneCommandInput,
33
26
  DisassociateHostedZoneCommandOutput,
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 DisassociateHostedZoneCommand extends DisassociateHostedZoneCommand_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 { EnableDNSViewInput, EnableDNSViewOutput } 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 EnableDNSViewCommandInput extends EnableDNSViewInput {}
12
5
  export interface EnableDNSViewCommandOutput
13
6
  extends EnableDNSViewOutput,
@@ -18,22 +11,20 @@ declare const EnableDNSViewCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  EnableDNSViewCommandInput,
20
13
  EnableDNSViewCommandOutput,
21
- Route53GlobalResolverClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").Route53GlobalResolverClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: EnableDNSViewCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  EnableDNSViewCommandInput,
29
22
  EnableDNSViewCommandOutput,
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 EnableDNSViewCommand extends EnableDNSViewCommand_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
  GetAccessSourceInput,
5
4
  GetAccessSourceOutput,
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 GetAccessSourceCommandInput extends GetAccessSourceInput {}
15
8
  export interface GetAccessSourceCommandOutput
16
9
  extends GetAccessSourceOutput,
@@ -21,22 +14,20 @@ declare const GetAccessSourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetAccessSourceCommandInput,
23
16
  GetAccessSourceCommandOutput,
24
- Route53GlobalResolverClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53GlobalResolverClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetAccessSourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetAccessSourceCommandInput,
32
25
  GetAccessSourceCommandOutput,
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 GetAccessSourceCommand extends GetAccessSourceCommand_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 { GetAccessTokenInput, GetAccessTokenOutput } 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 GetAccessTokenCommandInput extends GetAccessTokenInput {}
12
5
  export interface GetAccessTokenCommandOutput
13
6
  extends GetAccessTokenOutput,
@@ -18,22 +11,20 @@ declare const GetAccessTokenCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetAccessTokenCommandInput,
20
13
  GetAccessTokenCommandOutput,
21
- Route53GlobalResolverClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").Route53GlobalResolverClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetAccessTokenCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetAccessTokenCommandInput,
29
22
  GetAccessTokenCommandOutput,
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 GetAccessTokenCommand extends GetAccessTokenCommand_base {
39
30
  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 { GetDNSViewInput, GetDNSViewOutput } 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 GetDNSViewCommandInput extends GetDNSViewInput {}
12
5
  export interface GetDNSViewCommandOutput
13
6
  extends GetDNSViewOutput,
@@ -18,22 +11,20 @@ declare const GetDNSViewCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetDNSViewCommandInput,
20
13
  GetDNSViewCommandOutput,
21
- Route53GlobalResolverClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").Route53GlobalResolverClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetDNSViewCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetDNSViewCommandInput,
29
22
  GetDNSViewCommandOutput,
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 GetDNSViewCommand extends GetDNSViewCommand_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
  GetFirewallDomainListInput,
5
4
  GetFirewallDomainListOutput,
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 GetFirewallDomainListCommandInput
15
8
  extends GetFirewallDomainListInput {}
16
9
  export interface GetFirewallDomainListCommandOutput
@@ -22,22 +15,20 @@ declare const GetFirewallDomainListCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetFirewallDomainListCommandInput,
24
17
  GetFirewallDomainListCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetFirewallDomainListCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetFirewallDomainListCommandInput,
33
26
  GetFirewallDomainListCommandOutput,
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 GetFirewallDomainListCommand extends GetFirewallDomainListCommand_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
  GetFirewallRuleInput,
5
4
  GetFirewallRuleOutput,
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 GetFirewallRuleCommandInput extends GetFirewallRuleInput {}
15
8
  export interface GetFirewallRuleCommandOutput
16
9
  extends GetFirewallRuleOutput,
@@ -21,22 +14,20 @@ declare const GetFirewallRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetFirewallRuleCommandInput,
23
16
  GetFirewallRuleCommandOutput,
24
- Route53GlobalResolverClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53GlobalResolverClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetFirewallRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetFirewallRuleCommandInput,
32
25
  GetFirewallRuleCommandOutput,
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 GetFirewallRuleCommand extends GetFirewallRuleCommand_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
  GetGlobalResolverInput,
5
4
  GetGlobalResolverOutput,
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 GetGlobalResolverCommandInput extends GetGlobalResolverInput {}
15
8
  export interface GetGlobalResolverCommandOutput
16
9
  extends GetGlobalResolverOutput,
@@ -21,22 +14,20 @@ declare const GetGlobalResolverCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetGlobalResolverCommandInput,
23
16
  GetGlobalResolverCommandOutput,
24
- Route53GlobalResolverClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").Route53GlobalResolverClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetGlobalResolverCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetGlobalResolverCommandInput,
32
25
  GetGlobalResolverCommandOutput,
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 GetGlobalResolverCommand extends GetGlobalResolverCommand_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
  GetHostedZoneAssociationInput,
5
4
  GetHostedZoneAssociationOutput,
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 GetHostedZoneAssociationCommandInput
15
8
  extends GetHostedZoneAssociationInput {}
16
9
  export interface GetHostedZoneAssociationCommandOutput
@@ -22,22 +15,20 @@ declare const GetHostedZoneAssociationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetHostedZoneAssociationCommandInput,
24
17
  GetHostedZoneAssociationCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetHostedZoneAssociationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetHostedZoneAssociationCommandInput,
33
26
  GetHostedZoneAssociationCommandOutput,
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 GetHostedZoneAssociationCommand extends GetHostedZoneAssociationCommand_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
  GetManagedFirewallDomainListInput,
5
4
  GetManagedFirewallDomainListOutput,
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 GetManagedFirewallDomainListCommandInput
15
8
  extends GetManagedFirewallDomainListInput {}
16
9
  export interface GetManagedFirewallDomainListCommandOutput
@@ -22,22 +15,20 @@ declare const GetManagedFirewallDomainListCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetManagedFirewallDomainListCommandInput,
24
17
  GetManagedFirewallDomainListCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetManagedFirewallDomainListCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetManagedFirewallDomainListCommandInput,
33
26
  GetManagedFirewallDomainListCommandOutput,
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 GetManagedFirewallDomainListCommand extends GetManagedFirewallDomainListCommand_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
  ImportFirewallDomainsInput,
5
4
  ImportFirewallDomainsOutput,
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 ImportFirewallDomainsCommandInput
15
8
  extends ImportFirewallDomainsInput {}
16
9
  export interface ImportFirewallDomainsCommandOutput
@@ -22,22 +15,20 @@ declare const ImportFirewallDomainsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ImportFirewallDomainsCommandInput,
24
17
  ImportFirewallDomainsCommandOutput,
25
- Route53GlobalResolverClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").Route53GlobalResolverClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ImportFirewallDomainsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ImportFirewallDomainsCommandInput,
33
26
  ImportFirewallDomainsCommandOutput,
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 ImportFirewallDomainsCommand extends ImportFirewallDomainsCommand_base {
43
34
  protected static __types: {