@aws-sdk/client-route53resolver 3.168.0 → 3.170.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.
Files changed (95) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Route53Resolver.d.ts +1180 -320
  3. package/dist-types/ts3.4/Route53ResolverClient.d.ts +508 -136
  4. package/dist-types/ts3.4/commands/AssociateFirewallRuleGroupCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateResolverEndpointIpAddressCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AssociateResolverQueryLogConfigCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateResolverRuleCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateFirewallDomainListCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFirewallRuleCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateFirewallRuleGroupCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateResolverEndpointCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateResolverQueryLogConfigCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateResolverRuleCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DeleteFirewallDomainListCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteFirewallRuleCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteFirewallRuleGroupCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteResolverEndpointCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteResolverQueryLogConfigCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteResolverRuleCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DisassociateFirewallRuleGroupCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisassociateResolverQueryLogConfigCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DisassociateResolverRuleCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetFirewallConfigCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetFirewallDomainListCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GetFirewallRuleGroupAssociationCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetFirewallRuleGroupCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetFirewallRuleGroupPolicyCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetResolverDnssecConfigCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetResolverEndpointCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetResolverRuleAssociationCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/GetResolverRuleCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetResolverRulePolicyCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ImportFirewallDomainsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListFirewallConfigsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/ListFirewallDomainListsCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListFirewallDomainsCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ListFirewallRuleGroupsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListFirewallRulesCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/ListResolverDnssecConfigsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListResolverEndpointIpAddressesCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListResolverEndpointsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListResolverQueryLogConfigsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListResolverRuleAssociationsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListResolverRulesCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/PutFirewallRuleGroupPolicyCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/PutResolverRulePolicyCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/UpdateFirewallConfigCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/UpdateFirewallDomainsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/UpdateFirewallRuleCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/UpdateResolverDnssecConfigCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateResolverEndpointCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateResolverRuleCommand.d.ts +38 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/Route53ResolverServiceException.d.ts +8 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1844 -1675
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  74. package/dist-types/ts3.4/pagination/ListFirewallConfigsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListFirewallDomainListsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListFirewallDomainsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListFirewallRuleGroupAssociationsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListFirewallRuleGroupsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFirewallRulesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListResolverConfigsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListResolverDnssecConfigsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListResolverEndpointIpAddressesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListResolverEndpointsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigAssociationsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListResolverQueryLogConfigsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListResolverRuleAssociationsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListResolverRulesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/index.d.ts +16 -16
  90. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  95. package/package.json +34 -34
