@aws-sdk/client-route53resolver 3.181.0 → 3.183.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 +8 -0
- package/dist-es/Route53Resolver.js +254 -261
- package/dist-es/Route53ResolverClient.js +22 -28
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +21 -28
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +21 -28
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +21 -28
- package/dist-es/commands/AssociateResolverRuleCommand.js +21 -28
- package/dist-es/commands/CreateFirewallDomainListCommand.js +21 -28
- package/dist-es/commands/CreateFirewallRuleCommand.js +21 -28
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +21 -28
- package/dist-es/commands/CreateResolverEndpointCommand.js +21 -28
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +21 -28
- package/dist-es/commands/CreateResolverRuleCommand.js +21 -28
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +21 -28
- package/dist-es/commands/DeleteFirewallRuleCommand.js +21 -28
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +21 -28
- package/dist-es/commands/DeleteResolverEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +21 -28
- package/dist-es/commands/DeleteResolverRuleCommand.js +21 -28
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +21 -28
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +21 -28
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +21 -28
- package/dist-es/commands/DisassociateResolverRuleCommand.js +21 -28
- package/dist-es/commands/GetFirewallConfigCommand.js +21 -28
- package/dist-es/commands/GetFirewallDomainListCommand.js +21 -28
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +21 -28
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +21 -28
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +21 -28
- package/dist-es/commands/GetResolverConfigCommand.js +21 -28
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +21 -28
- package/dist-es/commands/GetResolverEndpointCommand.js +21 -28
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +21 -28
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +21 -28
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +21 -28
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +21 -28
- package/dist-es/commands/GetResolverRuleCommand.js +21 -28
- package/dist-es/commands/GetResolverRulePolicyCommand.js +21 -28
- package/dist-es/commands/ImportFirewallDomainsCommand.js +21 -28
- package/dist-es/commands/ListFirewallConfigsCommand.js +21 -28
- package/dist-es/commands/ListFirewallDomainListsCommand.js +21 -28
- package/dist-es/commands/ListFirewallDomainsCommand.js +21 -28
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +21 -28
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +21 -28
- package/dist-es/commands/ListFirewallRulesCommand.js +21 -28
- package/dist-es/commands/ListResolverConfigsCommand.js +21 -28
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +21 -28
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +21 -28
- package/dist-es/commands/ListResolverEndpointsCommand.js +21 -28
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +21 -28
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +21 -28
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +21 -28
- package/dist-es/commands/ListResolverRulesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +21 -28
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +21 -28
- package/dist-es/commands/PutResolverRulePolicyCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateFirewallConfigCommand.js +21 -28
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +21 -28
- package/dist-es/commands/UpdateFirewallRuleCommand.js +21 -28
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +21 -28
- package/dist-es/commands/UpdateResolverConfigCommand.js +21 -28
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +21 -28
- package/dist-es/commands/UpdateResolverEndpointCommand.js +21 -28
- package/dist-es/commands/UpdateResolverRuleCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/Route53ResolverServiceException.js +5 -10
- package/dist-es/models/models_0.js +639 -346
- package/dist-es/pagination/ListFirewallConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListFirewallDomainListsPaginator.js +25 -68
- package/dist-es/pagination/ListFirewallDomainsPaginator.js +25 -68
- package/dist-es/pagination/ListFirewallRuleGroupAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListFirewallRuleGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListFirewallRulesPaginator.js +25 -68
- package/dist-es/pagination/ListResolverConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListResolverDnssecConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListResolverEndpointIpAddressesPaginator.js +25 -68
- package/dist-es/pagination/ListResolverEndpointsPaginator.js +25 -68
- package/dist-es/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListResolverQueryLogConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListResolverRuleAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListResolverRulesPaginator.js +25 -68
- package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +4270 -5596
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { UpdateResolverConfigRequestFilterSensitiveLog, UpdateResolverConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UpdateResolverConfigCommand, serializeAws_json1_1UpdateResolverConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class UpdateResolverConfigCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "Route53ResolverClient";
|
|
15
|
+
const commandName = "UpdateResolverConfigCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: UpdateResolverConfigRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: UpdateResolverConfigResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
UpdateResolverConfigCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1UpdateResolverConfigCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1UpdateResolverConfigCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { UpdateResolverConfigCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { UpdateResolverDnssecConfigRequestFilterSensitiveLog, UpdateResolverDnssecConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UpdateResolverDnssecConfigCommand, serializeAws_json1_1UpdateResolverDnssecConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class UpdateResolverDnssecConfigCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "Route53ResolverClient";
|
|
15
|
+
const commandName = "UpdateResolverDnssecConfigCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: UpdateResolverDnssecConfigRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: UpdateResolverDnssecConfigResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
UpdateResolverDnssecConfigCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1UpdateResolverDnssecConfigCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1UpdateResolverDnssecConfigCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { UpdateResolverDnssecConfigCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { UpdateResolverEndpointRequestFilterSensitiveLog, UpdateResolverEndpointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UpdateResolverEndpointCommand, serializeAws_json1_1UpdateResolverEndpointCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class UpdateResolverEndpointCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "Route53ResolverClient";
|
|
15
|
+
const commandName = "UpdateResolverEndpointCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: UpdateResolverEndpointRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: UpdateResolverEndpointResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
UpdateResolverEndpointCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1UpdateResolverEndpointCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1UpdateResolverEndpointCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { UpdateResolverEndpointCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { UpdateResolverRuleRequestFilterSensitiveLog, UpdateResolverRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UpdateResolverRuleCommand, serializeAws_json1_1UpdateResolverRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class UpdateResolverRuleCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "Route53ResolverClient";
|
|
15
|
+
const commandName = "UpdateResolverRuleCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: UpdateResolverRuleRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: UpdateResolverRuleResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
UpdateResolverRuleCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1UpdateResolverRuleCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1UpdateResolverRuleCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { UpdateResolverRuleCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
const regionHash = {};
|
|
3
|
+
const partitionHash = {
|
|
5
4
|
aws: {
|
|
6
5
|
regions: [
|
|
7
6
|
"af-south-1",
|
|
@@ -121,8 +120,9 @@ var partitionHash = {
|
|
|
121
120
|
],
|
|
122
121
|
},
|
|
123
122
|
};
|
|
124
|
-
export
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
123
|
+
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
124
|
+
...options,
|
|
125
|
+
signingService: "route53resolver",
|
|
126
|
+
regionHash,
|
|
127
|
+
partitionHash,
|
|
128
|
+
});
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.setPrototypeOf(_this, Route53ResolverServiceException.prototype);
|
|
8
|
-
return _this;
|
|
2
|
+
export class Route53ResolverServiceException extends __ServiceException {
|
|
3
|
+
constructor(options) {
|
|
4
|
+
super(options);
|
|
5
|
+
Object.setPrototypeOf(this, Route53ResolverServiceException.prototype);
|
|
9
6
|
}
|
|
10
|
-
|
|
11
|
-
}(__ServiceException));
|
|
12
|
-
export { Route53ResolverServiceException };
|
|
7
|
+
}
|