@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
|
@@ -86,4 +86,15 @@ declare const ListCertificatesCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListCertificatesRequest;
|
|
93
|
+
output: ListCertificatesResult;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListCertificatesCommandInput;
|
|
97
|
+
output: ListCertificatesCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListIpRoutesCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListIpRoutesCommand extends ListIpRoutesCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListIpRoutesRequest;
|
|
91
|
+
output: ListIpRoutesResult;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListIpRoutesCommandInput;
|
|
95
|
+
output: ListIpRoutesCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListLogSubscriptionsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListLogSubscriptionsCommand extends ListLogSubscriptionsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListLogSubscriptionsRequest;
|
|
85
|
+
output: ListLogSubscriptionsResult;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListLogSubscriptionsCommandInput;
|
|
89
|
+
output: ListLogSubscriptionsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListSchemaExtensionsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListSchemaExtensionsCommand extends ListSchemaExtensionsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListSchemaExtensionsRequest;
|
|
89
|
+
output: ListSchemaExtensionsResult;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListSchemaExtensionsCommandInput;
|
|
93
|
+
output: ListSchemaExtensionsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListTagsForResourceRequest;
|
|
87
|
+
output: ListTagsForResourceResult;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListTagsForResourceCommandInput;
|
|
91
|
+
output: ListTagsForResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -69,7 +69,7 @@ declare const RegisterCertificateCommand_base: {
|
|
|
69
69
|
* <p>The specified directory does not exist in the system.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
72
|
-
* <p>The specified directory is unavailable
|
|
72
|
+
* <p>The specified directory is unavailable.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link InvalidCertificateException} (client fault)
|
|
75
75
|
* <p>The certificate PEM that was provided has incorrect encoding.</p>
|
|
@@ -89,4 +89,15 @@ declare const RegisterCertificateCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class RegisterCertificateCommand extends RegisterCertificateCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: RegisterCertificateRequest;
|
|
96
|
+
output: RegisterCertificateResult;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: RegisterCertificateCommandInput;
|
|
100
|
+
output: RegisterCertificateCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -72,4 +72,15 @@ declare const RegisterEventTopicCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class RegisterEventTopicCommand extends RegisterEventTopicCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: RegisterEventTopicRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: RegisterEventTopicCommandInput;
|
|
83
|
+
output: RegisterEventTopicCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -72,4 +72,15 @@ declare const RejectSharedDirectoryCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class RejectSharedDirectoryCommand extends RejectSharedDirectoryCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: RejectSharedDirectoryRequest;
|
|
79
|
+
output: RejectSharedDirectoryResult;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: RejectSharedDirectoryCommandInput;
|
|
83
|
+
output: RejectSharedDirectoryCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -56,7 +56,7 @@ declare const RemoveIpRoutesCommand_base: {
|
|
|
56
56
|
* <p>A client exception has occurred.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
59
|
-
* <p>The specified directory is unavailable
|
|
59
|
+
* <p>The specified directory is unavailable.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
62
62
|
* <p>The specified entity could not be found.</p>
|
|
@@ -73,4 +73,15 @@ declare const RemoveIpRoutesCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class RemoveIpRoutesCommand extends RemoveIpRoutesCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: RemoveIpRoutesRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: RemoveIpRoutesCommandInput;
|
|
84
|
+
output: RemoveIpRoutesCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -52,7 +52,7 @@ declare const RemoveRegionCommand_base: {
|
|
|
52
52
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
-
* <p>
|
|
55
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ClientException} (client fault)
|
|
58
58
|
* <p>A client exception has occurred.</p>
|
|
@@ -61,7 +61,7 @@ declare const RemoveRegionCommand_base: {
|
|
|
61
61
|
* <p>The specified directory does not exist in the system.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
64
|
-
* <p>The specified directory is unavailable
|
|
64
|
+
* <p>The specified directory is unavailable.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ServiceException} (server fault)
|
|
67
67
|
* <p>An exception has occurred in Directory Service.</p>
|
|
@@ -75,4 +75,15 @@ declare const RemoveRegionCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class RemoveRegionCommand extends RemoveRegionCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: RemoveRegionRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: RemoveRegionCommandInput;
|
|
86
|
+
output: RemoveRegionCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -70,4 +70,15 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: RemoveTagsFromResourceRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: RemoveTagsFromResourceCommandInput;
|
|
81
|
+
output: RemoveTagsFromResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -28,7 +28,7 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Resets the password for any user in your Managed Microsoft AD or Simple AD
|
|
31
|
-
* directory.</p>
|
|
31
|
+
* directory. Disabled users will become enabled and can be authenticated following the API call.</p>
|
|
32
32
|
* <p>You can reset the password for any user in your directory with the following
|
|
33
33
|
* exceptions:</p>
|
|
34
34
|
* <ul>
|
|
@@ -72,7 +72,7 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
72
72
|
* <p>A client exception has occurred.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
75
|
-
* <p>The specified directory is unavailable
|
|
75
|
+
* <p>The specified directory is unavailable.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
78
78
|
* <p>The specified entity could not be found.</p>
|
|
@@ -96,4 +96,15 @@ declare const ResetUserPasswordCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ResetUserPasswordRequest;
|
|
103
|
+
output: {};
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ResetUserPasswordCommandInput;
|
|
107
|
+
output: ResetUserPasswordCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -72,4 +72,15 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class RestoreFromSnapshotCommand extends RestoreFromSnapshotCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: RestoreFromSnapshotRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: RestoreFromSnapshotCommandInput;
|
|
83
|
+
output: RestoreFromSnapshotCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -70,7 +70,7 @@ declare const ShareDirectoryCommand_base: {
|
|
|
70
70
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
73
|
-
* <p>
|
|
73
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link ClientException} (client fault)
|
|
76
76
|
* <p>A client exception has occurred.</p>
|
|
@@ -106,4 +106,15 @@ declare const ShareDirectoryCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class ShareDirectoryCommand extends ShareDirectoryCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ShareDirectoryRequest;
|
|
113
|
+
output: ShareDirectoryResult;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ShareDirectoryCommandInput;
|
|
117
|
+
output: ShareDirectoryCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -58,7 +58,7 @@ declare const StartSchemaExtensionCommand_base: {
|
|
|
58
58
|
* <p>A client exception has occurred.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
61
|
-
* <p>The specified directory is unavailable
|
|
61
|
+
* <p>The specified directory is unavailable.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
64
64
|
* <p>The specified entity could not be found.</p>
|
|
@@ -80,4 +80,15 @@ declare const StartSchemaExtensionCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class StartSchemaExtensionCommand extends StartSchemaExtensionCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: StartSchemaExtensionRequest;
|
|
87
|
+
output: StartSchemaExtensionResult;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: StartSchemaExtensionCommandInput;
|
|
91
|
+
output: StartSchemaExtensionCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -76,4 +76,15 @@ declare const UnshareDirectoryCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UnshareDirectoryCommand extends UnshareDirectoryCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UnshareDirectoryRequest;
|
|
83
|
+
output: UnshareDirectoryResult;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UnshareDirectoryCommandInput;
|
|
87
|
+
output: UnshareDirectoryCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -58,7 +58,7 @@ declare const UpdateConditionalForwarderCommand_base: {
|
|
|
58
58
|
* <p>A client exception has occurred.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
61
|
-
* <p>The specified directory is unavailable
|
|
61
|
+
* <p>The specified directory is unavailable.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link EntityDoesNotExistException} (client fault)
|
|
64
64
|
* <p>The specified entity could not be found.</p>
|
|
@@ -78,4 +78,15 @@ declare const UpdateConditionalForwarderCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class UpdateConditionalForwarderCommand extends UpdateConditionalForwarderCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UpdateConditionalForwarderRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UpdateConditionalForwarderCommandInput;
|
|
89
|
+
output: UpdateConditionalForwarderCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -57,7 +57,7 @@ declare const UpdateDirectorySetupCommand_base: {
|
|
|
57
57
|
* @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
-
* <p>
|
|
60
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ClientException} (client fault)
|
|
63
63
|
* <p>A client exception has occurred.</p>
|
|
@@ -71,7 +71,7 @@ declare const UpdateDirectorySetupCommand_base: {
|
|
|
71
71
|
* </p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
74
|
-
* <p>The specified directory is unavailable
|
|
74
|
+
* <p>The specified directory is unavailable.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
77
|
* <p>One or more parameters are not valid.</p>
|
|
@@ -93,4 +93,15 @@ declare const UpdateDirectorySetupCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class UpdateDirectorySetupCommand extends UpdateDirectorySetupCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: UpdateDirectorySetupRequest;
|
|
100
|
+
output: {};
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: UpdateDirectorySetupCommandInput;
|
|
104
|
+
output: UpdateDirectorySetupCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -58,7 +58,7 @@ declare const UpdateNumberOfDomainControllersCommand_base: {
|
|
|
58
58
|
* <p>A client exception has occurred.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
61
|
-
* <p>The specified directory is unavailable
|
|
61
|
+
* <p>The specified directory is unavailable.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link DomainControllerLimitExceededException} (client fault)
|
|
64
64
|
* <p>The maximum allowed number of domain controllers per directory was exceeded. The
|
|
@@ -82,4 +82,15 @@ declare const UpdateNumberOfDomainControllersCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateNumberOfDomainControllersCommand extends UpdateNumberOfDomainControllersCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateNumberOfDomainControllersRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateNumberOfDomainControllersCommandInput;
|
|
93
|
+
output: UpdateNumberOfDomainControllersCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateRadiusCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateRadiusCommand extends UpdateRadiusCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateRadiusRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateRadiusCommandInput;
|
|
91
|
+
output: UpdateRadiusCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -64,7 +64,7 @@ declare const UpdateSettingsCommand_base: {
|
|
|
64
64
|
* <p>The specified directory does not exist in the system.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link DirectoryUnavailableException} (client fault)
|
|
67
|
-
* <p>The specified directory is unavailable
|
|
67
|
+
* <p>The specified directory is unavailable.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link IncompatibleSettingsException} (client fault)
|
|
70
70
|
* <p>The specified directory setting is not compatible with other settings.</p>
|
|
@@ -87,4 +87,15 @@ declare const UpdateSettingsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class UpdateSettingsCommand extends UpdateSettingsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdateSettingsRequest;
|
|
94
|
+
output: UpdateSettingsResult;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdateSettingsCommandInput;
|
|
98
|
+
output: UpdateSettingsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -72,4 +72,15 @@ declare const UpdateTrustCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class UpdateTrustCommand extends UpdateTrustCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: UpdateTrustRequest;
|
|
79
|
+
output: UpdateTrustResult;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: UpdateTrustCommandInput;
|
|
83
|
+
output: UpdateTrustCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -75,4 +75,15 @@ declare const VerifyTrustCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class VerifyTrustCommand extends VerifyTrustCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: VerifyTrustRequest;
|
|
82
|
+
output: VerifyTrustResult;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: VerifyTrustCommandInput;
|
|
86
|
+
output: VerifyTrustCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -23,6 +23,7 @@ export * from "./DescribeCertificateCommand";
|
|
|
23
23
|
export * from "./DescribeClientAuthenticationSettingsCommand";
|
|
24
24
|
export * from "./DescribeConditionalForwardersCommand";
|
|
25
25
|
export * from "./DescribeDirectoriesCommand";
|
|
26
|
+
export * from "./DescribeDirectoryDataAccessCommand";
|
|
26
27
|
export * from "./DescribeDomainControllersCommand";
|
|
27
28
|
export * from "./DescribeEventTopicsCommand";
|
|
28
29
|
export * from "./DescribeLDAPSSettingsCommand";
|
|
@@ -33,10 +34,12 @@ export * from "./DescribeSnapshotsCommand";
|
|
|
33
34
|
export * from "./DescribeTrustsCommand";
|
|
34
35
|
export * from "./DescribeUpdateDirectoryCommand";
|
|
35
36
|
export * from "./DisableClientAuthenticationCommand";
|
|
37
|
+
export * from "./DisableDirectoryDataAccessCommand";
|
|
36
38
|
export * from "./DisableLDAPSCommand";
|
|
37
39
|
export * from "./DisableRadiusCommand";
|
|
38
40
|
export * from "./DisableSsoCommand";
|
|
39
41
|
export * from "./EnableClientAuthenticationCommand";
|
|
42
|
+
export * from "./EnableDirectoryDataAccessCommand";
|
|
40
43
|
export * from "./EnableLDAPSCommand";
|
|
41
44
|
export * from "./EnableRadiusCommand";
|
|
42
45
|
export * from "./EnableSsoCommand";
|