@aws-sdk/client-route53resolver 3.489.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Route53Resolver.js +1 -147
- package/dist-cjs/Route53ResolverClient.js +1 -43
- package/dist-cjs/commands/AssociateFirewallRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/AssociateResolverEndpointIpAddressCommand.js +1 -28
- package/dist-cjs/commands/AssociateResolverQueryLogConfigCommand.js +1 -28
- package/dist-cjs/commands/AssociateResolverRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateFirewallDomainListCommand.js +1 -28
- package/dist-cjs/commands/CreateFirewallRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateFirewallRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateOutpostResolverCommand.js +1 -28
- package/dist-cjs/commands/CreateResolverEndpointCommand.js +1 -28
- package/dist-cjs/commands/CreateResolverQueryLogConfigCommand.js +1 -28
- package/dist-cjs/commands/CreateResolverRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteFirewallDomainListCommand.js +1 -28
- package/dist-cjs/commands/DeleteFirewallRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteFirewallRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteOutpostResolverCommand.js +1 -28
- package/dist-cjs/commands/DeleteResolverEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteResolverQueryLogConfigCommand.js +1 -28
- package/dist-cjs/commands/DeleteResolverRuleCommand.js +1 -28
- package/dist-cjs/commands/DisassociateFirewallRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/DisassociateResolverEndpointIpAddressCommand.js +1 -28
- package/dist-cjs/commands/DisassociateResolverQueryLogConfigCommand.js +1 -28
- package/dist-cjs/commands/DisassociateResolverRuleCommand.js +1 -28
- package/dist-cjs/commands/GetFirewallConfigCommand.js +1 -28
- package/dist-cjs/commands/GetFirewallDomainListCommand.js +1 -28
- package/dist-cjs/commands/GetFirewallRuleGroupAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetFirewallRuleGroupCommand.js +1 -28
- package/dist-cjs/commands/GetFirewallRuleGroupPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetOutpostResolverCommand.js +1 -28
- package/dist-cjs/commands/GetResolverConfigCommand.js +1 -28
- package/dist-cjs/commands/GetResolverDnssecConfigCommand.js +1 -28
- package/dist-cjs/commands/GetResolverEndpointCommand.js +1 -28
- package/dist-cjs/commands/GetResolverQueryLogConfigAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetResolverQueryLogConfigCommand.js +1 -28
- package/dist-cjs/commands/GetResolverQueryLogConfigPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetResolverRuleAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetResolverRuleCommand.js +1 -28
- package/dist-cjs/commands/GetResolverRulePolicyCommand.js +1 -28
- package/dist-cjs/commands/ImportFirewallDomainsCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallDomainListsCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallDomainsCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallRuleGroupAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallRuleGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListFirewallRulesCommand.js +1 -28
- package/dist-cjs/commands/ListOutpostResolversCommand.js +1 -28
- package/dist-cjs/commands/ListResolverConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListResolverDnssecConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListResolverEndpointIpAddressesCommand.js +1 -28
- package/dist-cjs/commands/ListResolverEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListResolverQueryLogConfigAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListResolverQueryLogConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListResolverRuleAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListResolverRulesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutFirewallRuleGroupPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutResolverQueryLogConfigPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutResolverRulePolicyCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallDomainsCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallRuleCommand.js +1 -28
- package/dist-cjs/commands/UpdateFirewallRuleGroupAssociationCommand.js +1 -28
- package/dist-cjs/commands/UpdateOutpostResolverCommand.js +1 -28
- package/dist-cjs/commands/UpdateResolverConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateResolverDnssecConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateResolverEndpointCommand.js +1 -28
- package/dist-cjs/commands/UpdateResolverRuleCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -71
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5991 -11
- package/dist-cjs/models/Route53ResolverServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -412
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListFirewallConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFirewallDomainListsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFirewallDomainsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFirewallRuleGroupAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFirewallRuleGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFirewallRulesPaginator.js +1 -7
- package/dist-cjs/pagination/ListOutpostResolversPaginator.js +1 -7
- package/dist-cjs/pagination/ListResolverConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResolverDnssecConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResolverEndpointIpAddressesPaginator.js +1 -7
- package/dist-cjs/pagination/ListResolverEndpointsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResolverQueryLogConfigAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResolverQueryLogConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResolverRuleAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResolverRulesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -20
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3954
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Route53ResolverServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class Route53ResolverServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, Route53ResolverServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.Route53ResolverServiceException = Route53ResolverServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,412 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Validation = exports.SortOrder = exports.IpAddressStatus = exports.InvalidTagException = exports.InvalidPolicyDocument = exports.InvalidNextTokenException = exports.UnknownResourceException = exports.ResolverDNSSECValidationStatus = exports.ResolverAutodefinedReverseStatus = exports.FirewallDomainUpdateOperation = exports.FirewallDomainImportOperation = exports.FirewallFailOpenStatus = exports.ResourceInUseException = exports.ResolverRuleStatus = exports.RuleTypeOption = exports.ResolverQueryLogConfigStatus = exports.ServiceQuotaExceededException = exports.OutpostResolverStatus = exports.FirewallRuleGroupStatus = exports.ShareStatus = exports.FirewallDomainListStatus = exports.BlockResponse = exports.BlockOverrideDnsType = exports.AutodefinedReverseFlag = exports.ResourceUnavailableException = exports.ResolverRuleAssociationStatus = exports.ResolverQueryLogConfigAssociationStatus = exports.ResolverQueryLogConfigAssociationError = exports.ResourceExistsException = exports.InvalidRequestException = exports.InvalidParameterException = exports.ResolverEndpointStatus = exports.ResolverEndpointType = exports.Protocol = exports.ResolverEndpointDirection = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InternalServiceErrorException = exports.ConflictException = exports.FirewallRuleGroupAssociationStatus = exports.MutationProtectionStatus = exports.Action = exports.AccessDeniedException = void 0;
|
|
4
|
-
const Route53ResolverServiceException_1 = require("./Route53ResolverServiceException");
|
|
5
|
-
class AccessDeniedException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "AccessDeniedException";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
|
-
this.Message = opts.Message;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
exports.Action = {
|
|
20
|
-
ALERT: "ALERT",
|
|
21
|
-
ALLOW: "ALLOW",
|
|
22
|
-
BLOCK: "BLOCK",
|
|
23
|
-
};
|
|
24
|
-
exports.MutationProtectionStatus = {
|
|
25
|
-
DISABLED: "DISABLED",
|
|
26
|
-
ENABLED: "ENABLED",
|
|
27
|
-
};
|
|
28
|
-
exports.FirewallRuleGroupAssociationStatus = {
|
|
29
|
-
COMPLETE: "COMPLETE",
|
|
30
|
-
DELETING: "DELETING",
|
|
31
|
-
UPDATING: "UPDATING",
|
|
32
|
-
};
|
|
33
|
-
class ConflictException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "ConflictException",
|
|
37
|
-
$fault: "client",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
this.name = "ConflictException";
|
|
41
|
-
this.$fault = "client";
|
|
42
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
43
|
-
this.Message = opts.Message;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.ConflictException = ConflictException;
|
|
47
|
-
class InternalServiceErrorException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
48
|
-
constructor(opts) {
|
|
49
|
-
super({
|
|
50
|
-
name: "InternalServiceErrorException",
|
|
51
|
-
$fault: "client",
|
|
52
|
-
...opts,
|
|
53
|
-
});
|
|
54
|
-
this.name = "InternalServiceErrorException";
|
|
55
|
-
this.$fault = "client";
|
|
56
|
-
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
57
|
-
this.Message = opts.Message;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.InternalServiceErrorException = InternalServiceErrorException;
|
|
61
|
-
class LimitExceededException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
62
|
-
constructor(opts) {
|
|
63
|
-
super({
|
|
64
|
-
name: "LimitExceededException",
|
|
65
|
-
$fault: "client",
|
|
66
|
-
...opts,
|
|
67
|
-
});
|
|
68
|
-
this.name = "LimitExceededException";
|
|
69
|
-
this.$fault = "client";
|
|
70
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
71
|
-
this.Message = opts.Message;
|
|
72
|
-
this.ResourceType = opts.ResourceType;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
exports.LimitExceededException = LimitExceededException;
|
|
76
|
-
class ResourceNotFoundException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "ResourceNotFoundException",
|
|
80
|
-
$fault: "client",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
this.name = "ResourceNotFoundException";
|
|
84
|
-
this.$fault = "client";
|
|
85
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
86
|
-
this.Message = opts.Message;
|
|
87
|
-
this.ResourceType = opts.ResourceType;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
91
|
-
class ThrottlingException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
92
|
-
constructor(opts) {
|
|
93
|
-
super({
|
|
94
|
-
name: "ThrottlingException",
|
|
95
|
-
$fault: "client",
|
|
96
|
-
...opts,
|
|
97
|
-
});
|
|
98
|
-
this.name = "ThrottlingException";
|
|
99
|
-
this.$fault = "client";
|
|
100
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
101
|
-
this.Message = opts.Message;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
exports.ThrottlingException = ThrottlingException;
|
|
105
|
-
class ValidationException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
106
|
-
constructor(opts) {
|
|
107
|
-
super({
|
|
108
|
-
name: "ValidationException",
|
|
109
|
-
$fault: "client",
|
|
110
|
-
...opts,
|
|
111
|
-
});
|
|
112
|
-
this.name = "ValidationException";
|
|
113
|
-
this.$fault = "client";
|
|
114
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
115
|
-
this.Message = opts.Message;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
exports.ValidationException = ValidationException;
|
|
119
|
-
exports.ResolverEndpointDirection = {
|
|
120
|
-
Inbound: "INBOUND",
|
|
121
|
-
Outbound: "OUTBOUND",
|
|
122
|
-
};
|
|
123
|
-
exports.Protocol = {
|
|
124
|
-
DO53: "Do53",
|
|
125
|
-
DOH: "DoH",
|
|
126
|
-
DOHFIPS: "DoH-FIPS",
|
|
127
|
-
};
|
|
128
|
-
exports.ResolverEndpointType = {
|
|
129
|
-
DUALSTACK: "DUALSTACK",
|
|
130
|
-
IPV4: "IPV4",
|
|
131
|
-
IPV6: "IPV6",
|
|
132
|
-
};
|
|
133
|
-
exports.ResolverEndpointStatus = {
|
|
134
|
-
ActionNeeded: "ACTION_NEEDED",
|
|
135
|
-
AutoRecovering: "AUTO_RECOVERING",
|
|
136
|
-
Creating: "CREATING",
|
|
137
|
-
Deleting: "DELETING",
|
|
138
|
-
Operational: "OPERATIONAL",
|
|
139
|
-
Updating: "UPDATING",
|
|
140
|
-
};
|
|
141
|
-
class InvalidParameterException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
142
|
-
constructor(opts) {
|
|
143
|
-
super({
|
|
144
|
-
name: "InvalidParameterException",
|
|
145
|
-
$fault: "client",
|
|
146
|
-
...opts,
|
|
147
|
-
});
|
|
148
|
-
this.name = "InvalidParameterException";
|
|
149
|
-
this.$fault = "client";
|
|
150
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
151
|
-
this.Message = opts.Message;
|
|
152
|
-
this.FieldName = opts.FieldName;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
exports.InvalidParameterException = InvalidParameterException;
|
|
156
|
-
class InvalidRequestException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
157
|
-
constructor(opts) {
|
|
158
|
-
super({
|
|
159
|
-
name: "InvalidRequestException",
|
|
160
|
-
$fault: "client",
|
|
161
|
-
...opts,
|
|
162
|
-
});
|
|
163
|
-
this.name = "InvalidRequestException";
|
|
164
|
-
this.$fault = "client";
|
|
165
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
166
|
-
this.Message = opts.Message;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
170
|
-
class ResourceExistsException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "ResourceExistsException",
|
|
174
|
-
$fault: "client",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
this.name = "ResourceExistsException";
|
|
178
|
-
this.$fault = "client";
|
|
179
|
-
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
180
|
-
this.Message = opts.Message;
|
|
181
|
-
this.ResourceType = opts.ResourceType;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
exports.ResourceExistsException = ResourceExistsException;
|
|
185
|
-
exports.ResolverQueryLogConfigAssociationError = {
|
|
186
|
-
AccessDenied: "ACCESS_DENIED",
|
|
187
|
-
DestinationNotFound: "DESTINATION_NOT_FOUND",
|
|
188
|
-
InternalServiceError: "INTERNAL_SERVICE_ERROR",
|
|
189
|
-
None: "NONE",
|
|
190
|
-
};
|
|
191
|
-
exports.ResolverQueryLogConfigAssociationStatus = {
|
|
192
|
-
ActionNeeded: "ACTION_NEEDED",
|
|
193
|
-
Active: "ACTIVE",
|
|
194
|
-
Creating: "CREATING",
|
|
195
|
-
Deleting: "DELETING",
|
|
196
|
-
Failed: "FAILED",
|
|
197
|
-
};
|
|
198
|
-
exports.ResolverRuleAssociationStatus = {
|
|
199
|
-
Complete: "COMPLETE",
|
|
200
|
-
Creating: "CREATING",
|
|
201
|
-
Deleting: "DELETING",
|
|
202
|
-
Failed: "FAILED",
|
|
203
|
-
Overridden: "OVERRIDDEN",
|
|
204
|
-
};
|
|
205
|
-
class ResourceUnavailableException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
206
|
-
constructor(opts) {
|
|
207
|
-
super({
|
|
208
|
-
name: "ResourceUnavailableException",
|
|
209
|
-
$fault: "client",
|
|
210
|
-
...opts,
|
|
211
|
-
});
|
|
212
|
-
this.name = "ResourceUnavailableException";
|
|
213
|
-
this.$fault = "client";
|
|
214
|
-
Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
|
|
215
|
-
this.Message = opts.Message;
|
|
216
|
-
this.ResourceType = opts.ResourceType;
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
exports.ResourceUnavailableException = ResourceUnavailableException;
|
|
220
|
-
exports.AutodefinedReverseFlag = {
|
|
221
|
-
DISABLE: "DISABLE",
|
|
222
|
-
ENABLE: "ENABLE",
|
|
223
|
-
USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING",
|
|
224
|
-
};
|
|
225
|
-
exports.BlockOverrideDnsType = {
|
|
226
|
-
CNAME: "CNAME",
|
|
227
|
-
};
|
|
228
|
-
exports.BlockResponse = {
|
|
229
|
-
NODATA: "NODATA",
|
|
230
|
-
NXDOMAIN: "NXDOMAIN",
|
|
231
|
-
OVERRIDE: "OVERRIDE",
|
|
232
|
-
};
|
|
233
|
-
exports.FirewallDomainListStatus = {
|
|
234
|
-
COMPLETE: "COMPLETE",
|
|
235
|
-
COMPLETE_IMPORT_FAILED: "COMPLETE_IMPORT_FAILED",
|
|
236
|
-
DELETING: "DELETING",
|
|
237
|
-
IMPORTING: "IMPORTING",
|
|
238
|
-
UPDATING: "UPDATING",
|
|
239
|
-
};
|
|
240
|
-
exports.ShareStatus = {
|
|
241
|
-
NotShared: "NOT_SHARED",
|
|
242
|
-
SharedByMe: "SHARED_BY_ME",
|
|
243
|
-
SharedWithMe: "SHARED_WITH_ME",
|
|
244
|
-
};
|
|
245
|
-
exports.FirewallRuleGroupStatus = {
|
|
246
|
-
COMPLETE: "COMPLETE",
|
|
247
|
-
DELETING: "DELETING",
|
|
248
|
-
UPDATING: "UPDATING",
|
|
249
|
-
};
|
|
250
|
-
exports.OutpostResolverStatus = {
|
|
251
|
-
ACTION_NEEDED: "ACTION_NEEDED",
|
|
252
|
-
CREATING: "CREATING",
|
|
253
|
-
DELETING: "DELETING",
|
|
254
|
-
FAILED_CREATION: "FAILED_CREATION",
|
|
255
|
-
FAILED_DELETION: "FAILED_DELETION",
|
|
256
|
-
OPERATIONAL: "OPERATIONAL",
|
|
257
|
-
UPDATING: "UPDATING",
|
|
258
|
-
};
|
|
259
|
-
class ServiceQuotaExceededException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
260
|
-
constructor(opts) {
|
|
261
|
-
super({
|
|
262
|
-
name: "ServiceQuotaExceededException",
|
|
263
|
-
$fault: "client",
|
|
264
|
-
...opts,
|
|
265
|
-
});
|
|
266
|
-
this.name = "ServiceQuotaExceededException";
|
|
267
|
-
this.$fault = "client";
|
|
268
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
269
|
-
this.Message = opts.Message;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
273
|
-
exports.ResolverQueryLogConfigStatus = {
|
|
274
|
-
Created: "CREATED",
|
|
275
|
-
Creating: "CREATING",
|
|
276
|
-
Deleting: "DELETING",
|
|
277
|
-
Failed: "FAILED",
|
|
278
|
-
};
|
|
279
|
-
exports.RuleTypeOption = {
|
|
280
|
-
Forward: "FORWARD",
|
|
281
|
-
Recursive: "RECURSIVE",
|
|
282
|
-
System: "SYSTEM",
|
|
283
|
-
};
|
|
284
|
-
exports.ResolverRuleStatus = {
|
|
285
|
-
Complete: "COMPLETE",
|
|
286
|
-
Deleting: "DELETING",
|
|
287
|
-
Failed: "FAILED",
|
|
288
|
-
Updating: "UPDATING",
|
|
289
|
-
};
|
|
290
|
-
class ResourceInUseException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
291
|
-
constructor(opts) {
|
|
292
|
-
super({
|
|
293
|
-
name: "ResourceInUseException",
|
|
294
|
-
$fault: "client",
|
|
295
|
-
...opts,
|
|
296
|
-
});
|
|
297
|
-
this.name = "ResourceInUseException";
|
|
298
|
-
this.$fault = "client";
|
|
299
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
300
|
-
this.Message = opts.Message;
|
|
301
|
-
this.ResourceType = opts.ResourceType;
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
exports.ResourceInUseException = ResourceInUseException;
|
|
305
|
-
exports.FirewallFailOpenStatus = {
|
|
306
|
-
DISABLED: "DISABLED",
|
|
307
|
-
ENABLED: "ENABLED",
|
|
308
|
-
USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING",
|
|
309
|
-
};
|
|
310
|
-
exports.FirewallDomainImportOperation = {
|
|
311
|
-
REPLACE: "REPLACE",
|
|
312
|
-
};
|
|
313
|
-
exports.FirewallDomainUpdateOperation = {
|
|
314
|
-
ADD: "ADD",
|
|
315
|
-
REMOVE: "REMOVE",
|
|
316
|
-
REPLACE: "REPLACE",
|
|
317
|
-
};
|
|
318
|
-
exports.ResolverAutodefinedReverseStatus = {
|
|
319
|
-
Disabled: "DISABLED",
|
|
320
|
-
Disabling: "DISABLING",
|
|
321
|
-
Enabled: "ENABLED",
|
|
322
|
-
Enabling: "ENABLING",
|
|
323
|
-
UpdatingToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
|
|
324
|
-
UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING",
|
|
325
|
-
};
|
|
326
|
-
exports.ResolverDNSSECValidationStatus = {
|
|
327
|
-
Disabled: "DISABLED",
|
|
328
|
-
Disabling: "DISABLING",
|
|
329
|
-
Enabled: "ENABLED",
|
|
330
|
-
Enabling: "ENABLING",
|
|
331
|
-
UpdateToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
|
|
332
|
-
UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING",
|
|
333
|
-
};
|
|
334
|
-
class UnknownResourceException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
335
|
-
constructor(opts) {
|
|
336
|
-
super({
|
|
337
|
-
name: "UnknownResourceException",
|
|
338
|
-
$fault: "client",
|
|
339
|
-
...opts,
|
|
340
|
-
});
|
|
341
|
-
this.name = "UnknownResourceException";
|
|
342
|
-
this.$fault = "client";
|
|
343
|
-
Object.setPrototypeOf(this, UnknownResourceException.prototype);
|
|
344
|
-
this.Message = opts.Message;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
exports.UnknownResourceException = UnknownResourceException;
|
|
348
|
-
class InvalidNextTokenException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
349
|
-
constructor(opts) {
|
|
350
|
-
super({
|
|
351
|
-
name: "InvalidNextTokenException",
|
|
352
|
-
$fault: "client",
|
|
353
|
-
...opts,
|
|
354
|
-
});
|
|
355
|
-
this.name = "InvalidNextTokenException";
|
|
356
|
-
this.$fault = "client";
|
|
357
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
358
|
-
this.Message = opts.Message;
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
362
|
-
class InvalidPolicyDocument extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
363
|
-
constructor(opts) {
|
|
364
|
-
super({
|
|
365
|
-
name: "InvalidPolicyDocument",
|
|
366
|
-
$fault: "client",
|
|
367
|
-
...opts,
|
|
368
|
-
});
|
|
369
|
-
this.name = "InvalidPolicyDocument";
|
|
370
|
-
this.$fault = "client";
|
|
371
|
-
Object.setPrototypeOf(this, InvalidPolicyDocument.prototype);
|
|
372
|
-
this.Message = opts.Message;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
exports.InvalidPolicyDocument = InvalidPolicyDocument;
|
|
376
|
-
class InvalidTagException extends Route53ResolverServiceException_1.Route53ResolverServiceException {
|
|
377
|
-
constructor(opts) {
|
|
378
|
-
super({
|
|
379
|
-
name: "InvalidTagException",
|
|
380
|
-
$fault: "client",
|
|
381
|
-
...opts,
|
|
382
|
-
});
|
|
383
|
-
this.name = "InvalidTagException";
|
|
384
|
-
this.$fault = "client";
|
|
385
|
-
Object.setPrototypeOf(this, InvalidTagException.prototype);
|
|
386
|
-
this.Message = opts.Message;
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
exports.InvalidTagException = InvalidTagException;
|
|
390
|
-
exports.IpAddressStatus = {
|
|
391
|
-
Attached: "ATTACHED",
|
|
392
|
-
Attaching: "ATTACHING",
|
|
393
|
-
Creating: "CREATING",
|
|
394
|
-
DeleteFailedFasExpired: "DELETE_FAILED_FAS_EXPIRED",
|
|
395
|
-
Deleting: "DELETING",
|
|
396
|
-
Detaching: "DETACHING",
|
|
397
|
-
FailedCreation: "FAILED_CREATION",
|
|
398
|
-
FailedResourceGone: "FAILED_RESOURCE_GONE",
|
|
399
|
-
RemapAttaching: "REMAP_ATTACHING",
|
|
400
|
-
RemapDetaching: "REMAP_DETACHING",
|
|
401
|
-
UpdateFailed: "UPDATE_FAILED",
|
|
402
|
-
Updating: "UPDATING",
|
|
403
|
-
};
|
|
404
|
-
exports.SortOrder = {
|
|
405
|
-
Ascending: "ASCENDING",
|
|
406
|
-
Descending: "DESCENDING",
|
|
407
|
-
};
|
|
408
|
-
exports.Validation = {
|
|
409
|
-
DISABLE: "DISABLE",
|
|
410
|
-
ENABLE: "ENABLE",
|
|
411
|
-
USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING",
|
|
412
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFirewallConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFirewallConfigsCommand_1 = require("../commands/ListFirewallConfigsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListFirewallConfigs = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListFirewallConfigsCommand_1.ListFirewallConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFirewallDomainLists = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFirewallDomainListsCommand_1 = require("../commands/ListFirewallDomainListsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListFirewallDomainLists = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListFirewallDomainListsCommand_1.ListFirewallDomainListsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFirewallDomains = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFirewallDomainsCommand_1 = require("../commands/ListFirewallDomainsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListFirewallDomains = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListFirewallDomainsCommand_1.ListFirewallDomainsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFirewallRuleGroupAssociations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFirewallRuleGroupAssociationsCommand_1 = require("../commands/ListFirewallRuleGroupAssociationsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListFirewallRuleGroupAssociations = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListFirewallRuleGroupAssociationsCommand_1.ListFirewallRuleGroupAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFirewallRuleGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFirewallRuleGroupsCommand_1 = require("../commands/ListFirewallRuleGroupsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListFirewallRuleGroups = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListFirewallRuleGroupsCommand_1.ListFirewallRuleGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFirewallRules = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFirewallRulesCommand_1 = require("../commands/ListFirewallRulesCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListFirewallRules = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListFirewallRulesCommand_1.ListFirewallRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListOutpostResolvers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListOutpostResolversCommand_1 = require("../commands/ListOutpostResolversCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListOutpostResolvers = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListOutpostResolversCommand_1.ListOutpostResolversCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResolverConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResolverConfigsCommand_1 = require("../commands/ListResolverConfigsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListResolverConfigs = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverConfigsCommand_1.ListResolverConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResolverDnssecConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResolverDnssecConfigsCommand_1 = require("../commands/ListResolverDnssecConfigsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListResolverDnssecConfigs = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverDnssecConfigsCommand_1.ListResolverDnssecConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResolverEndpointIpAddresses = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResolverEndpointIpAddressesCommand_1 = require("../commands/ListResolverEndpointIpAddressesCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListResolverEndpointIpAddresses = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverEndpointIpAddressesCommand_1.ListResolverEndpointIpAddressesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResolverEndpoints = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResolverEndpointsCommand_1 = require("../commands/ListResolverEndpointsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListResolverEndpoints = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverEndpointsCommand_1.ListResolverEndpointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResolverQueryLogConfigAssociations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResolverQueryLogConfigAssociationsCommand_1 = require("../commands/ListResolverQueryLogConfigAssociationsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListResolverQueryLogConfigAssociations = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverQueryLogConfigAssociationsCommand_1.ListResolverQueryLogConfigAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResolverQueryLogConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResolverQueryLogConfigsCommand_1 = require("../commands/ListResolverQueryLogConfigsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListResolverQueryLogConfigs = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverQueryLogConfigsCommand_1.ListResolverQueryLogConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResolverRuleAssociations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResolverRuleAssociationsCommand_1 = require("../commands/ListResolverRuleAssociationsCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListResolverRuleAssociations = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverRuleAssociationsCommand_1.ListResolverRuleAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResolverRules = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResolverRulesCommand_1 = require("../commands/ListResolverRulesCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListResolverRules = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListResolverRulesCommand_1.ListResolverRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTagsForResource = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
6
|
-
const Route53ResolverClient_1 = require("../Route53ResolverClient");
|
|
7
|
-
exports.paginateListTagsForResource = (0, core_1.createPaginator)(Route53ResolverClient_1.Route53ResolverClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListFirewallConfigsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListFirewallDomainListsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListFirewallDomainsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListFirewallRuleGroupAssociationsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListFirewallRuleGroupsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListFirewallRulesPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListOutpostResolversPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListResolverConfigsPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListResolverDnssecConfigsPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListResolverEndpointIpAddressesPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListResolverEndpointsPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListResolverQueryLogConfigAssociationsPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListResolverQueryLogConfigsPaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListResolverRuleAssociationsPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListResolverRulesPaginator"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|