@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,17 +1,18 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { Route53ResolverServiceException as __BaseException } from "./Route53ResolverServiceException";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
|
-
this.Message = opts.Message;
|
|
3
|
+
var AccessDeniedException = (function (_super) {
|
|
4
|
+
__extends(AccessDeniedException, _super);
|
|
5
|
+
function AccessDeniedException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccessDeniedException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
10
|
+
_this.Message = opts.Message;
|
|
11
|
+
return _this;
|
|
13
12
|
}
|
|
14
|
-
|
|
13
|
+
return AccessDeniedException;
|
|
14
|
+
}(__BaseException));
|
|
15
|
+
export { AccessDeniedException };
|
|
15
16
|
export var Action;
|
|
16
17
|
(function (Action) {
|
|
17
18
|
Action["ALERT"] = "ALERT";
|
|
@@ -29,86 +30,86 @@ export var FirewallRuleGroupAssociationStatus;
|
|
|
29
30
|
FirewallRuleGroupAssociationStatus["DELETING"] = "DELETING";
|
|
30
31
|
FirewallRuleGroupAssociationStatus["UPDATING"] = "UPDATING";
|
|
31
32
|
})(FirewallRuleGroupAssociationStatus || (FirewallRuleGroupAssociationStatus = {}));
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
42
|
-
this.Message = opts.Message;
|
|
33
|
+
var ConflictException = (function (_super) {
|
|
34
|
+
__extends(ConflictException, _super);
|
|
35
|
+
function ConflictException(opts) {
|
|
36
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
37
|
+
_this.name = "ConflictException";
|
|
38
|
+
_this.$fault = "client";
|
|
39
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
40
|
+
_this.Message = opts.Message;
|
|
41
|
+
return _this;
|
|
43
42
|
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
43
|
+
return ConflictException;
|
|
44
|
+
}(__BaseException));
|
|
45
|
+
export { ConflictException };
|
|
46
|
+
var InternalServiceErrorException = (function (_super) {
|
|
47
|
+
__extends(InternalServiceErrorException, _super);
|
|
48
|
+
function InternalServiceErrorException(opts) {
|
|
49
|
+
var _this = _super.call(this, __assign({ name: "InternalServiceErrorException", $fault: "client" }, opts)) || this;
|
|
50
|
+
_this.name = "InternalServiceErrorException";
|
|
51
|
+
_this.$fault = "client";
|
|
52
|
+
Object.setPrototypeOf(_this, InternalServiceErrorException.prototype);
|
|
53
|
+
_this.Message = opts.Message;
|
|
54
|
+
return _this;
|
|
56
55
|
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
56
|
+
return InternalServiceErrorException;
|
|
57
|
+
}(__BaseException));
|
|
58
|
+
export { InternalServiceErrorException };
|
|
59
|
+
var LimitExceededException = (function (_super) {
|
|
60
|
+
__extends(LimitExceededException, _super);
|
|
61
|
+
function LimitExceededException(opts) {
|
|
62
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
63
|
+
_this.name = "LimitExceededException";
|
|
64
|
+
_this.$fault = "client";
|
|
65
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
66
|
+
_this.Message = opts.Message;
|
|
67
|
+
_this.ResourceType = opts.ResourceType;
|
|
68
|
+
return _this;
|
|
70
69
|
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
70
|
+
return LimitExceededException;
|
|
71
|
+
}(__BaseException));
|
|
72
|
+
export { LimitExceededException };
|
|
73
|
+
var ResourceNotFoundException = (function (_super) {
|
|
74
|
+
__extends(ResourceNotFoundException, _super);
|
|
75
|
+
function ResourceNotFoundException(opts) {
|
|
76
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
77
|
+
_this.name = "ResourceNotFoundException";
|
|
78
|
+
_this.$fault = "client";
|
|
79
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
80
|
+
_this.Message = opts.Message;
|
|
81
|
+
_this.ResourceType = opts.ResourceType;
|
|
82
|
+
return _this;
|
|
84
83
|
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
84
|
+
return ResourceNotFoundException;
|
|
85
|
+
}(__BaseException));
|
|
86
|
+
export { ResourceNotFoundException };
|
|
87
|
+
var ThrottlingException = (function (_super) {
|
|
88
|
+
__extends(ThrottlingException, _super);
|
|
89
|
+
function ThrottlingException(opts) {
|
|
90
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
91
|
+
_this.name = "ThrottlingException";
|
|
92
|
+
_this.$fault = "client";
|
|
93
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
94
|
+
_this.Message = opts.Message;
|
|
95
|
+
return _this;
|
|
97
96
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
97
|
+
return ThrottlingException;
|
|
98
|
+
}(__BaseException));
|
|
99
|
+
export { ThrottlingException };
|
|
100
|
+
var ValidationException = (function (_super) {
|
|
101
|
+
__extends(ValidationException, _super);
|
|
102
|
+
function ValidationException(opts) {
|
|
103
|
+
var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
|
|
104
|
+
_this.name = "ValidationException";
|
|
105
|
+
_this.$fault = "client";
|
|
106
|
+
Object.setPrototypeOf(_this, ValidationException.prototype);
|
|
107
|
+
_this.Message = opts.Message;
|
|
108
|
+
return _this;
|
|
110
109
|
}
|
|
111
|
-
|
|
110
|
+
return ValidationException;
|
|
111
|
+
}(__BaseException));
|
|
112
|
+
export { ValidationException };
|
|
112
113
|
export var ResolverEndpointDirection;
|
|
113
114
|
(function (ResolverEndpointDirection) {
|
|
114
115
|
ResolverEndpointDirection["Inbound"] = "INBOUND";
|
|
@@ -123,47 +124,47 @@ export var ResolverEndpointStatus;
|
|
|
123
124
|
ResolverEndpointStatus["Operational"] = "OPERATIONAL";
|
|
124
125
|
ResolverEndpointStatus["Updating"] = "UPDATING";
|
|
125
126
|
})(ResolverEndpointStatus || (ResolverEndpointStatus = {}));
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
this.Message = opts.Message;
|
|
137
|
-
this.FieldName = opts.FieldName;
|
|
127
|
+
var InvalidParameterException = (function (_super) {
|
|
128
|
+
__extends(InvalidParameterException, _super);
|
|
129
|
+
function InvalidParameterException(opts) {
|
|
130
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
|
|
131
|
+
_this.name = "InvalidParameterException";
|
|
132
|
+
_this.$fault = "client";
|
|
133
|
+
Object.setPrototypeOf(_this, InvalidParameterException.prototype);
|
|
134
|
+
_this.Message = opts.Message;
|
|
135
|
+
_this.FieldName = opts.FieldName;
|
|
136
|
+
return _this;
|
|
138
137
|
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
138
|
+
return InvalidParameterException;
|
|
139
|
+
}(__BaseException));
|
|
140
|
+
export { InvalidParameterException };
|
|
141
|
+
var InvalidRequestException = (function (_super) {
|
|
142
|
+
__extends(InvalidRequestException, _super);
|
|
143
|
+
function InvalidRequestException(opts) {
|
|
144
|
+
var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
|
|
145
|
+
_this.name = "InvalidRequestException";
|
|
146
|
+
_this.$fault = "client";
|
|
147
|
+
Object.setPrototypeOf(_this, InvalidRequestException.prototype);
|
|
148
|
+
_this.Message = opts.Message;
|
|
149
|
+
return _this;
|
|
151
150
|
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
151
|
+
return InvalidRequestException;
|
|
152
|
+
}(__BaseException));
|
|
153
|
+
export { InvalidRequestException };
|
|
154
|
+
var ResourceExistsException = (function (_super) {
|
|
155
|
+
__extends(ResourceExistsException, _super);
|
|
156
|
+
function ResourceExistsException(opts) {
|
|
157
|
+
var _this = _super.call(this, __assign({ name: "ResourceExistsException", $fault: "client" }, opts)) || this;
|
|
158
|
+
_this.name = "ResourceExistsException";
|
|
159
|
+
_this.$fault = "client";
|
|
160
|
+
Object.setPrototypeOf(_this, ResourceExistsException.prototype);
|
|
161
|
+
_this.Message = opts.Message;
|
|
162
|
+
_this.ResourceType = opts.ResourceType;
|
|
163
|
+
return _this;
|
|
165
164
|
}
|
|
166
|
-
|
|
165
|
+
return ResourceExistsException;
|
|
166
|
+
}(__BaseException));
|
|
167
|
+
export { ResourceExistsException };
|
|
167
168
|
export var ResolverQueryLogConfigAssociationError;
|
|
168
169
|
(function (ResolverQueryLogConfigAssociationError) {
|
|
169
170
|
ResolverQueryLogConfigAssociationError["AccessDenied"] = "ACCESS_DENIED";
|
|
@@ -187,20 +188,20 @@ export var ResolverRuleAssociationStatus;
|
|
|
187
188
|
ResolverRuleAssociationStatus["Failed"] = "FAILED";
|
|
188
189
|
ResolverRuleAssociationStatus["Overridden"] = "OVERRIDDEN";
|
|
189
190
|
})(ResolverRuleAssociationStatus || (ResolverRuleAssociationStatus = {}));
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
this.Message = opts.Message;
|
|
201
|
-
this.ResourceType = opts.ResourceType;
|
|
191
|
+
var ResourceUnavailableException = (function (_super) {
|
|
192
|
+
__extends(ResourceUnavailableException, _super);
|
|
193
|
+
function ResourceUnavailableException(opts) {
|
|
194
|
+
var _this = _super.call(this, __assign({ name: "ResourceUnavailableException", $fault: "client" }, opts)) || this;
|
|
195
|
+
_this.name = "ResourceUnavailableException";
|
|
196
|
+
_this.$fault = "client";
|
|
197
|
+
Object.setPrototypeOf(_this, ResourceUnavailableException.prototype);
|
|
198
|
+
_this.Message = opts.Message;
|
|
199
|
+
_this.ResourceType = opts.ResourceType;
|
|
200
|
+
return _this;
|
|
202
201
|
}
|
|
203
|
-
|
|
202
|
+
return ResourceUnavailableException;
|
|
203
|
+
}(__BaseException));
|
|
204
|
+
export { ResourceUnavailableException };
|
|
204
205
|
export var AutodefinedReverseFlag;
|
|
205
206
|
(function (AutodefinedReverseFlag) {
|
|
206
207
|
AutodefinedReverseFlag["DISABLE"] = "DISABLE";
|
|
@@ -256,20 +257,20 @@ export var ResolverRuleStatus;
|
|
|
256
257
|
ResolverRuleStatus["Failed"] = "FAILED";
|
|
257
258
|
ResolverRuleStatus["Updating"] = "UPDATING";
|
|
258
259
|
})(ResolverRuleStatus || (ResolverRuleStatus = {}));
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
this.Message = opts.Message;
|
|
270
|
-
this.ResourceType = opts.ResourceType;
|
|
260
|
+
var ResourceInUseException = (function (_super) {
|
|
261
|
+
__extends(ResourceInUseException, _super);
|
|
262
|
+
function ResourceInUseException(opts) {
|
|
263
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
264
|
+
_this.name = "ResourceInUseException";
|
|
265
|
+
_this.$fault = "client";
|
|
266
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
267
|
+
_this.Message = opts.Message;
|
|
268
|
+
_this.ResourceType = opts.ResourceType;
|
|
269
|
+
return _this;
|
|
271
270
|
}
|
|
272
|
-
|
|
271
|
+
return ResourceInUseException;
|
|
272
|
+
}(__BaseException));
|
|
273
|
+
export { ResourceInUseException };
|
|
273
274
|
export var FirewallFailOpenStatus;
|
|
274
275
|
(function (FirewallFailOpenStatus) {
|
|
275
276
|
FirewallFailOpenStatus["DISABLED"] = "DISABLED";
|
|
@@ -299,58 +300,58 @@ export var ResolverDNSSECValidationStatus;
|
|
|
299
300
|
ResolverDNSSECValidationStatus["Enabled"] = "ENABLED";
|
|
300
301
|
ResolverDNSSECValidationStatus["Enabling"] = "ENABLING";
|
|
301
302
|
})(ResolverDNSSECValidationStatus || (ResolverDNSSECValidationStatus = {}));
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
Object.setPrototypeOf(this, UnknownResourceException.prototype);
|
|
312
|
-
this.Message = opts.Message;
|
|
303
|
+
var UnknownResourceException = (function (_super) {
|
|
304
|
+
__extends(UnknownResourceException, _super);
|
|
305
|
+
function UnknownResourceException(opts) {
|
|
306
|
+
var _this = _super.call(this, __assign({ name: "UnknownResourceException", $fault: "client" }, opts)) || this;
|
|
307
|
+
_this.name = "UnknownResourceException";
|
|
308
|
+
_this.$fault = "client";
|
|
309
|
+
Object.setPrototypeOf(_this, UnknownResourceException.prototype);
|
|
310
|
+
_this.Message = opts.Message;
|
|
311
|
+
return _this;
|
|
313
312
|
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
313
|
+
return UnknownResourceException;
|
|
314
|
+
}(__BaseException));
|
|
315
|
+
export { UnknownResourceException };
|
|
316
|
+
var InvalidNextTokenException = (function (_super) {
|
|
317
|
+
__extends(InvalidNextTokenException, _super);
|
|
318
|
+
function InvalidNextTokenException(opts) {
|
|
319
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
|
|
320
|
+
_this.name = "InvalidNextTokenException";
|
|
321
|
+
_this.$fault = "client";
|
|
322
|
+
Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
|
|
323
|
+
_this.Message = opts.Message;
|
|
324
|
+
return _this;
|
|
326
325
|
}
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
326
|
+
return InvalidNextTokenException;
|
|
327
|
+
}(__BaseException));
|
|
328
|
+
export { InvalidNextTokenException };
|
|
329
|
+
var InvalidPolicyDocument = (function (_super) {
|
|
330
|
+
__extends(InvalidPolicyDocument, _super);
|
|
331
|
+
function InvalidPolicyDocument(opts) {
|
|
332
|
+
var _this = _super.call(this, __assign({ name: "InvalidPolicyDocument", $fault: "client" }, opts)) || this;
|
|
333
|
+
_this.name = "InvalidPolicyDocument";
|
|
334
|
+
_this.$fault = "client";
|
|
335
|
+
Object.setPrototypeOf(_this, InvalidPolicyDocument.prototype);
|
|
336
|
+
_this.Message = opts.Message;
|
|
337
|
+
return _this;
|
|
339
338
|
}
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
339
|
+
return InvalidPolicyDocument;
|
|
340
|
+
}(__BaseException));
|
|
341
|
+
export { InvalidPolicyDocument };
|
|
342
|
+
var InvalidTagException = (function (_super) {
|
|
343
|
+
__extends(InvalidTagException, _super);
|
|
344
|
+
function InvalidTagException(opts) {
|
|
345
|
+
var _this = _super.call(this, __assign({ name: "InvalidTagException", $fault: "client" }, opts)) || this;
|
|
346
|
+
_this.name = "InvalidTagException";
|
|
347
|
+
_this.$fault = "client";
|
|
348
|
+
Object.setPrototypeOf(_this, InvalidTagException.prototype);
|
|
349
|
+
_this.Message = opts.Message;
|
|
350
|
+
return _this;
|
|
352
351
|
}
|
|
353
|
-
|
|
352
|
+
return InvalidTagException;
|
|
353
|
+
}(__BaseException));
|
|
354
|
+
export { InvalidTagException };
|
|
354
355
|
export var IpAddressStatus;
|
|
355
356
|
(function (IpAddressStatus) {
|
|
356
357
|
IpAddressStatus["Attached"] = "ATTACHED";
|
|
@@ -374,444 +375,150 @@ export var Validation;
|
|
|
374
375
|
Validation["DISABLE"] = "DISABLE";
|
|
375
376
|
Validation["ENABLE"] = "ENABLE";
|
|
376
377
|
})(Validation || (Validation = {}));
|
|
377
|
-
export
|
|
378
|
-
|
|
379
|
-
});
|
|
380
|
-
export
|
|
381
|
-
|
|
382
|
-
});
|
|
383
|
-
export
|
|
384
|
-
|
|
385
|
-
});
|
|
386
|
-
export
|
|
387
|
-
|
|
388
|
-
});
|
|
389
|
-
export
|
|
390
|
-
|
|
391
|
-
});
|
|
392
|
-
export
|
|
393
|
-
|
|
394
|
-
});
|
|
395
|
-
export
|
|
396
|
-
|
|
397
|
-
});
|
|
398
|
-
export
|
|
399
|
-
|
|
400
|
-
});
|
|
401
|
-
export
|
|
402
|
-
|
|
403
|
-
});
|
|
404
|
-
export
|
|
405
|
-
|
|
406
|
-
});
|
|
407
|
-
export
|
|
408
|
-
|
|
409
|
-
});
|
|
410
|
-
export
|
|
411
|
-
|
|
412
|
-
});
|
|
413
|
-
export
|
|
414
|
-
|
|
415
|
-
});
|
|
416
|
-
export
|
|
417
|
-
|
|
418
|
-
});
|
|
419
|
-
export
|
|
420
|
-
|
|
421
|
-
});
|
|
422
|
-
export
|
|
423
|
-
|
|
424
|
-
});
|
|
425
|
-
export
|
|
426
|
-
|
|
427
|
-
});
|
|
428
|
-
export
|
|
429
|
-
|
|
430
|
-
});
|
|
431
|
-
export
|
|
432
|
-
|
|
433
|
-
});
|
|
434
|
-
export
|
|
435
|
-
|
|
436
|
-
});
|
|
437
|
-
export
|
|
438
|
-
|
|
439
|
-
});
|
|
440
|
-
export
|
|
441
|
-
|
|
442
|
-
});
|
|
443
|
-
export
|
|
444
|
-
|
|
445
|
-
});
|
|
446
|
-
export
|
|
447
|
-
|
|
448
|
-
});
|
|
449
|
-
export
|
|
450
|
-
|
|
451
|
-
});
|
|
452
|
-
export
|
|
453
|
-
|
|
454
|
-
});
|
|
455
|
-
export
|
|
456
|
-
|
|
457
|
-
});
|
|
458
|
-
export
|
|
459
|
-
|
|
460
|
-
});
|
|
461
|
-
export
|
|
462
|
-
|
|
463
|
-
});
|
|
464
|
-
export
|
|
465
|
-
|
|
466
|
-
});
|
|
467
|
-
export
|
|
468
|
-
|
|
469
|
-
});
|
|
470
|
-
export
|
|
471
|
-
|
|
472
|
-
});
|
|
473
|
-
export
|
|
474
|
-
|
|
475
|
-
});
|
|
476
|
-
export
|
|
477
|
-
|
|
478
|
-
});
|
|
479
|
-
export
|
|
480
|
-
|
|
481
|
-
});
|
|
482
|
-
export
|
|
483
|
-
|
|
484
|
-
});
|
|
485
|
-
export
|
|
486
|
-
|
|
487
|
-
});
|
|
488
|
-
export
|
|
489
|
-
|
|
490
|
-
});
|
|
491
|
-
export
|
|
492
|
-
|
|
493
|
-
});
|
|
494
|
-
export
|
|
495
|
-
|
|
496
|
-
});
|
|
497
|
-
export
|
|
498
|
-
|
|
499
|
-
});
|
|
500
|
-
export
|
|
501
|
-
|
|
502
|
-
});
|
|
503
|
-
export
|
|
504
|
-
|
|
505
|
-
});
|
|
506
|
-
export
|
|
507
|
-
|
|
508
|
-
});
|
|
509
|
-
export
|
|
510
|
-
|
|
511
|
-
});
|
|
512
|
-
export
|
|
513
|
-
|
|
514
|
-
});
|
|
515
|
-
export
|
|
516
|
-
|
|
517
|
-
});
|
|
518
|
-
export
|
|
519
|
-
|
|
520
|
-
});
|
|
521
|
-
export
|
|
522
|
-
|
|
523
|
-
});
|
|
524
|
-
export const DisassociateResolverQueryLogConfigRequestFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
export const DisassociateResolverQueryLogConfigResponseFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
export const DisassociateResolverRuleRequestFilterSensitiveLog = (obj) => ({
|
|
531
|
-
...obj,
|
|
532
|
-
});
|
|
533
|
-
export const DisassociateResolverRuleResponseFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
export const FirewallConfigFilterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
export const FirewallDomainListMetadataFilterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
});
|
|
545
|
-
export const FirewallRuleGroupMetadataFilterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
export const GetFirewallConfigRequestFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
});
|
|
551
|
-
export const GetFirewallConfigResponseFilterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
export const GetFirewallDomainListRequestFilterSensitiveLog = (obj) => ({
|
|
555
|
-
...obj,
|
|
556
|
-
});
|
|
557
|
-
export const GetFirewallDomainListResponseFilterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
export const GetFirewallRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
export const GetFirewallRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
export const GetFirewallRuleGroupAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
export const GetFirewallRuleGroupAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
export const GetFirewallRuleGroupPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
export const GetFirewallRuleGroupPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
export const GetResolverConfigRequestFilterSensitiveLog = (obj) => ({
|
|
579
|
-
...obj,
|
|
580
|
-
});
|
|
581
|
-
export const ResolverConfigFilterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
export const GetResolverConfigResponseFilterSensitiveLog = (obj) => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
export const GetResolverDnssecConfigRequestFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
export const ResolverDnssecConfigFilterSensitiveLog = (obj) => ({
|
|
591
|
-
...obj,
|
|
592
|
-
});
|
|
593
|
-
export const GetResolverDnssecConfigResponseFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
export const GetResolverEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
597
|
-
...obj,
|
|
598
|
-
});
|
|
599
|
-
export const GetResolverEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
export const GetResolverQueryLogConfigRequestFilterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
});
|
|
605
|
-
export const GetResolverQueryLogConfigResponseFilterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
export const GetResolverQueryLogConfigAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
609
|
-
...obj,
|
|
610
|
-
});
|
|
611
|
-
export const GetResolverQueryLogConfigAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
export const GetResolverQueryLogConfigPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
export const GetResolverQueryLogConfigPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
export const GetResolverRuleRequestFilterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
|
623
|
-
export const GetResolverRuleResponseFilterSensitiveLog = (obj) => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
export const GetResolverRuleAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
627
|
-
...obj,
|
|
628
|
-
});
|
|
629
|
-
export const GetResolverRuleAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
630
|
-
...obj,
|
|
631
|
-
});
|
|
632
|
-
export const GetResolverRulePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
633
|
-
...obj,
|
|
634
|
-
});
|
|
635
|
-
export const GetResolverRulePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
});
|
|
638
|
-
export const ImportFirewallDomainsRequestFilterSensitiveLog = (obj) => ({
|
|
639
|
-
...obj,
|
|
640
|
-
});
|
|
641
|
-
export const ImportFirewallDomainsResponseFilterSensitiveLog = (obj) => ({
|
|
642
|
-
...obj,
|
|
643
|
-
});
|
|
644
|
-
export const IpAddressResponseFilterSensitiveLog = (obj) => ({
|
|
645
|
-
...obj,
|
|
646
|
-
});
|
|
647
|
-
export const ListFirewallConfigsRequestFilterSensitiveLog = (obj) => ({
|
|
648
|
-
...obj,
|
|
649
|
-
});
|
|
650
|
-
export const ListFirewallConfigsResponseFilterSensitiveLog = (obj) => ({
|
|
651
|
-
...obj,
|
|
652
|
-
});
|
|
653
|
-
export const ListFirewallDomainListsRequestFilterSensitiveLog = (obj) => ({
|
|
654
|
-
...obj,
|
|
655
|
-
});
|
|
656
|
-
export const ListFirewallDomainListsResponseFilterSensitiveLog = (obj) => ({
|
|
657
|
-
...obj,
|
|
658
|
-
});
|
|
659
|
-
export const ListFirewallDomainsRequestFilterSensitiveLog = (obj) => ({
|
|
660
|
-
...obj,
|
|
661
|
-
});
|
|
662
|
-
export const ListFirewallDomainsResponseFilterSensitiveLog = (obj) => ({
|
|
663
|
-
...obj,
|
|
664
|
-
});
|
|
665
|
-
export const ListFirewallRuleGroupAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
668
|
-
export const ListFirewallRuleGroupAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
669
|
-
...obj,
|
|
670
|
-
});
|
|
671
|
-
export const ListFirewallRuleGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
|
-
export const ListFirewallRuleGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
675
|
-
...obj,
|
|
676
|
-
});
|
|
677
|
-
export const ListFirewallRulesRequestFilterSensitiveLog = (obj) => ({
|
|
678
|
-
...obj,
|
|
679
|
-
});
|
|
680
|
-
export const ListFirewallRulesResponseFilterSensitiveLog = (obj) => ({
|
|
681
|
-
...obj,
|
|
682
|
-
});
|
|
683
|
-
export const ListResolverConfigsRequestFilterSensitiveLog = (obj) => ({
|
|
684
|
-
...obj,
|
|
685
|
-
});
|
|
686
|
-
export const ListResolverConfigsResponseFilterSensitiveLog = (obj) => ({
|
|
687
|
-
...obj,
|
|
688
|
-
});
|
|
689
|
-
export const ListResolverDnssecConfigsRequestFilterSensitiveLog = (obj) => ({
|
|
690
|
-
...obj,
|
|
691
|
-
});
|
|
692
|
-
export const ListResolverDnssecConfigsResponseFilterSensitiveLog = (obj) => ({
|
|
693
|
-
...obj,
|
|
694
|
-
});
|
|
695
|
-
export const ListResolverEndpointIpAddressesRequestFilterSensitiveLog = (obj) => ({
|
|
696
|
-
...obj,
|
|
697
|
-
});
|
|
698
|
-
export const ListResolverEndpointIpAddressesResponseFilterSensitiveLog = (obj) => ({
|
|
699
|
-
...obj,
|
|
700
|
-
});
|
|
701
|
-
export const ListResolverEndpointsRequestFilterSensitiveLog = (obj) => ({
|
|
702
|
-
...obj,
|
|
703
|
-
});
|
|
704
|
-
export const ListResolverEndpointsResponseFilterSensitiveLog = (obj) => ({
|
|
705
|
-
...obj,
|
|
706
|
-
});
|
|
707
|
-
export const ListResolverQueryLogConfigAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
708
|
-
...obj,
|
|
709
|
-
});
|
|
710
|
-
export const ListResolverQueryLogConfigAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
711
|
-
...obj,
|
|
712
|
-
});
|
|
713
|
-
export const ListResolverQueryLogConfigsRequestFilterSensitiveLog = (obj) => ({
|
|
714
|
-
...obj,
|
|
715
|
-
});
|
|
716
|
-
export const ListResolverQueryLogConfigsResponseFilterSensitiveLog = (obj) => ({
|
|
717
|
-
...obj,
|
|
718
|
-
});
|
|
719
|
-
export const ListResolverRuleAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
720
|
-
...obj,
|
|
721
|
-
});
|
|
722
|
-
export const ListResolverRuleAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
723
|
-
...obj,
|
|
724
|
-
});
|
|
725
|
-
export const ListResolverRulesRequestFilterSensitiveLog = (obj) => ({
|
|
726
|
-
...obj,
|
|
727
|
-
});
|
|
728
|
-
export const ListResolverRulesResponseFilterSensitiveLog = (obj) => ({
|
|
729
|
-
...obj,
|
|
730
|
-
});
|
|
731
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
732
|
-
...obj,
|
|
733
|
-
});
|
|
734
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
735
|
-
...obj,
|
|
736
|
-
});
|
|
737
|
-
export const PutFirewallRuleGroupPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
738
|
-
...obj,
|
|
739
|
-
});
|
|
740
|
-
export const PutFirewallRuleGroupPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
741
|
-
...obj,
|
|
742
|
-
});
|
|
743
|
-
export const PutResolverQueryLogConfigPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
744
|
-
...obj,
|
|
745
|
-
});
|
|
746
|
-
export const PutResolverQueryLogConfigPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
747
|
-
...obj,
|
|
748
|
-
});
|
|
749
|
-
export const PutResolverRulePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
750
|
-
...obj,
|
|
751
|
-
});
|
|
752
|
-
export const PutResolverRulePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
753
|
-
...obj,
|
|
754
|
-
});
|
|
755
|
-
export const ResolverRuleConfigFilterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
759
|
-
...obj,
|
|
760
|
-
});
|
|
761
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
});
|
|
767
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
});
|
|
770
|
-
export const UpdateFirewallConfigRequestFilterSensitiveLog = (obj) => ({
|
|
771
|
-
...obj,
|
|
772
|
-
});
|
|
773
|
-
export const UpdateFirewallConfigResponseFilterSensitiveLog = (obj) => ({
|
|
774
|
-
...obj,
|
|
775
|
-
});
|
|
776
|
-
export const UpdateFirewallDomainsRequestFilterSensitiveLog = (obj) => ({
|
|
777
|
-
...obj,
|
|
778
|
-
});
|
|
779
|
-
export const UpdateFirewallDomainsResponseFilterSensitiveLog = (obj) => ({
|
|
780
|
-
...obj,
|
|
781
|
-
});
|
|
782
|
-
export const UpdateFirewallRuleRequestFilterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
});
|
|
785
|
-
export const UpdateFirewallRuleResponseFilterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
});
|
|
788
|
-
export const UpdateFirewallRuleGroupAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
789
|
-
...obj,
|
|
790
|
-
});
|
|
791
|
-
export const UpdateFirewallRuleGroupAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
792
|
-
...obj,
|
|
793
|
-
});
|
|
794
|
-
export const UpdateResolverConfigRequestFilterSensitiveLog = (obj) => ({
|
|
795
|
-
...obj,
|
|
796
|
-
});
|
|
797
|
-
export const UpdateResolverConfigResponseFilterSensitiveLog = (obj) => ({
|
|
798
|
-
...obj,
|
|
799
|
-
});
|
|
800
|
-
export const UpdateResolverDnssecConfigRequestFilterSensitiveLog = (obj) => ({
|
|
801
|
-
...obj,
|
|
802
|
-
});
|
|
803
|
-
export const UpdateResolverDnssecConfigResponseFilterSensitiveLog = (obj) => ({
|
|
804
|
-
...obj,
|
|
805
|
-
});
|
|
806
|
-
export const UpdateResolverEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
807
|
-
...obj,
|
|
808
|
-
});
|
|
809
|
-
export const UpdateResolverEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
810
|
-
...obj,
|
|
811
|
-
});
|
|
812
|
-
export const UpdateResolverRuleRequestFilterSensitiveLog = (obj) => ({
|
|
813
|
-
...obj,
|
|
814
|
-
});
|
|
815
|
-
export const UpdateResolverRuleResponseFilterSensitiveLog = (obj) => ({
|
|
816
|
-
...obj,
|
|
817
|
-
});
|
|
378
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var AssociateFirewallRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var FirewallRuleGroupAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var AssociateFirewallRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var IpAddressUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var AssociateResolverEndpointIpAddressRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var ResolverEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var AssociateResolverEndpointIpAddressResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var AssociateResolverQueryLogConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var ResolverQueryLogConfigAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var AssociateResolverQueryLogConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var AssociateResolverRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var ResolverRuleAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var AssociateResolverRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var CreateFirewallDomainListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var FirewallDomainListFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var CreateFirewallDomainListResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var CreateFirewallRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var FirewallRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var CreateFirewallRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var CreateFirewallRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var FirewallRuleGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var CreateFirewallRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
export var IpAddressRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var CreateResolverEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var CreateResolverEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var CreateResolverQueryLogConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var ResolverQueryLogConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var CreateResolverQueryLogConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var TargetAddressFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var CreateResolverRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
export var ResolverRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var CreateResolverRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var DeleteFirewallDomainListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
export var DeleteFirewallDomainListResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var DeleteFirewallRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var DeleteFirewallRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var DeleteFirewallRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var DeleteFirewallRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var DeleteResolverEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var DeleteResolverEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var DeleteResolverQueryLogConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var DeleteResolverQueryLogConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var DeleteResolverRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var DeleteResolverRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
export var DisassociateFirewallRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
export var DisassociateFirewallRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
export var DisassociateResolverEndpointIpAddressRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
export var DisassociateResolverEndpointIpAddressResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
export var DisassociateResolverQueryLogConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
export var DisassociateResolverQueryLogConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
export var DisassociateResolverRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var DisassociateResolverRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var FirewallConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
export var FirewallDomainListMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var FirewallRuleGroupMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var GetFirewallConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var GetFirewallConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var GetFirewallDomainListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var GetFirewallDomainListResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var GetFirewallRuleGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var GetFirewallRuleGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var GetFirewallRuleGroupAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
export var GetFirewallRuleGroupAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var GetFirewallRuleGroupPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var GetFirewallRuleGroupPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var GetResolverConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var ResolverConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var GetResolverConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var GetResolverDnssecConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var ResolverDnssecConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var GetResolverDnssecConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var GetResolverEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var GetResolverEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var GetResolverQueryLogConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var GetResolverQueryLogConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var GetResolverQueryLogConfigAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var GetResolverQueryLogConfigAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var GetResolverQueryLogConfigPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var GetResolverQueryLogConfigPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var GetResolverRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var GetResolverRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var GetResolverRuleAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var GetResolverRuleAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
export var GetResolverRulePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var GetResolverRulePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var ImportFirewallDomainsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var ImportFirewallDomainsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var IpAddressResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var ListFirewallConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var ListFirewallConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var ListFirewallDomainListsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var ListFirewallDomainListsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var ListFirewallDomainsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var ListFirewallDomainsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var ListFirewallRuleGroupAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var ListFirewallRuleGroupAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var ListFirewallRuleGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var ListFirewallRuleGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var ListFirewallRulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var ListFirewallRulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var ListResolverConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var ListResolverConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var ListResolverDnssecConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var ListResolverDnssecConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var ListResolverEndpointIpAddressesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var ListResolverEndpointIpAddressesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var ListResolverEndpointsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var ListResolverEndpointsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var ListResolverQueryLogConfigAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var ListResolverQueryLogConfigAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var ListResolverQueryLogConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var ListResolverQueryLogConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var ListResolverRuleAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var ListResolverRuleAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var ListResolverRulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var ListResolverRulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var PutFirewallRuleGroupPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var PutFirewallRuleGroupPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var PutResolverQueryLogConfigPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var PutResolverQueryLogConfigPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var PutResolverRulePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var PutResolverRulePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var ResolverRuleConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var UpdateFirewallConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var UpdateFirewallConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var UpdateFirewallDomainsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var UpdateFirewallDomainsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var UpdateFirewallRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var UpdateFirewallRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var UpdateFirewallRuleGroupAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var UpdateFirewallRuleGroupAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var UpdateResolverConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var UpdateResolverConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var UpdateResolverDnssecConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var UpdateResolverDnssecConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var UpdateResolverEndpointRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var UpdateResolverEndpointResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var UpdateResolverRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var UpdateResolverRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|