@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,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 { BatchCreateFirewallRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchCreateFirewallRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "BatchCreateFirewallRule", {})
13
- .n("Route53GlobalResolverClient", "BatchCreateFirewallRuleCommand")
14
- .sc(BatchCreateFirewallRule$)
15
- .build() {
3
+ export class BatchCreateFirewallRuleCommand extends command(_ep0, _mw0, "BatchCreateFirewallRule", BatchCreateFirewallRule$) {
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 { BatchDeleteFirewallRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchDeleteFirewallRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "BatchDeleteFirewallRule", {})
13
- .n("Route53GlobalResolverClient", "BatchDeleteFirewallRuleCommand")
14
- .sc(BatchDeleteFirewallRule$)
15
- .build() {
3
+ export class BatchDeleteFirewallRuleCommand extends command(_ep0, _mw0, "BatchDeleteFirewallRule", BatchDeleteFirewallRule$) {
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 { BatchUpdateFirewallRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchUpdateFirewallRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "BatchUpdateFirewallRule", {})
13
- .n("Route53GlobalResolverClient", "BatchUpdateFirewallRuleCommand")
14
- .sc(BatchUpdateFirewallRule$)
15
- .build() {
3
+ export class BatchUpdateFirewallRuleCommand extends command(_ep0, _mw0, "BatchUpdateFirewallRule", BatchUpdateFirewallRule$) {
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 { CreateAccessSource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAccessSourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessSource", {})
13
- .n("Route53GlobalResolverClient", "CreateAccessSourceCommand")
14
- .sc(CreateAccessSource$)
15
- .build() {
3
+ export class CreateAccessSourceCommand extends command(_ep0, _mw0, "CreateAccessSource", CreateAccessSource$) {
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 { CreateAccessToken$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAccessTokenCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessToken", {})
13
- .n("Route53GlobalResolverClient", "CreateAccessTokenCommand")
14
- .sc(CreateAccessToken$)
15
- .build() {
3
+ export class CreateAccessTokenCommand extends command(_ep0, _mw0, "CreateAccessToken", CreateAccessToken$) {
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 { CreateDNSView$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDNSViewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "CreateDNSView", {})
13
- .n("Route53GlobalResolverClient", "CreateDNSViewCommand")
14
- .sc(CreateDNSView$)
15
- .build() {
3
+ export class CreateDNSViewCommand extends command(_ep0, _mw0, "CreateDNSView", CreateDNSView$) {
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 { CreateFirewallDomainList$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateFirewallDomainListCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallDomainList", {})
13
- .n("Route53GlobalResolverClient", "CreateFirewallDomainListCommand")
14
- .sc(CreateFirewallDomainList$)
15
- .build() {
3
+ export class CreateFirewallDomainListCommand extends command(_ep0, _mw0, "CreateFirewallDomainList", CreateFirewallDomainList$) {
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 { CreateFirewallRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateFirewallRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallRule", {})
13
- .n("Route53GlobalResolverClient", "CreateFirewallRuleCommand")
14
- .sc(CreateFirewallRule$)
15
- .build() {
3
+ export class CreateFirewallRuleCommand extends command(_ep0, _mw0, "CreateFirewallRule", CreateFirewallRule$) {
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 { CreateGlobalResolver$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateGlobalResolverCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "CreateGlobalResolver", {})
13
- .n("Route53GlobalResolverClient", "CreateGlobalResolverCommand")
14
- .sc(CreateGlobalResolver$)
15
- .build() {
3
+ export class CreateGlobalResolverCommand extends command(_ep0, _mw0, "CreateGlobalResolver", CreateGlobalResolver$) {
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 { DeleteAccessSource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAccessSourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessSource", {})
13
- .n("Route53GlobalResolverClient", "DeleteAccessSourceCommand")
14
- .sc(DeleteAccessSource$)
15
- .build() {
3
+ export class DeleteAccessSourceCommand extends command(_ep0, _mw0, "DeleteAccessSource", DeleteAccessSource$) {
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 { DeleteAccessToken$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAccessTokenCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessToken", {})
13
- .n("Route53GlobalResolverClient", "DeleteAccessTokenCommand")
14
- .sc(DeleteAccessToken$)
15
- .build() {
3
+ export class DeleteAccessTokenCommand extends command(_ep0, _mw0, "DeleteAccessToken", DeleteAccessToken$) {
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 { DeleteDNSView$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDNSViewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "DeleteDNSView", {})
13
- .n("Route53GlobalResolverClient", "DeleteDNSViewCommand")
14
- .sc(DeleteDNSView$)
15
- .build() {
3
+ export class DeleteDNSViewCommand extends command(_ep0, _mw0, "DeleteDNSView", DeleteDNSView$) {
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 { DeleteFirewallDomainList$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteFirewallDomainListCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallDomainList", {})
13
- .n("Route53GlobalResolverClient", "DeleteFirewallDomainListCommand")
14
- .sc(DeleteFirewallDomainList$)
15
- .build() {
3
+ export class DeleteFirewallDomainListCommand extends command(_ep0, _mw0, "DeleteFirewallDomainList", DeleteFirewallDomainList$) {
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 { DeleteFirewallRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteFirewallRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallRule", {})
13
- .n("Route53GlobalResolverClient", "DeleteFirewallRuleCommand")
14
- .sc(DeleteFirewallRule$)
15
- .build() {
3
+ export class DeleteFirewallRuleCommand extends command(_ep0, _mw0, "DeleteFirewallRule", DeleteFirewallRule$) {
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 { DeleteGlobalResolver$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGlobalResolverCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "DeleteGlobalResolver", {})
13
- .n("Route53GlobalResolverClient", "DeleteGlobalResolverCommand")
14
- .sc(DeleteGlobalResolver$)
15
- .build() {
3
+ export class DeleteGlobalResolverCommand extends command(_ep0, _mw0, "DeleteGlobalResolver", DeleteGlobalResolver$) {
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 { DisableDNSView$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisableDNSViewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "DisableDNSView", {})
13
- .n("Route53GlobalResolverClient", "DisableDNSViewCommand")
14
- .sc(DisableDNSView$)
15
- .build() {
3
+ export class DisableDNSViewCommand extends command(_ep0, _mw0, "DisableDNSView", DisableDNSView$) {
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 { DisassociateHostedZone$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateHostedZoneCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "DisassociateHostedZone", {})
13
- .n("Route53GlobalResolverClient", "DisassociateHostedZoneCommand")
14
- .sc(DisassociateHostedZone$)
15
- .build() {
3
+ export class DisassociateHostedZoneCommand extends command(_ep0, _mw0, "DisassociateHostedZone", DisassociateHostedZone$) {
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 { EnableDNSView$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class EnableDNSViewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "EnableDNSView", {})
13
- .n("Route53GlobalResolverClient", "EnableDNSViewCommand")
14
- .sc(EnableDNSView$)
15
- .build() {
3
+ export class EnableDNSViewCommand extends command(_ep0, _mw0, "EnableDNSView", EnableDNSView$) {
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 { GetAccessSource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAccessSourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "GetAccessSource", {})
13
- .n("Route53GlobalResolverClient", "GetAccessSourceCommand")
14
- .sc(GetAccessSource$)
15
- .build() {
3
+ export class GetAccessSourceCommand extends command(_ep0, _mw0, "GetAccessSource", GetAccessSource$) {
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 { GetAccessToken$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAccessTokenCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "GetAccessToken", {})
13
- .n("Route53GlobalResolverClient", "GetAccessTokenCommand")
14
- .sc(GetAccessToken$)
15
- .build() {
3
+ export class GetAccessTokenCommand extends command(_ep0, _mw0, "GetAccessToken", GetAccessToken$) {
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 { GetDNSView$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDNSViewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "GetDNSView", {})
13
- .n("Route53GlobalResolverClient", "GetDNSViewCommand")
14
- .sc(GetDNSView$)
15
- .build() {
3
+ export class GetDNSViewCommand extends command(_ep0, _mw0, "GetDNSView", GetDNSView$) {
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 { GetFirewallDomainList$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetFirewallDomainListCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallDomainList", {})
13
- .n("Route53GlobalResolverClient", "GetFirewallDomainListCommand")
14
- .sc(GetFirewallDomainList$)
15
- .build() {
3
+ export class GetFirewallDomainListCommand extends command(_ep0, _mw0, "GetFirewallDomainList", GetFirewallDomainList$) {
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 { GetFirewallRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetFirewallRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallRule", {})
13
- .n("Route53GlobalResolverClient", "GetFirewallRuleCommand")
14
- .sc(GetFirewallRule$)
15
- .build() {
3
+ export class GetFirewallRuleCommand extends command(_ep0, _mw0, "GetFirewallRule", GetFirewallRule$) {
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 { GetGlobalResolver$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetGlobalResolverCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "GetGlobalResolver", {})
13
- .n("Route53GlobalResolverClient", "GetGlobalResolverCommand")
14
- .sc(GetGlobalResolver$)
15
- .build() {
3
+ export class GetGlobalResolverCommand extends command(_ep0, _mw0, "GetGlobalResolver", GetGlobalResolver$) {
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 { GetHostedZoneAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetHostedZoneAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "GetHostedZoneAssociation", {})
13
- .n("Route53GlobalResolverClient", "GetHostedZoneAssociationCommand")
14
- .sc(GetHostedZoneAssociation$)
15
- .build() {
3
+ export class GetHostedZoneAssociationCommand extends command(_ep0, _mw0, "GetHostedZoneAssociation", GetHostedZoneAssociation$) {
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 { GetManagedFirewallDomainList$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetManagedFirewallDomainListCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "GetManagedFirewallDomainList", {})
13
- .n("Route53GlobalResolverClient", "GetManagedFirewallDomainListCommand")
14
- .sc(GetManagedFirewallDomainList$)
15
- .build() {
3
+ export class GetManagedFirewallDomainListCommand extends command(_ep0, _mw0, "GetManagedFirewallDomainList", GetManagedFirewallDomainList$) {
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 { ImportFirewallDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ImportFirewallDomainsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ImportFirewallDomains", {})
13
- .n("Route53GlobalResolverClient", "ImportFirewallDomainsCommand")
14
- .sc(ImportFirewallDomains$)
15
- .build() {
3
+ export class ImportFirewallDomainsCommand extends command(_ep0, _mw0, "ImportFirewallDomains", ImportFirewallDomains$) {
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 { ListAccessSources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAccessSourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListAccessSources", {})
13
- .n("Route53GlobalResolverClient", "ListAccessSourcesCommand")
14
- .sc(ListAccessSources$)
15
- .build() {
3
+ export class ListAccessSourcesCommand extends command(_ep0, _mw0, "ListAccessSources", ListAccessSources$) {
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 { ListAccessTokens$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAccessTokensCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListAccessTokens", {})
13
- .n("Route53GlobalResolverClient", "ListAccessTokensCommand")
14
- .sc(ListAccessTokens$)
15
- .build() {
3
+ export class ListAccessTokensCommand extends command(_ep0, _mw0, "ListAccessTokens", ListAccessTokens$) {
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 { ListDNSViews$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDNSViewsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("EC2DNSGlobalResolverCustomerAPI", "ListDNSViews", {})
13
- .n("Route53GlobalResolverClient", "ListDNSViewsCommand")
14
- .sc(ListDNSViews$)
15
- .build() {
3
+ export class ListDNSViewsCommand extends command(_ep0, _mw0, "ListDNSViews", ListDNSViews$) {
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 { 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
  }