@aws-sdk/client-route53resolver 3.927.0 → 3.928.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 +1972 -2124
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/Route53ResolverClient.js +2 -0
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +3 -9
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/AssociateResolverRuleCommand.js +3 -9
- package/dist-es/commands/CreateFirewallDomainListCommand.js +3 -9
- package/dist-es/commands/CreateFirewallRuleCommand.js +3 -9
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/CreateOutpostResolverCommand.js +3 -9
- package/dist-es/commands/CreateResolverEndpointCommand.js +3 -9
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/CreateResolverRuleCommand.js +3 -9
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +3 -9
- package/dist-es/commands/DeleteFirewallRuleCommand.js +3 -9
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/DeleteOutpostResolverCommand.js +3 -9
- package/dist-es/commands/DeleteResolverEndpointCommand.js +3 -9
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/DeleteResolverRuleCommand.js +3 -9
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +3 -9
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/DisassociateResolverRuleCommand.js +3 -9
- package/dist-es/commands/GetFirewallConfigCommand.js +3 -9
- package/dist-es/commands/GetFirewallDomainListCommand.js +3 -9
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +3 -9
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +3 -9
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +3 -9
- package/dist-es/commands/GetOutpostResolverCommand.js +3 -9
- package/dist-es/commands/GetResolverConfigCommand.js +3 -9
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +3 -9
- package/dist-es/commands/GetResolverEndpointCommand.js +3 -9
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +3 -9
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +3 -9
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +3 -9
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +3 -9
- package/dist-es/commands/GetResolverRuleCommand.js +3 -9
- package/dist-es/commands/GetResolverRulePolicyCommand.js +3 -9
- package/dist-es/commands/ImportFirewallDomainsCommand.js +3 -9
- package/dist-es/commands/ListFirewallConfigsCommand.js +3 -9
- package/dist-es/commands/ListFirewallDomainListsCommand.js +3 -9
- package/dist-es/commands/ListFirewallDomainsCommand.js +3 -9
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +3 -9
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +3 -9
- package/dist-es/commands/ListFirewallRulesCommand.js +3 -9
- package/dist-es/commands/ListOutpostResolversCommand.js +3 -9
- package/dist-es/commands/ListResolverConfigsCommand.js +3 -9
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +3 -9
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +3 -9
- package/dist-es/commands/ListResolverEndpointsCommand.js +3 -9
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +3 -9
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +3 -9
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +3 -9
- package/dist-es/commands/ListResolverRulesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +3 -9
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +3 -9
- package/dist-es/commands/PutResolverRulePolicyCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallConfigCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallRuleCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateOutpostResolverCommand.js +3 -9
- package/dist-es/commands/UpdateResolverConfigCommand.js +3 -9
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +3 -9
- package/dist-es/commands/UpdateResolverEndpointCommand.js +3 -9
- package/dist-es/commands/UpdateResolverRuleCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1789 -0
- package/dist-types/Route53ResolverClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +271 -0
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +276 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1601
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -614
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -821
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFirewallConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFirewallConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetFirewallConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetFirewallConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFirewallConfigCommand)
|
|
20
|
-
.de(de_GetFirewallConfigCommand)
|
|
14
|
+
.sc(GetFirewallConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFirewallDomainList } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFirewallDomainListCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetFirewallDomainList", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetFirewallDomainListCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFirewallDomainListCommand)
|
|
20
|
-
.de(de_GetFirewallDomainListCommand)
|
|
14
|
+
.sc(GetFirewallDomainList)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFirewallRuleGroupAssociation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFirewallRuleGroupAssociationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetFirewallRuleGroupAssociation", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetFirewallRuleGroupAssociationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFirewallRuleGroupAssociationCommand)
|
|
20
|
-
.de(de_GetFirewallRuleGroupAssociationCommand)
|
|
14
|
+
.sc(GetFirewallRuleGroupAssociation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFirewallRuleGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFirewallRuleGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetFirewallRuleGroup", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetFirewallRuleGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFirewallRuleGroupCommand)
|
|
20
|
-
.de(de_GetFirewallRuleGroupCommand)
|
|
14
|
+
.sc(GetFirewallRuleGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFirewallRuleGroupPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFirewallRuleGroupPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetFirewallRuleGroupPolicy", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetFirewallRuleGroupPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFirewallRuleGroupPolicyCommand)
|
|
20
|
-
.de(de_GetFirewallRuleGroupPolicyCommand)
|
|
14
|
+
.sc(GetFirewallRuleGroupPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetOutpostResolver } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetOutpostResolverCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetOutpostResolver", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetOutpostResolverCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetOutpostResolverCommand)
|
|
20
|
-
.de(de_GetOutpostResolverCommand)
|
|
14
|
+
.sc(GetOutpostResolver)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverConfigCommand)
|
|
20
|
-
.de(de_GetResolverConfigCommand)
|
|
14
|
+
.sc(GetResolverConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverDnssecConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverDnssecConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverDnssecConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverDnssecConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverDnssecConfigCommand)
|
|
20
|
-
.de(de_GetResolverDnssecConfigCommand)
|
|
14
|
+
.sc(GetResolverDnssecConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverEndpoint } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverEndpointCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverEndpoint", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverEndpointCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverEndpointCommand)
|
|
20
|
-
.de(de_GetResolverEndpointCommand)
|
|
14
|
+
.sc(GetResolverEndpoint)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverQueryLogConfigAssociation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverQueryLogConfigAssociationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverQueryLogConfigAssociation", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverQueryLogConfigAssociationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverQueryLogConfigAssociationCommand)
|
|
20
|
-
.de(de_GetResolverQueryLogConfigAssociationCommand)
|
|
14
|
+
.sc(GetResolverQueryLogConfigAssociation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverQueryLogConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverQueryLogConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverQueryLogConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverQueryLogConfigCommand)
|
|
20
|
-
.de(de_GetResolverQueryLogConfigCommand)
|
|
14
|
+
.sc(GetResolverQueryLogConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverQueryLogConfigPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverQueryLogConfigPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverQueryLogConfigPolicy", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverQueryLogConfigPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverQueryLogConfigPolicyCommand)
|
|
20
|
-
.de(de_GetResolverQueryLogConfigPolicyCommand)
|
|
14
|
+
.sc(GetResolverQueryLogConfigPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverRuleAssociation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverRuleAssociationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverRuleAssociation", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverRuleAssociationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverRuleAssociationCommand)
|
|
20
|
-
.de(de_GetResolverRuleAssociationCommand)
|
|
14
|
+
.sc(GetResolverRuleAssociation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverRuleCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverRuleCommand)
|
|
20
|
-
.de(de_GetResolverRuleCommand)
|
|
14
|
+
.sc(GetResolverRule)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResolverRulePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResolverRulePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "GetResolverRulePolicy", {})
|
|
17
13
|
.n("Route53ResolverClient", "GetResolverRulePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResolverRulePolicyCommand)
|
|
20
|
-
.de(de_GetResolverRulePolicyCommand)
|
|
14
|
+
.sc(GetResolverRulePolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ImportFirewallDomains } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ImportFirewallDomainsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "ImportFirewallDomains", {})
|
|
17
13
|
.n("Route53ResolverClient", "ImportFirewallDomainsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ImportFirewallDomainsCommand)
|
|
20
|
-
.de(de_ImportFirewallDomainsCommand)
|
|
14
|
+
.sc(ImportFirewallDomains)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFirewallConfigs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFirewallConfigsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "ListFirewallConfigs", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListFirewallConfigsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFirewallConfigsCommand)
|
|
20
|
-
.de(de_ListFirewallConfigsCommand)
|
|
14
|
+
.sc(ListFirewallConfigs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFirewallDomainLists } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFirewallDomainListsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "ListFirewallDomainLists", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListFirewallDomainListsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFirewallDomainListsCommand)
|
|
20
|
-
.de(de_ListFirewallDomainListsCommand)
|
|
14
|
+
.sc(ListFirewallDomainLists)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFirewallDomains } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFirewallDomainsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "ListFirewallDomains", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListFirewallDomainsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFirewallDomainsCommand)
|
|
20
|
-
.de(de_ListFirewallDomainsCommand)
|
|
14
|
+
.sc(ListFirewallDomains)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFirewallRuleGroupAssociations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFirewallRuleGroupAssociationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "ListFirewallRuleGroupAssociations", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListFirewallRuleGroupAssociationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFirewallRuleGroupAssociationsCommand)
|
|
20
|
-
.de(de_ListFirewallRuleGroupAssociationsCommand)
|
|
14
|
+
.sc(ListFirewallRuleGroupAssociations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFirewallRuleGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFirewallRuleGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "ListFirewallRuleGroups", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListFirewallRuleGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFirewallRuleGroupsCommand)
|
|
20
|
-
.de(de_ListFirewallRuleGroupsCommand)
|
|
14
|
+
.sc(ListFirewallRuleGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFirewallRules } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFirewallRulesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "ListFirewallRules", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListFirewallRulesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFirewallRulesCommand)
|
|
20
|
-
.de(de_ListFirewallRulesCommand)
|
|
14
|
+
.sc(ListFirewallRules)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListOutpostResolvers } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListOutpostResolversCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Route53Resolver", "ListOutpostResolvers", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListOutpostResolversCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListOutpostResolversCommand)
|
|
20
|
-
.de(de_ListOutpostResolversCommand)
|
|
14
|
+
.sc(ListOutpostResolvers)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|