@aws-sdk/client-route53globalresolver 3.1076.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 (161) hide show
  1. package/dist-cjs/index.js +58 -475
  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-es/runtimeConfig.browser.js +0 -2
  52. package/dist-es/runtimeConfig.js +1 -2
  53. package/dist-es/runtimeConfig.native.js +0 -2
  54. package/dist-es/runtimeConfig.shared.js +2 -0
  55. package/dist-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/AssociateHostedZoneCommand.d.ts +3 -8
  57. package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +3 -8
  58. package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +3 -8
  59. package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateAccessSourceCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateAccessTokenCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateDNSViewCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateGlobalResolverCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteAccessSourceCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteDNSViewCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteGlobalResolverCommand.d.ts +3 -8
  72. package/dist-types/commands/DisableDNSViewCommand.d.ts +3 -8
  73. package/dist-types/commands/DisassociateHostedZoneCommand.d.ts +3 -8
  74. package/dist-types/commands/EnableDNSViewCommand.d.ts +3 -8
  75. package/dist-types/commands/GetAccessSourceCommand.d.ts +3 -8
  76. package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -8
  77. package/dist-types/commands/GetDNSViewCommand.d.ts +3 -8
  78. package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -8
  79. package/dist-types/commands/GetFirewallRuleCommand.d.ts +3 -8
  80. package/dist-types/commands/GetGlobalResolverCommand.d.ts +3 -8
  81. package/dist-types/commands/GetHostedZoneAssociationCommand.d.ts +3 -8
  82. package/dist-types/commands/GetManagedFirewallDomainListCommand.d.ts +3 -8
  83. package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListAccessSourcesCommand.d.ts +3 -8
  85. package/dist-types/commands/ListAccessTokensCommand.d.ts +3 -8
  86. package/dist-types/commands/ListDNSViewsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListFirewallDomainsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListFirewallRulesCommand.d.ts +3 -8
  90. package/dist-types/commands/ListGlobalResolversCommand.d.ts +3 -8
  91. package/dist-types/commands/ListHostedZoneAssociationsCommand.d.ts +3 -8
  92. package/dist-types/commands/ListManagedFirewallDomainListsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateAccessSourceCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateAccessTokenCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateDNSViewCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateGlobalResolverCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateHostedZoneAssociationCommand.d.ts +3 -8
  103. package/dist-types/index.d.ts +1 -0
  104. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  105. package/dist-types/runtimeConfig.d.ts +1 -1
  106. package/dist-types/runtimeConfig.native.d.ts +1 -1
  107. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/AssociateHostedZoneCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/BatchCreateFirewallRuleCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/BatchDeleteFirewallRuleCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/BatchUpdateFirewallRuleCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateAccessSourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateDNSViewCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateGlobalResolverCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteAccessSourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteDNSViewCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteGlobalResolverCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DisableDNSViewCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DisassociateHostedZoneCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/EnableDNSViewCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetAccessSourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetDNSViewCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetFirewallRuleCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetGlobalResolverCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetHostedZoneAssociationCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetManagedFirewallDomainListCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListAccessSourcesCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListDNSViewsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListGlobalResolversCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListHostedZoneAssociationsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListManagedFirewallDomainListsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/UpdateAccessSourceCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/UpdateAccessTokenCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UpdateDNSViewCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateGlobalResolverCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateHostedZoneAssociationCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/index.d.ts +1 -0
  157. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  158. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  159. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  160. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  161. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListFirewallDomainLists$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListFirewallDomainListsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomainLists", {})
