@aws-sdk/client-directory-service 3.799.0 → 3.803.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-types/commands/AddIpRoutesCommand.d.ts +19 -0
- package/dist-types/commands/AddRegionCommand.d.ts +2 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +19 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +14 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +31 -2
- package/dist-types/commands/CreateAliasCommand.d.ts +17 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +37 -0
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +17 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +28 -4
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +25 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +22 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +14 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -2
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +15 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +14 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +4 -2
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +46 -0
- package/dist-types/commands/DescribeDirectoryDataAccessCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +1 -3
- package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +4 -4
- package/dist-types/commands/DisableRadiusCommand.d.ts +13 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +15 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +2 -2
- package/dist-types/commands/EnableDirectoryDataAccessCommand.d.ts +3 -4
- package/dist-types/commands/EnableLDAPSCommand.d.ts +2 -2
- package/dist-types/commands/EnableRadiusCommand.d.ts +25 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +15 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +23 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +19 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListIpRoutesCommand.d.ts +24 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +26 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +21 -0
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +14 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +8 -7
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +13 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +7 -7
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +28 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +17 -0
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +2 -6
- package/dist-types/commands/UpdateRadiusCommand.d.ts +25 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +123 -135
- package/package.json +4 -4
|
@@ -61,8 +61,8 @@ export interface SharedDirectory {
|
|
|
61
61
|
OwnerDirectoryId?: string | undefined;
|
|
62
62
|
/**
|
|
63
63
|
* <p>The method used when sharing a directory to determine whether the directory should be
|
|
64
|
-
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account
|
|
65
|
-
* sending a shared directory request (<code>HANDSHAKE</code>).</p>
|
|
64
|
+
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account
|
|
65
|
+
* by sending a shared directory request (<code>HANDSHAKE</code>).</p>
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
ShareMethod?: ShareMethod | undefined;
|
|
@@ -434,8 +434,8 @@ export interface DirectoryVpcSettings {
|
|
|
434
434
|
VpcId: string | undefined;
|
|
435
435
|
/**
|
|
436
436
|
* <p>The identifiers of the subnets for the directory servers. The two subnets must be in
|
|
437
|
-
* different Availability Zones. Directory Service creates a directory server and a DNS
|
|
438
|
-
*
|
|
437
|
+
* different Availability Zones. Directory Service creates a directory server and a DNS server in each of
|
|
438
|
+
* these subnets.</p>
|
|
439
439
|
* @public
|
|
440
440
|
*/
|
|
441
441
|
SubnetIds: string[] | undefined;
|
|
@@ -467,8 +467,8 @@ export interface AddRegionRequest {
|
|
|
467
467
|
export interface AddRegionResult {
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
|
-
* <p>The Region you specified is the same Region where the Managed Microsoft AD directory
|
|
471
|
-
*
|
|
470
|
+
* <p>The Region you specified is the same Region where the Managed Microsoft AD directory was created.
|
|
471
|
+
* Specify a different Region and try again.</p>
|
|
472
472
|
* @public
|
|
473
473
|
*/
|
|
474
474
|
export declare class DirectoryAlreadyInRegionException extends __BaseException {
|
|
@@ -678,12 +678,14 @@ export interface CancelSchemaExtensionRequest {
|
|
|
678
678
|
export interface CancelSchemaExtensionResult {
|
|
679
679
|
}
|
|
680
680
|
/**
|
|
681
|
-
* <p>Contains information about the client certificate authentication settings for the
|
|
681
|
+
* <p>Contains information about the client certificate authentication settings for the
|
|
682
|
+
* <code>RegisterCertificate</code> and <code>DescribeCertificate</code> operations. </p>
|
|
682
683
|
* @public
|
|
683
684
|
*/
|
|
684
685
|
export interface ClientCertAuthSettings {
|
|
685
686
|
/**
|
|
686
|
-
* <p>Specifies the URL of the default OCSP server used to check for revocation status. A
|
|
687
|
+
* <p>Specifies the URL of the default OCSP server used to check for revocation status. A
|
|
688
|
+
* secondary value to any OCSP address found in the AIA extension of the user certificate.</p>
|
|
687
689
|
* @public
|
|
688
690
|
*/
|
|
689
691
|
OCSPUrl?: string | undefined;
|
|
@@ -752,12 +754,15 @@ export interface Certificate {
|
|
|
752
754
|
*/
|
|
753
755
|
ExpiryDateTime?: Date | undefined;
|
|
754
756
|
/**
|
|
755
|
-
* <p>The function that the registered certificate performs. Valid values include
|
|
757
|
+
* <p>The function that the registered certificate performs. Valid values include
|
|
758
|
+
* <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is
|
|
759
|
+
* <code>ClientLDAPS</code>.</p>
|
|
756
760
|
* @public
|
|
757
761
|
*/
|
|
758
762
|
Type?: CertificateType | undefined;
|
|
759
763
|
/**
|
|
760
|
-
* <p>A <code>ClientCertAuthSettings</code> object that contains client certificate
|
|
764
|
+
* <p>A <code>ClientCertAuthSettings</code> object that contains client certificate
|
|
765
|
+
* authentication settings.</p>
|
|
761
766
|
* @public
|
|
762
767
|
*/
|
|
763
768
|
ClientCertAuthSettings?: ClientCertAuthSettings | undefined;
|
|
@@ -832,7 +837,9 @@ export interface CertificateInfo {
|
|
|
832
837
|
*/
|
|
833
838
|
ExpiryDateTime?: Date | undefined;
|
|
834
839
|
/**
|
|
835
|
-
* <p>The function that the registered certificate performs. Valid values include
|
|
840
|
+
* <p>The function that the registered certificate performs. Valid values include
|
|
841
|
+
* <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is
|
|
842
|
+
* <code>ClientLDAPS</code>.</p>
|
|
836
843
|
* @public
|
|
837
844
|
*/
|
|
838
845
|
Type?: CertificateType | undefined;
|
|
@@ -912,17 +919,21 @@ export type ClientAuthenticationType = (typeof ClientAuthenticationType)[keyof t
|
|
|
912
919
|
*/
|
|
913
920
|
export interface ClientAuthenticationSettingInfo {
|
|
914
921
|
/**
|
|
915
|
-
* <p>The type of client authentication for the specified directory. If no type is specified, a
|
|
922
|
+
* <p>The type of client authentication for the specified directory. If no type is specified, a
|
|
923
|
+
* list of all client authentication types that are supported for the directory is retrieved.
|
|
924
|
+
* </p>
|
|
916
925
|
* @public
|
|
917
926
|
*/
|
|
918
927
|
Type?: ClientAuthenticationType | undefined;
|
|
919
928
|
/**
|
|
920
|
-
* <p>Whether the client authentication type is enabled or disabled for the specified
|
|
929
|
+
* <p>Whether the client authentication type is enabled or disabled for the specified
|
|
930
|
+
* directory.</p>
|
|
921
931
|
* @public
|
|
922
932
|
*/
|
|
923
933
|
Status?: ClientAuthenticationStatus | undefined;
|
|
924
934
|
/**
|
|
925
|
-
* <p>The date and time when the status of the client authentication type was last
|
|
935
|
+
* <p>The date and time when the status of the client authentication type was last
|
|
936
|
+
* updated.</p>
|
|
926
937
|
* @public
|
|
927
938
|
*/
|
|
928
939
|
LastUpdatedDateTime?: Date | undefined;
|
|
@@ -1004,8 +1015,8 @@ export interface DirectoryConnectSettings {
|
|
|
1004
1015
|
*/
|
|
1005
1016
|
SubnetIds: string[] | undefined;
|
|
1006
1017
|
/**
|
|
1007
|
-
* <p>A list of one or more IP addresses of DNS servers or domain controllers in your
|
|
1008
|
-
* directory.</p>
|
|
1018
|
+
* <p>A list of one or more IP addresses of DNS servers or domain controllers in your
|
|
1019
|
+
* self-managed directory.</p>
|
|
1009
1020
|
* @public
|
|
1010
1021
|
*/
|
|
1011
1022
|
CustomerDnsIps: string[] | undefined;
|
|
@@ -1774,17 +1785,22 @@ export interface DescribeClientAuthenticationSettingsRequest {
|
|
|
1774
1785
|
*/
|
|
1775
1786
|
DirectoryId: string | undefined;
|
|
1776
1787
|
/**
|
|
1777
|
-
* <p>The type of client authentication for which to retrieve information. If no type is
|
|
1788
|
+
* <p>The type of client authentication for which to retrieve information. If no type is
|
|
1789
|
+
* specified, a list of all client authentication types that are supported for the specified
|
|
1790
|
+
* directory is retrieved.</p>
|
|
1778
1791
|
* @public
|
|
1779
1792
|
*/
|
|
1780
1793
|
Type?: ClientAuthenticationType | undefined;
|
|
1781
1794
|
/**
|
|
1782
|
-
* <p>The <i>DescribeClientAuthenticationSettingsResult.NextToken</i> value from a
|
|
1795
|
+
* <p>The <i>DescribeClientAuthenticationSettingsResult.NextToken</i> value from a
|
|
1796
|
+
* previous call to <a>DescribeClientAuthenticationSettings</a>. Pass null if this is
|
|
1797
|
+
* the first call.</p>
|
|
1783
1798
|
* @public
|
|
1784
1799
|
*/
|
|
1785
1800
|
NextToken?: string | undefined;
|
|
1786
1801
|
/**
|
|
1787
|
-
* <p>The maximum number of items to return. If this value is zero, the maximum number of items
|
|
1802
|
+
* <p>The maximum number of items to return. If this value is zero, the maximum number of items
|
|
1803
|
+
* is specified by the limitations of the operation. </p>
|
|
1788
1804
|
* @public
|
|
1789
1805
|
*/
|
|
1790
1806
|
Limit?: number | undefined;
|
|
@@ -1794,13 +1810,16 @@ export interface DescribeClientAuthenticationSettingsRequest {
|
|
|
1794
1810
|
*/
|
|
1795
1811
|
export interface DescribeClientAuthenticationSettingsResult {
|
|
1796
1812
|
/**
|
|
1797
|
-
* <p>Information about the type of client authentication for the specified directory. The
|
|
1813
|
+
* <p>Information about the type of client authentication for the specified directory. The
|
|
1814
|
+
* following information is retrieved: The date and time when the status of the client
|
|
1815
|
+
* authentication type was last updated, whether the client authentication type is enabled or
|
|
1816
|
+
* disabled, and the type of client authentication.</p>
|
|
1798
1817
|
* @public
|
|
1799
1818
|
*/
|
|
1800
1819
|
ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[] | undefined;
|
|
1801
1820
|
/**
|
|
1802
|
-
* <p>The next token used to retrieve the client authentication settings if the number of
|
|
1803
|
-
* page limit and there is another page.</p>
|
|
1821
|
+
* <p>The next token used to retrieve the client authentication settings if the number of
|
|
1822
|
+
* setting types exceeds page limit and there is another page.</p>
|
|
1804
1823
|
* @public
|
|
1805
1824
|
*/
|
|
1806
1825
|
NextToken?: string | undefined;
|
|
@@ -2017,8 +2036,7 @@ export interface DirectoryVpcSettingsDescription {
|
|
|
2017
2036
|
*/
|
|
2018
2037
|
export interface OwnerDirectoryDescription {
|
|
2019
2038
|
/**
|
|
2020
|
-
* <p>Identifier of the Managed Microsoft AD directory in the directory owner
|
|
2021
|
-
* account.</p>
|
|
2039
|
+
* <p>Identifier of the Managed Microsoft AD directory in the directory owner account.</p>
|
|
2022
2040
|
* @public
|
|
2023
2041
|
*/
|
|
2024
2042
|
DirectoryId?: string | undefined;
|
|
@@ -2154,9 +2172,9 @@ export interface DirectoryDescription {
|
|
|
2154
2172
|
Description?: string | undefined;
|
|
2155
2173
|
/**
|
|
2156
2174
|
* <p>The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD
|
|
2157
|
-
* directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers.
|
|
2158
|
-
* an AD Connector directory, these are the IP addresses of the DNS servers or domain
|
|
2159
|
-
* in your self-managed directory to which the AD Connector is connected.</p>
|
|
2175
|
+
* directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers.
|
|
2176
|
+
* For an AD Connector directory, these are the IP addresses of the DNS servers or domain
|
|
2177
|
+
* controllers in your self-managed directory to which the AD Connector is connected.</p>
|
|
2160
2178
|
* @public
|
|
2161
2179
|
*/
|
|
2162
2180
|
DnsIpAddrs?: string[] | undefined;
|
|
@@ -2172,8 +2190,8 @@ export interface DirectoryDescription {
|
|
|
2172
2190
|
ShareStatus?: ShareStatus | undefined;
|
|
2173
2191
|
/**
|
|
2174
2192
|
* <p>The method used when sharing a directory to determine whether the directory should be
|
|
2175
|
-
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account
|
|
2176
|
-
* sending a shared directory request (<code>HANDSHAKE</code>).</p>
|
|
2193
|
+
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account
|
|
2194
|
+
* by sending a shared directory request (<code>HANDSHAKE</code>).</p>
|
|
2177
2195
|
* @public
|
|
2178
2196
|
*/
|
|
2179
2197
|
ShareMethod?: ShareMethod | undefined;
|
|
@@ -2201,8 +2219,8 @@ export interface DirectoryDescription {
|
|
|
2201
2219
|
Type?: DirectoryType | undefined;
|
|
2202
2220
|
/**
|
|
2203
2221
|
* <p>A <a>DirectoryVpcSettingsDescription</a> object that contains additional
|
|
2204
|
-
* information about a directory. This member is only present if the directory is a Simple AD
|
|
2205
|
-
* Managed Microsoft AD directory.</p>
|
|
2222
|
+
* information about a directory. This member is only present if the directory is a Simple AD
|
|
2223
|
+
* or Managed Microsoft AD directory.</p>
|
|
2206
2224
|
* @public
|
|
2207
2225
|
*/
|
|
2208
2226
|
VpcSettings?: DirectoryVpcSettingsDescription | undefined;
|
|
@@ -2262,7 +2280,7 @@ export interface DirectoryDescription {
|
|
|
2262
2280
|
*/
|
|
2263
2281
|
export interface DescribeDirectoriesResult {
|
|
2264
2282
|
/**
|
|
2265
|
-
* <p>The list of <a>DirectoryDescription</a> objects that were retrieved.</p>
|
|
2283
|
+
* <p>The list of available <a>DirectoryDescription</a> objects that were retrieved.</p>
|
|
2266
2284
|
* <p>It is possible that this list contains less than the number of items specified in the
|
|
2267
2285
|
* <code>Limit</code> member of the request. This occurs if there are less than the requested
|
|
2268
2286
|
* number of items left to retrieve, or if the limitations of the operation have been
|
|
@@ -2749,8 +2767,9 @@ export interface DescribeSettingsRequest {
|
|
|
2749
2767
|
*/
|
|
2750
2768
|
export interface SettingEntry {
|
|
2751
2769
|
/**
|
|
2752
|
-
* <p>The type, or category, of a directory setting. Similar settings have the same type. For
|
|
2753
|
-
* or <code>Certificate-Based
|
|
2770
|
+
* <p>The type, or category, of a directory setting. Similar settings have the same type. For
|
|
2771
|
+
* example, <code>Protocol</code>, <code>Cipher</code>, or <code>Certificate-Based
|
|
2772
|
+
* Authentication</code>.</p>
|
|
2754
2773
|
* @public
|
|
2755
2774
|
*/
|
|
2756
2775
|
Type?: string | undefined;
|
|
@@ -2763,7 +2782,8 @@ export interface SettingEntry {
|
|
|
2763
2782
|
*/
|
|
2764
2783
|
Name?: string | undefined;
|
|
2765
2784
|
/**
|
|
2766
|
-
* <p>The valid range of values for the directory setting. These values depend on the
|
|
2785
|
+
* <p>The valid range of values for the directory setting. These values depend on the
|
|
2786
|
+
* <code>DataType</code> of your directory.</p>
|
|
2767
2787
|
* @public
|
|
2768
2788
|
*/
|
|
2769
2789
|
AllowedValues?: string | undefined;
|
|
@@ -2778,12 +2798,16 @@ export interface SettingEntry {
|
|
|
2778
2798
|
*/
|
|
2779
2799
|
RequestedValue?: string | undefined;
|
|
2780
2800
|
/**
|
|
2781
|
-
* <p>The overall status of the request to update the directory setting request. If the
|
|
2801
|
+
* <p>The overall status of the request to update the directory setting request. If the
|
|
2802
|
+
* directory setting is deployed in more than one region, and the request fails in any region,
|
|
2803
|
+
* the overall status is <code>Failed</code>.</p>
|
|
2782
2804
|
* @public
|
|
2783
2805
|
*/
|
|
2784
2806
|
RequestStatus?: DirectoryConfigurationStatus | undefined;
|
|
2785
2807
|
/**
|
|
2786
|
-
* <p>Details about the status of the request to update the directory setting. If the directory
|
|
2808
|
+
* <p>Details about the status of the request to update the directory setting. If the directory
|
|
2809
|
+
* setting is deployed in more than one region, status is returned for the request in each region
|
|
2810
|
+
* where the setting is deployed.</p>
|
|
2787
2811
|
* @public
|
|
2788
2812
|
*/
|
|
2789
2813
|
RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus> | undefined;
|
|
@@ -2798,13 +2822,15 @@ export interface SettingEntry {
|
|
|
2798
2822
|
*/
|
|
2799
2823
|
LastUpdatedDateTime?: Date | undefined;
|
|
2800
2824
|
/**
|
|
2801
|
-
* <p>The date and time when the request to update a directory setting was last
|
|
2825
|
+
* <p>The date and time when the request to update a directory setting was last
|
|
2826
|
+
* submitted.</p>
|
|
2802
2827
|
* @public
|
|
2803
2828
|
*/
|
|
2804
2829
|
LastRequestedDateTime?: Date | undefined;
|
|
2805
2830
|
/**
|
|
2806
|
-
* <p>The data type of a directory setting. This is used to define the
|
|
2807
|
-
*
|
|
2831
|
+
* <p>The data type of a directory setting. This is used to define the
|
|
2832
|
+
* <code>AllowedValues</code> of a setting. For example a data type can be
|
|
2833
|
+
* <code>Boolean</code>, <code>DurationInSeconds</code>, or <code>Enum</code>.</p>
|
|
2808
2834
|
* @public
|
|
2809
2835
|
*/
|
|
2810
2836
|
DataType?: string | undefined;
|
|
@@ -2821,16 +2847,16 @@ export interface DescribeSettingsResult {
|
|
|
2821
2847
|
/**
|
|
2822
2848
|
* <p>The list of <a>SettingEntry</a> objects that were retrieved.</p>
|
|
2823
2849
|
* <p>It is possible that this list contains less than the number of items specified in the
|
|
2824
|
-
*
|
|
2850
|
+
* <code>Limit</code> member of the request. This occurs if there are less than the requested
|
|
2825
2851
|
* number of items left to retrieve, or if the limitations of the operation have been
|
|
2826
2852
|
* exceeded.</p>
|
|
2827
2853
|
* @public
|
|
2828
2854
|
*/
|
|
2829
2855
|
SettingEntries?: SettingEntry[] | undefined;
|
|
2830
2856
|
/**
|
|
2831
|
-
* <p>If not null, token that indicates that more results are available.
|
|
2832
|
-
*
|
|
2833
|
-
*
|
|
2857
|
+
* <p>If not null, token that indicates that more results are available. Pass this value for the
|
|
2858
|
+
* <code>NextToken</code> parameter in a subsequent call to <code>DescribeSettings</code> to
|
|
2859
|
+
* retrieve the next set of items. </p>
|
|
2834
2860
|
* @public
|
|
2835
2861
|
*/
|
|
2836
2862
|
NextToken?: string | undefined;
|
|
@@ -3142,60 +3168,45 @@ export type UpdateType = (typeof UpdateType)[keyof typeof UpdateType];
|
|
|
3142
3168
|
*/
|
|
3143
3169
|
export interface DescribeUpdateDirectoryRequest {
|
|
3144
3170
|
/**
|
|
3145
|
-
* <p>
|
|
3146
|
-
* The unique identifier of the directory.
|
|
3147
|
-
* </p>
|
|
3171
|
+
* <p> The unique identifier of the directory. </p>
|
|
3148
3172
|
* @public
|
|
3149
3173
|
*/
|
|
3150
3174
|
DirectoryId: string | undefined;
|
|
3151
3175
|
/**
|
|
3152
|
-
* <p>
|
|
3153
|
-
* The type of updates you want to describe for the directory.
|
|
3154
|
-
* </p>
|
|
3176
|
+
* <p> The type of updates you want to describe for the directory. </p>
|
|
3155
3177
|
* @public
|
|
3156
3178
|
*/
|
|
3157
3179
|
UpdateType: UpdateType | undefined;
|
|
3158
3180
|
/**
|
|
3159
|
-
* <p>
|
|
3160
|
-
* The name of the Region.
|
|
3161
|
-
* </p>
|
|
3181
|
+
* <p> The name of the Region. </p>
|
|
3162
3182
|
* @public
|
|
3163
3183
|
*/
|
|
3164
3184
|
RegionName?: string | undefined;
|
|
3165
3185
|
/**
|
|
3166
|
-
* <p>
|
|
3167
|
-
*
|
|
3168
|
-
* </p>
|
|
3186
|
+
* <p> The <code>DescribeUpdateDirectoryResult</code>. NextToken value from a previous call to
|
|
3187
|
+
* <a>DescribeUpdateDirectory</a>. Pass null if this is the first call. </p>
|
|
3169
3188
|
* @public
|
|
3170
3189
|
*/
|
|
3171
3190
|
NextToken?: string | undefined;
|
|
3172
3191
|
}
|
|
3173
3192
|
/**
|
|
3174
|
-
* <p>
|
|
3175
|
-
* OS version that the directory needs to be updated to.
|
|
3176
|
-
* </p>
|
|
3193
|
+
* <p> OS version that the directory needs to be updated to. </p>
|
|
3177
3194
|
* @public
|
|
3178
3195
|
*/
|
|
3179
3196
|
export interface OSUpdateSettings {
|
|
3180
3197
|
/**
|
|
3181
|
-
* <p>
|
|
3182
|
-
* OS version that the directory needs to be updated to.
|
|
3183
|
-
* </p>
|
|
3198
|
+
* <p> OS version that the directory needs to be updated to. </p>
|
|
3184
3199
|
* @public
|
|
3185
3200
|
*/
|
|
3186
3201
|
OSVersion?: OSVersion | undefined;
|
|
3187
3202
|
}
|
|
3188
3203
|
/**
|
|
3189
|
-
* <p>
|
|
3190
|
-
* The value for a given type of <code>UpdateSettings</code>.
|
|
3191
|
-
* </p>
|
|
3204
|
+
* <p> The value for a given type of <code>UpdateSettings</code>. </p>
|
|
3192
3205
|
* @public
|
|
3193
3206
|
*/
|
|
3194
3207
|
export interface UpdateValue {
|
|
3195
3208
|
/**
|
|
3196
|
-
* <p>
|
|
3197
|
-
* The OS update related settings.
|
|
3198
|
-
* </p>
|
|
3209
|
+
* <p> The OS update related settings. </p>
|
|
3199
3210
|
* @public
|
|
3200
3211
|
*/
|
|
3201
3212
|
OSUpdateSettings?: OSUpdateSettings | undefined;
|
|
@@ -3214,65 +3225,48 @@ export declare const UpdateStatus: {
|
|
|
3214
3225
|
*/
|
|
3215
3226
|
export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
|
|
3216
3227
|
/**
|
|
3217
|
-
* <p>
|
|
3218
|
-
* An entry of update information related to a requested update type.
|
|
3219
|
-
* </p>
|
|
3228
|
+
* <p> An entry of update information related to a requested update type. </p>
|
|
3220
3229
|
* @public
|
|
3221
3230
|
*/
|
|
3222
3231
|
export interface UpdateInfoEntry {
|
|
3223
3232
|
/**
|
|
3224
|
-
* <p>
|
|
3225
|
-
* The name of the Region.
|
|
3226
|
-
* </p>
|
|
3233
|
+
* <p> The name of the Region. </p>
|
|
3227
3234
|
* @public
|
|
3228
3235
|
*/
|
|
3229
3236
|
Region?: string | undefined;
|
|
3230
3237
|
/**
|
|
3231
|
-
* <p>
|
|
3232
|
-
* The status of the update performed on the directory.
|
|
3233
|
-
* </p>
|
|
3238
|
+
* <p> The status of the update performed on the directory. </p>
|
|
3234
3239
|
* @public
|
|
3235
3240
|
*/
|
|
3236
3241
|
Status?: UpdateStatus | undefined;
|
|
3237
3242
|
/**
|
|
3238
|
-
* <p>
|
|
3239
|
-
* The reason for the current status of the update type activity.
|
|
3240
|
-
* </p>
|
|
3243
|
+
* <p> The reason for the current status of the update type activity. </p>
|
|
3241
3244
|
* @public
|
|
3242
3245
|
*/
|
|
3243
3246
|
StatusReason?: string | undefined;
|
|
3244
3247
|
/**
|
|
3245
|
-
* <p>
|
|
3246
|
-
* This specifies if the update was initiated by the customer or by the service team.
|
|
3248
|
+
* <p> This specifies if the update was initiated by the customer or by the service team.
|
|
3247
3249
|
* </p>
|
|
3248
3250
|
* @public
|
|
3249
3251
|
*/
|
|
3250
3252
|
InitiatedBy?: string | undefined;
|
|
3251
3253
|
/**
|
|
3252
|
-
* <p>
|
|
3253
|
-
* The new value of the target setting.
|
|
3254
|
-
* </p>
|
|
3254
|
+
* <p> The new value of the target setting. </p>
|
|
3255
3255
|
* @public
|
|
3256
3256
|
*/
|
|
3257
3257
|
NewValue?: UpdateValue | undefined;
|
|
3258
3258
|
/**
|
|
3259
|
-
* <p>
|
|
3260
|
-
* The old value of the target setting.
|
|
3261
|
-
* </p>
|
|
3259
|
+
* <p> The old value of the target setting. </p>
|
|
3262
3260
|
* @public
|
|
3263
3261
|
*/
|
|
3264
3262
|
PreviousValue?: UpdateValue | undefined;
|
|
3265
3263
|
/**
|
|
3266
|
-
* <p>
|
|
3267
|
-
* The start time of the <code>UpdateDirectorySetup</code> for the particular type.
|
|
3268
|
-
* </p>
|
|
3264
|
+
* <p> The start time of the <code>UpdateDirectorySetup</code> for the particular type. </p>
|
|
3269
3265
|
* @public
|
|
3270
3266
|
*/
|
|
3271
3267
|
StartTime?: Date | undefined;
|
|
3272
3268
|
/**
|
|
3273
|
-
* <p>
|
|
3274
|
-
* The last updated date and time of a particular directory setting.
|
|
3275
|
-
* </p>
|
|
3269
|
+
* <p> The last updated date and time of a particular directory setting. </p>
|
|
3276
3270
|
* @public
|
|
3277
3271
|
*/
|
|
3278
3272
|
LastUpdatedDateTime?: Date | undefined;
|
|
@@ -3282,24 +3276,19 @@ export interface UpdateInfoEntry {
|
|
|
3282
3276
|
*/
|
|
3283
3277
|
export interface DescribeUpdateDirectoryResult {
|
|
3284
3278
|
/**
|
|
3285
|
-
* <p>
|
|
3286
|
-
* The list of update activities on a directory for the requested update type.
|
|
3287
|
-
* </p>
|
|
3279
|
+
* <p> The list of update activities on a directory for the requested update type. </p>
|
|
3288
3280
|
* @public
|
|
3289
3281
|
*/
|
|
3290
3282
|
UpdateActivities?: UpdateInfoEntry[] | undefined;
|
|
3291
3283
|
/**
|
|
3292
|
-
* <p>
|
|
3293
|
-
*
|
|
3294
|
-
* </p>
|
|
3284
|
+
* <p> If not null, more results are available. Pass this value for the <code>NextToken</code>
|
|
3285
|
+
* parameter. </p>
|
|
3295
3286
|
* @public
|
|
3296
3287
|
*/
|
|
3297
3288
|
NextToken?: string | undefined;
|
|
3298
3289
|
}
|
|
3299
3290
|
/**
|
|
3300
|
-
* <p>
|
|
3301
|
-
* The directory is already updated to desired update type settings.
|
|
3302
|
-
* </p>
|
|
3291
|
+
* <p> The directory is already updated to desired update type settings. </p>
|
|
3303
3292
|
* @public
|
|
3304
3293
|
*/
|
|
3305
3294
|
export declare class DirectoryInDesiredStateException extends __BaseException {
|
|
@@ -3403,7 +3392,8 @@ export interface DisableClientAuthenticationRequest {
|
|
|
3403
3392
|
*/
|
|
3404
3393
|
DirectoryId: string | undefined;
|
|
3405
3394
|
/**
|
|
3406
|
-
* <p>The type of client authentication to disable. Currently the only parameter
|
|
3395
|
+
* <p>The type of client authentication to disable. Currently the only parameter
|
|
3396
|
+
* <code>"SmartCard"</code> is supported.</p>
|
|
3407
3397
|
* @public
|
|
3408
3398
|
*/
|
|
3409
3399
|
Type: ClientAuthenticationType | undefined;
|
|
@@ -3557,10 +3547,10 @@ export interface EnableClientAuthenticationRequest {
|
|
|
3557
3547
|
*/
|
|
3558
3548
|
DirectoryId: string | undefined;
|
|
3559
3549
|
/**
|
|
3560
|
-
* <p>The type of client authentication to enable. Currently only the value
|
|
3561
|
-
*
|
|
3562
|
-
* Constrained Delegation for the Service User to the LDAP service in
|
|
3563
|
-
*
|
|
3550
|
+
* <p>The type of client authentication to enable. Currently only the value
|
|
3551
|
+
* <code>SmartCard</code> is supported. Smart card authentication in AD Connector requires
|
|
3552
|
+
* that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in
|
|
3553
|
+
* your self-managed AD. </p>
|
|
3564
3554
|
* @public
|
|
3565
3555
|
*/
|
|
3566
3556
|
Type: ClientAuthenticationType | undefined;
|
|
@@ -3571,8 +3561,8 @@ export interface EnableClientAuthenticationRequest {
|
|
|
3571
3561
|
export interface EnableClientAuthenticationResult {
|
|
3572
3562
|
}
|
|
3573
3563
|
/**
|
|
3574
|
-
* <p>Client authentication setup could not be completed because at least one valid certificate
|
|
3575
|
-
* registered in the system.</p>
|
|
3564
|
+
* <p>Client authentication setup could not be completed because at least one valid certificate
|
|
3565
|
+
* must be registered in the system.</p>
|
|
3576
3566
|
* @public
|
|
3577
3567
|
*/
|
|
3578
3568
|
export declare class NoAvailableCertificateException extends __BaseException {
|
|
@@ -3887,8 +3877,8 @@ export interface ListLogSubscriptionsRequest {
|
|
|
3887
3877
|
/**
|
|
3888
3878
|
* <p>If a <i>DirectoryID</i> is provided, lists only the log subscription
|
|
3889
3879
|
* associated with that directory. If no <i>DirectoryId</i> is provided, lists all
|
|
3890
|
-
* log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for
|
|
3891
|
-
* Amazon Web Services account or the directory, an empty list will be returned.</p>
|
|
3880
|
+
* log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for
|
|
3881
|
+
* the Amazon Web Services account or the directory, an empty list will be returned.</p>
|
|
3892
3882
|
* @public
|
|
3893
3883
|
*/
|
|
3894
3884
|
DirectoryId?: string | undefined;
|
|
@@ -3931,7 +3921,8 @@ export interface LogSubscription {
|
|
|
3931
3921
|
*/
|
|
3932
3922
|
export interface ListLogSubscriptionsResult {
|
|
3933
3923
|
/**
|
|
3934
|
-
* <p>A list of active <a>LogSubscription</a> objects for calling the
|
|
3924
|
+
* <p>A list of active <a>LogSubscription</a> objects for calling the
|
|
3925
|
+
* Amazon Web Services account.</p>
|
|
3935
3926
|
* @public
|
|
3936
3927
|
*/
|
|
3937
3928
|
LogSubscriptions?: LogSubscription[] | undefined;
|
|
@@ -4113,12 +4104,15 @@ export interface RegisterCertificateRequest {
|
|
|
4113
4104
|
*/
|
|
4114
4105
|
CertificateData: string | undefined;
|
|
4115
4106
|
/**
|
|
4116
|
-
* <p>The function that the registered certificate performs. Valid values include
|
|
4107
|
+
* <p>The function that the registered certificate performs. Valid values include
|
|
4108
|
+
* <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is
|
|
4109
|
+
* <code>ClientLDAPS</code>.</p>
|
|
4117
4110
|
* @public
|
|
4118
4111
|
*/
|
|
4119
4112
|
Type?: CertificateType | undefined;
|
|
4120
4113
|
/**
|
|
4121
|
-
* <p>A <code>ClientCertAuthSettings</code> object that contains client certificate
|
|
4114
|
+
* <p>A <code>ClientCertAuthSettings</code> object that contains client certificate
|
|
4115
|
+
* authentication settings.</p>
|
|
4122
4116
|
* @public
|
|
4123
4117
|
*/
|
|
4124
4118
|
ClientCertAuthSettings?: ClientCertAuthSettings | undefined;
|
|
@@ -4261,8 +4255,7 @@ export declare class InvalidPasswordException extends __BaseException {
|
|
|
4261
4255
|
*/
|
|
4262
4256
|
export interface ResetUserPasswordRequest {
|
|
4263
4257
|
/**
|
|
4264
|
-
* <p>Identifier of the Managed Microsoft AD or Simple AD directory in which the user
|
|
4265
|
-
* resides.</p>
|
|
4258
|
+
* <p>Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.</p>
|
|
4266
4259
|
* @public
|
|
4267
4260
|
*/
|
|
4268
4261
|
DirectoryId: string | undefined;
|
|
@@ -4397,7 +4390,8 @@ export interface ShareTarget {
|
|
|
4397
4390
|
*/
|
|
4398
4391
|
export interface ShareDirectoryRequest {
|
|
4399
4392
|
/**
|
|
4400
|
-
* <p>Identifier of the Managed Microsoft AD directory that you want to share with other
|
|
4393
|
+
* <p>Identifier of the Managed Microsoft AD directory that you want to share with other
|
|
4394
|
+
* Amazon Web Services accounts.</p>
|
|
4401
4395
|
* @public
|
|
4402
4396
|
*/
|
|
4403
4397
|
DirectoryId: string | undefined;
|
|
@@ -4416,8 +4410,8 @@ export interface ShareDirectoryRequest {
|
|
|
4416
4410
|
ShareTarget: ShareTarget | undefined;
|
|
4417
4411
|
/**
|
|
4418
4412
|
* <p>The method used when sharing a directory to determine whether the directory should be
|
|
4419
|
-
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account
|
|
4420
|
-
* sending a directory sharing request (<code>HANDSHAKE</code>).</p>
|
|
4413
|
+
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account
|
|
4414
|
+
* by sending a directory sharing request (<code>HANDSHAKE</code>).</p>
|
|
4421
4415
|
* @public
|
|
4422
4416
|
*/
|
|
4423
4417
|
ShareMethod: ShareMethod | undefined;
|
|
@@ -4517,8 +4511,7 @@ export interface UnshareTarget {
|
|
|
4517
4511
|
*/
|
|
4518
4512
|
export interface UnshareDirectoryRequest {
|
|
4519
4513
|
/**
|
|
4520
|
-
* <p>The identifier of the Managed Microsoft AD directory that you want to stop
|
|
4521
|
-
* sharing.</p>
|
|
4514
|
+
* <p>The identifier of the Managed Microsoft AD directory that you want to stop sharing.</p>
|
|
4522
4515
|
* @public
|
|
4523
4516
|
*/
|
|
4524
4517
|
DirectoryId: string | undefined;
|
|
@@ -4575,30 +4568,23 @@ export interface UpdateConditionalForwarderResult {
|
|
|
4575
4568
|
*/
|
|
4576
4569
|
export interface UpdateDirectorySetupRequest {
|
|
4577
4570
|
/**
|
|
4578
|
-
* <p>
|
|
4579
|
-
* The identifier of the directory on which you want to perform the update.
|
|
4580
|
-
* </p>
|
|
4571
|
+
* <p> The identifier of the directory on which you want to perform the update. </p>
|
|
4581
4572
|
* @public
|
|
4582
4573
|
*/
|
|
4583
4574
|
DirectoryId: string | undefined;
|
|
4584
4575
|
/**
|
|
4585
|
-
* <p>
|
|
4586
|
-
* The type of update that needs to be performed on the directory. For example, OS.
|
|
4587
|
-
* </p>
|
|
4576
|
+
* <p> The type of update that needs to be performed on the directory. For example, OS. </p>
|
|
4588
4577
|
* @public
|
|
4589
4578
|
*/
|
|
4590
4579
|
UpdateType: UpdateType | undefined;
|
|
4591
4580
|
/**
|
|
4592
|
-
* <p>
|
|
4593
|
-
* The settings for the OS update that needs to be performed on the directory.
|
|
4594
|
-
* </p>
|
|
4581
|
+
* <p> The settings for the OS update that needs to be performed on the directory. </p>
|
|
4595
4582
|
* @public
|
|
4596
4583
|
*/
|
|
4597
4584
|
OSUpdateSettings?: OSUpdateSettings | undefined;
|
|
4598
4585
|
/**
|
|
4599
|
-
* <p>
|
|
4600
|
-
*
|
|
4601
|
-
* </p>
|
|
4586
|
+
* <p> The boolean that specifies if a snapshot for the directory needs to be taken before
|
|
4587
|
+
* updating the directory. </p>
|
|
4602
4588
|
* @public
|
|
4603
4589
|
*/
|
|
4604
4590
|
CreateSnapshotBeforeUpdate?: boolean | undefined;
|
|
@@ -4734,7 +4720,9 @@ export interface Setting {
|
|
|
4734
4720
|
*/
|
|
4735
4721
|
Name: string | undefined;
|
|
4736
4722
|
/**
|
|
4737
|
-
* <p>The value of the directory setting for which to retrieve information. For example, for
|
|
4723
|
+
* <p>The value of the directory setting for which to retrieve information. For example, for
|
|
4724
|
+
* <code>TLS_1_0</code>, the valid values are: <code>Enable</code> and
|
|
4725
|
+
* <code>Disable</code>.</p>
|
|
4738
4726
|
* @public
|
|
4739
4727
|
*/
|
|
4740
4728
|
Value: string | undefined;
|
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.803.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.799.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.803.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.1.1",
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.2",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.3",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.2",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.0.9",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
57
|
+
"@smithy/util-retry": "^4.0.3",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|