@aws-sdk/client-directory-service 3.649.0 → 3.650.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 +67 -201
- package/dist-es/commands/AcceptSharedDirectoryCommand.js +1 -3
- package/dist-es/commands/AddIpRoutesCommand.js +1 -3
- package/dist-es/commands/AddRegionCommand.js +1 -3
- package/dist-es/commands/AddTagsToResourceCommand.js +1 -3
- package/dist-es/commands/CancelSchemaExtensionCommand.js +1 -3
- package/dist-es/commands/ConnectDirectoryCommand.js +1 -3
- package/dist-es/commands/CreateAliasCommand.js +1 -3
- package/dist-es/commands/CreateComputerCommand.js +1 -3
- package/dist-es/commands/CreateConditionalForwarderCommand.js +1 -3
- package/dist-es/commands/CreateDirectoryCommand.js +1 -3
- package/dist-es/commands/CreateLogSubscriptionCommand.js +1 -3
- package/dist-es/commands/CreateMicrosoftADCommand.js +1 -3
- package/dist-es/commands/CreateSnapshotCommand.js +1 -3
- package/dist-es/commands/CreateTrustCommand.js +1 -3
- package/dist-es/commands/DeleteConditionalForwarderCommand.js +1 -3
- package/dist-es/commands/DeleteDirectoryCommand.js +1 -3
- package/dist-es/commands/DeleteLogSubscriptionCommand.js +1 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +1 -3
- package/dist-es/commands/DeleteTrustCommand.js +1 -3
- package/dist-es/commands/DeregisterCertificateCommand.js +1 -3
- package/dist-es/commands/DeregisterEventTopicCommand.js +1 -3
- package/dist-es/commands/DescribeCertificateCommand.js +1 -3
- package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +1 -3
- package/dist-es/commands/DescribeConditionalForwardersCommand.js +1 -3
- package/dist-es/commands/DescribeDirectoriesCommand.js +1 -3
- package/dist-es/commands/DescribeDomainControllersCommand.js +1 -3
- package/dist-es/commands/DescribeEventTopicsCommand.js +1 -3
- package/dist-es/commands/DescribeLDAPSSettingsCommand.js +1 -3
- package/dist-es/commands/DescribeRegionsCommand.js +1 -3
- package/dist-es/commands/DescribeSettingsCommand.js +1 -3
- package/dist-es/commands/DescribeSharedDirectoriesCommand.js +1 -3
- package/dist-es/commands/DescribeSnapshotsCommand.js +1 -3
- package/dist-es/commands/DescribeTrustsCommand.js +1 -3
- package/dist-es/commands/DescribeUpdateDirectoryCommand.js +1 -3
- package/dist-es/commands/DisableClientAuthenticationCommand.js +1 -3
- package/dist-es/commands/DisableLDAPSCommand.js +1 -3
- package/dist-es/commands/DisableRadiusCommand.js +1 -3
- package/dist-es/commands/DisableSsoCommand.js +1 -3
- package/dist-es/commands/EnableClientAuthenticationCommand.js +1 -3
- package/dist-es/commands/EnableLDAPSCommand.js +1 -3
- package/dist-es/commands/EnableRadiusCommand.js +1 -3
- package/dist-es/commands/EnableSsoCommand.js +1 -3
- package/dist-es/commands/GetDirectoryLimitsCommand.js +1 -3
- package/dist-es/commands/GetSnapshotLimitsCommand.js +1 -3
- package/dist-es/commands/ListCertificatesCommand.js +1 -3
- package/dist-es/commands/ListIpRoutesCommand.js +1 -3
- package/dist-es/commands/ListLogSubscriptionsCommand.js +1 -3
- package/dist-es/commands/ListSchemaExtensionsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RegisterCertificateCommand.js +1 -3
- package/dist-es/commands/RegisterEventTopicCommand.js +1 -3
- package/dist-es/commands/RejectSharedDirectoryCommand.js +1 -3
- package/dist-es/commands/RemoveIpRoutesCommand.js +1 -3
- package/dist-es/commands/RemoveRegionCommand.js +1 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
- package/dist-es/commands/ResetUserPasswordCommand.js +1 -3
- package/dist-es/commands/RestoreFromSnapshotCommand.js +1 -3
- package/dist-es/commands/ShareDirectoryCommand.js +1 -3
- package/dist-es/commands/StartSchemaExtensionCommand.js +1 -3
- package/dist-es/commands/UnshareDirectoryCommand.js +1 -3
- package/dist-es/commands/UpdateConditionalForwarderCommand.js +1 -3
- package/dist-es/commands/UpdateDirectorySetupCommand.js +1 -3
- package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +1 -3
- package/dist-es/commands/UpdateRadiusCommand.js +1 -3
- package/dist-es/commands/UpdateSettingsCommand.js +1 -3
- package/dist-es/commands/UpdateTrustCommand.js +1 -3
- package/dist-es/commands/VerifyTrustCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -3477,9 +3477,7 @@ function sharedHeaders(operation) {
|
|
|
3477
3477
|
__name(sharedHeaders, "sharedHeaders");
|
|
3478
3478
|
|
|
3479
3479
|
// src/commands/AcceptSharedDirectoryCommand.ts
|
|
3480
|
-
var _AcceptSharedDirectoryCommand = class _AcceptSharedDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3481
|
-
...commonParams
|
|
3482
|
-
}).m(function(Command, cs, config, o) {
|
|
3480
|
+
var _AcceptSharedDirectoryCommand = class _AcceptSharedDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3483
3481
|
return [
|
|
3484
3482
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3485
3483
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3493,9 +3491,7 @@ var AcceptSharedDirectoryCommand = _AcceptSharedDirectoryCommand;
|
|
|
3493
3491
|
|
|
3494
3492
|
|
|
3495
3493
|
|
|
3496
|
-
var _AddIpRoutesCommand = class _AddIpRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3497
|
-
...commonParams
|
|
3498
|
-
}).m(function(Command, cs, config, o) {
|
|
3494
|
+
var _AddIpRoutesCommand = class _AddIpRoutesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3499
3495
|
return [
|
|
3500
3496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3501
3497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3509,9 +3505,7 @@ var AddIpRoutesCommand = _AddIpRoutesCommand;
|
|
|
3509
3505
|
|
|
3510
3506
|
|
|
3511
3507
|
|
|
3512
|
-
var _AddRegionCommand = class _AddRegionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3513
|
-
...commonParams
|
|
3514
|
-
}).m(function(Command, cs, config, o) {
|
|
3508
|
+
var _AddRegionCommand = class _AddRegionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3515
3509
|
return [
|
|
3516
3510
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3517
3511
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3525,9 +3519,7 @@ var AddRegionCommand = _AddRegionCommand;
|
|
|
3525
3519
|
|
|
3526
3520
|
|
|
3527
3521
|
|
|
3528
|
-
var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3529
|
-
...commonParams
|
|
3530
|
-
}).m(function(Command, cs, config, o) {
|
|
3522
|
+
var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3531
3523
|
return [
|
|
3532
3524
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3533
3525
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3541,9 +3533,7 @@ var AddTagsToResourceCommand = _AddTagsToResourceCommand;
|
|
|
3541
3533
|
|
|
3542
3534
|
|
|
3543
3535
|
|
|
3544
|
-
var _CancelSchemaExtensionCommand = class _CancelSchemaExtensionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3545
|
-
...commonParams
|
|
3546
|
-
}).m(function(Command, cs, config, o) {
|
|
3536
|
+
var _CancelSchemaExtensionCommand = class _CancelSchemaExtensionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3547
3537
|
return [
|
|
3548
3538
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3549
3539
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3557,9 +3547,7 @@ var CancelSchemaExtensionCommand = _CancelSchemaExtensionCommand;
|
|
|
3557
3547
|
|
|
3558
3548
|
|
|
3559
3549
|
|
|
3560
|
-
var _ConnectDirectoryCommand = class _ConnectDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3561
|
-
...commonParams
|
|
3562
|
-
}).m(function(Command, cs, config, o) {
|
|
3550
|
+
var _ConnectDirectoryCommand = class _ConnectDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3563
3551
|
return [
|
|
3564
3552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3565
3553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3573,9 +3561,7 @@ var ConnectDirectoryCommand = _ConnectDirectoryCommand;
|
|
|
3573
3561
|
|
|
3574
3562
|
|
|
3575
3563
|
|
|
3576
|
-
var _CreateAliasCommand = class _CreateAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3577
|
-
...commonParams
|
|
3578
|
-
}).m(function(Command, cs, config, o) {
|
|
3564
|
+
var _CreateAliasCommand = class _CreateAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3579
3565
|
return [
|
|
3580
3566
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3581
3567
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3589,9 +3575,7 @@ var CreateAliasCommand = _CreateAliasCommand;
|
|
|
3589
3575
|
|
|
3590
3576
|
|
|
3591
3577
|
|
|
3592
|
-
var _CreateComputerCommand = class _CreateComputerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3593
|
-
...commonParams
|
|
3594
|
-
}).m(function(Command, cs, config, o) {
|
|
3578
|
+
var _CreateComputerCommand = class _CreateComputerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3595
3579
|
return [
|
|
3596
3580
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3597
3581
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3605,9 +3589,7 @@ var CreateComputerCommand = _CreateComputerCommand;
|
|
|
3605
3589
|
|
|
3606
3590
|
|
|
3607
3591
|
|
|
3608
|
-
var _CreateConditionalForwarderCommand = class _CreateConditionalForwarderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3609
|
-
...commonParams
|
|
3610
|
-
}).m(function(Command, cs, config, o) {
|
|
3592
|
+
var _CreateConditionalForwarderCommand = class _CreateConditionalForwarderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3611
3593
|
return [
|
|
3612
3594
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3613
3595
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3621,9 +3603,7 @@ var CreateConditionalForwarderCommand = _CreateConditionalForwarderCommand;
|
|
|
3621
3603
|
|
|
3622
3604
|
|
|
3623
3605
|
|
|
3624
|
-
var _CreateDirectoryCommand = class _CreateDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3625
|
-
...commonParams
|
|
3626
|
-
}).m(function(Command, cs, config, o) {
|
|
3606
|
+
var _CreateDirectoryCommand = class _CreateDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3627
3607
|
return [
|
|
3628
3608
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3629
3609
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3637,9 +3617,7 @@ var CreateDirectoryCommand = _CreateDirectoryCommand;
|
|
|
3637
3617
|
|
|
3638
3618
|
|
|
3639
3619
|
|
|
3640
|
-
var _CreateLogSubscriptionCommand = class _CreateLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3641
|
-
...commonParams
|
|
3642
|
-
}).m(function(Command, cs, config, o) {
|
|
3620
|
+
var _CreateLogSubscriptionCommand = class _CreateLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3643
3621
|
return [
|
|
3644
3622
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3645
3623
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3653,9 +3631,7 @@ var CreateLogSubscriptionCommand = _CreateLogSubscriptionCommand;
|
|
|
3653
3631
|
|
|
3654
3632
|
|
|
3655
3633
|
|
|
3656
|
-
var _CreateMicrosoftADCommand = class _CreateMicrosoftADCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3657
|
-
...commonParams
|
|
3658
|
-
}).m(function(Command, cs, config, o) {
|
|
3634
|
+
var _CreateMicrosoftADCommand = class _CreateMicrosoftADCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3659
3635
|
return [
|
|
3660
3636
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3661
3637
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3669,9 +3645,7 @@ var CreateMicrosoftADCommand = _CreateMicrosoftADCommand;
|
|
|
3669
3645
|
|
|
3670
3646
|
|
|
3671
3647
|
|
|
3672
|
-
var _CreateSnapshotCommand = class _CreateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3673
|
-
...commonParams
|
|
3674
|
-
}).m(function(Command, cs, config, o) {
|
|
3648
|
+
var _CreateSnapshotCommand = class _CreateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3675
3649
|
return [
|
|
3676
3650
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3677
3651
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3685,9 +3659,7 @@ var CreateSnapshotCommand = _CreateSnapshotCommand;
|
|
|
3685
3659
|
|
|
3686
3660
|
|
|
3687
3661
|
|
|
3688
|
-
var _CreateTrustCommand = class _CreateTrustCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3689
|
-
...commonParams
|
|
3690
|
-
}).m(function(Command, cs, config, o) {
|
|
3662
|
+
var _CreateTrustCommand = class _CreateTrustCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3691
3663
|
return [
|
|
3692
3664
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3693
3665
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3701,9 +3673,7 @@ var CreateTrustCommand = _CreateTrustCommand;
|
|
|
3701
3673
|
|
|
3702
3674
|
|
|
3703
3675
|
|
|
3704
|
-
var _DeleteConditionalForwarderCommand = class _DeleteConditionalForwarderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3705
|
-
...commonParams
|
|
3706
|
-
}).m(function(Command, cs, config, o) {
|
|
3676
|
+
var _DeleteConditionalForwarderCommand = class _DeleteConditionalForwarderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3707
3677
|
return [
|
|
3708
3678
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3709
3679
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3717,9 +3687,7 @@ var DeleteConditionalForwarderCommand = _DeleteConditionalForwarderCommand;
|
|
|
3717
3687
|
|
|
3718
3688
|
|
|
3719
3689
|
|
|
3720
|
-
var _DeleteDirectoryCommand = class _DeleteDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3721
|
-
...commonParams
|
|
3722
|
-
}).m(function(Command, cs, config, o) {
|
|
3690
|
+
var _DeleteDirectoryCommand = class _DeleteDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3723
3691
|
return [
|
|
3724
3692
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3725
3693
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3733,9 +3701,7 @@ var DeleteDirectoryCommand = _DeleteDirectoryCommand;
|
|
|
3733
3701
|
|
|
3734
3702
|
|
|
3735
3703
|
|
|
3736
|
-
var _DeleteLogSubscriptionCommand = class _DeleteLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3737
|
-
...commonParams
|
|
3738
|
-
}).m(function(Command, cs, config, o) {
|
|
3704
|
+
var _DeleteLogSubscriptionCommand = class _DeleteLogSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3739
3705
|
return [
|
|
3740
3706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3741
3707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3749,9 +3715,7 @@ var DeleteLogSubscriptionCommand = _DeleteLogSubscriptionCommand;
|
|
|
3749
3715
|
|
|
3750
3716
|
|
|
3751
3717
|
|
|
3752
|
-
var _DeleteSnapshotCommand = class _DeleteSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3753
|
-
...commonParams
|
|
3754
|
-
}).m(function(Command, cs, config, o) {
|
|
3718
|
+
var _DeleteSnapshotCommand = class _DeleteSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3755
3719
|
return [
|
|
3756
3720
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3757
3721
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3765,9 +3729,7 @@ var DeleteSnapshotCommand = _DeleteSnapshotCommand;
|
|
|
3765
3729
|
|
|
3766
3730
|
|
|
3767
3731
|
|
|
3768
|
-
var _DeleteTrustCommand = class _DeleteTrustCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3769
|
-
...commonParams
|
|
3770
|
-
}).m(function(Command, cs, config, o) {
|
|
3732
|
+
var _DeleteTrustCommand = class _DeleteTrustCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3771
3733
|
return [
|
|
3772
3734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3773
3735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3781,9 +3743,7 @@ var DeleteTrustCommand = _DeleteTrustCommand;
|
|
|
3781
3743
|
|
|
3782
3744
|
|
|
3783
3745
|
|
|
3784
|
-
var _DeregisterCertificateCommand = class _DeregisterCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3785
|
-
...commonParams
|
|
3786
|
-
}).m(function(Command, cs, config, o) {
|
|
3746
|
+
var _DeregisterCertificateCommand = class _DeregisterCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3787
3747
|
return [
|
|
3788
3748
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3789
3749
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3797,9 +3757,7 @@ var DeregisterCertificateCommand = _DeregisterCertificateCommand;
|
|
|
3797
3757
|
|
|
3798
3758
|
|
|
3799
3759
|
|
|
3800
|
-
var _DeregisterEventTopicCommand = class _DeregisterEventTopicCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3801
|
-
...commonParams
|
|
3802
|
-
}).m(function(Command, cs, config, o) {
|
|
3760
|
+
var _DeregisterEventTopicCommand = class _DeregisterEventTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3803
3761
|
return [
|
|
3804
3762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3805
3763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3813,9 +3771,7 @@ var DeregisterEventTopicCommand = _DeregisterEventTopicCommand;
|
|
|
3813
3771
|
|
|
3814
3772
|
|
|
3815
3773
|
|
|
3816
|
-
var _DescribeCertificateCommand = class _DescribeCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3817
|
-
...commonParams
|
|
3818
|
-
}).m(function(Command, cs, config, o) {
|
|
3774
|
+
var _DescribeCertificateCommand = class _DescribeCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3819
3775
|
return [
|
|
3820
3776
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3821
3777
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3829,9 +3785,7 @@ var DescribeCertificateCommand = _DescribeCertificateCommand;
|
|
|
3829
3785
|
|
|
3830
3786
|
|
|
3831
3787
|
|
|
3832
|
-
var _DescribeClientAuthenticationSettingsCommand = class _DescribeClientAuthenticationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3833
|
-
...commonParams
|
|
3834
|
-
}).m(function(Command, cs, config, o) {
|
|
3788
|
+
var _DescribeClientAuthenticationSettingsCommand = class _DescribeClientAuthenticationSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3835
3789
|
return [
|
|
3836
3790
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3837
3791
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3845,9 +3799,7 @@ var DescribeClientAuthenticationSettingsCommand = _DescribeClientAuthenticationS
|
|
|
3845
3799
|
|
|
3846
3800
|
|
|
3847
3801
|
|
|
3848
|
-
var _DescribeConditionalForwardersCommand = class _DescribeConditionalForwardersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3849
|
-
...commonParams
|
|
3850
|
-
}).m(function(Command, cs, config, o) {
|
|
3802
|
+
var _DescribeConditionalForwardersCommand = class _DescribeConditionalForwardersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3851
3803
|
return [
|
|
3852
3804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3853
3805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3861,9 +3813,7 @@ var DescribeConditionalForwardersCommand = _DescribeConditionalForwardersCommand
|
|
|
3861
3813
|
|
|
3862
3814
|
|
|
3863
3815
|
|
|
3864
|
-
var _DescribeDirectoriesCommand = class _DescribeDirectoriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3865
|
-
...commonParams
|
|
3866
|
-
}).m(function(Command, cs, config, o) {
|
|
3816
|
+
var _DescribeDirectoriesCommand = class _DescribeDirectoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3867
3817
|
return [
|
|
3868
3818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3869
3819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3877,9 +3827,7 @@ var DescribeDirectoriesCommand = _DescribeDirectoriesCommand;
|
|
|
3877
3827
|
|
|
3878
3828
|
|
|
3879
3829
|
|
|
3880
|
-
var _DescribeDomainControllersCommand = class _DescribeDomainControllersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3881
|
-
...commonParams
|
|
3882
|
-
}).m(function(Command, cs, config, o) {
|
|
3830
|
+
var _DescribeDomainControllersCommand = class _DescribeDomainControllersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3883
3831
|
return [
|
|
3884
3832
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3885
3833
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3893,9 +3841,7 @@ var DescribeDomainControllersCommand = _DescribeDomainControllersCommand;
|
|
|
3893
3841
|
|
|
3894
3842
|
|
|
3895
3843
|
|
|
3896
|
-
var _DescribeEventTopicsCommand = class _DescribeEventTopicsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3897
|
-
...commonParams
|
|
3898
|
-
}).m(function(Command, cs, config, o) {
|
|
3844
|
+
var _DescribeEventTopicsCommand = class _DescribeEventTopicsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3899
3845
|
return [
|
|
3900
3846
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3901
3847
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3909,9 +3855,7 @@ var DescribeEventTopicsCommand = _DescribeEventTopicsCommand;
|
|
|
3909
3855
|
|
|
3910
3856
|
|
|
3911
3857
|
|
|
3912
|
-
var _DescribeLDAPSSettingsCommand = class _DescribeLDAPSSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3913
|
-
...commonParams
|
|
3914
|
-
}).m(function(Command, cs, config, o) {
|
|
3858
|
+
var _DescribeLDAPSSettingsCommand = class _DescribeLDAPSSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3915
3859
|
return [
|
|
3916
3860
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3917
3861
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3925,9 +3869,7 @@ var DescribeLDAPSSettingsCommand = _DescribeLDAPSSettingsCommand;
|
|
|
3925
3869
|
|
|
3926
3870
|
|
|
3927
3871
|
|
|
3928
|
-
var _DescribeRegionsCommand = class _DescribeRegionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3929
|
-
...commonParams
|
|
3930
|
-
}).m(function(Command, cs, config, o) {
|
|
3872
|
+
var _DescribeRegionsCommand = class _DescribeRegionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3931
3873
|
return [
|
|
3932
3874
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3933
3875
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3941,9 +3883,7 @@ var DescribeRegionsCommand = _DescribeRegionsCommand;
|
|
|
3941
3883
|
|
|
3942
3884
|
|
|
3943
3885
|
|
|
3944
|
-
var _DescribeSettingsCommand = class _DescribeSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3945
|
-
...commonParams
|
|
3946
|
-
}).m(function(Command, cs, config, o) {
|
|
3886
|
+
var _DescribeSettingsCommand = class _DescribeSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3947
3887
|
return [
|
|
3948
3888
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3949
3889
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3957,9 +3897,7 @@ var DescribeSettingsCommand = _DescribeSettingsCommand;
|
|
|
3957
3897
|
|
|
3958
3898
|
|
|
3959
3899
|
|
|
3960
|
-
var _DescribeSharedDirectoriesCommand = class _DescribeSharedDirectoriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3961
|
-
...commonParams
|
|
3962
|
-
}).m(function(Command, cs, config, o) {
|
|
3900
|
+
var _DescribeSharedDirectoriesCommand = class _DescribeSharedDirectoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3963
3901
|
return [
|
|
3964
3902
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3965
3903
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3973,9 +3911,7 @@ var DescribeSharedDirectoriesCommand = _DescribeSharedDirectoriesCommand;
|
|
|
3973
3911
|
|
|
3974
3912
|
|
|
3975
3913
|
|
|
3976
|
-
var _DescribeSnapshotsCommand = class _DescribeSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3977
|
-
...commonParams
|
|
3978
|
-
}).m(function(Command, cs, config, o) {
|
|
3914
|
+
var _DescribeSnapshotsCommand = class _DescribeSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3979
3915
|
return [
|
|
3980
3916
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3981
3917
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3989,9 +3925,7 @@ var DescribeSnapshotsCommand = _DescribeSnapshotsCommand;
|
|
|
3989
3925
|
|
|
3990
3926
|
|
|
3991
3927
|
|
|
3992
|
-
var _DescribeTrustsCommand = class _DescribeTrustsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3993
|
-
...commonParams
|
|
3994
|
-
}).m(function(Command, cs, config, o) {
|
|
3928
|
+
var _DescribeTrustsCommand = class _DescribeTrustsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3995
3929
|
return [
|
|
3996
3930
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3997
3931
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4005,9 +3939,7 @@ var DescribeTrustsCommand = _DescribeTrustsCommand;
|
|
|
4005
3939
|
|
|
4006
3940
|
|
|
4007
3941
|
|
|
4008
|
-
var _DescribeUpdateDirectoryCommand = class _DescribeUpdateDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4009
|
-
...commonParams
|
|
4010
|
-
}).m(function(Command, cs, config, o) {
|
|
3942
|
+
var _DescribeUpdateDirectoryCommand = class _DescribeUpdateDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4011
3943
|
return [
|
|
4012
3944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4013
3945
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4021,9 +3953,7 @@ var DescribeUpdateDirectoryCommand = _DescribeUpdateDirectoryCommand;
|
|
|
4021
3953
|
|
|
4022
3954
|
|
|
4023
3955
|
|
|
4024
|
-
var _DisableClientAuthenticationCommand = class _DisableClientAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4025
|
-
...commonParams
|
|
4026
|
-
}).m(function(Command, cs, config, o) {
|
|
3956
|
+
var _DisableClientAuthenticationCommand = class _DisableClientAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4027
3957
|
return [
|
|
4028
3958
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4029
3959
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4037,9 +3967,7 @@ var DisableClientAuthenticationCommand = _DisableClientAuthenticationCommand;
|
|
|
4037
3967
|
|
|
4038
3968
|
|
|
4039
3969
|
|
|
4040
|
-
var _DisableLDAPSCommand = class _DisableLDAPSCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4041
|
-
...commonParams
|
|
4042
|
-
}).m(function(Command, cs, config, o) {
|
|
3970
|
+
var _DisableLDAPSCommand = class _DisableLDAPSCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4043
3971
|
return [
|
|
4044
3972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4045
3973
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4053,9 +3981,7 @@ var DisableLDAPSCommand = _DisableLDAPSCommand;
|
|
|
4053
3981
|
|
|
4054
3982
|
|
|
4055
3983
|
|
|
4056
|
-
var _DisableRadiusCommand = class _DisableRadiusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4057
|
-
...commonParams
|
|
4058
|
-
}).m(function(Command, cs, config, o) {
|
|
3984
|
+
var _DisableRadiusCommand = class _DisableRadiusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4059
3985
|
return [
|
|
4060
3986
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4061
3987
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4069,9 +3995,7 @@ var DisableRadiusCommand = _DisableRadiusCommand;
|
|
|
4069
3995
|
|
|
4070
3996
|
|
|
4071
3997
|
|
|
4072
|
-
var _DisableSsoCommand = class _DisableSsoCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4073
|
-
...commonParams
|
|
4074
|
-
}).m(function(Command, cs, config, o) {
|
|
3998
|
+
var _DisableSsoCommand = class _DisableSsoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4075
3999
|
return [
|
|
4076
4000
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4077
4001
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4085,9 +4009,7 @@ var DisableSsoCommand = _DisableSsoCommand;
|
|
|
4085
4009
|
|
|
4086
4010
|
|
|
4087
4011
|
|
|
4088
|
-
var _EnableClientAuthenticationCommand = class _EnableClientAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4089
|
-
...commonParams
|
|
4090
|
-
}).m(function(Command, cs, config, o) {
|
|
4012
|
+
var _EnableClientAuthenticationCommand = class _EnableClientAuthenticationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4091
4013
|
return [
|
|
4092
4014
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4093
4015
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4101,9 +4023,7 @@ var EnableClientAuthenticationCommand = _EnableClientAuthenticationCommand;
|
|
|
4101
4023
|
|
|
4102
4024
|
|
|
4103
4025
|
|
|
4104
|
-
var _EnableLDAPSCommand = class _EnableLDAPSCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4105
|
-
...commonParams
|
|
4106
|
-
}).m(function(Command, cs, config, o) {
|
|
4026
|
+
var _EnableLDAPSCommand = class _EnableLDAPSCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4107
4027
|
return [
|
|
4108
4028
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4109
4029
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4117,9 +4037,7 @@ var EnableLDAPSCommand = _EnableLDAPSCommand;
|
|
|
4117
4037
|
|
|
4118
4038
|
|
|
4119
4039
|
|
|
4120
|
-
var _EnableRadiusCommand = class _EnableRadiusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4121
|
-
...commonParams
|
|
4122
|
-
}).m(function(Command, cs, config, o) {
|
|
4040
|
+
var _EnableRadiusCommand = class _EnableRadiusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4123
4041
|
return [
|
|
4124
4042
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4125
4043
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4133,9 +4051,7 @@ var EnableRadiusCommand = _EnableRadiusCommand;
|
|
|
4133
4051
|
|
|
4134
4052
|
|
|
4135
4053
|
|
|
4136
|
-
var _EnableSsoCommand = class _EnableSsoCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4137
|
-
...commonParams
|
|
4138
|
-
}).m(function(Command, cs, config, o) {
|
|
4054
|
+
var _EnableSsoCommand = class _EnableSsoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4139
4055
|
return [
|
|
4140
4056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4141
4057
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4149,9 +4065,7 @@ var EnableSsoCommand = _EnableSsoCommand;
|
|
|
4149
4065
|
|
|
4150
4066
|
|
|
4151
4067
|
|
|
4152
|
-
var _GetDirectoryLimitsCommand = class _GetDirectoryLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4153
|
-
...commonParams
|
|
4154
|
-
}).m(function(Command, cs, config, o) {
|
|
4068
|
+
var _GetDirectoryLimitsCommand = class _GetDirectoryLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4155
4069
|
return [
|
|
4156
4070
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4157
4071
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4165,9 +4079,7 @@ var GetDirectoryLimitsCommand = _GetDirectoryLimitsCommand;
|
|
|
4165
4079
|
|
|
4166
4080
|
|
|
4167
4081
|
|
|
4168
|
-
var _GetSnapshotLimitsCommand = class _GetSnapshotLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4169
|
-
...commonParams
|
|
4170
|
-
}).m(function(Command, cs, config, o) {
|
|
4082
|
+
var _GetSnapshotLimitsCommand = class _GetSnapshotLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4171
4083
|
return [
|
|
4172
4084
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4173
4085
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4181,9 +4093,7 @@ var GetSnapshotLimitsCommand = _GetSnapshotLimitsCommand;
|
|
|
4181
4093
|
|
|
4182
4094
|
|
|
4183
4095
|
|
|
4184
|
-
var _ListCertificatesCommand = class _ListCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4185
|
-
...commonParams
|
|
4186
|
-
}).m(function(Command, cs, config, o) {
|
|
4096
|
+
var _ListCertificatesCommand = class _ListCertificatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4187
4097
|
return [
|
|
4188
4098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4189
4099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4197,9 +4107,7 @@ var ListCertificatesCommand = _ListCertificatesCommand;
|
|
|
4197
4107
|
|
|
4198
4108
|
|
|
4199
4109
|
|
|
4200
|
-
var _ListIpRoutesCommand = class _ListIpRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4201
|
-
...commonParams
|
|
4202
|
-
}).m(function(Command, cs, config, o) {
|
|
4110
|
+
var _ListIpRoutesCommand = class _ListIpRoutesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4203
4111
|
return [
|
|
4204
4112
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4205
4113
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4213,9 +4121,7 @@ var ListIpRoutesCommand = _ListIpRoutesCommand;
|
|
|
4213
4121
|
|
|
4214
4122
|
|
|
4215
4123
|
|
|
4216
|
-
var _ListLogSubscriptionsCommand = class _ListLogSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4217
|
-
...commonParams
|
|
4218
|
-
}).m(function(Command, cs, config, o) {
|
|
4124
|
+
var _ListLogSubscriptionsCommand = class _ListLogSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4219
4125
|
return [
|
|
4220
4126
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4221
4127
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4229,9 +4135,7 @@ var ListLogSubscriptionsCommand = _ListLogSubscriptionsCommand;
|
|
|
4229
4135
|
|
|
4230
4136
|
|
|
4231
4137
|
|
|
4232
|
-
var _ListSchemaExtensionsCommand = class _ListSchemaExtensionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4233
|
-
...commonParams
|
|
4234
|
-
}).m(function(Command, cs, config, o) {
|
|
4138
|
+
var _ListSchemaExtensionsCommand = class _ListSchemaExtensionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4235
4139
|
return [
|
|
4236
4140
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4237
4141
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4245,9 +4149,7 @@ var ListSchemaExtensionsCommand = _ListSchemaExtensionsCommand;
|
|
|
4245
4149
|
|
|
4246
4150
|
|
|
4247
4151
|
|
|
4248
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4249
|
-
...commonParams
|
|
4250
|
-
}).m(function(Command, cs, config, o) {
|
|
4152
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4251
4153
|
return [
|
|
4252
4154
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4253
4155
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4261,9 +4163,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
4261
4163
|
|
|
4262
4164
|
|
|
4263
4165
|
|
|
4264
|
-
var _RegisterCertificateCommand = class _RegisterCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4265
|
-
...commonParams
|
|
4266
|
-
}).m(function(Command, cs, config, o) {
|
|
4166
|
+
var _RegisterCertificateCommand = class _RegisterCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4267
4167
|
return [
|
|
4268
4168
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4269
4169
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4277,9 +4177,7 @@ var RegisterCertificateCommand = _RegisterCertificateCommand;
|
|
|
4277
4177
|
|
|
4278
4178
|
|
|
4279
4179
|
|
|
4280
|
-
var _RegisterEventTopicCommand = class _RegisterEventTopicCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4281
|
-
...commonParams
|
|
4282
|
-
}).m(function(Command, cs, config, o) {
|
|
4180
|
+
var _RegisterEventTopicCommand = class _RegisterEventTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4283
4181
|
return [
|
|
4284
4182
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4285
4183
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4293,9 +4191,7 @@ var RegisterEventTopicCommand = _RegisterEventTopicCommand;
|
|
|
4293
4191
|
|
|
4294
4192
|
|
|
4295
4193
|
|
|
4296
|
-
var _RejectSharedDirectoryCommand = class _RejectSharedDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4297
|
-
...commonParams
|
|
4298
|
-
}).m(function(Command, cs, config, o) {
|
|
4194
|
+
var _RejectSharedDirectoryCommand = class _RejectSharedDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4299
4195
|
return [
|
|
4300
4196
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4301
4197
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4309,9 +4205,7 @@ var RejectSharedDirectoryCommand = _RejectSharedDirectoryCommand;
|
|
|
4309
4205
|
|
|
4310
4206
|
|
|
4311
4207
|
|
|
4312
|
-
var _RemoveIpRoutesCommand = class _RemoveIpRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4313
|
-
...commonParams
|
|
4314
|
-
}).m(function(Command, cs, config, o) {
|
|
4208
|
+
var _RemoveIpRoutesCommand = class _RemoveIpRoutesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4315
4209
|
return [
|
|
4316
4210
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4317
4211
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4325,9 +4219,7 @@ var RemoveIpRoutesCommand = _RemoveIpRoutesCommand;
|
|
|
4325
4219
|
|
|
4326
4220
|
|
|
4327
4221
|
|
|
4328
|
-
var _RemoveRegionCommand = class _RemoveRegionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4329
|
-
...commonParams
|
|
4330
|
-
}).m(function(Command, cs, config, o) {
|
|
4222
|
+
var _RemoveRegionCommand = class _RemoveRegionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4331
4223
|
return [
|
|
4332
4224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4333
4225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4341,9 +4233,7 @@ var RemoveRegionCommand = _RemoveRegionCommand;
|
|
|
4341
4233
|
|
|
4342
4234
|
|
|
4343
4235
|
|
|
4344
|
-
var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4345
|
-
...commonParams
|
|
4346
|
-
}).m(function(Command, cs, config, o) {
|
|
4236
|
+
var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4347
4237
|
return [
|
|
4348
4238
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4349
4239
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4357,9 +4247,7 @@ var RemoveTagsFromResourceCommand = _RemoveTagsFromResourceCommand;
|
|
|
4357
4247
|
|
|
4358
4248
|
|
|
4359
4249
|
|
|
4360
|
-
var _ResetUserPasswordCommand = class _ResetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4361
|
-
...commonParams
|
|
4362
|
-
}).m(function(Command, cs, config, o) {
|
|
4250
|
+
var _ResetUserPasswordCommand = class _ResetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4363
4251
|
return [
|
|
4364
4252
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4365
4253
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4373,9 +4261,7 @@ var ResetUserPasswordCommand = _ResetUserPasswordCommand;
|
|
|
4373
4261
|
|
|
4374
4262
|
|
|
4375
4263
|
|
|
4376
|
-
var _RestoreFromSnapshotCommand = class _RestoreFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4377
|
-
...commonParams
|
|
4378
|
-
}).m(function(Command, cs, config, o) {
|
|
4264
|
+
var _RestoreFromSnapshotCommand = class _RestoreFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4379
4265
|
return [
|
|
4380
4266
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4381
4267
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4389,9 +4275,7 @@ var RestoreFromSnapshotCommand = _RestoreFromSnapshotCommand;
|
|
|
4389
4275
|
|
|
4390
4276
|
|
|
4391
4277
|
|
|
4392
|
-
var _ShareDirectoryCommand = class _ShareDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4393
|
-
...commonParams
|
|
4394
|
-
}).m(function(Command, cs, config, o) {
|
|
4278
|
+
var _ShareDirectoryCommand = class _ShareDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4395
4279
|
return [
|
|
4396
4280
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4397
4281
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4405,9 +4289,7 @@ var ShareDirectoryCommand = _ShareDirectoryCommand;
|
|
|
4405
4289
|
|
|
4406
4290
|
|
|
4407
4291
|
|
|
4408
|
-
var _StartSchemaExtensionCommand = class _StartSchemaExtensionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4409
|
-
...commonParams
|
|
4410
|
-
}).m(function(Command, cs, config, o) {
|
|
4292
|
+
var _StartSchemaExtensionCommand = class _StartSchemaExtensionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4411
4293
|
return [
|
|
4412
4294
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4413
4295
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4421,9 +4303,7 @@ var StartSchemaExtensionCommand = _StartSchemaExtensionCommand;
|
|
|
4421
4303
|
|
|
4422
4304
|
|
|
4423
4305
|
|
|
4424
|
-
var _UnshareDirectoryCommand = class _UnshareDirectoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4425
|
-
...commonParams
|
|
4426
|
-
}).m(function(Command, cs, config, o) {
|
|
4306
|
+
var _UnshareDirectoryCommand = class _UnshareDirectoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4427
4307
|
return [
|
|
4428
4308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4429
4309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4437,9 +4317,7 @@ var UnshareDirectoryCommand = _UnshareDirectoryCommand;
|
|
|
4437
4317
|
|
|
4438
4318
|
|
|
4439
4319
|
|
|
4440
|
-
var _UpdateConditionalForwarderCommand = class _UpdateConditionalForwarderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4441
|
-
...commonParams
|
|
4442
|
-
}).m(function(Command, cs, config, o) {
|
|
4320
|
+
var _UpdateConditionalForwarderCommand = class _UpdateConditionalForwarderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4443
4321
|
return [
|
|
4444
4322
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4445
4323
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4453,9 +4331,7 @@ var UpdateConditionalForwarderCommand = _UpdateConditionalForwarderCommand;
|
|
|
4453
4331
|
|
|
4454
4332
|
|
|
4455
4333
|
|
|
4456
|
-
var _UpdateDirectorySetupCommand = class _UpdateDirectorySetupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4457
|
-
...commonParams
|
|
4458
|
-
}).m(function(Command, cs, config, o) {
|
|
4334
|
+
var _UpdateDirectorySetupCommand = class _UpdateDirectorySetupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4459
4335
|
return [
|
|
4460
4336
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4461
4337
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4469,9 +4345,7 @@ var UpdateDirectorySetupCommand = _UpdateDirectorySetupCommand;
|
|
|
4469
4345
|
|
|
4470
4346
|
|
|
4471
4347
|
|
|
4472
|
-
var _UpdateNumberOfDomainControllersCommand = class _UpdateNumberOfDomainControllersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4473
|
-
...commonParams
|
|
4474
|
-
}).m(function(Command, cs, config, o) {
|
|
4348
|
+
var _UpdateNumberOfDomainControllersCommand = class _UpdateNumberOfDomainControllersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4475
4349
|
return [
|
|
4476
4350
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4477
4351
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4485,9 +4359,7 @@ var UpdateNumberOfDomainControllersCommand = _UpdateNumberOfDomainControllersCom
|
|
|
4485
4359
|
|
|
4486
4360
|
|
|
4487
4361
|
|
|
4488
|
-
var _UpdateRadiusCommand = class _UpdateRadiusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4489
|
-
...commonParams
|
|
4490
|
-
}).m(function(Command, cs, config, o) {
|
|
4362
|
+
var _UpdateRadiusCommand = class _UpdateRadiusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4491
4363
|
return [
|
|
4492
4364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4493
4365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4501,9 +4373,7 @@ var UpdateRadiusCommand = _UpdateRadiusCommand;
|
|
|
4501
4373
|
|
|
4502
4374
|
|
|
4503
4375
|
|
|
4504
|
-
var _UpdateSettingsCommand = class _UpdateSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4505
|
-
...commonParams
|
|
4506
|
-
}).m(function(Command, cs, config, o) {
|
|
4376
|
+
var _UpdateSettingsCommand = class _UpdateSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4507
4377
|
return [
|
|
4508
4378
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4509
4379
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4517,9 +4387,7 @@ var UpdateSettingsCommand = _UpdateSettingsCommand;
|
|
|
4517
4387
|
|
|
4518
4388
|
|
|
4519
4389
|
|
|
4520
|
-
var _UpdateTrustCommand = class _UpdateTrustCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4521
|
-
...commonParams
|
|
4522
|
-
}).m(function(Command, cs, config, o) {
|
|
4390
|
+
var _UpdateTrustCommand = class _UpdateTrustCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4523
4391
|
return [
|
|
4524
4392
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4525
4393
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4533,9 +4401,7 @@ var UpdateTrustCommand = _UpdateTrustCommand;
|
|
|
4533
4401
|
|
|
4534
4402
|
|
|
4535
4403
|
|
|
4536
|
-
var _VerifyTrustCommand = class _VerifyTrustCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4537
|
-
...commonParams
|
|
4538
|
-
}).m(function(Command, cs, config, o) {
|
|
4404
|
+
var _VerifyTrustCommand = class _VerifyTrustCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4539
4405
|
return [
|
|
4540
4406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4541
4407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|