@aws-sdk/client-clouddirectory 3.43.0 → 3.47.1
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 +47 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +5 -216
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +0 -140
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/CloudDirectoryClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -210
- 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/CloudDirectoryClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -140
- 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 +39 -46
|
@@ -5,10 +5,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
5
5
|
$fault: "client";
|
|
6
6
|
Message?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace AccessDeniedException {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
11
|
-
}
|
|
12
8
|
|
|
13
9
|
export interface AttributeKey {
|
|
14
10
|
|
|
@@ -150,80 +146,48 @@ export interface DirectoryNotEnabledException extends __SmithyException, $Metada
|
|
|
150
146
|
$fault: "client";
|
|
151
147
|
Message?: string;
|
|
152
148
|
}
|
|
153
|
-
export declare namespace DirectoryNotEnabledException {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: DirectoryNotEnabledException) => any;
|
|
156
|
-
}
|
|
157
149
|
|
|
158
150
|
export interface FacetValidationException extends __SmithyException, $MetadataBearer {
|
|
159
151
|
name: "FacetValidationException";
|
|
160
152
|
$fault: "client";
|
|
161
153
|
Message?: string;
|
|
162
154
|
}
|
|
163
|
-
export declare namespace FacetValidationException {
|
|
164
|
-
|
|
165
|
-
const filterSensitiveLog: (obj: FacetValidationException) => any;
|
|
166
|
-
}
|
|
167
155
|
|
|
168
156
|
export interface InternalServiceException extends __SmithyException, $MetadataBearer {
|
|
169
157
|
name: "InternalServiceException";
|
|
170
158
|
$fault: "server";
|
|
171
159
|
Message?: string;
|
|
172
160
|
}
|
|
173
|
-
export declare namespace InternalServiceException {
|
|
174
|
-
|
|
175
|
-
const filterSensitiveLog: (obj: InternalServiceException) => any;
|
|
176
|
-
}
|
|
177
161
|
|
|
178
162
|
export interface InvalidArnException extends __SmithyException, $MetadataBearer {
|
|
179
163
|
name: "InvalidArnException";
|
|
180
164
|
$fault: "client";
|
|
181
165
|
Message?: string;
|
|
182
166
|
}
|
|
183
|
-
export declare namespace InvalidArnException {
|
|
184
|
-
|
|
185
|
-
const filterSensitiveLog: (obj: InvalidArnException) => any;
|
|
186
|
-
}
|
|
187
167
|
|
|
188
168
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
189
169
|
name: "LimitExceededException";
|
|
190
170
|
$fault: "client";
|
|
191
171
|
Message?: string;
|
|
192
172
|
}
|
|
193
|
-
export declare namespace LimitExceededException {
|
|
194
|
-
|
|
195
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
196
|
-
}
|
|
197
173
|
|
|
198
174
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
199
175
|
name: "ResourceNotFoundException";
|
|
200
176
|
$fault: "client";
|
|
201
177
|
Message?: string;
|
|
202
178
|
}
|
|
203
|
-
export declare namespace ResourceNotFoundException {
|
|
204
|
-
|
|
205
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
206
|
-
}
|
|
207
179
|
|
|
208
180
|
export interface RetryableConflictException extends __SmithyException, $MetadataBearer {
|
|
209
181
|
name: "RetryableConflictException";
|
|
210
182
|
$fault: "client";
|
|
211
183
|
Message?: string;
|
|
212
184
|
}
|
|
213
|
-
export declare namespace RetryableConflictException {
|
|
214
|
-
|
|
215
|
-
const filterSensitiveLog: (obj: RetryableConflictException) => any;
|
|
216
|
-
}
|
|
217
185
|
|
|
218
186
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
219
187
|
name: "ValidationException";
|
|
220
188
|
$fault: "client";
|
|
221
189
|
Message?: string;
|
|
222
190
|
}
|
|
223
|
-
export declare namespace ValidationException {
|
|
224
|
-
|
|
225
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
226
|
-
}
|
|
227
191
|
export interface ApplySchemaRequest {
|
|
228
192
|
|
|
229
193
|
PublishedSchemaArn: string | undefined;
|
|
@@ -250,20 +214,12 @@ export interface InvalidAttachmentException extends __SmithyException, $Metadata
|
|
|
250
214
|
$fault: "client";
|
|
251
215
|
Message?: string;
|
|
252
216
|
}
|
|
253
|
-
export declare namespace InvalidAttachmentException {
|
|
254
|
-
|
|
255
|
-
const filterSensitiveLog: (obj: InvalidAttachmentException) => any;
|
|
256
|
-
}
|
|
257
217
|
|
|
258
218
|
export interface SchemaAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
259
219
|
name: "SchemaAlreadyExistsException";
|
|
260
220
|
$fault: "client";
|
|
261
221
|
Message?: string;
|
|
262
222
|
}
|
|
263
|
-
export declare namespace SchemaAlreadyExistsException {
|
|
264
|
-
|
|
265
|
-
const filterSensitiveLog: (obj: SchemaAlreadyExistsException) => any;
|
|
266
|
-
}
|
|
267
223
|
export interface AttachObjectRequest {
|
|
268
224
|
|
|
269
225
|
DirectoryArn: string | undefined;
|
|
@@ -292,10 +248,6 @@ export interface LinkNameAlreadyInUseException extends __SmithyException, $Metad
|
|
|
292
248
|
$fault: "client";
|
|
293
249
|
Message?: string;
|
|
294
250
|
}
|
|
295
|
-
export declare namespace LinkNameAlreadyInUseException {
|
|
296
|
-
|
|
297
|
-
const filterSensitiveLog: (obj: LinkNameAlreadyInUseException) => any;
|
|
298
|
-
}
|
|
299
251
|
export interface AttachPolicyRequest {
|
|
300
252
|
|
|
301
253
|
DirectoryArn: string | undefined;
|
|
@@ -320,10 +272,6 @@ export interface NotPolicyException extends __SmithyException, $MetadataBearer {
|
|
|
320
272
|
$fault: "client";
|
|
321
273
|
Message?: string;
|
|
322
274
|
}
|
|
323
|
-
export declare namespace NotPolicyException {
|
|
324
|
-
|
|
325
|
-
const filterSensitiveLog: (obj: NotPolicyException) => any;
|
|
326
|
-
}
|
|
327
275
|
export interface AttachToIndexRequest {
|
|
328
276
|
|
|
329
277
|
DirectoryArn: string | undefined;
|
|
@@ -350,20 +298,12 @@ export interface IndexedAttributeMissingException extends __SmithyException, $Me
|
|
|
350
298
|
$fault: "client";
|
|
351
299
|
Message?: string;
|
|
352
300
|
}
|
|
353
|
-
export declare namespace IndexedAttributeMissingException {
|
|
354
|
-
|
|
355
|
-
const filterSensitiveLog: (obj: IndexedAttributeMissingException) => any;
|
|
356
|
-
}
|
|
357
301
|
|
|
358
302
|
export interface NotIndexException extends __SmithyException, $MetadataBearer {
|
|
359
303
|
name: "NotIndexException";
|
|
360
304
|
$fault: "client";
|
|
361
305
|
Message?: string;
|
|
362
306
|
}
|
|
363
|
-
export declare namespace NotIndexException {
|
|
364
|
-
|
|
365
|
-
const filterSensitiveLog: (obj: NotIndexException) => any;
|
|
366
|
-
}
|
|
367
307
|
|
|
368
308
|
export interface AttributeNameAndValue {
|
|
369
309
|
|
|
@@ -1025,10 +965,6 @@ export interface BatchWriteException extends __SmithyException, $MetadataBearer
|
|
|
1025
965
|
Type?: BatchWriteExceptionType | string;
|
|
1026
966
|
Message?: string;
|
|
1027
967
|
}
|
|
1028
|
-
export declare namespace BatchWriteException {
|
|
1029
|
-
|
|
1030
|
-
const filterSensitiveLog: (obj: BatchWriteException) => any;
|
|
1031
|
-
}
|
|
1032
968
|
|
|
1033
969
|
export interface BatchAddFacetToObject {
|
|
1034
970
|
|
|
@@ -1503,10 +1439,6 @@ export interface DirectoryAlreadyExistsException extends __SmithyException, $Met
|
|
|
1503
1439
|
$fault: "client";
|
|
1504
1440
|
Message?: string;
|
|
1505
1441
|
}
|
|
1506
|
-
export declare namespace DirectoryAlreadyExistsException {
|
|
1507
|
-
|
|
1508
|
-
const filterSensitiveLog: (obj: DirectoryAlreadyExistsException) => any;
|
|
1509
|
-
}
|
|
1510
1442
|
export declare enum RuleType {
|
|
1511
1443
|
BINARY_LENGTH = "BINARY_LENGTH",
|
|
1512
1444
|
NUMBER_COMPARISON = "NUMBER_COMPARISON",
|
|
@@ -1619,20 +1551,12 @@ export interface FacetAlreadyExistsException extends __SmithyException, $Metadat
|
|
|
1619
1551
|
$fault: "client";
|
|
1620
1552
|
Message?: string;
|
|
1621
1553
|
}
|
|
1622
|
-
export declare namespace FacetAlreadyExistsException {
|
|
1623
|
-
|
|
1624
|
-
const filterSensitiveLog: (obj: FacetAlreadyExistsException) => any;
|
|
1625
|
-
}
|
|
1626
1554
|
|
|
1627
1555
|
export interface InvalidRuleException extends __SmithyException, $MetadataBearer {
|
|
1628
1556
|
name: "InvalidRuleException";
|
|
1629
1557
|
$fault: "client";
|
|
1630
1558
|
Message?: string;
|
|
1631
1559
|
}
|
|
1632
|
-
export declare namespace InvalidRuleException {
|
|
1633
|
-
|
|
1634
|
-
const filterSensitiveLog: (obj: InvalidRuleException) => any;
|
|
1635
|
-
}
|
|
1636
1560
|
export interface CreateIndexRequest {
|
|
1637
1561
|
|
|
1638
1562
|
DirectoryArn: string | undefined;
|
|
@@ -1663,10 +1587,6 @@ export interface UnsupportedIndexTypeException extends __SmithyException, $Metad
|
|
|
1663
1587
|
$fault: "client";
|
|
1664
1588
|
Message?: string;
|
|
1665
1589
|
}
|
|
1666
|
-
export declare namespace UnsupportedIndexTypeException {
|
|
1667
|
-
|
|
1668
|
-
const filterSensitiveLog: (obj: UnsupportedIndexTypeException) => any;
|
|
1669
|
-
}
|
|
1670
1590
|
export interface CreateObjectRequest {
|
|
1671
1591
|
|
|
1672
1592
|
DirectoryArn: string | undefined;
|
|
@@ -1779,20 +1699,12 @@ export interface DirectoryDeletedException extends __SmithyException, $MetadataB
|
|
|
1779
1699
|
$fault: "client";
|
|
1780
1700
|
Message?: string;
|
|
1781
1701
|
}
|
|
1782
|
-
export declare namespace DirectoryDeletedException {
|
|
1783
|
-
|
|
1784
|
-
const filterSensitiveLog: (obj: DirectoryDeletedException) => any;
|
|
1785
|
-
}
|
|
1786
1702
|
|
|
1787
1703
|
export interface DirectoryNotDisabledException extends __SmithyException, $MetadataBearer {
|
|
1788
1704
|
name: "DirectoryNotDisabledException";
|
|
1789
1705
|
$fault: "client";
|
|
1790
1706
|
Message?: string;
|
|
1791
1707
|
}
|
|
1792
|
-
export declare namespace DirectoryNotDisabledException {
|
|
1793
|
-
|
|
1794
|
-
const filterSensitiveLog: (obj: DirectoryNotDisabledException) => any;
|
|
1795
|
-
}
|
|
1796
1708
|
export interface DeleteFacetRequest {
|
|
1797
1709
|
|
|
1798
1710
|
SchemaArn: string | undefined;
|
|
@@ -1815,20 +1727,12 @@ export interface FacetInUseException extends __SmithyException, $MetadataBearer
|
|
|
1815
1727
|
$fault: "client";
|
|
1816
1728
|
Message?: string;
|
|
1817
1729
|
}
|
|
1818
|
-
export declare namespace FacetInUseException {
|
|
1819
|
-
|
|
1820
|
-
const filterSensitiveLog: (obj: FacetInUseException) => any;
|
|
1821
|
-
}
|
|
1822
1730
|
|
|
1823
1731
|
export interface FacetNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1824
1732
|
name: "FacetNotFoundException";
|
|
1825
1733
|
$fault: "client";
|
|
1826
1734
|
Message?: string;
|
|
1827
1735
|
}
|
|
1828
|
-
export declare namespace FacetNotFoundException {
|
|
1829
|
-
|
|
1830
|
-
const filterSensitiveLog: (obj: FacetNotFoundException) => any;
|
|
1831
|
-
}
|
|
1832
1736
|
export interface DeleteObjectRequest {
|
|
1833
1737
|
|
|
1834
1738
|
DirectoryArn: string | undefined;
|
|
@@ -1851,10 +1755,6 @@ export interface ObjectNotDetachedException extends __SmithyException, $Metadata
|
|
|
1851
1755
|
$fault: "client";
|
|
1852
1756
|
Message?: string;
|
|
1853
1757
|
}
|
|
1854
|
-
export declare namespace ObjectNotDetachedException {
|
|
1855
|
-
|
|
1856
|
-
const filterSensitiveLog: (obj: ObjectNotDetachedException) => any;
|
|
1857
|
-
}
|
|
1858
1758
|
export interface DeleteSchemaRequest {
|
|
1859
1759
|
|
|
1860
1760
|
SchemaArn: string | undefined;
|
|
@@ -1877,10 +1777,6 @@ export interface StillContainsLinksException extends __SmithyException, $Metadat
|
|
|
1877
1777
|
$fault: "client";
|
|
1878
1778
|
Message?: string;
|
|
1879
1779
|
}
|
|
1880
|
-
export declare namespace StillContainsLinksException {
|
|
1881
|
-
|
|
1882
|
-
const filterSensitiveLog: (obj: StillContainsLinksException) => any;
|
|
1883
|
-
}
|
|
1884
1780
|
export interface DeleteTypedLinkFacetRequest {
|
|
1885
1781
|
|
|
1886
1782
|
SchemaArn: string | undefined;
|
|
@@ -1923,10 +1819,6 @@ export interface ObjectAlreadyDetachedException extends __SmithyException, $Meta
|
|
|
1923
1819
|
$fault: "client";
|
|
1924
1820
|
Message?: string;
|
|
1925
1821
|
}
|
|
1926
|
-
export declare namespace ObjectAlreadyDetachedException {
|
|
1927
|
-
|
|
1928
|
-
const filterSensitiveLog: (obj: ObjectAlreadyDetachedException) => any;
|
|
1929
|
-
}
|
|
1930
1822
|
export interface DetachObjectRequest {
|
|
1931
1823
|
|
|
1932
1824
|
DirectoryArn: string | undefined;
|
|
@@ -1953,10 +1845,6 @@ export interface NotNodeException extends __SmithyException, $MetadataBearer {
|
|
|
1953
1845
|
$fault: "client";
|
|
1954
1846
|
Message?: string;
|
|
1955
1847
|
}
|
|
1956
|
-
export declare namespace NotNodeException {
|
|
1957
|
-
|
|
1958
|
-
const filterSensitiveLog: (obj: NotNodeException) => any;
|
|
1959
|
-
}
|
|
1960
1848
|
export interface DetachPolicyRequest {
|
|
1961
1849
|
|
|
1962
1850
|
DirectoryArn: string | undefined;
|
|
@@ -2210,10 +2098,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
|
|
|
2210
2098
|
$fault: "client";
|
|
2211
2099
|
Message?: string;
|
|
2212
2100
|
}
|
|
2213
|
-
export declare namespace InvalidNextTokenException {
|
|
2214
|
-
|
|
2215
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
2216
|
-
}
|
|
2217
2101
|
export interface ListAppliedSchemaArnsRequest {
|
|
2218
2102
|
|
|
2219
2103
|
DirectoryArn: string | undefined;
|
|
@@ -2518,10 +2402,6 @@ export interface CannotListParentOfRootException extends __SmithyException, $Met
|
|
|
2518
2402
|
$fault: "client";
|
|
2519
2403
|
Message?: string;
|
|
2520
2404
|
}
|
|
2521
|
-
export declare namespace CannotListParentOfRootException {
|
|
2522
|
-
|
|
2523
|
-
const filterSensitiveLog: (obj: CannotListParentOfRootException) => any;
|
|
2524
|
-
}
|
|
2525
2405
|
export interface ListObjectParentsRequest {
|
|
2526
2406
|
|
|
2527
2407
|
DirectoryArn: string | undefined;
|
|
@@ -2664,10 +2544,6 @@ export interface InvalidTaggingRequestException extends __SmithyException, $Meta
|
|
|
2664
2544
|
$fault: "client";
|
|
2665
2545
|
Message?: string;
|
|
2666
2546
|
}
|
|
2667
|
-
export declare namespace InvalidTaggingRequestException {
|
|
2668
|
-
|
|
2669
|
-
const filterSensitiveLog: (obj: InvalidTaggingRequestException) => any;
|
|
2670
|
-
}
|
|
2671
2547
|
export interface ListTagsForResourceRequest {
|
|
2672
2548
|
|
|
2673
2549
|
ResourceArn: string | undefined;
|
|
@@ -2799,20 +2675,12 @@ export interface SchemaAlreadyPublishedException extends __SmithyException, $Met
|
|
|
2799
2675
|
$fault: "client";
|
|
2800
2676
|
Message?: string;
|
|
2801
2677
|
}
|
|
2802
|
-
export declare namespace SchemaAlreadyPublishedException {
|
|
2803
|
-
|
|
2804
|
-
const filterSensitiveLog: (obj: SchemaAlreadyPublishedException) => any;
|
|
2805
|
-
}
|
|
2806
2678
|
|
|
2807
2679
|
export interface InvalidSchemaDocException extends __SmithyException, $MetadataBearer {
|
|
2808
2680
|
name: "InvalidSchemaDocException";
|
|
2809
2681
|
$fault: "client";
|
|
2810
2682
|
Message?: string;
|
|
2811
2683
|
}
|
|
2812
|
-
export declare namespace InvalidSchemaDocException {
|
|
2813
|
-
|
|
2814
|
-
const filterSensitiveLog: (obj: InvalidSchemaDocException) => any;
|
|
2815
|
-
}
|
|
2816
2684
|
export interface PutSchemaFromJsonRequest {
|
|
2817
2685
|
|
|
2818
2686
|
SchemaArn: string | undefined;
|
|
@@ -2887,10 +2755,6 @@ export interface InvalidFacetUpdateException extends __SmithyException, $Metadat
|
|
|
2887
2755
|
$fault: "client";
|
|
2888
2756
|
Message?: string;
|
|
2889
2757
|
}
|
|
2890
|
-
export declare namespace InvalidFacetUpdateException {
|
|
2891
|
-
|
|
2892
|
-
const filterSensitiveLog: (obj: InvalidFacetUpdateException) => any;
|
|
2893
|
-
}
|
|
2894
2758
|
|
|
2895
2759
|
export interface FacetAttributeUpdate {
|
|
2896
2760
|
|
|
@@ -3015,10 +2879,6 @@ export interface IncompatibleSchemaException extends __SmithyException, $Metadat
|
|
|
3015
2879
|
$fault: "client";
|
|
3016
2880
|
Message?: string;
|
|
3017
2881
|
}
|
|
3018
|
-
export declare namespace IncompatibleSchemaException {
|
|
3019
|
-
|
|
3020
|
-
const filterSensitiveLog: (obj: IncompatibleSchemaException) => any;
|
|
3021
|
-
}
|
|
3022
2882
|
export interface UpgradeAppliedSchemaRequest {
|
|
3023
2883
|
|
|
3024
2884
|
PublishedSchemaArn: 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 { CloudDirectoryClientConfig } from "./CloudDirectoryClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
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: CloudDirectoryClientConfig) => {
|
|
|
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 { CloudDirectoryClientConfig } from "./CloudDirectoryClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
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: CloudDirectoryClientConfig) => {
|
|
|
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,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-clouddirectory",
|
|
3
3
|
"description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.1",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,48 +18,44 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.1",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.1",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.1",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.1",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.1",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.1",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.1",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.1",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.1",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.1",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.1",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.1",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.1",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.1",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.1",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.1",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.1",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.1",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.1",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.1",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.1",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.1",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.1",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.1",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.1",
|
|
52
51
|
"tslib": "^2.3.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
-
"@types/node": "^12.7.5"
|
|
57
|
-
"downlevel-dts": "0.7.0",
|
|
58
|
-
"jest": "^26.1.0",
|
|
59
|
-
"rimraf": "^3.0.0",
|
|
60
|
-
"ts-jest": "^26.4.1",
|
|
61
|
-
"typedoc": "^0.19.2",
|
|
62
|
-
"typescript": "~4.3.5"
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
|
+
"@types/node": "^12.7.5"
|
|
63
56
|
},
|
|
64
57
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
58
|
+
"node": ">=12.0.0"
|
|
66
59
|
},
|
|
67
60
|
"typesVersions": {
|
|
68
61
|
"<4.0": {
|