@aws-sdk/client-clouddirectory 3.52.0 → 3.54.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/CloudDirectoryServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +499 -5
- package/dist-cjs/protocols/Aws_restJson1.js +1098 -4425
- package/dist-es/index.js +1 -0
- package/dist-es/models/CloudDirectoryServiceException.js +12 -0
- package/dist-es/models/models_0.js +459 -1
- package/dist-es/protocols/Aws_restJson1.js +2141 -4726
- package/dist-types/CloudDirectoryClient.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/CloudDirectoryServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +247 -106
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +177 -106
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +27 -27
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
3
|
+
exports.BatchListObjectParents = exports.BatchListObjectParentPaths = exports.BatchListObjectChildren = exports.BatchListObjectAttributes = exports.BatchListIndex = exports.ObjectAttributeRange = exports.BatchListIncomingTypedLinks = exports.TypedLinkAttributeRange = exports.TypedAttributeValueRange = exports.RangeMode = exports.BatchListAttachedIndices = exports.BatchGetObjectInformation = exports.BatchGetObjectAttributes = exports.BatchGetLinkAttributes = exports.ConsistencyLevel = exports.AttachTypedLinkResponse = exports.TypedLinkSpecifier = exports.AttachTypedLinkRequest = exports.TypedLinkSchemaAndFacetName = exports.AttributeNameAndValue = exports.NotIndexException = exports.IndexedAttributeMissingException = exports.AttachToIndexResponse = exports.AttachToIndexRequest = exports.NotPolicyException = exports.AttachPolicyResponse = exports.AttachPolicyRequest = exports.LinkNameAlreadyInUseException = exports.AttachObjectResponse = exports.AttachObjectRequest = exports.SchemaAlreadyExistsException = exports.InvalidAttachmentException = exports.ApplySchemaResponse = exports.ApplySchemaRequest = exports.ValidationException = exports.RetryableConflictException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InvalidArnException = exports.InternalServiceException = exports.FacetValidationException = exports.DirectoryNotEnabledException = exports.AddFacetToObjectResponse = exports.AddFacetToObjectRequest = exports.SchemaFacet = exports.ObjectReference = exports.AttributeKeyAndValue = exports.TypedAttributeValue = exports.AttributeKey = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.ObjectAttributeAction = exports.BatchUpdateLinkAttributes = exports.LinkAttributeUpdate = exports.LinkAttributeAction = exports.UpdateActionType = exports.BatchRemoveFacetFromObject = exports.BatchDetachTypedLink = exports.BatchDetachPolicy = exports.BatchDetachObject = exports.BatchDetachFromIndex = exports.BatchDeleteObject = exports.BatchCreateObject = exports.BatchCreateIndex = exports.BatchAttachTypedLink = exports.BatchAttachToIndex = exports.BatchAttachPolicy = exports.BatchAttachObject = exports.BatchAddFacetToObject = exports.BatchWriteException = exports.BatchWriteExceptionType = exports.BatchReadResponse = exports.BatchReadOperationResponse = exports.BatchReadSuccessfulResponse = exports.BatchLookupPolicyResponse = exports.PolicyToPath = exports.PolicyAttachment = exports.BatchListPolicyAttachmentsResponse = exports.BatchListOutgoingTypedLinksResponse = exports.BatchListObjectPoliciesResponse = exports.BatchListObjectParentsResponse = exports.ObjectIdentifierAndLinkNameTuple = exports.BatchListObjectParentPathsResponse = exports.PathToObjectIdentifiers = exports.BatchListObjectChildrenResponse = exports.BatchListObjectAttributesResponse = exports.BatchListIndexResponse = exports.BatchListIncomingTypedLinksResponse = exports.BatchListAttachedIndicesResponse = exports.IndexAttachment = exports.BatchGetObjectInformationResponse = exports.BatchGetObjectAttributesResponse = exports.BatchGetLinkAttributesResponse = exports.BatchReadException = exports.BatchReadExceptionType = exports.BatchReadRequest = exports.BatchReadOperation = exports.BatchLookupPolicy = exports.BatchListPolicyAttachments = exports.BatchListOutgoingTypedLinks = exports.BatchListObjectPolicies = void 0;
|
|
5
|
+
exports.DeleteDirectoryResponse = exports.DeleteDirectoryRequest = exports.CreateTypedLinkFacetResponse = exports.CreateTypedLinkFacetRequest = exports.TypedLinkFacet = exports.TypedLinkAttributeDefinition = exports.CreateSchemaResponse = exports.CreateSchemaRequest = exports.CreateObjectResponse = exports.CreateObjectRequest = exports.UnsupportedIndexTypeException = exports.CreateIndexResponse = exports.CreateIndexRequest = exports.InvalidRuleException = exports.FacetAlreadyExistsException = exports.CreateFacetResponse = exports.CreateFacetRequest = exports.ObjectType = exports.FacetStyle = exports.FacetAttribute = exports.RequiredAttributeBehavior = exports.FacetAttributeReference = exports.FacetAttributeDefinition = exports.FacetAttributeType = exports.Rule = exports.RuleType = exports.DirectoryAlreadyExistsException = exports.CreateDirectoryResponse = exports.CreateDirectoryRequest = exports.BatchWriteResponse = exports.BatchWriteOperationResponse = exports.BatchUpdateObjectAttributesResponse = exports.BatchUpdateLinkAttributesResponse = exports.BatchRemoveFacetFromObjectResponse = exports.BatchDetachTypedLinkResponse = exports.BatchDetachPolicyResponse = exports.BatchDetachObjectResponse = exports.BatchDetachFromIndexResponse = exports.BatchDeleteObjectResponse = exports.BatchCreateObjectResponse = exports.BatchCreateIndexResponse = exports.BatchAttachTypedLinkResponse = exports.BatchAttachToIndexResponse = exports.BatchAttachPolicyResponse = exports.BatchAttachObjectResponse = exports.BatchAddFacetToObjectResponse = exports.BatchWriteRequest = exports.BatchWriteOperation = exports.BatchUpdateObjectAttributes = exports.ObjectAttributeUpdate = void 0;
|
|
6
|
+
exports.ListAttachedIndicesRequest = exports.ListAppliedSchemaArnsResponse = exports.ListAppliedSchemaArnsRequest = exports.InvalidNextTokenException = exports.GetTypedLinkFacetInformationResponse = exports.GetTypedLinkFacetInformationRequest = exports.GetSchemaAsJsonResponse = exports.GetSchemaAsJsonRequest = exports.GetObjectInformationResponse = exports.GetObjectInformationRequest = exports.GetObjectAttributesResponse = exports.GetObjectAttributesRequest = exports.GetLinkAttributesResponse = exports.GetLinkAttributesRequest = exports.GetFacetResponse = exports.Facet = exports.GetFacetRequest = exports.GetDirectoryResponse = exports.Directory = exports.DirectoryState = exports.GetDirectoryRequest = exports.GetAppliedSchemaVersionResponse = exports.GetAppliedSchemaVersionRequest = exports.EnableDirectoryResponse = exports.EnableDirectoryRequest = exports.DisableDirectoryResponse = exports.DisableDirectoryRequest = exports.DetachTypedLinkRequest = exports.DetachPolicyResponse = exports.DetachPolicyRequest = exports.NotNodeException = exports.DetachObjectResponse = exports.DetachObjectRequest = exports.ObjectAlreadyDetachedException = exports.DetachFromIndexResponse = exports.DetachFromIndexRequest = exports.DeleteTypedLinkFacetResponse = exports.DeleteTypedLinkFacetRequest = exports.StillContainsLinksException = exports.DeleteSchemaResponse = exports.DeleteSchemaRequest = exports.ObjectNotDetachedException = exports.DeleteObjectResponse = exports.DeleteObjectRequest = exports.FacetNotFoundException = exports.FacetInUseException = exports.DeleteFacetResponse = exports.DeleteFacetRequest = exports.DirectoryNotDisabledException = exports.DirectoryDeletedException = void 0;
|
|
7
|
+
exports.RemoveFacetFromObjectResponse = exports.RemoveFacetFromObjectRequest = exports.PutSchemaFromJsonResponse = exports.PutSchemaFromJsonRequest = exports.InvalidSchemaDocException = exports.SchemaAlreadyPublishedException = exports.PublishSchemaResponse = exports.PublishSchemaRequest = exports.LookupPolicyResponse = exports.LookupPolicyRequest = exports.ListTypedLinkFacetNamesResponse = exports.ListTypedLinkFacetNamesRequest = exports.ListTypedLinkFacetAttributesResponse = exports.ListTypedLinkFacetAttributesRequest = exports.ListTagsForResourceResponse = exports.Tag = exports.ListTagsForResourceRequest = exports.InvalidTaggingRequestException = exports.ListPublishedSchemaArnsResponse = exports.ListPublishedSchemaArnsRequest = exports.ListPolicyAttachmentsResponse = exports.ListPolicyAttachmentsRequest = exports.ListOutgoingTypedLinksResponse = exports.ListOutgoingTypedLinksRequest = exports.ListObjectPoliciesResponse = exports.ListObjectPoliciesRequest = exports.ListObjectParentsResponse = exports.ListObjectParentsRequest = exports.CannotListParentOfRootException = exports.ListObjectParentPathsResponse = exports.ListObjectParentPathsRequest = exports.ListObjectChildrenResponse = exports.ListObjectChildrenRequest = exports.ListObjectAttributesResponse = exports.ListObjectAttributesRequest = exports.ListManagedSchemaArnsResponse = exports.ListManagedSchemaArnsRequest = exports.ListIndexResponse = exports.ListIndexRequest = exports.ListIncomingTypedLinksResponse = exports.ListIncomingTypedLinksRequest = exports.ListFacetNamesResponse = exports.ListFacetNamesRequest = exports.ListFacetAttributesResponse = exports.ListFacetAttributesRequest = exports.ListDirectoriesResponse = exports.ListDirectoriesRequest = exports.ListDevelopmentSchemaArnsResponse = exports.ListDevelopmentSchemaArnsRequest = exports.ListAttachedIndicesResponse = void 0;
|
|
8
|
+
exports.UpgradePublishedSchemaResponse = exports.UpgradePublishedSchemaRequest = exports.UpgradeAppliedSchemaResponse = exports.UpgradeAppliedSchemaRequest = exports.IncompatibleSchemaException = exports.UpdateTypedLinkFacetResponse = exports.UpdateTypedLinkFacetRequest = exports.TypedLinkFacetAttributeUpdate = exports.UpdateSchemaResponse = exports.UpdateSchemaRequest = exports.UpdateObjectAttributesResponse = exports.UpdateObjectAttributesRequest = exports.UpdateLinkAttributesResponse = exports.UpdateLinkAttributesRequest = exports.UpdateFacetResponse = exports.UpdateFacetRequest = exports.FacetAttributeUpdate = exports.InvalidFacetUpdateException = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = void 0;
|
|
9
|
+
const CloudDirectoryServiceException_1 = require("./CloudDirectoryServiceException");
|
|
10
|
+
class AccessDeniedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
11
|
+
constructor(opts) {
|
|
12
|
+
super({
|
|
13
|
+
name: "AccessDeniedException",
|
|
14
|
+
$fault: "client",
|
|
15
|
+
...opts,
|
|
16
|
+
});
|
|
17
|
+
this.name = "AccessDeniedException";
|
|
18
|
+
this.$fault = "client";
|
|
19
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
20
|
+
this.Message = opts.Message;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
8
24
|
var AttributeKey;
|
|
9
25
|
(function (AttributeKey) {
|
|
10
26
|
AttributeKey.filterSensitiveLog = (obj) => ({
|
|
@@ -75,6 +91,118 @@ var AddFacetToObjectResponse;
|
|
|
75
91
|
...obj,
|
|
76
92
|
});
|
|
77
93
|
})(AddFacetToObjectResponse = exports.AddFacetToObjectResponse || (exports.AddFacetToObjectResponse = {}));
|
|
94
|
+
class DirectoryNotEnabledException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
95
|
+
constructor(opts) {
|
|
96
|
+
super({
|
|
97
|
+
name: "DirectoryNotEnabledException",
|
|
98
|
+
$fault: "client",
|
|
99
|
+
...opts,
|
|
100
|
+
});
|
|
101
|
+
this.name = "DirectoryNotEnabledException";
|
|
102
|
+
this.$fault = "client";
|
|
103
|
+
Object.setPrototypeOf(this, DirectoryNotEnabledException.prototype);
|
|
104
|
+
this.Message = opts.Message;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
exports.DirectoryNotEnabledException = DirectoryNotEnabledException;
|
|
108
|
+
class FacetValidationException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
109
|
+
constructor(opts) {
|
|
110
|
+
super({
|
|
111
|
+
name: "FacetValidationException",
|
|
112
|
+
$fault: "client",
|
|
113
|
+
...opts,
|
|
114
|
+
});
|
|
115
|
+
this.name = "FacetValidationException";
|
|
116
|
+
this.$fault = "client";
|
|
117
|
+
Object.setPrototypeOf(this, FacetValidationException.prototype);
|
|
118
|
+
this.Message = opts.Message;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
exports.FacetValidationException = FacetValidationException;
|
|
122
|
+
class InternalServiceException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
123
|
+
constructor(opts) {
|
|
124
|
+
super({
|
|
125
|
+
name: "InternalServiceException",
|
|
126
|
+
$fault: "server",
|
|
127
|
+
...opts,
|
|
128
|
+
});
|
|
129
|
+
this.name = "InternalServiceException";
|
|
130
|
+
this.$fault = "server";
|
|
131
|
+
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
132
|
+
this.Message = opts.Message;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
exports.InternalServiceException = InternalServiceException;
|
|
136
|
+
class InvalidArnException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
137
|
+
constructor(opts) {
|
|
138
|
+
super({
|
|
139
|
+
name: "InvalidArnException",
|
|
140
|
+
$fault: "client",
|
|
141
|
+
...opts,
|
|
142
|
+
});
|
|
143
|
+
this.name = "InvalidArnException";
|
|
144
|
+
this.$fault = "client";
|
|
145
|
+
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
146
|
+
this.Message = opts.Message;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
exports.InvalidArnException = InvalidArnException;
|
|
150
|
+
class LimitExceededException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
151
|
+
constructor(opts) {
|
|
152
|
+
super({
|
|
153
|
+
name: "LimitExceededException",
|
|
154
|
+
$fault: "client",
|
|
155
|
+
...opts,
|
|
156
|
+
});
|
|
157
|
+
this.name = "LimitExceededException";
|
|
158
|
+
this.$fault = "client";
|
|
159
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
160
|
+
this.Message = opts.Message;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
exports.LimitExceededException = LimitExceededException;
|
|
164
|
+
class ResourceNotFoundException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
165
|
+
constructor(opts) {
|
|
166
|
+
super({
|
|
167
|
+
name: "ResourceNotFoundException",
|
|
168
|
+
$fault: "client",
|
|
169
|
+
...opts,
|
|
170
|
+
});
|
|
171
|
+
this.name = "ResourceNotFoundException";
|
|
172
|
+
this.$fault = "client";
|
|
173
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
174
|
+
this.Message = opts.Message;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
178
|
+
class RetryableConflictException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
179
|
+
constructor(opts) {
|
|
180
|
+
super({
|
|
181
|
+
name: "RetryableConflictException",
|
|
182
|
+
$fault: "client",
|
|
183
|
+
...opts,
|
|
184
|
+
});
|
|
185
|
+
this.name = "RetryableConflictException";
|
|
186
|
+
this.$fault = "client";
|
|
187
|
+
Object.setPrototypeOf(this, RetryableConflictException.prototype);
|
|
188
|
+
this.Message = opts.Message;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
exports.RetryableConflictException = RetryableConflictException;
|
|
192
|
+
class ValidationException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
193
|
+
constructor(opts) {
|
|
194
|
+
super({
|
|
195
|
+
name: "ValidationException",
|
|
196
|
+
$fault: "client",
|
|
197
|
+
...opts,
|
|
198
|
+
});
|
|
199
|
+
this.name = "ValidationException";
|
|
200
|
+
this.$fault = "client";
|
|
201
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
202
|
+
this.Message = opts.Message;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
exports.ValidationException = ValidationException;
|
|
78
206
|
var ApplySchemaRequest;
|
|
79
207
|
(function (ApplySchemaRequest) {
|
|
80
208
|
ApplySchemaRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -87,6 +215,34 @@ var ApplySchemaResponse;
|
|
|
87
215
|
...obj,
|
|
88
216
|
});
|
|
89
217
|
})(ApplySchemaResponse = exports.ApplySchemaResponse || (exports.ApplySchemaResponse = {}));
|
|
218
|
+
class InvalidAttachmentException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
219
|
+
constructor(opts) {
|
|
220
|
+
super({
|
|
221
|
+
name: "InvalidAttachmentException",
|
|
222
|
+
$fault: "client",
|
|
223
|
+
...opts,
|
|
224
|
+
});
|
|
225
|
+
this.name = "InvalidAttachmentException";
|
|
226
|
+
this.$fault = "client";
|
|
227
|
+
Object.setPrototypeOf(this, InvalidAttachmentException.prototype);
|
|
228
|
+
this.Message = opts.Message;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
exports.InvalidAttachmentException = InvalidAttachmentException;
|
|
232
|
+
class SchemaAlreadyExistsException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
233
|
+
constructor(opts) {
|
|
234
|
+
super({
|
|
235
|
+
name: "SchemaAlreadyExistsException",
|
|
236
|
+
$fault: "client",
|
|
237
|
+
...opts,
|
|
238
|
+
});
|
|
239
|
+
this.name = "SchemaAlreadyExistsException";
|
|
240
|
+
this.$fault = "client";
|
|
241
|
+
Object.setPrototypeOf(this, SchemaAlreadyExistsException.prototype);
|
|
242
|
+
this.Message = opts.Message;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
exports.SchemaAlreadyExistsException = SchemaAlreadyExistsException;
|
|
90
246
|
var AttachObjectRequest;
|
|
91
247
|
(function (AttachObjectRequest) {
|
|
92
248
|
AttachObjectRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -99,6 +255,20 @@ var AttachObjectResponse;
|
|
|
99
255
|
...obj,
|
|
100
256
|
});
|
|
101
257
|
})(AttachObjectResponse = exports.AttachObjectResponse || (exports.AttachObjectResponse = {}));
|
|
258
|
+
class LinkNameAlreadyInUseException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
259
|
+
constructor(opts) {
|
|
260
|
+
super({
|
|
261
|
+
name: "LinkNameAlreadyInUseException",
|
|
262
|
+
$fault: "client",
|
|
263
|
+
...opts,
|
|
264
|
+
});
|
|
265
|
+
this.name = "LinkNameAlreadyInUseException";
|
|
266
|
+
this.$fault = "client";
|
|
267
|
+
Object.setPrototypeOf(this, LinkNameAlreadyInUseException.prototype);
|
|
268
|
+
this.Message = opts.Message;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
exports.LinkNameAlreadyInUseException = LinkNameAlreadyInUseException;
|
|
102
272
|
var AttachPolicyRequest;
|
|
103
273
|
(function (AttachPolicyRequest) {
|
|
104
274
|
AttachPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -111,6 +281,20 @@ var AttachPolicyResponse;
|
|
|
111
281
|
...obj,
|
|
112
282
|
});
|
|
113
283
|
})(AttachPolicyResponse = exports.AttachPolicyResponse || (exports.AttachPolicyResponse = {}));
|
|
284
|
+
class NotPolicyException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
285
|
+
constructor(opts) {
|
|
286
|
+
super({
|
|
287
|
+
name: "NotPolicyException",
|
|
288
|
+
$fault: "client",
|
|
289
|
+
...opts,
|
|
290
|
+
});
|
|
291
|
+
this.name = "NotPolicyException";
|
|
292
|
+
this.$fault = "client";
|
|
293
|
+
Object.setPrototypeOf(this, NotPolicyException.prototype);
|
|
294
|
+
this.Message = opts.Message;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
exports.NotPolicyException = NotPolicyException;
|
|
114
298
|
var AttachToIndexRequest;
|
|
115
299
|
(function (AttachToIndexRequest) {
|
|
116
300
|
AttachToIndexRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -123,6 +307,34 @@ var AttachToIndexResponse;
|
|
|
123
307
|
...obj,
|
|
124
308
|
});
|
|
125
309
|
})(AttachToIndexResponse = exports.AttachToIndexResponse || (exports.AttachToIndexResponse = {}));
|
|
310
|
+
class IndexedAttributeMissingException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
311
|
+
constructor(opts) {
|
|
312
|
+
super({
|
|
313
|
+
name: "IndexedAttributeMissingException",
|
|
314
|
+
$fault: "client",
|
|
315
|
+
...opts,
|
|
316
|
+
});
|
|
317
|
+
this.name = "IndexedAttributeMissingException";
|
|
318
|
+
this.$fault = "client";
|
|
319
|
+
Object.setPrototypeOf(this, IndexedAttributeMissingException.prototype);
|
|
320
|
+
this.Message = opts.Message;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
exports.IndexedAttributeMissingException = IndexedAttributeMissingException;
|
|
324
|
+
class NotIndexException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
325
|
+
constructor(opts) {
|
|
326
|
+
super({
|
|
327
|
+
name: "NotIndexException",
|
|
328
|
+
$fault: "client",
|
|
329
|
+
...opts,
|
|
330
|
+
});
|
|
331
|
+
this.name = "NotIndexException";
|
|
332
|
+
this.$fault = "client";
|
|
333
|
+
Object.setPrototypeOf(this, NotIndexException.prototype);
|
|
334
|
+
this.Message = opts.Message;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
exports.NotIndexException = NotIndexException;
|
|
126
338
|
var AttributeNameAndValue;
|
|
127
339
|
(function (AttributeNameAndValue) {
|
|
128
340
|
AttributeNameAndValue.filterSensitiveLog = (obj) => ({
|
|
@@ -507,6 +719,22 @@ var BatchWriteExceptionType;
|
|
|
507
719
|
BatchWriteExceptionType["UnsupportedIndexTypeException"] = "UnsupportedIndexTypeException";
|
|
508
720
|
BatchWriteExceptionType["ValidationException"] = "ValidationException";
|
|
509
721
|
})(BatchWriteExceptionType = exports.BatchWriteExceptionType || (exports.BatchWriteExceptionType = {}));
|
|
722
|
+
class BatchWriteException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
723
|
+
constructor(opts) {
|
|
724
|
+
super({
|
|
725
|
+
name: "BatchWriteException",
|
|
726
|
+
$fault: "client",
|
|
727
|
+
...opts,
|
|
728
|
+
});
|
|
729
|
+
this.name = "BatchWriteException";
|
|
730
|
+
this.$fault = "client";
|
|
731
|
+
Object.setPrototypeOf(this, BatchWriteException.prototype);
|
|
732
|
+
this.Index = opts.Index;
|
|
733
|
+
this.Type = opts.Type;
|
|
734
|
+
this.Message = opts.Message;
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
exports.BatchWriteException = BatchWriteException;
|
|
510
738
|
var BatchAddFacetToObject;
|
|
511
739
|
(function (BatchAddFacetToObject) {
|
|
512
740
|
BatchAddFacetToObject.filterSensitiveLog = (obj) => ({
|
|
@@ -796,6 +1024,20 @@ var CreateDirectoryResponse;
|
|
|
796
1024
|
...obj,
|
|
797
1025
|
});
|
|
798
1026
|
})(CreateDirectoryResponse = exports.CreateDirectoryResponse || (exports.CreateDirectoryResponse = {}));
|
|
1027
|
+
class DirectoryAlreadyExistsException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1028
|
+
constructor(opts) {
|
|
1029
|
+
super({
|
|
1030
|
+
name: "DirectoryAlreadyExistsException",
|
|
1031
|
+
$fault: "client",
|
|
1032
|
+
...opts,
|
|
1033
|
+
});
|
|
1034
|
+
this.name = "DirectoryAlreadyExistsException";
|
|
1035
|
+
this.$fault = "client";
|
|
1036
|
+
Object.setPrototypeOf(this, DirectoryAlreadyExistsException.prototype);
|
|
1037
|
+
this.Message = opts.Message;
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
exports.DirectoryAlreadyExistsException = DirectoryAlreadyExistsException;
|
|
799
1041
|
var RuleType;
|
|
800
1042
|
(function (RuleType) {
|
|
801
1043
|
RuleType["BINARY_LENGTH"] = "BINARY_LENGTH";
|
|
@@ -870,6 +1112,34 @@ var CreateFacetResponse;
|
|
|
870
1112
|
...obj,
|
|
871
1113
|
});
|
|
872
1114
|
})(CreateFacetResponse = exports.CreateFacetResponse || (exports.CreateFacetResponse = {}));
|
|
1115
|
+
class FacetAlreadyExistsException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1116
|
+
constructor(opts) {
|
|
1117
|
+
super({
|
|
1118
|
+
name: "FacetAlreadyExistsException",
|
|
1119
|
+
$fault: "client",
|
|
1120
|
+
...opts,
|
|
1121
|
+
});
|
|
1122
|
+
this.name = "FacetAlreadyExistsException";
|
|
1123
|
+
this.$fault = "client";
|
|
1124
|
+
Object.setPrototypeOf(this, FacetAlreadyExistsException.prototype);
|
|
1125
|
+
this.Message = opts.Message;
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
exports.FacetAlreadyExistsException = FacetAlreadyExistsException;
|
|
1129
|
+
class InvalidRuleException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1130
|
+
constructor(opts) {
|
|
1131
|
+
super({
|
|
1132
|
+
name: "InvalidRuleException",
|
|
1133
|
+
$fault: "client",
|
|
1134
|
+
...opts,
|
|
1135
|
+
});
|
|
1136
|
+
this.name = "InvalidRuleException";
|
|
1137
|
+
this.$fault = "client";
|
|
1138
|
+
Object.setPrototypeOf(this, InvalidRuleException.prototype);
|
|
1139
|
+
this.Message = opts.Message;
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
exports.InvalidRuleException = InvalidRuleException;
|
|
873
1143
|
var CreateIndexRequest;
|
|
874
1144
|
(function (CreateIndexRequest) {
|
|
875
1145
|
CreateIndexRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -882,6 +1152,20 @@ var CreateIndexResponse;
|
|
|
882
1152
|
...obj,
|
|
883
1153
|
});
|
|
884
1154
|
})(CreateIndexResponse = exports.CreateIndexResponse || (exports.CreateIndexResponse = {}));
|
|
1155
|
+
class UnsupportedIndexTypeException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1156
|
+
constructor(opts) {
|
|
1157
|
+
super({
|
|
1158
|
+
name: "UnsupportedIndexTypeException",
|
|
1159
|
+
$fault: "client",
|
|
1160
|
+
...opts,
|
|
1161
|
+
});
|
|
1162
|
+
this.name = "UnsupportedIndexTypeException";
|
|
1163
|
+
this.$fault = "client";
|
|
1164
|
+
Object.setPrototypeOf(this, UnsupportedIndexTypeException.prototype);
|
|
1165
|
+
this.Message = opts.Message;
|
|
1166
|
+
}
|
|
1167
|
+
}
|
|
1168
|
+
exports.UnsupportedIndexTypeException = UnsupportedIndexTypeException;
|
|
885
1169
|
var CreateObjectRequest;
|
|
886
1170
|
(function (CreateObjectRequest) {
|
|
887
1171
|
CreateObjectRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -950,6 +1234,34 @@ var DeleteDirectoryResponse;
|
|
|
950
1234
|
...obj,
|
|
951
1235
|
});
|
|
952
1236
|
})(DeleteDirectoryResponse = exports.DeleteDirectoryResponse || (exports.DeleteDirectoryResponse = {}));
|
|
1237
|
+
class DirectoryDeletedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1238
|
+
constructor(opts) {
|
|
1239
|
+
super({
|
|
1240
|
+
name: "DirectoryDeletedException",
|
|
1241
|
+
$fault: "client",
|
|
1242
|
+
...opts,
|
|
1243
|
+
});
|
|
1244
|
+
this.name = "DirectoryDeletedException";
|
|
1245
|
+
this.$fault = "client";
|
|
1246
|
+
Object.setPrototypeOf(this, DirectoryDeletedException.prototype);
|
|
1247
|
+
this.Message = opts.Message;
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
exports.DirectoryDeletedException = DirectoryDeletedException;
|
|
1251
|
+
class DirectoryNotDisabledException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1252
|
+
constructor(opts) {
|
|
1253
|
+
super({
|
|
1254
|
+
name: "DirectoryNotDisabledException",
|
|
1255
|
+
$fault: "client",
|
|
1256
|
+
...opts,
|
|
1257
|
+
});
|
|
1258
|
+
this.name = "DirectoryNotDisabledException";
|
|
1259
|
+
this.$fault = "client";
|
|
1260
|
+
Object.setPrototypeOf(this, DirectoryNotDisabledException.prototype);
|
|
1261
|
+
this.Message = opts.Message;
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
exports.DirectoryNotDisabledException = DirectoryNotDisabledException;
|
|
953
1265
|
var DeleteFacetRequest;
|
|
954
1266
|
(function (DeleteFacetRequest) {
|
|
955
1267
|
DeleteFacetRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -962,6 +1274,34 @@ var DeleteFacetResponse;
|
|
|
962
1274
|
...obj,
|
|
963
1275
|
});
|
|
964
1276
|
})(DeleteFacetResponse = exports.DeleteFacetResponse || (exports.DeleteFacetResponse = {}));
|
|
1277
|
+
class FacetInUseException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1278
|
+
constructor(opts) {
|
|
1279
|
+
super({
|
|
1280
|
+
name: "FacetInUseException",
|
|
1281
|
+
$fault: "client",
|
|
1282
|
+
...opts,
|
|
1283
|
+
});
|
|
1284
|
+
this.name = "FacetInUseException";
|
|
1285
|
+
this.$fault = "client";
|
|
1286
|
+
Object.setPrototypeOf(this, FacetInUseException.prototype);
|
|
1287
|
+
this.Message = opts.Message;
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
exports.FacetInUseException = FacetInUseException;
|
|
1291
|
+
class FacetNotFoundException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1292
|
+
constructor(opts) {
|
|
1293
|
+
super({
|
|
1294
|
+
name: "FacetNotFoundException",
|
|
1295
|
+
$fault: "client",
|
|
1296
|
+
...opts,
|
|
1297
|
+
});
|
|
1298
|
+
this.name = "FacetNotFoundException";
|
|
1299
|
+
this.$fault = "client";
|
|
1300
|
+
Object.setPrototypeOf(this, FacetNotFoundException.prototype);
|
|
1301
|
+
this.Message = opts.Message;
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
exports.FacetNotFoundException = FacetNotFoundException;
|
|
965
1305
|
var DeleteObjectRequest;
|
|
966
1306
|
(function (DeleteObjectRequest) {
|
|
967
1307
|
DeleteObjectRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -974,6 +1314,20 @@ var DeleteObjectResponse;
|
|
|
974
1314
|
...obj,
|
|
975
1315
|
});
|
|
976
1316
|
})(DeleteObjectResponse = exports.DeleteObjectResponse || (exports.DeleteObjectResponse = {}));
|
|
1317
|
+
class ObjectNotDetachedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1318
|
+
constructor(opts) {
|
|
1319
|
+
super({
|
|
1320
|
+
name: "ObjectNotDetachedException",
|
|
1321
|
+
$fault: "client",
|
|
1322
|
+
...opts,
|
|
1323
|
+
});
|
|
1324
|
+
this.name = "ObjectNotDetachedException";
|
|
1325
|
+
this.$fault = "client";
|
|
1326
|
+
Object.setPrototypeOf(this, ObjectNotDetachedException.prototype);
|
|
1327
|
+
this.Message = opts.Message;
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
exports.ObjectNotDetachedException = ObjectNotDetachedException;
|
|
977
1331
|
var DeleteSchemaRequest;
|
|
978
1332
|
(function (DeleteSchemaRequest) {
|
|
979
1333
|
DeleteSchemaRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -986,6 +1340,20 @@ var DeleteSchemaResponse;
|
|
|
986
1340
|
...obj,
|
|
987
1341
|
});
|
|
988
1342
|
})(DeleteSchemaResponse = exports.DeleteSchemaResponse || (exports.DeleteSchemaResponse = {}));
|
|
1343
|
+
class StillContainsLinksException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1344
|
+
constructor(opts) {
|
|
1345
|
+
super({
|
|
1346
|
+
name: "StillContainsLinksException",
|
|
1347
|
+
$fault: "client",
|
|
1348
|
+
...opts,
|
|
1349
|
+
});
|
|
1350
|
+
this.name = "StillContainsLinksException";
|
|
1351
|
+
this.$fault = "client";
|
|
1352
|
+
Object.setPrototypeOf(this, StillContainsLinksException.prototype);
|
|
1353
|
+
this.Message = opts.Message;
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
exports.StillContainsLinksException = StillContainsLinksException;
|
|
989
1357
|
var DeleteTypedLinkFacetRequest;
|
|
990
1358
|
(function (DeleteTypedLinkFacetRequest) {
|
|
991
1359
|
DeleteTypedLinkFacetRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1010,6 +1378,20 @@ var DetachFromIndexResponse;
|
|
|
1010
1378
|
...obj,
|
|
1011
1379
|
});
|
|
1012
1380
|
})(DetachFromIndexResponse = exports.DetachFromIndexResponse || (exports.DetachFromIndexResponse = {}));
|
|
1381
|
+
class ObjectAlreadyDetachedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1382
|
+
constructor(opts) {
|
|
1383
|
+
super({
|
|
1384
|
+
name: "ObjectAlreadyDetachedException",
|
|
1385
|
+
$fault: "client",
|
|
1386
|
+
...opts,
|
|
1387
|
+
});
|
|
1388
|
+
this.name = "ObjectAlreadyDetachedException";
|
|
1389
|
+
this.$fault = "client";
|
|
1390
|
+
Object.setPrototypeOf(this, ObjectAlreadyDetachedException.prototype);
|
|
1391
|
+
this.Message = opts.Message;
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
exports.ObjectAlreadyDetachedException = ObjectAlreadyDetachedException;
|
|
1013
1395
|
var DetachObjectRequest;
|
|
1014
1396
|
(function (DetachObjectRequest) {
|
|
1015
1397
|
DetachObjectRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1022,6 +1404,20 @@ var DetachObjectResponse;
|
|
|
1022
1404
|
...obj,
|
|
1023
1405
|
});
|
|
1024
1406
|
})(DetachObjectResponse = exports.DetachObjectResponse || (exports.DetachObjectResponse = {}));
|
|
1407
|
+
class NotNodeException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1408
|
+
constructor(opts) {
|
|
1409
|
+
super({
|
|
1410
|
+
name: "NotNodeException",
|
|
1411
|
+
$fault: "client",
|
|
1412
|
+
...opts,
|
|
1413
|
+
});
|
|
1414
|
+
this.name = "NotNodeException";
|
|
1415
|
+
this.$fault = "client";
|
|
1416
|
+
Object.setPrototypeOf(this, NotNodeException.prototype);
|
|
1417
|
+
this.Message = opts.Message;
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
exports.NotNodeException = NotNodeException;
|
|
1025
1421
|
var DetachPolicyRequest;
|
|
1026
1422
|
(function (DetachPolicyRequest) {
|
|
1027
1423
|
DetachPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1186,6 +1582,20 @@ var GetTypedLinkFacetInformationResponse;
|
|
|
1186
1582
|
...obj,
|
|
1187
1583
|
});
|
|
1188
1584
|
})(GetTypedLinkFacetInformationResponse = exports.GetTypedLinkFacetInformationResponse || (exports.GetTypedLinkFacetInformationResponse = {}));
|
|
1585
|
+
class InvalidNextTokenException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1586
|
+
constructor(opts) {
|
|
1587
|
+
super({
|
|
1588
|
+
name: "InvalidNextTokenException",
|
|
1589
|
+
$fault: "client",
|
|
1590
|
+
...opts,
|
|
1591
|
+
});
|
|
1592
|
+
this.name = "InvalidNextTokenException";
|
|
1593
|
+
this.$fault = "client";
|
|
1594
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
1595
|
+
this.Message = opts.Message;
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
1189
1599
|
var ListAppliedSchemaArnsRequest;
|
|
1190
1600
|
(function (ListAppliedSchemaArnsRequest) {
|
|
1191
1601
|
ListAppliedSchemaArnsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1338,6 +1748,20 @@ var ListObjectParentPathsResponse;
|
|
|
1338
1748
|
...obj,
|
|
1339
1749
|
});
|
|
1340
1750
|
})(ListObjectParentPathsResponse = exports.ListObjectParentPathsResponse || (exports.ListObjectParentPathsResponse = {}));
|
|
1751
|
+
class CannotListParentOfRootException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1752
|
+
constructor(opts) {
|
|
1753
|
+
super({
|
|
1754
|
+
name: "CannotListParentOfRootException",
|
|
1755
|
+
$fault: "client",
|
|
1756
|
+
...opts,
|
|
1757
|
+
});
|
|
1758
|
+
this.name = "CannotListParentOfRootException";
|
|
1759
|
+
this.$fault = "client";
|
|
1760
|
+
Object.setPrototypeOf(this, CannotListParentOfRootException.prototype);
|
|
1761
|
+
this.Message = opts.Message;
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
exports.CannotListParentOfRootException = CannotListParentOfRootException;
|
|
1341
1765
|
var ListObjectParentsRequest;
|
|
1342
1766
|
(function (ListObjectParentsRequest) {
|
|
1343
1767
|
ListObjectParentsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1401,6 +1825,20 @@ var ListPublishedSchemaArnsResponse;
|
|
|
1401
1825
|
...obj,
|
|
1402
1826
|
});
|
|
1403
1827
|
})(ListPublishedSchemaArnsResponse = exports.ListPublishedSchemaArnsResponse || (exports.ListPublishedSchemaArnsResponse = {}));
|
|
1828
|
+
class InvalidTaggingRequestException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1829
|
+
constructor(opts) {
|
|
1830
|
+
super({
|
|
1831
|
+
name: "InvalidTaggingRequestException",
|
|
1832
|
+
$fault: "client",
|
|
1833
|
+
...opts,
|
|
1834
|
+
});
|
|
1835
|
+
this.name = "InvalidTaggingRequestException";
|
|
1836
|
+
this.$fault = "client";
|
|
1837
|
+
Object.setPrototypeOf(this, InvalidTaggingRequestException.prototype);
|
|
1838
|
+
this.Message = opts.Message;
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
exports.InvalidTaggingRequestException = InvalidTaggingRequestException;
|
|
1404
1842
|
var ListTagsForResourceRequest;
|
|
1405
1843
|
(function (ListTagsForResourceRequest) {
|
|
1406
1844
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1470,6 +1908,34 @@ var PublishSchemaResponse;
|
|
|
1470
1908
|
...obj,
|
|
1471
1909
|
});
|
|
1472
1910
|
})(PublishSchemaResponse = exports.PublishSchemaResponse || (exports.PublishSchemaResponse = {}));
|
|
1911
|
+
class SchemaAlreadyPublishedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1912
|
+
constructor(opts) {
|
|
1913
|
+
super({
|
|
1914
|
+
name: "SchemaAlreadyPublishedException",
|
|
1915
|
+
$fault: "client",
|
|
1916
|
+
...opts,
|
|
1917
|
+
});
|
|
1918
|
+
this.name = "SchemaAlreadyPublishedException";
|
|
1919
|
+
this.$fault = "client";
|
|
1920
|
+
Object.setPrototypeOf(this, SchemaAlreadyPublishedException.prototype);
|
|
1921
|
+
this.Message = opts.Message;
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
exports.SchemaAlreadyPublishedException = SchemaAlreadyPublishedException;
|
|
1925
|
+
class InvalidSchemaDocException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1926
|
+
constructor(opts) {
|
|
1927
|
+
super({
|
|
1928
|
+
name: "InvalidSchemaDocException",
|
|
1929
|
+
$fault: "client",
|
|
1930
|
+
...opts,
|
|
1931
|
+
});
|
|
1932
|
+
this.name = "InvalidSchemaDocException";
|
|
1933
|
+
this.$fault = "client";
|
|
1934
|
+
Object.setPrototypeOf(this, InvalidSchemaDocException.prototype);
|
|
1935
|
+
this.Message = opts.Message;
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
exports.InvalidSchemaDocException = InvalidSchemaDocException;
|
|
1473
1939
|
var PutSchemaFromJsonRequest;
|
|
1474
1940
|
(function (PutSchemaFromJsonRequest) {
|
|
1475
1941
|
PutSchemaFromJsonRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1518,6 +1984,20 @@ var UntagResourceResponse;
|
|
|
1518
1984
|
...obj,
|
|
1519
1985
|
});
|
|
1520
1986
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1987
|
+
class InvalidFacetUpdateException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1988
|
+
constructor(opts) {
|
|
1989
|
+
super({
|
|
1990
|
+
name: "InvalidFacetUpdateException",
|
|
1991
|
+
$fault: "client",
|
|
1992
|
+
...opts,
|
|
1993
|
+
});
|
|
1994
|
+
this.name = "InvalidFacetUpdateException";
|
|
1995
|
+
this.$fault = "client";
|
|
1996
|
+
Object.setPrototypeOf(this, InvalidFacetUpdateException.prototype);
|
|
1997
|
+
this.Message = opts.Message;
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
exports.InvalidFacetUpdateException = InvalidFacetUpdateException;
|
|
1521
2001
|
var FacetAttributeUpdate;
|
|
1522
2002
|
(function (FacetAttributeUpdate) {
|
|
1523
2003
|
FacetAttributeUpdate.filterSensitiveLog = (obj) => ({
|
|
@@ -1607,6 +2087,20 @@ var UpdateTypedLinkFacetResponse;
|
|
|
1607
2087
|
...obj,
|
|
1608
2088
|
});
|
|
1609
2089
|
})(UpdateTypedLinkFacetResponse = exports.UpdateTypedLinkFacetResponse || (exports.UpdateTypedLinkFacetResponse = {}));
|
|
2090
|
+
class IncompatibleSchemaException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
2091
|
+
constructor(opts) {
|
|
2092
|
+
super({
|
|
2093
|
+
name: "IncompatibleSchemaException",
|
|
2094
|
+
$fault: "client",
|
|
2095
|
+
...opts,
|
|
2096
|
+
});
|
|
2097
|
+
this.name = "IncompatibleSchemaException";
|
|
2098
|
+
this.$fault = "client";
|
|
2099
|
+
Object.setPrototypeOf(this, IncompatibleSchemaException.prototype);
|
|
2100
|
+
this.Message = opts.Message;
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
exports.IncompatibleSchemaException = IncompatibleSchemaException;
|
|
1610
2104
|
var UpgradeAppliedSchemaRequest;
|
|
1611
2105
|
(function (UpgradeAppliedSchemaRequest) {
|
|
1612
2106
|
UpgradeAppliedSchemaRequest.filterSensitiveLog = (obj) => ({
|