@@ -1,1675 +1,1844 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { Route53ResolverServiceException as __BaseException } from "./Route53ResolverServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message?: string;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
- export declare enum Action {
12
- ALERT = "ALERT",
13
- ALLOW = "ALLOW",
14
- BLOCK = "BLOCK"
15
- }
16
- export declare enum MutationProtectionStatus {
17
- DISABLED = "DISABLED",
18
- ENABLED = "ENABLED"
19
- }
20
-
21
- export interface Tag {
22
-
23
- Key: string | undefined;
24
-
25
- Value: string | undefined;
26
- }
27
- export interface AssociateFirewallRuleGroupRequest {
28
-
29
- CreatorRequestId?: string;
30
-
31
- FirewallRuleGroupId: string | undefined;
32
-
33
- VpcId: string | undefined;
34
-
35
- Priority: number | undefined;
36
-
37
- Name: string | undefined;
38
-
39
- MutationProtection?: MutationProtectionStatus | string;
40
-
41
- Tags?: Tag[];
42
- }
43
- export declare enum FirewallRuleGroupAssociationStatus {
44
- COMPLETE = "COMPLETE",
45
- DELETING = "DELETING",
46
- UPDATING = "UPDATING"
47
- }
48
-
49
- export interface FirewallRuleGroupAssociation {
50
-
51
- Id?: string;
52
-
53
- Arn?: string;
54
-
55
- FirewallRuleGroupId?: string;
56
-
57
- VpcId?: string;
58
-
59
- Name?: string;
60
-
61
- Priority?: number;
62
-
63
- MutationProtection?: MutationProtectionStatus | string;
64
-
65
- ManagedOwnerName?: string;
66
-
67
- Status?: FirewallRuleGroupAssociationStatus | string;
68
-
69
- StatusMessage?: string;
70
-
71
- CreatorRequestId?: string;
72
-
73
- CreationTime?: string;
74
-
75
- ModificationTime?: string;
76
- }
77
- export interface AssociateFirewallRuleGroupResponse {
78
-
79
- FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
80
- }
81
-
82
- export declare class ConflictException extends __BaseException {
83
- readonly name: "ConflictException";
84
- readonly $fault: "client";
85
- Message?: string;
86
-
87
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
88
- }
89
-
90
- export declare class InternalServiceErrorException extends __BaseException {
91
- readonly name: "InternalServiceErrorException";
92
- readonly $fault: "client";
93
- Message?: string;
94
-
95
- constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
96
- }
97
-
98
- export declare class LimitExceededException extends __BaseException {
99
- readonly name: "LimitExceededException";
100
- readonly $fault: "client";
101
- Message?: string;
102
-
103
- ResourceType?: string;
104
-
105
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
106
- }
107
-
108
- export declare class ResourceNotFoundException extends __BaseException {
109
- readonly name: "ResourceNotFoundException";
110
- readonly $fault: "client";
111
- Message?: string;
112
-
113
- ResourceType?: string;
114
-
115
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
116
- }
117
-
118
- export declare class ThrottlingException extends __BaseException {
119
- readonly name: "ThrottlingException";
120
- readonly $fault: "client";
121
- Message?: string;
122
-
123
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
124
- }
125
-
126
- export declare class ValidationException extends __BaseException {
127
- readonly name: "ValidationException";
128
- readonly $fault: "client";
129
- Message?: string;
130
-
131
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
132
- }
133
-
134
- export interface IpAddressUpdate {
135
-
136
- IpId?: string;
137
-
138
- SubnetId?: string;
139
-
140
- Ip?: string;
141
- }
142
- export interface AssociateResolverEndpointIpAddressRequest {
143
-
144
- ResolverEndpointId: string | undefined;
145
-
146
- IpAddress: IpAddressUpdate | undefined;
147
- }
148
- export declare enum ResolverEndpointDirection {
149
- Inbound = "INBOUND",
150
- Outbound = "OUTBOUND"
151
- }
152
- export declare enum ResolverEndpointStatus {
153
- ActionNeeded = "ACTION_NEEDED",
154
- AutoRecovering = "AUTO_RECOVERING",
155
- Creating = "CREATING",
156
- Deleting = "DELETING",
157
- Operational = "OPERATIONAL",
158
- Updating = "UPDATING"
159
- }
160
-
161
- export interface ResolverEndpoint {
162
-
163
- Id?: string;
164
-
165
- CreatorRequestId?: string;
166
-
167
- Arn?: string;
168
-
169
- Name?: string;
170
-
171
- SecurityGroupIds?: string[];
172
-
173
- Direction?: ResolverEndpointDirection | string;
174
-
175
- IpAddressCount?: number;
176
-
177
- HostVPCId?: string;
178
-
179
- Status?: ResolverEndpointStatus | string;
180
-
181
- StatusMessage?: string;
182
-
183
- CreationTime?: string;
184
-
185
- ModificationTime?: string;
186
- }
187
- export interface AssociateResolverEndpointIpAddressResponse {
188
-
189
- ResolverEndpoint?: ResolverEndpoint;
190
- }
191
-
192
- export declare class InvalidParameterException extends __BaseException {
193
- readonly name: "InvalidParameterException";
194
- readonly $fault: "client";
195
- Message: string | undefined;
196
-
197
- FieldName?: string;
198
-
199
- constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
200
- }
201
-
202
- export declare class InvalidRequestException extends __BaseException {
203
- readonly name: "InvalidRequestException";
204
- readonly $fault: "client";
205
- Message?: string;
206
-
207
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
208
- }
209
-
210
- export declare class ResourceExistsException extends __BaseException {
211
- readonly name: "ResourceExistsException";
212
- readonly $fault: "client";
213
- Message?: string;
214
-
215
- ResourceType?: string;
216
-
217
- constructor(opts: __ExceptionOptionType<ResourceExistsException, __BaseException>);
218
- }
219
- export interface AssociateResolverQueryLogConfigRequest {
220
-
221
- ResolverQueryLogConfigId: string | undefined;
222
-
223
- ResourceId: string | undefined;
224
- }
225
- export declare enum ResolverQueryLogConfigAssociationError {
226
- AccessDenied = "ACCESS_DENIED",
227
- DestinationNotFound = "DESTINATION_NOT_FOUND",
228
- InternalServiceError = "INTERNAL_SERVICE_ERROR",
229
- None = "NONE"
230
- }
231
- export declare enum ResolverQueryLogConfigAssociationStatus {
232
- ActionNeeded = "ACTION_NEEDED",
233
- Active = "ACTIVE",
234
- Creating = "CREATING",
235
- Deleting = "DELETING",
236
- Failed = "FAILED"
237
- }
238
-
239
- export interface ResolverQueryLogConfigAssociation {
240
-
241
- Id?: string;
242
-
243
- ResolverQueryLogConfigId?: string;
244
-
245
- ResourceId?: string;
246
-
247
- Status?: ResolverQueryLogConfigAssociationStatus | string;
248
-
249
- Error?: ResolverQueryLogConfigAssociationError | string;
250
-
251
- ErrorMessage?: string;
252
-
253
- CreationTime?: string;
254
- }
255
- export interface AssociateResolverQueryLogConfigResponse {
256
-
257
- ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
258
- }
259
- export interface AssociateResolverRuleRequest {
260
-
261
- ResolverRuleId: string | undefined;
262
-
263
- Name?: string;
264
-
265
- VPCId: string | undefined;
266
- }
267
- export declare enum ResolverRuleAssociationStatus {
268
- Complete = "COMPLETE",
269
- Creating = "CREATING",
270
- Deleting = "DELETING",
271
- Failed = "FAILED",
272
- Overridden = "OVERRIDDEN"
273
- }
274
-
275
- export interface ResolverRuleAssociation {
276
-
277
- Id?: string;
278
-
279
- ResolverRuleId?: string;
280
-
281
- Name?: string;
282
-
283
- VPCId?: string;
284
-
285
- Status?: ResolverRuleAssociationStatus | string;
286
-
287
- StatusMessage?: string;
288
- }
289
- export interface AssociateResolverRuleResponse {
290
-
291
- ResolverRuleAssociation?: ResolverRuleAssociation;
292
- }
293
-
294
- export declare class ResourceUnavailableException extends __BaseException {
295
- readonly name: "ResourceUnavailableException";
296
- readonly $fault: "client";
297
- Message?: string;
298
-
299
- ResourceType?: string;
300
-
301
- constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
302
- }
303
- export declare enum AutodefinedReverseFlag {
304
- DISABLE = "DISABLE",
305
- ENABLE = "ENABLE"
306
- }
307
- export declare enum BlockOverrideDnsType {
308
- CNAME = "CNAME"
309
- }
310
- export declare enum BlockResponse {
311
- NODATA = "NODATA",
312
- NXDOMAIN = "NXDOMAIN",
313
- OVERRIDE = "OVERRIDE"
314
- }
315
- export interface CreateFirewallDomainListRequest {
316
-
317
- CreatorRequestId?: string;
318
-
319
- Name: string | undefined;
320
-
321
- Tags?: Tag[];
322
- }
323
- export declare enum FirewallDomainListStatus {
324
- COMPLETE = "COMPLETE",
325
- COMPLETE_IMPORT_FAILED = "COMPLETE_IMPORT_FAILED",
326
- DELETING = "DELETING",
327
- IMPORTING = "IMPORTING",
328
- UPDATING = "UPDATING"
329
- }
330
-
331
- export interface FirewallDomainList {
332
-
333
- Id?: string;
334
-
335
- Arn?: string;
336
-
337
- Name?: string;
338
-
339
- DomainCount?: number;
340
-
341
- Status?: FirewallDomainListStatus | string;
342
-
343
- StatusMessage?: string;
344
-
345
- ManagedOwnerName?: string;
346
-
347
- CreatorRequestId?: string;
348
-
349
- CreationTime?: string;
350
-
351
- ModificationTime?: string;
352
- }
353
- export interface CreateFirewallDomainListResponse {
354
-
355
- FirewallDomainList?: FirewallDomainList;
356
- }
357
- export interface CreateFirewallRuleRequest {
358
-
359
- CreatorRequestId?: string;
360
-
361
- FirewallRuleGroupId: string | undefined;
362
-
363
- FirewallDomainListId: string | undefined;
364
-
365
- Priority: number | undefined;
366
-
367
- Action: Action | string | undefined;
368
-
369
- BlockResponse?: BlockResponse | string;
370
-
371
- BlockOverrideDomain?: string;
372
-
373
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
374
-
375
- BlockOverrideTtl?: number;
376
-
377
- Name: string | undefined;
378
- }
379
-
380
- export interface FirewallRule {
381
-
382
- FirewallRuleGroupId?: string;
383
-
384
- FirewallDomainListId?: string;
385
-
386
- Name?: string;
387
-
388
- Priority?: number;
389
-
390
- Action?: Action | string;
391
-
392
- BlockResponse?: BlockResponse | string;
393
-
394
- BlockOverrideDomain?: string;
395
-
396
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
397
-
398
- BlockOverrideTtl?: number;
399
-
400
- CreatorRequestId?: string;
401
-
402
- CreationTime?: string;
403
-
404
- ModificationTime?: string;
405
- }
406
- export interface CreateFirewallRuleResponse {
407
-
408
- FirewallRule?: FirewallRule;
409
- }
410
- export interface CreateFirewallRuleGroupRequest {
411
-
412
- CreatorRequestId?: string;
413
-
414
- Name: string | undefined;
415
-
416
- Tags?: Tag[];
417
- }
418
- export declare enum ShareStatus {
419
- NotShared = "NOT_SHARED",
420
- SharedByMe = "SHARED_BY_ME",
421
- SharedWithMe = "SHARED_WITH_ME"
422
- }
423
- export declare enum FirewallRuleGroupStatus {
424
- COMPLETE = "COMPLETE",
425
- DELETING = "DELETING",
426
- UPDATING = "UPDATING"
427
- }
428
-
429
- export interface FirewallRuleGroup {
430
-
431
- Id?: string;
432
-
433
- Arn?: string;
434
-
435
- Name?: string;
436
-
437
- RuleCount?: number;
438
-
439
- Status?: FirewallRuleGroupStatus | string;
440
-
441
- StatusMessage?: string;
442
-
443
- OwnerId?: string;
444
-
445
- CreatorRequestId?: string;
446
-
447
- ShareStatus?: ShareStatus | string;
448
-
449
- CreationTime?: string;
450
-
451
- ModificationTime?: string;
452
- }
453
- export interface CreateFirewallRuleGroupResponse {
454
-
455
- FirewallRuleGroup?: FirewallRuleGroup;
456
- }
457
-
458
- export interface IpAddressRequest {
459
-
460
- SubnetId: string | undefined;
461
-
462
- Ip?: string;
463
- }
464
- export interface CreateResolverEndpointRequest {
465
-
466
- CreatorRequestId: string | undefined;
467
-
468
- Name?: string;
469
-
470
- SecurityGroupIds: string[] | undefined;
471
-
472
- Direction: ResolverEndpointDirection | string | undefined;
473
-
474
- IpAddresses: IpAddressRequest[] | undefined;
475
-
476
- Tags?: Tag[];
477
- }
478
- export interface CreateResolverEndpointResponse {
479
-
480
- ResolverEndpoint?: ResolverEndpoint;
481
- }
482
- export interface CreateResolverQueryLogConfigRequest {
483
-
484
- Name: string | undefined;
485
-
486
- DestinationArn: string | undefined;
487
-
488
- CreatorRequestId?: string;
489
-
490
- Tags?: Tag[];
491
- }
492
- export declare enum ResolverQueryLogConfigStatus {
493
- Created = "CREATED",
494
- Creating = "CREATING",
495
- Deleting = "DELETING",
496
- Failed = "FAILED"
497
- }
498
-
499
- export interface ResolverQueryLogConfig {
500
-
501
- Id?: string;
502
-
503
- OwnerId?: string;
504
-
505
- Status?: ResolverQueryLogConfigStatus | string;
506
-
507
- ShareStatus?: ShareStatus | string;
508
-
509
- AssociationCount?: number;
510
-
511
- Arn?: string;
512
-
513
- Name?: string;
514
-
515
- DestinationArn?: string;
516
-
517
- CreatorRequestId?: string;
518
-
519
- CreationTime?: string;
520
- }
521
- export interface CreateResolverQueryLogConfigResponse {
522
-
523
- ResolverQueryLogConfig?: ResolverQueryLogConfig;
524
- }
525
- export declare enum RuleTypeOption {
526
- Forward = "FORWARD",
527
- Recursive = "RECURSIVE",
528
- System = "SYSTEM"
529
- }
530
-
531
- export interface TargetAddress {
532
-
533
- Ip: string | undefined;
534
-
535
- Port?: number;
536
- }
537
- export interface CreateResolverRuleRequest {
538
-
539
- CreatorRequestId: string | undefined;
540
-
541
- Name?: string;
542
-
543
- RuleType: RuleTypeOption | string | undefined;
544
-
545
- DomainName: string | undefined;
546
-
547
- TargetIps?: TargetAddress[];
548
-
549
- ResolverEndpointId?: string;
550
-
551
- Tags?: Tag[];
552
- }
553
- export declare enum ResolverRuleStatus {
554
- Complete = "COMPLETE",
555
- Deleting = "DELETING",
556
- Failed = "FAILED",
557
- Updating = "UPDATING"
558
- }
559
-
560
- export interface ResolverRule {
561
-
562
- Id?: string;
563
-
564
- CreatorRequestId?: string;
565
-
566
- Arn?: string;
567
-
568
- DomainName?: string;
569
-
570
- Status?: ResolverRuleStatus | string;
571
-
572
- StatusMessage?: string;
573
-
574
- RuleType?: RuleTypeOption | string;
575
-
576
- Name?: string;
577
-
578
- TargetIps?: TargetAddress[];
579
-
580
- ResolverEndpointId?: string;
581
-
582
- OwnerId?: string;
583
-
584
- ShareStatus?: ShareStatus | string;
585
-
586
- CreationTime?: string;
587
-
588
- ModificationTime?: string;
589
- }
590
- export interface CreateResolverRuleResponse {
591
-
592
- ResolverRule?: ResolverRule;
593
- }
594
- export interface DeleteFirewallDomainListRequest {
595
-
596
- FirewallDomainListId: string | undefined;
597
- }
598
- export interface DeleteFirewallDomainListResponse {
599
-
600
- FirewallDomainList?: FirewallDomainList;
601
- }
602
- export interface DeleteFirewallRuleRequest {
603
-
604
- FirewallRuleGroupId: string | undefined;
605
-
606
- FirewallDomainListId: string | undefined;
607
- }
608
- export interface DeleteFirewallRuleResponse {
609
-
610
- FirewallRule?: FirewallRule;
611
- }
612
- export interface DeleteFirewallRuleGroupRequest {
613
-
614
- FirewallRuleGroupId: string | undefined;
615
- }
616
- export interface DeleteFirewallRuleGroupResponse {
617
-
618
- FirewallRuleGroup?: FirewallRuleGroup;
619
- }
620
- export interface DeleteResolverEndpointRequest {
621
-
622
- ResolverEndpointId: string | undefined;
623
- }
624
- export interface DeleteResolverEndpointResponse {
625
-
626
- ResolverEndpoint?: ResolverEndpoint;
627
- }
628
- export interface DeleteResolverQueryLogConfigRequest {
629
-
630
- ResolverQueryLogConfigId: string | undefined;
631
- }
632
- export interface DeleteResolverQueryLogConfigResponse {
633
-
634
- ResolverQueryLogConfig?: ResolverQueryLogConfig;
635
- }
636
- export interface DeleteResolverRuleRequest {
637
-
638
- ResolverRuleId: string | undefined;
639
- }
640
- export interface DeleteResolverRuleResponse {
641
-
642
- ResolverRule?: ResolverRule;
643
- }
644
-
645
- export declare class ResourceInUseException extends __BaseException {
646
- readonly name: "ResourceInUseException";
647
- readonly $fault: "client";
648
- Message?: string;
649
-
650
- ResourceType?: string;
651
-
652
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
653
- }
654
- export interface DisassociateFirewallRuleGroupRequest {
655
-
656
- FirewallRuleGroupAssociationId: string | undefined;
657
- }
658
- export interface DisassociateFirewallRuleGroupResponse {
659
-
660
- FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
661
- }
662
- export interface DisassociateResolverEndpointIpAddressRequest {
663
-
664
- ResolverEndpointId: string | undefined;
665
-
666
- IpAddress: IpAddressUpdate | undefined;
667
- }
668
- export interface DisassociateResolverEndpointIpAddressResponse {
669
-
670
- ResolverEndpoint?: ResolverEndpoint;
671
- }
672
- export interface DisassociateResolverQueryLogConfigRequest {
673
-
674
- ResolverQueryLogConfigId: string | undefined;
675
-
676
- ResourceId: string | undefined;
677
- }
678
- export interface DisassociateResolverQueryLogConfigResponse {
679
-
680
- ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
681
- }
682
- export interface DisassociateResolverRuleRequest {
683
-
684
- VPCId: string | undefined;
685
-
686
- ResolverRuleId: string | undefined;
687
- }
688
- export interface DisassociateResolverRuleResponse {
689
-
690
- ResolverRuleAssociation?: ResolverRuleAssociation;
691
- }
692
-
693
- export interface Filter {
694
-
695
- Name?: string;
696
-
697
- Values?: string[];
698
- }
699
- export declare enum FirewallFailOpenStatus {
700
- DISABLED = "DISABLED",
701
- ENABLED = "ENABLED"
702
- }
703
-
704
- export interface FirewallConfig {
705
-
706
- Id?: string;
707
-
708
- ResourceId?: string;
709
-
710
- OwnerId?: string;
711
-
712
- FirewallFailOpen?: FirewallFailOpenStatus | string;
713
- }
714
- export declare enum FirewallDomainImportOperation {
715
- REPLACE = "REPLACE"
716
- }
717
-
718
- export interface FirewallDomainListMetadata {
719
-
720
- Id?: string;
721
-
722
- Arn?: string;
723
-
724
- Name?: string;
725
-
726
- CreatorRequestId?: string;
727
-
728
- ManagedOwnerName?: string;
729
- }
730
- export declare enum FirewallDomainUpdateOperation {
731
- ADD = "ADD",
732
- REMOVE = "REMOVE",
733
- REPLACE = "REPLACE"
734
- }
735
-
736
- export interface FirewallRuleGroupMetadata {
737
-
738
- Id?: string;
739
-
740
- Arn?: string;
741
-
742
- Name?: string;
743
-
744
- OwnerId?: string;
745
-
746
- CreatorRequestId?: string;
747
-
748
- ShareStatus?: ShareStatus | string;
749
- }
750
- export interface GetFirewallConfigRequest {
751
-
752
- ResourceId: string | undefined;
753
- }
754
- export interface GetFirewallConfigResponse {
755
-
756
- FirewallConfig?: FirewallConfig;
757
- }
758
- export interface GetFirewallDomainListRequest {
759
-
760
- FirewallDomainListId: string | undefined;
761
- }
762
- export interface GetFirewallDomainListResponse {
763
-
764
- FirewallDomainList?: FirewallDomainList;
765
- }
766
- export interface GetFirewallRuleGroupRequest {
767
-
768
- FirewallRuleGroupId: string | undefined;
769
- }
770
- export interface GetFirewallRuleGroupResponse {
771
-
772
- FirewallRuleGroup?: FirewallRuleGroup;
773
- }
774
- export interface GetFirewallRuleGroupAssociationRequest {
775
-
776
- FirewallRuleGroupAssociationId: string | undefined;
777
- }
778
- export interface GetFirewallRuleGroupAssociationResponse {
779
-
780
- FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
781
- }
782
- export interface GetFirewallRuleGroupPolicyRequest {
783
-
784
- Arn: string | undefined;
785
- }
786
- export interface GetFirewallRuleGroupPolicyResponse {
787
-
788
- FirewallRuleGroupPolicy?: string;
789
- }
790
- export interface GetResolverConfigRequest {
791
-
792
- ResourceId: string | undefined;
793
- }
794
- export declare enum ResolverAutodefinedReverseStatus {
795
- Disabled = "DISABLED",
796
- Disabling = "DISABLING",
797
- Enabled = "ENABLED",
798
- Enabling = "ENABLING"
799
- }
800
-
801
- export interface ResolverConfig {
802
-
803
- Id?: string;
804
-
805
- ResourceId?: string;
806
-
807
- OwnerId?: string;
808
-
809
- AutodefinedReverse?: ResolverAutodefinedReverseStatus | string;
810
- }
811
- export interface GetResolverConfigResponse {
812
-
813
- ResolverConfig?: ResolverConfig;
814
- }
815
- export interface GetResolverDnssecConfigRequest {
816
-
817
- ResourceId: string | undefined;
818
- }
819
- export declare enum ResolverDNSSECValidationStatus {
820
- Disabled = "DISABLED",
821
- Disabling = "DISABLING",
822
- Enabled = "ENABLED",
823
- Enabling = "ENABLING"
824
- }
825
-
826
- export interface ResolverDnssecConfig {
827
-
828
- Id?: string;
829
-
830
- OwnerId?: string;
831
-
832
- ResourceId?: string;
833
-
834
- ValidationStatus?: ResolverDNSSECValidationStatus | string;
835
- }
836
- export interface GetResolverDnssecConfigResponse {
837
-
838
- ResolverDNSSECConfig?: ResolverDnssecConfig;
839
- }
840
- export interface GetResolverEndpointRequest {
841
-
842
- ResolverEndpointId: string | undefined;
843
- }
844
- export interface GetResolverEndpointResponse {
845
-
846
- ResolverEndpoint?: ResolverEndpoint;
847
- }
848
- export interface GetResolverQueryLogConfigRequest {
849
-
850
- ResolverQueryLogConfigId: string | undefined;
851
- }
852
- export interface GetResolverQueryLogConfigResponse {
853
-
854
- ResolverQueryLogConfig?: ResolverQueryLogConfig;
855
- }
856
- export interface GetResolverQueryLogConfigAssociationRequest {
857
-
858
- ResolverQueryLogConfigAssociationId: string | undefined;
859
- }
860
- export interface GetResolverQueryLogConfigAssociationResponse {
861
-
862
- ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
863
- }
864
- export interface GetResolverQueryLogConfigPolicyRequest {
865
-
866
- Arn: string | undefined;
867
- }
868
- export interface GetResolverQueryLogConfigPolicyResponse {
869
-
870
- ResolverQueryLogConfigPolicy?: string;
871
- }
872
-
873
- export declare class UnknownResourceException extends __BaseException {
874
- readonly name: "UnknownResourceException";
875
- readonly $fault: "client";
876
- Message?: string;
877
-
878
- constructor(opts: __ExceptionOptionType<UnknownResourceException, __BaseException>);
879
- }
880
- export interface GetResolverRuleRequest {
881
-
882
- ResolverRuleId: string | undefined;
883
- }
884
- export interface GetResolverRuleResponse {
885
-
886
- ResolverRule?: ResolverRule;
887
- }
888
- export interface GetResolverRuleAssociationRequest {
889
-
890
- ResolverRuleAssociationId: string | undefined;
891
- }
892
- export interface GetResolverRuleAssociationResponse {
893
-
894
- ResolverRuleAssociation?: ResolverRuleAssociation;
895
- }
896
- export interface GetResolverRulePolicyRequest {
897
-
898
- Arn: string | undefined;
899
- }
900
- export interface GetResolverRulePolicyResponse {
901
-
902
- ResolverRulePolicy?: string;
903
- }
904
- export interface ImportFirewallDomainsRequest {
905
-
906
- FirewallDomainListId: string | undefined;
907
-
908
- Operation: FirewallDomainImportOperation | string | undefined;
909
-
910
- DomainFileUrl: string | undefined;
911
- }
912
- export interface ImportFirewallDomainsResponse {
913
-
914
- Id?: string;
915
-
916
- Name?: string;
917
-
918
- Status?: FirewallDomainListStatus | string;
919
-
920
- StatusMessage?: string;
921
- }
922
-
923
- export declare class InvalidNextTokenException extends __BaseException {
924
- readonly name: "InvalidNextTokenException";
925
- readonly $fault: "client";
926
- Message?: string;
927
-
928
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
929
- }
930
-
931
- export declare class InvalidPolicyDocument extends __BaseException {
932
- readonly name: "InvalidPolicyDocument";
933
- readonly $fault: "client";
934
- Message?: string;
935
-
936
- constructor(opts: __ExceptionOptionType<InvalidPolicyDocument, __BaseException>);
937
- }
938
-
939
- export declare class InvalidTagException extends __BaseException {
940
- readonly name: "InvalidTagException";
941
- readonly $fault: "client";
942
- Message?: string;
943
-
944
- constructor(opts: __ExceptionOptionType<InvalidTagException, __BaseException>);
945
- }
946
- export declare enum IpAddressStatus {
947
- Attached = "ATTACHED",
948
- Attaching = "ATTACHING",
949
- Creating = "CREATING",
950
- DeleteFailedFasExpired = "DELETE_FAILED_FAS_EXPIRED",
951
- Deleting = "DELETING",
952
- Detaching = "DETACHING",
953
- FailedCreation = "FAILED_CREATION",
954
- FailedResourceGone = "FAILED_RESOURCE_GONE",
955
- RemapAttaching = "REMAP_ATTACHING",
956
- RemapDetaching = "REMAP_DETACHING"
957
- }
958
-
959
- export interface IpAddressResponse {
960
-
961
- IpId?: string;
962
-
963
- SubnetId?: string;
964
-
965
- Ip?: string;
966
-
967
- Status?: IpAddressStatus | string;
968
-
969
- StatusMessage?: string;
970
-
971
- CreationTime?: string;
972
-
973
- ModificationTime?: string;
974
- }
975
- export interface ListFirewallConfigsRequest {
976
-
977
- MaxResults?: number;
978
-
979
- NextToken?: string;
980
- }
981
- export interface ListFirewallConfigsResponse {
982
-
983
- NextToken?: string;
984
-
985
- FirewallConfigs?: FirewallConfig[];
986
- }
987
- export interface ListFirewallDomainListsRequest {
988
-
989
- MaxResults?: number;
990
-
991
- NextToken?: string;
992
- }
993
- export interface ListFirewallDomainListsResponse {
994
-
995
- NextToken?: string;
996
-
997
- FirewallDomainLists?: FirewallDomainListMetadata[];
998
- }
999
- export interface ListFirewallDomainsRequest {
1000
-
1001
- FirewallDomainListId: string | undefined;
1002
-
1003
- MaxResults?: number;
1004
-
1005
- NextToken?: string;
1006
- }
1007
- export interface ListFirewallDomainsResponse {
1008
-
1009
- NextToken?: string;
1010
-
1011
- Domains?: string[];
1012
- }
1013
- export interface ListFirewallRuleGroupAssociationsRequest {
1014
-
1015
- FirewallRuleGroupId?: string;
1016
-
1017
- VpcId?: string;
1018
-
1019
- Priority?: number;
1020
-
1021
- Status?: FirewallRuleGroupAssociationStatus | string;
1022
-
1023
- MaxResults?: number;
1024
-
1025
- NextToken?: string;
1026
- }
1027
- export interface ListFirewallRuleGroupAssociationsResponse {
1028
-
1029
- NextToken?: string;
1030
-
1031
- FirewallRuleGroupAssociations?: FirewallRuleGroupAssociation[];
1032
- }
1033
- export interface ListFirewallRuleGroupsRequest {
1034
-
1035
- MaxResults?: number;
1036
-
1037
- NextToken?: string;
1038
- }
1039
- export interface ListFirewallRuleGroupsResponse {
1040
-
1041
- NextToken?: string;
1042
-
1043
- FirewallRuleGroups?: FirewallRuleGroupMetadata[];
1044
- }
1045
- export interface ListFirewallRulesRequest {
1046
-
1047
- FirewallRuleGroupId: string | undefined;
1048
-
1049
- Priority?: number;
1050
-
1051
- Action?: Action | string;
1052
-
1053
- MaxResults?: number;
1054
-
1055
- NextToken?: string;
1056
- }
1057
- export interface ListFirewallRulesResponse {
1058
-
1059
- NextToken?: string;
1060
-
1061
- FirewallRules?: FirewallRule[];
1062
- }
1063
- export interface ListResolverConfigsRequest {
1064
-
1065
- MaxResults?: number;
1066
-
1067
- NextToken?: string;
1068
- }
1069
- export interface ListResolverConfigsResponse {
1070
-
1071
- NextToken?: string;
1072
-
1073
- ResolverConfigs?: ResolverConfig[];
1074
- }
1075
- export interface ListResolverDnssecConfigsRequest {
1076
-
1077
- MaxResults?: number;
1078
-
1079
- NextToken?: string;
1080
-
1081
- Filters?: Filter[];
1082
- }
1083
- export interface ListResolverDnssecConfigsResponse {
1084
-
1085
- NextToken?: string;
1086
-
1087
- ResolverDnssecConfigs?: ResolverDnssecConfig[];
1088
- }
1089
- export interface ListResolverEndpointIpAddressesRequest {
1090
-
1091
- ResolverEndpointId: string | undefined;
1092
-
1093
- MaxResults?: number;
1094
-
1095
- NextToken?: string;
1096
- }
1097
- export interface ListResolverEndpointIpAddressesResponse {
1098
-
1099
- NextToken?: string;
1100
-
1101
- MaxResults?: number;
1102
-
1103
- IpAddresses?: IpAddressResponse[];
1104
- }
1105
- export interface ListResolverEndpointsRequest {
1106
-
1107
- MaxResults?: number;
1108
-
1109
- NextToken?: string;
1110
-
1111
- Filters?: Filter[];
1112
- }
1113
- export interface ListResolverEndpointsResponse {
1114
-
1115
- NextToken?: string;
1116
-
1117
- MaxResults?: number;
1118
-
1119
- ResolverEndpoints?: ResolverEndpoint[];
1120
- }
1121
- export declare enum SortOrder {
1122
- Ascending = "ASCENDING",
1123
- Descending = "DESCENDING"
1124
- }
1125
- export interface ListResolverQueryLogConfigAssociationsRequest {
1126
-
1127
- MaxResults?: number;
1128
-
1129
- NextToken?: string;
1130
-
1131
- Filters?: Filter[];
1132
-
1133
- SortBy?: string;
1134
-
1135
- SortOrder?: SortOrder | string;
1136
- }
1137
- export interface ListResolverQueryLogConfigAssociationsResponse {
1138
-
1139
- NextToken?: string;
1140
-
1141
- TotalCount?: number;
1142
-
1143
- TotalFilteredCount?: number;
1144
-
1145
- ResolverQueryLogConfigAssociations?: ResolverQueryLogConfigAssociation[];
1146
- }
1147
- export interface ListResolverQueryLogConfigsRequest {
1148
-
1149
- MaxResults?: number;
1150
-
1151
- NextToken?: string;
1152
-
1153
- Filters?: Filter[];
1154
-
1155
- SortBy?: string;
1156
-
1157
- SortOrder?: SortOrder | string;
1158
- }
1159
- export interface ListResolverQueryLogConfigsResponse {
1160
-
1161
- NextToken?: string;
1162
-
1163
- TotalCount?: number;
1164
-
1165
- TotalFilteredCount?: number;
1166
-
1167
- ResolverQueryLogConfigs?: ResolverQueryLogConfig[];
1168
- }
1169
- export interface ListResolverRuleAssociationsRequest {
1170
-
1171
- MaxResults?: number;
1172
-
1173
- NextToken?: string;
1174
-
1175
- Filters?: Filter[];
1176
- }
1177
- export interface ListResolverRuleAssociationsResponse {
1178
-
1179
- NextToken?: string;
1180
-
1181
- MaxResults?: number;
1182
-
1183
- ResolverRuleAssociations?: ResolverRuleAssociation[];
1184
- }
1185
- export interface ListResolverRulesRequest {
1186
-
1187
- MaxResults?: number;
1188
-
1189
- NextToken?: string;
1190
-
1191
- Filters?: Filter[];
1192
- }
1193
- export interface ListResolverRulesResponse {
1194
-
1195
- NextToken?: string;
1196
-
1197
- MaxResults?: number;
1198
-
1199
- ResolverRules?: ResolverRule[];
1200
- }
1201
- export interface ListTagsForResourceRequest {
1202
-
1203
- ResourceArn: string | undefined;
1204
-
1205
- MaxResults?: number;
1206
-
1207
- NextToken?: string;
1208
- }
1209
- export interface ListTagsForResourceResponse {
1210
-
1211
- Tags?: Tag[];
1212
-
1213
- NextToken?: string;
1214
- }
1215
- export interface PutFirewallRuleGroupPolicyRequest {
1216
-
1217
- Arn: string | undefined;
1218
-
1219
- FirewallRuleGroupPolicy: string | undefined;
1220
- }
1221
- export interface PutFirewallRuleGroupPolicyResponse {
1222
-
1223
- ReturnValue?: boolean;
1224
- }
1225
- export interface PutResolverQueryLogConfigPolicyRequest {
1226
-
1227
- Arn: string | undefined;
1228
-
1229
- ResolverQueryLogConfigPolicy: string | undefined;
1230
- }
1231
-
1232
- export interface PutResolverQueryLogConfigPolicyResponse {
1233
-
1234
- ReturnValue?: boolean;
1235
- }
1236
- export interface PutResolverRulePolicyRequest {
1237
-
1238
- Arn: string | undefined;
1239
-
1240
- ResolverRulePolicy: string | undefined;
1241
- }
1242
-
1243
- export interface PutResolverRulePolicyResponse {
1244
-
1245
- ReturnValue?: boolean;
1246
- }
1247
-
1248
- export interface ResolverRuleConfig {
1249
-
1250
- Name?: string;
1251
-
1252
- TargetIps?: TargetAddress[];
1253
-
1254
- ResolverEndpointId?: string;
1255
- }
1256
- export interface TagResourceRequest {
1257
-
1258
- ResourceArn: string | undefined;
1259
-
1260
- Tags: Tag[] | undefined;
1261
- }
1262
- export interface TagResourceResponse {
1263
- }
1264
- export interface UntagResourceRequest {
1265
-
1266
- ResourceArn: string | undefined;
1267
-
1268
- TagKeys: string[] | undefined;
1269
- }
1270
- export interface UntagResourceResponse {
1271
- }
1272
- export interface UpdateFirewallConfigRequest {
1273
-
1274
- ResourceId: string | undefined;
1275
-
1276
- FirewallFailOpen: FirewallFailOpenStatus | string | undefined;
1277
- }
1278
- export interface UpdateFirewallConfigResponse {
1279
-
1280
- FirewallConfig?: FirewallConfig;
1281
- }
1282
- export interface UpdateFirewallDomainsRequest {
1283
-
1284
- FirewallDomainListId: string | undefined;
1285
-
1286
- Operation: FirewallDomainUpdateOperation | string | undefined;
1287
-
1288
- Domains: string[] | undefined;
1289
- }
1290
- export interface UpdateFirewallDomainsResponse {
1291
-
1292
- Id?: string;
1293
-
1294
- Name?: string;
1295
-
1296
- Status?: FirewallDomainListStatus | string;
1297
-
1298
- StatusMessage?: string;
1299
- }
1300
- export interface UpdateFirewallRuleRequest {
1301
-
1302
- FirewallRuleGroupId: string | undefined;
1303
-
1304
- FirewallDomainListId: string | undefined;
1305
-
1306
- Priority?: number;
1307
-
1308
- Action?: Action | string;
1309
-
1310
- BlockResponse?: BlockResponse | string;
1311
-
1312
- BlockOverrideDomain?: string;
1313
-
1314
- BlockOverrideDnsType?: BlockOverrideDnsType | string;
1315
-
1316
- BlockOverrideTtl?: number;
1317
-
1318
- Name?: string;
1319
- }
1320
- export interface UpdateFirewallRuleResponse {
1321
-
1322
- FirewallRule?: FirewallRule;
1323
- }
1324
- export interface UpdateFirewallRuleGroupAssociationRequest {
1325
-
1326
- FirewallRuleGroupAssociationId: string | undefined;
1327
-
1328
- Priority?: number;
1329
-
1330
- MutationProtection?: MutationProtectionStatus | string;
1331
-
1332
- Name?: string;
1333
- }
1334
- export interface UpdateFirewallRuleGroupAssociationResponse {
1335
-
1336
- FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
1337
- }
1338
- export interface UpdateResolverConfigRequest {
1339
-
1340
- ResourceId: string | undefined;
1341
-
1342
- AutodefinedReverseFlag: AutodefinedReverseFlag | string | undefined;
1343
- }
1344
- export interface UpdateResolverConfigResponse {
1345
-
1346
- ResolverConfig?: ResolverConfig;
1347
- }
1348
- export declare enum Validation {
1349
- DISABLE = "DISABLE",
1350
- ENABLE = "ENABLE"
1351
- }
1352
- export interface UpdateResolverDnssecConfigRequest {
1353
-
1354
- ResourceId: string | undefined;
1355
-
1356
- Validation: Validation | string | undefined;
1357
- }
1358
- export interface UpdateResolverDnssecConfigResponse {
1359
-
1360
- ResolverDNSSECConfig?: ResolverDnssecConfig;
1361
- }
1362
- export interface UpdateResolverEndpointRequest {
1363
-
1364
- ResolverEndpointId: string | undefined;
1365
-
1366
- Name?: string;
1367
- }
1368
- export interface UpdateResolverEndpointResponse {
1369
-
1370
- ResolverEndpoint?: ResolverEndpoint;
1371
- }
1372
- export interface UpdateResolverRuleRequest {
1373
-
1374
- ResolverRuleId: string | undefined;
1375
-
1376
- Config: ResolverRuleConfig | undefined;
1377
- }
1378
- export interface UpdateResolverRuleResponse {
1379
-
1380
- ResolverRule?: ResolverRule;
1381
- }
1382
-
1383
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1384
-
1385
- export declare const AssociateFirewallRuleGroupRequestFilterSensitiveLog: (obj: AssociateFirewallRuleGroupRequest) => any;
1386
-
1387
- export declare const FirewallRuleGroupAssociationFilterSensitiveLog: (obj: FirewallRuleGroupAssociation) => any;
1388
-
1389
- export declare const AssociateFirewallRuleGroupResponseFilterSensitiveLog: (obj: AssociateFirewallRuleGroupResponse) => any;
1390
-
1391
- export declare const IpAddressUpdateFilterSensitiveLog: (obj: IpAddressUpdate) => any;
1392
-
1393
- export declare const AssociateResolverEndpointIpAddressRequestFilterSensitiveLog: (obj: AssociateResolverEndpointIpAddressRequest) => any;
1394
-
1395
- export declare const ResolverEndpointFilterSensitiveLog: (obj: ResolverEndpoint) => any;
1396
-
1397
- export declare const AssociateResolverEndpointIpAddressResponseFilterSensitiveLog: (obj: AssociateResolverEndpointIpAddressResponse) => any;
1398
-
1399
- export declare const AssociateResolverQueryLogConfigRequestFilterSensitiveLog: (obj: AssociateResolverQueryLogConfigRequest) => any;
1400
-
1401
- export declare const ResolverQueryLogConfigAssociationFilterSensitiveLog: (obj: ResolverQueryLogConfigAssociation) => any;
1402
-
1403
- export declare const AssociateResolverQueryLogConfigResponseFilterSensitiveLog: (obj: AssociateResolverQueryLogConfigResponse) => any;
1404
-
1405
- export declare const AssociateResolverRuleRequestFilterSensitiveLog: (obj: AssociateResolverRuleRequest) => any;
1406
-
1407
- export declare const ResolverRuleAssociationFilterSensitiveLog: (obj: ResolverRuleAssociation) => any;
1408
-
1409
- export declare const AssociateResolverRuleResponseFilterSensitiveLog: (obj: AssociateResolverRuleResponse) => any;
1410
-
1411
- export declare const CreateFirewallDomainListRequestFilterSensitiveLog: (obj: CreateFirewallDomainListRequest) => any;
1412
-
1413
- export declare const FirewallDomainListFilterSensitiveLog: (obj: FirewallDomainList) => any;
1414
-
1415
- export declare const CreateFirewallDomainListResponseFilterSensitiveLog: (obj: CreateFirewallDomainListResponse) => any;
1416
-
1417
- export declare const CreateFirewallRuleRequestFilterSensitiveLog: (obj: CreateFirewallRuleRequest) => any;
1418
-
1419
- export declare const FirewallRuleFilterSensitiveLog: (obj: FirewallRule) => any;
1420
-
1421
- export declare const CreateFirewallRuleResponseFilterSensitiveLog: (obj: CreateFirewallRuleResponse) => any;
1422
-
1423
- export declare const CreateFirewallRuleGroupRequestFilterSensitiveLog: (obj: CreateFirewallRuleGroupRequest) => any;
1424
-
1425
- export declare const FirewallRuleGroupFilterSensitiveLog: (obj: FirewallRuleGroup) => any;
1426
-
1427
- export declare const CreateFirewallRuleGroupResponseFilterSensitiveLog: (obj: CreateFirewallRuleGroupResponse) => any;
1428
-
1429
- export declare const IpAddressRequestFilterSensitiveLog: (obj: IpAddressRequest) => any;
1430
-
1431
- export declare const CreateResolverEndpointRequestFilterSensitiveLog: (obj: CreateResolverEndpointRequest) => any;
1432
-
1433
- export declare const CreateResolverEndpointResponseFilterSensitiveLog: (obj: CreateResolverEndpointResponse) => any;
1434
-
1435
- export declare const CreateResolverQueryLogConfigRequestFilterSensitiveLog: (obj: CreateResolverQueryLogConfigRequest) => any;
1436
-
1437
- export declare const ResolverQueryLogConfigFilterSensitiveLog: (obj: ResolverQueryLogConfig) => any;
1438
-
1439
- export declare const CreateResolverQueryLogConfigResponseFilterSensitiveLog: (obj: CreateResolverQueryLogConfigResponse) => any;
1440
-
1441
- export declare const TargetAddressFilterSensitiveLog: (obj: TargetAddress) => any;
1442
-
1443
- export declare const CreateResolverRuleRequestFilterSensitiveLog: (obj: CreateResolverRuleRequest) => any;
1444
-
1445
- export declare const ResolverRuleFilterSensitiveLog: (obj: ResolverRule) => any;
1446
-
1447
- export declare const CreateResolverRuleResponseFilterSensitiveLog: (obj: CreateResolverRuleResponse) => any;
1448
-
1449
- export declare const DeleteFirewallDomainListRequestFilterSensitiveLog: (obj: DeleteFirewallDomainListRequest) => any;
1450
-
1451
- export declare const DeleteFirewallDomainListResponseFilterSensitiveLog: (obj: DeleteFirewallDomainListResponse) => any;
1452
-
1453
- export declare const DeleteFirewallRuleRequestFilterSensitiveLog: (obj: DeleteFirewallRuleRequest) => any;
1454
-
1455
- export declare const DeleteFirewallRuleResponseFilterSensitiveLog: (obj: DeleteFirewallRuleResponse) => any;
1456
-
1457
- export declare const DeleteFirewallRuleGroupRequestFilterSensitiveLog: (obj: DeleteFirewallRuleGroupRequest) => any;
1458
-
1459
- export declare const DeleteFirewallRuleGroupResponseFilterSensitiveLog: (obj: DeleteFirewallRuleGroupResponse) => any;
1460
-
1461
- export declare const DeleteResolverEndpointRequestFilterSensitiveLog: (obj: DeleteResolverEndpointRequest) => any;
1462
-
1463
- export declare const DeleteResolverEndpointResponseFilterSensitiveLog: (obj: DeleteResolverEndpointResponse) => any;
1464
-
1465
- export declare const DeleteResolverQueryLogConfigRequestFilterSensitiveLog: (obj: DeleteResolverQueryLogConfigRequest) => any;
1466
-
1467
- export declare const DeleteResolverQueryLogConfigResponseFilterSensitiveLog: (obj: DeleteResolverQueryLogConfigResponse) => any;
1468
-
1469
- export declare const DeleteResolverRuleRequestFilterSensitiveLog: (obj: DeleteResolverRuleRequest) => any;
1470
-
1471
- export declare const DeleteResolverRuleResponseFilterSensitiveLog: (obj: DeleteResolverRuleResponse) => any;
1472
-
1473
- export declare const DisassociateFirewallRuleGroupRequestFilterSensitiveLog: (obj: DisassociateFirewallRuleGroupRequest) => any;
1474
-
1475
- export declare const DisassociateFirewallRuleGroupResponseFilterSensitiveLog: (obj: DisassociateFirewallRuleGroupResponse) => any;
1476
-
1477
- export declare const DisassociateResolverEndpointIpAddressRequestFilterSensitiveLog: (obj: DisassociateResolverEndpointIpAddressRequest) => any;
1478
-
1479
- export declare const DisassociateResolverEndpointIpAddressResponseFilterSensitiveLog: (obj: DisassociateResolverEndpointIpAddressResponse) => any;
1480
-
1481
- export declare const DisassociateResolverQueryLogConfigRequestFilterSensitiveLog: (obj: DisassociateResolverQueryLogConfigRequest) => any;
1482
-
1483
- export declare const DisassociateResolverQueryLogConfigResponseFilterSensitiveLog: (obj: DisassociateResolverQueryLogConfigResponse) => any;
1484
-
1485
- export declare const DisassociateResolverRuleRequestFilterSensitiveLog: (obj: DisassociateResolverRuleRequest) => any;
1486
-
1487
- export declare const DisassociateResolverRuleResponseFilterSensitiveLog: (obj: DisassociateResolverRuleResponse) => any;
1488
-
1489
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1490
-
1491
- export declare const FirewallConfigFilterSensitiveLog: (obj: FirewallConfig) => any;
1492
-
1493
- export declare const FirewallDomainListMetadataFilterSensitiveLog: (obj: FirewallDomainListMetadata) => any;
1494
-
1495
- export declare const FirewallRuleGroupMetadataFilterSensitiveLog: (obj: FirewallRuleGroupMetadata) => any;
1496
-
1497
- export declare const GetFirewallConfigRequestFilterSensitiveLog: (obj: GetFirewallConfigRequest) => any;
1498
-
1499
- export declare const GetFirewallConfigResponseFilterSensitiveLog: (obj: GetFirewallConfigResponse) => any;
1500
-
1501
- export declare const GetFirewallDomainListRequestFilterSensitiveLog: (obj: GetFirewallDomainListRequest) => any;
1502
-
1503
- export declare const GetFirewallDomainListResponseFilterSensitiveLog: (obj: GetFirewallDomainListResponse) => any;
1504
-
1505
- export declare const GetFirewallRuleGroupRequestFilterSensitiveLog: (obj: GetFirewallRuleGroupRequest) => any;
1506
-
1507
- export declare const GetFirewallRuleGroupResponseFilterSensitiveLog: (obj: GetFirewallRuleGroupResponse) => any;
1508
-
1509
- export declare const GetFirewallRuleGroupAssociationRequestFilterSensitiveLog: (obj: GetFirewallRuleGroupAssociationRequest) => any;
1510
-
1511
- export declare const GetFirewallRuleGroupAssociationResponseFilterSensitiveLog: (obj: GetFirewallRuleGroupAssociationResponse) => any;
1512
-
1513
- export declare const GetFirewallRuleGroupPolicyRequestFilterSensitiveLog: (obj: GetFirewallRuleGroupPolicyRequest) => any;
1514
-
1515
- export declare const GetFirewallRuleGroupPolicyResponseFilterSensitiveLog: (obj: GetFirewallRuleGroupPolicyResponse) => any;
1516
-
1517
- export declare const GetResolverConfigRequestFilterSensitiveLog: (obj: GetResolverConfigRequest) => any;
1518
-
1519
- export declare const ResolverConfigFilterSensitiveLog: (obj: ResolverConfig) => any;
1520
-
1521
- export declare const GetResolverConfigResponseFilterSensitiveLog: (obj: GetResolverConfigResponse) => any;
1522
-
1523
- export declare const GetResolverDnssecConfigRequestFilterSensitiveLog: (obj: GetResolverDnssecConfigRequest) => any;
1524
-
1525
- export declare const ResolverDnssecConfigFilterSensitiveLog: (obj: ResolverDnssecConfig) => any;
1526
-
1527
- export declare const GetResolverDnssecConfigResponseFilterSensitiveLog: (obj: GetResolverDnssecConfigResponse) => any;
1528
-
1529
- export declare const GetResolverEndpointRequestFilterSensitiveLog: (obj: GetResolverEndpointRequest) => any;
1530
-
1531
- export declare const GetResolverEndpointResponseFilterSensitiveLog: (obj: GetResolverEndpointResponse) => any;
1532
-
1533
- export declare const GetResolverQueryLogConfigRequestFilterSensitiveLog: (obj: GetResolverQueryLogConfigRequest) => any;
1534
-
1535
- export declare const GetResolverQueryLogConfigResponseFilterSensitiveLog: (obj: GetResolverQueryLogConfigResponse) => any;
1536
-
1537
- export declare const GetResolverQueryLogConfigAssociationRequestFilterSensitiveLog: (obj: GetResolverQueryLogConfigAssociationRequest) => any;
1538
-
1539
- export declare const GetResolverQueryLogConfigAssociationResponseFilterSensitiveLog: (obj: GetResolverQueryLogConfigAssociationResponse) => any;
1540
-
1541
- export declare const GetResolverQueryLogConfigPolicyRequestFilterSensitiveLog: (obj: GetResolverQueryLogConfigPolicyRequest) => any;
1542
-
1543
- export declare const GetResolverQueryLogConfigPolicyResponseFilterSensitiveLog: (obj: GetResolverQueryLogConfigPolicyResponse) => any;
1544
-
1545
- export declare const GetResolverRuleRequestFilterSensitiveLog: (obj: GetResolverRuleRequest) => any;
1546
-
1547
- export declare const GetResolverRuleResponseFilterSensitiveLog: (obj: GetResolverRuleResponse) => any;
1548
-
1549
- export declare const GetResolverRuleAssociationRequestFilterSensitiveLog: (obj: GetResolverRuleAssociationRequest) => any;
1550
-
1551
- export declare const GetResolverRuleAssociationResponseFilterSensitiveLog: (obj: GetResolverRuleAssociationResponse) => any;
1552
-
1553
- export declare const GetResolverRulePolicyRequestFilterSensitiveLog: (obj: GetResolverRulePolicyRequest) => any;
1554
-
1555
- export declare const GetResolverRulePolicyResponseFilterSensitiveLog: (obj: GetResolverRulePolicyResponse) => any;
1556
-
1557
- export declare const ImportFirewallDomainsRequestFilterSensitiveLog: (obj: ImportFirewallDomainsRequest) => any;
1558
-
1559
- export declare const ImportFirewallDomainsResponseFilterSensitiveLog: (obj: ImportFirewallDomainsResponse) => any;
1560
-
1561
- export declare const IpAddressResponseFilterSensitiveLog: (obj: IpAddressResponse) => any;
1562
-
1563
- export declare const ListFirewallConfigsRequestFilterSensitiveLog: (obj: ListFirewallConfigsRequest) => any;
1564
-
1565
- export declare const ListFirewallConfigsResponseFilterSensitiveLog: (obj: ListFirewallConfigsResponse) => any;
1566
-
1567
- export declare const ListFirewallDomainListsRequestFilterSensitiveLog: (obj: ListFirewallDomainListsRequest) => any;
1568
-
1569
- export declare const ListFirewallDomainListsResponseFilterSensitiveLog: (obj: ListFirewallDomainListsResponse) => any;
1570
-
1571
- export declare const ListFirewallDomainsRequestFilterSensitiveLog: (obj: ListFirewallDomainsRequest) => any;
1572
-
1573
- export declare const ListFirewallDomainsResponseFilterSensitiveLog: (obj: ListFirewallDomainsResponse) => any;
1574
-
1575
- export declare const ListFirewallRuleGroupAssociationsRequestFilterSensitiveLog: (obj: ListFirewallRuleGroupAssociationsRequest) => any;
1576
-
1577
- export declare const ListFirewallRuleGroupAssociationsResponseFilterSensitiveLog: (obj: ListFirewallRuleGroupAssociationsResponse) => any;
1578
-
1579
- export declare const ListFirewallRuleGroupsRequestFilterSensitiveLog: (obj: ListFirewallRuleGroupsRequest) => any;
1580
-
1581
- export declare const ListFirewallRuleGroupsResponseFilterSensitiveLog: (obj: ListFirewallRuleGroupsResponse) => any;
1582
-
1583
- export declare const ListFirewallRulesRequestFilterSensitiveLog: (obj: ListFirewallRulesRequest) => any;
1584
-
1585
- export declare const ListFirewallRulesResponseFilterSensitiveLog: (obj: ListFirewallRulesResponse) => any;
1586
-
1587
- export declare const ListResolverConfigsRequestFilterSensitiveLog: (obj: ListResolverConfigsRequest) => any;
1588
-
1589
- export declare const ListResolverConfigsResponseFilterSensitiveLog: (obj: ListResolverConfigsResponse) => any;
1590
-
1591
- export declare const ListResolverDnssecConfigsRequestFilterSensitiveLog: (obj: ListResolverDnssecConfigsRequest) => any;
1592
-
1593
- export declare const ListResolverDnssecConfigsResponseFilterSensitiveLog: (obj: ListResolverDnssecConfigsResponse) => any;
1594
-
1595
- export declare const ListResolverEndpointIpAddressesRequestFilterSensitiveLog: (obj: ListResolverEndpointIpAddressesRequest) => any;
1596
-
1597
- export declare const ListResolverEndpointIpAddressesResponseFilterSensitiveLog: (obj: ListResolverEndpointIpAddressesResponse) => any;
1598
-
1599
- export declare const ListResolverEndpointsRequestFilterSensitiveLog: (obj: ListResolverEndpointsRequest) => any;
1600
-
1601
- export declare const ListResolverEndpointsResponseFilterSensitiveLog: (obj: ListResolverEndpointsResponse) => any;
1602
-
1603
- export declare const ListResolverQueryLogConfigAssociationsRequestFilterSensitiveLog: (obj: ListResolverQueryLogConfigAssociationsRequest) => any;
1604
-
1605
- export declare const ListResolverQueryLogConfigAssociationsResponseFilterSensitiveLog: (obj: ListResolverQueryLogConfigAssociationsResponse) => any;
1606
-
1607
- export declare const ListResolverQueryLogConfigsRequestFilterSensitiveLog: (obj: ListResolverQueryLogConfigsRequest) => any;
1608
-
1609
- export declare const ListResolverQueryLogConfigsResponseFilterSensitiveLog: (obj: ListResolverQueryLogConfigsResponse) => any;
1610
-
1611
- export declare const ListResolverRuleAssociationsRequestFilterSensitiveLog: (obj: ListResolverRuleAssociationsRequest) => any;
1612
-
1613
- export declare const ListResolverRuleAssociationsResponseFilterSensitiveLog: (obj: ListResolverRuleAssociationsResponse) => any;
1614
-
1615
- export declare const ListResolverRulesRequestFilterSensitiveLog: (obj: ListResolverRulesRequest) => any;
1616
-
1617
- export declare const ListResolverRulesResponseFilterSensitiveLog: (obj: ListResolverRulesResponse) => any;
1618
-
1619
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1620
-
1621
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1622
-
1623
- export declare const PutFirewallRuleGroupPolicyRequestFilterSensitiveLog: (obj: PutFirewallRuleGroupPolicyRequest) => any;
1624
-
1625
- export declare const PutFirewallRuleGroupPolicyResponseFilterSensitiveLog: (obj: PutFirewallRuleGroupPolicyResponse) => any;
1626
-
1627
- export declare const PutResolverQueryLogConfigPolicyRequestFilterSensitiveLog: (obj: PutResolverQueryLogConfigPolicyRequest) => any;
1628
-
1629
- export declare const PutResolverQueryLogConfigPolicyResponseFilterSensitiveLog: (obj: PutResolverQueryLogConfigPolicyResponse) => any;
1630
-
1631
- export declare const PutResolverRulePolicyRequestFilterSensitiveLog: (obj: PutResolverRulePolicyRequest) => any;
1632
-
1633
- export declare const PutResolverRulePolicyResponseFilterSensitiveLog: (obj: PutResolverRulePolicyResponse) => any;
1634
-
1635
- export declare const ResolverRuleConfigFilterSensitiveLog: (obj: ResolverRuleConfig) => any;
1636
-
1637
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1638
-
1639
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1640
-
1641
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1642
-
1643
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1644
-
1645
- export declare const UpdateFirewallConfigRequestFilterSensitiveLog: (obj: UpdateFirewallConfigRequest) => any;
1646
-
1647
- export declare const UpdateFirewallConfigResponseFilterSensitiveLog: (obj: UpdateFirewallConfigResponse) => any;
1648
-
1649
- export declare const UpdateFirewallDomainsRequestFilterSensitiveLog: (obj: UpdateFirewallDomainsRequest) => any;
1650
-
1651
- export declare const UpdateFirewallDomainsResponseFilterSensitiveLog: (obj: UpdateFirewallDomainsResponse) => any;
1652
-
1653
- export declare const UpdateFirewallRuleRequestFilterSensitiveLog: (obj: UpdateFirewallRuleRequest) => any;
1654
-
1655
- export declare const UpdateFirewallRuleResponseFilterSensitiveLog: (obj: UpdateFirewallRuleResponse) => any;
1656
-
1657
- export declare const UpdateFirewallRuleGroupAssociationRequestFilterSensitiveLog: (obj: UpdateFirewallRuleGroupAssociationRequest) => any;
1658
-
1659
- export declare const UpdateFirewallRuleGroupAssociationResponseFilterSensitiveLog: (obj: UpdateFirewallRuleGroupAssociationResponse) => any;
1660
-
1661
- export declare const UpdateResolverConfigRequestFilterSensitiveLog: (obj: UpdateResolverConfigRequest) => any;
1662
-
1663
- export declare const UpdateResolverConfigResponseFilterSensitiveLog: (obj: UpdateResolverConfigResponse) => any;
1664
-
1665
- export declare const UpdateResolverDnssecConfigRequestFilterSensitiveLog: (obj: UpdateResolverDnssecConfigRequest) => any;
1666
-
1667
- export declare const UpdateResolverDnssecConfigResponseFilterSensitiveLog: (obj: UpdateResolverDnssecConfigResponse) => any;
1668
-
1669
- export declare const UpdateResolverEndpointRequestFilterSensitiveLog: (obj: UpdateResolverEndpointRequest) => any;
1670
-
1671
- export declare const UpdateResolverEndpointResponseFilterSensitiveLog: (obj: UpdateResolverEndpointResponse) => any;
1672
-
1673
- export declare const UpdateResolverRuleRequestFilterSensitiveLog: (obj: UpdateResolverRuleRequest) => any;
1674
-
1675
- export declare const UpdateResolverRuleResponseFilterSensitiveLog: (obj: UpdateResolverRuleResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { Route53ResolverServiceException as __BaseException } from "./Route53ResolverServiceException";
3
+
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
7
+ Message?: string;
8
+
9
+ constructor(
10
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
+ );
12
+ }
13
+ export declare enum Action {
14
+ ALERT = "ALERT",
15
+ ALLOW = "ALLOW",
16
+ BLOCK = "BLOCK",
17
+ }
18
+ export declare enum MutationProtectionStatus {
19
+ DISABLED = "DISABLED",
20
+ ENABLED = "ENABLED",
21
+ }
22
+
23
+ export interface Tag {
24
+ Key: string | undefined;
25
+
26
+ Value: string | undefined;
27
+ }
28
+ export interface AssociateFirewallRuleGroupRequest {
29
+ CreatorRequestId?: string;
30
+
31
+ FirewallRuleGroupId: string | undefined;
32
+
33
+ VpcId: string | undefined;
34
+
35
+ Priority: number | undefined;
36
+
37
+ Name: string | undefined;
38
+
39
+ MutationProtection?: MutationProtectionStatus | string;
40
+
41
+ Tags?: Tag[];
42
+ }
43
+ export declare enum FirewallRuleGroupAssociationStatus {
44
+ COMPLETE = "COMPLETE",
45
+ DELETING = "DELETING",
46
+ UPDATING = "UPDATING",
47
+ }
48
+
49
+ export interface FirewallRuleGroupAssociation {
50
+ Id?: string;
51
+
52
+ Arn?: string;
53
+
54
+ FirewallRuleGroupId?: string;
55
+
56
+ VpcId?: string;
57
+
58
+ Name?: string;
59
+
60
+ Priority?: number;
61
+
62
+ MutationProtection?: MutationProtectionStatus | string;
63
+
64
+ ManagedOwnerName?: string;
65
+
66
+ Status?: FirewallRuleGroupAssociationStatus | string;
67
+
68
+ StatusMessage?: string;
69
+
70
+ CreatorRequestId?: string;
71
+
72
+ CreationTime?: string;
73
+
74
+ ModificationTime?: string;
75
+ }
76
+ export interface AssociateFirewallRuleGroupResponse {
77
+ FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
78
+ }
79
+
80
+ export declare class ConflictException extends __BaseException {
81
+ readonly name: "ConflictException";
82
+ readonly $fault: "client";
83
+ Message?: string;
84
+
85
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
86
+ }
87
+
88
+ export declare class InternalServiceErrorException extends __BaseException {
89
+ readonly name: "InternalServiceErrorException";
90
+ readonly $fault: "client";
91
+ Message?: string;
92
+
93
+ constructor(
94
+ opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>
95
+ );
96
+ }
97
+
98
+ export declare class LimitExceededException extends __BaseException {
99
+ readonly name: "LimitExceededException";
100
+ readonly $fault: "client";
101
+ Message?: string;
102
+
103
+ ResourceType?: string;
104
+
105
+ constructor(
106
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
107
+ );
108
+ }
109
+
110
+ export declare class ResourceNotFoundException extends __BaseException {
111
+ readonly name: "ResourceNotFoundException";
112
+ readonly $fault: "client";
113
+ Message?: string;
114
+
115
+ ResourceType?: string;
116
+
117
+ constructor(
118
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
119
+ );
120
+ }
121
+
122
+ export declare class ThrottlingException extends __BaseException {
123
+ readonly name: "ThrottlingException";
124
+ readonly $fault: "client";
125
+ Message?: string;
126
+
127
+ constructor(
128
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
129
+ );
130
+ }
131
+
132
+ export declare class ValidationException extends __BaseException {
133
+ readonly name: "ValidationException";
134
+ readonly $fault: "client";
135
+ Message?: string;
136
+
137
+ constructor(
138
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
139
+ );
140
+ }
141
+
142
+ export interface IpAddressUpdate {
143
+ IpId?: string;
144
+
145
+ SubnetId?: string;
146
+
147
+ Ip?: string;
148
+ }
149
+ export interface AssociateResolverEndpointIpAddressRequest {
150
+ ResolverEndpointId: string | undefined;
151
+
152
+ IpAddress: IpAddressUpdate | undefined;
153
+ }
154
+ export declare enum ResolverEndpointDirection {
155
+ Inbound = "INBOUND",
156
+ Outbound = "OUTBOUND",
157
+ }
158
+ export declare enum ResolverEndpointStatus {
159
+ ActionNeeded = "ACTION_NEEDED",
160
+ AutoRecovering = "AUTO_RECOVERING",
161
+ Creating = "CREATING",
162
+ Deleting = "DELETING",
163
+ Operational = "OPERATIONAL",
164
+ Updating = "UPDATING",
165
+ }
166
+
167
+ export interface ResolverEndpoint {
168
+ Id?: string;
169
+
170
+ CreatorRequestId?: string;
171
+
172
+ Arn?: string;
173
+
174
+ Name?: string;
175
+
176
+ SecurityGroupIds?: string[];
177
+
178
+ Direction?: ResolverEndpointDirection | string;
179
+
180
+ IpAddressCount?: number;
181
+
182
+ HostVPCId?: string;
183
+
184
+ Status?: ResolverEndpointStatus | string;
185
+
186
+ StatusMessage?: string;
187
+
188
+ CreationTime?: string;
189
+
190
+ ModificationTime?: string;
191
+ }
192
+ export interface AssociateResolverEndpointIpAddressResponse {
193
+ ResolverEndpoint?: ResolverEndpoint;
194
+ }
195
+
196
+ export declare class InvalidParameterException extends __BaseException {
197
+ readonly name: "InvalidParameterException";
198
+ readonly $fault: "client";
199
+ Message: string | undefined;
200
+
201
+ FieldName?: string;
202
+
203
+ constructor(
204
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
205
+ );
206
+ }
207
+
208
+ export declare class InvalidRequestException extends __BaseException {
209
+ readonly name: "InvalidRequestException";
210
+ readonly $fault: "client";
211
+ Message?: string;
212
+
213
+ constructor(
214
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
215
+ );
216
+ }
217
+
218
+ export declare class ResourceExistsException extends __BaseException {
219
+ readonly name: "ResourceExistsException";
220
+ readonly $fault: "client";
221
+ Message?: string;
222
+
223
+ ResourceType?: string;
224
+
225
+ constructor(
226
+ opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
227
+ );
228
+ }
229
+ export interface AssociateResolverQueryLogConfigRequest {
230
+ ResolverQueryLogConfigId: string | undefined;
231
+
232
+ ResourceId: string | undefined;
233
+ }
234
+ export declare enum ResolverQueryLogConfigAssociationError {
235
+ AccessDenied = "ACCESS_DENIED",
236
+ DestinationNotFound = "DESTINATION_NOT_FOUND",
237
+ InternalServiceError = "INTERNAL_SERVICE_ERROR",
238
+ None = "NONE",
239
+ }
240
+ export declare enum ResolverQueryLogConfigAssociationStatus {
241
+ ActionNeeded = "ACTION_NEEDED",
242
+ Active = "ACTIVE",
243
+ Creating = "CREATING",
244
+ Deleting = "DELETING",
245
+ Failed = "FAILED",
246
+ }
247
+
248
+ export interface ResolverQueryLogConfigAssociation {
249
+ Id?: string;
250
+
251
+ ResolverQueryLogConfigId?: string;
252
+
253
+ ResourceId?: string;
254
+
255
+ Status?: ResolverQueryLogConfigAssociationStatus | string;
256
+
257
+ Error?: ResolverQueryLogConfigAssociationError | string;
258
+
259
+ ErrorMessage?: string;
260
+
261
+ CreationTime?: string;
262
+ }
263
+ export interface AssociateResolverQueryLogConfigResponse {
264
+ ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
265
+ }
266
+ export interface AssociateResolverRuleRequest {
267
+ ResolverRuleId: string | undefined;
268
+
269
+ Name?: string;
270
+
271
+ VPCId: string | undefined;
272
+ }
273
+ export declare enum ResolverRuleAssociationStatus {
274
+ Complete = "COMPLETE",
275
+ Creating = "CREATING",
276
+ Deleting = "DELETING",
277
+ Failed = "FAILED",
278
+ Overridden = "OVERRIDDEN",
279
+ }
280
+
281
+ export interface ResolverRuleAssociation {
282
+ Id?: string;
283
+
284
+ ResolverRuleId?: string;
285
+
286
+ Name?: string;
287
+
288
+ VPCId?: string;
289
+
290
+ Status?: ResolverRuleAssociationStatus | string;
291
+
292
+ StatusMessage?: string;
293
+ }
294
+ export interface AssociateResolverRuleResponse {
295
+ ResolverRuleAssociation?: ResolverRuleAssociation;
296
+ }
297
+
298
+ export declare class ResourceUnavailableException extends __BaseException {
299
+ readonly name: "ResourceUnavailableException";
300
+ readonly $fault: "client";
301
+ Message?: string;
302
+
303
+ ResourceType?: string;
304
+
305
+ constructor(
306
+ opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
307
+ );
308
+ }
309
+ export declare enum AutodefinedReverseFlag {
310
+ DISABLE = "DISABLE",
311
+ ENABLE = "ENABLE",
312
+ }
313
+ export declare enum BlockOverrideDnsType {
314
+ CNAME = "CNAME",
315
+ }
316
+ export declare enum BlockResponse {
317
+ NODATA = "NODATA",
318
+ NXDOMAIN = "NXDOMAIN",
319
+ OVERRIDE = "OVERRIDE",
320
+ }
321
+ export interface CreateFirewallDomainListRequest {
322
+ CreatorRequestId?: string;
323
+
324
+ Name: string | undefined;
325
+
326
+ Tags?: Tag[];
327
+ }
328
+ export declare enum FirewallDomainListStatus {
329
+ COMPLETE = "COMPLETE",
330
+ COMPLETE_IMPORT_FAILED = "COMPLETE_IMPORT_FAILED",
331
+ DELETING = "DELETING",
332
+ IMPORTING = "IMPORTING",
333
+ UPDATING = "UPDATING",
334
+ }
335
+
336
+ export interface FirewallDomainList {
337
+ Id?: string;
338
+
339
+ Arn?: string;
340
+
341
+ Name?: string;
342
+
343
+ DomainCount?: number;
344
+
345
+ Status?: FirewallDomainListStatus | string;
346
+
347
+ StatusMessage?: string;
348
+
349
+ ManagedOwnerName?: string;
350
+
351
+ CreatorRequestId?: string;
352
+
353
+ CreationTime?: string;
354
+
355
+ ModificationTime?: string;
356
+ }
357
+ export interface CreateFirewallDomainListResponse {
358
+ FirewallDomainList?: FirewallDomainList;
359
+ }
360
+ export interface CreateFirewallRuleRequest {
361
+ CreatorRequestId?: string;
362
+
363
+ FirewallRuleGroupId: string | undefined;
364
+
365
+ FirewallDomainListId: string | undefined;
366
+
367
+ Priority: number | undefined;
368
+
369
+ Action: Action | string | undefined;
370
+
371
+ BlockResponse?: BlockResponse | string;
372
+
373
+ BlockOverrideDomain?: string;
374
+
375
+ BlockOverrideDnsType?: BlockOverrideDnsType | string;
376
+
377
+ BlockOverrideTtl?: number;
378
+
379
+ Name: string | undefined;
380
+ }
381
+
382
+ export interface FirewallRule {
383
+ FirewallRuleGroupId?: string;
384
+
385
+ FirewallDomainListId?: string;
386
+
387
+ Name?: string;
388
+
389
+ Priority?: number;
390
+
391
+ Action?: Action | string;
392
+
393
+ BlockResponse?: BlockResponse | string;
394
+
395
+ BlockOverrideDomain?: string;
396
+
397
+ BlockOverrideDnsType?: BlockOverrideDnsType | string;
398
+
399
+ BlockOverrideTtl?: number;
400
+
401
+ CreatorRequestId?: string;
402
+
403
+ CreationTime?: string;
404
+
405
+ ModificationTime?: string;
406
+ }
407
+ export interface CreateFirewallRuleResponse {
408
+ FirewallRule?: FirewallRule;
409
+ }
410
+ export interface CreateFirewallRuleGroupRequest {
411
+ CreatorRequestId?: string;
412
+
413
+ Name: string | undefined;
414
+
415
+ Tags?: Tag[];
416
+ }
417
+ export declare enum ShareStatus {
418
+ NotShared = "NOT_SHARED",
419
+ SharedByMe = "SHARED_BY_ME",
420
+ SharedWithMe = "SHARED_WITH_ME",
421
+ }
422
+ export declare enum FirewallRuleGroupStatus {
423
+ COMPLETE = "COMPLETE",
424
+ DELETING = "DELETING",
425
+ UPDATING = "UPDATING",
426
+ }
427
+
428
+ export interface FirewallRuleGroup {
429
+ Id?: string;
430
+
431
+ Arn?: string;
432
+
433
+ Name?: string;
434
+
435
+ RuleCount?: number;
436
+
437
+ Status?: FirewallRuleGroupStatus | string;
438
+
439
+ StatusMessage?: string;
440
+
441
+ OwnerId?: string;
442
+
443
+ CreatorRequestId?: string;
444
+
445
+ ShareStatus?: ShareStatus | string;
446
+
447
+ CreationTime?: string;
448
+
449
+ ModificationTime?: string;
450
+ }
451
+ export interface CreateFirewallRuleGroupResponse {
452
+ FirewallRuleGroup?: FirewallRuleGroup;
453
+ }
454
+
455
+ export interface IpAddressRequest {
456
+ SubnetId: string | undefined;
457
+
458
+ Ip?: string;
459
+ }
460
+ export interface CreateResolverEndpointRequest {
461
+ CreatorRequestId: string | undefined;
462
+
463
+ Name?: string;
464
+
465
+ SecurityGroupIds: string[] | undefined;
466
+
467
+ Direction: ResolverEndpointDirection | string | undefined;
468
+
469
+ IpAddresses: IpAddressRequest[] | undefined;
470
+
471
+ Tags?: Tag[];
472
+ }
473
+ export interface CreateResolverEndpointResponse {
474
+ ResolverEndpoint?: ResolverEndpoint;
475
+ }
476
+ export interface CreateResolverQueryLogConfigRequest {
477
+ Name: string | undefined;
478
+
479
+ DestinationArn: string | undefined;
480
+
481
+ CreatorRequestId?: string;
482
+
483
+ Tags?: Tag[];
484
+ }
485
+ export declare enum ResolverQueryLogConfigStatus {
486
+ Created = "CREATED",
487
+ Creating = "CREATING",
488
+ Deleting = "DELETING",
489
+ Failed = "FAILED",
490
+ }
491
+
492
+ export interface ResolverQueryLogConfig {
493
+ Id?: string;
494
+
495
+ OwnerId?: string;
496
+
497
+ Status?: ResolverQueryLogConfigStatus | string;
498
+
499
+ ShareStatus?: ShareStatus | string;
500
+
501
+ AssociationCount?: number;
502
+
503
+ Arn?: string;
504
+
505
+ Name?: string;
506
+
507
+ DestinationArn?: string;
508
+
509
+ CreatorRequestId?: string;
510
+
511
+ CreationTime?: string;
512
+ }
513
+ export interface CreateResolverQueryLogConfigResponse {
514
+ ResolverQueryLogConfig?: ResolverQueryLogConfig;
515
+ }
516
+ export declare enum RuleTypeOption {
517
+ Forward = "FORWARD",
518
+ Recursive = "RECURSIVE",
519
+ System = "SYSTEM",
520
+ }
521
+
522
+ export interface TargetAddress {
523
+ Ip: string | undefined;
524
+
525
+ Port?: number;
526
+ }
527
+ export interface CreateResolverRuleRequest {
528
+ CreatorRequestId: string | undefined;
529
+
530
+ Name?: string;
531
+
532
+ RuleType: RuleTypeOption | string | undefined;
533
+
534
+ DomainName: string | undefined;
535
+
536
+ TargetIps?: TargetAddress[];
537
+
538
+ ResolverEndpointId?: string;
539
+
540
+ Tags?: Tag[];
541
+ }
542
+ export declare enum ResolverRuleStatus {
543
+ Complete = "COMPLETE",
544
+ Deleting = "DELETING",
545
+ Failed = "FAILED",
546
+ Updating = "UPDATING",
547
+ }
548
+
549
+ export interface ResolverRule {
550
+ Id?: string;
551
+
552
+ CreatorRequestId?: string;
553
+
554
+ Arn?: string;
555
+
556
+ DomainName?: string;
557
+
558
+ Status?: ResolverRuleStatus | string;
559
+
560
+ StatusMessage?: string;
561
+
562
+ RuleType?: RuleTypeOption | string;
563
+
564
+ Name?: string;
565
+
566
+ TargetIps?: TargetAddress[];
567
+
568
+ ResolverEndpointId?: string;
569
+
570
+ OwnerId?: string;
571
+
572
+ ShareStatus?: ShareStatus | string;
573
+
574
+ CreationTime?: string;
575
+
576
+ ModificationTime?: string;
577
+ }
578
+ export interface CreateResolverRuleResponse {
579
+ ResolverRule?: ResolverRule;
580
+ }
581
+ export interface DeleteFirewallDomainListRequest {
582
+ FirewallDomainListId: string | undefined;
583
+ }
584
+ export interface DeleteFirewallDomainListResponse {
585
+ FirewallDomainList?: FirewallDomainList;
586
+ }
587
+ export interface DeleteFirewallRuleRequest {
588
+ FirewallRuleGroupId: string | undefined;
589
+
590
+ FirewallDomainListId: string | undefined;
591
+ }
592
+ export interface DeleteFirewallRuleResponse {
593
+ FirewallRule?: FirewallRule;
594
+ }
595
+ export interface DeleteFirewallRuleGroupRequest {
596
+ FirewallRuleGroupId: string | undefined;
597
+ }
598
+ export interface DeleteFirewallRuleGroupResponse {
599
+ FirewallRuleGroup?: FirewallRuleGroup;
600
+ }
601
+ export interface DeleteResolverEndpointRequest {
602
+ ResolverEndpointId: string | undefined;
603
+ }
604
+ export interface DeleteResolverEndpointResponse {
605
+ ResolverEndpoint?: ResolverEndpoint;
606
+ }
607
+ export interface DeleteResolverQueryLogConfigRequest {
608
+ ResolverQueryLogConfigId: string | undefined;
609
+ }
610
+ export interface DeleteResolverQueryLogConfigResponse {
611
+ ResolverQueryLogConfig?: ResolverQueryLogConfig;
612
+ }
613
+ export interface DeleteResolverRuleRequest {
614
+ ResolverRuleId: string | undefined;
615
+ }
616
+ export interface DeleteResolverRuleResponse {
617
+ ResolverRule?: ResolverRule;
618
+ }
619
+
620
+ export declare class ResourceInUseException extends __BaseException {
621
+ readonly name: "ResourceInUseException";
622
+ readonly $fault: "client";
623
+ Message?: string;
624
+
625
+ ResourceType?: string;
626
+
627
+ constructor(
628
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
629
+ );
630
+ }
631
+ export interface DisassociateFirewallRuleGroupRequest {
632
+ FirewallRuleGroupAssociationId: string | undefined;
633
+ }
634
+ export interface DisassociateFirewallRuleGroupResponse {
635
+ FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
636
+ }
637
+ export interface DisassociateResolverEndpointIpAddressRequest {
638
+ ResolverEndpointId: string | undefined;
639
+
640
+ IpAddress: IpAddressUpdate | undefined;
641
+ }
642
+ export interface DisassociateResolverEndpointIpAddressResponse {
643
+ ResolverEndpoint?: ResolverEndpoint;
644
+ }
645
+ export interface DisassociateResolverQueryLogConfigRequest {
646
+ ResolverQueryLogConfigId: string | undefined;
647
+
648
+ ResourceId: string | undefined;
649
+ }
650
+ export interface DisassociateResolverQueryLogConfigResponse {
651
+ ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
652
+ }
653
+ export interface DisassociateResolverRuleRequest {
654
+ VPCId: string | undefined;
655
+
656
+ ResolverRuleId: string | undefined;
657
+ }
658
+ export interface DisassociateResolverRuleResponse {
659
+ ResolverRuleAssociation?: ResolverRuleAssociation;
660
+ }
661
+
662
+ export interface Filter {
663
+ Name?: string;
664
+
665
+ Values?: string[];
666
+ }
667
+ export declare enum FirewallFailOpenStatus {
668
+ DISABLED = "DISABLED",
669
+ ENABLED = "ENABLED",
670
+ }
671
+
672
+ export interface FirewallConfig {
673
+ Id?: string;
674
+
675
+ ResourceId?: string;
676
+
677
+ OwnerId?: string;
678
+
679
+ FirewallFailOpen?: FirewallFailOpenStatus | string;
680
+ }
681
+ export declare enum FirewallDomainImportOperation {
682
+ REPLACE = "REPLACE",
683
+ }
684
+
685
+ export interface FirewallDomainListMetadata {
686
+ Id?: string;
687
+
688
+ Arn?: string;
689
+
690
+ Name?: string;
691
+
692
+ CreatorRequestId?: string;
693
+
694
+ ManagedOwnerName?: string;
695
+ }
696
+ export declare enum FirewallDomainUpdateOperation {
697
+ ADD = "ADD",
698
+ REMOVE = "REMOVE",
699
+ REPLACE = "REPLACE",
700
+ }
701
+
702
+ export interface FirewallRuleGroupMetadata {
703
+ Id?: string;
704
+
705
+ Arn?: string;
706
+
707
+ Name?: string;
708
+
709
+ OwnerId?: string;
710
+
711
+ CreatorRequestId?: string;
712
+
713
+ ShareStatus?: ShareStatus | string;
714
+ }
715
+ export interface GetFirewallConfigRequest {
716
+ ResourceId: string | undefined;
717
+ }
718
+ export interface GetFirewallConfigResponse {
719
+ FirewallConfig?: FirewallConfig;
720
+ }
721
+ export interface GetFirewallDomainListRequest {
722
+ FirewallDomainListId: string | undefined;
723
+ }
724
+ export interface GetFirewallDomainListResponse {
725
+ FirewallDomainList?: FirewallDomainList;
726
+ }
727
+ export interface GetFirewallRuleGroupRequest {
728
+ FirewallRuleGroupId: string | undefined;
729
+ }
730
+ export interface GetFirewallRuleGroupResponse {
731
+ FirewallRuleGroup?: FirewallRuleGroup;
732
+ }
733
+ export interface GetFirewallRuleGroupAssociationRequest {
734
+ FirewallRuleGroupAssociationId: string | undefined;
735
+ }
736
+ export interface GetFirewallRuleGroupAssociationResponse {
737
+ FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
738
+ }
739
+ export interface GetFirewallRuleGroupPolicyRequest {
740
+ Arn: string | undefined;
741
+ }
742
+ export interface GetFirewallRuleGroupPolicyResponse {
743
+ FirewallRuleGroupPolicy?: string;
744
+ }
745
+ export interface GetResolverConfigRequest {
746
+ ResourceId: string | undefined;
747
+ }
748
+ export declare enum ResolverAutodefinedReverseStatus {
749
+ Disabled = "DISABLED",
750
+ Disabling = "DISABLING",
751
+ Enabled = "ENABLED",
752
+ Enabling = "ENABLING",
753
+ }
754
+
755
+ export interface ResolverConfig {
756
+ Id?: string;
757
+
758
+ ResourceId?: string;
759
+
760
+ OwnerId?: string;
761
+
762
+ AutodefinedReverse?: ResolverAutodefinedReverseStatus | string;
763
+ }
764
+ export interface GetResolverConfigResponse {
765
+ ResolverConfig?: ResolverConfig;
766
+ }
767
+ export interface GetResolverDnssecConfigRequest {
768
+ ResourceId: string | undefined;
769
+ }
770
+ export declare enum ResolverDNSSECValidationStatus {
771
+ Disabled = "DISABLED",
772
+ Disabling = "DISABLING",
773
+ Enabled = "ENABLED",
774
+ Enabling = "ENABLING",
775
+ }
776
+
777
+ export interface ResolverDnssecConfig {
778
+ Id?: string;
779
+
780
+ OwnerId?: string;
781
+
782
+ ResourceId?: string;
783
+
784
+ ValidationStatus?: ResolverDNSSECValidationStatus | string;
785
+ }
786
+ export interface GetResolverDnssecConfigResponse {
787
+ ResolverDNSSECConfig?: ResolverDnssecConfig;
788
+ }
789
+ export interface GetResolverEndpointRequest {
790
+ ResolverEndpointId: string | undefined;
791
+ }
792
+ export interface GetResolverEndpointResponse {
793
+ ResolverEndpoint?: ResolverEndpoint;
794
+ }
795
+ export interface GetResolverQueryLogConfigRequest {
796
+ ResolverQueryLogConfigId: string | undefined;
797
+ }
798
+ export interface GetResolverQueryLogConfigResponse {
799
+ ResolverQueryLogConfig?: ResolverQueryLogConfig;
800
+ }
801
+ export interface GetResolverQueryLogConfigAssociationRequest {
802
+ ResolverQueryLogConfigAssociationId: string | undefined;
803
+ }
804
+ export interface GetResolverQueryLogConfigAssociationResponse {
805
+ ResolverQueryLogConfigAssociation?: ResolverQueryLogConfigAssociation;
806
+ }
807
+ export interface GetResolverQueryLogConfigPolicyRequest {
808
+ Arn: string | undefined;
809
+ }
810
+ export interface GetResolverQueryLogConfigPolicyResponse {
811
+ ResolverQueryLogConfigPolicy?: string;
812
+ }
813
+
814
+ export declare class UnknownResourceException extends __BaseException {
815
+ readonly name: "UnknownResourceException";
816
+ readonly $fault: "client";
817
+ Message?: string;
818
+
819
+ constructor(
820
+ opts: __ExceptionOptionType<UnknownResourceException, __BaseException>
821
+ );
822
+ }
823
+ export interface GetResolverRuleRequest {
824
+ ResolverRuleId: string | undefined;
825
+ }
826
+ export interface GetResolverRuleResponse {
827
+ ResolverRule?: ResolverRule;
828
+ }
829
+ export interface GetResolverRuleAssociationRequest {
830
+ ResolverRuleAssociationId: string | undefined;
831
+ }
832
+ export interface GetResolverRuleAssociationResponse {
833
+ ResolverRuleAssociation?: ResolverRuleAssociation;
834
+ }
835
+ export interface GetResolverRulePolicyRequest {
836
+ Arn: string | undefined;
837
+ }
838
+ export interface GetResolverRulePolicyResponse {
839
+ ResolverRulePolicy?: string;
840
+ }
841
+ export interface ImportFirewallDomainsRequest {
842
+ FirewallDomainListId: string | undefined;
843
+
844
+ Operation: FirewallDomainImportOperation | string | undefined;
845
+
846
+ DomainFileUrl: string | undefined;
847
+ }
848
+ export interface ImportFirewallDomainsResponse {
849
+ Id?: string;
850
+
851
+ Name?: string;
852
+
853
+ Status?: FirewallDomainListStatus | string;
854
+
855
+ StatusMessage?: string;
856
+ }
857
+
858
+ export declare class InvalidNextTokenException extends __BaseException {
859
+ readonly name: "InvalidNextTokenException";
860
+ readonly $fault: "client";
861
+ Message?: string;
862
+
863
+ constructor(
864
+ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
865
+ );
866
+ }
867
+
868
+ export declare class InvalidPolicyDocument extends __BaseException {
869
+ readonly name: "InvalidPolicyDocument";
870
+ readonly $fault: "client";
871
+ Message?: string;
872
+
873
+ constructor(
874
+ opts: __ExceptionOptionType<InvalidPolicyDocument, __BaseException>
875
+ );
876
+ }
877
+
878
+ export declare class InvalidTagException extends __BaseException {
879
+ readonly name: "InvalidTagException";
880
+ readonly $fault: "client";
881
+ Message?: string;
882
+
883
+ constructor(
884
+ opts: __ExceptionOptionType<InvalidTagException, __BaseException>
885
+ );
886
+ }
887
+ export declare enum IpAddressStatus {
888
+ Attached = "ATTACHED",
889
+ Attaching = "ATTACHING",
890
+ Creating = "CREATING",
891
+ DeleteFailedFasExpired = "DELETE_FAILED_FAS_EXPIRED",
892
+ Deleting = "DELETING",
893
+ Detaching = "DETACHING",
894
+ FailedCreation = "FAILED_CREATION",
895
+ FailedResourceGone = "FAILED_RESOURCE_GONE",
896
+ RemapAttaching = "REMAP_ATTACHING",
897
+ RemapDetaching = "REMAP_DETACHING",
898
+ }
899
+
900
+ export interface IpAddressResponse {
901
+ IpId?: string;
902
+
903
+ SubnetId?: string;
904
+
905
+ Ip?: string;
906
+
907
+ Status?: IpAddressStatus | string;
908
+
909
+ StatusMessage?: string;
910
+
911
+ CreationTime?: string;
912
+
913
+ ModificationTime?: string;
914
+ }
915
+ export interface ListFirewallConfigsRequest {
916
+ MaxResults?: number;
917
+
918
+ NextToken?: string;
919
+ }
920
+ export interface ListFirewallConfigsResponse {
921
+ NextToken?: string;
922
+
923
+ FirewallConfigs?: FirewallConfig[];
924
+ }
925
+ export interface ListFirewallDomainListsRequest {
926
+ MaxResults?: number;
927
+
928
+ NextToken?: string;
929
+ }
930
+ export interface ListFirewallDomainListsResponse {
931
+ NextToken?: string;
932
+
933
+ FirewallDomainLists?: FirewallDomainListMetadata[];
934
+ }
935
+ export interface ListFirewallDomainsRequest {
936
+ FirewallDomainListId: string | undefined;
937
+
938
+ MaxResults?: number;
939
+
940
+ NextToken?: string;
941
+ }
942
+ export interface ListFirewallDomainsResponse {
943
+ NextToken?: string;
944
+
945
+ Domains?: string[];
946
+ }
947
+ export interface ListFirewallRuleGroupAssociationsRequest {
948
+ FirewallRuleGroupId?: string;
949
+
950
+ VpcId?: string;
951
+
952
+ Priority?: number;
953
+
954
+ Status?: FirewallRuleGroupAssociationStatus | string;
955
+
956
+ MaxResults?: number;
957
+
958
+ NextToken?: string;
959
+ }
960
+ export interface ListFirewallRuleGroupAssociationsResponse {
961
+ NextToken?: string;
962
+
963
+ FirewallRuleGroupAssociations?: FirewallRuleGroupAssociation[];
964
+ }
965
+ export interface ListFirewallRuleGroupsRequest {
966
+ MaxResults?: number;
967
+
968
+ NextToken?: string;
969
+ }
970
+ export interface ListFirewallRuleGroupsResponse {
971
+ NextToken?: string;
972
+
973
+ FirewallRuleGroups?: FirewallRuleGroupMetadata[];
974
+ }
975
+ export interface ListFirewallRulesRequest {
976
+ FirewallRuleGroupId: string | undefined;
977
+
978
+ Priority?: number;
979
+
980
+ Action?: Action | string;
981
+
982
+ MaxResults?: number;
983
+
984
+ NextToken?: string;
985
+ }
986
+ export interface ListFirewallRulesResponse {
987
+ NextToken?: string;
988
+
989
+ FirewallRules?: FirewallRule[];
990
+ }
991
+ export interface ListResolverConfigsRequest {
992
+ MaxResults?: number;
993
+
994
+ NextToken?: string;
995
+ }
996
+ export interface ListResolverConfigsResponse {
997
+ NextToken?: string;
998
+
999
+ ResolverConfigs?: ResolverConfig[];
1000
+ }
1001
+ export interface ListResolverDnssecConfigsRequest {
1002
+ MaxResults?: number;
1003
+
1004
+ NextToken?: string;
1005
+
1006
+ Filters?: Filter[];
1007
+ }
1008
+ export interface ListResolverDnssecConfigsResponse {
1009
+ NextToken?: string;
1010
+
1011
+ ResolverDnssecConfigs?: ResolverDnssecConfig[];
1012
+ }
1013
+ export interface ListResolverEndpointIpAddressesRequest {
1014
+ ResolverEndpointId: string | undefined;
1015
+
1016
+ MaxResults?: number;
1017
+
1018
+ NextToken?: string;
1019
+ }
1020
+ export interface ListResolverEndpointIpAddressesResponse {
1021
+ NextToken?: string;
1022
+
1023
+ MaxResults?: number;
1024
+
1025
+ IpAddresses?: IpAddressResponse[];
1026
+ }
1027
+ export interface ListResolverEndpointsRequest {
1028
+ MaxResults?: number;
1029
+
1030
+ NextToken?: string;
1031
+
1032
+ Filters?: Filter[];
1033
+ }
1034
+ export interface ListResolverEndpointsResponse {
1035
+ NextToken?: string;
1036
+
1037
+ MaxResults?: number;
1038
+
1039
+ ResolverEndpoints?: ResolverEndpoint[];
1040
+ }
1041
+ export declare enum SortOrder {
1042
+ Ascending = "ASCENDING",
1043
+ Descending = "DESCENDING",
1044
+ }
1045
+ export interface ListResolverQueryLogConfigAssociationsRequest {
1046
+ MaxResults?: number;
1047
+
1048
+ NextToken?: string;
1049
+
1050
+ Filters?: Filter[];
1051
+
1052
+ SortBy?: string;
1053
+
1054
+ SortOrder?: SortOrder | string;
1055
+ }
1056
+ export interface ListResolverQueryLogConfigAssociationsResponse {
1057
+ NextToken?: string;
1058
+
1059
+ TotalCount?: number;
1060
+
1061
+ TotalFilteredCount?: number;
1062
+
1063
+ ResolverQueryLogConfigAssociations?: ResolverQueryLogConfigAssociation[];
1064
+ }
1065
+ export interface ListResolverQueryLogConfigsRequest {
1066
+ MaxResults?: number;
1067
+
1068
+ NextToken?: string;
1069
+
1070
+ Filters?: Filter[];
1071
+
1072
+ SortBy?: string;
1073
+
1074
+ SortOrder?: SortOrder | string;
1075
+ }
1076
+ export interface ListResolverQueryLogConfigsResponse {
1077
+ NextToken?: string;
1078
+
1079
+ TotalCount?: number;
1080
+
1081
+ TotalFilteredCount?: number;
1082
+
1083
+ ResolverQueryLogConfigs?: ResolverQueryLogConfig[];
1084
+ }
1085
+ export interface ListResolverRuleAssociationsRequest {
1086
+ MaxResults?: number;
1087
+
1088
+ NextToken?: string;
1089
+
1090
+ Filters?: Filter[];
1091
+ }
1092
+ export interface ListResolverRuleAssociationsResponse {
1093
+ NextToken?: string;
1094
+
1095
+ MaxResults?: number;
1096
+
1097
+ ResolverRuleAssociations?: ResolverRuleAssociation[];
1098
+ }
1099
+ export interface ListResolverRulesRequest {
1100
+ MaxResults?: number;
1101
+
1102
+ NextToken?: string;
1103
+
1104
+ Filters?: Filter[];
1105
+ }
1106
+ export interface ListResolverRulesResponse {
1107
+ NextToken?: string;
1108
+
1109
+ MaxResults?: number;
1110
+
1111
+ ResolverRules?: ResolverRule[];
1112
+ }
1113
+ export interface ListTagsForResourceRequest {
1114
+ ResourceArn: string | undefined;
1115
+
1116
+ MaxResults?: number;
1117
+
1118
+ NextToken?: string;
1119
+ }
1120
+ export interface ListTagsForResourceResponse {
1121
+ Tags?: Tag[];
1122
+
1123
+ NextToken?: string;
1124
+ }
1125
+ export interface PutFirewallRuleGroupPolicyRequest {
1126
+ Arn: string | undefined;
1127
+
1128
+ FirewallRuleGroupPolicy: string | undefined;
1129
+ }
1130
+ export interface PutFirewallRuleGroupPolicyResponse {
1131
+ ReturnValue?: boolean;
1132
+ }
1133
+ export interface PutResolverQueryLogConfigPolicyRequest {
1134
+ Arn: string | undefined;
1135
+
1136
+ ResolverQueryLogConfigPolicy: string | undefined;
1137
+ }
1138
+
1139
+ export interface PutResolverQueryLogConfigPolicyResponse {
1140
+ ReturnValue?: boolean;
1141
+ }
1142
+ export interface PutResolverRulePolicyRequest {
1143
+ Arn: string | undefined;
1144
+
1145
+ ResolverRulePolicy: string | undefined;
1146
+ }
1147
+
1148
+ export interface PutResolverRulePolicyResponse {
1149
+ ReturnValue?: boolean;
1150
+ }
1151
+
1152
+ export interface ResolverRuleConfig {
1153
+ Name?: string;
1154
+
1155
+ TargetIps?: TargetAddress[];
1156
+
1157
+ ResolverEndpointId?: string;
1158
+ }
1159
+ export interface TagResourceRequest {
1160
+ ResourceArn: string | undefined;
1161
+
1162
+ Tags: Tag[] | undefined;
1163
+ }
1164
+ export interface TagResourceResponse {}
1165
+ export interface UntagResourceRequest {
1166
+ ResourceArn: string | undefined;
1167
+
1168
+ TagKeys: string[] | undefined;
1169
+ }
1170
+ export interface UntagResourceResponse {}
1171
+ export interface UpdateFirewallConfigRequest {
1172
+ ResourceId: string | undefined;
1173
+
1174
+ FirewallFailOpen: FirewallFailOpenStatus | string | undefined;
1175
+ }
1176
+ export interface UpdateFirewallConfigResponse {
1177
+ FirewallConfig?: FirewallConfig;
1178
+ }
1179
+ export interface UpdateFirewallDomainsRequest {
1180
+ FirewallDomainListId: string | undefined;
1181
+
1182
+ Operation: FirewallDomainUpdateOperation | string | undefined;
1183
+
1184
+ Domains: string[] | undefined;
1185
+ }
1186
+ export interface UpdateFirewallDomainsResponse {
1187
+ Id?: string;
1188
+
1189
+ Name?: string;
1190
+
1191
+ Status?: FirewallDomainListStatus | string;
1192
+
1193
+ StatusMessage?: string;
1194
+ }
1195
+ export interface UpdateFirewallRuleRequest {
1196
+ FirewallRuleGroupId: string | undefined;
1197
+
1198
+ FirewallDomainListId: string | undefined;
1199
+
1200
+ Priority?: number;
1201
+
1202
+ Action?: Action | string;
1203
+
1204
+ BlockResponse?: BlockResponse | string;
1205
+
1206
+ BlockOverrideDomain?: string;
1207
+
1208
+ BlockOverrideDnsType?: BlockOverrideDnsType | string;
1209
+
1210
+ BlockOverrideTtl?: number;
1211
+
1212
+ Name?: string;
1213
+ }
1214
+ export interface UpdateFirewallRuleResponse {
1215
+ FirewallRule?: FirewallRule;
1216
+ }
1217
+ export interface UpdateFirewallRuleGroupAssociationRequest {
1218
+ FirewallRuleGroupAssociationId: string | undefined;
1219
+
1220
+ Priority?: number;
1221
+
1222
+ MutationProtection?: MutationProtectionStatus | string;
1223
+
1224
+ Name?: string;
1225
+ }
1226
+ export interface UpdateFirewallRuleGroupAssociationResponse {
1227
+ FirewallRuleGroupAssociation?: FirewallRuleGroupAssociation;
1228
+ }
1229
+ export interface UpdateResolverConfigRequest {
1230
+ ResourceId: string | undefined;
1231
+
1232
+ AutodefinedReverseFlag: AutodefinedReverseFlag | string | undefined;
1233
+ }
1234
+ export interface UpdateResolverConfigResponse {
1235
+ ResolverConfig?: ResolverConfig;
1236
+ }
1237
+ export declare enum Validation {
1238
+ DISABLE = "DISABLE",
1239
+ ENABLE = "ENABLE",
1240
+ }
1241
+ export interface UpdateResolverDnssecConfigRequest {
1242
+ ResourceId: string | undefined;
1243
+
1244
+ Validation: Validation | string | undefined;
1245
+ }
1246
+ export interface UpdateResolverDnssecConfigResponse {
1247
+ ResolverDNSSECConfig?: ResolverDnssecConfig;
1248
+ }
1249
+ export interface UpdateResolverEndpointRequest {
1250
+ ResolverEndpointId: string | undefined;
1251
+
1252
+ Name?: string;
1253
+ }
1254
+ export interface UpdateResolverEndpointResponse {
1255
+ ResolverEndpoint?: ResolverEndpoint;
1256
+ }
1257
+ export interface UpdateResolverRuleRequest {
1258
+ ResolverRuleId: string | undefined;
1259
+
1260
+ Config: ResolverRuleConfig | undefined;
1261
+ }
1262
+ export interface UpdateResolverRuleResponse {
1263
+ ResolverRule?: ResolverRule;
1264
+ }
1265
+
1266
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1267
+
1268
+ export declare const AssociateFirewallRuleGroupRequestFilterSensitiveLog: (
1269
+ obj: AssociateFirewallRuleGroupRequest
1270
+ ) => any;
1271
+
1272
+ export declare const FirewallRuleGroupAssociationFilterSensitiveLog: (
1273
+ obj: FirewallRuleGroupAssociation
1274
+ ) => any;
1275
+
1276
+ export declare const AssociateFirewallRuleGroupResponseFilterSensitiveLog: (
1277
+ obj: AssociateFirewallRuleGroupResponse
1278
+ ) => any;
1279
+
1280
+ export declare const IpAddressUpdateFilterSensitiveLog: (
1281
+ obj: IpAddressUpdate
1282
+ ) => any;
1283
+
1284
+ export declare const AssociateResolverEndpointIpAddressRequestFilterSensitiveLog: (
1285
+ obj: AssociateResolverEndpointIpAddressRequest
1286
+ ) => any;
1287
+
1288
+ export declare const ResolverEndpointFilterSensitiveLog: (
1289
+ obj: ResolverEndpoint
1290
+ ) => any;
1291
+
1292
+ export declare const AssociateResolverEndpointIpAddressResponseFilterSensitiveLog: (
1293
+ obj: AssociateResolverEndpointIpAddressResponse
1294
+ ) => any;
1295
+
1296
+ export declare const AssociateResolverQueryLogConfigRequestFilterSensitiveLog: (
1297
+ obj: AssociateResolverQueryLogConfigRequest
1298
+ ) => any;
1299
+
1300
+ export declare const ResolverQueryLogConfigAssociationFilterSensitiveLog: (
1301
+ obj: ResolverQueryLogConfigAssociation
1302
+ ) => any;
1303
+
1304
+ export declare const AssociateResolverQueryLogConfigResponseFilterSensitiveLog: (
1305
+ obj: AssociateResolverQueryLogConfigResponse
1306
+ ) => any;
1307
+
1308
+ export declare const AssociateResolverRuleRequestFilterSensitiveLog: (
1309
+ obj: AssociateResolverRuleRequest
1310
+ ) => any;
1311
+
1312
+ export declare const ResolverRuleAssociationFilterSensitiveLog: (
1313
+ obj: ResolverRuleAssociation
1314
+ ) => any;
1315
+
1316
+ export declare const AssociateResolverRuleResponseFilterSensitiveLog: (
1317
+ obj: AssociateResolverRuleResponse
1318
+ ) => any;
1319
+
1320
+ export declare const CreateFirewallDomainListRequestFilterSensitiveLog: (
1321
+ obj: CreateFirewallDomainListRequest
1322
+ ) => any;
1323
+
1324
+ export declare const FirewallDomainListFilterSensitiveLog: (
1325
+ obj: FirewallDomainList
1326
+ ) => any;
1327
+
1328
+ export declare const CreateFirewallDomainListResponseFilterSensitiveLog: (
1329
+ obj: CreateFirewallDomainListResponse
1330
+ ) => any;
1331
+
1332
+ export declare const CreateFirewallRuleRequestFilterSensitiveLog: (
1333
+ obj: CreateFirewallRuleRequest
1334
+ ) => any;
1335
+
1336
+ export declare const FirewallRuleFilterSensitiveLog: (obj: FirewallRule) => any;
1337
+
1338
+ export declare const CreateFirewallRuleResponseFilterSensitiveLog: (
1339
+ obj: CreateFirewallRuleResponse
1340
+ ) => any;
1341
+
1342
+ export declare const CreateFirewallRuleGroupRequestFilterSensitiveLog: (
1343
+ obj: CreateFirewallRuleGroupRequest
1344
+ ) => any;
1345
+
1346
+ export declare const FirewallRuleGroupFilterSensitiveLog: (
1347
+ obj: FirewallRuleGroup
1348
+ ) => any;
1349
+
1350
+ export declare const CreateFirewallRuleGroupResponseFilterSensitiveLog: (
1351
+ obj: CreateFirewallRuleGroupResponse
1352
+ ) => any;
1353
+
1354
+ export declare const IpAddressRequestFilterSensitiveLog: (
1355
+ obj: IpAddressRequest
1356
+ ) => any;
1357
+
1358
+ export declare const CreateResolverEndpointRequestFilterSensitiveLog: (
1359
+ obj: CreateResolverEndpointRequest
1360
+ ) => any;
1361
+
1362
+ export declare const CreateResolverEndpointResponseFilterSensitiveLog: (
1363
+ obj: CreateResolverEndpointResponse
1364
+ ) => any;
1365
+
1366
+ export declare const CreateResolverQueryLogConfigRequestFilterSensitiveLog: (
1367
+ obj: CreateResolverQueryLogConfigRequest
1368
+ ) => any;
1369
+
1370
+ export declare const ResolverQueryLogConfigFilterSensitiveLog: (
1371
+ obj: ResolverQueryLogConfig
1372
+ ) => any;
1373
+
1374
+ export declare const CreateResolverQueryLogConfigResponseFilterSensitiveLog: (
1375
+ obj: CreateResolverQueryLogConfigResponse
1376
+ ) => any;
1377
+
1378
+ export declare const TargetAddressFilterSensitiveLog: (
1379
+ obj: TargetAddress
1380
+ ) => any;
1381
+
1382
+ export declare const CreateResolverRuleRequestFilterSensitiveLog: (
1383
+ obj: CreateResolverRuleRequest
1384
+ ) => any;
1385
+
1386
+ export declare const ResolverRuleFilterSensitiveLog: (obj: ResolverRule) => any;
1387
+
1388
+ export declare const CreateResolverRuleResponseFilterSensitiveLog: (
1389
+ obj: CreateResolverRuleResponse
1390
+ ) => any;
1391
+
1392
+ export declare const DeleteFirewallDomainListRequestFilterSensitiveLog: (
1393
+ obj: DeleteFirewallDomainListRequest
1394
+ ) => any;
1395
+
1396
+ export declare const DeleteFirewallDomainListResponseFilterSensitiveLog: (
1397
+ obj: DeleteFirewallDomainListResponse
1398
+ ) => any;
1399
+
1400
+ export declare const DeleteFirewallRuleRequestFilterSensitiveLog: (
1401
+ obj: DeleteFirewallRuleRequest
1402
+ ) => any;
1403
+
1404
+ export declare const DeleteFirewallRuleResponseFilterSensitiveLog: (
1405
+ obj: DeleteFirewallRuleResponse
1406
+ ) => any;
1407
+
1408
+ export declare const DeleteFirewallRuleGroupRequestFilterSensitiveLog: (
1409
+ obj: DeleteFirewallRuleGroupRequest
1410
+ ) => any;
1411
+
1412
+ export declare const DeleteFirewallRuleGroupResponseFilterSensitiveLog: (
1413
+ obj: DeleteFirewallRuleGroupResponse
1414
+ ) => any;
1415
+
1416
+ export declare const DeleteResolverEndpointRequestFilterSensitiveLog: (
1417
+ obj: DeleteResolverEndpointRequest
1418
+ ) => any;
1419
+
1420
+ export declare const DeleteResolverEndpointResponseFilterSensitiveLog: (
1421
+ obj: DeleteResolverEndpointResponse
1422
+ ) => any;
1423
+
1424
+ export declare const DeleteResolverQueryLogConfigRequestFilterSensitiveLog: (
1425
+ obj: DeleteResolverQueryLogConfigRequest
1426
+ ) => any;
1427
+
1428
+ export declare const DeleteResolverQueryLogConfigResponseFilterSensitiveLog: (
1429
+ obj: DeleteResolverQueryLogConfigResponse
1430
+ ) => any;
1431
+
1432
+ export declare const DeleteResolverRuleRequestFilterSensitiveLog: (
1433
+ obj: DeleteResolverRuleRequest
1434
+ ) => any;
1435
+
1436
+ export declare const DeleteResolverRuleResponseFilterSensitiveLog: (
1437
+ obj: DeleteResolverRuleResponse
1438
+ ) => any;
1439
+
1440
+ export declare const DisassociateFirewallRuleGroupRequestFilterSensitiveLog: (
1441
+ obj: DisassociateFirewallRuleGroupRequest
1442
+ ) => any;
1443
+
1444
+ export declare const DisassociateFirewallRuleGroupResponseFilterSensitiveLog: (
1445
+ obj: DisassociateFirewallRuleGroupResponse
1446
+ ) => any;
1447
+
1448
+ export declare const DisassociateResolverEndpointIpAddressRequestFilterSensitiveLog: (
1449
+ obj: DisassociateResolverEndpointIpAddressRequest
1450
+ ) => any;
1451
+
1452
+ export declare const DisassociateResolverEndpointIpAddressResponseFilterSensitiveLog: (
1453
+ obj: DisassociateResolverEndpointIpAddressResponse
1454
+ ) => any;
1455
+
1456
+ export declare const DisassociateResolverQueryLogConfigRequestFilterSensitiveLog: (
1457
+ obj: DisassociateResolverQueryLogConfigRequest
1458
+ ) => any;
1459
+
1460
+ export declare const DisassociateResolverQueryLogConfigResponseFilterSensitiveLog: (
1461
+ obj: DisassociateResolverQueryLogConfigResponse
1462
+ ) => any;
1463
+
1464
+ export declare const DisassociateResolverRuleRequestFilterSensitiveLog: (
1465
+ obj: DisassociateResolverRuleRequest
1466
+ ) => any;
1467
+
1468
+ export declare const DisassociateResolverRuleResponseFilterSensitiveLog: (
1469
+ obj: DisassociateResolverRuleResponse
1470
+ ) => any;
1471
+
1472
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1473
+
1474
+ export declare const FirewallConfigFilterSensitiveLog: (
1475
+ obj: FirewallConfig
1476
+ ) => any;
1477
+
1478
+ export declare const FirewallDomainListMetadataFilterSensitiveLog: (
1479
+ obj: FirewallDomainListMetadata
1480
+ ) => any;
1481
+
1482
+ export declare const FirewallRuleGroupMetadataFilterSensitiveLog: (
1483
+ obj: FirewallRuleGroupMetadata
1484
+ ) => any;
1485
+
1486
+ export declare const GetFirewallConfigRequestFilterSensitiveLog: (
1487
+ obj: GetFirewallConfigRequest
1488
+ ) => any;
1489
+
1490
+ export declare const GetFirewallConfigResponseFilterSensitiveLog: (
1491
+ obj: GetFirewallConfigResponse
1492
+ ) => any;
1493
+
1494
+ export declare const GetFirewallDomainListRequestFilterSensitiveLog: (
1495
+ obj: GetFirewallDomainListRequest
1496
+ ) => any;
1497
+
1498
+ export declare const GetFirewallDomainListResponseFilterSensitiveLog: (
1499
+ obj: GetFirewallDomainListResponse
1500
+ ) => any;
1501
+
1502
+ export declare const GetFirewallRuleGroupRequestFilterSensitiveLog: (
1503
+ obj: GetFirewallRuleGroupRequest
1504
+ ) => any;
1505
+
1506
+ export declare const GetFirewallRuleGroupResponseFilterSensitiveLog: (
1507
+ obj: GetFirewallRuleGroupResponse
1508
+ ) => any;
1509
+
1510
+ export declare const GetFirewallRuleGroupAssociationRequestFilterSensitiveLog: (
1511
+ obj: GetFirewallRuleGroupAssociationRequest
1512
+ ) => any;
1513
+
1514
+ export declare const GetFirewallRuleGroupAssociationResponseFilterSensitiveLog: (
1515
+ obj: GetFirewallRuleGroupAssociationResponse
1516
+ ) => any;
1517
+
1518
+ export declare const GetFirewallRuleGroupPolicyRequestFilterSensitiveLog: (
1519
+ obj: GetFirewallRuleGroupPolicyRequest
1520
+ ) => any;
1521
+
1522
+ export declare const GetFirewallRuleGroupPolicyResponseFilterSensitiveLog: (
1523
+ obj: GetFirewallRuleGroupPolicyResponse
1524
+ ) => any;
1525
+
1526
+ export declare const GetResolverConfigRequestFilterSensitiveLog: (
1527
+ obj: GetResolverConfigRequest
1528
+ ) => any;
1529
+
1530
+ export declare const ResolverConfigFilterSensitiveLog: (
1531
+ obj: ResolverConfig
1532
+ ) => any;
1533
+
1534
+ export declare const GetResolverConfigResponseFilterSensitiveLog: (
1535
+ obj: GetResolverConfigResponse
1536
+ ) => any;
1537
+
1538
+ export declare const GetResolverDnssecConfigRequestFilterSensitiveLog: (
1539
+ obj: GetResolverDnssecConfigRequest
1540
+ ) => any;
1541
+
1542
+ export declare const ResolverDnssecConfigFilterSensitiveLog: (
1543
+ obj: ResolverDnssecConfig
1544
+ ) => any;
1545
+
1546
+ export declare const GetResolverDnssecConfigResponseFilterSensitiveLog: (
1547
+ obj: GetResolverDnssecConfigResponse
1548
+ ) => any;
1549
+
1550
+ export declare const GetResolverEndpointRequestFilterSensitiveLog: (
1551
+ obj: GetResolverEndpointRequest
1552
+ ) => any;
1553
+
1554
+ export declare const GetResolverEndpointResponseFilterSensitiveLog: (
1555
+ obj: GetResolverEndpointResponse
1556
+ ) => any;
1557
+
1558
+ export declare const GetResolverQueryLogConfigRequestFilterSensitiveLog: (
1559
+ obj: GetResolverQueryLogConfigRequest
1560
+ ) => any;
1561
+
1562
+ export declare const GetResolverQueryLogConfigResponseFilterSensitiveLog: (
1563
+ obj: GetResolverQueryLogConfigResponse
1564
+ ) => any;
1565
+
1566
+ export declare const GetResolverQueryLogConfigAssociationRequestFilterSensitiveLog: (
1567
+ obj: GetResolverQueryLogConfigAssociationRequest
1568
+ ) => any;
1569
+
1570
+ export declare const GetResolverQueryLogConfigAssociationResponseFilterSensitiveLog: (
1571
+ obj: GetResolverQueryLogConfigAssociationResponse
1572
+ ) => any;
1573
+
1574
+ export declare const GetResolverQueryLogConfigPolicyRequestFilterSensitiveLog: (
1575
+ obj: GetResolverQueryLogConfigPolicyRequest
1576
+ ) => any;
1577
+
1578
+ export declare const GetResolverQueryLogConfigPolicyResponseFilterSensitiveLog: (
1579
+ obj: GetResolverQueryLogConfigPolicyResponse
1580
+ ) => any;
1581
+
1582
+ export declare const GetResolverRuleRequestFilterSensitiveLog: (
1583
+ obj: GetResolverRuleRequest
1584
+ ) => any;
1585
+
1586
+ export declare const GetResolverRuleResponseFilterSensitiveLog: (
1587
+ obj: GetResolverRuleResponse
1588
+ ) => any;
1589
+
1590
+ export declare const GetResolverRuleAssociationRequestFilterSensitiveLog: (
1591
+ obj: GetResolverRuleAssociationRequest
1592
+ ) => any;
1593
+
1594
+ export declare const GetResolverRuleAssociationResponseFilterSensitiveLog: (
1595
+ obj: GetResolverRuleAssociationResponse
1596
+ ) => any;
1597
+
1598
+ export declare const GetResolverRulePolicyRequestFilterSensitiveLog: (
1599
+ obj: GetResolverRulePolicyRequest
1600
+ ) => any;
1601
+
1602
+ export declare const GetResolverRulePolicyResponseFilterSensitiveLog: (
1603
+ obj: GetResolverRulePolicyResponse
1604
+ ) => any;
1605
+
1606
+ export declare const ImportFirewallDomainsRequestFilterSensitiveLog: (
1607
+ obj: ImportFirewallDomainsRequest
1608
+ ) => any;
1609
+
1610
+ export declare const ImportFirewallDomainsResponseFilterSensitiveLog: (
1611
+ obj: ImportFirewallDomainsResponse
1612
+ ) => any;
1613
+
1614
+ export declare const IpAddressResponseFilterSensitiveLog: (
1615
+ obj: IpAddressResponse
1616
+ ) => any;
1617
+
1618
+ export declare const ListFirewallConfigsRequestFilterSensitiveLog: (
1619
+ obj: ListFirewallConfigsRequest
1620
+ ) => any;
1621
+
1622
+ export declare const ListFirewallConfigsResponseFilterSensitiveLog: (
1623
+ obj: ListFirewallConfigsResponse
1624
+ ) => any;
1625
+
1626
+ export declare const ListFirewallDomainListsRequestFilterSensitiveLog: (
1627
+ obj: ListFirewallDomainListsRequest
1628
+ ) => any;
1629
+
1630
+ export declare const ListFirewallDomainListsResponseFilterSensitiveLog: (
1631
+ obj: ListFirewallDomainListsResponse
1632
+ ) => any;
1633
+
1634
+ export declare const ListFirewallDomainsRequestFilterSensitiveLog: (
1635
+ obj: ListFirewallDomainsRequest
1636
+ ) => any;
1637
+
1638
+ export declare const ListFirewallDomainsResponseFilterSensitiveLog: (
1639
+ obj: ListFirewallDomainsResponse
1640
+ ) => any;
1641
+
1642
+ export declare const ListFirewallRuleGroupAssociationsRequestFilterSensitiveLog: (
1643
+ obj: ListFirewallRuleGroupAssociationsRequest
1644
+ ) => any;
1645
+
1646
+ export declare const ListFirewallRuleGroupAssociationsResponseFilterSensitiveLog: (
1647
+ obj: ListFirewallRuleGroupAssociationsResponse
1648
+ ) => any;
1649
+
1650
+ export declare const ListFirewallRuleGroupsRequestFilterSensitiveLog: (
1651
+ obj: ListFirewallRuleGroupsRequest
1652
+ ) => any;
1653
+
1654
+ export declare const ListFirewallRuleGroupsResponseFilterSensitiveLog: (
1655
+ obj: ListFirewallRuleGroupsResponse
1656
+ ) => any;
1657
+
1658
+ export declare const ListFirewallRulesRequestFilterSensitiveLog: (
1659
+ obj: ListFirewallRulesRequest
1660
+ ) => any;
1661
+
1662
+ export declare const ListFirewallRulesResponseFilterSensitiveLog: (
1663
+ obj: ListFirewallRulesResponse
1664
+ ) => any;
1665
+
1666
+ export declare const ListResolverConfigsRequestFilterSensitiveLog: (
1667
+ obj: ListResolverConfigsRequest
1668
+ ) => any;
1669
+
1670
+ export declare const ListResolverConfigsResponseFilterSensitiveLog: (
1671
+ obj: ListResolverConfigsResponse
1672
+ ) => any;
1673
+
1674
+ export declare const ListResolverDnssecConfigsRequestFilterSensitiveLog: (
1675
+ obj: ListResolverDnssecConfigsRequest
1676
+ ) => any;
1677
+
1678
+ export declare const ListResolverDnssecConfigsResponseFilterSensitiveLog: (
1679
+ obj: ListResolverDnssecConfigsResponse
1680
+ ) => any;
1681
+
1682
+ export declare const ListResolverEndpointIpAddressesRequestFilterSensitiveLog: (
1683
+ obj: ListResolverEndpointIpAddressesRequest
1684
+ ) => any;
1685
+
1686
+ export declare const ListResolverEndpointIpAddressesResponseFilterSensitiveLog: (
1687
+ obj: ListResolverEndpointIpAddressesResponse
1688
+ ) => any;
1689
+
1690
+ export declare const ListResolverEndpointsRequestFilterSensitiveLog: (
1691
+ obj: ListResolverEndpointsRequest
1692
+ ) => any;
1693
+
1694
+ export declare const ListResolverEndpointsResponseFilterSensitiveLog: (
1695
+ obj: ListResolverEndpointsResponse
1696
+ ) => any;
1697
+
1698
+ export declare const ListResolverQueryLogConfigAssociationsRequestFilterSensitiveLog: (
1699
+ obj: ListResolverQueryLogConfigAssociationsRequest
1700
+ ) => any;
1701
+
1702
+ export declare const ListResolverQueryLogConfigAssociationsResponseFilterSensitiveLog: (
1703
+ obj: ListResolverQueryLogConfigAssociationsResponse
1704
+ ) => any;
1705
+
1706
+ export declare const ListResolverQueryLogConfigsRequestFilterSensitiveLog: (
1707
+ obj: ListResolverQueryLogConfigsRequest
1708
+ ) => any;
1709
+
1710
+ export declare const ListResolverQueryLogConfigsResponseFilterSensitiveLog: (
1711
+ obj: ListResolverQueryLogConfigsResponse
1712
+ ) => any;
1713
+
1714
+ export declare const ListResolverRuleAssociationsRequestFilterSensitiveLog: (
1715
+ obj: ListResolverRuleAssociationsRequest
1716
+ ) => any;
1717
+
1718
+ export declare const ListResolverRuleAssociationsResponseFilterSensitiveLog: (
1719
+ obj: ListResolverRuleAssociationsResponse
1720
+ ) => any;
1721
+
1722
+ export declare const ListResolverRulesRequestFilterSensitiveLog: (
1723
+ obj: ListResolverRulesRequest
1724
+ ) => any;
1725
+
1726
+ export declare const ListResolverRulesResponseFilterSensitiveLog: (
1727
+ obj: ListResolverRulesResponse
1728
+ ) => any;
1729
+
1730
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1731
+ obj: ListTagsForResourceRequest
1732
+ ) => any;
1733
+
1734
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1735
+ obj: ListTagsForResourceResponse
1736
+ ) => any;
1737
+
1738
+ export declare const PutFirewallRuleGroupPolicyRequestFilterSensitiveLog: (
1739
+ obj: PutFirewallRuleGroupPolicyRequest
1740
+ ) => any;
1741
+
1742
+ export declare const PutFirewallRuleGroupPolicyResponseFilterSensitiveLog: (
1743
+ obj: PutFirewallRuleGroupPolicyResponse
1744
+ ) => any;
1745
+
1746
+ export declare const PutResolverQueryLogConfigPolicyRequestFilterSensitiveLog: (
1747
+ obj: PutResolverQueryLogConfigPolicyRequest
1748
+ ) => any;
1749
+
1750
+ export declare const PutResolverQueryLogConfigPolicyResponseFilterSensitiveLog: (
1751
+ obj: PutResolverQueryLogConfigPolicyResponse
1752
+ ) => any;
1753
+
1754
+ export declare const PutResolverRulePolicyRequestFilterSensitiveLog: (
1755
+ obj: PutResolverRulePolicyRequest
1756
+ ) => any;
1757
+
1758
+ export declare const PutResolverRulePolicyResponseFilterSensitiveLog: (
1759
+ obj: PutResolverRulePolicyResponse
1760
+ ) => any;
1761
+
1762
+ export declare const ResolverRuleConfigFilterSensitiveLog: (
1763
+ obj: ResolverRuleConfig
1764
+ ) => any;
1765
+
1766
+ export declare const TagResourceRequestFilterSensitiveLog: (
1767
+ obj: TagResourceRequest
1768
+ ) => any;
1769
+
1770
+ export declare const TagResourceResponseFilterSensitiveLog: (
1771
+ obj: TagResourceResponse
1772
+ ) => any;
1773
+
1774
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1775
+ obj: UntagResourceRequest
1776
+ ) => any;
1777
+
1778
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1779
+ obj: UntagResourceResponse
1780
+ ) => any;
1781
+
1782
+ export declare const UpdateFirewallConfigRequestFilterSensitiveLog: (
1783
+ obj: UpdateFirewallConfigRequest
1784
+ ) => any;
1785
+
1786
+ export declare const UpdateFirewallConfigResponseFilterSensitiveLog: (
1787
+ obj: UpdateFirewallConfigResponse
1788
+ ) => any;
1789
+
1790
+ export declare const UpdateFirewallDomainsRequestFilterSensitiveLog: (
1791
+ obj: UpdateFirewallDomainsRequest
1792
+ ) => any;
1793
+
1794
+ export declare const UpdateFirewallDomainsResponseFilterSensitiveLog: (
1795
+ obj: UpdateFirewallDomainsResponse
1796
+ ) => any;
1797
+
1798
+ export declare const UpdateFirewallRuleRequestFilterSensitiveLog: (
1799
+ obj: UpdateFirewallRuleRequest
1800
+ ) => any;
1801
+
1802
+ export declare const UpdateFirewallRuleResponseFilterSensitiveLog: (
1803
+ obj: UpdateFirewallRuleResponse
1804
+ ) => any;
1805
+
1806
+ export declare const UpdateFirewallRuleGroupAssociationRequestFilterSensitiveLog: (
1807
+ obj: UpdateFirewallRuleGroupAssociationRequest
1808
+ ) => any;
1809
+
1810
+ export declare const UpdateFirewallRuleGroupAssociationResponseFilterSensitiveLog: (
1811
+ obj: UpdateFirewallRuleGroupAssociationResponse
1812
+ ) => any;
1813
+
1814
+ export declare const UpdateResolverConfigRequestFilterSensitiveLog: (
1815
+ obj: UpdateResolverConfigRequest
1816
+ ) => any;
1817
+
1818
+ export declare const UpdateResolverConfigResponseFilterSensitiveLog: (
1819
+ obj: UpdateResolverConfigResponse
1820
+ ) => any;
1821
+
1822
+ export declare const UpdateResolverDnssecConfigRequestFilterSensitiveLog: (
1823
+ obj: UpdateResolverDnssecConfigRequest
1824
+ ) => any;
1825
+
1826
+ export declare const UpdateResolverDnssecConfigResponseFilterSensitiveLog: (
1827
+ obj: UpdateResolverDnssecConfigResponse
1828
+ ) => any;
1829
+
1830
+ export declare const UpdateResolverEndpointRequestFilterSensitiveLog: (
1831
+ obj: UpdateResolverEndpointRequest
1832
+ ) => any;
1833
+
1834
+ export declare const UpdateResolverEndpointResponseFilterSensitiveLog: (
1835
+ obj: UpdateResolverEndpointResponse
1836
+ ) => any;
1837
+
1838
+ export declare const UpdateResolverRuleRequestFilterSensitiveLog: (
1839
+ obj: UpdateResolverRuleRequest
1840
+ ) => any;
1841
+
1842
+ export declare const UpdateResolverRuleResponseFilterSensitiveLog: (
1843
+ obj: UpdateResolverRuleResponse
1844
+ ) => any;