@aws-sdk/client-route53resolver 3.300.0 → 3.303.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 (68) hide show
  1. package/dist-cjs/models/models_0.js +149 -175
  2. package/dist-es/models/models_0.js +149 -175
  3. package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +3 -3
  4. package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +2 -2
  5. package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +1 -1
  6. package/dist-types/commands/AssociateResolverRuleCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateFirewallRuleCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateResolverEndpointCommand.d.ts +6 -6
  11. package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateResolverRuleCommand.d.ts +5 -5
  13. package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteResolverRuleCommand.d.ts +1 -1
  19. package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +2 -2
  21. package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +1 -1
  22. package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +1 -1
  23. package/dist-types/commands/GetFirewallConfigCommand.d.ts +1 -1
  24. package/dist-types/commands/GetFirewallDomainListCommand.d.ts +1 -1
  25. package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +1 -1
  26. package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +1 -1
  27. package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +1 -1
  28. package/dist-types/commands/GetResolverConfigCommand.d.ts +1 -1
  29. package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/GetResolverEndpointCommand.d.ts +1 -1
  31. package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +1 -1
  32. package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +1 -1
  33. package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +1 -1
  35. package/dist-types/commands/GetResolverRuleCommand.d.ts +1 -1
  36. package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +1 -1
  37. package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListFirewallConfigsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListFirewallDomainsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListFirewallRulesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListResolverConfigsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +4 -4
  46. package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListResolverEndpointsCommand.d.ts +4 -4
  48. package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +4 -4
  49. package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +4 -4
  50. package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +4 -4
  51. package/dist-types/commands/ListResolverRulesCommand.d.ts +4 -4
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  53. package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +1 -1
  55. package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +1 -1
  56. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  57. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  58. package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateResolverConfigCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +3 -3
  65. package/dist-types/commands/UpdateResolverRuleCommand.d.ts +4 -4
  66. package/dist-types/models/models_0.d.ts +279 -149
  67. package/dist-types/ts3.4/models/models_0.d.ts +196 -149
  68. package/package.json +34 -34
@@ -12,23 +12,20 @@ export class AccessDeniedException extends __BaseException {
12
12
  this.Message = opts.Message;
13
13
  }
14
14
  }
