@aws-sdk/client-route53resolver 3.927.0 → 3.929.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 { ListResolverConfigs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResolverConfigsCommand 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", "ListResolverConfigs", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListResolverConfigsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResolverConfigsCommand)
|
|
20
|
-
.de(de_ListResolverConfigsCommand)
|
|
14
|
+
.sc(ListResolverConfigs)
|
|
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 { ListResolverDnssecConfigs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResolverDnssecConfigsCommand 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", "ListResolverDnssecConfigs", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListResolverDnssecConfigsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResolverDnssecConfigsCommand)
|
|
20
|
-
.de(de_ListResolverDnssecConfigsCommand)
|
|
14
|
+
.sc(ListResolverDnssecConfigs)
|
|
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 { ListResolverEndpointIpAddresses } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResolverEndpointIpAddressesCommand 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", "ListResolverEndpointIpAddresses", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListResolverEndpointIpAddressesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResolverEndpointIpAddressesCommand)
|
|
20
|
-
.de(de_ListResolverEndpointIpAddressesCommand)
|
|
14
|
+
.sc(ListResolverEndpointIpAddresses)
|
|
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 { ListResolverEndpoints } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResolverEndpointsCommand 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", "ListResolverEndpoints", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListResolverEndpointsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResolverEndpointsCommand)
|
|
20
|
-
.de(de_ListResolverEndpointsCommand)
|
|
14
|
+
.sc(ListResolverEndpoints)
|
|
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 { ListResolverQueryLogConfigAssociations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResolverQueryLogConfigAssociationsCommand 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", "ListResolverQueryLogConfigAssociations", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListResolverQueryLogConfigAssociationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResolverQueryLogConfigAssociationsCommand)
|
|
20
|
-
.de(de_ListResolverQueryLogConfigAssociationsCommand)
|
|
14
|
+
.sc(ListResolverQueryLogConfigAssociations)
|
|
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 { ListResolverQueryLogConfigs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResolverQueryLogConfigsCommand 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", "ListResolverQueryLogConfigs", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListResolverQueryLogConfigsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResolverQueryLogConfigsCommand)
|
|
20
|
-
.de(de_ListResolverQueryLogConfigsCommand)
|
|
14
|
+
.sc(ListResolverQueryLogConfigs)
|
|
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 { ListResolverRuleAssociations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResolverRuleAssociationsCommand 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", "ListResolverRuleAssociations", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListResolverRuleAssociationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResolverRuleAssociationsCommand)
|
|
20
|
-
.de(de_ListResolverRuleAssociationsCommand)
|
|
14
|
+
.sc(ListResolverRuleAssociations)
|
|
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 { ListResolverRules } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResolverRulesCommand 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", "ListResolverRules", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListResolverRulesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResolverRulesCommand)
|
|
20
|
-
.de(de_ListResolverRulesCommand)
|
|
14
|
+
.sc(ListResolverRules)
|
|
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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
|
|
17
13
|
.n("Route53ResolverClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
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 { PutFirewallRuleGroupPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutFirewallRuleGroupPolicyCommand 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", "PutFirewallRuleGroupPolicy", {})
|
|
17
13
|
.n("Route53ResolverClient", "PutFirewallRuleGroupPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutFirewallRuleGroupPolicyCommand)
|
|
20
|
-
.de(de_PutFirewallRuleGroupPolicyCommand)
|
|
14
|
+
.sc(PutFirewallRuleGroupPolicy)
|
|
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 { PutResolverQueryLogConfigPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutResolverQueryLogConfigPolicyCommand 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", "PutResolverQueryLogConfigPolicy", {})
|
|
17
13
|
.n("Route53ResolverClient", "PutResolverQueryLogConfigPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutResolverQueryLogConfigPolicyCommand)
|
|
20
|
-
.de(de_PutResolverQueryLogConfigPolicyCommand)
|
|
14
|
+
.sc(PutResolverQueryLogConfigPolicy)
|
|
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 { PutResolverRulePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutResolverRulePolicyCommand 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", "PutResolverRulePolicy", {})
|
|
17
13
|
.n("Route53ResolverClient", "PutResolverRulePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutResolverRulePolicyCommand)
|
|
20
|
-
.de(de_PutResolverRulePolicyCommand)
|
|
14
|
+
.sc(PutResolverRulePolicy)
|
|
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 { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand 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", "TagResource", {})
|
|
17
13
|
.n("Route53ResolverClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
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 { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand 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", "UntagResource", {})
|
|
17
13
|
.n("Route53ResolverClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
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 { UpdateFirewallConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateFirewallConfigCommand 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", "UpdateFirewallConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateFirewallConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateFirewallConfigCommand)
|
|
20
|
-
.de(de_UpdateFirewallConfigCommand)
|
|
14
|
+
.sc(UpdateFirewallConfig)
|
|
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 { UpdateFirewallDomains } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateFirewallDomainsCommand 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", "UpdateFirewallDomains", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateFirewallDomainsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateFirewallDomainsCommand)
|
|
20
|
-
.de(de_UpdateFirewallDomainsCommand)
|
|
14
|
+
.sc(UpdateFirewallDomains)
|
|
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 { UpdateFirewallRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateFirewallRuleCommand 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", "UpdateFirewallRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateFirewallRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateFirewallRuleCommand)
|
|
20
|
-
.de(de_UpdateFirewallRuleCommand)
|
|
14
|
+
.sc(UpdateFirewallRule)
|
|
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 { UpdateFirewallRuleGroupAssociation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateFirewallRuleGroupAssociationCommand 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", "UpdateFirewallRuleGroupAssociation", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateFirewallRuleGroupAssociationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateFirewallRuleGroupAssociationCommand)
|
|
20
|
-
.de(de_UpdateFirewallRuleGroupAssociationCommand)
|
|
14
|
+
.sc(UpdateFirewallRuleGroupAssociation)
|
|
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 { UpdateOutpostResolver } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateOutpostResolverCommand 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", "UpdateOutpostResolver", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateOutpostResolverCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateOutpostResolverCommand)
|
|
20
|
-
.de(de_UpdateOutpostResolverCommand)
|
|
14
|
+
.sc(UpdateOutpostResolver)
|
|
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 { UpdateResolverConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateResolverConfigCommand 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", "UpdateResolverConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateResolverConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateResolverConfigCommand)
|
|
20
|
-
.de(de_UpdateResolverConfigCommand)
|
|
14
|
+
.sc(UpdateResolverConfig)
|
|
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 { UpdateResolverDnssecConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateResolverDnssecConfigCommand 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", "UpdateResolverDnssecConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateResolverDnssecConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateResolverDnssecConfigCommand)
|
|
20
|
-
.de(de_UpdateResolverDnssecConfigCommand)
|
|
14
|
+
.sc(UpdateResolverDnssecConfig)
|
|
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 { UpdateResolverEndpoint } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateResolverEndpointCommand 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", "UpdateResolverEndpoint", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateResolverEndpointCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateResolverEndpointCommand)
|
|
20
|
-
.de(de_UpdateResolverEndpointCommand)
|
|
14
|
+
.sc(UpdateResolverEndpoint)
|
|
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 { UpdateResolverRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateResolverRuleCommand 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", "UpdateResolverRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "UpdateResolverRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateResolverRuleCommand)
|
|
20
|
-
.de(de_UpdateResolverRuleCommand)
|
|
14
|
+
.sc(UpdateResolverRule)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
2
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
4
5
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
@@ -22,6 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
22
23
|
},
|
|
23
24
|
],
|
|
24
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
+
protocol: config?.protocol ??
|
|
27
|
+
new AwsJson1_1Protocol({
|
|
28
|
+
defaultNamespace: "com.amazonaws.route53resolver",
|
|
29
|
+
serviceTarget: "Route53Resolver",
|
|
30
|
+
awsQueryCompatible: false,
|
|
31
|
+
}),
|
|
25
32
|
serviceId: config?.serviceId ?? "Route53Resolver",
|
|
26
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
27
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|