@aws-sdk/client-directory-service 3.651.1 → 3.654.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/README.md +24 -0
- package/dist-cjs/index.js +124 -5
- package/dist-es/DirectoryService.js +6 -0
- package/dist-es/commands/DescribeDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/DisableDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/EnableDirectoryDataAccessCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +60 -3
- package/dist-types/DirectoryService.d.ts +21 -0
- package/dist-types/DirectoryServiceClient.d.ts +5 -2
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +12 -1
- package/dist-types/commands/AddRegionCommand.d.ts +13 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +11 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +12 -1
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +11 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +12 -1
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +12 -1
- package/dist-types/commands/DescribeDirectoryDataAccessCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +12 -1
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +13 -2
- package/dist-types/commands/DescribeSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +92 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +12 -1
- package/dist-types/commands/DisableRadiusCommand.d.ts +11 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +11 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/commands/EnableDirectoryDataAccessCommand.d.ts +92 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +12 -1
- package/dist-types/commands/EnableRadiusCommand.d.ts +11 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +11 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +11 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +11 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +11 -0
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +12 -1
- package/dist-types/commands/RemoveRegionCommand.d.ts +13 -2
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +13 -2
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +12 -1
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +13 -2
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
- package/dist-types/commands/UpdateRadiusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +12 -1
- package/dist-types/commands/UpdateTrustCommand.d.ts +11 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +95 -27
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +51 -0
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
4
|
+
import { DescribeDirectoryDataAccessRequest, DescribeDirectoryDataAccessResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeDirectoryDataAccessCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeDirectoryDataAccessCommandInput extends DescribeDirectoryDataAccessRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeDirectoryDataAccessCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeDirectoryDataAccessCommandOutput extends DescribeDirectoryDataAccessResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeDirectoryDataAccessCommand_base: {
|
|
25
|
+
new (input: DescribeDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DescribeDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Obtains status of directory data access enablement through the Directory Service Data API for the specified directory.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DirectoryServiceClient, DescribeDirectoryDataAccessCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
35
|
+
* // const { DirectoryServiceClient, DescribeDirectoryDataAccessCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
36
|
+
* const client = new DirectoryServiceClient(config);
|
|
37
|
+
* const input = { // DescribeDirectoryDataAccessRequest
|
|
38
|
+
* DirectoryId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DescribeDirectoryDataAccessCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // DescribeDirectoryDataAccessResult
|
|
43
|
+
* // DataAccessStatus: "Disabled" || "Disabling" || "Enabled" || "Enabling" || "Failed",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DescribeDirectoryDataAccessCommandInput - {@link DescribeDirectoryDataAccessCommandInput}
|
|
49
|
+
* @returns {@link DescribeDirectoryDataAccessCommandOutput}
|
|
50
|
+
* @see {@link DescribeDirectoryDataAccessCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DescribeDirectoryDataAccessCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ClientException} (client fault)
|
|
58
|
+
* <p>A client exception has occurred.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
61
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ServiceException} (server fault)
|
|
64
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
67
|
+
* <p>The operation is not supported.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link DirectoryServiceServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class DescribeDirectoryDataAccessCommand extends DescribeDirectoryDataAccessCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DescribeDirectoryDataAccessRequest;
|
|
79
|
+
output: DescribeDirectoryDataAccessResult;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DescribeDirectoryDataAccessCommandInput;
|
|
83
|
+
output: DescribeDirectoryDataAccessCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
}
|
|
@@ -53,7 +53,7 @@ declare const DescribeDomainControllersCommand_base: {
|
|
|
53
53
|
* // VpcId: "STRING_VALUE",
|
|
54
54
|
* // SubnetId: "STRING_VALUE",
|
|
55
55
|
* // AvailabilityZone: "STRING_VALUE",
|
|
56
|
-
* // Status: "Creating" || "Active" || "Impaired" || "Restoring" || "Deleting" || "Deleted" || "Failed",
|
|
56
|
+
* // Status: "Creating" || "Active" || "Impaired" || "Restoring" || "Deleting" || "Deleted" || "Failed" || "Updating",
|
|
57
57
|
* // StatusReason: "STRING_VALUE",
|
|
58
58
|
* // LaunchTime: new Date("TIMESTAMP"),
|
|
59
59
|
* // StatusLastUpdatedDateTime: new Date("TIMESTAMP"),
|
|
@@ -94,4 +94,15 @@ declare const DescribeDomainControllersCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DescribeDomainControllersCommand extends DescribeDomainControllersCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DescribeDomainControllersRequest;
|
|
101
|
+
output: DescribeDomainControllersResult;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DescribeDomainControllersCommandInput;
|
|
105
|
+
output: DescribeDomainControllersCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -83,4 +83,15 @@ declare const DescribeEventTopicsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DescribeEventTopicsCommand extends DescribeEventTopicsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DescribeEventTopicsRequest;
|
|
90
|
+
output: DescribeEventTopicsResult;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DescribeEventTopicsCommandInput;
|
|
94
|
+
output: DescribeEventTopicsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -85,4 +85,15 @@ declare const DescribeLDAPSSettingsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DescribeLDAPSSettingsCommand extends DescribeLDAPSSettingsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DescribeLDAPSSettingsRequest;
|
|
92
|
+
output: DescribeLDAPSSettingsResult;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DescribeLDAPSSettingsCommandInput;
|
|
96
|
+
output: DescribeLDAPSSettingsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -48,7 +48,7 @@ declare const DescribeRegionsCommand_base: {
|
|
|
48
48
|
* // DirectoryId: "STRING_VALUE",
|
|
49
49
|
* // RegionName: "STRING_VALUE",
|
|
50
50
|
* // RegionType: "Primary" || "Additional",
|
|
51
|
-
* // Status: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed",
|
|
51
|
+
* // Status: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed" || "Updating",
|
|
52
52
|
* // VpcSettings: { // DirectoryVpcSettings
|
|
53
53
|
* // VpcId: "STRING_VALUE", // required
|
|
54
54
|
* // SubnetIds: [ // SubnetIds // required
|
|
@@ -73,7 +73,7 @@ declare const DescribeRegionsCommand_base: {
|
|
|
73
73
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
-
* <p>
|
|
76
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ClientException} (client fault)
|
|
79
79
|
* <p>A client exception has occurred.</p>
|
|
@@ -99,4 +99,15 @@ declare const DescribeRegionsCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class DescribeRegionsCommand extends DescribeRegionsCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: DescribeRegionsRequest;
|
|
106
|
+
output: DescribeRegionsResult;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: DescribeRegionsCommandInput;
|
|
110
|
+
output: DescribeRegionsCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -95,4 +95,15 @@ declare const DescribeSettingsCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DescribeSettingsCommand extends DescribeSettingsCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DescribeSettingsRequest;
|
|
102
|
+
output: DescribeSettingsResult;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DescribeSettingsCommandInput;
|
|
106
|
+
output: DescribeSettingsCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -93,4 +93,15 @@ declare const DescribeSharedDirectoriesCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DescribeSharedDirectoriesCommand extends DescribeSharedDirectoriesCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DescribeSharedDirectoriesRequest;
|
|
100
|
+
output: DescribeSharedDirectoriesResult;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DescribeSharedDirectoriesCommandInput;
|
|
104
|
+
output: DescribeSharedDirectoriesCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -93,4 +93,15 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DescribeSnapshotsRequest;
|
|
100
|
+
output: DescribeSnapshotsResult;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DescribeSnapshotsCommandInput;
|
|
104
|
+
output: DescribeSnapshotsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -97,4 +97,15 @@ declare const DescribeTrustsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class DescribeTrustsCommand extends DescribeTrustsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: DescribeTrustsRequest;
|
|
104
|
+
output: DescribeTrustsResult;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: DescribeTrustsCommandInput;
|
|
108
|
+
output: DescribeTrustsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -77,7 +77,7 @@ declare const DescribeUpdateDirectoryCommand_base: {
|
|
|
77
77
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link AccessDeniedException} (client fault)
|
|
80
|
-
* <p>
|
|
80
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ClientException} (client fault)
|
|
83
83
|
* <p>A client exception has occurred.</p>
|
|
@@ -100,4 +100,15 @@ declare const DescribeUpdateDirectoryCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class DescribeUpdateDirectoryCommand extends DescribeUpdateDirectoryCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: DescribeUpdateDirectoryRequest;
|
|
107
|
+
output: DescribeUpdateDirectoryResult;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: DescribeUpdateDirectoryCommandInput;
|
|
111
|
+
output: DescribeUpdateDirectoryCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -51,7 +51,7 @@ declare const DisableClientAuthenticationCommand_base: {
|
|
|
51
51
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
-
* <p>
|
|
54
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ClientException} (client fault)
|
|
57
57
|
* <p>A client exception has occurred.</p>
|
|
@@ -74,4 +74,15 @@ declare const DisableClientAuthenticationCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DisableClientAuthenticationCommand extends DisableClientAuthenticationCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DisableClientAuthenticationRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DisableClientAuthenticationCommandInput;
|
|
85
|
+
output: DisableClientAuthenticationCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
4
|
+
import { DisableDirectoryDataAccessRequest, DisableDirectoryDataAccessResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DisableDirectoryDataAccessCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DisableDirectoryDataAccessCommandInput extends DisableDirectoryDataAccessRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DisableDirectoryDataAccessCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DisableDirectoryDataAccessCommandOutput extends DisableDirectoryDataAccessResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DisableDirectoryDataAccessCommand_base: {
|
|
25
|
+
new (input: DisableDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DisableDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deactivates access to directory data via the Directory Service Data API for the specified directory.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DirectoryServiceClient, DisableDirectoryDataAccessCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
35
|
+
* // const { DirectoryServiceClient, DisableDirectoryDataAccessCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
36
|
+
* const client = new DirectoryServiceClient(config);
|
|
37
|
+
* const input = { // DisableDirectoryDataAccessRequest
|
|
38
|
+
* DirectoryId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DisableDirectoryDataAccessCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @param DisableDirectoryDataAccessCommandInput - {@link DisableDirectoryDataAccessCommandInput}
|
|
47
|
+
* @returns {@link DisableDirectoryDataAccessCommandOutput}
|
|
48
|
+
* @see {@link DisableDirectoryDataAccessCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link DisableDirectoryDataAccessCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ClientException} (client fault)
|
|
56
|
+
* <p>A client exception has occurred.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
59
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link DirectoryInDesiredStateException} (client fault)
|
|
62
|
+
* <p>
|
|
63
|
+
* The directory is already updated to desired update type settings.
|
|
64
|
+
* </p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
67
|
+
* <p>The specified directory is unavailable.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ServiceException} (server fault)
|
|
70
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
73
|
+
* <p>The operation is not supported.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link DirectoryServiceServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class DisableDirectoryDataAccessCommand extends DisableDirectoryDataAccessCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DisableDirectoryDataAccessRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DisableDirectoryDataAccessCommandInput;
|
|
89
|
+
output: DisableDirectoryDataAccessCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -57,7 +57,7 @@ declare const DisableLDAPSCommand_base: {
|
|
|
57
57
|
* <p>The specified directory does not exist in the system.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
60
|
-
* <p>The specified directory is unavailable
|
|
60
|
+
* <p>The specified directory is unavailable.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InvalidLDAPSStatusException} (client fault)
|
|
63
63
|
* <p>The LDAP activities could not be performed because they are limited by the LDAPS
|
|
@@ -78,4 +78,15 @@ declare const DisableLDAPSCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DisableLDAPSCommand extends DisableLDAPSCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DisableLDAPSRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DisableLDAPSCommandInput;
|
|
89
|
+
output: DisableLDAPSCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -65,4 +65,15 @@ declare const DisableRadiusCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class DisableRadiusCommand extends DisableRadiusCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: DisableRadiusRequest;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: DisableRadiusCommandInput;
|
|
76
|
+
output: DisableRadiusCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -72,4 +72,15 @@ declare const DisableSsoCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DisableSsoCommand extends DisableSsoCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DisableSsoRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DisableSsoCommandInput;
|
|
83
|
+
output: DisableSsoCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -51,7 +51,7 @@ declare const EnableClientAuthenticationCommand_base: {
|
|
|
51
51
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
-
* <p>
|
|
54
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ClientException} (client fault)
|
|
57
57
|
* <p>A client exception has occurred.</p>
|
|
@@ -78,4 +78,15 @@ declare const EnableClientAuthenticationCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class EnableClientAuthenticationCommand extends EnableClientAuthenticationCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: EnableClientAuthenticationRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: EnableClientAuthenticationCommandInput;
|
|
89
|
+
output: EnableClientAuthenticationCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
4
|
+
import { EnableDirectoryDataAccessRequest, EnableDirectoryDataAccessResult } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link EnableDirectoryDataAccessCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface EnableDirectoryDataAccessCommandInput extends EnableDirectoryDataAccessRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link EnableDirectoryDataAccessCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface EnableDirectoryDataAccessCommandOutput extends EnableDirectoryDataAccessResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const EnableDirectoryDataAccessCommand_base: {
|
|
25
|
+
new (input: EnableDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: EnableDirectoryDataAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput, DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Enables access to directory data via the Directory Service Data API for the specified directory.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DirectoryServiceClient, EnableDirectoryDataAccessCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
35
|
+
* // const { DirectoryServiceClient, EnableDirectoryDataAccessCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
36
|
+
* const client = new DirectoryServiceClient(config);
|
|
37
|
+
* const input = { // EnableDirectoryDataAccessRequest
|
|
38
|
+
* DirectoryId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new EnableDirectoryDataAccessCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @param EnableDirectoryDataAccessCommandInput - {@link EnableDirectoryDataAccessCommandInput}
|
|
47
|
+
* @returns {@link EnableDirectoryDataAccessCommandOutput}
|
|
48
|
+
* @see {@link EnableDirectoryDataAccessCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link EnableDirectoryDataAccessCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ClientException} (client fault)
|
|
56
|
+
* <p>A client exception has occurred.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link DirectoryDoesNotExistException} (client fault)
|
|
59
|
+
* <p>The specified directory does not exist in the system.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link DirectoryInDesiredStateException} (client fault)
|
|
62
|
+
* <p>
|
|
63
|
+
* The directory is already updated to desired update type settings.
|
|
64
|
+
* </p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
67
|
+
* <p>The specified directory is unavailable.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ServiceException} (server fault)
|
|
70
|
+
* <p>An exception has occurred in Directory Service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
73
|
+
* <p>The operation is not supported.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link DirectoryServiceServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from DirectoryService service.</p>
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class EnableDirectoryDataAccessCommand extends EnableDirectoryDataAccessCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: EnableDirectoryDataAccessRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: EnableDirectoryDataAccessCommandInput;
|
|
89
|
+
output: EnableDirectoryDataAccessCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -57,7 +57,7 @@ declare const EnableLDAPSCommand_base: {
|
|
|
57
57
|
* <p>The specified directory does not exist in the system.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
60
|
-
* <p>The specified directory is unavailable
|
|
60
|
+
* <p>The specified directory is unavailable.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InvalidLDAPSStatusException} (client fault)
|
|
63
63
|
* <p>The LDAP activities could not be performed because they are limited by the LDAPS
|
|
@@ -82,4 +82,15 @@ declare const EnableLDAPSCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class EnableLDAPSCommand extends EnableLDAPSCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: EnableLDAPSRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: EnableLDAPSCommandInput;
|
|
93
|
+
output: EnableLDAPSCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -83,4 +83,15 @@ declare const EnableRadiusCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class EnableRadiusCommand extends EnableRadiusCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: EnableRadiusRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: EnableRadiusCommandInput;
|
|
94
|
+
output: EnableRadiusCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -74,4 +74,15 @@ declare const EnableSsoCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class EnableSsoCommand extends EnableSsoCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: EnableSsoRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: EnableSsoCommandInput;
|
|
85
|
+
output: EnableSsoCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetDirectoryLimitsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetDirectoryLimitsCommand extends GetDirectoryLimitsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: {};
|
|
81
|
+
output: GetDirectoryLimitsResult;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetDirectoryLimitsCommandInput;
|
|
85
|
+
output: GetDirectoryLimitsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -70,4 +70,15 @@ declare const GetSnapshotLimitsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class GetSnapshotLimitsCommand extends GetSnapshotLimitsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: GetSnapshotLimitsRequest;
|
|
77
|
+
output: GetSnapshotLimitsResult;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: GetSnapshotLimitsCommandInput;
|
|
81
|
+
output: GetSnapshotLimitsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|