15
- export var Action;
16
- (function (Action) {
17
- Action["ALERT"] = "ALERT";
18
- Action["ALLOW"] = "ALLOW";
19
- Action["BLOCK"] = "BLOCK";
20
- })(Action || (Action = {}));
21
- export var MutationProtectionStatus;
22
- (function (MutationProtectionStatus) {
23
- MutationProtectionStatus["DISABLED"] = "DISABLED";
24
- MutationProtectionStatus["ENABLED"] = "ENABLED";
25
- })(MutationProtectionStatus || (MutationProtectionStatus = {}));
26
- export var FirewallRuleGroupAssociationStatus;
27
- (function (FirewallRuleGroupAssociationStatus) {
28
- FirewallRuleGroupAssociationStatus["COMPLETE"] = "COMPLETE";
29
- FirewallRuleGroupAssociationStatus["DELETING"] = "DELETING";
30
- FirewallRuleGroupAssociationStatus["UPDATING"] = "UPDATING";
31
- })(FirewallRuleGroupAssociationStatus || (FirewallRuleGroupAssociationStatus = {}));
15
+ export const Action = {
16
+ ALERT: "ALERT",
17
+ ALLOW: "ALLOW",
18
+ BLOCK: "BLOCK",
19
+ };
20
+ export const MutationProtectionStatus = {
21
+ DISABLED: "DISABLED",
22
+ ENABLED: "ENABLED",
23
+ };
24
+ export const FirewallRuleGroupAssociationStatus = {
25
+ COMPLETE: "COMPLETE",
26
+ DELETING: "DELETING",
27
+ UPDATING: "UPDATING",
28
+ };
32
29
  export class ConflictException extends __BaseException {
33
30
  constructor(opts) {
34
31
  super({
@@ -109,26 +106,23 @@ export class ValidationException extends __BaseException {
109
106
  this.Message = opts.Message;
110
107
  }
111
108
  }
112
- export var ResolverEndpointDirection;
113
- (function (ResolverEndpointDirection) {
114
- ResolverEndpointDirection["Inbound"] = "INBOUND";
115
- ResolverEndpointDirection["Outbound"] = "OUTBOUND";
116
- })(ResolverEndpointDirection || (ResolverEndpointDirection = {}));
117
- export var ResolverEndpointType;
118
- (function (ResolverEndpointType) {
119
- ResolverEndpointType["DUALSTACK"] = "DUALSTACK";
120
- ResolverEndpointType["IPV4"] = "IPV4";
121
- ResolverEndpointType["IPV6"] = "IPV6";
122
- })(ResolverEndpointType || (ResolverEndpointType = {}));
123
- export var ResolverEndpointStatus;
124
- (function (ResolverEndpointStatus) {
125
- ResolverEndpointStatus["ActionNeeded"] = "ACTION_NEEDED";
126
- ResolverEndpointStatus["AutoRecovering"] = "AUTO_RECOVERING";
127
- ResolverEndpointStatus["Creating"] = "CREATING";
128
- ResolverEndpointStatus["Deleting"] = "DELETING";
129
- ResolverEndpointStatus["Operational"] = "OPERATIONAL";
130
- ResolverEndpointStatus["Updating"] = "UPDATING";
131
- })(ResolverEndpointStatus || (ResolverEndpointStatus = {}));
109
+ export const ResolverEndpointDirection = {
110
+ Inbound: "INBOUND",
111
+ Outbound: "OUTBOUND",
112
+ };
113
+ export const ResolverEndpointType = {
114
+ DUALSTACK: "DUALSTACK",
115
+ IPV4: "IPV4",
116
+ IPV6: "IPV6",
117
+ };
118
+ export const ResolverEndpointStatus = {
119
+ ActionNeeded: "ACTION_NEEDED",
120
+ AutoRecovering: "AUTO_RECOVERING",
121
+ Creating: "CREATING",
122
+ Deleting: "DELETING",
123
+ Operational: "OPERATIONAL",
124
+ Updating: "UPDATING",
125
+ };
132
126
  export class InvalidParameterException extends __BaseException {
133
127
  constructor(opts) {
134
128
  super({
@@ -170,29 +164,26 @@ export class ResourceExistsException extends __BaseException {
170
164
  this.ResourceType = opts.ResourceType;
171
165
  }
172
166
  }
173
- export var ResolverQueryLogConfigAssociationError;
174
- (function (ResolverQueryLogConfigAssociationError) {
175
- ResolverQueryLogConfigAssociationError["AccessDenied"] = "ACCESS_DENIED";
176
- ResolverQueryLogConfigAssociationError["DestinationNotFound"] = "DESTINATION_NOT_FOUND";
177
- ResolverQueryLogConfigAssociationError["InternalServiceError"] = "INTERNAL_SERVICE_ERROR";
178
- ResolverQueryLogConfigAssociationError["None"] = "NONE";
179
- })(ResolverQueryLogConfigAssociationError || (ResolverQueryLogConfigAssociationError = {}));
180
- export var ResolverQueryLogConfigAssociationStatus;
181
- (function (ResolverQueryLogConfigAssociationStatus) {
182
- ResolverQueryLogConfigAssociationStatus["ActionNeeded"] = "ACTION_NEEDED";
183
- ResolverQueryLogConfigAssociationStatus["Active"] = "ACTIVE";
184
- ResolverQueryLogConfigAssociationStatus["Creating"] = "CREATING";
185
- ResolverQueryLogConfigAssociationStatus["Deleting"] = "DELETING";
186
- ResolverQueryLogConfigAssociationStatus["Failed"] = "FAILED";
187
- })(ResolverQueryLogConfigAssociationStatus || (ResolverQueryLogConfigAssociationStatus = {}));
188
- export var ResolverRuleAssociationStatus;
189
- (function (ResolverRuleAssociationStatus) {
190
- ResolverRuleAssociationStatus["Complete"] = "COMPLETE";
191
- ResolverRuleAssociationStatus["Creating"] = "CREATING";
192
- ResolverRuleAssociationStatus["Deleting"] = "DELETING";
193
- ResolverRuleAssociationStatus["Failed"] = "FAILED";
194
- ResolverRuleAssociationStatus["Overridden"] = "OVERRIDDEN";
195
- })(ResolverRuleAssociationStatus || (ResolverRuleAssociationStatus = {}));
167
+ export const ResolverQueryLogConfigAssociationError = {
168
+ AccessDenied: "ACCESS_DENIED",
169
+ DestinationNotFound: "DESTINATION_NOT_FOUND",
170
+ InternalServiceError: "INTERNAL_SERVICE_ERROR",
171
+ None: "NONE",
172
+ };
173
+ export const ResolverQueryLogConfigAssociationStatus = {
174
+ ActionNeeded: "ACTION_NEEDED",
175
+ Active: "ACTIVE",
176
+ Creating: "CREATING",
177
+ Deleting: "DELETING",
178
+ Failed: "FAILED",
179
+ };
180
+ export const ResolverRuleAssociationStatus = {
181
+ Complete: "COMPLETE",
182
+ Creating: "CREATING",
183
+ Deleting: "DELETING",
184
+ Failed: "FAILED",
185
+ Overridden: "OVERRIDDEN",
186
+ };
196
187
  export class ResourceUnavailableException extends __BaseException {
197
188
  constructor(opts) {
198
189
  super({
@@ -207,62 +198,53 @@ export class ResourceUnavailableException extends __BaseException {
207
198
  this.ResourceType = opts.ResourceType;
208
199
  }
209
200
  }
210
- export var AutodefinedReverseFlag;
211
- (function (AutodefinedReverseFlag) {
212
- AutodefinedReverseFlag["DISABLE"] = "DISABLE";
213
- AutodefinedReverseFlag["ENABLE"] = "ENABLE";
214
- AutodefinedReverseFlag["USE_LOCAL_RESOURCE_SETTING"] = "USE_LOCAL_RESOURCE_SETTING";
215
- })(AutodefinedReverseFlag || (AutodefinedReverseFlag = {}));
216
- export var BlockOverrideDnsType;
217
- (function (BlockOverrideDnsType) {
218
- BlockOverrideDnsType["CNAME"] = "CNAME";
219
- })(BlockOverrideDnsType || (BlockOverrideDnsType = {}));
220
- export var BlockResponse;
221
- (function (BlockResponse) {
222
- BlockResponse["NODATA"] = "NODATA";
223
- BlockResponse["NXDOMAIN"] = "NXDOMAIN";
224
- BlockResponse["OVERRIDE"] = "OVERRIDE";
225
- })(BlockResponse || (BlockResponse = {}));
226
- export var FirewallDomainListStatus;
227
- (function (FirewallDomainListStatus) {
228
- FirewallDomainListStatus["COMPLETE"] = "COMPLETE";
229
- FirewallDomainListStatus["COMPLETE_IMPORT_FAILED"] = "COMPLETE_IMPORT_FAILED";
230
- FirewallDomainListStatus["DELETING"] = "DELETING";
231
- FirewallDomainListStatus["IMPORTING"] = "IMPORTING";
232
- FirewallDomainListStatus["UPDATING"] = "UPDATING";
233
- })(FirewallDomainListStatus || (FirewallDomainListStatus = {}));
234
- export var ShareStatus;
235
- (function (ShareStatus) {
236
- ShareStatus["NotShared"] = "NOT_SHARED";
237
- ShareStatus["SharedByMe"] = "SHARED_BY_ME";
238
- ShareStatus["SharedWithMe"] = "SHARED_WITH_ME";
239
- })(ShareStatus || (ShareStatus = {}));
240
- export var FirewallRuleGroupStatus;
241
- (function (FirewallRuleGroupStatus) {
242
- FirewallRuleGroupStatus["COMPLETE"] = "COMPLETE";
243
- FirewallRuleGroupStatus["DELETING"] = "DELETING";
244
- FirewallRuleGroupStatus["UPDATING"] = "UPDATING";
245
- })(FirewallRuleGroupStatus || (FirewallRuleGroupStatus = {}));
246
- export var ResolverQueryLogConfigStatus;
247
- (function (ResolverQueryLogConfigStatus) {
248
- ResolverQueryLogConfigStatus["Created"] = "CREATED";
249
- ResolverQueryLogConfigStatus["Creating"] = "CREATING";
250
- ResolverQueryLogConfigStatus["Deleting"] = "DELETING";
251
- ResolverQueryLogConfigStatus["Failed"] = "FAILED";
252
- })(ResolverQueryLogConfigStatus || (ResolverQueryLogConfigStatus = {}));
253
- export var RuleTypeOption;
254
- (function (RuleTypeOption) {
255
- RuleTypeOption["Forward"] = "FORWARD";
256
- RuleTypeOption["Recursive"] = "RECURSIVE";
257
- RuleTypeOption["System"] = "SYSTEM";
258
- })(RuleTypeOption || (RuleTypeOption = {}));
259
- export var ResolverRuleStatus;
260
- (function (ResolverRuleStatus) {
261
- ResolverRuleStatus["Complete"] = "COMPLETE";
262
- ResolverRuleStatus["Deleting"] = "DELETING";
263
- ResolverRuleStatus["Failed"] = "FAILED";
264
- ResolverRuleStatus["Updating"] = "UPDATING";
265
- })(ResolverRuleStatus || (ResolverRuleStatus = {}));
201
+ export const AutodefinedReverseFlag = {
202
+ DISABLE: "DISABLE",
203
+ ENABLE: "ENABLE",
204
+ USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING",
205
+ };
206
+ export const BlockOverrideDnsType = {
207
+ CNAME: "CNAME",
208
+ };
209
+ export const BlockResponse = {
210
+ NODATA: "NODATA",
211
+ NXDOMAIN: "NXDOMAIN",
212
+ OVERRIDE: "OVERRIDE",
213
+ };
214
+ export const FirewallDomainListStatus = {
215
+ COMPLETE: "COMPLETE",
216
+ COMPLETE_IMPORT_FAILED: "COMPLETE_IMPORT_FAILED",
217
+ DELETING: "DELETING",
218
+ IMPORTING: "IMPORTING",
219
+ UPDATING: "UPDATING",
220
+ };
221
+ export const ShareStatus = {
222
+ NotShared: "NOT_SHARED",
223
+ SharedByMe: "SHARED_BY_ME",
224
+ SharedWithMe: "SHARED_WITH_ME",
225
+ };
226
+ export const FirewallRuleGroupStatus = {
227
+ COMPLETE: "COMPLETE",
228
+ DELETING: "DELETING",
229
+ UPDATING: "UPDATING",
230
+ };
231
+ export const ResolverQueryLogConfigStatus = {
232
+ Created: "CREATED",
233
+ Creating: "CREATING",
234
+ Deleting: "DELETING",
235
+ Failed: "FAILED",
236
+ };
237
+ export const RuleTypeOption = {
238
+ Forward: "FORWARD",
239
+ Recursive: "RECURSIVE",
240
+ System: "SYSTEM",
241
+ };
242
+ export const ResolverRuleStatus = {
243
+ Complete: "COMPLETE",
244
+ Deleting: "DELETING",
245
+ Failed: "FAILED",
246
+ Updating: "UPDATING",
247
+ };
266
248
  export class ResourceInUseException extends __BaseException {
267
249
  constructor(opts) {
268
250
  super({
@@ -277,40 +259,35 @@ export class ResourceInUseException extends __BaseException {
277
259
  this.ResourceType = opts.ResourceType;
278
260
  }
279
261
  }
280
- export var FirewallFailOpenStatus;
281
- (function (FirewallFailOpenStatus) {
282
- FirewallFailOpenStatus["DISABLED"] = "DISABLED";
283
- FirewallFailOpenStatus["ENABLED"] = "ENABLED";
284
- FirewallFailOpenStatus["USE_LOCAL_RESOURCE_SETTING"] = "USE_LOCAL_RESOURCE_SETTING";
285
- })(FirewallFailOpenStatus || (FirewallFailOpenStatus = {}));
286
- export var FirewallDomainImportOperation;
287
- (function (FirewallDomainImportOperation) {
288
- FirewallDomainImportOperation["REPLACE"] = "REPLACE";
289
- })(FirewallDomainImportOperation || (FirewallDomainImportOperation = {}));
290
- export var FirewallDomainUpdateOperation;
291
- (function (FirewallDomainUpdateOperation) {
292
- FirewallDomainUpdateOperation["ADD"] = "ADD";
293
- FirewallDomainUpdateOperation["REMOVE"] = "REMOVE";
294
- FirewallDomainUpdateOperation["REPLACE"] = "REPLACE";
295
- })(FirewallDomainUpdateOperation || (FirewallDomainUpdateOperation = {}));
296
- export var ResolverAutodefinedReverseStatus;
297
- (function (ResolverAutodefinedReverseStatus) {
298
- ResolverAutodefinedReverseStatus["Disabled"] = "DISABLED";
299
- ResolverAutodefinedReverseStatus["Disabling"] = "DISABLING";
300
- ResolverAutodefinedReverseStatus["Enabled"] = "ENABLED";
301
- ResolverAutodefinedReverseStatus["Enabling"] = "ENABLING";
302
- ResolverAutodefinedReverseStatus["UpdatingToUseLocalResourceSetting"] = "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING";
303
- ResolverAutodefinedReverseStatus["UseLocalResourceSetting"] = "USE_LOCAL_RESOURCE_SETTING";
304
- })(ResolverAutodefinedReverseStatus || (ResolverAutodefinedReverseStatus = {}));
305
- export var ResolverDNSSECValidationStatus;
306
- (function (ResolverDNSSECValidationStatus) {
307
- ResolverDNSSECValidationStatus["Disabled"] = "DISABLED";
308
- ResolverDNSSECValidationStatus["Disabling"] = "DISABLING";
309
- ResolverDNSSECValidationStatus["Enabled"] = "ENABLED";
310
- ResolverDNSSECValidationStatus["Enabling"] = "ENABLING";
311
- ResolverDNSSECValidationStatus["UpdateToUseLocalResourceSetting"] = "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING";
312
- ResolverDNSSECValidationStatus["UseLocalResourceSetting"] = "USE_LOCAL_RESOURCE_SETTING";
313
- })(ResolverDNSSECValidationStatus || (ResolverDNSSECValidationStatus = {}));
262
+ export const FirewallFailOpenStatus = {
263
+ DISABLED: "DISABLED",
264
+ ENABLED: "ENABLED",
265
+ USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING",
266
+ };
267
+ export const FirewallDomainImportOperation = {
268
+ REPLACE: "REPLACE",
269
+ };
270
+ export const FirewallDomainUpdateOperation = {
271
+ ADD: "ADD",
272
+ REMOVE: "REMOVE",
273
+ REPLACE: "REPLACE",
274
+ };
275
+ export const ResolverAutodefinedReverseStatus = {
276
+ Disabled: "DISABLED",
277
+ Disabling: "DISABLING",
278
+ Enabled: "ENABLED",
279
+ Enabling: "ENABLING",
280
+ UpdatingToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
281
+ UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING",
282
+ };
283
+ export const ResolverDNSSECValidationStatus = {
284
+ Disabled: "DISABLED",
285
+ Disabling: "DISABLING",
286
+ Enabled: "ENABLED",
287
+ Enabling: "ENABLING",
288
+ UpdateToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
289
+ UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING",
290
+ };
314
291
  export class UnknownResourceException extends __BaseException {
315
292
  constructor(opts) {
316
293
  super({
@@ -363,28 +340,25 @@ export class InvalidTagException extends __BaseException {
363
340
  this.Message = opts.Message;
364
341
  }
365
342
  }
366
- export var IpAddressStatus;
367
- (function (IpAddressStatus) {
368
- IpAddressStatus["Attached"] = "ATTACHED";
369
- IpAddressStatus["Attaching"] = "ATTACHING";
370
- IpAddressStatus["Creating"] = "CREATING";
371
- IpAddressStatus["DeleteFailedFasExpired"] = "DELETE_FAILED_FAS_EXPIRED";
372
- IpAddressStatus["Deleting"] = "DELETING";
373
- IpAddressStatus["Detaching"] = "DETACHING";
374
- IpAddressStatus["FailedCreation"] = "FAILED_CREATION";
375
- IpAddressStatus["FailedResourceGone"] = "FAILED_RESOURCE_GONE";
376
- IpAddressStatus["RemapAttaching"] = "REMAP_ATTACHING";
377
- IpAddressStatus["RemapDetaching"] = "REMAP_DETACHING";
378
- IpAddressStatus["Updating"] = "UPDATING";
379
- })(IpAddressStatus || (IpAddressStatus = {}));
380
- export var SortOrder;
381
- (function (SortOrder) {
382
- SortOrder["Ascending"] = "ASCENDING";
383
- SortOrder["Descending"] = "DESCENDING";
384
- })(SortOrder || (SortOrder = {}));
385
- export var Validation;
386
- (function (Validation) {
387
- Validation["DISABLE"] = "DISABLE";
388
- Validation["ENABLE"] = "ENABLE";
389
- Validation["USE_LOCAL_RESOURCE_SETTING"] = "USE_LOCAL_RESOURCE_SETTING";
390
- })(Validation || (Validation = {}));
343
+ export const IpAddressStatus = {
344
+ Attached: "ATTACHED",
345
+ Attaching: "ATTACHING",
346
+ Creating: "CREATING",
347
+ DeleteFailedFasExpired: "DELETE_FAILED_FAS_EXPIRED",
348
+ Deleting: "DELETING",
349
+ Detaching: "DETACHING",
350
+ FailedCreation: "FAILED_CREATION",
351
+ FailedResourceGone: "FAILED_RESOURCE_GONE",
352
+ RemapAttaching: "REMAP_ATTACHING",
353
+ RemapDetaching: "REMAP_DETACHING",
354
+ Updating: "UPDATING",
355
+ };
356
+ export const SortOrder = {
357
+ Ascending: "ASCENDING",
358
+ Descending: "DESCENDING",
359
+ };
360
+ export const Validation = {
361
+ DISABLE: "DISABLE",
362
+ ENABLE: "ENABLE",
363
+ USE_LOCAL_RESOURCE_SETTING: "USE_LOCAL_RESOURCE_SETTING",
364
+ };
@@ -26,15 +26,15 @@ export interface AssociateFirewallRuleGroupCommandOutput extends AssociateFirewa
26
26
  * import { Route53ResolverClient, AssociateFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
27
27
  * // const { Route53ResolverClient, AssociateFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
28
28
  * const client = new Route53ResolverClient(config);
29
- * const input = {
29
+ * const input = { // AssociateFirewallRuleGroupRequest
30
30
  * CreatorRequestId: "STRING_VALUE", // required
31
31
  * FirewallRuleGroupId: "STRING_VALUE", // required
32
32
  * VpcId: "STRING_VALUE", // required
33
33
  * Priority: Number("int"), // required
34
34
  * Name: "STRING_VALUE", // required
35
35
  * MutationProtection: "ENABLED" || "DISABLED",
36
- * Tags: [
37
- * {
36
+ * Tags: [ // TagList
37
+ * { // Tag
38
38
  * Key: "STRING_VALUE", // required
39
39
  * Value: "STRING_VALUE", // required
40
40
  * },
@@ -30,9 +30,9 @@ export interface AssociateResolverEndpointIpAddressCommandOutput extends Associa
30
30
  * import { Route53ResolverClient, AssociateResolverEndpointIpAddressCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
31
31
  * // const { Route53ResolverClient, AssociateResolverEndpointIpAddressCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
32
32
  * const client = new Route53ResolverClient(config);
33
- * const input = {
33
+ * const input = { // AssociateResolverEndpointIpAddressRequest
34
34
  * ResolverEndpointId: "STRING_VALUE", // required
35
- * IpAddress: {
35
+ * IpAddress: { // IpAddressUpdate
36
36
  * IpId: "STRING_VALUE",
37
37
  * SubnetId: "STRING_VALUE",
38
38
  * Ip: "STRING_VALUE",
@@ -34,7 +34,7 @@ export interface AssociateResolverQueryLogConfigCommandOutput extends AssociateR
34
34
  * import { Route53ResolverClient, AssociateResolverQueryLogConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
35
35
  * // const { Route53ResolverClient, AssociateResolverQueryLogConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
36
36
  * const client = new Route53ResolverClient(config);
37
- * const input = {
37
+ * const input = { // AssociateResolverQueryLogConfigRequest
38
38
  * ResolverQueryLogConfigId: "STRING_VALUE", // required
39
39
  * ResourceId: "STRING_VALUE", // required
40
40
  * };
@@ -29,7 +29,7 @@ export interface AssociateResolverRuleCommandOutput extends AssociateResolverRul
29
29
  * import { Route53ResolverClient, AssociateResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
30
30
  * // const { Route53ResolverClient, AssociateResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
31
31
  * const client = new Route53ResolverClient(config);
32
- * const input = {
32
+ * const input = { // AssociateResolverRuleRequest
33
33
  * ResolverRuleId: "STRING_VALUE", // required
34
34
  * Name: "STRING_VALUE",
35
35
  * VPCId: "STRING_VALUE", // required
@@ -26,11 +26,11 @@ export interface CreateFirewallDomainListCommandOutput extends CreateFirewallDom
26
26
  * import { Route53ResolverClient, CreateFirewallDomainListCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
27
27
  * // const { Route53ResolverClient, CreateFirewallDomainListCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
28
28
  * const client = new Route53ResolverClient(config);
29
- * const input = {
29
+ * const input = { // CreateFirewallDomainListRequest
30
30
  * CreatorRequestId: "STRING_VALUE", // required
31
31
  * Name: "STRING_VALUE", // required
32
- * Tags: [
33
- * {
32
+ * Tags: [ // TagList
33
+ * { // Tag
34
34
  * Key: "STRING_VALUE", // required
35
35
  * Value: "STRING_VALUE", // required
36
36
  * },
@@ -26,7 +26,7 @@ export interface CreateFirewallRuleCommandOutput extends CreateFirewallRuleRespo
26
26
  * import { Route53ResolverClient, CreateFirewallRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
27
27
  * // const { Route53ResolverClient, CreateFirewallRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
28
28
  * const client = new Route53ResolverClient(config);
29
- * const input = {
29
+ * const input = { // CreateFirewallRuleRequest
30
30
  * CreatorRequestId: "STRING_VALUE", // required
31
31
  * FirewallRuleGroupId: "STRING_VALUE", // required
32
32
  * FirewallDomainListId: "STRING_VALUE", // required
@@ -27,11 +27,11 @@ export interface CreateFirewallRuleGroupCommandOutput extends CreateFirewallRule
27
27
  * import { Route53ResolverClient, CreateFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
28
28
  * // const { Route53ResolverClient, CreateFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
29
29
  * const client = new Route53ResolverClient(config);
30
- * const input = {
30
+ * const input = { // CreateFirewallRuleGroupRequest
31
31
  * CreatorRequestId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE", // required
33
- * Tags: [
34
- * {
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
35
  * Key: "STRING_VALUE", // required
36
36
  * Value: "STRING_VALUE", // required
37
37
  * },
@@ -36,22 +36,22 @@ export interface CreateResolverEndpointCommandOutput extends CreateResolverEndpo
36
36
  * import { Route53ResolverClient, CreateResolverEndpointCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
37
37
  * // const { Route53ResolverClient, CreateResolverEndpointCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
38
38
  * const client = new Route53ResolverClient(config);
39
- * const input = {
39
+ * const input = { // CreateResolverEndpointRequest
40
40
  * CreatorRequestId: "STRING_VALUE", // required
41
41
  * Name: "STRING_VALUE",
42
- * SecurityGroupIds: [ // required
42
+ * SecurityGroupIds: [ // SecurityGroupIds // required
43
43
  * "STRING_VALUE",
44
44
  * ],
45
45
  * Direction: "INBOUND" || "OUTBOUND", // required
46
- * IpAddresses: [ // required
47
- * {
46
+ * IpAddresses: [ // IpAddressesRequest // required
47
+ * { // IpAddressRequest
48
48
  * SubnetId: "STRING_VALUE", // required
49
49
  * Ip: "STRING_VALUE",
50
50
  * Ipv6: "STRING_VALUE",
51
51
  * },
52
52
  * ],
53
- * Tags: [
54
- * {
53
+ * Tags: [ // TagList
54
+ * { // Tag
55
55
  * Key: "STRING_VALUE", // required
56
56
  * Value: "STRING_VALUE", // required
57
57
  * },
@@ -32,12 +32,12 @@ export interface CreateResolverQueryLogConfigCommandOutput extends CreateResolve
32
32
  * import { Route53ResolverClient, CreateResolverQueryLogConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
33
33
  * // const { Route53ResolverClient, CreateResolverQueryLogConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
34
34
  * const client = new Route53ResolverClient(config);
35
- * const input = {
35
+ * const input = { // CreateResolverQueryLogConfigRequest
36
36
  * Name: "STRING_VALUE", // required
37
37
  * DestinationArn: "STRING_VALUE", // required
38
38
  * CreatorRequestId: "STRING_VALUE", // required
39
- * Tags: [
40
- * {
39
+ * Tags: [ // TagList
40
+ * { // Tag
41
41
  * Key: "STRING_VALUE", // required
42
42
  * Value: "STRING_VALUE", // required
43
43
  * },
@@ -27,21 +27,21 @@ export interface CreateResolverRuleCommandOutput extends CreateResolverRuleRespo
27
27
  * import { Route53ResolverClient, CreateResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
28
28
  * // const { Route53ResolverClient, CreateResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
29
29
  * const client = new Route53ResolverClient(config);
30
- * const input = {
30
+ * const input = { // CreateResolverRuleRequest
31
31
  * CreatorRequestId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE",
33
33
  * RuleType: "FORWARD" || "SYSTEM" || "RECURSIVE", // required
34
34
  * DomainName: "STRING_VALUE", // required
35
- * TargetIps: [
36
- * {
35
+ * TargetIps: [ // TargetList
36
+ * { // TargetAddress
37
37
  * Ip: "STRING_VALUE",
38
38
  * Port: Number("int"),
39
39
  * Ipv6: "STRING_VALUE",
40
40
  * },
41
41
  * ],
42
42
  * ResolverEndpointId: "STRING_VALUE",
43
- * Tags: [
44
- * {
43
+ * Tags: [ // TagList
44
+ * { // Tag
45
45
  * Key: "STRING_VALUE", // required
46
46
  * Value: "STRING_VALUE", // required
47
47
  * },
@@ -26,7 +26,7 @@ export interface DeleteFirewallDomainListCommandOutput extends DeleteFirewallDom
26
26
  * import { Route53ResolverClient, DeleteFirewallDomainListCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
27
27
  * // const { Route53ResolverClient, DeleteFirewallDomainListCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
28
28
  * const client = new Route53ResolverClient(config);
29
- * const input = {
29
+ * const input = { // DeleteFirewallDomainListRequest
30
30
  * FirewallDomainListId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteFirewallDomainListCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteFirewallRuleCommandOutput extends DeleteFirewallRuleRespo
26
26
  * import { Route53ResolverClient, DeleteFirewallRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
27
27
  * // const { Route53ResolverClient, DeleteFirewallRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
28
28
  * const client = new Route53ResolverClient(config);
29
- * const input = {
29
+ * const input = { // DeleteFirewallRuleRequest
30
30
  * FirewallRuleGroupId: "STRING_VALUE", // required
31
31
  * FirewallDomainListId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteFirewallRuleGroupCommandOutput extends DeleteFirewallRule
26
26
  * import { Route53ResolverClient, DeleteFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
27
27
  * // const { Route53ResolverClient, DeleteFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
28
28
  * const client = new Route53ResolverClient(config);
29
- * const input = {
29
+ * const input = { // DeleteFirewallRuleGroupRequest
30
30
  * FirewallRuleGroupId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteFirewallRuleGroupCommand(input);
@@ -38,7 +38,7 @@ export interface DeleteResolverEndpointCommandOutput extends DeleteResolverEndpo
38
38
  * import { Route53ResolverClient, DeleteResolverEndpointCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
39
39
  * // const { Route53ResolverClient, DeleteResolverEndpointCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
40
40
  * const client = new Route53ResolverClient(config);
41
- * const input = {
41
+ * const input = { // DeleteResolverEndpointRequest
42
42
  * ResolverEndpointId: "STRING_VALUE", // required
43
43
  * };
44
44
  * const command = new DeleteResolverEndpointCommand(input);
@@ -34,7 +34,7 @@ export interface DeleteResolverQueryLogConfigCommandOutput extends DeleteResolve
34
34
  * import { Route53ResolverClient, DeleteResolverQueryLogConfigCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
35
35
  * // const { Route53ResolverClient, DeleteResolverQueryLogConfigCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
36
36
  * const client = new Route53ResolverClient(config);
37
- * const input = {
37
+ * const input = { // DeleteResolverQueryLogConfigRequest
38
38
  * ResolverQueryLogConfigId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new DeleteResolverQueryLogConfigCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteResolverRuleCommandOutput extends DeleteResolverRuleRespo
28
28
  * import { Route53ResolverClient, DeleteResolverRuleCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
29
29
  * // const { Route53ResolverClient, DeleteResolverRuleCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
30
30
  * const client = new Route53ResolverClient(config);
31
- * const input = {
31
+ * const input = { // DeleteResolverRuleRequest
32
32
  * ResolverRuleId: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteResolverRuleCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateFirewallRuleGroupCommandOutput extends Disassociate
26
26
  * import { Route53ResolverClient, DisassociateFirewallRuleGroupCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
27
27
  * // const { Route53ResolverClient, DisassociateFirewallRuleGroupCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
28
28
  * const client = new Route53ResolverClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateFirewallRuleGroupRequest
30
30
  * FirewallRuleGroupAssociationId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DisassociateFirewallRuleGroupCommand(input);
@@ -30,9 +30,9 @@ export interface DisassociateResolverEndpointIpAddressCommandOutput extends Disa
30
30
  * import { Route53ResolverClient, DisassociateResolverEndpointIpAddressCommand } from "@aws-sdk/client-route53resolver"; // ES Modules import
31
31
  * // const { Route53ResolverClient, DisassociateResolverEndpointIpAddressCommand } = require("@aws-sdk/client-route53resolver"); // CommonJS import
32
32
  * const client = new Route53ResolverClient(config);
33
- * const input = {
33
+ * const input = { // DisassociateResolverEndpointIpAddressRequest
34
34
  * ResolverEndpointId: "STRING_VALUE", // required
35
- * IpAddress: {
35
+ * IpAddress: { // IpAddressUpdate
36
36
  * IpId: "STRING_VALUE",
37
37
  * SubnetId: "STRING_VALUE",
38
38
  * Ip: "STRING_VALUE",