@aws-sdk/client-directory-service 3.300.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/AddIpRoutesCommand.d.ts +3 -3
- package/dist-types/commands/AddRegionCommand.d.ts +3 -3
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +1 -1
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +6 -6
- package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateComputerCommand.d.ts +3 -3
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +2 -2
- package/dist-types/commands/CreateDirectoryCommand.d.ts +5 -5
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +5 -5
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrustCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrustCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTrustsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +1 -1
- package/dist-types/commands/DisableLDAPSCommand.d.ts +1 -1
- package/dist-types/commands/DisableRadiusCommand.d.ts +1 -1
- package/dist-types/commands/DisableSsoCommand.d.ts +1 -1
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +1 -1
- package/dist-types/commands/EnableLDAPSCommand.d.ts +1 -1
- package/dist-types/commands/EnableRadiusCommand.d.ts +3 -3
- package/dist-types/commands/EnableSsoCommand.d.ts +1 -1
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +1 -1
- package/dist-types/commands/ListCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ListIpRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterCertificateCommand.d.ts +2 -2
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +1 -1
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +2 -2
- package/dist-types/commands/RemoveRegionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +1 -1
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ShareDirectoryCommand.d.ts +2 -2
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +1 -1
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +2 -2
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRadiusCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSettingsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrustCommand.d.ts +1 -1
- package/dist-types/commands/VerifyTrustCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,7 +26,7 @@ export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirector
|
|
|
26
26
|
* import { DirectoryServiceClient, AcceptSharedDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, AcceptSharedDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AcceptSharedDirectoryRequest
|
|
30
30
|
* SharedDirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new AcceptSharedDirectoryCommand(input);
|
|
@@ -33,10 +33,10 @@ export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataB
|
|
|
33
33
|
* import { DirectoryServiceClient, AddIpRoutesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
34
34
|
* // const { DirectoryServiceClient, AddIpRoutesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
35
35
|
* const client = new DirectoryServiceClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // AddIpRoutesRequest
|
|
37
37
|
* DirectoryId: "STRING_VALUE", // required
|
|
38
|
-
* IpRoutes: [ // required
|
|
39
|
-
* {
|
|
38
|
+
* IpRoutes: [ // IpRoutes // required
|
|
39
|
+
* { // IpRoute
|
|
40
40
|
* CidrIp: "STRING_VALUE",
|
|
41
41
|
* Description: "STRING_VALUE",
|
|
42
42
|
* },
|
|
@@ -26,12 +26,12 @@ export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBeare
|
|
|
26
26
|
* import { DirectoryServiceClient, AddRegionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, AddRegionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AddRegionRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* RegionName: "STRING_VALUE", // required
|
|
32
|
-
* VPCSettings: {
|
|
32
|
+
* VPCSettings: { // DirectoryVpcSettings
|
|
33
33
|
* VpcId: "STRING_VALUE", // required
|
|
34
|
-
* SubnetIds: [ // required
|
|
34
|
+
* SubnetIds: [ // SubnetIds // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -28,10 +28,10 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
|
|
|
28
28
|
* import { DirectoryServiceClient, AddTagsToResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
29
|
* // const { DirectoryServiceClient, AddTagsToResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
30
|
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // AddTagsToResourceRequest
|
|
32
32
|
* ResourceId: "STRING_VALUE", // required
|
|
33
|
-
* Tags: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* Tags: [ // Tags // required
|
|
34
|
+
* { // Tag
|
|
35
35
|
* Key: "STRING_VALUE", // required
|
|
36
36
|
* Value: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -30,7 +30,7 @@ export interface CancelSchemaExtensionCommandOutput extends CancelSchemaExtensio
|
|
|
30
30
|
* import { DirectoryServiceClient, CancelSchemaExtensionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
31
31
|
* // const { DirectoryServiceClient, CancelSchemaExtensionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
32
32
|
* const client = new DirectoryServiceClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CancelSchemaExtensionRequest
|
|
34
34
|
* DirectoryId: "STRING_VALUE", // required
|
|
35
35
|
* SchemaExtensionId: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
@@ -30,24 +30,24 @@ export interface ConnectDirectoryCommandOutput extends ConnectDirectoryResult, _
|
|
|
30
30
|
* import { DirectoryServiceClient, ConnectDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
31
31
|
* // const { DirectoryServiceClient, ConnectDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
32
32
|
* const client = new DirectoryServiceClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ConnectDirectoryRequest
|
|
34
34
|
* Name: "STRING_VALUE", // required
|
|
35
35
|
* ShortName: "STRING_VALUE",
|
|
36
36
|
* Password: "STRING_VALUE", // required
|
|
37
37
|
* Description: "STRING_VALUE",
|
|
38
38
|
* Size: "Small" || "Large", // required
|
|
39
|
-
* ConnectSettings: {
|
|
39
|
+
* ConnectSettings: { // DirectoryConnectSettings
|
|
40
40
|
* VpcId: "STRING_VALUE", // required
|
|
41
|
-
* SubnetIds: [ // required
|
|
41
|
+
* SubnetIds: [ // SubnetIds // required
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
|
-
* CustomerDnsIps: [ // required
|
|
44
|
+
* CustomerDnsIps: [ // DnsIpAddrs // required
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* CustomerUserName: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
49
|
-
* Tags: [
|
|
50
|
-
* {
|
|
49
|
+
* Tags: [ // Tags
|
|
50
|
+
* { // Tag
|
|
51
51
|
* Key: "STRING_VALUE", // required
|
|
52
52
|
* Value: "STRING_VALUE", // required
|
|
53
53
|
* },
|
|
@@ -31,7 +31,7 @@ export interface CreateAliasCommandOutput extends CreateAliasResult, __MetadataB
|
|
|
31
31
|
* import { DirectoryServiceClient, CreateAliasCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
32
32
|
* // const { DirectoryServiceClient, CreateAliasCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
33
33
|
* const client = new DirectoryServiceClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateAliasRequest
|
|
35
35
|
* DirectoryId: "STRING_VALUE", // required
|
|
36
36
|
* Alias: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
@@ -26,13 +26,13 @@ export interface CreateComputerCommandOutput extends CreateComputerResult, __Met
|
|
|
26
26
|
* import { DirectoryServiceClient, CreateComputerCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, CreateComputerCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateComputerRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* ComputerName: "STRING_VALUE", // required
|
|
32
32
|
* Password: "STRING_VALUE", // required
|
|
33
33
|
* OrganizationalUnitDistinguishedName: "STRING_VALUE",
|
|
34
|
-
* ComputerAttributes: [
|
|
35
|
-
* {
|
|
34
|
+
* ComputerAttributes: [ // Attributes
|
|
35
|
+
* { // Attribute
|
|
36
36
|
* Name: "STRING_VALUE",
|
|
37
37
|
* Value: "STRING_VALUE",
|
|
38
38
|
* },
|
|
@@ -28,10 +28,10 @@ export interface CreateConditionalForwarderCommandOutput extends CreateCondition
|
|
|
28
28
|
* import { DirectoryServiceClient, CreateConditionalForwarderCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
29
|
* // const { DirectoryServiceClient, CreateConditionalForwarderCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
30
|
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateConditionalForwarderRequest
|
|
32
32
|
* DirectoryId: "STRING_VALUE", // required
|
|
33
33
|
* RemoteDomainName: "STRING_VALUE", // required
|
|
34
|
-
* DnsIpAddrs: [ // required
|
|
34
|
+
* DnsIpAddrs: [ // DnsIpAddrs // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -31,20 +31,20 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResult, __M
|
|
|
31
31
|
* import { DirectoryServiceClient, CreateDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
32
32
|
* // const { DirectoryServiceClient, CreateDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
33
33
|
* const client = new DirectoryServiceClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateDirectoryRequest
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* ShortName: "STRING_VALUE",
|
|
37
37
|
* Password: "STRING_VALUE", // required
|
|
38
38
|
* Description: "STRING_VALUE",
|
|
39
39
|
* Size: "Small" || "Large", // required
|
|
40
|
-
* VpcSettings: {
|
|
40
|
+
* VpcSettings: { // DirectoryVpcSettings
|
|
41
41
|
* VpcId: "STRING_VALUE", // required
|
|
42
|
-
* SubnetIds: [ // required
|
|
42
|
+
* SubnetIds: [ // SubnetIds // required
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* },
|
|
46
|
-
* Tags: [
|
|
47
|
-
* {
|
|
46
|
+
* Tags: [ // Tags
|
|
47
|
+
* { // Tag
|
|
48
48
|
* Key: "STRING_VALUE", // required
|
|
49
49
|
* Value: "STRING_VALUE", // required
|
|
50
50
|
* },
|
|
@@ -27,7 +27,7 @@ export interface CreateLogSubscriptionCommandOutput extends CreateLogSubscriptio
|
|
|
27
27
|
* import { DirectoryServiceClient, CreateLogSubscriptionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, CreateLogSubscriptionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateLogSubscriptionRequest
|
|
31
31
|
* DirectoryId: "STRING_VALUE", // required
|
|
32
32
|
* LogGroupName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -29,20 +29,20 @@ export interface CreateMicrosoftADCommandOutput extends CreateMicrosoftADResult,
|
|
|
29
29
|
* import { DirectoryServiceClient, CreateMicrosoftADCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
30
30
|
* // const { DirectoryServiceClient, CreateMicrosoftADCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
31
31
|
* const client = new DirectoryServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateMicrosoftADRequest
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* ShortName: "STRING_VALUE",
|
|
35
35
|
* Password: "STRING_VALUE", // required
|
|
36
36
|
* Description: "STRING_VALUE",
|
|
37
|
-
* VpcSettings: {
|
|
37
|
+
* VpcSettings: { // DirectoryVpcSettings
|
|
38
38
|
* VpcId: "STRING_VALUE", // required
|
|
39
|
-
* SubnetIds: [ // required
|
|
39
|
+
* SubnetIds: [ // SubnetIds // required
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
42
|
* },
|
|
43
43
|
* Edition: "Enterprise" || "Standard",
|
|
44
|
-
* Tags: [
|
|
45
|
-
* {
|
|
44
|
+
* Tags: [ // Tags
|
|
45
|
+
* { // Tag
|
|
46
46
|
* Key: "STRING_VALUE", // required
|
|
47
47
|
* Value: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
@@ -29,7 +29,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met
|
|
|
29
29
|
* import { DirectoryServiceClient, CreateSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
30
30
|
* // const { DirectoryServiceClient, CreateSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
31
31
|
* const client = new DirectoryServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateSnapshotRequest
|
|
33
33
|
* DirectoryId: "STRING_VALUE", // required
|
|
34
34
|
* Name: "STRING_VALUE",
|
|
35
35
|
* };
|
|
@@ -32,13 +32,13 @@ export interface CreateTrustCommandOutput extends CreateTrustResult, __MetadataB
|
|
|
32
32
|
* import { DirectoryServiceClient, CreateTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
33
33
|
* // const { DirectoryServiceClient, CreateTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
34
34
|
* const client = new DirectoryServiceClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // CreateTrustRequest
|
|
36
36
|
* DirectoryId: "STRING_VALUE", // required
|
|
37
37
|
* RemoteDomainName: "STRING_VALUE", // required
|
|
38
38
|
* TrustPassword: "STRING_VALUE", // required
|
|
39
39
|
* TrustDirection: "One-Way: Outgoing" || "One-Way: Incoming" || "Two-Way", // required
|
|
40
40
|
* TrustType: "Forest" || "External",
|
|
41
|
-
* ConditionalForwarderIpAddrs: [
|
|
41
|
+
* ConditionalForwarderIpAddrs: [ // DnsIpAddrs
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* SelectiveAuth: "Enabled" || "Disabled",
|
|
@@ -27,7 +27,7 @@ export interface DeleteConditionalForwarderCommandOutput extends DeleteCondition
|
|
|
27
27
|
* import { DirectoryServiceClient, DeleteConditionalForwarderCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, DeleteConditionalForwarderCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteConditionalForwarderRequest
|
|
31
31
|
* DirectoryId: "STRING_VALUE", // required
|
|
32
32
|
* RemoteDomainName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -30,7 +30,7 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResult, __M
|
|
|
30
30
|
* import { DirectoryServiceClient, DeleteDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
31
31
|
* // const { DirectoryServiceClient, DeleteDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
32
32
|
* const client = new DirectoryServiceClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DeleteDirectoryRequest
|
|
34
34
|
* DirectoryId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteDirectoryCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteLogSubscriptionCommandOutput extends DeleteLogSubscriptio
|
|
|
26
26
|
* import { DirectoryServiceClient, DeleteLogSubscriptionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DeleteLogSubscriptionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteLogSubscriptionRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteLogSubscriptionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met
|
|
|
26
26
|
* import { DirectoryServiceClient, DeleteSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DeleteSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteSnapshotRequest
|
|
30
30
|
* SnapshotId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSnapshotCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteTrustCommandOutput extends DeleteTrustResult, __MetadataB
|
|
|
27
27
|
* import { DirectoryServiceClient, DeleteTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, DeleteTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteTrustRequest
|
|
31
31
|
* TrustId: "STRING_VALUE", // required
|
|
32
32
|
* DeleteAssociatedConditionalForwarder: true || false,
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeregisterCertificateCommandOutput extends DeregisterCertificat
|
|
|
26
26
|
* import { DirectoryServiceClient, DeregisterCertificateCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DeregisterCertificateCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeregisterCertificateRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* CertificateId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeregisterEventTopicCommandOutput extends DeregisterEventTopicR
|
|
|
26
26
|
* import { DirectoryServiceClient, DeregisterEventTopicCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DeregisterEventTopicCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeregisterEventTopicRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* TopicName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
|
|
|
26
26
|
* import { DirectoryServiceClient, DescribeCertificateCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DescribeCertificateCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeCertificateRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* CertificateId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DescribeClientAuthenticationSettingsCommandOutput extends Descr
|
|
|
27
27
|
* import { DirectoryServiceClient, DescribeClientAuthenticationSettingsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, DescribeClientAuthenticationSettingsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeClientAuthenticationSettingsRequest
|
|
31
31
|
* DirectoryId: "STRING_VALUE", // required
|
|
32
32
|
* Type: "SmartCard" || "SmartCardOrPassword",
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -28,9 +28,9 @@ export interface DescribeConditionalForwardersCommandOutput extends DescribeCond
|
|
|
28
28
|
* import { DirectoryServiceClient, DescribeConditionalForwardersCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
29
|
* // const { DirectoryServiceClient, DescribeConditionalForwardersCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
30
|
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeConditionalForwardersRequest
|
|
32
32
|
* DirectoryId: "STRING_VALUE", // required
|
|
33
|
-
* RemoteDomainNames: [
|
|
33
|
+
* RemoteDomainNames: [ // RemoteDomainNames
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -36,8 +36,8 @@ export interface DescribeDirectoriesCommandOutput extends DescribeDirectoriesRes
|
|
|
36
36
|
* import { DirectoryServiceClient, DescribeDirectoriesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
37
37
|
* // const { DirectoryServiceClient, DescribeDirectoriesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
38
38
|
* const client = new DirectoryServiceClient(config);
|
|
39
|
-
* const input = {
|
|
40
|
-
* DirectoryIds: [
|
|
39
|
+
* const input = { // DescribeDirectoriesRequest
|
|
40
|
+
* DirectoryIds: [ // DirectoryIds
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,9 +26,9 @@ export interface DescribeDomainControllersCommandOutput extends DescribeDomainCo
|
|
|
26
26
|
* import { DirectoryServiceClient, DescribeDomainControllersCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DescribeDomainControllersCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDomainControllersRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
|
-
* DomainControllerIds: [
|
|
31
|
+
* DomainControllerIds: [ // DomainControllerIds
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
@@ -29,9 +29,9 @@ export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes
|
|
|
29
29
|
* import { DirectoryServiceClient, DescribeEventTopicsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
30
30
|
* // const { DirectoryServiceClient, DescribeEventTopicsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
31
31
|
* const client = new DirectoryServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribeEventTopicsRequest
|
|
33
33
|
* DirectoryId: "STRING_VALUE",
|
|
34
|
-
* TopicNames: [
|
|
34
|
+
* TopicNames: [ // TopicNames
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting
|
|
|
26
26
|
* import { DirectoryServiceClient, DescribeLDAPSSettingsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DescribeLDAPSSettingsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLDAPSSettingsRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* Type: "Client",
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
|
|
|
27
27
|
* import { DirectoryServiceClient, DescribeRegionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, DescribeRegionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeRegionsRequest
|
|
31
31
|
* DirectoryId: "STRING_VALUE", // required
|
|
32
32
|
* RegionName: "STRING_VALUE",
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface DescribeSettingsCommandOutput extends DescribeSettingsResult, _
|
|
|
26
26
|
* import { DirectoryServiceClient, DescribeSettingsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DescribeSettingsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeSettingsRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* Status: "Requested" || "Updating" || "Updated" || "Failed" || "Default",
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,9 +26,9 @@ export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi
|
|
|
26
26
|
* import { DirectoryServiceClient, DescribeSharedDirectoriesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DescribeSharedDirectoriesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeSharedDirectoriesRequest
|
|
30
30
|
* OwnerDirectoryId: "STRING_VALUE", // required
|
|
31
|
-
* SharedDirectoryIds: [
|
|
31
|
+
* SharedDirectoryIds: [ // DirectoryIds
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
@@ -32,9 +32,9 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
|
|
|
32
32
|
* import { DirectoryServiceClient, DescribeSnapshotsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
33
33
|
* // const { DirectoryServiceClient, DescribeSnapshotsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
34
34
|
* const client = new DirectoryServiceClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DescribeSnapshotsRequest
|
|
36
36
|
* DirectoryId: "STRING_VALUE",
|
|
37
|
-
* SnapshotIds: [
|
|
37
|
+
* SnapshotIds: [ // SnapshotIds
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -28,9 +28,9 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met
|
|
|
28
28
|
* import { DirectoryServiceClient, DescribeTrustsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
29
|
* // const { DirectoryServiceClient, DescribeTrustsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
30
|
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeTrustsRequest
|
|
32
32
|
* DirectoryId: "STRING_VALUE",
|
|
33
|
-
* TrustIds: [
|
|
33
|
+
* TrustIds: [ // TrustIds
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface DescribeUpdateDirectoryCommandOutput extends DescribeUpdateDire
|
|
|
28
28
|
* import { DirectoryServiceClient, DescribeUpdateDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
29
|
* // const { DirectoryServiceClient, DescribeUpdateDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
30
|
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeUpdateDirectoryRequest
|
|
32
32
|
* DirectoryId: "STRING_VALUE", // required
|
|
33
33
|
* UpdateType: "OS", // required
|
|
34
34
|
* RegionName: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface DisableClientAuthenticationCommandOutput extends DisableClientA
|
|
|
26
26
|
* import { DirectoryServiceClient, DisableClientAuthenticationCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DisableClientAuthenticationCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DisableClientAuthenticationRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* Type: "SmartCard" || "SmartCardOrPassword", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat
|
|
|
26
26
|
* import { DirectoryServiceClient, DisableLDAPSCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DisableLDAPSCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DisableLDAPSRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* Type: "Client", // required
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad
|
|
|
27
27
|
* import { DirectoryServiceClient, DisableRadiusCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, DisableRadiusCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DisableRadiusRequest
|
|
31
31
|
* DirectoryId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DisableRadiusCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea
|
|
|
26
26
|
* import { DirectoryServiceClient, DisableSsoCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, DisableSsoCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DisableSsoRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* UserName: "STRING_VALUE",
|
|
32
32
|
* Password: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface EnableClientAuthenticationCommandOutput extends EnableClientAut
|
|
|
26
26
|
* import { DirectoryServiceClient, EnableClientAuthenticationCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, EnableClientAuthenticationCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // EnableClientAuthenticationRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* Type: "SmartCard" || "SmartCardOrPassword", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface EnableLDAPSCommandOutput extends EnableLDAPSResult, __MetadataB
|
|
|
26
26
|
* import { DirectoryServiceClient, EnableLDAPSCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, EnableLDAPSCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // EnableLDAPSRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* Type: "Client", // required
|
|
32
32
|
* };
|
|
@@ -27,10 +27,10 @@ export interface EnableRadiusCommandOutput extends EnableRadiusResult, __Metadat
|
|
|
27
27
|
* import { DirectoryServiceClient, EnableRadiusCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, EnableRadiusCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // EnableRadiusRequest
|
|
31
31
|
* DirectoryId: "STRING_VALUE", // required
|
|
32
|
-
* RadiusSettings: {
|
|
33
|
-
* RadiusServers: [
|
|
32
|
+
* RadiusSettings: { // RadiusSettings
|
|
33
|
+
* RadiusServers: [ // Servers
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* RadiusPort: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface EnableSsoCommandOutput extends EnableSsoResult, __MetadataBeare
|
|
|
28
28
|
* import { DirectoryServiceClient, EnableSsoCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
29
|
* // const { DirectoryServiceClient, EnableSsoCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
30
|
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // EnableSsoRequest
|
|
32
32
|
* DirectoryId: "STRING_VALUE", // required
|
|
33
33
|
* UserName: "STRING_VALUE",
|
|
34
34
|
* Password: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetSnapshotLimitsCommandOutput extends GetSnapshotLimitsResult,
|
|
|
26
26
|
* import { DirectoryServiceClient, GetSnapshotLimitsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, GetSnapshotLimitsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetSnapshotLimitsRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetSnapshotLimitsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResult, _
|
|
|
26
26
|
* import { DirectoryServiceClient, ListCertificatesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, ListCertificatesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListCertificatesRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* Limit: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListIpRoutesCommandOutput extends ListIpRoutesResult, __Metadat
|
|
|
26
26
|
* import { DirectoryServiceClient, ListIpRoutesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, ListIpRoutesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListIpRoutesRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* Limit: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListLogSubscriptionsCommandOutput extends ListLogSubscriptionsR
|
|
|
26
26
|
* import { DirectoryServiceClient, ListLogSubscriptionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, ListLogSubscriptionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListLogSubscriptionsRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE",
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* Limit: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListSchemaExtensionsCommandOutput extends ListSchemaExtensionsR
|
|
|
26
26
|
* import { DirectoryServiceClient, ListSchemaExtensionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, ListSchemaExtensionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListSchemaExtensionsRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* Limit: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { DirectoryServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* Limit: Number("int"),
|
|
@@ -26,11 +26,11 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes
|
|
|
26
26
|
* import { DirectoryServiceClient, RegisterCertificateCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, RegisterCertificateCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RegisterCertificateRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* CertificateData: "STRING_VALUE", // required
|
|
32
32
|
* Type: "ClientCertAuth" || "ClientLDAPS",
|
|
33
|
-
* ClientCertAuthSettings: {
|
|
33
|
+
* ClientCertAuthSettings: { // ClientCertAuthSettings
|
|
34
34
|
* OCSPUrl: "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
36
|
* };
|
|
@@ -30,7 +30,7 @@ export interface RegisterEventTopicCommandOutput extends RegisterEventTopicResul
|
|
|
30
30
|
* import { DirectoryServiceClient, RegisterEventTopicCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
31
31
|
* // const { DirectoryServiceClient, RegisterEventTopicCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
32
32
|
* const client = new DirectoryServiceClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // RegisterEventTopicRequest
|
|
34
34
|
* DirectoryId: "STRING_VALUE", // required
|
|
35
35
|
* TopicName: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
@@ -26,7 +26,7 @@ export interface RejectSharedDirectoryCommandOutput extends RejectSharedDirector
|
|
|
26
26
|
* import { DirectoryServiceClient, RejectSharedDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, RejectSharedDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RejectSharedDirectoryRequest
|
|
30
30
|
* SharedDirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new RejectSharedDirectoryCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface RemoveIpRoutesCommandOutput extends RemoveIpRoutesResult, __Met
|
|
|
26
26
|
* import { DirectoryServiceClient, RemoveIpRoutesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, RemoveIpRoutesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RemoveIpRoutesRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
|
-
* CidrIps: [ // required
|
|
31
|
+
* CidrIps: [ // CidrIps // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -28,7 +28,7 @@ export interface RemoveRegionCommandOutput extends RemoveRegionResult, __Metadat
|
|
|
28
28
|
* import { DirectoryServiceClient, RemoveRegionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
29
|
* // const { DirectoryServiceClient, RemoveRegionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
30
|
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // RemoveRegionRequest
|
|
32
32
|
* DirectoryId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new RemoveRegionCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
26
26
|
* import { DirectoryServiceClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RemoveTagsFromResourceRequest
|
|
30
30
|
* ResourceId: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeys // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -43,7 +43,7 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResult,
|
|
|
43
43
|
* import { DirectoryServiceClient, ResetUserPasswordCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
44
44
|
* // const { DirectoryServiceClient, ResetUserPasswordCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
45
45
|
* const client = new DirectoryServiceClient(config);
|
|
46
|
-
* const input = {
|
|
46
|
+
* const input = { // ResetUserPasswordRequest
|
|
47
47
|
* DirectoryId: "STRING_VALUE", // required
|
|
48
48
|
* UserName: "STRING_VALUE", // required
|
|
49
49
|
* NewPassword: "STRING_VALUE", // required
|
|
@@ -31,7 +31,7 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
|
|
|
31
31
|
* import { DirectoryServiceClient, RestoreFromSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
32
32
|
* // const { DirectoryServiceClient, RestoreFromSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
33
33
|
* const client = new DirectoryServiceClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // RestoreFromSnapshotRequest
|
|
35
35
|
* SnapshotId: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new RestoreFromSnapshotCommand(input);
|
|
@@ -38,10 +38,10 @@ export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __Met
|
|
|
38
38
|
* import { DirectoryServiceClient, ShareDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
39
39
|
* // const { DirectoryServiceClient, ShareDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
40
40
|
* const client = new DirectoryServiceClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // ShareDirectoryRequest
|
|
42
42
|
* DirectoryId: "STRING_VALUE", // required
|
|
43
43
|
* ShareNotes: "STRING_VALUE",
|
|
44
|
-
* ShareTarget: {
|
|
44
|
+
* ShareTarget: { // ShareTarget
|
|
45
45
|
* Id: "STRING_VALUE", // required
|
|
46
46
|
* Type: "ACCOUNT", // required
|
|
47
47
|
* },
|
|
@@ -26,7 +26,7 @@ export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionR
|
|
|
26
26
|
* import { DirectoryServiceClient, StartSchemaExtensionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, StartSchemaExtensionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartSchemaExtensionRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
31
|
* CreateSnapshotBeforeSchemaExtension: true || false, // required
|
|
32
32
|
* LdifContent: "STRING_VALUE", // required
|
|
@@ -26,9 +26,9 @@ export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, _
|
|
|
26
26
|
* import { DirectoryServiceClient, UnshareDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, UnshareDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UnshareDirectoryRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
|
-
* UnshareTarget: {
|
|
31
|
+
* UnshareTarget: { // UnshareTarget
|
|
32
32
|
* Id: "STRING_VALUE", // required
|
|
33
33
|
* Type: "ACCOUNT", // required
|
|
34
34
|
* },
|
|
@@ -27,10 +27,10 @@ export interface UpdateConditionalForwarderCommandOutput extends UpdateCondition
|
|
|
27
27
|
* import { DirectoryServiceClient, UpdateConditionalForwarderCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, UpdateConditionalForwarderCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateConditionalForwarderRequest
|
|
31
31
|
* DirectoryId: "STRING_VALUE", // required
|
|
32
32
|
* RemoteDomainName: "STRING_VALUE", // required
|
|
33
|
-
* DnsIpAddrs: [ // required
|
|
33
|
+
* DnsIpAddrs: [ // DnsIpAddrs // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -28,10 +28,10 @@ export interface UpdateDirectorySetupCommandOutput extends UpdateDirectorySetupR
|
|
|
28
28
|
* import { DirectoryServiceClient, UpdateDirectorySetupCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
29
|
* // const { DirectoryServiceClient, UpdateDirectorySetupCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
30
|
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateDirectorySetupRequest
|
|
32
32
|
* DirectoryId: "STRING_VALUE", // required
|
|
33
33
|
* UpdateType: "OS", // required
|
|
34
|
-
* OSUpdateSettings: {
|
|
34
|
+
* OSUpdateSettings: { // OSUpdateSettings
|
|
35
35
|
* OSVersion: "SERVER_2012" || "SERVER_2019",
|
|
36
36
|
* },
|
|
37
37
|
* CreateSnapshotBeforeUpdate: true || false,
|
|
@@ -30,7 +30,7 @@ export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumb
|
|
|
30
30
|
* import { DirectoryServiceClient, UpdateNumberOfDomainControllersCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
31
31
|
* // const { DirectoryServiceClient, UpdateNumberOfDomainControllersCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
32
32
|
* const client = new DirectoryServiceClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // UpdateNumberOfDomainControllersRequest
|
|
34
34
|
* DirectoryId: "STRING_VALUE", // required
|
|
35
35
|
* DesiredNumber: Number("int"), // required
|
|
36
36
|
* };
|
|
@@ -27,10 +27,10 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
|
|
|
27
27
|
* import { DirectoryServiceClient, UpdateRadiusCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, UpdateRadiusCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateRadiusRequest
|
|
31
31
|
* DirectoryId: "STRING_VALUE", // required
|
|
32
|
-
* RadiusSettings: {
|
|
33
|
-
* RadiusServers: [
|
|
32
|
+
* RadiusSettings: { // RadiusSettings
|
|
33
|
+
* RadiusServers: [ // Servers
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* RadiusPort: Number("int"),
|
|
@@ -26,10 +26,10 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __Met
|
|
|
26
26
|
* import { DirectoryServiceClient, UpdateSettingsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
27
27
|
* // const { DirectoryServiceClient, UpdateSettingsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
28
28
|
* const client = new DirectoryServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateSettingsRequest
|
|
30
30
|
* DirectoryId: "STRING_VALUE", // required
|
|
31
|
-
* Settings: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* Settings: [ // Settings // required
|
|
32
|
+
* { // Setting
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* Value: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
@@ -27,7 +27,7 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
|
|
|
27
27
|
* import { DirectoryServiceClient, UpdateTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
28
28
|
* // const { DirectoryServiceClient, UpdateTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
29
29
|
* const client = new DirectoryServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateTrustRequest
|
|
31
31
|
* TrustId: "STRING_VALUE", // required
|
|
32
32
|
* SelectiveAuth: "Enabled" || "Disabled",
|
|
33
33
|
* };
|
|
@@ -29,7 +29,7 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
|
|
|
29
29
|
* import { DirectoryServiceClient, VerifyTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
30
30
|
* // const { DirectoryServiceClient, VerifyTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
31
31
|
* const client = new DirectoryServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // VerifyTrustRequest
|
|
33
33
|
* TrustId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new VerifyTrustCommand(input);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-directory-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Directory Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|