@aws-sdk/client-directory-service 3.289.0 → 3.292.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/AcceptSharedDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +23 -0
- package/dist-types/commands/AddRegionCommand.d.ts +33 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +10 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +15 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +25 -0
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +22 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +15 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +18 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +18 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +19 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +10 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +13 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +26 -0
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +13 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +19 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +19 -0
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeSettingsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +19 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +19 -0
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +19 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +23 -0
- package/dist-types/commands/DisableRadiusCommand.d.ts +10 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +16 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +23 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +27 -0
- package/dist-types/commands/EnableRadiusCommand.d.ts +16 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +16 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +10 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +10 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +19 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +13 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +28 -0
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +13 -0
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRegionCommand.d.ts +19 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +13 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +23 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +13 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +32 -0
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +21 -0
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +19 -0
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +32 -0
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +23 -0
- package/dist-types/commands/UpdateRadiusCommand.d.ts +13 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +25 -0
- package/dist-types/commands/UpdateTrustCommand.d.ts +13 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +16 -0
- package/package.json +35 -40
|
@@ -33,6 +33,19 @@ export interface RegisterEventTopicCommandOutput extends RegisterEventTopicResul
|
|
|
33
33
|
* @see {@link RegisterEventTopicCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ClientException} (client fault)
|
|
37
|
+
* <p>A client exception has occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
40
|
+
* <p>The specified entity could not be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
43
|
+
* <p>One or more parameters are not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceException} (server fault)
|
|
46
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
36
49
|
*/
|
|
37
50
|
export declare class RegisterEventTopicCommand extends $Command<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
38
51
|
readonly input: RegisterEventTopicCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface RejectSharedDirectoryCommandOutput extends RejectSharedDirector
|
|
|
29
29
|
* @see {@link RejectSharedDirectoryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectoryAlreadySharedException} (client fault)
|
|
36
|
+
* <p>The specified directory has already been shared with this Amazon Web Services account.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The specified entity could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class RejectSharedDirectoryCommand extends $Command<RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
50
|
readonly input: RejectSharedDirectoryCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface RemoveIpRoutesCommandOutput extends RemoveIpRoutesResult, __Met
|
|
|
29
29
|
* @see {@link RemoveIpRoutesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
36
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The specified entity could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class RemoveIpRoutesCommand extends $Command<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
50
|
readonly input: RemoveIpRoutesCommandInput;
|
|
@@ -31,6 +31,25 @@ export interface RemoveRegionCommandOutput extends RemoveRegionResult, __Metadat
|
|
|
31
31
|
* @see {@link RemoveRegionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Client authentication is not available in this region at this time.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ClientException} (client fault)
|
|
38
|
+
* <p>A client exception has occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
41
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
44
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceException} (server fault)
|
|
47
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
50
|
+
* <p>The operation is not supported.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
34
53
|
*/
|
|
35
54
|
export declare class RemoveRegionCommand extends $Command<RemoveRegionCommandInput, RemoveRegionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
36
55
|
readonly input: RemoveRegionCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
29
29
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
36
|
+
* <p>The specified entity could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>One or more parameters are not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
47
|
readonly input: RemoveTagsFromResourceCommandInput;
|
|
@@ -46,6 +46,29 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResult,
|
|
|
46
46
|
* @see {@link ResetUserPasswordCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link ClientException} (client fault)
|
|
50
|
+
* <p>A client exception has occurred.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
53
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
56
|
+
* <p>The specified entity could not be found.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidPasswordException} (client fault)
|
|
59
|
+
* <p>The new password provided by the user does not meet the password complexity
|
|
60
|
+
* requirements defined in your directory.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ServiceException} (server fault)
|
|
63
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
66
|
+
* <p>The operation is not supported.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link UserDoesNotExistException} (client fault)
|
|
69
|
+
* <p>The user provided a username that does not exist in your directory.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
49
72
|
*/
|
|
50
73
|
export declare class ResetUserPasswordCommand extends $Command<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
51
74
|
readonly input: ResetUserPasswordCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
|
|
|
34
34
|
* @see {@link RestoreFromSnapshotCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ClientException} (client fault)
|
|
38
|
+
* <p>A client exception has occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
41
|
+
* <p>The specified entity could not be found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
44
|
+
* <p>One or more parameters are not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceException} (server fault)
|
|
47
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
37
50
|
*/
|
|
38
51
|
export declare class RestoreFromSnapshotCommand extends $Command<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
39
52
|
readonly input: RestoreFromSnapshotCommandInput;
|
|
@@ -41,6 +41,38 @@ export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __Met
|
|
|
41
41
|
* @see {@link ShareDirectoryCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
45
|
+
* <p>Client authentication is not available in this region at this time.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ClientException} (client fault)
|
|
48
|
+
* <p>A client exception has occurred.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link DirectoryAlreadySharedException} (client fault)
|
|
51
|
+
* <p>The specified directory has already been shared with this Amazon Web Services account.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
54
|
+
* <p>The specified entity could not be found.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
57
|
+
* <p>One or more parameters are not valid.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidTargetException} (client fault)
|
|
60
|
+
* <p>The specified shared target is not valid.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link OrganizationsException} (client fault)
|
|
63
|
+
* <p>Exception encountered while trying to access your Amazon Web Services organization.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ServiceException} (server fault)
|
|
66
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ShareLimitExceededException} (client fault)
|
|
69
|
+
* <p>The maximum number of Amazon Web Services accounts that you can share with this directory has been
|
|
70
|
+
* reached.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
73
|
+
* <p>The operation is not supported.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
44
76
|
*/
|
|
45
77
|
export declare class ShareDirectoryCommand extends $Command<ShareDirectoryCommandInput, ShareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
46
78
|
readonly input: ShareDirectoryCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionR
|
|
|
29
29
|
* @see {@link StartSchemaExtensionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
36
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The specified entity could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link SnapshotLimitExceededException} (client fault)
|
|
48
|
+
* <p>The maximum number of manual snapshots for the directory has been reached. You can
|
|
49
|
+
* use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits
|
|
50
|
+
* for a directory.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class StartSchemaExtensionCommand extends $Command<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
55
|
readonly input: StartSchemaExtensionCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, _
|
|
|
29
29
|
* @see {@link UnshareDirectoryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectoryNotSharedException} (client fault)
|
|
36
|
+
* <p>The specified directory has not been shared with this Amazon Web Services account.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The specified entity could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidTargetException} (client fault)
|
|
42
|
+
* <p>The specified shared target is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UnshareDirectoryCommand extends $Command<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
50
|
readonly input: UnshareDirectoryCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface UpdateConditionalForwarderCommandOutput extends UpdateCondition
|
|
|
30
30
|
* @see {@link UpdateConditionalForwarderCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>A client exception has occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
37
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
40
|
+
* <p>The specified entity could not be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
43
|
+
* <p>One or more parameters are not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceException} (server fault)
|
|
46
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
49
|
+
* <p>The operation is not supported.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class UpdateConditionalForwarderCommand extends $Command<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
35
54
|
readonly input: UpdateConditionalForwarderCommandInput;
|
|
@@ -31,6 +31,38 @@ export interface UpdateDirectorySetupCommandOutput extends UpdateDirectorySetupR
|
|
|
31
31
|
* @see {@link UpdateDirectorySetupCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>Client authentication is not available in this region at this time.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ClientException} (client fault)
|
|
38
|
+
* <p>A client exception has occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
41
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DirectoryInDesiredStateException} (client fault)
|
|
44
|
+
* <p>
|
|
45
|
+
* The directory is already updated to desired update type settings.
|
|
46
|
+
* </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
49
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
52
|
+
* <p>One or more parameters are not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceException} (server fault)
|
|
55
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link SnapshotLimitExceededException} (client fault)
|
|
58
|
+
* <p>The maximum number of manual snapshots for the directory has been reached. You can
|
|
59
|
+
* use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits
|
|
60
|
+
* for a directory.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
63
|
+
* <p>The operation is not supported.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
34
66
|
*/
|
|
35
67
|
export declare class UpdateDirectorySetupCommand extends $Command<UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
36
68
|
readonly input: UpdateDirectorySetupCommandInput;
|
|
@@ -33,6 +33,29 @@ export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumb
|
|
|
33
33
|
* @see {@link UpdateNumberOfDomainControllersCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ClientException} (client fault)
|
|
37
|
+
* <p>A client exception has occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
40
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DomainControllerLimitExceededException} (client fault)
|
|
43
|
+
* <p>The maximum allowed number of domain controllers per directory was exceeded. The
|
|
44
|
+
* default limit per directory is 20 domain controllers.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
47
|
+
* <p>The specified entity could not be found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
50
|
+
* <p>One or more parameters are not valid.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceException} (server fault)
|
|
53
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
56
|
+
* <p>The operation is not supported.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
36
59
|
*/
|
|
37
60
|
export declare class UpdateNumberOfDomainControllersCommand extends $Command<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
38
61
|
readonly input: UpdateNumberOfDomainControllersCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
|
|
|
30
30
|
* @see {@link UpdateRadiusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>A client exception has occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
37
|
+
* <p>The specified entity could not be found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceException} (server fault)
|
|
43
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class UpdateRadiusCommand extends $Command<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
35
48
|
readonly input: UpdateRadiusCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __Met
|
|
|
29
29
|
* @see {@link UpdateSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClientException} (client fault)
|
|
33
|
+
* <p>A client exception has occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
36
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
39
|
+
* <p>The specified directory is unavailable or could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link IncompatibleSettingsException} (client fault)
|
|
42
|
+
* <p>The specified directory setting is not compatible with other settings.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
45
|
+
* <p>One or more parameters are not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceException} (server fault)
|
|
48
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
51
|
+
* <p>The operation is not supported.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnsupportedSettingsException} (client fault)
|
|
54
|
+
* <p>The specified directory setting is not supported.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
32
57
|
*/
|
|
33
58
|
export declare class UpdateSettingsCommand extends $Command<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateSettingsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
|
|
|
30
30
|
* @see {@link UpdateTrustCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClientException} (client fault)
|
|
34
|
+
* <p>A client exception has occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
37
|
+
* <p>The specified entity could not be found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
40
|
+
* <p>One or more parameters are not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceException} (server fault)
|
|
43
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class UpdateTrustCommand extends $Command<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
35
48
|
readonly input: UpdateTrustCommandInput;
|
|
@@ -32,6 +32,22 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
|
|
|
32
32
|
* @see {@link VerifyTrustCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ClientException} (client fault)
|
|
36
|
+
* <p>A client exception has occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
39
|
+
* <p>The specified entity could not be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>One or more parameters are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
48
|
+
* <p>The operation is not supported.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
35
51
|
*/
|
|
36
52
|
export declare class VerifyTrustCommand extends $Command<VerifyTrustCommandInput, VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
37
53
|
readonly input: VerifyTrustCommandInput;
|
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.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|