13
- .n("Route53GlobalResolverClient", "ListFirewallDomainListsCommand")
14
- .sc(ListFirewallDomainLists$)
15
- .build() {
3
+ export class ListFirewallDomainListsCommand extends command(_ep0, _mw0, "ListFirewallDomainLists", ListFirewallDomainLists$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListFirewallDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListFirewallDomainsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomains", {})
13
- .n("Route53GlobalResolverClient", "ListFirewallDomainsCommand")
14
- .sc(ListFirewallDomains$)
15
- .build() {
3
+ export class ListFirewallDomainsCommand extends command(_ep0, _mw0, "ListFirewallDomains", ListFirewallDomains$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListFirewallRules$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListFirewallRulesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallRules", {})
13
- .n("Route53GlobalResolverClient", "ListFirewallRulesCommand")
14
- .sc(ListFirewallRules$)
15
- .build() {
3
+ export class ListFirewallRulesCommand extends command(_ep0, _mw0, "ListFirewallRules", ListFirewallRules$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGlobalResolvers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGlobalResolversCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListGlobalResolvers", {})
13
- .n("Route53GlobalResolverClient", "ListGlobalResolversCommand")
14
- .sc(ListGlobalResolvers$)
15
- .build() {
3
+ export class ListGlobalResolversCommand extends command(_ep0, _mw0, "ListGlobalResolvers", ListGlobalResolvers$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListHostedZoneAssociations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListHostedZoneAssociationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListHostedZoneAssociations", {})
13
- .n("Route53GlobalResolverClient", "ListHostedZoneAssociationsCommand")
14
- .sc(ListHostedZoneAssociations$)
15
- .build() {
3
+ export class ListHostedZoneAssociationsCommand extends command(_ep0, _mw0, "ListHostedZoneAssociations", ListHostedZoneAssociations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListManagedFirewallDomainLists$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListManagedFirewallDomainListsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListManagedFirewallDomainLists", {})
13
- .n("Route53GlobalResolverClient", "ListManagedFirewallDomainListsCommand")
14
- .sc(ListManagedFirewallDomainLists$)
15
- .build() {
3
+ export class ListManagedFirewallDomainListsCommand extends command(_ep0, _mw0, "ListManagedFirewallDomainLists", ListManagedFirewallDomainLists$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListTagsForResource", {})
13
- .n("Route53GlobalResolverClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "TagResource", {})
13
- .n("Route53GlobalResolverClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "UntagResource", {})
13
- .n("Route53GlobalResolverClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAccessSource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAccessSourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "UpdateAccessSource", {})
13
- .n("Route53GlobalResolverClient", "UpdateAccessSourceCommand")
14
- .sc(UpdateAccessSource$)
15
- .build() {
3
+ export class UpdateAccessSourceCommand extends command(_ep0, _mw0, "UpdateAccessSource", UpdateAccessSource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAccessToken$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAccessTokenCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "UpdateAccessToken", {})
13
- .n("Route53GlobalResolverClient", "UpdateAccessTokenCommand")
14
- .sc(UpdateAccessToken$)
15
- .build() {
3
+ export class UpdateAccessTokenCommand extends command(_ep0, _mw0, "UpdateAccessToken", UpdateAccessToken$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateDNSView$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDNSViewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "UpdateDNSView", {})
13
- .n("Route53GlobalResolverClient", "UpdateDNSViewCommand")
14
- .sc(UpdateDNSView$)
15
- .build() {
3
+ export class UpdateDNSViewCommand extends command(_ep0, _mw0, "UpdateDNSView", UpdateDNSView$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateFirewallDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateFirewallDomainsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "UpdateFirewallDomains", {})
13
- .n("Route53GlobalResolverClient", "UpdateFirewallDomainsCommand")
14
- .sc(UpdateFirewallDomains$)
15
- .build() {
3
+ export class UpdateFirewallDomainsCommand extends command(_ep0, _mw0, "UpdateFirewallDomains", UpdateFirewallDomains$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateFirewallRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateFirewallRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "UpdateFirewallRule", {})
13
- .n("Route53GlobalResolverClient", "UpdateFirewallRuleCommand")
14
- .sc(UpdateFirewallRule$)
15
- .build() {
3
+ export class UpdateFirewallRuleCommand extends command(_ep0, _mw0, "UpdateFirewallRule", UpdateFirewallRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateGlobalResolver$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateGlobalResolverCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "UpdateGlobalResolver", {})
13
- .n("Route53GlobalResolverClient", "UpdateGlobalResolverCommand")
14
- .sc(UpdateGlobalResolver$)
15
- .build() {
3
+ export class UpdateGlobalResolverCommand extends command(_ep0, _mw0, "UpdateGlobalResolver", UpdateGlobalResolver$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateHostedZoneAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateHostedZoneAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "UpdateHostedZoneAssociation", {})
13
- .n("Route53GlobalResolverClient", "UpdateHostedZoneAssociationCommand")
14
- .sc(UpdateHostedZoneAssociation$)
15
- .build() {
3
+ export class UpdateHostedZoneAssociationCommand extends command(_ep0, _mw0, "UpdateHostedZoneAssociation", UpdateHostedZoneAssociation$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./Route53GlobalResolverClient";
2
2
  export * from "./Route53GlobalResolver";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "EC2DNSGlobalResolverCustomerAPI",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "Route53GlobalResolver",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./Route53GlobalResolverClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { AssociateHostedZoneInput, AssociateHostedZoneOutput } 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 AssociateHostedZoneCommandInput extends AssociateHostedZoneInpu
22
19
  export interface AssociateHostedZoneCommandOutput extends AssociateHostedZoneOutput, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateHostedZoneCommand_base: {
25
- new (input: AssociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateHostedZoneCommandInput): import("@smithy/core/client").CommandImpl<AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a Route 53 private hosted zone with a Route 53 Global Resolver resource. This allows the resolver to resolve DNS queries for the private hosted zone from anywhere globally.</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 { BatchCreateFirewallRuleInput, BatchCreateFirewallRuleOutput } 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 BatchCreateFirewallRuleCommandInput extends BatchCreateFirewall
22
19
  export interface BatchCreateFirewallRuleCommandOutput extends BatchCreateFirewallRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchCreateFirewallRuleCommand_base: {
25
- new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchCreateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateFirewallRuleCommandInput, BatchCreateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates multiple DNS firewall rules in a single operation. This is more efficient than creating rules individually when you need to set up multiple rules at once.</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 { BatchDeleteFirewallRuleInput, BatchDeleteFirewallRuleOutput } 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 BatchDeleteFirewallRuleCommandInput extends BatchDeleteFirewall
22
19
  export interface BatchDeleteFirewallRuleCommandOutput extends BatchDeleteFirewallRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchDeleteFirewallRuleCommand_base: {
25
- new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchDeleteFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteFirewallRuleCommandInput, BatchDeleteFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes multiple DNS firewall rules in a single operation. This is more efficient than deleting rules individually.</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 { BatchUpdateFirewallRuleInput, BatchUpdateFirewallRuleOutput } 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 BatchUpdateFirewallRuleCommandInput extends BatchUpdateFirewall
22
19
  export interface BatchUpdateFirewallRuleCommandOutput extends BatchUpdateFirewallRuleOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchUpdateFirewallRuleCommand_base: {
25
- new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchUpdateFirewallRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateFirewallRuleCommandInput, BatchUpdateFirewallRuleCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates multiple DNS firewall rules in a single operation. This is more efficient than updating rules individually.</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 { CreateAccessSourceInput, CreateAccessSourceOutput } 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 CreateAccessSourceCommandInput extends CreateAccessSourceInput
22
19
  export interface CreateAccessSourceCommandOutput extends CreateAccessSourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAccessSourceCommand_base: {
25
- new (input: CreateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessSourceCommandInput, CreateAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessSourceCommandInput, CreateAccessSourceCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessSourceCommandInput, CreateAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAccessSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessSourceCommandInput, CreateAccessSourceCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an access source for a DNS view. Access sources define IP addresses or CIDR ranges that are allowed to send DNS queries to the Route 53 Global Resolver, along with the permitted DNS protocols.</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 { CreateAccessTokenInput, CreateAccessTokenOutput } 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 CreateAccessTokenCommandInput extends CreateAccessTokenInput {
22
19
  export interface CreateAccessTokenCommandOutput extends CreateAccessTokenOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAccessTokenCommand_base: {
25
- new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAccessTokenCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an access token for a DNS view. Access tokens provide token-based authentication for DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT) connections to the Route 53 Global Resolver.</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 { CreateDNSViewInput, CreateDNSViewOutput } 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 CreateDNSViewCommandInput extends CreateDNSViewInput {
22
19
  export interface CreateDNSViewCommandOutput extends CreateDNSViewOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDNSViewCommand_base: {
25
- new (input: CreateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDNSViewCommandInput, CreateDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDNSViewCommandInput, CreateDNSViewCommandOutput, Route53GlobalResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDNSViewCommandInput, CreateDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDNSViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDNSViewCommandInput, CreateDNSViewCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a DNS view within a Route 53 Global Resolver. A DNS view models end users, user groups, networks, and devices, and serves as a parent resource that holds configurations controlling access, authorization, DNS firewall rules, and forwarding rules.</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>