@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 { DescribeDomainControllersRequest, DescribeDomainControllersResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDomainControllersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDomainControllersCommandInput extends DescribeDomainControllersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDomainControllersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDomainControllersCommandOutput extends DescribeDomainControllersResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides information about any domain controllers in your 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 DescribeDomainControllersCommandOutput extends DescribeDomainCo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeDomainControllersCommandInput - {@link DescribeDomainControllersCommandInput}
|
|
34
|
+
* @returns {@link DescribeDomainControllersCommandOutput}
|
|
28
35
|
* @see {@link DescribeDomainControllersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeDomainControllersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeDomainControllersCommandOutput extends DescribeDomainCo
|
|
|
52
59
|
export declare class DescribeDomainControllersCommand extends $Command<DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeDomainControllersCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeDomainControllersCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DescribeEventTopicsRequest, DescribeEventTopicsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeEventTopicsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeEventTopicsCommandInput extends DescribeEventTopicsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeEventTopicsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Obtains information about which Amazon SNS topics receive status messages from the specified
|
|
18
23
|
* directory.</p>
|
|
19
24
|
* <p>If no input parameters are provided, such as DirectoryId or TopicName, this request
|
|
@@ -28,6 +33,8 @@ export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeEventTopicsCommandInput - {@link DescribeEventTopicsCommandInput}
|
|
37
|
+
* @returns {@link DescribeEventTopicsCommandOutput}
|
|
31
38
|
* @see {@link DescribeEventTopicsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeEventTopicsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes
|
|
|
49
56
|
export declare class DescribeEventTopicsCommand extends $Command<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeEventTopicsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeEventTopicsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DescribeLDAPSSettingsRequest, DescribeLDAPSSettingsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLDAPSSettingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLDAPSSettingsCommandInput extends DescribeLDAPSSettingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLDAPSSettingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSettingsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the status of LDAP security 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 DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeLDAPSSettingsCommandInput - {@link DescribeLDAPSSettingsCommandInput}
|
|
34
|
+
* @returns {@link DescribeLDAPSSettingsCommandOutput}
|
|
28
35
|
* @see {@link DescribeLDAPSSettingsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeLDAPSSettingsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting
|
|
|
52
59
|
export declare class DescribeLDAPSSettingsCommand extends $Command<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeLDAPSSettingsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeLDAPSSettingsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeRegionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeRegionsCommandInput extends DescribeRegionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeRegionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides information about the Regions that are configured for multi-Region
|
|
18
23
|
* replication.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribeRegionsCommandInput - {@link DescribeRegionsCommandInput}
|
|
35
|
+
* @returns {@link DescribeRegionsCommandOutput}
|
|
29
36
|
* @see {@link DescribeRegionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribeRegionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
|
|
|
56
63
|
export declare class DescribeRegionsCommand extends $Command<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
57
64
|
readonly input: DescribeRegionsCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: DescribeRegionsCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRegionsCommandInput, DescribeRegionsCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DescribeSettingsRequest, DescribeSettingsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeSettingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeSettingsCommandInput extends DescribeSettingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeSettingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeSettingsCommandOutput extends DescribeSettingsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves information about 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 DescribeSettingsCommandOutput extends DescribeSettingsResult, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeSettingsCommandInput - {@link DescribeSettingsCommandInput}
|
|
34
|
+
* @returns {@link DescribeSettingsCommandOutput}
|
|
28
35
|
* @see {@link DescribeSettingsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeSettingsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeSettingsCommandOutput extends DescribeSettingsResult, _
|
|
|
52
59
|
export declare class DescribeSettingsCommand extends $Command<DescribeSettingsCommandInput, DescribeSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeSettingsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeSettingsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSettingsCommandInput, DescribeSettingsCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DescribeSharedDirectoriesRequest, DescribeSharedDirectoriesResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeSharedDirectoriesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeSharedDirectoriesCommandInput extends DescribeSharedDirectoriesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeSharedDirectoriesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDirectoriesResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the shared directories in your account. </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 DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeSharedDirectoriesCommandInput - {@link DescribeSharedDirectoriesCommandInput}
|
|
34
|
+
* @returns {@link DescribeSharedDirectoriesCommandOutput}
|
|
28
35
|
* @see {@link DescribeSharedDirectoriesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeSharedDirectoriesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi
|
|
|
52
59
|
export declare class DescribeSharedDirectoriesCommand extends $Command<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeSharedDirectoriesCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeSharedDirectoriesCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeSnapshotsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeSnapshotsCommandInput extends DescribeSnapshotsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeSnapshotsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Obtains information about the directory snapshots that belong to this account.</p>
|
|
18
23
|
* <p>This operation supports pagination with the use of the <i>NextToken</i> request and
|
|
19
24
|
* response parameters. If more results are available, the <i>DescribeSnapshots.NextToken</i>
|
|
@@ -31,6 +36,8 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param DescribeSnapshotsCommandInput - {@link DescribeSnapshotsCommandInput}
|
|
40
|
+
* @returns {@link DescribeSnapshotsCommandOutput}
|
|
34
41
|
* @see {@link DescribeSnapshotsCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link DescribeSnapshotsCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
|
|
|
55
62
|
export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeSnapshotsCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DescribeSnapshotsCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DescribeTrustsRequest, DescribeTrustsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeTrustsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeTrustsCommandInput extends DescribeTrustsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeTrustsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Obtains information about the trust relationships for this account.</p>
|
|
18
23
|
* <p>If no input parameters are provided, such as DirectoryId or TrustIds, this request
|
|
19
24
|
* describes all the trust relationships belonging to the account.</p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeTrustsCommandInput - {@link DescribeTrustsCommandInput}
|
|
36
|
+
* @returns {@link DescribeTrustsCommandOutput}
|
|
30
37
|
* @see {@link DescribeTrustsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeTrustsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met
|
|
|
54
61
|
export declare class DescribeTrustsCommand extends $Command<DescribeTrustsCommandInput, DescribeTrustsCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
55
62
|
readonly input: DescribeTrustsCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DescribeTrustsCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustsCommandInput, DescribeTrustsCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DescribeUpdateDirectoryRequest, DescribeUpdateDirectoryResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeUpdateDirectoryCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeUpdateDirectoryCommandInput extends DescribeUpdateDirectoryRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeUpdateDirectoryCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeUpdateDirectoryCommandOutput extends DescribeUpdateDirectoryResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Describes the updates of a directory for a particular update type.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeUpdateDirectoryCommandOutput extends DescribeUpdateDire
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeUpdateDirectoryCommandInput - {@link DescribeUpdateDirectoryCommandInput}
|
|
36
|
+
* @returns {@link DescribeUpdateDirectoryCommandOutput}
|
|
30
37
|
* @see {@link DescribeUpdateDirectoryCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeUpdateDirectoryCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DescribeUpdateDirectoryCommandOutput extends DescribeUpdateDire
|
|
|
54
61
|
export declare class DescribeUpdateDirectoryCommand extends $Command<DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
55
62
|
readonly input: DescribeUpdateDirectoryCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DescribeUpdateDirectoryCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DisableClientAuthenticationRequest, DisableClientAuthenticationResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisableClientAuthenticationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisableClientAuthenticationCommandInput extends DisableClientAuthenticationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisableClientAuthenticationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisableClientAuthenticationCommandOutput extends DisableClientAuthenticationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disables alternative client authentication methods 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 DisableClientAuthenticationCommandOutput extends DisableClientA
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisableClientAuthenticationCommandInput - {@link DisableClientAuthenticationCommandInput}
|
|
34
|
+
* @returns {@link DisableClientAuthenticationCommandOutput}
|
|
28
35
|
* @see {@link DisableClientAuthenticationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisableClientAuthenticationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DisableClientAuthenticationCommandOutput extends DisableClientA
|
|
|
52
59
|
export declare class DisableClientAuthenticationCommand extends $Command<DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
53
60
|
readonly input: DisableClientAuthenticationCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DisableClientAuthenticationCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DisableLDAPSRequest, DisableLDAPSResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisableLDAPSCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisableLDAPSCommandInput extends DisableLDAPSRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisableLDAPSCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deactivates LDAP secure calls 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 DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisableLDAPSCommandInput - {@link DisableLDAPSCommandInput}
|
|
34
|
+
* @returns {@link DisableLDAPSCommandOutput}
|
|
28
35
|
* @see {@link DisableLDAPSCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisableLDAPSCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat
|
|
|
56
63
|
export declare class DisableLDAPSCommand extends $Command<DisableLDAPSCommandInput, DisableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
57
64
|
readonly input: DisableLDAPSCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: DisableLDAPSCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableLDAPSCommandInput, DisableLDAPSCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DisableRadiusRequest, DisableRadiusResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisableRadiusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisableRadiusCommandInput extends DisableRadiusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisableRadiusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisableRadiusCommandOutput extends DisableRadiusResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disables multi-factor authentication (MFA) with the Remote Authentication Dial In
|
|
18
23
|
* User Service (RADIUS) server for an AD Connector or Microsoft AD directory.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DisableRadiusCommandInput - {@link DisableRadiusCommandInput}
|
|
35
|
+
* @returns {@link DisableRadiusCommandOutput}
|
|
29
36
|
* @see {@link DisableRadiusCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DisableRadiusCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad
|
|
|
44
51
|
export declare class DisableRadiusCommand extends $Command<DisableRadiusCommandInput, DisableRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
45
52
|
readonly input: DisableRadiusCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: DisableRadiusCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableRadiusCommandInput, DisableRadiusCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
5
5
|
import { DisableSsoRequest, DisableSsoResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisableSsoCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisableSsoCommandInput extends DisableSsoRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisableSsoCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disables single-sign on for a 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 DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisableSsoCommandInput - {@link DisableSsoCommandInput}
|
|
34
|
+
* @returns {@link DisableSsoCommandOutput}
|
|
28
35
|
* @see {@link DisableSsoCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisableSsoCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea
|
|
|
49
56
|
export declare class DisableSsoCommand extends $Command<DisableSsoCommandInput, DisableSsoCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
50
57
|
readonly input: DisableSsoCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DisableSsoCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableSsoCommandInput, DisableSsoCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|