@aws-sdk/client-route53resolver 3.649.0 → 3.650.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 +68 -204
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +1 -3
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +1 -3
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +1 -3
- package/dist-es/commands/AssociateResolverRuleCommand.js +1 -3
- package/dist-es/commands/CreateFirewallDomainListCommand.js +1 -3
- package/dist-es/commands/CreateFirewallRuleCommand.js +1 -3
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +1 -3
- package/dist-es/commands/CreateOutpostResolverCommand.js +1 -3
- package/dist-es/commands/CreateResolverEndpointCommand.js +1 -3
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +1 -3
- package/dist-es/commands/CreateResolverRuleCommand.js +1 -3
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +1 -3
- package/dist-es/commands/DeleteFirewallRuleCommand.js +1 -3
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +1 -3
- package/dist-es/commands/DeleteOutpostResolverCommand.js +1 -3
- package/dist-es/commands/DeleteResolverEndpointCommand.js +1 -3
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +1 -3
- package/dist-es/commands/DeleteResolverRuleCommand.js +1 -3
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +1 -3
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +1 -3
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +1 -3
- package/dist-es/commands/DisassociateResolverRuleCommand.js +1 -3
- package/dist-es/commands/GetFirewallConfigCommand.js +1 -3
- package/dist-es/commands/GetFirewallDomainListCommand.js +1 -3
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +1 -3
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +1 -3
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +1 -3
- package/dist-es/commands/GetOutpostResolverCommand.js +1 -3
- package/dist-es/commands/GetResolverConfigCommand.js +1 -3
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +1 -3
- package/dist-es/commands/GetResolverEndpointCommand.js +1 -3
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +1 -3
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +1 -3
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +1 -3
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +1 -3
- package/dist-es/commands/GetResolverRuleCommand.js +1 -3
- package/dist-es/commands/GetResolverRulePolicyCommand.js +1 -3
- package/dist-es/commands/ImportFirewallDomainsCommand.js +1 -3
- package/dist-es/commands/ListFirewallConfigsCommand.js +1 -3
- package/dist-es/commands/ListFirewallDomainListsCommand.js +1 -3
- package/dist-es/commands/ListFirewallDomainsCommand.js +1 -3
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +1 -3
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +1 -3
- package/dist-es/commands/ListFirewallRulesCommand.js +1 -3
- package/dist-es/commands/ListOutpostResolversCommand.js +1 -3
- package/dist-es/commands/ListResolverConfigsCommand.js +1 -3
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +1 -3
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +1 -3
- package/dist-es/commands/ListResolverEndpointsCommand.js +1 -3
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +1 -3
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +1 -3
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +1 -3
- package/dist-es/commands/ListResolverRulesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +1 -3
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +1 -3
- package/dist-es/commands/PutResolverRulePolicyCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallConfigCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallRuleCommand.js +1 -3
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +1 -3
- package/dist-es/commands/UpdateOutpostResolverCommand.js +1 -3
- package/dist-es/commands/UpdateResolverConfigCommand.js +1 -3
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +1 -3
- package/dist-es/commands/UpdateResolverEndpointCommand.js +1 -3
- package/dist-es/commands/UpdateResolverRuleCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -6,9 +6,7 @@ import { de_AssociateFirewallRuleGroupCommand, se_AssociateFirewallRuleGroupComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateFirewallRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateResolverEndpointIpAddressCommand, se_AssociateResolverEndpo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateResolverEndpointIpAddressCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateResolverQueryLogConfigCommand, se_AssociateResolverQueryLog
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateResolverQueryLogConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateResolverRuleCommand, se_AssociateResolverRuleCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateResolverRuleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFirewallDomainListCommand, se_CreateFirewallDomainListCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFirewallDomainListCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFirewallRuleCommand, se_CreateFirewallRuleCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFirewallRuleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFirewallRuleGroupCommand, se_CreateFirewallRuleGroupCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFirewallRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateOutpostResolverCommand, se_CreateOutpostResolverCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateOutpostResolverCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateResolverEndpointCommand, se_CreateResolverEndpointCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateResolverEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateResolverQueryLogConfigCommand, se_CreateResolverQueryLogConfig
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateResolverQueryLogConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateResolverRuleCommand, se_CreateResolverRuleCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateResolverRuleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFirewallDomainListCommand, se_DeleteFirewallDomainListCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFirewallDomainListCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFirewallRuleCommand, se_DeleteFirewallRuleCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFirewallRuleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFirewallRuleGroupCommand, se_DeleteFirewallRuleGroupCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFirewallRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteOutpostResolverCommand, se_DeleteOutpostResolverCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteOutpostResolverCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResolverEndpointCommand, se_DeleteResolverEndpointCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResolverEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResolverQueryLogConfigCommand, se_DeleteResolverQueryLogConfig
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResolverQueryLogConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResolverRuleCommand, se_DeleteResolverRuleCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResolverRuleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateFirewallRuleGroupCommand, se_DisassociateFirewallRuleGro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateFirewallRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateResolverEndpointIpAddressCommand, se_DisassociateResolve
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateResolverEndpointIpAddressCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateResolverQueryLogConfigCommand, se_DisassociateResolverQu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateResolverQueryLogConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateResolverRuleCommand, se_DisassociateResolverRuleCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateResolverRuleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFirewallConfigCommand, se_GetFirewallConfigCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFirewallConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFirewallDomainListCommand, se_GetFirewallDomainListCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFirewallDomainListCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFirewallRuleGroupAssociationCommand, se_GetFirewallRuleGroupAssoc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFirewallRuleGroupAssociationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFirewallRuleGroupCommand, se_GetFirewallRuleGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFirewallRuleGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFirewallRuleGroupPolicyCommand, se_GetFirewallRuleGroupPolicyComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFirewallRuleGroupPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetOutpostResolverCommand, se_GetOutpostResolverCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetOutpostResolverCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverConfigCommand, se_GetResolverConfigCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverDnssecConfigCommand, se_GetResolverDnssecConfigCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverDnssecConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverEndpointCommand, se_GetResolverEndpointCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverQueryLogConfigAssociationCommand, se_GetResolverQueryLogC
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverQueryLogConfigAssociationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverQueryLogConfigCommand, se_GetResolverQueryLogConfigComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverQueryLogConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverQueryLogConfigPolicyCommand, se_GetResolverQueryLogConfig
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverQueryLogConfigPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverRuleAssociationCommand, se_GetResolverRuleAssociationComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverRuleAssociationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverRuleCommand, se_GetResolverRuleCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverRuleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResolverRulePolicyCommand, se_GetResolverRulePolicyCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResolverRulePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ImportFirewallDomainsCommand, se_ImportFirewallDomainsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ImportFirewallDomainsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFirewallConfigsCommand, se_ListFirewallConfigsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFirewallConfigsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFirewallDomainListsCommand, se_ListFirewallDomainListsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFirewallDomainListsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFirewallDomainsCommand, se_ListFirewallDomainsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFirewallDomainsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFirewallRuleGroupAssociationsCommand, se_ListFirewallRuleGroupAs
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFirewallRuleGroupAssociationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFirewallRuleGroupsCommand, se_ListFirewallRuleGroupsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFirewallRuleGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFirewallRulesCommand, se_ListFirewallRulesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFirewallRulesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListOutpostResolversCommand, se_ListOutpostResolversCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListOutpostResolversCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResolverConfigsCommand, se_ListResolverConfigsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResolverConfigsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResolverDnssecConfigsCommand, se_ListResolverDnssecConfigsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResolverDnssecConfigsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResolverEndpointIpAddressesCommand, se_ListResolverEndpointIpAdd
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResolverEndpointIpAddressesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResolverEndpointsCommand, se_ListResolverEndpointsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResolverEndpointsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResolverQueryLogConfigAssociationsCommand, se_ListResolverQueryL
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResolverQueryLogConfigAssociationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResolverQueryLogConfigsCommand, se_ListResolverQueryLogConfigsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResolverQueryLogConfigsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResolverRuleAssociationsCommand, se_ListResolverRuleAssociations
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResolverRuleAssociationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResolverRulesCommand, se_ListResolverRulesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResolverRulesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|