@aws-sdk/client-route53resolver 3.716.0 → 3.723.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +438 -299
- package/dist-es/Route53ResolverClient.js +1 -0
- package/dist-es/models/models_0.js +57 -34
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -256,7 +256,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
256
256
|
}, "resolveRuntimeExtensions");
|
|
257
257
|
|
|
258
258
|
// src/Route53ResolverClient.ts
|
|
259
|
-
var
|
|
259
|
+
var Route53ResolverClient = class extends import_smithy_client.Client {
|
|
260
|
+
static {
|
|
261
|
+
__name(this, "Route53ResolverClient");
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* The resolved configuration of Route53ResolverClient class. This is resolved and normalized from the {@link Route53ResolverClientConfig | constructor configuration interface}.
|
|
265
|
+
*/
|
|
266
|
+
config;
|
|
260
267
|
constructor(...[configuration]) {
|
|
261
268
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
262
269
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -266,7 +273,7 @@ var _Route53ResolverClient = class _Route53ResolverClient extends import_smithy_
|
|
|
266
273
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
267
274
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
268
275
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
269
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
276
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
270
277
|
super(_config_8);
|
|
271
278
|
this.config = _config_8;
|
|
272
279
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -294,8 +301,6 @@ var _Route53ResolverClient = class _Route53ResolverClient extends import_smithy_
|
|
|
294
301
|
super.destroy();
|
|
295
302
|
}
|
|
296
303
|
};
|
|
297
|
-
__name(_Route53ResolverClient, "Route53ResolverClient");
|
|
298
|
-
var Route53ResolverClient = _Route53ResolverClient;
|
|
299
304
|
|
|
300
305
|
// src/Route53Resolver.ts
|
|
301
306
|
|
|
@@ -313,7 +318,10 @@ var import_uuid = require("uuid");
|
|
|
313
318
|
|
|
314
319
|
// src/models/Route53ResolverServiceException.ts
|
|
315
320
|
|
|
316
|
-
var
|
|
321
|
+
var Route53ResolverServiceException = class _Route53ResolverServiceException extends import_smithy_client.ServiceException {
|
|
322
|
+
static {
|
|
323
|
+
__name(this, "Route53ResolverServiceException");
|
|
324
|
+
}
|
|
317
325
|
/**
|
|
318
326
|
* @internal
|
|
319
327
|
*/
|
|
@@ -322,11 +330,15 @@ var _Route53ResolverServiceException = class _Route53ResolverServiceException ex
|
|
|
322
330
|
Object.setPrototypeOf(this, _Route53ResolverServiceException.prototype);
|
|
323
331
|
}
|
|
324
332
|
};
|
|
325
|
-
__name(_Route53ResolverServiceException, "Route53ResolverServiceException");
|
|
326
|
-
var Route53ResolverServiceException = _Route53ResolverServiceException;
|
|
327
333
|
|
|
328
334
|
// src/models/models_0.ts
|
|
329
|
-
var
|
|
335
|
+
var AccessDeniedException = class _AccessDeniedException extends Route53ResolverServiceException {
|
|
336
|
+
static {
|
|
337
|
+
__name(this, "AccessDeniedException");
|
|
338
|
+
}
|
|
339
|
+
name = "AccessDeniedException";
|
|
340
|
+
$fault = "client";
|
|
341
|
+
Message;
|
|
330
342
|
/**
|
|
331
343
|
* @internal
|
|
332
344
|
*/
|
|
@@ -336,14 +348,10 @@ var _AccessDeniedException = class _AccessDeniedException extends Route53Resolve
|
|
|
336
348
|
$fault: "client",
|
|
337
349
|
...opts
|
|
338
350
|
});
|
|
339
|
-
this.name = "AccessDeniedException";
|
|
340
|
-
this.$fault = "client";
|
|
341
351
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
342
352
|
this.Message = opts.Message;
|
|
343
353
|
}
|
|
344
354
|
};
|
|
345
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
346
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
347
355
|
var Action = {
|
|
348
356
|
ALERT: "ALERT",
|
|
349
357
|
ALLOW: "ALLOW",
|
|
@@ -358,7 +366,13 @@ var FirewallRuleGroupAssociationStatus = {
|
|
|
358
366
|
DELETING: "DELETING",
|
|
359
367
|
UPDATING: "UPDATING"
|
|
360
368
|
};
|
|
361
|
-
var
|
|
369
|
+
var ConflictException = class _ConflictException extends Route53ResolverServiceException {
|
|
370
|
+
static {
|
|
371
|
+
__name(this, "ConflictException");
|
|
372
|
+
}
|
|
373
|
+
name = "ConflictException";
|
|
374
|
+
$fault = "client";
|
|
375
|
+
Message;
|
|
362
376
|
/**
|
|
363
377
|
* @internal
|
|
364
378
|
*/
|
|
@@ -368,15 +382,17 @@ var _ConflictException = class _ConflictException extends Route53ResolverService
|
|
|
368
382
|
$fault: "client",
|
|
369
383
|
...opts
|
|
370
384
|
});
|
|
371
|
-
this.name = "ConflictException";
|
|
372
|
-
this.$fault = "client";
|
|
373
385
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
374
386
|
this.Message = opts.Message;
|
|
375
387
|
}
|
|
376
388
|
};
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
389
|
+
var InternalServiceErrorException = class _InternalServiceErrorException extends Route53ResolverServiceException {
|
|
390
|
+
static {
|
|
391
|
+
__name(this, "InternalServiceErrorException");
|
|
392
|
+
}
|
|
393
|
+
name = "InternalServiceErrorException";
|
|
394
|
+
$fault = "client";
|
|
395
|
+
Message;
|
|
380
396
|
/**
|
|
381
397
|
* @internal
|
|
382
398
|
*/
|
|
@@ -386,15 +402,22 @@ var _InternalServiceErrorException = class _InternalServiceErrorException extend
|
|
|
386
402
|
$fault: "client",
|
|
387
403
|
...opts
|
|
388
404
|
});
|
|
389
|
-
this.name = "InternalServiceErrorException";
|
|
390
|
-
this.$fault = "client";
|
|
391
405
|
Object.setPrototypeOf(this, _InternalServiceErrorException.prototype);
|
|
392
406
|
this.Message = opts.Message;
|
|
393
407
|
}
|
|
394
408
|
};
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
409
|
+
var LimitExceededException = class _LimitExceededException extends Route53ResolverServiceException {
|
|
410
|
+
static {
|
|
411
|
+
__name(this, "LimitExceededException");
|
|
412
|
+
}
|
|
413
|
+
name = "LimitExceededException";
|
|
414
|
+
$fault = "client";
|
|
415
|
+
Message;
|
|
416
|
+
/**
|
|
417
|
+
* <p>For a <code>LimitExceededException</code> error, the type of resource that exceeded the current limit.</p>
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
ResourceType;
|
|
398
421
|
/**
|
|
399
422
|
* @internal
|
|
400
423
|
*/
|
|
@@ -404,16 +427,23 @@ var _LimitExceededException = class _LimitExceededException extends Route53Resol
|
|
|
404
427
|
$fault: "client",
|
|
405
428
|
...opts
|
|
406
429
|
});
|
|
407
|
-
this.name = "LimitExceededException";
|
|
408
|
-
this.$fault = "client";
|
|
409
430
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
410
431
|
this.Message = opts.Message;
|
|
411
432
|
this.ResourceType = opts.ResourceType;
|
|
412
433
|
}
|
|
413
434
|
};
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
435
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends Route53ResolverServiceException {
|
|
436
|
+
static {
|
|
437
|
+
__name(this, "ResourceNotFoundException");
|
|
438
|
+
}
|
|
439
|
+
name = "ResourceNotFoundException";
|
|
440
|
+
$fault = "client";
|
|
441
|
+
Message;
|
|
442
|
+
/**
|
|
443
|
+
* <p>For a <code>ResourceNotFoundException</code> error, the type of resource that doesn't exist.</p>
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
446
|
+
ResourceType;
|
|
417
447
|
/**
|
|
418
448
|
* @internal
|
|
419
449
|
*/
|
|
@@ -423,16 +453,18 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Route5
|
|
|
423
453
|
$fault: "client",
|
|
424
454
|
...opts
|
|
425
455
|
});
|
|
426
|
-
this.name = "ResourceNotFoundException";
|
|
427
|
-
this.$fault = "client";
|
|
428
456
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
429
457
|
this.Message = opts.Message;
|
|
430
458
|
this.ResourceType = opts.ResourceType;
|
|
431
459
|
}
|
|
432
460
|
};
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
461
|
+
var ThrottlingException = class _ThrottlingException extends Route53ResolverServiceException {
|
|
462
|
+
static {
|
|
463
|
+
__name(this, "ThrottlingException");
|
|
464
|
+
}
|
|
465
|
+
name = "ThrottlingException";
|
|
466
|
+
$fault = "client";
|
|
467
|
+
Message;
|
|
436
468
|
/**
|
|
437
469
|
* @internal
|
|
438
470
|
*/
|
|
@@ -442,15 +474,17 @@ var _ThrottlingException = class _ThrottlingException extends Route53ResolverSer
|
|
|
442
474
|
$fault: "client",
|
|
443
475
|
...opts
|
|
444
476
|
});
|
|
445
|
-
this.name = "ThrottlingException";
|
|
446
|
-
this.$fault = "client";
|
|
447
477
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
448
478
|
this.Message = opts.Message;
|
|
449
479
|
}
|
|
450
480
|
};
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
481
|
+
var ValidationException = class _ValidationException extends Route53ResolverServiceException {
|
|
482
|
+
static {
|
|
483
|
+
__name(this, "ValidationException");
|
|
484
|
+
}
|
|
485
|
+
name = "ValidationException";
|
|
486
|
+
$fault = "client";
|
|
487
|
+
Message;
|
|
454
488
|
/**
|
|
455
489
|
* @internal
|
|
456
490
|
*/
|
|
@@ -460,14 +494,10 @@ var _ValidationException = class _ValidationException extends Route53ResolverSer
|
|
|
460
494
|
$fault: "client",
|
|
461
495
|
...opts
|
|
462
496
|
});
|
|
463
|
-
this.name = "ValidationException";
|
|
464
|
-
this.$fault = "client";
|
|
465
497
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
466
498
|
this.Message = opts.Message;
|
|
467
499
|
}
|
|
468
500
|
};
|
|
469
|
-
__name(_ValidationException, "ValidationException");
|
|
470
|
-
var ValidationException = _ValidationException;
|
|
471
501
|
var ResolverEndpointDirection = {
|
|
472
502
|
Inbound: "INBOUND",
|
|
473
503
|
Outbound: "OUTBOUND"
|
|
@@ -490,7 +520,18 @@ var ResolverEndpointStatus = {
|
|
|
490
520
|
Operational: "OPERATIONAL",
|
|
491
521
|
Updating: "UPDATING"
|
|
492
522
|
};
|
|
493
|
-
var
|
|
523
|
+
var InvalidParameterException = class _InvalidParameterException extends Route53ResolverServiceException {
|
|
524
|
+
static {
|
|
525
|
+
__name(this, "InvalidParameterException");
|
|
526
|
+
}
|
|
527
|
+
name = "InvalidParameterException";
|
|
528
|
+
$fault = "client";
|
|
529
|
+
Message;
|
|
530
|
+
/**
|
|
531
|
+
* <p>For an <code>InvalidParameterException</code> error, the name of the parameter that's invalid.</p>
|
|
532
|
+
* @public
|
|
533
|
+
*/
|
|
534
|
+
FieldName;
|
|
494
535
|
/**
|
|
495
536
|
* @internal
|
|
496
537
|
*/
|
|
@@ -500,16 +541,18 @@ var _InvalidParameterException = class _InvalidParameterException extends Route5
|
|
|
500
541
|
$fault: "client",
|
|
501
542
|
...opts
|
|
502
543
|
});
|
|
503
|
-
this.name = "InvalidParameterException";
|
|
504
|
-
this.$fault = "client";
|
|
505
544
|
Object.setPrototypeOf(this, _InvalidParameterException.prototype);
|
|
506
545
|
this.Message = opts.Message;
|
|
507
546
|
this.FieldName = opts.FieldName;
|
|
508
547
|
}
|
|
509
548
|
};
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
549
|
+
var InvalidRequestException = class _InvalidRequestException extends Route53ResolverServiceException {
|
|
550
|
+
static {
|
|
551
|
+
__name(this, "InvalidRequestException");
|
|
552
|
+
}
|
|
553
|
+
name = "InvalidRequestException";
|
|
554
|
+
$fault = "client";
|
|
555
|
+
Message;
|
|
513
556
|
/**
|
|
514
557
|
* @internal
|
|
515
558
|
*/
|
|
@@ -519,15 +562,22 @@ var _InvalidRequestException = class _InvalidRequestException extends Route53Res
|
|
|
519
562
|
$fault: "client",
|
|
520
563
|
...opts
|
|
521
564
|
});
|
|
522
|
-
this.name = "InvalidRequestException";
|
|
523
|
-
this.$fault = "client";
|
|
524
565
|
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
525
566
|
this.Message = opts.Message;
|
|
526
567
|
}
|
|
527
568
|
};
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
569
|
+
var ResourceExistsException = class _ResourceExistsException extends Route53ResolverServiceException {
|
|
570
|
+
static {
|
|
571
|
+
__name(this, "ResourceExistsException");
|
|
572
|
+
}
|
|
573
|
+
name = "ResourceExistsException";
|
|
574
|
+
$fault = "client";
|
|
575
|
+
Message;
|
|
576
|
+
/**
|
|
577
|
+
* <p>For a <code>ResourceExistsException</code> error, the type of resource that the error applies to.</p>
|
|
578
|
+
* @public
|
|
579
|
+
*/
|
|
580
|
+
ResourceType;
|
|
531
581
|
/**
|
|
532
582
|
* @internal
|
|
533
583
|
*/
|
|
@@ -537,15 +587,11 @@ var _ResourceExistsException = class _ResourceExistsException extends Route53Res
|
|
|
537
587
|
$fault: "client",
|
|
538
588
|
...opts
|
|
539
589
|
});
|
|
540
|
-
this.name = "ResourceExistsException";
|
|
541
|
-
this.$fault = "client";
|
|
542
590
|
Object.setPrototypeOf(this, _ResourceExistsException.prototype);
|
|
543
591
|
this.Message = opts.Message;
|
|
544
592
|
this.ResourceType = opts.ResourceType;
|
|
545
593
|
}
|
|
546
594
|
};
|
|
547
|
-
__name(_ResourceExistsException, "ResourceExistsException");
|
|
548
|
-
var ResourceExistsException = _ResourceExistsException;
|
|
549
595
|
var ResolverQueryLogConfigAssociationError = {
|
|
550
596
|
AccessDenied: "ACCESS_DENIED",
|
|
551
597
|
DestinationNotFound: "DESTINATION_NOT_FOUND",
|
|
@@ -566,7 +612,18 @@ var ResolverRuleAssociationStatus = {
|
|
|
566
612
|
Failed: "FAILED",
|
|
567
613
|
Overridden: "OVERRIDDEN"
|
|
568
614
|
};
|
|
569
|
-
var
|
|
615
|
+
var ResourceUnavailableException = class _ResourceUnavailableException extends Route53ResolverServiceException {
|
|
616
|
+
static {
|
|
617
|
+
__name(this, "ResourceUnavailableException");
|
|
618
|
+
}
|
|
619
|
+
name = "ResourceUnavailableException";
|
|
620
|
+
$fault = "client";
|
|
621
|
+
Message;
|
|
622
|
+
/**
|
|
623
|
+
* <p>For a <code>ResourceUnavailableException</code> error, the type of resource that isn't available.</p>
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
626
|
+
ResourceType;
|
|
570
627
|
/**
|
|
571
628
|
* @internal
|
|
572
629
|
*/
|
|
@@ -576,15 +633,11 @@ var _ResourceUnavailableException = class _ResourceUnavailableException extends
|
|
|
576
633
|
$fault: "client",
|
|
577
634
|
...opts
|
|
578
635
|
});
|
|
579
|
-
this.name = "ResourceUnavailableException";
|
|
580
|
-
this.$fault = "client";
|
|
581
636
|
Object.setPrototypeOf(this, _ResourceUnavailableException.prototype);
|
|
582
637
|
this.Message = opts.Message;
|
|
583
638
|
this.ResourceType = opts.ResourceType;
|
|
584
639
|
}
|
|
585
640
|
};
|
|
586
|
-
__name(_ResourceUnavailableException, "ResourceUnavailableException");
|
|
587
|
-
var ResourceUnavailableException = _ResourceUnavailableException;
|
|
588
641
|
var AutodefinedReverseFlag = {
|
|
589
642
|
DISABLE: "DISABLE",
|
|
590
643
|
ENABLE: "ENABLE",
|
|
@@ -637,7 +690,13 @@ var OutpostResolverStatus = {
|
|
|
637
690
|
OPERATIONAL: "OPERATIONAL",
|
|
638
691
|
UPDATING: "UPDATING"
|
|
639
692
|
};
|
|
640
|
-
var
|
|
693
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends Route53ResolverServiceException {
|
|
694
|
+
static {
|
|
695
|
+
__name(this, "ServiceQuotaExceededException");
|
|
696
|
+
}
|
|
697
|
+
name = "ServiceQuotaExceededException";
|
|
698
|
+
$fault = "client";
|
|
699
|
+
Message;
|
|
641
700
|
/**
|
|
642
701
|
* @internal
|
|
643
702
|
*/
|
|
@@ -647,14 +706,10 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
647
706
|
$fault: "client",
|
|
648
707
|
...opts
|
|
649
708
|
});
|
|
650
|
-
this.name = "ServiceQuotaExceededException";
|
|
651
|
-
this.$fault = "client";
|
|
652
709
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
653
710
|
this.Message = opts.Message;
|
|
654
711
|
}
|
|
655
712
|
};
|
|
656
|
-
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
657
|
-
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
658
713
|
var ResolverQueryLogConfigStatus = {
|
|
659
714
|
Created: "CREATED",
|
|
660
715
|
Creating: "CREATING",
|
|
@@ -672,7 +727,18 @@ var ResolverRuleStatus = {
|
|
|
672
727
|
Failed: "FAILED",
|
|
673
728
|
Updating: "UPDATING"
|
|
674
729
|
};
|
|
675
|
-
var
|
|
730
|
+
var ResourceInUseException = class _ResourceInUseException extends Route53ResolverServiceException {
|
|
731
|
+
static {
|
|
732
|
+
__name(this, "ResourceInUseException");
|
|
733
|
+
}
|
|
734
|
+
name = "ResourceInUseException";
|
|
735
|
+
$fault = "client";
|
|
736
|
+
Message;
|
|
737
|
+
/**
|
|
738
|
+
* <p>For a <code>ResourceInUseException</code> error, the type of resource that is currently in use.</p>
|
|
739
|
+
* @public
|
|
740
|
+
*/
|
|
741
|
+
ResourceType;
|
|
676
742
|
/**
|
|
677
743
|
* @internal
|
|
678
744
|
*/
|
|
@@ -682,15 +748,11 @@ var _ResourceInUseException = class _ResourceInUseException extends Route53Resol
|
|
|
682
748
|
$fault: "client",
|
|
683
749
|
...opts
|
|
684
750
|
});
|
|
685
|
-
this.name = "ResourceInUseException";
|
|
686
|
-
this.$fault = "client";
|
|
687
751
|
Object.setPrototypeOf(this, _ResourceInUseException.prototype);
|
|
688
752
|
this.Message = opts.Message;
|
|
689
753
|
this.ResourceType = opts.ResourceType;
|
|
690
754
|
}
|
|
691
755
|
};
|
|
692
|
-
__name(_ResourceInUseException, "ResourceInUseException");
|
|
693
|
-
var ResourceInUseException = _ResourceInUseException;
|
|
694
756
|
var FirewallFailOpenStatus = {
|
|
695
757
|
DISABLED: "DISABLED",
|
|
696
758
|
ENABLED: "ENABLED",
|
|
@@ -720,7 +782,13 @@ var ResolverDNSSECValidationStatus = {
|
|
|
720
782
|
UpdateToUseLocalResourceSetting: "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
|
|
721
783
|
UseLocalResourceSetting: "USE_LOCAL_RESOURCE_SETTING"
|
|
722
784
|
};
|
|
723
|
-
var
|
|
785
|
+
var UnknownResourceException = class _UnknownResourceException extends Route53ResolverServiceException {
|
|
786
|
+
static {
|
|
787
|
+
__name(this, "UnknownResourceException");
|
|
788
|
+
}
|
|
789
|
+
name = "UnknownResourceException";
|
|
790
|
+
$fault = "client";
|
|
791
|
+
Message;
|
|
724
792
|
/**
|
|
725
793
|
* @internal
|
|
726
794
|
*/
|
|
@@ -730,15 +798,17 @@ var _UnknownResourceException = class _UnknownResourceException extends Route53R
|
|
|
730
798
|
$fault: "client",
|
|
731
799
|
...opts
|
|
732
800
|
});
|
|
733
|
-
this.name = "UnknownResourceException";
|
|
734
|
-
this.$fault = "client";
|
|
735
801
|
Object.setPrototypeOf(this, _UnknownResourceException.prototype);
|
|
736
802
|
this.Message = opts.Message;
|
|
737
803
|
}
|
|
738
804
|
};
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
805
|
+
var InvalidNextTokenException = class _InvalidNextTokenException extends Route53ResolverServiceException {
|
|
806
|
+
static {
|
|
807
|
+
__name(this, "InvalidNextTokenException");
|
|
808
|
+
}
|
|
809
|
+
name = "InvalidNextTokenException";
|
|
810
|
+
$fault = "client";
|
|
811
|
+
Message;
|
|
742
812
|
/**
|
|
743
813
|
* @internal
|
|
744
814
|
*/
|
|
@@ -748,15 +818,17 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends Route5
|
|
|
748
818
|
$fault: "client",
|
|
749
819
|
...opts
|
|
750
820
|
});
|
|
751
|
-
this.name = "InvalidNextTokenException";
|
|
752
|
-
this.$fault = "client";
|
|
753
821
|
Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
|
|
754
822
|
this.Message = opts.Message;
|
|
755
823
|
}
|
|
756
824
|
};
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
825
|
+
var InvalidPolicyDocument = class _InvalidPolicyDocument extends Route53ResolverServiceException {
|
|
826
|
+
static {
|
|
827
|
+
__name(this, "InvalidPolicyDocument");
|
|
828
|
+
}
|
|
829
|
+
name = "InvalidPolicyDocument";
|
|
830
|
+
$fault = "client";
|
|
831
|
+
Message;
|
|
760
832
|
/**
|
|
761
833
|
* @internal
|
|
762
834
|
*/
|
|
@@ -766,15 +838,17 @@ var _InvalidPolicyDocument = class _InvalidPolicyDocument extends Route53Resolve
|
|
|
766
838
|
$fault: "client",
|
|
767
839
|
...opts
|
|
768
840
|
});
|
|
769
|
-
this.name = "InvalidPolicyDocument";
|
|
770
|
-
this.$fault = "client";
|
|
771
841
|
Object.setPrototypeOf(this, _InvalidPolicyDocument.prototype);
|
|
772
842
|
this.Message = opts.Message;
|
|
773
843
|
}
|
|
774
844
|
};
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
845
|
+
var InvalidTagException = class _InvalidTagException extends Route53ResolverServiceException {
|
|
846
|
+
static {
|
|
847
|
+
__name(this, "InvalidTagException");
|
|
848
|
+
}
|
|
849
|
+
name = "InvalidTagException";
|
|
850
|
+
$fault = "client";
|
|
851
|
+
Message;
|
|
778
852
|
/**
|
|
779
853
|
* @internal
|
|
780
854
|
*/
|
|
@@ -784,14 +858,10 @@ var _InvalidTagException = class _InvalidTagException extends Route53ResolverSer
|
|
|
784
858
|
$fault: "client",
|
|
785
859
|
...opts
|
|
786
860
|
});
|
|
787
|
-
this.name = "InvalidTagException";
|
|
788
|
-
this.$fault = "client";
|
|
789
861
|
Object.setPrototypeOf(this, _InvalidTagException.prototype);
|
|
790
862
|
this.Message = opts.Message;
|
|
791
863
|
}
|
|
792
864
|
};
|
|
793
|
-
__name(_InvalidTagException, "InvalidTagException");
|
|
794
|
-
var InvalidTagException = _InvalidTagException;
|
|
795
865
|
var IpAddressStatus = {
|
|
796
866
|
Attached: "ATTACHED",
|
|
797
867
|
Attaching: "ATTACHING",
|
|
@@ -2414,953 +2484,1021 @@ function sharedHeaders(operation) {
|
|
|
2414
2484
|
__name(sharedHeaders, "sharedHeaders");
|
|
2415
2485
|
|
|
2416
2486
|
// src/commands/AssociateFirewallRuleGroupCommand.ts
|
|
2417
|
-
var
|
|
2487
|
+
var AssociateFirewallRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2418
2488
|
return [
|
|
2419
2489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2420
2490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2421
2491
|
];
|
|
2422
2492
|
}).s("Route53Resolver", "AssociateFirewallRuleGroup", {}).n("Route53ResolverClient", "AssociateFirewallRuleGroupCommand").f(void 0, void 0).ser(se_AssociateFirewallRuleGroupCommand).de(de_AssociateFirewallRuleGroupCommand).build() {
|
|
2493
|
+
static {
|
|
2494
|
+
__name(this, "AssociateFirewallRuleGroupCommand");
|
|
2495
|
+
}
|
|
2423
2496
|
};
|
|
2424
|
-
__name(_AssociateFirewallRuleGroupCommand, "AssociateFirewallRuleGroupCommand");
|
|
2425
|
-
var AssociateFirewallRuleGroupCommand = _AssociateFirewallRuleGroupCommand;
|
|
2426
2497
|
|
|
2427
2498
|
// src/commands/AssociateResolverEndpointIpAddressCommand.ts
|
|
2428
2499
|
|
|
2429
2500
|
|
|
2430
2501
|
|
|
2431
|
-
var
|
|
2502
|
+
var AssociateResolverEndpointIpAddressCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2432
2503
|
return [
|
|
2433
2504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2434
2505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2435
2506
|
];
|
|
2436
2507
|
}).s("Route53Resolver", "AssociateResolverEndpointIpAddress", {}).n("Route53ResolverClient", "AssociateResolverEndpointIpAddressCommand").f(void 0, void 0).ser(se_AssociateResolverEndpointIpAddressCommand).de(de_AssociateResolverEndpointIpAddressCommand).build() {
|
|
2508
|
+
static {
|
|
2509
|
+
__name(this, "AssociateResolverEndpointIpAddressCommand");
|
|
2510
|
+
}
|
|
2437
2511
|
};
|
|
2438
|
-
__name(_AssociateResolverEndpointIpAddressCommand, "AssociateResolverEndpointIpAddressCommand");
|
|
2439
|
-
var AssociateResolverEndpointIpAddressCommand = _AssociateResolverEndpointIpAddressCommand;
|
|
2440
2512
|
|
|
2441
2513
|
// src/commands/AssociateResolverQueryLogConfigCommand.ts
|
|
2442
2514
|
|
|
2443
2515
|
|
|
2444
2516
|
|
|
2445
|
-
var
|
|
2517
|
+
var AssociateResolverQueryLogConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2446
2518
|
return [
|
|
2447
2519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2448
2520
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2449
2521
|
];
|
|
2450
2522
|
}).s("Route53Resolver", "AssociateResolverQueryLogConfig", {}).n("Route53ResolverClient", "AssociateResolverQueryLogConfigCommand").f(void 0, void 0).ser(se_AssociateResolverQueryLogConfigCommand).de(de_AssociateResolverQueryLogConfigCommand).build() {
|
|
2523
|
+
static {
|
|
2524
|
+
__name(this, "AssociateResolverQueryLogConfigCommand");
|
|
2525
|
+
}
|
|
2451
2526
|
};
|
|
2452
|
-
__name(_AssociateResolverQueryLogConfigCommand, "AssociateResolverQueryLogConfigCommand");
|
|
2453
|
-
var AssociateResolverQueryLogConfigCommand = _AssociateResolverQueryLogConfigCommand;
|
|
2454
2527
|
|
|
2455
2528
|
// src/commands/AssociateResolverRuleCommand.ts
|
|
2456
2529
|
|
|
2457
2530
|
|
|
2458
2531
|
|
|
2459
|
-
var
|
|
2532
|
+
var AssociateResolverRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2460
2533
|
return [
|
|
2461
2534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2462
2535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2463
2536
|
];
|
|
2464
2537
|
}).s("Route53Resolver", "AssociateResolverRule", {}).n("Route53ResolverClient", "AssociateResolverRuleCommand").f(void 0, void 0).ser(se_AssociateResolverRuleCommand).de(de_AssociateResolverRuleCommand).build() {
|
|
2538
|
+
static {
|
|
2539
|
+
__name(this, "AssociateResolverRuleCommand");
|
|
2540
|
+
}
|
|
2465
2541
|
};
|
|
2466
|
-
__name(_AssociateResolverRuleCommand, "AssociateResolverRuleCommand");
|
|
2467
|
-
var AssociateResolverRuleCommand = _AssociateResolverRuleCommand;
|
|
2468
2542
|
|
|
2469
2543
|
// src/commands/CreateFirewallDomainListCommand.ts
|
|
2470
2544
|
|
|
2471
2545
|
|
|
2472
2546
|
|
|
2473
|
-
var
|
|
2547
|
+
var CreateFirewallDomainListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2474
2548
|
return [
|
|
2475
2549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2476
2550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2477
2551
|
];
|
|
2478
2552
|
}).s("Route53Resolver", "CreateFirewallDomainList", {}).n("Route53ResolverClient", "CreateFirewallDomainListCommand").f(void 0, void 0).ser(se_CreateFirewallDomainListCommand).de(de_CreateFirewallDomainListCommand).build() {
|
|
2553
|
+
static {
|
|
2554
|
+
__name(this, "CreateFirewallDomainListCommand");
|
|
2555
|
+
}
|
|
2479
2556
|
};
|
|
2480
|
-
__name(_CreateFirewallDomainListCommand, "CreateFirewallDomainListCommand");
|
|
2481
|
-
var CreateFirewallDomainListCommand = _CreateFirewallDomainListCommand;
|
|
2482
2557
|
|
|
2483
2558
|
// src/commands/CreateFirewallRuleCommand.ts
|
|
2484
2559
|
|
|
2485
2560
|
|
|
2486
2561
|
|
|
2487
|
-
var
|
|
2562
|
+
var CreateFirewallRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2488
2563
|
return [
|
|
2489
2564
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2490
2565
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2491
2566
|
];
|
|
2492
2567
|
}).s("Route53Resolver", "CreateFirewallRule", {}).n("Route53ResolverClient", "CreateFirewallRuleCommand").f(void 0, void 0).ser(se_CreateFirewallRuleCommand).de(de_CreateFirewallRuleCommand).build() {
|
|
2568
|
+
static {
|
|
2569
|
+
__name(this, "CreateFirewallRuleCommand");
|
|
2570
|
+
}
|
|
2493
2571
|
};
|
|
2494
|
-
__name(_CreateFirewallRuleCommand, "CreateFirewallRuleCommand");
|
|
2495
|
-
var CreateFirewallRuleCommand = _CreateFirewallRuleCommand;
|
|
2496
2572
|
|
|
2497
2573
|
// src/commands/CreateFirewallRuleGroupCommand.ts
|
|
2498
2574
|
|
|
2499
2575
|
|
|
2500
2576
|
|
|
2501
|
-
var
|
|
2577
|
+
var CreateFirewallRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2502
2578
|
return [
|
|
2503
2579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2504
2580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2505
2581
|
];
|
|
2506
2582
|
}).s("Route53Resolver", "CreateFirewallRuleGroup", {}).n("Route53ResolverClient", "CreateFirewallRuleGroupCommand").f(void 0, void 0).ser(se_CreateFirewallRuleGroupCommand).de(de_CreateFirewallRuleGroupCommand).build() {
|
|
2583
|
+
static {
|
|
2584
|
+
__name(this, "CreateFirewallRuleGroupCommand");
|
|
2585
|
+
}
|
|
2507
2586
|
};
|
|
2508
|
-
__name(_CreateFirewallRuleGroupCommand, "CreateFirewallRuleGroupCommand");
|
|
2509
|
-
var CreateFirewallRuleGroupCommand = _CreateFirewallRuleGroupCommand;
|
|
2510
2587
|
|
|
2511
2588
|
// src/commands/CreateOutpostResolverCommand.ts
|
|
2512
2589
|
|
|
2513
2590
|
|
|
2514
2591
|
|
|
2515
|
-
var
|
|
2592
|
+
var CreateOutpostResolverCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2516
2593
|
return [
|
|
2517
2594
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2518
2595
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2519
2596
|
];
|
|
2520
2597
|
}).s("Route53Resolver", "CreateOutpostResolver", {}).n("Route53ResolverClient", "CreateOutpostResolverCommand").f(void 0, void 0).ser(se_CreateOutpostResolverCommand).de(de_CreateOutpostResolverCommand).build() {
|
|
2598
|
+
static {
|
|
2599
|
+
__name(this, "CreateOutpostResolverCommand");
|
|
2600
|
+
}
|
|
2521
2601
|
};
|
|
2522
|
-
__name(_CreateOutpostResolverCommand, "CreateOutpostResolverCommand");
|
|
2523
|
-
var CreateOutpostResolverCommand = _CreateOutpostResolverCommand;
|
|
2524
2602
|
|
|
2525
2603
|
// src/commands/CreateResolverEndpointCommand.ts
|
|
2526
2604
|
|
|
2527
2605
|
|
|
2528
2606
|
|
|
2529
|
-
var
|
|
2607
|
+
var CreateResolverEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2530
2608
|
return [
|
|
2531
2609
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2532
2610
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2533
2611
|
];
|
|
2534
2612
|
}).s("Route53Resolver", "CreateResolverEndpoint", {}).n("Route53ResolverClient", "CreateResolverEndpointCommand").f(void 0, void 0).ser(se_CreateResolverEndpointCommand).de(de_CreateResolverEndpointCommand).build() {
|
|
2613
|
+
static {
|
|
2614
|
+
__name(this, "CreateResolverEndpointCommand");
|
|
2615
|
+
}
|
|
2535
2616
|
};
|
|
2536
|
-
__name(_CreateResolverEndpointCommand, "CreateResolverEndpointCommand");
|
|
2537
|
-
var CreateResolverEndpointCommand = _CreateResolverEndpointCommand;
|
|
2538
2617
|
|
|
2539
2618
|
// src/commands/CreateResolverQueryLogConfigCommand.ts
|
|
2540
2619
|
|
|
2541
2620
|
|
|
2542
2621
|
|
|
2543
|
-
var
|
|
2622
|
+
var CreateResolverQueryLogConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2544
2623
|
return [
|
|
2545
2624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2546
2625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2547
2626
|
];
|
|
2548
2627
|
}).s("Route53Resolver", "CreateResolverQueryLogConfig", {}).n("Route53ResolverClient", "CreateResolverQueryLogConfigCommand").f(void 0, void 0).ser(se_CreateResolverQueryLogConfigCommand).de(de_CreateResolverQueryLogConfigCommand).build() {
|
|
2628
|
+
static {
|
|
2629
|
+
__name(this, "CreateResolverQueryLogConfigCommand");
|
|
2630
|
+
}
|
|
2549
2631
|
};
|
|
2550
|
-
__name(_CreateResolverQueryLogConfigCommand, "CreateResolverQueryLogConfigCommand");
|
|
2551
|
-
var CreateResolverQueryLogConfigCommand = _CreateResolverQueryLogConfigCommand;
|
|
2552
2632
|
|
|
2553
2633
|
// src/commands/CreateResolverRuleCommand.ts
|
|
2554
2634
|
|
|
2555
2635
|
|
|
2556
2636
|
|
|
2557
|
-
var
|
|
2637
|
+
var CreateResolverRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2558
2638
|
return [
|
|
2559
2639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2560
2640
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2561
2641
|
];
|
|
2562
2642
|
}).s("Route53Resolver", "CreateResolverRule", {}).n("Route53ResolverClient", "CreateResolverRuleCommand").f(void 0, void 0).ser(se_CreateResolverRuleCommand).de(de_CreateResolverRuleCommand).build() {
|
|
2643
|
+
static {
|
|
2644
|
+
__name(this, "CreateResolverRuleCommand");
|
|
2645
|
+
}
|
|
2563
2646
|
};
|
|
2564
|
-
__name(_CreateResolverRuleCommand, "CreateResolverRuleCommand");
|
|
2565
|
-
var CreateResolverRuleCommand = _CreateResolverRuleCommand;
|
|
2566
2647
|
|
|
2567
2648
|
// src/commands/DeleteFirewallDomainListCommand.ts
|
|
2568
2649
|
|
|
2569
2650
|
|
|
2570
2651
|
|
|
2571
|
-
var
|
|
2652
|
+
var DeleteFirewallDomainListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2572
2653
|
return [
|
|
2573
2654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2574
2655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2575
2656
|
];
|
|
2576
2657
|
}).s("Route53Resolver", "DeleteFirewallDomainList", {}).n("Route53ResolverClient", "DeleteFirewallDomainListCommand").f(void 0, void 0).ser(se_DeleteFirewallDomainListCommand).de(de_DeleteFirewallDomainListCommand).build() {
|
|
2658
|
+
static {
|
|
2659
|
+
__name(this, "DeleteFirewallDomainListCommand");
|
|
2660
|
+
}
|
|
2577
2661
|
};
|
|
2578
|
-
__name(_DeleteFirewallDomainListCommand, "DeleteFirewallDomainListCommand");
|
|
2579
|
-
var DeleteFirewallDomainListCommand = _DeleteFirewallDomainListCommand;
|
|
2580
2662
|
|
|
2581
2663
|
// src/commands/DeleteFirewallRuleCommand.ts
|
|
2582
2664
|
|
|
2583
2665
|
|
|
2584
2666
|
|
|
2585
|
-
var
|
|
2667
|
+
var DeleteFirewallRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2586
2668
|
return [
|
|
2587
2669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2588
2670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2589
2671
|
];
|
|
2590
2672
|
}).s("Route53Resolver", "DeleteFirewallRule", {}).n("Route53ResolverClient", "DeleteFirewallRuleCommand").f(void 0, void 0).ser(se_DeleteFirewallRuleCommand).de(de_DeleteFirewallRuleCommand).build() {
|
|
2673
|
+
static {
|
|
2674
|
+
__name(this, "DeleteFirewallRuleCommand");
|
|
2675
|
+
}
|
|
2591
2676
|
};
|
|
2592
|
-
__name(_DeleteFirewallRuleCommand, "DeleteFirewallRuleCommand");
|
|
2593
|
-
var DeleteFirewallRuleCommand = _DeleteFirewallRuleCommand;
|
|
2594
2677
|
|
|
2595
2678
|
// src/commands/DeleteFirewallRuleGroupCommand.ts
|
|
2596
2679
|
|
|
2597
2680
|
|
|
2598
2681
|
|
|
2599
|
-
var
|
|
2682
|
+
var DeleteFirewallRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2600
2683
|
return [
|
|
2601
2684
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2602
2685
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2603
2686
|
];
|
|
2604
2687
|
}).s("Route53Resolver", "DeleteFirewallRuleGroup", {}).n("Route53ResolverClient", "DeleteFirewallRuleGroupCommand").f(void 0, void 0).ser(se_DeleteFirewallRuleGroupCommand).de(de_DeleteFirewallRuleGroupCommand).build() {
|
|
2688
|
+
static {
|
|
2689
|
+
__name(this, "DeleteFirewallRuleGroupCommand");
|
|
2690
|
+
}
|
|
2605
2691
|
};
|
|
2606
|
-
__name(_DeleteFirewallRuleGroupCommand, "DeleteFirewallRuleGroupCommand");
|
|
2607
|
-
var DeleteFirewallRuleGroupCommand = _DeleteFirewallRuleGroupCommand;
|
|
2608
2692
|
|
|
2609
2693
|
// src/commands/DeleteOutpostResolverCommand.ts
|
|
2610
2694
|
|
|
2611
2695
|
|
|
2612
2696
|
|
|
2613
|
-
var
|
|
2697
|
+
var DeleteOutpostResolverCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2614
2698
|
return [
|
|
2615
2699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2616
2700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2617
2701
|
];
|
|
2618
2702
|
}).s("Route53Resolver", "DeleteOutpostResolver", {}).n("Route53ResolverClient", "DeleteOutpostResolverCommand").f(void 0, void 0).ser(se_DeleteOutpostResolverCommand).de(de_DeleteOutpostResolverCommand).build() {
|
|
2703
|
+
static {
|
|
2704
|
+
__name(this, "DeleteOutpostResolverCommand");
|
|
2705
|
+
}
|
|
2619
2706
|
};
|
|
2620
|
-
__name(_DeleteOutpostResolverCommand, "DeleteOutpostResolverCommand");
|
|
2621
|
-
var DeleteOutpostResolverCommand = _DeleteOutpostResolverCommand;
|
|
2622
2707
|
|
|
2623
2708
|
// src/commands/DeleteResolverEndpointCommand.ts
|
|
2624
2709
|
|
|
2625
2710
|
|
|
2626
2711
|
|
|
2627
|
-
var
|
|
2712
|
+
var DeleteResolverEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2628
2713
|
return [
|
|
2629
2714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2630
2715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2631
2716
|
];
|
|
2632
2717
|
}).s("Route53Resolver", "DeleteResolverEndpoint", {}).n("Route53ResolverClient", "DeleteResolverEndpointCommand").f(void 0, void 0).ser(se_DeleteResolverEndpointCommand).de(de_DeleteResolverEndpointCommand).build() {
|
|
2718
|
+
static {
|
|
2719
|
+
__name(this, "DeleteResolverEndpointCommand");
|
|
2720
|
+
}
|
|
2633
2721
|
};
|
|
2634
|
-
__name(_DeleteResolverEndpointCommand, "DeleteResolverEndpointCommand");
|
|
2635
|
-
var DeleteResolverEndpointCommand = _DeleteResolverEndpointCommand;
|
|
2636
2722
|
|
|
2637
2723
|
// src/commands/DeleteResolverQueryLogConfigCommand.ts
|
|
2638
2724
|
|
|
2639
2725
|
|
|
2640
2726
|
|
|
2641
|
-
var
|
|
2727
|
+
var DeleteResolverQueryLogConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2642
2728
|
return [
|
|
2643
2729
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2644
2730
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2645
2731
|
];
|
|
2646
2732
|
}).s("Route53Resolver", "DeleteResolverQueryLogConfig", {}).n("Route53ResolverClient", "DeleteResolverQueryLogConfigCommand").f(void 0, void 0).ser(se_DeleteResolverQueryLogConfigCommand).de(de_DeleteResolverQueryLogConfigCommand).build() {
|
|
2733
|
+
static {
|
|
2734
|
+
__name(this, "DeleteResolverQueryLogConfigCommand");
|
|
2735
|
+
}
|
|
2647
2736
|
};
|
|
2648
|
-
__name(_DeleteResolverQueryLogConfigCommand, "DeleteResolverQueryLogConfigCommand");
|
|
2649
|
-
var DeleteResolverQueryLogConfigCommand = _DeleteResolverQueryLogConfigCommand;
|
|
2650
2737
|
|
|
2651
2738
|
// src/commands/DeleteResolverRuleCommand.ts
|
|
2652
2739
|
|
|
2653
2740
|
|
|
2654
2741
|
|
|
2655
|
-
var
|
|
2742
|
+
var DeleteResolverRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2656
2743
|
return [
|
|
2657
2744
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2658
2745
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2659
2746
|
];
|
|
2660
2747
|
}).s("Route53Resolver", "DeleteResolverRule", {}).n("Route53ResolverClient", "DeleteResolverRuleCommand").f(void 0, void 0).ser(se_DeleteResolverRuleCommand).de(de_DeleteResolverRuleCommand).build() {
|
|
2748
|
+
static {
|
|
2749
|
+
__name(this, "DeleteResolverRuleCommand");
|
|
2750
|
+
}
|
|
2661
2751
|
};
|
|
2662
|
-
__name(_DeleteResolverRuleCommand, "DeleteResolverRuleCommand");
|
|
2663
|
-
var DeleteResolverRuleCommand = _DeleteResolverRuleCommand;
|
|
2664
2752
|
|
|
2665
2753
|
// src/commands/DisassociateFirewallRuleGroupCommand.ts
|
|
2666
2754
|
|
|
2667
2755
|
|
|
2668
2756
|
|
|
2669
|
-
var
|
|
2757
|
+
var DisassociateFirewallRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2670
2758
|
return [
|
|
2671
2759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2672
2760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2673
2761
|
];
|
|
2674
2762
|
}).s("Route53Resolver", "DisassociateFirewallRuleGroup", {}).n("Route53ResolverClient", "DisassociateFirewallRuleGroupCommand").f(void 0, void 0).ser(se_DisassociateFirewallRuleGroupCommand).de(de_DisassociateFirewallRuleGroupCommand).build() {
|
|
2763
|
+
static {
|
|
2764
|
+
__name(this, "DisassociateFirewallRuleGroupCommand");
|
|
2765
|
+
}
|
|
2675
2766
|
};
|
|
2676
|
-
__name(_DisassociateFirewallRuleGroupCommand, "DisassociateFirewallRuleGroupCommand");
|
|
2677
|
-
var DisassociateFirewallRuleGroupCommand = _DisassociateFirewallRuleGroupCommand;
|
|
2678
2767
|
|
|
2679
2768
|
// src/commands/DisassociateResolverEndpointIpAddressCommand.ts
|
|
2680
2769
|
|
|
2681
2770
|
|
|
2682
2771
|
|
|
2683
|
-
var
|
|
2772
|
+
var DisassociateResolverEndpointIpAddressCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2684
2773
|
return [
|
|
2685
2774
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2686
2775
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2687
2776
|
];
|
|
2688
2777
|
}).s("Route53Resolver", "DisassociateResolverEndpointIpAddress", {}).n("Route53ResolverClient", "DisassociateResolverEndpointIpAddressCommand").f(void 0, void 0).ser(se_DisassociateResolverEndpointIpAddressCommand).de(de_DisassociateResolverEndpointIpAddressCommand).build() {
|
|
2778
|
+
static {
|
|
2779
|
+
__name(this, "DisassociateResolverEndpointIpAddressCommand");
|
|
2780
|
+
}
|
|
2689
2781
|
};
|
|
2690
|
-
__name(_DisassociateResolverEndpointIpAddressCommand, "DisassociateResolverEndpointIpAddressCommand");
|
|
2691
|
-
var DisassociateResolverEndpointIpAddressCommand = _DisassociateResolverEndpointIpAddressCommand;
|
|
2692
2782
|
|
|
2693
2783
|
// src/commands/DisassociateResolverQueryLogConfigCommand.ts
|
|
2694
2784
|
|
|
2695
2785
|
|
|
2696
2786
|
|
|
2697
|
-
var
|
|
2787
|
+
var DisassociateResolverQueryLogConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2698
2788
|
return [
|
|
2699
2789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2700
2790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2701
2791
|
];
|
|
2702
2792
|
}).s("Route53Resolver", "DisassociateResolverQueryLogConfig", {}).n("Route53ResolverClient", "DisassociateResolverQueryLogConfigCommand").f(void 0, void 0).ser(se_DisassociateResolverQueryLogConfigCommand).de(de_DisassociateResolverQueryLogConfigCommand).build() {
|
|
2793
|
+
static {
|
|
2794
|
+
__name(this, "DisassociateResolverQueryLogConfigCommand");
|
|
2795
|
+
}
|
|
2703
2796
|
};
|
|
2704
|
-
__name(_DisassociateResolverQueryLogConfigCommand, "DisassociateResolverQueryLogConfigCommand");
|
|
2705
|
-
var DisassociateResolverQueryLogConfigCommand = _DisassociateResolverQueryLogConfigCommand;
|
|
2706
2797
|
|
|
2707
2798
|
// src/commands/DisassociateResolverRuleCommand.ts
|
|
2708
2799
|
|
|
2709
2800
|
|
|
2710
2801
|
|
|
2711
|
-
var
|
|
2802
|
+
var DisassociateResolverRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2712
2803
|
return [
|
|
2713
2804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2714
2805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2715
2806
|
];
|
|
2716
2807
|
}).s("Route53Resolver", "DisassociateResolverRule", {}).n("Route53ResolverClient", "DisassociateResolverRuleCommand").f(void 0, void 0).ser(se_DisassociateResolverRuleCommand).de(de_DisassociateResolverRuleCommand).build() {
|
|
2808
|
+
static {
|
|
2809
|
+
__name(this, "DisassociateResolverRuleCommand");
|
|
2810
|
+
}
|
|
2717
2811
|
};
|
|
2718
|
-
__name(_DisassociateResolverRuleCommand, "DisassociateResolverRuleCommand");
|
|
2719
|
-
var DisassociateResolverRuleCommand = _DisassociateResolverRuleCommand;
|
|
2720
2812
|
|
|
2721
2813
|
// src/commands/GetFirewallConfigCommand.ts
|
|
2722
2814
|
|
|
2723
2815
|
|
|
2724
2816
|
|
|
2725
|
-
var
|
|
2817
|
+
var GetFirewallConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2726
2818
|
return [
|
|
2727
2819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2728
2820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2729
2821
|
];
|
|
2730
2822
|
}).s("Route53Resolver", "GetFirewallConfig", {}).n("Route53ResolverClient", "GetFirewallConfigCommand").f(void 0, void 0).ser(se_GetFirewallConfigCommand).de(de_GetFirewallConfigCommand).build() {
|
|
2823
|
+
static {
|
|
2824
|
+
__name(this, "GetFirewallConfigCommand");
|
|
2825
|
+
}
|
|
2731
2826
|
};
|
|
2732
|
-
__name(_GetFirewallConfigCommand, "GetFirewallConfigCommand");
|
|
2733
|
-
var GetFirewallConfigCommand = _GetFirewallConfigCommand;
|
|
2734
2827
|
|
|
2735
2828
|
// src/commands/GetFirewallDomainListCommand.ts
|
|
2736
2829
|
|
|
2737
2830
|
|
|
2738
2831
|
|
|
2739
|
-
var
|
|
2832
|
+
var GetFirewallDomainListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2740
2833
|
return [
|
|
2741
2834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2742
2835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2743
2836
|
];
|
|
2744
2837
|
}).s("Route53Resolver", "GetFirewallDomainList", {}).n("Route53ResolverClient", "GetFirewallDomainListCommand").f(void 0, void 0).ser(se_GetFirewallDomainListCommand).de(de_GetFirewallDomainListCommand).build() {
|
|
2838
|
+
static {
|
|
2839
|
+
__name(this, "GetFirewallDomainListCommand");
|
|
2840
|
+
}
|
|
2745
2841
|
};
|
|
2746
|
-
__name(_GetFirewallDomainListCommand, "GetFirewallDomainListCommand");
|
|
2747
|
-
var GetFirewallDomainListCommand = _GetFirewallDomainListCommand;
|
|
2748
2842
|
|
|
2749
2843
|
// src/commands/GetFirewallRuleGroupAssociationCommand.ts
|
|
2750
2844
|
|
|
2751
2845
|
|
|
2752
2846
|
|
|
2753
|
-
var
|
|
2847
|
+
var GetFirewallRuleGroupAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2754
2848
|
return [
|
|
2755
2849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2756
2850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2757
2851
|
];
|
|
2758
2852
|
}).s("Route53Resolver", "GetFirewallRuleGroupAssociation", {}).n("Route53ResolverClient", "GetFirewallRuleGroupAssociationCommand").f(void 0, void 0).ser(se_GetFirewallRuleGroupAssociationCommand).de(de_GetFirewallRuleGroupAssociationCommand).build() {
|
|
2853
|
+
static {
|
|
2854
|
+
__name(this, "GetFirewallRuleGroupAssociationCommand");
|
|
2855
|
+
}
|
|
2759
2856
|
};
|
|
2760
|
-
__name(_GetFirewallRuleGroupAssociationCommand, "GetFirewallRuleGroupAssociationCommand");
|
|
2761
|
-
var GetFirewallRuleGroupAssociationCommand = _GetFirewallRuleGroupAssociationCommand;
|
|
2762
2857
|
|
|
2763
2858
|
// src/commands/GetFirewallRuleGroupCommand.ts
|
|
2764
2859
|
|
|
2765
2860
|
|
|
2766
2861
|
|
|
2767
|
-
var
|
|
2862
|
+
var GetFirewallRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2768
2863
|
return [
|
|
2769
2864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2770
2865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2771
2866
|
];
|
|
2772
2867
|
}).s("Route53Resolver", "GetFirewallRuleGroup", {}).n("Route53ResolverClient", "GetFirewallRuleGroupCommand").f(void 0, void 0).ser(se_GetFirewallRuleGroupCommand).de(de_GetFirewallRuleGroupCommand).build() {
|
|
2868
|
+
static {
|
|
2869
|
+
__name(this, "GetFirewallRuleGroupCommand");
|
|
2870
|
+
}
|
|
2773
2871
|
};
|
|
2774
|
-
__name(_GetFirewallRuleGroupCommand, "GetFirewallRuleGroupCommand");
|
|
2775
|
-
var GetFirewallRuleGroupCommand = _GetFirewallRuleGroupCommand;
|
|
2776
2872
|
|
|
2777
2873
|
// src/commands/GetFirewallRuleGroupPolicyCommand.ts
|
|
2778
2874
|
|
|
2779
2875
|
|
|
2780
2876
|
|
|
2781
|
-
var
|
|
2877
|
+
var GetFirewallRuleGroupPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2782
2878
|
return [
|
|
2783
2879
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2784
2880
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2785
2881
|
];
|
|
2786
2882
|
}).s("Route53Resolver", "GetFirewallRuleGroupPolicy", {}).n("Route53ResolverClient", "GetFirewallRuleGroupPolicyCommand").f(void 0, void 0).ser(se_GetFirewallRuleGroupPolicyCommand).de(de_GetFirewallRuleGroupPolicyCommand).build() {
|
|
2883
|
+
static {
|
|
2884
|
+
__name(this, "GetFirewallRuleGroupPolicyCommand");
|
|
2885
|
+
}
|
|
2787
2886
|
};
|
|
2788
|
-
__name(_GetFirewallRuleGroupPolicyCommand, "GetFirewallRuleGroupPolicyCommand");
|
|
2789
|
-
var GetFirewallRuleGroupPolicyCommand = _GetFirewallRuleGroupPolicyCommand;
|
|
2790
2887
|
|
|
2791
2888
|
// src/commands/GetOutpostResolverCommand.ts
|
|
2792
2889
|
|
|
2793
2890
|
|
|
2794
2891
|
|
|
2795
|
-
var
|
|
2892
|
+
var GetOutpostResolverCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2796
2893
|
return [
|
|
2797
2894
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2798
2895
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2799
2896
|
];
|
|
2800
2897
|
}).s("Route53Resolver", "GetOutpostResolver", {}).n("Route53ResolverClient", "GetOutpostResolverCommand").f(void 0, void 0).ser(se_GetOutpostResolverCommand).de(de_GetOutpostResolverCommand).build() {
|
|
2898
|
+
static {
|
|
2899
|
+
__name(this, "GetOutpostResolverCommand");
|
|
2900
|
+
}
|
|
2801
2901
|
};
|
|
2802
|
-
__name(_GetOutpostResolverCommand, "GetOutpostResolverCommand");
|
|
2803
|
-
var GetOutpostResolverCommand = _GetOutpostResolverCommand;
|
|
2804
2902
|
|
|
2805
2903
|
// src/commands/GetResolverConfigCommand.ts
|
|
2806
2904
|
|
|
2807
2905
|
|
|
2808
2906
|
|
|
2809
|
-
var
|
|
2907
|
+
var GetResolverConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2810
2908
|
return [
|
|
2811
2909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2812
2910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2813
2911
|
];
|
|
2814
2912
|
}).s("Route53Resolver", "GetResolverConfig", {}).n("Route53ResolverClient", "GetResolverConfigCommand").f(void 0, void 0).ser(se_GetResolverConfigCommand).de(de_GetResolverConfigCommand).build() {
|
|
2913
|
+
static {
|
|
2914
|
+
__name(this, "GetResolverConfigCommand");
|
|
2915
|
+
}
|
|
2815
2916
|
};
|
|
2816
|
-
__name(_GetResolverConfigCommand, "GetResolverConfigCommand");
|
|
2817
|
-
var GetResolverConfigCommand = _GetResolverConfigCommand;
|
|
2818
2917
|
|
|
2819
2918
|
// src/commands/GetResolverDnssecConfigCommand.ts
|
|
2820
2919
|
|
|
2821
2920
|
|
|
2822
2921
|
|
|
2823
|
-
var
|
|
2922
|
+
var GetResolverDnssecConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2824
2923
|
return [
|
|
2825
2924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2826
2925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2827
2926
|
];
|
|
2828
2927
|
}).s("Route53Resolver", "GetResolverDnssecConfig", {}).n("Route53ResolverClient", "GetResolverDnssecConfigCommand").f(void 0, void 0).ser(se_GetResolverDnssecConfigCommand).de(de_GetResolverDnssecConfigCommand).build() {
|
|
2928
|
+
static {
|
|
2929
|
+
__name(this, "GetResolverDnssecConfigCommand");
|
|
2930
|
+
}
|
|
2829
2931
|
};
|
|
2830
|
-
__name(_GetResolverDnssecConfigCommand, "GetResolverDnssecConfigCommand");
|
|
2831
|
-
var GetResolverDnssecConfigCommand = _GetResolverDnssecConfigCommand;
|
|
2832
2932
|
|
|
2833
2933
|
// src/commands/GetResolverEndpointCommand.ts
|
|
2834
2934
|
|
|
2835
2935
|
|
|
2836
2936
|
|
|
2837
|
-
var
|
|
2937
|
+
var GetResolverEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2838
2938
|
return [
|
|
2839
2939
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2840
2940
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2841
2941
|
];
|
|
2842
2942
|
}).s("Route53Resolver", "GetResolverEndpoint", {}).n("Route53ResolverClient", "GetResolverEndpointCommand").f(void 0, void 0).ser(se_GetResolverEndpointCommand).de(de_GetResolverEndpointCommand).build() {
|
|
2943
|
+
static {
|
|
2944
|
+
__name(this, "GetResolverEndpointCommand");
|
|
2945
|
+
}
|
|
2843
2946
|
};
|
|
2844
|
-
__name(_GetResolverEndpointCommand, "GetResolverEndpointCommand");
|
|
2845
|
-
var GetResolverEndpointCommand = _GetResolverEndpointCommand;
|
|
2846
2947
|
|
|
2847
2948
|
// src/commands/GetResolverQueryLogConfigAssociationCommand.ts
|
|
2848
2949
|
|
|
2849
2950
|
|
|
2850
2951
|
|
|
2851
|
-
var
|
|
2952
|
+
var GetResolverQueryLogConfigAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2852
2953
|
return [
|
|
2853
2954
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2854
2955
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2855
2956
|
];
|
|
2856
2957
|
}).s("Route53Resolver", "GetResolverQueryLogConfigAssociation", {}).n("Route53ResolverClient", "GetResolverQueryLogConfigAssociationCommand").f(void 0, void 0).ser(se_GetResolverQueryLogConfigAssociationCommand).de(de_GetResolverQueryLogConfigAssociationCommand).build() {
|
|
2958
|
+
static {
|
|
2959
|
+
__name(this, "GetResolverQueryLogConfigAssociationCommand");
|
|
2960
|
+
}
|
|
2857
2961
|
};
|
|
2858
|
-
__name(_GetResolverQueryLogConfigAssociationCommand, "GetResolverQueryLogConfigAssociationCommand");
|
|
2859
|
-
var GetResolverQueryLogConfigAssociationCommand = _GetResolverQueryLogConfigAssociationCommand;
|
|
2860
2962
|
|
|
2861
2963
|
// src/commands/GetResolverQueryLogConfigCommand.ts
|
|
2862
2964
|
|
|
2863
2965
|
|
|
2864
2966
|
|
|
2865
|
-
var
|
|
2967
|
+
var GetResolverQueryLogConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2866
2968
|
return [
|
|
2867
2969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2868
2970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2869
2971
|
];
|
|
2870
2972
|
}).s("Route53Resolver", "GetResolverQueryLogConfig", {}).n("Route53ResolverClient", "GetResolverQueryLogConfigCommand").f(void 0, void 0).ser(se_GetResolverQueryLogConfigCommand).de(de_GetResolverQueryLogConfigCommand).build() {
|
|
2973
|
+
static {
|
|
2974
|
+
__name(this, "GetResolverQueryLogConfigCommand");
|
|
2975
|
+
}
|
|
2871
2976
|
};
|
|
2872
|
-
__name(_GetResolverQueryLogConfigCommand, "GetResolverQueryLogConfigCommand");
|
|
2873
|
-
var GetResolverQueryLogConfigCommand = _GetResolverQueryLogConfigCommand;
|
|
2874
2977
|
|
|
2875
2978
|
// src/commands/GetResolverQueryLogConfigPolicyCommand.ts
|
|
2876
2979
|
|
|
2877
2980
|
|
|
2878
2981
|
|
|
2879
|
-
var
|
|
2982
|
+
var GetResolverQueryLogConfigPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2880
2983
|
return [
|
|
2881
2984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2882
2985
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2883
2986
|
];
|
|
2884
2987
|
}).s("Route53Resolver", "GetResolverQueryLogConfigPolicy", {}).n("Route53ResolverClient", "GetResolverQueryLogConfigPolicyCommand").f(void 0, void 0).ser(se_GetResolverQueryLogConfigPolicyCommand).de(de_GetResolverQueryLogConfigPolicyCommand).build() {
|
|
2988
|
+
static {
|
|
2989
|
+
__name(this, "GetResolverQueryLogConfigPolicyCommand");
|
|
2990
|
+
}
|
|
2885
2991
|
};
|
|
2886
|
-
__name(_GetResolverQueryLogConfigPolicyCommand, "GetResolverQueryLogConfigPolicyCommand");
|
|
2887
|
-
var GetResolverQueryLogConfigPolicyCommand = _GetResolverQueryLogConfigPolicyCommand;
|
|
2888
2992
|
|
|
2889
2993
|
// src/commands/GetResolverRuleAssociationCommand.ts
|
|
2890
2994
|
|
|
2891
2995
|
|
|
2892
2996
|
|
|
2893
|
-
var
|
|
2997
|
+
var GetResolverRuleAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2894
2998
|
return [
|
|
2895
2999
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2896
3000
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2897
3001
|
];
|
|
2898
3002
|
}).s("Route53Resolver", "GetResolverRuleAssociation", {}).n("Route53ResolverClient", "GetResolverRuleAssociationCommand").f(void 0, void 0).ser(se_GetResolverRuleAssociationCommand).de(de_GetResolverRuleAssociationCommand).build() {
|
|
3003
|
+
static {
|
|
3004
|
+
__name(this, "GetResolverRuleAssociationCommand");
|
|
3005
|
+
}
|
|
2899
3006
|
};
|
|
2900
|
-
__name(_GetResolverRuleAssociationCommand, "GetResolverRuleAssociationCommand");
|
|
2901
|
-
var GetResolverRuleAssociationCommand = _GetResolverRuleAssociationCommand;
|
|
2902
3007
|
|
|
2903
3008
|
// src/commands/GetResolverRuleCommand.ts
|
|
2904
3009
|
|
|
2905
3010
|
|
|
2906
3011
|
|
|
2907
|
-
var
|
|
3012
|
+
var GetResolverRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2908
3013
|
return [
|
|
2909
3014
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2910
3015
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2911
3016
|
];
|
|
2912
3017
|
}).s("Route53Resolver", "GetResolverRule", {}).n("Route53ResolverClient", "GetResolverRuleCommand").f(void 0, void 0).ser(se_GetResolverRuleCommand).de(de_GetResolverRuleCommand).build() {
|
|
3018
|
+
static {
|
|
3019
|
+
__name(this, "GetResolverRuleCommand");
|
|
3020
|
+
}
|
|
2913
3021
|
};
|
|
2914
|
-
__name(_GetResolverRuleCommand, "GetResolverRuleCommand");
|
|
2915
|
-
var GetResolverRuleCommand = _GetResolverRuleCommand;
|
|
2916
3022
|
|
|
2917
3023
|
// src/commands/GetResolverRulePolicyCommand.ts
|
|
2918
3024
|
|
|
2919
3025
|
|
|
2920
3026
|
|
|
2921
|
-
var
|
|
3027
|
+
var GetResolverRulePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2922
3028
|
return [
|
|
2923
3029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2924
3030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2925
3031
|
];
|
|
2926
3032
|
}).s("Route53Resolver", "GetResolverRulePolicy", {}).n("Route53ResolverClient", "GetResolverRulePolicyCommand").f(void 0, void 0).ser(se_GetResolverRulePolicyCommand).de(de_GetResolverRulePolicyCommand).build() {
|
|
3033
|
+
static {
|
|
3034
|
+
__name(this, "GetResolverRulePolicyCommand");
|
|
3035
|
+
}
|
|
2927
3036
|
};
|
|
2928
|
-
__name(_GetResolverRulePolicyCommand, "GetResolverRulePolicyCommand");
|
|
2929
|
-
var GetResolverRulePolicyCommand = _GetResolverRulePolicyCommand;
|
|
2930
3037
|
|
|
2931
3038
|
// src/commands/ImportFirewallDomainsCommand.ts
|
|
2932
3039
|
|
|
2933
3040
|
|
|
2934
3041
|
|
|
2935
|
-
var
|
|
3042
|
+
var ImportFirewallDomainsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2936
3043
|
return [
|
|
2937
3044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2938
3045
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2939
3046
|
];
|
|
2940
3047
|
}).s("Route53Resolver", "ImportFirewallDomains", {}).n("Route53ResolverClient", "ImportFirewallDomainsCommand").f(void 0, void 0).ser(se_ImportFirewallDomainsCommand).de(de_ImportFirewallDomainsCommand).build() {
|
|
3048
|
+
static {
|
|
3049
|
+
__name(this, "ImportFirewallDomainsCommand");
|
|
3050
|
+
}
|
|
2941
3051
|
};
|
|
2942
|
-
__name(_ImportFirewallDomainsCommand, "ImportFirewallDomainsCommand");
|
|
2943
|
-
var ImportFirewallDomainsCommand = _ImportFirewallDomainsCommand;
|
|
2944
3052
|
|
|
2945
3053
|
// src/commands/ListFirewallConfigsCommand.ts
|
|
2946
3054
|
|
|
2947
3055
|
|
|
2948
3056
|
|
|
2949
|
-
var
|
|
3057
|
+
var ListFirewallConfigsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2950
3058
|
return [
|
|
2951
3059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2952
3060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2953
3061
|
];
|
|
2954
3062
|
}).s("Route53Resolver", "ListFirewallConfigs", {}).n("Route53ResolverClient", "ListFirewallConfigsCommand").f(void 0, void 0).ser(se_ListFirewallConfigsCommand).de(de_ListFirewallConfigsCommand).build() {
|
|
3063
|
+
static {
|
|
3064
|
+
__name(this, "ListFirewallConfigsCommand");
|
|
3065
|
+
}
|
|
2955
3066
|
};
|
|
2956
|
-
__name(_ListFirewallConfigsCommand, "ListFirewallConfigsCommand");
|
|
2957
|
-
var ListFirewallConfigsCommand = _ListFirewallConfigsCommand;
|
|
2958
3067
|
|
|
2959
3068
|
// src/commands/ListFirewallDomainListsCommand.ts
|
|
2960
3069
|
|
|
2961
3070
|
|
|
2962
3071
|
|
|
2963
|
-
var
|
|
3072
|
+
var ListFirewallDomainListsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2964
3073
|
return [
|
|
2965
3074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2966
3075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2967
3076
|
];
|
|
2968
3077
|
}).s("Route53Resolver", "ListFirewallDomainLists", {}).n("Route53ResolverClient", "ListFirewallDomainListsCommand").f(void 0, void 0).ser(se_ListFirewallDomainListsCommand).de(de_ListFirewallDomainListsCommand).build() {
|
|
3078
|
+
static {
|
|
3079
|
+
__name(this, "ListFirewallDomainListsCommand");
|
|
3080
|
+
}
|
|
2969
3081
|
};
|
|
2970
|
-
__name(_ListFirewallDomainListsCommand, "ListFirewallDomainListsCommand");
|
|
2971
|
-
var ListFirewallDomainListsCommand = _ListFirewallDomainListsCommand;
|
|
2972
3082
|
|
|
2973
3083
|
// src/commands/ListFirewallDomainsCommand.ts
|
|
2974
3084
|
|
|
2975
3085
|
|
|
2976
3086
|
|
|
2977
|
-
var
|
|
3087
|
+
var ListFirewallDomainsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2978
3088
|
return [
|
|
2979
3089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2980
3090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2981
3091
|
];
|
|
2982
3092
|
}).s("Route53Resolver", "ListFirewallDomains", {}).n("Route53ResolverClient", "ListFirewallDomainsCommand").f(void 0, void 0).ser(se_ListFirewallDomainsCommand).de(de_ListFirewallDomainsCommand).build() {
|
|
3093
|
+
static {
|
|
3094
|
+
__name(this, "ListFirewallDomainsCommand");
|
|
3095
|
+
}
|
|
2983
3096
|
};
|
|
2984
|
-
__name(_ListFirewallDomainsCommand, "ListFirewallDomainsCommand");
|
|
2985
|
-
var ListFirewallDomainsCommand = _ListFirewallDomainsCommand;
|
|
2986
3097
|
|
|
2987
3098
|
// src/commands/ListFirewallRuleGroupAssociationsCommand.ts
|
|
2988
3099
|
|
|
2989
3100
|
|
|
2990
3101
|
|
|
2991
|
-
var
|
|
3102
|
+
var ListFirewallRuleGroupAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2992
3103
|
return [
|
|
2993
3104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2994
3105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2995
3106
|
];
|
|
2996
3107
|
}).s("Route53Resolver", "ListFirewallRuleGroupAssociations", {}).n("Route53ResolverClient", "ListFirewallRuleGroupAssociationsCommand").f(void 0, void 0).ser(se_ListFirewallRuleGroupAssociationsCommand).de(de_ListFirewallRuleGroupAssociationsCommand).build() {
|
|
3108
|
+
static {
|
|
3109
|
+
__name(this, "ListFirewallRuleGroupAssociationsCommand");
|
|
3110
|
+
}
|
|
2997
3111
|
};
|
|
2998
|
-
__name(_ListFirewallRuleGroupAssociationsCommand, "ListFirewallRuleGroupAssociationsCommand");
|
|
2999
|
-
var ListFirewallRuleGroupAssociationsCommand = _ListFirewallRuleGroupAssociationsCommand;
|
|
3000
3112
|
|
|
3001
3113
|
// src/commands/ListFirewallRuleGroupsCommand.ts
|
|
3002
3114
|
|
|
3003
3115
|
|
|
3004
3116
|
|
|
3005
|
-
var
|
|
3117
|
+
var ListFirewallRuleGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3006
3118
|
return [
|
|
3007
3119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3008
3120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3009
3121
|
];
|
|
3010
3122
|
}).s("Route53Resolver", "ListFirewallRuleGroups", {}).n("Route53ResolverClient", "ListFirewallRuleGroupsCommand").f(void 0, void 0).ser(se_ListFirewallRuleGroupsCommand).de(de_ListFirewallRuleGroupsCommand).build() {
|
|
3123
|
+
static {
|
|
3124
|
+
__name(this, "ListFirewallRuleGroupsCommand");
|
|
3125
|
+
}
|
|
3011
3126
|
};
|
|
3012
|
-
__name(_ListFirewallRuleGroupsCommand, "ListFirewallRuleGroupsCommand");
|
|
3013
|
-
var ListFirewallRuleGroupsCommand = _ListFirewallRuleGroupsCommand;
|
|
3014
3127
|
|
|
3015
3128
|
// src/commands/ListFirewallRulesCommand.ts
|
|
3016
3129
|
|
|
3017
3130
|
|
|
3018
3131
|
|
|
3019
|
-
var
|
|
3132
|
+
var ListFirewallRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3020
3133
|
return [
|
|
3021
3134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3022
3135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3023
3136
|
];
|
|
3024
3137
|
}).s("Route53Resolver", "ListFirewallRules", {}).n("Route53ResolverClient", "ListFirewallRulesCommand").f(void 0, void 0).ser(se_ListFirewallRulesCommand).de(de_ListFirewallRulesCommand).build() {
|
|
3138
|
+
static {
|
|
3139
|
+
__name(this, "ListFirewallRulesCommand");
|
|
3140
|
+
}
|
|
3025
3141
|
};
|
|
3026
|
-
__name(_ListFirewallRulesCommand, "ListFirewallRulesCommand");
|
|
3027
|
-
var ListFirewallRulesCommand = _ListFirewallRulesCommand;
|
|
3028
3142
|
|
|
3029
3143
|
// src/commands/ListOutpostResolversCommand.ts
|
|
3030
3144
|
|
|
3031
3145
|
|
|
3032
3146
|
|
|
3033
|
-
var
|
|
3147
|
+
var ListOutpostResolversCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3034
3148
|
return [
|
|
3035
3149
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3036
3150
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3037
3151
|
];
|
|
3038
3152
|
}).s("Route53Resolver", "ListOutpostResolvers", {}).n("Route53ResolverClient", "ListOutpostResolversCommand").f(void 0, void 0).ser(se_ListOutpostResolversCommand).de(de_ListOutpostResolversCommand).build() {
|
|
3153
|
+
static {
|
|
3154
|
+
__name(this, "ListOutpostResolversCommand");
|
|
3155
|
+
}
|
|
3039
3156
|
};
|
|
3040
|
-
__name(_ListOutpostResolversCommand, "ListOutpostResolversCommand");
|
|
3041
|
-
var ListOutpostResolversCommand = _ListOutpostResolversCommand;
|
|
3042
3157
|
|
|
3043
3158
|
// src/commands/ListResolverConfigsCommand.ts
|
|
3044
3159
|
|
|
3045
3160
|
|
|
3046
3161
|
|
|
3047
|
-
var
|
|
3162
|
+
var ListResolverConfigsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3048
3163
|
return [
|
|
3049
3164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3050
3165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3051
3166
|
];
|
|
3052
3167
|
}).s("Route53Resolver", "ListResolverConfigs", {}).n("Route53ResolverClient", "ListResolverConfigsCommand").f(void 0, void 0).ser(se_ListResolverConfigsCommand).de(de_ListResolverConfigsCommand).build() {
|
|
3168
|
+
static {
|
|
3169
|
+
__name(this, "ListResolverConfigsCommand");
|
|
3170
|
+
}
|
|
3053
3171
|
};
|
|
3054
|
-
__name(_ListResolverConfigsCommand, "ListResolverConfigsCommand");
|
|
3055
|
-
var ListResolverConfigsCommand = _ListResolverConfigsCommand;
|
|
3056
3172
|
|
|
3057
3173
|
// src/commands/ListResolverDnssecConfigsCommand.ts
|
|
3058
3174
|
|
|
3059
3175
|
|
|
3060
3176
|
|
|
3061
|
-
var
|
|
3177
|
+
var ListResolverDnssecConfigsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3062
3178
|
return [
|
|
3063
3179
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3064
3180
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3065
3181
|
];
|
|
3066
3182
|
}).s("Route53Resolver", "ListResolverDnssecConfigs", {}).n("Route53ResolverClient", "ListResolverDnssecConfigsCommand").f(void 0, void 0).ser(se_ListResolverDnssecConfigsCommand).de(de_ListResolverDnssecConfigsCommand).build() {
|
|
3183
|
+
static {
|
|
3184
|
+
__name(this, "ListResolverDnssecConfigsCommand");
|
|
3185
|
+
}
|
|
3067
3186
|
};
|
|
3068
|
-
__name(_ListResolverDnssecConfigsCommand, "ListResolverDnssecConfigsCommand");
|
|
3069
|
-
var ListResolverDnssecConfigsCommand = _ListResolverDnssecConfigsCommand;
|
|
3070
3187
|
|
|
3071
3188
|
// src/commands/ListResolverEndpointIpAddressesCommand.ts
|
|
3072
3189
|
|
|
3073
3190
|
|
|
3074
3191
|
|
|
3075
|
-
var
|
|
3192
|
+
var ListResolverEndpointIpAddressesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3076
3193
|
return [
|
|
3077
3194
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3078
3195
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3079
3196
|
];
|
|
3080
3197
|
}).s("Route53Resolver", "ListResolverEndpointIpAddresses", {}).n("Route53ResolverClient", "ListResolverEndpointIpAddressesCommand").f(void 0, void 0).ser(se_ListResolverEndpointIpAddressesCommand).de(de_ListResolverEndpointIpAddressesCommand).build() {
|
|
3198
|
+
static {
|
|
3199
|
+
__name(this, "ListResolverEndpointIpAddressesCommand");
|
|
3200
|
+
}
|
|
3081
3201
|
};
|
|
3082
|
-
__name(_ListResolverEndpointIpAddressesCommand, "ListResolverEndpointIpAddressesCommand");
|
|
3083
|
-
var ListResolverEndpointIpAddressesCommand = _ListResolverEndpointIpAddressesCommand;
|
|
3084
3202
|
|
|
3085
3203
|
// src/commands/ListResolverEndpointsCommand.ts
|
|
3086
3204
|
|
|
3087
3205
|
|
|
3088
3206
|
|
|
3089
|
-
var
|
|
3207
|
+
var ListResolverEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3090
3208
|
return [
|
|
3091
3209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3092
3210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3093
3211
|
];
|
|
3094
3212
|
}).s("Route53Resolver", "ListResolverEndpoints", {}).n("Route53ResolverClient", "ListResolverEndpointsCommand").f(void 0, void 0).ser(se_ListResolverEndpointsCommand).de(de_ListResolverEndpointsCommand).build() {
|
|
3213
|
+
static {
|
|
3214
|
+
__name(this, "ListResolverEndpointsCommand");
|
|
3215
|
+
}
|
|
3095
3216
|
};
|
|
3096
|
-
__name(_ListResolverEndpointsCommand, "ListResolverEndpointsCommand");
|
|
3097
|
-
var ListResolverEndpointsCommand = _ListResolverEndpointsCommand;
|
|
3098
3217
|
|
|
3099
3218
|
// src/commands/ListResolverQueryLogConfigAssociationsCommand.ts
|
|
3100
3219
|
|
|
3101
3220
|
|
|
3102
3221
|
|
|
3103
|
-
var
|
|
3222
|
+
var ListResolverQueryLogConfigAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3104
3223
|
return [
|
|
3105
3224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3106
3225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3107
3226
|
];
|
|
3108
3227
|
}).s("Route53Resolver", "ListResolverQueryLogConfigAssociations", {}).n("Route53ResolverClient", "ListResolverQueryLogConfigAssociationsCommand").f(void 0, void 0).ser(se_ListResolverQueryLogConfigAssociationsCommand).de(de_ListResolverQueryLogConfigAssociationsCommand).build() {
|
|
3228
|
+
static {
|
|
3229
|
+
__name(this, "ListResolverQueryLogConfigAssociationsCommand");
|
|
3230
|
+
}
|
|
3109
3231
|
};
|
|
3110
|
-
__name(_ListResolverQueryLogConfigAssociationsCommand, "ListResolverQueryLogConfigAssociationsCommand");
|
|
3111
|
-
var ListResolverQueryLogConfigAssociationsCommand = _ListResolverQueryLogConfigAssociationsCommand;
|
|
3112
3232
|
|
|
3113
3233
|
// src/commands/ListResolverQueryLogConfigsCommand.ts
|
|
3114
3234
|
|
|
3115
3235
|
|
|
3116
3236
|
|
|
3117
|
-
var
|
|
3237
|
+
var ListResolverQueryLogConfigsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3118
3238
|
return [
|
|
3119
3239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3120
3240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3121
3241
|
];
|
|
3122
3242
|
}).s("Route53Resolver", "ListResolverQueryLogConfigs", {}).n("Route53ResolverClient", "ListResolverQueryLogConfigsCommand").f(void 0, void 0).ser(se_ListResolverQueryLogConfigsCommand).de(de_ListResolverQueryLogConfigsCommand).build() {
|
|
3243
|
+
static {
|
|
3244
|
+
__name(this, "ListResolverQueryLogConfigsCommand");
|
|
3245
|
+
}
|
|
3123
3246
|
};
|
|
3124
|
-
__name(_ListResolverQueryLogConfigsCommand, "ListResolverQueryLogConfigsCommand");
|
|
3125
|
-
var ListResolverQueryLogConfigsCommand = _ListResolverQueryLogConfigsCommand;
|
|
3126
3247
|
|
|
3127
3248
|
// src/commands/ListResolverRuleAssociationsCommand.ts
|
|
3128
3249
|
|
|
3129
3250
|
|
|
3130
3251
|
|
|
3131
|
-
var
|
|
3252
|
+
var ListResolverRuleAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3132
3253
|
return [
|
|
3133
3254
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3134
3255
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3135
3256
|
];
|
|
3136
3257
|
}).s("Route53Resolver", "ListResolverRuleAssociations", {}).n("Route53ResolverClient", "ListResolverRuleAssociationsCommand").f(void 0, void 0).ser(se_ListResolverRuleAssociationsCommand).de(de_ListResolverRuleAssociationsCommand).build() {
|
|
3258
|
+
static {
|
|
3259
|
+
__name(this, "ListResolverRuleAssociationsCommand");
|
|
3260
|
+
}
|
|
3137
3261
|
};
|
|
3138
|
-
__name(_ListResolverRuleAssociationsCommand, "ListResolverRuleAssociationsCommand");
|
|
3139
|
-
var ListResolverRuleAssociationsCommand = _ListResolverRuleAssociationsCommand;
|
|
3140
3262
|
|
|
3141
3263
|
// src/commands/ListResolverRulesCommand.ts
|
|
3142
3264
|
|
|
3143
3265
|
|
|
3144
3266
|
|
|
3145
|
-
var
|
|
3267
|
+
var ListResolverRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3146
3268
|
return [
|
|
3147
3269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3148
3270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3149
3271
|
];
|
|
3150
3272
|
}).s("Route53Resolver", "ListResolverRules", {}).n("Route53ResolverClient", "ListResolverRulesCommand").f(void 0, void 0).ser(se_ListResolverRulesCommand).de(de_ListResolverRulesCommand).build() {
|
|
3273
|
+
static {
|
|
3274
|
+
__name(this, "ListResolverRulesCommand");
|
|
3275
|
+
}
|
|
3151
3276
|
};
|
|
3152
|
-
__name(_ListResolverRulesCommand, "ListResolverRulesCommand");
|
|
3153
|
-
var ListResolverRulesCommand = _ListResolverRulesCommand;
|
|
3154
3277
|
|
|
3155
3278
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3156
3279
|
|
|
3157
3280
|
|
|
3158
3281
|
|
|
3159
|
-
var
|
|
3282
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3160
3283
|
return [
|
|
3161
3284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3162
3285
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3163
3286
|
];
|
|
3164
3287
|
}).s("Route53Resolver", "ListTagsForResource", {}).n("Route53ResolverClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3288
|
+
static {
|
|
3289
|
+
__name(this, "ListTagsForResourceCommand");
|
|
3290
|
+
}
|
|
3165
3291
|
};
|
|
3166
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3167
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3168
3292
|
|
|
3169
3293
|
// src/commands/PutFirewallRuleGroupPolicyCommand.ts
|
|
3170
3294
|
|
|
3171
3295
|
|
|
3172
3296
|
|
|
3173
|
-
var
|
|
3297
|
+
var PutFirewallRuleGroupPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3174
3298
|
return [
|
|
3175
3299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3176
3300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3177
3301
|
];
|
|
3178
3302
|
}).s("Route53Resolver", "PutFirewallRuleGroupPolicy", {}).n("Route53ResolverClient", "PutFirewallRuleGroupPolicyCommand").f(void 0, void 0).ser(se_PutFirewallRuleGroupPolicyCommand).de(de_PutFirewallRuleGroupPolicyCommand).build() {
|
|
3303
|
+
static {
|
|
3304
|
+
__name(this, "PutFirewallRuleGroupPolicyCommand");
|
|
3305
|
+
}
|
|
3179
3306
|
};
|
|
3180
|
-
__name(_PutFirewallRuleGroupPolicyCommand, "PutFirewallRuleGroupPolicyCommand");
|
|
3181
|
-
var PutFirewallRuleGroupPolicyCommand = _PutFirewallRuleGroupPolicyCommand;
|
|
3182
3307
|
|
|
3183
3308
|
// src/commands/PutResolverQueryLogConfigPolicyCommand.ts
|
|
3184
3309
|
|
|
3185
3310
|
|
|
3186
3311
|
|
|
3187
|
-
var
|
|
3312
|
+
var PutResolverQueryLogConfigPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3188
3313
|
return [
|
|
3189
3314
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3190
3315
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3191
3316
|
];
|
|
3192
3317
|
}).s("Route53Resolver", "PutResolverQueryLogConfigPolicy", {}).n("Route53ResolverClient", "PutResolverQueryLogConfigPolicyCommand").f(void 0, void 0).ser(se_PutResolverQueryLogConfigPolicyCommand).de(de_PutResolverQueryLogConfigPolicyCommand).build() {
|
|
3318
|
+
static {
|
|
3319
|
+
__name(this, "PutResolverQueryLogConfigPolicyCommand");
|
|
3320
|
+
}
|
|
3193
3321
|
};
|
|
3194
|
-
__name(_PutResolverQueryLogConfigPolicyCommand, "PutResolverQueryLogConfigPolicyCommand");
|
|
3195
|
-
var PutResolverQueryLogConfigPolicyCommand = _PutResolverQueryLogConfigPolicyCommand;
|
|
3196
3322
|
|
|
3197
3323
|
// src/commands/PutResolverRulePolicyCommand.ts
|
|
3198
3324
|
|
|
3199
3325
|
|
|
3200
3326
|
|
|
3201
|
-
var
|
|
3327
|
+
var PutResolverRulePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3202
3328
|
return [
|
|
3203
3329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3204
3330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3205
3331
|
];
|
|
3206
3332
|
}).s("Route53Resolver", "PutResolverRulePolicy", {}).n("Route53ResolverClient", "PutResolverRulePolicyCommand").f(void 0, void 0).ser(se_PutResolverRulePolicyCommand).de(de_PutResolverRulePolicyCommand).build() {
|
|
3333
|
+
static {
|
|
3334
|
+
__name(this, "PutResolverRulePolicyCommand");
|
|
3335
|
+
}
|
|
3207
3336
|
};
|
|
3208
|
-
__name(_PutResolverRulePolicyCommand, "PutResolverRulePolicyCommand");
|
|
3209
|
-
var PutResolverRulePolicyCommand = _PutResolverRulePolicyCommand;
|
|
3210
3337
|
|
|
3211
3338
|
// src/commands/TagResourceCommand.ts
|
|
3212
3339
|
|
|
3213
3340
|
|
|
3214
3341
|
|
|
3215
|
-
var
|
|
3342
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3216
3343
|
return [
|
|
3217
3344
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3218
3345
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3219
3346
|
];
|
|
3220
3347
|
}).s("Route53Resolver", "TagResource", {}).n("Route53ResolverClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3348
|
+
static {
|
|
3349
|
+
__name(this, "TagResourceCommand");
|
|
3350
|
+
}
|
|
3221
3351
|
};
|
|
3222
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3223
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
3224
3352
|
|
|
3225
3353
|
// src/commands/UntagResourceCommand.ts
|
|
3226
3354
|
|
|
3227
3355
|
|
|
3228
3356
|
|
|
3229
|
-
var
|
|
3357
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3230
3358
|
return [
|
|
3231
3359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3232
3360
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3233
3361
|
];
|
|
3234
3362
|
}).s("Route53Resolver", "UntagResource", {}).n("Route53ResolverClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3363
|
+
static {
|
|
3364
|
+
__name(this, "UntagResourceCommand");
|
|
3365
|
+
}
|
|
3235
3366
|
};
|
|
3236
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3237
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
3238
3367
|
|
|
3239
3368
|
// src/commands/UpdateFirewallConfigCommand.ts
|
|
3240
3369
|
|
|
3241
3370
|
|
|
3242
3371
|
|
|
3243
|
-
var
|
|
3372
|
+
var UpdateFirewallConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3244
3373
|
return [
|
|
3245
3374
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3246
3375
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3247
3376
|
];
|
|
3248
3377
|
}).s("Route53Resolver", "UpdateFirewallConfig", {}).n("Route53ResolverClient", "UpdateFirewallConfigCommand").f(void 0, void 0).ser(se_UpdateFirewallConfigCommand).de(de_UpdateFirewallConfigCommand).build() {
|
|
3378
|
+
static {
|
|
3379
|
+
__name(this, "UpdateFirewallConfigCommand");
|
|
3380
|
+
}
|
|
3249
3381
|
};
|
|
3250
|
-
__name(_UpdateFirewallConfigCommand, "UpdateFirewallConfigCommand");
|
|
3251
|
-
var UpdateFirewallConfigCommand = _UpdateFirewallConfigCommand;
|
|
3252
3382
|
|
|
3253
3383
|
// src/commands/UpdateFirewallDomainsCommand.ts
|
|
3254
3384
|
|
|
3255
3385
|
|
|
3256
3386
|
|
|
3257
|
-
var
|
|
3387
|
+
var UpdateFirewallDomainsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3258
3388
|
return [
|
|
3259
3389
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3260
3390
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3261
3391
|
];
|
|
3262
3392
|
}).s("Route53Resolver", "UpdateFirewallDomains", {}).n("Route53ResolverClient", "UpdateFirewallDomainsCommand").f(void 0, void 0).ser(se_UpdateFirewallDomainsCommand).de(de_UpdateFirewallDomainsCommand).build() {
|
|
3393
|
+
static {
|
|
3394
|
+
__name(this, "UpdateFirewallDomainsCommand");
|
|
3395
|
+
}
|
|
3263
3396
|
};
|
|
3264
|
-
__name(_UpdateFirewallDomainsCommand, "UpdateFirewallDomainsCommand");
|
|
3265
|
-
var UpdateFirewallDomainsCommand = _UpdateFirewallDomainsCommand;
|
|
3266
3397
|
|
|
3267
3398
|
// src/commands/UpdateFirewallRuleCommand.ts
|
|
3268
3399
|
|
|
3269
3400
|
|
|
3270
3401
|
|
|
3271
|
-
var
|
|
3402
|
+
var UpdateFirewallRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3272
3403
|
return [
|
|
3273
3404
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3274
3405
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3275
3406
|
];
|
|
3276
3407
|
}).s("Route53Resolver", "UpdateFirewallRule", {}).n("Route53ResolverClient", "UpdateFirewallRuleCommand").f(void 0, void 0).ser(se_UpdateFirewallRuleCommand).de(de_UpdateFirewallRuleCommand).build() {
|
|
3408
|
+
static {
|
|
3409
|
+
__name(this, "UpdateFirewallRuleCommand");
|
|
3410
|
+
}
|
|
3277
3411
|
};
|
|
3278
|
-
__name(_UpdateFirewallRuleCommand, "UpdateFirewallRuleCommand");
|
|
3279
|
-
var UpdateFirewallRuleCommand = _UpdateFirewallRuleCommand;
|
|
3280
3412
|
|
|
3281
3413
|
// src/commands/UpdateFirewallRuleGroupAssociationCommand.ts
|
|
3282
3414
|
|
|
3283
3415
|
|
|
3284
3416
|
|
|
3285
|
-
var
|
|
3417
|
+
var UpdateFirewallRuleGroupAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3286
3418
|
return [
|
|
3287
3419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3288
3420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3289
3421
|
];
|
|
3290
3422
|
}).s("Route53Resolver", "UpdateFirewallRuleGroupAssociation", {}).n("Route53ResolverClient", "UpdateFirewallRuleGroupAssociationCommand").f(void 0, void 0).ser(se_UpdateFirewallRuleGroupAssociationCommand).de(de_UpdateFirewallRuleGroupAssociationCommand).build() {
|
|
3423
|
+
static {
|
|
3424
|
+
__name(this, "UpdateFirewallRuleGroupAssociationCommand");
|
|
3425
|
+
}
|
|
3291
3426
|
};
|
|
3292
|
-
__name(_UpdateFirewallRuleGroupAssociationCommand, "UpdateFirewallRuleGroupAssociationCommand");
|
|
3293
|
-
var UpdateFirewallRuleGroupAssociationCommand = _UpdateFirewallRuleGroupAssociationCommand;
|
|
3294
3427
|
|
|
3295
3428
|
// src/commands/UpdateOutpostResolverCommand.ts
|
|
3296
3429
|
|
|
3297
3430
|
|
|
3298
3431
|
|
|
3299
|
-
var
|
|
3432
|
+
var UpdateOutpostResolverCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3300
3433
|
return [
|
|
3301
3434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3302
3435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3303
3436
|
];
|
|
3304
3437
|
}).s("Route53Resolver", "UpdateOutpostResolver", {}).n("Route53ResolverClient", "UpdateOutpostResolverCommand").f(void 0, void 0).ser(se_UpdateOutpostResolverCommand).de(de_UpdateOutpostResolverCommand).build() {
|
|
3438
|
+
static {
|
|
3439
|
+
__name(this, "UpdateOutpostResolverCommand");
|
|
3440
|
+
}
|
|
3305
3441
|
};
|
|
3306
|
-
__name(_UpdateOutpostResolverCommand, "UpdateOutpostResolverCommand");
|
|
3307
|
-
var UpdateOutpostResolverCommand = _UpdateOutpostResolverCommand;
|
|
3308
3442
|
|
|
3309
3443
|
// src/commands/UpdateResolverConfigCommand.ts
|
|
3310
3444
|
|
|
3311
3445
|
|
|
3312
3446
|
|
|
3313
|
-
var
|
|
3447
|
+
var UpdateResolverConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3314
3448
|
return [
|
|
3315
3449
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3316
3450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3317
3451
|
];
|
|
3318
3452
|
}).s("Route53Resolver", "UpdateResolverConfig", {}).n("Route53ResolverClient", "UpdateResolverConfigCommand").f(void 0, void 0).ser(se_UpdateResolverConfigCommand).de(de_UpdateResolverConfigCommand).build() {
|
|
3453
|
+
static {
|
|
3454
|
+
__name(this, "UpdateResolverConfigCommand");
|
|
3455
|
+
}
|
|
3319
3456
|
};
|
|
3320
|
-
__name(_UpdateResolverConfigCommand, "UpdateResolverConfigCommand");
|
|
3321
|
-
var UpdateResolverConfigCommand = _UpdateResolverConfigCommand;
|
|
3322
3457
|
|
|
3323
3458
|
// src/commands/UpdateResolverDnssecConfigCommand.ts
|
|
3324
3459
|
|
|
3325
3460
|
|
|
3326
3461
|
|
|
3327
|
-
var
|
|
3462
|
+
var UpdateResolverDnssecConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3328
3463
|
return [
|
|
3329
3464
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3330
3465
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3331
3466
|
];
|
|
3332
3467
|
}).s("Route53Resolver", "UpdateResolverDnssecConfig", {}).n("Route53ResolverClient", "UpdateResolverDnssecConfigCommand").f(void 0, void 0).ser(se_UpdateResolverDnssecConfigCommand).de(de_UpdateResolverDnssecConfigCommand).build() {
|
|
3468
|
+
static {
|
|
3469
|
+
__name(this, "UpdateResolverDnssecConfigCommand");
|
|
3470
|
+
}
|
|
3333
3471
|
};
|
|
3334
|
-
__name(_UpdateResolverDnssecConfigCommand, "UpdateResolverDnssecConfigCommand");
|
|
3335
|
-
var UpdateResolverDnssecConfigCommand = _UpdateResolverDnssecConfigCommand;
|
|
3336
3472
|
|
|
3337
3473
|
// src/commands/UpdateResolverEndpointCommand.ts
|
|
3338
3474
|
|
|
3339
3475
|
|
|
3340
3476
|
|
|
3341
|
-
var
|
|
3477
|
+
var UpdateResolverEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3342
3478
|
return [
|
|
3343
3479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3344
3480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3345
3481
|
];
|
|
3346
3482
|
}).s("Route53Resolver", "UpdateResolverEndpoint", {}).n("Route53ResolverClient", "UpdateResolverEndpointCommand").f(void 0, void 0).ser(se_UpdateResolverEndpointCommand).de(de_UpdateResolverEndpointCommand).build() {
|
|
3483
|
+
static {
|
|
3484
|
+
__name(this, "UpdateResolverEndpointCommand");
|
|
3485
|
+
}
|
|
3347
3486
|
};
|
|
3348
|
-
__name(_UpdateResolverEndpointCommand, "UpdateResolverEndpointCommand");
|
|
3349
|
-
var UpdateResolverEndpointCommand = _UpdateResolverEndpointCommand;
|
|
3350
3487
|
|
|
3351
3488
|
// src/commands/UpdateResolverRuleCommand.ts
|
|
3352
3489
|
|
|
3353
3490
|
|
|
3354
3491
|
|
|
3355
|
-
var
|
|
3492
|
+
var UpdateResolverRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3356
3493
|
return [
|
|
3357
3494
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3358
3495
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3359
3496
|
];
|
|
3360
3497
|
}).s("Route53Resolver", "UpdateResolverRule", {}).n("Route53ResolverClient", "UpdateResolverRuleCommand").f(void 0, void 0).ser(se_UpdateResolverRuleCommand).de(de_UpdateResolverRuleCommand).build() {
|
|
3498
|
+
static {
|
|
3499
|
+
__name(this, "UpdateResolverRuleCommand");
|
|
3500
|
+
}
|
|
3361
3501
|
};
|
|
3362
|
-
__name(_UpdateResolverRuleCommand, "UpdateResolverRuleCommand");
|
|
3363
|
-
var UpdateResolverRuleCommand = _UpdateResolverRuleCommand;
|
|
3364
3502
|
|
|
3365
3503
|
// src/Route53Resolver.ts
|
|
3366
3504
|
var commands = {
|
|
@@ -3433,10 +3571,11 @@ var commands = {
|
|
|
3433
3571
|
UpdateResolverEndpointCommand,
|
|
3434
3572
|
UpdateResolverRuleCommand
|
|
3435
3573
|
};
|
|
3436
|
-
var
|
|
3574
|
+
var Route53Resolver = class extends Route53ResolverClient {
|
|
3575
|
+
static {
|
|
3576
|
+
__name(this, "Route53Resolver");
|
|
3577
|
+
}
|
|
3437
3578
|
};
|
|
3438
|
-
__name(_Route53Resolver, "Route53Resolver");
|
|
3439
|
-
var Route53Resolver = _Route53Resolver;
|
|
3440
3579
|
(0, import_smithy_client.createAggregatedClient)(commands, Route53Resolver);
|
|
3441
3580
|
|
|
3442
3581
|
// src/pagination/ListFirewallConfigsPaginator.ts
|