@aws-sdk/client-clouddirectory 3.987.0 → 3.988.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 +85 -3018
- package/dist-cjs/models/CloudDirectoryServiceException.js +12 -0
- package/dist-cjs/models/errors.js +533 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2112 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +215 -209
- package/dist-types/schemas/schemas_0.d.ts +42 -35
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -35
- package/package.json +13 -13
|
@@ -1,5 +1,47 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var CloudDirectoryServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var BatchWriteException$: StaticErrorSchema;
|
|
6
|
+
export declare var CannotListParentOfRootException$: StaticErrorSchema;
|
|
7
|
+
export declare var DirectoryAlreadyExistsException$: StaticErrorSchema;
|
|
8
|
+
export declare var DirectoryDeletedException$: StaticErrorSchema;
|
|
9
|
+
export declare var DirectoryNotDisabledException$: StaticErrorSchema;
|
|
10
|
+
export declare var DirectoryNotEnabledException$: StaticErrorSchema;
|
|
11
|
+
export declare var FacetAlreadyExistsException$: StaticErrorSchema;
|
|
12
|
+
export declare var FacetInUseException$: StaticErrorSchema;
|
|
13
|
+
export declare var FacetNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var FacetValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare var IncompatibleSchemaException$: StaticErrorSchema;
|
|
16
|
+
export declare var IndexedAttributeMissingException$: StaticErrorSchema;
|
|
17
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidArnException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidAttachmentException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidFacetUpdateException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
22
|
+
export declare var InvalidRuleException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidSchemaDocException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidTaggingRequestException$: StaticErrorSchema;
|
|
25
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
26
|
+
export declare var LinkNameAlreadyInUseException$: StaticErrorSchema;
|
|
27
|
+
export declare var NotIndexException$: StaticErrorSchema;
|
|
28
|
+
export declare var NotNodeException$: StaticErrorSchema;
|
|
29
|
+
export declare var NotPolicyException$: StaticErrorSchema;
|
|
30
|
+
export declare var ObjectAlreadyDetachedException$: StaticErrorSchema;
|
|
31
|
+
export declare var ObjectNotDetachedException$: StaticErrorSchema;
|
|
32
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
33
|
+
export declare var RetryableConflictException$: StaticErrorSchema;
|
|
34
|
+
export declare var SchemaAlreadyExistsException$: StaticErrorSchema;
|
|
35
|
+
export declare var SchemaAlreadyPublishedException$: StaticErrorSchema;
|
|
36
|
+
export declare var StillContainsLinksException$: StaticErrorSchema;
|
|
37
|
+
export declare var UnsupportedIndexTypeException$: StaticErrorSchema;
|
|
38
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
39
|
+
/**
|
|
40
|
+
* TypeRegistry instances containing modeled errors.
|
|
41
|
+
* @internal
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
45
|
export declare var AddFacetToObjectRequest$: StaticStructureSchema;
|
|
4
46
|
export declare var AddFacetToObjectResponse$: StaticStructureSchema;
|
|
5
47
|
export declare var ApplySchemaRequest$: StaticStructureSchema;
|
|
@@ -79,12 +121,10 @@ export declare var BatchUpdateLinkAttributes$: StaticStructureSchema;
|
|
|
79
121
|
export declare var BatchUpdateLinkAttributesResponse$: StaticStructureSchema;
|
|
80
122
|
export declare var BatchUpdateObjectAttributes$: StaticStructureSchema;
|
|
81
123
|
export declare var BatchUpdateObjectAttributesResponse$: StaticStructureSchema;
|
|
82
|
-
export declare var BatchWriteException$: StaticErrorSchema;
|
|
83
124
|
export declare var BatchWriteOperation$: StaticStructureSchema;
|
|
84
125
|
export declare var BatchWriteOperationResponse$: StaticStructureSchema;
|
|
85
126
|
export declare var BatchWriteRequest$: StaticStructureSchema;
|
|
86
127
|
export declare var BatchWriteResponse$: StaticStructureSchema;
|
|
87
|
-
export declare var CannotListParentOfRootException$: StaticErrorSchema;
|
|
88
128
|
export declare var CreateDirectoryRequest$: StaticStructureSchema;
|
|
89
129
|
export declare var CreateDirectoryResponse$: StaticStructureSchema;
|
|
90
130
|
export declare var CreateFacetRequest$: StaticStructureSchema;
|
|
@@ -115,23 +155,15 @@ export declare var DetachPolicyRequest$: StaticStructureSchema;
|
|
|
115
155
|
export declare var DetachPolicyResponse$: StaticStructureSchema;
|
|
116
156
|
export declare var DetachTypedLinkRequest$: StaticStructureSchema;
|
|
117
157
|
export declare var Directory$: StaticStructureSchema;
|
|
118
|
-
export declare var DirectoryAlreadyExistsException$: StaticErrorSchema;
|
|
119
|
-
export declare var DirectoryDeletedException$: StaticErrorSchema;
|
|
120
|
-
export declare var DirectoryNotDisabledException$: StaticErrorSchema;
|
|
121
|
-
export declare var DirectoryNotEnabledException$: StaticErrorSchema;
|
|
122
158
|
export declare var DisableDirectoryRequest$: StaticStructureSchema;
|
|
123
159
|
export declare var DisableDirectoryResponse$: StaticStructureSchema;
|
|
124
160
|
export declare var EnableDirectoryRequest$: StaticStructureSchema;
|
|
125
161
|
export declare var EnableDirectoryResponse$: StaticStructureSchema;
|
|
126
162
|
export declare var Facet$: StaticStructureSchema;
|
|
127
|
-
export declare var FacetAlreadyExistsException$: StaticErrorSchema;
|
|
128
163
|
export declare var FacetAttribute$: StaticStructureSchema;
|
|
129
164
|
export declare var FacetAttributeDefinition$: StaticStructureSchema;
|
|
130
165
|
export declare var FacetAttributeReference$: StaticStructureSchema;
|
|
131
166
|
export declare var FacetAttributeUpdate$: StaticStructureSchema;
|
|
132
|
-
export declare var FacetInUseException$: StaticErrorSchema;
|
|
133
|
-
export declare var FacetNotFoundException$: StaticErrorSchema;
|
|
134
|
-
export declare var FacetValidationException$: StaticErrorSchema;
|
|
135
167
|
export declare var GetAppliedSchemaVersionRequest$: StaticStructureSchema;
|
|
136
168
|
export declare var GetAppliedSchemaVersionResponse$: StaticStructureSchema;
|
|
137
169
|
export declare var GetDirectoryRequest$: StaticStructureSchema;
|
|
@@ -148,21 +180,9 @@ export declare var GetSchemaAsJsonRequest$: StaticStructureSchema;
|
|
|
148
180
|
export declare var GetSchemaAsJsonResponse$: StaticStructureSchema;
|
|
149
181
|
export declare var GetTypedLinkFacetInformationRequest$: StaticStructureSchema;
|
|
150
182
|
export declare var GetTypedLinkFacetInformationResponse$: StaticStructureSchema;
|
|
151
|
-
export declare var IncompatibleSchemaException$: StaticErrorSchema;
|
|
152
183
|
export declare var IndexAttachment$: StaticStructureSchema;
|
|
153
|
-
export declare var IndexedAttributeMissingException$: StaticErrorSchema;
|
|
154
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
155
|
-
export declare var InvalidArnException$: StaticErrorSchema;
|
|
156
|
-
export declare var InvalidAttachmentException$: StaticErrorSchema;
|
|
157
|
-
export declare var InvalidFacetUpdateException$: StaticErrorSchema;
|
|
158
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
159
|
-
export declare var InvalidRuleException$: StaticErrorSchema;
|
|
160
|
-
export declare var InvalidSchemaDocException$: StaticErrorSchema;
|
|
161
|
-
export declare var InvalidTaggingRequestException$: StaticErrorSchema;
|
|
162
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
163
184
|
export declare var LinkAttributeAction$: StaticStructureSchema;
|
|
164
185
|
export declare var LinkAttributeUpdate$: StaticStructureSchema;
|
|
165
|
-
export declare var LinkNameAlreadyInUseException$: StaticErrorSchema;
|
|
166
186
|
export declare var ListAppliedSchemaArnsRequest$: StaticStructureSchema;
|
|
167
187
|
export declare var ListAppliedSchemaArnsResponse$: StaticStructureSchema;
|
|
168
188
|
export declare var ListAttachedIndicesRequest$: StaticStructureSchema;
|
|
@@ -205,15 +225,10 @@ export declare var ListTypedLinkFacetNamesRequest$: StaticStructureSchema;
|
|
|
205
225
|
export declare var ListTypedLinkFacetNamesResponse$: StaticStructureSchema;
|
|
206
226
|
export declare var LookupPolicyRequest$: StaticStructureSchema;
|
|
207
227
|
export declare var LookupPolicyResponse$: StaticStructureSchema;
|
|
208
|
-
export declare var NotIndexException$: StaticErrorSchema;
|
|
209
|
-
export declare var NotNodeException$: StaticErrorSchema;
|
|
210
|
-
export declare var NotPolicyException$: StaticErrorSchema;
|
|
211
|
-
export declare var ObjectAlreadyDetachedException$: StaticErrorSchema;
|
|
212
228
|
export declare var ObjectAttributeAction$: StaticStructureSchema;
|
|
213
229
|
export declare var ObjectAttributeRange$: StaticStructureSchema;
|
|
214
230
|
export declare var ObjectAttributeUpdate$: StaticStructureSchema;
|
|
215
231
|
export declare var ObjectIdentifierAndLinkNameTuple$: StaticStructureSchema;
|
|
216
|
-
export declare var ObjectNotDetachedException$: StaticErrorSchema;
|
|
217
232
|
export declare var ObjectReference$: StaticStructureSchema;
|
|
218
233
|
export declare var PathToObjectIdentifiers$: StaticStructureSchema;
|
|
219
234
|
export declare var PolicyAttachment$: StaticStructureSchema;
|
|
@@ -224,13 +239,8 @@ export declare var PutSchemaFromJsonRequest$: StaticStructureSchema;
|
|
|
224
239
|
export declare var PutSchemaFromJsonResponse$: StaticStructureSchema;
|
|
225
240
|
export declare var RemoveFacetFromObjectRequest$: StaticStructureSchema;
|
|
226
241
|
export declare var RemoveFacetFromObjectResponse$: StaticStructureSchema;
|
|
227
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
228
|
-
export declare var RetryableConflictException$: StaticErrorSchema;
|
|
229
242
|
export declare var Rule$: StaticStructureSchema;
|
|
230
|
-
export declare var SchemaAlreadyExistsException$: StaticErrorSchema;
|
|
231
|
-
export declare var SchemaAlreadyPublishedException$: StaticErrorSchema;
|
|
232
243
|
export declare var SchemaFacet$: StaticStructureSchema;
|
|
233
|
-
export declare var StillContainsLinksException$: StaticErrorSchema;
|
|
234
244
|
export declare var Tag$: StaticStructureSchema;
|
|
235
245
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
236
246
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
@@ -241,7 +251,6 @@ export declare var TypedLinkFacet$: StaticStructureSchema;
|
|
|
241
251
|
export declare var TypedLinkFacetAttributeUpdate$: StaticStructureSchema;
|
|
242
252
|
export declare var TypedLinkSchemaAndFacetName$: StaticStructureSchema;
|
|
243
253
|
export declare var TypedLinkSpecifier$: StaticStructureSchema;
|
|
244
|
-
export declare var UnsupportedIndexTypeException$: StaticErrorSchema;
|
|
245
254
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
246
255
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
247
256
|
export declare var UpdateFacetRequest$: StaticStructureSchema;
|
|
@@ -258,8 +267,6 @@ export declare var UpgradeAppliedSchemaRequest$: StaticStructureSchema;
|
|
|
258
267
|
export declare var UpgradeAppliedSchemaResponse$: StaticStructureSchema;
|
|
259
268
|
export declare var UpgradePublishedSchemaRequest$: StaticStructureSchema;
|
|
260
269
|
export declare var UpgradePublishedSchemaResponse$: StaticStructureSchema;
|
|
261
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
262
|
-
export declare var CloudDirectoryServiceException$: StaticErrorSchema;
|
|
263
270
|
export declare var TypedAttributeValue$: StaticUnionSchema;
|
|
264
271
|
export declare var AddFacetToObject$: StaticOperationSchema;
|
|
265
272
|
export declare var ApplySchema$: StaticOperationSchema;
|
|
@@ -1,10 +1,47 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var CloudDirectoryServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var BatchWriteException$: StaticErrorSchema;
|
|
11
|
+
export declare var CannotListParentOfRootException$: StaticErrorSchema;
|
|
12
|
+
export declare var DirectoryAlreadyExistsException$: StaticErrorSchema;
|
|
13
|
+
export declare var DirectoryDeletedException$: StaticErrorSchema;
|
|
14
|
+
export declare var DirectoryNotDisabledException$: StaticErrorSchema;
|
|
15
|
+
export declare var DirectoryNotEnabledException$: StaticErrorSchema;
|
|
16
|
+
export declare var FacetAlreadyExistsException$: StaticErrorSchema;
|
|
17
|
+
export declare var FacetInUseException$: StaticErrorSchema;
|
|
18
|
+
export declare var FacetNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var FacetValidationException$: StaticErrorSchema;
|
|
20
|
+
export declare var IncompatibleSchemaException$: StaticErrorSchema;
|
|
21
|
+
export declare var IndexedAttributeMissingException$: StaticErrorSchema;
|
|
22
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidArnException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidAttachmentException$: StaticErrorSchema;
|
|
25
|
+
export declare var InvalidFacetUpdateException$: StaticErrorSchema;
|
|
26
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidRuleException$: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidSchemaDocException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidTaggingRequestException$: StaticErrorSchema;
|
|
30
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
31
|
+
export declare var LinkNameAlreadyInUseException$: StaticErrorSchema;
|
|
32
|
+
export declare var NotIndexException$: StaticErrorSchema;
|
|
33
|
+
export declare var NotNodeException$: StaticErrorSchema;
|
|
34
|
+
export declare var NotPolicyException$: StaticErrorSchema;
|
|
35
|
+
export declare var ObjectAlreadyDetachedException$: StaticErrorSchema;
|
|
36
|
+
export declare var ObjectNotDetachedException$: StaticErrorSchema;
|
|
37
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
38
|
+
export declare var RetryableConflictException$: StaticErrorSchema;
|
|
39
|
+
export declare var SchemaAlreadyExistsException$: StaticErrorSchema;
|
|
40
|
+
export declare var SchemaAlreadyPublishedException$: StaticErrorSchema;
|
|
41
|
+
export declare var StillContainsLinksException$: StaticErrorSchema;
|
|
42
|
+
export declare var UnsupportedIndexTypeException$: StaticErrorSchema;
|
|
43
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
44
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
45
|
export declare var AddFacetToObjectRequest$: StaticStructureSchema;
|
|
9
46
|
export declare var AddFacetToObjectResponse$: StaticStructureSchema;
|
|
10
47
|
export declare var ApplySchemaRequest$: StaticStructureSchema;
|
|
@@ -84,12 +121,10 @@ export declare var BatchUpdateLinkAttributes$: StaticStructureSchema;
|
|
|
84
121
|
export declare var BatchUpdateLinkAttributesResponse$: StaticStructureSchema;
|
|
85
122
|
export declare var BatchUpdateObjectAttributes$: StaticStructureSchema;
|
|
86
123
|
export declare var BatchUpdateObjectAttributesResponse$: StaticStructureSchema;
|
|
87
|
-
export declare var BatchWriteException$: StaticErrorSchema;
|
|
88
124
|
export declare var BatchWriteOperation$: StaticStructureSchema;
|
|
89
125
|
export declare var BatchWriteOperationResponse$: StaticStructureSchema;
|
|
90
126
|
export declare var BatchWriteRequest$: StaticStructureSchema;
|
|
91
127
|
export declare var BatchWriteResponse$: StaticStructureSchema;
|
|
92
|
-
export declare var CannotListParentOfRootException$: StaticErrorSchema;
|
|
93
128
|
export declare var CreateDirectoryRequest$: StaticStructureSchema;
|
|
94
129
|
export declare var CreateDirectoryResponse$: StaticStructureSchema;
|
|
95
130
|
export declare var CreateFacetRequest$: StaticStructureSchema;
|
|
@@ -120,23 +155,15 @@ export declare var DetachPolicyRequest$: StaticStructureSchema;
|
|
|
120
155
|
export declare var DetachPolicyResponse$: StaticStructureSchema;
|
|
121
156
|
export declare var DetachTypedLinkRequest$: StaticStructureSchema;
|
|
122
157
|
export declare var Directory$: StaticStructureSchema;
|
|
123
|
-
export declare var DirectoryAlreadyExistsException$: StaticErrorSchema;
|
|
124
|
-
export declare var DirectoryDeletedException$: StaticErrorSchema;
|
|
125
|
-
export declare var DirectoryNotDisabledException$: StaticErrorSchema;
|
|
126
|
-
export declare var DirectoryNotEnabledException$: StaticErrorSchema;
|
|
127
158
|
export declare var DisableDirectoryRequest$: StaticStructureSchema;
|
|
128
159
|
export declare var DisableDirectoryResponse$: StaticStructureSchema;
|
|
129
160
|
export declare var EnableDirectoryRequest$: StaticStructureSchema;
|
|
130
161
|
export declare var EnableDirectoryResponse$: StaticStructureSchema;
|
|
131
162
|
export declare var Facet$: StaticStructureSchema;
|
|
132
|
-
export declare var FacetAlreadyExistsException$: StaticErrorSchema;
|
|
133
163
|
export declare var FacetAttribute$: StaticStructureSchema;
|
|
134
164
|
export declare var FacetAttributeDefinition$: StaticStructureSchema;
|
|
135
165
|
export declare var FacetAttributeReference$: StaticStructureSchema;
|
|
136
166
|
export declare var FacetAttributeUpdate$: StaticStructureSchema;
|
|
137
|
-
export declare var FacetInUseException$: StaticErrorSchema;
|
|
138
|
-
export declare var FacetNotFoundException$: StaticErrorSchema;
|
|
139
|
-
export declare var FacetValidationException$: StaticErrorSchema;
|
|
140
167
|
export declare var GetAppliedSchemaVersionRequest$: StaticStructureSchema;
|
|
141
168
|
export declare var GetAppliedSchemaVersionResponse$: StaticStructureSchema;
|
|
142
169
|
export declare var GetDirectoryRequest$: StaticStructureSchema;
|
|
@@ -153,21 +180,9 @@ export declare var GetSchemaAsJsonRequest$: StaticStructureSchema;
|
|
|
153
180
|
export declare var GetSchemaAsJsonResponse$: StaticStructureSchema;
|
|
154
181
|
export declare var GetTypedLinkFacetInformationRequest$: StaticStructureSchema;
|
|
155
182
|
export declare var GetTypedLinkFacetInformationResponse$: StaticStructureSchema;
|
|
156
|
-
export declare var IncompatibleSchemaException$: StaticErrorSchema;
|
|
157
183
|
export declare var IndexAttachment$: StaticStructureSchema;
|
|
158
|
-
export declare var IndexedAttributeMissingException$: StaticErrorSchema;
|
|
159
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
160
|
-
export declare var InvalidArnException$: StaticErrorSchema;
|
|
161
|
-
export declare var InvalidAttachmentException$: StaticErrorSchema;
|
|
162
|
-
export declare var InvalidFacetUpdateException$: StaticErrorSchema;
|
|
163
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
164
|
-
export declare var InvalidRuleException$: StaticErrorSchema;
|
|
165
|
-
export declare var InvalidSchemaDocException$: StaticErrorSchema;
|
|
166
|
-
export declare var InvalidTaggingRequestException$: StaticErrorSchema;
|
|
167
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
168
184
|
export declare var LinkAttributeAction$: StaticStructureSchema;
|
|
169
185
|
export declare var LinkAttributeUpdate$: StaticStructureSchema;
|
|
170
|
-
export declare var LinkNameAlreadyInUseException$: StaticErrorSchema;
|
|
171
186
|
export declare var ListAppliedSchemaArnsRequest$: StaticStructureSchema;
|
|
172
187
|
export declare var ListAppliedSchemaArnsResponse$: StaticStructureSchema;
|
|
173
188
|
export declare var ListAttachedIndicesRequest$: StaticStructureSchema;
|
|
@@ -210,15 +225,10 @@ export declare var ListTypedLinkFacetNamesRequest$: StaticStructureSchema;
|
|
|
210
225
|
export declare var ListTypedLinkFacetNamesResponse$: StaticStructureSchema;
|
|
211
226
|
export declare var LookupPolicyRequest$: StaticStructureSchema;
|
|
212
227
|
export declare var LookupPolicyResponse$: StaticStructureSchema;
|
|
213
|
-
export declare var NotIndexException$: StaticErrorSchema;
|
|
214
|
-
export declare var NotNodeException$: StaticErrorSchema;
|
|
215
|
-
export declare var NotPolicyException$: StaticErrorSchema;
|
|
216
|
-
export declare var ObjectAlreadyDetachedException$: StaticErrorSchema;
|
|
217
228
|
export declare var ObjectAttributeAction$: StaticStructureSchema;
|
|
218
229
|
export declare var ObjectAttributeRange$: StaticStructureSchema;
|
|
219
230
|
export declare var ObjectAttributeUpdate$: StaticStructureSchema;
|
|
220
231
|
export declare var ObjectIdentifierAndLinkNameTuple$: StaticStructureSchema;
|
|
221
|
-
export declare var ObjectNotDetachedException$: StaticErrorSchema;
|
|
222
232
|
export declare var ObjectReference$: StaticStructureSchema;
|
|
223
233
|
export declare var PathToObjectIdentifiers$: StaticStructureSchema;
|
|
224
234
|
export declare var PolicyAttachment$: StaticStructureSchema;
|
|
@@ -229,13 +239,8 @@ export declare var PutSchemaFromJsonRequest$: StaticStructureSchema;
|
|
|
229
239
|
export declare var PutSchemaFromJsonResponse$: StaticStructureSchema;
|
|
230
240
|
export declare var RemoveFacetFromObjectRequest$: StaticStructureSchema;
|
|
231
241
|
export declare var RemoveFacetFromObjectResponse$: StaticStructureSchema;
|
|
232
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
233
|
-
export declare var RetryableConflictException$: StaticErrorSchema;
|
|
234
242
|
export declare var Rule$: StaticStructureSchema;
|
|
235
|
-
export declare var SchemaAlreadyExistsException$: StaticErrorSchema;
|
|
236
|
-
export declare var SchemaAlreadyPublishedException$: StaticErrorSchema;
|
|
237
243
|
export declare var SchemaFacet$: StaticStructureSchema;
|
|
238
|
-
export declare var StillContainsLinksException$: StaticErrorSchema;
|
|
239
244
|
export declare var Tag$: StaticStructureSchema;
|
|
240
245
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
241
246
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
@@ -246,7 +251,6 @@ export declare var TypedLinkFacet$: StaticStructureSchema;
|
|
|
246
251
|
export declare var TypedLinkFacetAttributeUpdate$: StaticStructureSchema;
|
|
247
252
|
export declare var TypedLinkSchemaAndFacetName$: StaticStructureSchema;
|
|
248
253
|
export declare var TypedLinkSpecifier$: StaticStructureSchema;
|
|
249
|
-
export declare var UnsupportedIndexTypeException$: StaticErrorSchema;
|
|
250
254
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
251
255
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
252
256
|
export declare var UpdateFacetRequest$: StaticStructureSchema;
|
|
@@ -263,8 +267,6 @@ export declare var UpgradeAppliedSchemaRequest$: StaticStructureSchema;
|
|
|
263
267
|
export declare var UpgradeAppliedSchemaResponse$: StaticStructureSchema;
|
|
264
268
|
export declare var UpgradePublishedSchemaRequest$: StaticStructureSchema;
|
|
265
269
|
export declare var UpgradePublishedSchemaResponse$: StaticStructureSchema;
|
|
266
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
267
|
-
export declare var CloudDirectoryServiceException$: StaticErrorSchema;
|
|
268
270
|
export declare var TypedAttributeValue$: StaticUnionSchema;
|
|
269
271
|
export declare var AddFacetToObject$: StaticOperationSchema;
|
|
270
272
|
export declare var ApplySchema$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-clouddirectory",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|