@aws-sdk/client-directory-service 3.899.0 → 3.900.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 +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -142,6 +142,7 @@ __export(index_exports, {
|
|
|
142
142
|
ListLogSubscriptionsCommand: () => ListLogSubscriptionsCommand,
|
|
143
143
|
ListSchemaExtensionsCommand: () => ListSchemaExtensionsCommand,
|
|
144
144
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
145
|
+
NetworkType: () => NetworkType,
|
|
145
146
|
NoAvailableCertificateException: () => NoAvailableCertificateException,
|
|
146
147
|
OSVersion: () => OSVersion,
|
|
147
148
|
OrganizationsException: () => OrganizationsException,
|
|
@@ -1031,6 +1032,11 @@ var ClientAuthenticationType = {
|
|
|
1031
1032
|
var ReplicationScope = {
|
|
1032
1033
|
Domain: "Domain"
|
|
1033
1034
|
};
|
|
1035
|
+
var NetworkType = {
|
|
1036
|
+
DUAL_STACK: "Dual-stack",
|
|
1037
|
+
IPV4_ONLY: "IPv4",
|
|
1038
|
+
IPV6_ONLY: "IPv6"
|
|
1039
|
+
};
|
|
1034
1040
|
var DirectorySize = {
|
|
1035
1041
|
LARGE: "Large",
|
|
1036
1042
|
SMALL: "Small"
|
|
@@ -1097,6 +1103,7 @@ var InsufficientPermissionsException = class _InsufficientPermissionsException e
|
|
|
1097
1103
|
};
|
|
1098
1104
|
var DirectoryEdition = {
|
|
1099
1105
|
ENTERPRISE: "Enterprise",
|
|
1106
|
+
HYBRID: "Hybrid",
|
|
1100
1107
|
STANDARD: "Standard"
|
|
1101
1108
|
};
|
|
1102
1109
|
var SnapshotLimitExceededException = class _SnapshotLimitExceededException extends DirectoryServiceServiceException {
|
|
@@ -1282,7 +1289,9 @@ var TrustState = {
|
|
|
1282
1289
|
VERIFY_FAILED: "VerifyFailed"
|
|
1283
1290
|
};
|
|
1284
1291
|
var UpdateType = {
|
|
1285
|
-
|
|
1292
|
+
NETWORK: "NETWORK",
|
|
1293
|
+
OS: "OS",
|
|
1294
|
+
SIZE: "SIZE"
|
|
1286
1295
|
};
|
|
1287
1296
|
var DirectoryInDesiredStateException = class _DirectoryInDesiredStateException extends DirectoryServiceServiceException {
|
|
1288
1297
|
static {
|
|
@@ -4099,10 +4108,12 @@ var de_DirectoryDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
4099
4108
|
DesiredNumberOfDomainControllers: import_smithy_client.expectInt32,
|
|
4100
4109
|
DirectoryId: import_smithy_client.expectString,
|
|
4101
4110
|
DnsIpAddrs: import_smithy_client._json,
|
|
4111
|
+
DnsIpv6Addrs: import_smithy_client._json,
|
|
4102
4112
|
Edition: import_smithy_client.expectString,
|
|
4103
4113
|
HybridSettings: import_smithy_client._json,
|
|
4104
4114
|
LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
|
|
4105
4115
|
Name: import_smithy_client.expectString,
|
|
4116
|
+
NetworkType: import_smithy_client.expectString,
|
|
4106
4117
|
OsVersion: import_smithy_client.expectString,
|
|
4107
4118
|
OwnerDirectoryDescription: import_smithy_client._json,
|
|
4108
4119
|
RadiusSettings: import_smithy_client._json,
|
|
@@ -4132,6 +4143,7 @@ var de_DomainController = /* @__PURE__ */ __name((output, context) => {
|
|
|
4132
4143
|
AvailabilityZone: import_smithy_client.expectString,
|
|
4133
4144
|
DirectoryId: import_smithy_client.expectString,
|
|
4134
4145
|
DnsIpAddr: import_smithy_client.expectString,
|
|
4146
|
+
DnsIpv6Addr: import_smithy_client.expectString,
|
|
4135
4147
|
DomainControllerId: import_smithy_client.expectString,
|
|
4136
4148
|
LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
|
|
4137
4149
|
Status: import_smithy_client.expectString,
|
|
@@ -4190,6 +4202,7 @@ var de_IpRouteInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
4190
4202
|
return (0, import_smithy_client.take)(output, {
|
|
4191
4203
|
AddedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AddedDateTime"),
|
|
4192
4204
|
CidrIp: import_smithy_client.expectString,
|
|
4205
|
+
CidrIpv6: import_smithy_client.expectString,
|
|
4193
4206
|
Description: import_smithy_client.expectString,
|
|
4194
4207
|
DirectoryId: import_smithy_client.expectString,
|
|
4195
4208
|
IpRouteStatusMsg: import_smithy_client.expectString,
|
|
@@ -5955,6 +5968,7 @@ var waitUntilHybridADUpdated = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
5955
5968
|
ClientAuthenticationStatus,
|
|
5956
5969
|
ClientAuthenticationType,
|
|
5957
5970
|
ReplicationScope,
|
|
5971
|
+
NetworkType,
|
|
5958
5972
|
DirectorySize,
|
|
5959
5973
|
DirectoryLimitExceededException,
|
|
5960
5974
|
InsufficientPermissionsException,
|
|
@@ -366,6 +366,11 @@ export const ClientAuthenticationType = {
|
|
|
366
366
|
export const ReplicationScope = {
|
|
367
367
|
Domain: "Domain",
|
|
368
368
|
};
|
|
369
|
+
export const NetworkType = {
|
|
370
|
+
DUAL_STACK: "Dual-stack",
|
|
371
|
+
IPV4_ONLY: "IPv4",
|
|
372
|
+
IPV6_ONLY: "IPv6",
|
|
373
|
+
};
|
|
369
374
|
export const DirectorySize = {
|
|
370
375
|
LARGE: "Large",
|
|
371
376
|
SMALL: "Small",
|
|
@@ -404,6 +409,7 @@ export class InsufficientPermissionsException extends __BaseException {
|
|
|
404
409
|
}
|
|
405
410
|
export const DirectoryEdition = {
|
|
406
411
|
ENTERPRISE: "Enterprise",
|
|
412
|
+
HYBRID: "Hybrid",
|
|
407
413
|
STANDARD: "Standard",
|
|
408
414
|
};
|
|
409
415
|
export class SnapshotLimitExceededException extends __BaseException {
|
|
@@ -561,7 +567,9 @@ export const TrustState = {
|
|
|
561
567
|
VERIFY_FAILED: "VerifyFailed",
|
|
562
568
|
};
|
|
563
569
|
export const UpdateType = {
|
|
570
|
+
NETWORK: "NETWORK",
|
|
564
571
|
OS: "OS",
|
|
572
|
+
SIZE: "SIZE",
|
|
565
573
|
};
|
|
566
574
|
export class DirectoryInDesiredStateException extends __BaseException {
|
|
567
575
|
name = "DirectoryInDesiredStateException";
|
|
@@ -2241,10 +2241,12 @@ const de_DirectoryDescription = (output, context) => {
|
|
|
2241
2241
|
DesiredNumberOfDomainControllers: __expectInt32,
|
|
2242
2242
|
DirectoryId: __expectString,
|
|
2243
2243
|
DnsIpAddrs: _json,
|
|
2244
|
+
DnsIpv6Addrs: _json,
|
|
2244
2245
|
Edition: __expectString,
|
|
2245
2246
|
HybridSettings: _json,
|
|
2246
2247
|
LaunchTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2247
2248
|
Name: __expectString,
|
|
2249
|
+
NetworkType: __expectString,
|
|
2248
2250
|
OsVersion: __expectString,
|
|
2249
2251
|
OwnerDirectoryDescription: _json,
|
|
2250
2252
|
RadiusSettings: _json,
|
|
@@ -2276,6 +2278,7 @@ const de_DomainController = (output, context) => {
|
|
|
2276
2278
|
AvailabilityZone: __expectString,
|
|
2277
2279
|
DirectoryId: __expectString,
|
|
2278
2280
|
DnsIpAddr: __expectString,
|
|
2281
|
+
DnsIpv6Addr: __expectString,
|
|
2279
2282
|
DomainControllerId: __expectString,
|
|
2280
2283
|
LaunchTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2281
2284
|
Status: __expectString,
|
|
@@ -2340,6 +2343,7 @@ const de_IpRouteInfo = (output, context) => {
|
|
|
2340
2343
|
return take(output, {
|
|
2341
2344
|
AddedDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2342
2345
|
CidrIp: __expectString,
|
|
2346
|
+
CidrIpv6: __expectString,
|
|
2343
2347
|
Description: __expectString,
|
|
2344
2348
|
DirectoryId: __expectString,
|
|
2345
2349
|
IpRouteStatusMsg: __expectString,
|
|
@@ -50,7 +50,10 @@ declare const ConnectDirectoryCommand_base: {
|
|
|
50
50
|
* SubnetIds: [ // SubnetIds // required
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
|
-
* CustomerDnsIps: [ // DnsIpAddrs
|
|
53
|
+
* CustomerDnsIps: [ // DnsIpAddrs
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* CustomerDnsIpsV6: [ // DnsIpv6Addrs
|
|
54
57
|
* "STRING_VALUE",
|
|
55
58
|
* ],
|
|
56
59
|
* CustomerUserName: "STRING_VALUE", // required
|
|
@@ -61,6 +64,7 @@ declare const ConnectDirectoryCommand_base: {
|
|
|
61
64
|
* Value: "STRING_VALUE", // required
|
|
62
65
|
* },
|
|
63
66
|
* ],
|
|
67
|
+
* NetworkType: "Dual-stack" || "IPv4" || "IPv6",
|
|
64
68
|
* };
|
|
65
69
|
* const command = new ConnectDirectoryCommand(input);
|
|
66
70
|
* const response = await client.send(command);
|
|
@@ -41,7 +41,10 @@ declare const CreateConditionalForwarderCommand_base: {
|
|
|
41
41
|
* const input = { // CreateConditionalForwarderRequest
|
|
42
42
|
* DirectoryId: "STRING_VALUE", // required
|
|
43
43
|
* RemoteDomainName: "STRING_VALUE", // required
|
|
44
|
-
* DnsIpAddrs: [ // DnsIpAddrs
|
|
44
|
+
* DnsIpAddrs: [ // DnsIpAddrs
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* DnsIpv6Addrs: [ // DnsIpv6Addrs
|
|
45
48
|
* "STRING_VALUE",
|
|
46
49
|
* ],
|
|
47
50
|
* };
|
|
@@ -57,6 +57,7 @@ declare const CreateDirectoryCommand_base: {
|
|
|
57
57
|
* Value: "STRING_VALUE", // required
|
|
58
58
|
* },
|
|
59
59
|
* ],
|
|
60
|
+
* NetworkType: "Dual-stack" || "IPv4" || "IPv6",
|
|
60
61
|
* };
|
|
61
62
|
* const command = new CreateDirectoryCommand(input);
|
|
62
63
|
* const response = await client.send(command);
|
|
@@ -50,13 +50,14 @@ declare const CreateMicrosoftADCommand_base: {
|
|
|
50
50
|
* "STRING_VALUE",
|
|
51
51
|
* ],
|
|
52
52
|
* },
|
|
53
|
-
* Edition: "Enterprise" || "Standard",
|
|
53
|
+
* Edition: "Enterprise" || "Standard" || "Hybrid",
|
|
54
54
|
* Tags: [ // Tags
|
|
55
55
|
* { // Tag
|
|
56
56
|
* Key: "STRING_VALUE", // required
|
|
57
57
|
* Value: "STRING_VALUE", // required
|
|
58
58
|
* },
|
|
59
59
|
* ],
|
|
60
|
+
* NetworkType: "Dual-stack" || "IPv4" || "IPv6",
|
|
60
61
|
* };
|
|
61
62
|
* const command = new CreateMicrosoftADCommand(input);
|
|
62
63
|
* const response = await client.send(command);
|
|
@@ -51,6 +51,9 @@ declare const CreateTrustCommand_base: {
|
|
|
51
51
|
* ConditionalForwarderIpAddrs: [ // DnsIpAddrs
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
|
+
* ConditionalForwarderIpv6Addrs: [ // DnsIpv6Addrs
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
54
57
|
* SelectiveAuth: "Enabled" || "Disabled",
|
|
55
58
|
* };
|
|
56
59
|
* const command = new CreateTrustCommand(input);
|
|
@@ -53,6 +53,9 @@ declare const DescribeConditionalForwardersCommand_base: {
|
|
|
53
53
|
* // DnsIpAddrs: [ // DnsIpAddrs
|
|
54
54
|
* // "STRING_VALUE",
|
|
55
55
|
* // ],
|
|
56
|
+
* // DnsIpv6Addrs: [ // DnsIpv6Addrs
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
56
59
|
* // ReplicationScope: "Domain",
|
|
57
60
|
* // },
|
|
58
61
|
* // ],
|
|
@@ -62,13 +62,16 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
62
62
|
* // Name: "STRING_VALUE",
|
|
63
63
|
* // ShortName: "STRING_VALUE",
|
|
64
64
|
* // Size: "Small" || "Large",
|
|
65
|
-
* // Edition: "Enterprise" || "Standard",
|
|
65
|
+
* // Edition: "Enterprise" || "Standard" || "Hybrid",
|
|
66
66
|
* // Alias: "STRING_VALUE",
|
|
67
67
|
* // AccessUrl: "STRING_VALUE",
|
|
68
68
|
* // Description: "STRING_VALUE",
|
|
69
69
|
* // DnsIpAddrs: [ // DnsIpAddrs
|
|
70
70
|
* // "STRING_VALUE",
|
|
71
71
|
* // ],
|
|
72
|
+
* // DnsIpv6Addrs: [ // DnsIpv6Addrs
|
|
73
|
+
* // "STRING_VALUE",
|
|
74
|
+
* // ],
|
|
72
75
|
* // Stage: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed" || "Updating",
|
|
73
76
|
* // ShareStatus: "Shared" || "PendingAcceptance" || "Rejected" || "Rejecting" || "RejectFailed" || "Sharing" || "ShareFailed" || "Deleted" || "Deleting",
|
|
74
77
|
* // ShareMethod: "ORGANIZATIONS" || "HANDSHAKE",
|
|
@@ -99,11 +102,17 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
99
102
|
* // ConnectIps: [ // IpAddrs
|
|
100
103
|
* // "STRING_VALUE",
|
|
101
104
|
* // ],
|
|
105
|
+
* // ConnectIpsV6: [ // IpV6Addrs
|
|
106
|
+
* // "STRING_VALUE",
|
|
107
|
+
* // ],
|
|
102
108
|
* // },
|
|
103
109
|
* // RadiusSettings: { // RadiusSettings
|
|
104
110
|
* // RadiusServers: [ // Servers
|
|
105
111
|
* // "STRING_VALUE",
|
|
106
112
|
* // ],
|
|
113
|
+
* // RadiusServersIpv6: [
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
107
116
|
* // RadiusPort: Number("int"),
|
|
108
117
|
* // RadiusTimeout: Number("int"),
|
|
109
118
|
* // RadiusRetries: Number("int"),
|
|
@@ -122,6 +131,9 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
122
131
|
* // DnsIpAddrs: [
|
|
123
132
|
* // "STRING_VALUE",
|
|
124
133
|
* // ],
|
|
134
|
+
* // DnsIpv6Addrs: [
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
125
137
|
* // VpcSettings: {
|
|
126
138
|
* // VpcId: "STRING_VALUE",
|
|
127
139
|
* // SubnetIds: [
|
|
@@ -136,6 +148,9 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
136
148
|
* // RadiusServers: [
|
|
137
149
|
* // "STRING_VALUE",
|
|
138
150
|
* // ],
|
|
151
|
+
* // RadiusServersIpv6: [
|
|
152
|
+
* // "STRING_VALUE",
|
|
153
|
+
* // ],
|
|
139
154
|
* // RadiusPort: Number("int"),
|
|
140
155
|
* // RadiusTimeout: Number("int"),
|
|
141
156
|
* // RadiusRetries: Number("int"),
|
|
@@ -145,6 +160,7 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
145
160
|
* // UseSameUsername: true || false,
|
|
146
161
|
* // },
|
|
147
162
|
* // RadiusStatus: "Creating" || "Completed" || "Failed",
|
|
163
|
+
* // NetworkType: "Dual-stack" || "IPv4" || "IPv6",
|
|
148
164
|
* // },
|
|
149
165
|
* // RegionsInfo: { // RegionsInfo
|
|
150
166
|
* // PrimaryRegion: "STRING_VALUE",
|
|
@@ -161,6 +177,7 @@ declare const DescribeDirectoriesCommand_base: {
|
|
|
161
177
|
* // "STRING_VALUE",
|
|
162
178
|
* // ],
|
|
163
179
|
* // },
|
|
180
|
+
* // NetworkType: "Dual-stack" || "IPv4" || "IPv6",
|
|
164
181
|
* // },
|
|
165
182
|
* // ],
|
|
166
183
|
* // NextToken: "STRING_VALUE",
|
|
@@ -52,6 +52,7 @@ declare const DescribeDomainControllersCommand_base: {
|
|
|
52
52
|
* // DirectoryId: "STRING_VALUE",
|
|
53
53
|
* // DomainControllerId: "STRING_VALUE",
|
|
54
54
|
* // DnsIpAddr: "STRING_VALUE",
|
|
55
|
+
* // DnsIpv6Addr: "STRING_VALUE",
|
|
55
56
|
* // VpcId: "STRING_VALUE",
|
|
56
57
|
* // SubnetId: "STRING_VALUE",
|
|
57
58
|
* // AvailabilityZone: "STRING_VALUE",
|
|
@@ -38,7 +38,7 @@ declare const DescribeUpdateDirectoryCommand_base: {
|
|
|
38
38
|
* const client = new DirectoryServiceClient(config);
|
|
39
39
|
* const input = { // DescribeUpdateDirectoryRequest
|
|
40
40
|
* DirectoryId: "STRING_VALUE", // required
|
|
41
|
-
* UpdateType: "OS", // required
|
|
41
|
+
* UpdateType: "OS" || "NETWORK" || "SIZE", // required
|
|
42
42
|
* RegionName: "STRING_VALUE",
|
|
43
43
|
* NextToken: "STRING_VALUE",
|
|
44
44
|
* };
|
|
@@ -27,8 +27,7 @@ declare const DisableDirectoryDataAccessCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deactivates access to directory data via the Directory Service Data API for the specified
|
|
31
|
-
* directory. For
|
|
30
|
+
* <p>Deactivates access to directory data via the Directory Service Data API for the specified directory. For
|
|
32
31
|
* more information, see <a href="https://docs.aws.amazon.com/directoryservicedata/latest/DirectoryServiceDataAPIReference/Welcome.html">Directory Service Data API Reference</a>.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,8 +27,8 @@ declare const DisableRadiusCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Disables multi-factor authentication (MFA) with the Remote Authentication Dial In
|
|
31
|
-
*
|
|
30
|
+
* <p>Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User
|
|
31
|
+
* Service (RADIUS) server for an AD Connector or Microsoft AD directory.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -43,6 +43,9 @@ declare const EnableRadiusCommand_base: {
|
|
|
43
43
|
* RadiusServers: [ // Servers
|
|
44
44
|
* "STRING_VALUE",
|
|
45
45
|
* ],
|
|
46
|
+
* RadiusServersIpv6: [
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
46
49
|
* RadiusPort: Number("int"),
|
|
47
50
|
* RadiusTimeout: Number("int"),
|
|
48
51
|
* RadiusRetries: Number("int"),
|
|
@@ -48,6 +48,7 @@ declare const ListIpRoutesCommand_base: {
|
|
|
48
48
|
* // { // IpRouteInfo
|
|
49
49
|
* // DirectoryId: "STRING_VALUE",
|
|
50
50
|
* // CidrIp: "STRING_VALUE",
|
|
51
|
+
* // CidrIpv6: "STRING_VALUE",
|
|
51
52
|
* // IpRouteStatusMsg: "Adding" || "Added" || "Removing" || "Removed" || "AddFailed" || "RemoveFailed",
|
|
52
53
|
* // AddedDateTime: new Date("TIMESTAMP"),
|
|
53
54
|
* // IpRouteStatusReason: "STRING_VALUE",
|
|
@@ -38,7 +38,10 @@ declare const RemoveIpRoutesCommand_base: {
|
|
|
38
38
|
* const client = new DirectoryServiceClient(config);
|
|
39
39
|
* const input = { // RemoveIpRoutesRequest
|
|
40
40
|
* DirectoryId: "STRING_VALUE", // required
|
|
41
|
-
* CidrIps: [ // CidrIps
|
|
41
|
+
* CidrIps: [ // CidrIps
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* CidrIpv6s: [ // CidrIpv6s
|
|
42
45
|
* "STRING_VALUE",
|
|
43
46
|
* ],
|
|
44
47
|
* };
|
|
@@ -40,7 +40,10 @@ declare const UpdateConditionalForwarderCommand_base: {
|
|
|
40
40
|
* const input = { // UpdateConditionalForwarderRequest
|
|
41
41
|
* DirectoryId: "STRING_VALUE", // required
|
|
42
42
|
* RemoteDomainName: "STRING_VALUE", // required
|
|
43
|
-
* DnsIpAddrs: [ // DnsIpAddrs
|
|
43
|
+
* DnsIpAddrs: [ // DnsIpAddrs
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* DnsIpv6Addrs: [ // DnsIpv6Addrs
|
|
44
47
|
* "STRING_VALUE",
|
|
45
48
|
* ],
|
|
46
49
|
* };
|
|
@@ -27,7 +27,7 @@ declare const UpdateDirectorySetupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Updates directory configuration for the specified update type.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -38,10 +38,19 @@ declare const UpdateDirectorySetupCommand_base: {
|
|
|
38
38
|
* const client = new DirectoryServiceClient(config);
|
|
39
39
|
* const input = { // UpdateDirectorySetupRequest
|
|
40
40
|
* DirectoryId: "STRING_VALUE", // required
|
|
41
|
-
* UpdateType: "OS", // required
|
|
41
|
+
* UpdateType: "OS" || "NETWORK" || "SIZE", // required
|
|
42
42
|
* OSUpdateSettings: { // OSUpdateSettings
|
|
43
43
|
* OSVersion: "SERVER_2012" || "SERVER_2019",
|
|
44
44
|
* },
|
|
45
|
+
* DirectorySizeUpdateSettings: { // DirectorySizeUpdateSettings
|
|
46
|
+
* DirectorySize: "Small" || "Large",
|
|
47
|
+
* },
|
|
48
|
+
* NetworkUpdateSettings: { // NetworkUpdateSettings
|
|
49
|
+
* NetworkType: "Dual-stack" || "IPv4" || "IPv6",
|
|
50
|
+
* CustomerDnsIpsV6: [ // DnsIpv6Addrs
|
|
51
|
+
* "STRING_VALUE",
|
|
52
|
+
* ],
|
|
53
|
+
* },
|
|
45
54
|
* CreateSnapshotBeforeUpdate: true || false,
|
|
46
55
|
* };
|
|
47
56
|
* const command = new UpdateDirectorySetupCommand(input);
|
|
@@ -27,8 +27,8 @@ declare const UpdateRadiusCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the Remote Authentication Dial In User Service (RADIUS) server information
|
|
31
|
-
*
|
|
30
|
+
* <p>Updates the Remote Authentication Dial In User Service (RADIUS) server information for
|
|
31
|
+
* an AD Connector or Microsoft AD directory.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -43,6 +43,9 @@ declare const UpdateRadiusCommand_base: {
|
|
|
43
43
|
* RadiusServers: [ // Servers
|
|
44
44
|
* "STRING_VALUE",
|
|
45
45
|
* ],
|
|
46
|
+
* RadiusServersIpv6: [
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
46
49
|
* RadiusPort: Number("int"),
|
|
47
50
|
* RadiusTimeout: Number("int"),
|
|
48
51
|
* RadiusRetries: Number("int"),
|
|
@@ -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;
|
|
@@ -101,6 +101,7 @@ export declare class ADAssessmentLimitExceededException extends __BaseException
|
|
|
101
101
|
}
|
|
102
102
|
export interface IpRoute {
|
|
103
103
|
CidrIp?: string | undefined;
|
|
104
|
+
CidrIpv6?: string | undefined;
|
|
104
105
|
Description?: string | undefined;
|
|
105
106
|
}
|
|
106
107
|
export interface AddIpRoutesRequest {
|
|
@@ -389,14 +390,22 @@ export type ReplicationScope =
|
|
|
389
390
|
export interface ConditionalForwarder {
|
|
390
391
|
RemoteDomainName?: string | undefined;
|
|
391
392
|
DnsIpAddrs?: string[] | undefined;
|
|
393
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
392
394
|
ReplicationScope?: ReplicationScope | undefined;
|
|
393
395
|
}
|
|
394
396
|
export interface DirectoryConnectSettings {
|
|
395
397
|
VpcId: string | undefined;
|
|
396
398
|
SubnetIds: string[] | undefined;
|
|
397
|
-
CustomerDnsIps
|
|
399
|
+
CustomerDnsIps?: string[] | undefined;
|
|
400
|
+
CustomerDnsIpsV6?: string[] | undefined;
|
|
398
401
|
CustomerUserName: string | undefined;
|
|
399
402
|
}
|
|
403
|
+
export declare const NetworkType: {
|
|
404
|
+
readonly DUAL_STACK: "Dual-stack";
|
|
405
|
+
readonly IPV4_ONLY: "IPv4";
|
|
406
|
+
readonly IPV6_ONLY: "IPv6";
|
|
407
|
+
};
|
|
408
|
+
export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
|
|
400
409
|
export declare const DirectorySize: {
|
|
401
410
|
readonly LARGE: "Large";
|
|
402
411
|
readonly SMALL: "Small";
|
|
@@ -410,6 +419,7 @@ export interface ConnectDirectoryRequest {
|
|
|
410
419
|
Size: DirectorySize | undefined;
|
|
411
420
|
ConnectSettings: DirectoryConnectSettings | undefined;
|
|
412
421
|
Tags?: Tag[] | undefined;
|
|
422
|
+
NetworkType?: NetworkType | undefined;
|
|
413
423
|
}
|
|
414
424
|
export interface ConnectDirectoryResult {
|
|
415
425
|
DirectoryId?: string | undefined;
|
|
@@ -447,7 +457,8 @@ export interface CreateComputerResult {
|
|
|
447
457
|
export interface CreateConditionalForwarderRequest {
|
|
448
458
|
DirectoryId: string | undefined;
|
|
449
459
|
RemoteDomainName: string | undefined;
|
|
450
|
-
DnsIpAddrs
|
|
460
|
+
DnsIpAddrs?: string[] | undefined;
|
|
461
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
451
462
|
}
|
|
452
463
|
export interface CreateConditionalForwarderResult {}
|
|
453
464
|
export interface CreateDirectoryRequest {
|
|
@@ -458,6 +469,7 @@ export interface CreateDirectoryRequest {
|
|
|
458
469
|
Size: DirectorySize | undefined;
|
|
459
470
|
VpcSettings?: DirectoryVpcSettings | undefined;
|
|
460
471
|
Tags?: Tag[] | undefined;
|
|
472
|
+
NetworkType?: NetworkType | undefined;
|
|
461
473
|
}
|
|
462
474
|
export interface CreateDirectoryResult {
|
|
463
475
|
DirectoryId?: string | undefined;
|
|
@@ -489,6 +501,7 @@ export declare class InsufficientPermissionsException extends __BaseException {
|
|
|
489
501
|
}
|
|
490
502
|
export declare const DirectoryEdition: {
|
|
491
503
|
readonly ENTERPRISE: "Enterprise";
|
|
504
|
+
readonly HYBRID: "Hybrid";
|
|
492
505
|
readonly STANDARD: "Standard";
|
|
493
506
|
};
|
|
494
507
|
export type DirectoryEdition =
|
|
@@ -501,6 +514,7 @@ export interface CreateMicrosoftADRequest {
|
|
|
501
514
|
VpcSettings: DirectoryVpcSettings | undefined;
|
|
502
515
|
Edition?: DirectoryEdition | undefined;
|
|
503
516
|
Tags?: Tag[] | undefined;
|
|
517
|
+
NetworkType?: NetworkType | undefined;
|
|
504
518
|
}
|
|
505
519
|
export interface CreateMicrosoftADResult {
|
|
506
520
|
DirectoryId?: string | undefined;
|
|
@@ -545,6 +559,7 @@ export interface CreateTrustRequest {
|
|
|
545
559
|
TrustDirection: TrustDirection | undefined;
|
|
546
560
|
TrustType?: TrustType | undefined;
|
|
547
561
|
ConditionalForwarderIpAddrs?: string[] | undefined;
|
|
562
|
+
ConditionalForwarderIpv6Addrs?: string[] | undefined;
|
|
548
563
|
SelectiveAuth?: SelectiveAuth | undefined;
|
|
549
564
|
}
|
|
550
565
|
export interface CreateTrustResult {
|
|
@@ -658,6 +673,7 @@ export interface DirectoryConnectSettingsDescription {
|
|
|
658
673
|
SecurityGroupId?: string | undefined;
|
|
659
674
|
AvailabilityZones?: string[] | undefined;
|
|
660
675
|
ConnectIps?: string[] | undefined;
|
|
676
|
+
ConnectIpsV6?: string[] | undefined;
|
|
661
677
|
}
|
|
662
678
|
export interface HybridSettingsDescription {
|
|
663
679
|
SelfManagedDnsIpAddrs?: string[] | undefined;
|
|
@@ -678,6 +694,7 @@ export type RadiusAuthenticationProtocol =
|
|
|
678
694
|
(typeof RadiusAuthenticationProtocol)[keyof typeof RadiusAuthenticationProtocol];
|
|
679
695
|
export interface RadiusSettings {
|
|
680
696
|
RadiusServers?: string[] | undefined;
|
|
697
|
+
RadiusServersIpv6?: string[] | undefined;
|
|
681
698
|
RadiusPort?: number | undefined;
|
|
682
699
|
RadiusTimeout?: number | undefined;
|
|
683
700
|
RadiusRetries?: number | undefined;
|
|
@@ -702,9 +719,11 @@ export interface OwnerDirectoryDescription {
|
|
|
702
719
|
DirectoryId?: string | undefined;
|
|
703
720
|
AccountId?: string | undefined;
|
|
704
721
|
DnsIpAddrs?: string[] | undefined;
|
|
722
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
705
723
|
VpcSettings?: DirectoryVpcSettingsDescription | undefined;
|
|
706
724
|
RadiusSettings?: RadiusSettings | undefined;
|
|
707
725
|
RadiusStatus?: RadiusStatus | undefined;
|
|
726
|
+
NetworkType?: NetworkType | undefined;
|
|
708
727
|
}
|
|
709
728
|
export interface RegionsInfo {
|
|
710
729
|
PrimaryRegion?: string | undefined;
|
|
@@ -743,6 +762,7 @@ export interface DirectoryDescription {
|
|
|
743
762
|
AccessUrl?: string | undefined;
|
|
744
763
|
Description?: string | undefined;
|
|
745
764
|
DnsIpAddrs?: string[] | undefined;
|
|
765
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
746
766
|
Stage?: DirectoryStage | undefined;
|
|
747
767
|
ShareStatus?: ShareStatus | undefined;
|
|
748
768
|
ShareMethod?: ShareMethod | undefined;
|
|
@@ -761,6 +781,7 @@ export interface DirectoryDescription {
|
|
|
761
781
|
RegionsInfo?: RegionsInfo | undefined;
|
|
762
782
|
OsVersion?: OSVersion | undefined;
|
|
763
783
|
HybridSettings?: HybridSettingsDescription | undefined;
|
|
784
|
+
NetworkType?: NetworkType | undefined;
|
|
764
785
|
}
|
|
765
786
|
export interface DescribeDirectoriesResult {
|
|
766
787
|
DirectoryDescriptions?: DirectoryDescription[] | undefined;
|
|
@@ -803,6 +824,7 @@ export interface DomainController {
|
|
|
803
824
|
DirectoryId?: string | undefined;
|
|
804
825
|
DomainControllerId?: string | undefined;
|
|
805
826
|
DnsIpAddr?: string | undefined;
|
|
827
|
+
DnsIpv6Addr?: string | undefined;
|
|
806
828
|
VpcId?: string | undefined;
|
|
807
829
|
SubnetId?: string | undefined;
|
|
808
830
|
AvailabilityZone?: string | undefined;
|
|
@@ -1038,7 +1060,9 @@ export interface DescribeTrustsResult {
|
|
|
1038
1060
|
NextToken?: string | undefined;
|
|
1039
1061
|
}
|
|
1040
1062
|
export declare const UpdateType: {
|
|
1063
|
+
readonly NETWORK: "NETWORK";
|
|
1041
1064
|
readonly OS: "OS";
|
|
1065
|
+
readonly SIZE: "SIZE";
|
|
1042
1066
|
};
|
|
1043
1067
|
export type UpdateType = (typeof UpdateType)[keyof typeof UpdateType];
|
|
1044
1068
|
export interface DescribeUpdateDirectoryRequest {
|
|
@@ -1265,6 +1289,7 @@ export type IpRouteStatusMsg =
|
|
|
1265
1289
|
export interface IpRouteInfo {
|
|
1266
1290
|
DirectoryId?: string | undefined;
|
|
1267
1291
|
CidrIp?: string | undefined;
|
|
1292
|
+
CidrIpv6?: string | undefined;
|
|
1268
1293
|
IpRouteStatusMsg?: IpRouteStatusMsg | undefined;
|
|
1269
1294
|
AddedDateTime?: Date | undefined;
|
|
1270
1295
|
IpRouteStatusReason?: string | undefined;
|
|
@@ -1359,7 +1384,8 @@ export interface RejectSharedDirectoryResult {
|
|
|
1359
1384
|
}
|
|
1360
1385
|
export interface RemoveIpRoutesRequest {
|
|
1361
1386
|
DirectoryId: string | undefined;
|
|
1362
|
-
CidrIps
|
|
1387
|
+
CidrIps?: string[] | undefined;
|
|
1388
|
+
CidrIpv6s?: string[] | undefined;
|
|
1363
1389
|
}
|
|
1364
1390
|
export interface RemoveIpRoutesResult {}
|
|
1365
1391
|
export interface RemoveRegionRequest {
|
|
@@ -1473,13 +1499,23 @@ export interface UnshareDirectoryResult {
|
|
|
1473
1499
|
export interface UpdateConditionalForwarderRequest {
|
|
1474
1500
|
DirectoryId: string | undefined;
|
|
1475
1501
|
RemoteDomainName: string | undefined;
|
|
1476
|
-
DnsIpAddrs
|
|
1502
|
+
DnsIpAddrs?: string[] | undefined;
|
|
1503
|
+
DnsIpv6Addrs?: string[] | undefined;
|
|
1477
1504
|
}
|
|
1478
1505
|
export interface UpdateConditionalForwarderResult {}
|
|
1506
|
+
export interface DirectorySizeUpdateSettings {
|
|
1507
|
+
DirectorySize?: DirectorySize | undefined;
|
|
1508
|
+
}
|
|
1509
|
+
export interface NetworkUpdateSettings {
|
|
1510
|
+
NetworkType?: NetworkType | undefined;
|
|
1511
|
+
CustomerDnsIpsV6?: string[] | undefined;
|
|
1512
|
+
}
|
|
1479
1513
|
export interface UpdateDirectorySetupRequest {
|
|
1480
1514
|
DirectoryId: string | undefined;
|
|
1481
1515
|
UpdateType: UpdateType | undefined;
|
|
1482
1516
|
OSUpdateSettings?: OSUpdateSettings | undefined;
|
|
1517
|
+
DirectorySizeUpdateSettings?: DirectorySizeUpdateSettings | undefined;
|
|
1518
|
+
NetworkUpdateSettings?: NetworkUpdateSettings | undefined;
|
|
1483
1519
|
CreateSnapshotBeforeUpdate?: boolean | undefined;
|
|
1484
1520
|
}
|
|
1485
1521
|
export interface UpdateDirectorySetupResult {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-directory-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Directory Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.900.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-directory-service",
|