@aws-sdk/client-route53resolver 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.
- package/dist-cjs/index.js +222 -865
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +2 -14
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/AssociateResolverRuleCommand.js +2 -14
- package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -14
- package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/CreateOutpostResolverCommand.js +2 -14
- package/dist-es/commands/CreateResolverEndpointCommand.js +2 -14
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/CreateResolverRuleCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -14
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/DeleteOutpostResolverCommand.js +2 -14
- package/dist-es/commands/DeleteResolverEndpointCommand.js +2 -14
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/DeleteResolverRuleCommand.js +2 -14
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +2 -14
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/DisassociateResolverRuleCommand.js +2 -14
- package/dist-es/commands/GetFirewallConfigCommand.js +2 -14
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -14
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +2 -14
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +2 -14
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +2 -14
- package/dist-es/commands/GetOutpostResolverCommand.js +2 -14
- package/dist-es/commands/GetResolverConfigCommand.js +2 -14
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +2 -14
- package/dist-es/commands/GetResolverEndpointCommand.js +2 -14
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +2 -14
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +2 -14
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +2 -14
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +2 -14
- package/dist-es/commands/GetResolverRuleCommand.js +2 -14
- package/dist-es/commands/GetResolverRulePolicyCommand.js +2 -14
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/ListFirewallConfigsCommand.js +2 -14
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -14
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +2 -14
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +2 -14
- package/dist-es/commands/ListFirewallRuleTypesCommand.js +2 -14
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -14
- package/dist-es/commands/ListOutpostResolversCommand.js +2 -14
- package/dist-es/commands/ListResolverConfigsCommand.js +2 -14
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +2 -14
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +2 -14
- package/dist-es/commands/ListResolverEndpointsCommand.js +2 -14
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +2 -14
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +2 -14
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +2 -14
- package/dist-es/commands/ListResolverRulesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +2 -14
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +2 -14
- package/dist-es/commands/PutResolverRulePolicyCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallConfigCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -14
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateOutpostResolverCommand.js +2 -14
- package/dist-es/commands/UpdateResolverConfigCommand.js +2 -14
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +2 -14
- package/dist-es/commands/UpdateResolverEndpointCommand.js +2 -14
- package/dist-es/commands/UpdateResolverRuleCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutpostResolverCommand.d.ts +3 -8
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutpostResolverCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostResolverCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +3 -8
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRuleTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListOutpostResolversCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListResolverRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOutpostResolverCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutpostResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutpostResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRuleTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOutpostResolversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOutpostResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "Route53Resolver", "Route53ResolverClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateFirewallRuleGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "AssociateFirewallRuleGroup", {})
|
|
13
|
-
.n("Route53ResolverClient", "AssociateFirewallRuleGroupCommand")
|
|
14
|
-
.sc(AssociateFirewallRuleGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateFirewallRuleGroupCommand extends command(_ep0, _mw0, "AssociateFirewallRuleGroup", AssociateFirewallRuleGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateResolverEndpointIpAddress$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateResolverEndpointIpAddressCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "AssociateResolverEndpointIpAddress", {})
|
|
13
|
-
.n("Route53ResolverClient", "AssociateResolverEndpointIpAddressCommand")
|
|
14
|
-
.sc(AssociateResolverEndpointIpAddress$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateResolverEndpointIpAddressCommand extends command(_ep0, _mw0, "AssociateResolverEndpointIpAddress", AssociateResolverEndpointIpAddress$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateResolverQueryLogConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "AssociateResolverQueryLogConfig", {})
|
|
13
|
-
.n("Route53ResolverClient", "AssociateResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(AssociateResolverQueryLogConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateResolverQueryLogConfigCommand extends command(_ep0, _mw0, "AssociateResolverQueryLogConfig", AssociateResolverQueryLogConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateResolverRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateResolverRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "AssociateResolverRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "AssociateResolverRuleCommand")
|
|
14
|
-
.sc(AssociateResolverRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateResolverRuleCommand extends command(_ep0, _mw0, "AssociateResolverRule", AssociateResolverRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("Route53Resolver", "BatchCreateFirewallRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "BatchCreateFirewallRuleCommand")
|
|
14
|
-
.sc(BatchCreateFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchCreateFirewallRuleCommand extends command(_ep0, _mw0, "BatchCreateFirewallRule", BatchCreateFirewallRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("Route53Resolver", "BatchDeleteFirewallRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "BatchDeleteFirewallRuleCommand")
|
|
14
|
-
.sc(BatchDeleteFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteFirewallRuleCommand extends command(_ep0, _mw0, "BatchDeleteFirewallRule", BatchDeleteFirewallRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("Route53Resolver", "BatchUpdateFirewallRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "BatchUpdateFirewallRuleCommand")
|
|
14
|
-
.sc(BatchUpdateFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchUpdateFirewallRuleCommand extends command(_ep0, _mw0, "BatchUpdateFirewallRule", BatchUpdateFirewallRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("Route53Resolver", "CreateFirewallDomainList", {})
|
|
13
|
-
.n("Route53ResolverClient", "CreateFirewallDomainListCommand")
|
|
14
|
-
.sc(CreateFirewallDomainList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFirewallDomainListCommand extends command(_ep0, _mw0, "CreateFirewallDomainList", CreateFirewallDomainList$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("Route53Resolver", "CreateFirewallRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "CreateFirewallRuleCommand")
|
|
14
|
-
.sc(CreateFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFirewallRuleCommand extends command(_ep0, _mw0, "CreateFirewallRule", CreateFirewallRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFirewallRuleGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "CreateFirewallRuleGroup", {})
|
|
13
|
-
.n("Route53ResolverClient", "CreateFirewallRuleGroupCommand")
|
|
14
|
-
.sc(CreateFirewallRuleGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFirewallRuleGroupCommand extends command(_ep0, _mw0, "CreateFirewallRuleGroup", CreateFirewallRuleGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateOutpostResolver$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateOutpostResolverCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "CreateOutpostResolver", {})
|
|
13
|
-
.n("Route53ResolverClient", "CreateOutpostResolverCommand")
|
|
14
|
-
.sc(CreateOutpostResolver$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateOutpostResolverCommand extends command(_ep0, _mw0, "CreateOutpostResolver", CreateOutpostResolver$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateResolverEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateResolverEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "CreateResolverEndpoint", {})
|
|
13
|
-
.n("Route53ResolverClient", "CreateResolverEndpointCommand")
|
|
14
|
-
.sc(CreateResolverEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateResolverEndpointCommand extends command(_ep0, _mw0, "CreateResolverEndpoint", CreateResolverEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateResolverQueryLogConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "CreateResolverQueryLogConfig", {})
|
|
13
|
-
.n("Route53ResolverClient", "CreateResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(CreateResolverQueryLogConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateResolverQueryLogConfigCommand extends command(_ep0, _mw0, "CreateResolverQueryLogConfig", CreateResolverQueryLogConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateResolverRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateResolverRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "CreateResolverRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "CreateResolverRuleCommand")
|
|
14
|
-
.sc(CreateResolverRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateResolverRuleCommand extends command(_ep0, _mw0, "CreateResolverRule", CreateResolverRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("Route53Resolver", "DeleteFirewallDomainList", {})
|
|
13
|
-
.n("Route53ResolverClient", "DeleteFirewallDomainListCommand")
|
|
14
|
-
.sc(DeleteFirewallDomainList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFirewallDomainListCommand extends command(_ep0, _mw0, "DeleteFirewallDomainList", DeleteFirewallDomainList$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("Route53Resolver", "DeleteFirewallRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "DeleteFirewallRuleCommand")
|
|
14
|
-
.sc(DeleteFirewallRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFirewallRuleCommand extends command(_ep0, _mw0, "DeleteFirewallRule", DeleteFirewallRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFirewallRuleGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DeleteFirewallRuleGroup", {})
|
|
13
|
-
.n("Route53ResolverClient", "DeleteFirewallRuleGroupCommand")
|
|
14
|
-
.sc(DeleteFirewallRuleGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFirewallRuleGroupCommand extends command(_ep0, _mw0, "DeleteFirewallRuleGroup", DeleteFirewallRuleGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteOutpostResolver$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteOutpostResolverCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DeleteOutpostResolver", {})
|
|
13
|
-
.n("Route53ResolverClient", "DeleteOutpostResolverCommand")
|
|
14
|
-
.sc(DeleteOutpostResolver$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteOutpostResolverCommand extends command(_ep0, _mw0, "DeleteOutpostResolver", DeleteOutpostResolver$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResolverEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResolverEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DeleteResolverEndpoint", {})
|
|
13
|
-
.n("Route53ResolverClient", "DeleteResolverEndpointCommand")
|
|
14
|
-
.sc(DeleteResolverEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResolverEndpointCommand extends command(_ep0, _mw0, "DeleteResolverEndpoint", DeleteResolverEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResolverQueryLogConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DeleteResolverQueryLogConfig", {})
|
|
13
|
-
.n("Route53ResolverClient", "DeleteResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(DeleteResolverQueryLogConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResolverQueryLogConfigCommand extends command(_ep0, _mw0, "DeleteResolverQueryLogConfig", DeleteResolverQueryLogConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResolverRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResolverRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DeleteResolverRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "DeleteResolverRuleCommand")
|
|
14
|
-
.sc(DeleteResolverRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResolverRuleCommand extends command(_ep0, _mw0, "DeleteResolverRule", DeleteResolverRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateFirewallRuleGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DisassociateFirewallRuleGroup", {})
|
|
13
|
-
.n("Route53ResolverClient", "DisassociateFirewallRuleGroupCommand")
|
|
14
|
-
.sc(DisassociateFirewallRuleGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateFirewallRuleGroupCommand extends command(_ep0, _mw0, "DisassociateFirewallRuleGroup", DisassociateFirewallRuleGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateResolverEndpointIpAddress$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateResolverEndpointIpAddressCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DisassociateResolverEndpointIpAddress", {})
|
|
13
|
-
.n("Route53ResolverClient", "DisassociateResolverEndpointIpAddressCommand")
|
|
14
|
-
.sc(DisassociateResolverEndpointIpAddress$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateResolverEndpointIpAddressCommand extends command(_ep0, _mw0, "DisassociateResolverEndpointIpAddress", DisassociateResolverEndpointIpAddress$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateResolverQueryLogConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DisassociateResolverQueryLogConfig", {})
|
|
13
|
-
.n("Route53ResolverClient", "DisassociateResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(DisassociateResolverQueryLogConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateResolverQueryLogConfigCommand extends command(_ep0, _mw0, "DisassociateResolverQueryLogConfig", DisassociateResolverQueryLogConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateResolverRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateResolverRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "DisassociateResolverRule", {})
|
|
13
|
-
.n("Route53ResolverClient", "DisassociateResolverRuleCommand")
|
|
14
|
-
.sc(DisassociateResolverRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateResolverRuleCommand extends command(_ep0, _mw0, "DisassociateResolverRule", DisassociateResolverRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetFirewallConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFirewallConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "GetFirewallConfig", {})
|
|
13
|
-
.n("Route53ResolverClient", "GetFirewallConfigCommand")
|
|
14
|
-
.sc(GetFirewallConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFirewallConfigCommand extends command(_ep0, _mw0, "GetFirewallConfig", GetFirewallConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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("Route53Resolver", "GetFirewallDomainList", {})
|
|
13
|
-
.n("Route53ResolverClient", "GetFirewallDomainListCommand")
|
|
14
|
-
.sc(GetFirewallDomainList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFirewallDomainListCommand extends command(_ep0, _mw0, "GetFirewallDomainList", GetFirewallDomainList$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetFirewallRuleGroupAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFirewallRuleGroupAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "GetFirewallRuleGroupAssociation", {})
|
|
13
|
-
.n("Route53ResolverClient", "GetFirewallRuleGroupAssociationCommand")
|
|
14
|
-
.sc(GetFirewallRuleGroupAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFirewallRuleGroupAssociationCommand extends command(_ep0, _mw0, "GetFirewallRuleGroupAssociation", GetFirewallRuleGroupAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFirewallRuleGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "GetFirewallRuleGroup", {})
|
|
13
|
-
.n("Route53ResolverClient", "GetFirewallRuleGroupCommand")
|
|
14
|
-
.sc(GetFirewallRuleGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFirewallRuleGroupCommand extends command(_ep0, _mw0, "GetFirewallRuleGroup", GetFirewallRuleGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetFirewallRuleGroupPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFirewallRuleGroupPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "GetFirewallRuleGroupPolicy", {})
|
|
13
|
-
.n("Route53ResolverClient", "GetFirewallRuleGroupPolicyCommand")
|
|
14
|
-
.sc(GetFirewallRuleGroupPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFirewallRuleGroupPolicyCommand extends command(_ep0, _mw0, "GetFirewallRuleGroupPolicy", GetFirewallRuleGroupPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetOutpostResolver$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOutpostResolverCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53Resolver", "GetOutpostResolver", {})
|
|
13
|
-
.n("Route53ResolverClient", "GetOutpostResolverCommand")
|
|
14
|
-
.sc(GetOutpostResolver$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOutpostResolverCommand extends command(_ep0, _mw0, "GetOutpostResolver", GetOutpostResolver$) {
|
|
16
4
|
}
|