@aws-sdk/client-route53resolver 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Route53Resolver.js +261 -254
- package/dist-es/Route53ResolverClient.js +28 -22
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +28 -21
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/AssociateResolverRuleCommand.js +28 -21
- package/dist-es/commands/CreateFirewallDomainListCommand.js +28 -21
- package/dist-es/commands/CreateFirewallRuleCommand.js +28 -21
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/CreateResolverEndpointCommand.js +28 -21
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/CreateResolverRuleCommand.js +28 -21
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +28 -21
- package/dist-es/commands/DeleteFirewallRuleCommand.js +28 -21
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/DeleteResolverEndpointCommand.js +28 -21
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/DeleteResolverRuleCommand.js +28 -21
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +28 -21
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/DisassociateResolverRuleCommand.js +28 -21
- package/dist-es/commands/GetFirewallConfigCommand.js +28 -21
- package/dist-es/commands/GetFirewallDomainListCommand.js +28 -21
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +28 -21
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +28 -21
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +28 -21
- package/dist-es/commands/GetResolverConfigCommand.js +28 -21
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +28 -21
- package/dist-es/commands/GetResolverEndpointCommand.js +28 -21
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +28 -21
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +28 -21
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +28 -21
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +28 -21
- package/dist-es/commands/GetResolverRuleCommand.js +28 -21
- package/dist-es/commands/GetResolverRulePolicyCommand.js +28 -21
- package/dist-es/commands/ImportFirewallDomainsCommand.js +28 -21
- package/dist-es/commands/ListFirewallConfigsCommand.js +28 -21
- package/dist-es/commands/ListFirewallDomainListsCommand.js +28 -21
- package/dist-es/commands/ListFirewallDomainsCommand.js +28 -21
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +28 -21
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +28 -21
- package/dist-es/commands/ListFirewallRulesCommand.js +28 -21
- package/dist-es/commands/ListResolverConfigsCommand.js +28 -21
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +28 -21
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +28 -21
- package/dist-es/commands/ListResolverEndpointsCommand.js +28 -21
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +28 -21
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +28 -21
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +28 -21
- package/dist-es/commands/ListResolverRulesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +28 -21
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +28 -21
- package/dist-es/commands/PutResolverRulePolicyCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateFirewallConfigCommand.js +28 -21
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +28 -21
- package/dist-es/commands/UpdateFirewallRuleCommand.js +28 -21
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +28 -21
- package/dist-es/commands/UpdateResolverConfigCommand.js +28 -21
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +28 -21
- package/dist-es/commands/UpdateResolverEndpointCommand.js +28 -21
- package/dist-es/commands/UpdateResolverRuleCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/Route53ResolverServiceException.js +10 -5
- package/dist-es/models/models_0.js +346 -639
- package/dist-es/pagination/ListFirewallConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallDomainListsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallDomainsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListFirewallRulesPaginator.js +68 -25
- package/dist-es/pagination/ListResolverConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +68 -25
- package/dist-es/pagination/ListResolverEndpointsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +68 -25
- package/dist-es/pagination/ListResolverRulesPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +5596 -4270
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateResolverRuleRequestFilterSensitiveLog, CreateResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateResolverRuleCommand, serializeAws_json1_1CreateResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateResolverRuleCommand = (function (_super) {
|
|
7
|
+
__extends(CreateResolverRuleCommand, _super);
|
|
8
|
+
function CreateResolverRuleCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateResolverRuleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "CreateResolverRuleCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateResolverRuleRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateResolverRuleResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateResolverRuleCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateResolverRuleCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateResolverRuleCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateResolverRuleCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateResolverRuleCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateResolverRuleCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteFirewallDomainListRequestFilterSensitiveLog, DeleteFirewallDomainListResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteFirewallDomainListCommand, serializeAws_json1_1DeleteFirewallDomainListCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteFirewallDomainListCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteFirewallDomainListCommand, _super);
|
|
8
|
+
function DeleteFirewallDomainListCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteFirewallDomainListCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DeleteFirewallDomainListCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteFirewallDomainListRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteFirewallDomainListResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteFirewallDomainListCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteFirewallDomainListCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteFirewallDomainListCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteFirewallDomainListCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteFirewallDomainListCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteFirewallDomainListCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteFirewallRuleRequestFilterSensitiveLog, DeleteFirewallRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteFirewallRuleCommand, serializeAws_json1_1DeleteFirewallRuleCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteFirewallRuleCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteFirewallRuleCommand, _super);
|
|
8
|
+
function DeleteFirewallRuleCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteFirewallRuleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DeleteFirewallRuleCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteFirewallRuleRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteFirewallRuleResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteFirewallRuleCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteFirewallRuleCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteFirewallRuleCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteFirewallRuleCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteFirewallRuleCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteFirewallRuleCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteFirewallRuleGroupRequestFilterSensitiveLog, DeleteFirewallRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteFirewallRuleGroupCommand, serializeAws_json1_1DeleteFirewallRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteFirewallRuleGroupCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteFirewallRuleGroupCommand, _super);
|
|
8
|
+
function DeleteFirewallRuleGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteFirewallRuleGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DeleteFirewallRuleGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteFirewallRuleGroupRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteFirewallRuleGroupResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteFirewallRuleGroupCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteFirewallRuleGroupCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteFirewallRuleGroupCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteFirewallRuleGroupCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteFirewallRuleGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteFirewallRuleGroupCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteResolverEndpointRequestFilterSensitiveLog, DeleteResolverEndpointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteResolverEndpointCommand, serializeAws_json1_1DeleteResolverEndpointCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteResolverEndpointCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteResolverEndpointCommand, _super);
|
|
8
|
+
function DeleteResolverEndpointCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteResolverEndpointCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DeleteResolverEndpointCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteResolverEndpointRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteResolverEndpointResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteResolverEndpointCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteResolverEndpointCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteResolverEndpointCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteResolverEndpointCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteResolverEndpointCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteResolverEndpointCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteResolverQueryLogConfigRequestFilterSensitiveLog, DeleteResolverQueryLogConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteResolverQueryLogConfigCommand, serializeAws_json1_1DeleteResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteResolverQueryLogConfigCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteResolverQueryLogConfigCommand, _super);
|
|
8
|
+
function DeleteResolverQueryLogConfigCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteResolverQueryLogConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DeleteResolverQueryLogConfigCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteResolverQueryLogConfigRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteResolverQueryLogConfigResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteResolverQueryLogConfigCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteResolverQueryLogConfigCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteResolverQueryLogConfigCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteResolverQueryLogConfigCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteResolverQueryLogConfigCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteResolverQueryLogConfigCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteResolverRuleRequestFilterSensitiveLog, DeleteResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteResolverRuleCommand, serializeAws_json1_1DeleteResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteResolverRuleCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteResolverRuleCommand, _super);
|
|
8
|
+
function DeleteResolverRuleCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteResolverRuleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DeleteResolverRuleCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteResolverRuleRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteResolverRuleResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteResolverRuleCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteResolverRuleCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteResolverRuleCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteResolverRuleCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteResolverRuleCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteResolverRuleCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisassociateFirewallRuleGroupRequestFilterSensitiveLog, DisassociateFirewallRuleGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateFirewallRuleGroupCommand, serializeAws_json1_1DisassociateFirewallRuleGroupCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateFirewallRuleGroupCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateFirewallRuleGroupCommand, _super);
|
|
8
|
+
function DisassociateFirewallRuleGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateFirewallRuleGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DisassociateFirewallRuleGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateFirewallRuleGroupRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateFirewallRuleGroupResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateFirewallRuleGroupCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateFirewallRuleGroupCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateFirewallRuleGroupCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateFirewallRuleGroupCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateFirewallRuleGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateFirewallRuleGroupCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisassociateResolverEndpointIpAddressRequestFilterSensitiveLog, DisassociateResolverEndpointIpAddressResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateResolverEndpointIpAddressCommand, serializeAws_json1_1DisassociateResolverEndpointIpAddressCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateResolverEndpointIpAddressCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateResolverEndpointIpAddressCommand, _super);
|
|
8
|
+
function DisassociateResolverEndpointIpAddressCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateResolverEndpointIpAddressCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DisassociateResolverEndpointIpAddressCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateResolverEndpointIpAddressRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateResolverEndpointIpAddressResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateResolverEndpointIpAddressCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateResolverEndpointIpAddressCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateResolverEndpointIpAddressCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateResolverEndpointIpAddressCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateResolverEndpointIpAddressCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateResolverEndpointIpAddressCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisassociateResolverQueryLogConfigRequestFilterSensitiveLog, DisassociateResolverQueryLogConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DisassociateResolverQueryLogConfigCommand, serializeAws_json1_1DisassociateResolverQueryLogConfigCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DisassociateResolverQueryLogConfigCommand = (function (_super) {
|
|
7
|
+
__extends(DisassociateResolverQueryLogConfigCommand, _super);
|
|
8
|
+
function DisassociateResolverQueryLogConfigCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DisassociateResolverQueryLogConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "Route53ResolverClient";
|
|
18
|
+
var commandName = "DisassociateResolverQueryLogConfigCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DisassociateResolverQueryLogConfigRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DisassociateResolverQueryLogConfigResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DisassociateResolverQueryLogConfigCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DisassociateResolverQueryLogConfigCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DisassociateResolverQueryLogConfigCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DisassociateResolverQueryLogConfigCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DisassociateResolverQueryLogConfigCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DisassociateResolverQueryLogConfigCommand };
|