@aws-sdk/client-clouddirectory 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -2
- package/dist-cjs/commands/ApplySchemaCommand.js +2 -2
- package/dist-cjs/commands/AttachObjectCommand.js +2 -2
- package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
- package/dist-cjs/commands/AttachToIndexCommand.js +2 -2
- package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -2
- package/dist-cjs/commands/BatchReadCommand.js +2 -2
- package/dist-cjs/commands/BatchWriteCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
- package/dist-cjs/commands/CreateFacetCommand.js +2 -2
- package/dist-cjs/commands/CreateIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateObjectCommand.js +2 -2
- package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
- package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteFacetCommand.js +2 -2
- package/dist-cjs/commands/DeleteObjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
- package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/DetachFromIndexCommand.js +2 -2
- package/dist-cjs/commands/DetachObjectCommand.js +2 -2
- package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
- package/dist-cjs/commands/DetachTypedLinkCommand.js +1 -1
- package/dist-cjs/commands/DisableDirectoryCommand.js +2 -2
- package/dist-cjs/commands/EnableDirectoryCommand.js +2 -2
- package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -2
- package/dist-cjs/commands/GetDirectoryCommand.js +2 -2
- package/dist-cjs/commands/GetFacetCommand.js +2 -2
- package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetObjectInformationCommand.js +2 -2
- package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -2
- package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -2
- package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -2
- package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListDirectoriesCommand.js +2 -2
- package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListFacetNamesCommand.js +2 -2
- package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -2
- package/dist-cjs/commands/ListIndexCommand.js +2 -2
- package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -2
- package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectParentsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -2
- package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -2
- package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -2
- package/dist-cjs/commands/LookupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PublishSchemaCommand.js +2 -2
- package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -2
- package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFacetCommand.js +2 -2
- package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
- package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -2
- package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -2
- package/dist-cjs/models/models_0.js +1053 -1522
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +3 -3
- package/dist-es/commands/ApplySchemaCommand.js +3 -3
- package/dist-es/commands/AttachObjectCommand.js +3 -3
- package/dist-es/commands/AttachPolicyCommand.js +3 -3
- package/dist-es/commands/AttachToIndexCommand.js +3 -3
- package/dist-es/commands/AttachTypedLinkCommand.js +3 -3
- package/dist-es/commands/BatchReadCommand.js +3 -3
- package/dist-es/commands/BatchWriteCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryCommand.js +3 -3
- package/dist-es/commands/CreateFacetCommand.js +3 -3
- package/dist-es/commands/CreateIndexCommand.js +3 -3
- package/dist-es/commands/CreateObjectCommand.js +3 -3
- package/dist-es/commands/CreateSchemaCommand.js +3 -3
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
- package/dist-es/commands/DeleteFacetCommand.js +3 -3
- package/dist-es/commands/DeleteObjectCommand.js +3 -3
- package/dist-es/commands/DeleteSchemaCommand.js +3 -3
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/DetachFromIndexCommand.js +3 -3
- package/dist-es/commands/DetachObjectCommand.js +3 -3
- package/dist-es/commands/DetachPolicyCommand.js +3 -3
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
- package/dist-es/commands/DisableDirectoryCommand.js +3 -3
- package/dist-es/commands/EnableDirectoryCommand.js +3 -3
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -3
- package/dist-es/commands/GetDirectoryCommand.js +3 -3
- package/dist-es/commands/GetFacetCommand.js +3 -3
- package/dist-es/commands/GetLinkAttributesCommand.js +3 -3
- package/dist-es/commands/GetObjectAttributesCommand.js +3 -3
- package/dist-es/commands/GetObjectInformationCommand.js +3 -3
- package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -3
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -3
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListAttachedIndicesCommand.js +3 -3
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListDirectoriesCommand.js +3 -3
- package/dist-es/commands/ListFacetAttributesCommand.js +3 -3
- package/dist-es/commands/ListFacetNamesCommand.js +3 -3
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -3
- package/dist-es/commands/ListIndexCommand.js +3 -3
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListObjectAttributesCommand.js +3 -3
- package/dist-es/commands/ListObjectChildrenCommand.js +3 -3
- package/dist-es/commands/ListObjectParentPathsCommand.js +3 -3
- package/dist-es/commands/ListObjectParentsCommand.js +3 -3
- package/dist-es/commands/ListObjectPoliciesCommand.js +3 -3
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -3
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -3
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -3
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -3
- package/dist-es/commands/LookupPolicyCommand.js +3 -3
- package/dist-es/commands/PublishSchemaCommand.js +3 -3
- package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -3
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFacetCommand.js +3 -3
- package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateSchemaCommand.js +3 -3
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -3
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -3
- package/dist-es/models/models_0.js +304 -1001
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +905 -1355
- package/dist-types/ts3.4/models/models_0.d.ts +453 -903
- package/package.json +9 -9
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.AttributeKeyAndValueFilterSensitiveLog = exports.TypedAttributeValueFilterSensitiveLog = exports.AttributeKeyFilterSensitiveLog = exports.IncompatibleSchemaException = exports.InvalidFacetUpdateException = exports.InvalidSchemaDocException = exports.SchemaAlreadyPublishedException = exports.InvalidTaggingRequestException = exports.CannotListParentOfRootException = exports.InvalidNextTokenException = exports.DirectoryState = exports.NotNodeException = exports.ObjectAlreadyDetachedException = exports.StillContainsLinksException = exports.ObjectNotDetachedException = exports.FacetNotFoundException = exports.FacetInUseException = exports.DirectoryNotDisabledException = exports.DirectoryDeletedException = exports.UnsupportedIndexTypeException = exports.InvalidRuleException = exports.FacetAlreadyExistsException = exports.ObjectType = exports.FacetStyle = exports.RequiredAttributeBehavior = exports.FacetAttributeType = exports.RuleType = exports.DirectoryAlreadyExistsException = exports.UpdateActionType = exports.BatchWriteException = exports.BatchWriteExceptionType = exports.BatchReadExceptionType = exports.RangeMode = exports.ConsistencyLevel = exports.NotIndexException = exports.IndexedAttributeMissingException = exports.NotPolicyException = exports.LinkNameAlreadyInUseException = exports.SchemaAlreadyExistsException = exports.InvalidAttachmentException = exports.ValidationException = exports.RetryableConflictException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InvalidArnException = exports.InternalServiceException = exports.FacetValidationException = exports.DirectoryNotEnabledException = exports.TypedAttributeValue = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.BatchListObjectParentsResponseFilterSensitiveLog = exports.ObjectIdentifierAndLinkNameTupleFilterSensitiveLog = exports.BatchListObjectParentPathsResponseFilterSensitiveLog = exports.PathToObjectIdentifiersFilterSensitiveLog = exports.BatchListObjectChildrenResponseFilterSensitiveLog = exports.BatchListObjectAttributesResponseFilterSensitiveLog = exports.BatchListIndexResponseFilterSensitiveLog = exports.BatchListIncomingTypedLinksResponseFilterSensitiveLog = exports.BatchListAttachedIndicesResponseFilterSensitiveLog = exports.IndexAttachmentFilterSensitiveLog = exports.BatchGetObjectInformationResponseFilterSensitiveLog = exports.BatchGetObjectAttributesResponseFilterSensitiveLog = exports.BatchGetLinkAttributesResponseFilterSensitiveLog = exports.BatchReadExceptionFilterSensitiveLog = exports.BatchReadRequestFilterSensitiveLog = exports.BatchReadOperationFilterSensitiveLog = exports.BatchLookupPolicyFilterSensitiveLog = exports.BatchListPolicyAttachmentsFilterSensitiveLog = exports.BatchListOutgoingTypedLinksFilterSensitiveLog = exports.BatchListObjectPoliciesFilterSensitiveLog = exports.BatchListObjectParentsFilterSensitiveLog = exports.BatchListObjectParentPathsFilterSensitiveLog = exports.BatchListObjectChildrenFilterSensitiveLog = exports.BatchListObjectAttributesFilterSensitiveLog = exports.BatchListIndexFilterSensitiveLog = exports.ObjectAttributeRangeFilterSensitiveLog = exports.BatchListIncomingTypedLinksFilterSensitiveLog = exports.TypedLinkAttributeRangeFilterSensitiveLog = exports.TypedAttributeValueRangeFilterSensitiveLog = exports.BatchListAttachedIndicesFilterSensitiveLog = exports.BatchGetObjectInformationFilterSensitiveLog = exports.BatchGetObjectAttributesFilterSensitiveLog = exports.BatchGetLinkAttributesFilterSensitiveLog = exports.AttachTypedLinkResponseFilterSensitiveLog = exports.TypedLinkSpecifierFilterSensitiveLog = exports.AttachTypedLinkRequestFilterSensitiveLog = exports.TypedLinkSchemaAndFacetNameFilterSensitiveLog = exports.AttributeNameAndValueFilterSensitiveLog = exports.AttachToIndexResponseFilterSensitiveLog = exports.AttachToIndexRequestFilterSensitiveLog = exports.AttachPolicyResponseFilterSensitiveLog = exports.AttachPolicyRequestFilterSensitiveLog = exports.AttachObjectResponseFilterSensitiveLog = exports.AttachObjectRequestFilterSensitiveLog = exports.ApplySchemaResponseFilterSensitiveLog = exports.ApplySchemaRequestFilterSensitiveLog = exports.AddFacetToObjectResponseFilterSensitiveLog = exports.AddFacetToObjectRequestFilterSensitiveLog = exports.SchemaFacetFilterSensitiveLog = exports.ObjectReferenceFilterSensitiveLog = void 0;
|
|
5
|
+
exports.RuleFilterSensitiveLog = exports.CreateDirectoryResponseFilterSensitiveLog = exports.CreateDirectoryRequestFilterSensitiveLog = exports.BatchWriteResponseFilterSensitiveLog = exports.BatchWriteOperationResponseFilterSensitiveLog = exports.BatchUpdateObjectAttributesResponseFilterSensitiveLog = exports.BatchUpdateLinkAttributesResponseFilterSensitiveLog = exports.BatchRemoveFacetFromObjectResponseFilterSensitiveLog = exports.BatchDetachTypedLinkResponseFilterSensitiveLog = exports.BatchDetachPolicyResponseFilterSensitiveLog = exports.BatchDetachObjectResponseFilterSensitiveLog = exports.BatchDetachFromIndexResponseFilterSensitiveLog = exports.BatchDeleteObjectResponseFilterSensitiveLog = exports.BatchCreateObjectResponseFilterSensitiveLog = exports.BatchCreateIndexResponseFilterSensitiveLog = exports.BatchAttachTypedLinkResponseFilterSensitiveLog = exports.BatchAttachToIndexResponseFilterSensitiveLog = exports.BatchAttachPolicyResponseFilterSensitiveLog = exports.BatchAttachObjectResponseFilterSensitiveLog = exports.BatchAddFacetToObjectResponseFilterSensitiveLog = exports.BatchWriteRequestFilterSensitiveLog = exports.BatchWriteOperationFilterSensitiveLog = exports.BatchUpdateObjectAttributesFilterSensitiveLog = exports.ObjectAttributeUpdateFilterSensitiveLog = exports.ObjectAttributeActionFilterSensitiveLog = exports.BatchUpdateLinkAttributesFilterSensitiveLog = exports.LinkAttributeUpdateFilterSensitiveLog = exports.LinkAttributeActionFilterSensitiveLog = exports.BatchRemoveFacetFromObjectFilterSensitiveLog = exports.BatchDetachTypedLinkFilterSensitiveLog = exports.BatchDetachPolicyFilterSensitiveLog = exports.BatchDetachObjectFilterSensitiveLog = exports.BatchDetachFromIndexFilterSensitiveLog = exports.BatchDeleteObjectFilterSensitiveLog = exports.BatchCreateObjectFilterSensitiveLog = exports.BatchCreateIndexFilterSensitiveLog = exports.BatchAttachTypedLinkFilterSensitiveLog = exports.BatchAttachToIndexFilterSensitiveLog = exports.BatchAttachPolicyFilterSensitiveLog = exports.BatchAttachObjectFilterSensitiveLog = exports.BatchAddFacetToObjectFilterSensitiveLog = exports.BatchReadResponseFilterSensitiveLog = exports.BatchReadOperationResponseFilterSensitiveLog = exports.BatchReadSuccessfulResponseFilterSensitiveLog = exports.BatchLookupPolicyResponseFilterSensitiveLog = exports.PolicyToPathFilterSensitiveLog = exports.PolicyAttachmentFilterSensitiveLog = exports.BatchListPolicyAttachmentsResponseFilterSensitiveLog = exports.BatchListOutgoingTypedLinksResponseFilterSensitiveLog = exports.BatchListObjectPoliciesResponseFilterSensitiveLog = void 0;
|
|
6
|
+
exports.GetObjectInformationResponseFilterSensitiveLog = exports.GetObjectInformationRequestFilterSensitiveLog = exports.GetObjectAttributesResponseFilterSensitiveLog = exports.GetObjectAttributesRequestFilterSensitiveLog = exports.GetLinkAttributesResponseFilterSensitiveLog = exports.GetLinkAttributesRequestFilterSensitiveLog = exports.GetFacetResponseFilterSensitiveLog = exports.FacetFilterSensitiveLog = exports.GetFacetRequestFilterSensitiveLog = exports.GetDirectoryResponseFilterSensitiveLog = exports.DirectoryFilterSensitiveLog = exports.GetDirectoryRequestFilterSensitiveLog = exports.GetAppliedSchemaVersionResponseFilterSensitiveLog = exports.GetAppliedSchemaVersionRequestFilterSensitiveLog = exports.EnableDirectoryResponseFilterSensitiveLog = exports.EnableDirectoryRequestFilterSensitiveLog = exports.DisableDirectoryResponseFilterSensitiveLog = exports.DisableDirectoryRequestFilterSensitiveLog = exports.DetachTypedLinkRequestFilterSensitiveLog = exports.DetachPolicyResponseFilterSensitiveLog = exports.DetachPolicyRequestFilterSensitiveLog = exports.DetachObjectResponseFilterSensitiveLog = exports.DetachObjectRequestFilterSensitiveLog = exports.DetachFromIndexResponseFilterSensitiveLog = exports.DetachFromIndexRequestFilterSensitiveLog = exports.DeleteTypedLinkFacetResponseFilterSensitiveLog = exports.DeleteTypedLinkFacetRequestFilterSensitiveLog = exports.DeleteSchemaResponseFilterSensitiveLog = exports.DeleteSchemaRequestFilterSensitiveLog = exports.DeleteObjectResponseFilterSensitiveLog = exports.DeleteObjectRequestFilterSensitiveLog = exports.DeleteFacetResponseFilterSensitiveLog = exports.DeleteFacetRequestFilterSensitiveLog = exports.DeleteDirectoryResponseFilterSensitiveLog = exports.DeleteDirectoryRequestFilterSensitiveLog = exports.CreateTypedLinkFacetResponseFilterSensitiveLog = exports.CreateTypedLinkFacetRequestFilterSensitiveLog = exports.TypedLinkFacetFilterSensitiveLog = exports.TypedLinkAttributeDefinitionFilterSensitiveLog = exports.CreateSchemaResponseFilterSensitiveLog = exports.CreateSchemaRequestFilterSensitiveLog = exports.CreateObjectResponseFilterSensitiveLog = exports.CreateObjectRequestFilterSensitiveLog = exports.CreateIndexResponseFilterSensitiveLog = exports.CreateIndexRequestFilterSensitiveLog = exports.CreateFacetResponseFilterSensitiveLog = exports.CreateFacetRequestFilterSensitiveLog = exports.FacetAttributeFilterSensitiveLog = exports.FacetAttributeReferenceFilterSensitiveLog = exports.FacetAttributeDefinitionFilterSensitiveLog = void 0;
|
|
7
|
+
exports.PutSchemaFromJsonRequestFilterSensitiveLog = exports.PublishSchemaResponseFilterSensitiveLog = exports.PublishSchemaRequestFilterSensitiveLog = exports.LookupPolicyResponseFilterSensitiveLog = exports.LookupPolicyRequestFilterSensitiveLog = exports.ListTypedLinkFacetNamesResponseFilterSensitiveLog = exports.ListTypedLinkFacetNamesRequestFilterSensitiveLog = exports.ListTypedLinkFacetAttributesResponseFilterSensitiveLog = exports.ListTypedLinkFacetAttributesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListPublishedSchemaArnsResponseFilterSensitiveLog = exports.ListPublishedSchemaArnsRequestFilterSensitiveLog = exports.ListPolicyAttachmentsResponseFilterSensitiveLog = exports.ListPolicyAttachmentsRequestFilterSensitiveLog = exports.ListOutgoingTypedLinksResponseFilterSensitiveLog = exports.ListOutgoingTypedLinksRequestFilterSensitiveLog = exports.ListObjectPoliciesResponseFilterSensitiveLog = exports.ListObjectPoliciesRequestFilterSensitiveLog = exports.ListObjectParentsResponseFilterSensitiveLog = exports.ListObjectParentsRequestFilterSensitiveLog = exports.ListObjectParentPathsResponseFilterSensitiveLog = exports.ListObjectParentPathsRequestFilterSensitiveLog = exports.ListObjectChildrenResponseFilterSensitiveLog = exports.ListObjectChildrenRequestFilterSensitiveLog = exports.ListObjectAttributesResponseFilterSensitiveLog = exports.ListObjectAttributesRequestFilterSensitiveLog = exports.ListManagedSchemaArnsResponseFilterSensitiveLog = exports.ListManagedSchemaArnsRequestFilterSensitiveLog = exports.ListIndexResponseFilterSensitiveLog = exports.ListIndexRequestFilterSensitiveLog = exports.ListIncomingTypedLinksResponseFilterSensitiveLog = exports.ListIncomingTypedLinksRequestFilterSensitiveLog = exports.ListFacetNamesResponseFilterSensitiveLog = exports.ListFacetNamesRequestFilterSensitiveLog = exports.ListFacetAttributesResponseFilterSensitiveLog = exports.ListFacetAttributesRequestFilterSensitiveLog = exports.ListDirectoriesResponseFilterSensitiveLog = exports.ListDirectoriesRequestFilterSensitiveLog = exports.ListDevelopmentSchemaArnsResponseFilterSensitiveLog = exports.ListDevelopmentSchemaArnsRequestFilterSensitiveLog = exports.ListAttachedIndicesResponseFilterSensitiveLog = exports.ListAttachedIndicesRequestFilterSensitiveLog = exports.ListAppliedSchemaArnsResponseFilterSensitiveLog = exports.ListAppliedSchemaArnsRequestFilterSensitiveLog = exports.GetTypedLinkFacetInformationResponseFilterSensitiveLog = exports.GetTypedLinkFacetInformationRequestFilterSensitiveLog = exports.GetSchemaAsJsonResponseFilterSensitiveLog = exports.GetSchemaAsJsonRequestFilterSensitiveLog = void 0;
|
|
8
|
+
exports.UpgradePublishedSchemaResponseFilterSensitiveLog = exports.UpgradePublishedSchemaRequestFilterSensitiveLog = exports.UpgradeAppliedSchemaResponseFilterSensitiveLog = exports.UpgradeAppliedSchemaRequestFilterSensitiveLog = exports.UpdateTypedLinkFacetResponseFilterSensitiveLog = exports.UpdateTypedLinkFacetRequestFilterSensitiveLog = exports.TypedLinkFacetAttributeUpdateFilterSensitiveLog = exports.UpdateSchemaResponseFilterSensitiveLog = exports.UpdateSchemaRequestFilterSensitiveLog = exports.UpdateObjectAttributesResponseFilterSensitiveLog = exports.UpdateObjectAttributesRequestFilterSensitiveLog = exports.UpdateLinkAttributesResponseFilterSensitiveLog = exports.UpdateLinkAttributesRequestFilterSensitiveLog = exports.UpdateFacetResponseFilterSensitiveLog = exports.UpdateFacetRequestFilterSensitiveLog = exports.FacetAttributeUpdateFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RemoveFacetFromObjectResponseFilterSensitiveLog = exports.RemoveFacetFromObjectRequestFilterSensitiveLog = exports.PutSchemaFromJsonResponseFilterSensitiveLog = void 0;
|
|
9
9
|
const CloudDirectoryServiceException_1 = require("./CloudDirectoryServiceException");
|
|
10
10
|
class AccessDeniedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
11
11
|
constructor(opts) {
|
|
@@ -21,12 +21,6 @@ class AccessDeniedException extends CloudDirectoryServiceException_1.CloudDirect
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
exports.AccessDeniedException = AccessDeniedException;
|
|
24
|
-
var AttributeKey;
|
|
25
|
-
(function (AttributeKey) {
|
|
26
|
-
AttributeKey.filterSensitiveLog = (obj) => ({
|
|
27
|
-
...obj,
|
|
28
|
-
});
|
|
29
|
-
})(AttributeKey = exports.AttributeKey || (exports.AttributeKey = {}));
|
|
30
24
|
var TypedAttributeValue;
|
|
31
25
|
(function (TypedAttributeValue) {
|
|
32
26
|
TypedAttributeValue.visit = (value, visitor) => {
|
|
@@ -42,55 +36,7 @@ var TypedAttributeValue;
|
|
|
42
36
|
return visitor.DatetimeValue(value.DatetimeValue);
|
|
43
37
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
44
38
|
};
|
|
45
|
-
TypedAttributeValue.filterSensitiveLog = (obj) => {
|
|
46
|
-
if (obj.StringValue !== undefined)
|
|
47
|
-
return { StringValue: obj.StringValue };
|
|
48
|
-
if (obj.BinaryValue !== undefined)
|
|
49
|
-
return { BinaryValue: obj.BinaryValue };
|
|
50
|
-
if (obj.BooleanValue !== undefined)
|
|
51
|
-
return { BooleanValue: obj.BooleanValue };
|
|
52
|
-
if (obj.NumberValue !== undefined)
|
|
53
|
-
return { NumberValue: obj.NumberValue };
|
|
54
|
-
if (obj.DatetimeValue !== undefined)
|
|
55
|
-
return { DatetimeValue: obj.DatetimeValue };
|
|
56
|
-
if (obj.$unknown !== undefined)
|
|
57
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
58
|
-
};
|
|
59
39
|
})(TypedAttributeValue = exports.TypedAttributeValue || (exports.TypedAttributeValue = {}));
|
|
60
|
-
var AttributeKeyAndValue;
|
|
61
|
-
(function (AttributeKeyAndValue) {
|
|
62
|
-
AttributeKeyAndValue.filterSensitiveLog = (obj) => ({
|
|
63
|
-
...obj,
|
|
64
|
-
...(obj.Value && { Value: TypedAttributeValue.filterSensitiveLog(obj.Value) }),
|
|
65
|
-
});
|
|
66
|
-
})(AttributeKeyAndValue = exports.AttributeKeyAndValue || (exports.AttributeKeyAndValue = {}));
|
|
67
|
-
var ObjectReference;
|
|
68
|
-
(function (ObjectReference) {
|
|
69
|
-
ObjectReference.filterSensitiveLog = (obj) => ({
|
|
70
|
-
...obj,
|
|
71
|
-
});
|
|
72
|
-
})(ObjectReference = exports.ObjectReference || (exports.ObjectReference = {}));
|
|
73
|
-
var SchemaFacet;
|
|
74
|
-
(function (SchemaFacet) {
|
|
75
|
-
SchemaFacet.filterSensitiveLog = (obj) => ({
|
|
76
|
-
...obj,
|
|
77
|
-
});
|
|
78
|
-
})(SchemaFacet = exports.SchemaFacet || (exports.SchemaFacet = {}));
|
|
79
|
-
var AddFacetToObjectRequest;
|
|
80
|
-
(function (AddFacetToObjectRequest) {
|
|
81
|
-
AddFacetToObjectRequest.filterSensitiveLog = (obj) => ({
|
|
82
|
-
...obj,
|
|
83
|
-
...(obj.ObjectAttributeList && {
|
|
84
|
-
ObjectAttributeList: obj.ObjectAttributeList.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)),
|
|
85
|
-
}),
|
|
86
|
-
});
|
|
87
|
-
})(AddFacetToObjectRequest = exports.AddFacetToObjectRequest || (exports.AddFacetToObjectRequest = {}));
|
|
88
|
-
var AddFacetToObjectResponse;
|
|
89
|
-
(function (AddFacetToObjectResponse) {
|
|
90
|
-
AddFacetToObjectResponse.filterSensitiveLog = (obj) => ({
|
|
91
|
-
...obj,
|
|
92
|
-
});
|
|
93
|
-
})(AddFacetToObjectResponse = exports.AddFacetToObjectResponse || (exports.AddFacetToObjectResponse = {}));
|
|
94
40
|
class DirectoryNotEnabledException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
95
41
|
constructor(opts) {
|
|
96
42
|
super({
|
|
@@ -203,18 +149,6 @@ class ValidationException extends CloudDirectoryServiceException_1.CloudDirector
|
|
|
203
149
|
}
|
|
204
150
|
}
|
|
205
151
|
exports.ValidationException = ValidationException;
|
|
206
|
-
var ApplySchemaRequest;
|
|
207
|
-
(function (ApplySchemaRequest) {
|
|
208
|
-
ApplySchemaRequest.filterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
});
|
|
211
|
-
})(ApplySchemaRequest = exports.ApplySchemaRequest || (exports.ApplySchemaRequest = {}));
|
|
212
|
-
var ApplySchemaResponse;
|
|
213
|
-
(function (ApplySchemaResponse) {
|
|
214
|
-
ApplySchemaResponse.filterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
})(ApplySchemaResponse = exports.ApplySchemaResponse || (exports.ApplySchemaResponse = {}));
|
|
218
152
|
class InvalidAttachmentException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
219
153
|
constructor(opts) {
|
|
220
154
|
super({
|
|
@@ -243,18 +177,6 @@ class SchemaAlreadyExistsException extends CloudDirectoryServiceException_1.Clou
|
|
|
243
177
|
}
|
|
244
178
|
}
|
|
245
179
|
exports.SchemaAlreadyExistsException = SchemaAlreadyExistsException;
|
|
246
|
-
var AttachObjectRequest;
|
|
247
|
-
(function (AttachObjectRequest) {
|
|
248
|
-
AttachObjectRequest.filterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
})(AttachObjectRequest = exports.AttachObjectRequest || (exports.AttachObjectRequest = {}));
|
|
252
|
-
var AttachObjectResponse;
|
|
253
|
-
(function (AttachObjectResponse) {
|
|
254
|
-
AttachObjectResponse.filterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
});
|
|
257
|
-
})(AttachObjectResponse = exports.AttachObjectResponse || (exports.AttachObjectResponse = {}));
|
|
258
180
|
class LinkNameAlreadyInUseException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
259
181
|
constructor(opts) {
|
|
260
182
|
super({
|
|
@@ -269,18 +191,6 @@ class LinkNameAlreadyInUseException extends CloudDirectoryServiceException_1.Clo
|
|
|
269
191
|
}
|
|
270
192
|
}
|
|
271
193
|
exports.LinkNameAlreadyInUseException = LinkNameAlreadyInUseException;
|
|
272
|
-
var AttachPolicyRequest;
|
|
273
|
-
(function (AttachPolicyRequest) {
|
|
274
|
-
AttachPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
})(AttachPolicyRequest = exports.AttachPolicyRequest || (exports.AttachPolicyRequest = {}));
|
|
278
|
-
var AttachPolicyResponse;
|
|
279
|
-
(function (AttachPolicyResponse) {
|
|
280
|
-
AttachPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
});
|
|
283
|
-
})(AttachPolicyResponse = exports.AttachPolicyResponse || (exports.AttachPolicyResponse = {}));
|
|
284
194
|
class NotPolicyException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
285
195
|
constructor(opts) {
|
|
286
196
|
super({
|
|
@@ -295,18 +205,6 @@ class NotPolicyException extends CloudDirectoryServiceException_1.CloudDirectory
|
|
|
295
205
|
}
|
|
296
206
|
}
|
|
297
207
|
exports.NotPolicyException = NotPolicyException;
|
|
298
|
-
var AttachToIndexRequest;
|
|
299
|
-
(function (AttachToIndexRequest) {
|
|
300
|
-
AttachToIndexRequest.filterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
})(AttachToIndexRequest = exports.AttachToIndexRequest || (exports.AttachToIndexRequest = {}));
|
|
304
|
-
var AttachToIndexResponse;
|
|
305
|
-
(function (AttachToIndexResponse) {
|
|
306
|
-
AttachToIndexResponse.filterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
})(AttachToIndexResponse = exports.AttachToIndexResponse || (exports.AttachToIndexResponse = {}));
|
|
310
208
|
class IndexedAttributeMissingException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
311
209
|
constructor(opts) {
|
|
312
210
|
super({
|
|
@@ -335,76 +233,11 @@ class NotIndexException extends CloudDirectoryServiceException_1.CloudDirectoryS
|
|
|
335
233
|
}
|
|
336
234
|
}
|
|
337
235
|
exports.NotIndexException = NotIndexException;
|
|
338
|
-
var AttributeNameAndValue;
|
|
339
|
-
(function (AttributeNameAndValue) {
|
|
340
|
-
AttributeNameAndValue.filterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
...(obj.Value && { Value: TypedAttributeValue.filterSensitiveLog(obj.Value) }),
|
|
343
|
-
});
|
|
344
|
-
})(AttributeNameAndValue = exports.AttributeNameAndValue || (exports.AttributeNameAndValue = {}));
|
|
345
|
-
var TypedLinkSchemaAndFacetName;
|
|
346
|
-
(function (TypedLinkSchemaAndFacetName) {
|
|
347
|
-
TypedLinkSchemaAndFacetName.filterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
})(TypedLinkSchemaAndFacetName = exports.TypedLinkSchemaAndFacetName || (exports.TypedLinkSchemaAndFacetName = {}));
|
|
351
|
-
var AttachTypedLinkRequest;
|
|
352
|
-
(function (AttachTypedLinkRequest) {
|
|
353
|
-
AttachTypedLinkRequest.filterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeNameAndValue.filterSensitiveLog(item)) }),
|
|
356
|
-
});
|
|
357
|
-
})(AttachTypedLinkRequest = exports.AttachTypedLinkRequest || (exports.AttachTypedLinkRequest = {}));
|
|
358
|
-
var TypedLinkSpecifier;
|
|
359
|
-
(function (TypedLinkSpecifier) {
|
|
360
|
-
TypedLinkSpecifier.filterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
...(obj.IdentityAttributeValues && {
|
|
363
|
-
IdentityAttributeValues: obj.IdentityAttributeValues.map((item) => AttributeNameAndValue.filterSensitiveLog(item)),
|
|
364
|
-
}),
|
|
365
|
-
});
|
|
366
|
-
})(TypedLinkSpecifier = exports.TypedLinkSpecifier || (exports.TypedLinkSpecifier = {}));
|
|
367
|
-
var AttachTypedLinkResponse;
|
|
368
|
-
(function (AttachTypedLinkResponse) {
|
|
369
|
-
AttachTypedLinkResponse.filterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
...(obj.TypedLinkSpecifier && {
|
|
372
|
-
TypedLinkSpecifier: TypedLinkSpecifier.filterSensitiveLog(obj.TypedLinkSpecifier),
|
|
373
|
-
}),
|
|
374
|
-
});
|
|
375
|
-
})(AttachTypedLinkResponse = exports.AttachTypedLinkResponse || (exports.AttachTypedLinkResponse = {}));
|
|
376
236
|
var ConsistencyLevel;
|
|
377
237
|
(function (ConsistencyLevel) {
|
|
378
238
|
ConsistencyLevel["EVENTUAL"] = "EVENTUAL";
|
|
379
239
|
ConsistencyLevel["SERIALIZABLE"] = "SERIALIZABLE";
|
|
380
240
|
})(ConsistencyLevel = exports.ConsistencyLevel || (exports.ConsistencyLevel = {}));
|
|
381
|
-
var BatchGetLinkAttributes;
|
|
382
|
-
(function (BatchGetLinkAttributes) {
|
|
383
|
-
BatchGetLinkAttributes.filterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
...(obj.TypedLinkSpecifier && {
|
|
386
|
-
TypedLinkSpecifier: TypedLinkSpecifier.filterSensitiveLog(obj.TypedLinkSpecifier),
|
|
387
|
-
}),
|
|
388
|
-
});
|
|
389
|
-
})(BatchGetLinkAttributes = exports.BatchGetLinkAttributes || (exports.BatchGetLinkAttributes = {}));
|
|
390
|
-
var BatchGetObjectAttributes;
|
|
391
|
-
(function (BatchGetObjectAttributes) {
|
|
392
|
-
BatchGetObjectAttributes.filterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
})(BatchGetObjectAttributes = exports.BatchGetObjectAttributes || (exports.BatchGetObjectAttributes = {}));
|
|
396
|
-
var BatchGetObjectInformation;
|
|
397
|
-
(function (BatchGetObjectInformation) {
|
|
398
|
-
BatchGetObjectInformation.filterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
})(BatchGetObjectInformation = exports.BatchGetObjectInformation || (exports.BatchGetObjectInformation = {}));
|
|
402
|
-
var BatchListAttachedIndices;
|
|
403
|
-
(function (BatchListAttachedIndices) {
|
|
404
|
-
BatchListAttachedIndices.filterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
})(BatchListAttachedIndices = exports.BatchListAttachedIndices || (exports.BatchListAttachedIndices = {}));
|
|
408
241
|
var RangeMode;
|
|
409
242
|
(function (RangeMode) {
|
|
410
243
|
RangeMode["EXCLUSIVE"] = "EXCLUSIVE";
|
|
@@ -413,119 +246,6 @@ var RangeMode;
|
|
|
413
246
|
RangeMode["LAST"] = "LAST";
|
|
414
247
|
RangeMode["LAST_BEFORE_MISSING_VALUES"] = "LAST_BEFORE_MISSING_VALUES";
|
|
415
248
|
})(RangeMode = exports.RangeMode || (exports.RangeMode = {}));
|
|
416
|
-
var TypedAttributeValueRange;
|
|
417
|
-
(function (TypedAttributeValueRange) {
|
|
418
|
-
TypedAttributeValueRange.filterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
...(obj.StartValue && { StartValue: TypedAttributeValue.filterSensitiveLog(obj.StartValue) }),
|
|
421
|
-
...(obj.EndValue && { EndValue: TypedAttributeValue.filterSensitiveLog(obj.EndValue) }),
|
|
422
|
-
});
|
|
423
|
-
})(TypedAttributeValueRange = exports.TypedAttributeValueRange || (exports.TypedAttributeValueRange = {}));
|
|
424
|
-
var TypedLinkAttributeRange;
|
|
425
|
-
(function (TypedLinkAttributeRange) {
|
|
426
|
-
TypedLinkAttributeRange.filterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
...(obj.Range && { Range: TypedAttributeValueRange.filterSensitiveLog(obj.Range) }),
|
|
429
|
-
});
|
|
430
|
-
})(TypedLinkAttributeRange = exports.TypedLinkAttributeRange || (exports.TypedLinkAttributeRange = {}));
|
|
431
|
-
var BatchListIncomingTypedLinks;
|
|
432
|
-
(function (BatchListIncomingTypedLinks) {
|
|
433
|
-
BatchListIncomingTypedLinks.filterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
...(obj.FilterAttributeRanges && {
|
|
436
|
-
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => TypedLinkAttributeRange.filterSensitiveLog(item)),
|
|
437
|
-
}),
|
|
438
|
-
});
|
|
439
|
-
})(BatchListIncomingTypedLinks = exports.BatchListIncomingTypedLinks || (exports.BatchListIncomingTypedLinks = {}));
|
|
440
|
-
var ObjectAttributeRange;
|
|
441
|
-
(function (ObjectAttributeRange) {
|
|
442
|
-
ObjectAttributeRange.filterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
...(obj.Range && { Range: TypedAttributeValueRange.filterSensitiveLog(obj.Range) }),
|
|
445
|
-
});
|
|
446
|
-
})(ObjectAttributeRange = exports.ObjectAttributeRange || (exports.ObjectAttributeRange = {}));
|
|
447
|
-
var BatchListIndex;
|
|
448
|
-
(function (BatchListIndex) {
|
|
449
|
-
BatchListIndex.filterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
...(obj.RangesOnIndexedValues && {
|
|
452
|
-
RangesOnIndexedValues: obj.RangesOnIndexedValues.map((item) => ObjectAttributeRange.filterSensitiveLog(item)),
|
|
453
|
-
}),
|
|
454
|
-
});
|
|
455
|
-
})(BatchListIndex = exports.BatchListIndex || (exports.BatchListIndex = {}));
|
|
456
|
-
var BatchListObjectAttributes;
|
|
457
|
-
(function (BatchListObjectAttributes) {
|
|
458
|
-
BatchListObjectAttributes.filterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
})(BatchListObjectAttributes = exports.BatchListObjectAttributes || (exports.BatchListObjectAttributes = {}));
|
|
462
|
-
var BatchListObjectChildren;
|
|
463
|
-
(function (BatchListObjectChildren) {
|
|
464
|
-
BatchListObjectChildren.filterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
})(BatchListObjectChildren = exports.BatchListObjectChildren || (exports.BatchListObjectChildren = {}));
|
|
468
|
-
var BatchListObjectParentPaths;
|
|
469
|
-
(function (BatchListObjectParentPaths) {
|
|
470
|
-
BatchListObjectParentPaths.filterSensitiveLog = (obj) => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
})(BatchListObjectParentPaths = exports.BatchListObjectParentPaths || (exports.BatchListObjectParentPaths = {}));
|
|
474
|
-
var BatchListObjectParents;
|
|
475
|
-
(function (BatchListObjectParents) {
|
|
476
|
-
BatchListObjectParents.filterSensitiveLog = (obj) => ({
|
|
477
|
-
...obj,
|
|
478
|
-
});
|
|
479
|
-
})(BatchListObjectParents = exports.BatchListObjectParents || (exports.BatchListObjectParents = {}));
|
|
480
|
-
var BatchListObjectPolicies;
|
|
481
|
-
(function (BatchListObjectPolicies) {
|
|
482
|
-
BatchListObjectPolicies.filterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
});
|
|
485
|
-
})(BatchListObjectPolicies = exports.BatchListObjectPolicies || (exports.BatchListObjectPolicies = {}));
|
|
486
|
-
var BatchListOutgoingTypedLinks;
|
|
487
|
-
(function (BatchListOutgoingTypedLinks) {
|
|
488
|
-
BatchListOutgoingTypedLinks.filterSensitiveLog = (obj) => ({
|
|
489
|
-
...obj,
|
|
490
|
-
...(obj.FilterAttributeRanges && {
|
|
491
|
-
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => TypedLinkAttributeRange.filterSensitiveLog(item)),
|
|
492
|
-
}),
|
|
493
|
-
});
|
|
494
|
-
})(BatchListOutgoingTypedLinks = exports.BatchListOutgoingTypedLinks || (exports.BatchListOutgoingTypedLinks = {}));
|
|
495
|
-
var BatchListPolicyAttachments;
|
|
496
|
-
(function (BatchListPolicyAttachments) {
|
|
497
|
-
BatchListPolicyAttachments.filterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
})(BatchListPolicyAttachments = exports.BatchListPolicyAttachments || (exports.BatchListPolicyAttachments = {}));
|
|
501
|
-
var BatchLookupPolicy;
|
|
502
|
-
(function (BatchLookupPolicy) {
|
|
503
|
-
BatchLookupPolicy.filterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
})(BatchLookupPolicy = exports.BatchLookupPolicy || (exports.BatchLookupPolicy = {}));
|
|
507
|
-
var BatchReadOperation;
|
|
508
|
-
(function (BatchReadOperation) {
|
|
509
|
-
BatchReadOperation.filterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
...(obj.ListIndex && { ListIndex: BatchListIndex.filterSensitiveLog(obj.ListIndex) }),
|
|
512
|
-
...(obj.ListOutgoingTypedLinks && {
|
|
513
|
-
ListOutgoingTypedLinks: BatchListOutgoingTypedLinks.filterSensitiveLog(obj.ListOutgoingTypedLinks),
|
|
514
|
-
}),
|
|
515
|
-
...(obj.ListIncomingTypedLinks && {
|
|
516
|
-
ListIncomingTypedLinks: BatchListIncomingTypedLinks.filterSensitiveLog(obj.ListIncomingTypedLinks),
|
|
517
|
-
}),
|
|
518
|
-
...(obj.GetLinkAttributes && {
|
|
519
|
-
GetLinkAttributes: BatchGetLinkAttributes.filterSensitiveLog(obj.GetLinkAttributes),
|
|
520
|
-
}),
|
|
521
|
-
});
|
|
522
|
-
})(BatchReadOperation = exports.BatchReadOperation || (exports.BatchReadOperation = {}));
|
|
523
|
-
var BatchReadRequest;
|
|
524
|
-
(function (BatchReadRequest) {
|
|
525
|
-
BatchReadRequest.filterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
})(BatchReadRequest = exports.BatchReadRequest || (exports.BatchReadRequest = {}));
|
|
529
249
|
var BatchReadExceptionType;
|
|
530
250
|
(function (BatchReadExceptionType) {
|
|
531
251
|
BatchReadExceptionType["AccessDeniedException"] = "AccessDeniedException";
|
|
@@ -542,162 +262,6 @@ var BatchReadExceptionType;
|
|
|
542
262
|
BatchReadExceptionType["ResourceNotFoundException"] = "ResourceNotFoundException";
|
|
543
263
|
BatchReadExceptionType["ValidationException"] = "ValidationException";
|
|
544
264
|
})(BatchReadExceptionType = exports.BatchReadExceptionType || (exports.BatchReadExceptionType = {}));
|
|
545
|
-
var BatchReadException;
|
|
546
|
-
(function (BatchReadException) {
|
|
547
|
-
BatchReadException.filterSensitiveLog = (obj) => ({
|
|
548
|
-
...obj,
|
|
549
|
-
});
|
|
550
|
-
})(BatchReadException = exports.BatchReadException || (exports.BatchReadException = {}));
|
|
551
|
-
var BatchGetLinkAttributesResponse;
|
|
552
|
-
(function (BatchGetLinkAttributesResponse) {
|
|
553
|
-
BatchGetLinkAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
554
|
-
...obj,
|
|
555
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)) }),
|
|
556
|
-
});
|
|
557
|
-
})(BatchGetLinkAttributesResponse = exports.BatchGetLinkAttributesResponse || (exports.BatchGetLinkAttributesResponse = {}));
|
|
558
|
-
var BatchGetObjectAttributesResponse;
|
|
559
|
-
(function (BatchGetObjectAttributesResponse) {
|
|
560
|
-
BatchGetObjectAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)) }),
|
|
563
|
-
});
|
|
564
|
-
})(BatchGetObjectAttributesResponse = exports.BatchGetObjectAttributesResponse || (exports.BatchGetObjectAttributesResponse = {}));
|
|
565
|
-
var BatchGetObjectInformationResponse;
|
|
566
|
-
(function (BatchGetObjectInformationResponse) {
|
|
567
|
-
BatchGetObjectInformationResponse.filterSensitiveLog = (obj) => ({
|
|
568
|
-
...obj,
|
|
569
|
-
});
|
|
570
|
-
})(BatchGetObjectInformationResponse = exports.BatchGetObjectInformationResponse || (exports.BatchGetObjectInformationResponse = {}));
|
|
571
|
-
var IndexAttachment;
|
|
572
|
-
(function (IndexAttachment) {
|
|
573
|
-
IndexAttachment.filterSensitiveLog = (obj) => ({
|
|
574
|
-
...obj,
|
|
575
|
-
...(obj.IndexedAttributes && {
|
|
576
|
-
IndexedAttributes: obj.IndexedAttributes.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)),
|
|
577
|
-
}),
|
|
578
|
-
});
|
|
579
|
-
})(IndexAttachment = exports.IndexAttachment || (exports.IndexAttachment = {}));
|
|
580
|
-
var BatchListAttachedIndicesResponse;
|
|
581
|
-
(function (BatchListAttachedIndicesResponse) {
|
|
582
|
-
BatchListAttachedIndicesResponse.filterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
});
|
|
585
|
-
})(BatchListAttachedIndicesResponse = exports.BatchListAttachedIndicesResponse || (exports.BatchListAttachedIndicesResponse = {}));
|
|
586
|
-
var BatchListIncomingTypedLinksResponse;
|
|
587
|
-
(function (BatchListIncomingTypedLinksResponse) {
|
|
588
|
-
BatchListIncomingTypedLinksResponse.filterSensitiveLog = (obj) => ({
|
|
589
|
-
...obj,
|
|
590
|
-
});
|
|
591
|
-
})(BatchListIncomingTypedLinksResponse = exports.BatchListIncomingTypedLinksResponse || (exports.BatchListIncomingTypedLinksResponse = {}));
|
|
592
|
-
var BatchListIndexResponse;
|
|
593
|
-
(function (BatchListIndexResponse) {
|
|
594
|
-
BatchListIndexResponse.filterSensitiveLog = (obj) => ({
|
|
595
|
-
...obj,
|
|
596
|
-
});
|
|
597
|
-
})(BatchListIndexResponse = exports.BatchListIndexResponse || (exports.BatchListIndexResponse = {}));
|
|
598
|
-
var BatchListObjectAttributesResponse;
|
|
599
|
-
(function (BatchListObjectAttributesResponse) {
|
|
600
|
-
BatchListObjectAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)) }),
|
|
603
|
-
});
|
|
604
|
-
})(BatchListObjectAttributesResponse = exports.BatchListObjectAttributesResponse || (exports.BatchListObjectAttributesResponse = {}));
|
|
605
|
-
var BatchListObjectChildrenResponse;
|
|
606
|
-
(function (BatchListObjectChildrenResponse) {
|
|
607
|
-
BatchListObjectChildrenResponse.filterSensitiveLog = (obj) => ({
|
|
608
|
-
...obj,
|
|
609
|
-
});
|
|
610
|
-
})(BatchListObjectChildrenResponse = exports.BatchListObjectChildrenResponse || (exports.BatchListObjectChildrenResponse = {}));
|
|
611
|
-
var PathToObjectIdentifiers;
|
|
612
|
-
(function (PathToObjectIdentifiers) {
|
|
613
|
-
PathToObjectIdentifiers.filterSensitiveLog = (obj) => ({
|
|
614
|
-
...obj,
|
|
615
|
-
});
|
|
616
|
-
})(PathToObjectIdentifiers = exports.PathToObjectIdentifiers || (exports.PathToObjectIdentifiers = {}));
|
|
617
|
-
var BatchListObjectParentPathsResponse;
|
|
618
|
-
(function (BatchListObjectParentPathsResponse) {
|
|
619
|
-
BatchListObjectParentPathsResponse.filterSensitiveLog = (obj) => ({
|
|
620
|
-
...obj,
|
|
621
|
-
});
|
|
622
|
-
})(BatchListObjectParentPathsResponse = exports.BatchListObjectParentPathsResponse || (exports.BatchListObjectParentPathsResponse = {}));
|
|
623
|
-
var ObjectIdentifierAndLinkNameTuple;
|
|
624
|
-
(function (ObjectIdentifierAndLinkNameTuple) {
|
|
625
|
-
ObjectIdentifierAndLinkNameTuple.filterSensitiveLog = (obj) => ({
|
|
626
|
-
...obj,
|
|
627
|
-
});
|
|
628
|
-
})(ObjectIdentifierAndLinkNameTuple = exports.ObjectIdentifierAndLinkNameTuple || (exports.ObjectIdentifierAndLinkNameTuple = {}));
|
|
629
|
-
var BatchListObjectParentsResponse;
|
|
630
|
-
(function (BatchListObjectParentsResponse) {
|
|
631
|
-
BatchListObjectParentsResponse.filterSensitiveLog = (obj) => ({
|
|
632
|
-
...obj,
|
|
633
|
-
});
|
|
634
|
-
})(BatchListObjectParentsResponse = exports.BatchListObjectParentsResponse || (exports.BatchListObjectParentsResponse = {}));
|
|
635
|
-
var BatchListObjectPoliciesResponse;
|
|
636
|
-
(function (BatchListObjectPoliciesResponse) {
|
|
637
|
-
BatchListObjectPoliciesResponse.filterSensitiveLog = (obj) => ({
|
|
638
|
-
...obj,
|
|
639
|
-
});
|
|
640
|
-
})(BatchListObjectPoliciesResponse = exports.BatchListObjectPoliciesResponse || (exports.BatchListObjectPoliciesResponse = {}));
|
|
641
|
-
var BatchListOutgoingTypedLinksResponse;
|
|
642
|
-
(function (BatchListOutgoingTypedLinksResponse) {
|
|
643
|
-
BatchListOutgoingTypedLinksResponse.filterSensitiveLog = (obj) => ({
|
|
644
|
-
...obj,
|
|
645
|
-
});
|
|
646
|
-
})(BatchListOutgoingTypedLinksResponse = exports.BatchListOutgoingTypedLinksResponse || (exports.BatchListOutgoingTypedLinksResponse = {}));
|
|
647
|
-
var BatchListPolicyAttachmentsResponse;
|
|
648
|
-
(function (BatchListPolicyAttachmentsResponse) {
|
|
649
|
-
BatchListPolicyAttachmentsResponse.filterSensitiveLog = (obj) => ({
|
|
650
|
-
...obj,
|
|
651
|
-
});
|
|
652
|
-
})(BatchListPolicyAttachmentsResponse = exports.BatchListPolicyAttachmentsResponse || (exports.BatchListPolicyAttachmentsResponse = {}));
|
|
653
|
-
var PolicyAttachment;
|
|
654
|
-
(function (PolicyAttachment) {
|
|
655
|
-
PolicyAttachment.filterSensitiveLog = (obj) => ({
|
|
656
|
-
...obj,
|
|
657
|
-
});
|
|
658
|
-
})(PolicyAttachment = exports.PolicyAttachment || (exports.PolicyAttachment = {}));
|
|
659
|
-
var PolicyToPath;
|
|
660
|
-
(function (PolicyToPath) {
|
|
661
|
-
PolicyToPath.filterSensitiveLog = (obj) => ({
|
|
662
|
-
...obj,
|
|
663
|
-
});
|
|
664
|
-
})(PolicyToPath = exports.PolicyToPath || (exports.PolicyToPath = {}));
|
|
665
|
-
var BatchLookupPolicyResponse;
|
|
666
|
-
(function (BatchLookupPolicyResponse) {
|
|
667
|
-
BatchLookupPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
668
|
-
...obj,
|
|
669
|
-
});
|
|
670
|
-
})(BatchLookupPolicyResponse = exports.BatchLookupPolicyResponse || (exports.BatchLookupPolicyResponse = {}));
|
|
671
|
-
var BatchReadSuccessfulResponse;
|
|
672
|
-
(function (BatchReadSuccessfulResponse) {
|
|
673
|
-
BatchReadSuccessfulResponse.filterSensitiveLog = (obj) => ({
|
|
674
|
-
...obj,
|
|
675
|
-
...(obj.ListObjectAttributes && {
|
|
676
|
-
ListObjectAttributes: BatchListObjectAttributesResponse.filterSensitiveLog(obj.ListObjectAttributes),
|
|
677
|
-
}),
|
|
678
|
-
...(obj.GetObjectAttributes && {
|
|
679
|
-
GetObjectAttributes: BatchGetObjectAttributesResponse.filterSensitiveLog(obj.GetObjectAttributes),
|
|
680
|
-
}),
|
|
681
|
-
...(obj.GetLinkAttributes && {
|
|
682
|
-
GetLinkAttributes: BatchGetLinkAttributesResponse.filterSensitiveLog(obj.GetLinkAttributes),
|
|
683
|
-
}),
|
|
684
|
-
});
|
|
685
|
-
})(BatchReadSuccessfulResponse = exports.BatchReadSuccessfulResponse || (exports.BatchReadSuccessfulResponse = {}));
|
|
686
|
-
var BatchReadOperationResponse;
|
|
687
|
-
(function (BatchReadOperationResponse) {
|
|
688
|
-
BatchReadOperationResponse.filterSensitiveLog = (obj) => ({
|
|
689
|
-
...obj,
|
|
690
|
-
...(obj.SuccessfulResponse && {
|
|
691
|
-
SuccessfulResponse: BatchReadSuccessfulResponse.filterSensitiveLog(obj.SuccessfulResponse),
|
|
692
|
-
}),
|
|
693
|
-
});
|
|
694
|
-
})(BatchReadOperationResponse = exports.BatchReadOperationResponse || (exports.BatchReadOperationResponse = {}));
|
|
695
|
-
var BatchReadResponse;
|
|
696
|
-
(function (BatchReadResponse) {
|
|
697
|
-
BatchReadResponse.filterSensitiveLog = (obj) => ({
|
|
698
|
-
...obj,
|
|
699
|
-
});
|
|
700
|
-
})(BatchReadResponse = exports.BatchReadResponse || (exports.BatchReadResponse = {}));
|
|
701
265
|
var BatchWriteExceptionType;
|
|
702
266
|
(function (BatchWriteExceptionType) {
|
|
703
267
|
BatchWriteExceptionType["AccessDeniedException"] = "AccessDeniedException";
|
|
@@ -735,295 +299,11 @@ class BatchWriteException extends CloudDirectoryServiceException_1.CloudDirector
|
|
|
735
299
|
}
|
|
736
300
|
}
|
|
737
301
|
exports.BatchWriteException = BatchWriteException;
|
|
738
|
-
var BatchAddFacetToObject;
|
|
739
|
-
(function (BatchAddFacetToObject) {
|
|
740
|
-
BatchAddFacetToObject.filterSensitiveLog = (obj) => ({
|
|
741
|
-
...obj,
|
|
742
|
-
...(obj.ObjectAttributeList && {
|
|
743
|
-
ObjectAttributeList: obj.ObjectAttributeList.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)),
|
|
744
|
-
}),
|
|
745
|
-
});
|
|
746
|
-
})(BatchAddFacetToObject = exports.BatchAddFacetToObject || (exports.BatchAddFacetToObject = {}));
|
|
747
|
-
var BatchAttachObject;
|
|
748
|
-
(function (BatchAttachObject) {
|
|
749
|
-
BatchAttachObject.filterSensitiveLog = (obj) => ({
|
|
750
|
-
...obj,
|
|
751
|
-
});
|
|
752
|
-
})(BatchAttachObject = exports.BatchAttachObject || (exports.BatchAttachObject = {}));
|
|
753
|
-
var BatchAttachPolicy;
|
|
754
|
-
(function (BatchAttachPolicy) {
|
|
755
|
-
BatchAttachPolicy.filterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
})(BatchAttachPolicy = exports.BatchAttachPolicy || (exports.BatchAttachPolicy = {}));
|
|
759
|
-
var BatchAttachToIndex;
|
|
760
|
-
(function (BatchAttachToIndex) {
|
|
761
|
-
BatchAttachToIndex.filterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
})(BatchAttachToIndex = exports.BatchAttachToIndex || (exports.BatchAttachToIndex = {}));
|
|
765
|
-
var BatchAttachTypedLink;
|
|
766
|
-
(function (BatchAttachTypedLink) {
|
|
767
|
-
BatchAttachTypedLink.filterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeNameAndValue.filterSensitiveLog(item)) }),
|
|
770
|
-
});
|
|
771
|
-
})(BatchAttachTypedLink = exports.BatchAttachTypedLink || (exports.BatchAttachTypedLink = {}));
|
|
772
|
-
var BatchCreateIndex;
|
|
773
|
-
(function (BatchCreateIndex) {
|
|
774
|
-
BatchCreateIndex.filterSensitiveLog = (obj) => ({
|
|
775
|
-
...obj,
|
|
776
|
-
});
|
|
777
|
-
})(BatchCreateIndex = exports.BatchCreateIndex || (exports.BatchCreateIndex = {}));
|
|
778
|
-
var BatchCreateObject;
|
|
779
|
-
(function (BatchCreateObject) {
|
|
780
|
-
BatchCreateObject.filterSensitiveLog = (obj) => ({
|
|
781
|
-
...obj,
|
|
782
|
-
...(obj.ObjectAttributeList && {
|
|
783
|
-
ObjectAttributeList: obj.ObjectAttributeList.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)),
|
|
784
|
-
}),
|
|
785
|
-
});
|
|
786
|
-
})(BatchCreateObject = exports.BatchCreateObject || (exports.BatchCreateObject = {}));
|
|
787
|
-
var BatchDeleteObject;
|
|
788
|
-
(function (BatchDeleteObject) {
|
|
789
|
-
BatchDeleteObject.filterSensitiveLog = (obj) => ({
|
|
790
|
-
...obj,
|
|
791
|
-
});
|
|
792
|
-
})(BatchDeleteObject = exports.BatchDeleteObject || (exports.BatchDeleteObject = {}));
|
|
793
|
-
var BatchDetachFromIndex;
|
|
794
|
-
(function (BatchDetachFromIndex) {
|
|
795
|
-
BatchDetachFromIndex.filterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
});
|
|
798
|
-
})(BatchDetachFromIndex = exports.BatchDetachFromIndex || (exports.BatchDetachFromIndex = {}));
|
|
799
|
-
var BatchDetachObject;
|
|
800
|
-
(function (BatchDetachObject) {
|
|
801
|
-
BatchDetachObject.filterSensitiveLog = (obj) => ({
|
|
802
|
-
...obj,
|
|
803
|
-
});
|
|
804
|
-
})(BatchDetachObject = exports.BatchDetachObject || (exports.BatchDetachObject = {}));
|
|
805
|
-
var BatchDetachPolicy;
|
|
806
|
-
(function (BatchDetachPolicy) {
|
|
807
|
-
BatchDetachPolicy.filterSensitiveLog = (obj) => ({
|
|
808
|
-
...obj,
|
|
809
|
-
});
|
|
810
|
-
})(BatchDetachPolicy = exports.BatchDetachPolicy || (exports.BatchDetachPolicy = {}));
|
|
811
|
-
var BatchDetachTypedLink;
|
|
812
|
-
(function (BatchDetachTypedLink) {
|
|
813
|
-
BatchDetachTypedLink.filterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
...(obj.TypedLinkSpecifier && {
|
|
816
|
-
TypedLinkSpecifier: TypedLinkSpecifier.filterSensitiveLog(obj.TypedLinkSpecifier),
|
|
817
|
-
}),
|
|
818
|
-
});
|
|
819
|
-
})(BatchDetachTypedLink = exports.BatchDetachTypedLink || (exports.BatchDetachTypedLink = {}));
|
|
820
|
-
var BatchRemoveFacetFromObject;
|
|
821
|
-
(function (BatchRemoveFacetFromObject) {
|
|
822
|
-
BatchRemoveFacetFromObject.filterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
})(BatchRemoveFacetFromObject = exports.BatchRemoveFacetFromObject || (exports.BatchRemoveFacetFromObject = {}));
|
|
826
302
|
var UpdateActionType;
|
|
827
303
|
(function (UpdateActionType) {
|
|
828
304
|
UpdateActionType["CREATE_OR_UPDATE"] = "CREATE_OR_UPDATE";
|
|
829
305
|
UpdateActionType["DELETE"] = "DELETE";
|
|
830
306
|
})(UpdateActionType = exports.UpdateActionType || (exports.UpdateActionType = {}));
|
|
831
|
-
var LinkAttributeAction;
|
|
832
|
-
(function (LinkAttributeAction) {
|
|
833
|
-
LinkAttributeAction.filterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
...(obj.AttributeUpdateValue && {
|
|
836
|
-
AttributeUpdateValue: TypedAttributeValue.filterSensitiveLog(obj.AttributeUpdateValue),
|
|
837
|
-
}),
|
|
838
|
-
});
|
|
839
|
-
})(LinkAttributeAction = exports.LinkAttributeAction || (exports.LinkAttributeAction = {}));
|
|
840
|
-
var LinkAttributeUpdate;
|
|
841
|
-
(function (LinkAttributeUpdate) {
|
|
842
|
-
LinkAttributeUpdate.filterSensitiveLog = (obj) => ({
|
|
843
|
-
...obj,
|
|
844
|
-
...(obj.AttributeAction && { AttributeAction: LinkAttributeAction.filterSensitiveLog(obj.AttributeAction) }),
|
|
845
|
-
});
|
|
846
|
-
})(LinkAttributeUpdate = exports.LinkAttributeUpdate || (exports.LinkAttributeUpdate = {}));
|
|
847
|
-
var BatchUpdateLinkAttributes;
|
|
848
|
-
(function (BatchUpdateLinkAttributes) {
|
|
849
|
-
BatchUpdateLinkAttributes.filterSensitiveLog = (obj) => ({
|
|
850
|
-
...obj,
|
|
851
|
-
...(obj.TypedLinkSpecifier && {
|
|
852
|
-
TypedLinkSpecifier: TypedLinkSpecifier.filterSensitiveLog(obj.TypedLinkSpecifier),
|
|
853
|
-
}),
|
|
854
|
-
...(obj.AttributeUpdates && {
|
|
855
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => LinkAttributeUpdate.filterSensitiveLog(item)),
|
|
856
|
-
}),
|
|
857
|
-
});
|
|
858
|
-
})(BatchUpdateLinkAttributes = exports.BatchUpdateLinkAttributes || (exports.BatchUpdateLinkAttributes = {}));
|
|
859
|
-
var ObjectAttributeAction;
|
|
860
|
-
(function (ObjectAttributeAction) {
|
|
861
|
-
ObjectAttributeAction.filterSensitiveLog = (obj) => ({
|
|
862
|
-
...obj,
|
|
863
|
-
...(obj.ObjectAttributeUpdateValue && {
|
|
864
|
-
ObjectAttributeUpdateValue: TypedAttributeValue.filterSensitiveLog(obj.ObjectAttributeUpdateValue),
|
|
865
|
-
}),
|
|
866
|
-
});
|
|
867
|
-
})(ObjectAttributeAction = exports.ObjectAttributeAction || (exports.ObjectAttributeAction = {}));
|
|
868
|
-
var ObjectAttributeUpdate;
|
|
869
|
-
(function (ObjectAttributeUpdate) {
|
|
870
|
-
ObjectAttributeUpdate.filterSensitiveLog = (obj) => ({
|
|
871
|
-
...obj,
|
|
872
|
-
...(obj.ObjectAttributeAction && {
|
|
873
|
-
ObjectAttributeAction: ObjectAttributeAction.filterSensitiveLog(obj.ObjectAttributeAction),
|
|
874
|
-
}),
|
|
875
|
-
});
|
|
876
|
-
})(ObjectAttributeUpdate = exports.ObjectAttributeUpdate || (exports.ObjectAttributeUpdate = {}));
|
|
877
|
-
var BatchUpdateObjectAttributes;
|
|
878
|
-
(function (BatchUpdateObjectAttributes) {
|
|
879
|
-
BatchUpdateObjectAttributes.filterSensitiveLog = (obj) => ({
|
|
880
|
-
...obj,
|
|
881
|
-
...(obj.AttributeUpdates && {
|
|
882
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => ObjectAttributeUpdate.filterSensitiveLog(item)),
|
|
883
|
-
}),
|
|
884
|
-
});
|
|
885
|
-
})(BatchUpdateObjectAttributes = exports.BatchUpdateObjectAttributes || (exports.BatchUpdateObjectAttributes = {}));
|
|
886
|
-
var BatchWriteOperation;
|
|
887
|
-
(function (BatchWriteOperation) {
|
|
888
|
-
BatchWriteOperation.filterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
...(obj.UpdateObjectAttributes && {
|
|
891
|
-
UpdateObjectAttributes: BatchUpdateObjectAttributes.filterSensitiveLog(obj.UpdateObjectAttributes),
|
|
892
|
-
}),
|
|
893
|
-
...(obj.AddFacetToObject && { AddFacetToObject: BatchAddFacetToObject.filterSensitiveLog(obj.AddFacetToObject) }),
|
|
894
|
-
...(obj.AttachTypedLink && { AttachTypedLink: BatchAttachTypedLink.filterSensitiveLog(obj.AttachTypedLink) }),
|
|
895
|
-
...(obj.DetachTypedLink && { DetachTypedLink: BatchDetachTypedLink.filterSensitiveLog(obj.DetachTypedLink) }),
|
|
896
|
-
...(obj.UpdateLinkAttributes && {
|
|
897
|
-
UpdateLinkAttributes: BatchUpdateLinkAttributes.filterSensitiveLog(obj.UpdateLinkAttributes),
|
|
898
|
-
}),
|
|
899
|
-
});
|
|
900
|
-
})(BatchWriteOperation = exports.BatchWriteOperation || (exports.BatchWriteOperation = {}));
|
|
901
|
-
var BatchWriteRequest;
|
|
902
|
-
(function (BatchWriteRequest) {
|
|
903
|
-
BatchWriteRequest.filterSensitiveLog = (obj) => ({
|
|
904
|
-
...obj,
|
|
905
|
-
});
|
|
906
|
-
})(BatchWriteRequest = exports.BatchWriteRequest || (exports.BatchWriteRequest = {}));
|
|
907
|
-
var BatchAddFacetToObjectResponse;
|
|
908
|
-
(function (BatchAddFacetToObjectResponse) {
|
|
909
|
-
BatchAddFacetToObjectResponse.filterSensitiveLog = (obj) => ({
|
|
910
|
-
...obj,
|
|
911
|
-
});
|
|
912
|
-
})(BatchAddFacetToObjectResponse = exports.BatchAddFacetToObjectResponse || (exports.BatchAddFacetToObjectResponse = {}));
|
|
913
|
-
var BatchAttachObjectResponse;
|
|
914
|
-
(function (BatchAttachObjectResponse) {
|
|
915
|
-
BatchAttachObjectResponse.filterSensitiveLog = (obj) => ({
|
|
916
|
-
...obj,
|
|
917
|
-
});
|
|
918
|
-
})(BatchAttachObjectResponse = exports.BatchAttachObjectResponse || (exports.BatchAttachObjectResponse = {}));
|
|
919
|
-
var BatchAttachPolicyResponse;
|
|
920
|
-
(function (BatchAttachPolicyResponse) {
|
|
921
|
-
BatchAttachPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
922
|
-
...obj,
|
|
923
|
-
});
|
|
924
|
-
})(BatchAttachPolicyResponse = exports.BatchAttachPolicyResponse || (exports.BatchAttachPolicyResponse = {}));
|
|
925
|
-
var BatchAttachToIndexResponse;
|
|
926
|
-
(function (BatchAttachToIndexResponse) {
|
|
927
|
-
BatchAttachToIndexResponse.filterSensitiveLog = (obj) => ({
|
|
928
|
-
...obj,
|
|
929
|
-
});
|
|
930
|
-
})(BatchAttachToIndexResponse = exports.BatchAttachToIndexResponse || (exports.BatchAttachToIndexResponse = {}));
|
|
931
|
-
var BatchAttachTypedLinkResponse;
|
|
932
|
-
(function (BatchAttachTypedLinkResponse) {
|
|
933
|
-
BatchAttachTypedLinkResponse.filterSensitiveLog = (obj) => ({
|
|
934
|
-
...obj,
|
|
935
|
-
...(obj.TypedLinkSpecifier && {
|
|
936
|
-
TypedLinkSpecifier: TypedLinkSpecifier.filterSensitiveLog(obj.TypedLinkSpecifier),
|
|
937
|
-
}),
|
|
938
|
-
});
|
|
939
|
-
})(BatchAttachTypedLinkResponse = exports.BatchAttachTypedLinkResponse || (exports.BatchAttachTypedLinkResponse = {}));
|
|
940
|
-
var BatchCreateIndexResponse;
|
|
941
|
-
(function (BatchCreateIndexResponse) {
|
|
942
|
-
BatchCreateIndexResponse.filterSensitiveLog = (obj) => ({
|
|
943
|
-
...obj,
|
|
944
|
-
});
|
|
945
|
-
})(BatchCreateIndexResponse = exports.BatchCreateIndexResponse || (exports.BatchCreateIndexResponse = {}));
|
|
946
|
-
var BatchCreateObjectResponse;
|
|
947
|
-
(function (BatchCreateObjectResponse) {
|
|
948
|
-
BatchCreateObjectResponse.filterSensitiveLog = (obj) => ({
|
|
949
|
-
...obj,
|
|
950
|
-
});
|
|
951
|
-
})(BatchCreateObjectResponse = exports.BatchCreateObjectResponse || (exports.BatchCreateObjectResponse = {}));
|
|
952
|
-
var BatchDeleteObjectResponse;
|
|
953
|
-
(function (BatchDeleteObjectResponse) {
|
|
954
|
-
BatchDeleteObjectResponse.filterSensitiveLog = (obj) => ({
|
|
955
|
-
...obj,
|
|
956
|
-
});
|
|
957
|
-
})(BatchDeleteObjectResponse = exports.BatchDeleteObjectResponse || (exports.BatchDeleteObjectResponse = {}));
|
|
958
|
-
var BatchDetachFromIndexResponse;
|
|
959
|
-
(function (BatchDetachFromIndexResponse) {
|
|
960
|
-
BatchDetachFromIndexResponse.filterSensitiveLog = (obj) => ({
|
|
961
|
-
...obj,
|
|
962
|
-
});
|
|
963
|
-
})(BatchDetachFromIndexResponse = exports.BatchDetachFromIndexResponse || (exports.BatchDetachFromIndexResponse = {}));
|
|
964
|
-
var BatchDetachObjectResponse;
|
|
965
|
-
(function (BatchDetachObjectResponse) {
|
|
966
|
-
BatchDetachObjectResponse.filterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
});
|
|
969
|
-
})(BatchDetachObjectResponse = exports.BatchDetachObjectResponse || (exports.BatchDetachObjectResponse = {}));
|
|
970
|
-
var BatchDetachPolicyResponse;
|
|
971
|
-
(function (BatchDetachPolicyResponse) {
|
|
972
|
-
BatchDetachPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
});
|
|
975
|
-
})(BatchDetachPolicyResponse = exports.BatchDetachPolicyResponse || (exports.BatchDetachPolicyResponse = {}));
|
|
976
|
-
var BatchDetachTypedLinkResponse;
|
|
977
|
-
(function (BatchDetachTypedLinkResponse) {
|
|
978
|
-
BatchDetachTypedLinkResponse.filterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
});
|
|
981
|
-
})(BatchDetachTypedLinkResponse = exports.BatchDetachTypedLinkResponse || (exports.BatchDetachTypedLinkResponse = {}));
|
|
982
|
-
var BatchRemoveFacetFromObjectResponse;
|
|
983
|
-
(function (BatchRemoveFacetFromObjectResponse) {
|
|
984
|
-
BatchRemoveFacetFromObjectResponse.filterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
})(BatchRemoveFacetFromObjectResponse = exports.BatchRemoveFacetFromObjectResponse || (exports.BatchRemoveFacetFromObjectResponse = {}));
|
|
988
|
-
var BatchUpdateLinkAttributesResponse;
|
|
989
|
-
(function (BatchUpdateLinkAttributesResponse) {
|
|
990
|
-
BatchUpdateLinkAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
});
|
|
993
|
-
})(BatchUpdateLinkAttributesResponse = exports.BatchUpdateLinkAttributesResponse || (exports.BatchUpdateLinkAttributesResponse = {}));
|
|
994
|
-
var BatchUpdateObjectAttributesResponse;
|
|
995
|
-
(function (BatchUpdateObjectAttributesResponse) {
|
|
996
|
-
BatchUpdateObjectAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
997
|
-
...obj,
|
|
998
|
-
});
|
|
999
|
-
})(BatchUpdateObjectAttributesResponse = exports.BatchUpdateObjectAttributesResponse || (exports.BatchUpdateObjectAttributesResponse = {}));
|
|
1000
|
-
var BatchWriteOperationResponse;
|
|
1001
|
-
(function (BatchWriteOperationResponse) {
|
|
1002
|
-
BatchWriteOperationResponse.filterSensitiveLog = (obj) => ({
|
|
1003
|
-
...obj,
|
|
1004
|
-
...(obj.AttachTypedLink && {
|
|
1005
|
-
AttachTypedLink: BatchAttachTypedLinkResponse.filterSensitiveLog(obj.AttachTypedLink),
|
|
1006
|
-
}),
|
|
1007
|
-
});
|
|
1008
|
-
})(BatchWriteOperationResponse = exports.BatchWriteOperationResponse || (exports.BatchWriteOperationResponse = {}));
|
|
1009
|
-
var BatchWriteResponse;
|
|
1010
|
-
(function (BatchWriteResponse) {
|
|
1011
|
-
BatchWriteResponse.filterSensitiveLog = (obj) => ({
|
|
1012
|
-
...obj,
|
|
1013
|
-
});
|
|
1014
|
-
})(BatchWriteResponse = exports.BatchWriteResponse || (exports.BatchWriteResponse = {}));
|
|
1015
|
-
var CreateDirectoryRequest;
|
|
1016
|
-
(function (CreateDirectoryRequest) {
|
|
1017
|
-
CreateDirectoryRequest.filterSensitiveLog = (obj) => ({
|
|
1018
|
-
...obj,
|
|
1019
|
-
});
|
|
1020
|
-
})(CreateDirectoryRequest = exports.CreateDirectoryRequest || (exports.CreateDirectoryRequest = {}));
|
|
1021
|
-
var CreateDirectoryResponse;
|
|
1022
|
-
(function (CreateDirectoryResponse) {
|
|
1023
|
-
CreateDirectoryResponse.filterSensitiveLog = (obj) => ({
|
|
1024
|
-
...obj,
|
|
1025
|
-
});
|
|
1026
|
-
})(CreateDirectoryResponse = exports.CreateDirectoryResponse || (exports.CreateDirectoryResponse = {}));
|
|
1027
307
|
class DirectoryAlreadyExistsException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1028
308
|
constructor(opts) {
|
|
1029
309
|
super({
|
|
@@ -1045,12 +325,6 @@ var RuleType;
|
|
|
1045
325
|
RuleType["STRING_FROM_SET"] = "STRING_FROM_SET";
|
|
1046
326
|
RuleType["STRING_LENGTH"] = "STRING_LENGTH";
|
|
1047
327
|
})(RuleType = exports.RuleType || (exports.RuleType = {}));
|
|
1048
|
-
var Rule;
|
|
1049
|
-
(function (Rule) {
|
|
1050
|
-
Rule.filterSensitiveLog = (obj) => ({
|
|
1051
|
-
...obj,
|
|
1052
|
-
});
|
|
1053
|
-
})(Rule = exports.Rule || (exports.Rule = {}));
|
|
1054
328
|
var FacetAttributeType;
|
|
1055
329
|
(function (FacetAttributeType) {
|
|
1056
330
|
FacetAttributeType["BINARY"] = "BINARY";
|
|
@@ -1060,33 +334,11 @@ var FacetAttributeType;
|
|
|
1060
334
|
FacetAttributeType["STRING"] = "STRING";
|
|
1061
335
|
FacetAttributeType["VARIANT"] = "VARIANT";
|
|
1062
336
|
})(FacetAttributeType = exports.FacetAttributeType || (exports.FacetAttributeType = {}));
|
|
1063
|
-
var FacetAttributeDefinition;
|
|
1064
|
-
(function (FacetAttributeDefinition) {
|
|
1065
|
-
FacetAttributeDefinition.filterSensitiveLog = (obj) => ({
|
|
1066
|
-
...obj,
|
|
1067
|
-
...(obj.DefaultValue && { DefaultValue: TypedAttributeValue.filterSensitiveLog(obj.DefaultValue) }),
|
|
1068
|
-
});
|
|
1069
|
-
})(FacetAttributeDefinition = exports.FacetAttributeDefinition || (exports.FacetAttributeDefinition = {}));
|
|
1070
|
-
var FacetAttributeReference;
|
|
1071
|
-
(function (FacetAttributeReference) {
|
|
1072
|
-
FacetAttributeReference.filterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
})(FacetAttributeReference = exports.FacetAttributeReference || (exports.FacetAttributeReference = {}));
|
|
1076
337
|
var RequiredAttributeBehavior;
|
|
1077
338
|
(function (RequiredAttributeBehavior) {
|
|
1078
339
|
RequiredAttributeBehavior["NOT_REQUIRED"] = "NOT_REQUIRED";
|
|
1079
340
|
RequiredAttributeBehavior["REQUIRED_ALWAYS"] = "REQUIRED_ALWAYS";
|
|
1080
341
|
})(RequiredAttributeBehavior = exports.RequiredAttributeBehavior || (exports.RequiredAttributeBehavior = {}));
|
|
1081
|
-
var FacetAttribute;
|
|
1082
|
-
(function (FacetAttribute) {
|
|
1083
|
-
FacetAttribute.filterSensitiveLog = (obj) => ({
|
|
1084
|
-
...obj,
|
|
1085
|
-
...(obj.AttributeDefinition && {
|
|
1086
|
-
AttributeDefinition: FacetAttributeDefinition.filterSensitiveLog(obj.AttributeDefinition),
|
|
1087
|
-
}),
|
|
1088
|
-
});
|
|
1089
|
-
})(FacetAttribute = exports.FacetAttribute || (exports.FacetAttribute = {}));
|
|
1090
342
|
var FacetStyle;
|
|
1091
343
|
(function (FacetStyle) {
|
|
1092
344
|
FacetStyle["DYNAMIC"] = "DYNAMIC";
|
|
@@ -1099,19 +351,6 @@ var ObjectType;
|
|
|
1099
351
|
ObjectType["NODE"] = "NODE";
|
|
1100
352
|
ObjectType["POLICY"] = "POLICY";
|
|
1101
353
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
1102
|
-
var CreateFacetRequest;
|
|
1103
|
-
(function (CreateFacetRequest) {
|
|
1104
|
-
CreateFacetRequest.filterSensitiveLog = (obj) => ({
|
|
1105
|
-
...obj,
|
|
1106
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => FacetAttribute.filterSensitiveLog(item)) }),
|
|
1107
|
-
});
|
|
1108
|
-
})(CreateFacetRequest = exports.CreateFacetRequest || (exports.CreateFacetRequest = {}));
|
|
1109
|
-
var CreateFacetResponse;
|
|
1110
|
-
(function (CreateFacetResponse) {
|
|
1111
|
-
CreateFacetResponse.filterSensitiveLog = (obj) => ({
|
|
1112
|
-
...obj,
|
|
1113
|
-
});
|
|
1114
|
-
})(CreateFacetResponse = exports.CreateFacetResponse || (exports.CreateFacetResponse = {}));
|
|
1115
354
|
class FacetAlreadyExistsException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1116
355
|
constructor(opts) {
|
|
1117
356
|
super({
|
|
@@ -1140,18 +379,6 @@ class InvalidRuleException extends CloudDirectoryServiceException_1.CloudDirecto
|
|
|
1140
379
|
}
|
|
1141
380
|
}
|
|
1142
381
|
exports.InvalidRuleException = InvalidRuleException;
|
|
1143
|
-
var CreateIndexRequest;
|
|
1144
|
-
(function (CreateIndexRequest) {
|
|
1145
|
-
CreateIndexRequest.filterSensitiveLog = (obj) => ({
|
|
1146
|
-
...obj,
|
|
1147
|
-
});
|
|
1148
|
-
})(CreateIndexRequest = exports.CreateIndexRequest || (exports.CreateIndexRequest = {}));
|
|
1149
|
-
var CreateIndexResponse;
|
|
1150
|
-
(function (CreateIndexResponse) {
|
|
1151
|
-
CreateIndexResponse.filterSensitiveLog = (obj) => ({
|
|
1152
|
-
...obj,
|
|
1153
|
-
});
|
|
1154
|
-
})(CreateIndexResponse = exports.CreateIndexResponse || (exports.CreateIndexResponse = {}));
|
|
1155
382
|
class UnsupportedIndexTypeException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1156
383
|
constructor(opts) {
|
|
1157
384
|
super({
|
|
@@ -1166,74 +393,6 @@ class UnsupportedIndexTypeException extends CloudDirectoryServiceException_1.Clo
|
|
|
1166
393
|
}
|
|
1167
394
|
}
|
|
1168
395
|
exports.UnsupportedIndexTypeException = UnsupportedIndexTypeException;
|
|
1169
|
-
var CreateObjectRequest;
|
|
1170
|
-
(function (CreateObjectRequest) {
|
|
1171
|
-
CreateObjectRequest.filterSensitiveLog = (obj) => ({
|
|
1172
|
-
...obj,
|
|
1173
|
-
...(obj.ObjectAttributeList && {
|
|
1174
|
-
ObjectAttributeList: obj.ObjectAttributeList.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)),
|
|
1175
|
-
}),
|
|
1176
|
-
});
|
|
1177
|
-
})(CreateObjectRequest = exports.CreateObjectRequest || (exports.CreateObjectRequest = {}));
|
|
1178
|
-
var CreateObjectResponse;
|
|
1179
|
-
(function (CreateObjectResponse) {
|
|
1180
|
-
CreateObjectResponse.filterSensitiveLog = (obj) => ({
|
|
1181
|
-
...obj,
|
|
1182
|
-
});
|
|
1183
|
-
})(CreateObjectResponse = exports.CreateObjectResponse || (exports.CreateObjectResponse = {}));
|
|
1184
|
-
var CreateSchemaRequest;
|
|
1185
|
-
(function (CreateSchemaRequest) {
|
|
1186
|
-
CreateSchemaRequest.filterSensitiveLog = (obj) => ({
|
|
1187
|
-
...obj,
|
|
1188
|
-
});
|
|
1189
|
-
})(CreateSchemaRequest = exports.CreateSchemaRequest || (exports.CreateSchemaRequest = {}));
|
|
1190
|
-
var CreateSchemaResponse;
|
|
1191
|
-
(function (CreateSchemaResponse) {
|
|
1192
|
-
CreateSchemaResponse.filterSensitiveLog = (obj) => ({
|
|
1193
|
-
...obj,
|
|
1194
|
-
});
|
|
1195
|
-
})(CreateSchemaResponse = exports.CreateSchemaResponse || (exports.CreateSchemaResponse = {}));
|
|
1196
|
-
var TypedLinkAttributeDefinition;
|
|
1197
|
-
(function (TypedLinkAttributeDefinition) {
|
|
1198
|
-
TypedLinkAttributeDefinition.filterSensitiveLog = (obj) => ({
|
|
1199
|
-
...obj,
|
|
1200
|
-
...(obj.DefaultValue && { DefaultValue: TypedAttributeValue.filterSensitiveLog(obj.DefaultValue) }),
|
|
1201
|
-
});
|
|
1202
|
-
})(TypedLinkAttributeDefinition = exports.TypedLinkAttributeDefinition || (exports.TypedLinkAttributeDefinition = {}));
|
|
1203
|
-
var TypedLinkFacet;
|
|
1204
|
-
(function (TypedLinkFacet) {
|
|
1205
|
-
TypedLinkFacet.filterSensitiveLog = (obj) => ({
|
|
1206
|
-
...obj,
|
|
1207
|
-
...(obj.Attributes && {
|
|
1208
|
-
Attributes: obj.Attributes.map((item) => TypedLinkAttributeDefinition.filterSensitiveLog(item)),
|
|
1209
|
-
}),
|
|
1210
|
-
});
|
|
1211
|
-
})(TypedLinkFacet = exports.TypedLinkFacet || (exports.TypedLinkFacet = {}));
|
|
1212
|
-
var CreateTypedLinkFacetRequest;
|
|
1213
|
-
(function (CreateTypedLinkFacetRequest) {
|
|
1214
|
-
CreateTypedLinkFacetRequest.filterSensitiveLog = (obj) => ({
|
|
1215
|
-
...obj,
|
|
1216
|
-
...(obj.Facet && { Facet: TypedLinkFacet.filterSensitiveLog(obj.Facet) }),
|
|
1217
|
-
});
|
|
1218
|
-
})(CreateTypedLinkFacetRequest = exports.CreateTypedLinkFacetRequest || (exports.CreateTypedLinkFacetRequest = {}));
|
|
1219
|
-
var CreateTypedLinkFacetResponse;
|
|
1220
|
-
(function (CreateTypedLinkFacetResponse) {
|
|
1221
|
-
CreateTypedLinkFacetResponse.filterSensitiveLog = (obj) => ({
|
|
1222
|
-
...obj,
|
|
1223
|
-
});
|
|
1224
|
-
})(CreateTypedLinkFacetResponse = exports.CreateTypedLinkFacetResponse || (exports.CreateTypedLinkFacetResponse = {}));
|
|
1225
|
-
var DeleteDirectoryRequest;
|
|
1226
|
-
(function (DeleteDirectoryRequest) {
|
|
1227
|
-
DeleteDirectoryRequest.filterSensitiveLog = (obj) => ({
|
|
1228
|
-
...obj,
|
|
1229
|
-
});
|
|
1230
|
-
})(DeleteDirectoryRequest = exports.DeleteDirectoryRequest || (exports.DeleteDirectoryRequest = {}));
|
|
1231
|
-
var DeleteDirectoryResponse;
|
|
1232
|
-
(function (DeleteDirectoryResponse) {
|
|
1233
|
-
DeleteDirectoryResponse.filterSensitiveLog = (obj) => ({
|
|
1234
|
-
...obj,
|
|
1235
|
-
});
|
|
1236
|
-
})(DeleteDirectoryResponse = exports.DeleteDirectoryResponse || (exports.DeleteDirectoryResponse = {}));
|
|
1237
396
|
class DirectoryDeletedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1238
397
|
constructor(opts) {
|
|
1239
398
|
super({
|
|
@@ -1262,18 +421,6 @@ class DirectoryNotDisabledException extends CloudDirectoryServiceException_1.Clo
|
|
|
1262
421
|
}
|
|
1263
422
|
}
|
|
1264
423
|
exports.DirectoryNotDisabledException = DirectoryNotDisabledException;
|
|
1265
|
-
var DeleteFacetRequest;
|
|
1266
|
-
(function (DeleteFacetRequest) {
|
|
1267
|
-
DeleteFacetRequest.filterSensitiveLog = (obj) => ({
|
|
1268
|
-
...obj,
|
|
1269
|
-
});
|
|
1270
|
-
})(DeleteFacetRequest = exports.DeleteFacetRequest || (exports.DeleteFacetRequest = {}));
|
|
1271
|
-
var DeleteFacetResponse;
|
|
1272
|
-
(function (DeleteFacetResponse) {
|
|
1273
|
-
DeleteFacetResponse.filterSensitiveLog = (obj) => ({
|
|
1274
|
-
...obj,
|
|
1275
|
-
});
|
|
1276
|
-
})(DeleteFacetResponse = exports.DeleteFacetResponse || (exports.DeleteFacetResponse = {}));
|
|
1277
424
|
class FacetInUseException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1278
425
|
constructor(opts) {
|
|
1279
426
|
super({
|
|
@@ -1302,18 +449,6 @@ class FacetNotFoundException extends CloudDirectoryServiceException_1.CloudDirec
|
|
|
1302
449
|
}
|
|
1303
450
|
}
|
|
1304
451
|
exports.FacetNotFoundException = FacetNotFoundException;
|
|
1305
|
-
var DeleteObjectRequest;
|
|
1306
|
-
(function (DeleteObjectRequest) {
|
|
1307
|
-
DeleteObjectRequest.filterSensitiveLog = (obj) => ({
|
|
1308
|
-
...obj,
|
|
1309
|
-
});
|
|
1310
|
-
})(DeleteObjectRequest = exports.DeleteObjectRequest || (exports.DeleteObjectRequest = {}));
|
|
1311
|
-
var DeleteObjectResponse;
|
|
1312
|
-
(function (DeleteObjectResponse) {
|
|
1313
|
-
DeleteObjectResponse.filterSensitiveLog = (obj) => ({
|
|
1314
|
-
...obj,
|
|
1315
|
-
});
|
|
1316
|
-
})(DeleteObjectResponse = exports.DeleteObjectResponse || (exports.DeleteObjectResponse = {}));
|
|
1317
452
|
class ObjectNotDetachedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1318
453
|
constructor(opts) {
|
|
1319
454
|
super({
|
|
@@ -1328,18 +463,6 @@ class ObjectNotDetachedException extends CloudDirectoryServiceException_1.CloudD
|
|
|
1328
463
|
}
|
|
1329
464
|
}
|
|
1330
465
|
exports.ObjectNotDetachedException = ObjectNotDetachedException;
|
|
1331
|
-
var DeleteSchemaRequest;
|
|
1332
|
-
(function (DeleteSchemaRequest) {
|
|
1333
|
-
DeleteSchemaRequest.filterSensitiveLog = (obj) => ({
|
|
1334
|
-
...obj,
|
|
1335
|
-
});
|
|
1336
|
-
})(DeleteSchemaRequest = exports.DeleteSchemaRequest || (exports.DeleteSchemaRequest = {}));
|
|
1337
|
-
var DeleteSchemaResponse;
|
|
1338
|
-
(function (DeleteSchemaResponse) {
|
|
1339
|
-
DeleteSchemaResponse.filterSensitiveLog = (obj) => ({
|
|
1340
|
-
...obj,
|
|
1341
|
-
});
|
|
1342
|
-
})(DeleteSchemaResponse = exports.DeleteSchemaResponse || (exports.DeleteSchemaResponse = {}));
|
|
1343
466
|
class StillContainsLinksException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1344
467
|
constructor(opts) {
|
|
1345
468
|
super({
|
|
@@ -1354,30 +477,6 @@ class StillContainsLinksException extends CloudDirectoryServiceException_1.Cloud
|
|
|
1354
477
|
}
|
|
1355
478
|
}
|
|
1356
479
|
exports.StillContainsLinksException = StillContainsLinksException;
|
|
1357
|
-
var DeleteTypedLinkFacetRequest;
|
|
1358
|
-
(function (DeleteTypedLinkFacetRequest) {
|
|
1359
|
-
DeleteTypedLinkFacetRequest.filterSensitiveLog = (obj) => ({
|
|
1360
|
-
...obj,
|
|
1361
|
-
});
|
|
1362
|
-
})(DeleteTypedLinkFacetRequest = exports.DeleteTypedLinkFacetRequest || (exports.DeleteTypedLinkFacetRequest = {}));
|
|
1363
|
-
var DeleteTypedLinkFacetResponse;
|
|
1364
|
-
(function (DeleteTypedLinkFacetResponse) {
|
|
1365
|
-
DeleteTypedLinkFacetResponse.filterSensitiveLog = (obj) => ({
|
|
1366
|
-
...obj,
|
|
1367
|
-
});
|
|
1368
|
-
})(DeleteTypedLinkFacetResponse = exports.DeleteTypedLinkFacetResponse || (exports.DeleteTypedLinkFacetResponse = {}));
|
|
1369
|
-
var DetachFromIndexRequest;
|
|
1370
|
-
(function (DetachFromIndexRequest) {
|
|
1371
|
-
DetachFromIndexRequest.filterSensitiveLog = (obj) => ({
|
|
1372
|
-
...obj,
|
|
1373
|
-
});
|
|
1374
|
-
})(DetachFromIndexRequest = exports.DetachFromIndexRequest || (exports.DetachFromIndexRequest = {}));
|
|
1375
|
-
var DetachFromIndexResponse;
|
|
1376
|
-
(function (DetachFromIndexResponse) {
|
|
1377
|
-
DetachFromIndexResponse.filterSensitiveLog = (obj) => ({
|
|
1378
|
-
...obj,
|
|
1379
|
-
});
|
|
1380
|
-
})(DetachFromIndexResponse = exports.DetachFromIndexResponse || (exports.DetachFromIndexResponse = {}));
|
|
1381
480
|
class ObjectAlreadyDetachedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1382
481
|
constructor(opts) {
|
|
1383
482
|
super({
|
|
@@ -1392,18 +491,6 @@ class ObjectAlreadyDetachedException extends CloudDirectoryServiceException_1.Cl
|
|
|
1392
491
|
}
|
|
1393
492
|
}
|
|
1394
493
|
exports.ObjectAlreadyDetachedException = ObjectAlreadyDetachedException;
|
|
1395
|
-
var DetachObjectRequest;
|
|
1396
|
-
(function (DetachObjectRequest) {
|
|
1397
|
-
DetachObjectRequest.filterSensitiveLog = (obj) => ({
|
|
1398
|
-
...obj,
|
|
1399
|
-
});
|
|
1400
|
-
})(DetachObjectRequest = exports.DetachObjectRequest || (exports.DetachObjectRequest = {}));
|
|
1401
|
-
var DetachObjectResponse;
|
|
1402
|
-
(function (DetachObjectResponse) {
|
|
1403
|
-
DetachObjectResponse.filterSensitiveLog = (obj) => ({
|
|
1404
|
-
...obj,
|
|
1405
|
-
});
|
|
1406
|
-
})(DetachObjectResponse = exports.DetachObjectResponse || (exports.DetachObjectResponse = {}));
|
|
1407
494
|
class NotNodeException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1408
495
|
constructor(opts) {
|
|
1409
496
|
super({
|
|
@@ -1418,170 +505,12 @@ class NotNodeException extends CloudDirectoryServiceException_1.CloudDirectorySe
|
|
|
1418
505
|
}
|
|
1419
506
|
}
|
|
1420
507
|
exports.NotNodeException = NotNodeException;
|
|
1421
|
-
var DetachPolicyRequest;
|
|
1422
|
-
(function (DetachPolicyRequest) {
|
|
1423
|
-
DetachPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1424
|
-
...obj,
|
|
1425
|
-
});
|
|
1426
|
-
})(DetachPolicyRequest = exports.DetachPolicyRequest || (exports.DetachPolicyRequest = {}));
|
|
1427
|
-
var DetachPolicyResponse;
|
|
1428
|
-
(function (DetachPolicyResponse) {
|
|
1429
|
-
DetachPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1430
|
-
...obj,
|
|
1431
|
-
});
|
|
1432
|
-
})(DetachPolicyResponse = exports.DetachPolicyResponse || (exports.DetachPolicyResponse = {}));
|
|
1433
|
-
var DetachTypedLinkRequest;
|
|
1434
|
-
(function (DetachTypedLinkRequest) {
|
|
1435
|
-
DetachTypedLinkRequest.filterSensitiveLog = (obj) => ({
|
|
1436
|
-
...obj,
|
|
1437
|
-
...(obj.TypedLinkSpecifier && {
|
|
1438
|
-
TypedLinkSpecifier: TypedLinkSpecifier.filterSensitiveLog(obj.TypedLinkSpecifier),
|
|
1439
|
-
}),
|
|
1440
|
-
});
|
|
1441
|
-
})(DetachTypedLinkRequest = exports.DetachTypedLinkRequest || (exports.DetachTypedLinkRequest = {}));
|
|
1442
|
-
var DisableDirectoryRequest;
|
|
1443
|
-
(function (DisableDirectoryRequest) {
|
|
1444
|
-
DisableDirectoryRequest.filterSensitiveLog = (obj) => ({
|
|
1445
|
-
...obj,
|
|
1446
|
-
});
|
|
1447
|
-
})(DisableDirectoryRequest = exports.DisableDirectoryRequest || (exports.DisableDirectoryRequest = {}));
|
|
1448
|
-
var DisableDirectoryResponse;
|
|
1449
|
-
(function (DisableDirectoryResponse) {
|
|
1450
|
-
DisableDirectoryResponse.filterSensitiveLog = (obj) => ({
|
|
1451
|
-
...obj,
|
|
1452
|
-
});
|
|
1453
|
-
})(DisableDirectoryResponse = exports.DisableDirectoryResponse || (exports.DisableDirectoryResponse = {}));
|
|
1454
|
-
var EnableDirectoryRequest;
|
|
1455
|
-
(function (EnableDirectoryRequest) {
|
|
1456
|
-
EnableDirectoryRequest.filterSensitiveLog = (obj) => ({
|
|
1457
|
-
...obj,
|
|
1458
|
-
});
|
|
1459
|
-
})(EnableDirectoryRequest = exports.EnableDirectoryRequest || (exports.EnableDirectoryRequest = {}));
|
|
1460
|
-
var EnableDirectoryResponse;
|
|
1461
|
-
(function (EnableDirectoryResponse) {
|
|
1462
|
-
EnableDirectoryResponse.filterSensitiveLog = (obj) => ({
|
|
1463
|
-
...obj,
|
|
1464
|
-
});
|
|
1465
|
-
})(EnableDirectoryResponse = exports.EnableDirectoryResponse || (exports.EnableDirectoryResponse = {}));
|
|
1466
|
-
var GetAppliedSchemaVersionRequest;
|
|
1467
|
-
(function (GetAppliedSchemaVersionRequest) {
|
|
1468
|
-
GetAppliedSchemaVersionRequest.filterSensitiveLog = (obj) => ({
|
|
1469
|
-
...obj,
|
|
1470
|
-
});
|
|
1471
|
-
})(GetAppliedSchemaVersionRequest = exports.GetAppliedSchemaVersionRequest || (exports.GetAppliedSchemaVersionRequest = {}));
|
|
1472
|
-
var GetAppliedSchemaVersionResponse;
|
|
1473
|
-
(function (GetAppliedSchemaVersionResponse) {
|
|
1474
|
-
GetAppliedSchemaVersionResponse.filterSensitiveLog = (obj) => ({
|
|
1475
|
-
...obj,
|
|
1476
|
-
});
|
|
1477
|
-
})(GetAppliedSchemaVersionResponse = exports.GetAppliedSchemaVersionResponse || (exports.GetAppliedSchemaVersionResponse = {}));
|
|
1478
|
-
var GetDirectoryRequest;
|
|
1479
|
-
(function (GetDirectoryRequest) {
|
|
1480
|
-
GetDirectoryRequest.filterSensitiveLog = (obj) => ({
|
|
1481
|
-
...obj,
|
|
1482
|
-
});
|
|
1483
|
-
})(GetDirectoryRequest = exports.GetDirectoryRequest || (exports.GetDirectoryRequest = {}));
|
|
1484
508
|
var DirectoryState;
|
|
1485
509
|
(function (DirectoryState) {
|
|
1486
510
|
DirectoryState["DELETED"] = "DELETED";
|
|
1487
511
|
DirectoryState["DISABLED"] = "DISABLED";
|
|
1488
512
|
DirectoryState["ENABLED"] = "ENABLED";
|
|
1489
513
|
})(DirectoryState = exports.DirectoryState || (exports.DirectoryState = {}));
|
|
1490
|
-
var Directory;
|
|
1491
|
-
(function (Directory) {
|
|
1492
|
-
Directory.filterSensitiveLog = (obj) => ({
|
|
1493
|
-
...obj,
|
|
1494
|
-
});
|
|
1495
|
-
})(Directory = exports.Directory || (exports.Directory = {}));
|
|
1496
|
-
var GetDirectoryResponse;
|
|
1497
|
-
(function (GetDirectoryResponse) {
|
|
1498
|
-
GetDirectoryResponse.filterSensitiveLog = (obj) => ({
|
|
1499
|
-
...obj,
|
|
1500
|
-
});
|
|
1501
|
-
})(GetDirectoryResponse = exports.GetDirectoryResponse || (exports.GetDirectoryResponse = {}));
|
|
1502
|
-
var GetFacetRequest;
|
|
1503
|
-
(function (GetFacetRequest) {
|
|
1504
|
-
GetFacetRequest.filterSensitiveLog = (obj) => ({
|
|
1505
|
-
...obj,
|
|
1506
|
-
});
|
|
1507
|
-
})(GetFacetRequest = exports.GetFacetRequest || (exports.GetFacetRequest = {}));
|
|
1508
|
-
var Facet;
|
|
1509
|
-
(function (Facet) {
|
|
1510
|
-
Facet.filterSensitiveLog = (obj) => ({
|
|
1511
|
-
...obj,
|
|
1512
|
-
});
|
|
1513
|
-
})(Facet = exports.Facet || (exports.Facet = {}));
|
|
1514
|
-
var GetFacetResponse;
|
|
1515
|
-
(function (GetFacetResponse) {
|
|
1516
|
-
GetFacetResponse.filterSensitiveLog = (obj) => ({
|
|
1517
|
-
...obj,
|
|
1518
|
-
});
|
|
1519
|
-
})(GetFacetResponse = exports.GetFacetResponse || (exports.GetFacetResponse = {}));
|
|
1520
|
-
var GetLinkAttributesRequest;
|
|
1521
|
-
(function (GetLinkAttributesRequest) {
|
|
1522
|
-
GetLinkAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1523
|
-
...obj,
|
|
1524
|
-
...(obj.TypedLinkSpecifier && {
|
|
1525
|
-
TypedLinkSpecifier: TypedLinkSpecifier.filterSensitiveLog(obj.TypedLinkSpecifier),
|
|
1526
|
-
}),
|
|
1527
|
-
});
|
|
1528
|
-
})(GetLinkAttributesRequest = exports.GetLinkAttributesRequest || (exports.GetLinkAttributesRequest = {}));
|
|
1529
|
-
var GetLinkAttributesResponse;
|
|
1530
|
-
(function (GetLinkAttributesResponse) {
|
|
1531
|
-
GetLinkAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1532
|
-
...obj,
|
|
1533
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)) }),
|
|
1534
|
-
});
|
|
1535
|
-
})(GetLinkAttributesResponse = exports.GetLinkAttributesResponse || (exports.GetLinkAttributesResponse = {}));
|
|
1536
|
-
var GetObjectAttributesRequest;
|
|
1537
|
-
(function (GetObjectAttributesRequest) {
|
|
1538
|
-
GetObjectAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1539
|
-
...obj,
|
|
1540
|
-
});
|
|
1541
|
-
})(GetObjectAttributesRequest = exports.GetObjectAttributesRequest || (exports.GetObjectAttributesRequest = {}));
|
|
1542
|
-
var GetObjectAttributesResponse;
|
|
1543
|
-
(function (GetObjectAttributesResponse) {
|
|
1544
|
-
GetObjectAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1545
|
-
...obj,
|
|
1546
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)) }),
|
|
1547
|
-
});
|
|
1548
|
-
})(GetObjectAttributesResponse = exports.GetObjectAttributesResponse || (exports.GetObjectAttributesResponse = {}));
|
|
1549
|
-
var GetObjectInformationRequest;
|
|
1550
|
-
(function (GetObjectInformationRequest) {
|
|
1551
|
-
GetObjectInformationRequest.filterSensitiveLog = (obj) => ({
|
|
1552
|
-
...obj,
|
|
1553
|
-
});
|
|
1554
|
-
})(GetObjectInformationRequest = exports.GetObjectInformationRequest || (exports.GetObjectInformationRequest = {}));
|
|
1555
|
-
var GetObjectInformationResponse;
|
|
1556
|
-
(function (GetObjectInformationResponse) {
|
|
1557
|
-
GetObjectInformationResponse.filterSensitiveLog = (obj) => ({
|
|
1558
|
-
...obj,
|
|
1559
|
-
});
|
|
1560
|
-
})(GetObjectInformationResponse = exports.GetObjectInformationResponse || (exports.GetObjectInformationResponse = {}));
|
|
1561
|
-
var GetSchemaAsJsonRequest;
|
|
1562
|
-
(function (GetSchemaAsJsonRequest) {
|
|
1563
|
-
GetSchemaAsJsonRequest.filterSensitiveLog = (obj) => ({
|
|
1564
|
-
...obj,
|
|
1565
|
-
});
|
|
1566
|
-
})(GetSchemaAsJsonRequest = exports.GetSchemaAsJsonRequest || (exports.GetSchemaAsJsonRequest = {}));
|
|
1567
|
-
var GetSchemaAsJsonResponse;
|
|
1568
|
-
(function (GetSchemaAsJsonResponse) {
|
|
1569
|
-
GetSchemaAsJsonResponse.filterSensitiveLog = (obj) => ({
|
|
1570
|
-
...obj,
|
|
1571
|
-
});
|
|
1572
|
-
})(GetSchemaAsJsonResponse = exports.GetSchemaAsJsonResponse || (exports.GetSchemaAsJsonResponse = {}));
|
|
1573
|
-
var GetTypedLinkFacetInformationRequest;
|
|
1574
|
-
(function (GetTypedLinkFacetInformationRequest) {
|
|
1575
|
-
GetTypedLinkFacetInformationRequest.filterSensitiveLog = (obj) => ({
|
|
1576
|
-
...obj,
|
|
1577
|
-
});
|
|
1578
|
-
})(GetTypedLinkFacetInformationRequest = exports.GetTypedLinkFacetInformationRequest || (exports.GetTypedLinkFacetInformationRequest = {}));
|
|
1579
|
-
var GetTypedLinkFacetInformationResponse;
|
|
1580
|
-
(function (GetTypedLinkFacetInformationResponse) {
|
|
1581
|
-
GetTypedLinkFacetInformationResponse.filterSensitiveLog = (obj) => ({
|
|
1582
|
-
...obj,
|
|
1583
|
-
});
|
|
1584
|
-
})(GetTypedLinkFacetInformationResponse = exports.GetTypedLinkFacetInformationResponse || (exports.GetTypedLinkFacetInformationResponse = {}));
|
|
1585
514
|
class InvalidNextTokenException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1586
515
|
constructor(opts) {
|
|
1587
516
|
super({
|
|
@@ -1596,158 +525,6 @@ class InvalidNextTokenException extends CloudDirectoryServiceException_1.CloudDi
|
|
|
1596
525
|
}
|
|
1597
526
|
}
|
|
1598
527
|
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
1599
|
-
var ListAppliedSchemaArnsRequest;
|
|
1600
|
-
(function (ListAppliedSchemaArnsRequest) {
|
|
1601
|
-
ListAppliedSchemaArnsRequest.filterSensitiveLog = (obj) => ({
|
|
1602
|
-
...obj,
|
|
1603
|
-
});
|
|
1604
|
-
})(ListAppliedSchemaArnsRequest = exports.ListAppliedSchemaArnsRequest || (exports.ListAppliedSchemaArnsRequest = {}));
|
|
1605
|
-
var ListAppliedSchemaArnsResponse;
|
|
1606
|
-
(function (ListAppliedSchemaArnsResponse) {
|
|
1607
|
-
ListAppliedSchemaArnsResponse.filterSensitiveLog = (obj) => ({
|
|
1608
|
-
...obj,
|
|
1609
|
-
});
|
|
1610
|
-
})(ListAppliedSchemaArnsResponse = exports.ListAppliedSchemaArnsResponse || (exports.ListAppliedSchemaArnsResponse = {}));
|
|
1611
|
-
var ListAttachedIndicesRequest;
|
|
1612
|
-
(function (ListAttachedIndicesRequest) {
|
|
1613
|
-
ListAttachedIndicesRequest.filterSensitiveLog = (obj) => ({
|
|
1614
|
-
...obj,
|
|
1615
|
-
});
|
|
1616
|
-
})(ListAttachedIndicesRequest = exports.ListAttachedIndicesRequest || (exports.ListAttachedIndicesRequest = {}));
|
|
1617
|
-
var ListAttachedIndicesResponse;
|
|
1618
|
-
(function (ListAttachedIndicesResponse) {
|
|
1619
|
-
ListAttachedIndicesResponse.filterSensitiveLog = (obj) => ({
|
|
1620
|
-
...obj,
|
|
1621
|
-
});
|
|
1622
|
-
})(ListAttachedIndicesResponse = exports.ListAttachedIndicesResponse || (exports.ListAttachedIndicesResponse = {}));
|
|
1623
|
-
var ListDevelopmentSchemaArnsRequest;
|
|
1624
|
-
(function (ListDevelopmentSchemaArnsRequest) {
|
|
1625
|
-
ListDevelopmentSchemaArnsRequest.filterSensitiveLog = (obj) => ({
|
|
1626
|
-
...obj,
|
|
1627
|
-
});
|
|
1628
|
-
})(ListDevelopmentSchemaArnsRequest = exports.ListDevelopmentSchemaArnsRequest || (exports.ListDevelopmentSchemaArnsRequest = {}));
|
|
1629
|
-
var ListDevelopmentSchemaArnsResponse;
|
|
1630
|
-
(function (ListDevelopmentSchemaArnsResponse) {
|
|
1631
|
-
ListDevelopmentSchemaArnsResponse.filterSensitiveLog = (obj) => ({
|
|
1632
|
-
...obj,
|
|
1633
|
-
});
|
|
1634
|
-
})(ListDevelopmentSchemaArnsResponse = exports.ListDevelopmentSchemaArnsResponse || (exports.ListDevelopmentSchemaArnsResponse = {}));
|
|
1635
|
-
var ListDirectoriesRequest;
|
|
1636
|
-
(function (ListDirectoriesRequest) {
|
|
1637
|
-
ListDirectoriesRequest.filterSensitiveLog = (obj) => ({
|
|
1638
|
-
...obj,
|
|
1639
|
-
});
|
|
1640
|
-
})(ListDirectoriesRequest = exports.ListDirectoriesRequest || (exports.ListDirectoriesRequest = {}));
|
|
1641
|
-
var ListDirectoriesResponse;
|
|
1642
|
-
(function (ListDirectoriesResponse) {
|
|
1643
|
-
ListDirectoriesResponse.filterSensitiveLog = (obj) => ({
|
|
1644
|
-
...obj,
|
|
1645
|
-
});
|
|
1646
|
-
})(ListDirectoriesResponse = exports.ListDirectoriesResponse || (exports.ListDirectoriesResponse = {}));
|
|
1647
|
-
var ListFacetAttributesRequest;
|
|
1648
|
-
(function (ListFacetAttributesRequest) {
|
|
1649
|
-
ListFacetAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1650
|
-
...obj,
|
|
1651
|
-
});
|
|
1652
|
-
})(ListFacetAttributesRequest = exports.ListFacetAttributesRequest || (exports.ListFacetAttributesRequest = {}));
|
|
1653
|
-
var ListFacetAttributesResponse;
|
|
1654
|
-
(function (ListFacetAttributesResponse) {
|
|
1655
|
-
ListFacetAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1656
|
-
...obj,
|
|
1657
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => FacetAttribute.filterSensitiveLog(item)) }),
|
|
1658
|
-
});
|
|
1659
|
-
})(ListFacetAttributesResponse = exports.ListFacetAttributesResponse || (exports.ListFacetAttributesResponse = {}));
|
|
1660
|
-
var ListFacetNamesRequest;
|
|
1661
|
-
(function (ListFacetNamesRequest) {
|
|
1662
|
-
ListFacetNamesRequest.filterSensitiveLog = (obj) => ({
|
|
1663
|
-
...obj,
|
|
1664
|
-
});
|
|
1665
|
-
})(ListFacetNamesRequest = exports.ListFacetNamesRequest || (exports.ListFacetNamesRequest = {}));
|
|
1666
|
-
var ListFacetNamesResponse;
|
|
1667
|
-
(function (ListFacetNamesResponse) {
|
|
1668
|
-
ListFacetNamesResponse.filterSensitiveLog = (obj) => ({
|
|
1669
|
-
...obj,
|
|
1670
|
-
});
|
|
1671
|
-
})(ListFacetNamesResponse = exports.ListFacetNamesResponse || (exports.ListFacetNamesResponse = {}));
|
|
1672
|
-
var ListIncomingTypedLinksRequest;
|
|
1673
|
-
(function (ListIncomingTypedLinksRequest) {
|
|
1674
|
-
ListIncomingTypedLinksRequest.filterSensitiveLog = (obj) => ({
|
|
1675
|
-
...obj,
|
|
1676
|
-
...(obj.FilterAttributeRanges && {
|
|
1677
|
-
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => TypedLinkAttributeRange.filterSensitiveLog(item)),
|
|
1678
|
-
}),
|
|
1679
|
-
});
|
|
1680
|
-
})(ListIncomingTypedLinksRequest = exports.ListIncomingTypedLinksRequest || (exports.ListIncomingTypedLinksRequest = {}));
|
|
1681
|
-
var ListIncomingTypedLinksResponse;
|
|
1682
|
-
(function (ListIncomingTypedLinksResponse) {
|
|
1683
|
-
ListIncomingTypedLinksResponse.filterSensitiveLog = (obj) => ({
|
|
1684
|
-
...obj,
|
|
1685
|
-
});
|
|
1686
|
-
})(ListIncomingTypedLinksResponse = exports.ListIncomingTypedLinksResponse || (exports.ListIncomingTypedLinksResponse = {}));
|
|
1687
|
-
var ListIndexRequest;
|
|
1688
|
-
(function (ListIndexRequest) {
|
|
1689
|
-
ListIndexRequest.filterSensitiveLog = (obj) => ({
|
|
1690
|
-
...obj,
|
|
1691
|
-
...(obj.RangesOnIndexedValues && {
|
|
1692
|
-
RangesOnIndexedValues: obj.RangesOnIndexedValues.map((item) => ObjectAttributeRange.filterSensitiveLog(item)),
|
|
1693
|
-
}),
|
|
1694
|
-
});
|
|
1695
|
-
})(ListIndexRequest = exports.ListIndexRequest || (exports.ListIndexRequest = {}));
|
|
1696
|
-
var ListIndexResponse;
|
|
1697
|
-
(function (ListIndexResponse) {
|
|
1698
|
-
ListIndexResponse.filterSensitiveLog = (obj) => ({
|
|
1699
|
-
...obj,
|
|
1700
|
-
});
|
|
1701
|
-
})(ListIndexResponse = exports.ListIndexResponse || (exports.ListIndexResponse = {}));
|
|
1702
|
-
var ListManagedSchemaArnsRequest;
|
|
1703
|
-
(function (ListManagedSchemaArnsRequest) {
|
|
1704
|
-
ListManagedSchemaArnsRequest.filterSensitiveLog = (obj) => ({
|
|
1705
|
-
...obj,
|
|
1706
|
-
});
|
|
1707
|
-
})(ListManagedSchemaArnsRequest = exports.ListManagedSchemaArnsRequest || (exports.ListManagedSchemaArnsRequest = {}));
|
|
1708
|
-
var ListManagedSchemaArnsResponse;
|
|
1709
|
-
(function (ListManagedSchemaArnsResponse) {
|
|
1710
|
-
ListManagedSchemaArnsResponse.filterSensitiveLog = (obj) => ({
|
|
1711
|
-
...obj,
|
|
1712
|
-
});
|
|
1713
|
-
})(ListManagedSchemaArnsResponse = exports.ListManagedSchemaArnsResponse || (exports.ListManagedSchemaArnsResponse = {}));
|
|
1714
|
-
var ListObjectAttributesRequest;
|
|
1715
|
-
(function (ListObjectAttributesRequest) {
|
|
1716
|
-
ListObjectAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1717
|
-
...obj,
|
|
1718
|
-
});
|
|
1719
|
-
})(ListObjectAttributesRequest = exports.ListObjectAttributesRequest || (exports.ListObjectAttributesRequest = {}));
|
|
1720
|
-
var ListObjectAttributesResponse;
|
|
1721
|
-
(function (ListObjectAttributesResponse) {
|
|
1722
|
-
ListObjectAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1723
|
-
...obj,
|
|
1724
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValue.filterSensitiveLog(item)) }),
|
|
1725
|
-
});
|
|
1726
|
-
})(ListObjectAttributesResponse = exports.ListObjectAttributesResponse || (exports.ListObjectAttributesResponse = {}));
|
|
1727
|
-
var ListObjectChildrenRequest;
|
|
1728
|
-
(function (ListObjectChildrenRequest) {
|
|
1729
|
-
ListObjectChildrenRequest.filterSensitiveLog = (obj) => ({
|
|
1730
|
-
...obj,
|
|
1731
|
-
});
|
|
1732
|
-
})(ListObjectChildrenRequest = exports.ListObjectChildrenRequest || (exports.ListObjectChildrenRequest = {}));
|
|
1733
|
-
var ListObjectChildrenResponse;
|
|
1734
|
-
(function (ListObjectChildrenResponse) {
|
|
1735
|
-
ListObjectChildrenResponse.filterSensitiveLog = (obj) => ({
|
|
1736
|
-
...obj,
|
|
1737
|
-
});
|
|
1738
|
-
})(ListObjectChildrenResponse = exports.ListObjectChildrenResponse || (exports.ListObjectChildrenResponse = {}));
|
|
1739
|
-
var ListObjectParentPathsRequest;
|
|
1740
|
-
(function (ListObjectParentPathsRequest) {
|
|
1741
|
-
ListObjectParentPathsRequest.filterSensitiveLog = (obj) => ({
|
|
1742
|
-
...obj,
|
|
1743
|
-
});
|
|
1744
|
-
})(ListObjectParentPathsRequest = exports.ListObjectParentPathsRequest || (exports.ListObjectParentPathsRequest = {}));
|
|
1745
|
-
var ListObjectParentPathsResponse;
|
|
1746
|
-
(function (ListObjectParentPathsResponse) {
|
|
1747
|
-
ListObjectParentPathsResponse.filterSensitiveLog = (obj) => ({
|
|
1748
|
-
...obj,
|
|
1749
|
-
});
|
|
1750
|
-
})(ListObjectParentPathsResponse = exports.ListObjectParentPathsResponse || (exports.ListObjectParentPathsResponse = {}));
|
|
1751
528
|
class CannotListParentOfRootException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1752
529
|
constructor(opts) {
|
|
1753
530
|
super({
|
|
@@ -1762,69 +539,6 @@ class CannotListParentOfRootException extends CloudDirectoryServiceException_1.C
|
|
|
1762
539
|
}
|
|
1763
540
|
}
|
|
1764
541
|
exports.CannotListParentOfRootException = CannotListParentOfRootException;
|
|
1765
|
-
var ListObjectParentsRequest;
|
|
1766
|
-
(function (ListObjectParentsRequest) {
|
|
1767
|
-
ListObjectParentsRequest.filterSensitiveLog = (obj) => ({
|
|
1768
|
-
...obj,
|
|
1769
|
-
});
|
|
1770
|
-
})(ListObjectParentsRequest = exports.ListObjectParentsRequest || (exports.ListObjectParentsRequest = {}));
|
|
1771
|
-
var ListObjectParentsResponse;
|
|
1772
|
-
(function (ListObjectParentsResponse) {
|
|
1773
|
-
ListObjectParentsResponse.filterSensitiveLog = (obj) => ({
|
|
1774
|
-
...obj,
|
|
1775
|
-
});
|
|
1776
|
-
})(ListObjectParentsResponse = exports.ListObjectParentsResponse || (exports.ListObjectParentsResponse = {}));
|
|
1777
|
-
var ListObjectPoliciesRequest;
|
|
1778
|
-
(function (ListObjectPoliciesRequest) {
|
|
1779
|
-
ListObjectPoliciesRequest.filterSensitiveLog = (obj) => ({
|
|
1780
|
-
...obj,
|
|
1781
|
-
});
|
|
1782
|
-
})(ListObjectPoliciesRequest = exports.ListObjectPoliciesRequest || (exports.ListObjectPoliciesRequest = {}));
|
|
1783
|
-
var ListObjectPoliciesResponse;
|
|
1784
|
-
(function (ListObjectPoliciesResponse) {
|
|
1785
|
-
ListObjectPoliciesResponse.filterSensitiveLog = (obj) => ({
|
|
1786
|
-
...obj,
|
|
1787
|
-
});
|
|
1788
|
-
})(ListObjectPoliciesResponse = exports.ListObjectPoliciesResponse || (exports.ListObjectPoliciesResponse = {}));
|
|
1789
|
-
var ListOutgoingTypedLinksRequest;
|
|
1790
|
-
(function (ListOutgoingTypedLinksRequest) {
|
|
1791
|
-
ListOutgoingTypedLinksRequest.filterSensitiveLog = (obj) => ({
|
|
1792
|
-
...obj,
|
|
1793
|
-
...(obj.FilterAttributeRanges && {
|
|
1794
|
-
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => TypedLinkAttributeRange.filterSensitiveLog(item)),
|
|
1795
|
-
}),
|
|
1796
|
-
});
|
|
1797
|
-
})(ListOutgoingTypedLinksRequest = exports.ListOutgoingTypedLinksRequest || (exports.ListOutgoingTypedLinksRequest = {}));
|
|
1798
|
-
var ListOutgoingTypedLinksResponse;
|
|
1799
|
-
(function (ListOutgoingTypedLinksResponse) {
|
|
1800
|
-
ListOutgoingTypedLinksResponse.filterSensitiveLog = (obj) => ({
|
|
1801
|
-
...obj,
|
|
1802
|
-
});
|
|
1803
|
-
})(ListOutgoingTypedLinksResponse = exports.ListOutgoingTypedLinksResponse || (exports.ListOutgoingTypedLinksResponse = {}));
|
|
1804
|
-
var ListPolicyAttachmentsRequest;
|
|
1805
|
-
(function (ListPolicyAttachmentsRequest) {
|
|
1806
|
-
ListPolicyAttachmentsRequest.filterSensitiveLog = (obj) => ({
|
|
1807
|
-
...obj,
|
|
1808
|
-
});
|
|
1809
|
-
})(ListPolicyAttachmentsRequest = exports.ListPolicyAttachmentsRequest || (exports.ListPolicyAttachmentsRequest = {}));
|
|
1810
|
-
var ListPolicyAttachmentsResponse;
|
|
1811
|
-
(function (ListPolicyAttachmentsResponse) {
|
|
1812
|
-
ListPolicyAttachmentsResponse.filterSensitiveLog = (obj) => ({
|
|
1813
|
-
...obj,
|
|
1814
|
-
});
|
|
1815
|
-
})(ListPolicyAttachmentsResponse = exports.ListPolicyAttachmentsResponse || (exports.ListPolicyAttachmentsResponse = {}));
|
|
1816
|
-
var ListPublishedSchemaArnsRequest;
|
|
1817
|
-
(function (ListPublishedSchemaArnsRequest) {
|
|
1818
|
-
ListPublishedSchemaArnsRequest.filterSensitiveLog = (obj) => ({
|
|
1819
|
-
...obj,
|
|
1820
|
-
});
|
|
1821
|
-
})(ListPublishedSchemaArnsRequest = exports.ListPublishedSchemaArnsRequest || (exports.ListPublishedSchemaArnsRequest = {}));
|
|
1822
|
-
var ListPublishedSchemaArnsResponse;
|
|
1823
|
-
(function (ListPublishedSchemaArnsResponse) {
|
|
1824
|
-
ListPublishedSchemaArnsResponse.filterSensitiveLog = (obj) => ({
|
|
1825
|
-
...obj,
|
|
1826
|
-
});
|
|
1827
|
-
})(ListPublishedSchemaArnsResponse = exports.ListPublishedSchemaArnsResponse || (exports.ListPublishedSchemaArnsResponse = {}));
|
|
1828
542
|
class InvalidTaggingRequestException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1829
543
|
constructor(opts) {
|
|
1830
544
|
super({
|
|
@@ -1839,75 +553,6 @@ class InvalidTaggingRequestException extends CloudDirectoryServiceException_1.Cl
|
|
|
1839
553
|
}
|
|
1840
554
|
}
|
|
1841
555
|
exports.InvalidTaggingRequestException = InvalidTaggingRequestException;
|
|
1842
|
-
var ListTagsForResourceRequest;
|
|
1843
|
-
(function (ListTagsForResourceRequest) {
|
|
1844
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1845
|
-
...obj,
|
|
1846
|
-
});
|
|
1847
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1848
|
-
var Tag;
|
|
1849
|
-
(function (Tag) {
|
|
1850
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
1851
|
-
...obj,
|
|
1852
|
-
});
|
|
1853
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
1854
|
-
var ListTagsForResourceResponse;
|
|
1855
|
-
(function (ListTagsForResourceResponse) {
|
|
1856
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1857
|
-
...obj,
|
|
1858
|
-
});
|
|
1859
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1860
|
-
var ListTypedLinkFacetAttributesRequest;
|
|
1861
|
-
(function (ListTypedLinkFacetAttributesRequest) {
|
|
1862
|
-
ListTypedLinkFacetAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
1863
|
-
...obj,
|
|
1864
|
-
});
|
|
1865
|
-
})(ListTypedLinkFacetAttributesRequest = exports.ListTypedLinkFacetAttributesRequest || (exports.ListTypedLinkFacetAttributesRequest = {}));
|
|
1866
|
-
var ListTypedLinkFacetAttributesResponse;
|
|
1867
|
-
(function (ListTypedLinkFacetAttributesResponse) {
|
|
1868
|
-
ListTypedLinkFacetAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
1869
|
-
...obj,
|
|
1870
|
-
...(obj.Attributes && {
|
|
1871
|
-
Attributes: obj.Attributes.map((item) => TypedLinkAttributeDefinition.filterSensitiveLog(item)),
|
|
1872
|
-
}),
|
|
1873
|
-
});
|
|
1874
|
-
})(ListTypedLinkFacetAttributesResponse = exports.ListTypedLinkFacetAttributesResponse || (exports.ListTypedLinkFacetAttributesResponse = {}));
|
|
1875
|
-
var ListTypedLinkFacetNamesRequest;
|
|
1876
|
-
(function (ListTypedLinkFacetNamesRequest) {
|
|
1877
|
-
ListTypedLinkFacetNamesRequest.filterSensitiveLog = (obj) => ({
|
|
1878
|
-
...obj,
|
|
1879
|
-
});
|
|
1880
|
-
})(ListTypedLinkFacetNamesRequest = exports.ListTypedLinkFacetNamesRequest || (exports.ListTypedLinkFacetNamesRequest = {}));
|
|
1881
|
-
var ListTypedLinkFacetNamesResponse;
|
|
1882
|
-
(function (ListTypedLinkFacetNamesResponse) {
|
|
1883
|
-
ListTypedLinkFacetNamesResponse.filterSensitiveLog = (obj) => ({
|
|
1884
|
-
...obj,
|
|
1885
|
-
});
|
|
1886
|
-
})(ListTypedLinkFacetNamesResponse = exports.ListTypedLinkFacetNamesResponse || (exports.ListTypedLinkFacetNamesResponse = {}));
|
|
1887
|
-
var LookupPolicyRequest;
|
|
1888
|
-
(function (LookupPolicyRequest) {
|
|
1889
|
-
LookupPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1890
|
-
...obj,
|
|
1891
|
-
});
|
|
1892
|
-
})(LookupPolicyRequest = exports.LookupPolicyRequest || (exports.LookupPolicyRequest = {}));
|
|
1893
|
-
var LookupPolicyResponse;
|
|
1894
|
-
(function (LookupPolicyResponse) {
|
|
1895
|
-
LookupPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1896
|
-
...obj,
|
|
1897
|
-
});
|
|
1898
|
-
})(LookupPolicyResponse = exports.LookupPolicyResponse || (exports.LookupPolicyResponse = {}));
|
|
1899
|
-
var PublishSchemaRequest;
|
|
1900
|
-
(function (PublishSchemaRequest) {
|
|
1901
|
-
PublishSchemaRequest.filterSensitiveLog = (obj) => ({
|
|
1902
|
-
...obj,
|
|
1903
|
-
});
|
|
1904
|
-
})(PublishSchemaRequest = exports.PublishSchemaRequest || (exports.PublishSchemaRequest = {}));
|
|
1905
|
-
var PublishSchemaResponse;
|
|
1906
|
-
(function (PublishSchemaResponse) {
|
|
1907
|
-
PublishSchemaResponse.filterSensitiveLog = (obj) => ({
|
|
1908
|
-
...obj,
|
|
1909
|
-
});
|
|
1910
|
-
})(PublishSchemaResponse = exports.PublishSchemaResponse || (exports.PublishSchemaResponse = {}));
|
|
1911
556
|
class SchemaAlreadyPublishedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1912
557
|
constructor(opts) {
|
|
1913
558
|
super({
|
|
@@ -1936,54 +581,6 @@ class InvalidSchemaDocException extends CloudDirectoryServiceException_1.CloudDi
|
|
|
1936
581
|
}
|
|
1937
582
|
}
|
|
1938
583
|
exports.InvalidSchemaDocException = InvalidSchemaDocException;
|
|
1939
|
-
var PutSchemaFromJsonRequest;
|
|
1940
|
-
(function (PutSchemaFromJsonRequest) {
|
|
1941
|
-
PutSchemaFromJsonRequest.filterSensitiveLog = (obj) => ({
|
|
1942
|
-
...obj,
|
|
1943
|
-
});
|
|
1944
|
-
})(PutSchemaFromJsonRequest = exports.PutSchemaFromJsonRequest || (exports.PutSchemaFromJsonRequest = {}));
|
|
1945
|
-
var PutSchemaFromJsonResponse;
|
|
1946
|
-
(function (PutSchemaFromJsonResponse) {
|
|
1947
|
-
PutSchemaFromJsonResponse.filterSensitiveLog = (obj) => ({
|
|
1948
|
-
...obj,
|
|
1949
|
-
});
|
|
1950
|
-
})(PutSchemaFromJsonResponse = exports.PutSchemaFromJsonResponse || (exports.PutSchemaFromJsonResponse = {}));
|
|
1951
|
-
var RemoveFacetFromObjectRequest;
|
|
1952
|
-
(function (RemoveFacetFromObjectRequest) {
|
|
1953
|
-
RemoveFacetFromObjectRequest.filterSensitiveLog = (obj) => ({
|
|
1954
|
-
...obj,
|
|
1955
|
-
});
|
|
1956
|
-
})(RemoveFacetFromObjectRequest = exports.RemoveFacetFromObjectRequest || (exports.RemoveFacetFromObjectRequest = {}));
|
|
1957
|
-
var RemoveFacetFromObjectResponse;
|
|
1958
|
-
(function (RemoveFacetFromObjectResponse) {
|
|
1959
|
-
RemoveFacetFromObjectResponse.filterSensitiveLog = (obj) => ({
|
|
1960
|
-
...obj,
|
|
1961
|
-
});
|
|
1962
|
-
})(RemoveFacetFromObjectResponse = exports.RemoveFacetFromObjectResponse || (exports.RemoveFacetFromObjectResponse = {}));
|
|
1963
|
-
var TagResourceRequest;
|
|
1964
|
-
(function (TagResourceRequest) {
|
|
1965
|
-
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1966
|
-
...obj,
|
|
1967
|
-
});
|
|
1968
|
-
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1969
|
-
var TagResourceResponse;
|
|
1970
|
-
(function (TagResourceResponse) {
|
|
1971
|
-
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1972
|
-
...obj,
|
|
1973
|
-
});
|
|
1974
|
-
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1975
|
-
var UntagResourceRequest;
|
|
1976
|
-
(function (UntagResourceRequest) {
|
|
1977
|
-
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1978
|
-
...obj,
|
|
1979
|
-
});
|
|
1980
|
-
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1981
|
-
var UntagResourceResponse;
|
|
1982
|
-
(function (UntagResourceResponse) {
|
|
1983
|
-
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1984
|
-
...obj,
|
|
1985
|
-
});
|
|
1986
|
-
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1987
584
|
class InvalidFacetUpdateException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
1988
585
|
constructor(opts) {
|
|
1989
586
|
super({
|
|
@@ -1998,95 +595,6 @@ class InvalidFacetUpdateException extends CloudDirectoryServiceException_1.Cloud
|
|
|
1998
595
|
}
|
|
1999
596
|
}
|
|
2000
597
|
exports.InvalidFacetUpdateException = InvalidFacetUpdateException;
|
|
2001
|
-
var FacetAttributeUpdate;
|
|
2002
|
-
(function (FacetAttributeUpdate) {
|
|
2003
|
-
FacetAttributeUpdate.filterSensitiveLog = (obj) => ({
|
|
2004
|
-
...obj,
|
|
2005
|
-
...(obj.Attribute && { Attribute: FacetAttribute.filterSensitiveLog(obj.Attribute) }),
|
|
2006
|
-
});
|
|
2007
|
-
})(FacetAttributeUpdate = exports.FacetAttributeUpdate || (exports.FacetAttributeUpdate = {}));
|
|
2008
|
-
var UpdateFacetRequest;
|
|
2009
|
-
(function (UpdateFacetRequest) {
|
|
2010
|
-
UpdateFacetRequest.filterSensitiveLog = (obj) => ({
|
|
2011
|
-
...obj,
|
|
2012
|
-
...(obj.AttributeUpdates && {
|
|
2013
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => FacetAttributeUpdate.filterSensitiveLog(item)),
|
|
2014
|
-
}),
|
|
2015
|
-
});
|
|
2016
|
-
})(UpdateFacetRequest = exports.UpdateFacetRequest || (exports.UpdateFacetRequest = {}));
|
|
2017
|
-
var UpdateFacetResponse;
|
|
2018
|
-
(function (UpdateFacetResponse) {
|
|
2019
|
-
UpdateFacetResponse.filterSensitiveLog = (obj) => ({
|
|
2020
|
-
...obj,
|
|
2021
|
-
});
|
|
2022
|
-
})(UpdateFacetResponse = exports.UpdateFacetResponse || (exports.UpdateFacetResponse = {}));
|
|
2023
|
-
var UpdateLinkAttributesRequest;
|
|
2024
|
-
(function (UpdateLinkAttributesRequest) {
|
|
2025
|
-
UpdateLinkAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2026
|
-
...obj,
|
|
2027
|
-
...(obj.TypedLinkSpecifier && {
|
|
2028
|
-
TypedLinkSpecifier: TypedLinkSpecifier.filterSensitiveLog(obj.TypedLinkSpecifier),
|
|
2029
|
-
}),
|
|
2030
|
-
...(obj.AttributeUpdates && {
|
|
2031
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => LinkAttributeUpdate.filterSensitiveLog(item)),
|
|
2032
|
-
}),
|
|
2033
|
-
});
|
|
2034
|
-
})(UpdateLinkAttributesRequest = exports.UpdateLinkAttributesRequest || (exports.UpdateLinkAttributesRequest = {}));
|
|
2035
|
-
var UpdateLinkAttributesResponse;
|
|
2036
|
-
(function (UpdateLinkAttributesResponse) {
|
|
2037
|
-
UpdateLinkAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2038
|
-
...obj,
|
|
2039
|
-
});
|
|
2040
|
-
})(UpdateLinkAttributesResponse = exports.UpdateLinkAttributesResponse || (exports.UpdateLinkAttributesResponse = {}));
|
|
2041
|
-
var UpdateObjectAttributesRequest;
|
|
2042
|
-
(function (UpdateObjectAttributesRequest) {
|
|
2043
|
-
UpdateObjectAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
2044
|
-
...obj,
|
|
2045
|
-
...(obj.AttributeUpdates && {
|
|
2046
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => ObjectAttributeUpdate.filterSensitiveLog(item)),
|
|
2047
|
-
}),
|
|
2048
|
-
});
|
|
2049
|
-
})(UpdateObjectAttributesRequest = exports.UpdateObjectAttributesRequest || (exports.UpdateObjectAttributesRequest = {}));
|
|
2050
|
-
var UpdateObjectAttributesResponse;
|
|
2051
|
-
(function (UpdateObjectAttributesResponse) {
|
|
2052
|
-
UpdateObjectAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
2053
|
-
...obj,
|
|
2054
|
-
});
|
|
2055
|
-
})(UpdateObjectAttributesResponse = exports.UpdateObjectAttributesResponse || (exports.UpdateObjectAttributesResponse = {}));
|
|
2056
|
-
var UpdateSchemaRequest;
|
|
2057
|
-
(function (UpdateSchemaRequest) {
|
|
2058
|
-
UpdateSchemaRequest.filterSensitiveLog = (obj) => ({
|
|
2059
|
-
...obj,
|
|
2060
|
-
});
|
|
2061
|
-
})(UpdateSchemaRequest = exports.UpdateSchemaRequest || (exports.UpdateSchemaRequest = {}));
|
|
2062
|
-
var UpdateSchemaResponse;
|
|
2063
|
-
(function (UpdateSchemaResponse) {
|
|
2064
|
-
UpdateSchemaResponse.filterSensitiveLog = (obj) => ({
|
|
2065
|
-
...obj,
|
|
2066
|
-
});
|
|
2067
|
-
})(UpdateSchemaResponse = exports.UpdateSchemaResponse || (exports.UpdateSchemaResponse = {}));
|
|
2068
|
-
var TypedLinkFacetAttributeUpdate;
|
|
2069
|
-
(function (TypedLinkFacetAttributeUpdate) {
|
|
2070
|
-
TypedLinkFacetAttributeUpdate.filterSensitiveLog = (obj) => ({
|
|
2071
|
-
...obj,
|
|
2072
|
-
...(obj.Attribute && { Attribute: TypedLinkAttributeDefinition.filterSensitiveLog(obj.Attribute) }),
|
|
2073
|
-
});
|
|
2074
|
-
})(TypedLinkFacetAttributeUpdate = exports.TypedLinkFacetAttributeUpdate || (exports.TypedLinkFacetAttributeUpdate = {}));
|
|
2075
|
-
var UpdateTypedLinkFacetRequest;
|
|
2076
|
-
(function (UpdateTypedLinkFacetRequest) {
|
|
2077
|
-
UpdateTypedLinkFacetRequest.filterSensitiveLog = (obj) => ({
|
|
2078
|
-
...obj,
|
|
2079
|
-
...(obj.AttributeUpdates && {
|
|
2080
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => TypedLinkFacetAttributeUpdate.filterSensitiveLog(item)),
|
|
2081
|
-
}),
|
|
2082
|
-
});
|
|
2083
|
-
})(UpdateTypedLinkFacetRequest = exports.UpdateTypedLinkFacetRequest || (exports.UpdateTypedLinkFacetRequest = {}));
|
|
2084
|
-
var UpdateTypedLinkFacetResponse;
|
|
2085
|
-
(function (UpdateTypedLinkFacetResponse) {
|
|
2086
|
-
UpdateTypedLinkFacetResponse.filterSensitiveLog = (obj) => ({
|
|
2087
|
-
...obj,
|
|
2088
|
-
});
|
|
2089
|
-
})(UpdateTypedLinkFacetResponse = exports.UpdateTypedLinkFacetResponse || (exports.UpdateTypedLinkFacetResponse = {}));
|
|
2090
598
|
class IncompatibleSchemaException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
|
|
2091
599
|
constructor(opts) {
|
|
2092
600
|
super({
|
|
@@ -2101,27 +609,1050 @@ class IncompatibleSchemaException extends CloudDirectoryServiceException_1.Cloud
|
|
|
2101
609
|
}
|
|
2102
610
|
}
|
|
2103
611
|
exports.IncompatibleSchemaException = IncompatibleSchemaException;
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
(
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
(
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
612
|
+
const AttributeKeyFilterSensitiveLog = (obj) => ({
|
|
613
|
+
...obj,
|
|
614
|
+
});
|
|
615
|
+
exports.AttributeKeyFilterSensitiveLog = AttributeKeyFilterSensitiveLog;
|
|
616
|
+
const TypedAttributeValueFilterSensitiveLog = (obj) => {
|
|
617
|
+
if (obj.StringValue !== undefined)
|
|
618
|
+
return { StringValue: obj.StringValue };
|
|
619
|
+
if (obj.BinaryValue !== undefined)
|
|
620
|
+
return { BinaryValue: obj.BinaryValue };
|
|
621
|
+
if (obj.BooleanValue !== undefined)
|
|
622
|
+
return { BooleanValue: obj.BooleanValue };
|
|
623
|
+
if (obj.NumberValue !== undefined)
|
|
624
|
+
return { NumberValue: obj.NumberValue };
|
|
625
|
+
if (obj.DatetimeValue !== undefined)
|
|
626
|
+
return { DatetimeValue: obj.DatetimeValue };
|
|
627
|
+
if (obj.$unknown !== undefined)
|
|
628
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
629
|
+
};
|
|
630
|
+
exports.TypedAttributeValueFilterSensitiveLog = TypedAttributeValueFilterSensitiveLog;
|
|
631
|
+
const AttributeKeyAndValueFilterSensitiveLog = (obj) => ({
|
|
632
|
+
...obj,
|
|
633
|
+
...(obj.Value && { Value: (0, exports.TypedAttributeValueFilterSensitiveLog)(obj.Value) }),
|
|
634
|
+
});
|
|
635
|
+
exports.AttributeKeyAndValueFilterSensitiveLog = AttributeKeyAndValueFilterSensitiveLog;
|
|
636
|
+
const ObjectReferenceFilterSensitiveLog = (obj) => ({
|
|
637
|
+
...obj,
|
|
638
|
+
});
|
|
639
|
+
exports.ObjectReferenceFilterSensitiveLog = ObjectReferenceFilterSensitiveLog;
|
|
640
|
+
const SchemaFacetFilterSensitiveLog = (obj) => ({
|
|
641
|
+
...obj,
|
|
642
|
+
});
|
|
643
|
+
exports.SchemaFacetFilterSensitiveLog = SchemaFacetFilterSensitiveLog;
|
|
644
|
+
const AddFacetToObjectRequestFilterSensitiveLog = (obj) => ({
|
|
645
|
+
...obj,
|
|
646
|
+
...(obj.ObjectAttributeList && {
|
|
647
|
+
ObjectAttributeList: obj.ObjectAttributeList.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)),
|
|
648
|
+
}),
|
|
649
|
+
});
|
|
650
|
+
exports.AddFacetToObjectRequestFilterSensitiveLog = AddFacetToObjectRequestFilterSensitiveLog;
|
|
651
|
+
const AddFacetToObjectResponseFilterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
});
|
|
654
|
+
exports.AddFacetToObjectResponseFilterSensitiveLog = AddFacetToObjectResponseFilterSensitiveLog;
|
|
655
|
+
const ApplySchemaRequestFilterSensitiveLog = (obj) => ({
|
|
656
|
+
...obj,
|
|
657
|
+
});
|
|
658
|
+
exports.ApplySchemaRequestFilterSensitiveLog = ApplySchemaRequestFilterSensitiveLog;
|
|
659
|
+
const ApplySchemaResponseFilterSensitiveLog = (obj) => ({
|
|
660
|
+
...obj,
|
|
661
|
+
});
|
|
662
|
+
exports.ApplySchemaResponseFilterSensitiveLog = ApplySchemaResponseFilterSensitiveLog;
|
|
663
|
+
const AttachObjectRequestFilterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
exports.AttachObjectRequestFilterSensitiveLog = AttachObjectRequestFilterSensitiveLog;
|
|
667
|
+
const AttachObjectResponseFilterSensitiveLog = (obj) => ({
|
|
668
|
+
...obj,
|
|
669
|
+
});
|
|
670
|
+
exports.AttachObjectResponseFilterSensitiveLog = AttachObjectResponseFilterSensitiveLog;
|
|
671
|
+
const AttachPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
672
|
+
...obj,
|
|
673
|
+
});
|
|
674
|
+
exports.AttachPolicyRequestFilterSensitiveLog = AttachPolicyRequestFilterSensitiveLog;
|
|
675
|
+
const AttachPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
exports.AttachPolicyResponseFilterSensitiveLog = AttachPolicyResponseFilterSensitiveLog;
|
|
679
|
+
const AttachToIndexRequestFilterSensitiveLog = (obj) => ({
|
|
680
|
+
...obj,
|
|
681
|
+
});
|
|
682
|
+
exports.AttachToIndexRequestFilterSensitiveLog = AttachToIndexRequestFilterSensitiveLog;
|
|
683
|
+
const AttachToIndexResponseFilterSensitiveLog = (obj) => ({
|
|
684
|
+
...obj,
|
|
685
|
+
});
|
|
686
|
+
exports.AttachToIndexResponseFilterSensitiveLog = AttachToIndexResponseFilterSensitiveLog;
|
|
687
|
+
const AttributeNameAndValueFilterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
...(obj.Value && { Value: (0, exports.TypedAttributeValueFilterSensitiveLog)(obj.Value) }),
|
|
690
|
+
});
|
|
691
|
+
exports.AttributeNameAndValueFilterSensitiveLog = AttributeNameAndValueFilterSensitiveLog;
|
|
692
|
+
const TypedLinkSchemaAndFacetNameFilterSensitiveLog = (obj) => ({
|
|
693
|
+
...obj,
|
|
694
|
+
});
|
|
695
|
+
exports.TypedLinkSchemaAndFacetNameFilterSensitiveLog = TypedLinkSchemaAndFacetNameFilterSensitiveLog;
|
|
696
|
+
const AttachTypedLinkRequestFilterSensitiveLog = (obj) => ({
|
|
697
|
+
...obj,
|
|
698
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.AttributeNameAndValueFilterSensitiveLog)(item)) }),
|
|
699
|
+
});
|
|
700
|
+
exports.AttachTypedLinkRequestFilterSensitiveLog = AttachTypedLinkRequestFilterSensitiveLog;
|
|
701
|
+
const TypedLinkSpecifierFilterSensitiveLog = (obj) => ({
|
|
702
|
+
...obj,
|
|
703
|
+
...(obj.IdentityAttributeValues && {
|
|
704
|
+
IdentityAttributeValues: obj.IdentityAttributeValues.map((item) => (0, exports.AttributeNameAndValueFilterSensitiveLog)(item)),
|
|
705
|
+
}),
|
|
706
|
+
});
|
|
707
|
+
exports.TypedLinkSpecifierFilterSensitiveLog = TypedLinkSpecifierFilterSensitiveLog;
|
|
708
|
+
const AttachTypedLinkResponseFilterSensitiveLog = (obj) => ({
|
|
709
|
+
...obj,
|
|
710
|
+
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: (0, exports.TypedLinkSpecifierFilterSensitiveLog)(obj.TypedLinkSpecifier) }),
|
|
711
|
+
});
|
|
712
|
+
exports.AttachTypedLinkResponseFilterSensitiveLog = AttachTypedLinkResponseFilterSensitiveLog;
|
|
713
|
+
const BatchGetLinkAttributesFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: (0, exports.TypedLinkSpecifierFilterSensitiveLog)(obj.TypedLinkSpecifier) }),
|
|
716
|
+
});
|
|
717
|
+
exports.BatchGetLinkAttributesFilterSensitiveLog = BatchGetLinkAttributesFilterSensitiveLog;
|
|
718
|
+
const BatchGetObjectAttributesFilterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
});
|
|
721
|
+
exports.BatchGetObjectAttributesFilterSensitiveLog = BatchGetObjectAttributesFilterSensitiveLog;
|
|
722
|
+
const BatchGetObjectInformationFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
});
|
|
725
|
+
exports.BatchGetObjectInformationFilterSensitiveLog = BatchGetObjectInformationFilterSensitiveLog;
|
|
726
|
+
const BatchListAttachedIndicesFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
});
|
|
729
|
+
exports.BatchListAttachedIndicesFilterSensitiveLog = BatchListAttachedIndicesFilterSensitiveLog;
|
|
730
|
+
const TypedAttributeValueRangeFilterSensitiveLog = (obj) => ({
|
|
731
|
+
...obj,
|
|
732
|
+
...(obj.StartValue && { StartValue: (0, exports.TypedAttributeValueFilterSensitiveLog)(obj.StartValue) }),
|
|
733
|
+
...(obj.EndValue && { EndValue: (0, exports.TypedAttributeValueFilterSensitiveLog)(obj.EndValue) }),
|
|
734
|
+
});
|
|
735
|
+
exports.TypedAttributeValueRangeFilterSensitiveLog = TypedAttributeValueRangeFilterSensitiveLog;
|
|
736
|
+
const TypedLinkAttributeRangeFilterSensitiveLog = (obj) => ({
|
|
737
|
+
...obj,
|
|
738
|
+
...(obj.Range && { Range: (0, exports.TypedAttributeValueRangeFilterSensitiveLog)(obj.Range) }),
|
|
739
|
+
});
|
|
740
|
+
exports.TypedLinkAttributeRangeFilterSensitiveLog = TypedLinkAttributeRangeFilterSensitiveLog;
|
|
741
|
+
const BatchListIncomingTypedLinksFilterSensitiveLog = (obj) => ({
|
|
742
|
+
...obj,
|
|
743
|
+
...(obj.FilterAttributeRanges && {
|
|
744
|
+
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => (0, exports.TypedLinkAttributeRangeFilterSensitiveLog)(item)),
|
|
745
|
+
}),
|
|
746
|
+
});
|
|
747
|
+
exports.BatchListIncomingTypedLinksFilterSensitiveLog = BatchListIncomingTypedLinksFilterSensitiveLog;
|
|
748
|
+
const ObjectAttributeRangeFilterSensitiveLog = (obj) => ({
|
|
749
|
+
...obj,
|
|
750
|
+
...(obj.Range && { Range: (0, exports.TypedAttributeValueRangeFilterSensitiveLog)(obj.Range) }),
|
|
751
|
+
});
|
|
752
|
+
exports.ObjectAttributeRangeFilterSensitiveLog = ObjectAttributeRangeFilterSensitiveLog;
|
|
753
|
+
const BatchListIndexFilterSensitiveLog = (obj) => ({
|
|
754
|
+
...obj,
|
|
755
|
+
...(obj.RangesOnIndexedValues && {
|
|
756
|
+
RangesOnIndexedValues: obj.RangesOnIndexedValues.map((item) => (0, exports.ObjectAttributeRangeFilterSensitiveLog)(item)),
|
|
757
|
+
}),
|
|
758
|
+
});
|
|
759
|
+
exports.BatchListIndexFilterSensitiveLog = BatchListIndexFilterSensitiveLog;
|
|
760
|
+
const BatchListObjectAttributesFilterSensitiveLog = (obj) => ({
|
|
761
|
+
...obj,
|
|
762
|
+
});
|
|
763
|
+
exports.BatchListObjectAttributesFilterSensitiveLog = BatchListObjectAttributesFilterSensitiveLog;
|
|
764
|
+
const BatchListObjectChildrenFilterSensitiveLog = (obj) => ({
|
|
765
|
+
...obj,
|
|
766
|
+
});
|
|
767
|
+
exports.BatchListObjectChildrenFilterSensitiveLog = BatchListObjectChildrenFilterSensitiveLog;
|
|
768
|
+
const BatchListObjectParentPathsFilterSensitiveLog = (obj) => ({
|
|
769
|
+
...obj,
|
|
770
|
+
});
|
|
771
|
+
exports.BatchListObjectParentPathsFilterSensitiveLog = BatchListObjectParentPathsFilterSensitiveLog;
|
|
772
|
+
const BatchListObjectParentsFilterSensitiveLog = (obj) => ({
|
|
773
|
+
...obj,
|
|
774
|
+
});
|
|
775
|
+
exports.BatchListObjectParentsFilterSensitiveLog = BatchListObjectParentsFilterSensitiveLog;
|
|
776
|
+
const BatchListObjectPoliciesFilterSensitiveLog = (obj) => ({
|
|
777
|
+
...obj,
|
|
778
|
+
});
|
|
779
|
+
exports.BatchListObjectPoliciesFilterSensitiveLog = BatchListObjectPoliciesFilterSensitiveLog;
|
|
780
|
+
const BatchListOutgoingTypedLinksFilterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
...(obj.FilterAttributeRanges && {
|
|
783
|
+
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => (0, exports.TypedLinkAttributeRangeFilterSensitiveLog)(item)),
|
|
784
|
+
}),
|
|
785
|
+
});
|
|
786
|
+
exports.BatchListOutgoingTypedLinksFilterSensitiveLog = BatchListOutgoingTypedLinksFilterSensitiveLog;
|
|
787
|
+
const BatchListPolicyAttachmentsFilterSensitiveLog = (obj) => ({
|
|
788
|
+
...obj,
|
|
789
|
+
});
|
|
790
|
+
exports.BatchListPolicyAttachmentsFilterSensitiveLog = BatchListPolicyAttachmentsFilterSensitiveLog;
|
|
791
|
+
const BatchLookupPolicyFilterSensitiveLog = (obj) => ({
|
|
792
|
+
...obj,
|
|
793
|
+
});
|
|
794
|
+
exports.BatchLookupPolicyFilterSensitiveLog = BatchLookupPolicyFilterSensitiveLog;
|
|
795
|
+
const BatchReadOperationFilterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
...(obj.ListIndex && { ListIndex: (0, exports.BatchListIndexFilterSensitiveLog)(obj.ListIndex) }),
|
|
798
|
+
...(obj.ListOutgoingTypedLinks && {
|
|
799
|
+
ListOutgoingTypedLinks: (0, exports.BatchListOutgoingTypedLinksFilterSensitiveLog)(obj.ListOutgoingTypedLinks),
|
|
800
|
+
}),
|
|
801
|
+
...(obj.ListIncomingTypedLinks && {
|
|
802
|
+
ListIncomingTypedLinks: (0, exports.BatchListIncomingTypedLinksFilterSensitiveLog)(obj.ListIncomingTypedLinks),
|
|
803
|
+
}),
|
|
804
|
+
...(obj.GetLinkAttributes && { GetLinkAttributes: (0, exports.BatchGetLinkAttributesFilterSensitiveLog)(obj.GetLinkAttributes) }),
|
|
805
|
+
});
|
|
806
|
+
exports.BatchReadOperationFilterSensitiveLog = BatchReadOperationFilterSensitiveLog;
|
|
807
|
+
const BatchReadRequestFilterSensitiveLog = (obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
});
|
|
810
|
+
exports.BatchReadRequestFilterSensitiveLog = BatchReadRequestFilterSensitiveLog;
|
|
811
|
+
const BatchReadExceptionFilterSensitiveLog = (obj) => ({
|
|
812
|
+
...obj,
|
|
813
|
+
});
|
|
814
|
+
exports.BatchReadExceptionFilterSensitiveLog = BatchReadExceptionFilterSensitiveLog;
|
|
815
|
+
const BatchGetLinkAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
816
|
+
...obj,
|
|
817
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)) }),
|
|
818
|
+
});
|
|
819
|
+
exports.BatchGetLinkAttributesResponseFilterSensitiveLog = BatchGetLinkAttributesResponseFilterSensitiveLog;
|
|
820
|
+
const BatchGetObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
821
|
+
...obj,
|
|
822
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)) }),
|
|
823
|
+
});
|
|
824
|
+
exports.BatchGetObjectAttributesResponseFilterSensitiveLog = BatchGetObjectAttributesResponseFilterSensitiveLog;
|
|
825
|
+
const BatchGetObjectInformationResponseFilterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
exports.BatchGetObjectInformationResponseFilterSensitiveLog = BatchGetObjectInformationResponseFilterSensitiveLog;
|
|
829
|
+
const IndexAttachmentFilterSensitiveLog = (obj) => ({
|
|
830
|
+
...obj,
|
|
831
|
+
...(obj.IndexedAttributes && {
|
|
832
|
+
IndexedAttributes: obj.IndexedAttributes.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)),
|
|
833
|
+
}),
|
|
834
|
+
});
|
|
835
|
+
exports.IndexAttachmentFilterSensitiveLog = IndexAttachmentFilterSensitiveLog;
|
|
836
|
+
const BatchListAttachedIndicesResponseFilterSensitiveLog = (obj) => ({
|
|
837
|
+
...obj,
|
|
838
|
+
});
|
|
839
|
+
exports.BatchListAttachedIndicesResponseFilterSensitiveLog = BatchListAttachedIndicesResponseFilterSensitiveLog;
|
|
840
|
+
const BatchListIncomingTypedLinksResponseFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
exports.BatchListIncomingTypedLinksResponseFilterSensitiveLog = BatchListIncomingTypedLinksResponseFilterSensitiveLog;
|
|
844
|
+
const BatchListIndexResponseFilterSensitiveLog = (obj) => ({
|
|
845
|
+
...obj,
|
|
846
|
+
});
|
|
847
|
+
exports.BatchListIndexResponseFilterSensitiveLog = BatchListIndexResponseFilterSensitiveLog;
|
|
848
|
+
const BatchListObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
849
|
+
...obj,
|
|
850
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)) }),
|
|
851
|
+
});
|
|
852
|
+
exports.BatchListObjectAttributesResponseFilterSensitiveLog = BatchListObjectAttributesResponseFilterSensitiveLog;
|
|
853
|
+
const BatchListObjectChildrenResponseFilterSensitiveLog = (obj) => ({
|
|
854
|
+
...obj,
|
|
855
|
+
});
|
|
856
|
+
exports.BatchListObjectChildrenResponseFilterSensitiveLog = BatchListObjectChildrenResponseFilterSensitiveLog;
|
|
857
|
+
const PathToObjectIdentifiersFilterSensitiveLog = (obj) => ({
|
|
858
|
+
...obj,
|
|
859
|
+
});
|
|
860
|
+
exports.PathToObjectIdentifiersFilterSensitiveLog = PathToObjectIdentifiersFilterSensitiveLog;
|
|
861
|
+
const BatchListObjectParentPathsResponseFilterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
});
|
|
864
|
+
exports.BatchListObjectParentPathsResponseFilterSensitiveLog = BatchListObjectParentPathsResponseFilterSensitiveLog;
|
|
865
|
+
const ObjectIdentifierAndLinkNameTupleFilterSensitiveLog = (obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
});
|
|
868
|
+
exports.ObjectIdentifierAndLinkNameTupleFilterSensitiveLog = ObjectIdentifierAndLinkNameTupleFilterSensitiveLog;
|
|
869
|
+
const BatchListObjectParentsResponseFilterSensitiveLog = (obj) => ({
|
|
870
|
+
...obj,
|
|
871
|
+
});
|
|
872
|
+
exports.BatchListObjectParentsResponseFilterSensitiveLog = BatchListObjectParentsResponseFilterSensitiveLog;
|
|
873
|
+
const BatchListObjectPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
exports.BatchListObjectPoliciesResponseFilterSensitiveLog = BatchListObjectPoliciesResponseFilterSensitiveLog;
|
|
877
|
+
const BatchListOutgoingTypedLinksResponseFilterSensitiveLog = (obj) => ({
|
|
878
|
+
...obj,
|
|
879
|
+
});
|
|
880
|
+
exports.BatchListOutgoingTypedLinksResponseFilterSensitiveLog = BatchListOutgoingTypedLinksResponseFilterSensitiveLog;
|
|
881
|
+
const BatchListPolicyAttachmentsResponseFilterSensitiveLog = (obj) => ({
|
|
882
|
+
...obj,
|
|
883
|
+
});
|
|
884
|
+
exports.BatchListPolicyAttachmentsResponseFilterSensitiveLog = BatchListPolicyAttachmentsResponseFilterSensitiveLog;
|
|
885
|
+
const PolicyAttachmentFilterSensitiveLog = (obj) => ({
|
|
886
|
+
...obj,
|
|
887
|
+
});
|
|
888
|
+
exports.PolicyAttachmentFilterSensitiveLog = PolicyAttachmentFilterSensitiveLog;
|
|
889
|
+
const PolicyToPathFilterSensitiveLog = (obj) => ({
|
|
890
|
+
...obj,
|
|
891
|
+
});
|
|
892
|
+
exports.PolicyToPathFilterSensitiveLog = PolicyToPathFilterSensitiveLog;
|
|
893
|
+
const BatchLookupPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
894
|
+
...obj,
|
|
895
|
+
});
|
|
896
|
+
exports.BatchLookupPolicyResponseFilterSensitiveLog = BatchLookupPolicyResponseFilterSensitiveLog;
|
|
897
|
+
const BatchReadSuccessfulResponseFilterSensitiveLog = (obj) => ({
|
|
898
|
+
...obj,
|
|
899
|
+
...(obj.ListObjectAttributes && {
|
|
900
|
+
ListObjectAttributes: (0, exports.BatchListObjectAttributesResponseFilterSensitiveLog)(obj.ListObjectAttributes),
|
|
901
|
+
}),
|
|
902
|
+
...(obj.GetObjectAttributes && {
|
|
903
|
+
GetObjectAttributes: (0, exports.BatchGetObjectAttributesResponseFilterSensitiveLog)(obj.GetObjectAttributes),
|
|
904
|
+
}),
|
|
905
|
+
...(obj.GetLinkAttributes && {
|
|
906
|
+
GetLinkAttributes: (0, exports.BatchGetLinkAttributesResponseFilterSensitiveLog)(obj.GetLinkAttributes),
|
|
907
|
+
}),
|
|
908
|
+
});
|
|
909
|
+
exports.BatchReadSuccessfulResponseFilterSensitiveLog = BatchReadSuccessfulResponseFilterSensitiveLog;
|
|
910
|
+
const BatchReadOperationResponseFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
...(obj.SuccessfulResponse && {
|
|
913
|
+
SuccessfulResponse: (0, exports.BatchReadSuccessfulResponseFilterSensitiveLog)(obj.SuccessfulResponse),
|
|
914
|
+
}),
|
|
915
|
+
});
|
|
916
|
+
exports.BatchReadOperationResponseFilterSensitiveLog = BatchReadOperationResponseFilterSensitiveLog;
|
|
917
|
+
const BatchReadResponseFilterSensitiveLog = (obj) => ({
|
|
918
|
+
...obj,
|
|
919
|
+
});
|
|
920
|
+
exports.BatchReadResponseFilterSensitiveLog = BatchReadResponseFilterSensitiveLog;
|
|
921
|
+
const BatchAddFacetToObjectFilterSensitiveLog = (obj) => ({
|
|
922
|
+
...obj,
|
|
923
|
+
...(obj.ObjectAttributeList && {
|
|
924
|
+
ObjectAttributeList: obj.ObjectAttributeList.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)),
|
|
925
|
+
}),
|
|
926
|
+
});
|
|
927
|
+
exports.BatchAddFacetToObjectFilterSensitiveLog = BatchAddFacetToObjectFilterSensitiveLog;
|
|
928
|
+
const BatchAttachObjectFilterSensitiveLog = (obj) => ({
|
|
929
|
+
...obj,
|
|
930
|
+
});
|
|
931
|
+
exports.BatchAttachObjectFilterSensitiveLog = BatchAttachObjectFilterSensitiveLog;
|
|
932
|
+
const BatchAttachPolicyFilterSensitiveLog = (obj) => ({
|
|
933
|
+
...obj,
|
|
934
|
+
});
|
|
935
|
+
exports.BatchAttachPolicyFilterSensitiveLog = BatchAttachPolicyFilterSensitiveLog;
|
|
936
|
+
const BatchAttachToIndexFilterSensitiveLog = (obj) => ({
|
|
937
|
+
...obj,
|
|
938
|
+
});
|
|
939
|
+
exports.BatchAttachToIndexFilterSensitiveLog = BatchAttachToIndexFilterSensitiveLog;
|
|
940
|
+
const BatchAttachTypedLinkFilterSensitiveLog = (obj) => ({
|
|
941
|
+
...obj,
|
|
942
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.AttributeNameAndValueFilterSensitiveLog)(item)) }),
|
|
943
|
+
});
|
|
944
|
+
exports.BatchAttachTypedLinkFilterSensitiveLog = BatchAttachTypedLinkFilterSensitiveLog;
|
|
945
|
+
const BatchCreateIndexFilterSensitiveLog = (obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
});
|
|
948
|
+
exports.BatchCreateIndexFilterSensitiveLog = BatchCreateIndexFilterSensitiveLog;
|
|
949
|
+
const BatchCreateObjectFilterSensitiveLog = (obj) => ({
|
|
950
|
+
...obj,
|
|
951
|
+
...(obj.ObjectAttributeList && {
|
|
952
|
+
ObjectAttributeList: obj.ObjectAttributeList.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)),
|
|
953
|
+
}),
|
|
954
|
+
});
|
|
955
|
+
exports.BatchCreateObjectFilterSensitiveLog = BatchCreateObjectFilterSensitiveLog;
|
|
956
|
+
const BatchDeleteObjectFilterSensitiveLog = (obj) => ({
|
|
957
|
+
...obj,
|
|
958
|
+
});
|
|
959
|
+
exports.BatchDeleteObjectFilterSensitiveLog = BatchDeleteObjectFilterSensitiveLog;
|
|
960
|
+
const BatchDetachFromIndexFilterSensitiveLog = (obj) => ({
|
|
961
|
+
...obj,
|
|
962
|
+
});
|
|
963
|
+
exports.BatchDetachFromIndexFilterSensitiveLog = BatchDetachFromIndexFilterSensitiveLog;
|
|
964
|
+
const BatchDetachObjectFilterSensitiveLog = (obj) => ({
|
|
965
|
+
...obj,
|
|
966
|
+
});
|
|
967
|
+
exports.BatchDetachObjectFilterSensitiveLog = BatchDetachObjectFilterSensitiveLog;
|
|
968
|
+
const BatchDetachPolicyFilterSensitiveLog = (obj) => ({
|
|
969
|
+
...obj,
|
|
970
|
+
});
|
|
971
|
+
exports.BatchDetachPolicyFilterSensitiveLog = BatchDetachPolicyFilterSensitiveLog;
|
|
972
|
+
const BatchDetachTypedLinkFilterSensitiveLog = (obj) => ({
|
|
973
|
+
...obj,
|
|
974
|
+
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: (0, exports.TypedLinkSpecifierFilterSensitiveLog)(obj.TypedLinkSpecifier) }),
|
|
975
|
+
});
|
|
976
|
+
exports.BatchDetachTypedLinkFilterSensitiveLog = BatchDetachTypedLinkFilterSensitiveLog;
|
|
977
|
+
const BatchRemoveFacetFromObjectFilterSensitiveLog = (obj) => ({
|
|
978
|
+
...obj,
|
|
979
|
+
});
|
|
980
|
+
exports.BatchRemoveFacetFromObjectFilterSensitiveLog = BatchRemoveFacetFromObjectFilterSensitiveLog;
|
|
981
|
+
const LinkAttributeActionFilterSensitiveLog = (obj) => ({
|
|
982
|
+
...obj,
|
|
983
|
+
...(obj.AttributeUpdateValue && {
|
|
984
|
+
AttributeUpdateValue: (0, exports.TypedAttributeValueFilterSensitiveLog)(obj.AttributeUpdateValue),
|
|
985
|
+
}),
|
|
986
|
+
});
|
|
987
|
+
exports.LinkAttributeActionFilterSensitiveLog = LinkAttributeActionFilterSensitiveLog;
|
|
988
|
+
const LinkAttributeUpdateFilterSensitiveLog = (obj) => ({
|
|
989
|
+
...obj,
|
|
990
|
+
...(obj.AttributeAction && { AttributeAction: (0, exports.LinkAttributeActionFilterSensitiveLog)(obj.AttributeAction) }),
|
|
991
|
+
});
|
|
992
|
+
exports.LinkAttributeUpdateFilterSensitiveLog = LinkAttributeUpdateFilterSensitiveLog;
|
|
993
|
+
const BatchUpdateLinkAttributesFilterSensitiveLog = (obj) => ({
|
|
994
|
+
...obj,
|
|
995
|
+
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: (0, exports.TypedLinkSpecifierFilterSensitiveLog)(obj.TypedLinkSpecifier) }),
|
|
996
|
+
...(obj.AttributeUpdates && {
|
|
997
|
+
AttributeUpdates: obj.AttributeUpdates.map((item) => (0, exports.LinkAttributeUpdateFilterSensitiveLog)(item)),
|
|
998
|
+
}),
|
|
999
|
+
});
|
|
1000
|
+
exports.BatchUpdateLinkAttributesFilterSensitiveLog = BatchUpdateLinkAttributesFilterSensitiveLog;
|
|
1001
|
+
const ObjectAttributeActionFilterSensitiveLog = (obj) => ({
|
|
1002
|
+
...obj,
|
|
1003
|
+
...(obj.ObjectAttributeUpdateValue && {
|
|
1004
|
+
ObjectAttributeUpdateValue: (0, exports.TypedAttributeValueFilterSensitiveLog)(obj.ObjectAttributeUpdateValue),
|
|
1005
|
+
}),
|
|
1006
|
+
});
|
|
1007
|
+
exports.ObjectAttributeActionFilterSensitiveLog = ObjectAttributeActionFilterSensitiveLog;
|
|
1008
|
+
const ObjectAttributeUpdateFilterSensitiveLog = (obj) => ({
|
|
1009
|
+
...obj,
|
|
1010
|
+
...(obj.ObjectAttributeAction && {
|
|
1011
|
+
ObjectAttributeAction: (0, exports.ObjectAttributeActionFilterSensitiveLog)(obj.ObjectAttributeAction),
|
|
1012
|
+
}),
|
|
1013
|
+
});
|
|
1014
|
+
exports.ObjectAttributeUpdateFilterSensitiveLog = ObjectAttributeUpdateFilterSensitiveLog;
|
|
1015
|
+
const BatchUpdateObjectAttributesFilterSensitiveLog = (obj) => ({
|
|
1016
|
+
...obj,
|
|
1017
|
+
...(obj.AttributeUpdates && {
|
|
1018
|
+
AttributeUpdates: obj.AttributeUpdates.map((item) => (0, exports.ObjectAttributeUpdateFilterSensitiveLog)(item)),
|
|
1019
|
+
}),
|
|
1020
|
+
});
|
|
1021
|
+
exports.BatchUpdateObjectAttributesFilterSensitiveLog = BatchUpdateObjectAttributesFilterSensitiveLog;
|
|
1022
|
+
const BatchWriteOperationFilterSensitiveLog = (obj) => ({
|
|
1023
|
+
...obj,
|
|
1024
|
+
...(obj.UpdateObjectAttributes && {
|
|
1025
|
+
UpdateObjectAttributes: (0, exports.BatchUpdateObjectAttributesFilterSensitiveLog)(obj.UpdateObjectAttributes),
|
|
1026
|
+
}),
|
|
1027
|
+
...(obj.AddFacetToObject && { AddFacetToObject: (0, exports.BatchAddFacetToObjectFilterSensitiveLog)(obj.AddFacetToObject) }),
|
|
1028
|
+
...(obj.AttachTypedLink && { AttachTypedLink: (0, exports.BatchAttachTypedLinkFilterSensitiveLog)(obj.AttachTypedLink) }),
|
|
1029
|
+
...(obj.DetachTypedLink && { DetachTypedLink: (0, exports.BatchDetachTypedLinkFilterSensitiveLog)(obj.DetachTypedLink) }),
|
|
1030
|
+
...(obj.UpdateLinkAttributes && {
|
|
1031
|
+
UpdateLinkAttributes: (0, exports.BatchUpdateLinkAttributesFilterSensitiveLog)(obj.UpdateLinkAttributes),
|
|
1032
|
+
}),
|
|
1033
|
+
});
|
|
1034
|
+
exports.BatchWriteOperationFilterSensitiveLog = BatchWriteOperationFilterSensitiveLog;
|
|
1035
|
+
const BatchWriteRequestFilterSensitiveLog = (obj) => ({
|
|
1036
|
+
...obj,
|
|
1037
|
+
});
|
|
1038
|
+
exports.BatchWriteRequestFilterSensitiveLog = BatchWriteRequestFilterSensitiveLog;
|
|
1039
|
+
const BatchAddFacetToObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1040
|
+
...obj,
|
|
1041
|
+
});
|
|
1042
|
+
exports.BatchAddFacetToObjectResponseFilterSensitiveLog = BatchAddFacetToObjectResponseFilterSensitiveLog;
|
|
1043
|
+
const BatchAttachObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1044
|
+
...obj,
|
|
1045
|
+
});
|
|
1046
|
+
exports.BatchAttachObjectResponseFilterSensitiveLog = BatchAttachObjectResponseFilterSensitiveLog;
|
|
1047
|
+
const BatchAttachPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1048
|
+
...obj,
|
|
1049
|
+
});
|
|
1050
|
+
exports.BatchAttachPolicyResponseFilterSensitiveLog = BatchAttachPolicyResponseFilterSensitiveLog;
|
|
1051
|
+
const BatchAttachToIndexResponseFilterSensitiveLog = (obj) => ({
|
|
1052
|
+
...obj,
|
|
1053
|
+
});
|
|
1054
|
+
exports.BatchAttachToIndexResponseFilterSensitiveLog = BatchAttachToIndexResponseFilterSensitiveLog;
|
|
1055
|
+
const BatchAttachTypedLinkResponseFilterSensitiveLog = (obj) => ({
|
|
1056
|
+
...obj,
|
|
1057
|
+
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: (0, exports.TypedLinkSpecifierFilterSensitiveLog)(obj.TypedLinkSpecifier) }),
|
|
1058
|
+
});
|
|
1059
|
+
exports.BatchAttachTypedLinkResponseFilterSensitiveLog = BatchAttachTypedLinkResponseFilterSensitiveLog;
|
|
1060
|
+
const BatchCreateIndexResponseFilterSensitiveLog = (obj) => ({
|
|
1061
|
+
...obj,
|
|
1062
|
+
});
|
|
1063
|
+
exports.BatchCreateIndexResponseFilterSensitiveLog = BatchCreateIndexResponseFilterSensitiveLog;
|
|
1064
|
+
const BatchCreateObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1065
|
+
...obj,
|
|
1066
|
+
});
|
|
1067
|
+
exports.BatchCreateObjectResponseFilterSensitiveLog = BatchCreateObjectResponseFilterSensitiveLog;
|
|
1068
|
+
const BatchDeleteObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1069
|
+
...obj,
|
|
1070
|
+
});
|
|
1071
|
+
exports.BatchDeleteObjectResponseFilterSensitiveLog = BatchDeleteObjectResponseFilterSensitiveLog;
|
|
1072
|
+
const BatchDetachFromIndexResponseFilterSensitiveLog = (obj) => ({
|
|
1073
|
+
...obj,
|
|
1074
|
+
});
|
|
1075
|
+
exports.BatchDetachFromIndexResponseFilterSensitiveLog = BatchDetachFromIndexResponseFilterSensitiveLog;
|
|
1076
|
+
const BatchDetachObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1077
|
+
...obj,
|
|
1078
|
+
});
|
|
1079
|
+
exports.BatchDetachObjectResponseFilterSensitiveLog = BatchDetachObjectResponseFilterSensitiveLog;
|
|
1080
|
+
const BatchDetachPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1081
|
+
...obj,
|
|
1082
|
+
});
|
|
1083
|
+
exports.BatchDetachPolicyResponseFilterSensitiveLog = BatchDetachPolicyResponseFilterSensitiveLog;
|
|
1084
|
+
const BatchDetachTypedLinkResponseFilterSensitiveLog = (obj) => ({
|
|
1085
|
+
...obj,
|
|
1086
|
+
});
|
|
1087
|
+
exports.BatchDetachTypedLinkResponseFilterSensitiveLog = BatchDetachTypedLinkResponseFilterSensitiveLog;
|
|
1088
|
+
const BatchRemoveFacetFromObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1089
|
+
...obj,
|
|
1090
|
+
});
|
|
1091
|
+
exports.BatchRemoveFacetFromObjectResponseFilterSensitiveLog = BatchRemoveFacetFromObjectResponseFilterSensitiveLog;
|
|
1092
|
+
const BatchUpdateLinkAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1093
|
+
...obj,
|
|
1094
|
+
});
|
|
1095
|
+
exports.BatchUpdateLinkAttributesResponseFilterSensitiveLog = BatchUpdateLinkAttributesResponseFilterSensitiveLog;
|
|
1096
|
+
const BatchUpdateObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1097
|
+
...obj,
|
|
1098
|
+
});
|
|
1099
|
+
exports.BatchUpdateObjectAttributesResponseFilterSensitiveLog = BatchUpdateObjectAttributesResponseFilterSensitiveLog;
|
|
1100
|
+
const BatchWriteOperationResponseFilterSensitiveLog = (obj) => ({
|
|
1101
|
+
...obj,
|
|
1102
|
+
...(obj.AttachTypedLink && { AttachTypedLink: (0, exports.BatchAttachTypedLinkResponseFilterSensitiveLog)(obj.AttachTypedLink) }),
|
|
1103
|
+
});
|
|
1104
|
+
exports.BatchWriteOperationResponseFilterSensitiveLog = BatchWriteOperationResponseFilterSensitiveLog;
|
|
1105
|
+
const BatchWriteResponseFilterSensitiveLog = (obj) => ({
|
|
1106
|
+
...obj,
|
|
1107
|
+
});
|
|
1108
|
+
exports.BatchWriteResponseFilterSensitiveLog = BatchWriteResponseFilterSensitiveLog;
|
|
1109
|
+
const CreateDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1110
|
+
...obj,
|
|
1111
|
+
});
|
|
1112
|
+
exports.CreateDirectoryRequestFilterSensitiveLog = CreateDirectoryRequestFilterSensitiveLog;
|
|
1113
|
+
const CreateDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1114
|
+
...obj,
|
|
1115
|
+
});
|
|
1116
|
+
exports.CreateDirectoryResponseFilterSensitiveLog = CreateDirectoryResponseFilterSensitiveLog;
|
|
1117
|
+
const RuleFilterSensitiveLog = (obj) => ({
|
|
1118
|
+
...obj,
|
|
1119
|
+
});
|
|
1120
|
+
exports.RuleFilterSensitiveLog = RuleFilterSensitiveLog;
|
|
1121
|
+
const FacetAttributeDefinitionFilterSensitiveLog = (obj) => ({
|
|
1122
|
+
...obj,
|
|
1123
|
+
...(obj.DefaultValue && { DefaultValue: (0, exports.TypedAttributeValueFilterSensitiveLog)(obj.DefaultValue) }),
|
|
1124
|
+
});
|
|
1125
|
+
exports.FacetAttributeDefinitionFilterSensitiveLog = FacetAttributeDefinitionFilterSensitiveLog;
|
|
1126
|
+
const FacetAttributeReferenceFilterSensitiveLog = (obj) => ({
|
|
1127
|
+
...obj,
|
|
1128
|
+
});
|
|
1129
|
+
exports.FacetAttributeReferenceFilterSensitiveLog = FacetAttributeReferenceFilterSensitiveLog;
|
|
1130
|
+
const FacetAttributeFilterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
...(obj.AttributeDefinition && {
|
|
1133
|
+
AttributeDefinition: (0, exports.FacetAttributeDefinitionFilterSensitiveLog)(obj.AttributeDefinition),
|
|
1134
|
+
}),
|
|
1135
|
+
});
|
|
1136
|
+
exports.FacetAttributeFilterSensitiveLog = FacetAttributeFilterSensitiveLog;
|
|
1137
|
+
const CreateFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1138
|
+
...obj,
|
|
1139
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.FacetAttributeFilterSensitiveLog)(item)) }),
|
|
1140
|
+
});
|
|
1141
|
+
exports.CreateFacetRequestFilterSensitiveLog = CreateFacetRequestFilterSensitiveLog;
|
|
1142
|
+
const CreateFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1143
|
+
...obj,
|
|
1144
|
+
});
|
|
1145
|
+
exports.CreateFacetResponseFilterSensitiveLog = CreateFacetResponseFilterSensitiveLog;
|
|
1146
|
+
const CreateIndexRequestFilterSensitiveLog = (obj) => ({
|
|
1147
|
+
...obj,
|
|
1148
|
+
});
|
|
1149
|
+
exports.CreateIndexRequestFilterSensitiveLog = CreateIndexRequestFilterSensitiveLog;
|
|
1150
|
+
const CreateIndexResponseFilterSensitiveLog = (obj) => ({
|
|
1151
|
+
...obj,
|
|
1152
|
+
});
|
|
1153
|
+
exports.CreateIndexResponseFilterSensitiveLog = CreateIndexResponseFilterSensitiveLog;
|
|
1154
|
+
const CreateObjectRequestFilterSensitiveLog = (obj) => ({
|
|
1155
|
+
...obj,
|
|
1156
|
+
...(obj.ObjectAttributeList && {
|
|
1157
|
+
ObjectAttributeList: obj.ObjectAttributeList.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)),
|
|
1158
|
+
}),
|
|
1159
|
+
});
|
|
1160
|
+
exports.CreateObjectRequestFilterSensitiveLog = CreateObjectRequestFilterSensitiveLog;
|
|
1161
|
+
const CreateObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1162
|
+
...obj,
|
|
1163
|
+
});
|
|
1164
|
+
exports.CreateObjectResponseFilterSensitiveLog = CreateObjectResponseFilterSensitiveLog;
|
|
1165
|
+
const CreateSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1166
|
+
...obj,
|
|
1167
|
+
});
|
|
1168
|
+
exports.CreateSchemaRequestFilterSensitiveLog = CreateSchemaRequestFilterSensitiveLog;
|
|
1169
|
+
const CreateSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1170
|
+
...obj,
|
|
1171
|
+
});
|
|
1172
|
+
exports.CreateSchemaResponseFilterSensitiveLog = CreateSchemaResponseFilterSensitiveLog;
|
|
1173
|
+
const TypedLinkAttributeDefinitionFilterSensitiveLog = (obj) => ({
|
|
1174
|
+
...obj,
|
|
1175
|
+
...(obj.DefaultValue && { DefaultValue: (0, exports.TypedAttributeValueFilterSensitiveLog)(obj.DefaultValue) }),
|
|
1176
|
+
});
|
|
1177
|
+
exports.TypedLinkAttributeDefinitionFilterSensitiveLog = TypedLinkAttributeDefinitionFilterSensitiveLog;
|
|
1178
|
+
const TypedLinkFacetFilterSensitiveLog = (obj) => ({
|
|
1179
|
+
...obj,
|
|
1180
|
+
...(obj.Attributes && {
|
|
1181
|
+
Attributes: obj.Attributes.map((item) => (0, exports.TypedLinkAttributeDefinitionFilterSensitiveLog)(item)),
|
|
1182
|
+
}),
|
|
1183
|
+
});
|
|
1184
|
+
exports.TypedLinkFacetFilterSensitiveLog = TypedLinkFacetFilterSensitiveLog;
|
|
1185
|
+
const CreateTypedLinkFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1186
|
+
...obj,
|
|
1187
|
+
...(obj.Facet && { Facet: (0, exports.TypedLinkFacetFilterSensitiveLog)(obj.Facet) }),
|
|
1188
|
+
});
|
|
1189
|
+
exports.CreateTypedLinkFacetRequestFilterSensitiveLog = CreateTypedLinkFacetRequestFilterSensitiveLog;
|
|
1190
|
+
const CreateTypedLinkFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1191
|
+
...obj,
|
|
1192
|
+
});
|
|
1193
|
+
exports.CreateTypedLinkFacetResponseFilterSensitiveLog = CreateTypedLinkFacetResponseFilterSensitiveLog;
|
|
1194
|
+
const DeleteDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1195
|
+
...obj,
|
|
1196
|
+
});
|
|
1197
|
+
exports.DeleteDirectoryRequestFilterSensitiveLog = DeleteDirectoryRequestFilterSensitiveLog;
|
|
1198
|
+
const DeleteDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1199
|
+
...obj,
|
|
1200
|
+
});
|
|
1201
|
+
exports.DeleteDirectoryResponseFilterSensitiveLog = DeleteDirectoryResponseFilterSensitiveLog;
|
|
1202
|
+
const DeleteFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1203
|
+
...obj,
|
|
1204
|
+
});
|
|
1205
|
+
exports.DeleteFacetRequestFilterSensitiveLog = DeleteFacetRequestFilterSensitiveLog;
|
|
1206
|
+
const DeleteFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1207
|
+
...obj,
|
|
1208
|
+
});
|
|
1209
|
+
exports.DeleteFacetResponseFilterSensitiveLog = DeleteFacetResponseFilterSensitiveLog;
|
|
1210
|
+
const DeleteObjectRequestFilterSensitiveLog = (obj) => ({
|
|
1211
|
+
...obj,
|
|
1212
|
+
});
|
|
1213
|
+
exports.DeleteObjectRequestFilterSensitiveLog = DeleteObjectRequestFilterSensitiveLog;
|
|
1214
|
+
const DeleteObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1215
|
+
...obj,
|
|
1216
|
+
});
|
|
1217
|
+
exports.DeleteObjectResponseFilterSensitiveLog = DeleteObjectResponseFilterSensitiveLog;
|
|
1218
|
+
const DeleteSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1219
|
+
...obj,
|
|
1220
|
+
});
|
|
1221
|
+
exports.DeleteSchemaRequestFilterSensitiveLog = DeleteSchemaRequestFilterSensitiveLog;
|
|
1222
|
+
const DeleteSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1223
|
+
...obj,
|
|
1224
|
+
});
|
|
1225
|
+
exports.DeleteSchemaResponseFilterSensitiveLog = DeleteSchemaResponseFilterSensitiveLog;
|
|
1226
|
+
const DeleteTypedLinkFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1227
|
+
...obj,
|
|
1228
|
+
});
|
|
1229
|
+
exports.DeleteTypedLinkFacetRequestFilterSensitiveLog = DeleteTypedLinkFacetRequestFilterSensitiveLog;
|
|
1230
|
+
const DeleteTypedLinkFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1231
|
+
...obj,
|
|
1232
|
+
});
|
|
1233
|
+
exports.DeleteTypedLinkFacetResponseFilterSensitiveLog = DeleteTypedLinkFacetResponseFilterSensitiveLog;
|
|
1234
|
+
const DetachFromIndexRequestFilterSensitiveLog = (obj) => ({
|
|
1235
|
+
...obj,
|
|
1236
|
+
});
|
|
1237
|
+
exports.DetachFromIndexRequestFilterSensitiveLog = DetachFromIndexRequestFilterSensitiveLog;
|
|
1238
|
+
const DetachFromIndexResponseFilterSensitiveLog = (obj) => ({
|
|
1239
|
+
...obj,
|
|
1240
|
+
});
|
|
1241
|
+
exports.DetachFromIndexResponseFilterSensitiveLog = DetachFromIndexResponseFilterSensitiveLog;
|
|
1242
|
+
const DetachObjectRequestFilterSensitiveLog = (obj) => ({
|
|
1243
|
+
...obj,
|
|
1244
|
+
});
|
|
1245
|
+
exports.DetachObjectRequestFilterSensitiveLog = DetachObjectRequestFilterSensitiveLog;
|
|
1246
|
+
const DetachObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1247
|
+
...obj,
|
|
1248
|
+
});
|
|
1249
|
+
exports.DetachObjectResponseFilterSensitiveLog = DetachObjectResponseFilterSensitiveLog;
|
|
1250
|
+
const DetachPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1251
|
+
...obj,
|
|
1252
|
+
});
|
|
1253
|
+
exports.DetachPolicyRequestFilterSensitiveLog = DetachPolicyRequestFilterSensitiveLog;
|
|
1254
|
+
const DetachPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1255
|
+
...obj,
|
|
1256
|
+
});
|
|
1257
|
+
exports.DetachPolicyResponseFilterSensitiveLog = DetachPolicyResponseFilterSensitiveLog;
|
|
1258
|
+
const DetachTypedLinkRequestFilterSensitiveLog = (obj) => ({
|
|
1259
|
+
...obj,
|
|
1260
|
+
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: (0, exports.TypedLinkSpecifierFilterSensitiveLog)(obj.TypedLinkSpecifier) }),
|
|
1261
|
+
});
|
|
1262
|
+
exports.DetachTypedLinkRequestFilterSensitiveLog = DetachTypedLinkRequestFilterSensitiveLog;
|
|
1263
|
+
const DisableDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1264
|
+
...obj,
|
|
1265
|
+
});
|
|
1266
|
+
exports.DisableDirectoryRequestFilterSensitiveLog = DisableDirectoryRequestFilterSensitiveLog;
|
|
1267
|
+
const DisableDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1268
|
+
...obj,
|
|
1269
|
+
});
|
|
1270
|
+
exports.DisableDirectoryResponseFilterSensitiveLog = DisableDirectoryResponseFilterSensitiveLog;
|
|
1271
|
+
const EnableDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1272
|
+
...obj,
|
|
1273
|
+
});
|
|
1274
|
+
exports.EnableDirectoryRequestFilterSensitiveLog = EnableDirectoryRequestFilterSensitiveLog;
|
|
1275
|
+
const EnableDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1276
|
+
...obj,
|
|
1277
|
+
});
|
|
1278
|
+
exports.EnableDirectoryResponseFilterSensitiveLog = EnableDirectoryResponseFilterSensitiveLog;
|
|
1279
|
+
const GetAppliedSchemaVersionRequestFilterSensitiveLog = (obj) => ({
|
|
1280
|
+
...obj,
|
|
1281
|
+
});
|
|
1282
|
+
exports.GetAppliedSchemaVersionRequestFilterSensitiveLog = GetAppliedSchemaVersionRequestFilterSensitiveLog;
|
|
1283
|
+
const GetAppliedSchemaVersionResponseFilterSensitiveLog = (obj) => ({
|
|
1284
|
+
...obj,
|
|
1285
|
+
});
|
|
1286
|
+
exports.GetAppliedSchemaVersionResponseFilterSensitiveLog = GetAppliedSchemaVersionResponseFilterSensitiveLog;
|
|
1287
|
+
const GetDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1288
|
+
...obj,
|
|
1289
|
+
});
|
|
1290
|
+
exports.GetDirectoryRequestFilterSensitiveLog = GetDirectoryRequestFilterSensitiveLog;
|
|
1291
|
+
const DirectoryFilterSensitiveLog = (obj) => ({
|
|
1292
|
+
...obj,
|
|
1293
|
+
});
|
|
1294
|
+
exports.DirectoryFilterSensitiveLog = DirectoryFilterSensitiveLog;
|
|
1295
|
+
const GetDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1296
|
+
...obj,
|
|
1297
|
+
});
|
|
1298
|
+
exports.GetDirectoryResponseFilterSensitiveLog = GetDirectoryResponseFilterSensitiveLog;
|
|
1299
|
+
const GetFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1300
|
+
...obj,
|
|
1301
|
+
});
|
|
1302
|
+
exports.GetFacetRequestFilterSensitiveLog = GetFacetRequestFilterSensitiveLog;
|
|
1303
|
+
const FacetFilterSensitiveLog = (obj) => ({
|
|
1304
|
+
...obj,
|
|
1305
|
+
});
|
|
1306
|
+
exports.FacetFilterSensitiveLog = FacetFilterSensitiveLog;
|
|
1307
|
+
const GetFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1308
|
+
...obj,
|
|
1309
|
+
});
|
|
1310
|
+
exports.GetFacetResponseFilterSensitiveLog = GetFacetResponseFilterSensitiveLog;
|
|
1311
|
+
const GetLinkAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1312
|
+
...obj,
|
|
1313
|
+
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: (0, exports.TypedLinkSpecifierFilterSensitiveLog)(obj.TypedLinkSpecifier) }),
|
|
1314
|
+
});
|
|
1315
|
+
exports.GetLinkAttributesRequestFilterSensitiveLog = GetLinkAttributesRequestFilterSensitiveLog;
|
|
1316
|
+
const GetLinkAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1317
|
+
...obj,
|
|
1318
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)) }),
|
|
1319
|
+
});
|
|
1320
|
+
exports.GetLinkAttributesResponseFilterSensitiveLog = GetLinkAttributesResponseFilterSensitiveLog;
|
|
1321
|
+
const GetObjectAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1322
|
+
...obj,
|
|
1323
|
+
});
|
|
1324
|
+
exports.GetObjectAttributesRequestFilterSensitiveLog = GetObjectAttributesRequestFilterSensitiveLog;
|
|
1325
|
+
const GetObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1326
|
+
...obj,
|
|
1327
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)) }),
|
|
1328
|
+
});
|
|
1329
|
+
exports.GetObjectAttributesResponseFilterSensitiveLog = GetObjectAttributesResponseFilterSensitiveLog;
|
|
1330
|
+
const GetObjectInformationRequestFilterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
exports.GetObjectInformationRequestFilterSensitiveLog = GetObjectInformationRequestFilterSensitiveLog;
|
|
1334
|
+
const GetObjectInformationResponseFilterSensitiveLog = (obj) => ({
|
|
1335
|
+
...obj,
|
|
1336
|
+
});
|
|
1337
|
+
exports.GetObjectInformationResponseFilterSensitiveLog = GetObjectInformationResponseFilterSensitiveLog;
|
|
1338
|
+
const GetSchemaAsJsonRequestFilterSensitiveLog = (obj) => ({
|
|
1339
|
+
...obj,
|
|
1340
|
+
});
|
|
1341
|
+
exports.GetSchemaAsJsonRequestFilterSensitiveLog = GetSchemaAsJsonRequestFilterSensitiveLog;
|
|
1342
|
+
const GetSchemaAsJsonResponseFilterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
exports.GetSchemaAsJsonResponseFilterSensitiveLog = GetSchemaAsJsonResponseFilterSensitiveLog;
|
|
1346
|
+
const GetTypedLinkFacetInformationRequestFilterSensitiveLog = (obj) => ({
|
|
1347
|
+
...obj,
|
|
1348
|
+
});
|
|
1349
|
+
exports.GetTypedLinkFacetInformationRequestFilterSensitiveLog = GetTypedLinkFacetInformationRequestFilterSensitiveLog;
|
|
1350
|
+
const GetTypedLinkFacetInformationResponseFilterSensitiveLog = (obj) => ({
|
|
1351
|
+
...obj,
|
|
1352
|
+
});
|
|
1353
|
+
exports.GetTypedLinkFacetInformationResponseFilterSensitiveLog = GetTypedLinkFacetInformationResponseFilterSensitiveLog;
|
|
1354
|
+
const ListAppliedSchemaArnsRequestFilterSensitiveLog = (obj) => ({
|
|
1355
|
+
...obj,
|
|
1356
|
+
});
|
|
1357
|
+
exports.ListAppliedSchemaArnsRequestFilterSensitiveLog = ListAppliedSchemaArnsRequestFilterSensitiveLog;
|
|
1358
|
+
const ListAppliedSchemaArnsResponseFilterSensitiveLog = (obj) => ({
|
|
1359
|
+
...obj,
|
|
1360
|
+
});
|
|
1361
|
+
exports.ListAppliedSchemaArnsResponseFilterSensitiveLog = ListAppliedSchemaArnsResponseFilterSensitiveLog;
|
|
1362
|
+
const ListAttachedIndicesRequestFilterSensitiveLog = (obj) => ({
|
|
1363
|
+
...obj,
|
|
1364
|
+
});
|
|
1365
|
+
exports.ListAttachedIndicesRequestFilterSensitiveLog = ListAttachedIndicesRequestFilterSensitiveLog;
|
|
1366
|
+
const ListAttachedIndicesResponseFilterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
exports.ListAttachedIndicesResponseFilterSensitiveLog = ListAttachedIndicesResponseFilterSensitiveLog;
|
|
1370
|
+
const ListDevelopmentSchemaArnsRequestFilterSensitiveLog = (obj) => ({
|
|
1371
|
+
...obj,
|
|
1372
|
+
});
|
|
1373
|
+
exports.ListDevelopmentSchemaArnsRequestFilterSensitiveLog = ListDevelopmentSchemaArnsRequestFilterSensitiveLog;
|
|
1374
|
+
const ListDevelopmentSchemaArnsResponseFilterSensitiveLog = (obj) => ({
|
|
1375
|
+
...obj,
|
|
1376
|
+
});
|
|
1377
|
+
exports.ListDevelopmentSchemaArnsResponseFilterSensitiveLog = ListDevelopmentSchemaArnsResponseFilterSensitiveLog;
|
|
1378
|
+
const ListDirectoriesRequestFilterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
exports.ListDirectoriesRequestFilterSensitiveLog = ListDirectoriesRequestFilterSensitiveLog;
|
|
1382
|
+
const ListDirectoriesResponseFilterSensitiveLog = (obj) => ({
|
|
1383
|
+
...obj,
|
|
1384
|
+
});
|
|
1385
|
+
exports.ListDirectoriesResponseFilterSensitiveLog = ListDirectoriesResponseFilterSensitiveLog;
|
|
1386
|
+
const ListFacetAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1387
|
+
...obj,
|
|
1388
|
+
});
|
|
1389
|
+
exports.ListFacetAttributesRequestFilterSensitiveLog = ListFacetAttributesRequestFilterSensitiveLog;
|
|
1390
|
+
const ListFacetAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1391
|
+
...obj,
|
|
1392
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.FacetAttributeFilterSensitiveLog)(item)) }),
|
|
1393
|
+
});
|
|
1394
|
+
exports.ListFacetAttributesResponseFilterSensitiveLog = ListFacetAttributesResponseFilterSensitiveLog;
|
|
1395
|
+
const ListFacetNamesRequestFilterSensitiveLog = (obj) => ({
|
|
1396
|
+
...obj,
|
|
1397
|
+
});
|
|
1398
|
+
exports.ListFacetNamesRequestFilterSensitiveLog = ListFacetNamesRequestFilterSensitiveLog;
|
|
1399
|
+
const ListFacetNamesResponseFilterSensitiveLog = (obj) => ({
|
|
1400
|
+
...obj,
|
|
1401
|
+
});
|
|
1402
|
+
exports.ListFacetNamesResponseFilterSensitiveLog = ListFacetNamesResponseFilterSensitiveLog;
|
|
1403
|
+
const ListIncomingTypedLinksRequestFilterSensitiveLog = (obj) => ({
|
|
1404
|
+
...obj,
|
|
1405
|
+
...(obj.FilterAttributeRanges && {
|
|
1406
|
+
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => (0, exports.TypedLinkAttributeRangeFilterSensitiveLog)(item)),
|
|
1407
|
+
}),
|
|
1408
|
+
});
|
|
1409
|
+
exports.ListIncomingTypedLinksRequestFilterSensitiveLog = ListIncomingTypedLinksRequestFilterSensitiveLog;
|
|
1410
|
+
const ListIncomingTypedLinksResponseFilterSensitiveLog = (obj) => ({
|
|
1411
|
+
...obj,
|
|
1412
|
+
});
|
|
1413
|
+
exports.ListIncomingTypedLinksResponseFilterSensitiveLog = ListIncomingTypedLinksResponseFilterSensitiveLog;
|
|
1414
|
+
const ListIndexRequestFilterSensitiveLog = (obj) => ({
|
|
1415
|
+
...obj,
|
|
1416
|
+
...(obj.RangesOnIndexedValues && {
|
|
1417
|
+
RangesOnIndexedValues: obj.RangesOnIndexedValues.map((item) => (0, exports.ObjectAttributeRangeFilterSensitiveLog)(item)),
|
|
1418
|
+
}),
|
|
1419
|
+
});
|
|
1420
|
+
exports.ListIndexRequestFilterSensitiveLog = ListIndexRequestFilterSensitiveLog;
|
|
1421
|
+
const ListIndexResponseFilterSensitiveLog = (obj) => ({
|
|
1422
|
+
...obj,
|
|
1423
|
+
});
|
|
1424
|
+
exports.ListIndexResponseFilterSensitiveLog = ListIndexResponseFilterSensitiveLog;
|
|
1425
|
+
const ListManagedSchemaArnsRequestFilterSensitiveLog = (obj) => ({
|
|
1426
|
+
...obj,
|
|
1427
|
+
});
|
|
1428
|
+
exports.ListManagedSchemaArnsRequestFilterSensitiveLog = ListManagedSchemaArnsRequestFilterSensitiveLog;
|
|
1429
|
+
const ListManagedSchemaArnsResponseFilterSensitiveLog = (obj) => ({
|
|
1430
|
+
...obj,
|
|
1431
|
+
});
|
|
1432
|
+
exports.ListManagedSchemaArnsResponseFilterSensitiveLog = ListManagedSchemaArnsResponseFilterSensitiveLog;
|
|
1433
|
+
const ListObjectAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1434
|
+
...obj,
|
|
1435
|
+
});
|
|
1436
|
+
exports.ListObjectAttributesRequestFilterSensitiveLog = ListObjectAttributesRequestFilterSensitiveLog;
|
|
1437
|
+
const ListObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1438
|
+
...obj,
|
|
1439
|
+
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => (0, exports.AttributeKeyAndValueFilterSensitiveLog)(item)) }),
|
|
1440
|
+
});
|
|
1441
|
+
exports.ListObjectAttributesResponseFilterSensitiveLog = ListObjectAttributesResponseFilterSensitiveLog;
|
|
1442
|
+
const ListObjectChildrenRequestFilterSensitiveLog = (obj) => ({
|
|
1443
|
+
...obj,
|
|
1444
|
+
});
|
|
1445
|
+
exports.ListObjectChildrenRequestFilterSensitiveLog = ListObjectChildrenRequestFilterSensitiveLog;
|
|
1446
|
+
const ListObjectChildrenResponseFilterSensitiveLog = (obj) => ({
|
|
1447
|
+
...obj,
|
|
1448
|
+
});
|
|
1449
|
+
exports.ListObjectChildrenResponseFilterSensitiveLog = ListObjectChildrenResponseFilterSensitiveLog;
|
|
1450
|
+
const ListObjectParentPathsRequestFilterSensitiveLog = (obj) => ({
|
|
1451
|
+
...obj,
|
|
1452
|
+
});
|
|
1453
|
+
exports.ListObjectParentPathsRequestFilterSensitiveLog = ListObjectParentPathsRequestFilterSensitiveLog;
|
|
1454
|
+
const ListObjectParentPathsResponseFilterSensitiveLog = (obj) => ({
|
|
1455
|
+
...obj,
|
|
1456
|
+
});
|
|
1457
|
+
exports.ListObjectParentPathsResponseFilterSensitiveLog = ListObjectParentPathsResponseFilterSensitiveLog;
|
|
1458
|
+
const ListObjectParentsRequestFilterSensitiveLog = (obj) => ({
|
|
1459
|
+
...obj,
|
|
1460
|
+
});
|
|
1461
|
+
exports.ListObjectParentsRequestFilterSensitiveLog = ListObjectParentsRequestFilterSensitiveLog;
|
|
1462
|
+
const ListObjectParentsResponseFilterSensitiveLog = (obj) => ({
|
|
1463
|
+
...obj,
|
|
1464
|
+
});
|
|
1465
|
+
exports.ListObjectParentsResponseFilterSensitiveLog = ListObjectParentsResponseFilterSensitiveLog;
|
|
1466
|
+
const ListObjectPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
1467
|
+
...obj,
|
|
1468
|
+
});
|
|
1469
|
+
exports.ListObjectPoliciesRequestFilterSensitiveLog = ListObjectPoliciesRequestFilterSensitiveLog;
|
|
1470
|
+
const ListObjectPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
1471
|
+
...obj,
|
|
1472
|
+
});
|
|
1473
|
+
exports.ListObjectPoliciesResponseFilterSensitiveLog = ListObjectPoliciesResponseFilterSensitiveLog;
|
|
1474
|
+
const ListOutgoingTypedLinksRequestFilterSensitiveLog = (obj) => ({
|
|
1475
|
+
...obj,
|
|
1476
|
+
...(obj.FilterAttributeRanges && {
|
|
1477
|
+
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => (0, exports.TypedLinkAttributeRangeFilterSensitiveLog)(item)),
|
|
1478
|
+
}),
|
|
1479
|
+
});
|
|
1480
|
+
exports.ListOutgoingTypedLinksRequestFilterSensitiveLog = ListOutgoingTypedLinksRequestFilterSensitiveLog;
|
|
1481
|
+
const ListOutgoingTypedLinksResponseFilterSensitiveLog = (obj) => ({
|
|
1482
|
+
...obj,
|
|
1483
|
+
});
|
|
1484
|
+
exports.ListOutgoingTypedLinksResponseFilterSensitiveLog = ListOutgoingTypedLinksResponseFilterSensitiveLog;
|
|
1485
|
+
const ListPolicyAttachmentsRequestFilterSensitiveLog = (obj) => ({
|
|
1486
|
+
...obj,
|
|
1487
|
+
});
|
|
1488
|
+
exports.ListPolicyAttachmentsRequestFilterSensitiveLog = ListPolicyAttachmentsRequestFilterSensitiveLog;
|
|
1489
|
+
const ListPolicyAttachmentsResponseFilterSensitiveLog = (obj) => ({
|
|
1490
|
+
...obj,
|
|
1491
|
+
});
|
|
1492
|
+
exports.ListPolicyAttachmentsResponseFilterSensitiveLog = ListPolicyAttachmentsResponseFilterSensitiveLog;
|
|
1493
|
+
const ListPublishedSchemaArnsRequestFilterSensitiveLog = (obj) => ({
|
|
1494
|
+
...obj,
|
|
1495
|
+
});
|
|
1496
|
+
exports.ListPublishedSchemaArnsRequestFilterSensitiveLog = ListPublishedSchemaArnsRequestFilterSensitiveLog;
|
|
1497
|
+
const ListPublishedSchemaArnsResponseFilterSensitiveLog = (obj) => ({
|
|
1498
|
+
...obj,
|
|
1499
|
+
});
|
|
1500
|
+
exports.ListPublishedSchemaArnsResponseFilterSensitiveLog = ListPublishedSchemaArnsResponseFilterSensitiveLog;
|
|
1501
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1502
|
+
...obj,
|
|
1503
|
+
});
|
|
1504
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
1505
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
1506
|
+
...obj,
|
|
1507
|
+
});
|
|
1508
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
1509
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1510
|
+
...obj,
|
|
1511
|
+
});
|
|
1512
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
1513
|
+
const ListTypedLinkFacetAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1514
|
+
...obj,
|
|
1515
|
+
});
|
|
1516
|
+
exports.ListTypedLinkFacetAttributesRequestFilterSensitiveLog = ListTypedLinkFacetAttributesRequestFilterSensitiveLog;
|
|
1517
|
+
const ListTypedLinkFacetAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1518
|
+
...obj,
|
|
1519
|
+
...(obj.Attributes && {
|
|
1520
|
+
Attributes: obj.Attributes.map((item) => (0, exports.TypedLinkAttributeDefinitionFilterSensitiveLog)(item)),
|
|
1521
|
+
}),
|
|
1522
|
+
});
|
|
1523
|
+
exports.ListTypedLinkFacetAttributesResponseFilterSensitiveLog = ListTypedLinkFacetAttributesResponseFilterSensitiveLog;
|
|
1524
|
+
const ListTypedLinkFacetNamesRequestFilterSensitiveLog = (obj) => ({
|
|
1525
|
+
...obj,
|
|
1526
|
+
});
|
|
1527
|
+
exports.ListTypedLinkFacetNamesRequestFilterSensitiveLog = ListTypedLinkFacetNamesRequestFilterSensitiveLog;
|
|
1528
|
+
const ListTypedLinkFacetNamesResponseFilterSensitiveLog = (obj) => ({
|
|
1529
|
+
...obj,
|
|
1530
|
+
});
|
|
1531
|
+
exports.ListTypedLinkFacetNamesResponseFilterSensitiveLog = ListTypedLinkFacetNamesResponseFilterSensitiveLog;
|
|
1532
|
+
const LookupPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1533
|
+
...obj,
|
|
1534
|
+
});
|
|
1535
|
+
exports.LookupPolicyRequestFilterSensitiveLog = LookupPolicyRequestFilterSensitiveLog;
|
|
1536
|
+
const LookupPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1537
|
+
...obj,
|
|
1538
|
+
});
|
|
1539
|
+
exports.LookupPolicyResponseFilterSensitiveLog = LookupPolicyResponseFilterSensitiveLog;
|
|
1540
|
+
const PublishSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1541
|
+
...obj,
|
|
1542
|
+
});
|
|
1543
|
+
exports.PublishSchemaRequestFilterSensitiveLog = PublishSchemaRequestFilterSensitiveLog;
|
|
1544
|
+
const PublishSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1545
|
+
...obj,
|
|
1546
|
+
});
|
|
1547
|
+
exports.PublishSchemaResponseFilterSensitiveLog = PublishSchemaResponseFilterSensitiveLog;
|
|
1548
|
+
const PutSchemaFromJsonRequestFilterSensitiveLog = (obj) => ({
|
|
1549
|
+
...obj,
|
|
1550
|
+
});
|
|
1551
|
+
exports.PutSchemaFromJsonRequestFilterSensitiveLog = PutSchemaFromJsonRequestFilterSensitiveLog;
|
|
1552
|
+
const PutSchemaFromJsonResponseFilterSensitiveLog = (obj) => ({
|
|
1553
|
+
...obj,
|
|
1554
|
+
});
|
|
1555
|
+
exports.PutSchemaFromJsonResponseFilterSensitiveLog = PutSchemaFromJsonResponseFilterSensitiveLog;
|
|
1556
|
+
const RemoveFacetFromObjectRequestFilterSensitiveLog = (obj) => ({
|
|
1557
|
+
...obj,
|
|
1558
|
+
});
|
|
1559
|
+
exports.RemoveFacetFromObjectRequestFilterSensitiveLog = RemoveFacetFromObjectRequestFilterSensitiveLog;
|
|
1560
|
+
const RemoveFacetFromObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1561
|
+
...obj,
|
|
1562
|
+
});
|
|
1563
|
+
exports.RemoveFacetFromObjectResponseFilterSensitiveLog = RemoveFacetFromObjectResponseFilterSensitiveLog;
|
|
1564
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1565
|
+
...obj,
|
|
1566
|
+
});
|
|
1567
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
1568
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1569
|
+
...obj,
|
|
1570
|
+
});
|
|
1571
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
1572
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1573
|
+
...obj,
|
|
1574
|
+
});
|
|
1575
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
1576
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1577
|
+
...obj,
|
|
1578
|
+
});
|
|
1579
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
1580
|
+
const FacetAttributeUpdateFilterSensitiveLog = (obj) => ({
|
|
1581
|
+
...obj,
|
|
1582
|
+
...(obj.Attribute && { Attribute: (0, exports.FacetAttributeFilterSensitiveLog)(obj.Attribute) }),
|
|
1583
|
+
});
|
|
1584
|
+
exports.FacetAttributeUpdateFilterSensitiveLog = FacetAttributeUpdateFilterSensitiveLog;
|
|
1585
|
+
const UpdateFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1586
|
+
...obj,
|
|
1587
|
+
...(obj.AttributeUpdates && {
|
|
1588
|
+
AttributeUpdates: obj.AttributeUpdates.map((item) => (0, exports.FacetAttributeUpdateFilterSensitiveLog)(item)),
|
|
1589
|
+
}),
|
|
1590
|
+
});
|
|
1591
|
+
exports.UpdateFacetRequestFilterSensitiveLog = UpdateFacetRequestFilterSensitiveLog;
|
|
1592
|
+
const UpdateFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1593
|
+
...obj,
|
|
1594
|
+
});
|
|
1595
|
+
exports.UpdateFacetResponseFilterSensitiveLog = UpdateFacetResponseFilterSensitiveLog;
|
|
1596
|
+
const UpdateLinkAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1597
|
+
...obj,
|
|
1598
|
+
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: (0, exports.TypedLinkSpecifierFilterSensitiveLog)(obj.TypedLinkSpecifier) }),
|
|
1599
|
+
...(obj.AttributeUpdates && {
|
|
1600
|
+
AttributeUpdates: obj.AttributeUpdates.map((item) => (0, exports.LinkAttributeUpdateFilterSensitiveLog)(item)),
|
|
1601
|
+
}),
|
|
1602
|
+
});
|
|
1603
|
+
exports.UpdateLinkAttributesRequestFilterSensitiveLog = UpdateLinkAttributesRequestFilterSensitiveLog;
|
|
1604
|
+
const UpdateLinkAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1605
|
+
...obj,
|
|
1606
|
+
});
|
|
1607
|
+
exports.UpdateLinkAttributesResponseFilterSensitiveLog = UpdateLinkAttributesResponseFilterSensitiveLog;
|
|
1608
|
+
const UpdateObjectAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1609
|
+
...obj,
|
|
1610
|
+
...(obj.AttributeUpdates && {
|
|
1611
|
+
AttributeUpdates: obj.AttributeUpdates.map((item) => (0, exports.ObjectAttributeUpdateFilterSensitiveLog)(item)),
|
|
1612
|
+
}),
|
|
1613
|
+
});
|
|
1614
|
+
exports.UpdateObjectAttributesRequestFilterSensitiveLog = UpdateObjectAttributesRequestFilterSensitiveLog;
|
|
1615
|
+
const UpdateObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1616
|
+
...obj,
|
|
1617
|
+
});
|
|
1618
|
+
exports.UpdateObjectAttributesResponseFilterSensitiveLog = UpdateObjectAttributesResponseFilterSensitiveLog;
|
|
1619
|
+
const UpdateSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1620
|
+
...obj,
|
|
1621
|
+
});
|
|
1622
|
+
exports.UpdateSchemaRequestFilterSensitiveLog = UpdateSchemaRequestFilterSensitiveLog;
|
|
1623
|
+
const UpdateSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1624
|
+
...obj,
|
|
1625
|
+
});
|
|
1626
|
+
exports.UpdateSchemaResponseFilterSensitiveLog = UpdateSchemaResponseFilterSensitiveLog;
|
|
1627
|
+
const TypedLinkFacetAttributeUpdateFilterSensitiveLog = (obj) => ({
|
|
1628
|
+
...obj,
|
|
1629
|
+
...(obj.Attribute && { Attribute: (0, exports.TypedLinkAttributeDefinitionFilterSensitiveLog)(obj.Attribute) }),
|
|
1630
|
+
});
|
|
1631
|
+
exports.TypedLinkFacetAttributeUpdateFilterSensitiveLog = TypedLinkFacetAttributeUpdateFilterSensitiveLog;
|
|
1632
|
+
const UpdateTypedLinkFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1633
|
+
...obj,
|
|
1634
|
+
...(obj.AttributeUpdates && {
|
|
1635
|
+
AttributeUpdates: obj.AttributeUpdates.map((item) => (0, exports.TypedLinkFacetAttributeUpdateFilterSensitiveLog)(item)),
|
|
1636
|
+
}),
|
|
1637
|
+
});
|
|
1638
|
+
exports.UpdateTypedLinkFacetRequestFilterSensitiveLog = UpdateTypedLinkFacetRequestFilterSensitiveLog;
|
|
1639
|
+
const UpdateTypedLinkFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1640
|
+
...obj,
|
|
1641
|
+
});
|
|
1642
|
+
exports.UpdateTypedLinkFacetResponseFilterSensitiveLog = UpdateTypedLinkFacetResponseFilterSensitiveLog;
|
|
1643
|
+
const UpgradeAppliedSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1644
|
+
...obj,
|
|
1645
|
+
});
|
|
1646
|
+
exports.UpgradeAppliedSchemaRequestFilterSensitiveLog = UpgradeAppliedSchemaRequestFilterSensitiveLog;
|
|
1647
|
+
const UpgradeAppliedSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1648
|
+
...obj,
|
|
1649
|
+
});
|
|
1650
|
+
exports.UpgradeAppliedSchemaResponseFilterSensitiveLog = UpgradeAppliedSchemaResponseFilterSensitiveLog;
|
|
1651
|
+
const UpgradePublishedSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1652
|
+
...obj,
|
|
1653
|
+
});
|
|
1654
|
+
exports.UpgradePublishedSchemaRequestFilterSensitiveLog = UpgradePublishedSchemaRequestFilterSensitiveLog;
|
|
1655
|
+
const UpgradePublishedSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1656
|
+
...obj,
|
|
1657
|
+
});
|
|
1658
|
+
exports.UpgradePublishedSchemaResponseFilterSensitiveLog = UpgradePublishedSchemaResponseFilterSensitiveLog;
|