@aws-sdk/client-directory-service 3.899.0 → 3.901.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-cjs/index.js +15 -1
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +1 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +5 -1
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +4 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustCommand.d.ts +3 -0
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +18 -1
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +1 -2
- package/dist-types/commands/DisableRadiusCommand.d.ts +2 -2
- package/dist-types/commands/EnableRadiusCommand.d.ts +3 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +1 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +4 -1
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +11 -2
- package/dist-types/commands/UpdateRadiusCommand.d.ts +5 -2
- package/dist-types/models/models_0.d.ts +242 -73
- package/dist-types/ts3.4/models/models_0.d.ts +40 -4
- package/package.json +38 -38
|
@@ -274,18 +274,25 @@ export declare class ADAssessmentLimitExceededException extends __BaseException
|
|
|
274
274
|
constructor(opts: __ExceptionOptionType<ADAssessmentLimitExceededException, __BaseException>);
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
|
-
* <p>IP address block. This is often the address block of the DNS server used
|
|
278
|
-
* self-managed domain. </p>
|
|
277
|
+
* <p>Contains the IP address block. This is often the address block of the DNS server used
|
|
278
|
+
* for your self-managed domain. </p>
|
|
279
279
|
* @public
|
|
280
280
|
*/
|
|
281
281
|
export interface IpRoute {
|
|
282
282
|
/**
|
|
283
|
-
* <p>IP address block
|
|
284
|
-
*
|
|
285
|
-
*
|
|
283
|
+
* <p>IP address block in CIDR format, such as 10.0.0.0/24. This is often the address block of
|
|
284
|
+
* the DNS server used for your self-managed domain. For a single IP address, use a CIDR
|
|
285
|
+
* address block with /32. For example, 10.0.0.0/32.</p>
|
|
286
286
|
* @public
|
|
287
287
|
*/
|
|
288
288
|
CidrIp?: string | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* <p>IPv6 address block in CIDR format, such as 2001:db8::/32. This is often the address
|
|
291
|
+
* block of the DNS server used for your self-managed domain. For a single IPv6 address, use a
|
|
292
|
+
* CIDR address block with /128. For example, 2001:db8::1/128.</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
CidrIpv6?: string | undefined;
|
|
289
296
|
/**
|
|
290
297
|
* <p>Description of the address block.</p>
|
|
291
298
|
* @public
|
|
@@ -314,57 +321,71 @@ export interface AddIpRoutesRequest {
|
|
|
314
321
|
* <p>Inbound:</p>
|
|
315
322
|
* <ul>
|
|
316
323
|
* <li>
|
|
317
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source: Managed Microsoft AD VPC IPv4
|
|
324
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source: Managed Microsoft AD VPC IPv4
|
|
325
|
+
* CIDR</p>
|
|
318
326
|
* </li>
|
|
319
327
|
* <li>
|
|
320
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source: Managed Microsoft AD VPC IPv4
|
|
328
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source: Managed Microsoft AD VPC IPv4
|
|
329
|
+
* CIDR</p>
|
|
321
330
|
* </li>
|
|
322
331
|
* <li>
|
|
323
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source: Managed Microsoft AD VPC IPv4
|
|
332
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source: Managed Microsoft AD VPC IPv4
|
|
333
|
+
* CIDR</p>
|
|
324
334
|
* </li>
|
|
325
335
|
* <li>
|
|
326
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source: Managed Microsoft AD VPC IPv4
|
|
336
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source: Managed Microsoft AD VPC IPv4
|
|
337
|
+
* CIDR</p>
|
|
327
338
|
* </li>
|
|
328
339
|
* <li>
|
|
329
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source: Managed Microsoft AD VPC IPv4
|
|
340
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source: Managed Microsoft AD VPC IPv4
|
|
341
|
+
* CIDR</p>
|
|
330
342
|
* </li>
|
|
331
343
|
* <li>
|
|
332
|
-
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source: Managed Microsoft AD VPC IPv4
|
|
344
|
+
* <p>Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source: Managed Microsoft AD VPC IPv4
|
|
345
|
+
* CIDR</p>
|
|
333
346
|
* </li>
|
|
334
347
|
* <li>
|
|
335
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source: Managed Microsoft AD VPC IPv4
|
|
348
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source: Managed Microsoft AD VPC IPv4
|
|
349
|
+
* CIDR</p>
|
|
336
350
|
* </li>
|
|
337
351
|
* <li>
|
|
338
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source: Managed Microsoft AD VPC IPv4
|
|
352
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source: Managed Microsoft AD VPC IPv4
|
|
353
|
+
* CIDR</p>
|
|
339
354
|
* </li>
|
|
340
355
|
* <li>
|
|
341
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source: Managed Microsoft AD VPC IPv4
|
|
356
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source: Managed Microsoft AD VPC IPv4
|
|
357
|
+
* CIDR</p>
|
|
342
358
|
* </li>
|
|
343
359
|
* <li>
|
|
344
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source: Managed Microsoft AD VPC IPv4
|
|
360
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source: Managed Microsoft AD VPC IPv4
|
|
361
|
+
* CIDR</p>
|
|
345
362
|
* </li>
|
|
346
363
|
* <li>
|
|
347
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source: Managed Microsoft AD VPC IPv4
|
|
364
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source: Managed Microsoft AD VPC IPv4
|
|
365
|
+
* CIDR</p>
|
|
348
366
|
* </li>
|
|
349
367
|
* <li>
|
|
350
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 1024-65535, Source:
|
|
351
|
-
*
|
|
368
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 1024-65535, Source: Managed Microsoft AD VPC
|
|
369
|
+
* IPv4 CIDR</p>
|
|
352
370
|
* </li>
|
|
353
371
|
* <li>
|
|
354
|
-
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 3268-33269, Source:
|
|
355
|
-
*
|
|
372
|
+
* <p>Type: Custom TCP Rule, Protocol: TCP, Range: 3268-33269, Source: Managed Microsoft AD VPC
|
|
373
|
+
* IPv4 CIDR</p>
|
|
356
374
|
* </li>
|
|
357
375
|
* <li>
|
|
358
|
-
* <p>Type: DNS (UDP), Protocol: UDP, Range: 53, Source: Managed Microsoft AD VPC IPv4
|
|
376
|
+
* <p>Type: DNS (UDP), Protocol: UDP, Range: 53, Source: Managed Microsoft AD VPC IPv4
|
|
377
|
+
* CIDR</p>
|
|
359
378
|
* </li>
|
|
360
379
|
* <li>
|
|
361
|
-
* <p>Type: DNS (TCP), Protocol: TCP, Range: 53, Source: Managed Microsoft AD VPC IPv4
|
|
380
|
+
* <p>Type: DNS (TCP), Protocol: TCP, Range: 53, Source: Managed Microsoft AD VPC IPv4
|
|
381
|
+
* CIDR</p>
|
|
362
382
|
* </li>
|
|
363
383
|
* <li>
|
|
364
384
|
* <p>Type: LDAP, Protocol: TCP, Range: 389, Source: Managed Microsoft AD VPC IPv4 CIDR</p>
|
|
365
385
|
* </li>
|
|
366
386
|
* <li>
|
|
367
|
-
* <p>Type: All ICMP, Protocol: All, Range: N/A, Source: Managed Microsoft AD VPC IPv4
|
|
387
|
+
* <p>Type: All ICMP, Protocol: All, Range: N/A, Source: Managed Microsoft AD VPC IPv4
|
|
388
|
+
* CIDR</p>
|
|
368
389
|
* </li>
|
|
369
390
|
* </ul>
|
|
370
391
|
* <p></p>
|
|
@@ -1277,6 +1298,12 @@ export interface ConditionalForwarder {
|
|
|
1277
1298
|
* @public
|
|
1278
1299
|
*/
|
|
1279
1300
|
DnsIpAddrs?: string[] | undefined;
|
|
1301
|
+
/**
|
|
1302
|
+
* <p>The IPv6 addresses of the remote DNS server associated with RemoteDomainName. This is the
|
|
1303
|
+
* IPv6 address of the DNS server that your conditional forwarder points to.</p>
|
|
1304
|
+
* @public
|
|
1305
|
+
*/
|
|
1306
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
1280
1307
|
/**
|
|
1281
1308
|
* <p>The replication scope of the conditional forwarder. The only allowed value is
|
|
1282
1309
|
* <code>Domain</code>, which will replicate the conditional forwarder to all of the domain
|
|
@@ -1286,8 +1313,8 @@ export interface ConditionalForwarder {
|
|
|
1286
1313
|
ReplicationScope?: ReplicationScope | undefined;
|
|
1287
1314
|
}
|
|
1288
1315
|
/**
|
|
1289
|
-
* <p>Contains
|
|
1290
|
-
* Connector
|
|
1316
|
+
* <p>Contains connection settings for creating an AD
|
|
1317
|
+
* Connector with the <a>ConnectDirectory</a> action.</p>
|
|
1291
1318
|
* @public
|
|
1292
1319
|
*/
|
|
1293
1320
|
export interface DirectoryConnectSettings {
|
|
@@ -1302,11 +1329,17 @@ export interface DirectoryConnectSettings {
|
|
|
1302
1329
|
*/
|
|
1303
1330
|
SubnetIds: string[] | undefined;
|
|
1304
1331
|
/**
|
|
1305
|
-
* <p>
|
|
1332
|
+
* <p>The IP addresses of DNS servers or domain controllers in your
|
|
1306
1333
|
* self-managed directory.</p>
|
|
1307
1334
|
* @public
|
|
1308
1335
|
*/
|
|
1309
|
-
CustomerDnsIps
|
|
1336
|
+
CustomerDnsIps?: string[] | undefined;
|
|
1337
|
+
/**
|
|
1338
|
+
* <p>The IPv6 addresses of DNS servers or domain controllers in your
|
|
1339
|
+
* self-managed directory.</p>
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
CustomerDnsIpsV6?: string[] | undefined;
|
|
1310
1343
|
/**
|
|
1311
1344
|
* <p>The user name of an account in your self-managed directory that is used to connect to the
|
|
1312
1345
|
* directory. This account must have the following permissions:</p>
|
|
@@ -1325,6 +1358,19 @@ export interface DirectoryConnectSettings {
|
|
|
1325
1358
|
*/
|
|
1326
1359
|
CustomerUserName: string | undefined;
|
|
1327
1360
|
}
|
|
1361
|
+
/**
|
|
1362
|
+
* @public
|
|
1363
|
+
* @enum
|
|
1364
|
+
*/
|
|
1365
|
+
export declare const NetworkType: {
|
|
1366
|
+
readonly DUAL_STACK: "Dual-stack";
|
|
1367
|
+
readonly IPV4_ONLY: "IPv4";
|
|
1368
|
+
readonly IPV6_ONLY: "IPv6";
|
|
1369
|
+
};
|
|
1370
|
+
/**
|
|
1371
|
+
* @public
|
|
1372
|
+
*/
|
|
1373
|
+
export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
|
|
1328
1374
|
/**
|
|
1329
1375
|
* @public
|
|
1330
1376
|
* @enum
|
|
@@ -1379,6 +1425,12 @@ export interface ConnectDirectoryRequest {
|
|
|
1379
1425
|
* @public
|
|
1380
1426
|
*/
|
|
1381
1427
|
Tags?: Tag[] | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>The network type for your directory. The default value is <code>IPv4</code> or
|
|
1430
|
+
* <code>IPv6</code> based on the provided subnet capabilities.</p>
|
|
1431
|
+
* @public
|
|
1432
|
+
*/
|
|
1433
|
+
NetworkType?: NetworkType | undefined;
|
|
1382
1434
|
}
|
|
1383
1435
|
/**
|
|
1384
1436
|
* <p>Contains the results of the <a>ConnectDirectory</a> operation.</p>
|
|
@@ -1515,7 +1567,12 @@ export interface CreateConditionalForwarderRequest {
|
|
|
1515
1567
|
* <p>The IP addresses of the remote DNS server associated with RemoteDomainName.</p>
|
|
1516
1568
|
* @public
|
|
1517
1569
|
*/
|
|
1518
|
-
DnsIpAddrs
|
|
1570
|
+
DnsIpAddrs?: string[] | undefined;
|
|
1571
|
+
/**
|
|
1572
|
+
* <p>The IPv6 addresses of the remote DNS server associated with RemoteDomainName.</p>
|
|
1573
|
+
* @public
|
|
1574
|
+
*/
|
|
1575
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
1519
1576
|
}
|
|
1520
1577
|
/**
|
|
1521
1578
|
* <p>The result of a CreateConditinalForwarder request.</p>
|
|
@@ -1592,6 +1649,11 @@ export interface CreateDirectoryRequest {
|
|
|
1592
1649
|
* @public
|
|
1593
1650
|
*/
|
|
1594
1651
|
Tags?: Tag[] | undefined;
|
|
1652
|
+
/**
|
|
1653
|
+
* <p>The network type for your directory. Simple AD supports IPv4 and Dual-stack only.</p>
|
|
1654
|
+
* @public
|
|
1655
|
+
*/
|
|
1656
|
+
NetworkType?: NetworkType | undefined;
|
|
1595
1657
|
}
|
|
1596
1658
|
/**
|
|
1597
1659
|
* <p>Contains the results of the <a>CreateDirectory</a> operation.</p>
|
|
@@ -1693,6 +1755,7 @@ export declare class InsufficientPermissionsException extends __BaseException {
|
|
|
1693
1755
|
*/
|
|
1694
1756
|
export declare const DirectoryEdition: {
|
|
1695
1757
|
readonly ENTERPRISE: "Enterprise";
|
|
1758
|
+
readonly HYBRID: "Hybrid";
|
|
1696
1759
|
readonly STANDARD: "Standard";
|
|
1697
1760
|
};
|
|
1698
1761
|
/**
|
|
@@ -1746,6 +1809,13 @@ export interface CreateMicrosoftADRequest {
|
|
|
1746
1809
|
* @public
|
|
1747
1810
|
*/
|
|
1748
1811
|
Tags?: Tag[] | undefined;
|
|
1812
|
+
/**
|
|
1813
|
+
* <p>
|
|
1814
|
+
* The network type for your domain. The default value is <code>IPv4</code> or <code>IPv6</code>
|
|
1815
|
+
* based on the provided subnet capabilities.</p>
|
|
1816
|
+
* @public
|
|
1817
|
+
*/
|
|
1818
|
+
NetworkType?: NetworkType | undefined;
|
|
1749
1819
|
}
|
|
1750
1820
|
/**
|
|
1751
1821
|
* <p>Result of a CreateMicrosoftAD request.</p>
|
|
@@ -1889,6 +1959,11 @@ export interface CreateTrustRequest {
|
|
|
1889
1959
|
* @public
|
|
1890
1960
|
*/
|
|
1891
1961
|
ConditionalForwarderIpAddrs?: string[] | undefined;
|
|
1962
|
+
/**
|
|
1963
|
+
* <p>The IPv6 addresses of the remote DNS server associated with RemoteDomainName.</p>
|
|
1964
|
+
* @public
|
|
1965
|
+
*/
|
|
1966
|
+
ConditionalForwarderIpv6Addrs?: string[] | undefined;
|
|
1892
1967
|
/**
|
|
1893
1968
|
* <p>Optional parameter to enable selective authentication for the trust.</p>
|
|
1894
1969
|
* @public
|
|
@@ -2352,7 +2427,7 @@ export interface DirectoryConnectSettingsDescription {
|
|
|
2352
2427
|
*/
|
|
2353
2428
|
SecurityGroupId?: string | undefined;
|
|
2354
2429
|
/**
|
|
2355
|
-
* <p>
|
|
2430
|
+
* <p>The Availability Zones that the directory is in.</p>
|
|
2356
2431
|
* @public
|
|
2357
2432
|
*/
|
|
2358
2433
|
AvailabilityZones?: string[] | undefined;
|
|
@@ -2361,6 +2436,11 @@ export interface DirectoryConnectSettingsDescription {
|
|
|
2361
2436
|
* @public
|
|
2362
2437
|
*/
|
|
2363
2438
|
ConnectIps?: string[] | undefined;
|
|
2439
|
+
/**
|
|
2440
|
+
* <p>The IPv6 addresses of the AD Connector servers.</p>
|
|
2441
|
+
* @public
|
|
2442
|
+
*/
|
|
2443
|
+
ConnectIpsV6?: string[] | undefined;
|
|
2364
2444
|
}
|
|
2365
2445
|
/**
|
|
2366
2446
|
* <p>Describes the current hybrid directory configuration settings for a directory.</p>
|
|
@@ -2412,15 +2492,20 @@ export type RadiusAuthenticationProtocol = (typeof RadiusAuthenticationProtocol)
|
|
|
2412
2492
|
*/
|
|
2413
2493
|
export interface RadiusSettings {
|
|
2414
2494
|
/**
|
|
2415
|
-
* <p>
|
|
2416
|
-
*
|
|
2417
|
-
* load balancer.</p>
|
|
2495
|
+
* <p>The fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints,
|
|
2496
|
+
* or the FQDN or IP addresses of your RADIUS server load balancer.</p>
|
|
2418
2497
|
* @public
|
|
2419
2498
|
*/
|
|
2420
2499
|
RadiusServers?: string[] | undefined;
|
|
2421
2500
|
/**
|
|
2422
|
-
* <p>The
|
|
2423
|
-
*
|
|
2501
|
+
* <p>The IPv6 addresses of the RADIUS server endpoints or RADIUS server
|
|
2502
|
+
* load balancer.</p>
|
|
2503
|
+
* @public
|
|
2504
|
+
*/
|
|
2505
|
+
RadiusServersIpv6?: string[] | undefined;
|
|
2506
|
+
/**
|
|
2507
|
+
* <p>The port that your RADIUS server is using for communications. Your self-managed network
|
|
2508
|
+
* must allow inbound traffic over this port from the Directory Service servers.</p>
|
|
2424
2509
|
* @public
|
|
2425
2510
|
*/
|
|
2426
2511
|
RadiusPort?: number | undefined;
|
|
@@ -2430,7 +2515,8 @@ export interface RadiusSettings {
|
|
|
2430
2515
|
*/
|
|
2431
2516
|
RadiusTimeout?: number | undefined;
|
|
2432
2517
|
/**
|
|
2433
|
-
* <p>The maximum number of times that communication with the RADIUS server is retried after
|
|
2518
|
+
* <p>The maximum number of times that communication with the RADIUS server is retried after
|
|
2519
|
+
* the initial attempt.</p>
|
|
2434
2520
|
* @public
|
|
2435
2521
|
*/
|
|
2436
2522
|
RadiusRetries?: number | undefined;
|
|
@@ -2495,8 +2581,8 @@ export interface DirectoryVpcSettingsDescription {
|
|
|
2495
2581
|
AvailabilityZones?: string[] | undefined;
|
|
2496
2582
|
}
|
|
2497
2583
|
/**
|
|
2498
|
-
* <p>
|
|
2499
|
-
*
|
|
2584
|
+
* <p>Contains the directory owner account details shared with the directory consumer
|
|
2585
|
+
* account.</p>
|
|
2500
2586
|
* @public
|
|
2501
2587
|
*/
|
|
2502
2588
|
export interface OwnerDirectoryDescription {
|
|
@@ -2515,22 +2601,31 @@ export interface OwnerDirectoryDescription {
|
|
|
2515
2601
|
* @public
|
|
2516
2602
|
*/
|
|
2517
2603
|
DnsIpAddrs?: string[] | undefined;
|
|
2604
|
+
/**
|
|
2605
|
+
* <p>IPv6 addresses of the directory’s domain controllers.</p>
|
|
2606
|
+
* @public
|
|
2607
|
+
*/
|
|
2608
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
2518
2609
|
/**
|
|
2519
2610
|
* <p>Information about the VPC settings for the directory.</p>
|
|
2520
2611
|
* @public
|
|
2521
2612
|
*/
|
|
2522
2613
|
VpcSettings?: DirectoryVpcSettingsDescription | undefined;
|
|
2523
2614
|
/**
|
|
2524
|
-
* <p>
|
|
2525
|
-
* server.</p>
|
|
2615
|
+
* <p>Information about the <a>RadiusSettings</a> object server configuration.</p>
|
|
2526
2616
|
* @public
|
|
2527
2617
|
*/
|
|
2528
2618
|
RadiusSettings?: RadiusSettings | undefined;
|
|
2529
2619
|
/**
|
|
2530
|
-
* <p>
|
|
2620
|
+
* <p>The status of the RADIUS server.</p>
|
|
2531
2621
|
* @public
|
|
2532
2622
|
*/
|
|
2533
2623
|
RadiusStatus?: RadiusStatus | undefined;
|
|
2624
|
+
/**
|
|
2625
|
+
* <p>Network type of the directory in the directory owner account.</p>
|
|
2626
|
+
* @public
|
|
2627
|
+
*/
|
|
2628
|
+
NetworkType?: NetworkType | undefined;
|
|
2534
2629
|
}
|
|
2535
2630
|
/**
|
|
2536
2631
|
* <p>Provides information about the Regions that are configured for multi-Region
|
|
@@ -2617,15 +2712,15 @@ export interface DirectoryDescription {
|
|
|
2617
2712
|
*/
|
|
2618
2713
|
Edition?: DirectoryEdition | undefined;
|
|
2619
2714
|
/**
|
|
2620
|
-
* <p>The alias for the directory. If no alias
|
|
2621
|
-
*
|
|
2715
|
+
* <p>The alias for the directory. If no alias exists, the alias is the directory identifier,
|
|
2716
|
+
* such as <code>d-XXXXXXXXXX</code>.</p>
|
|
2622
2717
|
* @public
|
|
2623
2718
|
*/
|
|
2624
2719
|
Alias?: string | undefined;
|
|
2625
2720
|
/**
|
|
2626
2721
|
* <p>The access URL for the directory, such as
|
|
2627
|
-
* <code>http://<alias>.awsapps.com</code>. If no alias
|
|
2628
|
-
*
|
|
2722
|
+
* <code>http://<alias>.awsapps.com</code>. If no alias exists,
|
|
2723
|
+
* <code><alias></code> is the directory identifier, such as
|
|
2629
2724
|
* <code>d-XXXXXXXXXX</code>.</p>
|
|
2630
2725
|
* @public
|
|
2631
2726
|
*/
|
|
@@ -2638,11 +2733,19 @@ export interface DirectoryDescription {
|
|
|
2638
2733
|
/**
|
|
2639
2734
|
* <p>The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD
|
|
2640
2735
|
* directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers.
|
|
2641
|
-
* For an AD Connector directory, these are the IP addresses of
|
|
2642
|
-
*
|
|
2736
|
+
* For an AD Connector directory, these are the IP addresses of self-managed directory to which
|
|
2737
|
+
* the AD Connector is connected.</p>
|
|
2643
2738
|
* @public
|
|
2644
2739
|
*/
|
|
2645
2740
|
DnsIpAddrs?: string[] | undefined;
|
|
2741
|
+
/**
|
|
2742
|
+
* <p>The IPv6 addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD
|
|
2743
|
+
* directory, these are the IPv6 addresses of the Simple AD or Microsoft AD directory servers.
|
|
2744
|
+
* For an AD Connector directory, these are the IPv6 addresses of the DNS servers or domain
|
|
2745
|
+
* controllers in your self-managed directory to which the AD Connector is connected.</p>
|
|
2746
|
+
* @public
|
|
2747
|
+
*/
|
|
2748
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
2646
2749
|
/**
|
|
2647
2750
|
* <p>The current stage of the directory.</p>
|
|
2648
2751
|
* @public
|
|
@@ -2668,12 +2771,12 @@ export interface DirectoryDescription {
|
|
|
2668
2771
|
*/
|
|
2669
2772
|
ShareNotes?: string | undefined;
|
|
2670
2773
|
/**
|
|
2671
|
-
* <p>
|
|
2774
|
+
* <p>The date and time when the directory was created.</p>
|
|
2672
2775
|
* @public
|
|
2673
2776
|
*/
|
|
2674
2777
|
LaunchTime?: Date | undefined;
|
|
2675
2778
|
/**
|
|
2676
|
-
* <p>The date and time
|
|
2779
|
+
* <p>The date and time when the stage was last updated.</p>
|
|
2677
2780
|
* @public
|
|
2678
2781
|
*/
|
|
2679
2782
|
StageLastUpdatedDateTime?: Date | undefined;
|
|
@@ -2684,21 +2787,22 @@ export interface DirectoryDescription {
|
|
|
2684
2787
|
Type?: DirectoryType | undefined;
|
|
2685
2788
|
/**
|
|
2686
2789
|
* <p>A <a>DirectoryVpcSettingsDescription</a> object that contains additional
|
|
2687
|
-
* information about a directory.
|
|
2688
|
-
*
|
|
2790
|
+
* information about a directory. Present only for Simple AD and Managed Microsoft AD
|
|
2791
|
+
* directories.</p>
|
|
2689
2792
|
* @public
|
|
2690
2793
|
*/
|
|
2691
2794
|
VpcSettings?: DirectoryVpcSettingsDescription | undefined;
|
|
2692
2795
|
/**
|
|
2693
|
-
* <p>
|
|
2694
|
-
*
|
|
2695
|
-
* an AD Connector directory
|
|
2796
|
+
* <p>
|
|
2797
|
+
* <a>DirectoryConnectSettingsDescription</a> object that contains additional
|
|
2798
|
+
* information about an AD Connector directory. Present only for AD Connector
|
|
2799
|
+
* directories.</p>
|
|
2696
2800
|
* @public
|
|
2697
2801
|
*/
|
|
2698
2802
|
ConnectSettings?: DirectoryConnectSettingsDescription | undefined;
|
|
2699
2803
|
/**
|
|
2700
|
-
* <p>
|
|
2701
|
-
*
|
|
2804
|
+
* <p>Information about the <a>RadiusSettings</a> object configured for this
|
|
2805
|
+
* directory.</p>
|
|
2702
2806
|
* @public
|
|
2703
2807
|
*/
|
|
2704
2808
|
RadiusSettings?: RadiusSettings | undefined;
|
|
@@ -2713,7 +2817,8 @@ export interface DirectoryDescription {
|
|
|
2713
2817
|
*/
|
|
2714
2818
|
StageReason?: string | undefined;
|
|
2715
2819
|
/**
|
|
2716
|
-
* <p>Indicates
|
|
2820
|
+
* <p>Indicates whether single sign-on is enabled for the directory. For more information, see
|
|
2821
|
+
* <a>EnableSso</a> and <a>DisableSso</a>.</p>
|
|
2717
2822
|
* @public
|
|
2718
2823
|
*/
|
|
2719
2824
|
SsoEnabled?: boolean | undefined;
|
|
@@ -2744,6 +2849,11 @@ export interface DirectoryDescription {
|
|
|
2744
2849
|
* @public
|
|
2745
2850
|
*/
|
|
2746
2851
|
HybridSettings?: HybridSettingsDescription | undefined;
|
|
2852
|
+
/**
|
|
2853
|
+
* <p>The network type of the directory.</p>
|
|
2854
|
+
* @public
|
|
2855
|
+
*/
|
|
2856
|
+
NetworkType?: NetworkType | undefined;
|
|
2747
2857
|
}
|
|
2748
2858
|
/**
|
|
2749
2859
|
* <p>Contains the results of the <a>DescribeDirectories</a> operation.</p>
|
|
@@ -2751,7 +2861,8 @@ export interface DirectoryDescription {
|
|
|
2751
2861
|
*/
|
|
2752
2862
|
export interface DescribeDirectoriesResult {
|
|
2753
2863
|
/**
|
|
2754
|
-
* <p>The list of available <a>DirectoryDescription</a> objects that were
|
|
2864
|
+
* <p>The list of available <a>DirectoryDescription</a> objects that were
|
|
2865
|
+
* retrieved.</p>
|
|
2755
2866
|
* <p>It is possible that this list contains less than the number of items specified in the
|
|
2756
2867
|
* <code>Limit</code> member of the request. This occurs if there are less than the requested
|
|
2757
2868
|
* number of items left to retrieve, or if the limitations of the operation have been
|
|
@@ -2876,6 +2987,11 @@ export interface DomainController {
|
|
|
2876
2987
|
* @public
|
|
2877
2988
|
*/
|
|
2878
2989
|
DnsIpAddr?: string | undefined;
|
|
2990
|
+
/**
|
|
2991
|
+
* <p>The IPv6 address of the domain controller.</p>
|
|
2992
|
+
* @public
|
|
2993
|
+
*/
|
|
2994
|
+
DnsIpv6Addr?: string | undefined;
|
|
2879
2995
|
/**
|
|
2880
2996
|
* <p>The identifier of the VPC that contains the domain controller.</p>
|
|
2881
2997
|
* @public
|
|
@@ -3782,7 +3898,9 @@ export interface DescribeTrustsResult {
|
|
|
3782
3898
|
* @enum
|
|
3783
3899
|
*/
|
|
3784
3900
|
export declare const UpdateType: {
|
|
3901
|
+
readonly NETWORK: "NETWORK";
|
|
3785
3902
|
readonly OS: "OS";
|
|
3903
|
+
readonly SIZE: "SIZE";
|
|
3786
3904
|
};
|
|
3787
3905
|
/**
|
|
3788
3906
|
* @public
|
|
@@ -3815,12 +3933,12 @@ export interface DescribeUpdateDirectoryRequest {
|
|
|
3815
3933
|
NextToken?: string | undefined;
|
|
3816
3934
|
}
|
|
3817
3935
|
/**
|
|
3818
|
-
* <p>
|
|
3936
|
+
* <p>OS version that the directory needs to be updated to.</p>
|
|
3819
3937
|
* @public
|
|
3820
3938
|
*/
|
|
3821
3939
|
export interface OSUpdateSettings {
|
|
3822
3940
|
/**
|
|
3823
|
-
* <p>
|
|
3941
|
+
* <p>OS version that the directory needs to be updated to.</p>
|
|
3824
3942
|
* @public
|
|
3825
3943
|
*/
|
|
3826
3944
|
OSVersion?: OSVersion | undefined;
|
|
@@ -3837,7 +3955,7 @@ export interface UpdateValue {
|
|
|
3837
3955
|
OSUpdateSettings?: OSUpdateSettings | undefined;
|
|
3838
3956
|
}
|
|
3839
3957
|
/**
|
|
3840
|
-
* <p>
|
|
3958
|
+
* <p>An entry of update information related to a requested update type.</p>
|
|
3841
3959
|
* @public
|
|
3842
3960
|
*/
|
|
3843
3961
|
export interface UpdateInfoEntry {
|
|
@@ -4526,8 +4644,7 @@ export interface ListCertificatesResult {
|
|
|
4526
4644
|
*/
|
|
4527
4645
|
export interface ListIpRoutesRequest {
|
|
4528
4646
|
/**
|
|
4529
|
-
* <p>Identifier (ID) of the directory for which you want to retrieve the IP
|
|
4530
|
-
* addresses.</p>
|
|
4647
|
+
* <p>Identifier (ID) of the directory for which you want to retrieve the IP addresses.</p>
|
|
4531
4648
|
* @public
|
|
4532
4649
|
*/
|
|
4533
4650
|
DirectoryId: string | undefined;
|
|
@@ -4537,8 +4654,8 @@ export interface ListIpRoutesRequest {
|
|
|
4537
4654
|
*/
|
|
4538
4655
|
NextToken?: string | undefined;
|
|
4539
4656
|
/**
|
|
4540
|
-
* <p>Maximum number of items to return. If this value is zero, the maximum number of items
|
|
4541
|
-
*
|
|
4657
|
+
* <p>Maximum number of items to return. If this value is zero, the maximum number of items is
|
|
4658
|
+
* specified by the limitations of the operation.</p>
|
|
4542
4659
|
* @public
|
|
4543
4660
|
*/
|
|
4544
4661
|
Limit?: number | undefined;
|
|
@@ -4574,6 +4691,11 @@ export interface IpRouteInfo {
|
|
|
4574
4691
|
* @public
|
|
4575
4692
|
*/
|
|
4576
4693
|
CidrIp?: string | undefined;
|
|
4694
|
+
/**
|
|
4695
|
+
* <p>IPv6 address block in the <a>IpRoute</a>.</p>
|
|
4696
|
+
* @public
|
|
4697
|
+
*/
|
|
4698
|
+
CidrIpv6?: string | undefined;
|
|
4577
4699
|
/**
|
|
4578
4700
|
* <p>The status of the IP address block.</p>
|
|
4579
4701
|
* @public
|
|
@@ -4917,8 +5039,7 @@ export interface RejectSharedDirectoryResult {
|
|
|
4917
5039
|
*/
|
|
4918
5040
|
export interface RemoveIpRoutesRequest {
|
|
4919
5041
|
/**
|
|
4920
|
-
* <p>Identifier (ID) of the directory from which you want to remove the IP
|
|
4921
|
-
* addresses.</p>
|
|
5042
|
+
* <p>Identifier (ID) of the directory from which you want to remove the IP addresses.</p>
|
|
4922
5043
|
* @public
|
|
4923
5044
|
*/
|
|
4924
5045
|
DirectoryId: string | undefined;
|
|
@@ -4926,7 +5047,12 @@ export interface RemoveIpRoutesRequest {
|
|
|
4926
5047
|
* <p>IP address blocks that you want to remove.</p>
|
|
4927
5048
|
* @public
|
|
4928
5049
|
*/
|
|
4929
|
-
CidrIps
|
|
5050
|
+
CidrIps?: string[] | undefined;
|
|
5051
|
+
/**
|
|
5052
|
+
* <p>IPv6 address blocks that you want to remove.</p>
|
|
5053
|
+
* @public
|
|
5054
|
+
*/
|
|
5055
|
+
CidrIpv6s?: string[] | undefined;
|
|
4930
5056
|
}
|
|
4931
5057
|
/**
|
|
4932
5058
|
* @public
|
|
@@ -5326,7 +5452,13 @@ export interface UpdateConditionalForwarderRequest {
|
|
|
5326
5452
|
* forwarder.</p>
|
|
5327
5453
|
* @public
|
|
5328
5454
|
*/
|
|
5329
|
-
DnsIpAddrs
|
|
5455
|
+
DnsIpAddrs?: string[] | undefined;
|
|
5456
|
+
/**
|
|
5457
|
+
* <p>The updated IPv6 addresses of the remote DNS server associated with the conditional
|
|
5458
|
+
* forwarder.</p>
|
|
5459
|
+
* @public
|
|
5460
|
+
*/
|
|
5461
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
5330
5462
|
}
|
|
5331
5463
|
/**
|
|
5332
5464
|
* <p>The result of an UpdateConditionalForwarder request.</p>
|
|
@@ -5334,28 +5466,65 @@ export interface UpdateConditionalForwarderRequest {
|
|
|
5334
5466
|
*/
|
|
5335
5467
|
export interface UpdateConditionalForwarderResult {
|
|
5336
5468
|
}
|
|
5469
|
+
/**
|
|
5470
|
+
* <p>Contains the directory size configuration for update operations.</p>
|
|
5471
|
+
* @public
|
|
5472
|
+
*/
|
|
5473
|
+
export interface DirectorySizeUpdateSettings {
|
|
5474
|
+
/**
|
|
5475
|
+
* <p>The target directory size for the update operation.</p>
|
|
5476
|
+
* @public
|
|
5477
|
+
*/
|
|
5478
|
+
DirectorySize?: DirectorySize | undefined;
|
|
5479
|
+
}
|
|
5480
|
+
/**
|
|
5481
|
+
* <p>Contains the network configuration for directory update operations.</p>
|
|
5482
|
+
* @public
|
|
5483
|
+
*/
|
|
5484
|
+
export interface NetworkUpdateSettings {
|
|
5485
|
+
/**
|
|
5486
|
+
* <p>The target network type for the directory update.</p>
|
|
5487
|
+
* @public
|
|
5488
|
+
*/
|
|
5489
|
+
NetworkType?: NetworkType | undefined;
|
|
5490
|
+
/**
|
|
5491
|
+
* <p>IPv6 addresses of DNS servers or domain controllers in the self-managed directory.
|
|
5492
|
+
* Required only when updating an AD Connector directory.</p>
|
|
5493
|
+
* @public
|
|
5494
|
+
*/
|
|
5495
|
+
CustomerDnsIpsV6?: string[] | undefined;
|
|
5496
|
+
}
|
|
5337
5497
|
/**
|
|
5338
5498
|
* @public
|
|
5339
5499
|
*/
|
|
5340
5500
|
export interface UpdateDirectorySetupRequest {
|
|
5341
5501
|
/**
|
|
5342
|
-
* <p>
|
|
5502
|
+
* <p>The identifier of the directory to update.</p>
|
|
5343
5503
|
* @public
|
|
5344
5504
|
*/
|
|
5345
5505
|
DirectoryId: string | undefined;
|
|
5346
5506
|
/**
|
|
5347
|
-
* <p>
|
|
5507
|
+
* <p>The type of update to perform on the directory.</p>
|
|
5348
5508
|
* @public
|
|
5349
5509
|
*/
|
|
5350
5510
|
UpdateType: UpdateType | undefined;
|
|
5351
5511
|
/**
|
|
5352
|
-
* <p>
|
|
5512
|
+
* <p>Operating system configuration to apply during the directory update operation.</p>
|
|
5353
5513
|
* @public
|
|
5354
5514
|
*/
|
|
5355
5515
|
OSUpdateSettings?: OSUpdateSettings | undefined;
|
|
5356
5516
|
/**
|
|
5357
|
-
* <p>
|
|
5358
|
-
*
|
|
5517
|
+
* <p>Directory size configuration to apply during the update operation.</p>
|
|
5518
|
+
* @public
|
|
5519
|
+
*/
|
|
5520
|
+
DirectorySizeUpdateSettings?: DirectorySizeUpdateSettings | undefined;
|
|
5521
|
+
/**
|
|
5522
|
+
* <p>Network configuration to apply during the directory update operation.</p>
|
|
5523
|
+
* @public
|
|
5524
|
+
*/
|
|
5525
|
+
NetworkUpdateSettings?: NetworkUpdateSettings | undefined;
|
|
5526
|
+
/**
|
|
5527
|
+
* <p>Specifies whether to create a directory snapshot before performing the update.</p>
|
|
5359
5528
|
* @public
|
|
5360
5529
|
*/
|
|
5361
5530
|
CreateSnapshotBeforeUpdate?: boolean | undefined;
|