@aws-sdk/client-directory-service 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/DirectoryService.d.ts +7 -1
- package/dist-types/DirectoryServiceClient.d.ts +1 -1
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/AddIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/AddRegionCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +2 -1
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateComputerCommand.d.ts +2 -1
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +2 -1
- package/dist-types/commands/DisableLDAPSCommand.d.ts +2 -1
- package/dist-types/commands/DisableRadiusCommand.d.ts +2 -1
- package/dist-types/commands/DisableSsoCommand.d.ts +2 -1
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +2 -1
- package/dist-types/commands/EnableLDAPSCommand.d.ts +2 -1
- package/dist-types/commands/EnableRadiusCommand.d.ts +2 -1
- package/dist-types/commands/EnableSsoCommand.d.ts +2 -1
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +2 -1
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +2 -1
- package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/ListIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterCertificateCommand.d.ts +2 -1
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +2 -1
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +2 -1
- package/dist-types/commands/RemoveRegionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +2 -1
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ShareDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +2 -1
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRadiusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrustCommand.d.ts +2 -1
- package/dist-types/commands/VerifyTrustCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +639 -639
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/DirectoryService.d.ts +6 -0
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -5,9 +5,9 @@ import { DirectoryServiceServiceException as __BaseException } from "./Directory
|
|
|
5
5
|
*/
|
|
6
6
|
export interface AcceptSharedDirectoryRequest {
|
|
7
7
|
/**
|
|
8
|
-
* @public
|
|
9
8
|
* <p>Identifier of the shared directory in the directory consumer account. This identifier is
|
|
10
9
|
* different for each directory owner account. </p>
|
|
10
|
+
* @public
|
|
11
11
|
*/
|
|
12
12
|
SharedDirectoryId: string | undefined;
|
|
13
13
|
}
|
|
@@ -43,61 +43,61 @@ export declare const ShareStatus: {
|
|
|
43
43
|
*/
|
|
44
44
|
export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
|
|
45
45
|
/**
|
|
46
|
-
* @public
|
|
47
46
|
* <p>Details about the shared directory in the directory owner account for which the share
|
|
48
47
|
* request in the directory consumer account has been accepted.</p>
|
|
48
|
+
* @public
|
|
49
49
|
*/
|
|
50
50
|
export interface SharedDirectory {
|
|
51
51
|
/**
|
|
52
|
-
* @public
|
|
53
52
|
* <p>Identifier of the directory owner account, which contains the directory that has been
|
|
54
53
|
* shared to the consumer account.</p>
|
|
54
|
+
* @public
|
|
55
55
|
*/
|
|
56
56
|
OwnerAccountId?: string;
|
|
57
57
|
/**
|
|
58
|
-
* @public
|
|
59
58
|
* <p>Identifier of the directory in the directory owner account. </p>
|
|
59
|
+
* @public
|
|
60
60
|
*/
|
|
61
61
|
OwnerDirectoryId?: string;
|
|
62
62
|
/**
|
|
63
|
-
* @public
|
|
64
63
|
* <p>The method used when sharing a directory to determine whether the directory should be
|
|
65
64
|
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account by
|
|
66
65
|
* sending a shared directory request (<code>HANDSHAKE</code>).</p>
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
ShareMethod?: ShareMethod;
|
|
69
69
|
/**
|
|
70
|
-
* @public
|
|
71
70
|
* <p>Identifier of the directory consumer account that has access to the shared directory
|
|
72
71
|
* (<code>OwnerDirectoryId</code>) in the directory owner account.</p>
|
|
72
|
+
* @public
|
|
73
73
|
*/
|
|
74
74
|
SharedAccountId?: string;
|
|
75
75
|
/**
|
|
76
|
-
* @public
|
|
77
76
|
* <p>Identifier of the shared directory in the directory consumer account. This identifier is
|
|
78
77
|
* different for each directory owner account.</p>
|
|
78
|
+
* @public
|
|
79
79
|
*/
|
|
80
80
|
SharedDirectoryId?: string;
|
|
81
81
|
/**
|
|
82
|
-
* @public
|
|
83
82
|
* <p>Current directory status of the shared Managed Microsoft AD directory.</p>
|
|
83
|
+
* @public
|
|
84
84
|
*/
|
|
85
85
|
ShareStatus?: ShareStatus;
|
|
86
86
|
/**
|
|
87
|
-
* @public
|
|
88
87
|
* <p>A directory share request that is sent by the directory owner to the directory consumer.
|
|
89
88
|
* The request includes a typed message to help the directory consumer administrator determine
|
|
90
89
|
* whether to approve or reject the share invitation.</p>
|
|
90
|
+
* @public
|
|
91
91
|
*/
|
|
92
92
|
ShareNotes?: string;
|
|
93
93
|
/**
|
|
94
|
-
* @public
|
|
95
94
|
* <p>The date and time that the shared directory was created.</p>
|
|
95
|
+
* @public
|
|
96
96
|
*/
|
|
97
97
|
CreatedDateTime?: Date;
|
|
98
98
|
/**
|
|
99
|
-
* @public
|
|
100
99
|
* <p>The date and time that the shared directory was last updated.</p>
|
|
100
|
+
* @public
|
|
101
101
|
*/
|
|
102
102
|
LastUpdatedDateTime?: Date;
|
|
103
103
|
}
|
|
@@ -106,26 +106,26 @@ export interface SharedDirectory {
|
|
|
106
106
|
*/
|
|
107
107
|
export interface AcceptSharedDirectoryResult {
|
|
108
108
|
/**
|
|
109
|
-
* @public
|
|
110
109
|
* <p>The shared directory in the directory consumer account.</p>
|
|
110
|
+
* @public
|
|
111
111
|
*/
|
|
112
112
|
SharedDirectory?: SharedDirectory;
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
* @public
|
|
116
115
|
* <p>A client exception has occurred.</p>
|
|
116
|
+
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class ClientException extends __BaseException {
|
|
119
119
|
readonly name: "ClientException";
|
|
120
120
|
readonly $fault: "client";
|
|
121
121
|
/**
|
|
122
|
-
* @public
|
|
123
122
|
* <p>The descriptive message for the exception.</p>
|
|
123
|
+
* @public
|
|
124
124
|
*/
|
|
125
125
|
Message?: string;
|
|
126
126
|
/**
|
|
127
|
-
* @public
|
|
128
127
|
* <p>The Amazon Web Services request identifier.</p>
|
|
128
|
+
* @public
|
|
129
129
|
*/
|
|
130
130
|
RequestId?: string;
|
|
131
131
|
/**
|
|
@@ -134,20 +134,20 @@ export declare class ClientException extends __BaseException {
|
|
|
134
134
|
constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
|
-
* @public
|
|
138
137
|
* <p>The specified directory has already been shared with this Amazon Web Services account.</p>
|
|
138
|
+
* @public
|
|
139
139
|
*/
|
|
140
140
|
export declare class DirectoryAlreadySharedException extends __BaseException {
|
|
141
141
|
readonly name: "DirectoryAlreadySharedException";
|
|
142
142
|
readonly $fault: "client";
|
|
143
143
|
/**
|
|
144
|
-
* @public
|
|
145
144
|
* <p>The descriptive message for the exception.</p>
|
|
145
|
+
* @public
|
|
146
146
|
*/
|
|
147
147
|
Message?: string;
|
|
148
148
|
/**
|
|
149
|
-
* @public
|
|
150
149
|
* <p>The Amazon Web Services request identifier.</p>
|
|
150
|
+
* @public
|
|
151
151
|
*/
|
|
152
152
|
RequestId?: string;
|
|
153
153
|
/**
|
|
@@ -156,20 +156,20 @@ export declare class DirectoryAlreadySharedException extends __BaseException {
|
|
|
156
156
|
constructor(opts: __ExceptionOptionType<DirectoryAlreadySharedException, __BaseException>);
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
|
-
* @public
|
|
160
159
|
* <p>The specified entity could not be found.</p>
|
|
160
|
+
* @public
|
|
161
161
|
*/
|
|
162
162
|
export declare class EntityDoesNotExistException extends __BaseException {
|
|
163
163
|
readonly name: "EntityDoesNotExistException";
|
|
164
164
|
readonly $fault: "client";
|
|
165
165
|
/**
|
|
166
|
-
* @public
|
|
167
166
|
* <p>The descriptive message for the exception.</p>
|
|
167
|
+
* @public
|
|
168
168
|
*/
|
|
169
169
|
Message?: string;
|
|
170
170
|
/**
|
|
171
|
-
* @public
|
|
172
171
|
* <p>The Amazon Web Services request identifier.</p>
|
|
172
|
+
* @public
|
|
173
173
|
*/
|
|
174
174
|
RequestId?: string;
|
|
175
175
|
/**
|
|
@@ -178,20 +178,20 @@ export declare class EntityDoesNotExistException extends __BaseException {
|
|
|
178
178
|
constructor(opts: __ExceptionOptionType<EntityDoesNotExistException, __BaseException>);
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
|
-
* @public
|
|
182
181
|
* <p>One or more parameters are not valid.</p>
|
|
182
|
+
* @public
|
|
183
183
|
*/
|
|
184
184
|
export declare class InvalidParameterException extends __BaseException {
|
|
185
185
|
readonly name: "InvalidParameterException";
|
|
186
186
|
readonly $fault: "client";
|
|
187
187
|
/**
|
|
188
|
-
* @public
|
|
189
188
|
* <p>The descriptive message for the exception.</p>
|
|
189
|
+
* @public
|
|
190
190
|
*/
|
|
191
191
|
Message?: string;
|
|
192
192
|
/**
|
|
193
|
-
* @public
|
|
194
193
|
* <p>The Amazon Web Services request identifier.</p>
|
|
194
|
+
* @public
|
|
195
195
|
*/
|
|
196
196
|
RequestId?: string;
|
|
197
197
|
/**
|
|
@@ -200,20 +200,20 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
200
200
|
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
|
-
* @public
|
|
204
203
|
* <p>An exception has occurred in Directory Service.</p>
|
|
204
|
+
* @public
|
|
205
205
|
*/
|
|
206
206
|
export declare class ServiceException extends __BaseException {
|
|
207
207
|
readonly name: "ServiceException";
|
|
208
208
|
readonly $fault: "server";
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <p>The descriptive message for the exception.</p>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
Message?: string;
|
|
214
214
|
/**
|
|
215
|
-
* @public
|
|
216
215
|
* <p>The Amazon Web Services request identifier.</p>
|
|
216
|
+
* @public
|
|
217
217
|
*/
|
|
218
218
|
RequestId?: string;
|
|
219
219
|
/**
|
|
@@ -222,20 +222,20 @@ export declare class ServiceException extends __BaseException {
|
|
|
222
222
|
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
|
-
* @public
|
|
226
225
|
* <p>Client authentication is not available in this region at this time.</p>
|
|
226
|
+
* @public
|
|
227
227
|
*/
|
|
228
228
|
export declare class AccessDeniedException extends __BaseException {
|
|
229
229
|
readonly name: "AccessDeniedException";
|
|
230
230
|
readonly $fault: "client";
|
|
231
231
|
/**
|
|
232
|
-
* @public
|
|
233
232
|
* <p>The descriptive message for the exception.</p>
|
|
233
|
+
* @public
|
|
234
234
|
*/
|
|
235
235
|
Message?: string;
|
|
236
236
|
/**
|
|
237
|
-
* @public
|
|
238
237
|
* <p>The Amazon Web Services request identifier.</p>
|
|
238
|
+
* @public
|
|
239
239
|
*/
|
|
240
240
|
RequestId?: string;
|
|
241
241
|
/**
|
|
@@ -244,21 +244,21 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
244
244
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
|
-
* @public
|
|
248
247
|
* <p>IP address block. This is often the address block of the DNS server used for your
|
|
249
248
|
* self-managed domain. </p>
|
|
249
|
+
* @public
|
|
250
250
|
*/
|
|
251
251
|
export interface IpRoute {
|
|
252
252
|
/**
|
|
253
|
-
* @public
|
|
254
253
|
* <p>IP address block using CIDR format, for example 10.0.0.0/24. This is often the
|
|
255
254
|
* address block of the DNS server used for your self-managed domain. For a single IP address
|
|
256
255
|
* use a CIDR address block with /32. For example 10.0.0.0/32.</p>
|
|
256
|
+
* @public
|
|
257
257
|
*/
|
|
258
258
|
CidrIp?: string;
|
|
259
259
|
/**
|
|
260
|
-
* @public
|
|
261
260
|
* <p>Description of the address block.</p>
|
|
261
|
+
* @public
|
|
262
262
|
*/
|
|
263
263
|
Description?: string;
|
|
264
264
|
}
|
|
@@ -267,18 +267,17 @@ export interface IpRoute {
|
|
|
267
267
|
*/
|
|
268
268
|
export interface AddIpRoutesRequest {
|
|
269
269
|
/**
|
|
270
|
-
* @public
|
|
271
270
|
* <p>Identifier (ID) of the directory to which to add the address block.</p>
|
|
271
|
+
* @public
|
|
272
272
|
*/
|
|
273
273
|
DirectoryId: string | undefined;
|
|
274
274
|
/**
|
|
275
|
-
* @public
|
|
276
275
|
* <p>IP address blocks, using CIDR format, of the traffic to route. This is often the IP
|
|
277
276
|
* address block of the DNS server used for your self-managed domain.</p>
|
|
277
|
+
* @public
|
|
278
278
|
*/
|
|
279
279
|
IpRoutes: IpRoute[] | undefined;
|
|
280
280
|
/**
|
|
281
|
-
* @public
|
|
282
281
|
* <p>If set to true, updates the inbound and outbound rules of the security group that has
|
|
283
282
|
* the description: "Amazon Web Services created security group for <i>directory ID</i>
|
|
284
283
|
* directory controllers." Following are the new rules: </p>
|
|
@@ -347,6 +346,7 @@ export interface AddIpRoutesRequest {
|
|
|
347
346
|
* </ul>
|
|
348
347
|
* <p>These security rules impact an internal network interface that is not exposed
|
|
349
348
|
* publicly.</p>
|
|
349
|
+
* @public
|
|
350
350
|
*/
|
|
351
351
|
UpdateSecurityGroupForDirectoryControllers?: boolean;
|
|
352
352
|
}
|
|
@@ -356,20 +356,20 @@ export interface AddIpRoutesRequest {
|
|
|
356
356
|
export interface AddIpRoutesResult {
|
|
357
357
|
}
|
|
358
358
|
/**
|
|
359
|
-
* @public
|
|
360
359
|
* <p>The specified directory is unavailable or could not be found.</p>
|
|
360
|
+
* @public
|
|
361
361
|
*/
|
|
362
362
|
export declare class DirectoryUnavailableException extends __BaseException {
|
|
363
363
|
readonly name: "DirectoryUnavailableException";
|
|
364
364
|
readonly $fault: "client";
|
|
365
365
|
/**
|
|
366
|
-
* @public
|
|
367
366
|
* <p>The descriptive message for the exception.</p>
|
|
367
|
+
* @public
|
|
368
368
|
*/
|
|
369
369
|
Message?: string;
|
|
370
370
|
/**
|
|
371
|
-
* @public
|
|
372
371
|
* <p>The Amazon Web Services request identifier.</p>
|
|
372
|
+
* @public
|
|
373
373
|
*/
|
|
374
374
|
RequestId?: string;
|
|
375
375
|
/**
|
|
@@ -378,20 +378,20 @@ export declare class DirectoryUnavailableException extends __BaseException {
|
|
|
378
378
|
constructor(opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>);
|
|
379
379
|
}
|
|
380
380
|
/**
|
|
381
|
-
* @public
|
|
382
381
|
* <p>The specified entity already exists.</p>
|
|
382
|
+
* @public
|
|
383
383
|
*/
|
|
384
384
|
export declare class EntityAlreadyExistsException extends __BaseException {
|
|
385
385
|
readonly name: "EntityAlreadyExistsException";
|
|
386
386
|
readonly $fault: "client";
|
|
387
387
|
/**
|
|
388
|
-
* @public
|
|
389
388
|
* <p>The descriptive message for the exception.</p>
|
|
389
|
+
* @public
|
|
390
390
|
*/
|
|
391
391
|
Message?: string;
|
|
392
392
|
/**
|
|
393
|
-
* @public
|
|
394
393
|
* <p>The Amazon Web Services request identifier.</p>
|
|
394
|
+
* @public
|
|
395
395
|
*/
|
|
396
396
|
RequestId?: string;
|
|
397
397
|
/**
|
|
@@ -400,21 +400,21 @@ export declare class EntityAlreadyExistsException extends __BaseException {
|
|
|
400
400
|
constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>The maximum allowed number of IP addresses was exceeded. The default limit is 100 IP
|
|
405
404
|
* address blocks.</p>
|
|
405
|
+
* @public
|
|
406
406
|
*/
|
|
407
407
|
export declare class IpRouteLimitExceededException extends __BaseException {
|
|
408
408
|
readonly name: "IpRouteLimitExceededException";
|
|
409
409
|
readonly $fault: "client";
|
|
410
410
|
/**
|
|
411
|
-
* @public
|
|
412
411
|
* <p>The descriptive message for the exception.</p>
|
|
412
|
+
* @public
|
|
413
413
|
*/
|
|
414
414
|
Message?: string;
|
|
415
415
|
/**
|
|
416
|
-
* @public
|
|
417
416
|
* <p>The Amazon Web Services request identifier.</p>
|
|
417
|
+
* @public
|
|
418
418
|
*/
|
|
419
419
|
RequestId?: string;
|
|
420
420
|
/**
|
|
@@ -423,20 +423,20 @@ export declare class IpRouteLimitExceededException extends __BaseException {
|
|
|
423
423
|
constructor(opts: __ExceptionOptionType<IpRouteLimitExceededException, __BaseException>);
|
|
424
424
|
}
|
|
425
425
|
/**
|
|
426
|
-
* @public
|
|
427
426
|
* <p>Contains VPC information for the <a>CreateDirectory</a> or <a>CreateMicrosoftAD</a> operation.</p>
|
|
427
|
+
* @public
|
|
428
428
|
*/
|
|
429
429
|
export interface DirectoryVpcSettings {
|
|
430
430
|
/**
|
|
431
|
-
* @public
|
|
432
431
|
* <p>The identifier of the VPC in which to create the directory.</p>
|
|
432
|
+
* @public
|
|
433
433
|
*/
|
|
434
434
|
VpcId: string | undefined;
|
|
435
435
|
/**
|
|
436
|
-
* @public
|
|
437
436
|
* <p>The identifiers of the subnets for the directory servers. The two subnets must be in
|
|
438
437
|
* different Availability Zones. Directory Service creates a directory server and a DNS
|
|
439
438
|
* server in each of these subnets.</p>
|
|
439
|
+
* @public
|
|
440
440
|
*/
|
|
441
441
|
SubnetIds: string[] | undefined;
|
|
442
442
|
}
|
|
@@ -445,19 +445,19 @@ export interface DirectoryVpcSettings {
|
|
|
445
445
|
*/
|
|
446
446
|
export interface AddRegionRequest {
|
|
447
447
|
/**
|
|
448
|
-
* @public
|
|
449
448
|
* <p>The identifier of the directory to which you want to add Region replication.</p>
|
|
449
|
+
* @public
|
|
450
450
|
*/
|
|
451
451
|
DirectoryId: string | undefined;
|
|
452
452
|
/**
|
|
453
|
-
* @public
|
|
454
453
|
* <p>The name of the Region where you want to add domain controllers for replication. For
|
|
455
454
|
* example, <code>us-east-1</code>.</p>
|
|
455
|
+
* @public
|
|
456
456
|
*/
|
|
457
457
|
RegionName: string | undefined;
|
|
458
458
|
/**
|
|
459
|
-
* @public
|
|
460
459
|
* <p>Contains VPC information for the <a>CreateDirectory</a> or <a>CreateMicrosoftAD</a> operation.</p>
|
|
460
|
+
* @public
|
|
461
461
|
*/
|
|
462
462
|
VPCSettings: DirectoryVpcSettings | undefined;
|
|
463
463
|
}
|
|
@@ -467,21 +467,21 @@ export interface AddRegionRequest {
|
|
|
467
467
|
export interface AddRegionResult {
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
|
-
* @public
|
|
471
470
|
* <p>The Region you specified is the same Region where the Managed Microsoft AD directory
|
|
472
471
|
* was created. Specify a different Region and try again.</p>
|
|
472
|
+
* @public
|
|
473
473
|
*/
|
|
474
474
|
export declare class DirectoryAlreadyInRegionException extends __BaseException {
|
|
475
475
|
readonly name: "DirectoryAlreadyInRegionException";
|
|
476
476
|
readonly $fault: "client";
|
|
477
477
|
/**
|
|
478
|
-
* @public
|
|
479
478
|
* <p>The descriptive message for the exception.</p>
|
|
479
|
+
* @public
|
|
480
480
|
*/
|
|
481
481
|
Message?: string;
|
|
482
482
|
/**
|
|
483
|
-
* @public
|
|
484
483
|
* <p>The Amazon Web Services request identifier.</p>
|
|
484
|
+
* @public
|
|
485
485
|
*/
|
|
486
486
|
RequestId?: string;
|
|
487
487
|
/**
|
|
@@ -490,20 +490,20 @@ export declare class DirectoryAlreadyInRegionException extends __BaseException {
|
|
|
490
490
|
constructor(opts: __ExceptionOptionType<DirectoryAlreadyInRegionException, __BaseException>);
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
|
-
* @public
|
|
494
493
|
* <p>The specified directory does not exist in the system.</p>
|
|
494
|
+
* @public
|
|
495
495
|
*/
|
|
496
496
|
export declare class DirectoryDoesNotExistException extends __BaseException {
|
|
497
497
|
readonly name: "DirectoryDoesNotExistException";
|
|
498
498
|
readonly $fault: "client";
|
|
499
499
|
/**
|
|
500
|
-
* @public
|
|
501
500
|
* <p>The descriptive message for the exception.</p>
|
|
501
|
+
* @public
|
|
502
502
|
*/
|
|
503
503
|
Message?: string;
|
|
504
504
|
/**
|
|
505
|
-
* @public
|
|
506
505
|
* <p>The Amazon Web Services request identifier.</p>
|
|
506
|
+
* @public
|
|
507
507
|
*/
|
|
508
508
|
RequestId?: string;
|
|
509
509
|
/**
|
|
@@ -512,21 +512,21 @@ export declare class DirectoryDoesNotExistException extends __BaseException {
|
|
|
512
512
|
constructor(opts: __ExceptionOptionType<DirectoryDoesNotExistException, __BaseException>);
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
|
-
* @public
|
|
516
515
|
* <p>You have reached the limit for maximum number of simultaneous Region replications per
|
|
517
516
|
* directory.</p>
|
|
517
|
+
* @public
|
|
518
518
|
*/
|
|
519
519
|
export declare class RegionLimitExceededException extends __BaseException {
|
|
520
520
|
readonly name: "RegionLimitExceededException";
|
|
521
521
|
readonly $fault: "client";
|
|
522
522
|
/**
|
|
523
|
-
* @public
|
|
524
523
|
* <p>The descriptive message for the exception.</p>
|
|
524
|
+
* @public
|
|
525
525
|
*/
|
|
526
526
|
Message?: string;
|
|
527
527
|
/**
|
|
528
|
-
* @public
|
|
529
528
|
* <p>The Amazon Web Services request identifier.</p>
|
|
529
|
+
* @public
|
|
530
530
|
*/
|
|
531
531
|
RequestId?: string;
|
|
532
532
|
/**
|
|
@@ -535,20 +535,20 @@ export declare class RegionLimitExceededException extends __BaseException {
|
|
|
535
535
|
constructor(opts: __ExceptionOptionType<RegionLimitExceededException, __BaseException>);
|
|
536
536
|
}
|
|
537
537
|
/**
|
|
538
|
-
* @public
|
|
539
538
|
* <p>The operation is not supported.</p>
|
|
539
|
+
* @public
|
|
540
540
|
*/
|
|
541
541
|
export declare class UnsupportedOperationException extends __BaseException {
|
|
542
542
|
readonly name: "UnsupportedOperationException";
|
|
543
543
|
readonly $fault: "client";
|
|
544
544
|
/**
|
|
545
|
-
* @public
|
|
546
545
|
* <p>The descriptive message for the exception.</p>
|
|
546
|
+
* @public
|
|
547
547
|
*/
|
|
548
548
|
Message?: string;
|
|
549
549
|
/**
|
|
550
|
-
* @public
|
|
551
550
|
* <p>The Amazon Web Services request identifier.</p>
|
|
551
|
+
* @public
|
|
552
552
|
*/
|
|
553
553
|
RequestId?: string;
|
|
554
554
|
/**
|
|
@@ -557,23 +557,23 @@ export declare class UnsupportedOperationException extends __BaseException {
|
|
|
557
557
|
constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
|
|
558
558
|
}
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>Metadata assigned to a directory consisting of a key-value pair.</p>
|
|
561
|
+
* @public
|
|
562
562
|
*/
|
|
563
563
|
export interface Tag {
|
|
564
564
|
/**
|
|
565
|
-
* @public
|
|
566
565
|
* <p>Required name of the tag. The string value can be Unicode characters and cannot be
|
|
567
566
|
* prefixed with "aws:". The string can contain only the set of Unicode letters, digits,
|
|
568
567
|
* white-space, '_', '.', '/', '=', '+', '-' (Java regex:
|
|
569
568
|
* "^([\\p\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-]*)$").</p>
|
|
569
|
+
* @public
|
|
570
570
|
*/
|
|
571
571
|
Key: string | undefined;
|
|
572
572
|
/**
|
|
573
|
-
* @public
|
|
574
573
|
* <p>The optional value of the tag. The string value can be Unicode characters. The string
|
|
575
574
|
* can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-'
|
|
576
575
|
* (Java regex: "^([\\p\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-]*)$").</p>
|
|
576
|
+
* @public
|
|
577
577
|
*/
|
|
578
578
|
Value: string | undefined;
|
|
579
579
|
}
|
|
@@ -582,13 +582,13 @@ export interface Tag {
|
|
|
582
582
|
*/
|
|
583
583
|
export interface AddTagsToResourceRequest {
|
|
584
584
|
/**
|
|
585
|
-
* @public
|
|
586
585
|
* <p>Identifier (ID) for the directory to which to add the tag.</p>
|
|
586
|
+
* @public
|
|
587
587
|
*/
|
|
588
588
|
ResourceId: string | undefined;
|
|
589
589
|
/**
|
|
590
|
-
* @public
|
|
591
590
|
* <p>The tags to be assigned to the directory.</p>
|
|
591
|
+
* @public
|
|
592
592
|
*/
|
|
593
593
|
Tags: Tag[] | undefined;
|
|
594
594
|
}
|
|
@@ -598,20 +598,20 @@ export interface AddTagsToResourceRequest {
|
|
|
598
598
|
export interface AddTagsToResourceResult {
|
|
599
599
|
}
|
|
600
600
|
/**
|
|
601
|
-
* @public
|
|
602
601
|
* <p>The maximum allowed number of tags was exceeded.</p>
|
|
602
|
+
* @public
|
|
603
603
|
*/
|
|
604
604
|
export declare class TagLimitExceededException extends __BaseException {
|
|
605
605
|
readonly name: "TagLimitExceededException";
|
|
606
606
|
readonly $fault: "client";
|
|
607
607
|
/**
|
|
608
|
-
* @public
|
|
609
608
|
* <p>The descriptive message for the exception.</p>
|
|
609
|
+
* @public
|
|
610
610
|
*/
|
|
611
611
|
Message?: string;
|
|
612
612
|
/**
|
|
613
|
-
* @public
|
|
614
613
|
* <p>The Amazon Web Services request identifier.</p>
|
|
614
|
+
* @public
|
|
615
615
|
*/
|
|
616
616
|
RequestId?: string;
|
|
617
617
|
/**
|
|
@@ -620,36 +620,36 @@ export declare class TagLimitExceededException extends __BaseException {
|
|
|
620
620
|
constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
|
|
621
621
|
}
|
|
622
622
|
/**
|
|
623
|
-
* @public
|
|
624
623
|
* <p>Represents a named directory attribute.</p>
|
|
624
|
+
* @public
|
|
625
625
|
*/
|
|
626
626
|
export interface Attribute {
|
|
627
627
|
/**
|
|
628
|
-
* @public
|
|
629
628
|
* <p>The name of the attribute.</p>
|
|
629
|
+
* @public
|
|
630
630
|
*/
|
|
631
631
|
Name?: string;
|
|
632
632
|
/**
|
|
633
|
-
* @public
|
|
634
633
|
* <p>The value of the attribute.</p>
|
|
634
|
+
* @public
|
|
635
635
|
*/
|
|
636
636
|
Value?: string;
|
|
637
637
|
}
|
|
638
638
|
/**
|
|
639
|
-
* @public
|
|
640
639
|
* <p>An authentication error occurred.</p>
|
|
640
|
+
* @public
|
|
641
641
|
*/
|
|
642
642
|
export declare class AuthenticationFailedException extends __BaseException {
|
|
643
643
|
readonly name: "AuthenticationFailedException";
|
|
644
644
|
readonly $fault: "client";
|
|
645
645
|
/**
|
|
646
|
-
* @public
|
|
647
646
|
* <p>The textual message for the exception.</p>
|
|
647
|
+
* @public
|
|
648
648
|
*/
|
|
649
649
|
Message?: string;
|
|
650
650
|
/**
|
|
651
|
-
* @public
|
|
652
651
|
* <p>The identifier of the request that caused the exception.</p>
|
|
652
|
+
* @public
|
|
653
653
|
*/
|
|
654
654
|
RequestId?: string;
|
|
655
655
|
/**
|
|
@@ -662,13 +662,13 @@ export declare class AuthenticationFailedException extends __BaseException {
|
|
|
662
662
|
*/
|
|
663
663
|
export interface CancelSchemaExtensionRequest {
|
|
664
664
|
/**
|
|
665
|
-
* @public
|
|
666
665
|
* <p>The identifier of the directory whose schema extension will be canceled.</p>
|
|
666
|
+
* @public
|
|
667
667
|
*/
|
|
668
668
|
DirectoryId: string | undefined;
|
|
669
669
|
/**
|
|
670
|
-
* @public
|
|
671
670
|
* <p>The identifier of the schema extension that will be canceled.</p>
|
|
671
|
+
* @public
|
|
672
672
|
*/
|
|
673
673
|
SchemaExtensionId: string | undefined;
|
|
674
674
|
}
|
|
@@ -678,13 +678,13 @@ export interface CancelSchemaExtensionRequest {
|
|
|
678
678
|
export interface CancelSchemaExtensionResult {
|
|
679
679
|
}
|
|
680
680
|
/**
|
|
681
|
-
* @public
|
|
682
681
|
* <p>Contains information about the client certificate authentication settings for the <code>RegisterCertificate</code> and <code>DescribeCertificate</code> operations. </p>
|
|
682
|
+
* @public
|
|
683
683
|
*/
|
|
684
684
|
export interface ClientCertAuthSettings {
|
|
685
685
|
/**
|
|
686
|
-
* @public
|
|
687
686
|
* <p>Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.</p>
|
|
687
|
+
* @public
|
|
688
688
|
*/
|
|
689
689
|
OCSPUrl?: string;
|
|
690
690
|
}
|
|
@@ -717,66 +717,66 @@ export declare const CertificateType: {
|
|
|
717
717
|
*/
|
|
718
718
|
export type CertificateType = (typeof CertificateType)[keyof typeof CertificateType];
|
|
719
719
|
/**
|
|
720
|
-
* @public
|
|
721
720
|
* <p>Information about the certificate.</p>
|
|
721
|
+
* @public
|
|
722
722
|
*/
|
|
723
723
|
export interface Certificate {
|
|
724
724
|
/**
|
|
725
|
-
* @public
|
|
726
725
|
* <p>The identifier of the certificate.</p>
|
|
726
|
+
* @public
|
|
727
727
|
*/
|
|
728
728
|
CertificateId?: string;
|
|
729
729
|
/**
|
|
730
|
-
* @public
|
|
731
730
|
* <p>The state of the certificate.</p>
|
|
731
|
+
* @public
|
|
732
732
|
*/
|
|
733
733
|
State?: CertificateState;
|
|
734
734
|
/**
|
|
735
|
-
* @public
|
|
736
735
|
* <p>Describes a state change for the certificate.</p>
|
|
736
|
+
* @public
|
|
737
737
|
*/
|
|
738
738
|
StateReason?: string;
|
|
739
739
|
/**
|
|
740
|
-
* @public
|
|
741
740
|
* <p>The common name for the certificate.</p>
|
|
741
|
+
* @public
|
|
742
742
|
*/
|
|
743
743
|
CommonName?: string;
|
|
744
744
|
/**
|
|
745
|
-
* @public
|
|
746
745
|
* <p>The date and time that the certificate was registered.</p>
|
|
746
|
+
* @public
|
|
747
747
|
*/
|
|
748
748
|
RegisteredDateTime?: Date;
|
|
749
749
|
/**
|
|
750
|
-
* @public
|
|
751
750
|
* <p>The date and time when the certificate will expire.</p>
|
|
751
|
+
* @public
|
|
752
752
|
*/
|
|
753
753
|
ExpiryDateTime?: Date;
|
|
754
754
|
/**
|
|
755
|
-
* @public
|
|
756
755
|
* <p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>
|
|
756
|
+
* @public
|
|
757
757
|
*/
|
|
758
758
|
Type?: CertificateType;
|
|
759
759
|
/**
|
|
760
|
-
* @public
|
|
761
760
|
* <p>A <code>ClientCertAuthSettings</code> object that contains client certificate authentication settings.</p>
|
|
761
|
+
* @public
|
|
762
762
|
*/
|
|
763
763
|
ClientCertAuthSettings?: ClientCertAuthSettings;
|
|
764
764
|
}
|
|
765
765
|
/**
|
|
766
|
-
* @public
|
|
767
766
|
* <p>The certificate has already been registered into the system.</p>
|
|
767
|
+
* @public
|
|
768
768
|
*/
|
|
769
769
|
export declare class CertificateAlreadyExistsException extends __BaseException {
|
|
770
770
|
readonly name: "CertificateAlreadyExistsException";
|
|
771
771
|
readonly $fault: "client";
|
|
772
772
|
/**
|
|
773
|
-
* @public
|
|
774
773
|
* <p>The descriptive message for the exception.</p>
|
|
774
|
+
* @public
|
|
775
775
|
*/
|
|
776
776
|
Message?: string;
|
|
777
777
|
/**
|
|
778
|
-
* @public
|
|
779
778
|
* <p>The Amazon Web Services request identifier.</p>
|
|
779
|
+
* @public
|
|
780
780
|
*/
|
|
781
781
|
RequestId?: string;
|
|
782
782
|
/**
|
|
@@ -785,20 +785,20 @@ export declare class CertificateAlreadyExistsException extends __BaseException {
|
|
|
785
785
|
constructor(opts: __ExceptionOptionType<CertificateAlreadyExistsException, __BaseException>);
|
|
786
786
|
}
|
|
787
787
|
/**
|
|
788
|
-
* @public
|
|
789
788
|
* <p>The certificate is not present in the system for describe or deregister activities.</p>
|
|
789
|
+
* @public
|
|
790
790
|
*/
|
|
791
791
|
export declare class CertificateDoesNotExistException extends __BaseException {
|
|
792
792
|
readonly name: "CertificateDoesNotExistException";
|
|
793
793
|
readonly $fault: "client";
|
|
794
794
|
/**
|
|
795
|
-
* @public
|
|
796
795
|
* <p>The descriptive message for the exception.</p>
|
|
796
|
+
* @public
|
|
797
797
|
*/
|
|
798
798
|
Message?: string;
|
|
799
799
|
/**
|
|
800
|
-
* @public
|
|
801
800
|
* <p>The Amazon Web Services request identifier.</p>
|
|
801
|
+
* @public
|
|
802
802
|
*/
|
|
803
803
|
RequestId?: string;
|
|
804
804
|
/**
|
|
@@ -807,52 +807,52 @@ export declare class CertificateDoesNotExistException extends __BaseException {
|
|
|
807
807
|
constructor(opts: __ExceptionOptionType<CertificateDoesNotExistException, __BaseException>);
|
|
808
808
|
}
|
|
809
809
|
/**
|
|
810
|
-
* @public
|
|
811
810
|
* <p>Contains general information about a certificate.</p>
|
|
811
|
+
* @public
|
|
812
812
|
*/
|
|
813
813
|
export interface CertificateInfo {
|
|
814
814
|
/**
|
|
815
|
-
* @public
|
|
816
815
|
* <p>The identifier of the certificate.</p>
|
|
816
|
+
* @public
|
|
817
817
|
*/
|
|
818
818
|
CertificateId?: string;
|
|
819
819
|
/**
|
|
820
|
-
* @public
|
|
821
820
|
* <p>The common name for the certificate.</p>
|
|
821
|
+
* @public
|
|
822
822
|
*/
|
|
823
823
|
CommonName?: string;
|
|
824
824
|
/**
|
|
825
|
-
* @public
|
|
826
825
|
* <p>The state of the certificate.</p>
|
|
826
|
+
* @public
|
|
827
827
|
*/
|
|
828
828
|
State?: CertificateState;
|
|
829
829
|
/**
|
|
830
|
-
* @public
|
|
831
830
|
* <p>The date and time when the certificate will expire.</p>
|
|
831
|
+
* @public
|
|
832
832
|
*/
|
|
833
833
|
ExpiryDateTime?: Date;
|
|
834
834
|
/**
|
|
835
|
-
* @public
|
|
836
835
|
* <p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>
|
|
836
|
+
* @public
|
|
837
837
|
*/
|
|
838
838
|
Type?: CertificateType;
|
|
839
839
|
}
|
|
840
840
|
/**
|
|
841
|
-
* @public
|
|
842
841
|
* <p>The certificate is being used for the LDAP security connection and cannot be removed
|
|
843
842
|
* without disabling LDAP security.</p>
|
|
843
|
+
* @public
|
|
844
844
|
*/
|
|
845
845
|
export declare class CertificateInUseException extends __BaseException {
|
|
846
846
|
readonly name: "CertificateInUseException";
|
|
847
847
|
readonly $fault: "client";
|
|
848
848
|
/**
|
|
849
|
-
* @public
|
|
850
849
|
* <p>The descriptive message for the exception.</p>
|
|
850
|
+
* @public
|
|
851
851
|
*/
|
|
852
852
|
Message?: string;
|
|
853
853
|
/**
|
|
854
|
-
* @public
|
|
855
854
|
* <p>The Amazon Web Services request identifier.</p>
|
|
855
|
+
* @public
|
|
856
856
|
*/
|
|
857
857
|
RequestId?: string;
|
|
858
858
|
/**
|
|
@@ -861,20 +861,20 @@ export declare class CertificateInUseException extends __BaseException {
|
|
|
861
861
|
constructor(opts: __ExceptionOptionType<CertificateInUseException, __BaseException>);
|
|
862
862
|
}
|
|
863
863
|
/**
|
|
864
|
-
* @public
|
|
865
864
|
* <p>The certificate could not be added because the certificate limit has been reached.</p>
|
|
865
|
+
* @public
|
|
866
866
|
*/
|
|
867
867
|
export declare class CertificateLimitExceededException extends __BaseException {
|
|
868
868
|
readonly name: "CertificateLimitExceededException";
|
|
869
869
|
readonly $fault: "client";
|
|
870
870
|
/**
|
|
871
|
-
* @public
|
|
872
871
|
* <p>The descriptive message for the exception.</p>
|
|
872
|
+
* @public
|
|
873
873
|
*/
|
|
874
874
|
Message?: string;
|
|
875
875
|
/**
|
|
876
|
-
* @public
|
|
877
876
|
* <p>The Amazon Web Services request identifier.</p>
|
|
877
|
+
* @public
|
|
878
878
|
*/
|
|
879
879
|
RequestId?: string;
|
|
880
880
|
/**
|
|
@@ -907,45 +907,45 @@ export declare const ClientAuthenticationType: {
|
|
|
907
907
|
*/
|
|
908
908
|
export type ClientAuthenticationType = (typeof ClientAuthenticationType)[keyof typeof ClientAuthenticationType];
|
|
909
909
|
/**
|
|
910
|
-
* @public
|
|
911
910
|
* <p>Contains information about a client authentication method for a directory.</p>
|
|
911
|
+
* @public
|
|
912
912
|
*/
|
|
913
913
|
export interface ClientAuthenticationSettingInfo {
|
|
914
914
|
/**
|
|
915
|
-
* @public
|
|
916
915
|
* <p>The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved. </p>
|
|
916
|
+
* @public
|
|
917
917
|
*/
|
|
918
918
|
Type?: ClientAuthenticationType;
|
|
919
919
|
/**
|
|
920
|
-
* @public
|
|
921
920
|
* <p>Whether the client authentication type is enabled or disabled for the specified directory.</p>
|
|
921
|
+
* @public
|
|
922
922
|
*/
|
|
923
923
|
Status?: ClientAuthenticationStatus;
|
|
924
924
|
/**
|
|
925
|
-
* @public
|
|
926
925
|
* <p>The date and time when the status of the client authentication type was last updated.</p>
|
|
926
|
+
* @public
|
|
927
927
|
*/
|
|
928
928
|
LastUpdatedDateTime?: Date;
|
|
929
929
|
}
|
|
930
930
|
/**
|
|
931
|
-
* @public
|
|
932
931
|
* <p>Contains information about a computer account in a directory.</p>
|
|
932
|
+
* @public
|
|
933
933
|
*/
|
|
934
934
|
export interface Computer {
|
|
935
935
|
/**
|
|
936
|
-
* @public
|
|
937
936
|
* <p>The identifier of the computer.</p>
|
|
937
|
+
* @public
|
|
938
938
|
*/
|
|
939
939
|
ComputerId?: string;
|
|
940
940
|
/**
|
|
941
|
-
* @public
|
|
942
941
|
* <p>The computer name.</p>
|
|
942
|
+
* @public
|
|
943
943
|
*/
|
|
944
944
|
ComputerName?: string;
|
|
945
945
|
/**
|
|
946
|
-
* @public
|
|
947
946
|
* <p>An array of <a>Attribute</a> objects containing the LDAP attributes that belong to the
|
|
948
947
|
* computer account.</p>
|
|
948
|
+
* @public
|
|
949
949
|
*/
|
|
950
950
|
ComputerAttributes?: Attribute[];
|
|
951
951
|
}
|
|
@@ -961,56 +961,55 @@ export declare const ReplicationScope: {
|
|
|
961
961
|
*/
|
|
962
962
|
export type ReplicationScope = (typeof ReplicationScope)[keyof typeof ReplicationScope];
|
|
963
963
|
/**
|
|
964
|
-
* @public
|
|
965
964
|
* <p>Points to a remote domain with which you are setting up a trust relationship.
|
|
966
965
|
* Conditional forwarders are required in order to set up a trust relationship with another
|
|
967
966
|
* domain.</p>
|
|
967
|
+
* @public
|
|
968
968
|
*/
|
|
969
969
|
export interface ConditionalForwarder {
|
|
970
970
|
/**
|
|
971
|
-
* @public
|
|
972
971
|
* <p>The fully qualified domain name (FQDN) of the remote domains pointed to by the
|
|
973
972
|
* conditional forwarder.</p>
|
|
973
|
+
* @public
|
|
974
974
|
*/
|
|
975
975
|
RemoteDomainName?: string;
|
|
976
976
|
/**
|
|
977
|
-
* @public
|
|
978
977
|
* <p>The IP addresses of the remote DNS server associated with RemoteDomainName. This is the
|
|
979
978
|
* IP address of the DNS server that your conditional forwarder points to.</p>
|
|
979
|
+
* @public
|
|
980
980
|
*/
|
|
981
981
|
DnsIpAddrs?: string[];
|
|
982
982
|
/**
|
|
983
|
-
* @public
|
|
984
983
|
* <p>The replication scope of the conditional forwarder. The only allowed value is
|
|
985
984
|
* <code>Domain</code>, which will replicate the conditional forwarder to all of the domain
|
|
986
985
|
* controllers for your Amazon Web Services directory.</p>
|
|
986
|
+
* @public
|
|
987
987
|
*/
|
|
988
988
|
ReplicationScope?: ReplicationScope;
|
|
989
989
|
}
|
|
990
990
|
/**
|
|
991
|
-
* @public
|
|
992
991
|
* <p>Contains information for the <a>ConnectDirectory</a> operation when an AD
|
|
993
992
|
* Connector directory is being created.</p>
|
|
993
|
+
* @public
|
|
994
994
|
*/
|
|
995
995
|
export interface DirectoryConnectSettings {
|
|
996
996
|
/**
|
|
997
|
-
* @public
|
|
998
997
|
* <p>The identifier of the VPC in which the AD Connector is created.</p>
|
|
998
|
+
* @public
|
|
999
999
|
*/
|
|
1000
1000
|
VpcId: string | undefined;
|
|
1001
1001
|
/**
|
|
1002
|
-
* @public
|
|
1003
1002
|
* <p>A list of subnet identifiers in the VPC in which the AD Connector is created.</p>
|
|
1003
|
+
* @public
|
|
1004
1004
|
*/
|
|
1005
1005
|
SubnetIds: string[] | undefined;
|
|
1006
1006
|
/**
|
|
1007
|
-
* @public
|
|
1008
1007
|
* <p>A list of one or more IP addresses of DNS servers or domain controllers in your self-managed
|
|
1009
1008
|
* directory.</p>
|
|
1009
|
+
* @public
|
|
1010
1010
|
*/
|
|
1011
1011
|
CustomerDnsIps: string[] | undefined;
|
|
1012
1012
|
/**
|
|
1013
|
-
* @public
|
|
1014
1013
|
* <p>The user name of an account in your self-managed directory that is used to connect to the
|
|
1015
1014
|
* directory. This account must have the following permissions:</p>
|
|
1016
1015
|
* <ul>
|
|
@@ -1024,6 +1023,7 @@ export interface DirectoryConnectSettings {
|
|
|
1024
1023
|
* <p>Join computers to the domain</p>
|
|
1025
1024
|
* </li>
|
|
1026
1025
|
* </ul>
|
|
1026
|
+
* @public
|
|
1027
1027
|
*/
|
|
1028
1028
|
CustomerUserName: string | undefined;
|
|
1029
1029
|
}
|
|
@@ -1040,76 +1040,76 @@ export declare const DirectorySize: {
|
|
|
1040
1040
|
*/
|
|
1041
1041
|
export type DirectorySize = (typeof DirectorySize)[keyof typeof DirectorySize];
|
|
1042
1042
|
/**
|
|
1043
|
-
* @public
|
|
1044
1043
|
* <p>Contains the inputs for the <a>ConnectDirectory</a> operation.</p>
|
|
1044
|
+
* @public
|
|
1045
1045
|
*/
|
|
1046
1046
|
export interface ConnectDirectoryRequest {
|
|
1047
1047
|
/**
|
|
1048
|
-
* @public
|
|
1049
1048
|
* <p>The fully qualified name of your self-managed directory, such as
|
|
1050
1049
|
* <code>corp.example.com</code>.</p>
|
|
1050
|
+
* @public
|
|
1051
1051
|
*/
|
|
1052
1052
|
Name: string | undefined;
|
|
1053
1053
|
/**
|
|
1054
|
-
* @public
|
|
1055
1054
|
* <p>The NetBIOS name of your self-managed directory, such as <code>CORP</code>.</p>
|
|
1055
|
+
* @public
|
|
1056
1056
|
*/
|
|
1057
1057
|
ShortName?: string;
|
|
1058
1058
|
/**
|
|
1059
|
-
* @public
|
|
1060
1059
|
* <p>The password for your self-managed user account.</p>
|
|
1060
|
+
* @public
|
|
1061
1061
|
*/
|
|
1062
1062
|
Password: string | undefined;
|
|
1063
1063
|
/**
|
|
1064
|
-
* @public
|
|
1065
1064
|
* <p>A description for the directory.</p>
|
|
1065
|
+
* @public
|
|
1066
1066
|
*/
|
|
1067
1067
|
Description?: string;
|
|
1068
1068
|
/**
|
|
1069
|
-
* @public
|
|
1070
1069
|
* <p>The size of the directory.</p>
|
|
1070
|
+
* @public
|
|
1071
1071
|
*/
|
|
1072
1072
|
Size: DirectorySize | undefined;
|
|
1073
1073
|
/**
|
|
1074
|
-
* @public
|
|
1075
1074
|
* <p>A <a>DirectoryConnectSettings</a> object that contains additional information
|
|
1076
1075
|
* for the operation.</p>
|
|
1076
|
+
* @public
|
|
1077
1077
|
*/
|
|
1078
1078
|
ConnectSettings: DirectoryConnectSettings | undefined;
|
|
1079
1079
|
/**
|
|
1080
|
-
* @public
|
|
1081
1080
|
* <p>The tags to be assigned to AD Connector.</p>
|
|
1081
|
+
* @public
|
|
1082
1082
|
*/
|
|
1083
1083
|
Tags?: Tag[];
|
|
1084
1084
|
}
|
|
1085
1085
|
/**
|
|
1086
|
-
* @public
|
|
1087
1086
|
* <p>Contains the results of the <a>ConnectDirectory</a> operation.</p>
|
|
1087
|
+
* @public
|
|
1088
1088
|
*/
|
|
1089
1089
|
export interface ConnectDirectoryResult {
|
|
1090
1090
|
/**
|
|
1091
|
-
* @public
|
|
1092
1091
|
* <p>The identifier of the new directory.</p>
|
|
1092
|
+
* @public
|
|
1093
1093
|
*/
|
|
1094
1094
|
DirectoryId?: string;
|
|
1095
1095
|
}
|
|
1096
1096
|
/**
|
|
1097
|
-
* @public
|
|
1098
1097
|
* <p>The maximum number of directories in the region has been reached. You can use the
|
|
1099
1098
|
* <a>GetDirectoryLimits</a> operation to determine your directory limits in
|
|
1100
1099
|
* the region.</p>
|
|
1100
|
+
* @public
|
|
1101
1101
|
*/
|
|
1102
1102
|
export declare class DirectoryLimitExceededException extends __BaseException {
|
|
1103
1103
|
readonly name: "DirectoryLimitExceededException";
|
|
1104
1104
|
readonly $fault: "client";
|
|
1105
1105
|
/**
|
|
1106
|
-
* @public
|
|
1107
1106
|
* <p>The descriptive message for the exception.</p>
|
|
1107
|
+
* @public
|
|
1108
1108
|
*/
|
|
1109
1109
|
Message?: string;
|
|
1110
1110
|
/**
|
|
1111
|
-
* @public
|
|
1112
1111
|
* <p>The Amazon Web Services request identifier.</p>
|
|
1112
|
+
* @public
|
|
1113
1113
|
*/
|
|
1114
1114
|
RequestId?: string;
|
|
1115
1115
|
/**
|
|
@@ -1118,130 +1118,129 @@ export declare class DirectoryLimitExceededException extends __BaseException {
|
|
|
1118
1118
|
constructor(opts: __ExceptionOptionType<DirectoryLimitExceededException, __BaseException>);
|
|
1119
1119
|
}
|
|
1120
1120
|
/**
|
|
1121
|
-
* @public
|
|
1122
1121
|
* <p>Contains the inputs for the <a>CreateAlias</a> operation.</p>
|
|
1122
|
+
* @public
|
|
1123
1123
|
*/
|
|
1124
1124
|
export interface CreateAliasRequest {
|
|
1125
1125
|
/**
|
|
1126
|
-
* @public
|
|
1127
1126
|
* <p>The identifier of the directory for which to create the alias.</p>
|
|
1127
|
+
* @public
|
|
1128
1128
|
*/
|
|
1129
1129
|
DirectoryId: string | undefined;
|
|
1130
1130
|
/**
|
|
1131
|
-
* @public
|
|
1132
1131
|
* <p>The requested alias.</p>
|
|
1133
1132
|
* <p>The alias must be unique amongst all aliases in Amazon Web Services. This operation throws an
|
|
1134
1133
|
* <code>EntityAlreadyExistsException</code> error if the alias already exists.</p>
|
|
1134
|
+
* @public
|
|
1135
1135
|
*/
|
|
1136
1136
|
Alias: string | undefined;
|
|
1137
1137
|
}
|
|
1138
1138
|
/**
|
|
1139
|
-
* @public
|
|
1140
1139
|
* <p>Contains the results of the <a>CreateAlias</a> operation.</p>
|
|
1140
|
+
* @public
|
|
1141
1141
|
*/
|
|
1142
1142
|
export interface CreateAliasResult {
|
|
1143
1143
|
/**
|
|
1144
|
-
* @public
|
|
1145
1144
|
* <p>The identifier of the directory.</p>
|
|
1145
|
+
* @public
|
|
1146
1146
|
*/
|
|
1147
1147
|
DirectoryId?: string;
|
|
1148
1148
|
/**
|
|
1149
|
-
* @public
|
|
1150
1149
|
* <p>The alias for the directory.</p>
|
|
1150
|
+
* @public
|
|
1151
1151
|
*/
|
|
1152
1152
|
Alias?: string;
|
|
1153
1153
|
}
|
|
1154
1154
|
/**
|
|
1155
|
-
* @public
|
|
1156
1155
|
* <p>Contains the inputs for the <a>CreateComputer</a> operation.</p>
|
|
1156
|
+
* @public
|
|
1157
1157
|
*/
|
|
1158
1158
|
export interface CreateComputerRequest {
|
|
1159
1159
|
/**
|
|
1160
|
-
* @public
|
|
1161
1160
|
* <p>The identifier of the directory in which to create the computer account.</p>
|
|
1161
|
+
* @public
|
|
1162
1162
|
*/
|
|
1163
1163
|
DirectoryId: string | undefined;
|
|
1164
1164
|
/**
|
|
1165
|
-
* @public
|
|
1166
1165
|
* <p>The name of the computer account.</p>
|
|
1166
|
+
* @public
|
|
1167
1167
|
*/
|
|
1168
1168
|
ComputerName: string | undefined;
|
|
1169
1169
|
/**
|
|
1170
|
-
* @public
|
|
1171
1170
|
* <p>A one-time password that is used to join the computer to the directory. You should generate a random, strong password to use for this parameter.</p>
|
|
1171
|
+
* @public
|
|
1172
1172
|
*/
|
|
1173
1173
|
Password: string | undefined;
|
|
1174
1174
|
/**
|
|
1175
|
-
* @public
|
|
1176
1175
|
* <p>The fully-qualified distinguished name of the organizational unit to place the computer account in.</p>
|
|
1176
|
+
* @public
|
|
1177
1177
|
*/
|
|
1178
1178
|
OrganizationalUnitDistinguishedName?: string;
|
|
1179
1179
|
/**
|
|
1180
|
-
* @public
|
|
1181
1180
|
* <p>An array of <a>Attribute</a> objects that contain any LDAP attributes to apply to the
|
|
1182
1181
|
* computer account.</p>
|
|
1182
|
+
* @public
|
|
1183
1183
|
*/
|
|
1184
1184
|
ComputerAttributes?: Attribute[];
|
|
1185
1185
|
}
|
|
1186
1186
|
/**
|
|
1187
|
-
* @public
|
|
1188
1187
|
* <p>Contains the results for the <a>CreateComputer</a> operation.</p>
|
|
1188
|
+
* @public
|
|
1189
1189
|
*/
|
|
1190
1190
|
export interface CreateComputerResult {
|
|
1191
1191
|
/**
|
|
1192
|
-
* @public
|
|
1193
1192
|
* <p>A <a>Computer</a> object that represents the computer account.</p>
|
|
1193
|
+
* @public
|
|
1194
1194
|
*/
|
|
1195
1195
|
Computer?: Computer;
|
|
1196
1196
|
}
|
|
1197
1197
|
/**
|
|
1198
|
-
* @public
|
|
1199
1198
|
* <p>Initiates the creation of a conditional forwarder for your Directory Service for Microsoft Active
|
|
1200
1199
|
* Directory. Conditional forwarders are required in order to set up a trust relationship with
|
|
1201
1200
|
* another domain.</p>
|
|
1201
|
+
* @public
|
|
1202
1202
|
*/
|
|
1203
1203
|
export interface CreateConditionalForwarderRequest {
|
|
1204
1204
|
/**
|
|
1205
|
-
* @public
|
|
1206
1205
|
* <p>The directory ID of the Amazon Web Services directory for which you are creating the conditional
|
|
1207
1206
|
* forwarder.</p>
|
|
1207
|
+
* @public
|
|
1208
1208
|
*/
|
|
1209
1209
|
DirectoryId: string | undefined;
|
|
1210
1210
|
/**
|
|
1211
|
-
* @public
|
|
1212
1211
|
* <p>The fully qualified domain name (FQDN) of the remote domain with which you will set up
|
|
1213
1212
|
* a trust relationship.</p>
|
|
1213
|
+
* @public
|
|
1214
1214
|
*/
|
|
1215
1215
|
RemoteDomainName: string | undefined;
|
|
1216
1216
|
/**
|
|
1217
|
-
* @public
|
|
1218
1217
|
* <p>The IP addresses of the remote DNS server associated with RemoteDomainName.</p>
|
|
1218
|
+
* @public
|
|
1219
1219
|
*/
|
|
1220
1220
|
DnsIpAddrs: string[] | undefined;
|
|
1221
1221
|
}
|
|
1222
1222
|
/**
|
|
1223
|
-
* @public
|
|
1224
1223
|
* <p>The result of a CreateConditinalForwarder request.</p>
|
|
1224
|
+
* @public
|
|
1225
1225
|
*/
|
|
1226
1226
|
export interface CreateConditionalForwarderResult {
|
|
1227
1227
|
}
|
|
1228
1228
|
/**
|
|
1229
|
-
* @public
|
|
1230
1229
|
* <p>Contains the inputs for the <a>CreateDirectory</a> operation. </p>
|
|
1230
|
+
* @public
|
|
1231
1231
|
*/
|
|
1232
1232
|
export interface CreateDirectoryRequest {
|
|
1233
1233
|
/**
|
|
1234
|
-
* @public
|
|
1235
1234
|
* <p>The fully qualified name for the directory, such as <code>corp.example.com</code>.</p>
|
|
1235
|
+
* @public
|
|
1236
1236
|
*/
|
|
1237
1237
|
Name: string | undefined;
|
|
1238
1238
|
/**
|
|
1239
|
-
* @public
|
|
1240
1239
|
* <p>The NetBIOS name of the directory, such as <code>CORP</code>.</p>
|
|
1240
|
+
* @public
|
|
1241
1241
|
*/
|
|
1242
1242
|
ShortName?: string;
|
|
1243
1243
|
/**
|
|
1244
|
-
* @public
|
|
1245
1244
|
* <p>The password for the directory administrator. The directory creation process creates a
|
|
1246
1245
|
* directory administrator account with the user name <code>Administrator</code> and this
|
|
1247
1246
|
* password.</p>
|
|
@@ -1271,38 +1270,39 @@ export interface CreateDirectoryRequest {
|
|
|
1271
1270
|
* </li>
|
|
1272
1271
|
* </ul>
|
|
1273
1272
|
* <p>For additional information about how Active Directory passwords are enforced, see <a href="https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/password-must-meet-complexity-requirements">Password must meet complexity requirements</a> on the Microsoft website.</p>
|
|
1273
|
+
* @public
|
|
1274
1274
|
*/
|
|
1275
1275
|
Password: string | undefined;
|
|
1276
1276
|
/**
|
|
1277
|
-
* @public
|
|
1278
1277
|
* <p>A description for the directory.</p>
|
|
1278
|
+
* @public
|
|
1279
1279
|
*/
|
|
1280
1280
|
Description?: string;
|
|
1281
1281
|
/**
|
|
1282
|
-
* @public
|
|
1283
1282
|
* <p>The size of the directory.</p>
|
|
1283
|
+
* @public
|
|
1284
1284
|
*/
|
|
1285
1285
|
Size: DirectorySize | undefined;
|
|
1286
1286
|
/**
|
|
1287
|
-
* @public
|
|
1288
1287
|
* <p>A <a>DirectoryVpcSettings</a> object that contains additional information for
|
|
1289
1288
|
* the operation.</p>
|
|
1289
|
+
* @public
|
|
1290
1290
|
*/
|
|
1291
1291
|
VpcSettings?: DirectoryVpcSettings;
|
|
1292
1292
|
/**
|
|
1293
|
-
* @public
|
|
1294
1293
|
* <p>The tags to be assigned to the Simple AD directory.</p>
|
|
1294
|
+
* @public
|
|
1295
1295
|
*/
|
|
1296
1296
|
Tags?: Tag[];
|
|
1297
1297
|
}
|
|
1298
1298
|
/**
|
|
1299
|
-
* @public
|
|
1300
1299
|
* <p>Contains the results of the <a>CreateDirectory</a> operation.</p>
|
|
1300
|
+
* @public
|
|
1301
1301
|
*/
|
|
1302
1302
|
export interface CreateDirectoryResult {
|
|
1303
1303
|
/**
|
|
1304
|
-
* @public
|
|
1305
1304
|
* <p>The identifier of the directory that was created.</p>
|
|
1305
|
+
* @public
|
|
1306
1306
|
*/
|
|
1307
1307
|
DirectoryId?: string;
|
|
1308
1308
|
}
|
|
@@ -1311,15 +1311,15 @@ export interface CreateDirectoryResult {
|
|
|
1311
1311
|
*/
|
|
1312
1312
|
export interface CreateLogSubscriptionRequest {
|
|
1313
1313
|
/**
|
|
1314
|
-
* @public
|
|
1315
1314
|
* <p>Identifier of the directory to which you want to subscribe and receive real-time logs to
|
|
1316
1315
|
* your specified CloudWatch log group.</p>
|
|
1316
|
+
* @public
|
|
1317
1317
|
*/
|
|
1318
1318
|
DirectoryId: string | undefined;
|
|
1319
1319
|
/**
|
|
1320
|
-
* @public
|
|
1321
1320
|
* <p>The name of the CloudWatch log group where the real-time domain controller logs are
|
|
1322
1321
|
* forwarded.</p>
|
|
1322
|
+
* @public
|
|
1323
1323
|
*/
|
|
1324
1324
|
LogGroupName: string | undefined;
|
|
1325
1325
|
}
|
|
@@ -1329,20 +1329,20 @@ export interface CreateLogSubscriptionRequest {
|
|
|
1329
1329
|
export interface CreateLogSubscriptionResult {
|
|
1330
1330
|
}
|
|
1331
1331
|
/**
|
|
1332
|
-
* @public
|
|
1333
1332
|
* <p>The account does not have sufficient permission to perform the operation.</p>
|
|
1333
|
+
* @public
|
|
1334
1334
|
*/
|
|
1335
1335
|
export declare class InsufficientPermissionsException extends __BaseException {
|
|
1336
1336
|
readonly name: "InsufficientPermissionsException";
|
|
1337
1337
|
readonly $fault: "client";
|
|
1338
1338
|
/**
|
|
1339
|
-
* @public
|
|
1340
1339
|
* <p>The descriptive message for the exception.</p>
|
|
1340
|
+
* @public
|
|
1341
1341
|
*/
|
|
1342
1342
|
Message?: string;
|
|
1343
1343
|
/**
|
|
1344
|
-
* @public
|
|
1345
1344
|
* <p>The Amazon Web Services request identifier.</p>
|
|
1345
|
+
* @public
|
|
1346
1346
|
*/
|
|
1347
1347
|
RequestId?: string;
|
|
1348
1348
|
/**
|
|
@@ -1363,108 +1363,108 @@ export declare const DirectoryEdition: {
|
|
|
1363
1363
|
*/
|
|
1364
1364
|
export type DirectoryEdition = (typeof DirectoryEdition)[keyof typeof DirectoryEdition];
|
|
1365
1365
|
/**
|
|
1366
|
-
* @public
|
|
1367
1366
|
* <p>Creates an Managed Microsoft AD directory.</p>
|
|
1367
|
+
* @public
|
|
1368
1368
|
*/
|
|
1369
1369
|
export interface CreateMicrosoftADRequest {
|
|
1370
1370
|
/**
|
|
1371
|
-
* @public
|
|
1372
1371
|
* <p>The fully qualified domain name for the Managed Microsoft AD directory, such as
|
|
1373
1372
|
* <code>corp.example.com</code>. This name will resolve inside your VPC only. It does not need
|
|
1374
1373
|
* to be publicly resolvable.</p>
|
|
1374
|
+
* @public
|
|
1375
1375
|
*/
|
|
1376
1376
|
Name: string | undefined;
|
|
1377
1377
|
/**
|
|
1378
|
-
* @public
|
|
1379
1378
|
* <p>The NetBIOS name for your domain, such as <code>CORP</code>. If you don't specify a
|
|
1380
1379
|
* NetBIOS name, it will default to the first part of your directory DNS. For example,
|
|
1381
1380
|
* <code>CORP</code> for the directory DNS <code>corp.example.com</code>. </p>
|
|
1381
|
+
* @public
|
|
1382
1382
|
*/
|
|
1383
1383
|
ShortName?: string;
|
|
1384
1384
|
/**
|
|
1385
|
-
* @public
|
|
1386
1385
|
* <p>The password for the default administrative user named <code>Admin</code>.</p>
|
|
1387
1386
|
* <p>If you need to change the password for the administrator account, you can use the <a>ResetUserPassword</a> API call.</p>
|
|
1387
|
+
* @public
|
|
1388
1388
|
*/
|
|
1389
1389
|
Password: string | undefined;
|
|
1390
1390
|
/**
|
|
1391
|
-
* @public
|
|
1392
1391
|
* <p>A description for the directory. This label will appear on the Amazon Web Services console
|
|
1393
1392
|
* <code>Directory Details</code> page after the directory is created.</p>
|
|
1393
|
+
* @public
|
|
1394
1394
|
*/
|
|
1395
1395
|
Description?: string;
|
|
1396
1396
|
/**
|
|
1397
|
-
* @public
|
|
1398
1397
|
* <p>Contains VPC information for the <a>CreateDirectory</a> or <a>CreateMicrosoftAD</a> operation.</p>
|
|
1398
|
+
* @public
|
|
1399
1399
|
*/
|
|
1400
1400
|
VpcSettings: DirectoryVpcSettings | undefined;
|
|
1401
1401
|
/**
|
|
1402
|
-
* @public
|
|
1403
1402
|
* <p>Managed Microsoft AD is available in two editions: <code>Standard</code> and
|
|
1404
1403
|
* <code>Enterprise</code>. <code>Enterprise</code> is the default.</p>
|
|
1404
|
+
* @public
|
|
1405
1405
|
*/
|
|
1406
1406
|
Edition?: DirectoryEdition;
|
|
1407
1407
|
/**
|
|
1408
|
-
* @public
|
|
1409
1408
|
* <p>The tags to be assigned to the Managed Microsoft AD directory.</p>
|
|
1409
|
+
* @public
|
|
1410
1410
|
*/
|
|
1411
1411
|
Tags?: Tag[];
|
|
1412
1412
|
}
|
|
1413
1413
|
/**
|
|
1414
|
-
* @public
|
|
1415
1414
|
* <p>Result of a CreateMicrosoftAD request.</p>
|
|
1415
|
+
* @public
|
|
1416
1416
|
*/
|
|
1417
1417
|
export interface CreateMicrosoftADResult {
|
|
1418
1418
|
/**
|
|
1419
|
-
* @public
|
|
1420
1419
|
* <p>The identifier of the directory that was created.</p>
|
|
1420
|
+
* @public
|
|
1421
1421
|
*/
|
|
1422
1422
|
DirectoryId?: string;
|
|
1423
1423
|
}
|
|
1424
1424
|
/**
|
|
1425
|
-
* @public
|
|
1426
1425
|
* <p>Contains the inputs for the <a>CreateSnapshot</a> operation.</p>
|
|
1426
|
+
* @public
|
|
1427
1427
|
*/
|
|
1428
1428
|
export interface CreateSnapshotRequest {
|
|
1429
1429
|
/**
|
|
1430
|
-
* @public
|
|
1431
1430
|
* <p>The identifier of the directory of which to take a snapshot.</p>
|
|
1431
|
+
* @public
|
|
1432
1432
|
*/
|
|
1433
1433
|
DirectoryId: string | undefined;
|
|
1434
1434
|
/**
|
|
1435
|
-
* @public
|
|
1436
1435
|
* <p>The descriptive name to apply to the snapshot.</p>
|
|
1436
|
+
* @public
|
|
1437
1437
|
*/
|
|
1438
1438
|
Name?: string;
|
|
1439
1439
|
}
|
|
1440
1440
|
/**
|
|
1441
|
-
* @public
|
|
1442
1441
|
* <p>Contains the results of the <a>CreateSnapshot</a> operation.</p>
|
|
1442
|
+
* @public
|
|
1443
1443
|
*/
|
|
1444
1444
|
export interface CreateSnapshotResult {
|
|
1445
1445
|
/**
|
|
1446
|
-
* @public
|
|
1447
1446
|
* <p>The identifier of the snapshot that was created.</p>
|
|
1447
|
+
* @public
|
|
1448
1448
|
*/
|
|
1449
1449
|
SnapshotId?: string;
|
|
1450
1450
|
}
|
|
1451
1451
|
/**
|
|
1452
|
-
* @public
|
|
1453
1452
|
* <p>The maximum number of manual snapshots for the directory has been reached. You can
|
|
1454
1453
|
* use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits
|
|
1455
1454
|
* for a directory.</p>
|
|
1455
|
+
* @public
|
|
1456
1456
|
*/
|
|
1457
1457
|
export declare class SnapshotLimitExceededException extends __BaseException {
|
|
1458
1458
|
readonly name: "SnapshotLimitExceededException";
|
|
1459
1459
|
readonly $fault: "client";
|
|
1460
1460
|
/**
|
|
1461
|
-
* @public
|
|
1462
1461
|
* <p>The descriptive message for the exception.</p>
|
|
1462
|
+
* @public
|
|
1463
1463
|
*/
|
|
1464
1464
|
Message?: string;
|
|
1465
1465
|
/**
|
|
1466
|
-
* @public
|
|
1467
1466
|
* <p>The Amazon Web Services request identifier.</p>
|
|
1467
|
+
* @public
|
|
1468
1468
|
*/
|
|
1469
1469
|
RequestId?: string;
|
|
1470
1470
|
/**
|
|
@@ -1510,107 +1510,107 @@ export declare const TrustType: {
|
|
|
1510
1510
|
*/
|
|
1511
1511
|
export type TrustType = (typeof TrustType)[keyof typeof TrustType];
|
|
1512
1512
|
/**
|
|
1513
|
-
* @public
|
|
1514
1513
|
* <p>Directory Service for Microsoft Active Directory allows you to configure trust relationships. For
|
|
1515
1514
|
* example, you can establish a trust between your Managed Microsoft AD directory, and your existing
|
|
1516
1515
|
* self-managed Microsoft Active Directory. This would allow you to provide users and groups
|
|
1517
1516
|
* access to resources in either domain, with a single set of credentials.</p>
|
|
1518
1517
|
* <p>This action initiates the creation of the Amazon Web Services side of a trust relationship between an
|
|
1519
1518
|
* Managed Microsoft AD directory and an external domain.</p>
|
|
1519
|
+
* @public
|
|
1520
1520
|
*/
|
|
1521
1521
|
export interface CreateTrustRequest {
|
|
1522
1522
|
/**
|
|
1523
|
-
* @public
|
|
1524
1523
|
* <p>The Directory ID of the Managed Microsoft AD directory for which to establish the trust
|
|
1525
1524
|
* relationship.</p>
|
|
1525
|
+
* @public
|
|
1526
1526
|
*/
|
|
1527
1527
|
DirectoryId: string | undefined;
|
|
1528
1528
|
/**
|
|
1529
|
-
* @public
|
|
1530
1529
|
* <p>The Fully Qualified Domain Name (FQDN) of the external domain for which to create the
|
|
1531
1530
|
* trust relationship.</p>
|
|
1531
|
+
* @public
|
|
1532
1532
|
*/
|
|
1533
1533
|
RemoteDomainName: string | undefined;
|
|
1534
1534
|
/**
|
|
1535
|
-
* @public
|
|
1536
1535
|
* <p>The trust password. The must be the same password that was used when creating the trust
|
|
1537
1536
|
* relationship on the external domain.</p>
|
|
1537
|
+
* @public
|
|
1538
1538
|
*/
|
|
1539
1539
|
TrustPassword: string | undefined;
|
|
1540
1540
|
/**
|
|
1541
|
-
* @public
|
|
1542
1541
|
* <p>The direction of the trust relationship.</p>
|
|
1542
|
+
* @public
|
|
1543
1543
|
*/
|
|
1544
1544
|
TrustDirection: TrustDirection | undefined;
|
|
1545
1545
|
/**
|
|
1546
|
-
* @public
|
|
1547
1546
|
* <p>The trust relationship type. <code>Forest</code> is the default.</p>
|
|
1547
|
+
* @public
|
|
1548
1548
|
*/
|
|
1549
1549
|
TrustType?: TrustType;
|
|
1550
1550
|
/**
|
|
1551
|
-
* @public
|
|
1552
1551
|
* <p>The IP addresses of the remote DNS server associated with RemoteDomainName.</p>
|
|
1552
|
+
* @public
|
|
1553
1553
|
*/
|
|
1554
1554
|
ConditionalForwarderIpAddrs?: string[];
|
|
1555
1555
|
/**
|
|
1556
|
-
* @public
|
|
1557
1556
|
* <p>Optional parameter to enable selective authentication for the trust.</p>
|
|
1557
|
+
* @public
|
|
1558
1558
|
*/
|
|
1559
1559
|
SelectiveAuth?: SelectiveAuth;
|
|
1560
1560
|
}
|
|
1561
1561
|
/**
|
|
1562
|
-
* @public
|
|
1563
1562
|
* <p>The result of a CreateTrust request.</p>
|
|
1563
|
+
* @public
|
|
1564
1564
|
*/
|
|
1565
1565
|
export interface CreateTrustResult {
|
|
1566
1566
|
/**
|
|
1567
|
-
* @public
|
|
1568
1567
|
* <p>A unique identifier for the trust relationship that was created.</p>
|
|
1568
|
+
* @public
|
|
1569
1569
|
*/
|
|
1570
1570
|
TrustId?: string;
|
|
1571
1571
|
}
|
|
1572
1572
|
/**
|
|
1573
|
-
* @public
|
|
1574
1573
|
* <p>Deletes a conditional forwarder.</p>
|
|
1574
|
+
* @public
|
|
1575
1575
|
*/
|
|
1576
1576
|
export interface DeleteConditionalForwarderRequest {
|
|
1577
1577
|
/**
|
|
1578
|
-
* @public
|
|
1579
1578
|
* <p>The directory ID for which you are deleting the conditional forwarder.</p>
|
|
1579
|
+
* @public
|
|
1580
1580
|
*/
|
|
1581
1581
|
DirectoryId: string | undefined;
|
|
1582
1582
|
/**
|
|
1583
|
-
* @public
|
|
1584
1583
|
* <p>The fully qualified domain name (FQDN) of the remote domain with which you are deleting
|
|
1585
1584
|
* the conditional forwarder.</p>
|
|
1585
|
+
* @public
|
|
1586
1586
|
*/
|
|
1587
1587
|
RemoteDomainName: string | undefined;
|
|
1588
1588
|
}
|
|
1589
1589
|
/**
|
|
1590
|
-
* @public
|
|
1591
1590
|
* <p>The result of a DeleteConditionalForwarder request.</p>
|
|
1591
|
+
* @public
|
|
1592
1592
|
*/
|
|
1593
1593
|
export interface DeleteConditionalForwarderResult {
|
|
1594
1594
|
}
|
|
1595
1595
|
/**
|
|
1596
|
-
* @public
|
|
1597
1596
|
* <p>Contains the inputs for the <a>DeleteDirectory</a> operation.</p>
|
|
1597
|
+
* @public
|
|
1598
1598
|
*/
|
|
1599
1599
|
export interface DeleteDirectoryRequest {
|
|
1600
1600
|
/**
|
|
1601
|
-
* @public
|
|
1602
1601
|
* <p>The identifier of the directory to delete.</p>
|
|
1602
|
+
* @public
|
|
1603
1603
|
*/
|
|
1604
1604
|
DirectoryId: string | undefined;
|
|
1605
1605
|
}
|
|
1606
1606
|
/**
|
|
1607
|
-
* @public
|
|
1608
1607
|
* <p>Contains the results of the <a>DeleteDirectory</a> operation.</p>
|
|
1608
|
+
* @public
|
|
1609
1609
|
*/
|
|
1610
1610
|
export interface DeleteDirectoryResult {
|
|
1611
1611
|
/**
|
|
1612
|
-
* @public
|
|
1613
1612
|
* <p>The directory identifier.</p>
|
|
1613
|
+
* @public
|
|
1614
1614
|
*/
|
|
1615
1615
|
DirectoryId?: string;
|
|
1616
1616
|
}
|
|
@@ -1619,8 +1619,8 @@ export interface DeleteDirectoryResult {
|
|
|
1619
1619
|
*/
|
|
1620
1620
|
export interface DeleteLogSubscriptionRequest {
|
|
1621
1621
|
/**
|
|
1622
|
-
* @public
|
|
1623
1622
|
* <p>Identifier of the directory whose log subscription you want to delete.</p>
|
|
1623
|
+
* @public
|
|
1624
1624
|
*/
|
|
1625
1625
|
DirectoryId: string | undefined;
|
|
1626
1626
|
}
|
|
@@ -1630,52 +1630,52 @@ export interface DeleteLogSubscriptionRequest {
|
|
|
1630
1630
|
export interface DeleteLogSubscriptionResult {
|
|
1631
1631
|
}
|
|
1632
1632
|
/**
|
|
1633
|
-
* @public
|
|
1634
1633
|
* <p>Contains the inputs for the <a>DeleteSnapshot</a> operation.</p>
|
|
1634
|
+
* @public
|
|
1635
1635
|
*/
|
|
1636
1636
|
export interface DeleteSnapshotRequest {
|
|
1637
1637
|
/**
|
|
1638
|
-
* @public
|
|
1639
1638
|
* <p>The identifier of the directory snapshot to be deleted.</p>
|
|
1639
|
+
* @public
|
|
1640
1640
|
*/
|
|
1641
1641
|
SnapshotId: string | undefined;
|
|
1642
1642
|
}
|
|
1643
1643
|
/**
|
|
1644
|
-
* @public
|
|
1645
1644
|
* <p>Contains the results of the <a>DeleteSnapshot</a> operation.</p>
|
|
1645
|
+
* @public
|
|
1646
1646
|
*/
|
|
1647
1647
|
export interface DeleteSnapshotResult {
|
|
1648
1648
|
/**
|
|
1649
|
-
* @public
|
|
1650
1649
|
* <p>The identifier of the directory snapshot that was deleted.</p>
|
|
1650
|
+
* @public
|
|
1651
1651
|
*/
|
|
1652
1652
|
SnapshotId?: string;
|
|
1653
1653
|
}
|
|
1654
1654
|
/**
|
|
1655
|
-
* @public
|
|
1656
1655
|
* <p>Deletes the local side of an existing trust relationship between the Managed Microsoft AD
|
|
1657
1656
|
* directory and the external domain.</p>
|
|
1657
|
+
* @public
|
|
1658
1658
|
*/
|
|
1659
1659
|
export interface DeleteTrustRequest {
|
|
1660
1660
|
/**
|
|
1661
|
-
* @public
|
|
1662
1661
|
* <p>The Trust ID of the trust relationship to be deleted.</p>
|
|
1662
|
+
* @public
|
|
1663
1663
|
*/
|
|
1664
1664
|
TrustId: string | undefined;
|
|
1665
1665
|
/**
|
|
1666
|
-
* @public
|
|
1667
1666
|
* <p>Delete a conditional forwarder as part of a DeleteTrustRequest.</p>
|
|
1667
|
+
* @public
|
|
1668
1668
|
*/
|
|
1669
1669
|
DeleteAssociatedConditionalForwarder?: boolean;
|
|
1670
1670
|
}
|
|
1671
1671
|
/**
|
|
1672
|
-
* @public
|
|
1673
1672
|
* <p>The result of a DeleteTrust request.</p>
|
|
1673
|
+
* @public
|
|
1674
1674
|
*/
|
|
1675
1675
|
export interface DeleteTrustResult {
|
|
1676
1676
|
/**
|
|
1677
|
-
* @public
|
|
1678
1677
|
* <p>The Trust ID of the trust relationship that was deleted.</p>
|
|
1678
|
+
* @public
|
|
1679
1679
|
*/
|
|
1680
1680
|
TrustId?: string;
|
|
1681
1681
|
}
|
|
@@ -1684,13 +1684,13 @@ export interface DeleteTrustResult {
|
|
|
1684
1684
|
*/
|
|
1685
1685
|
export interface DeregisterCertificateRequest {
|
|
1686
1686
|
/**
|
|
1687
|
-
* @public
|
|
1688
1687
|
* <p>The identifier of the directory.</p>
|
|
1688
|
+
* @public
|
|
1689
1689
|
*/
|
|
1690
1690
|
DirectoryId: string | undefined;
|
|
1691
1691
|
/**
|
|
1692
|
-
* @public
|
|
1693
1692
|
* <p>The identifier of the certificate.</p>
|
|
1693
|
+
* @public
|
|
1694
1694
|
*/
|
|
1695
1695
|
CertificateId: string | undefined;
|
|
1696
1696
|
}
|
|
@@ -1700,26 +1700,26 @@ export interface DeregisterCertificateRequest {
|
|
|
1700
1700
|
export interface DeregisterCertificateResult {
|
|
1701
1701
|
}
|
|
1702
1702
|
/**
|
|
1703
|
-
* @public
|
|
1704
1703
|
* <p>Removes the specified directory as a publisher to the specified Amazon SNS topic.</p>
|
|
1704
|
+
* @public
|
|
1705
1705
|
*/
|
|
1706
1706
|
export interface DeregisterEventTopicRequest {
|
|
1707
1707
|
/**
|
|
1708
|
-
* @public
|
|
1709
1708
|
* <p>The Directory ID to remove as a publisher. This directory will no longer send messages
|
|
1710
1709
|
* to the specified Amazon SNS topic.</p>
|
|
1710
|
+
* @public
|
|
1711
1711
|
*/
|
|
1712
1712
|
DirectoryId: string | undefined;
|
|
1713
1713
|
/**
|
|
1714
|
-
* @public
|
|
1715
1714
|
* <p>The name of the Amazon SNS topic from which to remove the directory as a
|
|
1716
1715
|
* publisher.</p>
|
|
1716
|
+
* @public
|
|
1717
1717
|
*/
|
|
1718
1718
|
TopicName: string | undefined;
|
|
1719
1719
|
}
|
|
1720
1720
|
/**
|
|
1721
|
-
* @public
|
|
1722
1721
|
* <p>The result of a DeregisterEventTopic request.</p>
|
|
1722
|
+
* @public
|
|
1723
1723
|
*/
|
|
1724
1724
|
export interface DeregisterEventTopicResult {
|
|
1725
1725
|
}
|
|
@@ -1728,13 +1728,13 @@ export interface DeregisterEventTopicResult {
|
|
|
1728
1728
|
*/
|
|
1729
1729
|
export interface DescribeCertificateRequest {
|
|
1730
1730
|
/**
|
|
1731
|
-
* @public
|
|
1732
1731
|
* <p>The identifier of the directory.</p>
|
|
1732
|
+
* @public
|
|
1733
1733
|
*/
|
|
1734
1734
|
DirectoryId: string | undefined;
|
|
1735
1735
|
/**
|
|
1736
|
-
* @public
|
|
1737
1736
|
* <p>The identifier of the certificate.</p>
|
|
1737
|
+
* @public
|
|
1738
1738
|
*/
|
|
1739
1739
|
CertificateId: string | undefined;
|
|
1740
1740
|
}
|
|
@@ -1743,9 +1743,9 @@ export interface DescribeCertificateRequest {
|
|
|
1743
1743
|
*/
|
|
1744
1744
|
export interface DescribeCertificateResult {
|
|
1745
1745
|
/**
|
|
1746
|
-
* @public
|
|
1747
1746
|
* <p>Information about the certificate, including registered date time, certificate state, the
|
|
1748
1747
|
* reason for the state, expiration date time, and certificate common name.</p>
|
|
1748
|
+
* @public
|
|
1749
1749
|
*/
|
|
1750
1750
|
Certificate?: Certificate;
|
|
1751
1751
|
}
|
|
@@ -1754,23 +1754,23 @@ export interface DescribeCertificateResult {
|
|
|
1754
1754
|
*/
|
|
1755
1755
|
export interface DescribeClientAuthenticationSettingsRequest {
|
|
1756
1756
|
/**
|
|
1757
|
-
* @public
|
|
1758
1757
|
* <p>The identifier of the directory for which to retrieve information.</p>
|
|
1758
|
+
* @public
|
|
1759
1759
|
*/
|
|
1760
1760
|
DirectoryId: string | undefined;
|
|
1761
1761
|
/**
|
|
1762
|
-
* @public
|
|
1763
1762
|
* <p>The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.</p>
|
|
1763
|
+
* @public
|
|
1764
1764
|
*/
|
|
1765
1765
|
Type?: ClientAuthenticationType;
|
|
1766
1766
|
/**
|
|
1767
|
-
* @public
|
|
1768
1767
|
* <p>The <i>DescribeClientAuthenticationSettingsResult.NextToken</i> value from a previous call to <a>DescribeClientAuthenticationSettings</a>. Pass null if this is the first call.</p>
|
|
1768
|
+
* @public
|
|
1769
1769
|
*/
|
|
1770
1770
|
NextToken?: string;
|
|
1771
1771
|
/**
|
|
1772
|
-
* @public
|
|
1773
1772
|
* <p>The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation. </p>
|
|
1773
|
+
* @public
|
|
1774
1774
|
*/
|
|
1775
1775
|
Limit?: number;
|
|
1776
1776
|
}
|
|
@@ -1779,104 +1779,104 @@ export interface DescribeClientAuthenticationSettingsRequest {
|
|
|
1779
1779
|
*/
|
|
1780
1780
|
export interface DescribeClientAuthenticationSettingsResult {
|
|
1781
1781
|
/**
|
|
1782
|
-
* @public
|
|
1783
1782
|
* <p>Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.</p>
|
|
1783
|
+
* @public
|
|
1784
1784
|
*/
|
|
1785
1785
|
ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[];
|
|
1786
1786
|
/**
|
|
1787
|
-
* @public
|
|
1788
1787
|
* <p>The next token used to retrieve the client authentication settings if the number of setting types exceeds
|
|
1789
1788
|
* page limit and there is another page.</p>
|
|
1789
|
+
* @public
|
|
1790
1790
|
*/
|
|
1791
1791
|
NextToken?: string;
|
|
1792
1792
|
}
|
|
1793
1793
|
/**
|
|
1794
|
-
* @public
|
|
1795
1794
|
* <p>Describes a conditional forwarder.</p>
|
|
1795
|
+
* @public
|
|
1796
1796
|
*/
|
|
1797
1797
|
export interface DescribeConditionalForwardersRequest {
|
|
1798
1798
|
/**
|
|
1799
|
-
* @public
|
|
1800
1799
|
* <p>The directory ID for which to get the list of associated conditional
|
|
1801
1800
|
* forwarders.</p>
|
|
1801
|
+
* @public
|
|
1802
1802
|
*/
|
|
1803
1803
|
DirectoryId: string | undefined;
|
|
1804
1804
|
/**
|
|
1805
|
-
* @public
|
|
1806
1805
|
* <p>The fully qualified domain names (FQDN) of the remote domains for which to get the list
|
|
1807
1806
|
* of associated conditional forwarders. If this member is null, all conditional forwarders are
|
|
1808
1807
|
* returned.</p>
|
|
1808
|
+
* @public
|
|
1809
1809
|
*/
|
|
1810
1810
|
RemoteDomainNames?: string[];
|
|
1811
1811
|
}
|
|
1812
1812
|
/**
|
|
1813
|
-
* @public
|
|
1814
1813
|
* <p>The result of a DescribeConditionalForwarder request.</p>
|
|
1814
|
+
* @public
|
|
1815
1815
|
*/
|
|
1816
1816
|
export interface DescribeConditionalForwardersResult {
|
|
1817
1817
|
/**
|
|
1818
|
-
* @public
|
|
1819
1818
|
* <p>The list of conditional forwarders that have been created.</p>
|
|
1819
|
+
* @public
|
|
1820
1820
|
*/
|
|
1821
1821
|
ConditionalForwarders?: ConditionalForwarder[];
|
|
1822
1822
|
}
|
|
1823
1823
|
/**
|
|
1824
|
-
* @public
|
|
1825
1824
|
* <p>Contains the inputs for the <a>DescribeDirectories</a> operation.</p>
|
|
1825
|
+
* @public
|
|
1826
1826
|
*/
|
|
1827
1827
|
export interface DescribeDirectoriesRequest {
|
|
1828
1828
|
/**
|
|
1829
|
-
* @public
|
|
1830
1829
|
* <p>A list of identifiers of the directories for which to obtain the information. If this
|
|
1831
1830
|
* member is null, all directories that belong to the current account are returned.</p>
|
|
1832
1831
|
* <p>An empty list results in an <code>InvalidParameterException</code> being thrown.</p>
|
|
1832
|
+
* @public
|
|
1833
1833
|
*/
|
|
1834
1834
|
DirectoryIds?: string[];
|
|
1835
1835
|
/**
|
|
1836
|
-
* @public
|
|
1837
1836
|
* <p>The <code>DescribeDirectoriesResult.NextToken</code> value from a previous call to <a>DescribeDirectories</a>. Pass null if this is the first call.</p>
|
|
1837
|
+
* @public
|
|
1838
1838
|
*/
|
|
1839
1839
|
NextToken?: string;
|
|
1840
1840
|
/**
|
|
1841
|
-
* @public
|
|
1842
1841
|
* <p>The maximum number of items to return. If this value is zero, the maximum number of items
|
|
1843
1842
|
* is specified by the limitations of the operation.</p>
|
|
1843
|
+
* @public
|
|
1844
1844
|
*/
|
|
1845
1845
|
Limit?: number;
|
|
1846
1846
|
}
|
|
1847
1847
|
/**
|
|
1848
|
-
* @public
|
|
1849
1848
|
* <p>Contains information about an AD Connector directory.</p>
|
|
1849
|
+
* @public
|
|
1850
1850
|
*/
|
|
1851
1851
|
export interface DirectoryConnectSettingsDescription {
|
|
1852
1852
|
/**
|
|
1853
|
-
* @public
|
|
1854
1853
|
* <p>The identifier of the VPC that the AD Connector is in.</p>
|
|
1854
|
+
* @public
|
|
1855
1855
|
*/
|
|
1856
1856
|
VpcId?: string;
|
|
1857
1857
|
/**
|
|
1858
|
-
* @public
|
|
1859
1858
|
* <p>A list of subnet identifiers in the VPC that the AD Connector is in.</p>
|
|
1859
|
+
* @public
|
|
1860
1860
|
*/
|
|
1861
1861
|
SubnetIds?: string[];
|
|
1862
1862
|
/**
|
|
1863
|
-
* @public
|
|
1864
1863
|
* <p>The user name of the service account in your self-managed directory.</p>
|
|
1864
|
+
* @public
|
|
1865
1865
|
*/
|
|
1866
1866
|
CustomerUserName?: string;
|
|
1867
1867
|
/**
|
|
1868
|
-
* @public
|
|
1869
1868
|
* <p>The security group identifier for the AD Connector directory.</p>
|
|
1869
|
+
* @public
|
|
1870
1870
|
*/
|
|
1871
1871
|
SecurityGroupId?: string;
|
|
1872
1872
|
/**
|
|
1873
|
-
* @public
|
|
1874
1873
|
* <p>A list of the Availability Zones that the directory is in.</p>
|
|
1874
|
+
* @public
|
|
1875
1875
|
*/
|
|
1876
1876
|
AvailabilityZones?: string[];
|
|
1877
1877
|
/**
|
|
1878
|
-
* @public
|
|
1879
1878
|
* <p>The IP addresses of the AD Connector servers.</p>
|
|
1879
|
+
* @public
|
|
1880
1880
|
*/
|
|
1881
1881
|
ConnectIps?: string[];
|
|
1882
1882
|
}
|
|
@@ -1907,53 +1907,53 @@ export declare const RadiusAuthenticationProtocol: {
|
|
|
1907
1907
|
*/
|
|
1908
1908
|
export type RadiusAuthenticationProtocol = (typeof RadiusAuthenticationProtocol)[keyof typeof RadiusAuthenticationProtocol];
|
|
1909
1909
|
/**
|
|
1910
|
-
* @public
|
|
1911
1910
|
* <p>Contains information about a Remote Authentication Dial In User Service (RADIUS)
|
|
1912
1911
|
* server.</p>
|
|
1912
|
+
* @public
|
|
1913
1913
|
*/
|
|
1914
1914
|
export interface RadiusSettings {
|
|
1915
1915
|
/**
|
|
1916
|
-
* @public
|
|
1917
1916
|
* <p>An array of strings that contains the fully qualified domain name (FQDN) or IP
|
|
1918
1917
|
* addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server
|
|
1919
1918
|
* load balancer.</p>
|
|
1919
|
+
* @public
|
|
1920
1920
|
*/
|
|
1921
1921
|
RadiusServers?: string[];
|
|
1922
1922
|
/**
|
|
1923
|
-
* @public
|
|
1924
1923
|
* <p>The port that your RADIUS server is using for communications. Your self-managed
|
|
1925
1924
|
* network must allow inbound traffic over this port from the Directory Service servers.</p>
|
|
1925
|
+
* @public
|
|
1926
1926
|
*/
|
|
1927
1927
|
RadiusPort?: number;
|
|
1928
1928
|
/**
|
|
1929
|
-
* @public
|
|
1930
1929
|
* <p>The amount of time, in seconds, to wait for the RADIUS server to respond.</p>
|
|
1930
|
+
* @public
|
|
1931
1931
|
*/
|
|
1932
1932
|
RadiusTimeout?: number;
|
|
1933
1933
|
/**
|
|
1934
|
-
* @public
|
|
1935
1934
|
* <p>The maximum number of times that communication with the RADIUS server is
|
|
1936
1935
|
* attempted.</p>
|
|
1936
|
+
* @public
|
|
1937
1937
|
*/
|
|
1938
1938
|
RadiusRetries?: number;
|
|
1939
1939
|
/**
|
|
1940
|
-
* @public
|
|
1941
1940
|
* <p>Required for enabling RADIUS on the directory.</p>
|
|
1941
|
+
* @public
|
|
1942
1942
|
*/
|
|
1943
1943
|
SharedSecret?: string;
|
|
1944
1944
|
/**
|
|
1945
|
-
* @public
|
|
1946
1945
|
* <p>The protocol specified for your RADIUS endpoints.</p>
|
|
1946
|
+
* @public
|
|
1947
1947
|
*/
|
|
1948
1948
|
AuthenticationProtocol?: RadiusAuthenticationProtocol;
|
|
1949
1949
|
/**
|
|
1950
|
-
* @public
|
|
1951
1950
|
* <p>Not currently used.</p>
|
|
1951
|
+
* @public
|
|
1952
1952
|
*/
|
|
1953
1953
|
DisplayLabel?: string;
|
|
1954
1954
|
/**
|
|
1955
|
-
* @public
|
|
1956
1955
|
* <p>Not currently used.</p>
|
|
1956
|
+
* @public
|
|
1957
1957
|
*/
|
|
1958
1958
|
UseSameUsername?: boolean;
|
|
1959
1959
|
}
|
|
@@ -1971,85 +1971,85 @@ export declare const RadiusStatus: {
|
|
|
1971
1971
|
*/
|
|
1972
1972
|
export type RadiusStatus = (typeof RadiusStatus)[keyof typeof RadiusStatus];
|
|
1973
1973
|
/**
|
|
1974
|
-
* @public
|
|
1975
1974
|
* <p>Contains information about the directory.</p>
|
|
1975
|
+
* @public
|
|
1976
1976
|
*/
|
|
1977
1977
|
export interface DirectoryVpcSettingsDescription {
|
|
1978
1978
|
/**
|
|
1979
|
-
* @public
|
|
1980
1979
|
* <p>The identifier of the VPC that the directory is in.</p>
|
|
1980
|
+
* @public
|
|
1981
1981
|
*/
|
|
1982
1982
|
VpcId?: string;
|
|
1983
1983
|
/**
|
|
1984
|
-
* @public
|
|
1985
1984
|
* <p>The identifiers of the subnets for the directory servers.</p>
|
|
1985
|
+
* @public
|
|
1986
1986
|
*/
|
|
1987
1987
|
SubnetIds?: string[];
|
|
1988
1988
|
/**
|
|
1989
|
-
* @public
|
|
1990
1989
|
* <p>The domain controller security group identifier for the directory.</p>
|
|
1990
|
+
* @public
|
|
1991
1991
|
*/
|
|
1992
1992
|
SecurityGroupId?: string;
|
|
1993
1993
|
/**
|
|
1994
|
-
* @public
|
|
1995
1994
|
* <p>The list of Availability Zones that the directory is in.</p>
|
|
1995
|
+
* @public
|
|
1996
1996
|
*/
|
|
1997
1997
|
AvailabilityZones?: string[];
|
|
1998
1998
|
}
|
|
1999
1999
|
/**
|
|
2000
|
-
* @public
|
|
2001
2000
|
* <p>Describes the directory owner account details that have been shared to the directory
|
|
2002
2001
|
* consumer account.</p>
|
|
2002
|
+
* @public
|
|
2003
2003
|
*/
|
|
2004
2004
|
export interface OwnerDirectoryDescription {
|
|
2005
2005
|
/**
|
|
2006
|
-
* @public
|
|
2007
2006
|
* <p>Identifier of the Managed Microsoft AD directory in the directory owner
|
|
2008
2007
|
* account.</p>
|
|
2008
|
+
* @public
|
|
2009
2009
|
*/
|
|
2010
2010
|
DirectoryId?: string;
|
|
2011
2011
|
/**
|
|
2012
|
-
* @public
|
|
2013
2012
|
* <p>Identifier of the directory owner account.</p>
|
|
2013
|
+
* @public
|
|
2014
2014
|
*/
|
|
2015
2015
|
AccountId?: string;
|
|
2016
2016
|
/**
|
|
2017
|
-
* @public
|
|
2018
2017
|
* <p>IP address of the directory’s domain controllers.</p>
|
|
2018
|
+
* @public
|
|
2019
2019
|
*/
|
|
2020
2020
|
DnsIpAddrs?: string[];
|
|
2021
2021
|
/**
|
|
2022
|
-
* @public
|
|
2023
2022
|
* <p>Information about the VPC settings for the directory.</p>
|
|
2023
|
+
* @public
|
|
2024
2024
|
*/
|
|
2025
2025
|
VpcSettings?: DirectoryVpcSettingsDescription;
|
|
2026
2026
|
/**
|
|
2027
|
-
* @public
|
|
2028
2027
|
* <p>A <a>RadiusSettings</a> object that contains information about the RADIUS
|
|
2029
2028
|
* server.</p>
|
|
2029
|
+
* @public
|
|
2030
2030
|
*/
|
|
2031
2031
|
RadiusSettings?: RadiusSettings;
|
|
2032
2032
|
/**
|
|
2033
|
-
* @public
|
|
2034
2033
|
* <p>Information about the status of the RADIUS server.</p>
|
|
2034
|
+
* @public
|
|
2035
2035
|
*/
|
|
2036
2036
|
RadiusStatus?: RadiusStatus;
|
|
2037
2037
|
}
|
|
2038
2038
|
/**
|
|
2039
|
-
* @public
|
|
2040
2039
|
* <p>Provides information about the Regions that are configured for multi-Region
|
|
2041
2040
|
* replication.</p>
|
|
2041
|
+
* @public
|
|
2042
2042
|
*/
|
|
2043
2043
|
export interface RegionsInfo {
|
|
2044
2044
|
/**
|
|
2045
|
-
* @public
|
|
2046
2045
|
* <p>The Region where the Managed Microsoft AD directory was originally created.</p>
|
|
2046
|
+
* @public
|
|
2047
2047
|
*/
|
|
2048
2048
|
PrimaryRegion?: string;
|
|
2049
2049
|
/**
|
|
2050
|
-
* @public
|
|
2051
2050
|
* <p>Lists the Regions where the directory has been replicated, excluding the primary
|
|
2052
2051
|
* Region.</p>
|
|
2052
|
+
* @public
|
|
2053
2053
|
*/
|
|
2054
2054
|
AdditionalRegions?: string[];
|
|
2055
2055
|
}
|
|
@@ -2089,195 +2089,195 @@ export declare const DirectoryType: {
|
|
|
2089
2089
|
*/
|
|
2090
2090
|
export type DirectoryType = (typeof DirectoryType)[keyof typeof DirectoryType];
|
|
2091
2091
|
/**
|
|
2092
|
-
* @public
|
|
2093
2092
|
* <p>Contains information about an Directory Service directory.</p>
|
|
2093
|
+
* @public
|
|
2094
2094
|
*/
|
|
2095
2095
|
export interface DirectoryDescription {
|
|
2096
2096
|
/**
|
|
2097
|
-
* @public
|
|
2098
2097
|
* <p>The directory identifier.</p>
|
|
2098
|
+
* @public
|
|
2099
2099
|
*/
|
|
2100
2100
|
DirectoryId?: string;
|
|
2101
2101
|
/**
|
|
2102
|
-
* @public
|
|
2103
2102
|
* <p>The fully qualified name of the directory.</p>
|
|
2103
|
+
* @public
|
|
2104
2104
|
*/
|
|
2105
2105
|
Name?: string;
|
|
2106
2106
|
/**
|
|
2107
|
-
* @public
|
|
2108
2107
|
* <p>The short name of the directory.</p>
|
|
2108
|
+
* @public
|
|
2109
2109
|
*/
|
|
2110
2110
|
ShortName?: string;
|
|
2111
2111
|
/**
|
|
2112
|
-
* @public
|
|
2113
2112
|
* <p>The directory size.</p>
|
|
2113
|
+
* @public
|
|
2114
2114
|
*/
|
|
2115
2115
|
Size?: DirectorySize;
|
|
2116
2116
|
/**
|
|
2117
|
-
* @public
|
|
2118
2117
|
* <p>The edition associated with this directory.</p>
|
|
2118
|
+
* @public
|
|
2119
2119
|
*/
|
|
2120
2120
|
Edition?: DirectoryEdition;
|
|
2121
2121
|
/**
|
|
2122
|
-
* @public
|
|
2123
2122
|
* <p>The alias for the directory. If no alias has been created for the directory, the alias is
|
|
2124
2123
|
* the directory identifier, such as <code>d-XXXXXXXXXX</code>.</p>
|
|
2124
|
+
* @public
|
|
2125
2125
|
*/
|
|
2126
2126
|
Alias?: string;
|
|
2127
2127
|
/**
|
|
2128
|
-
* @public
|
|
2129
2128
|
* <p>The access URL for the directory, such as
|
|
2130
2129
|
* <code>http://<alias>.awsapps.com</code>. If no alias has been created for the
|
|
2131
2130
|
* directory, <code><alias></code> is the directory identifier, such as
|
|
2132
2131
|
* <code>d-XXXXXXXXXX</code>.</p>
|
|
2132
|
+
* @public
|
|
2133
2133
|
*/
|
|
2134
2134
|
AccessUrl?: string;
|
|
2135
2135
|
/**
|
|
2136
|
-
* @public
|
|
2137
2136
|
* <p>The description for the directory.</p>
|
|
2137
|
+
* @public
|
|
2138
2138
|
*/
|
|
2139
2139
|
Description?: string;
|
|
2140
2140
|
/**
|
|
2141
|
-
* @public
|
|
2142
2141
|
* <p>The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD
|
|
2143
2142
|
* directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For
|
|
2144
2143
|
* an AD Connector directory, these are the IP addresses of the DNS servers or domain controllers
|
|
2145
2144
|
* in your self-managed directory to which the AD Connector is connected.</p>
|
|
2145
|
+
* @public
|
|
2146
2146
|
*/
|
|
2147
2147
|
DnsIpAddrs?: string[];
|
|
2148
2148
|
/**
|
|
2149
|
-
* @public
|
|
2150
2149
|
* <p>The current stage of the directory.</p>
|
|
2150
|
+
* @public
|
|
2151
2151
|
*/
|
|
2152
2152
|
Stage?: DirectoryStage;
|
|
2153
2153
|
/**
|
|
2154
|
-
* @public
|
|
2155
2154
|
* <p>Current directory status of the shared Managed Microsoft AD directory.</p>
|
|
2155
|
+
* @public
|
|
2156
2156
|
*/
|
|
2157
2157
|
ShareStatus?: ShareStatus;
|
|
2158
2158
|
/**
|
|
2159
|
-
* @public
|
|
2160
2159
|
* <p>The method used when sharing a directory to determine whether the directory should be
|
|
2161
2160
|
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account by
|
|
2162
2161
|
* sending a shared directory request (<code>HANDSHAKE</code>).</p>
|
|
2162
|
+
* @public
|
|
2163
2163
|
*/
|
|
2164
2164
|
ShareMethod?: ShareMethod;
|
|
2165
2165
|
/**
|
|
2166
|
-
* @public
|
|
2167
2166
|
* <p>A directory share request that is sent by the directory owner to the directory consumer.
|
|
2168
2167
|
* The request includes a typed message to help the directory consumer administrator determine
|
|
2169
2168
|
* whether to approve or reject the share invitation.</p>
|
|
2169
|
+
* @public
|
|
2170
2170
|
*/
|
|
2171
2171
|
ShareNotes?: string;
|
|
2172
2172
|
/**
|
|
2173
|
-
* @public
|
|
2174
2173
|
* <p>Specifies when the directory was created.</p>
|
|
2174
|
+
* @public
|
|
2175
2175
|
*/
|
|
2176
2176
|
LaunchTime?: Date;
|
|
2177
2177
|
/**
|
|
2178
|
-
* @public
|
|
2179
2178
|
* <p>The date and time that the stage was last updated.</p>
|
|
2179
|
+
* @public
|
|
2180
2180
|
*/
|
|
2181
2181
|
StageLastUpdatedDateTime?: Date;
|
|
2182
2182
|
/**
|
|
2183
|
-
* @public
|
|
2184
2183
|
* <p>The directory size.</p>
|
|
2184
|
+
* @public
|
|
2185
2185
|
*/
|
|
2186
2186
|
Type?: DirectoryType;
|
|
2187
2187
|
/**
|
|
2188
|
-
* @public
|
|
2189
2188
|
* <p>A <a>DirectoryVpcSettingsDescription</a> object that contains additional
|
|
2190
2189
|
* information about a directory. This member is only present if the directory is a Simple AD or
|
|
2191
2190
|
* Managed Microsoft AD directory.</p>
|
|
2191
|
+
* @public
|
|
2192
2192
|
*/
|
|
2193
2193
|
VpcSettings?: DirectoryVpcSettingsDescription;
|
|
2194
2194
|
/**
|
|
2195
|
-
* @public
|
|
2196
2195
|
* <p>A <a>DirectoryConnectSettingsDescription</a> object that contains additional
|
|
2197
2196
|
* information about an AD Connector directory. This member is only present if the directory is
|
|
2198
2197
|
* an AD Connector directory.</p>
|
|
2198
|
+
* @public
|
|
2199
2199
|
*/
|
|
2200
2200
|
ConnectSettings?: DirectoryConnectSettingsDescription;
|
|
2201
2201
|
/**
|
|
2202
|
-
* @public
|
|
2203
2202
|
* <p>A <a>RadiusSettings</a> object that contains information about the RADIUS
|
|
2204
2203
|
* server configured for this directory.</p>
|
|
2204
|
+
* @public
|
|
2205
2205
|
*/
|
|
2206
2206
|
RadiusSettings?: RadiusSettings;
|
|
2207
2207
|
/**
|
|
2208
|
-
* @public
|
|
2209
2208
|
* <p>The status of the RADIUS MFA server connection.</p>
|
|
2209
|
+
* @public
|
|
2210
2210
|
*/
|
|
2211
2211
|
RadiusStatus?: RadiusStatus;
|
|
2212
2212
|
/**
|
|
2213
|
-
* @public
|
|
2214
2213
|
* <p>Additional information about the directory stage.</p>
|
|
2214
|
+
* @public
|
|
2215
2215
|
*/
|
|
2216
2216
|
StageReason?: string;
|
|
2217
2217
|
/**
|
|
2218
|
-
* @public
|
|
2219
2218
|
* <p>Indicates if single sign-on is enabled for the directory. For more information, see <a>EnableSso</a> and <a>DisableSso</a>.</p>
|
|
2219
|
+
* @public
|
|
2220
2220
|
*/
|
|
2221
2221
|
SsoEnabled?: boolean;
|
|
2222
2222
|
/**
|
|
2223
|
-
* @public
|
|
2224
2223
|
* <p>The desired number of domain controllers in the directory if the directory is Microsoft
|
|
2225
2224
|
* AD.</p>
|
|
2225
|
+
* @public
|
|
2226
2226
|
*/
|
|
2227
2227
|
DesiredNumberOfDomainControllers?: number;
|
|
2228
2228
|
/**
|
|
2229
|
-
* @public
|
|
2230
2229
|
* <p>Describes the Managed Microsoft AD directory in the directory owner account.</p>
|
|
2230
|
+
* @public
|
|
2231
2231
|
*/
|
|
2232
2232
|
OwnerDirectoryDescription?: OwnerDirectoryDescription;
|
|
2233
2233
|
/**
|
|
2234
|
-
* @public
|
|
2235
2234
|
* <p>Lists the Regions where the directory has replicated.</p>
|
|
2235
|
+
* @public
|
|
2236
2236
|
*/
|
|
2237
2237
|
RegionsInfo?: RegionsInfo;
|
|
2238
2238
|
/**
|
|
2239
|
-
* @public
|
|
2240
2239
|
* <p>The operating system (OS) version of the directory.</p>
|
|
2240
|
+
* @public
|
|
2241
2241
|
*/
|
|
2242
2242
|
OsVersion?: OSVersion;
|
|
2243
2243
|
}
|
|
2244
2244
|
/**
|
|
2245
|
-
* @public
|
|
2246
2245
|
* <p>Contains the results of the <a>DescribeDirectories</a> operation.</p>
|
|
2246
|
+
* @public
|
|
2247
2247
|
*/
|
|
2248
2248
|
export interface DescribeDirectoriesResult {
|
|
2249
2249
|
/**
|
|
2250
|
-
* @public
|
|
2251
2250
|
* <p>The list of <a>DirectoryDescription</a> objects that were retrieved.</p>
|
|
2252
2251
|
* <p>It is possible that this list contains less than the number of items specified in the
|
|
2253
2252
|
* <code>Limit</code> member of the request. This occurs if there are less than the requested
|
|
2254
2253
|
* number of items left to retrieve, or if the limitations of the operation have been
|
|
2255
2254
|
* exceeded.</p>
|
|
2255
|
+
* @public
|
|
2256
2256
|
*/
|
|
2257
2257
|
DirectoryDescriptions?: DirectoryDescription[];
|
|
2258
2258
|
/**
|
|
2259
|
-
* @public
|
|
2260
2259
|
* <p>If not null, more results are available. Pass this value for the <code>NextToken</code>
|
|
2261
2260
|
* parameter in a subsequent call to <a>DescribeDirectories</a> to retrieve the next
|
|
2262
2261
|
* set of items.</p>
|
|
2262
|
+
* @public
|
|
2263
2263
|
*/
|
|
2264
2264
|
NextToken?: string;
|
|
2265
2265
|
}
|
|
2266
2266
|
/**
|
|
2267
|
-
* @public
|
|
2268
2267
|
* <p>The <code>NextToken</code> value is not valid.</p>
|
|
2268
|
+
* @public
|
|
2269
2269
|
*/
|
|
2270
2270
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
2271
2271
|
readonly name: "InvalidNextTokenException";
|
|
2272
2272
|
readonly $fault: "client";
|
|
2273
2273
|
/**
|
|
2274
|
-
* @public
|
|
2275
2274
|
* <p>The descriptive message for the exception.</p>
|
|
2275
|
+
* @public
|
|
2276
2276
|
*/
|
|
2277
2277
|
Message?: string;
|
|
2278
2278
|
/**
|
|
2279
|
-
* @public
|
|
2280
2279
|
* <p>The Amazon Web Services request identifier.</p>
|
|
2280
|
+
* @public
|
|
2281
2281
|
*/
|
|
2282
2282
|
RequestId?: string;
|
|
2283
2283
|
/**
|
|
@@ -2290,27 +2290,27 @@ export declare class InvalidNextTokenException extends __BaseException {
|
|
|
2290
2290
|
*/
|
|
2291
2291
|
export interface DescribeDomainControllersRequest {
|
|
2292
2292
|
/**
|
|
2293
|
-
* @public
|
|
2294
2293
|
* <p>Identifier of the directory for which to retrieve the domain controller
|
|
2295
2294
|
* information.</p>
|
|
2295
|
+
* @public
|
|
2296
2296
|
*/
|
|
2297
2297
|
DirectoryId: string | undefined;
|
|
2298
2298
|
/**
|
|
2299
|
-
* @public
|
|
2300
2299
|
* <p>A list of identifiers for the domain controllers whose information will be
|
|
2301
2300
|
* provided.</p>
|
|
2301
|
+
* @public
|
|
2302
2302
|
*/
|
|
2303
2303
|
DomainControllerIds?: string[];
|
|
2304
2304
|
/**
|
|
2305
|
-
* @public
|
|
2306
2305
|
* <p>The <i>DescribeDomainControllers.NextToken</i> value from a previous call
|
|
2307
2306
|
* to <a>DescribeDomainControllers</a>. Pass null if this is the first call.
|
|
2308
2307
|
* </p>
|
|
2308
|
+
* @public
|
|
2309
2309
|
*/
|
|
2310
2310
|
NextToken?: string;
|
|
2311
2311
|
/**
|
|
2312
|
-
* @public
|
|
2313
2312
|
* <p>The maximum number of items to return.</p>
|
|
2313
|
+
* @public
|
|
2314
2314
|
*/
|
|
2315
2315
|
Limit?: number;
|
|
2316
2316
|
}
|
|
@@ -2332,58 +2332,58 @@ export declare const DomainControllerStatus: {
|
|
|
2332
2332
|
*/
|
|
2333
2333
|
export type DomainControllerStatus = (typeof DomainControllerStatus)[keyof typeof DomainControllerStatus];
|
|
2334
2334
|
/**
|
|
2335
|
-
* @public
|
|
2336
2335
|
* <p>Contains information about the domain controllers for a specified directory.</p>
|
|
2336
|
+
* @public
|
|
2337
2337
|
*/
|
|
2338
2338
|
export interface DomainController {
|
|
2339
2339
|
/**
|
|
2340
|
-
* @public
|
|
2341
2340
|
* <p>Identifier of the directory where the domain controller resides.</p>
|
|
2341
|
+
* @public
|
|
2342
2342
|
*/
|
|
2343
2343
|
DirectoryId?: string;
|
|
2344
2344
|
/**
|
|
2345
|
-
* @public
|
|
2346
2345
|
* <p>Identifies a specific domain controller in the directory.</p>
|
|
2346
|
+
* @public
|
|
2347
2347
|
*/
|
|
2348
2348
|
DomainControllerId?: string;
|
|
2349
2349
|
/**
|
|
2350
|
-
* @public
|
|
2351
2350
|
* <p>The IP address of the domain controller.</p>
|
|
2351
|
+
* @public
|
|
2352
2352
|
*/
|
|
2353
2353
|
DnsIpAddr?: string;
|
|
2354
2354
|
/**
|
|
2355
|
-
* @public
|
|
2356
2355
|
* <p>The identifier of the VPC that contains the domain controller.</p>
|
|
2356
|
+
* @public
|
|
2357
2357
|
*/
|
|
2358
2358
|
VpcId?: string;
|
|
2359
2359
|
/**
|
|
2360
|
-
* @public
|
|
2361
2360
|
* <p>Identifier of the subnet in the VPC that contains the domain controller.</p>
|
|
2361
|
+
* @public
|
|
2362
2362
|
*/
|
|
2363
2363
|
SubnetId?: string;
|
|
2364
2364
|
/**
|
|
2365
|
-
* @public
|
|
2366
2365
|
* <p>The Availability Zone where the domain controller is located.</p>
|
|
2366
|
+
* @public
|
|
2367
2367
|
*/
|
|
2368
2368
|
AvailabilityZone?: string;
|
|
2369
2369
|
/**
|
|
2370
|
-
* @public
|
|
2371
2370
|
* <p>The status of the domain controller.</p>
|
|
2371
|
+
* @public
|
|
2372
2372
|
*/
|
|
2373
2373
|
Status?: DomainControllerStatus;
|
|
2374
2374
|
/**
|
|
2375
|
-
* @public
|
|
2376
2375
|
* <p>A description of the domain controller state.</p>
|
|
2376
|
+
* @public
|
|
2377
2377
|
*/
|
|
2378
2378
|
StatusReason?: string;
|
|
2379
2379
|
/**
|
|
2380
|
-
* @public
|
|
2381
2380
|
* <p>Specifies when the domain controller was created.</p>
|
|
2381
|
+
* @public
|
|
2382
2382
|
*/
|
|
2383
2383
|
LaunchTime?: Date;
|
|
2384
2384
|
/**
|
|
2385
|
-
* @public
|
|
2386
2385
|
* <p>The date and time that the status was last updated.</p>
|
|
2386
|
+
* @public
|
|
2387
2387
|
*/
|
|
2388
2388
|
StatusLastUpdatedDateTime?: Date;
|
|
2389
2389
|
}
|
|
@@ -2392,35 +2392,35 @@ export interface DomainController {
|
|
|
2392
2392
|
*/
|
|
2393
2393
|
export interface DescribeDomainControllersResult {
|
|
2394
2394
|
/**
|
|
2395
|
-
* @public
|
|
2396
2395
|
* <p>List of the <a>DomainController</a> objects that were retrieved.</p>
|
|
2396
|
+
* @public
|
|
2397
2397
|
*/
|
|
2398
2398
|
DomainControllers?: DomainController[];
|
|
2399
2399
|
/**
|
|
2400
|
-
* @public
|
|
2401
2400
|
* <p>If not null, more results are available. Pass this value for the <code>NextToken</code>
|
|
2402
2401
|
* parameter in a subsequent call to <a>DescribeDomainControllers</a> retrieve the
|
|
2403
2402
|
* next set of items.</p>
|
|
2403
|
+
* @public
|
|
2404
2404
|
*/
|
|
2405
2405
|
NextToken?: string;
|
|
2406
2406
|
}
|
|
2407
2407
|
/**
|
|
2408
|
-
* @public
|
|
2409
2408
|
* <p>Describes event topics.</p>
|
|
2409
|
+
* @public
|
|
2410
2410
|
*/
|
|
2411
2411
|
export interface DescribeEventTopicsRequest {
|
|
2412
2412
|
/**
|
|
2413
|
-
* @public
|
|
2414
2413
|
* <p>The Directory ID for which to get the list of associated Amazon SNS topics. If this member
|
|
2415
2414
|
* is null, associations for all Directory IDs are returned.</p>
|
|
2415
|
+
* @public
|
|
2416
2416
|
*/
|
|
2417
2417
|
DirectoryId?: string;
|
|
2418
2418
|
/**
|
|
2419
|
-
* @public
|
|
2420
2419
|
* <p>A list of Amazon SNS topic names for which to obtain the information. If this member is
|
|
2421
2420
|
* null, all associations for the specified Directory ID are returned.</p>
|
|
2422
2421
|
* <p>An empty list results in an <code>InvalidParameterException</code> being
|
|
2423
2422
|
* thrown.</p>
|
|
2423
|
+
* @public
|
|
2424
2424
|
*/
|
|
2425
2425
|
TopicNames?: string[];
|
|
2426
2426
|
}
|
|
@@ -2439,46 +2439,46 @@ export declare const TopicStatus: {
|
|
|
2439
2439
|
*/
|
|
2440
2440
|
export type TopicStatus = (typeof TopicStatus)[keyof typeof TopicStatus];
|
|
2441
2441
|
/**
|
|
2442
|
-
* @public
|
|
2443
2442
|
* <p>Information about Amazon SNS topic and Directory Service directory associations.</p>
|
|
2443
|
+
* @public
|
|
2444
2444
|
*/
|
|
2445
2445
|
export interface EventTopic {
|
|
2446
2446
|
/**
|
|
2447
|
-
* @public
|
|
2448
2447
|
* <p>The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS
|
|
2449
2448
|
* topic.</p>
|
|
2449
|
+
* @public
|
|
2450
2450
|
*/
|
|
2451
2451
|
DirectoryId?: string;
|
|
2452
2452
|
/**
|
|
2453
|
-
* @public
|
|
2454
2453
|
* <p>The name of an Amazon SNS topic the receives status messages from the directory.</p>
|
|
2454
|
+
* @public
|
|
2455
2455
|
*/
|
|
2456
2456
|
TopicName?: string;
|
|
2457
2457
|
/**
|
|
2458
|
-
* @public
|
|
2459
2458
|
* <p>The Amazon SNS topic ARN (Amazon Resource Name).</p>
|
|
2459
|
+
* @public
|
|
2460
2460
|
*/
|
|
2461
2461
|
TopicArn?: string;
|
|
2462
2462
|
/**
|
|
2463
|
-
* @public
|
|
2464
2463
|
* <p>The date and time of when you associated your directory with the Amazon SNS topic.</p>
|
|
2464
|
+
* @public
|
|
2465
2465
|
*/
|
|
2466
2466
|
CreatedDateTime?: Date;
|
|
2467
2467
|
/**
|
|
2468
|
-
* @public
|
|
2469
2468
|
* <p>The topic registration status.</p>
|
|
2469
|
+
* @public
|
|
2470
2470
|
*/
|
|
2471
2471
|
Status?: TopicStatus;
|
|
2472
2472
|
}
|
|
2473
2473
|
/**
|
|
2474
|
-
* @public
|
|
2475
2474
|
* <p>The result of a DescribeEventTopic request.</p>
|
|
2475
|
+
* @public
|
|
2476
2476
|
*/
|
|
2477
2477
|
export interface DescribeEventTopicsResult {
|
|
2478
2478
|
/**
|
|
2479
|
-
* @public
|
|
2480
2479
|
* <p>A list of Amazon SNS topic names that receive status messages from the specified Directory
|
|
2481
2480
|
* ID.</p>
|
|
2481
|
+
* @public
|
|
2482
2482
|
*/
|
|
2483
2483
|
EventTopics?: EventTopic[];
|
|
2484
2484
|
}
|
|
@@ -2498,24 +2498,24 @@ export type LDAPSType = (typeof LDAPSType)[keyof typeof LDAPSType];
|
|
|
2498
2498
|
*/
|
|
2499
2499
|
export interface DescribeLDAPSSettingsRequest {
|
|
2500
2500
|
/**
|
|
2501
|
-
* @public
|
|
2502
2501
|
* <p>The identifier of the directory.</p>
|
|
2502
|
+
* @public
|
|
2503
2503
|
*/
|
|
2504
2504
|
DirectoryId: string | undefined;
|
|
2505
2505
|
/**
|
|
2506
|
-
* @public
|
|
2507
2506
|
* <p>The type of LDAP security to enable. Currently only the value <code>Client</code> is
|
|
2508
2507
|
* supported.</p>
|
|
2508
|
+
* @public
|
|
2509
2509
|
*/
|
|
2510
2510
|
Type?: LDAPSType;
|
|
2511
2511
|
/**
|
|
2512
|
-
* @public
|
|
2513
2512
|
* <p>The type of next token used for pagination.</p>
|
|
2513
|
+
* @public
|
|
2514
2514
|
*/
|
|
2515
2515
|
NextToken?: string;
|
|
2516
2516
|
/**
|
|
2517
|
-
* @public
|
|
2518
2517
|
* <p>Specifies the number of items that should be displayed on one page.</p>
|
|
2518
|
+
* @public
|
|
2519
2519
|
*/
|
|
2520
2520
|
Limit?: number;
|
|
2521
2521
|
}
|
|
@@ -2534,23 +2534,23 @@ export declare const LDAPSStatus: {
|
|
|
2534
2534
|
*/
|
|
2535
2535
|
export type LDAPSStatus = (typeof LDAPSStatus)[keyof typeof LDAPSStatus];
|
|
2536
2536
|
/**
|
|
2537
|
-
* @public
|
|
2538
2537
|
* <p>Contains general information about the LDAPS settings.</p>
|
|
2538
|
+
* @public
|
|
2539
2539
|
*/
|
|
2540
2540
|
export interface LDAPSSettingInfo {
|
|
2541
2541
|
/**
|
|
2542
|
-
* @public
|
|
2543
2542
|
* <p>The state of the LDAPS settings.</p>
|
|
2543
|
+
* @public
|
|
2544
2544
|
*/
|
|
2545
2545
|
LDAPSStatus?: LDAPSStatus;
|
|
2546
2546
|
/**
|
|
2547
|
-
* @public
|
|
2548
2547
|
* <p>Describes a state change for LDAPS.</p>
|
|
2548
|
+
* @public
|
|
2549
2549
|
*/
|
|
2550
2550
|
LDAPSStatusReason?: string;
|
|
2551
2551
|
/**
|
|
2552
|
-
* @public
|
|
2553
2552
|
* <p>The date and time when the LDAPS settings were last updated.</p>
|
|
2553
|
+
* @public
|
|
2554
2554
|
*/
|
|
2555
2555
|
LastUpdatedDateTime?: Date;
|
|
2556
2556
|
}
|
|
@@ -2559,15 +2559,15 @@ export interface LDAPSSettingInfo {
|
|
|
2559
2559
|
*/
|
|
2560
2560
|
export interface DescribeLDAPSSettingsResult {
|
|
2561
2561
|
/**
|
|
2562
|
-
* @public
|
|
2563
2562
|
* <p>Information about LDAP security for the specified directory, including status of
|
|
2564
2563
|
* enablement, state last updated date time, and the reason for the state.</p>
|
|
2564
|
+
* @public
|
|
2565
2565
|
*/
|
|
2566
2566
|
LDAPSSettingsInfo?: LDAPSSettingInfo[];
|
|
2567
2567
|
/**
|
|
2568
|
-
* @public
|
|
2569
2568
|
* <p>The next token used to retrieve the LDAPS settings if the number of setting types exceeds
|
|
2570
2569
|
* page limit and there is another page.</p>
|
|
2570
|
+
* @public
|
|
2571
2571
|
*/
|
|
2572
2572
|
NextToken?: string;
|
|
2573
2573
|
}
|
|
@@ -2576,18 +2576,18 @@ export interface DescribeLDAPSSettingsResult {
|
|
|
2576
2576
|
*/
|
|
2577
2577
|
export interface DescribeRegionsRequest {
|
|
2578
2578
|
/**
|
|
2579
|
-
* @public
|
|
2580
2579
|
* <p>The identifier of the directory.</p>
|
|
2580
|
+
* @public
|
|
2581
2581
|
*/
|
|
2582
2582
|
DirectoryId: string | undefined;
|
|
2583
2583
|
/**
|
|
2584
|
-
* @public
|
|
2585
2584
|
* <p>The name of the Region. For example, <code>us-east-1</code>.</p>
|
|
2585
|
+
* @public
|
|
2586
2586
|
*/
|
|
2587
2587
|
RegionName?: string;
|
|
2588
2588
|
/**
|
|
2589
|
-
* @public
|
|
2590
2589
|
* <p>The <code>DescribeRegionsResult.NextToken</code> value from a previous call to <a>DescribeRegions</a>. Pass null if this is the first call.</p>
|
|
2590
|
+
* @public
|
|
2591
2591
|
*/
|
|
2592
2592
|
NextToken?: string;
|
|
2593
2593
|
}
|
|
@@ -2604,54 +2604,54 @@ export declare const RegionType: {
|
|
|
2604
2604
|
*/
|
|
2605
2605
|
export type RegionType = (typeof RegionType)[keyof typeof RegionType];
|
|
2606
2606
|
/**
|
|
2607
|
-
* @public
|
|
2608
2607
|
* <p>The replicated Region information for a directory.</p>
|
|
2608
|
+
* @public
|
|
2609
2609
|
*/
|
|
2610
2610
|
export interface RegionDescription {
|
|
2611
2611
|
/**
|
|
2612
|
-
* @public
|
|
2613
2612
|
* <p>The identifier of the directory.</p>
|
|
2613
|
+
* @public
|
|
2614
2614
|
*/
|
|
2615
2615
|
DirectoryId?: string;
|
|
2616
2616
|
/**
|
|
2617
|
-
* @public
|
|
2618
2617
|
* <p>The name of the Region. For example, <code>us-east-1</code>.</p>
|
|
2618
|
+
* @public
|
|
2619
2619
|
*/
|
|
2620
2620
|
RegionName?: string;
|
|
2621
2621
|
/**
|
|
2622
|
-
* @public
|
|
2623
2622
|
* <p>Specifies whether the Region is the primary Region or an additional Region.</p>
|
|
2623
|
+
* @public
|
|
2624
2624
|
*/
|
|
2625
2625
|
RegionType?: RegionType;
|
|
2626
2626
|
/**
|
|
2627
|
-
* @public
|
|
2628
2627
|
* <p>The status of the replication process for the specified Region.</p>
|
|
2628
|
+
* @public
|
|
2629
2629
|
*/
|
|
2630
2630
|
Status?: DirectoryStage;
|
|
2631
2631
|
/**
|
|
2632
|
-
* @public
|
|
2633
2632
|
* <p>Contains VPC information for the <a>CreateDirectory</a> or <a>CreateMicrosoftAD</a> operation.</p>
|
|
2633
|
+
* @public
|
|
2634
2634
|
*/
|
|
2635
2635
|
VpcSettings?: DirectoryVpcSettings;
|
|
2636
2636
|
/**
|
|
2637
|
-
* @public
|
|
2638
2637
|
* <p>The desired number of domain controllers in the specified Region for the specified
|
|
2639
2638
|
* directory.</p>
|
|
2639
|
+
* @public
|
|
2640
2640
|
*/
|
|
2641
2641
|
DesiredNumberOfDomainControllers?: number;
|
|
2642
2642
|
/**
|
|
2643
|
-
* @public
|
|
2644
2643
|
* <p>Specifies when the Region replication began.</p>
|
|
2644
|
+
* @public
|
|
2645
2645
|
*/
|
|
2646
2646
|
LaunchTime?: Date;
|
|
2647
2647
|
/**
|
|
2648
|
-
* @public
|
|
2649
2648
|
* <p>The date and time that the Region status was last updated.</p>
|
|
2649
|
+
* @public
|
|
2650
2650
|
*/
|
|
2651
2651
|
StatusLastUpdatedDateTime?: Date;
|
|
2652
2652
|
/**
|
|
2653
|
-
* @public
|
|
2654
2653
|
* <p>The date and time that the Region description was last updated.</p>
|
|
2654
|
+
* @public
|
|
2655
2655
|
*/
|
|
2656
2656
|
LastUpdatedDateTime?: Date;
|
|
2657
2657
|
}
|
|
@@ -2660,15 +2660,15 @@ export interface RegionDescription {
|
|
|
2660
2660
|
*/
|
|
2661
2661
|
export interface DescribeRegionsResult {
|
|
2662
2662
|
/**
|
|
2663
|
-
* @public
|
|
2664
2663
|
* <p>List of Region information related to the directory for each replicated Region.</p>
|
|
2664
|
+
* @public
|
|
2665
2665
|
*/
|
|
2666
2666
|
RegionsDescription?: RegionDescription[];
|
|
2667
2667
|
/**
|
|
2668
|
-
* @public
|
|
2669
2668
|
* <p>If not null, more results are available. Pass this value for the <code>NextToken</code>
|
|
2670
2669
|
* parameter in a subsequent call to <a>DescribeRegions</a> to retrieve the next set
|
|
2671
2670
|
* of items.</p>
|
|
2671
|
+
* @public
|
|
2672
2672
|
*/
|
|
2673
2673
|
NextToken?: string;
|
|
2674
2674
|
}
|
|
@@ -2692,84 +2692,84 @@ export type DirectoryConfigurationStatus = (typeof DirectoryConfigurationStatus)
|
|
|
2692
2692
|
*/
|
|
2693
2693
|
export interface DescribeSettingsRequest {
|
|
2694
2694
|
/**
|
|
2695
|
-
* @public
|
|
2696
2695
|
* <p>The identifier of the directory for which to retrieve information.</p>
|
|
2696
|
+
* @public
|
|
2697
2697
|
*/
|
|
2698
2698
|
DirectoryId: string | undefined;
|
|
2699
2699
|
/**
|
|
2700
|
-
* @public
|
|
2701
2700
|
* <p>The status of the directory settings for which to retrieve information.</p>
|
|
2701
|
+
* @public
|
|
2702
2702
|
*/
|
|
2703
2703
|
Status?: DirectoryConfigurationStatus;
|
|
2704
2704
|
/**
|
|
2705
|
-
* @public
|
|
2706
2705
|
* <p>The <code>DescribeSettingsResult.NextToken</code> value from a previous call to <a>DescribeSettings</a>. Pass null if this is the first call.</p>
|
|
2706
|
+
* @public
|
|
2707
2707
|
*/
|
|
2708
2708
|
NextToken?: string;
|
|
2709
2709
|
}
|
|
2710
2710
|
/**
|
|
2711
|
-
* @public
|
|
2712
2711
|
* <p>Contains information about the specified configurable setting for a directory.</p>
|
|
2712
|
+
* @public
|
|
2713
2713
|
*/
|
|
2714
2714
|
export interface SettingEntry {
|
|
2715
2715
|
/**
|
|
2716
|
-
* @public
|
|
2717
2716
|
* <p>The type, or category, of a directory setting. Similar settings have the same type. For example, <code>Protocol</code>, <code>Cipher</code>,
|
|
2718
2717
|
* or <code>Certificate-Based Authentication</code>.</p>
|
|
2718
|
+
* @public
|
|
2719
2719
|
*/
|
|
2720
2720
|
Type?: string;
|
|
2721
2721
|
/**
|
|
2722
|
-
* @public
|
|
2723
2722
|
* <p>The name of the directory setting. For example:</p>
|
|
2724
2723
|
* <p>
|
|
2725
2724
|
* <code>TLS_1_0</code>
|
|
2726
2725
|
* </p>
|
|
2726
|
+
* @public
|
|
2727
2727
|
*/
|
|
2728
2728
|
Name?: string;
|
|
2729
2729
|
/**
|
|
2730
|
-
* @public
|
|
2731
2730
|
* <p>The valid range of values for the directory setting. These values depend on the <code>DataType</code> of your directory.</p>
|
|
2731
|
+
* @public
|
|
2732
2732
|
*/
|
|
2733
2733
|
AllowedValues?: string;
|
|
2734
2734
|
/**
|
|
2735
|
-
* @public
|
|
2736
2735
|
* <p>The value of the directory setting that is applied to the directory.</p>
|
|
2736
|
+
* @public
|
|
2737
2737
|
*/
|
|
2738
2738
|
AppliedValue?: string;
|
|
2739
2739
|
/**
|
|
2740
|
-
* @public
|
|
2741
2740
|
* <p>The value that was last requested for the directory setting.</p>
|
|
2741
|
+
* @public
|
|
2742
2742
|
*/
|
|
2743
2743
|
RequestedValue?: string;
|
|
2744
2744
|
/**
|
|
2745
|
-
* @public
|
|
2746
2745
|
* <p>The overall status of the request to update the directory setting request. If the directory setting is deployed in more than one region, and the request fails in any region, the overall status is <code>Failed</code>.</p>
|
|
2746
|
+
* @public
|
|
2747
2747
|
*/
|
|
2748
2748
|
RequestStatus?: DirectoryConfigurationStatus;
|
|
2749
2749
|
/**
|
|
2750
|
-
* @public
|
|
2751
2750
|
* <p>Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.</p>
|
|
2751
|
+
* @public
|
|
2752
2752
|
*/
|
|
2753
2753
|
RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus>;
|
|
2754
2754
|
/**
|
|
2755
|
-
* @public
|
|
2756
2755
|
* <p>The last status message for the directory status request.</p>
|
|
2756
|
+
* @public
|
|
2757
2757
|
*/
|
|
2758
2758
|
RequestStatusMessage?: string;
|
|
2759
2759
|
/**
|
|
2760
|
-
* @public
|
|
2761
2760
|
* <p>The date and time when the directory setting was last updated.</p>
|
|
2761
|
+
* @public
|
|
2762
2762
|
*/
|
|
2763
2763
|
LastUpdatedDateTime?: Date;
|
|
2764
2764
|
/**
|
|
2765
|
-
* @public
|
|
2766
2765
|
* <p>The date and time when the request to update a directory setting was last submitted.</p>
|
|
2766
|
+
* @public
|
|
2767
2767
|
*/
|
|
2768
2768
|
LastRequestedDateTime?: Date;
|
|
2769
2769
|
/**
|
|
2770
|
-
* @public
|
|
2771
2770
|
* <p>The data type of a directory setting. This is used to define the <code>AllowedValues</code> of a setting.
|
|
2772
2771
|
* For example a data type can be <code>Boolean</code>, <code>DurationInSeconds</code>, or <code>Enum</code>.</p>
|
|
2772
|
+
* @public
|
|
2773
2773
|
*/
|
|
2774
2774
|
DataType?: string;
|
|
2775
2775
|
}
|
|
@@ -2778,22 +2778,22 @@ export interface SettingEntry {
|
|
|
2778
2778
|
*/
|
|
2779
2779
|
export interface DescribeSettingsResult {
|
|
2780
2780
|
/**
|
|
2781
|
-
* @public
|
|
2782
2781
|
* <p>The identifier of the directory.</p>
|
|
2782
|
+
* @public
|
|
2783
2783
|
*/
|
|
2784
2784
|
DirectoryId?: string;
|
|
2785
2785
|
/**
|
|
2786
|
-
* @public
|
|
2787
2786
|
* <p>The list of <a>SettingEntry</a> objects that were retrieved.</p>
|
|
2788
2787
|
* <p>It is possible that this list contains less than the number of items specified in the
|
|
2789
2788
|
* <code>Limit</code> member of the request. This occurs if there are less than the requested
|
|
2790
2789
|
* number of items left to retrieve, or if the limitations of the operation have been
|
|
2791
2790
|
* exceeded.</p>
|
|
2791
|
+
* @public
|
|
2792
2792
|
*/
|
|
2793
2793
|
SettingEntries?: SettingEntry[];
|
|
2794
2794
|
/**
|
|
2795
|
-
* @public
|
|
2796
2795
|
* <p>If not null, token that indicates that more results are available. Pass this value for the <code>NextToken</code> parameter in a subsequent call to <code>DescribeSettings</code> to retrieve the next set of items. </p>
|
|
2796
|
+
* @public
|
|
2797
2797
|
*/
|
|
2798
2798
|
NextToken?: string;
|
|
2799
2799
|
}
|
|
@@ -2802,24 +2802,24 @@ export interface DescribeSettingsResult {
|
|
|
2802
2802
|
*/
|
|
2803
2803
|
export interface DescribeSharedDirectoriesRequest {
|
|
2804
2804
|
/**
|
|
2805
|
-
* @public
|
|
2806
2805
|
* <p>Returns the identifier of the directory in the directory owner account. </p>
|
|
2806
|
+
* @public
|
|
2807
2807
|
*/
|
|
2808
2808
|
OwnerDirectoryId: string | undefined;
|
|
2809
2809
|
/**
|
|
2810
|
-
* @public
|
|
2811
2810
|
* <p>A list of identifiers of all shared directories in your account. </p>
|
|
2811
|
+
* @public
|
|
2812
2812
|
*/
|
|
2813
2813
|
SharedDirectoryIds?: string[];
|
|
2814
2814
|
/**
|
|
2815
|
-
* @public
|
|
2816
2815
|
* <p>The <code>DescribeSharedDirectoriesResult.NextToken</code> value from a previous call to
|
|
2817
2816
|
* <a>DescribeSharedDirectories</a>. Pass null if this is the first call. </p>
|
|
2817
|
+
* @public
|
|
2818
2818
|
*/
|
|
2819
2819
|
NextToken?: string;
|
|
2820
2820
|
/**
|
|
2821
|
-
* @public
|
|
2822
2821
|
* <p>The number of shared directories to return in the response object.</p>
|
|
2822
|
+
* @public
|
|
2823
2823
|
*/
|
|
2824
2824
|
Limit?: number;
|
|
2825
2825
|
}
|
|
@@ -2828,43 +2828,43 @@ export interface DescribeSharedDirectoriesRequest {
|
|
|
2828
2828
|
*/
|
|
2829
2829
|
export interface DescribeSharedDirectoriesResult {
|
|
2830
2830
|
/**
|
|
2831
|
-
* @public
|
|
2832
2831
|
* <p>A list of all shared directories in your account.</p>
|
|
2832
|
+
* @public
|
|
2833
2833
|
*/
|
|
2834
2834
|
SharedDirectories?: SharedDirectory[];
|
|
2835
2835
|
/**
|
|
2836
|
-
* @public
|
|
2837
2836
|
* <p>If not null, token that indicates that more results are available. Pass this value for the
|
|
2838
2837
|
* <code>NextToken</code> parameter in a subsequent call to <a>DescribeSharedDirectories</a> to retrieve the next set of items.</p>
|
|
2838
|
+
* @public
|
|
2839
2839
|
*/
|
|
2840
2840
|
NextToken?: string;
|
|
2841
2841
|
}
|
|
2842
2842
|
/**
|
|
2843
|
-
* @public
|
|
2844
2843
|
* <p>Contains the inputs for the <a>DescribeSnapshots</a> operation.</p>
|
|
2844
|
+
* @public
|
|
2845
2845
|
*/
|
|
2846
2846
|
export interface DescribeSnapshotsRequest {
|
|
2847
2847
|
/**
|
|
2848
|
-
* @public
|
|
2849
2848
|
* <p>The identifier of the directory for which to retrieve snapshot information.</p>
|
|
2849
|
+
* @public
|
|
2850
2850
|
*/
|
|
2851
2851
|
DirectoryId?: string;
|
|
2852
2852
|
/**
|
|
2853
|
-
* @public
|
|
2854
2853
|
* <p>A list of identifiers of the snapshots to obtain the information for. If this member is
|
|
2855
2854
|
* null or empty, all snapshots are returned using the <i>Limit</i> and <i>NextToken</i>
|
|
2856
2855
|
* members.</p>
|
|
2856
|
+
* @public
|
|
2857
2857
|
*/
|
|
2858
2858
|
SnapshotIds?: string[];
|
|
2859
2859
|
/**
|
|
2860
|
-
* @public
|
|
2861
2860
|
* <p>The <i>DescribeSnapshotsResult.NextToken</i> value from a previous call to
|
|
2862
2861
|
* <a>DescribeSnapshots</a>. Pass null if this is the first call.</p>
|
|
2862
|
+
* @public
|
|
2863
2863
|
*/
|
|
2864
2864
|
NextToken?: string;
|
|
2865
2865
|
/**
|
|
2866
|
-
* @public
|
|
2867
2866
|
* <p>The maximum number of objects to return.</p>
|
|
2867
|
+
* @public
|
|
2868
2868
|
*/
|
|
2869
2869
|
Limit?: number;
|
|
2870
2870
|
}
|
|
@@ -2894,92 +2894,92 @@ export declare const SnapshotType: {
|
|
|
2894
2894
|
*/
|
|
2895
2895
|
export type SnapshotType = (typeof SnapshotType)[keyof typeof SnapshotType];
|
|
2896
2896
|
/**
|
|
2897
|
-
* @public
|
|
2898
2897
|
* <p>Describes a directory snapshot.</p>
|
|
2898
|
+
* @public
|
|
2899
2899
|
*/
|
|
2900
2900
|
export interface Snapshot {
|
|
2901
2901
|
/**
|
|
2902
|
-
* @public
|
|
2903
2902
|
* <p>The directory identifier.</p>
|
|
2903
|
+
* @public
|
|
2904
2904
|
*/
|
|
2905
2905
|
DirectoryId?: string;
|
|
2906
2906
|
/**
|
|
2907
|
-
* @public
|
|
2908
2907
|
* <p>The snapshot identifier.</p>
|
|
2908
|
+
* @public
|
|
2909
2909
|
*/
|
|
2910
2910
|
SnapshotId?: string;
|
|
2911
2911
|
/**
|
|
2912
|
-
* @public
|
|
2913
2912
|
* <p>The snapshot type.</p>
|
|
2913
|
+
* @public
|
|
2914
2914
|
*/
|
|
2915
2915
|
Type?: SnapshotType;
|
|
2916
2916
|
/**
|
|
2917
|
-
* @public
|
|
2918
2917
|
* <p>The descriptive name of the snapshot.</p>
|
|
2918
|
+
* @public
|
|
2919
2919
|
*/
|
|
2920
2920
|
Name?: string;
|
|
2921
2921
|
/**
|
|
2922
|
-
* @public
|
|
2923
2922
|
* <p>The snapshot status.</p>
|
|
2923
|
+
* @public
|
|
2924
2924
|
*/
|
|
2925
2925
|
Status?: SnapshotStatus;
|
|
2926
2926
|
/**
|
|
2927
|
-
* @public
|
|
2928
2927
|
* <p>The date and time that the snapshot was taken.</p>
|
|
2928
|
+
* @public
|
|
2929
2929
|
*/
|
|
2930
2930
|
StartTime?: Date;
|
|
2931
2931
|
}
|
|
2932
2932
|
/**
|
|
2933
|
-
* @public
|
|
2934
2933
|
* <p>Contains the results of the <a>DescribeSnapshots</a> operation.</p>
|
|
2934
|
+
* @public
|
|
2935
2935
|
*/
|
|
2936
2936
|
export interface DescribeSnapshotsResult {
|
|
2937
2937
|
/**
|
|
2938
|
-
* @public
|
|
2939
2938
|
* <p>The list of <a>Snapshot</a> objects that were retrieved.</p>
|
|
2940
2939
|
* <p>It is possible that this list contains less than the number of items specified in the
|
|
2941
2940
|
* <i>Limit</i> member of the request. This occurs if there are less than the requested
|
|
2942
2941
|
* number of items left to retrieve, or if the limitations of the operation have been
|
|
2943
2942
|
* exceeded.</p>
|
|
2943
|
+
* @public
|
|
2944
2944
|
*/
|
|
2945
2945
|
Snapshots?: Snapshot[];
|
|
2946
2946
|
/**
|
|
2947
|
-
* @public
|
|
2948
2947
|
* <p>If not null, more results are available. Pass this value in the <i>NextToken</i> member of
|
|
2949
2948
|
* a subsequent call to <a>DescribeSnapshots</a>.</p>
|
|
2949
|
+
* @public
|
|
2950
2950
|
*/
|
|
2951
2951
|
NextToken?: string;
|
|
2952
2952
|
}
|
|
2953
2953
|
/**
|
|
2954
|
-
* @public
|
|
2955
2954
|
* <p>Describes the trust relationships for a particular Managed Microsoft AD directory. If no input
|
|
2956
2955
|
* parameters are provided, such as directory ID or trust ID, this request describes all the
|
|
2957
2956
|
* trust relationships.</p>
|
|
2957
|
+
* @public
|
|
2958
2958
|
*/
|
|
2959
2959
|
export interface DescribeTrustsRequest {
|
|
2960
2960
|
/**
|
|
2961
|
-
* @public
|
|
2962
2961
|
* <p>The Directory ID of the Amazon Web Services directory that is a part of the requested trust
|
|
2963
2962
|
* relationship.</p>
|
|
2963
|
+
* @public
|
|
2964
2964
|
*/
|
|
2965
2965
|
DirectoryId?: string;
|
|
2966
2966
|
/**
|
|
2967
|
-
* @public
|
|
2968
2967
|
* <p>A list of identifiers of the trust relationships for which to obtain the information. If
|
|
2969
2968
|
* this member is null, all trust relationships that belong to the current account are
|
|
2970
2969
|
* returned.</p>
|
|
2971
2970
|
* <p>An empty list results in an <code>InvalidParameterException</code> being thrown.</p>
|
|
2971
|
+
* @public
|
|
2972
2972
|
*/
|
|
2973
2973
|
TrustIds?: string[];
|
|
2974
2974
|
/**
|
|
2975
|
-
* @public
|
|
2976
2975
|
* <p>The <i>DescribeTrustsResult.NextToken</i> value from a previous call to
|
|
2977
2976
|
* <a>DescribeTrusts</a>. Pass null if this is the first call.</p>
|
|
2977
|
+
* @public
|
|
2978
2978
|
*/
|
|
2979
2979
|
NextToken?: string;
|
|
2980
2980
|
/**
|
|
2981
|
-
* @public
|
|
2982
2981
|
* <p>The maximum number of objects to return.</p>
|
|
2982
|
+
* @public
|
|
2983
2983
|
*/
|
|
2984
2984
|
Limit?: number;
|
|
2985
2985
|
}
|
|
@@ -3005,86 +3005,86 @@ export declare const TrustState: {
|
|
|
3005
3005
|
*/
|
|
3006
3006
|
export type TrustState = (typeof TrustState)[keyof typeof TrustState];
|
|
3007
3007
|
/**
|
|
3008
|
-
* @public
|
|
3009
3008
|
* <p>Describes a trust relationship between an Managed Microsoft AD directory and an external
|
|
3010
3009
|
* domain.</p>
|
|
3010
|
+
* @public
|
|
3011
3011
|
*/
|
|
3012
3012
|
export interface Trust {
|
|
3013
3013
|
/**
|
|
3014
|
-
* @public
|
|
3015
3014
|
* <p>The Directory ID of the Amazon Web Services directory involved in the trust relationship.</p>
|
|
3015
|
+
* @public
|
|
3016
3016
|
*/
|
|
3017
3017
|
DirectoryId?: string;
|
|
3018
3018
|
/**
|
|
3019
|
-
* @public
|
|
3020
3019
|
* <p>The unique ID of the trust relationship.</p>
|
|
3020
|
+
* @public
|
|
3021
3021
|
*/
|
|
3022
3022
|
TrustId?: string;
|
|
3023
3023
|
/**
|
|
3024
|
-
* @public
|
|
3025
3024
|
* <p>The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust
|
|
3026
3025
|
* relationship.</p>
|
|
3026
|
+
* @public
|
|
3027
3027
|
*/
|
|
3028
3028
|
RemoteDomainName?: string;
|
|
3029
3029
|
/**
|
|
3030
|
-
* @public
|
|
3031
3030
|
* <p>The trust relationship type. <code>Forest</code> is the default.</p>
|
|
3031
|
+
* @public
|
|
3032
3032
|
*/
|
|
3033
3033
|
TrustType?: TrustType;
|
|
3034
3034
|
/**
|
|
3035
|
-
* @public
|
|
3036
3035
|
* <p>The trust relationship direction.</p>
|
|
3036
|
+
* @public
|
|
3037
3037
|
*/
|
|
3038
3038
|
TrustDirection?: TrustDirection;
|
|
3039
3039
|
/**
|
|
3040
|
-
* @public
|
|
3041
3040
|
* <p>The trust relationship state.</p>
|
|
3041
|
+
* @public
|
|
3042
3042
|
*/
|
|
3043
3043
|
TrustState?: TrustState;
|
|
3044
3044
|
/**
|
|
3045
|
-
* @public
|
|
3046
3045
|
* <p>The date and time that the trust relationship was created.</p>
|
|
3046
|
+
* @public
|
|
3047
3047
|
*/
|
|
3048
3048
|
CreatedDateTime?: Date;
|
|
3049
3049
|
/**
|
|
3050
|
-
* @public
|
|
3051
3050
|
* <p>The date and time that the trust relationship was last updated.</p>
|
|
3051
|
+
* @public
|
|
3052
3052
|
*/
|
|
3053
3053
|
LastUpdatedDateTime?: Date;
|
|
3054
3054
|
/**
|
|
3055
|
-
* @public
|
|
3056
3055
|
* <p>The date and time that the TrustState was last updated.</p>
|
|
3056
|
+
* @public
|
|
3057
3057
|
*/
|
|
3058
3058
|
StateLastUpdatedDateTime?: Date;
|
|
3059
3059
|
/**
|
|
3060
|
-
* @public
|
|
3061
3060
|
* <p>The reason for the TrustState.</p>
|
|
3061
|
+
* @public
|
|
3062
3062
|
*/
|
|
3063
3063
|
TrustStateReason?: string;
|
|
3064
3064
|
/**
|
|
3065
|
-
* @public
|
|
3066
3065
|
* <p>Current state of selective authentication for the trust.</p>
|
|
3066
|
+
* @public
|
|
3067
3067
|
*/
|
|
3068
3068
|
SelectiveAuth?: SelectiveAuth;
|
|
3069
3069
|
}
|
|
3070
3070
|
/**
|
|
3071
|
-
* @public
|
|
3072
3071
|
* <p>The result of a DescribeTrust request.</p>
|
|
3072
|
+
* @public
|
|
3073
3073
|
*/
|
|
3074
3074
|
export interface DescribeTrustsResult {
|
|
3075
3075
|
/**
|
|
3076
|
-
* @public
|
|
3077
3076
|
* <p>The list of Trust objects that were retrieved.</p>
|
|
3078
3077
|
* <p>It is possible that this list contains less than the number of items specified in the
|
|
3079
3078
|
* <i>Limit</i> member of the request. This occurs if there are less than the
|
|
3080
3079
|
* requested number of items left to retrieve, or if the limitations of the operation have been
|
|
3081
3080
|
* exceeded.</p>
|
|
3081
|
+
* @public
|
|
3082
3082
|
*/
|
|
3083
3083
|
Trusts?: Trust[];
|
|
3084
3084
|
/**
|
|
3085
|
-
* @public
|
|
3086
3085
|
* <p>If not null, more results are available. Pass this value for the
|
|
3087
3086
|
* <i>NextToken</i> parameter in a subsequent call to <a>DescribeTrusts</a> to retrieve the next set of items.</p>
|
|
3087
|
+
* @public
|
|
3088
3088
|
*/
|
|
3089
3089
|
NextToken?: string;
|
|
3090
3090
|
}
|
|
@@ -3104,61 +3104,61 @@ export type UpdateType = (typeof UpdateType)[keyof typeof UpdateType];
|
|
|
3104
3104
|
*/
|
|
3105
3105
|
export interface DescribeUpdateDirectoryRequest {
|
|
3106
3106
|
/**
|
|
3107
|
-
* @public
|
|
3108
3107
|
* <p>
|
|
3109
3108
|
* The unique identifier of the directory.
|
|
3110
3109
|
* </p>
|
|
3110
|
+
* @public
|
|
3111
3111
|
*/
|
|
3112
3112
|
DirectoryId: string | undefined;
|
|
3113
3113
|
/**
|
|
3114
|
-
* @public
|
|
3115
3114
|
* <p>
|
|
3116
3115
|
* The type of updates you want to describe for the directory.
|
|
3117
3116
|
* </p>
|
|
3117
|
+
* @public
|
|
3118
3118
|
*/
|
|
3119
3119
|
UpdateType: UpdateType | undefined;
|
|
3120
3120
|
/**
|
|
3121
|
-
* @public
|
|
3122
3121
|
* <p>
|
|
3123
3122
|
* The name of the Region.
|
|
3124
3123
|
* </p>
|
|
3124
|
+
* @public
|
|
3125
3125
|
*/
|
|
3126
3126
|
RegionName?: string;
|
|
3127
3127
|
/**
|
|
3128
|
-
* @public
|
|
3129
3128
|
* <p>
|
|
3130
3129
|
* The <code>DescribeUpdateDirectoryResult</code>. NextToken value from a previous call to <a>DescribeUpdateDirectory</a>. Pass null if this is the first call.
|
|
3131
3130
|
* </p>
|
|
3131
|
+
* @public
|
|
3132
3132
|
*/
|
|
3133
3133
|
NextToken?: string;
|
|
3134
3134
|
}
|
|
3135
3135
|
/**
|
|
3136
|
-
* @public
|
|
3137
3136
|
* <p>
|
|
3138
3137
|
* OS version that the directory needs to be updated to.
|
|
3139
3138
|
* </p>
|
|
3139
|
+
* @public
|
|
3140
3140
|
*/
|
|
3141
3141
|
export interface OSUpdateSettings {
|
|
3142
3142
|
/**
|
|
3143
|
-
* @public
|
|
3144
3143
|
* <p>
|
|
3145
3144
|
* OS version that the directory needs to be updated to.
|
|
3146
3145
|
* </p>
|
|
3146
|
+
* @public
|
|
3147
3147
|
*/
|
|
3148
3148
|
OSVersion?: OSVersion;
|
|
3149
3149
|
}
|
|
3150
3150
|
/**
|
|
3151
|
-
* @public
|
|
3152
3151
|
* <p>
|
|
3153
3152
|
* The value for a given type of <code>UpdateSettings</code>.
|
|
3154
3153
|
* </p>
|
|
3154
|
+
* @public
|
|
3155
3155
|
*/
|
|
3156
3156
|
export interface UpdateValue {
|
|
3157
3157
|
/**
|
|
3158
|
-
* @public
|
|
3159
3158
|
* <p>
|
|
3160
3159
|
* The OS update related settings.
|
|
3161
3160
|
* </p>
|
|
3161
|
+
* @public
|
|
3162
3162
|
*/
|
|
3163
3163
|
OSUpdateSettings?: OSUpdateSettings;
|
|
3164
3164
|
}
|
|
@@ -3176,66 +3176,66 @@ export declare const UpdateStatus: {
|
|
|
3176
3176
|
*/
|
|
3177
3177
|
export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
|
|
3178
3178
|
/**
|
|
3179
|
-
* @public
|
|
3180
3179
|
* <p>
|
|
3181
3180
|
* An entry of update information related to a requested update type.
|
|
3182
3181
|
* </p>
|
|
3182
|
+
* @public
|
|
3183
3183
|
*/
|
|
3184
3184
|
export interface UpdateInfoEntry {
|
|
3185
3185
|
/**
|
|
3186
|
-
* @public
|
|
3187
3186
|
* <p>
|
|
3188
3187
|
* The name of the Region.
|
|
3189
3188
|
* </p>
|
|
3189
|
+
* @public
|
|
3190
3190
|
*/
|
|
3191
3191
|
Region?: string;
|
|
3192
3192
|
/**
|
|
3193
|
-
* @public
|
|
3194
3193
|
* <p>
|
|
3195
3194
|
* The status of the update performed on the directory.
|
|
3196
3195
|
* </p>
|
|
3196
|
+
* @public
|
|
3197
3197
|
*/
|
|
3198
3198
|
Status?: UpdateStatus;
|
|
3199
3199
|
/**
|
|
3200
|
-
* @public
|
|
3201
3200
|
* <p>
|
|
3202
3201
|
* The reason for the current status of the update type activity.
|
|
3203
3202
|
* </p>
|
|
3203
|
+
* @public
|
|
3204
3204
|
*/
|
|
3205
3205
|
StatusReason?: string;
|
|
3206
3206
|
/**
|
|
3207
|
-
* @public
|
|
3208
3207
|
* <p>
|
|
3209
3208
|
* This specifies if the update was initiated by the customer or by the service team.
|
|
3210
3209
|
* </p>
|
|
3210
|
+
* @public
|
|
3211
3211
|
*/
|
|
3212
3212
|
InitiatedBy?: string;
|
|
3213
3213
|
/**
|
|
3214
|
-
* @public
|
|
3215
3214
|
* <p>
|
|
3216
3215
|
* The new value of the target setting.
|
|
3217
3216
|
* </p>
|
|
3217
|
+
* @public
|
|
3218
3218
|
*/
|
|
3219
3219
|
NewValue?: UpdateValue;
|
|
3220
3220
|
/**
|
|
3221
|
-
* @public
|
|
3222
3221
|
* <p>
|
|
3223
3222
|
* The old value of the target setting.
|
|
3224
3223
|
* </p>
|
|
3224
|
+
* @public
|
|
3225
3225
|
*/
|
|
3226
3226
|
PreviousValue?: UpdateValue;
|
|
3227
3227
|
/**
|
|
3228
|
-
* @public
|
|
3229
3228
|
* <p>
|
|
3230
3229
|
* The start time of the <code>UpdateDirectorySetup</code> for the particular type.
|
|
3231
3230
|
* </p>
|
|
3231
|
+
* @public
|
|
3232
3232
|
*/
|
|
3233
3233
|
StartTime?: Date;
|
|
3234
3234
|
/**
|
|
3235
|
-
* @public
|
|
3236
3235
|
* <p>
|
|
3237
3236
|
* The last updated date and time of a particular directory setting.
|
|
3238
3237
|
* </p>
|
|
3238
|
+
* @public
|
|
3239
3239
|
*/
|
|
3240
3240
|
LastUpdatedDateTime?: Date;
|
|
3241
3241
|
}
|
|
@@ -3244,37 +3244,37 @@ export interface UpdateInfoEntry {
|
|
|
3244
3244
|
*/
|
|
3245
3245
|
export interface DescribeUpdateDirectoryResult {
|
|
3246
3246
|
/**
|
|
3247
|
-
* @public
|
|
3248
3247
|
* <p>
|
|
3249
3248
|
* The list of update activities on a directory for the requested update type.
|
|
3250
3249
|
* </p>
|
|
3250
|
+
* @public
|
|
3251
3251
|
*/
|
|
3252
3252
|
UpdateActivities?: UpdateInfoEntry[];
|
|
3253
3253
|
/**
|
|
3254
|
-
* @public
|
|
3255
3254
|
* <p>
|
|
3256
3255
|
* If not null, more results are available. Pass this value for the <code>NextToken</code> parameter.
|
|
3257
3256
|
* </p>
|
|
3257
|
+
* @public
|
|
3258
3258
|
*/
|
|
3259
3259
|
NextToken?: string;
|
|
3260
3260
|
}
|
|
3261
3261
|
/**
|
|
3262
|
-
* @public
|
|
3263
3262
|
* <p>
|
|
3264
3263
|
* The directory is already updated to desired update type settings.
|
|
3265
3264
|
* </p>
|
|
3265
|
+
* @public
|
|
3266
3266
|
*/
|
|
3267
3267
|
export declare class DirectoryInDesiredStateException extends __BaseException {
|
|
3268
3268
|
readonly name: "DirectoryInDesiredStateException";
|
|
3269
3269
|
readonly $fault: "client";
|
|
3270
3270
|
/**
|
|
3271
|
-
* @public
|
|
3272
3271
|
* <p>The descriptive message for the exception.</p>
|
|
3272
|
+
* @public
|
|
3273
3273
|
*/
|
|
3274
3274
|
Message?: string;
|
|
3275
3275
|
/**
|
|
3276
|
-
* @public
|
|
3277
3276
|
* <p>The Amazon Web Services request identifier.</p>
|
|
3277
|
+
* @public
|
|
3278
3278
|
*/
|
|
3279
3279
|
RequestId?: string;
|
|
3280
3280
|
/**
|
|
@@ -3283,71 +3283,71 @@ export declare class DirectoryInDesiredStateException extends __BaseException {
|
|
|
3283
3283
|
constructor(opts: __ExceptionOptionType<DirectoryInDesiredStateException, __BaseException>);
|
|
3284
3284
|
}
|
|
3285
3285
|
/**
|
|
3286
|
-
* @public
|
|
3287
3286
|
* <p>Contains directory limit information for a Region.</p>
|
|
3287
|
+
* @public
|
|
3288
3288
|
*/
|
|
3289
3289
|
export interface DirectoryLimits {
|
|
3290
3290
|
/**
|
|
3291
|
-
* @public
|
|
3292
3291
|
* <p>The maximum number of cloud directories allowed in the Region.</p>
|
|
3292
|
+
* @public
|
|
3293
3293
|
*/
|
|
3294
3294
|
CloudOnlyDirectoriesLimit?: number;
|
|
3295
3295
|
/**
|
|
3296
|
-
* @public
|
|
3297
3296
|
* <p>The current number of cloud directories in the Region.</p>
|
|
3297
|
+
* @public
|
|
3298
3298
|
*/
|
|
3299
3299
|
CloudOnlyDirectoriesCurrentCount?: number;
|
|
3300
3300
|
/**
|
|
3301
|
-
* @public
|
|
3302
3301
|
* <p>Indicates if the cloud directory limit has been reached.</p>
|
|
3302
|
+
* @public
|
|
3303
3303
|
*/
|
|
3304
3304
|
CloudOnlyDirectoriesLimitReached?: boolean;
|
|
3305
3305
|
/**
|
|
3306
|
-
* @public
|
|
3307
3306
|
* <p>The maximum number of Managed Microsoft AD directories allowed in the region.</p>
|
|
3307
|
+
* @public
|
|
3308
3308
|
*/
|
|
3309
3309
|
CloudOnlyMicrosoftADLimit?: number;
|
|
3310
3310
|
/**
|
|
3311
|
-
* @public
|
|
3312
3311
|
* <p>The current number of Managed Microsoft AD directories in the region.</p>
|
|
3312
|
+
* @public
|
|
3313
3313
|
*/
|
|
3314
3314
|
CloudOnlyMicrosoftADCurrentCount?: number;
|
|
3315
3315
|
/**
|
|
3316
|
-
* @public
|
|
3317
3316
|
* <p>Indicates if the Managed Microsoft AD directory limit has been reached.</p>
|
|
3317
|
+
* @public
|
|
3318
3318
|
*/
|
|
3319
3319
|
CloudOnlyMicrosoftADLimitReached?: boolean;
|
|
3320
3320
|
/**
|
|
3321
|
-
* @public
|
|
3322
3321
|
* <p>The maximum number of connected directories allowed in the Region.</p>
|
|
3322
|
+
* @public
|
|
3323
3323
|
*/
|
|
3324
3324
|
ConnectedDirectoriesLimit?: number;
|
|
3325
3325
|
/**
|
|
3326
|
-
* @public
|
|
3327
3326
|
* <p>The current number of connected directories in the Region.</p>
|
|
3327
|
+
* @public
|
|
3328
3328
|
*/
|
|
3329
3329
|
ConnectedDirectoriesCurrentCount?: number;
|
|
3330
3330
|
/**
|
|
3331
|
-
* @public
|
|
3332
3331
|
* <p>Indicates if the connected directory limit has been reached.</p>
|
|
3332
|
+
* @public
|
|
3333
3333
|
*/
|
|
3334
3334
|
ConnectedDirectoriesLimitReached?: boolean;
|
|
3335
3335
|
}
|
|
3336
3336
|
/**
|
|
3337
|
-
* @public
|
|
3338
3337
|
* <p>The specified directory has not been shared with this Amazon Web Services account.</p>
|
|
3338
|
+
* @public
|
|
3339
3339
|
*/
|
|
3340
3340
|
export declare class DirectoryNotSharedException extends __BaseException {
|
|
3341
3341
|
readonly name: "DirectoryNotSharedException";
|
|
3342
3342
|
readonly $fault: "client";
|
|
3343
3343
|
/**
|
|
3344
|
-
* @public
|
|
3345
3344
|
* <p>The descriptive message for the exception.</p>
|
|
3345
|
+
* @public
|
|
3346
3346
|
*/
|
|
3347
3347
|
Message?: string;
|
|
3348
3348
|
/**
|
|
3349
|
-
* @public
|
|
3350
3349
|
* <p>The Amazon Web Services request identifier.</p>
|
|
3350
|
+
* @public
|
|
3351
3351
|
*/
|
|
3352
3352
|
RequestId?: string;
|
|
3353
3353
|
/**
|
|
@@ -3360,13 +3360,13 @@ export declare class DirectoryNotSharedException extends __BaseException {
|
|
|
3360
3360
|
*/
|
|
3361
3361
|
export interface DisableClientAuthenticationRequest {
|
|
3362
3362
|
/**
|
|
3363
|
-
* @public
|
|
3364
3363
|
* <p>The identifier of the directory </p>
|
|
3364
|
+
* @public
|
|
3365
3365
|
*/
|
|
3366
3366
|
DirectoryId: string | undefined;
|
|
3367
3367
|
/**
|
|
3368
|
-
* @public
|
|
3369
3368
|
* <p>The type of client authentication to disable. Currently, only the parameter, <code>SmartCard</code> is supported.</p>
|
|
3369
|
+
* @public
|
|
3370
3370
|
*/
|
|
3371
3371
|
Type: ClientAuthenticationType | undefined;
|
|
3372
3372
|
}
|
|
@@ -3376,20 +3376,20 @@ export interface DisableClientAuthenticationRequest {
|
|
|
3376
3376
|
export interface DisableClientAuthenticationResult {
|
|
3377
3377
|
}
|
|
3378
3378
|
/**
|
|
3379
|
-
* @public
|
|
3380
3379
|
* <p>Client authentication is already enabled.</p>
|
|
3380
|
+
* @public
|
|
3381
3381
|
*/
|
|
3382
3382
|
export declare class InvalidClientAuthStatusException extends __BaseException {
|
|
3383
3383
|
readonly name: "InvalidClientAuthStatusException";
|
|
3384
3384
|
readonly $fault: "client";
|
|
3385
3385
|
/**
|
|
3386
|
-
* @public
|
|
3387
3386
|
* <p>The descriptive message for the exception.</p>
|
|
3387
|
+
* @public
|
|
3388
3388
|
*/
|
|
3389
3389
|
Message?: string;
|
|
3390
3390
|
/**
|
|
3391
|
-
* @public
|
|
3392
3391
|
* <p>The Amazon Web Services request identifier.</p>
|
|
3392
|
+
* @public
|
|
3393
3393
|
*/
|
|
3394
3394
|
RequestId?: string;
|
|
3395
3395
|
/**
|
|
@@ -3402,14 +3402,14 @@ export declare class InvalidClientAuthStatusException extends __BaseException {
|
|
|
3402
3402
|
*/
|
|
3403
3403
|
export interface DisableLDAPSRequest {
|
|
3404
3404
|
/**
|
|
3405
|
-
* @public
|
|
3406
3405
|
* <p>The identifier of the directory.</p>
|
|
3406
|
+
* @public
|
|
3407
3407
|
*/
|
|
3408
3408
|
DirectoryId: string | undefined;
|
|
3409
3409
|
/**
|
|
3410
|
-
* @public
|
|
3411
3410
|
* <p>The type of LDAP security to enable. Currently only the value <code>Client</code> is
|
|
3412
3411
|
* supported.</p>
|
|
3412
|
+
* @public
|
|
3413
3413
|
*/
|
|
3414
3414
|
Type: LDAPSType | undefined;
|
|
3415
3415
|
}
|
|
@@ -3419,21 +3419,21 @@ export interface DisableLDAPSRequest {
|
|
|
3419
3419
|
export interface DisableLDAPSResult {
|
|
3420
3420
|
}
|
|
3421
3421
|
/**
|
|
3422
|
-
* @public
|
|
3423
3422
|
* <p>The LDAP activities could not be performed because they are limited by the LDAPS
|
|
3424
3423
|
* status.</p>
|
|
3424
|
+
* @public
|
|
3425
3425
|
*/
|
|
3426
3426
|
export declare class InvalidLDAPSStatusException extends __BaseException {
|
|
3427
3427
|
readonly name: "InvalidLDAPSStatusException";
|
|
3428
3428
|
readonly $fault: "client";
|
|
3429
3429
|
/**
|
|
3430
|
-
* @public
|
|
3431
3430
|
* <p>The descriptive message for the exception.</p>
|
|
3431
|
+
* @public
|
|
3432
3432
|
*/
|
|
3433
3433
|
Message?: string;
|
|
3434
3434
|
/**
|
|
3435
|
-
* @public
|
|
3436
3435
|
* <p>The Amazon Web Services request identifier.</p>
|
|
3436
|
+
* @public
|
|
3437
3437
|
*/
|
|
3438
3438
|
RequestId?: string;
|
|
3439
3439
|
/**
|
|
@@ -3442,34 +3442,33 @@ export declare class InvalidLDAPSStatusException extends __BaseException {
|
|
|
3442
3442
|
constructor(opts: __ExceptionOptionType<InvalidLDAPSStatusException, __BaseException>);
|
|
3443
3443
|
}
|
|
3444
3444
|
/**
|
|
3445
|
-
* @public
|
|
3446
3445
|
* <p>Contains the inputs for the <a>DisableRadius</a> operation.</p>
|
|
3446
|
+
* @public
|
|
3447
3447
|
*/
|
|
3448
3448
|
export interface DisableRadiusRequest {
|
|
3449
3449
|
/**
|
|
3450
|
-
* @public
|
|
3451
3450
|
* <p>The identifier of the directory for which to disable MFA.</p>
|
|
3451
|
+
* @public
|
|
3452
3452
|
*/
|
|
3453
3453
|
DirectoryId: string | undefined;
|
|
3454
3454
|
}
|
|
3455
3455
|
/**
|
|
3456
|
-
* @public
|
|
3457
3456
|
* <p>Contains the results of the <a>DisableRadius</a> operation.</p>
|
|
3457
|
+
* @public
|
|
3458
3458
|
*/
|
|
3459
3459
|
export interface DisableRadiusResult {
|
|
3460
3460
|
}
|
|
3461
3461
|
/**
|
|
3462
|
-
* @public
|
|
3463
3462
|
* <p>Contains the inputs for the <a>DisableSso</a> operation.</p>
|
|
3463
|
+
* @public
|
|
3464
3464
|
*/
|
|
3465
3465
|
export interface DisableSsoRequest {
|
|
3466
3466
|
/**
|
|
3467
|
-
* @public
|
|
3468
3467
|
* <p>The identifier of the directory for which to disable single-sign on.</p>
|
|
3468
|
+
* @public
|
|
3469
3469
|
*/
|
|
3470
3470
|
DirectoryId: string | undefined;
|
|
3471
3471
|
/**
|
|
3472
|
-
* @public
|
|
3473
3472
|
* <p>The username of an alternate account to use to disable single-sign on. This is only used
|
|
3474
3473
|
* for AD Connector directories. This account must have privileges to remove a service
|
|
3475
3474
|
* principal name.</p>
|
|
@@ -3478,19 +3477,20 @@ export interface DisableSsoRequest {
|
|
|
3478
3477
|
* and <i>Password</i> parameters. These credentials are only used to disable
|
|
3479
3478
|
* single sign-on and are not stored by the service. The AD Connector service account is not
|
|
3480
3479
|
* changed.</p>
|
|
3480
|
+
* @public
|
|
3481
3481
|
*/
|
|
3482
3482
|
UserName?: string;
|
|
3483
3483
|
/**
|
|
3484
|
-
* @public
|
|
3485
3484
|
* <p>The password of an alternate account to use to disable single-sign on. This is only used
|
|
3486
3485
|
* for AD Connector directories. For more information, see the <i>UserName</i>
|
|
3487
3486
|
* parameter.</p>
|
|
3487
|
+
* @public
|
|
3488
3488
|
*/
|
|
3489
3489
|
Password?: string;
|
|
3490
3490
|
}
|
|
3491
3491
|
/**
|
|
3492
|
-
* @public
|
|
3493
3492
|
* <p>Contains the results of the <a>DisableSso</a> operation.</p>
|
|
3493
|
+
* @public
|
|
3494
3494
|
*/
|
|
3495
3495
|
export interface DisableSsoResult {
|
|
3496
3496
|
}
|
|
@@ -3499,16 +3499,16 @@ export interface DisableSsoResult {
|
|
|
3499
3499
|
*/
|
|
3500
3500
|
export interface EnableClientAuthenticationRequest {
|
|
3501
3501
|
/**
|
|
3502
|
-
* @public
|
|
3503
3502
|
* <p>The identifier of the specified directory. </p>
|
|
3503
|
+
* @public
|
|
3504
3504
|
*/
|
|
3505
3505
|
DirectoryId: string | undefined;
|
|
3506
3506
|
/**
|
|
3507
|
-
* @public
|
|
3508
3507
|
* <p>The type of client authentication to enable. Currently only the value <code>SmartCard</code> is
|
|
3509
3508
|
* supported. Smart card authentication in AD Connector requires that you enable Kerberos
|
|
3510
3509
|
* Constrained Delegation for the Service User to the LDAP service in your self-managed AD.
|
|
3511
3510
|
* </p>
|
|
3511
|
+
* @public
|
|
3512
3512
|
*/
|
|
3513
3513
|
Type: ClientAuthenticationType | undefined;
|
|
3514
3514
|
}
|
|
@@ -3518,21 +3518,21 @@ export interface EnableClientAuthenticationRequest {
|
|
|
3518
3518
|
export interface EnableClientAuthenticationResult {
|
|
3519
3519
|
}
|
|
3520
3520
|
/**
|
|
3521
|
-
* @public
|
|
3522
3521
|
* <p>Client authentication setup could not be completed because at least one valid certificate must be
|
|
3523
3522
|
* registered in the system.</p>
|
|
3523
|
+
* @public
|
|
3524
3524
|
*/
|
|
3525
3525
|
export declare class NoAvailableCertificateException extends __BaseException {
|
|
3526
3526
|
readonly name: "NoAvailableCertificateException";
|
|
3527
3527
|
readonly $fault: "client";
|
|
3528
3528
|
/**
|
|
3529
|
-
* @public
|
|
3530
3529
|
* <p>The descriptive message for the exception.</p>
|
|
3530
|
+
* @public
|
|
3531
3531
|
*/
|
|
3532
3532
|
Message?: string;
|
|
3533
3533
|
/**
|
|
3534
|
-
* @public
|
|
3535
3534
|
* <p>The Amazon Web Services request identifier.</p>
|
|
3535
|
+
* @public
|
|
3536
3536
|
*/
|
|
3537
3537
|
RequestId?: string;
|
|
3538
3538
|
/**
|
|
@@ -3545,14 +3545,14 @@ export declare class NoAvailableCertificateException extends __BaseException {
|
|
|
3545
3545
|
*/
|
|
3546
3546
|
export interface EnableLDAPSRequest {
|
|
3547
3547
|
/**
|
|
3548
|
-
* @public
|
|
3549
3548
|
* <p>The identifier of the directory.</p>
|
|
3549
|
+
* @public
|
|
3550
3550
|
*/
|
|
3551
3551
|
DirectoryId: string | undefined;
|
|
3552
3552
|
/**
|
|
3553
|
-
* @public
|
|
3554
3553
|
* <p>The type of LDAP security to enable. Currently only the value <code>Client</code> is
|
|
3555
3554
|
* supported.</p>
|
|
3555
|
+
* @public
|
|
3556
3556
|
*/
|
|
3557
3557
|
Type: LDAPSType | undefined;
|
|
3558
3558
|
}
|
|
@@ -3562,40 +3562,39 @@ export interface EnableLDAPSRequest {
|
|
|
3562
3562
|
export interface EnableLDAPSResult {
|
|
3563
3563
|
}
|
|
3564
3564
|
/**
|
|
3565
|
-
* @public
|
|
3566
3565
|
* <p>Contains the inputs for the <a>EnableRadius</a> operation.</p>
|
|
3566
|
+
* @public
|
|
3567
3567
|
*/
|
|
3568
3568
|
export interface EnableRadiusRequest {
|
|
3569
3569
|
/**
|
|
3570
|
-
* @public
|
|
3571
3570
|
* <p>The identifier of the directory for which to enable MFA.</p>
|
|
3571
|
+
* @public
|
|
3572
3572
|
*/
|
|
3573
3573
|
DirectoryId: string | undefined;
|
|
3574
3574
|
/**
|
|
3575
|
-
* @public
|
|
3576
3575
|
* <p>A <a>RadiusSettings</a> object that contains information about the RADIUS
|
|
3577
3576
|
* server.</p>
|
|
3577
|
+
* @public
|
|
3578
3578
|
*/
|
|
3579
3579
|
RadiusSettings: RadiusSettings | undefined;
|
|
3580
3580
|
}
|
|
3581
3581
|
/**
|
|
3582
|
-
* @public
|
|
3583
3582
|
* <p>Contains the results of the <a>EnableRadius</a> operation.</p>
|
|
3583
|
+
* @public
|
|
3584
3584
|
*/
|
|
3585
3585
|
export interface EnableRadiusResult {
|
|
3586
3586
|
}
|
|
3587
3587
|
/**
|
|
3588
|
-
* @public
|
|
3589
3588
|
* <p>Contains the inputs for the <a>EnableSso</a> operation.</p>
|
|
3589
|
+
* @public
|
|
3590
3590
|
*/
|
|
3591
3591
|
export interface EnableSsoRequest {
|
|
3592
3592
|
/**
|
|
3593
|
-
* @public
|
|
3594
3593
|
* <p>The identifier of the directory for which to enable single-sign on.</p>
|
|
3594
|
+
* @public
|
|
3595
3595
|
*/
|
|
3596
3596
|
DirectoryId: string | undefined;
|
|
3597
3597
|
/**
|
|
3598
|
-
* @public
|
|
3599
3598
|
* <p>The username of an alternate account to use to enable single-sign on. This is only used
|
|
3600
3599
|
* for AD Connector directories. This account must have privileges to add a service principal
|
|
3601
3600
|
* name.</p>
|
|
@@ -3604,81 +3603,82 @@ export interface EnableSsoRequest {
|
|
|
3604
3603
|
* <i>Password</i> parameters. These credentials are only used to enable single
|
|
3605
3604
|
* sign-on and are not stored by the service. The AD Connector service account is not
|
|
3606
3605
|
* changed.</p>
|
|
3606
|
+
* @public
|
|
3607
3607
|
*/
|
|
3608
3608
|
UserName?: string;
|
|
3609
3609
|
/**
|
|
3610
|
-
* @public
|
|
3611
3610
|
* <p>The password of an alternate account to use to enable single-sign on. This is only used
|
|
3612
3611
|
* for AD Connector directories. For more information, see the <i>UserName</i>
|
|
3613
3612
|
* parameter.</p>
|
|
3613
|
+
* @public
|
|
3614
3614
|
*/
|
|
3615
3615
|
Password?: string;
|
|
3616
3616
|
}
|
|
3617
3617
|
/**
|
|
3618
|
-
* @public
|
|
3619
3618
|
* <p>Contains the results of the <a>EnableSso</a> operation.</p>
|
|
3619
|
+
* @public
|
|
3620
3620
|
*/
|
|
3621
3621
|
export interface EnableSsoResult {
|
|
3622
3622
|
}
|
|
3623
3623
|
/**
|
|
3624
|
-
* @public
|
|
3625
3624
|
* <p>Contains the inputs for the <a>GetDirectoryLimits</a> operation.</p>
|
|
3625
|
+
* @public
|
|
3626
3626
|
*/
|
|
3627
3627
|
export interface GetDirectoryLimitsRequest {
|
|
3628
3628
|
}
|
|
3629
3629
|
/**
|
|
3630
|
-
* @public
|
|
3631
3630
|
* <p>Contains the results of the <a>GetDirectoryLimits</a> operation.</p>
|
|
3631
|
+
* @public
|
|
3632
3632
|
*/
|
|
3633
3633
|
export interface GetDirectoryLimitsResult {
|
|
3634
3634
|
/**
|
|
3635
|
-
* @public
|
|
3636
3635
|
* <p>A <a>DirectoryLimits</a> object that contains the directory limits for the
|
|
3637
3636
|
* current Region.</p>
|
|
3637
|
+
* @public
|
|
3638
3638
|
*/
|
|
3639
3639
|
DirectoryLimits?: DirectoryLimits;
|
|
3640
3640
|
}
|
|
3641
3641
|
/**
|
|
3642
|
-
* @public
|
|
3643
3642
|
* <p>Contains the inputs for the <a>GetSnapshotLimits</a> operation.</p>
|
|
3643
|
+
* @public
|
|
3644
3644
|
*/
|
|
3645
3645
|
export interface GetSnapshotLimitsRequest {
|
|
3646
3646
|
/**
|
|
3647
|
-
* @public
|
|
3648
3647
|
* <p>Contains the identifier of the directory to obtain the limits for.</p>
|
|
3648
|
+
* @public
|
|
3649
3649
|
*/
|
|
3650
3650
|
DirectoryId: string | undefined;
|
|
3651
3651
|
}
|
|
3652
3652
|
/**
|
|
3653
|
-
* @public
|
|
3654
3653
|
* <p>Contains manual snapshot limit information for a directory.</p>
|
|
3654
|
+
* @public
|
|
3655
3655
|
*/
|
|
3656
3656
|
export interface SnapshotLimits {
|
|
3657
3657
|
/**
|
|
3658
|
-
* @public
|
|
3659
3658
|
* <p>The maximum number of manual snapshots allowed.</p>
|
|
3659
|
+
* @public
|
|
3660
3660
|
*/
|
|
3661
3661
|
ManualSnapshotsLimit?: number;
|
|
3662
3662
|
/**
|
|
3663
|
-
* @public
|
|
3664
3663
|
* <p>The current number of manual snapshots of the directory.</p>
|
|
3664
|
+
* @public
|
|
3665
3665
|
*/
|
|
3666
3666
|
ManualSnapshotsCurrentCount?: number;
|
|
3667
3667
|
/**
|
|
3668
|
-
* @public
|
|
3669
3668
|
* <p>Indicates if the manual snapshot limit has been reached.</p>
|
|
3669
|
+
* @public
|
|
3670
3670
|
*/
|
|
3671
3671
|
ManualSnapshotsLimitReached?: boolean;
|
|
3672
3672
|
}
|
|
3673
3673
|
/**
|
|
3674
|
-
* @public
|
|
3675
3674
|
* <p>Contains the results of the <a>GetSnapshotLimits</a> operation.</p>
|
|
3675
|
+
* @public
|
|
3676
3676
|
*/
|
|
3677
3677
|
export interface GetSnapshotLimitsResult {
|
|
3678
3678
|
/**
|
|
3679
|
-
* @public
|
|
3680
3679
|
* <p>A <a>SnapshotLimits</a> object that contains the manual snapshot limits for the specified
|
|
3681
3680
|
* directory.</p>
|
|
3681
|
+
* @public
|
|
3682
3682
|
*/
|
|
3683
3683
|
SnapshotLimits?: SnapshotLimits;
|
|
3684
3684
|
}
|
|
@@ -3687,21 +3687,21 @@ export interface GetSnapshotLimitsResult {
|
|
|
3687
3687
|
*/
|
|
3688
3688
|
export interface ListCertificatesRequest {
|
|
3689
3689
|
/**
|
|
3690
|
-
* @public
|
|
3691
3690
|
* <p>The identifier of the directory.</p>
|
|
3691
|
+
* @public
|
|
3692
3692
|
*/
|
|
3693
3693
|
DirectoryId: string | undefined;
|
|
3694
3694
|
/**
|
|
3695
|
-
* @public
|
|
3696
3695
|
* <p>A token for requesting another page of certificates if the <code>NextToken</code> response
|
|
3697
3696
|
* element indicates that more certificates are available. Use the value of the returned
|
|
3698
3697
|
* <code>NextToken</code> element in your request until the token comes back as
|
|
3699
3698
|
* <code>null</code>. Pass <code>null</code> if this is the first call.</p>
|
|
3699
|
+
* @public
|
|
3700
3700
|
*/
|
|
3701
3701
|
NextToken?: string;
|
|
3702
3702
|
/**
|
|
3703
|
-
* @public
|
|
3704
3703
|
* <p>The number of items that should show up on one page</p>
|
|
3704
|
+
* @public
|
|
3705
3705
|
*/
|
|
3706
3706
|
Limit?: number;
|
|
3707
3707
|
}
|
|
@@ -3710,15 +3710,15 @@ export interface ListCertificatesRequest {
|
|
|
3710
3710
|
*/
|
|
3711
3711
|
export interface ListCertificatesResult {
|
|
3712
3712
|
/**
|
|
3713
|
-
* @public
|
|
3714
3713
|
* <p>Indicates whether another page of certificates is available when the number of available
|
|
3715
3714
|
* certificates exceeds the page limit.</p>
|
|
3715
|
+
* @public
|
|
3716
3716
|
*/
|
|
3717
3717
|
NextToken?: string;
|
|
3718
3718
|
/**
|
|
3719
|
-
* @public
|
|
3720
3719
|
* <p>A list of certificates with basic details including certificate ID, certificate common
|
|
3721
3720
|
* name, certificate state.</p>
|
|
3721
|
+
* @public
|
|
3722
3722
|
*/
|
|
3723
3723
|
CertificatesInfo?: CertificateInfo[];
|
|
3724
3724
|
}
|
|
@@ -3727,20 +3727,20 @@ export interface ListCertificatesResult {
|
|
|
3727
3727
|
*/
|
|
3728
3728
|
export interface ListIpRoutesRequest {
|
|
3729
3729
|
/**
|
|
3730
|
-
* @public
|
|
3731
3730
|
* <p>Identifier (ID) of the directory for which you want to retrieve the IP
|
|
3732
3731
|
* addresses.</p>
|
|
3732
|
+
* @public
|
|
3733
3733
|
*/
|
|
3734
3734
|
DirectoryId: string | undefined;
|
|
3735
3735
|
/**
|
|
3736
|
-
* @public
|
|
3737
3736
|
* <p>The <i>ListIpRoutes.NextToken</i> value from a previous call to <a>ListIpRoutes</a>. Pass null if this is the first call.</p>
|
|
3737
|
+
* @public
|
|
3738
3738
|
*/
|
|
3739
3739
|
NextToken?: string;
|
|
3740
3740
|
/**
|
|
3741
|
-
* @public
|
|
3742
3741
|
* <p>Maximum number of items to return. If this value is zero, the maximum number of items
|
|
3743
3742
|
* is specified by the limitations of the operation.</p>
|
|
3743
|
+
* @public
|
|
3744
3744
|
*/
|
|
3745
3745
|
Limit?: number;
|
|
3746
3746
|
}
|
|
@@ -3761,38 +3761,38 @@ export declare const IpRouteStatusMsg: {
|
|
|
3761
3761
|
*/
|
|
3762
3762
|
export type IpRouteStatusMsg = (typeof IpRouteStatusMsg)[keyof typeof IpRouteStatusMsg];
|
|
3763
3763
|
/**
|
|
3764
|
-
* @public
|
|
3765
3764
|
* <p>Information about one or more IP address blocks.</p>
|
|
3765
|
+
* @public
|
|
3766
3766
|
*/
|
|
3767
3767
|
export interface IpRouteInfo {
|
|
3768
3768
|
/**
|
|
3769
|
-
* @public
|
|
3770
3769
|
* <p>Identifier (ID) of the directory associated with the IP addresses.</p>
|
|
3770
|
+
* @public
|
|
3771
3771
|
*/
|
|
3772
3772
|
DirectoryId?: string;
|
|
3773
3773
|
/**
|
|
3774
|
-
* @public
|
|
3775
3774
|
* <p>IP address block in the <a>IpRoute</a>.</p>
|
|
3775
|
+
* @public
|
|
3776
3776
|
*/
|
|
3777
3777
|
CidrIp?: string;
|
|
3778
3778
|
/**
|
|
3779
|
-
* @public
|
|
3780
3779
|
* <p>The status of the IP address block.</p>
|
|
3780
|
+
* @public
|
|
3781
3781
|
*/
|
|
3782
3782
|
IpRouteStatusMsg?: IpRouteStatusMsg;
|
|
3783
3783
|
/**
|
|
3784
|
-
* @public
|
|
3785
3784
|
* <p>The date and time the address block was added to the directory.</p>
|
|
3785
|
+
* @public
|
|
3786
3786
|
*/
|
|
3787
3787
|
AddedDateTime?: Date;
|
|
3788
3788
|
/**
|
|
3789
|
-
* @public
|
|
3790
3789
|
* <p>The reason for the IpRouteStatusMsg.</p>
|
|
3790
|
+
* @public
|
|
3791
3791
|
*/
|
|
3792
3792
|
IpRouteStatusReason?: string;
|
|
3793
3793
|
/**
|
|
3794
|
-
* @public
|
|
3795
3794
|
* <p>Description of the <a>IpRouteInfo</a>.</p>
|
|
3795
|
+
* @public
|
|
3796
3796
|
*/
|
|
3797
3797
|
Description?: string;
|
|
3798
3798
|
}
|
|
@@ -3801,14 +3801,14 @@ export interface IpRouteInfo {
|
|
|
3801
3801
|
*/
|
|
3802
3802
|
export interface ListIpRoutesResult {
|
|
3803
3803
|
/**
|
|
3804
|
-
* @public
|
|
3805
3804
|
* <p>A list of <a>IpRoute</a>s.</p>
|
|
3805
|
+
* @public
|
|
3806
3806
|
*/
|
|
3807
3807
|
IpRoutesInfo?: IpRouteInfo[];
|
|
3808
3808
|
/**
|
|
3809
|
-
* @public
|
|
3810
3809
|
* <p>If not null, more results are available. Pass this value for the
|
|
3811
3810
|
* <i>NextToken</i> parameter in a subsequent call to <a>ListIpRoutes</a> to retrieve the next set of items.</p>
|
|
3811
|
+
* @public
|
|
3812
3812
|
*/
|
|
3813
3813
|
NextToken?: string;
|
|
3814
3814
|
}
|
|
@@ -3817,44 +3817,44 @@ export interface ListIpRoutesResult {
|
|
|
3817
3817
|
*/
|
|
3818
3818
|
export interface ListLogSubscriptionsRequest {
|
|
3819
3819
|
/**
|
|
3820
|
-
* @public
|
|
3821
3820
|
* <p>If a <i>DirectoryID</i> is provided, lists only the log subscription
|
|
3822
3821
|
* associated with that directory. If no <i>DirectoryId</i> is provided, lists all
|
|
3823
3822
|
* log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the
|
|
3824
3823
|
* Amazon Web Services account or the directory, an empty list will be returned.</p>
|
|
3824
|
+
* @public
|
|
3825
3825
|
*/
|
|
3826
3826
|
DirectoryId?: string;
|
|
3827
3827
|
/**
|
|
3828
|
-
* @public
|
|
3829
3828
|
* <p>The token for the next set of items to return.</p>
|
|
3829
|
+
* @public
|
|
3830
3830
|
*/
|
|
3831
3831
|
NextToken?: string;
|
|
3832
3832
|
/**
|
|
3833
|
-
* @public
|
|
3834
3833
|
* <p>The maximum number of items returned.</p>
|
|
3834
|
+
* @public
|
|
3835
3835
|
*/
|
|
3836
3836
|
Limit?: number;
|
|
3837
3837
|
}
|
|
3838
3838
|
/**
|
|
3839
|
-
* @public
|
|
3840
3839
|
* <p>Represents a log subscription, which tracks real-time data from a chosen log group to a
|
|
3841
3840
|
* specified destination.</p>
|
|
3841
|
+
* @public
|
|
3842
3842
|
*/
|
|
3843
3843
|
export interface LogSubscription {
|
|
3844
3844
|
/**
|
|
3845
|
-
* @public
|
|
3846
3845
|
* <p>Identifier (ID) of the directory that you want to associate with the log
|
|
3847
3846
|
* subscription.</p>
|
|
3847
|
+
* @public
|
|
3848
3848
|
*/
|
|
3849
3849
|
DirectoryId?: string;
|
|
3850
3850
|
/**
|
|
3851
|
-
* @public
|
|
3852
3851
|
* <p>The name of the log group.</p>
|
|
3852
|
+
* @public
|
|
3853
3853
|
*/
|
|
3854
3854
|
LogGroupName?: string;
|
|
3855
3855
|
/**
|
|
3856
|
-
* @public
|
|
3857
3856
|
* <p>The date and time that the log subscription was created.</p>
|
|
3857
|
+
* @public
|
|
3858
3858
|
*/
|
|
3859
3859
|
SubscriptionCreatedDateTime?: Date;
|
|
3860
3860
|
}
|
|
@@ -3863,13 +3863,13 @@ export interface LogSubscription {
|
|
|
3863
3863
|
*/
|
|
3864
3864
|
export interface ListLogSubscriptionsResult {
|
|
3865
3865
|
/**
|
|
3866
|
-
* @public
|
|
3867
3866
|
* <p>A list of active <a>LogSubscription</a> objects for calling the Amazon Web Services account.</p>
|
|
3867
|
+
* @public
|
|
3868
3868
|
*/
|
|
3869
3869
|
LogSubscriptions?: LogSubscription[];
|
|
3870
3870
|
/**
|
|
3871
|
-
* @public
|
|
3872
3871
|
* <p>The token for the next set of items to return.</p>
|
|
3872
|
+
* @public
|
|
3873
3873
|
*/
|
|
3874
3874
|
NextToken?: string;
|
|
3875
3875
|
}
|
|
@@ -3878,20 +3878,20 @@ export interface ListLogSubscriptionsResult {
|
|
|
3878
3878
|
*/
|
|
3879
3879
|
export interface ListSchemaExtensionsRequest {
|
|
3880
3880
|
/**
|
|
3881
|
-
* @public
|
|
3882
3881
|
* <p>The identifier of the directory from which to retrieve the schema extension
|
|
3883
3882
|
* information.</p>
|
|
3883
|
+
* @public
|
|
3884
3884
|
*/
|
|
3885
3885
|
DirectoryId: string | undefined;
|
|
3886
3886
|
/**
|
|
3887
|
-
* @public
|
|
3888
3887
|
* <p>The <code>ListSchemaExtensions.NextToken</code> value from a previous call to
|
|
3889
3888
|
* <code>ListSchemaExtensions</code>. Pass null if this is the first call.</p>
|
|
3889
|
+
* @public
|
|
3890
3890
|
*/
|
|
3891
3891
|
NextToken?: string;
|
|
3892
3892
|
/**
|
|
3893
|
-
* @public
|
|
3894
3893
|
* <p>The maximum number of items to return.</p>
|
|
3894
|
+
* @public
|
|
3895
3895
|
*/
|
|
3896
3896
|
Limit?: number;
|
|
3897
3897
|
}
|
|
@@ -3915,44 +3915,44 @@ export declare const SchemaExtensionStatus: {
|
|
|
3915
3915
|
*/
|
|
3916
3916
|
export type SchemaExtensionStatus = (typeof SchemaExtensionStatus)[keyof typeof SchemaExtensionStatus];
|
|
3917
3917
|
/**
|
|
3918
|
-
* @public
|
|
3919
3918
|
* <p>Information about a schema extension.</p>
|
|
3919
|
+
* @public
|
|
3920
3920
|
*/
|
|
3921
3921
|
export interface SchemaExtensionInfo {
|
|
3922
3922
|
/**
|
|
3923
|
-
* @public
|
|
3924
3923
|
* <p>The identifier of the directory to which the schema extension is applied.</p>
|
|
3924
|
+
* @public
|
|
3925
3925
|
*/
|
|
3926
3926
|
DirectoryId?: string;
|
|
3927
3927
|
/**
|
|
3928
|
-
* @public
|
|
3929
3928
|
* <p>The identifier of the schema extension.</p>
|
|
3929
|
+
* @public
|
|
3930
3930
|
*/
|
|
3931
3931
|
SchemaExtensionId?: string;
|
|
3932
3932
|
/**
|
|
3933
|
-
* @public
|
|
3934
3933
|
* <p>A description of the schema extension.</p>
|
|
3934
|
+
* @public
|
|
3935
3935
|
*/
|
|
3936
3936
|
Description?: string;
|
|
3937
3937
|
/**
|
|
3938
|
-
* @public
|
|
3939
3938
|
* <p>The current status of the schema extension.</p>
|
|
3939
|
+
* @public
|
|
3940
3940
|
*/
|
|
3941
3941
|
SchemaExtensionStatus?: SchemaExtensionStatus;
|
|
3942
3942
|
/**
|
|
3943
|
-
* @public
|
|
3944
3943
|
* <p>The reason for the <code>SchemaExtensionStatus</code>.</p>
|
|
3944
|
+
* @public
|
|
3945
3945
|
*/
|
|
3946
3946
|
SchemaExtensionStatusReason?: string;
|
|
3947
3947
|
/**
|
|
3948
|
-
* @public
|
|
3949
3948
|
* <p>The date and time that the schema extension started being applied to the
|
|
3950
3949
|
* directory.</p>
|
|
3950
|
+
* @public
|
|
3951
3951
|
*/
|
|
3952
3952
|
StartDateTime?: Date;
|
|
3953
3953
|
/**
|
|
3954
|
-
* @public
|
|
3955
3954
|
* <p>The date and time that the schema extension was completed.</p>
|
|
3955
|
+
* @public
|
|
3956
3956
|
*/
|
|
3957
3957
|
EndDateTime?: Date;
|
|
3958
3958
|
}
|
|
@@ -3961,15 +3961,15 @@ export interface SchemaExtensionInfo {
|
|
|
3961
3961
|
*/
|
|
3962
3962
|
export interface ListSchemaExtensionsResult {
|
|
3963
3963
|
/**
|
|
3964
|
-
* @public
|
|
3965
3964
|
* <p>Information about the schema extensions applied to the directory.</p>
|
|
3965
|
+
* @public
|
|
3966
3966
|
*/
|
|
3967
3967
|
SchemaExtensionsInfo?: SchemaExtensionInfo[];
|
|
3968
3968
|
/**
|
|
3969
|
-
* @public
|
|
3970
3969
|
* <p>If not null, more results are available. Pass this value for the <code>NextToken</code>
|
|
3971
3970
|
* parameter in a subsequent call to <code>ListSchemaExtensions</code> to retrieve the next set
|
|
3972
3971
|
* of items.</p>
|
|
3972
|
+
* @public
|
|
3973
3973
|
*/
|
|
3974
3974
|
NextToken?: string;
|
|
3975
3975
|
}
|
|
@@ -3978,18 +3978,18 @@ export interface ListSchemaExtensionsResult {
|
|
|
3978
3978
|
*/
|
|
3979
3979
|
export interface ListTagsForResourceRequest {
|
|
3980
3980
|
/**
|
|
3981
|
-
* @public
|
|
3982
3981
|
* <p>Identifier (ID) of the directory for which you want to retrieve tags.</p>
|
|
3982
|
+
* @public
|
|
3983
3983
|
*/
|
|
3984
3984
|
ResourceId: string | undefined;
|
|
3985
3985
|
/**
|
|
3986
|
-
* @public
|
|
3987
3986
|
* <p>Reserved for future use.</p>
|
|
3987
|
+
* @public
|
|
3988
3988
|
*/
|
|
3989
3989
|
NextToken?: string;
|
|
3990
3990
|
/**
|
|
3991
|
-
* @public
|
|
3992
3991
|
* <p>Reserved for future use.</p>
|
|
3992
|
+
* @public
|
|
3993
3993
|
*/
|
|
3994
3994
|
Limit?: number;
|
|
3995
3995
|
}
|
|
@@ -3998,31 +3998,31 @@ export interface ListTagsForResourceRequest {
|
|
|
3998
3998
|
*/
|
|
3999
3999
|
export interface ListTagsForResourceResult {
|
|
4000
4000
|
/**
|
|
4001
|
-
* @public
|
|
4002
4001
|
* <p>List of tags returned by the ListTagsForResource operation.</p>
|
|
4002
|
+
* @public
|
|
4003
4003
|
*/
|
|
4004
4004
|
Tags?: Tag[];
|
|
4005
4005
|
/**
|
|
4006
|
-
* @public
|
|
4007
4006
|
* <p>Reserved for future use.</p>
|
|
4007
|
+
* @public
|
|
4008
4008
|
*/
|
|
4009
4009
|
NextToken?: string;
|
|
4010
4010
|
}
|
|
4011
4011
|
/**
|
|
4012
|
-
* @public
|
|
4013
4012
|
* <p>The certificate PEM that was provided has incorrect encoding.</p>
|
|
4013
|
+
* @public
|
|
4014
4014
|
*/
|
|
4015
4015
|
export declare class InvalidCertificateException extends __BaseException {
|
|
4016
4016
|
readonly name: "InvalidCertificateException";
|
|
4017
4017
|
readonly $fault: "client";
|
|
4018
4018
|
/**
|
|
4019
|
-
* @public
|
|
4020
4019
|
* <p>The descriptive message for the exception.</p>
|
|
4020
|
+
* @public
|
|
4021
4021
|
*/
|
|
4022
4022
|
Message?: string;
|
|
4023
4023
|
/**
|
|
4024
|
-
* @public
|
|
4025
4024
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4025
|
+
* @public
|
|
4026
4026
|
*/
|
|
4027
4027
|
RequestId?: string;
|
|
4028
4028
|
/**
|
|
@@ -4035,23 +4035,23 @@ export declare class InvalidCertificateException extends __BaseException {
|
|
|
4035
4035
|
*/
|
|
4036
4036
|
export interface RegisterCertificateRequest {
|
|
4037
4037
|
/**
|
|
4038
|
-
* @public
|
|
4039
4038
|
* <p>The identifier of the directory.</p>
|
|
4039
|
+
* @public
|
|
4040
4040
|
*/
|
|
4041
4041
|
DirectoryId: string | undefined;
|
|
4042
4042
|
/**
|
|
4043
|
-
* @public
|
|
4044
4043
|
* <p>The certificate PEM string that needs to be registered.</p>
|
|
4044
|
+
* @public
|
|
4045
4045
|
*/
|
|
4046
4046
|
CertificateData: string | undefined;
|
|
4047
4047
|
/**
|
|
4048
|
-
* @public
|
|
4049
4048
|
* <p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>
|
|
4049
|
+
* @public
|
|
4050
4050
|
*/
|
|
4051
4051
|
Type?: CertificateType;
|
|
4052
4052
|
/**
|
|
4053
|
-
* @public
|
|
4054
4053
|
* <p>A <code>ClientCertAuthSettings</code> object that contains client certificate authentication settings.</p>
|
|
4054
|
+
* @public
|
|
4055
4055
|
*/
|
|
4056
4056
|
ClientCertAuthSettings?: ClientCertAuthSettings;
|
|
4057
4057
|
}
|
|
@@ -4060,31 +4060,31 @@ export interface RegisterCertificateRequest {
|
|
|
4060
4060
|
*/
|
|
4061
4061
|
export interface RegisterCertificateResult {
|
|
4062
4062
|
/**
|
|
4063
|
-
* @public
|
|
4064
4063
|
* <p>The identifier of the certificate.</p>
|
|
4064
|
+
* @public
|
|
4065
4065
|
*/
|
|
4066
4066
|
CertificateId?: string;
|
|
4067
4067
|
}
|
|
4068
4068
|
/**
|
|
4069
|
-
* @public
|
|
4070
4069
|
* <p>Registers a new event topic.</p>
|
|
4070
|
+
* @public
|
|
4071
4071
|
*/
|
|
4072
4072
|
export interface RegisterEventTopicRequest {
|
|
4073
4073
|
/**
|
|
4074
|
-
* @public
|
|
4075
4074
|
* <p>The Directory ID that will publish status messages to the Amazon SNS topic.</p>
|
|
4075
|
+
* @public
|
|
4076
4076
|
*/
|
|
4077
4077
|
DirectoryId: string | undefined;
|
|
4078
4078
|
/**
|
|
4079
|
-
* @public
|
|
4080
4079
|
* <p>The Amazon SNS topic name to which the directory will publish status messages. This Amazon SNS
|
|
4081
4080
|
* topic must be in the same region as the specified Directory ID.</p>
|
|
4081
|
+
* @public
|
|
4082
4082
|
*/
|
|
4083
4083
|
TopicName: string | undefined;
|
|
4084
4084
|
}
|
|
4085
4085
|
/**
|
|
4086
|
-
* @public
|
|
4087
4086
|
* <p>The result of a RegisterEventTopic request.</p>
|
|
4087
|
+
* @public
|
|
4088
4088
|
*/
|
|
4089
4089
|
export interface RegisterEventTopicResult {
|
|
4090
4090
|
}
|
|
@@ -4093,9 +4093,9 @@ export interface RegisterEventTopicResult {
|
|
|
4093
4093
|
*/
|
|
4094
4094
|
export interface RejectSharedDirectoryRequest {
|
|
4095
4095
|
/**
|
|
4096
|
-
* @public
|
|
4097
4096
|
* <p>Identifier of the shared directory in the directory consumer account. This identifier is
|
|
4098
4097
|
* different for each directory owner account.</p>
|
|
4098
|
+
* @public
|
|
4099
4099
|
*/
|
|
4100
4100
|
SharedDirectoryId: string | undefined;
|
|
4101
4101
|
}
|
|
@@ -4104,8 +4104,8 @@ export interface RejectSharedDirectoryRequest {
|
|
|
4104
4104
|
*/
|
|
4105
4105
|
export interface RejectSharedDirectoryResult {
|
|
4106
4106
|
/**
|
|
4107
|
-
* @public
|
|
4108
4107
|
* <p>Identifier of the shared directory in the directory consumer account.</p>
|
|
4108
|
+
* @public
|
|
4109
4109
|
*/
|
|
4110
4110
|
SharedDirectoryId?: string;
|
|
4111
4111
|
}
|
|
@@ -4114,14 +4114,14 @@ export interface RejectSharedDirectoryResult {
|
|
|
4114
4114
|
*/
|
|
4115
4115
|
export interface RemoveIpRoutesRequest {
|
|
4116
4116
|
/**
|
|
4117
|
-
* @public
|
|
4118
4117
|
* <p>Identifier (ID) of the directory from which you want to remove the IP
|
|
4119
4118
|
* addresses.</p>
|
|
4119
|
+
* @public
|
|
4120
4120
|
*/
|
|
4121
4121
|
DirectoryId: string | undefined;
|
|
4122
4122
|
/**
|
|
4123
|
-
* @public
|
|
4124
4123
|
* <p>IP address blocks that you want to remove.</p>
|
|
4124
|
+
* @public
|
|
4125
4125
|
*/
|
|
4126
4126
|
CidrIps: string[] | undefined;
|
|
4127
4127
|
}
|
|
@@ -4135,8 +4135,8 @@ export interface RemoveIpRoutesResult {
|
|
|
4135
4135
|
*/
|
|
4136
4136
|
export interface RemoveRegionRequest {
|
|
4137
4137
|
/**
|
|
4138
|
-
* @public
|
|
4139
4138
|
* <p>The identifier of the directory for which you want to remove Region replication.</p>
|
|
4139
|
+
* @public
|
|
4140
4140
|
*/
|
|
4141
4141
|
DirectoryId: string | undefined;
|
|
4142
4142
|
}
|
|
@@ -4150,13 +4150,13 @@ export interface RemoveRegionResult {
|
|
|
4150
4150
|
*/
|
|
4151
4151
|
export interface RemoveTagsFromResourceRequest {
|
|
4152
4152
|
/**
|
|
4153
|
-
* @public
|
|
4154
4153
|
* <p>Identifier (ID) of the directory from which to remove the tag.</p>
|
|
4154
|
+
* @public
|
|
4155
4155
|
*/
|
|
4156
4156
|
ResourceId: string | undefined;
|
|
4157
4157
|
/**
|
|
4158
|
-
* @public
|
|
4159
4158
|
* <p>The tag key (name) of the tag to be removed.</p>
|
|
4159
|
+
* @public
|
|
4160
4160
|
*/
|
|
4161
4161
|
TagKeys: string[] | undefined;
|
|
4162
4162
|
}
|
|
@@ -4166,21 +4166,21 @@ export interface RemoveTagsFromResourceRequest {
|
|
|
4166
4166
|
export interface RemoveTagsFromResourceResult {
|
|
4167
4167
|
}
|
|
4168
4168
|
/**
|
|
4169
|
-
* @public
|
|
4170
4169
|
* <p>The new password provided by the user does not meet the password complexity
|
|
4171
4170
|
* requirements defined in your directory.</p>
|
|
4171
|
+
* @public
|
|
4172
4172
|
*/
|
|
4173
4173
|
export declare class InvalidPasswordException extends __BaseException {
|
|
4174
4174
|
readonly name: "InvalidPasswordException";
|
|
4175
4175
|
readonly $fault: "client";
|
|
4176
4176
|
/**
|
|
4177
|
-
* @public
|
|
4178
4177
|
* <p>The descriptive message for the exception.</p>
|
|
4178
|
+
* @public
|
|
4179
4179
|
*/
|
|
4180
4180
|
Message?: string;
|
|
4181
4181
|
/**
|
|
4182
|
-
* @public
|
|
4183
4182
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4183
|
+
* @public
|
|
4184
4184
|
*/
|
|
4185
4185
|
RequestId?: string;
|
|
4186
4186
|
/**
|
|
@@ -4193,19 +4193,19 @@ export declare class InvalidPasswordException extends __BaseException {
|
|
|
4193
4193
|
*/
|
|
4194
4194
|
export interface ResetUserPasswordRequest {
|
|
4195
4195
|
/**
|
|
4196
|
-
* @public
|
|
4197
4196
|
* <p>Identifier of the Managed Microsoft AD or Simple AD directory in which the user
|
|
4198
4197
|
* resides.</p>
|
|
4198
|
+
* @public
|
|
4199
4199
|
*/
|
|
4200
4200
|
DirectoryId: string | undefined;
|
|
4201
4201
|
/**
|
|
4202
|
-
* @public
|
|
4203
4202
|
* <p>The user name of the user whose password will be reset.</p>
|
|
4203
|
+
* @public
|
|
4204
4204
|
*/
|
|
4205
4205
|
UserName: string | undefined;
|
|
4206
4206
|
/**
|
|
4207
|
-
* @public
|
|
4208
4207
|
* <p>The new password that will be reset.</p>
|
|
4208
|
+
* @public
|
|
4209
4209
|
*/
|
|
4210
4210
|
NewPassword: string | undefined;
|
|
4211
4211
|
}
|
|
@@ -4215,20 +4215,20 @@ export interface ResetUserPasswordRequest {
|
|
|
4215
4215
|
export interface ResetUserPasswordResult {
|
|
4216
4216
|
}
|
|
4217
4217
|
/**
|
|
4218
|
-
* @public
|
|
4219
4218
|
* <p>The user provided a username that does not exist in your directory.</p>
|
|
4219
|
+
* @public
|
|
4220
4220
|
*/
|
|
4221
4221
|
export declare class UserDoesNotExistException extends __BaseException {
|
|
4222
4222
|
readonly name: "UserDoesNotExistException";
|
|
4223
4223
|
readonly $fault: "client";
|
|
4224
4224
|
/**
|
|
4225
|
-
* @public
|
|
4226
4225
|
* <p>The descriptive message for the exception.</p>
|
|
4226
|
+
* @public
|
|
4227
4227
|
*/
|
|
4228
4228
|
Message?: string;
|
|
4229
4229
|
/**
|
|
4230
|
-
* @public
|
|
4231
4230
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4231
|
+
* @public
|
|
4232
4232
|
*/
|
|
4233
4233
|
RequestId?: string;
|
|
4234
4234
|
/**
|
|
@@ -4237,37 +4237,37 @@ export declare class UserDoesNotExistException extends __BaseException {
|
|
|
4237
4237
|
constructor(opts: __ExceptionOptionType<UserDoesNotExistException, __BaseException>);
|
|
4238
4238
|
}
|
|
4239
4239
|
/**
|
|
4240
|
-
* @public
|
|
4241
4240
|
* <p>An object representing the inputs for the <a>RestoreFromSnapshot</a> operation.</p>
|
|
4241
|
+
* @public
|
|
4242
4242
|
*/
|
|
4243
4243
|
export interface RestoreFromSnapshotRequest {
|
|
4244
4244
|
/**
|
|
4245
|
-
* @public
|
|
4246
4245
|
* <p>The identifier of the snapshot to restore from.</p>
|
|
4246
|
+
* @public
|
|
4247
4247
|
*/
|
|
4248
4248
|
SnapshotId: string | undefined;
|
|
4249
4249
|
}
|
|
4250
4250
|
/**
|
|
4251
|
-
* @public
|
|
4252
4251
|
* <p>Contains the results of the <a>RestoreFromSnapshot</a> operation.</p>
|
|
4252
|
+
* @public
|
|
4253
4253
|
*/
|
|
4254
4254
|
export interface RestoreFromSnapshotResult {
|
|
4255
4255
|
}
|
|
4256
4256
|
/**
|
|
4257
|
-
* @public
|
|
4258
4257
|
* <p>The specified shared target is not valid.</p>
|
|
4258
|
+
* @public
|
|
4259
4259
|
*/
|
|
4260
4260
|
export declare class InvalidTargetException extends __BaseException {
|
|
4261
4261
|
readonly name: "InvalidTargetException";
|
|
4262
4262
|
readonly $fault: "client";
|
|
4263
4263
|
/**
|
|
4264
|
-
* @public
|
|
4265
4264
|
* <p>The descriptive message for the exception.</p>
|
|
4265
|
+
* @public
|
|
4266
4266
|
*/
|
|
4267
4267
|
Message?: string;
|
|
4268
4268
|
/**
|
|
4269
|
-
* @public
|
|
4270
4269
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4270
|
+
* @public
|
|
4271
4271
|
*/
|
|
4272
4272
|
RequestId?: string;
|
|
4273
4273
|
/**
|
|
@@ -4276,20 +4276,20 @@ export declare class InvalidTargetException extends __BaseException {
|
|
|
4276
4276
|
constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
|
|
4277
4277
|
}
|
|
4278
4278
|
/**
|
|
4279
|
-
* @public
|
|
4280
4279
|
* <p>Exception encountered while trying to access your Amazon Web Services organization.</p>
|
|
4280
|
+
* @public
|
|
4281
4281
|
*/
|
|
4282
4282
|
export declare class OrganizationsException extends __BaseException {
|
|
4283
4283
|
readonly name: "OrganizationsException";
|
|
4284
4284
|
readonly $fault: "client";
|
|
4285
4285
|
/**
|
|
4286
|
-
* @public
|
|
4287
4286
|
* <p>The descriptive message for the exception.</p>
|
|
4287
|
+
* @public
|
|
4288
4288
|
*/
|
|
4289
4289
|
Message?: string;
|
|
4290
4290
|
/**
|
|
4291
|
-
* @public
|
|
4292
4291
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4292
|
+
* @public
|
|
4293
4293
|
*/
|
|
4294
4294
|
RequestId?: string;
|
|
4295
4295
|
/**
|
|
@@ -4309,18 +4309,18 @@ export declare const TargetType: {
|
|
|
4309
4309
|
*/
|
|
4310
4310
|
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
4311
4311
|
/**
|
|
4312
|
-
* @public
|
|
4313
4312
|
* <p>Identifier that contains details about the directory consumer account.</p>
|
|
4313
|
+
* @public
|
|
4314
4314
|
*/
|
|
4315
4315
|
export interface ShareTarget {
|
|
4316
4316
|
/**
|
|
4317
|
-
* @public
|
|
4318
4317
|
* <p>Identifier of the directory consumer account.</p>
|
|
4318
|
+
* @public
|
|
4319
4319
|
*/
|
|
4320
4320
|
Id: string | undefined;
|
|
4321
4321
|
/**
|
|
4322
|
-
* @public
|
|
4323
4322
|
* <p>Type of identifier to be used in the <code>Id</code> field.</p>
|
|
4323
|
+
* @public
|
|
4324
4324
|
*/
|
|
4325
4325
|
Type: TargetType | undefined;
|
|
4326
4326
|
}
|
|
@@ -4329,28 +4329,28 @@ export interface ShareTarget {
|
|
|
4329
4329
|
*/
|
|
4330
4330
|
export interface ShareDirectoryRequest {
|
|
4331
4331
|
/**
|
|
4332
|
-
* @public
|
|
4333
4332
|
* <p>Identifier of the Managed Microsoft AD directory that you want to share with other Amazon Web Services accounts.</p>
|
|
4333
|
+
* @public
|
|
4334
4334
|
*/
|
|
4335
4335
|
DirectoryId: string | undefined;
|
|
4336
4336
|
/**
|
|
4337
|
-
* @public
|
|
4338
4337
|
* <p>A directory share request that is sent by the directory owner to the directory consumer.
|
|
4339
4338
|
* The request includes a typed message to help the directory consumer administrator determine
|
|
4340
4339
|
* whether to approve or reject the share invitation.</p>
|
|
4340
|
+
* @public
|
|
4341
4341
|
*/
|
|
4342
4342
|
ShareNotes?: string;
|
|
4343
4343
|
/**
|
|
4344
|
-
* @public
|
|
4345
4344
|
* <p>Identifier for the directory consumer account with whom the directory is to be
|
|
4346
4345
|
* shared.</p>
|
|
4346
|
+
* @public
|
|
4347
4347
|
*/
|
|
4348
4348
|
ShareTarget: ShareTarget | undefined;
|
|
4349
4349
|
/**
|
|
4350
|
-
* @public
|
|
4351
4350
|
* <p>The method used when sharing a directory to determine whether the directory should be
|
|
4352
4351
|
* shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account by
|
|
4353
4352
|
* sending a directory sharing request (<code>HANDSHAKE</code>).</p>
|
|
4353
|
+
* @public
|
|
4354
4354
|
*/
|
|
4355
4355
|
ShareMethod: ShareMethod | undefined;
|
|
4356
4356
|
}
|
|
@@ -4359,28 +4359,28 @@ export interface ShareDirectoryRequest {
|
|
|
4359
4359
|
*/
|
|
4360
4360
|
export interface ShareDirectoryResult {
|
|
4361
4361
|
/**
|
|
4362
|
-
* @public
|
|
4363
4362
|
* <p>Identifier of the directory that is stored in the directory consumer account that is
|
|
4364
4363
|
* shared from the specified directory (<code>DirectoryId</code>).</p>
|
|
4364
|
+
* @public
|
|
4365
4365
|
*/
|
|
4366
4366
|
SharedDirectoryId?: string;
|
|
4367
4367
|
}
|
|
4368
4368
|
/**
|
|
4369
|
-
* @public
|
|
4370
4369
|
* <p>The maximum number of Amazon Web Services accounts that you can share with this directory has been
|
|
4371
4370
|
* reached.</p>
|
|
4371
|
+
* @public
|
|
4372
4372
|
*/
|
|
4373
4373
|
export declare class ShareLimitExceededException extends __BaseException {
|
|
4374
4374
|
readonly name: "ShareLimitExceededException";
|
|
4375
4375
|
readonly $fault: "client";
|
|
4376
4376
|
/**
|
|
4377
|
-
* @public
|
|
4378
4377
|
* <p>The descriptive message for the exception.</p>
|
|
4378
|
+
* @public
|
|
4379
4379
|
*/
|
|
4380
4380
|
Message?: string;
|
|
4381
4381
|
/**
|
|
4382
|
-
* @public
|
|
4383
4382
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4383
|
+
* @public
|
|
4384
4384
|
*/
|
|
4385
4385
|
RequestId?: string;
|
|
4386
4386
|
/**
|
|
@@ -4393,27 +4393,27 @@ export declare class ShareLimitExceededException extends __BaseException {
|
|
|
4393
4393
|
*/
|
|
4394
4394
|
export interface StartSchemaExtensionRequest {
|
|
4395
4395
|
/**
|
|
4396
|
-
* @public
|
|
4397
4396
|
* <p>The identifier of the directory for which the schema extension will be applied
|
|
4398
4397
|
* to.</p>
|
|
4398
|
+
* @public
|
|
4399
4399
|
*/
|
|
4400
4400
|
DirectoryId: string | undefined;
|
|
4401
4401
|
/**
|
|
4402
|
-
* @public
|
|
4403
4402
|
* <p>If true, creates a snapshot of the directory before applying the schema
|
|
4404
4403
|
* extension.</p>
|
|
4404
|
+
* @public
|
|
4405
4405
|
*/
|
|
4406
4406
|
CreateSnapshotBeforeSchemaExtension: boolean | undefined;
|
|
4407
4407
|
/**
|
|
4408
|
-
* @public
|
|
4409
4408
|
* <p>The LDIF file represented as a string. To construct the LdifContent string, precede
|
|
4410
4409
|
* each line as it would be formatted in an ldif file with \n. See the example request below for
|
|
4411
4410
|
* more details. The file size can be no larger than 1MB.</p>
|
|
4411
|
+
* @public
|
|
4412
4412
|
*/
|
|
4413
4413
|
LdifContent: string | undefined;
|
|
4414
4414
|
/**
|
|
4415
|
-
* @public
|
|
4416
4415
|
* <p>A description of the schema extension.</p>
|
|
4416
|
+
* @public
|
|
4417
4417
|
*/
|
|
4418
4418
|
Description: string | undefined;
|
|
4419
4419
|
}
|
|
@@ -4422,25 +4422,25 @@ export interface StartSchemaExtensionRequest {
|
|
|
4422
4422
|
*/
|
|
4423
4423
|
export interface StartSchemaExtensionResult {
|
|
4424
4424
|
/**
|
|
4425
|
-
* @public
|
|
4426
4425
|
* <p>The identifier of the schema extension that will be applied.</p>
|
|
4426
|
+
* @public
|
|
4427
4427
|
*/
|
|
4428
4428
|
SchemaExtensionId?: string;
|
|
4429
4429
|
}
|
|
4430
4430
|
/**
|
|
4431
|
-
* @public
|
|
4432
4431
|
* <p>Identifier that contains details about the directory consumer account with whom the
|
|
4433
4432
|
* directory is being unshared.</p>
|
|
4433
|
+
* @public
|
|
4434
4434
|
*/
|
|
4435
4435
|
export interface UnshareTarget {
|
|
4436
4436
|
/**
|
|
4437
|
-
* @public
|
|
4438
4437
|
* <p>Identifier of the directory consumer account.</p>
|
|
4438
|
+
* @public
|
|
4439
4439
|
*/
|
|
4440
4440
|
Id: string | undefined;
|
|
4441
4441
|
/**
|
|
4442
|
-
* @public
|
|
4443
4442
|
* <p>Type of identifier to be used in the <i>Id</i> field.</p>
|
|
4443
|
+
* @public
|
|
4444
4444
|
*/
|
|
4445
4445
|
Type: TargetType | undefined;
|
|
4446
4446
|
}
|
|
@@ -4449,15 +4449,15 @@ export interface UnshareTarget {
|
|
|
4449
4449
|
*/
|
|
4450
4450
|
export interface UnshareDirectoryRequest {
|
|
4451
4451
|
/**
|
|
4452
|
-
* @public
|
|
4453
4452
|
* <p>The identifier of the Managed Microsoft AD directory that you want to stop
|
|
4454
4453
|
* sharing.</p>
|
|
4454
|
+
* @public
|
|
4455
4455
|
*/
|
|
4456
4456
|
DirectoryId: string | undefined;
|
|
4457
4457
|
/**
|
|
4458
|
-
* @public
|
|
4459
4458
|
* <p>Identifier for the directory consumer account with whom the directory has to be
|
|
4460
4459
|
* unshared.</p>
|
|
4460
|
+
* @public
|
|
4461
4461
|
*/
|
|
4462
4462
|
UnshareTarget: UnshareTarget | undefined;
|
|
4463
4463
|
}
|
|
@@ -4466,39 +4466,39 @@ export interface UnshareDirectoryRequest {
|
|
|
4466
4466
|
*/
|
|
4467
4467
|
export interface UnshareDirectoryResult {
|
|
4468
4468
|
/**
|
|
4469
|
-
* @public
|
|
4470
4469
|
* <p>Identifier of the directory stored in the directory consumer account that is to be
|
|
4471
4470
|
* unshared from the specified directory (<code>DirectoryId</code>).</p>
|
|
4471
|
+
* @public
|
|
4472
4472
|
*/
|
|
4473
4473
|
SharedDirectoryId?: string;
|
|
4474
4474
|
}
|
|
4475
4475
|
/**
|
|
4476
|
-
* @public
|
|
4477
4476
|
* <p>Updates a conditional forwarder.</p>
|
|
4477
|
+
* @public
|
|
4478
4478
|
*/
|
|
4479
4479
|
export interface UpdateConditionalForwarderRequest {
|
|
4480
4480
|
/**
|
|
4481
|
-
* @public
|
|
4482
4481
|
* <p>The directory ID of the Amazon Web Services directory for which to update the conditional
|
|
4483
4482
|
* forwarder.</p>
|
|
4483
|
+
* @public
|
|
4484
4484
|
*/
|
|
4485
4485
|
DirectoryId: string | undefined;
|
|
4486
4486
|
/**
|
|
4487
|
-
* @public
|
|
4488
4487
|
* <p>The fully qualified domain name (FQDN) of the remote domain with which you will set up
|
|
4489
4488
|
* a trust relationship.</p>
|
|
4489
|
+
* @public
|
|
4490
4490
|
*/
|
|
4491
4491
|
RemoteDomainName: string | undefined;
|
|
4492
4492
|
/**
|
|
4493
|
-
* @public
|
|
4494
4493
|
* <p>The updated IP addresses of the remote DNS server associated with the conditional
|
|
4495
4494
|
* forwarder.</p>
|
|
4495
|
+
* @public
|
|
4496
4496
|
*/
|
|
4497
4497
|
DnsIpAddrs: string[] | undefined;
|
|
4498
4498
|
}
|
|
4499
4499
|
/**
|
|
4500
|
-
* @public
|
|
4501
4500
|
* <p>The result of an UpdateConditionalForwarder request.</p>
|
|
4501
|
+
* @public
|
|
4502
4502
|
*/
|
|
4503
4503
|
export interface UpdateConditionalForwarderResult {
|
|
4504
4504
|
}
|
|
@@ -4507,31 +4507,31 @@ export interface UpdateConditionalForwarderResult {
|
|
|
4507
4507
|
*/
|
|
4508
4508
|
export interface UpdateDirectorySetupRequest {
|
|
4509
4509
|
/**
|
|
4510
|
-
* @public
|
|
4511
4510
|
* <p>
|
|
4512
4511
|
* The identifier of the directory on which you want to perform the update.
|
|
4513
4512
|
* </p>
|
|
4513
|
+
* @public
|
|
4514
4514
|
*/
|
|
4515
4515
|
DirectoryId: string | undefined;
|
|
4516
4516
|
/**
|
|
4517
|
-
* @public
|
|
4518
4517
|
* <p>
|
|
4519
4518
|
* The type of update that needs to be performed on the directory. For example, OS.
|
|
4520
4519
|
* </p>
|
|
4520
|
+
* @public
|
|
4521
4521
|
*/
|
|
4522
4522
|
UpdateType: UpdateType | undefined;
|
|
4523
4523
|
/**
|
|
4524
|
-
* @public
|
|
4525
4524
|
* <p>
|
|
4526
4525
|
* The settings for the OS update that needs to be performed on the directory.
|
|
4527
4526
|
* </p>
|
|
4527
|
+
* @public
|
|
4528
4528
|
*/
|
|
4529
4529
|
OSUpdateSettings?: OSUpdateSettings;
|
|
4530
4530
|
/**
|
|
4531
|
-
* @public
|
|
4532
4531
|
* <p>
|
|
4533
4532
|
* The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory.
|
|
4534
4533
|
* </p>
|
|
4534
|
+
* @public
|
|
4535
4535
|
*/
|
|
4536
4536
|
CreateSnapshotBeforeUpdate?: boolean;
|
|
4537
4537
|
}
|
|
@@ -4541,21 +4541,21 @@ export interface UpdateDirectorySetupRequest {
|
|
|
4541
4541
|
export interface UpdateDirectorySetupResult {
|
|
4542
4542
|
}
|
|
4543
4543
|
/**
|
|
4544
|
-
* @public
|
|
4545
4544
|
* <p>The maximum allowed number of domain controllers per directory was exceeded. The
|
|
4546
4545
|
* default limit per directory is 20 domain controllers.</p>
|
|
4546
|
+
* @public
|
|
4547
4547
|
*/
|
|
4548
4548
|
export declare class DomainControllerLimitExceededException extends __BaseException {
|
|
4549
4549
|
readonly name: "DomainControllerLimitExceededException";
|
|
4550
4550
|
readonly $fault: "client";
|
|
4551
4551
|
/**
|
|
4552
|
-
* @public
|
|
4553
4552
|
* <p>The descriptive message for the exception.</p>
|
|
4553
|
+
* @public
|
|
4554
4554
|
*/
|
|
4555
4555
|
Message?: string;
|
|
4556
4556
|
/**
|
|
4557
|
-
* @public
|
|
4558
4557
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4558
|
+
* @public
|
|
4559
4559
|
*/
|
|
4560
4560
|
RequestId?: string;
|
|
4561
4561
|
/**
|
|
@@ -4568,14 +4568,14 @@ export declare class DomainControllerLimitExceededException extends __BaseExcept
|
|
|
4568
4568
|
*/
|
|
4569
4569
|
export interface UpdateNumberOfDomainControllersRequest {
|
|
4570
4570
|
/**
|
|
4571
|
-
* @public
|
|
4572
4571
|
* <p>Identifier of the directory to which the domain controllers will be added or
|
|
4573
4572
|
* removed.</p>
|
|
4573
|
+
* @public
|
|
4574
4574
|
*/
|
|
4575
4575
|
DirectoryId: string | undefined;
|
|
4576
4576
|
/**
|
|
4577
|
-
* @public
|
|
4578
4577
|
* <p>The number of domain controllers desired in the directory.</p>
|
|
4578
|
+
* @public
|
|
4579
4579
|
*/
|
|
4580
4580
|
DesiredNumber: number | undefined;
|
|
4581
4581
|
}
|
|
@@ -4585,44 +4585,44 @@ export interface UpdateNumberOfDomainControllersRequest {
|
|
|
4585
4585
|
export interface UpdateNumberOfDomainControllersResult {
|
|
4586
4586
|
}
|
|
4587
4587
|
/**
|
|
4588
|
-
* @public
|
|
4589
4588
|
* <p>Contains the inputs for the <a>UpdateRadius</a> operation.</p>
|
|
4589
|
+
* @public
|
|
4590
4590
|
*/
|
|
4591
4591
|
export interface UpdateRadiusRequest {
|
|
4592
4592
|
/**
|
|
4593
|
-
* @public
|
|
4594
4593
|
* <p>The identifier of the directory for which to update the RADIUS server
|
|
4595
4594
|
* information.</p>
|
|
4595
|
+
* @public
|
|
4596
4596
|
*/
|
|
4597
4597
|
DirectoryId: string | undefined;
|
|
4598
4598
|
/**
|
|
4599
|
-
* @public
|
|
4600
4599
|
* <p>A <a>RadiusSettings</a> object that contains information about the RADIUS
|
|
4601
4600
|
* server.</p>
|
|
4601
|
+
* @public
|
|
4602
4602
|
*/
|
|
4603
4603
|
RadiusSettings: RadiusSettings | undefined;
|
|
4604
4604
|
}
|
|
4605
4605
|
/**
|
|
4606
|
-
* @public
|
|
4607
4606
|
* <p>Contains the results of the <a>UpdateRadius</a> operation.</p>
|
|
4607
|
+
* @public
|
|
4608
4608
|
*/
|
|
4609
4609
|
export interface UpdateRadiusResult {
|
|
4610
4610
|
}
|
|
4611
4611
|
/**
|
|
4612
|
-
* @public
|
|
4613
4612
|
* <p>The specified directory setting is not compatible with other settings.</p>
|
|
4613
|
+
* @public
|
|
4614
4614
|
*/
|
|
4615
4615
|
export declare class IncompatibleSettingsException extends __BaseException {
|
|
4616
4616
|
readonly name: "IncompatibleSettingsException";
|
|
4617
4617
|
readonly $fault: "client";
|
|
4618
4618
|
/**
|
|
4619
|
-
* @public
|
|
4620
4619
|
* <p>The descriptive message for the exception.</p>
|
|
4620
|
+
* @public
|
|
4621
4621
|
*/
|
|
4622
4622
|
Message?: string;
|
|
4623
4623
|
/**
|
|
4624
|
-
* @public
|
|
4625
4624
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4625
|
+
* @public
|
|
4626
4626
|
*/
|
|
4627
4627
|
RequestId?: string;
|
|
4628
4628
|
/**
|
|
@@ -4631,20 +4631,20 @@ export declare class IncompatibleSettingsException extends __BaseException {
|
|
|
4631
4631
|
constructor(opts: __ExceptionOptionType<IncompatibleSettingsException, __BaseException>);
|
|
4632
4632
|
}
|
|
4633
4633
|
/**
|
|
4634
|
-
* @public
|
|
4635
4634
|
* <p>The specified directory setting is not supported.</p>
|
|
4635
|
+
* @public
|
|
4636
4636
|
*/
|
|
4637
4637
|
export declare class UnsupportedSettingsException extends __BaseException {
|
|
4638
4638
|
readonly name: "UnsupportedSettingsException";
|
|
4639
4639
|
readonly $fault: "client";
|
|
4640
4640
|
/**
|
|
4641
|
-
* @public
|
|
4642
4641
|
* <p>The descriptive message for the exception.</p>
|
|
4642
|
+
* @public
|
|
4643
4643
|
*/
|
|
4644
4644
|
Message?: string;
|
|
4645
4645
|
/**
|
|
4646
|
-
* @public
|
|
4647
4646
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4647
|
+
* @public
|
|
4648
4648
|
*/
|
|
4649
4649
|
RequestId?: string;
|
|
4650
4650
|
/**
|
|
@@ -4653,21 +4653,21 @@ export declare class UnsupportedSettingsException extends __BaseException {
|
|
|
4653
4653
|
constructor(opts: __ExceptionOptionType<UnsupportedSettingsException, __BaseException>);
|
|
4654
4654
|
}
|
|
4655
4655
|
/**
|
|
4656
|
-
* @public
|
|
4657
4656
|
* <p>Contains information about the configurable settings for a directory.</p>
|
|
4657
|
+
* @public
|
|
4658
4658
|
*/
|
|
4659
4659
|
export interface Setting {
|
|
4660
4660
|
/**
|
|
4661
|
-
* @public
|
|
4662
4661
|
* <p>The name of the directory setting. For example:</p>
|
|
4663
4662
|
* <p>
|
|
4664
4663
|
* <code>TLS_1_0</code>
|
|
4665
4664
|
* </p>
|
|
4665
|
+
* @public
|
|
4666
4666
|
*/
|
|
4667
4667
|
Name: string | undefined;
|
|
4668
4668
|
/**
|
|
4669
|
-
* @public
|
|
4670
4669
|
* <p>The value of the directory setting for which to retrieve information. For example, for <code>TLS_1_0</code>, the valid values are: <code>Enable</code> and <code>Disable</code>.</p>
|
|
4670
|
+
* @public
|
|
4671
4671
|
*/
|
|
4672
4672
|
Value: string | undefined;
|
|
4673
4673
|
}
|
|
@@ -4676,13 +4676,13 @@ export interface Setting {
|
|
|
4676
4676
|
*/
|
|
4677
4677
|
export interface UpdateSettingsRequest {
|
|
4678
4678
|
/**
|
|
4679
|
-
* @public
|
|
4680
4679
|
* <p>The identifier of the directory for which to update settings.</p>
|
|
4680
|
+
* @public
|
|
4681
4681
|
*/
|
|
4682
4682
|
DirectoryId: string | undefined;
|
|
4683
4683
|
/**
|
|
4684
|
-
* @public
|
|
4685
4684
|
* <p>The list of <a>Setting</a> objects.</p>
|
|
4685
|
+
* @public
|
|
4686
4686
|
*/
|
|
4687
4687
|
Settings: Setting[] | undefined;
|
|
4688
4688
|
}
|
|
@@ -4691,8 +4691,8 @@ export interface UpdateSettingsRequest {
|
|
|
4691
4691
|
*/
|
|
4692
4692
|
export interface UpdateSettingsResult {
|
|
4693
4693
|
/**
|
|
4694
|
-
* @public
|
|
4695
4694
|
* <p>The identifier of the directory.</p>
|
|
4695
|
+
* @public
|
|
4696
4696
|
*/
|
|
4697
4697
|
DirectoryId?: string;
|
|
4698
4698
|
}
|
|
@@ -4701,13 +4701,13 @@ export interface UpdateSettingsResult {
|
|
|
4701
4701
|
*/
|
|
4702
4702
|
export interface UpdateTrustRequest {
|
|
4703
4703
|
/**
|
|
4704
|
-
* @public
|
|
4705
4704
|
* <p>Identifier of the trust relationship.</p>
|
|
4705
|
+
* @public
|
|
4706
4706
|
*/
|
|
4707
4707
|
TrustId: string | undefined;
|
|
4708
4708
|
/**
|
|
4709
|
-
* @public
|
|
4710
4709
|
* <p>Updates selective authentication for the trust.</p>
|
|
4710
|
+
* @public
|
|
4711
4711
|
*/
|
|
4712
4712
|
SelectiveAuth?: SelectiveAuth;
|
|
4713
4713
|
}
|
|
@@ -4716,36 +4716,36 @@ export interface UpdateTrustRequest {
|
|
|
4716
4716
|
*/
|
|
4717
4717
|
export interface UpdateTrustResult {
|
|
4718
4718
|
/**
|
|
4719
|
-
* @public
|
|
4720
4719
|
* <p>The Amazon Web Services request identifier.</p>
|
|
4720
|
+
* @public
|
|
4721
4721
|
*/
|
|
4722
4722
|
RequestId?: string;
|
|
4723
4723
|
/**
|
|
4724
|
-
* @public
|
|
4725
4724
|
* <p>Identifier of the trust relationship.</p>
|
|
4725
|
+
* @public
|
|
4726
4726
|
*/
|
|
4727
4727
|
TrustId?: string;
|
|
4728
4728
|
}
|
|
4729
4729
|
/**
|
|
4730
|
-
* @public
|
|
4731
4730
|
* <p>Initiates the verification of an existing trust relationship between an Managed Microsoft AD
|
|
4732
4731
|
* directory and an external domain.</p>
|
|
4732
|
+
* @public
|
|
4733
4733
|
*/
|
|
4734
4734
|
export interface VerifyTrustRequest {
|
|
4735
4735
|
/**
|
|
4736
|
-
* @public
|
|
4737
4736
|
* <p>The unique Trust ID of the trust relationship to verify.</p>
|
|
4737
|
+
* @public
|
|
4738
4738
|
*/
|
|
4739
4739
|
TrustId: string | undefined;
|
|
4740
4740
|
}
|
|
4741
4741
|
/**
|
|
4742
|
-
* @public
|
|
4743
4742
|
* <p>Result of a VerifyTrust request.</p>
|
|
4743
|
+
* @public
|
|
4744
4744
|
*/
|
|
4745
4745
|
export interface VerifyTrustResult {
|
|
4746
4746
|
/**
|
|
4747
|
-
* @public
|
|
4748
4747
|
* <p>The unique Trust ID of the trust relationship that was verified.</p>
|
|
4748
|
+
* @public
|
|
4749
4749
|
*/
|
|
4750
4750
|
TrustId?: string;
|
|
4751
4751
|
}
|