@aws-sdk/client-route53resolver 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/Route53ResolverServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +235 -4
- package/dist-cjs/protocols/Aws_json1_1.js +683 -2809
- package/dist-es/index.js +1 -0
- package/dist-es/models/Route53ResolverServiceException.js +12 -0
- package/dist-es/models/models_0.js +216 -1
- package/dist-es/protocols/Aws_json1_1.js +1535 -3030
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/Route53ResolverServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +114 -49
- package/dist-types/ts3.4/Route53Resolver.d.ts +320 -0
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +136 -0
- package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/Route53ResolverServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1969 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListFirewallConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallDomainListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRuleGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFirewallRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverDnssecConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverRuleAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResolverRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var Route53ResolverServiceException = (function (_super) {
|
|
4
|
+
__extends(Route53ResolverServiceException, _super);
|
|
5
|
+
function Route53ResolverServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, Route53ResolverServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return Route53ResolverServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { Route53ResolverServiceException };
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
|
+
import { Route53ResolverServiceException as __BaseException } from "./Route53ResolverServiceException";
|
|
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;
|
|
12
|
+
}
|
|
13
|
+
return AccessDeniedException;
|
|
14
|
+
}(__BaseException));
|
|
15
|
+
export { AccessDeniedException };
|
|
2
16
|
export var Action;
|
|
3
17
|
(function (Action) {
|
|
4
18
|
Action["ALERT"] = "ALERT";
|
|
@@ -32,6 +46,86 @@ export var AssociateFirewallRuleGroupResponse;
|
|
|
32
46
|
(function (AssociateFirewallRuleGroupResponse) {
|
|
33
47
|
AssociateFirewallRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
48
|
})(AssociateFirewallRuleGroupResponse || (AssociateFirewallRuleGroupResponse = {}));
|
|
49
|
+
var ConflictException = (function (_super) {
|
|
50
|
+
__extends(ConflictException, _super);
|
|
51
|
+
function ConflictException(opts) {
|
|
52
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
53
|
+
_this.name = "ConflictException";
|
|
54
|
+
_this.$fault = "client";
|
|
55
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
56
|
+
_this.Message = opts.Message;
|
|
57
|
+
return _this;
|
|
58
|
+
}
|
|
59
|
+
return ConflictException;
|
|
60
|
+
}(__BaseException));
|
|
61
|
+
export { ConflictException };
|
|
62
|
+
var InternalServiceErrorException = (function (_super) {
|
|
63
|
+
__extends(InternalServiceErrorException, _super);
|
|
64
|
+
function InternalServiceErrorException(opts) {
|
|
65
|
+
var _this = _super.call(this, __assign({ name: "InternalServiceErrorException", $fault: "client" }, opts)) || this;
|
|
66
|
+
_this.name = "InternalServiceErrorException";
|
|
67
|
+
_this.$fault = "client";
|
|
68
|
+
Object.setPrototypeOf(_this, InternalServiceErrorException.prototype);
|
|
69
|
+
_this.Message = opts.Message;
|
|
70
|
+
return _this;
|
|
71
|
+
}
|
|
72
|
+
return InternalServiceErrorException;
|
|
73
|
+
}(__BaseException));
|
|
74
|
+
export { InternalServiceErrorException };
|
|
75
|
+
var LimitExceededException = (function (_super) {
|
|
76
|
+
__extends(LimitExceededException, _super);
|
|
77
|
+
function LimitExceededException(opts) {
|
|
78
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
79
|
+
_this.name = "LimitExceededException";
|
|
80
|
+
_this.$fault = "client";
|
|
81
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
82
|
+
_this.Message = opts.Message;
|
|
83
|
+
_this.ResourceType = opts.ResourceType;
|
|
84
|
+
return _this;
|
|
85
|
+
}
|
|
86
|
+
return LimitExceededException;
|
|
87
|
+
}(__BaseException));
|
|
88
|
+
export { LimitExceededException };
|
|
89
|
+
var ResourceNotFoundException = (function (_super) {
|
|
90
|
+
__extends(ResourceNotFoundException, _super);
|
|
91
|
+
function ResourceNotFoundException(opts) {
|
|
92
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
93
|
+
_this.name = "ResourceNotFoundException";
|
|
94
|
+
_this.$fault = "client";
|
|
95
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
96
|
+
_this.Message = opts.Message;
|
|
97
|
+
_this.ResourceType = opts.ResourceType;
|
|
98
|
+
return _this;
|
|
99
|
+
}
|
|
100
|
+
return ResourceNotFoundException;
|
|
101
|
+
}(__BaseException));
|
|
102
|
+
export { ResourceNotFoundException };
|
|
103
|
+
var ThrottlingException = (function (_super) {
|
|
104
|
+
__extends(ThrottlingException, _super);
|
|
105
|
+
function ThrottlingException(opts) {
|
|
106
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
107
|
+
_this.name = "ThrottlingException";
|
|
108
|
+
_this.$fault = "client";
|
|
109
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
110
|
+
_this.Message = opts.Message;
|
|
111
|
+
return _this;
|
|
112
|
+
}
|
|
113
|
+
return ThrottlingException;
|
|
114
|
+
}(__BaseException));
|
|
115
|
+
export { ThrottlingException };
|
|
116
|
+
var ValidationException = (function (_super) {
|
|
117
|
+
__extends(ValidationException, _super);
|
|
118
|
+
function ValidationException(opts) {
|
|
119
|
+
var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
|
|
120
|
+
_this.name = "ValidationException";
|
|
121
|
+
_this.$fault = "client";
|
|
122
|
+
Object.setPrototypeOf(_this, ValidationException.prototype);
|
|
123
|
+
_this.Message = opts.Message;
|
|
124
|
+
return _this;
|
|
125
|
+
}
|
|
126
|
+
return ValidationException;
|
|
127
|
+
}(__BaseException));
|
|
128
|
+
export { ValidationException };
|
|
35
129
|
export var IpAddressUpdate;
|
|
36
130
|
(function (IpAddressUpdate) {
|
|
37
131
|
IpAddressUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -62,6 +156,47 @@ export var AssociateResolverEndpointIpAddressResponse;
|
|
|
62
156
|
(function (AssociateResolverEndpointIpAddressResponse) {
|
|
63
157
|
AssociateResolverEndpointIpAddressResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
158
|
})(AssociateResolverEndpointIpAddressResponse || (AssociateResolverEndpointIpAddressResponse = {}));
|
|
159
|
+
var InvalidParameterException = (function (_super) {
|
|
160
|
+
__extends(InvalidParameterException, _super);
|
|
161
|
+
function InvalidParameterException(opts) {
|
|
162
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
|
|
163
|
+
_this.name = "InvalidParameterException";
|
|
164
|
+
_this.$fault = "client";
|
|
165
|
+
Object.setPrototypeOf(_this, InvalidParameterException.prototype);
|
|
166
|
+
_this.Message = opts.Message;
|
|
167
|
+
_this.FieldName = opts.FieldName;
|
|
168
|
+
return _this;
|
|
169
|
+
}
|
|
170
|
+
return InvalidParameterException;
|
|
171
|
+
}(__BaseException));
|
|
172
|
+
export { InvalidParameterException };
|
|
173
|
+
var InvalidRequestException = (function (_super) {
|
|
174
|
+
__extends(InvalidRequestException, _super);
|
|
175
|
+
function InvalidRequestException(opts) {
|
|
176
|
+
var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
|
|
177
|
+
_this.name = "InvalidRequestException";
|
|
178
|
+
_this.$fault = "client";
|
|
179
|
+
Object.setPrototypeOf(_this, InvalidRequestException.prototype);
|
|
180
|
+
_this.Message = opts.Message;
|
|
181
|
+
return _this;
|
|
182
|
+
}
|
|
183
|
+
return InvalidRequestException;
|
|
184
|
+
}(__BaseException));
|
|
185
|
+
export { InvalidRequestException };
|
|
186
|
+
var ResourceExistsException = (function (_super) {
|
|
187
|
+
__extends(ResourceExistsException, _super);
|
|
188
|
+
function ResourceExistsException(opts) {
|
|
189
|
+
var _this = _super.call(this, __assign({ name: "ResourceExistsException", $fault: "client" }, opts)) || this;
|
|
190
|
+
_this.name = "ResourceExistsException";
|
|
191
|
+
_this.$fault = "client";
|
|
192
|
+
Object.setPrototypeOf(_this, ResourceExistsException.prototype);
|
|
193
|
+
_this.Message = opts.Message;
|
|
194
|
+
_this.ResourceType = opts.ResourceType;
|
|
195
|
+
return _this;
|
|
196
|
+
}
|
|
197
|
+
return ResourceExistsException;
|
|
198
|
+
}(__BaseException));
|
|
199
|
+
export { ResourceExistsException };
|
|
65
200
|
export var AssociateResolverQueryLogConfigRequest;
|
|
66
201
|
(function (AssociateResolverQueryLogConfigRequest) {
|
|
67
202
|
AssociateResolverQueryLogConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -109,6 +244,20 @@ export var AssociateResolverRuleResponse;
|
|
|
109
244
|
(function (AssociateResolverRuleResponse) {
|
|
110
245
|
AssociateResolverRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
246
|
})(AssociateResolverRuleResponse || (AssociateResolverRuleResponse = {}));
|
|
247
|
+
var ResourceUnavailableException = (function (_super) {
|
|
248
|
+
__extends(ResourceUnavailableException, _super);
|
|
249
|
+
function ResourceUnavailableException(opts) {
|
|
250
|
+
var _this = _super.call(this, __assign({ name: "ResourceUnavailableException", $fault: "client" }, opts)) || this;
|
|
251
|
+
_this.name = "ResourceUnavailableException";
|
|
252
|
+
_this.$fault = "client";
|
|
253
|
+
Object.setPrototypeOf(_this, ResourceUnavailableException.prototype);
|
|
254
|
+
_this.Message = opts.Message;
|
|
255
|
+
_this.ResourceType = opts.ResourceType;
|
|
256
|
+
return _this;
|
|
257
|
+
}
|
|
258
|
+
return ResourceUnavailableException;
|
|
259
|
+
}(__BaseException));
|
|
260
|
+
export { ResourceUnavailableException };
|
|
112
261
|
export var AutodefinedReverseFlag;
|
|
113
262
|
(function (AutodefinedReverseFlag) {
|
|
114
263
|
AutodefinedReverseFlag["DISABLE"] = "DISABLE";
|
|
@@ -288,6 +437,20 @@ export var DeleteResolverRuleResponse;
|
|
|
288
437
|
(function (DeleteResolverRuleResponse) {
|
|
289
438
|
DeleteResolverRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
439
|
})(DeleteResolverRuleResponse || (DeleteResolverRuleResponse = {}));
|
|
440
|
+
var ResourceInUseException = (function (_super) {
|
|
441
|
+
__extends(ResourceInUseException, _super);
|
|
442
|
+
function ResourceInUseException(opts) {
|
|
443
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
444
|
+
_this.name = "ResourceInUseException";
|
|
445
|
+
_this.$fault = "client";
|
|
446
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
447
|
+
_this.Message = opts.Message;
|
|
448
|
+
_this.ResourceType = opts.ResourceType;
|
|
449
|
+
return _this;
|
|
450
|
+
}
|
|
451
|
+
return ResourceInUseException;
|
|
452
|
+
}(__BaseException));
|
|
453
|
+
export { ResourceInUseException };
|
|
291
454
|
export var DisassociateFirewallRuleGroupRequest;
|
|
292
455
|
(function (DisassociateFirewallRuleGroupRequest) {
|
|
293
456
|
DisassociateFirewallRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -461,6 +624,19 @@ export var GetResolverQueryLogConfigPolicyResponse;
|
|
|
461
624
|
(function (GetResolverQueryLogConfigPolicyResponse) {
|
|
462
625
|
GetResolverQueryLogConfigPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
626
|
})(GetResolverQueryLogConfigPolicyResponse || (GetResolverQueryLogConfigPolicyResponse = {}));
|
|
627
|
+
var UnknownResourceException = (function (_super) {
|
|
628
|
+
__extends(UnknownResourceException, _super);
|
|
629
|
+
function UnknownResourceException(opts) {
|
|
630
|
+
var _this = _super.call(this, __assign({ name: "UnknownResourceException", $fault: "client" }, opts)) || this;
|
|
631
|
+
_this.name = "UnknownResourceException";
|
|
632
|
+
_this.$fault = "client";
|
|
633
|
+
Object.setPrototypeOf(_this, UnknownResourceException.prototype);
|
|
634
|
+
_this.Message = opts.Message;
|
|
635
|
+
return _this;
|
|
636
|
+
}
|
|
637
|
+
return UnknownResourceException;
|
|
638
|
+
}(__BaseException));
|
|
639
|
+
export { UnknownResourceException };
|
|
464
640
|
export var GetResolverRuleRequest;
|
|
465
641
|
(function (GetResolverRuleRequest) {
|
|
466
642
|
GetResolverRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -493,6 +669,45 @@ export var ImportFirewallDomainsResponse;
|
|
|
493
669
|
(function (ImportFirewallDomainsResponse) {
|
|
494
670
|
ImportFirewallDomainsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
671
|
})(ImportFirewallDomainsResponse || (ImportFirewallDomainsResponse = {}));
|
|
672
|
+
var InvalidNextTokenException = (function (_super) {
|
|
673
|
+
__extends(InvalidNextTokenException, _super);
|
|
674
|
+
function InvalidNextTokenException(opts) {
|
|
675
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
|
|
676
|
+
_this.name = "InvalidNextTokenException";
|
|
677
|
+
_this.$fault = "client";
|
|
678
|
+
Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
|
|
679
|
+
_this.Message = opts.Message;
|
|
680
|
+
return _this;
|
|
681
|
+
}
|
|
682
|
+
return InvalidNextTokenException;
|
|
683
|
+
}(__BaseException));
|
|
684
|
+
export { InvalidNextTokenException };
|
|
685
|
+
var InvalidPolicyDocument = (function (_super) {
|
|
686
|
+
__extends(InvalidPolicyDocument, _super);
|
|
687
|
+
function InvalidPolicyDocument(opts) {
|
|
688
|
+
var _this = _super.call(this, __assign({ name: "InvalidPolicyDocument", $fault: "client" }, opts)) || this;
|
|
689
|
+
_this.name = "InvalidPolicyDocument";
|
|
690
|
+
_this.$fault = "client";
|
|
691
|
+
Object.setPrototypeOf(_this, InvalidPolicyDocument.prototype);
|
|
692
|
+
_this.Message = opts.Message;
|
|
693
|
+
return _this;
|
|
694
|
+
}
|
|
695
|
+
return InvalidPolicyDocument;
|
|
696
|
+
}(__BaseException));
|
|
697
|
+
export { InvalidPolicyDocument };
|
|
698
|
+
var InvalidTagException = (function (_super) {
|
|
699
|
+
__extends(InvalidTagException, _super);
|
|
700
|
+
function InvalidTagException(opts) {
|
|
701
|
+
var _this = _super.call(this, __assign({ name: "InvalidTagException", $fault: "client" }, opts)) || this;
|
|
702
|
+
_this.name = "InvalidTagException";
|
|
703
|
+
_this.$fault = "client";
|
|
704
|
+
Object.setPrototypeOf(_this, InvalidTagException.prototype);
|
|
705
|
+
_this.Message = opts.Message;
|
|
706
|
+
return _this;
|
|
707
|
+
}
|
|
708
|
+
return InvalidTagException;
|
|
709
|
+
}(__BaseException));
|
|
710
|
+
export { InvalidTagException };
|
|
496
711
|
export var IpAddressStatus;
|
|
497
712
|
(function (IpAddressStatus) {
|
|
498
713
|
IpAddressStatus["Attached"] = "ATTACHED";
|