@aws-sdk/client-clouddirectory 3.183.0 → 3.186.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 +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/CloudDirectory.js +273 -266
- package/dist-es/CloudDirectoryClient.js +28 -22
- package/dist-es/commands/AddFacetToObjectCommand.js +28 -21
- package/dist-es/commands/ApplySchemaCommand.js +28 -21
- package/dist-es/commands/AttachObjectCommand.js +28 -21
- package/dist-es/commands/AttachPolicyCommand.js +28 -21
- package/dist-es/commands/AttachToIndexCommand.js +28 -21
- package/dist-es/commands/AttachTypedLinkCommand.js +28 -21
- package/dist-es/commands/BatchReadCommand.js +28 -21
- package/dist-es/commands/BatchWriteCommand.js +28 -21
- package/dist-es/commands/CreateDirectoryCommand.js +28 -21
- package/dist-es/commands/CreateFacetCommand.js +28 -21
- package/dist-es/commands/CreateIndexCommand.js +28 -21
- package/dist-es/commands/CreateObjectCommand.js +28 -21
- package/dist-es/commands/CreateSchemaCommand.js +28 -21
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +28 -21
- package/dist-es/commands/DeleteDirectoryCommand.js +28 -21
- package/dist-es/commands/DeleteFacetCommand.js +28 -21
- package/dist-es/commands/DeleteObjectCommand.js +28 -21
- package/dist-es/commands/DeleteSchemaCommand.js +28 -21
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +28 -21
- package/dist-es/commands/DetachFromIndexCommand.js +28 -21
- package/dist-es/commands/DetachObjectCommand.js +28 -21
- package/dist-es/commands/DetachPolicyCommand.js +28 -21
- package/dist-es/commands/DetachTypedLinkCommand.js +29 -22
- package/dist-es/commands/DisableDirectoryCommand.js +28 -21
- package/dist-es/commands/EnableDirectoryCommand.js +28 -21
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +28 -21
- package/dist-es/commands/GetDirectoryCommand.js +28 -21
- package/dist-es/commands/GetFacetCommand.js +28 -21
- package/dist-es/commands/GetLinkAttributesCommand.js +28 -21
- package/dist-es/commands/GetObjectAttributesCommand.js +28 -21
- package/dist-es/commands/GetObjectInformationCommand.js +28 -21
- package/dist-es/commands/GetSchemaAsJsonCommand.js +28 -21
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +28 -21
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +28 -21
- package/dist-es/commands/ListAttachedIndicesCommand.js +28 -21
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +28 -21
- package/dist-es/commands/ListDirectoriesCommand.js +28 -21
- package/dist-es/commands/ListFacetAttributesCommand.js +28 -21
- package/dist-es/commands/ListFacetNamesCommand.js +28 -21
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +28 -21
- package/dist-es/commands/ListIndexCommand.js +28 -21
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +28 -21
- package/dist-es/commands/ListObjectAttributesCommand.js +28 -21
- package/dist-es/commands/ListObjectChildrenCommand.js +28 -21
- package/dist-es/commands/ListObjectParentPathsCommand.js +28 -21
- package/dist-es/commands/ListObjectParentsCommand.js +28 -21
- package/dist-es/commands/ListObjectPoliciesCommand.js +28 -21
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +28 -21
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +28 -21
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +28 -21
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +28 -21
- package/dist-es/commands/LookupPolicyCommand.js +28 -21
- package/dist-es/commands/PublishSchemaCommand.js +28 -21
- package/dist-es/commands/PutSchemaFromJsonCommand.js +28 -21
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateFacetCommand.js +28 -21
- package/dist-es/commands/UpdateLinkAttributesCommand.js +28 -21
- package/dist-es/commands/UpdateObjectAttributesCommand.js +28 -21
- package/dist-es/commands/UpdateSchemaCommand.js +28 -21
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +28 -21
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +28 -21
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CloudDirectoryServiceException.js +10 -5
- package/dist-es/models/models_0.js +751 -1267
- package/dist-es/pagination/ListAppliedSchemaArnsPaginator.js +68 -25
- package/dist-es/pagination/ListAttachedIndicesPaginator.js +68 -25
- package/dist-es/pagination/ListDevelopmentSchemaArnsPaginator.js +68 -25
- package/dist-es/pagination/ListDirectoriesPaginator.js +68 -25
- package/dist-es/pagination/ListFacetAttributesPaginator.js +68 -25
- package/dist-es/pagination/ListFacetNamesPaginator.js +68 -25
- package/dist-es/pagination/ListIndexPaginator.js +68 -25
- package/dist-es/pagination/ListManagedSchemaArnsPaginator.js +68 -25
- package/dist-es/pagination/ListObjectAttributesPaginator.js +68 -25
- package/dist-es/pagination/ListObjectChildrenPaginator.js +68 -25
- package/dist-es/pagination/ListObjectParentPathsPaginator.js +68 -25
- package/dist-es/pagination/ListObjectParentsPaginator.js +68 -25
- package/dist-es/pagination/ListObjectPoliciesPaginator.js +68 -25
- package/dist-es/pagination/ListPolicyAttachmentsPaginator.js +68 -25
- package/dist-es/pagination/ListPublishedSchemaArnsPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
- package/dist-es/pagination/ListTypedLinkFacetAttributesPaginator.js +68 -25
- package/dist-es/pagination/ListTypedLinkFacetNamesPaginator.js +68 -25
- package/dist-es/pagination/LookupPolicyPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +8516 -6538
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
|
@@ -1,20 +1,21 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { CloudDirectoryServiceException as __BaseException } from "./CloudDirectoryServiceException";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
3
|
+
var AccessDeniedException = (function (_super) {
|
|
4
|
+
__extends(AccessDeniedException, _super);
|
|
5
|
+
function AccessDeniedException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccessDeniedException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
10
|
+
_this.Message = opts.Message;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
return AccessDeniedException;
|
|
14
|
+
}(__BaseException));
|
|
15
|
+
export { AccessDeniedException };
|
|
15
16
|
export var TypedAttributeValue;
|
|
16
17
|
(function (TypedAttributeValue) {
|
|
17
|
-
TypedAttributeValue.visit = (value, visitor)
|
|
18
|
+
TypedAttributeValue.visit = function (value, visitor) {
|
|
18
19
|
if (value.StringValue !== undefined)
|
|
19
20
|
return visitor.StringValue(value.StringValue);
|
|
20
21
|
if (value.BinaryValue !== undefined)
|
|
@@ -28,188 +29,188 @@ export var TypedAttributeValue;
|
|
|
28
29
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
29
30
|
};
|
|
30
31
|
})(TypedAttributeValue || (TypedAttributeValue = {}));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
32
|
+
var DirectoryNotEnabledException = (function (_super) {
|
|
33
|
+
__extends(DirectoryNotEnabledException, _super);
|
|
34
|
+
function DirectoryNotEnabledException(opts) {
|
|
35
|
+
var _this = _super.call(this, __assign({ name: "DirectoryNotEnabledException", $fault: "client" }, opts)) || this;
|
|
36
|
+
_this.name = "DirectoryNotEnabledException";
|
|
37
|
+
_this.$fault = "client";
|
|
38
|
+
Object.setPrototypeOf(_this, DirectoryNotEnabledException.prototype);
|
|
39
|
+
_this.Message = opts.Message;
|
|
40
|
+
return _this;
|
|
41
|
+
}
|
|
42
|
+
return DirectoryNotEnabledException;
|
|
43
|
+
}(__BaseException));
|
|
44
|
+
export { DirectoryNotEnabledException };
|
|
45
|
+
var FacetValidationException = (function (_super) {
|
|
46
|
+
__extends(FacetValidationException, _super);
|
|
47
|
+
function FacetValidationException(opts) {
|
|
48
|
+
var _this = _super.call(this, __assign({ name: "FacetValidationException", $fault: "client" }, opts)) || this;
|
|
49
|
+
_this.name = "FacetValidationException";
|
|
50
|
+
_this.$fault = "client";
|
|
51
|
+
Object.setPrototypeOf(_this, FacetValidationException.prototype);
|
|
52
|
+
_this.Message = opts.Message;
|
|
53
|
+
return _this;
|
|
54
|
+
}
|
|
55
|
+
return FacetValidationException;
|
|
56
|
+
}(__BaseException));
|
|
57
|
+
export { FacetValidationException };
|
|
58
|
+
var InternalServiceException = (function (_super) {
|
|
59
|
+
__extends(InternalServiceException, _super);
|
|
60
|
+
function InternalServiceException(opts) {
|
|
61
|
+
var _this = _super.call(this, __assign({ name: "InternalServiceException", $fault: "server" }, opts)) || this;
|
|
62
|
+
_this.name = "InternalServiceException";
|
|
63
|
+
_this.$fault = "server";
|
|
64
|
+
Object.setPrototypeOf(_this, InternalServiceException.prototype);
|
|
65
|
+
_this.Message = opts.Message;
|
|
66
|
+
return _this;
|
|
67
|
+
}
|
|
68
|
+
return InternalServiceException;
|
|
69
|
+
}(__BaseException));
|
|
70
|
+
export { InternalServiceException };
|
|
71
|
+
var InvalidArnException = (function (_super) {
|
|
72
|
+
__extends(InvalidArnException, _super);
|
|
73
|
+
function InvalidArnException(opts) {
|
|
74
|
+
var _this = _super.call(this, __assign({ name: "InvalidArnException", $fault: "client" }, opts)) || this;
|
|
75
|
+
_this.name = "InvalidArnException";
|
|
76
|
+
_this.$fault = "client";
|
|
77
|
+
Object.setPrototypeOf(_this, InvalidArnException.prototype);
|
|
78
|
+
_this.Message = opts.Message;
|
|
79
|
+
return _this;
|
|
80
|
+
}
|
|
81
|
+
return InvalidArnException;
|
|
82
|
+
}(__BaseException));
|
|
83
|
+
export { InvalidArnException };
|
|
84
|
+
var LimitExceededException = (function (_super) {
|
|
85
|
+
__extends(LimitExceededException, _super);
|
|
86
|
+
function LimitExceededException(opts) {
|
|
87
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
88
|
+
_this.name = "LimitExceededException";
|
|
89
|
+
_this.$fault = "client";
|
|
90
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
91
|
+
_this.Message = opts.Message;
|
|
92
|
+
return _this;
|
|
93
|
+
}
|
|
94
|
+
return LimitExceededException;
|
|
95
|
+
}(__BaseException));
|
|
96
|
+
export { LimitExceededException };
|
|
97
|
+
var ResourceNotFoundException = (function (_super) {
|
|
98
|
+
__extends(ResourceNotFoundException, _super);
|
|
99
|
+
function ResourceNotFoundException(opts) {
|
|
100
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
101
|
+
_this.name = "ResourceNotFoundException";
|
|
102
|
+
_this.$fault = "client";
|
|
103
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
104
|
+
_this.Message = opts.Message;
|
|
105
|
+
return _this;
|
|
106
|
+
}
|
|
107
|
+
return ResourceNotFoundException;
|
|
108
|
+
}(__BaseException));
|
|
109
|
+
export { ResourceNotFoundException };
|
|
110
|
+
var RetryableConflictException = (function (_super) {
|
|
111
|
+
__extends(RetryableConflictException, _super);
|
|
112
|
+
function RetryableConflictException(opts) {
|
|
113
|
+
var _this = _super.call(this, __assign({ name: "RetryableConflictException", $fault: "client" }, opts)) || this;
|
|
114
|
+
_this.name = "RetryableConflictException";
|
|
115
|
+
_this.$fault = "client";
|
|
116
|
+
Object.setPrototypeOf(_this, RetryableConflictException.prototype);
|
|
117
|
+
_this.Message = opts.Message;
|
|
118
|
+
return _this;
|
|
119
|
+
}
|
|
120
|
+
return RetryableConflictException;
|
|
121
|
+
}(__BaseException));
|
|
122
|
+
export { RetryableConflictException };
|
|
123
|
+
var ValidationException = (function (_super) {
|
|
124
|
+
__extends(ValidationException, _super);
|
|
125
|
+
function ValidationException(opts) {
|
|
126
|
+
var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
|
|
127
|
+
_this.name = "ValidationException";
|
|
128
|
+
_this.$fault = "client";
|
|
129
|
+
Object.setPrototypeOf(_this, ValidationException.prototype);
|
|
130
|
+
_this.Message = opts.Message;
|
|
131
|
+
return _this;
|
|
132
|
+
}
|
|
133
|
+
return ValidationException;
|
|
134
|
+
}(__BaseException));
|
|
135
|
+
export { ValidationException };
|
|
136
|
+
var InvalidAttachmentException = (function (_super) {
|
|
137
|
+
__extends(InvalidAttachmentException, _super);
|
|
138
|
+
function InvalidAttachmentException(opts) {
|
|
139
|
+
var _this = _super.call(this, __assign({ name: "InvalidAttachmentException", $fault: "client" }, opts)) || this;
|
|
140
|
+
_this.name = "InvalidAttachmentException";
|
|
141
|
+
_this.$fault = "client";
|
|
142
|
+
Object.setPrototypeOf(_this, InvalidAttachmentException.prototype);
|
|
143
|
+
_this.Message = opts.Message;
|
|
144
|
+
return _this;
|
|
145
|
+
}
|
|
146
|
+
return InvalidAttachmentException;
|
|
147
|
+
}(__BaseException));
|
|
148
|
+
export { InvalidAttachmentException };
|
|
149
|
+
var SchemaAlreadyExistsException = (function (_super) {
|
|
150
|
+
__extends(SchemaAlreadyExistsException, _super);
|
|
151
|
+
function SchemaAlreadyExistsException(opts) {
|
|
152
|
+
var _this = _super.call(this, __assign({ name: "SchemaAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
153
|
+
_this.name = "SchemaAlreadyExistsException";
|
|
154
|
+
_this.$fault = "client";
|
|
155
|
+
Object.setPrototypeOf(_this, SchemaAlreadyExistsException.prototype);
|
|
156
|
+
_this.Message = opts.Message;
|
|
157
|
+
return _this;
|
|
158
|
+
}
|
|
159
|
+
return SchemaAlreadyExistsException;
|
|
160
|
+
}(__BaseException));
|
|
161
|
+
export { SchemaAlreadyExistsException };
|
|
162
|
+
var LinkNameAlreadyInUseException = (function (_super) {
|
|
163
|
+
__extends(LinkNameAlreadyInUseException, _super);
|
|
164
|
+
function LinkNameAlreadyInUseException(opts) {
|
|
165
|
+
var _this = _super.call(this, __assign({ name: "LinkNameAlreadyInUseException", $fault: "client" }, opts)) || this;
|
|
166
|
+
_this.name = "LinkNameAlreadyInUseException";
|
|
167
|
+
_this.$fault = "client";
|
|
168
|
+
Object.setPrototypeOf(_this, LinkNameAlreadyInUseException.prototype);
|
|
169
|
+
_this.Message = opts.Message;
|
|
170
|
+
return _this;
|
|
171
|
+
}
|
|
172
|
+
return LinkNameAlreadyInUseException;
|
|
173
|
+
}(__BaseException));
|
|
174
|
+
export { LinkNameAlreadyInUseException };
|
|
175
|
+
var NotPolicyException = (function (_super) {
|
|
176
|
+
__extends(NotPolicyException, _super);
|
|
177
|
+
function NotPolicyException(opts) {
|
|
178
|
+
var _this = _super.call(this, __assign({ name: "NotPolicyException", $fault: "client" }, opts)) || this;
|
|
179
|
+
_this.name = "NotPolicyException";
|
|
180
|
+
_this.$fault = "client";
|
|
181
|
+
Object.setPrototypeOf(_this, NotPolicyException.prototype);
|
|
182
|
+
_this.Message = opts.Message;
|
|
183
|
+
return _this;
|
|
184
|
+
}
|
|
185
|
+
return NotPolicyException;
|
|
186
|
+
}(__BaseException));
|
|
187
|
+
export { NotPolicyException };
|
|
188
|
+
var IndexedAttributeMissingException = (function (_super) {
|
|
189
|
+
__extends(IndexedAttributeMissingException, _super);
|
|
190
|
+
function IndexedAttributeMissingException(opts) {
|
|
191
|
+
var _this = _super.call(this, __assign({ name: "IndexedAttributeMissingException", $fault: "client" }, opts)) || this;
|
|
192
|
+
_this.name = "IndexedAttributeMissingException";
|
|
193
|
+
_this.$fault = "client";
|
|
194
|
+
Object.setPrototypeOf(_this, IndexedAttributeMissingException.prototype);
|
|
195
|
+
_this.Message = opts.Message;
|
|
196
|
+
return _this;
|
|
197
|
+
}
|
|
198
|
+
return IndexedAttributeMissingException;
|
|
199
|
+
}(__BaseException));
|
|
200
|
+
export { IndexedAttributeMissingException };
|
|
201
|
+
var NotIndexException = (function (_super) {
|
|
202
|
+
__extends(NotIndexException, _super);
|
|
203
|
+
function NotIndexException(opts) {
|
|
204
|
+
var _this = _super.call(this, __assign({ name: "NotIndexException", $fault: "client" }, opts)) || this;
|
|
205
|
+
_this.name = "NotIndexException";
|
|
206
|
+
_this.$fault = "client";
|
|
207
|
+
Object.setPrototypeOf(_this, NotIndexException.prototype);
|
|
208
|
+
_this.Message = opts.Message;
|
|
209
|
+
return _this;
|
|
210
|
+
}
|
|
211
|
+
return NotIndexException;
|
|
212
|
+
}(__BaseException));
|
|
213
|
+
export { NotIndexException };
|
|
213
214
|
export var ConsistencyLevel;
|
|
214
215
|
(function (ConsistencyLevel) {
|
|
215
216
|
ConsistencyLevel["EVENTUAL"] = "EVENTUAL";
|
|
@@ -260,39 +261,39 @@ export var BatchWriteExceptionType;
|
|
|
260
261
|
BatchWriteExceptionType["UnsupportedIndexTypeException"] = "UnsupportedIndexTypeException";
|
|
261
262
|
BatchWriteExceptionType["ValidationException"] = "ValidationException";
|
|
262
263
|
})(BatchWriteExceptionType || (BatchWriteExceptionType = {}));
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
}
|
|
264
|
+
var BatchWriteException = (function (_super) {
|
|
265
|
+
__extends(BatchWriteException, _super);
|
|
266
|
+
function BatchWriteException(opts) {
|
|
267
|
+
var _this = _super.call(this, __assign({ name: "BatchWriteException", $fault: "client" }, opts)) || this;
|
|
268
|
+
_this.name = "BatchWriteException";
|
|
269
|
+
_this.$fault = "client";
|
|
270
|
+
Object.setPrototypeOf(_this, BatchWriteException.prototype);
|
|
271
|
+
_this.Index = opts.Index;
|
|
272
|
+
_this.Type = opts.Type;
|
|
273
|
+
_this.Message = opts.Message;
|
|
274
|
+
return _this;
|
|
275
|
+
}
|
|
276
|
+
return BatchWriteException;
|
|
277
|
+
}(__BaseException));
|
|
278
|
+
export { BatchWriteException };
|
|
278
279
|
export var UpdateActionType;
|
|
279
280
|
(function (UpdateActionType) {
|
|
280
281
|
UpdateActionType["CREATE_OR_UPDATE"] = "CREATE_OR_UPDATE";
|
|
281
282
|
UpdateActionType["DELETE"] = "DELETE";
|
|
282
283
|
})(UpdateActionType || (UpdateActionType = {}));
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
}
|
|
284
|
+
var DirectoryAlreadyExistsException = (function (_super) {
|
|
285
|
+
__extends(DirectoryAlreadyExistsException, _super);
|
|
286
|
+
function DirectoryAlreadyExistsException(opts) {
|
|
287
|
+
var _this = _super.call(this, __assign({ name: "DirectoryAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
288
|
+
_this.name = "DirectoryAlreadyExistsException";
|
|
289
|
+
_this.$fault = "client";
|
|
290
|
+
Object.setPrototypeOf(_this, DirectoryAlreadyExistsException.prototype);
|
|
291
|
+
_this.Message = opts.Message;
|
|
292
|
+
return _this;
|
|
293
|
+
}
|
|
294
|
+
return DirectoryAlreadyExistsException;
|
|
295
|
+
}(__BaseException));
|
|
296
|
+
export { DirectoryAlreadyExistsException };
|
|
296
297
|
export var RuleType;
|
|
297
298
|
(function (RuleType) {
|
|
298
299
|
RuleType["BINARY_LENGTH"] = "BINARY_LENGTH";
|
|
@@ -326,250 +327,249 @@ export var ObjectType;
|
|
|
326
327
|
ObjectType["NODE"] = "NODE";
|
|
327
328
|
ObjectType["POLICY"] = "POLICY";
|
|
328
329
|
})(ObjectType || (ObjectType = {}));
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
}
|
|
330
|
+
var FacetAlreadyExistsException = (function (_super) {
|
|
331
|
+
__extends(FacetAlreadyExistsException, _super);
|
|
332
|
+
function FacetAlreadyExistsException(opts) {
|
|
333
|
+
var _this = _super.call(this, __assign({ name: "FacetAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
334
|
+
_this.name = "FacetAlreadyExistsException";
|
|
335
|
+
_this.$fault = "client";
|
|
336
|
+
Object.setPrototypeOf(_this, FacetAlreadyExistsException.prototype);
|
|
337
|
+
_this.Message = opts.Message;
|
|
338
|
+
return _this;
|
|
339
|
+
}
|
|
340
|
+
return FacetAlreadyExistsException;
|
|
341
|
+
}(__BaseException));
|
|
342
|
+
export { FacetAlreadyExistsException };
|
|
343
|
+
var InvalidRuleException = (function (_super) {
|
|
344
|
+
__extends(InvalidRuleException, _super);
|
|
345
|
+
function InvalidRuleException(opts) {
|
|
346
|
+
var _this = _super.call(this, __assign({ name: "InvalidRuleException", $fault: "client" }, opts)) || this;
|
|
347
|
+
_this.name = "InvalidRuleException";
|
|
348
|
+
_this.$fault = "client";
|
|
349
|
+
Object.setPrototypeOf(_this, InvalidRuleException.prototype);
|
|
350
|
+
_this.Message = opts.Message;
|
|
351
|
+
return _this;
|
|
352
|
+
}
|
|
353
|
+
return InvalidRuleException;
|
|
354
|
+
}(__BaseException));
|
|
355
|
+
export { InvalidRuleException };
|
|
356
|
+
var UnsupportedIndexTypeException = (function (_super) {
|
|
357
|
+
__extends(UnsupportedIndexTypeException, _super);
|
|
358
|
+
function UnsupportedIndexTypeException(opts) {
|
|
359
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedIndexTypeException", $fault: "client" }, opts)) || this;
|
|
360
|
+
_this.name = "UnsupportedIndexTypeException";
|
|
361
|
+
_this.$fault = "client";
|
|
362
|
+
Object.setPrototypeOf(_this, UnsupportedIndexTypeException.prototype);
|
|
363
|
+
_this.Message = opts.Message;
|
|
364
|
+
return _this;
|
|
365
|
+
}
|
|
366
|
+
return UnsupportedIndexTypeException;
|
|
367
|
+
}(__BaseException));
|
|
368
|
+
export { UnsupportedIndexTypeException };
|
|
369
|
+
var DirectoryDeletedException = (function (_super) {
|
|
370
|
+
__extends(DirectoryDeletedException, _super);
|
|
371
|
+
function DirectoryDeletedException(opts) {
|
|
372
|
+
var _this = _super.call(this, __assign({ name: "DirectoryDeletedException", $fault: "client" }, opts)) || this;
|
|
373
|
+
_this.name = "DirectoryDeletedException";
|
|
374
|
+
_this.$fault = "client";
|
|
375
|
+
Object.setPrototypeOf(_this, DirectoryDeletedException.prototype);
|
|
376
|
+
_this.Message = opts.Message;
|
|
377
|
+
return _this;
|
|
378
|
+
}
|
|
379
|
+
return DirectoryDeletedException;
|
|
380
|
+
}(__BaseException));
|
|
381
|
+
export { DirectoryDeletedException };
|
|
382
|
+
var DirectoryNotDisabledException = (function (_super) {
|
|
383
|
+
__extends(DirectoryNotDisabledException, _super);
|
|
384
|
+
function DirectoryNotDisabledException(opts) {
|
|
385
|
+
var _this = _super.call(this, __assign({ name: "DirectoryNotDisabledException", $fault: "client" }, opts)) || this;
|
|
386
|
+
_this.name = "DirectoryNotDisabledException";
|
|
387
|
+
_this.$fault = "client";
|
|
388
|
+
Object.setPrototypeOf(_this, DirectoryNotDisabledException.prototype);
|
|
389
|
+
_this.Message = opts.Message;
|
|
390
|
+
return _this;
|
|
391
|
+
}
|
|
392
|
+
return DirectoryNotDisabledException;
|
|
393
|
+
}(__BaseException));
|
|
394
|
+
export { DirectoryNotDisabledException };
|
|
395
|
+
var FacetInUseException = (function (_super) {
|
|
396
|
+
__extends(FacetInUseException, _super);
|
|
397
|
+
function FacetInUseException(opts) {
|
|
398
|
+
var _this = _super.call(this, __assign({ name: "FacetInUseException", $fault: "client" }, opts)) || this;
|
|
399
|
+
_this.name = "FacetInUseException";
|
|
400
|
+
_this.$fault = "client";
|
|
401
|
+
Object.setPrototypeOf(_this, FacetInUseException.prototype);
|
|
402
|
+
_this.Message = opts.Message;
|
|
403
|
+
return _this;
|
|
404
|
+
}
|
|
405
|
+
return FacetInUseException;
|
|
406
|
+
}(__BaseException));
|
|
407
|
+
export { FacetInUseException };
|
|
408
|
+
var FacetNotFoundException = (function (_super) {
|
|
409
|
+
__extends(FacetNotFoundException, _super);
|
|
410
|
+
function FacetNotFoundException(opts) {
|
|
411
|
+
var _this = _super.call(this, __assign({ name: "FacetNotFoundException", $fault: "client" }, opts)) || this;
|
|
412
|
+
_this.name = "FacetNotFoundException";
|
|
413
|
+
_this.$fault = "client";
|
|
414
|
+
Object.setPrototypeOf(_this, FacetNotFoundException.prototype);
|
|
415
|
+
_this.Message = opts.Message;
|
|
416
|
+
return _this;
|
|
417
|
+
}
|
|
418
|
+
return FacetNotFoundException;
|
|
419
|
+
}(__BaseException));
|
|
420
|
+
export { FacetNotFoundException };
|
|
421
|
+
var ObjectNotDetachedException = (function (_super) {
|
|
422
|
+
__extends(ObjectNotDetachedException, _super);
|
|
423
|
+
function ObjectNotDetachedException(opts) {
|
|
424
|
+
var _this = _super.call(this, __assign({ name: "ObjectNotDetachedException", $fault: "client" }, opts)) || this;
|
|
425
|
+
_this.name = "ObjectNotDetachedException";
|
|
426
|
+
_this.$fault = "client";
|
|
427
|
+
Object.setPrototypeOf(_this, ObjectNotDetachedException.prototype);
|
|
428
|
+
_this.Message = opts.Message;
|
|
429
|
+
return _this;
|
|
430
|
+
}
|
|
431
|
+
return ObjectNotDetachedException;
|
|
432
|
+
}(__BaseException));
|
|
433
|
+
export { ObjectNotDetachedException };
|
|
434
|
+
var StillContainsLinksException = (function (_super) {
|
|
435
|
+
__extends(StillContainsLinksException, _super);
|
|
436
|
+
function StillContainsLinksException(opts) {
|
|
437
|
+
var _this = _super.call(this, __assign({ name: "StillContainsLinksException", $fault: "client" }, opts)) || this;
|
|
438
|
+
_this.name = "StillContainsLinksException";
|
|
439
|
+
_this.$fault = "client";
|
|
440
|
+
Object.setPrototypeOf(_this, StillContainsLinksException.prototype);
|
|
441
|
+
_this.Message = opts.Message;
|
|
442
|
+
return _this;
|
|
443
|
+
}
|
|
444
|
+
return StillContainsLinksException;
|
|
445
|
+
}(__BaseException));
|
|
446
|
+
export { StillContainsLinksException };
|
|
447
|
+
var ObjectAlreadyDetachedException = (function (_super) {
|
|
448
|
+
__extends(ObjectAlreadyDetachedException, _super);
|
|
449
|
+
function ObjectAlreadyDetachedException(opts) {
|
|
450
|
+
var _this = _super.call(this, __assign({ name: "ObjectAlreadyDetachedException", $fault: "client" }, opts)) || this;
|
|
451
|
+
_this.name = "ObjectAlreadyDetachedException";
|
|
452
|
+
_this.$fault = "client";
|
|
453
|
+
Object.setPrototypeOf(_this, ObjectAlreadyDetachedException.prototype);
|
|
454
|
+
_this.Message = opts.Message;
|
|
455
|
+
return _this;
|
|
456
|
+
}
|
|
457
|
+
return ObjectAlreadyDetachedException;
|
|
458
|
+
}(__BaseException));
|
|
459
|
+
export { ObjectAlreadyDetachedException };
|
|
460
|
+
var NotNodeException = (function (_super) {
|
|
461
|
+
__extends(NotNodeException, _super);
|
|
462
|
+
function NotNodeException(opts) {
|
|
463
|
+
var _this = _super.call(this, __assign({ name: "NotNodeException", $fault: "client" }, opts)) || this;
|
|
464
|
+
_this.name = "NotNodeException";
|
|
465
|
+
_this.$fault = "client";
|
|
466
|
+
Object.setPrototypeOf(_this, NotNodeException.prototype);
|
|
467
|
+
_this.Message = opts.Message;
|
|
468
|
+
return _this;
|
|
469
|
+
}
|
|
470
|
+
return NotNodeException;
|
|
471
|
+
}(__BaseException));
|
|
472
|
+
export { NotNodeException };
|
|
472
473
|
export var DirectoryState;
|
|
473
474
|
(function (DirectoryState) {
|
|
474
475
|
DirectoryState["DELETED"] = "DELETED";
|
|
475
476
|
DirectoryState["DISABLED"] = "DISABLED";
|
|
476
477
|
DirectoryState["ENABLED"] = "ENABLED";
|
|
477
478
|
})(DirectoryState || (DirectoryState = {}));
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
}
|
|
569
|
-
export
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
export const TypedAttributeValueFilterSensitiveLog = (obj) => {
|
|
479
|
+
var InvalidNextTokenException = (function (_super) {
|
|
480
|
+
__extends(InvalidNextTokenException, _super);
|
|
481
|
+
function InvalidNextTokenException(opts) {
|
|
482
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
|
|
483
|
+
_this.name = "InvalidNextTokenException";
|
|
484
|
+
_this.$fault = "client";
|
|
485
|
+
Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
|
|
486
|
+
_this.Message = opts.Message;
|
|
487
|
+
return _this;
|
|
488
|
+
}
|
|
489
|
+
return InvalidNextTokenException;
|
|
490
|
+
}(__BaseException));
|
|
491
|
+
export { InvalidNextTokenException };
|
|
492
|
+
var CannotListParentOfRootException = (function (_super) {
|
|
493
|
+
__extends(CannotListParentOfRootException, _super);
|
|
494
|
+
function CannotListParentOfRootException(opts) {
|
|
495
|
+
var _this = _super.call(this, __assign({ name: "CannotListParentOfRootException", $fault: "client" }, opts)) || this;
|
|
496
|
+
_this.name = "CannotListParentOfRootException";
|
|
497
|
+
_this.$fault = "client";
|
|
498
|
+
Object.setPrototypeOf(_this, CannotListParentOfRootException.prototype);
|
|
499
|
+
_this.Message = opts.Message;
|
|
500
|
+
return _this;
|
|
501
|
+
}
|
|
502
|
+
return CannotListParentOfRootException;
|
|
503
|
+
}(__BaseException));
|
|
504
|
+
export { CannotListParentOfRootException };
|
|
505
|
+
var InvalidTaggingRequestException = (function (_super) {
|
|
506
|
+
__extends(InvalidTaggingRequestException, _super);
|
|
507
|
+
function InvalidTaggingRequestException(opts) {
|
|
508
|
+
var _this = _super.call(this, __assign({ name: "InvalidTaggingRequestException", $fault: "client" }, opts)) || this;
|
|
509
|
+
_this.name = "InvalidTaggingRequestException";
|
|
510
|
+
_this.$fault = "client";
|
|
511
|
+
Object.setPrototypeOf(_this, InvalidTaggingRequestException.prototype);
|
|
512
|
+
_this.Message = opts.Message;
|
|
513
|
+
return _this;
|
|
514
|
+
}
|
|
515
|
+
return InvalidTaggingRequestException;
|
|
516
|
+
}(__BaseException));
|
|
517
|
+
export { InvalidTaggingRequestException };
|
|
518
|
+
var SchemaAlreadyPublishedException = (function (_super) {
|
|
519
|
+
__extends(SchemaAlreadyPublishedException, _super);
|
|
520
|
+
function SchemaAlreadyPublishedException(opts) {
|
|
521
|
+
var _this = _super.call(this, __assign({ name: "SchemaAlreadyPublishedException", $fault: "client" }, opts)) || this;
|
|
522
|
+
_this.name = "SchemaAlreadyPublishedException";
|
|
523
|
+
_this.$fault = "client";
|
|
524
|
+
Object.setPrototypeOf(_this, SchemaAlreadyPublishedException.prototype);
|
|
525
|
+
_this.Message = opts.Message;
|
|
526
|
+
return _this;
|
|
527
|
+
}
|
|
528
|
+
return SchemaAlreadyPublishedException;
|
|
529
|
+
}(__BaseException));
|
|
530
|
+
export { SchemaAlreadyPublishedException };
|
|
531
|
+
var InvalidSchemaDocException = (function (_super) {
|
|
532
|
+
__extends(InvalidSchemaDocException, _super);
|
|
533
|
+
function InvalidSchemaDocException(opts) {
|
|
534
|
+
var _this = _super.call(this, __assign({ name: "InvalidSchemaDocException", $fault: "client" }, opts)) || this;
|
|
535
|
+
_this.name = "InvalidSchemaDocException";
|
|
536
|
+
_this.$fault = "client";
|
|
537
|
+
Object.setPrototypeOf(_this, InvalidSchemaDocException.prototype);
|
|
538
|
+
_this.Message = opts.Message;
|
|
539
|
+
return _this;
|
|
540
|
+
}
|
|
541
|
+
return InvalidSchemaDocException;
|
|
542
|
+
}(__BaseException));
|
|
543
|
+
export { InvalidSchemaDocException };
|
|
544
|
+
var InvalidFacetUpdateException = (function (_super) {
|
|
545
|
+
__extends(InvalidFacetUpdateException, _super);
|
|
546
|
+
function InvalidFacetUpdateException(opts) {
|
|
547
|
+
var _this = _super.call(this, __assign({ name: "InvalidFacetUpdateException", $fault: "client" }, opts)) || this;
|
|
548
|
+
_this.name = "InvalidFacetUpdateException";
|
|
549
|
+
_this.$fault = "client";
|
|
550
|
+
Object.setPrototypeOf(_this, InvalidFacetUpdateException.prototype);
|
|
551
|
+
_this.Message = opts.Message;
|
|
552
|
+
return _this;
|
|
553
|
+
}
|
|
554
|
+
return InvalidFacetUpdateException;
|
|
555
|
+
}(__BaseException));
|
|
556
|
+
export { InvalidFacetUpdateException };
|
|
557
|
+
var IncompatibleSchemaException = (function (_super) {
|
|
558
|
+
__extends(IncompatibleSchemaException, _super);
|
|
559
|
+
function IncompatibleSchemaException(opts) {
|
|
560
|
+
var _this = _super.call(this, __assign({ name: "IncompatibleSchemaException", $fault: "client" }, opts)) || this;
|
|
561
|
+
_this.name = "IncompatibleSchemaException";
|
|
562
|
+
_this.$fault = "client";
|
|
563
|
+
Object.setPrototypeOf(_this, IncompatibleSchemaException.prototype);
|
|
564
|
+
_this.Message = opts.Message;
|
|
565
|
+
return _this;
|
|
566
|
+
}
|
|
567
|
+
return IncompatibleSchemaException;
|
|
568
|
+
}(__BaseException));
|
|
569
|
+
export { IncompatibleSchemaException };
|
|
570
|
+
export var AttributeKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var TypedAttributeValueFilterSensitiveLog = function (obj) {
|
|
572
|
+
var _a;
|
|
573
573
|
if (obj.StringValue !== undefined)
|
|
574
574
|
return { StringValue: obj.StringValue };
|
|
575
575
|
if (obj.BinaryValue !== undefined)
|
|
@@ -581,809 +581,293 @@ export const TypedAttributeValueFilterSensitiveLog = (obj) => {
|
|
|
581
581
|
if (obj.DatetimeValue !== undefined)
|
|
582
582
|
return { DatetimeValue: obj.DatetimeValue };
|
|
583
583
|
if (obj.$unknown !== undefined)
|
|
584
|
-
return { [obj.$unknown[0]]
|
|
584
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
585
585
|
};
|
|
586
|
-
export
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
})
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
});
|
|
593
|
-
export
|
|
594
|
-
|
|
595
|
-
});
|
|
596
|
-
export
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
});
|
|
602
|
-
export
|
|
603
|
-
|
|
604
|
-
})
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
});
|
|
608
|
-
export
|
|
609
|
-
|
|
610
|
-
});
|
|
611
|
-
export
|
|
612
|
-
|
|
613
|
-
});
|
|
614
|
-
export
|
|
615
|
-
|
|
616
|
-
});
|
|
617
|
-
export
|
|
618
|
-
|
|
619
|
-
})
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
});
|
|
623
|
-
export
|
|
624
|
-
|
|
625
|
-
});
|
|
626
|
-
export
|
|
627
|
-
|
|
628
|
-
});
|
|
629
|
-
export
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
});
|
|
636
|
-
export
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
});
|
|
640
|
-
export
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
});
|
|
646
|
-
export
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
});
|
|
650
|
-
export
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
});
|
|
654
|
-
export
|
|
655
|
-
|
|
656
|
-
});
|
|
657
|
-
export
|
|
658
|
-
|
|
659
|
-
})
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
})
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
});
|
|
678
|
-
export
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
});
|
|
682
|
-
export
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
})
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
});
|
|
691
|
-
export
|
|
692
|
-
|
|
693
|
-
});
|
|
694
|
-
export
|
|
695
|
-
|
|
696
|
-
});
|
|
697
|
-
export
|
|
698
|
-
|
|
699
|
-
});
|
|
700
|
-
export
|
|
701
|
-
|
|
702
|
-
});
|
|
703
|
-
export
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
});
|
|
709
|
-
export
|
|
710
|
-
|
|
711
|
-
});
|
|
712
|
-
export
|
|
713
|
-
|
|
714
|
-
});
|
|
715
|
-
export
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
});
|
|
726
|
-
export
|
|
727
|
-
|
|
728
|
-
});
|
|
729
|
-
export
|
|
730
|
-
|
|
731
|
-
})
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
});
|
|
736
|
-
export
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
})
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
});
|
|
743
|
-
export
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
});
|
|
749
|
-
export
|
|
750
|
-
|
|
751
|
-
});
|
|
752
|
-
export
|
|
753
|
-
|
|
754
|
-
});
|
|
755
|
-
export
|
|
756
|
-
|
|
757
|
-
});
|
|
758
|
-
export
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
});
|
|
762
|
-
export
|
|
763
|
-
|
|
764
|
-
});
|
|
765
|
-
export
|
|
766
|
-
|
|
767
|
-
});
|
|
768
|
-
export
|
|
769
|
-
|
|
770
|
-
});
|
|
771
|
-
export
|
|
772
|
-
|
|
773
|
-
});
|
|
774
|
-
export
|
|
775
|
-
|
|
776
|
-
});
|
|
777
|
-
export
|
|
778
|
-
|
|
779
|
-
});
|
|
780
|
-
export
|
|
781
|
-
|
|
782
|
-
});
|
|
783
|
-
export
|
|
784
|
-
|
|
785
|
-
});
|
|
786
|
-
export
|
|
787
|
-
|
|
788
|
-
});
|
|
789
|
-
export
|
|
790
|
-
|
|
791
|
-
});
|
|
792
|
-
export
|
|
793
|
-
|
|
794
|
-
});
|
|
795
|
-
export
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
}),
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
})
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
});
|
|
813
|
-
export
|
|
814
|
-
|
|
815
|
-
});
|
|
816
|
-
export
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
})
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
});
|
|
825
|
-
export
|
|
826
|
-
|
|
827
|
-
});
|
|
828
|
-
export
|
|
829
|
-
|
|
830
|
-
});
|
|
831
|
-
export
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
})
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
});
|
|
838
|
-
export
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
});
|
|
844
|
-
export
|
|
845
|
-
|
|
846
|
-
});
|
|
847
|
-
export
|
|
848
|
-
|
|
849
|
-
});
|
|
850
|
-
export
|
|
851
|
-
|
|
852
|
-
})
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
})
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
})
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
});
|
|
863
|
-
export
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
}),
|
|
868
|
-
});
|
|
869
|
-
export
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
});
|
|
873
|
-
export
|
|
874
|
-
...obj,
|
|
875
|
-
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }),
|
|
876
|
-
...(obj.AttributeUpdates && {
|
|
877
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => LinkAttributeUpdateFilterSensitiveLog(item)),
|
|
878
|
-
}),
|
|
879
|
-
});
|
|
880
|
-
export const ObjectAttributeActionFilterSensitiveLog = (obj) => ({
|
|
881
|
-
...obj,
|
|
882
|
-
...(obj.ObjectAttributeUpdateValue && {
|
|
883
|
-
ObjectAttributeUpdateValue: TypedAttributeValueFilterSensitiveLog(obj.ObjectAttributeUpdateValue),
|
|
884
|
-
}),
|
|
885
|
-
});
|
|
886
|
-
export const ObjectAttributeUpdateFilterSensitiveLog = (obj) => ({
|
|
887
|
-
...obj,
|
|
888
|
-
...(obj.ObjectAttributeAction && {
|
|
889
|
-
ObjectAttributeAction: ObjectAttributeActionFilterSensitiveLog(obj.ObjectAttributeAction),
|
|
890
|
-
}),
|
|
891
|
-
});
|
|
892
|
-
export const BatchUpdateObjectAttributesFilterSensitiveLog = (obj) => ({
|
|
893
|
-
...obj,
|
|
894
|
-
...(obj.AttributeUpdates && {
|
|
895
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => ObjectAttributeUpdateFilterSensitiveLog(item)),
|
|
896
|
-
}),
|
|
897
|
-
});
|
|
898
|
-
export const BatchWriteOperationFilterSensitiveLog = (obj) => ({
|
|
899
|
-
...obj,
|
|
900
|
-
...(obj.UpdateObjectAttributes && {
|
|
901
|
-
UpdateObjectAttributes: BatchUpdateObjectAttributesFilterSensitiveLog(obj.UpdateObjectAttributes),
|
|
902
|
-
}),
|
|
903
|
-
...(obj.AddFacetToObject && { AddFacetToObject: BatchAddFacetToObjectFilterSensitiveLog(obj.AddFacetToObject) }),
|
|
904
|
-
...(obj.AttachTypedLink && { AttachTypedLink: BatchAttachTypedLinkFilterSensitiveLog(obj.AttachTypedLink) }),
|
|
905
|
-
...(obj.DetachTypedLink && { DetachTypedLink: BatchDetachTypedLinkFilterSensitiveLog(obj.DetachTypedLink) }),
|
|
906
|
-
...(obj.UpdateLinkAttributes && {
|
|
907
|
-
UpdateLinkAttributes: BatchUpdateLinkAttributesFilterSensitiveLog(obj.UpdateLinkAttributes),
|
|
908
|
-
}),
|
|
909
|
-
});
|
|
910
|
-
export const BatchWriteRequestFilterSensitiveLog = (obj) => ({
|
|
911
|
-
...obj,
|
|
912
|
-
});
|
|
913
|
-
export const BatchAddFacetToObjectResponseFilterSensitiveLog = (obj) => ({
|
|
914
|
-
...obj,
|
|
915
|
-
});
|
|
916
|
-
export const BatchAttachObjectResponseFilterSensitiveLog = (obj) => ({
|
|
917
|
-
...obj,
|
|
918
|
-
});
|
|
919
|
-
export const BatchAttachPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
920
|
-
...obj,
|
|
921
|
-
});
|
|
922
|
-
export const BatchAttachToIndexResponseFilterSensitiveLog = (obj) => ({
|
|
923
|
-
...obj,
|
|
924
|
-
});
|
|
925
|
-
export const BatchAttachTypedLinkResponseFilterSensitiveLog = (obj) => ({
|
|
926
|
-
...obj,
|
|
927
|
-
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }),
|
|
928
|
-
});
|
|
929
|
-
export const BatchCreateIndexResponseFilterSensitiveLog = (obj) => ({
|
|
930
|
-
...obj,
|
|
931
|
-
});
|
|
932
|
-
export const BatchCreateObjectResponseFilterSensitiveLog = (obj) => ({
|
|
933
|
-
...obj,
|
|
934
|
-
});
|
|
935
|
-
export const BatchDeleteObjectResponseFilterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
});
|
|
938
|
-
export const BatchDetachFromIndexResponseFilterSensitiveLog = (obj) => ({
|
|
939
|
-
...obj,
|
|
940
|
-
});
|
|
941
|
-
export const BatchDetachObjectResponseFilterSensitiveLog = (obj) => ({
|
|
942
|
-
...obj,
|
|
943
|
-
});
|
|
944
|
-
export const BatchDetachPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
945
|
-
...obj,
|
|
946
|
-
});
|
|
947
|
-
export const BatchDetachTypedLinkResponseFilterSensitiveLog = (obj) => ({
|
|
948
|
-
...obj,
|
|
949
|
-
});
|
|
950
|
-
export const BatchRemoveFacetFromObjectResponseFilterSensitiveLog = (obj) => ({
|
|
951
|
-
...obj,
|
|
952
|
-
});
|
|
953
|
-
export const BatchUpdateLinkAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
956
|
-
export const BatchUpdateObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
957
|
-
...obj,
|
|
958
|
-
});
|
|
959
|
-
export const BatchWriteOperationResponseFilterSensitiveLog = (obj) => ({
|
|
960
|
-
...obj,
|
|
961
|
-
...(obj.AttachTypedLink && { AttachTypedLink: BatchAttachTypedLinkResponseFilterSensitiveLog(obj.AttachTypedLink) }),
|
|
962
|
-
});
|
|
963
|
-
export const BatchWriteResponseFilterSensitiveLog = (obj) => ({
|
|
964
|
-
...obj,
|
|
965
|
-
});
|
|
966
|
-
export const CreateDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
});
|
|
969
|
-
export const CreateDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
970
|
-
...obj,
|
|
971
|
-
});
|
|
972
|
-
export const RuleFilterSensitiveLog = (obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
});
|
|
975
|
-
export const FacetAttributeDefinitionFilterSensitiveLog = (obj) => ({
|
|
976
|
-
...obj,
|
|
977
|
-
...(obj.DefaultValue && { DefaultValue: TypedAttributeValueFilterSensitiveLog(obj.DefaultValue) }),
|
|
978
|
-
});
|
|
979
|
-
export const FacetAttributeReferenceFilterSensitiveLog = (obj) => ({
|
|
980
|
-
...obj,
|
|
981
|
-
});
|
|
982
|
-
export const FacetAttributeFilterSensitiveLog = (obj) => ({
|
|
983
|
-
...obj,
|
|
984
|
-
...(obj.AttributeDefinition && {
|
|
985
|
-
AttributeDefinition: FacetAttributeDefinitionFilterSensitiveLog(obj.AttributeDefinition),
|
|
986
|
-
}),
|
|
987
|
-
});
|
|
988
|
-
export const CreateFacetRequestFilterSensitiveLog = (obj) => ({
|
|
989
|
-
...obj,
|
|
990
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => FacetAttributeFilterSensitiveLog(item)) }),
|
|
991
|
-
});
|
|
992
|
-
export const CreateFacetResponseFilterSensitiveLog = (obj) => ({
|
|
993
|
-
...obj,
|
|
994
|
-
});
|
|
995
|
-
export const CreateIndexRequestFilterSensitiveLog = (obj) => ({
|
|
996
|
-
...obj,
|
|
997
|
-
});
|
|
998
|
-
export const CreateIndexResponseFilterSensitiveLog = (obj) => ({
|
|
999
|
-
...obj,
|
|
1000
|
-
});
|
|
1001
|
-
export const CreateObjectRequestFilterSensitiveLog = (obj) => ({
|
|
1002
|
-
...obj,
|
|
1003
|
-
...(obj.ObjectAttributeList && {
|
|
1004
|
-
ObjectAttributeList: obj.ObjectAttributeList.map((item) => AttributeKeyAndValueFilterSensitiveLog(item)),
|
|
1005
|
-
}),
|
|
1006
|
-
});
|
|
1007
|
-
export const CreateObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1008
|
-
...obj,
|
|
1009
|
-
});
|
|
1010
|
-
export const CreateSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1011
|
-
...obj,
|
|
1012
|
-
});
|
|
1013
|
-
export const CreateSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1014
|
-
...obj,
|
|
1015
|
-
});
|
|
1016
|
-
export const TypedLinkAttributeDefinitionFilterSensitiveLog = (obj) => ({
|
|
1017
|
-
...obj,
|
|
1018
|
-
...(obj.DefaultValue && { DefaultValue: TypedAttributeValueFilterSensitiveLog(obj.DefaultValue) }),
|
|
1019
|
-
});
|
|
1020
|
-
export const TypedLinkFacetFilterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
...(obj.Attributes && {
|
|
1023
|
-
Attributes: obj.Attributes.map((item) => TypedLinkAttributeDefinitionFilterSensitiveLog(item)),
|
|
1024
|
-
}),
|
|
1025
|
-
});
|
|
1026
|
-
export const CreateTypedLinkFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1027
|
-
...obj,
|
|
1028
|
-
...(obj.Facet && { Facet: TypedLinkFacetFilterSensitiveLog(obj.Facet) }),
|
|
1029
|
-
});
|
|
1030
|
-
export const CreateTypedLinkFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1031
|
-
...obj,
|
|
1032
|
-
});
|
|
1033
|
-
export const DeleteDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
export const DeleteDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1037
|
-
...obj,
|
|
1038
|
-
});
|
|
1039
|
-
export const DeleteFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
export const DeleteFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
export const DeleteObjectRequestFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
export const DeleteObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
export const DeleteSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
export const DeleteSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
});
|
|
1057
|
-
export const DeleteTypedLinkFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
export const DeleteTypedLinkFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1061
|
-
...obj,
|
|
1062
|
-
});
|
|
1063
|
-
export const DetachFromIndexRequestFilterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
export const DetachFromIndexResponseFilterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
export const DetachObjectRequestFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
export const DetachObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
export const DetachPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
export const DetachPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1079
|
-
...obj,
|
|
1080
|
-
});
|
|
1081
|
-
export const DetachTypedLinkRequestFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }),
|
|
1084
|
-
});
|
|
1085
|
-
export const DisableDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1086
|
-
...obj,
|
|
1087
|
-
});
|
|
1088
|
-
export const DisableDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1089
|
-
...obj,
|
|
1090
|
-
});
|
|
1091
|
-
export const EnableDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1092
|
-
...obj,
|
|
1093
|
-
});
|
|
1094
|
-
export const EnableDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1095
|
-
...obj,
|
|
1096
|
-
});
|
|
1097
|
-
export const GetAppliedSchemaVersionRequestFilterSensitiveLog = (obj) => ({
|
|
1098
|
-
...obj,
|
|
1099
|
-
});
|
|
1100
|
-
export const GetAppliedSchemaVersionResponseFilterSensitiveLog = (obj) => ({
|
|
1101
|
-
...obj,
|
|
1102
|
-
});
|
|
1103
|
-
export const GetDirectoryRequestFilterSensitiveLog = (obj) => ({
|
|
1104
|
-
...obj,
|
|
1105
|
-
});
|
|
1106
|
-
export const DirectoryFilterSensitiveLog = (obj) => ({
|
|
1107
|
-
...obj,
|
|
1108
|
-
});
|
|
1109
|
-
export const GetDirectoryResponseFilterSensitiveLog = (obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
});
|
|
1112
|
-
export const GetFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1113
|
-
...obj,
|
|
1114
|
-
});
|
|
1115
|
-
export const FacetFilterSensitiveLog = (obj) => ({
|
|
1116
|
-
...obj,
|
|
1117
|
-
});
|
|
1118
|
-
export const GetFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1119
|
-
...obj,
|
|
1120
|
-
});
|
|
1121
|
-
export const GetLinkAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1122
|
-
...obj,
|
|
1123
|
-
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }),
|
|
1124
|
-
});
|
|
1125
|
-
export const GetLinkAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1126
|
-
...obj,
|
|
1127
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValueFilterSensitiveLog(item)) }),
|
|
1128
|
-
});
|
|
1129
|
-
export const GetObjectAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
export const GetObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1133
|
-
...obj,
|
|
1134
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValueFilterSensitiveLog(item)) }),
|
|
1135
|
-
});
|
|
1136
|
-
export const GetObjectInformationRequestFilterSensitiveLog = (obj) => ({
|
|
1137
|
-
...obj,
|
|
1138
|
-
});
|
|
1139
|
-
export const GetObjectInformationResponseFilterSensitiveLog = (obj) => ({
|
|
1140
|
-
...obj,
|
|
1141
|
-
});
|
|
1142
|
-
export const GetSchemaAsJsonRequestFilterSensitiveLog = (obj) => ({
|
|
1143
|
-
...obj,
|
|
1144
|
-
});
|
|
1145
|
-
export const GetSchemaAsJsonResponseFilterSensitiveLog = (obj) => ({
|
|
1146
|
-
...obj,
|
|
1147
|
-
});
|
|
1148
|
-
export const GetTypedLinkFacetInformationRequestFilterSensitiveLog = (obj) => ({
|
|
1149
|
-
...obj,
|
|
1150
|
-
});
|
|
1151
|
-
export const GetTypedLinkFacetInformationResponseFilterSensitiveLog = (obj) => ({
|
|
1152
|
-
...obj,
|
|
1153
|
-
});
|
|
1154
|
-
export const ListAppliedSchemaArnsRequestFilterSensitiveLog = (obj) => ({
|
|
1155
|
-
...obj,
|
|
1156
|
-
});
|
|
1157
|
-
export const ListAppliedSchemaArnsResponseFilterSensitiveLog = (obj) => ({
|
|
1158
|
-
...obj,
|
|
1159
|
-
});
|
|
1160
|
-
export const ListAttachedIndicesRequestFilterSensitiveLog = (obj) => ({
|
|
1161
|
-
...obj,
|
|
1162
|
-
});
|
|
1163
|
-
export const ListAttachedIndicesResponseFilterSensitiveLog = (obj) => ({
|
|
1164
|
-
...obj,
|
|
1165
|
-
});
|
|
1166
|
-
export const ListDevelopmentSchemaArnsRequestFilterSensitiveLog = (obj) => ({
|
|
1167
|
-
...obj,
|
|
1168
|
-
});
|
|
1169
|
-
export const ListDevelopmentSchemaArnsResponseFilterSensitiveLog = (obj) => ({
|
|
1170
|
-
...obj,
|
|
1171
|
-
});
|
|
1172
|
-
export const ListDirectoriesRequestFilterSensitiveLog = (obj) => ({
|
|
1173
|
-
...obj,
|
|
1174
|
-
});
|
|
1175
|
-
export const ListDirectoriesResponseFilterSensitiveLog = (obj) => ({
|
|
1176
|
-
...obj,
|
|
1177
|
-
});
|
|
1178
|
-
export const ListFacetAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1179
|
-
...obj,
|
|
1180
|
-
});
|
|
1181
|
-
export const ListFacetAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1182
|
-
...obj,
|
|
1183
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => FacetAttributeFilterSensitiveLog(item)) }),
|
|
1184
|
-
});
|
|
1185
|
-
export const ListFacetNamesRequestFilterSensitiveLog = (obj) => ({
|
|
1186
|
-
...obj,
|
|
1187
|
-
});
|
|
1188
|
-
export const ListFacetNamesResponseFilterSensitiveLog = (obj) => ({
|
|
1189
|
-
...obj,
|
|
1190
|
-
});
|
|
1191
|
-
export const ListIncomingTypedLinksRequestFilterSensitiveLog = (obj) => ({
|
|
1192
|
-
...obj,
|
|
1193
|
-
...(obj.FilterAttributeRanges && {
|
|
1194
|
-
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => TypedLinkAttributeRangeFilterSensitiveLog(item)),
|
|
1195
|
-
}),
|
|
1196
|
-
});
|
|
1197
|
-
export const ListIncomingTypedLinksResponseFilterSensitiveLog = (obj) => ({
|
|
1198
|
-
...obj,
|
|
1199
|
-
});
|
|
1200
|
-
export const ListIndexRequestFilterSensitiveLog = (obj) => ({
|
|
1201
|
-
...obj,
|
|
1202
|
-
...(obj.RangesOnIndexedValues && {
|
|
1203
|
-
RangesOnIndexedValues: obj.RangesOnIndexedValues.map((item) => ObjectAttributeRangeFilterSensitiveLog(item)),
|
|
1204
|
-
}),
|
|
1205
|
-
});
|
|
1206
|
-
export const ListIndexResponseFilterSensitiveLog = (obj) => ({
|
|
1207
|
-
...obj,
|
|
1208
|
-
});
|
|
1209
|
-
export const ListManagedSchemaArnsRequestFilterSensitiveLog = (obj) => ({
|
|
1210
|
-
...obj,
|
|
1211
|
-
});
|
|
1212
|
-
export const ListManagedSchemaArnsResponseFilterSensitiveLog = (obj) => ({
|
|
1213
|
-
...obj,
|
|
1214
|
-
});
|
|
1215
|
-
export const ListObjectAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1216
|
-
...obj,
|
|
1217
|
-
});
|
|
1218
|
-
export const ListObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1219
|
-
...obj,
|
|
1220
|
-
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => AttributeKeyAndValueFilterSensitiveLog(item)) }),
|
|
1221
|
-
});
|
|
1222
|
-
export const ListObjectChildrenRequestFilterSensitiveLog = (obj) => ({
|
|
1223
|
-
...obj,
|
|
1224
|
-
});
|
|
1225
|
-
export const ListObjectChildrenResponseFilterSensitiveLog = (obj) => ({
|
|
1226
|
-
...obj,
|
|
1227
|
-
});
|
|
1228
|
-
export const ListObjectParentPathsRequestFilterSensitiveLog = (obj) => ({
|
|
1229
|
-
...obj,
|
|
1230
|
-
});
|
|
1231
|
-
export const ListObjectParentPathsResponseFilterSensitiveLog = (obj) => ({
|
|
1232
|
-
...obj,
|
|
1233
|
-
});
|
|
1234
|
-
export const ListObjectParentsRequestFilterSensitiveLog = (obj) => ({
|
|
1235
|
-
...obj,
|
|
1236
|
-
});
|
|
1237
|
-
export const ListObjectParentsResponseFilterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
export const ListObjectPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
1241
|
-
...obj,
|
|
1242
|
-
});
|
|
1243
|
-
export const ListObjectPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
1244
|
-
...obj,
|
|
1245
|
-
});
|
|
1246
|
-
export const ListOutgoingTypedLinksRequestFilterSensitiveLog = (obj) => ({
|
|
1247
|
-
...obj,
|
|
1248
|
-
...(obj.FilterAttributeRanges && {
|
|
1249
|
-
FilterAttributeRanges: obj.FilterAttributeRanges.map((item) => TypedLinkAttributeRangeFilterSensitiveLog(item)),
|
|
1250
|
-
}),
|
|
1251
|
-
});
|
|
1252
|
-
export const ListOutgoingTypedLinksResponseFilterSensitiveLog = (obj) => ({
|
|
1253
|
-
...obj,
|
|
1254
|
-
});
|
|
1255
|
-
export const ListPolicyAttachmentsRequestFilterSensitiveLog = (obj) => ({
|
|
1256
|
-
...obj,
|
|
1257
|
-
});
|
|
1258
|
-
export const ListPolicyAttachmentsResponseFilterSensitiveLog = (obj) => ({
|
|
1259
|
-
...obj,
|
|
1260
|
-
});
|
|
1261
|
-
export const ListPublishedSchemaArnsRequestFilterSensitiveLog = (obj) => ({
|
|
1262
|
-
...obj,
|
|
1263
|
-
});
|
|
1264
|
-
export const ListPublishedSchemaArnsResponseFilterSensitiveLog = (obj) => ({
|
|
1265
|
-
...obj,
|
|
1266
|
-
});
|
|
1267
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1268
|
-
...obj,
|
|
1269
|
-
});
|
|
1270
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
1271
|
-
...obj,
|
|
1272
|
-
});
|
|
1273
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1274
|
-
...obj,
|
|
1275
|
-
});
|
|
1276
|
-
export const ListTypedLinkFacetAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1277
|
-
...obj,
|
|
1278
|
-
});
|
|
1279
|
-
export const ListTypedLinkFacetAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1280
|
-
...obj,
|
|
1281
|
-
...(obj.Attributes && {
|
|
1282
|
-
Attributes: obj.Attributes.map((item) => TypedLinkAttributeDefinitionFilterSensitiveLog(item)),
|
|
1283
|
-
}),
|
|
1284
|
-
});
|
|
1285
|
-
export const ListTypedLinkFacetNamesRequestFilterSensitiveLog = (obj) => ({
|
|
1286
|
-
...obj,
|
|
1287
|
-
});
|
|
1288
|
-
export const ListTypedLinkFacetNamesResponseFilterSensitiveLog = (obj) => ({
|
|
1289
|
-
...obj,
|
|
1290
|
-
});
|
|
1291
|
-
export const LookupPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1292
|
-
...obj,
|
|
1293
|
-
});
|
|
1294
|
-
export const LookupPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1295
|
-
...obj,
|
|
1296
|
-
});
|
|
1297
|
-
export const PublishSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1298
|
-
...obj,
|
|
1299
|
-
});
|
|
1300
|
-
export const PublishSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1301
|
-
...obj,
|
|
1302
|
-
});
|
|
1303
|
-
export const PutSchemaFromJsonRequestFilterSensitiveLog = (obj) => ({
|
|
1304
|
-
...obj,
|
|
1305
|
-
});
|
|
1306
|
-
export const PutSchemaFromJsonResponseFilterSensitiveLog = (obj) => ({
|
|
1307
|
-
...obj,
|
|
1308
|
-
});
|
|
1309
|
-
export const RemoveFacetFromObjectRequestFilterSensitiveLog = (obj) => ({
|
|
1310
|
-
...obj,
|
|
1311
|
-
});
|
|
1312
|
-
export const RemoveFacetFromObjectResponseFilterSensitiveLog = (obj) => ({
|
|
1313
|
-
...obj,
|
|
1314
|
-
});
|
|
1315
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1316
|
-
...obj,
|
|
1317
|
-
});
|
|
1318
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1319
|
-
...obj,
|
|
1320
|
-
});
|
|
1321
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1322
|
-
...obj,
|
|
1323
|
-
});
|
|
1324
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1325
|
-
...obj,
|
|
1326
|
-
});
|
|
1327
|
-
export const FacetAttributeUpdateFilterSensitiveLog = (obj) => ({
|
|
1328
|
-
...obj,
|
|
1329
|
-
...(obj.Attribute && { Attribute: FacetAttributeFilterSensitiveLog(obj.Attribute) }),
|
|
1330
|
-
});
|
|
1331
|
-
export const UpdateFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1332
|
-
...obj,
|
|
1333
|
-
...(obj.AttributeUpdates && {
|
|
1334
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => FacetAttributeUpdateFilterSensitiveLog(item)),
|
|
1335
|
-
}),
|
|
1336
|
-
});
|
|
1337
|
-
export const UpdateFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1338
|
-
...obj,
|
|
1339
|
-
});
|
|
1340
|
-
export const UpdateLinkAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1341
|
-
...obj,
|
|
1342
|
-
...(obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }),
|
|
1343
|
-
...(obj.AttributeUpdates && {
|
|
1344
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => LinkAttributeUpdateFilterSensitiveLog(item)),
|
|
1345
|
-
}),
|
|
1346
|
-
});
|
|
1347
|
-
export const UpdateLinkAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1348
|
-
...obj,
|
|
1349
|
-
});
|
|
1350
|
-
export const UpdateObjectAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1351
|
-
...obj,
|
|
1352
|
-
...(obj.AttributeUpdates && {
|
|
1353
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => ObjectAttributeUpdateFilterSensitiveLog(item)),
|
|
1354
|
-
}),
|
|
1355
|
-
});
|
|
1356
|
-
export const UpdateObjectAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1357
|
-
...obj,
|
|
1358
|
-
});
|
|
1359
|
-
export const UpdateSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1360
|
-
...obj,
|
|
1361
|
-
});
|
|
1362
|
-
export const UpdateSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1363
|
-
...obj,
|
|
1364
|
-
});
|
|
1365
|
-
export const TypedLinkFacetAttributeUpdateFilterSensitiveLog = (obj) => ({
|
|
1366
|
-
...obj,
|
|
1367
|
-
...(obj.Attribute && { Attribute: TypedLinkAttributeDefinitionFilterSensitiveLog(obj.Attribute) }),
|
|
1368
|
-
});
|
|
1369
|
-
export const UpdateTypedLinkFacetRequestFilterSensitiveLog = (obj) => ({
|
|
1370
|
-
...obj,
|
|
1371
|
-
...(obj.AttributeUpdates && {
|
|
1372
|
-
AttributeUpdates: obj.AttributeUpdates.map((item) => TypedLinkFacetAttributeUpdateFilterSensitiveLog(item)),
|
|
1373
|
-
}),
|
|
1374
|
-
});
|
|
1375
|
-
export const UpdateTypedLinkFacetResponseFilterSensitiveLog = (obj) => ({
|
|
1376
|
-
...obj,
|
|
1377
|
-
});
|
|
1378
|
-
export const UpgradeAppliedSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1379
|
-
...obj,
|
|
1380
|
-
});
|
|
1381
|
-
export const UpgradeAppliedSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1382
|
-
...obj,
|
|
1383
|
-
});
|
|
1384
|
-
export const UpgradePublishedSchemaRequestFilterSensitiveLog = (obj) => ({
|
|
1385
|
-
...obj,
|
|
1386
|
-
});
|
|
1387
|
-
export const UpgradePublishedSchemaResponseFilterSensitiveLog = (obj) => ({
|
|
1388
|
-
...obj,
|
|
1389
|
-
});
|
|
586
|
+
export var AttributeKeyAndValueFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Value && { Value: TypedAttributeValueFilterSensitiveLog(obj.Value) }))); };
|
|
587
|
+
export var ObjectReferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var SchemaFacetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var AddFacetToObjectRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ObjectAttributeList && {
|
|
590
|
+
ObjectAttributeList: obj.ObjectAttributeList.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }),
|
|
591
|
+
}))); };
|
|
592
|
+
export var AddFacetToObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var ApplySchemaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var ApplySchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var AttachObjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var AttachObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var AttachPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var AttachPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var AttachToIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var AttachToIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var AttributeNameAndValueFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Value && { Value: TypedAttributeValueFilterSensitiveLog(obj.Value) }))); };
|
|
602
|
+
export var TypedLinkSchemaAndFacetNameFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var AttachTypedLinkRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeNameAndValueFilterSensitiveLog(item); }) }))); };
|
|
604
|
+
export var TypedLinkSpecifierFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.IdentityAttributeValues && {
|
|
605
|
+
IdentityAttributeValues: obj.IdentityAttributeValues.map(function (item) { return AttributeNameAndValueFilterSensitiveLog(item); }),
|
|
606
|
+
}))); };
|
|
607
|
+
export var AttachTypedLinkResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }))); };
|
|
608
|
+
export var BatchGetLinkAttributesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }))); };
|
|
609
|
+
export var BatchGetObjectAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var BatchGetObjectInformationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var BatchListAttachedIndicesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var TypedAttributeValueRangeFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.StartValue && { StartValue: TypedAttributeValueFilterSensitiveLog(obj.StartValue) })), (obj.EndValue && { EndValue: TypedAttributeValueFilterSensitiveLog(obj.EndValue) }))); };
|
|
613
|
+
export var TypedLinkAttributeRangeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Range && { Range: TypedAttributeValueRangeFilterSensitiveLog(obj.Range) }))); };
|
|
614
|
+
export var BatchListIncomingTypedLinksFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FilterAttributeRanges && {
|
|
615
|
+
FilterAttributeRanges: obj.FilterAttributeRanges.map(function (item) { return TypedLinkAttributeRangeFilterSensitiveLog(item); }),
|
|
616
|
+
}))); };
|
|
617
|
+
export var ObjectAttributeRangeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Range && { Range: TypedAttributeValueRangeFilterSensitiveLog(obj.Range) }))); };
|
|
618
|
+
export var BatchListIndexFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RangesOnIndexedValues && {
|
|
619
|
+
RangesOnIndexedValues: obj.RangesOnIndexedValues.map(function (item) { return ObjectAttributeRangeFilterSensitiveLog(item); }),
|
|
620
|
+
}))); };
|
|
621
|
+
export var BatchListObjectAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var BatchListObjectChildrenFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var BatchListObjectParentPathsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var BatchListObjectParentsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var BatchListObjectPoliciesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var BatchListOutgoingTypedLinksFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FilterAttributeRanges && {
|
|
627
|
+
FilterAttributeRanges: obj.FilterAttributeRanges.map(function (item) { return TypedLinkAttributeRangeFilterSensitiveLog(item); }),
|
|
628
|
+
}))); };
|
|
629
|
+
export var BatchListPolicyAttachmentsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var BatchLookupPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var BatchReadOperationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ListIndex && { ListIndex: BatchListIndexFilterSensitiveLog(obj.ListIndex) })), (obj.ListOutgoingTypedLinks && {
|
|
632
|
+
ListOutgoingTypedLinks: BatchListOutgoingTypedLinksFilterSensitiveLog(obj.ListOutgoingTypedLinks),
|
|
633
|
+
})), (obj.ListIncomingTypedLinks && {
|
|
634
|
+
ListIncomingTypedLinks: BatchListIncomingTypedLinksFilterSensitiveLog(obj.ListIncomingTypedLinks),
|
|
635
|
+
})), (obj.GetLinkAttributes && { GetLinkAttributes: BatchGetLinkAttributesFilterSensitiveLog(obj.GetLinkAttributes) }))); };
|
|
636
|
+
export var BatchReadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var BatchReadExceptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var BatchGetLinkAttributesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }) }))); };
|
|
639
|
+
export var BatchGetObjectAttributesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }) }))); };
|
|
640
|
+
export var BatchGetObjectInformationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var IndexAttachmentFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.IndexedAttributes && {
|
|
642
|
+
IndexedAttributes: obj.IndexedAttributes.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }),
|
|
643
|
+
}))); };
|
|
644
|
+
export var BatchListAttachedIndicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var BatchListIncomingTypedLinksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var BatchListIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var BatchListObjectAttributesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }) }))); };
|
|
648
|
+
export var BatchListObjectChildrenResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var PathToObjectIdentifiersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var BatchListObjectParentPathsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var ObjectIdentifierAndLinkNameTupleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var BatchListObjectParentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var BatchListObjectPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var BatchListOutgoingTypedLinksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var BatchListPolicyAttachmentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var PolicyAttachmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var PolicyToPathFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var BatchLookupPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var BatchReadSuccessfulResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ListObjectAttributes && {
|
|
660
|
+
ListObjectAttributes: BatchListObjectAttributesResponseFilterSensitiveLog(obj.ListObjectAttributes),
|
|
661
|
+
})), (obj.GetObjectAttributes && {
|
|
662
|
+
GetObjectAttributes: BatchGetObjectAttributesResponseFilterSensitiveLog(obj.GetObjectAttributes),
|
|
663
|
+
})), (obj.GetLinkAttributes && {
|
|
664
|
+
GetLinkAttributes: BatchGetLinkAttributesResponseFilterSensitiveLog(obj.GetLinkAttributes),
|
|
665
|
+
}))); };
|
|
666
|
+
export var BatchReadOperationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SuccessfulResponse && {
|
|
667
|
+
SuccessfulResponse: BatchReadSuccessfulResponseFilterSensitiveLog(obj.SuccessfulResponse),
|
|
668
|
+
}))); };
|
|
669
|
+
export var BatchReadResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var BatchAddFacetToObjectFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ObjectAttributeList && {
|
|
671
|
+
ObjectAttributeList: obj.ObjectAttributeList.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }),
|
|
672
|
+
}))); };
|
|
673
|
+
export var BatchAttachObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var BatchAttachPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var BatchAttachToIndexFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var BatchAttachTypedLinkFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeNameAndValueFilterSensitiveLog(item); }) }))); };
|
|
677
|
+
export var BatchCreateIndexFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
export var BatchCreateObjectFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ObjectAttributeList && {
|
|
679
|
+
ObjectAttributeList: obj.ObjectAttributeList.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }),
|
|
680
|
+
}))); };
|
|
681
|
+
export var BatchDeleteObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var BatchDetachFromIndexFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var BatchDetachObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var BatchDetachPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var BatchDetachTypedLinkFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }))); };
|
|
686
|
+
export var BatchRemoveFacetFromObjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
export var LinkAttributeActionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttributeUpdateValue && {
|
|
688
|
+
AttributeUpdateValue: TypedAttributeValueFilterSensitiveLog(obj.AttributeUpdateValue),
|
|
689
|
+
}))); };
|
|
690
|
+
export var LinkAttributeUpdateFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttributeAction && { AttributeAction: LinkAttributeActionFilterSensitiveLog(obj.AttributeAction) }))); };
|
|
691
|
+
export var BatchUpdateLinkAttributesFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) })), (obj.AttributeUpdates && {
|
|
692
|
+
AttributeUpdates: obj.AttributeUpdates.map(function (item) { return LinkAttributeUpdateFilterSensitiveLog(item); }),
|
|
693
|
+
}))); };
|
|
694
|
+
export var ObjectAttributeActionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ObjectAttributeUpdateValue && {
|
|
695
|
+
ObjectAttributeUpdateValue: TypedAttributeValueFilterSensitiveLog(obj.ObjectAttributeUpdateValue),
|
|
696
|
+
}))); };
|
|
697
|
+
export var ObjectAttributeUpdateFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ObjectAttributeAction && {
|
|
698
|
+
ObjectAttributeAction: ObjectAttributeActionFilterSensitiveLog(obj.ObjectAttributeAction),
|
|
699
|
+
}))); };
|
|
700
|
+
export var BatchUpdateObjectAttributesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttributeUpdates && {
|
|
701
|
+
AttributeUpdates: obj.AttributeUpdates.map(function (item) { return ObjectAttributeUpdateFilterSensitiveLog(item); }),
|
|
702
|
+
}))); };
|
|
703
|
+
export var BatchWriteOperationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.UpdateObjectAttributes && {
|
|
704
|
+
UpdateObjectAttributes: BatchUpdateObjectAttributesFilterSensitiveLog(obj.UpdateObjectAttributes),
|
|
705
|
+
})), (obj.AddFacetToObject && { AddFacetToObject: BatchAddFacetToObjectFilterSensitiveLog(obj.AddFacetToObject) })), (obj.AttachTypedLink && { AttachTypedLink: BatchAttachTypedLinkFilterSensitiveLog(obj.AttachTypedLink) })), (obj.DetachTypedLink && { DetachTypedLink: BatchDetachTypedLinkFilterSensitiveLog(obj.DetachTypedLink) })), (obj.UpdateLinkAttributes && {
|
|
706
|
+
UpdateLinkAttributes: BatchUpdateLinkAttributesFilterSensitiveLog(obj.UpdateLinkAttributes),
|
|
707
|
+
}))); };
|
|
708
|
+
export var BatchWriteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
+
export var BatchAddFacetToObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
export var BatchAttachObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
export var BatchAttachPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var BatchAttachToIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var BatchAttachTypedLinkResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }))); };
|
|
714
|
+
export var BatchCreateIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var BatchCreateObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var BatchDeleteObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var BatchDetachFromIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var BatchDetachObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var BatchDetachPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var BatchDetachTypedLinkResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var BatchRemoveFacetFromObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var BatchUpdateLinkAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var BatchUpdateObjectAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var BatchWriteOperationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttachTypedLink && { AttachTypedLink: BatchAttachTypedLinkResponseFilterSensitiveLog(obj.AttachTypedLink) }))); };
|
|
725
|
+
export var BatchWriteResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var CreateDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var CreateDirectoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var RuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var FacetAttributeDefinitionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DefaultValue && { DefaultValue: TypedAttributeValueFilterSensitiveLog(obj.DefaultValue) }))); };
|
|
730
|
+
export var FacetAttributeReferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var FacetAttributeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttributeDefinition && {
|
|
732
|
+
AttributeDefinition: FacetAttributeDefinitionFilterSensitiveLog(obj.AttributeDefinition),
|
|
733
|
+
}))); };
|
|
734
|
+
export var CreateFacetRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return FacetAttributeFilterSensitiveLog(item); }) }))); };
|
|
735
|
+
export var CreateFacetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var CreateIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var CreateIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var CreateObjectRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ObjectAttributeList && {
|
|
739
|
+
ObjectAttributeList: obj.ObjectAttributeList.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }),
|
|
740
|
+
}))); };
|
|
741
|
+
export var CreateObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var CreateSchemaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var CreateSchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var TypedLinkAttributeDefinitionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DefaultValue && { DefaultValue: TypedAttributeValueFilterSensitiveLog(obj.DefaultValue) }))); };
|
|
745
|
+
export var TypedLinkFacetFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && {
|
|
746
|
+
Attributes: obj.Attributes.map(function (item) { return TypedLinkAttributeDefinitionFilterSensitiveLog(item); }),
|
|
747
|
+
}))); };
|
|
748
|
+
export var CreateTypedLinkFacetRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Facet && { Facet: TypedLinkFacetFilterSensitiveLog(obj.Facet) }))); };
|
|
749
|
+
export var CreateTypedLinkFacetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
export var DeleteDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
export var DeleteDirectoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
+
export var DeleteFacetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
export var DeleteFacetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
export var DeleteObjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
export var DeleteObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
+
export var DeleteSchemaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
export var DeleteSchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
export var DeleteTypedLinkFacetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
export var DeleteTypedLinkFacetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
+
export var DetachFromIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var DetachFromIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var DetachObjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var DetachObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
+
export var DetachPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
export var DetachPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
export var DetachTypedLinkRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }))); };
|
|
767
|
+
export var DisableDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var DisableDirectoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
export var EnableDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
export var EnableDirectoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
export var GetAppliedSchemaVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
+
export var GetAppliedSchemaVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
export var GetDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
export var DirectoryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
export var GetDirectoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
+
export var GetFacetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var FacetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var GetFacetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var GetLinkAttributesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) }))); };
|
|
780
|
+
export var GetLinkAttributesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }) }))); };
|
|
781
|
+
export var GetObjectAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
export var GetObjectAttributesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }) }))); };
|
|
783
|
+
export var GetObjectInformationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var GetObjectInformationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
export var GetSchemaAsJsonRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
export var GetSchemaAsJsonResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
export var GetTypedLinkFacetInformationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
export var GetTypedLinkFacetInformationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var ListAppliedSchemaArnsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var ListAppliedSchemaArnsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
+
export var ListAttachedIndicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
export var ListAttachedIndicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
export var ListDevelopmentSchemaArnsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
export var ListDevelopmentSchemaArnsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
+
export var ListDirectoriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
export var ListDirectoriesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
export var ListFacetAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
export var ListFacetAttributesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return FacetAttributeFilterSensitiveLog(item); }) }))); };
|
|
799
|
+
export var ListFacetNamesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var ListFacetNamesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
export var ListIncomingTypedLinksRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FilterAttributeRanges && {
|
|
802
|
+
FilterAttributeRanges: obj.FilterAttributeRanges.map(function (item) { return TypedLinkAttributeRangeFilterSensitiveLog(item); }),
|
|
803
|
+
}))); };
|
|
804
|
+
export var ListIncomingTypedLinksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
export var ListIndexRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RangesOnIndexedValues && {
|
|
806
|
+
RangesOnIndexedValues: obj.RangesOnIndexedValues.map(function (item) { return ObjectAttributeRangeFilterSensitiveLog(item); }),
|
|
807
|
+
}))); };
|
|
808
|
+
export var ListIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
export var ListManagedSchemaArnsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
export var ListManagedSchemaArnsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var ListObjectAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
export var ListObjectAttributesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeKeyAndValueFilterSensitiveLog(item); }) }))); };
|
|
813
|
+
export var ListObjectChildrenRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var ListObjectChildrenResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
export var ListObjectParentPathsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
export var ListObjectParentPathsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
export var ListObjectParentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
export var ListObjectParentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var ListObjectPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var ListObjectPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var ListOutgoingTypedLinksRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FilterAttributeRanges && {
|
|
822
|
+
FilterAttributeRanges: obj.FilterAttributeRanges.map(function (item) { return TypedLinkAttributeRangeFilterSensitiveLog(item); }),
|
|
823
|
+
}))); };
|
|
824
|
+
export var ListOutgoingTypedLinksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var ListPolicyAttachmentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var ListPolicyAttachmentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var ListPublishedSchemaArnsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var ListPublishedSchemaArnsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var ListTypedLinkFacetAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var ListTypedLinkFacetAttributesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attributes && {
|
|
834
|
+
Attributes: obj.Attributes.map(function (item) { return TypedLinkAttributeDefinitionFilterSensitiveLog(item); }),
|
|
835
|
+
}))); };
|
|
836
|
+
export var ListTypedLinkFacetNamesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var ListTypedLinkFacetNamesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var LookupPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var LookupPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var PublishSchemaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var PublishSchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var PutSchemaFromJsonRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var PutSchemaFromJsonResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var RemoveFacetFromObjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var RemoveFacetFromObjectResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
export var FacetAttributeUpdateFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attribute && { Attribute: FacetAttributeFilterSensitiveLog(obj.Attribute) }))); };
|
|
851
|
+
export var UpdateFacetRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttributeUpdates && {
|
|
852
|
+
AttributeUpdates: obj.AttributeUpdates.map(function (item) { return FacetAttributeUpdateFilterSensitiveLog(item); }),
|
|
853
|
+
}))); };
|
|
854
|
+
export var UpdateFacetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var UpdateLinkAttributesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.TypedLinkSpecifier && { TypedLinkSpecifier: TypedLinkSpecifierFilterSensitiveLog(obj.TypedLinkSpecifier) })), (obj.AttributeUpdates && {
|
|
856
|
+
AttributeUpdates: obj.AttributeUpdates.map(function (item) { return LinkAttributeUpdateFilterSensitiveLog(item); }),
|
|
857
|
+
}))); };
|
|
858
|
+
export var UpdateLinkAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var UpdateObjectAttributesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttributeUpdates && {
|
|
860
|
+
AttributeUpdates: obj.AttributeUpdates.map(function (item) { return ObjectAttributeUpdateFilterSensitiveLog(item); }),
|
|
861
|
+
}))); };
|
|
862
|
+
export var UpdateObjectAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var UpdateSchemaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var UpdateSchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
export var TypedLinkFacetAttributeUpdateFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attribute && { Attribute: TypedLinkAttributeDefinitionFilterSensitiveLog(obj.Attribute) }))); };
|
|
866
|
+
export var UpdateTypedLinkFacetRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttributeUpdates && {
|
|
867
|
+
AttributeUpdates: obj.AttributeUpdates.map(function (item) { return TypedLinkFacetAttributeUpdateFilterSensitiveLog(item); }),
|
|
868
|
+
}))); };
|
|
869
|
+
export var UpdateTypedLinkFacetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var UpgradeAppliedSchemaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var UpgradeAppliedSchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var UpgradePublishedSchemaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
export var UpgradePublishedSchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|