@aws-sdk/client-clouddirectory 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/models/models_0.js +5 -216
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/models/models_0.js +0 -140
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- 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 +34 -34
|
@@ -7,12 +7,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
7
7
|
$fault: "client";
|
|
8
8
|
Message?: string;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace AccessDeniedException {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
15
|
-
}
|
|
16
10
|
/**
|
|
17
11
|
* <p>A unique identifier for an attribute.</p>
|
|
18
12
|
*/
|
|
@@ -230,12 +224,6 @@ export interface DirectoryNotEnabledException extends __SmithyException, $Metada
|
|
|
230
224
|
$fault: "client";
|
|
231
225
|
Message?: string;
|
|
232
226
|
}
|
|
233
|
-
export declare namespace DirectoryNotEnabledException {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
|
-
const filterSensitiveLog: (obj: DirectoryNotEnabledException) => any;
|
|
238
|
-
}
|
|
239
227
|
/**
|
|
240
228
|
* <p>The <a>Facet</a> that you provided was not well formed or could not be
|
|
241
229
|
* validated with the schema.</p>
|
|
@@ -245,12 +233,6 @@ export interface FacetValidationException extends __SmithyException, $MetadataBe
|
|
|
245
233
|
$fault: "client";
|
|
246
234
|
Message?: string;
|
|
247
235
|
}
|
|
248
|
-
export declare namespace FacetValidationException {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
|
-
const filterSensitiveLog: (obj: FacetValidationException) => any;
|
|
253
|
-
}
|
|
254
236
|
/**
|
|
255
237
|
* <p>Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the <a href="http://status.aws.amazon.com/">AWS Service Health Dashboard</a> site to see if there are any operational issues with the service.</p>
|
|
256
238
|
*/
|
|
@@ -259,12 +241,6 @@ export interface InternalServiceException extends __SmithyException, $MetadataBe
|
|
|
259
241
|
$fault: "server";
|
|
260
242
|
Message?: string;
|
|
261
243
|
}
|
|
262
|
-
export declare namespace InternalServiceException {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
const filterSensitiveLog: (obj: InternalServiceException) => any;
|
|
267
|
-
}
|
|
268
244
|
/**
|
|
269
245
|
* <p>Indicates that the provided ARN value is not valid.</p>
|
|
270
246
|
*/
|
|
@@ -273,12 +249,6 @@ export interface InvalidArnException extends __SmithyException, $MetadataBearer
|
|
|
273
249
|
$fault: "client";
|
|
274
250
|
Message?: string;
|
|
275
251
|
}
|
|
276
|
-
export declare namespace InvalidArnException {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
|
-
const filterSensitiveLog: (obj: InvalidArnException) => any;
|
|
281
|
-
}
|
|
282
252
|
/**
|
|
283
253
|
* <p>Indicates that limits are exceeded. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/limits.html">Limits</a> for more information.</p>
|
|
284
254
|
*/
|
|
@@ -287,12 +257,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
287
257
|
$fault: "client";
|
|
288
258
|
Message?: string;
|
|
289
259
|
}
|
|
290
|
-
export declare namespace LimitExceededException {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
295
|
-
}
|
|
296
260
|
/**
|
|
297
261
|
* <p>The specified resource could not be found.</p>
|
|
298
262
|
*/
|
|
@@ -301,12 +265,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
301
265
|
$fault: "client";
|
|
302
266
|
Message?: string;
|
|
303
267
|
}
|
|
304
|
-
export declare namespace ResourceNotFoundException {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
309
|
-
}
|
|
310
268
|
/**
|
|
311
269
|
* <p>Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
312
270
|
*/
|
|
@@ -315,12 +273,6 @@ export interface RetryableConflictException extends __SmithyException, $Metadata
|
|
|
315
273
|
$fault: "client";
|
|
316
274
|
Message?: string;
|
|
317
275
|
}
|
|
318
|
-
export declare namespace RetryableConflictException {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
|
-
const filterSensitiveLog: (obj: RetryableConflictException) => any;
|
|
323
|
-
}
|
|
324
276
|
/**
|
|
325
277
|
* <p>Indicates that your request is malformed in some manner. See the exception
|
|
326
278
|
* message.</p>
|
|
@@ -330,12 +282,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
330
282
|
$fault: "client";
|
|
331
283
|
Message?: string;
|
|
332
284
|
}
|
|
333
|
-
export declare namespace ValidationException {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
338
|
-
}
|
|
339
285
|
export interface ApplySchemaRequest {
|
|
340
286
|
/**
|
|
341
287
|
* <p>Published schema Amazon Resource Name (ARN) that needs to be copied. For more
|
|
@@ -381,12 +327,6 @@ export interface InvalidAttachmentException extends __SmithyException, $Metadata
|
|
|
381
327
|
$fault: "client";
|
|
382
328
|
Message?: string;
|
|
383
329
|
}
|
|
384
|
-
export declare namespace InvalidAttachmentException {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
|
-
const filterSensitiveLog: (obj: InvalidAttachmentException) => any;
|
|
389
|
-
}
|
|
390
330
|
/**
|
|
391
331
|
* <p>Indicates that a schema could not be created due to a naming conflict. Please select a
|
|
392
332
|
* different name and then try again.</p>
|
|
@@ -396,12 +336,6 @@ export interface SchemaAlreadyExistsException extends __SmithyException, $Metada
|
|
|
396
336
|
$fault: "client";
|
|
397
337
|
Message?: string;
|
|
398
338
|
}
|
|
399
|
-
export declare namespace SchemaAlreadyExistsException {
|
|
400
|
-
/**
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
|
-
const filterSensitiveLog: (obj: SchemaAlreadyExistsException) => any;
|
|
404
|
-
}
|
|
405
339
|
export interface AttachObjectRequest {
|
|
406
340
|
/**
|
|
407
341
|
* <p>Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
|
|
@@ -449,12 +383,6 @@ export interface LinkNameAlreadyInUseException extends __SmithyException, $Metad
|
|
|
449
383
|
$fault: "client";
|
|
450
384
|
Message?: string;
|
|
451
385
|
}
|
|
452
|
-
export declare namespace LinkNameAlreadyInUseException {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
|
-
const filterSensitiveLog: (obj: LinkNameAlreadyInUseException) => any;
|
|
457
|
-
}
|
|
458
386
|
export interface AttachPolicyRequest {
|
|
459
387
|
/**
|
|
460
388
|
* <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
|
|
@@ -493,12 +421,6 @@ export interface NotPolicyException extends __SmithyException, $MetadataBearer {
|
|
|
493
421
|
$fault: "client";
|
|
494
422
|
Message?: string;
|
|
495
423
|
}
|
|
496
|
-
export declare namespace NotPolicyException {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
const filterSensitiveLog: (obj: NotPolicyException) => any;
|
|
501
|
-
}
|
|
502
424
|
export interface AttachToIndexRequest {
|
|
503
425
|
/**
|
|
504
426
|
* <p>The Amazon Resource Name (ARN) of the directory where the object and index
|
|
@@ -540,12 +462,6 @@ export interface IndexedAttributeMissingException extends __SmithyException, $Me
|
|
|
540
462
|
$fault: "client";
|
|
541
463
|
Message?: string;
|
|
542
464
|
}
|
|
543
|
-
export declare namespace IndexedAttributeMissingException {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
|
-
const filterSensitiveLog: (obj: IndexedAttributeMissingException) => any;
|
|
548
|
-
}
|
|
549
465
|
/**
|
|
550
466
|
* <p>Indicates that the requested operation can only operate on index objects.</p>
|
|
551
467
|
*/
|
|
@@ -554,12 +470,6 @@ export interface NotIndexException extends __SmithyException, $MetadataBearer {
|
|
|
554
470
|
$fault: "client";
|
|
555
471
|
Message?: string;
|
|
556
472
|
}
|
|
557
|
-
export declare namespace NotIndexException {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
|
-
const filterSensitiveLog: (obj: NotIndexException) => any;
|
|
562
|
-
}
|
|
563
473
|
/**
|
|
564
474
|
* <p>Identifies the attribute name and value for a typed link.</p>
|
|
565
475
|
*/
|
|
@@ -1740,12 +1650,6 @@ export interface BatchWriteException extends __SmithyException, $MetadataBearer
|
|
|
1740
1650
|
Type?: BatchWriteExceptionType | string;
|
|
1741
1651
|
Message?: string;
|
|
1742
1652
|
}
|
|
1743
|
-
export declare namespace BatchWriteException {
|
|
1744
|
-
/**
|
|
1745
|
-
* @internal
|
|
1746
|
-
*/
|
|
1747
|
-
const filterSensitiveLog: (obj: BatchWriteException) => any;
|
|
1748
|
-
}
|
|
1749
1653
|
/**
|
|
1750
1654
|
* <p>Represents the output of a batch add facet to object operation.</p>
|
|
1751
1655
|
*/
|
|
@@ -2578,12 +2482,6 @@ export interface DirectoryAlreadyExistsException extends __SmithyException, $Met
|
|
|
2578
2482
|
$fault: "client";
|
|
2579
2483
|
Message?: string;
|
|
2580
2484
|
}
|
|
2581
|
-
export declare namespace DirectoryAlreadyExistsException {
|
|
2582
|
-
/**
|
|
2583
|
-
* @internal
|
|
2584
|
-
*/
|
|
2585
|
-
const filterSensitiveLog: (obj: DirectoryAlreadyExistsException) => any;
|
|
2586
|
-
}
|
|
2587
2485
|
export declare enum RuleType {
|
|
2588
2486
|
BINARY_LENGTH = "BINARY_LENGTH",
|
|
2589
2487
|
NUMBER_COMPARISON = "NUMBER_COMPARISON",
|
|
@@ -2778,12 +2676,6 @@ export interface FacetAlreadyExistsException extends __SmithyException, $Metadat
|
|
|
2778
2676
|
$fault: "client";
|
|
2779
2677
|
Message?: string;
|
|
2780
2678
|
}
|
|
2781
|
-
export declare namespace FacetAlreadyExistsException {
|
|
2782
|
-
/**
|
|
2783
|
-
* @internal
|
|
2784
|
-
*/
|
|
2785
|
-
const filterSensitiveLog: (obj: FacetAlreadyExistsException) => any;
|
|
2786
|
-
}
|
|
2787
2679
|
/**
|
|
2788
2680
|
* <p>Occurs when any of the rule parameter keys or values are invalid.</p>
|
|
2789
2681
|
*/
|
|
@@ -2792,12 +2684,6 @@ export interface InvalidRuleException extends __SmithyException, $MetadataBearer
|
|
|
2792
2684
|
$fault: "client";
|
|
2793
2685
|
Message?: string;
|
|
2794
2686
|
}
|
|
2795
|
-
export declare namespace InvalidRuleException {
|
|
2796
|
-
/**
|
|
2797
|
-
* @internal
|
|
2798
|
-
*/
|
|
2799
|
-
const filterSensitiveLog: (obj: InvalidRuleException) => any;
|
|
2800
|
-
}
|
|
2801
2687
|
export interface CreateIndexRequest {
|
|
2802
2688
|
/**
|
|
2803
2689
|
* <p>The ARN of the directory where the index should be created.</p>
|
|
@@ -2848,12 +2734,6 @@ export interface UnsupportedIndexTypeException extends __SmithyException, $Metad
|
|
|
2848
2734
|
$fault: "client";
|
|
2849
2735
|
Message?: string;
|
|
2850
2736
|
}
|
|
2851
|
-
export declare namespace UnsupportedIndexTypeException {
|
|
2852
|
-
/**
|
|
2853
|
-
* @internal
|
|
2854
|
-
*/
|
|
2855
|
-
const filterSensitiveLog: (obj: UnsupportedIndexTypeException) => any;
|
|
2856
|
-
}
|
|
2857
2737
|
export interface CreateObjectRequest {
|
|
2858
2738
|
/**
|
|
2859
2739
|
* <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
|
|
@@ -3043,12 +2923,6 @@ export interface DirectoryDeletedException extends __SmithyException, $MetadataB
|
|
|
3043
2923
|
$fault: "client";
|
|
3044
2924
|
Message?: string;
|
|
3045
2925
|
}
|
|
3046
|
-
export declare namespace DirectoryDeletedException {
|
|
3047
|
-
/**
|
|
3048
|
-
* @internal
|
|
3049
|
-
*/
|
|
3050
|
-
const filterSensitiveLog: (obj: DirectoryDeletedException) => any;
|
|
3051
|
-
}
|
|
3052
2926
|
/**
|
|
3053
2927
|
* <p>An operation can only operate on a disabled directory.</p>
|
|
3054
2928
|
*/
|
|
@@ -3057,12 +2931,6 @@ export interface DirectoryNotDisabledException extends __SmithyException, $Metad
|
|
|
3057
2931
|
$fault: "client";
|
|
3058
2932
|
Message?: string;
|
|
3059
2933
|
}
|
|
3060
|
-
export declare namespace DirectoryNotDisabledException {
|
|
3061
|
-
/**
|
|
3062
|
-
* @internal
|
|
3063
|
-
*/
|
|
3064
|
-
const filterSensitiveLog: (obj: DirectoryNotDisabledException) => any;
|
|
3065
|
-
}
|
|
3066
2934
|
export interface DeleteFacetRequest {
|
|
3067
2935
|
/**
|
|
3068
2936
|
* <p>The Amazon Resource Name (ARN) that is associated with the <a>Facet</a>.
|
|
@@ -3097,12 +2965,6 @@ export interface FacetInUseException extends __SmithyException, $MetadataBearer
|
|
|
3097
2965
|
$fault: "client";
|
|
3098
2966
|
Message?: string;
|
|
3099
2967
|
}
|
|
3100
|
-
export declare namespace FacetInUseException {
|
|
3101
|
-
/**
|
|
3102
|
-
* @internal
|
|
3103
|
-
*/
|
|
3104
|
-
const filterSensitiveLog: (obj: FacetInUseException) => any;
|
|
3105
|
-
}
|
|
3106
2968
|
/**
|
|
3107
2969
|
* <p>The specified <a>Facet</a> could not be found.</p>
|
|
3108
2970
|
*/
|
|
@@ -3111,12 +2973,6 @@ export interface FacetNotFoundException extends __SmithyException, $MetadataBear
|
|
|
3111
2973
|
$fault: "client";
|
|
3112
2974
|
Message?: string;
|
|
3113
2975
|
}
|
|
3114
|
-
export declare namespace FacetNotFoundException {
|
|
3115
|
-
/**
|
|
3116
|
-
* @internal
|
|
3117
|
-
*/
|
|
3118
|
-
const filterSensitiveLog: (obj: FacetNotFoundException) => any;
|
|
3119
|
-
}
|
|
3120
2976
|
export interface DeleteObjectRequest {
|
|
3121
2977
|
/**
|
|
3122
2978
|
* <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
|
|
@@ -3151,12 +3007,6 @@ export interface ObjectNotDetachedException extends __SmithyException, $Metadata
|
|
|
3151
3007
|
$fault: "client";
|
|
3152
3008
|
Message?: string;
|
|
3153
3009
|
}
|
|
3154
|
-
export declare namespace ObjectNotDetachedException {
|
|
3155
|
-
/**
|
|
3156
|
-
* @internal
|
|
3157
|
-
*/
|
|
3158
|
-
const filterSensitiveLog: (obj: ObjectNotDetachedException) => any;
|
|
3159
|
-
}
|
|
3160
3010
|
export interface DeleteSchemaRequest {
|
|
3161
3011
|
/**
|
|
3162
3012
|
* <p>The Amazon Resource Name (ARN) of the development schema. For more information, see
|
|
@@ -3192,12 +3042,6 @@ export interface StillContainsLinksException extends __SmithyException, $Metadat
|
|
|
3192
3042
|
$fault: "client";
|
|
3193
3043
|
Message?: string;
|
|
3194
3044
|
}
|
|
3195
|
-
export declare namespace StillContainsLinksException {
|
|
3196
|
-
/**
|
|
3197
|
-
* @internal
|
|
3198
|
-
*/
|
|
3199
|
-
const filterSensitiveLog: (obj: StillContainsLinksException) => any;
|
|
3200
|
-
}
|
|
3201
3045
|
export interface DeleteTypedLinkFacetRequest {
|
|
3202
3046
|
/**
|
|
3203
3047
|
* <p>The Amazon Resource Name (ARN) that is associated with the schema. For more
|
|
@@ -3264,12 +3108,6 @@ export interface ObjectAlreadyDetachedException extends __SmithyException, $Meta
|
|
|
3264
3108
|
$fault: "client";
|
|
3265
3109
|
Message?: string;
|
|
3266
3110
|
}
|
|
3267
|
-
export declare namespace ObjectAlreadyDetachedException {
|
|
3268
|
-
/**
|
|
3269
|
-
* @internal
|
|
3270
|
-
*/
|
|
3271
|
-
const filterSensitiveLog: (obj: ObjectAlreadyDetachedException) => any;
|
|
3272
|
-
}
|
|
3273
3111
|
export interface DetachObjectRequest {
|
|
3274
3112
|
/**
|
|
3275
3113
|
* <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
|
|
@@ -3313,12 +3151,6 @@ export interface NotNodeException extends __SmithyException, $MetadataBearer {
|
|
|
3313
3151
|
$fault: "client";
|
|
3314
3152
|
Message?: string;
|
|
3315
3153
|
}
|
|
3316
|
-
export declare namespace NotNodeException {
|
|
3317
|
-
/**
|
|
3318
|
-
* @internal
|
|
3319
|
-
*/
|
|
3320
|
-
const filterSensitiveLog: (obj: NotNodeException) => any;
|
|
3321
|
-
}
|
|
3322
3154
|
export interface DetachPolicyRequest {
|
|
3323
3155
|
/**
|
|
3324
3156
|
* <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
|
|
@@ -3730,12 +3562,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
|
|
|
3730
3562
|
$fault: "client";
|
|
3731
3563
|
Message?: string;
|
|
3732
3564
|
}
|
|
3733
|
-
export declare namespace InvalidNextTokenException {
|
|
3734
|
-
/**
|
|
3735
|
-
* @internal
|
|
3736
|
-
*/
|
|
3737
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
3738
|
-
}
|
|
3739
3565
|
export interface ListAppliedSchemaArnsRequest {
|
|
3740
3566
|
/**
|
|
3741
3567
|
* <p>The ARN of the directory you are listing.</p>
|
|
@@ -4260,12 +4086,6 @@ export interface CannotListParentOfRootException extends __SmithyException, $Met
|
|
|
4260
4086
|
$fault: "client";
|
|
4261
4087
|
Message?: string;
|
|
4262
4088
|
}
|
|
4263
|
-
export declare namespace CannotListParentOfRootException {
|
|
4264
|
-
/**
|
|
4265
|
-
* @internal
|
|
4266
|
-
*/
|
|
4267
|
-
const filterSensitiveLog: (obj: CannotListParentOfRootException) => any;
|
|
4268
|
-
}
|
|
4269
4089
|
export interface ListObjectParentsRequest {
|
|
4270
4090
|
/**
|
|
4271
4091
|
* <p>The Amazon Resource Name (ARN) that is associated with the <a>Directory</a>
|
|
@@ -4520,12 +4340,6 @@ export interface InvalidTaggingRequestException extends __SmithyException, $Meta
|
|
|
4520
4340
|
$fault: "client";
|
|
4521
4341
|
Message?: string;
|
|
4522
4342
|
}
|
|
4523
|
-
export declare namespace InvalidTaggingRequestException {
|
|
4524
|
-
/**
|
|
4525
|
-
* @internal
|
|
4526
|
-
*/
|
|
4527
|
-
const filterSensitiveLog: (obj: InvalidTaggingRequestException) => any;
|
|
4528
|
-
}
|
|
4529
4343
|
export interface ListTagsForResourceRequest {
|
|
4530
4344
|
/**
|
|
4531
4345
|
* <p>The Amazon Resource Name (ARN) of the resource. Tagging is only supported for
|
|
@@ -4752,12 +4566,6 @@ export interface SchemaAlreadyPublishedException extends __SmithyException, $Met
|
|
|
4752
4566
|
$fault: "client";
|
|
4753
4567
|
Message?: string;
|
|
4754
4568
|
}
|
|
4755
|
-
export declare namespace SchemaAlreadyPublishedException {
|
|
4756
|
-
/**
|
|
4757
|
-
* @internal
|
|
4758
|
-
*/
|
|
4759
|
-
const filterSensitiveLog: (obj: SchemaAlreadyPublishedException) => any;
|
|
4760
|
-
}
|
|
4761
4569
|
/**
|
|
4762
4570
|
* <p>Indicates that the provided <code>SchemaDoc</code> value is not valid.</p>
|
|
4763
4571
|
*/
|
|
@@ -4766,12 +4574,6 @@ export interface InvalidSchemaDocException extends __SmithyException, $MetadataB
|
|
|
4766
4574
|
$fault: "client";
|
|
4767
4575
|
Message?: string;
|
|
4768
4576
|
}
|
|
4769
|
-
export declare namespace InvalidSchemaDocException {
|
|
4770
|
-
/**
|
|
4771
|
-
* @internal
|
|
4772
|
-
*/
|
|
4773
|
-
const filterSensitiveLog: (obj: InvalidSchemaDocException) => any;
|
|
4774
|
-
}
|
|
4775
4577
|
export interface PutSchemaFromJsonRequest {
|
|
4776
4578
|
/**
|
|
4777
4579
|
* <p>The ARN of the schema to update.</p>
|
|
@@ -4887,12 +4689,6 @@ export interface InvalidFacetUpdateException extends __SmithyException, $Metadat
|
|
|
4887
4689
|
$fault: "client";
|
|
4888
4690
|
Message?: string;
|
|
4889
4691
|
}
|
|
4890
|
-
export declare namespace InvalidFacetUpdateException {
|
|
4891
|
-
/**
|
|
4892
|
-
* @internal
|
|
4893
|
-
*/
|
|
4894
|
-
const filterSensitiveLog: (obj: InvalidFacetUpdateException) => any;
|
|
4895
|
-
}
|
|
4896
4692
|
/**
|
|
4897
4693
|
* <p>A structure that contains information used to update an attribute.</p>
|
|
4898
4694
|
*/
|
|
@@ -5102,12 +4898,6 @@ export interface IncompatibleSchemaException extends __SmithyException, $Metadat
|
|
|
5102
4898
|
$fault: "client";
|
|
5103
4899
|
Message?: string;
|
|
5104
4900
|
}
|
|
5105
|
-
export declare namespace IncompatibleSchemaException {
|
|
5106
|
-
/**
|
|
5107
|
-
* @internal
|
|
5108
|
-
*/
|
|
5109
|
-
const filterSensitiveLog: (obj: IncompatibleSchemaException) => any;
|
|
5110
|
-
}
|
|
5111
4901
|
export interface UpgradeAppliedSchemaRequest {
|
|
5112
4902
|
/**
|
|
5113
4903
|
* <p>The revision of the published schema to upgrade the directory to.</p>
|
|
@@ -1,10 +1,11 @@
|
|
|
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
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
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
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
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>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand";
|
|
10
10
|
import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
|
|
@@ -117,6 +117,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
117
117
|
regionInfoProvider?: RegionInfoProvider;
|
|
118
118
|
|
|
119
119
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
120
|
+
|
|
121
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
120
122
|
}
|
|
121
123
|
declare type CloudDirectoryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
122
124
|
|