@aws-sdk/client-directory-service 3.46.0 → 3.47.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/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +4 -209
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -136
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/DirectoryServiceClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -204
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -136
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +34 -34
|
@@ -64,10 +64,6 @@ export interface ClientException extends __SmithyException, $MetadataBearer {
|
|
|
64
64
|
|
|
65
65
|
RequestId?: string;
|
|
66
66
|
}
|
|
67
|
-
export declare namespace ClientException {
|
|
68
|
-
|
|
69
|
-
const filterSensitiveLog: (obj: ClientException) => any;
|
|
70
|
-
}
|
|
71
67
|
|
|
72
68
|
export interface DirectoryAlreadySharedException extends __SmithyException, $MetadataBearer {
|
|
73
69
|
name: "DirectoryAlreadySharedException";
|
|
@@ -77,10 +73,6 @@ export interface DirectoryAlreadySharedException extends __SmithyException, $Met
|
|
|
77
73
|
|
|
78
74
|
RequestId?: string;
|
|
79
75
|
}
|
|
80
|
-
export declare namespace DirectoryAlreadySharedException {
|
|
81
|
-
|
|
82
|
-
const filterSensitiveLog: (obj: DirectoryAlreadySharedException) => any;
|
|
83
|
-
}
|
|
84
76
|
|
|
85
77
|
export interface EntityDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
86
78
|
name: "EntityDoesNotExistException";
|
|
@@ -90,10 +82,6 @@ export interface EntityDoesNotExistException extends __SmithyException, $Metadat
|
|
|
90
82
|
|
|
91
83
|
RequestId?: string;
|
|
92
84
|
}
|
|
93
|
-
export declare namespace EntityDoesNotExistException {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: EntityDoesNotExistException) => any;
|
|
96
|
-
}
|
|
97
85
|
|
|
98
86
|
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
99
87
|
name: "InvalidParameterException";
|
|
@@ -103,10 +91,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
103
91
|
|
|
104
92
|
RequestId?: string;
|
|
105
93
|
}
|
|
106
|
-
export declare namespace InvalidParameterException {
|
|
107
|
-
|
|
108
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
109
|
-
}
|
|
110
94
|
|
|
111
95
|
export interface ServiceException extends __SmithyException, $MetadataBearer {
|
|
112
96
|
name: "ServiceException";
|
|
@@ -116,10 +100,6 @@ export interface ServiceException extends __SmithyException, $MetadataBearer {
|
|
|
116
100
|
|
|
117
101
|
RequestId?: string;
|
|
118
102
|
}
|
|
119
|
-
export declare namespace ServiceException {
|
|
120
|
-
|
|
121
|
-
const filterSensitiveLog: (obj: ServiceException) => any;
|
|
122
|
-
}
|
|
123
103
|
|
|
124
104
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
125
105
|
name: "AccessDeniedException";
|
|
@@ -129,10 +109,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
129
109
|
|
|
130
110
|
RequestId?: string;
|
|
131
111
|
}
|
|
132
|
-
export declare namespace AccessDeniedException {
|
|
133
|
-
|
|
134
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
135
|
-
}
|
|
136
112
|
|
|
137
113
|
export interface IpRoute {
|
|
138
114
|
|
|
@@ -171,10 +147,6 @@ export interface DirectoryUnavailableException extends __SmithyException, $Metad
|
|
|
171
147
|
|
|
172
148
|
RequestId?: string;
|
|
173
149
|
}
|
|
174
|
-
export declare namespace DirectoryUnavailableException {
|
|
175
|
-
|
|
176
|
-
const filterSensitiveLog: (obj: DirectoryUnavailableException) => any;
|
|
177
|
-
}
|
|
178
150
|
|
|
179
151
|
export interface EntityAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
180
152
|
name: "EntityAlreadyExistsException";
|
|
@@ -184,10 +156,6 @@ export interface EntityAlreadyExistsException extends __SmithyException, $Metada
|
|
|
184
156
|
|
|
185
157
|
RequestId?: string;
|
|
186
158
|
}
|
|
187
|
-
export declare namespace EntityAlreadyExistsException {
|
|
188
|
-
|
|
189
|
-
const filterSensitiveLog: (obj: EntityAlreadyExistsException) => any;
|
|
190
|
-
}
|
|
191
159
|
|
|
192
160
|
export interface IpRouteLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
193
161
|
name: "IpRouteLimitExceededException";
|
|
@@ -197,10 +165,6 @@ export interface IpRouteLimitExceededException extends __SmithyException, $Metad
|
|
|
197
165
|
|
|
198
166
|
RequestId?: string;
|
|
199
167
|
}
|
|
200
|
-
export declare namespace IpRouteLimitExceededException {
|
|
201
|
-
|
|
202
|
-
const filterSensitiveLog: (obj: IpRouteLimitExceededException) => any;
|
|
203
|
-
}
|
|
204
168
|
|
|
205
169
|
export interface DirectoryVpcSettings {
|
|
206
170
|
|
|
@@ -239,10 +203,6 @@ export interface DirectoryAlreadyInRegionException extends __SmithyException, $M
|
|
|
239
203
|
|
|
240
204
|
RequestId?: string;
|
|
241
205
|
}
|
|
242
|
-
export declare namespace DirectoryAlreadyInRegionException {
|
|
243
|
-
|
|
244
|
-
const filterSensitiveLog: (obj: DirectoryAlreadyInRegionException) => any;
|
|
245
|
-
}
|
|
246
206
|
|
|
247
207
|
export interface DirectoryDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
248
208
|
name: "DirectoryDoesNotExistException";
|
|
@@ -252,10 +212,6 @@ export interface DirectoryDoesNotExistException extends __SmithyException, $Meta
|
|
|
252
212
|
|
|
253
213
|
RequestId?: string;
|
|
254
214
|
}
|
|
255
|
-
export declare namespace DirectoryDoesNotExistException {
|
|
256
|
-
|
|
257
|
-
const filterSensitiveLog: (obj: DirectoryDoesNotExistException) => any;
|
|
258
|
-
}
|
|
259
215
|
|
|
260
216
|
export interface RegionLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
261
217
|
name: "RegionLimitExceededException";
|
|
@@ -265,10 +221,6 @@ export interface RegionLimitExceededException extends __SmithyException, $Metada
|
|
|
265
221
|
|
|
266
222
|
RequestId?: string;
|
|
267
223
|
}
|
|
268
|
-
export declare namespace RegionLimitExceededException {
|
|
269
|
-
|
|
270
|
-
const filterSensitiveLog: (obj: RegionLimitExceededException) => any;
|
|
271
|
-
}
|
|
272
224
|
|
|
273
225
|
export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
|
|
274
226
|
name: "UnsupportedOperationException";
|
|
@@ -278,10 +230,6 @@ export interface UnsupportedOperationException extends __SmithyException, $Metad
|
|
|
278
230
|
|
|
279
231
|
RequestId?: string;
|
|
280
232
|
}
|
|
281
|
-
export declare namespace UnsupportedOperationException {
|
|
282
|
-
|
|
283
|
-
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
284
|
-
}
|
|
285
233
|
|
|
286
234
|
export interface Tag {
|
|
287
235
|
|
|
@@ -318,10 +266,6 @@ export interface TagLimitExceededException extends __SmithyException, $MetadataB
|
|
|
318
266
|
|
|
319
267
|
RequestId?: string;
|
|
320
268
|
}
|
|
321
|
-
export declare namespace TagLimitExceededException {
|
|
322
|
-
|
|
323
|
-
const filterSensitiveLog: (obj: TagLimitExceededException) => any;
|
|
324
|
-
}
|
|
325
269
|
|
|
326
270
|
export interface Attribute {
|
|
327
271
|
|
|
@@ -342,10 +286,6 @@ export interface AuthenticationFailedException extends __SmithyException, $Metad
|
|
|
342
286
|
|
|
343
287
|
RequestId?: string;
|
|
344
288
|
}
|
|
345
|
-
export declare namespace AuthenticationFailedException {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: AuthenticationFailedException) => any;
|
|
348
|
-
}
|
|
349
289
|
export interface CancelSchemaExtensionRequest {
|
|
350
290
|
|
|
351
291
|
DirectoryId: string | undefined;
|
|
@@ -415,10 +355,6 @@ export interface CertificateAlreadyExistsException extends __SmithyException, $M
|
|
|
415
355
|
|
|
416
356
|
RequestId?: string;
|
|
417
357
|
}
|
|
418
|
-
export declare namespace CertificateAlreadyExistsException {
|
|
419
|
-
|
|
420
|
-
const filterSensitiveLog: (obj: CertificateAlreadyExistsException) => any;
|
|
421
|
-
}
|
|
422
358
|
|
|
423
359
|
export interface CertificateDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
424
360
|
name: "CertificateDoesNotExistException";
|
|
@@ -428,10 +364,6 @@ export interface CertificateDoesNotExistException extends __SmithyException, $Me
|
|
|
428
364
|
|
|
429
365
|
RequestId?: string;
|
|
430
366
|
}
|
|
431
|
-
export declare namespace CertificateDoesNotExistException {
|
|
432
|
-
|
|
433
|
-
const filterSensitiveLog: (obj: CertificateDoesNotExistException) => any;
|
|
434
|
-
}
|
|
435
367
|
|
|
436
368
|
export interface CertificateInfo {
|
|
437
369
|
|
|
@@ -458,10 +390,6 @@ export interface CertificateInUseException extends __SmithyException, $MetadataB
|
|
|
458
390
|
|
|
459
391
|
RequestId?: string;
|
|
460
392
|
}
|
|
461
|
-
export declare namespace CertificateInUseException {
|
|
462
|
-
|
|
463
|
-
const filterSensitiveLog: (obj: CertificateInUseException) => any;
|
|
464
|
-
}
|
|
465
393
|
|
|
466
394
|
export interface CertificateLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
467
395
|
name: "CertificateLimitExceededException";
|
|
@@ -471,10 +399,6 @@ export interface CertificateLimitExceededException extends __SmithyException, $M
|
|
|
471
399
|
|
|
472
400
|
RequestId?: string;
|
|
473
401
|
}
|
|
474
|
-
export declare namespace CertificateLimitExceededException {
|
|
475
|
-
|
|
476
|
-
const filterSensitiveLog: (obj: CertificateLimitExceededException) => any;
|
|
477
|
-
}
|
|
478
402
|
export declare enum ClientAuthenticationStatus {
|
|
479
403
|
DISABLED = "Disabled",
|
|
480
404
|
ENABLED = "Enabled"
|
|
@@ -582,10 +506,6 @@ export interface DirectoryLimitExceededException extends __SmithyException, $Met
|
|
|
582
506
|
|
|
583
507
|
RequestId?: string;
|
|
584
508
|
}
|
|
585
|
-
export declare namespace DirectoryLimitExceededException {
|
|
586
|
-
|
|
587
|
-
const filterSensitiveLog: (obj: DirectoryLimitExceededException) => any;
|
|
588
|
-
}
|
|
589
509
|
|
|
590
510
|
export interface CreateAliasRequest {
|
|
591
511
|
|
|
@@ -709,10 +629,6 @@ export interface InsufficientPermissionsException extends __SmithyException, $Me
|
|
|
709
629
|
|
|
710
630
|
RequestId?: string;
|
|
711
631
|
}
|
|
712
|
-
export declare namespace InsufficientPermissionsException {
|
|
713
|
-
|
|
714
|
-
const filterSensitiveLog: (obj: InsufficientPermissionsException) => any;
|
|
715
|
-
}
|
|
716
632
|
export declare enum DirectoryEdition {
|
|
717
633
|
ENTERPRISE = "Enterprise",
|
|
718
634
|
STANDARD = "Standard"
|
|
@@ -776,10 +692,6 @@ export interface SnapshotLimitExceededException extends __SmithyException, $Meta
|
|
|
776
692
|
|
|
777
693
|
RequestId?: string;
|
|
778
694
|
}
|
|
779
|
-
export declare namespace SnapshotLimitExceededException {
|
|
780
|
-
|
|
781
|
-
const filterSensitiveLog: (obj: SnapshotLimitExceededException) => any;
|
|
782
|
-
}
|
|
783
695
|
export declare enum SelectiveAuth {
|
|
784
696
|
DISABLED = "Disabled",
|
|
785
697
|
ENABLED = "Enabled"
|
|
@@ -1214,10 +1126,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
|
|
|
1214
1126
|
|
|
1215
1127
|
RequestId?: string;
|
|
1216
1128
|
}
|
|
1217
|
-
export declare namespace InvalidNextTokenException {
|
|
1218
|
-
|
|
1219
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
1220
|
-
}
|
|
1221
1129
|
export interface DescribeDomainControllersRequest {
|
|
1222
1130
|
|
|
1223
1131
|
DirectoryId: string | undefined;
|
|
@@ -1598,10 +1506,6 @@ export interface DirectoryNotSharedException extends __SmithyException, $Metadat
|
|
|
1598
1506
|
|
|
1599
1507
|
RequestId?: string;
|
|
1600
1508
|
}
|
|
1601
|
-
export declare namespace DirectoryNotSharedException {
|
|
1602
|
-
|
|
1603
|
-
const filterSensitiveLog: (obj: DirectoryNotSharedException) => any;
|
|
1604
|
-
}
|
|
1605
1509
|
export interface DisableClientAuthenticationRequest {
|
|
1606
1510
|
|
|
1607
1511
|
DirectoryId: string | undefined;
|
|
@@ -1627,10 +1531,6 @@ export interface InvalidClientAuthStatusException extends __SmithyException, $Me
|
|
|
1627
1531
|
|
|
1628
1532
|
RequestId?: string;
|
|
1629
1533
|
}
|
|
1630
|
-
export declare namespace InvalidClientAuthStatusException {
|
|
1631
|
-
|
|
1632
|
-
const filterSensitiveLog: (obj: InvalidClientAuthStatusException) => any;
|
|
1633
|
-
}
|
|
1634
1534
|
export interface DisableLDAPSRequest {
|
|
1635
1535
|
|
|
1636
1536
|
DirectoryId: string | undefined;
|
|
@@ -1656,10 +1556,6 @@ export interface InvalidLDAPSStatusException extends __SmithyException, $Metadat
|
|
|
1656
1556
|
|
|
1657
1557
|
RequestId?: string;
|
|
1658
1558
|
}
|
|
1659
|
-
export declare namespace InvalidLDAPSStatusException {
|
|
1660
|
-
|
|
1661
|
-
const filterSensitiveLog: (obj: InvalidLDAPSStatusException) => any;
|
|
1662
|
-
}
|
|
1663
1559
|
|
|
1664
1560
|
export interface DisableRadiusRequest {
|
|
1665
1561
|
|
|
@@ -1721,10 +1617,6 @@ export interface NoAvailableCertificateException extends __SmithyException, $Met
|
|
|
1721
1617
|
|
|
1722
1618
|
RequestId?: string;
|
|
1723
1619
|
}
|
|
1724
|
-
export declare namespace NoAvailableCertificateException {
|
|
1725
|
-
|
|
1726
|
-
const filterSensitiveLog: (obj: NoAvailableCertificateException) => any;
|
|
1727
|
-
}
|
|
1728
1620
|
export interface EnableLDAPSRequest {
|
|
1729
1621
|
|
|
1730
1622
|
DirectoryId: string | undefined;
|
|
@@ -2017,10 +1909,6 @@ export interface InvalidCertificateException extends __SmithyException, $Metadat
|
|
|
2017
1909
|
|
|
2018
1910
|
RequestId?: string;
|
|
2019
1911
|
}
|
|
2020
|
-
export declare namespace InvalidCertificateException {
|
|
2021
|
-
|
|
2022
|
-
const filterSensitiveLog: (obj: InvalidCertificateException) => any;
|
|
2023
|
-
}
|
|
2024
1912
|
export interface RegisterCertificateRequest {
|
|
2025
1913
|
|
|
2026
1914
|
DirectoryId: string | undefined;
|
|
@@ -2132,10 +2020,6 @@ export interface InvalidPasswordException extends __SmithyException, $MetadataBe
|
|
|
2132
2020
|
|
|
2133
2021
|
RequestId?: string;
|
|
2134
2022
|
}
|
|
2135
|
-
export declare namespace InvalidPasswordException {
|
|
2136
|
-
|
|
2137
|
-
const filterSensitiveLog: (obj: InvalidPasswordException) => any;
|
|
2138
|
-
}
|
|
2139
2023
|
export interface ResetUserPasswordRequest {
|
|
2140
2024
|
|
|
2141
2025
|
DirectoryId: string | undefined;
|
|
@@ -2163,10 +2047,6 @@ export interface UserDoesNotExistException extends __SmithyException, $MetadataB
|
|
|
2163
2047
|
|
|
2164
2048
|
RequestId?: string;
|
|
2165
2049
|
}
|
|
2166
|
-
export declare namespace UserDoesNotExistException {
|
|
2167
|
-
|
|
2168
|
-
const filterSensitiveLog: (obj: UserDoesNotExistException) => any;
|
|
2169
|
-
}
|
|
2170
2050
|
|
|
2171
2051
|
export interface RestoreFromSnapshotRequest {
|
|
2172
2052
|
|
|
@@ -2192,10 +2072,6 @@ export interface InvalidTargetException extends __SmithyException, $MetadataBear
|
|
|
2192
2072
|
|
|
2193
2073
|
RequestId?: string;
|
|
2194
2074
|
}
|
|
2195
|
-
export declare namespace InvalidTargetException {
|
|
2196
|
-
|
|
2197
|
-
const filterSensitiveLog: (obj: InvalidTargetException) => any;
|
|
2198
|
-
}
|
|
2199
2075
|
|
|
2200
2076
|
export interface OrganizationsException extends __SmithyException, $MetadataBearer {
|
|
2201
2077
|
name: "OrganizationsException";
|
|
@@ -2205,10 +2081,6 @@ export interface OrganizationsException extends __SmithyException, $MetadataBear
|
|
|
2205
2081
|
|
|
2206
2082
|
RequestId?: string;
|
|
2207
2083
|
}
|
|
2208
|
-
export declare namespace OrganizationsException {
|
|
2209
|
-
|
|
2210
|
-
const filterSensitiveLog: (obj: OrganizationsException) => any;
|
|
2211
|
-
}
|
|
2212
2084
|
export declare enum TargetType {
|
|
2213
2085
|
ACCOUNT = "ACCOUNT"
|
|
2214
2086
|
}
|
|
@@ -2254,10 +2126,6 @@ export interface ShareLimitExceededException extends __SmithyException, $Metadat
|
|
|
2254
2126
|
|
|
2255
2127
|
RequestId?: string;
|
|
2256
2128
|
}
|
|
2257
|
-
export declare namespace ShareLimitExceededException {
|
|
2258
|
-
|
|
2259
|
-
const filterSensitiveLog: (obj: ShareLimitExceededException) => any;
|
|
2260
|
-
}
|
|
2261
2129
|
export interface StartSchemaExtensionRequest {
|
|
2262
2130
|
|
|
2263
2131
|
DirectoryId: string | undefined;
|
|
@@ -2338,10 +2206,6 @@ export interface DomainControllerLimitExceededException extends __SmithyExceptio
|
|
|
2338
2206
|
|
|
2339
2207
|
RequestId?: string;
|
|
2340
2208
|
}
|
|
2341
|
-
export declare namespace DomainControllerLimitExceededException {
|
|
2342
|
-
|
|
2343
|
-
const filterSensitiveLog: (obj: DomainControllerLimitExceededException) => any;
|
|
2344
|
-
}
|
|
2345
2209
|
export interface UpdateNumberOfDomainControllersRequest {
|
|
2346
2210
|
|
|
2347
2211
|
DirectoryId: string | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { DirectoryServiceClientConfig } from "./DirectoryServiceClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { DirectoryServiceClientConfig } from "./DirectoryServiceClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
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.47.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "
|
|
13
|
-
"clean:dist": "rimraf ./dist-*",
|
|
14
|
-
"clean:docs": "rimraf ./docs"
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
15
13
|
},
|
|
16
14
|
"main": "./dist-cjs/index.js",
|
|
17
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +18,40 @@
|
|
|
20
18
|
"dependencies": {
|
|
21
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.0",
|
|
39
|
+
"@aws-sdk/types": "3.47.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.0",
|
|
55
55
|
"@types/node": "^12.7.5"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|