@aws-sdk/client-directory-service 3.295.0 → 3.297.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/DirectoryService.d.ts +68 -0
- package/dist-types/DirectoryServiceClient.d.ts +24 -4
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/AddRegionCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +16 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +16 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +16 -0
- package/dist-types/commands/DisableRadiusCommand.d.ts +16 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +16 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +16 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +16 -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 +16 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +16 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +16 -0
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +16 -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 +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +16 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +16 -0
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRadiusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrustCommand.d.ts +16 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +16 -0
- package/dist-types/models/DirectoryServiceServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +455 -3
- package/dist-types/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDomainControllersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLDAPSSettingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRegionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSharedDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrustsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUpdateDirectoryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIpRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLogSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemaExtensionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { UpdateRadiusRequest, UpdateRadiusResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateRadiusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateRadiusCommandInput extends UpdateRadiusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateRadiusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the Remote Authentication Dial In User Service (RADIUS) server information
|
|
18
23
|
* for an AD Connector or Microsoft AD directory.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateRadiusCommandInput - {@link UpdateRadiusCommandInput}
|
|
35
|
+
* @returns {@link UpdateRadiusCommandOutput}
|
|
29
36
|
* @see {@link UpdateRadiusCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateRadiusCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
|
|
|
47
54
|
export declare class UpdateRadiusCommand extends $Command<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
48
55
|
readonly input: UpdateRadiusCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: UpdateRadiusCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRadiusCommandInput, UpdateRadiusCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { UpdateSettingsRequest, UpdateSettingsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSettingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSettingsCommandInput extends UpdateSettingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSettingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the configurable settings for the specified directory.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateSettingsCommandInput - {@link UpdateSettingsCommandInput}
|
|
34
|
+
* @returns {@link UpdateSettingsCommandOutput}
|
|
28
35
|
* @see {@link UpdateSettingsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateSettingsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __Met
|
|
|
58
65
|
export declare class UpdateSettingsCommand extends $Command<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdateSettingsCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdateSettingsCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSettingsCommandInput, UpdateSettingsCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { UpdateTrustRequest, UpdateTrustResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateTrustCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateTrustCommandInput extends UpdateTrustRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateTrustCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the trust that has been set up between your Managed Microsoft AD directory and an
|
|
18
23
|
* self-managed Active Directory.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UpdateTrustCommandInput - {@link UpdateTrustCommandInput}
|
|
35
|
+
* @returns {@link UpdateTrustCommandOutput}
|
|
29
36
|
* @see {@link UpdateTrustCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UpdateTrustCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
|
|
|
47
54
|
export declare class UpdateTrustCommand extends $Command<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
48
55
|
readonly input: UpdateTrustCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: UpdateTrustCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrustCommandInput, UpdateTrustCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { VerifyTrustRequest, VerifyTrustResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link VerifyTrustCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface VerifyTrustCommandInput extends VerifyTrustRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link VerifyTrustCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Directory Service for Microsoft Active Directory allows you to configure and verify trust
|
|
18
23
|
* relationships.</p>
|
|
19
24
|
* <p>This action verifies a trust relationship between your Managed Microsoft AD directory and an
|
|
@@ -28,6 +33,8 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param VerifyTrustCommandInput - {@link VerifyTrustCommandInput}
|
|
37
|
+
* @returns {@link VerifyTrustCommandOutput}
|
|
31
38
|
* @see {@link VerifyTrustCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link VerifyTrustCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
|
|
|
52
59
|
export declare class VerifyTrustCommand extends $Command<VerifyTrustCommandInput, VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
53
60
|
readonly input: VerifyTrustCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: VerifyTrustCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifyTrustCommandInput, VerifyTrustCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from DirectoryService service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class DirectoryServiceServiceException extends __ServiceException {
|