aws-sdk-clouddirectory 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1803 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::CloudDirectory
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
15
+ AddFacetToObjectRequest = Shapes::StructureShape.new(name: 'AddFacetToObjectRequest')
16
+ AddFacetToObjectResponse = Shapes::StructureShape.new(name: 'AddFacetToObjectResponse')
17
+ ApplySchemaRequest = Shapes::StructureShape.new(name: 'ApplySchemaRequest')
18
+ ApplySchemaResponse = Shapes::StructureShape.new(name: 'ApplySchemaResponse')
19
+ Arn = Shapes::StringShape.new(name: 'Arn')
20
+ Arns = Shapes::ListShape.new(name: 'Arns')
21
+ AttachObjectRequest = Shapes::StructureShape.new(name: 'AttachObjectRequest')
22
+ AttachObjectResponse = Shapes::StructureShape.new(name: 'AttachObjectResponse')
23
+ AttachPolicyRequest = Shapes::StructureShape.new(name: 'AttachPolicyRequest')
24
+ AttachPolicyResponse = Shapes::StructureShape.new(name: 'AttachPolicyResponse')
25
+ AttachToIndexRequest = Shapes::StructureShape.new(name: 'AttachToIndexRequest')
26
+ AttachToIndexResponse = Shapes::StructureShape.new(name: 'AttachToIndexResponse')
27
+ AttributeKey = Shapes::StructureShape.new(name: 'AttributeKey')
28
+ AttributeKeyAndValue = Shapes::StructureShape.new(name: 'AttributeKeyAndValue')
29
+ AttributeKeyAndValueList = Shapes::ListShape.new(name: 'AttributeKeyAndValueList')
30
+ AttributeKeyList = Shapes::ListShape.new(name: 'AttributeKeyList')
31
+ AttributeName = Shapes::StringShape.new(name: 'AttributeName')
32
+ BatchAddFacetToObject = Shapes::StructureShape.new(name: 'BatchAddFacetToObject')
33
+ BatchAddFacetToObjectResponse = Shapes::StructureShape.new(name: 'BatchAddFacetToObjectResponse')
34
+ BatchAttachObject = Shapes::StructureShape.new(name: 'BatchAttachObject')
35
+ BatchAttachObjectResponse = Shapes::StructureShape.new(name: 'BatchAttachObjectResponse')
36
+ BatchCreateObject = Shapes::StructureShape.new(name: 'BatchCreateObject')
37
+ BatchCreateObjectResponse = Shapes::StructureShape.new(name: 'BatchCreateObjectResponse')
38
+ BatchDeleteObject = Shapes::StructureShape.new(name: 'BatchDeleteObject')
39
+ BatchDeleteObjectResponse = Shapes::StructureShape.new(name: 'BatchDeleteObjectResponse')
40
+ BatchDetachObject = Shapes::StructureShape.new(name: 'BatchDetachObject')
41
+ BatchDetachObjectResponse = Shapes::StructureShape.new(name: 'BatchDetachObjectResponse')
42
+ BatchListObjectAttributes = Shapes::StructureShape.new(name: 'BatchListObjectAttributes')
43
+ BatchListObjectAttributesResponse = Shapes::StructureShape.new(name: 'BatchListObjectAttributesResponse')
44
+ BatchListObjectChildren = Shapes::StructureShape.new(name: 'BatchListObjectChildren')
45
+ BatchListObjectChildrenResponse = Shapes::StructureShape.new(name: 'BatchListObjectChildrenResponse')
46
+ BatchOperationIndex = Shapes::IntegerShape.new(name: 'BatchOperationIndex')
47
+ BatchReadException = Shapes::StructureShape.new(name: 'BatchReadException')
48
+ BatchReadExceptionType = Shapes::StringShape.new(name: 'BatchReadExceptionType')
49
+ BatchReadOperation = Shapes::StructureShape.new(name: 'BatchReadOperation')
50
+ BatchReadOperationList = Shapes::ListShape.new(name: 'BatchReadOperationList')
51
+ BatchReadOperationResponse = Shapes::StructureShape.new(name: 'BatchReadOperationResponse')
52
+ BatchReadOperationResponseList = Shapes::ListShape.new(name: 'BatchReadOperationResponseList')
53
+ BatchReadRequest = Shapes::StructureShape.new(name: 'BatchReadRequest')
54
+ BatchReadResponse = Shapes::StructureShape.new(name: 'BatchReadResponse')
55
+ BatchReadSuccessfulResponse = Shapes::StructureShape.new(name: 'BatchReadSuccessfulResponse')
56
+ BatchReferenceName = Shapes::StringShape.new(name: 'BatchReferenceName')
57
+ BatchRemoveFacetFromObject = Shapes::StructureShape.new(name: 'BatchRemoveFacetFromObject')
58
+ BatchRemoveFacetFromObjectResponse = Shapes::StructureShape.new(name: 'BatchRemoveFacetFromObjectResponse')
59
+ BatchUpdateObjectAttributes = Shapes::StructureShape.new(name: 'BatchUpdateObjectAttributes')
60
+ BatchUpdateObjectAttributesResponse = Shapes::StructureShape.new(name: 'BatchUpdateObjectAttributesResponse')
61
+ BatchWriteException = Shapes::StructureShape.new(name: 'BatchWriteException')
62
+ BatchWriteExceptionType = Shapes::StringShape.new(name: 'BatchWriteExceptionType')
63
+ BatchWriteOperation = Shapes::StructureShape.new(name: 'BatchWriteOperation')
64
+ BatchWriteOperationList = Shapes::ListShape.new(name: 'BatchWriteOperationList')
65
+ BatchWriteOperationResponse = Shapes::StructureShape.new(name: 'BatchWriteOperationResponse')
66
+ BatchWriteOperationResponseList = Shapes::ListShape.new(name: 'BatchWriteOperationResponseList')
67
+ BatchWriteRequest = Shapes::StructureShape.new(name: 'BatchWriteRequest')
68
+ BatchWriteResponse = Shapes::StructureShape.new(name: 'BatchWriteResponse')
69
+ BinaryAttributeValue = Shapes::BlobShape.new(name: 'BinaryAttributeValue')
70
+ Bool = Shapes::BooleanShape.new(name: 'Bool')
71
+ BooleanAttributeValue = Shapes::BooleanShape.new(name: 'BooleanAttributeValue')
72
+ CannotListParentOfRootException = Shapes::StructureShape.new(name: 'CannotListParentOfRootException')
73
+ ConsistencyLevel = Shapes::StringShape.new(name: 'ConsistencyLevel')
74
+ CreateDirectoryRequest = Shapes::StructureShape.new(name: 'CreateDirectoryRequest')
75
+ CreateDirectoryResponse = Shapes::StructureShape.new(name: 'CreateDirectoryResponse')
76
+ CreateFacetRequest = Shapes::StructureShape.new(name: 'CreateFacetRequest')
77
+ CreateFacetResponse = Shapes::StructureShape.new(name: 'CreateFacetResponse')
78
+ CreateIndexRequest = Shapes::StructureShape.new(name: 'CreateIndexRequest')
79
+ CreateIndexResponse = Shapes::StructureShape.new(name: 'CreateIndexResponse')
80
+ CreateObjectRequest = Shapes::StructureShape.new(name: 'CreateObjectRequest')
81
+ CreateObjectResponse = Shapes::StructureShape.new(name: 'CreateObjectResponse')
82
+ CreateSchemaRequest = Shapes::StructureShape.new(name: 'CreateSchemaRequest')
83
+ CreateSchemaResponse = Shapes::StructureShape.new(name: 'CreateSchemaResponse')
84
+ Date = Shapes::TimestampShape.new(name: 'Date')
85
+ DatetimeAttributeValue = Shapes::TimestampShape.new(name: 'DatetimeAttributeValue')
86
+ DeleteDirectoryRequest = Shapes::StructureShape.new(name: 'DeleteDirectoryRequest')
87
+ DeleteDirectoryResponse = Shapes::StructureShape.new(name: 'DeleteDirectoryResponse')
88
+ DeleteFacetRequest = Shapes::StructureShape.new(name: 'DeleteFacetRequest')
89
+ DeleteFacetResponse = Shapes::StructureShape.new(name: 'DeleteFacetResponse')
90
+ DeleteObjectRequest = Shapes::StructureShape.new(name: 'DeleteObjectRequest')
91
+ DeleteObjectResponse = Shapes::StructureShape.new(name: 'DeleteObjectResponse')
92
+ DeleteSchemaRequest = Shapes::StructureShape.new(name: 'DeleteSchemaRequest')
93
+ DeleteSchemaResponse = Shapes::StructureShape.new(name: 'DeleteSchemaResponse')
94
+ DetachFromIndexRequest = Shapes::StructureShape.new(name: 'DetachFromIndexRequest')
95
+ DetachFromIndexResponse = Shapes::StructureShape.new(name: 'DetachFromIndexResponse')
96
+ DetachObjectRequest = Shapes::StructureShape.new(name: 'DetachObjectRequest')
97
+ DetachObjectResponse = Shapes::StructureShape.new(name: 'DetachObjectResponse')
98
+ DetachPolicyRequest = Shapes::StructureShape.new(name: 'DetachPolicyRequest')
99
+ DetachPolicyResponse = Shapes::StructureShape.new(name: 'DetachPolicyResponse')
100
+ Directory = Shapes::StructureShape.new(name: 'Directory')
101
+ DirectoryAlreadyExistsException = Shapes::StructureShape.new(name: 'DirectoryAlreadyExistsException')
102
+ DirectoryArn = Shapes::StringShape.new(name: 'DirectoryArn')
103
+ DirectoryDeletedException = Shapes::StructureShape.new(name: 'DirectoryDeletedException')
104
+ DirectoryList = Shapes::ListShape.new(name: 'DirectoryList')
105
+ DirectoryName = Shapes::StringShape.new(name: 'DirectoryName')
106
+ DirectoryNotDisabledException = Shapes::StructureShape.new(name: 'DirectoryNotDisabledException')
107
+ DirectoryNotEnabledException = Shapes::StructureShape.new(name: 'DirectoryNotEnabledException')
108
+ DirectoryState = Shapes::StringShape.new(name: 'DirectoryState')
109
+ DisableDirectoryRequest = Shapes::StructureShape.new(name: 'DisableDirectoryRequest')
110
+ DisableDirectoryResponse = Shapes::StructureShape.new(name: 'DisableDirectoryResponse')
111
+ EnableDirectoryRequest = Shapes::StructureShape.new(name: 'EnableDirectoryRequest')
112
+ EnableDirectoryResponse = Shapes::StructureShape.new(name: 'EnableDirectoryResponse')
113
+ ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
114
+ Facet = Shapes::StructureShape.new(name: 'Facet')
115
+ FacetAlreadyExistsException = Shapes::StructureShape.new(name: 'FacetAlreadyExistsException')
116
+ FacetAttribute = Shapes::StructureShape.new(name: 'FacetAttribute')
117
+ FacetAttributeDefinition = Shapes::StructureShape.new(name: 'FacetAttributeDefinition')
118
+ FacetAttributeList = Shapes::ListShape.new(name: 'FacetAttributeList')
119
+ FacetAttributeReference = Shapes::StructureShape.new(name: 'FacetAttributeReference')
120
+ FacetAttributeType = Shapes::StringShape.new(name: 'FacetAttributeType')
121
+ FacetAttributeUpdate = Shapes::StructureShape.new(name: 'FacetAttributeUpdate')
122
+ FacetAttributeUpdateList = Shapes::ListShape.new(name: 'FacetAttributeUpdateList')
123
+ FacetInUseException = Shapes::StructureShape.new(name: 'FacetInUseException')
124
+ FacetName = Shapes::StringShape.new(name: 'FacetName')
125
+ FacetNameList = Shapes::ListShape.new(name: 'FacetNameList')
126
+ FacetNotFoundException = Shapes::StructureShape.new(name: 'FacetNotFoundException')
127
+ FacetValidationException = Shapes::StructureShape.new(name: 'FacetValidationException')
128
+ GetDirectoryRequest = Shapes::StructureShape.new(name: 'GetDirectoryRequest')
129
+ GetDirectoryResponse = Shapes::StructureShape.new(name: 'GetDirectoryResponse')
130
+ GetFacetRequest = Shapes::StructureShape.new(name: 'GetFacetRequest')
131
+ GetFacetResponse = Shapes::StructureShape.new(name: 'GetFacetResponse')
132
+ GetObjectInformationRequest = Shapes::StructureShape.new(name: 'GetObjectInformationRequest')
133
+ GetObjectInformationResponse = Shapes::StructureShape.new(name: 'GetObjectInformationResponse')
134
+ GetSchemaAsJsonRequest = Shapes::StructureShape.new(name: 'GetSchemaAsJsonRequest')
135
+ GetSchemaAsJsonResponse = Shapes::StructureShape.new(name: 'GetSchemaAsJsonResponse')
136
+ IndexAttachment = Shapes::StructureShape.new(name: 'IndexAttachment')
137
+ IndexAttachmentList = Shapes::ListShape.new(name: 'IndexAttachmentList')
138
+ IndexedAttributeMissingException = Shapes::StructureShape.new(name: 'IndexedAttributeMissingException')
139
+ InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
140
+ InvalidArnException = Shapes::StructureShape.new(name: 'InvalidArnException')
141
+ InvalidAttachmentException = Shapes::StructureShape.new(name: 'InvalidAttachmentException')
142
+ InvalidFacetUpdateException = Shapes::StructureShape.new(name: 'InvalidFacetUpdateException')
143
+ InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
144
+ InvalidRuleException = Shapes::StructureShape.new(name: 'InvalidRuleException')
145
+ InvalidSchemaDocException = Shapes::StructureShape.new(name: 'InvalidSchemaDocException')
146
+ InvalidTaggingRequestException = Shapes::StructureShape.new(name: 'InvalidTaggingRequestException')
147
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
148
+ LinkName = Shapes::StringShape.new(name: 'LinkName')
149
+ LinkNameAlreadyInUseException = Shapes::StructureShape.new(name: 'LinkNameAlreadyInUseException')
150
+ LinkNameToObjectIdentifierMap = Shapes::MapShape.new(name: 'LinkNameToObjectIdentifierMap')
151
+ ListAppliedSchemaArnsRequest = Shapes::StructureShape.new(name: 'ListAppliedSchemaArnsRequest')
152
+ ListAppliedSchemaArnsResponse = Shapes::StructureShape.new(name: 'ListAppliedSchemaArnsResponse')
153
+ ListAttachedIndicesRequest = Shapes::StructureShape.new(name: 'ListAttachedIndicesRequest')
154
+ ListAttachedIndicesResponse = Shapes::StructureShape.new(name: 'ListAttachedIndicesResponse')
155
+ ListDevelopmentSchemaArnsRequest = Shapes::StructureShape.new(name: 'ListDevelopmentSchemaArnsRequest')
156
+ ListDevelopmentSchemaArnsResponse = Shapes::StructureShape.new(name: 'ListDevelopmentSchemaArnsResponse')
157
+ ListDirectoriesRequest = Shapes::StructureShape.new(name: 'ListDirectoriesRequest')
158
+ ListDirectoriesResponse = Shapes::StructureShape.new(name: 'ListDirectoriesResponse')
159
+ ListFacetAttributesRequest = Shapes::StructureShape.new(name: 'ListFacetAttributesRequest')
160
+ ListFacetAttributesResponse = Shapes::StructureShape.new(name: 'ListFacetAttributesResponse')
161
+ ListFacetNamesRequest = Shapes::StructureShape.new(name: 'ListFacetNamesRequest')
162
+ ListFacetNamesResponse = Shapes::StructureShape.new(name: 'ListFacetNamesResponse')
163
+ ListIndexRequest = Shapes::StructureShape.new(name: 'ListIndexRequest')
164
+ ListIndexResponse = Shapes::StructureShape.new(name: 'ListIndexResponse')
165
+ ListObjectAttributesRequest = Shapes::StructureShape.new(name: 'ListObjectAttributesRequest')
166
+ ListObjectAttributesResponse = Shapes::StructureShape.new(name: 'ListObjectAttributesResponse')
167
+ ListObjectChildrenRequest = Shapes::StructureShape.new(name: 'ListObjectChildrenRequest')
168
+ ListObjectChildrenResponse = Shapes::StructureShape.new(name: 'ListObjectChildrenResponse')
169
+ ListObjectParentsRequest = Shapes::StructureShape.new(name: 'ListObjectParentsRequest')
170
+ ListObjectParentsResponse = Shapes::StructureShape.new(name: 'ListObjectParentsResponse')
171
+ ListObjectPoliciesRequest = Shapes::StructureShape.new(name: 'ListObjectPoliciesRequest')
172
+ ListObjectPoliciesResponse = Shapes::StructureShape.new(name: 'ListObjectPoliciesResponse')
173
+ ListPolicyAttachmentsRequest = Shapes::StructureShape.new(name: 'ListPolicyAttachmentsRequest')
174
+ ListPolicyAttachmentsResponse = Shapes::StructureShape.new(name: 'ListPolicyAttachmentsResponse')
175
+ ListPublishedSchemaArnsRequest = Shapes::StructureShape.new(name: 'ListPublishedSchemaArnsRequest')
176
+ ListPublishedSchemaArnsResponse = Shapes::StructureShape.new(name: 'ListPublishedSchemaArnsResponse')
177
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
178
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
179
+ LookupPolicyRequest = Shapes::StructureShape.new(name: 'LookupPolicyRequest')
180
+ LookupPolicyResponse = Shapes::StructureShape.new(name: 'LookupPolicyResponse')
181
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
182
+ NotIndexException = Shapes::StructureShape.new(name: 'NotIndexException')
183
+ NotNodeException = Shapes::StructureShape.new(name: 'NotNodeException')
184
+ NotPolicyException = Shapes::StructureShape.new(name: 'NotPolicyException')
185
+ NumberAttributeValue = Shapes::StringShape.new(name: 'NumberAttributeValue')
186
+ NumberResults = Shapes::IntegerShape.new(name: 'NumberResults')
187
+ ObjectAlreadyDetachedException = Shapes::StructureShape.new(name: 'ObjectAlreadyDetachedException')
188
+ ObjectAttributeAction = Shapes::StructureShape.new(name: 'ObjectAttributeAction')
189
+ ObjectAttributeRange = Shapes::StructureShape.new(name: 'ObjectAttributeRange')
190
+ ObjectAttributeRangeList = Shapes::ListShape.new(name: 'ObjectAttributeRangeList')
191
+ ObjectAttributeUpdate = Shapes::StructureShape.new(name: 'ObjectAttributeUpdate')
192
+ ObjectAttributeUpdateList = Shapes::ListShape.new(name: 'ObjectAttributeUpdateList')
193
+ ObjectIdentifier = Shapes::StringShape.new(name: 'ObjectIdentifier')
194
+ ObjectIdentifierList = Shapes::ListShape.new(name: 'ObjectIdentifierList')
195
+ ObjectIdentifierToLinkNameMap = Shapes::MapShape.new(name: 'ObjectIdentifierToLinkNameMap')
196
+ ObjectNotDetachedException = Shapes::StructureShape.new(name: 'ObjectNotDetachedException')
197
+ ObjectReference = Shapes::StructureShape.new(name: 'ObjectReference')
198
+ ObjectType = Shapes::StringShape.new(name: 'ObjectType')
199
+ PathString = Shapes::StringShape.new(name: 'PathString')
200
+ PolicyAttachment = Shapes::StructureShape.new(name: 'PolicyAttachment')
201
+ PolicyAttachmentList = Shapes::ListShape.new(name: 'PolicyAttachmentList')
202
+ PolicyToPath = Shapes::StructureShape.new(name: 'PolicyToPath')
203
+ PolicyToPathList = Shapes::ListShape.new(name: 'PolicyToPathList')
204
+ PolicyType = Shapes::StringShape.new(name: 'PolicyType')
205
+ PublishSchemaRequest = Shapes::StructureShape.new(name: 'PublishSchemaRequest')
206
+ PublishSchemaResponse = Shapes::StructureShape.new(name: 'PublishSchemaResponse')
207
+ PutSchemaFromJsonRequest = Shapes::StructureShape.new(name: 'PutSchemaFromJsonRequest')
208
+ PutSchemaFromJsonResponse = Shapes::StructureShape.new(name: 'PutSchemaFromJsonResponse')
209
+ RangeMode = Shapes::StringShape.new(name: 'RangeMode')
210
+ RemoveFacetFromObjectRequest = Shapes::StructureShape.new(name: 'RemoveFacetFromObjectRequest')
211
+ RemoveFacetFromObjectResponse = Shapes::StructureShape.new(name: 'RemoveFacetFromObjectResponse')
212
+ RequiredAttributeBehavior = Shapes::StringShape.new(name: 'RequiredAttributeBehavior')
213
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
214
+ RetryableConflictException = Shapes::StructureShape.new(name: 'RetryableConflictException')
215
+ Rule = Shapes::StructureShape.new(name: 'Rule')
216
+ RuleKey = Shapes::StringShape.new(name: 'RuleKey')
217
+ RuleMap = Shapes::MapShape.new(name: 'RuleMap')
218
+ RuleParameterKey = Shapes::StringShape.new(name: 'RuleParameterKey')
219
+ RuleParameterMap = Shapes::MapShape.new(name: 'RuleParameterMap')
220
+ RuleParameterValue = Shapes::StringShape.new(name: 'RuleParameterValue')
221
+ RuleType = Shapes::StringShape.new(name: 'RuleType')
222
+ SchemaAlreadyExistsException = Shapes::StructureShape.new(name: 'SchemaAlreadyExistsException')
223
+ SchemaAlreadyPublishedException = Shapes::StructureShape.new(name: 'SchemaAlreadyPublishedException')
224
+ SchemaFacet = Shapes::StructureShape.new(name: 'SchemaFacet')
225
+ SchemaFacetList = Shapes::ListShape.new(name: 'SchemaFacetList')
226
+ SchemaJsonDocument = Shapes::StringShape.new(name: 'SchemaJsonDocument')
227
+ SchemaName = Shapes::StringShape.new(name: 'SchemaName')
228
+ SelectorObjectReference = Shapes::StringShape.new(name: 'SelectorObjectReference')
229
+ StillContainsLinksException = Shapes::StructureShape.new(name: 'StillContainsLinksException')
230
+ StringAttributeValue = Shapes::StringShape.new(name: 'StringAttributeValue')
231
+ Tag = Shapes::StructureShape.new(name: 'Tag')
232
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
233
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
234
+ TagList = Shapes::ListShape.new(name: 'TagList')
235
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
236
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
237
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
238
+ TagsNumberResults = Shapes::IntegerShape.new(name: 'TagsNumberResults')
239
+ TypedAttributeValue = Shapes::StructureShape.new(name: 'TypedAttributeValue')
240
+ TypedAttributeValueRange = Shapes::StructureShape.new(name: 'TypedAttributeValueRange')
241
+ UnsupportedIndexTypeException = Shapes::StructureShape.new(name: 'UnsupportedIndexTypeException')
242
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
243
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
244
+ UpdateActionType = Shapes::StringShape.new(name: 'UpdateActionType')
245
+ UpdateFacetRequest = Shapes::StructureShape.new(name: 'UpdateFacetRequest')
246
+ UpdateFacetResponse = Shapes::StructureShape.new(name: 'UpdateFacetResponse')
247
+ UpdateObjectAttributesRequest = Shapes::StructureShape.new(name: 'UpdateObjectAttributesRequest')
248
+ UpdateObjectAttributesResponse = Shapes::StructureShape.new(name: 'UpdateObjectAttributesResponse')
249
+ UpdateSchemaRequest = Shapes::StructureShape.new(name: 'UpdateSchemaRequest')
250
+ UpdateSchemaResponse = Shapes::StructureShape.new(name: 'UpdateSchemaResponse')
251
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
252
+ Version = Shapes::StringShape.new(name: 'Version')
253
+
254
+ AddFacetToObjectRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
255
+ AddFacetToObjectRequest.add_member(:schema_facet, Shapes::ShapeRef.new(shape: SchemaFacet, required: true, location_name: "SchemaFacet"))
256
+ AddFacetToObjectRequest.add_member(:object_attribute_list, Shapes::ShapeRef.new(shape: AttributeKeyAndValueList, location_name: "ObjectAttributeList"))
257
+ AddFacetToObjectRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
258
+ AddFacetToObjectRequest.struct_class = Types::AddFacetToObjectRequest
259
+
260
+ AddFacetToObjectResponse.struct_class = Types::AddFacetToObjectResponse
261
+
262
+ ApplySchemaRequest.add_member(:published_schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PublishedSchemaArn"))
263
+ ApplySchemaRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
264
+ ApplySchemaRequest.struct_class = Types::ApplySchemaRequest
265
+
266
+ ApplySchemaResponse.add_member(:applied_schema_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AppliedSchemaArn"))
267
+ ApplySchemaResponse.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DirectoryArn"))
268
+ ApplySchemaResponse.struct_class = Types::ApplySchemaResponse
269
+
270
+ Arns.member = Shapes::ShapeRef.new(shape: Arn)
271
+
272
+ AttachObjectRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
273
+ AttachObjectRequest.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ParentReference"))
274
+ AttachObjectRequest.add_member(:child_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ChildReference"))
275
+ AttachObjectRequest.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, required: true, location_name: "LinkName"))
276
+ AttachObjectRequest.struct_class = Types::AttachObjectRequest
277
+
278
+ AttachObjectResponse.add_member(:attached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "AttachedObjectIdentifier"))
279
+ AttachObjectResponse.struct_class = Types::AttachObjectResponse
280
+
281
+ AttachPolicyRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, location: "header", location_name: "x-amz-data-partition"))
282
+ AttachPolicyRequest.add_member(:policy_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "PolicyReference"))
283
+ AttachPolicyRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
284
+ AttachPolicyRequest.struct_class = Types::AttachPolicyRequest
285
+
286
+ AttachPolicyResponse.struct_class = Types::AttachPolicyResponse
287
+
288
+ AttachToIndexRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
289
+ AttachToIndexRequest.add_member(:index_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "IndexReference"))
290
+ AttachToIndexRequest.add_member(:target_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "TargetReference"))
291
+ AttachToIndexRequest.struct_class = Types::AttachToIndexRequest
292
+
293
+ AttachToIndexResponse.add_member(:attached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "AttachedObjectIdentifier"))
294
+ AttachToIndexResponse.struct_class = Types::AttachToIndexResponse
295
+
296
+ AttributeKey.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "SchemaArn"))
297
+ AttributeKey.add_member(:facet_name, Shapes::ShapeRef.new(shape: FacetName, required: true, location_name: "FacetName"))
298
+ AttributeKey.add_member(:name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "Name"))
299
+ AttributeKey.struct_class = Types::AttributeKey
300
+
301
+ AttributeKeyAndValue.add_member(:key, Shapes::ShapeRef.new(shape: AttributeKey, required: true, location_name: "Key"))
302
+ AttributeKeyAndValue.add_member(:value, Shapes::ShapeRef.new(shape: TypedAttributeValue, required: true, location_name: "Value"))
303
+ AttributeKeyAndValue.struct_class = Types::AttributeKeyAndValue
304
+
305
+ AttributeKeyAndValueList.member = Shapes::ShapeRef.new(shape: AttributeKeyAndValue)
306
+
307
+ AttributeKeyList.member = Shapes::ShapeRef.new(shape: AttributeKey)
308
+
309
+ BatchAddFacetToObject.add_member(:schema_facet, Shapes::ShapeRef.new(shape: SchemaFacet, required: true, location_name: "SchemaFacet"))
310
+ BatchAddFacetToObject.add_member(:object_attribute_list, Shapes::ShapeRef.new(shape: AttributeKeyAndValueList, required: true, location_name: "ObjectAttributeList"))
311
+ BatchAddFacetToObject.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
312
+ BatchAddFacetToObject.struct_class = Types::BatchAddFacetToObject
313
+
314
+ BatchAddFacetToObjectResponse.struct_class = Types::BatchAddFacetToObjectResponse
315
+
316
+ BatchAttachObject.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ParentReference"))
317
+ BatchAttachObject.add_member(:child_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ChildReference"))
318
+ BatchAttachObject.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, required: true, location_name: "LinkName"))
319
+ BatchAttachObject.struct_class = Types::BatchAttachObject
320
+
321
+ BatchAttachObjectResponse.add_member(:attached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "attachedObjectIdentifier"))
322
+ BatchAttachObjectResponse.struct_class = Types::BatchAttachObjectResponse
323
+
324
+ BatchCreateObject.add_member(:schema_facet, Shapes::ShapeRef.new(shape: SchemaFacetList, required: true, location_name: "SchemaFacet"))
325
+ BatchCreateObject.add_member(:object_attribute_list, Shapes::ShapeRef.new(shape: AttributeKeyAndValueList, required: true, location_name: "ObjectAttributeList"))
326
+ BatchCreateObject.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ParentReference"))
327
+ BatchCreateObject.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, required: true, location_name: "LinkName"))
328
+ BatchCreateObject.add_member(:batch_reference_name, Shapes::ShapeRef.new(shape: BatchReferenceName, required: true, location_name: "BatchReferenceName"))
329
+ BatchCreateObject.struct_class = Types::BatchCreateObject
330
+
331
+ BatchCreateObjectResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
332
+ BatchCreateObjectResponse.struct_class = Types::BatchCreateObjectResponse
333
+
334
+ BatchDeleteObject.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
335
+ BatchDeleteObject.struct_class = Types::BatchDeleteObject
336
+
337
+ BatchDeleteObjectResponse.struct_class = Types::BatchDeleteObjectResponse
338
+
339
+ BatchDetachObject.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ParentReference"))
340
+ BatchDetachObject.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, required: true, location_name: "LinkName"))
341
+ BatchDetachObject.add_member(:batch_reference_name, Shapes::ShapeRef.new(shape: BatchReferenceName, required: true, location_name: "BatchReferenceName"))
342
+ BatchDetachObject.struct_class = Types::BatchDetachObject
343
+
344
+ BatchDetachObjectResponse.add_member(:detached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "detachedObjectIdentifier"))
345
+ BatchDetachObjectResponse.struct_class = Types::BatchDetachObjectResponse
346
+
347
+ BatchListObjectAttributes.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
348
+ BatchListObjectAttributes.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
349
+ BatchListObjectAttributes.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
350
+ BatchListObjectAttributes.struct_class = Types::BatchListObjectAttributes
351
+
352
+ BatchListObjectAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeKeyAndValueList, location_name: "Attributes"))
353
+ BatchListObjectAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
354
+ BatchListObjectAttributesResponse.struct_class = Types::BatchListObjectAttributesResponse
355
+
356
+ BatchListObjectChildren.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
357
+ BatchListObjectChildren.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
358
+ BatchListObjectChildren.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
359
+ BatchListObjectChildren.struct_class = Types::BatchListObjectChildren
360
+
361
+ BatchListObjectChildrenResponse.add_member(:children, Shapes::ShapeRef.new(shape: LinkNameToObjectIdentifierMap, location_name: "Children"))
362
+ BatchListObjectChildrenResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
363
+ BatchListObjectChildrenResponse.struct_class = Types::BatchListObjectChildrenResponse
364
+
365
+ BatchReadException.add_member(:type, Shapes::ShapeRef.new(shape: BatchReadExceptionType, location_name: "Type"))
366
+ BatchReadException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
367
+ BatchReadException.struct_class = Types::BatchReadException
368
+
369
+ BatchReadOperation.add_member(:list_object_attributes, Shapes::ShapeRef.new(shape: BatchListObjectAttributes, location_name: "ListObjectAttributes"))
370
+ BatchReadOperation.add_member(:list_object_children, Shapes::ShapeRef.new(shape: BatchListObjectChildren, location_name: "ListObjectChildren"))
371
+ BatchReadOperation.struct_class = Types::BatchReadOperation
372
+
373
+ BatchReadOperationList.member = Shapes::ShapeRef.new(shape: BatchReadOperation)
374
+
375
+ BatchReadOperationResponse.add_member(:successful_response, Shapes::ShapeRef.new(shape: BatchReadSuccessfulResponse, location_name: "SuccessfulResponse"))
376
+ BatchReadOperationResponse.add_member(:exception_response, Shapes::ShapeRef.new(shape: BatchReadException, location_name: "ExceptionResponse"))
377
+ BatchReadOperationResponse.struct_class = Types::BatchReadOperationResponse
378
+
379
+ BatchReadOperationResponseList.member = Shapes::ShapeRef.new(shape: BatchReadOperationResponse)
380
+
381
+ BatchReadRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
382
+ BatchReadRequest.add_member(:operations, Shapes::ShapeRef.new(shape: BatchReadOperationList, required: true, location_name: "Operations"))
383
+ BatchReadRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
384
+ BatchReadRequest.struct_class = Types::BatchReadRequest
385
+
386
+ BatchReadResponse.add_member(:responses, Shapes::ShapeRef.new(shape: BatchReadOperationResponseList, location_name: "Responses"))
387
+ BatchReadResponse.struct_class = Types::BatchReadResponse
388
+
389
+ BatchReadSuccessfulResponse.add_member(:list_object_attributes, Shapes::ShapeRef.new(shape: BatchListObjectAttributesResponse, location_name: "ListObjectAttributes"))
390
+ BatchReadSuccessfulResponse.add_member(:list_object_children, Shapes::ShapeRef.new(shape: BatchListObjectChildrenResponse, location_name: "ListObjectChildren"))
391
+ BatchReadSuccessfulResponse.struct_class = Types::BatchReadSuccessfulResponse
392
+
393
+ BatchRemoveFacetFromObject.add_member(:schema_facet, Shapes::ShapeRef.new(shape: SchemaFacet, required: true, location_name: "SchemaFacet"))
394
+ BatchRemoveFacetFromObject.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
395
+ BatchRemoveFacetFromObject.struct_class = Types::BatchRemoveFacetFromObject
396
+
397
+ BatchRemoveFacetFromObjectResponse.struct_class = Types::BatchRemoveFacetFromObjectResponse
398
+
399
+ BatchUpdateObjectAttributes.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
400
+ BatchUpdateObjectAttributes.add_member(:attribute_updates, Shapes::ShapeRef.new(shape: ObjectAttributeUpdateList, required: true, location_name: "AttributeUpdates"))
401
+ BatchUpdateObjectAttributes.struct_class = Types::BatchUpdateObjectAttributes
402
+
403
+ BatchUpdateObjectAttributesResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
404
+ BatchUpdateObjectAttributesResponse.struct_class = Types::BatchUpdateObjectAttributesResponse
405
+
406
+ BatchWriteOperation.add_member(:create_object, Shapes::ShapeRef.new(shape: BatchCreateObject, location_name: "CreateObject"))
407
+ BatchWriteOperation.add_member(:attach_object, Shapes::ShapeRef.new(shape: BatchAttachObject, location_name: "AttachObject"))
408
+ BatchWriteOperation.add_member(:detach_object, Shapes::ShapeRef.new(shape: BatchDetachObject, location_name: "DetachObject"))
409
+ BatchWriteOperation.add_member(:update_object_attributes, Shapes::ShapeRef.new(shape: BatchUpdateObjectAttributes, location_name: "UpdateObjectAttributes"))
410
+ BatchWriteOperation.add_member(:delete_object, Shapes::ShapeRef.new(shape: BatchDeleteObject, location_name: "DeleteObject"))
411
+ BatchWriteOperation.add_member(:add_facet_to_object, Shapes::ShapeRef.new(shape: BatchAddFacetToObject, location_name: "AddFacetToObject"))
412
+ BatchWriteOperation.add_member(:remove_facet_from_object, Shapes::ShapeRef.new(shape: BatchRemoveFacetFromObject, location_name: "RemoveFacetFromObject"))
413
+ BatchWriteOperation.struct_class = Types::BatchWriteOperation
414
+
415
+ BatchWriteOperationList.member = Shapes::ShapeRef.new(shape: BatchWriteOperation)
416
+
417
+ BatchWriteOperationResponse.add_member(:create_object, Shapes::ShapeRef.new(shape: BatchCreateObjectResponse, location_name: "CreateObject"))
418
+ BatchWriteOperationResponse.add_member(:attach_object, Shapes::ShapeRef.new(shape: BatchAttachObjectResponse, location_name: "AttachObject"))
419
+ BatchWriteOperationResponse.add_member(:detach_object, Shapes::ShapeRef.new(shape: BatchDetachObjectResponse, location_name: "DetachObject"))
420
+ BatchWriteOperationResponse.add_member(:update_object_attributes, Shapes::ShapeRef.new(shape: BatchUpdateObjectAttributesResponse, location_name: "UpdateObjectAttributes"))
421
+ BatchWriteOperationResponse.add_member(:delete_object, Shapes::ShapeRef.new(shape: BatchDeleteObjectResponse, location_name: "DeleteObject"))
422
+ BatchWriteOperationResponse.add_member(:add_facet_to_object, Shapes::ShapeRef.new(shape: BatchAddFacetToObjectResponse, location_name: "AddFacetToObject"))
423
+ BatchWriteOperationResponse.add_member(:remove_facet_from_object, Shapes::ShapeRef.new(shape: BatchRemoveFacetFromObjectResponse, location_name: "RemoveFacetFromObject"))
424
+ BatchWriteOperationResponse.struct_class = Types::BatchWriteOperationResponse
425
+
426
+ BatchWriteOperationResponseList.member = Shapes::ShapeRef.new(shape: BatchWriteOperationResponse)
427
+
428
+ BatchWriteRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
429
+ BatchWriteRequest.add_member(:operations, Shapes::ShapeRef.new(shape: BatchWriteOperationList, required: true, location_name: "Operations"))
430
+ BatchWriteRequest.struct_class = Types::BatchWriteRequest
431
+
432
+ BatchWriteResponse.add_member(:responses, Shapes::ShapeRef.new(shape: BatchWriteOperationResponseList, location_name: "Responses"))
433
+ BatchWriteResponse.struct_class = Types::BatchWriteResponse
434
+
435
+ CreateDirectoryRequest.add_member(:name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "Name"))
436
+ CreateDirectoryRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
437
+ CreateDirectoryRequest.struct_class = Types::CreateDirectoryRequest
438
+
439
+ CreateDirectoryResponse.add_member(:directory_arn, Shapes::ShapeRef.new(shape: DirectoryArn, required: true, location_name: "DirectoryArn"))
440
+ CreateDirectoryResponse.add_member(:name, Shapes::ShapeRef.new(shape: DirectoryName, required: true, location_name: "Name"))
441
+ CreateDirectoryResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, required: true, location_name: "ObjectIdentifier"))
442
+ CreateDirectoryResponse.add_member(:applied_schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AppliedSchemaArn"))
443
+ CreateDirectoryResponse.struct_class = Types::CreateDirectoryResponse
444
+
445
+ CreateFacetRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
446
+ CreateFacetRequest.add_member(:name, Shapes::ShapeRef.new(shape: FacetName, required: true, location_name: "Name"))
447
+ CreateFacetRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: FacetAttributeList, location_name: "Attributes"))
448
+ CreateFacetRequest.add_member(:object_type, Shapes::ShapeRef.new(shape: ObjectType, required: true, location_name: "ObjectType"))
449
+ CreateFacetRequest.struct_class = Types::CreateFacetRequest
450
+
451
+ CreateFacetResponse.struct_class = Types::CreateFacetResponse
452
+
453
+ CreateIndexRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
454
+ CreateIndexRequest.add_member(:ordered_indexed_attribute_list, Shapes::ShapeRef.new(shape: AttributeKeyList, required: true, location_name: "OrderedIndexedAttributeList"))
455
+ CreateIndexRequest.add_member(:is_unique, Shapes::ShapeRef.new(shape: Bool, required: true, location_name: "IsUnique"))
456
+ CreateIndexRequest.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, location_name: "ParentReference"))
457
+ CreateIndexRequest.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, location_name: "LinkName"))
458
+ CreateIndexRequest.struct_class = Types::CreateIndexRequest
459
+
460
+ CreateIndexResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
461
+ CreateIndexResponse.struct_class = Types::CreateIndexResponse
462
+
463
+ CreateObjectRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
464
+ CreateObjectRequest.add_member(:schema_facets, Shapes::ShapeRef.new(shape: SchemaFacetList, required: true, location_name: "SchemaFacets"))
465
+ CreateObjectRequest.add_member(:object_attribute_list, Shapes::ShapeRef.new(shape: AttributeKeyAndValueList, location_name: "ObjectAttributeList"))
466
+ CreateObjectRequest.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, location_name: "ParentReference"))
467
+ CreateObjectRequest.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, location_name: "LinkName"))
468
+ CreateObjectRequest.struct_class = Types::CreateObjectRequest
469
+
470
+ CreateObjectResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
471
+ CreateObjectResponse.struct_class = Types::CreateObjectResponse
472
+
473
+ CreateSchemaRequest.add_member(:name, Shapes::ShapeRef.new(shape: SchemaName, required: true, location_name: "Name"))
474
+ CreateSchemaRequest.struct_class = Types::CreateSchemaRequest
475
+
476
+ CreateSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SchemaArn"))
477
+ CreateSchemaResponse.struct_class = Types::CreateSchemaResponse
478
+
479
+ DeleteDirectoryRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
480
+ DeleteDirectoryRequest.struct_class = Types::DeleteDirectoryRequest
481
+
482
+ DeleteDirectoryResponse.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DirectoryArn"))
483
+ DeleteDirectoryResponse.struct_class = Types::DeleteDirectoryResponse
484
+
485
+ DeleteFacetRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
486
+ DeleteFacetRequest.add_member(:name, Shapes::ShapeRef.new(shape: FacetName, required: true, location_name: "Name"))
487
+ DeleteFacetRequest.struct_class = Types::DeleteFacetRequest
488
+
489
+ DeleteFacetResponse.struct_class = Types::DeleteFacetResponse
490
+
491
+ DeleteObjectRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
492
+ DeleteObjectRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
493
+ DeleteObjectRequest.struct_class = Types::DeleteObjectRequest
494
+
495
+ DeleteObjectResponse.struct_class = Types::DeleteObjectResponse
496
+
497
+ DeleteSchemaRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
498
+ DeleteSchemaRequest.struct_class = Types::DeleteSchemaRequest
499
+
500
+ DeleteSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SchemaArn"))
501
+ DeleteSchemaResponse.struct_class = Types::DeleteSchemaResponse
502
+
503
+ DetachFromIndexRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
504
+ DetachFromIndexRequest.add_member(:index_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "IndexReference"))
505
+ DetachFromIndexRequest.add_member(:target_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "TargetReference"))
506
+ DetachFromIndexRequest.struct_class = Types::DetachFromIndexRequest
507
+
508
+ DetachFromIndexResponse.add_member(:detached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "DetachedObjectIdentifier"))
509
+ DetachFromIndexResponse.struct_class = Types::DetachFromIndexResponse
510
+
511
+ DetachObjectRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
512
+ DetachObjectRequest.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ParentReference"))
513
+ DetachObjectRequest.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, required: true, location_name: "LinkName"))
514
+ DetachObjectRequest.struct_class = Types::DetachObjectRequest
515
+
516
+ DetachObjectResponse.add_member(:detached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "DetachedObjectIdentifier"))
517
+ DetachObjectResponse.struct_class = Types::DetachObjectResponse
518
+
519
+ DetachPolicyRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
520
+ DetachPolicyRequest.add_member(:policy_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "PolicyReference"))
521
+ DetachPolicyRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
522
+ DetachPolicyRequest.struct_class = Types::DetachPolicyRequest
523
+
524
+ DetachPolicyResponse.struct_class = Types::DetachPolicyResponse
525
+
526
+ Directory.add_member(:name, Shapes::ShapeRef.new(shape: DirectoryName, location_name: "Name"))
527
+ Directory.add_member(:directory_arn, Shapes::ShapeRef.new(shape: DirectoryArn, location_name: "DirectoryArn"))
528
+ Directory.add_member(:state, Shapes::ShapeRef.new(shape: DirectoryState, location_name: "State"))
529
+ Directory.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationDateTime"))
530
+ Directory.struct_class = Types::Directory
531
+
532
+ DirectoryList.member = Shapes::ShapeRef.new(shape: Directory)
533
+
534
+ DisableDirectoryRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
535
+ DisableDirectoryRequest.struct_class = Types::DisableDirectoryRequest
536
+
537
+ DisableDirectoryResponse.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DirectoryArn"))
538
+ DisableDirectoryResponse.struct_class = Types::DisableDirectoryResponse
539
+
540
+ EnableDirectoryRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
541
+ EnableDirectoryRequest.struct_class = Types::EnableDirectoryRequest
542
+
543
+ EnableDirectoryResponse.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DirectoryArn"))
544
+ EnableDirectoryResponse.struct_class = Types::EnableDirectoryResponse
545
+
546
+ Facet.add_member(:name, Shapes::ShapeRef.new(shape: FacetName, location_name: "Name"))
547
+ Facet.add_member(:object_type, Shapes::ShapeRef.new(shape: ObjectType, location_name: "ObjectType"))
548
+ Facet.struct_class = Types::Facet
549
+
550
+ FacetAttribute.add_member(:name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "Name"))
551
+ FacetAttribute.add_member(:attribute_definition, Shapes::ShapeRef.new(shape: FacetAttributeDefinition, location_name: "AttributeDefinition"))
552
+ FacetAttribute.add_member(:attribute_reference, Shapes::ShapeRef.new(shape: FacetAttributeReference, location_name: "AttributeReference"))
553
+ FacetAttribute.add_member(:required_behavior, Shapes::ShapeRef.new(shape: RequiredAttributeBehavior, location_name: "RequiredBehavior"))
554
+ FacetAttribute.struct_class = Types::FacetAttribute
555
+
556
+ FacetAttributeDefinition.add_member(:type, Shapes::ShapeRef.new(shape: FacetAttributeType, required: true, location_name: "Type"))
557
+ FacetAttributeDefinition.add_member(:default_value, Shapes::ShapeRef.new(shape: TypedAttributeValue, location_name: "DefaultValue"))
558
+ FacetAttributeDefinition.add_member(:is_immutable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsImmutable"))
559
+ FacetAttributeDefinition.add_member(:rules, Shapes::ShapeRef.new(shape: RuleMap, location_name: "Rules"))
560
+ FacetAttributeDefinition.struct_class = Types::FacetAttributeDefinition
561
+
562
+ FacetAttributeList.member = Shapes::ShapeRef.new(shape: FacetAttribute)
563
+
564
+ FacetAttributeReference.add_member(:target_facet_name, Shapes::ShapeRef.new(shape: FacetName, required: true, location_name: "TargetFacetName"))
565
+ FacetAttributeReference.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "TargetAttributeName"))
566
+ FacetAttributeReference.struct_class = Types::FacetAttributeReference
567
+
568
+ FacetAttributeUpdate.add_member(:attribute, Shapes::ShapeRef.new(shape: FacetAttribute, location_name: "Attribute"))
569
+ FacetAttributeUpdate.add_member(:action, Shapes::ShapeRef.new(shape: UpdateActionType, location_name: "Action"))
570
+ FacetAttributeUpdate.struct_class = Types::FacetAttributeUpdate
571
+
572
+ FacetAttributeUpdateList.member = Shapes::ShapeRef.new(shape: FacetAttributeUpdate)
573
+
574
+ FacetNameList.member = Shapes::ShapeRef.new(shape: FacetName)
575
+
576
+ GetDirectoryRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: DirectoryArn, required: true, location: "header", location_name: "x-amz-data-partition"))
577
+ GetDirectoryRequest.struct_class = Types::GetDirectoryRequest
578
+
579
+ GetDirectoryResponse.add_member(:directory, Shapes::ShapeRef.new(shape: Directory, required: true, location_name: "Directory"))
580
+ GetDirectoryResponse.struct_class = Types::GetDirectoryResponse
581
+
582
+ GetFacetRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
583
+ GetFacetRequest.add_member(:name, Shapes::ShapeRef.new(shape: FacetName, required: true, location_name: "Name"))
584
+ GetFacetRequest.struct_class = Types::GetFacetRequest
585
+
586
+ GetFacetResponse.add_member(:facet, Shapes::ShapeRef.new(shape: Facet, location_name: "Facet"))
587
+ GetFacetResponse.struct_class = Types::GetFacetResponse
588
+
589
+ GetObjectInformationRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
590
+ GetObjectInformationRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
591
+ GetObjectInformationRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
592
+ GetObjectInformationRequest.struct_class = Types::GetObjectInformationRequest
593
+
594
+ GetObjectInformationResponse.add_member(:schema_facets, Shapes::ShapeRef.new(shape: SchemaFacetList, location_name: "SchemaFacets"))
595
+ GetObjectInformationResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
596
+ GetObjectInformationResponse.struct_class = Types::GetObjectInformationResponse
597
+
598
+ GetSchemaAsJsonRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
599
+ GetSchemaAsJsonRequest.struct_class = Types::GetSchemaAsJsonRequest
600
+
601
+ GetSchemaAsJsonResponse.add_member(:name, Shapes::ShapeRef.new(shape: SchemaName, location_name: "Name"))
602
+ GetSchemaAsJsonResponse.add_member(:document, Shapes::ShapeRef.new(shape: SchemaJsonDocument, location_name: "Document"))
603
+ GetSchemaAsJsonResponse.struct_class = Types::GetSchemaAsJsonResponse
604
+
605
+ IndexAttachment.add_member(:indexed_attributes, Shapes::ShapeRef.new(shape: AttributeKeyAndValueList, location_name: "IndexedAttributes"))
606
+ IndexAttachment.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
607
+ IndexAttachment.struct_class = Types::IndexAttachment
608
+
609
+ IndexAttachmentList.member = Shapes::ShapeRef.new(shape: IndexAttachment)
610
+
611
+ LinkNameToObjectIdentifierMap.key = Shapes::ShapeRef.new(shape: LinkName)
612
+ LinkNameToObjectIdentifierMap.value = Shapes::ShapeRef.new(shape: ObjectIdentifier)
613
+
614
+ ListAppliedSchemaArnsRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DirectoryArn"))
615
+ ListAppliedSchemaArnsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
616
+ ListAppliedSchemaArnsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
617
+ ListAppliedSchemaArnsRequest.struct_class = Types::ListAppliedSchemaArnsRequest
618
+
619
+ ListAppliedSchemaArnsResponse.add_member(:schema_arns, Shapes::ShapeRef.new(shape: Arns, location_name: "SchemaArns"))
620
+ ListAppliedSchemaArnsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
621
+ ListAppliedSchemaArnsResponse.struct_class = Types::ListAppliedSchemaArnsResponse
622
+
623
+ ListAttachedIndicesRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
624
+ ListAttachedIndicesRequest.add_member(:target_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "TargetReference"))
625
+ ListAttachedIndicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
626
+ ListAttachedIndicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
627
+ ListAttachedIndicesRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
628
+ ListAttachedIndicesRequest.struct_class = Types::ListAttachedIndicesRequest
629
+
630
+ ListAttachedIndicesResponse.add_member(:index_attachments, Shapes::ShapeRef.new(shape: IndexAttachmentList, location_name: "IndexAttachments"))
631
+ ListAttachedIndicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
632
+ ListAttachedIndicesResponse.struct_class = Types::ListAttachedIndicesResponse
633
+
634
+ ListDevelopmentSchemaArnsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
635
+ ListDevelopmentSchemaArnsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
636
+ ListDevelopmentSchemaArnsRequest.struct_class = Types::ListDevelopmentSchemaArnsRequest
637
+
638
+ ListDevelopmentSchemaArnsResponse.add_member(:schema_arns, Shapes::ShapeRef.new(shape: Arns, location_name: "SchemaArns"))
639
+ ListDevelopmentSchemaArnsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
640
+ ListDevelopmentSchemaArnsResponse.struct_class = Types::ListDevelopmentSchemaArnsResponse
641
+
642
+ ListDirectoriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
643
+ ListDirectoriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
644
+ ListDirectoriesRequest.add_member(:state, Shapes::ShapeRef.new(shape: DirectoryState, location_name: "state"))
645
+ ListDirectoriesRequest.struct_class = Types::ListDirectoriesRequest
646
+
647
+ ListDirectoriesResponse.add_member(:directories, Shapes::ShapeRef.new(shape: DirectoryList, required: true, location_name: "Directories"))
648
+ ListDirectoriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
649
+ ListDirectoriesResponse.struct_class = Types::ListDirectoriesResponse
650
+
651
+ ListFacetAttributesRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
652
+ ListFacetAttributesRequest.add_member(:name, Shapes::ShapeRef.new(shape: FacetName, required: true, location_name: "Name"))
653
+ ListFacetAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
654
+ ListFacetAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
655
+ ListFacetAttributesRequest.struct_class = Types::ListFacetAttributesRequest
656
+
657
+ ListFacetAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: FacetAttributeList, location_name: "Attributes"))
658
+ ListFacetAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
659
+ ListFacetAttributesResponse.struct_class = Types::ListFacetAttributesResponse
660
+
661
+ ListFacetNamesRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
662
+ ListFacetNamesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
663
+ ListFacetNamesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
664
+ ListFacetNamesRequest.struct_class = Types::ListFacetNamesRequest
665
+
666
+ ListFacetNamesResponse.add_member(:facet_names, Shapes::ShapeRef.new(shape: FacetNameList, location_name: "FacetNames"))
667
+ ListFacetNamesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
668
+ ListFacetNamesResponse.struct_class = Types::ListFacetNamesResponse
669
+
670
+ ListIndexRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
671
+ ListIndexRequest.add_member(:ranges_on_indexed_values, Shapes::ShapeRef.new(shape: ObjectAttributeRangeList, location_name: "RangesOnIndexedValues"))
672
+ ListIndexRequest.add_member(:index_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "IndexReference"))
673
+ ListIndexRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
674
+ ListIndexRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
675
+ ListIndexRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
676
+ ListIndexRequest.struct_class = Types::ListIndexRequest
677
+
678
+ ListIndexResponse.add_member(:index_attachments, Shapes::ShapeRef.new(shape: IndexAttachmentList, location_name: "IndexAttachments"))
679
+ ListIndexResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
680
+ ListIndexResponse.struct_class = Types::ListIndexResponse
681
+
682
+ ListObjectAttributesRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
683
+ ListObjectAttributesRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
684
+ ListObjectAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
685
+ ListObjectAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
686
+ ListObjectAttributesRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
687
+ ListObjectAttributesRequest.struct_class = Types::ListObjectAttributesRequest
688
+
689
+ ListObjectAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeKeyAndValueList, location_name: "Attributes"))
690
+ ListObjectAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
691
+ ListObjectAttributesResponse.struct_class = Types::ListObjectAttributesResponse
692
+
693
+ ListObjectChildrenRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
694
+ ListObjectChildrenRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
695
+ ListObjectChildrenRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
696
+ ListObjectChildrenRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
697
+ ListObjectChildrenRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
698
+ ListObjectChildrenRequest.struct_class = Types::ListObjectChildrenRequest
699
+
700
+ ListObjectChildrenResponse.add_member(:children, Shapes::ShapeRef.new(shape: LinkNameToObjectIdentifierMap, location_name: "Children"))
701
+ ListObjectChildrenResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
702
+ ListObjectChildrenResponse.struct_class = Types::ListObjectChildrenResponse
703
+
704
+ ListObjectParentsRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
705
+ ListObjectParentsRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
706
+ ListObjectParentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
707
+ ListObjectParentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
708
+ ListObjectParentsRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
709
+ ListObjectParentsRequest.struct_class = Types::ListObjectParentsRequest
710
+
711
+ ListObjectParentsResponse.add_member(:parents, Shapes::ShapeRef.new(shape: ObjectIdentifierToLinkNameMap, location_name: "Parents"))
712
+ ListObjectParentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
713
+ ListObjectParentsResponse.struct_class = Types::ListObjectParentsResponse
714
+
715
+ ListObjectPoliciesRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
716
+ ListObjectPoliciesRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
717
+ ListObjectPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
718
+ ListObjectPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
719
+ ListObjectPoliciesRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
720
+ ListObjectPoliciesRequest.struct_class = Types::ListObjectPoliciesRequest
721
+
722
+ ListObjectPoliciesResponse.add_member(:attached_policy_ids, Shapes::ShapeRef.new(shape: ObjectIdentifierList, location_name: "AttachedPolicyIds"))
723
+ ListObjectPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
724
+ ListObjectPoliciesResponse.struct_class = Types::ListObjectPoliciesResponse
725
+
726
+ ListPolicyAttachmentsRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
727
+ ListPolicyAttachmentsRequest.add_member(:policy_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "PolicyReference"))
728
+ ListPolicyAttachmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
729
+ ListPolicyAttachmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
730
+ ListPolicyAttachmentsRequest.add_member(:consistency_level, Shapes::ShapeRef.new(shape: ConsistencyLevel, location: "header", location_name: "x-amz-consistency-level"))
731
+ ListPolicyAttachmentsRequest.struct_class = Types::ListPolicyAttachmentsRequest
732
+
733
+ ListPolicyAttachmentsResponse.add_member(:object_identifiers, Shapes::ShapeRef.new(shape: ObjectIdentifierList, location_name: "ObjectIdentifiers"))
734
+ ListPolicyAttachmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
735
+ ListPolicyAttachmentsResponse.struct_class = Types::ListPolicyAttachmentsResponse
736
+
737
+ ListPublishedSchemaArnsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
738
+ ListPublishedSchemaArnsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
739
+ ListPublishedSchemaArnsRequest.struct_class = Types::ListPublishedSchemaArnsRequest
740
+
741
+ ListPublishedSchemaArnsResponse.add_member(:schema_arns, Shapes::ShapeRef.new(shape: Arns, location_name: "SchemaArns"))
742
+ ListPublishedSchemaArnsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
743
+ ListPublishedSchemaArnsResponse.struct_class = Types::ListPublishedSchemaArnsResponse
744
+
745
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
746
+ ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
747
+ ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TagsNumberResults, location_name: "MaxResults"))
748
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
749
+
750
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
751
+ ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
752
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
753
+
754
+ LookupPolicyRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
755
+ LookupPolicyRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
756
+ LookupPolicyRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
757
+ LookupPolicyRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
758
+ LookupPolicyRequest.struct_class = Types::LookupPolicyRequest
759
+
760
+ LookupPolicyResponse.add_member(:policy_to_path_list, Shapes::ShapeRef.new(shape: PolicyToPathList, location_name: "PolicyToPathList"))
761
+ LookupPolicyResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
762
+ LookupPolicyResponse.struct_class = Types::LookupPolicyResponse
763
+
764
+ ObjectAttributeAction.add_member(:object_attribute_action_type, Shapes::ShapeRef.new(shape: UpdateActionType, location_name: "ObjectAttributeActionType"))
765
+ ObjectAttributeAction.add_member(:object_attribute_update_value, Shapes::ShapeRef.new(shape: TypedAttributeValue, location_name: "ObjectAttributeUpdateValue"))
766
+ ObjectAttributeAction.struct_class = Types::ObjectAttributeAction
767
+
768
+ ObjectAttributeRange.add_member(:attribute_key, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "AttributeKey"))
769
+ ObjectAttributeRange.add_member(:range, Shapes::ShapeRef.new(shape: TypedAttributeValueRange, location_name: "Range"))
770
+ ObjectAttributeRange.struct_class = Types::ObjectAttributeRange
771
+
772
+ ObjectAttributeRangeList.member = Shapes::ShapeRef.new(shape: ObjectAttributeRange)
773
+
774
+ ObjectAttributeUpdate.add_member(:object_attribute_key, Shapes::ShapeRef.new(shape: AttributeKey, location_name: "ObjectAttributeKey"))
775
+ ObjectAttributeUpdate.add_member(:object_attribute_action, Shapes::ShapeRef.new(shape: ObjectAttributeAction, location_name: "ObjectAttributeAction"))
776
+ ObjectAttributeUpdate.struct_class = Types::ObjectAttributeUpdate
777
+
778
+ ObjectAttributeUpdateList.member = Shapes::ShapeRef.new(shape: ObjectAttributeUpdate)
779
+
780
+ ObjectIdentifierList.member = Shapes::ShapeRef.new(shape: ObjectIdentifier)
781
+
782
+ ObjectIdentifierToLinkNameMap.key = Shapes::ShapeRef.new(shape: ObjectIdentifier)
783
+ ObjectIdentifierToLinkNameMap.value = Shapes::ShapeRef.new(shape: LinkName)
784
+
785
+ ObjectReference.add_member(:selector, Shapes::ShapeRef.new(shape: SelectorObjectReference, location_name: "Selector"))
786
+ ObjectReference.struct_class = Types::ObjectReference
787
+
788
+ PolicyAttachment.add_member(:policy_id, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "PolicyId"))
789
+ PolicyAttachment.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
790
+ PolicyAttachment.add_member(:policy_type, Shapes::ShapeRef.new(shape: PolicyType, location_name: "PolicyType"))
791
+ PolicyAttachment.struct_class = Types::PolicyAttachment
792
+
793
+ PolicyAttachmentList.member = Shapes::ShapeRef.new(shape: PolicyAttachment)
794
+
795
+ PolicyToPath.add_member(:path, Shapes::ShapeRef.new(shape: PathString, location_name: "Path"))
796
+ PolicyToPath.add_member(:policies, Shapes::ShapeRef.new(shape: PolicyAttachmentList, location_name: "Policies"))
797
+ PolicyToPath.struct_class = Types::PolicyToPath
798
+
799
+ PolicyToPathList.member = Shapes::ShapeRef.new(shape: PolicyToPath)
800
+
801
+ PublishSchemaRequest.add_member(:development_schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
802
+ PublishSchemaRequest.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "Version"))
803
+ PublishSchemaRequest.add_member(:name, Shapes::ShapeRef.new(shape: SchemaName, location_name: "Name"))
804
+ PublishSchemaRequest.struct_class = Types::PublishSchemaRequest
805
+
806
+ PublishSchemaResponse.add_member(:published_schema_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PublishedSchemaArn"))
807
+ PublishSchemaResponse.struct_class = Types::PublishSchemaResponse
808
+
809
+ PutSchemaFromJsonRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
810
+ PutSchemaFromJsonRequest.add_member(:document, Shapes::ShapeRef.new(shape: SchemaJsonDocument, required: true, location_name: "Document"))
811
+ PutSchemaFromJsonRequest.struct_class = Types::PutSchemaFromJsonRequest
812
+
813
+ PutSchemaFromJsonResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
814
+ PutSchemaFromJsonResponse.struct_class = Types::PutSchemaFromJsonResponse
815
+
816
+ RemoveFacetFromObjectRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
817
+ RemoveFacetFromObjectRequest.add_member(:schema_facet, Shapes::ShapeRef.new(shape: SchemaFacet, required: true, location_name: "SchemaFacet"))
818
+ RemoveFacetFromObjectRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
819
+ RemoveFacetFromObjectRequest.struct_class = Types::RemoveFacetFromObjectRequest
820
+
821
+ RemoveFacetFromObjectResponse.struct_class = Types::RemoveFacetFromObjectResponse
822
+
823
+ Rule.add_member(:type, Shapes::ShapeRef.new(shape: RuleType, location_name: "Type"))
824
+ Rule.add_member(:parameters, Shapes::ShapeRef.new(shape: RuleParameterMap, location_name: "Parameters"))
825
+ Rule.struct_class = Types::Rule
826
+
827
+ RuleMap.key = Shapes::ShapeRef.new(shape: RuleKey)
828
+ RuleMap.value = Shapes::ShapeRef.new(shape: Rule)
829
+
830
+ RuleParameterMap.key = Shapes::ShapeRef.new(shape: RuleParameterKey)
831
+ RuleParameterMap.value = Shapes::ShapeRef.new(shape: RuleParameterValue)
832
+
833
+ SchemaFacet.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SchemaArn"))
834
+ SchemaFacet.add_member(:facet_name, Shapes::ShapeRef.new(shape: FacetName, location_name: "FacetName"))
835
+ SchemaFacet.struct_class = Types::SchemaFacet
836
+
837
+ SchemaFacetList.member = Shapes::ShapeRef.new(shape: SchemaFacet)
838
+
839
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
840
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
841
+ Tag.struct_class = Types::Tag
842
+
843
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
844
+
845
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
846
+
847
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
848
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
849
+ TagResourceRequest.struct_class = Types::TagResourceRequest
850
+
851
+ TagResourceResponse.struct_class = Types::TagResourceResponse
852
+
853
+ TypedAttributeValue.add_member(:string_value, Shapes::ShapeRef.new(shape: StringAttributeValue, location_name: "StringValue"))
854
+ TypedAttributeValue.add_member(:binary_value, Shapes::ShapeRef.new(shape: BinaryAttributeValue, location_name: "BinaryValue"))
855
+ TypedAttributeValue.add_member(:boolean_value, Shapes::ShapeRef.new(shape: BooleanAttributeValue, location_name: "BooleanValue"))
856
+ TypedAttributeValue.add_member(:number_value, Shapes::ShapeRef.new(shape: NumberAttributeValue, location_name: "NumberValue"))
857
+ TypedAttributeValue.add_member(:datetime_value, Shapes::ShapeRef.new(shape: DatetimeAttributeValue, location_name: "DatetimeValue"))
858
+ TypedAttributeValue.struct_class = Types::TypedAttributeValue
859
+
860
+ TypedAttributeValueRange.add_member(:start_mode, Shapes::ShapeRef.new(shape: RangeMode, required: true, location_name: "StartMode"))
861
+ TypedAttributeValueRange.add_member(:start_value, Shapes::ShapeRef.new(shape: TypedAttributeValue, location_name: "StartValue"))
862
+ TypedAttributeValueRange.add_member(:end_mode, Shapes::ShapeRef.new(shape: RangeMode, required: true, location_name: "EndMode"))
863
+ TypedAttributeValueRange.add_member(:end_value, Shapes::ShapeRef.new(shape: TypedAttributeValue, location_name: "EndValue"))
864
+ TypedAttributeValueRange.struct_class = Types::TypedAttributeValueRange
865
+
866
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
867
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
868
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
869
+
870
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
871
+
872
+ UpdateFacetRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
873
+ UpdateFacetRequest.add_member(:name, Shapes::ShapeRef.new(shape: FacetName, required: true, location_name: "Name"))
874
+ UpdateFacetRequest.add_member(:attribute_updates, Shapes::ShapeRef.new(shape: FacetAttributeUpdateList, location_name: "AttributeUpdates"))
875
+ UpdateFacetRequest.add_member(:object_type, Shapes::ShapeRef.new(shape: ObjectType, location_name: "ObjectType"))
876
+ UpdateFacetRequest.struct_class = Types::UpdateFacetRequest
877
+
878
+ UpdateFacetResponse.struct_class = Types::UpdateFacetResponse
879
+
880
+ UpdateObjectAttributesRequest.add_member(:directory_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
881
+ UpdateObjectAttributesRequest.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
882
+ UpdateObjectAttributesRequest.add_member(:attribute_updates, Shapes::ShapeRef.new(shape: ObjectAttributeUpdateList, required: true, location_name: "AttributeUpdates"))
883
+ UpdateObjectAttributesRequest.struct_class = Types::UpdateObjectAttributesRequest
884
+
885
+ UpdateObjectAttributesResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
886
+ UpdateObjectAttributesResponse.struct_class = Types::UpdateObjectAttributesResponse
887
+
888
+ UpdateSchemaRequest.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "header", location_name: "x-amz-data-partition"))
889
+ UpdateSchemaRequest.add_member(:name, Shapes::ShapeRef.new(shape: SchemaName, required: true, location_name: "Name"))
890
+ UpdateSchemaRequest.struct_class = Types::UpdateSchemaRequest
891
+
892
+ UpdateSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SchemaArn"))
893
+ UpdateSchemaResponse.struct_class = Types::UpdateSchemaResponse
894
+
895
+
896
+ # @api private
897
+ API = Seahorse::Model::Api.new.tap do |api|
898
+
899
+ api.version = "2016-05-10"
900
+
901
+ api.metadata = {
902
+ "endpointPrefix" => "clouddirectory",
903
+ "protocol" => "rest-json",
904
+ "serviceFullName" => "Amazon CloudDirectory",
905
+ "signatureVersion" => "v4",
906
+ "signingName" => "clouddirectory",
907
+ }
908
+
909
+ api.add_operation(:add_facet_to_object, Seahorse::Model::Operation.new.tap do |o|
910
+ o.name = "AddFacetToObject"
911
+ o.http_method = "PUT"
912
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/facets"
913
+ o.input = Shapes::ShapeRef.new(shape: AddFacetToObjectRequest)
914
+ o.output = Shapes::ShapeRef.new(shape: AddFacetToObjectResponse)
915
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
916
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
917
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
918
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
919
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
920
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
921
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
922
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
923
+ o.errors << Shapes::ShapeRef.new(shape: FacetValidationException)
924
+ end)
925
+
926
+ api.add_operation(:apply_schema, Seahorse::Model::Operation.new.tap do |o|
927
+ o.name = "ApplySchema"
928
+ o.http_method = "PUT"
929
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/apply"
930
+ o.input = Shapes::ShapeRef.new(shape: ApplySchemaRequest)
931
+ o.output = Shapes::ShapeRef.new(shape: ApplySchemaResponse)
932
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
933
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
934
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
935
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
936
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
937
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
938
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
939
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAttachmentException)
940
+ end)
941
+
942
+ api.add_operation(:attach_object, Seahorse::Model::Operation.new.tap do |o|
943
+ o.name = "AttachObject"
944
+ o.http_method = "PUT"
945
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/attach"
946
+ o.input = Shapes::ShapeRef.new(shape: AttachObjectRequest)
947
+ o.output = Shapes::ShapeRef.new(shape: AttachObjectResponse)
948
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
949
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
950
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
951
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
952
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
953
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
954
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
955
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
956
+ o.errors << Shapes::ShapeRef.new(shape: LinkNameAlreadyInUseException)
957
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAttachmentException)
958
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
959
+ end)
960
+
961
+ api.add_operation(:attach_policy, Seahorse::Model::Operation.new.tap do |o|
962
+ o.name = "AttachPolicy"
963
+ o.http_method = "PUT"
964
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/policy/attach"
965
+ o.input = Shapes::ShapeRef.new(shape: AttachPolicyRequest)
966
+ o.output = Shapes::ShapeRef.new(shape: AttachPolicyResponse)
967
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
968
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
969
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
970
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
971
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
972
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
973
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
974
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
975
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
976
+ o.errors << Shapes::ShapeRef.new(shape: NotPolicyException)
977
+ end)
978
+
979
+ api.add_operation(:attach_to_index, Seahorse::Model::Operation.new.tap do |o|
980
+ o.name = "AttachToIndex"
981
+ o.http_method = "PUT"
982
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/index/attach"
983
+ o.input = Shapes::ShapeRef.new(shape: AttachToIndexRequest)
984
+ o.output = Shapes::ShapeRef.new(shape: AttachToIndexResponse)
985
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
986
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
987
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
988
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
989
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
990
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
991
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
992
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
993
+ o.errors << Shapes::ShapeRef.new(shape: LinkNameAlreadyInUseException)
994
+ o.errors << Shapes::ShapeRef.new(shape: IndexedAttributeMissingException)
995
+ o.errors << Shapes::ShapeRef.new(shape: NotIndexException)
996
+ end)
997
+
998
+ api.add_operation(:batch_read, Seahorse::Model::Operation.new.tap do |o|
999
+ o.name = "BatchRead"
1000
+ o.http_method = "POST"
1001
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/batchread"
1002
+ o.input = Shapes::ShapeRef.new(shape: BatchReadRequest)
1003
+ o.output = Shapes::ShapeRef.new(shape: BatchReadResponse)
1004
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1005
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1011
+ end)
1012
+
1013
+ api.add_operation(:batch_write, Seahorse::Model::Operation.new.tap do |o|
1014
+ o.name = "BatchWrite"
1015
+ o.http_method = "PUT"
1016
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/batchwrite"
1017
+ o.input = Shapes::ShapeRef.new(shape: BatchWriteRequest)
1018
+ o.output = Shapes::ShapeRef.new(shape: BatchWriteResponse)
1019
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1024
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: BatchWriteException)
1027
+ end)
1028
+
1029
+ api.add_operation(:create_directory, Seahorse::Model::Operation.new.tap do |o|
1030
+ o.name = "CreateDirectory"
1031
+ o.http_method = "PUT"
1032
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/directory/create"
1033
+ o.input = Shapes::ShapeRef.new(shape: CreateDirectoryRequest)
1034
+ o.output = Shapes::ShapeRef.new(shape: CreateDirectoryResponse)
1035
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1038
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1039
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1041
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryAlreadyExistsException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1044
+ end)
1045
+
1046
+ api.add_operation(:create_facet, Seahorse::Model::Operation.new.tap do |o|
1047
+ o.name = "CreateFacet"
1048
+ o.http_method = "PUT"
1049
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/facet/create"
1050
+ o.input = Shapes::ShapeRef.new(shape: CreateFacetRequest)
1051
+ o.output = Shapes::ShapeRef.new(shape: CreateFacetResponse)
1052
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1054
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1055
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1058
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: FacetAlreadyExistsException)
1060
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRuleException)
1061
+ end)
1062
+
1063
+ api.add_operation(:create_index, Seahorse::Model::Operation.new.tap do |o|
1064
+ o.name = "CreateIndex"
1065
+ o.http_method = "PUT"
1066
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/index"
1067
+ o.input = Shapes::ShapeRef.new(shape: CreateIndexRequest)
1068
+ o.output = Shapes::ShapeRef.new(shape: CreateIndexResponse)
1069
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1075
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1076
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1077
+ o.errors << Shapes::ShapeRef.new(shape: FacetValidationException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: LinkNameAlreadyInUseException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedIndexTypeException)
1080
+ end)
1081
+
1082
+ api.add_operation(:create_object, Seahorse::Model::Operation.new.tap do |o|
1083
+ o.name = "CreateObject"
1084
+ o.http_method = "PUT"
1085
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object"
1086
+ o.input = Shapes::ShapeRef.new(shape: CreateObjectRequest)
1087
+ o.output = Shapes::ShapeRef.new(shape: CreateObjectResponse)
1088
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1089
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1095
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1096
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1097
+ o.errors << Shapes::ShapeRef.new(shape: FacetValidationException)
1098
+ o.errors << Shapes::ShapeRef.new(shape: LinkNameAlreadyInUseException)
1099
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedIndexTypeException)
1100
+ end)
1101
+
1102
+ api.add_operation(:create_schema, Seahorse::Model::Operation.new.tap do |o|
1103
+ o.name = "CreateSchema"
1104
+ o.http_method = "PUT"
1105
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/create"
1106
+ o.input = Shapes::ShapeRef.new(shape: CreateSchemaRequest)
1107
+ o.output = Shapes::ShapeRef.new(shape: CreateSchemaResponse)
1108
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1109
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: SchemaAlreadyExistsException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1116
+ end)
1117
+
1118
+ api.add_operation(:delete_directory, Seahorse::Model::Operation.new.tap do |o|
1119
+ o.name = "DeleteDirectory"
1120
+ o.http_method = "PUT"
1121
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/directory"
1122
+ o.input = Shapes::ShapeRef.new(shape: DeleteDirectoryRequest)
1123
+ o.output = Shapes::ShapeRef.new(shape: DeleteDirectoryResponse)
1124
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1125
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotDisabledException)
1126
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1127
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1129
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryDeletedException)
1131
+ end)
1132
+
1133
+ api.add_operation(:delete_facet, Seahorse::Model::Operation.new.tap do |o|
1134
+ o.name = "DeleteFacet"
1135
+ o.http_method = "PUT"
1136
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/facet/delete"
1137
+ o.input = Shapes::ShapeRef.new(shape: DeleteFacetRequest)
1138
+ o.output = Shapes::ShapeRef.new(shape: DeleteFacetResponse)
1139
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1140
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1143
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1145
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: FacetNotFoundException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: FacetInUseException)
1148
+ end)
1149
+
1150
+ api.add_operation(:delete_object, Seahorse::Model::Operation.new.tap do |o|
1151
+ o.name = "DeleteObject"
1152
+ o.http_method = "PUT"
1153
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/delete"
1154
+ o.input = Shapes::ShapeRef.new(shape: DeleteObjectRequest)
1155
+ o.output = Shapes::ShapeRef.new(shape: DeleteObjectResponse)
1156
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1157
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1158
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1159
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1160
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1161
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1163
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1164
+ o.errors << Shapes::ShapeRef.new(shape: ObjectNotDetachedException)
1165
+ end)
1166
+
1167
+ api.add_operation(:delete_schema, Seahorse::Model::Operation.new.tap do |o|
1168
+ o.name = "DeleteSchema"
1169
+ o.http_method = "PUT"
1170
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema"
1171
+ o.input = Shapes::ShapeRef.new(shape: DeleteSchemaRequest)
1172
+ o.output = Shapes::ShapeRef.new(shape: DeleteSchemaResponse)
1173
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1177
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: StillContainsLinksException)
1181
+ end)
1182
+
1183
+ api.add_operation(:detach_from_index, Seahorse::Model::Operation.new.tap do |o|
1184
+ o.name = "DetachFromIndex"
1185
+ o.http_method = "PUT"
1186
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/index/detach"
1187
+ o.input = Shapes::ShapeRef.new(shape: DetachFromIndexRequest)
1188
+ o.output = Shapes::ShapeRef.new(shape: DetachFromIndexResponse)
1189
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1190
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: ObjectAlreadyDetachedException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: NotIndexException)
1199
+ end)
1200
+
1201
+ api.add_operation(:detach_object, Seahorse::Model::Operation.new.tap do |o|
1202
+ o.name = "DetachObject"
1203
+ o.http_method = "PUT"
1204
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/detach"
1205
+ o.input = Shapes::ShapeRef.new(shape: DetachObjectRequest)
1206
+ o.output = Shapes::ShapeRef.new(shape: DetachObjectResponse)
1207
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1208
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1209
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1213
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1214
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1215
+ end)
1216
+
1217
+ api.add_operation(:detach_policy, Seahorse::Model::Operation.new.tap do |o|
1218
+ o.name = "DetachPolicy"
1219
+ o.http_method = "PUT"
1220
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/policy/detach"
1221
+ o.input = Shapes::ShapeRef.new(shape: DetachPolicyRequest)
1222
+ o.output = Shapes::ShapeRef.new(shape: DetachPolicyResponse)
1223
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1224
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1225
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1230
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: NotPolicyException)
1233
+ end)
1234
+
1235
+ api.add_operation(:disable_directory, Seahorse::Model::Operation.new.tap do |o|
1236
+ o.name = "DisableDirectory"
1237
+ o.http_method = "PUT"
1238
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/directory/disable"
1239
+ o.input = Shapes::ShapeRef.new(shape: DisableDirectoryRequest)
1240
+ o.output = Shapes::ShapeRef.new(shape: DisableDirectoryResponse)
1241
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryDeletedException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1245
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1246
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1247
+ end)
1248
+
1249
+ api.add_operation(:enable_directory, Seahorse::Model::Operation.new.tap do |o|
1250
+ o.name = "EnableDirectory"
1251
+ o.http_method = "PUT"
1252
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/directory/enable"
1253
+ o.input = Shapes::ShapeRef.new(shape: EnableDirectoryRequest)
1254
+ o.output = Shapes::ShapeRef.new(shape: EnableDirectoryResponse)
1255
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryDeletedException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1261
+ end)
1262
+
1263
+ api.add_operation(:get_directory, Seahorse::Model::Operation.new.tap do |o|
1264
+ o.name = "GetDirectory"
1265
+ o.http_method = "POST"
1266
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/directory/get"
1267
+ o.input = Shapes::ShapeRef.new(shape: GetDirectoryRequest)
1268
+ o.output = Shapes::ShapeRef.new(shape: GetDirectoryResponse)
1269
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1273
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1274
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1275
+ end)
1276
+
1277
+ api.add_operation(:get_facet, Seahorse::Model::Operation.new.tap do |o|
1278
+ o.name = "GetFacet"
1279
+ o.http_method = "POST"
1280
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/facet"
1281
+ o.input = Shapes::ShapeRef.new(shape: GetFacetRequest)
1282
+ o.output = Shapes::ShapeRef.new(shape: GetFacetResponse)
1283
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1284
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1285
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1286
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1287
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1289
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: FacetNotFoundException)
1291
+ end)
1292
+
1293
+ api.add_operation(:get_object_information, Seahorse::Model::Operation.new.tap do |o|
1294
+ o.name = "GetObjectInformation"
1295
+ o.http_method = "POST"
1296
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/information"
1297
+ o.input = Shapes::ShapeRef.new(shape: GetObjectInformationRequest)
1298
+ o.output = Shapes::ShapeRef.new(shape: GetObjectInformationResponse)
1299
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1305
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1306
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1307
+ end)
1308
+
1309
+ api.add_operation(:get_schema_as_json, Seahorse::Model::Operation.new.tap do |o|
1310
+ o.name = "GetSchemaAsJson"
1311
+ o.http_method = "POST"
1312
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/json"
1313
+ o.input = Shapes::ShapeRef.new(shape: GetSchemaAsJsonRequest)
1314
+ o.output = Shapes::ShapeRef.new(shape: GetSchemaAsJsonResponse)
1315
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1316
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1317
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1318
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1319
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1320
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1321
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1322
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1323
+ end)
1324
+
1325
+ api.add_operation(:list_applied_schema_arns, Seahorse::Model::Operation.new.tap do |o|
1326
+ o.name = "ListAppliedSchemaArns"
1327
+ o.http_method = "POST"
1328
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/applied"
1329
+ o.input = Shapes::ShapeRef.new(shape: ListAppliedSchemaArnsRequest)
1330
+ o.output = Shapes::ShapeRef.new(shape: ListAppliedSchemaArnsResponse)
1331
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1332
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1333
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1334
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1335
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1336
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1337
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1339
+ o[:pager] = Aws::Pager.new(
1340
+ limit_key: "max_results",
1341
+ tokens: {
1342
+ "next_token" => "next_token"
1343
+ }
1344
+ )
1345
+ end)
1346
+
1347
+ api.add_operation(:list_attached_indices, Seahorse::Model::Operation.new.tap do |o|
1348
+ o.name = "ListAttachedIndices"
1349
+ o.http_method = "POST"
1350
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/indices"
1351
+ o.input = Shapes::ShapeRef.new(shape: ListAttachedIndicesRequest)
1352
+ o.output = Shapes::ShapeRef.new(shape: ListAttachedIndicesResponse)
1353
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1354
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1358
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1360
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1361
+ o[:pager] = Aws::Pager.new(
1362
+ limit_key: "max_results",
1363
+ tokens: {
1364
+ "next_token" => "next_token"
1365
+ }
1366
+ )
1367
+ end)
1368
+
1369
+ api.add_operation(:list_development_schema_arns, Seahorse::Model::Operation.new.tap do |o|
1370
+ o.name = "ListDevelopmentSchemaArns"
1371
+ o.http_method = "POST"
1372
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/development"
1373
+ o.input = Shapes::ShapeRef.new(shape: ListDevelopmentSchemaArnsRequest)
1374
+ o.output = Shapes::ShapeRef.new(shape: ListDevelopmentSchemaArnsResponse)
1375
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1379
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1380
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1381
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1382
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1383
+ o[:pager] = Aws::Pager.new(
1384
+ limit_key: "max_results",
1385
+ tokens: {
1386
+ "next_token" => "next_token"
1387
+ }
1388
+ )
1389
+ end)
1390
+
1391
+ api.add_operation(:list_directories, Seahorse::Model::Operation.new.tap do |o|
1392
+ o.name = "ListDirectories"
1393
+ o.http_method = "POST"
1394
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/directory/list"
1395
+ o.input = Shapes::ShapeRef.new(shape: ListDirectoriesRequest)
1396
+ o.output = Shapes::ShapeRef.new(shape: ListDirectoriesResponse)
1397
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1398
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1399
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1400
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1401
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1402
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1403
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1404
+ o[:pager] = Aws::Pager.new(
1405
+ limit_key: "max_results",
1406
+ tokens: {
1407
+ "next_token" => "next_token"
1408
+ }
1409
+ )
1410
+ end)
1411
+
1412
+ api.add_operation(:list_facet_attributes, Seahorse::Model::Operation.new.tap do |o|
1413
+ o.name = "ListFacetAttributes"
1414
+ o.http_method = "POST"
1415
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/facet/attributes"
1416
+ o.input = Shapes::ShapeRef.new(shape: ListFacetAttributesRequest)
1417
+ o.output = Shapes::ShapeRef.new(shape: ListFacetAttributesResponse)
1418
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1419
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1420
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1422
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1423
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1424
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1425
+ o.errors << Shapes::ShapeRef.new(shape: FacetNotFoundException)
1426
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1427
+ o[:pager] = Aws::Pager.new(
1428
+ limit_key: "max_results",
1429
+ tokens: {
1430
+ "next_token" => "next_token"
1431
+ }
1432
+ )
1433
+ end)
1434
+
1435
+ api.add_operation(:list_facet_names, Seahorse::Model::Operation.new.tap do |o|
1436
+ o.name = "ListFacetNames"
1437
+ o.http_method = "POST"
1438
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/facet/list"
1439
+ o.input = Shapes::ShapeRef.new(shape: ListFacetNamesRequest)
1440
+ o.output = Shapes::ShapeRef.new(shape: ListFacetNamesResponse)
1441
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1442
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1443
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1444
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1445
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1446
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1447
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1448
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1449
+ o[:pager] = Aws::Pager.new(
1450
+ limit_key: "max_results",
1451
+ tokens: {
1452
+ "next_token" => "next_token"
1453
+ }
1454
+ )
1455
+ end)
1456
+
1457
+ api.add_operation(:list_index, Seahorse::Model::Operation.new.tap do |o|
1458
+ o.name = "ListIndex"
1459
+ o.http_method = "POST"
1460
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/index/targets"
1461
+ o.input = Shapes::ShapeRef.new(shape: ListIndexRequest)
1462
+ o.output = Shapes::ShapeRef.new(shape: ListIndexResponse)
1463
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1464
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1465
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1466
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1469
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1470
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1471
+ o.errors << Shapes::ShapeRef.new(shape: NotIndexException)
1472
+ o[:pager] = Aws::Pager.new(
1473
+ limit_key: "max_results",
1474
+ tokens: {
1475
+ "next_token" => "next_token"
1476
+ }
1477
+ )
1478
+ end)
1479
+
1480
+ api.add_operation(:list_object_attributes, Seahorse::Model::Operation.new.tap do |o|
1481
+ o.name = "ListObjectAttributes"
1482
+ o.http_method = "POST"
1483
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/attributes"
1484
+ o.input = Shapes::ShapeRef.new(shape: ListObjectAttributesRequest)
1485
+ o.output = Shapes::ShapeRef.new(shape: ListObjectAttributesResponse)
1486
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1491
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1495
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1496
+ o[:pager] = Aws::Pager.new(
1497
+ limit_key: "max_results",
1498
+ tokens: {
1499
+ "next_token" => "next_token"
1500
+ }
1501
+ )
1502
+ end)
1503
+
1504
+ api.add_operation(:list_object_children, Seahorse::Model::Operation.new.tap do |o|
1505
+ o.name = "ListObjectChildren"
1506
+ o.http_method = "POST"
1507
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/children"
1508
+ o.input = Shapes::ShapeRef.new(shape: ListObjectChildrenRequest)
1509
+ o.output = Shapes::ShapeRef.new(shape: ListObjectChildrenResponse)
1510
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1511
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1512
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1513
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1516
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1517
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1518
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1519
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1520
+ o.errors << Shapes::ShapeRef.new(shape: NotNodeException)
1521
+ o[:pager] = Aws::Pager.new(
1522
+ limit_key: "max_results",
1523
+ tokens: {
1524
+ "next_token" => "next_token"
1525
+ }
1526
+ )
1527
+ end)
1528
+
1529
+ api.add_operation(:list_object_parents, Seahorse::Model::Operation.new.tap do |o|
1530
+ o.name = "ListObjectParents"
1531
+ o.http_method = "POST"
1532
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/parent"
1533
+ o.input = Shapes::ShapeRef.new(shape: ListObjectParentsRequest)
1534
+ o.output = Shapes::ShapeRef.new(shape: ListObjectParentsResponse)
1535
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1536
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1537
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1538
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1539
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1540
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: CannotListParentOfRootException)
1546
+ o[:pager] = Aws::Pager.new(
1547
+ limit_key: "max_results",
1548
+ tokens: {
1549
+ "next_token" => "next_token"
1550
+ }
1551
+ )
1552
+ end)
1553
+
1554
+ api.add_operation(:list_object_policies, Seahorse::Model::Operation.new.tap do |o|
1555
+ o.name = "ListObjectPolicies"
1556
+ o.http_method = "POST"
1557
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/policy"
1558
+ o.input = Shapes::ShapeRef.new(shape: ListObjectPoliciesRequest)
1559
+ o.output = Shapes::ShapeRef.new(shape: ListObjectPoliciesResponse)
1560
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1561
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1562
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1563
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1564
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1565
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1566
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1567
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1568
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1569
+ o[:pager] = Aws::Pager.new(
1570
+ limit_key: "max_results",
1571
+ tokens: {
1572
+ "next_token" => "next_token"
1573
+ }
1574
+ )
1575
+ end)
1576
+
1577
+ api.add_operation(:list_policy_attachments, Seahorse::Model::Operation.new.tap do |o|
1578
+ o.name = "ListPolicyAttachments"
1579
+ o.http_method = "POST"
1580
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/policy/attachment"
1581
+ o.input = Shapes::ShapeRef.new(shape: ListPolicyAttachmentsRequest)
1582
+ o.output = Shapes::ShapeRef.new(shape: ListPolicyAttachmentsResponse)
1583
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1586
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1587
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1588
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1589
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1590
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1591
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1592
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1593
+ o.errors << Shapes::ShapeRef.new(shape: NotPolicyException)
1594
+ o[:pager] = Aws::Pager.new(
1595
+ limit_key: "max_results",
1596
+ tokens: {
1597
+ "next_token" => "next_token"
1598
+ }
1599
+ )
1600
+ end)
1601
+
1602
+ api.add_operation(:list_published_schema_arns, Seahorse::Model::Operation.new.tap do |o|
1603
+ o.name = "ListPublishedSchemaArns"
1604
+ o.http_method = "POST"
1605
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/published"
1606
+ o.input = Shapes::ShapeRef.new(shape: ListPublishedSchemaArnsRequest)
1607
+ o.output = Shapes::ShapeRef.new(shape: ListPublishedSchemaArnsResponse)
1608
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1610
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1611
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1612
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1613
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1614
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1615
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1616
+ o[:pager] = Aws::Pager.new(
1617
+ limit_key: "max_results",
1618
+ tokens: {
1619
+ "next_token" => "next_token"
1620
+ }
1621
+ )
1622
+ end)
1623
+
1624
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1625
+ o.name = "ListTagsForResource"
1626
+ o.http_method = "POST"
1627
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/tags"
1628
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1629
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1630
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1635
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1636
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1637
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTaggingRequestException)
1638
+ o[:pager] = Aws::Pager.new(
1639
+ limit_key: "max_results",
1640
+ tokens: {
1641
+ "next_token" => "next_token"
1642
+ }
1643
+ )
1644
+ end)
1645
+
1646
+ api.add_operation(:lookup_policy, Seahorse::Model::Operation.new.tap do |o|
1647
+ o.name = "LookupPolicy"
1648
+ o.http_method = "POST"
1649
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/policy/lookup"
1650
+ o.input = Shapes::ShapeRef.new(shape: LookupPolicyRequest)
1651
+ o.output = Shapes::ShapeRef.new(shape: LookupPolicyResponse)
1652
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1653
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1654
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1659
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1660
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1661
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1662
+ o[:pager] = Aws::Pager.new(
1663
+ limit_key: "max_results",
1664
+ tokens: {
1665
+ "next_token" => "next_token"
1666
+ }
1667
+ )
1668
+ end)
1669
+
1670
+ api.add_operation(:publish_schema, Seahorse::Model::Operation.new.tap do |o|
1671
+ o.name = "PublishSchema"
1672
+ o.http_method = "PUT"
1673
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/publish"
1674
+ o.input = Shapes::ShapeRef.new(shape: PublishSchemaRequest)
1675
+ o.output = Shapes::ShapeRef.new(shape: PublishSchemaResponse)
1676
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1677
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1678
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1679
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1680
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1681
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1682
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1683
+ o.errors << Shapes::ShapeRef.new(shape: SchemaAlreadyPublishedException)
1684
+ end)
1685
+
1686
+ api.add_operation(:put_schema_from_json, Seahorse::Model::Operation.new.tap do |o|
1687
+ o.name = "PutSchemaFromJson"
1688
+ o.http_method = "PUT"
1689
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/json"
1690
+ o.input = Shapes::ShapeRef.new(shape: PutSchemaFromJsonRequest)
1691
+ o.output = Shapes::ShapeRef.new(shape: PutSchemaFromJsonResponse)
1692
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1693
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1696
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1697
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1698
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSchemaDocException)
1699
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRuleException)
1700
+ end)
1701
+
1702
+ api.add_operation(:remove_facet_from_object, Seahorse::Model::Operation.new.tap do |o|
1703
+ o.name = "RemoveFacetFromObject"
1704
+ o.http_method = "PUT"
1705
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/facets/delete"
1706
+ o.input = Shapes::ShapeRef.new(shape: RemoveFacetFromObjectRequest)
1707
+ o.output = Shapes::ShapeRef.new(shape: RemoveFacetFromObjectResponse)
1708
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1709
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1710
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1711
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1712
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1713
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1714
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1715
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1716
+ o.errors << Shapes::ShapeRef.new(shape: FacetValidationException)
1717
+ end)
1718
+
1719
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1720
+ o.name = "TagResource"
1721
+ o.http_method = "PUT"
1722
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/tags/add"
1723
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1724
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1725
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1726
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1727
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1730
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1731
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1732
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTaggingRequestException)
1733
+ end)
1734
+
1735
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1736
+ o.name = "UntagResource"
1737
+ o.http_method = "PUT"
1738
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/tags/remove"
1739
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1740
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1741
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1742
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1743
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1745
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1746
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1748
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTaggingRequestException)
1749
+ end)
1750
+
1751
+ api.add_operation(:update_facet, Seahorse::Model::Operation.new.tap do |o|
1752
+ o.name = "UpdateFacet"
1753
+ o.http_method = "PUT"
1754
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/facet"
1755
+ o.input = Shapes::ShapeRef.new(shape: UpdateFacetRequest)
1756
+ o.output = Shapes::ShapeRef.new(shape: UpdateFacetResponse)
1757
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1761
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1762
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1763
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFacetUpdateException)
1764
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1765
+ o.errors << Shapes::ShapeRef.new(shape: FacetNotFoundException)
1766
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRuleException)
1767
+ end)
1768
+
1769
+ api.add_operation(:update_object_attributes, Seahorse::Model::Operation.new.tap do |o|
1770
+ o.name = "UpdateObjectAttributes"
1771
+ o.http_method = "PUT"
1772
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/object/update"
1773
+ o.input = Shapes::ShapeRef.new(shape: UpdateObjectAttributesRequest)
1774
+ o.output = Shapes::ShapeRef.new(shape: UpdateObjectAttributesResponse)
1775
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1776
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1777
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1778
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1779
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1780
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1781
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1782
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1783
+ o.errors << Shapes::ShapeRef.new(shape: FacetValidationException)
1784
+ end)
1785
+
1786
+ api.add_operation(:update_schema, Seahorse::Model::Operation.new.tap do |o|
1787
+ o.name = "UpdateSchema"
1788
+ o.http_method = "PUT"
1789
+ o.http_request_uri = "/amazonclouddirectory/2017-01-11/schema/update"
1790
+ o.input = Shapes::ShapeRef.new(shape: UpdateSchemaRequest)
1791
+ o.output = Shapes::ShapeRef.new(shape: UpdateSchemaResponse)
1792
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1793
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArnException)
1794
+ o.errors << Shapes::ShapeRef.new(shape: RetryableConflictException)
1795
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1796
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1797
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1798
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1799
+ end)
1800
+ end
1801
+
1802
+ end
1803
+ end