@aws-sdk/client-route53resolver 3.926.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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ??
|
|
30
|
+
new protocols_1.AwsJson1_1Protocol({
|
|
31
|
+
defaultNamespace: "com.amazonaws.route53resolver",
|
|
32
|
+
serviceTarget: "Route53Resolver",
|
|
33
|
+
awsQueryCompatible: false,
|
|
34
|
+
}),
|
|
28
35
|
serviceId: config?.serviceId ?? "Route53Resolver",
|
|
29
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class Route53ResolverClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -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 { AssociateFirewallRuleGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateFirewallRuleGroupCommand 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", "AssociateFirewallRuleGroup", {})
|
|
17
13
|
.n("Route53ResolverClient", "AssociateFirewallRuleGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateFirewallRuleGroupCommand)
|
|
20
|
-
.de(de_AssociateFirewallRuleGroupCommand)
|
|
14
|
+
.sc(AssociateFirewallRuleGroup)
|
|
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 { AssociateResolverEndpointIpAddress } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateResolverEndpointIpAddressCommand 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", "AssociateResolverEndpointIpAddress", {})
|
|
17
13
|
.n("Route53ResolverClient", "AssociateResolverEndpointIpAddressCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateResolverEndpointIpAddressCommand)
|
|
20
|
-
.de(de_AssociateResolverEndpointIpAddressCommand)
|
|
14
|
+
.sc(AssociateResolverEndpointIpAddress)
|
|
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 { AssociateResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateResolverQueryLogConfigCommand 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", "AssociateResolverQueryLogConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "AssociateResolverQueryLogConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateResolverQueryLogConfigCommand)
|
|
20
|
-
.de(de_AssociateResolverQueryLogConfigCommand)
|
|
14
|
+
.sc(AssociateResolverQueryLogConfig)
|
|
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 { AssociateResolverRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateResolverRuleCommand 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", "AssociateResolverRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "AssociateResolverRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateResolverRuleCommand)
|
|
20
|
-
.de(de_AssociateResolverRuleCommand)
|
|
14
|
+
.sc(AssociateResolverRule)
|
|
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 { CreateFirewallDomainList } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateFirewallDomainListCommand 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", "CreateFirewallDomainList", {})
|
|
17
13
|
.n("Route53ResolverClient", "CreateFirewallDomainListCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateFirewallDomainListCommand)
|
|
20
|
-
.de(de_CreateFirewallDomainListCommand)
|
|
14
|
+
.sc(CreateFirewallDomainList)
|
|
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 { CreateFirewallRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateFirewallRuleCommand 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", "CreateFirewallRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "CreateFirewallRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateFirewallRuleCommand)
|
|
20
|
-
.de(de_CreateFirewallRuleCommand)
|
|
14
|
+
.sc(CreateFirewallRule)
|
|
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 { CreateFirewallRuleGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateFirewallRuleGroupCommand 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", "CreateFirewallRuleGroup", {})
|
|
17
13
|
.n("Route53ResolverClient", "CreateFirewallRuleGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateFirewallRuleGroupCommand)
|
|
20
|
-
.de(de_CreateFirewallRuleGroupCommand)
|
|
14
|
+
.sc(CreateFirewallRuleGroup)
|
|
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 { CreateOutpostResolver } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateOutpostResolverCommand 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", "CreateOutpostResolver", {})
|
|
17
13
|
.n("Route53ResolverClient", "CreateOutpostResolverCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateOutpostResolverCommand)
|
|
20
|
-
.de(de_CreateOutpostResolverCommand)
|
|
14
|
+
.sc(CreateOutpostResolver)
|
|
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 { CreateResolverEndpoint } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateResolverEndpointCommand 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", "CreateResolverEndpoint", {})
|
|
17
13
|
.n("Route53ResolverClient", "CreateResolverEndpointCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateResolverEndpointCommand)
|
|
20
|
-
.de(de_CreateResolverEndpointCommand)
|
|
14
|
+
.sc(CreateResolverEndpoint)
|
|
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 { CreateResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateResolverQueryLogConfigCommand 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", "CreateResolverQueryLogConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "CreateResolverQueryLogConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateResolverQueryLogConfigCommand)
|
|
20
|
-
.de(de_CreateResolverQueryLogConfigCommand)
|
|
14
|
+
.sc(CreateResolverQueryLogConfig)
|
|
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 { CreateResolverRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateResolverRuleCommand 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", "CreateResolverRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "CreateResolverRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateResolverRuleCommand)
|
|
20
|
-
.de(de_CreateResolverRuleCommand)
|
|
14
|
+
.sc(CreateResolverRule)
|
|
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 { DeleteFirewallDomainList } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteFirewallDomainListCommand 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", "DeleteFirewallDomainList", {})
|
|
17
13
|
.n("Route53ResolverClient", "DeleteFirewallDomainListCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteFirewallDomainListCommand)
|
|
20
|
-
.de(de_DeleteFirewallDomainListCommand)
|
|
14
|
+
.sc(DeleteFirewallDomainList)
|
|
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 { DeleteFirewallRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteFirewallRuleCommand 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", "DeleteFirewallRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "DeleteFirewallRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteFirewallRuleCommand)
|
|
20
|
-
.de(de_DeleteFirewallRuleCommand)
|
|
14
|
+
.sc(DeleteFirewallRule)
|
|
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 { DeleteFirewallRuleGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteFirewallRuleGroupCommand 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", "DeleteFirewallRuleGroup", {})
|
|
17
13
|
.n("Route53ResolverClient", "DeleteFirewallRuleGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteFirewallRuleGroupCommand)
|
|
20
|
-
.de(de_DeleteFirewallRuleGroupCommand)
|
|
14
|
+
.sc(DeleteFirewallRuleGroup)
|
|
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 { DeleteOutpostResolver } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteOutpostResolverCommand 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", "DeleteOutpostResolver", {})
|
|
17
13
|
.n("Route53ResolverClient", "DeleteOutpostResolverCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteOutpostResolverCommand)
|
|
20
|
-
.de(de_DeleteOutpostResolverCommand)
|
|
14
|
+
.sc(DeleteOutpostResolver)
|
|
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 { DeleteResolverEndpoint } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteResolverEndpointCommand 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", "DeleteResolverEndpoint", {})
|
|
17
13
|
.n("Route53ResolverClient", "DeleteResolverEndpointCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteResolverEndpointCommand)
|
|
20
|
-
.de(de_DeleteResolverEndpointCommand)
|
|
14
|
+
.sc(DeleteResolverEndpoint)
|
|
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 { DeleteResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteResolverQueryLogConfigCommand 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", "DeleteResolverQueryLogConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "DeleteResolverQueryLogConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteResolverQueryLogConfigCommand)
|
|
20
|
-
.de(de_DeleteResolverQueryLogConfigCommand)
|
|
14
|
+
.sc(DeleteResolverQueryLogConfig)
|
|
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 { DeleteResolverRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteResolverRuleCommand 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", "DeleteResolverRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "DeleteResolverRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteResolverRuleCommand)
|
|
20
|
-
.de(de_DeleteResolverRuleCommand)
|
|
14
|
+
.sc(DeleteResolverRule)
|
|
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 { DisassociateFirewallRuleGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateFirewallRuleGroupCommand 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", "DisassociateFirewallRuleGroup", {})
|
|
17
13
|
.n("Route53ResolverClient", "DisassociateFirewallRuleGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateFirewallRuleGroupCommand)
|
|
20
|
-
.de(de_DisassociateFirewallRuleGroupCommand)
|
|
14
|
+
.sc(DisassociateFirewallRuleGroup)
|
|
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 { DisassociateResolverEndpointIpAddress } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateResolverEndpointIpAddressCommand 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", "DisassociateResolverEndpointIpAddress", {})
|
|
17
13
|
.n("Route53ResolverClient", "DisassociateResolverEndpointIpAddressCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateResolverEndpointIpAddressCommand)
|
|
20
|
-
.de(de_DisassociateResolverEndpointIpAddressCommand)
|
|
14
|
+
.sc(DisassociateResolverEndpointIpAddress)
|
|
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 { DisassociateResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateResolverQueryLogConfigCommand 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", "DisassociateResolverQueryLogConfig", {})
|
|
17
13
|
.n("Route53ResolverClient", "DisassociateResolverQueryLogConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateResolverQueryLogConfigCommand)
|
|
20
|
-
.de(de_DisassociateResolverQueryLogConfigCommand)
|
|
14
|
+
.sc(DisassociateResolverQueryLogConfig)
|
|
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 { DisassociateResolverRule } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateResolverRuleCommand 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", "DisassociateResolverRule", {})
|
|
17
13
|
.n("Route53ResolverClient", "DisassociateResolverRuleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateResolverRuleCommand)
|
|
20
|
-
.de(de_DisassociateResolverRuleCommand)
|
|
14
|
+
.sc(DisassociateResolverRule)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|