@aws-sdk/client-directory-service 3.750.0 → 3.772.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 +49 -49
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceptSharedDirectoryCommand: () => AcceptSharedDirectoryCommand,
|
|
25
25
|
AcceptSharedDirectoryResultFilterSensitiveLog: () => AcceptSharedDirectoryResultFilterSensitiveLog,
|
|
26
26
|
AccessDeniedException: () => AccessDeniedException,
|
|
@@ -197,7 +197,7 @@ __export(src_exports, {
|
|
|
197
197
|
paginateListSchemaExtensions: () => paginateListSchemaExtensions,
|
|
198
198
|
paginateListTagsForResource: () => paginateListTagsForResource
|
|
199
199
|
});
|
|
200
|
-
module.exports = __toCommonJS(
|
|
200
|
+
module.exports = __toCommonJS(index_exports);
|
|
201
201
|
|
|
202
202
|
// src/DirectoryServiceClient.ts
|
|
203
203
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -324,9 +324,9 @@ var DirectoryServiceClient = class extends import_smithy_client.Client {
|
|
|
324
324
|
this.middlewareStack.use(
|
|
325
325
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
326
326
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDirectoryServiceHttpAuthSchemeParametersProvider,
|
|
327
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
327
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
328
328
|
"aws.auth#sigv4": config.credentials
|
|
329
|
-
})
|
|
329
|
+
}), "identityProviderConfigProvider")
|
|
330
330
|
})
|
|
331
331
|
);
|
|
332
332
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -3544,7 +3544,7 @@ var de_UserDoesNotExistExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
3544
3544
|
}, "de_UserDoesNotExistExceptionRes");
|
|
3545
3545
|
var de_AcceptSharedDirectoryResult = /* @__PURE__ */ __name((output, context) => {
|
|
3546
3546
|
return (0, import_smithy_client.take)(output, {
|
|
3547
|
-
SharedDirectory: (_) => de_SharedDirectory(_, context)
|
|
3547
|
+
SharedDirectory: /* @__PURE__ */ __name((_) => de_SharedDirectory(_, context), "SharedDirectory")
|
|
3548
3548
|
});
|
|
3549
3549
|
}, "de_AcceptSharedDirectoryResult");
|
|
3550
3550
|
var de_Certificate = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3552,8 +3552,8 @@ var de_Certificate = /* @__PURE__ */ __name((output, context) => {
|
|
|
3552
3552
|
CertificateId: import_smithy_client.expectString,
|
|
3553
3553
|
ClientCertAuthSettings: import_smithy_client._json,
|
|
3554
3554
|
CommonName: import_smithy_client.expectString,
|
|
3555
|
-
ExpiryDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3556
|
-
RegisteredDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3555
|
+
ExpiryDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiryDateTime"),
|
|
3556
|
+
RegisteredDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegisteredDateTime"),
|
|
3557
3557
|
State: import_smithy_client.expectString,
|
|
3558
3558
|
StateReason: import_smithy_client.expectString,
|
|
3559
3559
|
Type: import_smithy_client.expectString
|
|
@@ -3563,7 +3563,7 @@ var de_CertificateInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
3563
3563
|
return (0, import_smithy_client.take)(output, {
|
|
3564
3564
|
CertificateId: import_smithy_client.expectString,
|
|
3565
3565
|
CommonName: import_smithy_client.expectString,
|
|
3566
|
-
ExpiryDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3566
|
+
ExpiryDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiryDateTime"),
|
|
3567
3567
|
State: import_smithy_client.expectString,
|
|
3568
3568
|
Type: import_smithy_client.expectString
|
|
3569
3569
|
});
|
|
@@ -3576,7 +3576,7 @@ var de_CertificatesInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
3576
3576
|
}, "de_CertificatesInfo");
|
|
3577
3577
|
var de_ClientAuthenticationSettingInfo = /* @__PURE__ */ __name((output, context) => {
|
|
3578
3578
|
return (0, import_smithy_client.take)(output, {
|
|
3579
|
-
LastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3579
|
+
LastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDateTime"),
|
|
3580
3580
|
Status: import_smithy_client.expectString,
|
|
3581
3581
|
Type: import_smithy_client.expectString
|
|
3582
3582
|
});
|
|
@@ -3589,73 +3589,73 @@ var de_ClientAuthenticationSettingsInfo = /* @__PURE__ */ __name((output, contex
|
|
|
3589
3589
|
}, "de_ClientAuthenticationSettingsInfo");
|
|
3590
3590
|
var de_DescribeCertificateResult = /* @__PURE__ */ __name((output, context) => {
|
|
3591
3591
|
return (0, import_smithy_client.take)(output, {
|
|
3592
|
-
Certificate: (_) => de_Certificate(_, context)
|
|
3592
|
+
Certificate: /* @__PURE__ */ __name((_) => de_Certificate(_, context), "Certificate")
|
|
3593
3593
|
});
|
|
3594
3594
|
}, "de_DescribeCertificateResult");
|
|
3595
3595
|
var de_DescribeClientAuthenticationSettingsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3596
3596
|
return (0, import_smithy_client.take)(output, {
|
|
3597
|
-
ClientAuthenticationSettingsInfo: (_) => de_ClientAuthenticationSettingsInfo(_, context),
|
|
3597
|
+
ClientAuthenticationSettingsInfo: /* @__PURE__ */ __name((_) => de_ClientAuthenticationSettingsInfo(_, context), "ClientAuthenticationSettingsInfo"),
|
|
3598
3598
|
NextToken: import_smithy_client.expectString
|
|
3599
3599
|
});
|
|
3600
3600
|
}, "de_DescribeClientAuthenticationSettingsResult");
|
|
3601
3601
|
var de_DescribeDirectoriesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3602
3602
|
return (0, import_smithy_client.take)(output, {
|
|
3603
|
-
DirectoryDescriptions: (_) => de_DirectoryDescriptions(_, context),
|
|
3603
|
+
DirectoryDescriptions: /* @__PURE__ */ __name((_) => de_DirectoryDescriptions(_, context), "DirectoryDescriptions"),
|
|
3604
3604
|
NextToken: import_smithy_client.expectString
|
|
3605
3605
|
});
|
|
3606
3606
|
}, "de_DescribeDirectoriesResult");
|
|
3607
3607
|
var de_DescribeDomainControllersResult = /* @__PURE__ */ __name((output, context) => {
|
|
3608
3608
|
return (0, import_smithy_client.take)(output, {
|
|
3609
|
-
DomainControllers: (_) => de_DomainControllers(_, context),
|
|
3609
|
+
DomainControllers: /* @__PURE__ */ __name((_) => de_DomainControllers(_, context), "DomainControllers"),
|
|
3610
3610
|
NextToken: import_smithy_client.expectString
|
|
3611
3611
|
});
|
|
3612
3612
|
}, "de_DescribeDomainControllersResult");
|
|
3613
3613
|
var de_DescribeEventTopicsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3614
3614
|
return (0, import_smithy_client.take)(output, {
|
|
3615
|
-
EventTopics: (_) => de_EventTopics(_, context)
|
|
3615
|
+
EventTopics: /* @__PURE__ */ __name((_) => de_EventTopics(_, context), "EventTopics")
|
|
3616
3616
|
});
|
|
3617
3617
|
}, "de_DescribeEventTopicsResult");
|
|
3618
3618
|
var de_DescribeLDAPSSettingsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3619
3619
|
return (0, import_smithy_client.take)(output, {
|
|
3620
|
-
LDAPSSettingsInfo: (_) => de_LDAPSSettingsInfo(_, context),
|
|
3620
|
+
LDAPSSettingsInfo: /* @__PURE__ */ __name((_) => de_LDAPSSettingsInfo(_, context), "LDAPSSettingsInfo"),
|
|
3621
3621
|
NextToken: import_smithy_client.expectString
|
|
3622
3622
|
});
|
|
3623
3623
|
}, "de_DescribeLDAPSSettingsResult");
|
|
3624
3624
|
var de_DescribeRegionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3625
3625
|
return (0, import_smithy_client.take)(output, {
|
|
3626
3626
|
NextToken: import_smithy_client.expectString,
|
|
3627
|
-
RegionsDescription: (_) => de_RegionsDescription(_, context)
|
|
3627
|
+
RegionsDescription: /* @__PURE__ */ __name((_) => de_RegionsDescription(_, context), "RegionsDescription")
|
|
3628
3628
|
});
|
|
3629
3629
|
}, "de_DescribeRegionsResult");
|
|
3630
3630
|
var de_DescribeSettingsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3631
3631
|
return (0, import_smithy_client.take)(output, {
|
|
3632
3632
|
DirectoryId: import_smithy_client.expectString,
|
|
3633
3633
|
NextToken: import_smithy_client.expectString,
|
|
3634
|
-
SettingEntries: (_) => de_SettingEntries(_, context)
|
|
3634
|
+
SettingEntries: /* @__PURE__ */ __name((_) => de_SettingEntries(_, context), "SettingEntries")
|
|
3635
3635
|
});
|
|
3636
3636
|
}, "de_DescribeSettingsResult");
|
|
3637
3637
|
var de_DescribeSharedDirectoriesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3638
3638
|
return (0, import_smithy_client.take)(output, {
|
|
3639
3639
|
NextToken: import_smithy_client.expectString,
|
|
3640
|
-
SharedDirectories: (_) => de_SharedDirectories(_, context)
|
|
3640
|
+
SharedDirectories: /* @__PURE__ */ __name((_) => de_SharedDirectories(_, context), "SharedDirectories")
|
|
3641
3641
|
});
|
|
3642
3642
|
}, "de_DescribeSharedDirectoriesResult");
|
|
3643
3643
|
var de_DescribeSnapshotsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3644
3644
|
return (0, import_smithy_client.take)(output, {
|
|
3645
3645
|
NextToken: import_smithy_client.expectString,
|
|
3646
|
-
Snapshots: (_) => de_Snapshots(_, context)
|
|
3646
|
+
Snapshots: /* @__PURE__ */ __name((_) => de_Snapshots(_, context), "Snapshots")
|
|
3647
3647
|
});
|
|
3648
3648
|
}, "de_DescribeSnapshotsResult");
|
|
3649
3649
|
var de_DescribeTrustsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3650
3650
|
return (0, import_smithy_client.take)(output, {
|
|
3651
3651
|
NextToken: import_smithy_client.expectString,
|
|
3652
|
-
Trusts: (_) => de_Trusts(_, context)
|
|
3652
|
+
Trusts: /* @__PURE__ */ __name((_) => de_Trusts(_, context), "Trusts")
|
|
3653
3653
|
});
|
|
3654
3654
|
}, "de_DescribeTrustsResult");
|
|
3655
3655
|
var de_DescribeUpdateDirectoryResult = /* @__PURE__ */ __name((output, context) => {
|
|
3656
3656
|
return (0, import_smithy_client.take)(output, {
|
|
3657
3657
|
NextToken: import_smithy_client.expectString,
|
|
3658
|
-
UpdateActivities: (_) => de_UpdateActivities(_, context)
|
|
3658
|
+
UpdateActivities: /* @__PURE__ */ __name((_) => de_UpdateActivities(_, context), "UpdateActivities")
|
|
3659
3659
|
});
|
|
3660
3660
|
}, "de_DescribeUpdateDirectoryResult");
|
|
3661
3661
|
var de_DirectoryDescription = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3668,7 +3668,7 @@ var de_DirectoryDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
3668
3668
|
DirectoryId: import_smithy_client.expectString,
|
|
3669
3669
|
DnsIpAddrs: import_smithy_client._json,
|
|
3670
3670
|
Edition: import_smithy_client.expectString,
|
|
3671
|
-
LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3671
|
+
LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
|
|
3672
3672
|
Name: import_smithy_client.expectString,
|
|
3673
3673
|
OsVersion: import_smithy_client.expectString,
|
|
3674
3674
|
OwnerDirectoryDescription: import_smithy_client._json,
|
|
@@ -3682,7 +3682,7 @@ var de_DirectoryDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
3682
3682
|
Size: import_smithy_client.expectString,
|
|
3683
3683
|
SsoEnabled: import_smithy_client.expectBoolean,
|
|
3684
3684
|
Stage: import_smithy_client.expectString,
|
|
3685
|
-
StageLastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3685
|
+
StageLastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StageLastUpdatedDateTime"),
|
|
3686
3686
|
StageReason: import_smithy_client.expectString,
|
|
3687
3687
|
Type: import_smithy_client.expectString,
|
|
3688
3688
|
VpcSettings: import_smithy_client._json
|
|
@@ -3700,9 +3700,9 @@ var de_DomainController = /* @__PURE__ */ __name((output, context) => {
|
|
|
3700
3700
|
DirectoryId: import_smithy_client.expectString,
|
|
3701
3701
|
DnsIpAddr: import_smithy_client.expectString,
|
|
3702
3702
|
DomainControllerId: import_smithy_client.expectString,
|
|
3703
|
-
LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3703
|
+
LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
|
|
3704
3704
|
Status: import_smithy_client.expectString,
|
|
3705
|
-
StatusLastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3705
|
+
StatusLastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StatusLastUpdatedDateTime"),
|
|
3706
3706
|
StatusReason: import_smithy_client.expectString,
|
|
3707
3707
|
SubnetId: import_smithy_client.expectString,
|
|
3708
3708
|
VpcId: import_smithy_client.expectString
|
|
@@ -3716,7 +3716,7 @@ var de_DomainControllers = /* @__PURE__ */ __name((output, context) => {
|
|
|
3716
3716
|
}, "de_DomainControllers");
|
|
3717
3717
|
var de_EventTopic = /* @__PURE__ */ __name((output, context) => {
|
|
3718
3718
|
return (0, import_smithy_client.take)(output, {
|
|
3719
|
-
CreatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3719
|
+
CreatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDateTime"),
|
|
3720
3720
|
DirectoryId: import_smithy_client.expectString,
|
|
3721
3721
|
Status: import_smithy_client.expectString,
|
|
3722
3722
|
TopicArn: import_smithy_client.expectString,
|
|
@@ -3731,7 +3731,7 @@ var de_EventTopics = /* @__PURE__ */ __name((output, context) => {
|
|
|
3731
3731
|
}, "de_EventTopics");
|
|
3732
3732
|
var de_IpRouteInfo = /* @__PURE__ */ __name((output, context) => {
|
|
3733
3733
|
return (0, import_smithy_client.take)(output, {
|
|
3734
|
-
AddedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3734
|
+
AddedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AddedDateTime"),
|
|
3735
3735
|
CidrIp: import_smithy_client.expectString,
|
|
3736
3736
|
Description: import_smithy_client.expectString,
|
|
3737
3737
|
DirectoryId: import_smithy_client.expectString,
|
|
@@ -3749,7 +3749,7 @@ var de_LDAPSSettingInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
3749
3749
|
return (0, import_smithy_client.take)(output, {
|
|
3750
3750
|
LDAPSStatus: import_smithy_client.expectString,
|
|
3751
3751
|
LDAPSStatusReason: import_smithy_client.expectString,
|
|
3752
|
-
LastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3752
|
+
LastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDateTime")
|
|
3753
3753
|
});
|
|
3754
3754
|
}, "de_LDAPSSettingInfo");
|
|
3755
3755
|
var de_LDAPSSettingsInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3760,33 +3760,33 @@ var de_LDAPSSettingsInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
3760
3760
|
}, "de_LDAPSSettingsInfo");
|
|
3761
3761
|
var de_ListCertificatesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3762
3762
|
return (0, import_smithy_client.take)(output, {
|
|
3763
|
-
CertificatesInfo: (_) => de_CertificatesInfo(_, context),
|
|
3763
|
+
CertificatesInfo: /* @__PURE__ */ __name((_) => de_CertificatesInfo(_, context), "CertificatesInfo"),
|
|
3764
3764
|
NextToken: import_smithy_client.expectString
|
|
3765
3765
|
});
|
|
3766
3766
|
}, "de_ListCertificatesResult");
|
|
3767
3767
|
var de_ListIpRoutesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3768
3768
|
return (0, import_smithy_client.take)(output, {
|
|
3769
|
-
IpRoutesInfo: (_) => de_IpRoutesInfo(_, context),
|
|
3769
|
+
IpRoutesInfo: /* @__PURE__ */ __name((_) => de_IpRoutesInfo(_, context), "IpRoutesInfo"),
|
|
3770
3770
|
NextToken: import_smithy_client.expectString
|
|
3771
3771
|
});
|
|
3772
3772
|
}, "de_ListIpRoutesResult");
|
|
3773
3773
|
var de_ListLogSubscriptionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3774
3774
|
return (0, import_smithy_client.take)(output, {
|
|
3775
|
-
LogSubscriptions: (_) => de_LogSubscriptions(_, context),
|
|
3775
|
+
LogSubscriptions: /* @__PURE__ */ __name((_) => de_LogSubscriptions(_, context), "LogSubscriptions"),
|
|
3776
3776
|
NextToken: import_smithy_client.expectString
|
|
3777
3777
|
});
|
|
3778
3778
|
}, "de_ListLogSubscriptionsResult");
|
|
3779
3779
|
var de_ListSchemaExtensionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3780
3780
|
return (0, import_smithy_client.take)(output, {
|
|
3781
3781
|
NextToken: import_smithy_client.expectString,
|
|
3782
|
-
SchemaExtensionsInfo: (_) => de_SchemaExtensionsInfo(_, context)
|
|
3782
|
+
SchemaExtensionsInfo: /* @__PURE__ */ __name((_) => de_SchemaExtensionsInfo(_, context), "SchemaExtensionsInfo")
|
|
3783
3783
|
});
|
|
3784
3784
|
}, "de_ListSchemaExtensionsResult");
|
|
3785
3785
|
var de_LogSubscription = /* @__PURE__ */ __name((output, context) => {
|
|
3786
3786
|
return (0, import_smithy_client.take)(output, {
|
|
3787
3787
|
DirectoryId: import_smithy_client.expectString,
|
|
3788
3788
|
LogGroupName: import_smithy_client.expectString,
|
|
3789
|
-
SubscriptionCreatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3789
|
+
SubscriptionCreatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubscriptionCreatedDateTime")
|
|
3790
3790
|
});
|
|
3791
3791
|
}, "de_LogSubscription");
|
|
3792
3792
|
var de_LogSubscriptions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3799,12 +3799,12 @@ var de_RegionDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
3799
3799
|
return (0, import_smithy_client.take)(output, {
|
|
3800
3800
|
DesiredNumberOfDomainControllers: import_smithy_client.expectInt32,
|
|
3801
3801
|
DirectoryId: import_smithy_client.expectString,
|
|
3802
|
-
LastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3803
|
-
LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3802
|
+
LastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDateTime"),
|
|
3803
|
+
LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
|
|
3804
3804
|
RegionName: import_smithy_client.expectString,
|
|
3805
3805
|
RegionType: import_smithy_client.expectString,
|
|
3806
3806
|
Status: import_smithy_client.expectString,
|
|
3807
|
-
StatusLastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3807
|
+
StatusLastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StatusLastUpdatedDateTime"),
|
|
3808
3808
|
VpcSettings: import_smithy_client._json
|
|
3809
3809
|
});
|
|
3810
3810
|
}, "de_RegionDescription");
|
|
@@ -3818,11 +3818,11 @@ var de_SchemaExtensionInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
3818
3818
|
return (0, import_smithy_client.take)(output, {
|
|
3819
3819
|
Description: import_smithy_client.expectString,
|
|
3820
3820
|
DirectoryId: import_smithy_client.expectString,
|
|
3821
|
-
EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3821
|
+
EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
|
|
3822
3822
|
SchemaExtensionId: import_smithy_client.expectString,
|
|
3823
3823
|
SchemaExtensionStatus: import_smithy_client.expectString,
|
|
3824
3824
|
SchemaExtensionStatusReason: import_smithy_client.expectString,
|
|
3825
|
-
StartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3825
|
+
StartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDateTime")
|
|
3826
3826
|
});
|
|
3827
3827
|
}, "de_SchemaExtensionInfo");
|
|
3828
3828
|
var de_SchemaExtensionsInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3842,8 +3842,8 @@ var de_SettingEntry = /* @__PURE__ */ __name((output, context) => {
|
|
|
3842
3842
|
AllowedValues: import_smithy_client.expectString,
|
|
3843
3843
|
AppliedValue: import_smithy_client.expectString,
|
|
3844
3844
|
DataType: import_smithy_client.expectString,
|
|
3845
|
-
LastRequestedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3846
|
-
LastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3845
|
+
LastRequestedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastRequestedDateTime"),
|
|
3846
|
+
LastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDateTime"),
|
|
3847
3847
|
Name: import_smithy_client.expectString,
|
|
3848
3848
|
RequestDetailedStatus: import_smithy_client._json,
|
|
3849
3849
|
RequestStatus: import_smithy_client.expectString,
|
|
@@ -3860,8 +3860,8 @@ var de_SharedDirectories = /* @__PURE__ */ __name((output, context) => {
|
|
|
3860
3860
|
}, "de_SharedDirectories");
|
|
3861
3861
|
var de_SharedDirectory = /* @__PURE__ */ __name((output, context) => {
|
|
3862
3862
|
return (0, import_smithy_client.take)(output, {
|
|
3863
|
-
CreatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3864
|
-
LastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3863
|
+
CreatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDateTime"),
|
|
3864
|
+
LastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDateTime"),
|
|
3865
3865
|
OwnerAccountId: import_smithy_client.expectString,
|
|
3866
3866
|
OwnerDirectoryId: import_smithy_client.expectString,
|
|
3867
3867
|
ShareMethod: import_smithy_client.expectString,
|
|
@@ -3876,7 +3876,7 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
|
3876
3876
|
DirectoryId: import_smithy_client.expectString,
|
|
3877
3877
|
Name: import_smithy_client.expectString,
|
|
3878
3878
|
SnapshotId: import_smithy_client.expectString,
|
|
3879
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3879
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3880
3880
|
Status: import_smithy_client.expectString,
|
|
3881
3881
|
Type: import_smithy_client.expectString
|
|
3882
3882
|
});
|
|
@@ -3889,12 +3889,12 @@ var de_Snapshots = /* @__PURE__ */ __name((output, context) => {
|
|
|
3889
3889
|
}, "de_Snapshots");
|
|
3890
3890
|
var de_Trust = /* @__PURE__ */ __name((output, context) => {
|
|
3891
3891
|
return (0, import_smithy_client.take)(output, {
|
|
3892
|
-
CreatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3892
|
+
CreatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDateTime"),
|
|
3893
3893
|
DirectoryId: import_smithy_client.expectString,
|
|
3894
|
-
LastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3894
|
+
LastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDateTime"),
|
|
3895
3895
|
RemoteDomainName: import_smithy_client.expectString,
|
|
3896
3896
|
SelectiveAuth: import_smithy_client.expectString,
|
|
3897
|
-
StateLastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3897
|
+
StateLastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StateLastUpdatedDateTime"),
|
|
3898
3898
|
TrustDirection: import_smithy_client.expectString,
|
|
3899
3899
|
TrustId: import_smithy_client.expectString,
|
|
3900
3900
|
TrustState: import_smithy_client.expectString,
|
|
@@ -3917,11 +3917,11 @@ var de_UpdateActivities = /* @__PURE__ */ __name((output, context) => {
|
|
|
3917
3917
|
var de_UpdateInfoEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3918
3918
|
return (0, import_smithy_client.take)(output, {
|
|
3919
3919
|
InitiatedBy: import_smithy_client.expectString,
|
|
3920
|
-
LastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3920
|
+
LastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedDateTime"),
|
|
3921
3921
|
NewValue: import_smithy_client._json,
|
|
3922
3922
|
PreviousValue: import_smithy_client._json,
|
|
3923
3923
|
Region: import_smithy_client.expectString,
|
|
3924
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3924
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3925
3925
|
Status: import_smithy_client.expectString,
|
|
3926
3926
|
StatusReason: import_smithy_client.expectString
|
|
3927
3927
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-directory-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Directory Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-directory-service",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|