aws-sdk-iottwinmaker 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1234 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::IoTTwinMaker
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ BatchPutPropertyError = Shapes::StructureShape.new(name: 'BatchPutPropertyError')
18
+ BatchPutPropertyErrorEntry = Shapes::StructureShape.new(name: 'BatchPutPropertyErrorEntry')
19
+ BatchPutPropertyValuesRequest = Shapes::StructureShape.new(name: 'BatchPutPropertyValuesRequest')
20
+ BatchPutPropertyValuesResponse = Shapes::StructureShape.new(name: 'BatchPutPropertyValuesResponse')
21
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
22
+ ComponentRequest = Shapes::StructureShape.new(name: 'ComponentRequest')
23
+ ComponentResponse = Shapes::StructureShape.new(name: 'ComponentResponse')
24
+ ComponentTypeId = Shapes::StringShape.new(name: 'ComponentTypeId')
25
+ ComponentTypeSummaries = Shapes::ListShape.new(name: 'ComponentTypeSummaries')
26
+ ComponentTypeSummary = Shapes::StructureShape.new(name: 'ComponentTypeSummary')
27
+ ComponentUpdateRequest = Shapes::StructureShape.new(name: 'ComponentUpdateRequest')
28
+ ComponentUpdateType = Shapes::StringShape.new(name: 'ComponentUpdateType')
29
+ ComponentUpdatesMapRequest = Shapes::MapShape.new(name: 'ComponentUpdatesMapRequest')
30
+ ComponentsMap = Shapes::MapShape.new(name: 'ComponentsMap')
31
+ ComponentsMapRequest = Shapes::MapShape.new(name: 'ComponentsMapRequest')
32
+ Configuration = Shapes::MapShape.new(name: 'Configuration')
33
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
34
+ ConnectorFailureException = Shapes::StructureShape.new(name: 'ConnectorFailureException')
35
+ ConnectorTimeoutException = Shapes::StructureShape.new(name: 'ConnectorTimeoutException')
36
+ CreateComponentTypeRequest = Shapes::StructureShape.new(name: 'CreateComponentTypeRequest')
37
+ CreateComponentTypeResponse = Shapes::StructureShape.new(name: 'CreateComponentTypeResponse')
38
+ CreateEntityRequest = Shapes::StructureShape.new(name: 'CreateEntityRequest')
39
+ CreateEntityResponse = Shapes::StructureShape.new(name: 'CreateEntityResponse')
40
+ CreateSceneRequest = Shapes::StructureShape.new(name: 'CreateSceneRequest')
41
+ CreateSceneResponse = Shapes::StructureShape.new(name: 'CreateSceneResponse')
42
+ CreateWorkspaceRequest = Shapes::StructureShape.new(name: 'CreateWorkspaceRequest')
43
+ CreateWorkspaceResponse = Shapes::StructureShape.new(name: 'CreateWorkspaceResponse')
44
+ DataConnector = Shapes::StructureShape.new(name: 'DataConnector')
45
+ DataType = Shapes::StructureShape.new(name: 'DataType')
46
+ DataValue = Shapes::StructureShape.new(name: 'DataValue')
47
+ DataValueList = Shapes::ListShape.new(name: 'DataValueList')
48
+ DataValueMap = Shapes::MapShape.new(name: 'DataValueMap')
49
+ DeleteComponentTypeRequest = Shapes::StructureShape.new(name: 'DeleteComponentTypeRequest')
50
+ DeleteComponentTypeResponse = Shapes::StructureShape.new(name: 'DeleteComponentTypeResponse')
51
+ DeleteEntityRequest = Shapes::StructureShape.new(name: 'DeleteEntityRequest')
52
+ DeleteEntityResponse = Shapes::StructureShape.new(name: 'DeleteEntityResponse')
53
+ DeleteSceneRequest = Shapes::StructureShape.new(name: 'DeleteSceneRequest')
54
+ DeleteSceneResponse = Shapes::StructureShape.new(name: 'DeleteSceneResponse')
55
+ DeleteWorkspaceRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceRequest')
56
+ DeleteWorkspaceResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceResponse')
57
+ Description = Shapes::StringShape.new(name: 'Description')
58
+ Double = Shapes::FloatShape.new(name: 'Double')
59
+ EntityId = Shapes::StringShape.new(name: 'EntityId')
60
+ EntityName = Shapes::StringShape.new(name: 'EntityName')
61
+ EntityPropertyReference = Shapes::StructureShape.new(name: 'EntityPropertyReference')
62
+ EntitySummaries = Shapes::ListShape.new(name: 'EntitySummaries')
63
+ EntitySummary = Shapes::StructureShape.new(name: 'EntitySummary')
64
+ Entries = Shapes::ListShape.new(name: 'Entries')
65
+ ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
66
+ ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
67
+ ErrorEntries = Shapes::ListShape.new(name: 'ErrorEntries')
68
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
69
+ Errors = Shapes::ListShape.new(name: 'Errors')
70
+ ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
71
+ Expression = Shapes::StringShape.new(name: 'Expression')
72
+ ExtendsFrom = Shapes::ListShape.new(name: 'ExtendsFrom')
73
+ ExternalIdProperty = Shapes::MapShape.new(name: 'ExternalIdProperty')
74
+ FunctionRequest = Shapes::StructureShape.new(name: 'FunctionRequest')
75
+ FunctionResponse = Shapes::StructureShape.new(name: 'FunctionResponse')
76
+ FunctionsRequest = Shapes::MapShape.new(name: 'FunctionsRequest')
77
+ FunctionsResponse = Shapes::MapShape.new(name: 'FunctionsResponse')
78
+ GetComponentTypeRequest = Shapes::StructureShape.new(name: 'GetComponentTypeRequest')
79
+ GetComponentTypeResponse = Shapes::StructureShape.new(name: 'GetComponentTypeResponse')
80
+ GetEntityRequest = Shapes::StructureShape.new(name: 'GetEntityRequest')
81
+ GetEntityResponse = Shapes::StructureShape.new(name: 'GetEntityResponse')
82
+ GetPropertyValueHistoryRequest = Shapes::StructureShape.new(name: 'GetPropertyValueHistoryRequest')
83
+ GetPropertyValueHistoryResponse = Shapes::StructureShape.new(name: 'GetPropertyValueHistoryResponse')
84
+ GetPropertyValueRequest = Shapes::StructureShape.new(name: 'GetPropertyValueRequest')
85
+ GetPropertyValueResponse = Shapes::StructureShape.new(name: 'GetPropertyValueResponse')
86
+ GetSceneRequest = Shapes::StructureShape.new(name: 'GetSceneRequest')
87
+ GetSceneResponse = Shapes::StructureShape.new(name: 'GetSceneResponse')
88
+ GetWorkspaceRequest = Shapes::StructureShape.new(name: 'GetWorkspaceRequest')
89
+ GetWorkspaceResponse = Shapes::StructureShape.new(name: 'GetWorkspaceResponse')
90
+ Id = Shapes::StringShape.new(name: 'Id')
91
+ IdOrArn = Shapes::StringShape.new(name: 'IdOrArn')
92
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
93
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
94
+ InterpolationParameters = Shapes::StructureShape.new(name: 'InterpolationParameters')
95
+ InterpolationType = Shapes::StringShape.new(name: 'InterpolationType')
96
+ IntervalInSeconds = Shapes::IntegerShape.new(name: 'IntervalInSeconds')
97
+ LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
98
+ LambdaFunction = Shapes::StructureShape.new(name: 'LambdaFunction')
99
+ ListComponentTypesFilter = Shapes::UnionShape.new(name: 'ListComponentTypesFilter')
100
+ ListComponentTypesFilters = Shapes::ListShape.new(name: 'ListComponentTypesFilters')
101
+ ListComponentTypesRequest = Shapes::StructureShape.new(name: 'ListComponentTypesRequest')
102
+ ListComponentTypesResponse = Shapes::StructureShape.new(name: 'ListComponentTypesResponse')
103
+ ListEntitiesFilter = Shapes::UnionShape.new(name: 'ListEntitiesFilter')
104
+ ListEntitiesFilters = Shapes::ListShape.new(name: 'ListEntitiesFilters')
105
+ ListEntitiesRequest = Shapes::StructureShape.new(name: 'ListEntitiesRequest')
106
+ ListEntitiesResponse = Shapes::StructureShape.new(name: 'ListEntitiesResponse')
107
+ ListScenesRequest = Shapes::StructureShape.new(name: 'ListScenesRequest')
108
+ ListScenesResponse = Shapes::StructureShape.new(name: 'ListScenesResponse')
109
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
110
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
111
+ ListWorkspacesRequest = Shapes::StructureShape.new(name: 'ListWorkspacesRequest')
112
+ ListWorkspacesResponse = Shapes::StructureShape.new(name: 'ListWorkspacesResponse')
113
+ Long = Shapes::IntegerShape.new(name: 'Long')
114
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
115
+ Name = Shapes::StringShape.new(name: 'Name')
116
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
117
+ OrderByTime = Shapes::StringShape.new(name: 'OrderByTime')
118
+ ParentEntityId = Shapes::StringShape.new(name: 'ParentEntityId')
119
+ ParentEntityUpdateRequest = Shapes::StructureShape.new(name: 'ParentEntityUpdateRequest')
120
+ ParentEntityUpdateType = Shapes::StringShape.new(name: 'ParentEntityUpdateType')
121
+ PropertyDefinitionRequest = Shapes::StructureShape.new(name: 'PropertyDefinitionRequest')
122
+ PropertyDefinitionResponse = Shapes::StructureShape.new(name: 'PropertyDefinitionResponse')
123
+ PropertyDefinitionsRequest = Shapes::MapShape.new(name: 'PropertyDefinitionsRequest')
124
+ PropertyDefinitionsResponse = Shapes::MapShape.new(name: 'PropertyDefinitionsResponse')
125
+ PropertyFilter = Shapes::StructureShape.new(name: 'PropertyFilter')
126
+ PropertyFilters = Shapes::ListShape.new(name: 'PropertyFilters')
127
+ PropertyLatestValue = Shapes::StructureShape.new(name: 'PropertyLatestValue')
128
+ PropertyLatestValueMap = Shapes::MapShape.new(name: 'PropertyLatestValueMap')
129
+ PropertyRequest = Shapes::StructureShape.new(name: 'PropertyRequest')
130
+ PropertyRequests = Shapes::MapShape.new(name: 'PropertyRequests')
131
+ PropertyResponse = Shapes::StructureShape.new(name: 'PropertyResponse')
132
+ PropertyResponses = Shapes::MapShape.new(name: 'PropertyResponses')
133
+ PropertyUpdateType = Shapes::StringShape.new(name: 'PropertyUpdateType')
134
+ PropertyValue = Shapes::StructureShape.new(name: 'PropertyValue')
135
+ PropertyValueEntry = Shapes::StructureShape.new(name: 'PropertyValueEntry')
136
+ PropertyValueHistory = Shapes::StructureShape.new(name: 'PropertyValueHistory')
137
+ PropertyValueList = Shapes::ListShape.new(name: 'PropertyValueList')
138
+ PropertyValues = Shapes::ListShape.new(name: 'PropertyValues')
139
+ Relationship = Shapes::StructureShape.new(name: 'Relationship')
140
+ RelationshipValue = Shapes::StructureShape.new(name: 'RelationshipValue')
141
+ RequiredProperties = Shapes::ListShape.new(name: 'RequiredProperties')
142
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
143
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
144
+ S3Location = Shapes::StringShape.new(name: 'S3Location')
145
+ S3Url = Shapes::StringShape.new(name: 'S3Url')
146
+ SceneCapabilities = Shapes::ListShape.new(name: 'SceneCapabilities')
147
+ SceneCapability = Shapes::StringShape.new(name: 'SceneCapability')
148
+ SceneSummaries = Shapes::ListShape.new(name: 'SceneSummaries')
149
+ SceneSummary = Shapes::StructureShape.new(name: 'SceneSummary')
150
+ Scope = Shapes::StringShape.new(name: 'Scope')
151
+ SelectedPropertyList = Shapes::ListShape.new(name: 'SelectedPropertyList')
152
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
153
+ State = Shapes::StringShape.new(name: 'State')
154
+ Status = Shapes::StructureShape.new(name: 'Status')
155
+ String = Shapes::StringShape.new(name: 'String')
156
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
157
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
158
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
159
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
160
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
161
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
162
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
163
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
164
+ TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
165
+ TwinMakerArn = Shapes::StringShape.new(name: 'TwinMakerArn')
166
+ Type = Shapes::StringShape.new(name: 'Type')
167
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
168
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
169
+ UpdateComponentTypeRequest = Shapes::StructureShape.new(name: 'UpdateComponentTypeRequest')
170
+ UpdateComponentTypeResponse = Shapes::StructureShape.new(name: 'UpdateComponentTypeResponse')
171
+ UpdateEntityRequest = Shapes::StructureShape.new(name: 'UpdateEntityRequest')
172
+ UpdateEntityResponse = Shapes::StructureShape.new(name: 'UpdateEntityResponse')
173
+ UpdateSceneRequest = Shapes::StructureShape.new(name: 'UpdateSceneRequest')
174
+ UpdateSceneResponse = Shapes::StructureShape.new(name: 'UpdateSceneResponse')
175
+ UpdateWorkspaceRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceRequest')
176
+ UpdateWorkspaceResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceResponse')
177
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
178
+ Value = Shapes::StringShape.new(name: 'Value')
179
+ Values = Shapes::ListShape.new(name: 'Values')
180
+ WorkspaceSummaries = Shapes::ListShape.new(name: 'WorkspaceSummaries')
181
+ WorkspaceSummary = Shapes::StructureShape.new(name: 'WorkspaceSummary')
182
+
183
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
184
+ AccessDeniedException.struct_class = Types::AccessDeniedException
185
+
186
+ BatchPutPropertyError.add_member(:entry, Shapes::ShapeRef.new(shape: PropertyValueEntry, required: true, location_name: "entry"))
187
+ BatchPutPropertyError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorCode"))
188
+ BatchPutPropertyError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorMessage"))
189
+ BatchPutPropertyError.struct_class = Types::BatchPutPropertyError
190
+
191
+ BatchPutPropertyErrorEntry.add_member(:errors, Shapes::ShapeRef.new(shape: Errors, required: true, location_name: "errors"))
192
+ BatchPutPropertyErrorEntry.struct_class = Types::BatchPutPropertyErrorEntry
193
+
194
+ BatchPutPropertyValuesRequest.add_member(:entries, Shapes::ShapeRef.new(shape: Entries, required: true, location_name: "entries"))
195
+ BatchPutPropertyValuesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
196
+ BatchPutPropertyValuesRequest.struct_class = Types::BatchPutPropertyValuesRequest
197
+
198
+ BatchPutPropertyValuesResponse.add_member(:error_entries, Shapes::ShapeRef.new(shape: ErrorEntries, required: true, location_name: "errorEntries"))
199
+ BatchPutPropertyValuesResponse.struct_class = Types::BatchPutPropertyValuesResponse
200
+
201
+ ComponentRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
202
+ ComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
203
+ ComponentRequest.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyRequests, location_name: "properties"))
204
+ ComponentRequest.struct_class = Types::ComponentRequest
205
+
206
+ ComponentResponse.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
207
+ ComponentResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
208
+ ComponentResponse.add_member(:defined_in, Shapes::ShapeRef.new(shape: String, location_name: "definedIn"))
209
+ ComponentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
210
+ ComponentResponse.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyResponses, location_name: "properties"))
211
+ ComponentResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
212
+ ComponentResponse.struct_class = Types::ComponentResponse
213
+
214
+ ComponentTypeSummaries.member = Shapes::ShapeRef.new(shape: ComponentTypeSummary)
215
+
216
+ ComponentTypeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
217
+ ComponentTypeSummary.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
218
+ ComponentTypeSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
219
+ ComponentTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
220
+ ComponentTypeSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
221
+ ComponentTypeSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
222
+ ComponentTypeSummary.struct_class = Types::ComponentTypeSummary
223
+
224
+ ComponentUpdateRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
225
+ ComponentUpdateRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
226
+ ComponentUpdateRequest.add_member(:property_updates, Shapes::ShapeRef.new(shape: PropertyRequests, location_name: "propertyUpdates"))
227
+ ComponentUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ComponentUpdateType, location_name: "updateType"))
228
+ ComponentUpdateRequest.struct_class = Types::ComponentUpdateRequest
229
+
230
+ ComponentUpdatesMapRequest.key = Shapes::ShapeRef.new(shape: Name)
231
+ ComponentUpdatesMapRequest.value = Shapes::ShapeRef.new(shape: ComponentUpdateRequest)
232
+
233
+ ComponentsMap.key = Shapes::ShapeRef.new(shape: Name)
234
+ ComponentsMap.value = Shapes::ShapeRef.new(shape: ComponentResponse)
235
+
236
+ ComponentsMapRequest.key = Shapes::ShapeRef.new(shape: Name)
237
+ ComponentsMapRequest.value = Shapes::ShapeRef.new(shape: ComponentRequest)
238
+
239
+ Configuration.key = Shapes::ShapeRef.new(shape: Name)
240
+ Configuration.value = Shapes::ShapeRef.new(shape: Value)
241
+
242
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
243
+ ConflictException.struct_class = Types::ConflictException
244
+
245
+ ConnectorFailureException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
246
+ ConnectorFailureException.struct_class = Types::ConnectorFailureException
247
+
248
+ ConnectorTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
249
+ ConnectorTimeoutException.struct_class = Types::ConnectorTimeoutException
250
+
251
+ CreateComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
252
+ CreateComponentTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
253
+ CreateComponentTypeRequest.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
254
+ CreateComponentTypeRequest.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsRequest, location_name: "functions"))
255
+ CreateComponentTypeRequest.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
256
+ CreateComponentTypeRequest.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsRequest, location_name: "propertyDefinitions"))
257
+ CreateComponentTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
258
+ CreateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
259
+ CreateComponentTypeRequest.struct_class = Types::CreateComponentTypeRequest
260
+
261
+ CreateComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
262
+ CreateComponentTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
263
+ CreateComponentTypeResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
264
+ CreateComponentTypeResponse.struct_class = Types::CreateComponentTypeResponse
265
+
266
+ CreateEntityRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMapRequest, location_name: "components"))
267
+ CreateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
268
+ CreateEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
269
+ CreateEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
270
+ CreateEntityRequest.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
271
+ CreateEntityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
272
+ CreateEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
273
+ CreateEntityRequest.struct_class = Types::CreateEntityRequest
274
+
275
+ CreateEntityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
276
+ CreateEntityResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
277
+ CreateEntityResponse.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
278
+ CreateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
279
+ CreateEntityResponse.struct_class = Types::CreateEntityResponse
280
+
281
+ CreateSceneRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
282
+ CreateSceneRequest.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
283
+ CreateSceneRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
284
+ CreateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
285
+ CreateSceneRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
286
+ CreateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
287
+ CreateSceneRequest.struct_class = Types::CreateSceneRequest
288
+
289
+ CreateSceneResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
290
+ CreateSceneResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
291
+ CreateSceneResponse.struct_class = Types::CreateSceneResponse
292
+
293
+ CreateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
294
+ CreateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "role"))
295
+ CreateWorkspaceRequest.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
296
+ CreateWorkspaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
297
+ CreateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
298
+ CreateWorkspaceRequest.struct_class = Types::CreateWorkspaceRequest
299
+
300
+ CreateWorkspaceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
301
+ CreateWorkspaceResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
302
+ CreateWorkspaceResponse.struct_class = Types::CreateWorkspaceResponse
303
+
304
+ DataConnector.add_member(:is_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNative"))
305
+ DataConnector.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaFunction, location_name: "lambda"))
306
+ DataConnector.struct_class = Types::DataConnector
307
+
308
+ DataType.add_member(:allowed_values, Shapes::ShapeRef.new(shape: DataValueList, location_name: "allowedValues"))
309
+ DataType.add_member(:nested_type, Shapes::ShapeRef.new(shape: DataType, location_name: "nestedType"))
310
+ DataType.add_member(:relationship, Shapes::ShapeRef.new(shape: Relationship, location_name: "relationship"))
311
+ DataType.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "type"))
312
+ DataType.add_member(:unit_of_measure, Shapes::ShapeRef.new(shape: String, location_name: "unitOfMeasure"))
313
+ DataType.struct_class = Types::DataType
314
+
315
+ DataValue.add_member(:boolean_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "booleanValue"))
316
+ DataValue.add_member(:double_value, Shapes::ShapeRef.new(shape: Double, location_name: "doubleValue"))
317
+ DataValue.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "expression"))
318
+ DataValue.add_member(:integer_value, Shapes::ShapeRef.new(shape: Integer, location_name: "integerValue"))
319
+ DataValue.add_member(:list_value, Shapes::ShapeRef.new(shape: DataValueList, location_name: "listValue"))
320
+ DataValue.add_member(:long_value, Shapes::ShapeRef.new(shape: Long, location_name: "longValue"))
321
+ DataValue.add_member(:map_value, Shapes::ShapeRef.new(shape: DataValueMap, location_name: "mapValue"))
322
+ DataValue.add_member(:relationship_value, Shapes::ShapeRef.new(shape: RelationshipValue, location_name: "relationshipValue"))
323
+ DataValue.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
324
+ DataValue.struct_class = Types::DataValue
325
+
326
+ DataValueList.member = Shapes::ShapeRef.new(shape: DataValue)
327
+
328
+ DataValueMap.key = Shapes::ShapeRef.new(shape: String)
329
+ DataValueMap.value = Shapes::ShapeRef.new(shape: DataValue)
330
+
331
+ DeleteComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
332
+ DeleteComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
333
+ DeleteComponentTypeRequest.struct_class = Types::DeleteComponentTypeRequest
334
+
335
+ DeleteComponentTypeResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
336
+ DeleteComponentTypeResponse.struct_class = Types::DeleteComponentTypeResponse
337
+
338
+ DeleteEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
339
+ DeleteEntityRequest.add_member(:is_recursive, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "isRecursive"))
340
+ DeleteEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
341
+ DeleteEntityRequest.struct_class = Types::DeleteEntityRequest
342
+
343
+ DeleteEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
344
+ DeleteEntityResponse.struct_class = Types::DeleteEntityResponse
345
+
346
+ DeleteSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
347
+ DeleteSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
348
+ DeleteSceneRequest.struct_class = Types::DeleteSceneRequest
349
+
350
+ DeleteSceneResponse.struct_class = Types::DeleteSceneResponse
351
+
352
+ DeleteWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
353
+ DeleteWorkspaceRequest.struct_class = Types::DeleteWorkspaceRequest
354
+
355
+ DeleteWorkspaceResponse.struct_class = Types::DeleteWorkspaceResponse
356
+
357
+ EntityPropertyReference.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
358
+ EntityPropertyReference.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
359
+ EntityPropertyReference.add_member(:external_id_property, Shapes::ShapeRef.new(shape: ExternalIdProperty, location_name: "externalIdProperty"))
360
+ EntityPropertyReference.add_member(:property_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "propertyName"))
361
+ EntityPropertyReference.struct_class = Types::EntityPropertyReference
362
+
363
+ EntitySummaries.member = Shapes::ShapeRef.new(shape: EntitySummary)
364
+
365
+ EntitySummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
366
+ EntitySummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
367
+ EntitySummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
368
+ EntitySummary.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
369
+ EntitySummary.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
370
+ EntitySummary.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasChildEntities"))
371
+ EntitySummary.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
372
+ EntitySummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
373
+ EntitySummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
374
+ EntitySummary.struct_class = Types::EntitySummary
375
+
376
+ Entries.member = Shapes::ShapeRef.new(shape: PropertyValueEntry)
377
+
378
+ ErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
379
+ ErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
380
+ ErrorDetails.struct_class = Types::ErrorDetails
381
+
382
+ ErrorEntries.member = Shapes::ShapeRef.new(shape: BatchPutPropertyErrorEntry)
383
+
384
+ Errors.member = Shapes::ShapeRef.new(shape: BatchPutPropertyError)
385
+
386
+ ExtendsFrom.member = Shapes::ShapeRef.new(shape: ComponentTypeId)
387
+
388
+ ExternalIdProperty.key = Shapes::ShapeRef.new(shape: String)
389
+ ExternalIdProperty.value = Shapes::ShapeRef.new(shape: String)
390
+
391
+ FunctionRequest.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
392
+ FunctionRequest.add_member(:required_properties, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "requiredProperties"))
393
+ FunctionRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "scope"))
394
+ FunctionRequest.struct_class = Types::FunctionRequest
395
+
396
+ FunctionResponse.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
397
+ FunctionResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, location_name: "isInherited"))
398
+ FunctionResponse.add_member(:required_properties, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "requiredProperties"))
399
+ FunctionResponse.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "scope"))
400
+ FunctionResponse.struct_class = Types::FunctionResponse
401
+
402
+ FunctionsRequest.key = Shapes::ShapeRef.new(shape: Name)
403
+ FunctionsRequest.value = Shapes::ShapeRef.new(shape: FunctionRequest)
404
+
405
+ FunctionsResponse.key = Shapes::ShapeRef.new(shape: Name)
406
+ FunctionsResponse.value = Shapes::ShapeRef.new(shape: FunctionResponse)
407
+
408
+ GetComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
409
+ GetComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
410
+ GetComponentTypeRequest.struct_class = Types::GetComponentTypeRequest
411
+
412
+ GetComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
413
+ GetComponentTypeResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
414
+ GetComponentTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
415
+ GetComponentTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
416
+ GetComponentTypeResponse.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
417
+ GetComponentTypeResponse.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsResponse, location_name: "functions"))
418
+ GetComponentTypeResponse.add_member(:is_abstract, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAbstract"))
419
+ GetComponentTypeResponse.add_member(:is_schema_initialized, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSchemaInitialized"))
420
+ GetComponentTypeResponse.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
421
+ GetComponentTypeResponse.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsResponse, location_name: "propertyDefinitions"))
422
+ GetComponentTypeResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
423
+ GetComponentTypeResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
424
+ GetComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
425
+ GetComponentTypeResponse.struct_class = Types::GetComponentTypeResponse
426
+
427
+ GetEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
428
+ GetEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
429
+ GetEntityRequest.struct_class = Types::GetEntityRequest
430
+
431
+ GetEntityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
432
+ GetEntityResponse.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMap, location_name: "components"))
433
+ GetEntityResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
434
+ GetEntityResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
435
+ GetEntityResponse.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
436
+ GetEntityResponse.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
437
+ GetEntityResponse.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasChildEntities"))
438
+ GetEntityResponse.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, required: true, location_name: "parentEntityId"))
439
+ GetEntityResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
440
+ GetEntityResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
441
+ GetEntityResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
442
+ GetEntityResponse.struct_class = Types::GetEntityResponse
443
+
444
+ GetPropertyValueHistoryRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
445
+ GetPropertyValueHistoryRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
446
+ GetPropertyValueHistoryRequest.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endDateTime"))
447
+ GetPropertyValueHistoryRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
448
+ GetPropertyValueHistoryRequest.add_member(:interpolation, Shapes::ShapeRef.new(shape: InterpolationParameters, location_name: "interpolation"))
449
+ GetPropertyValueHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
450
+ GetPropertyValueHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
451
+ GetPropertyValueHistoryRequest.add_member(:order_by_time, Shapes::ShapeRef.new(shape: OrderByTime, location_name: "orderByTime"))
452
+ GetPropertyValueHistoryRequest.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
453
+ GetPropertyValueHistoryRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
454
+ GetPropertyValueHistoryRequest.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startDateTime"))
455
+ GetPropertyValueHistoryRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
456
+ GetPropertyValueHistoryRequest.struct_class = Types::GetPropertyValueHistoryRequest
457
+
458
+ GetPropertyValueHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
459
+ GetPropertyValueHistoryResponse.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyValueList, required: true, location_name: "propertyValues"))
460
+ GetPropertyValueHistoryResponse.struct_class = Types::GetPropertyValueHistoryResponse
461
+
462
+ GetPropertyValueRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
463
+ GetPropertyValueRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
464
+ GetPropertyValueRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
465
+ GetPropertyValueRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
466
+ GetPropertyValueRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
467
+ GetPropertyValueRequest.struct_class = Types::GetPropertyValueRequest
468
+
469
+ GetPropertyValueResponse.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyLatestValueMap, required: true, location_name: "propertyValues"))
470
+ GetPropertyValueResponse.struct_class = Types::GetPropertyValueResponse
471
+
472
+ GetSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
473
+ GetSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
474
+ GetSceneRequest.struct_class = Types::GetSceneRequest
475
+
476
+ GetSceneResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
477
+ GetSceneResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
478
+ GetSceneResponse.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
479
+ GetSceneResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
480
+ GetSceneResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
481
+ GetSceneResponse.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
482
+ GetSceneResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
483
+ GetSceneResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
484
+ GetSceneResponse.struct_class = Types::GetSceneResponse
485
+
486
+ GetWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: IdOrArn, required: true, location: "uri", location_name: "workspaceId"))
487
+ GetWorkspaceRequest.struct_class = Types::GetWorkspaceRequest
488
+
489
+ GetWorkspaceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
490
+ GetWorkspaceResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
491
+ GetWorkspaceResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
492
+ GetWorkspaceResponse.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "role"))
493
+ GetWorkspaceResponse.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
494
+ GetWorkspaceResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
495
+ GetWorkspaceResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
496
+ GetWorkspaceResponse.struct_class = Types::GetWorkspaceResponse
497
+
498
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
499
+ InternalServerException.struct_class = Types::InternalServerException
500
+
501
+ InterpolationParameters.add_member(:interpolation_type, Shapes::ShapeRef.new(shape: InterpolationType, location_name: "interpolationType"))
502
+ InterpolationParameters.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: IntervalInSeconds, location_name: "intervalInSeconds"))
503
+ InterpolationParameters.struct_class = Types::InterpolationParameters
504
+
505
+ LambdaFunction.add_member(:arn, Shapes::ShapeRef.new(shape: LambdaArn, required: true, location_name: "arn"))
506
+ LambdaFunction.struct_class = Types::LambdaFunction
507
+
508
+ ListComponentTypesFilter.add_member(:extends_from, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "extendsFrom"))
509
+ ListComponentTypesFilter.add_member(:is_abstract, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAbstract"))
510
+ ListComponentTypesFilter.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
511
+ ListComponentTypesFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
512
+ ListComponentTypesFilter.add_member_subclass(:extends_from, Types::ListComponentTypesFilter::ExtendsFrom)
513
+ ListComponentTypesFilter.add_member_subclass(:is_abstract, Types::ListComponentTypesFilter::IsAbstract)
514
+ ListComponentTypesFilter.add_member_subclass(:namespace, Types::ListComponentTypesFilter::Namespace)
515
+ ListComponentTypesFilter.add_member_subclass(:unknown, Types::ListComponentTypesFilter::Unknown)
516
+ ListComponentTypesFilter.struct_class = Types::ListComponentTypesFilter
517
+
518
+ ListComponentTypesFilters.member = Shapes::ShapeRef.new(shape: ListComponentTypesFilter)
519
+
520
+ ListComponentTypesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListComponentTypesFilters, location_name: "filters"))
521
+ ListComponentTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
522
+ ListComponentTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
523
+ ListComponentTypesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
524
+ ListComponentTypesRequest.struct_class = Types::ListComponentTypesRequest
525
+
526
+ ListComponentTypesResponse.add_member(:component_type_summaries, Shapes::ShapeRef.new(shape: ComponentTypeSummaries, required: true, location_name: "componentTypeSummaries"))
527
+ ListComponentTypesResponse.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
528
+ ListComponentTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
529
+ ListComponentTypesResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
530
+ ListComponentTypesResponse.struct_class = Types::ListComponentTypesResponse
531
+
532
+ ListEntitiesFilter.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
533
+ ListEntitiesFilter.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
534
+ ListEntitiesFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
535
+ ListEntitiesFilter.add_member_subclass(:component_type_id, Types::ListEntitiesFilter::ComponentTypeId)
536
+ ListEntitiesFilter.add_member_subclass(:parent_entity_id, Types::ListEntitiesFilter::ParentEntityId)
537
+ ListEntitiesFilter.add_member_subclass(:unknown, Types::ListEntitiesFilter::Unknown)
538
+ ListEntitiesFilter.struct_class = Types::ListEntitiesFilter
539
+
540
+ ListEntitiesFilters.member = Shapes::ShapeRef.new(shape: ListEntitiesFilter)
541
+
542
+ ListEntitiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListEntitiesFilters, location_name: "filters"))
543
+ ListEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
544
+ ListEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
545
+ ListEntitiesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
546
+ ListEntitiesRequest.struct_class = Types::ListEntitiesRequest
547
+
548
+ ListEntitiesResponse.add_member(:entity_summaries, Shapes::ShapeRef.new(shape: EntitySummaries, location_name: "entitySummaries"))
549
+ ListEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
550
+ ListEntitiesResponse.struct_class = Types::ListEntitiesResponse
551
+
552
+ ListScenesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
553
+ ListScenesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
554
+ ListScenesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
555
+ ListScenesRequest.struct_class = Types::ListScenesRequest
556
+
557
+ ListScenesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
558
+ ListScenesResponse.add_member(:scene_summaries, Shapes::ShapeRef.new(shape: SceneSummaries, location_name: "sceneSummaries"))
559
+ ListScenesResponse.struct_class = Types::ListScenesResponse
560
+
561
+ ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
562
+ ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
563
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "resourceARN"))
564
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
565
+
566
+ ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
567
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
568
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
569
+
570
+ ListWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
571
+ ListWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
572
+ ListWorkspacesRequest.struct_class = Types::ListWorkspacesRequest
573
+
574
+ ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
575
+ ListWorkspacesResponse.add_member(:workspace_summaries, Shapes::ShapeRef.new(shape: WorkspaceSummaries, location_name: "workspaceSummaries"))
576
+ ListWorkspacesResponse.struct_class = Types::ListWorkspacesResponse
577
+
578
+ ParentEntityUpdateRequest.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
579
+ ParentEntityUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ParentEntityUpdateType, required: true, location_name: "updateType"))
580
+ ParentEntityUpdateRequest.struct_class = Types::ParentEntityUpdateRequest
581
+
582
+ PropertyDefinitionRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
583
+ PropertyDefinitionRequest.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, location_name: "dataType"))
584
+ PropertyDefinitionRequest.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
585
+ PropertyDefinitionRequest.add_member(:is_external_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "isExternalId"))
586
+ PropertyDefinitionRequest.add_member(:is_required_in_entity, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRequiredInEntity"))
587
+ PropertyDefinitionRequest.add_member(:is_stored_externally, Shapes::ShapeRef.new(shape: Boolean, location_name: "isStoredExternally"))
588
+ PropertyDefinitionRequest.add_member(:is_time_series, Shapes::ShapeRef.new(shape: Boolean, location_name: "isTimeSeries"))
589
+ PropertyDefinitionRequest.struct_class = Types::PropertyDefinitionRequest
590
+
591
+ PropertyDefinitionResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
592
+ PropertyDefinitionResponse.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, required: true, location_name: "dataType"))
593
+ PropertyDefinitionResponse.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
594
+ PropertyDefinitionResponse.add_member(:is_external_id, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isExternalId"))
595
+ PropertyDefinitionResponse.add_member(:is_final, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isFinal"))
596
+ PropertyDefinitionResponse.add_member(:is_imported, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isImported"))
597
+ PropertyDefinitionResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isInherited"))
598
+ PropertyDefinitionResponse.add_member(:is_required_in_entity, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isRequiredInEntity"))
599
+ PropertyDefinitionResponse.add_member(:is_stored_externally, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isStoredExternally"))
600
+ PropertyDefinitionResponse.add_member(:is_time_series, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isTimeSeries"))
601
+ PropertyDefinitionResponse.struct_class = Types::PropertyDefinitionResponse
602
+
603
+ PropertyDefinitionsRequest.key = Shapes::ShapeRef.new(shape: Name)
604
+ PropertyDefinitionsRequest.value = Shapes::ShapeRef.new(shape: PropertyDefinitionRequest)
605
+
606
+ PropertyDefinitionsResponse.key = Shapes::ShapeRef.new(shape: Name)
607
+ PropertyDefinitionsResponse.value = Shapes::ShapeRef.new(shape: PropertyDefinitionResponse)
608
+
609
+ PropertyFilter.add_member(:operator, Shapes::ShapeRef.new(shape: String, location_name: "operator"))
610
+ PropertyFilter.add_member(:property_name, Shapes::ShapeRef.new(shape: String, location_name: "propertyName"))
611
+ PropertyFilter.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
612
+ PropertyFilter.struct_class = Types::PropertyFilter
613
+
614
+ PropertyFilters.member = Shapes::ShapeRef.new(shape: PropertyFilter)
615
+
616
+ PropertyLatestValue.add_member(:property_reference, Shapes::ShapeRef.new(shape: EntityPropertyReference, required: true, location_name: "propertyReference"))
617
+ PropertyLatestValue.add_member(:property_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "propertyValue"))
618
+ PropertyLatestValue.struct_class = Types::PropertyLatestValue
619
+
620
+ PropertyLatestValueMap.key = Shapes::ShapeRef.new(shape: Name)
621
+ PropertyLatestValueMap.value = Shapes::ShapeRef.new(shape: PropertyLatestValue)
622
+
623
+ PropertyRequest.add_member(:definition, Shapes::ShapeRef.new(shape: PropertyDefinitionRequest, location_name: "definition"))
624
+ PropertyRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: PropertyUpdateType, location_name: "updateType"))
625
+ PropertyRequest.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
626
+ PropertyRequest.struct_class = Types::PropertyRequest
627
+
628
+ PropertyRequests.key = Shapes::ShapeRef.new(shape: Name)
629
+ PropertyRequests.value = Shapes::ShapeRef.new(shape: PropertyRequest)
630
+
631
+ PropertyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PropertyDefinitionResponse, location_name: "definition"))
632
+ PropertyResponse.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
633
+ PropertyResponse.struct_class = Types::PropertyResponse
634
+
635
+ PropertyResponses.key = Shapes::ShapeRef.new(shape: Name)
636
+ PropertyResponses.value = Shapes::ShapeRef.new(shape: PropertyResponse)
637
+
638
+ PropertyValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "timestamp"))
639
+ PropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, required: true, location_name: "value"))
640
+ PropertyValue.struct_class = Types::PropertyValue
641
+
642
+ PropertyValueEntry.add_member(:entity_property_reference, Shapes::ShapeRef.new(shape: EntityPropertyReference, required: true, location_name: "entityPropertyReference"))
643
+ PropertyValueEntry.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyValues, location_name: "propertyValues"))
644
+ PropertyValueEntry.struct_class = Types::PropertyValueEntry
645
+
646
+ PropertyValueHistory.add_member(:entity_property_reference, Shapes::ShapeRef.new(shape: EntityPropertyReference, required: true, location_name: "entityPropertyReference"))
647
+ PropertyValueHistory.add_member(:values, Shapes::ShapeRef.new(shape: Values, location_name: "values"))
648
+ PropertyValueHistory.struct_class = Types::PropertyValueHistory
649
+
650
+ PropertyValueList.member = Shapes::ShapeRef.new(shape: PropertyValueHistory)
651
+
652
+ PropertyValues.member = Shapes::ShapeRef.new(shape: PropertyValue)
653
+
654
+ Relationship.add_member(:relationship_type, Shapes::ShapeRef.new(shape: String, location_name: "relationshipType"))
655
+ Relationship.add_member(:target_component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "targetComponentTypeId"))
656
+ Relationship.struct_class = Types::Relationship
657
+
658
+ RelationshipValue.add_member(:target_component_name, Shapes::ShapeRef.new(shape: Name, location_name: "targetComponentName"))
659
+ RelationshipValue.add_member(:target_entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "targetEntityId"))
660
+ RelationshipValue.struct_class = Types::RelationshipValue
661
+
662
+ RequiredProperties.member = Shapes::ShapeRef.new(shape: Name)
663
+
664
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
665
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
666
+
667
+ SceneCapabilities.member = Shapes::ShapeRef.new(shape: SceneCapability)
668
+
669
+ SceneSummaries.member = Shapes::ShapeRef.new(shape: SceneSummary)
670
+
671
+ SceneSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
672
+ SceneSummary.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
673
+ SceneSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
674
+ SceneSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
675
+ SceneSummary.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
676
+ SceneSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
677
+ SceneSummary.struct_class = Types::SceneSummary
678
+
679
+ SelectedPropertyList.member = Shapes::ShapeRef.new(shape: String)
680
+
681
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
682
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
683
+
684
+ Status.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
685
+ Status.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
686
+ Status.struct_class = Types::Status
687
+
688
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
689
+
690
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
691
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
692
+
693
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "resourceARN"))
694
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
695
+ TagResourceRequest.struct_class = Types::TagResourceRequest
696
+
697
+ TagResourceResponse.struct_class = Types::TagResourceResponse
698
+
699
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
700
+ ThrottlingException.struct_class = Types::ThrottlingException
701
+
702
+ TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
703
+ TooManyTagsException.struct_class = Types::TooManyTagsException
704
+
705
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location: "querystring", location_name: "resourceARN"))
706
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
707
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
708
+
709
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
710
+
711
+ UpdateComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
712
+ UpdateComponentTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
713
+ UpdateComponentTypeRequest.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
714
+ UpdateComponentTypeRequest.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsRequest, location_name: "functions"))
715
+ UpdateComponentTypeRequest.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
716
+ UpdateComponentTypeRequest.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsRequest, location_name: "propertyDefinitions"))
717
+ UpdateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
718
+ UpdateComponentTypeRequest.struct_class = Types::UpdateComponentTypeRequest
719
+
720
+ UpdateComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
721
+ UpdateComponentTypeResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
722
+ UpdateComponentTypeResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
723
+ UpdateComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
724
+ UpdateComponentTypeResponse.struct_class = Types::UpdateComponentTypeResponse
725
+
726
+ UpdateEntityRequest.add_member(:component_updates, Shapes::ShapeRef.new(shape: ComponentUpdatesMapRequest, location_name: "componentUpdates"))
727
+ UpdateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
728
+ UpdateEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
729
+ UpdateEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "entityName"))
730
+ UpdateEntityRequest.add_member(:parent_entity_update, Shapes::ShapeRef.new(shape: ParentEntityUpdateRequest, location_name: "parentEntityUpdate"))
731
+ UpdateEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
732
+ UpdateEntityRequest.struct_class = Types::UpdateEntityRequest
733
+
734
+ UpdateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
735
+ UpdateEntityResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
736
+ UpdateEntityResponse.struct_class = Types::UpdateEntityResponse
737
+
738
+ UpdateSceneRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
739
+ UpdateSceneRequest.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, location_name: "contentLocation"))
740
+ UpdateSceneRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
741
+ UpdateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
742
+ UpdateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
743
+ UpdateSceneRequest.struct_class = Types::UpdateSceneRequest
744
+
745
+ UpdateSceneResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
746
+ UpdateSceneResponse.struct_class = Types::UpdateSceneResponse
747
+
748
+ UpdateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
749
+ UpdateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "role"))
750
+ UpdateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
751
+ UpdateWorkspaceRequest.struct_class = Types::UpdateWorkspaceRequest
752
+
753
+ UpdateWorkspaceResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
754
+ UpdateWorkspaceResponse.struct_class = Types::UpdateWorkspaceResponse
755
+
756
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
757
+ ValidationException.struct_class = Types::ValidationException
758
+
759
+ Values.member = Shapes::ShapeRef.new(shape: PropertyValue)
760
+
761
+ WorkspaceSummaries.member = Shapes::ShapeRef.new(shape: WorkspaceSummary)
762
+
763
+ WorkspaceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
764
+ WorkspaceSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
765
+ WorkspaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
766
+ WorkspaceSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
767
+ WorkspaceSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
768
+ WorkspaceSummary.struct_class = Types::WorkspaceSummary
769
+
770
+
771
+ # @api private
772
+ API = Seahorse::Model::Api.new.tap do |api|
773
+
774
+ api.version = "2021-11-29"
775
+
776
+ api.metadata = {
777
+ "apiVersion" => "2021-11-29",
778
+ "endpointPrefix" => "iottwinmaker",
779
+ "jsonVersion" => "1.1",
780
+ "protocol" => "rest-json",
781
+ "serviceFullName" => "AWS IoT TwinMaker",
782
+ "serviceId" => "IoTTwinMaker",
783
+ "signatureVersion" => "v4",
784
+ "signingName" => "iottwinmaker",
785
+ "uid" => "iottwinmaker-2021-11-29",
786
+ }
787
+
788
+ api.add_operation(:batch_put_property_values, Seahorse::Model::Operation.new.tap do |o|
789
+ o.name = "BatchPutPropertyValues"
790
+ o.http_method = "POST"
791
+ o.http_request_uri = "/workspaces/{workspaceId}/entity-properties"
792
+ o.endpoint_pattern = {
793
+ "hostPrefix" => "data.",
794
+ }
795
+ o.input = Shapes::ShapeRef.new(shape: BatchPutPropertyValuesRequest)
796
+ o.output = Shapes::ShapeRef.new(shape: BatchPutPropertyValuesResponse)
797
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
798
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
799
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
800
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
801
+ end)
802
+
803
+ api.add_operation(:create_component_type, Seahorse::Model::Operation.new.tap do |o|
804
+ o.name = "CreateComponentType"
805
+ o.http_method = "POST"
806
+ o.http_request_uri = "/workspaces/{workspaceId}/component-types/{componentTypeId}"
807
+ o.endpoint_pattern = {
808
+ "hostPrefix" => "api.",
809
+ }
810
+ o.input = Shapes::ShapeRef.new(shape: CreateComponentTypeRequest)
811
+ o.output = Shapes::ShapeRef.new(shape: CreateComponentTypeResponse)
812
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
813
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
814
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
815
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
816
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
817
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
818
+ end)
819
+
820
+ api.add_operation(:create_entity, Seahorse::Model::Operation.new.tap do |o|
821
+ o.name = "CreateEntity"
822
+ o.http_method = "POST"
823
+ o.http_request_uri = "/workspaces/{workspaceId}/entities"
824
+ o.endpoint_pattern = {
825
+ "hostPrefix" => "api.",
826
+ }
827
+ o.input = Shapes::ShapeRef.new(shape: CreateEntityRequest)
828
+ o.output = Shapes::ShapeRef.new(shape: CreateEntityResponse)
829
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
830
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
831
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
832
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
833
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
834
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
835
+ end)
836
+
837
+ api.add_operation(:create_scene, Seahorse::Model::Operation.new.tap do |o|
838
+ o.name = "CreateScene"
839
+ o.http_method = "POST"
840
+ o.http_request_uri = "/workspaces/{workspaceId}/scenes"
841
+ o.endpoint_pattern = {
842
+ "hostPrefix" => "api.",
843
+ }
844
+ o.input = Shapes::ShapeRef.new(shape: CreateSceneRequest)
845
+ o.output = Shapes::ShapeRef.new(shape: CreateSceneResponse)
846
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
847
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
848
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
849
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
850
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
851
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
852
+ end)
853
+
854
+ api.add_operation(:create_workspace, Seahorse::Model::Operation.new.tap do |o|
855
+ o.name = "CreateWorkspace"
856
+ o.http_method = "POST"
857
+ o.http_request_uri = "/workspaces/{workspaceId}"
858
+ o.endpoint_pattern = {
859
+ "hostPrefix" => "api.",
860
+ }
861
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkspaceRequest)
862
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkspaceResponse)
863
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
864
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
865
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
866
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
867
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
868
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
869
+ end)
870
+
871
+ api.add_operation(:delete_component_type, Seahorse::Model::Operation.new.tap do |o|
872
+ o.name = "DeleteComponentType"
873
+ o.http_method = "DELETE"
874
+ o.http_request_uri = "/workspaces/{workspaceId}/component-types/{componentTypeId}"
875
+ o.endpoint_pattern = {
876
+ "hostPrefix" => "api.",
877
+ }
878
+ o.input = Shapes::ShapeRef.new(shape: DeleteComponentTypeRequest)
879
+ o.output = Shapes::ShapeRef.new(shape: DeleteComponentTypeResponse)
880
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
881
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
882
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
883
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
884
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
885
+ end)
886
+
887
+ api.add_operation(:delete_entity, Seahorse::Model::Operation.new.tap do |o|
888
+ o.name = "DeleteEntity"
889
+ o.http_method = "DELETE"
890
+ o.http_request_uri = "/workspaces/{workspaceId}/entities/{entityId}"
891
+ o.endpoint_pattern = {
892
+ "hostPrefix" => "api.",
893
+ }
894
+ o.input = Shapes::ShapeRef.new(shape: DeleteEntityRequest)
895
+ o.output = Shapes::ShapeRef.new(shape: DeleteEntityResponse)
896
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
897
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
898
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
899
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
900
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
901
+ end)
902
+
903
+ api.add_operation(:delete_scene, Seahorse::Model::Operation.new.tap do |o|
904
+ o.name = "DeleteScene"
905
+ o.http_method = "DELETE"
906
+ o.http_request_uri = "/workspaces/{workspaceId}/scenes/{sceneId}"
907
+ o.endpoint_pattern = {
908
+ "hostPrefix" => "api.",
909
+ }
910
+ o.input = Shapes::ShapeRef.new(shape: DeleteSceneRequest)
911
+ o.output = Shapes::ShapeRef.new(shape: DeleteSceneResponse)
912
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
913
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
914
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
915
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
916
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
917
+ end)
918
+
919
+ api.add_operation(:delete_workspace, Seahorse::Model::Operation.new.tap do |o|
920
+ o.name = "DeleteWorkspace"
921
+ o.http_method = "DELETE"
922
+ o.http_request_uri = "/workspaces/{workspaceId}"
923
+ o.endpoint_pattern = {
924
+ "hostPrefix" => "api.",
925
+ }
926
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkspaceRequest)
927
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkspaceResponse)
928
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
929
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
930
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
932
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
933
+ end)
934
+
935
+ api.add_operation(:get_component_type, Seahorse::Model::Operation.new.tap do |o|
936
+ o.name = "GetComponentType"
937
+ o.http_method = "GET"
938
+ o.http_request_uri = "/workspaces/{workspaceId}/component-types/{componentTypeId}"
939
+ o.endpoint_pattern = {
940
+ "hostPrefix" => "api.",
941
+ }
942
+ o.input = Shapes::ShapeRef.new(shape: GetComponentTypeRequest)
943
+ o.output = Shapes::ShapeRef.new(shape: GetComponentTypeResponse)
944
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
945
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
946
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
947
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
948
+ end)
949
+
950
+ api.add_operation(:get_entity, Seahorse::Model::Operation.new.tap do |o|
951
+ o.name = "GetEntity"
952
+ o.http_method = "GET"
953
+ o.http_request_uri = "/workspaces/{workspaceId}/entities/{entityId}"
954
+ o.endpoint_pattern = {
955
+ "hostPrefix" => "api.",
956
+ }
957
+ o.input = Shapes::ShapeRef.new(shape: GetEntityRequest)
958
+ o.output = Shapes::ShapeRef.new(shape: GetEntityResponse)
959
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
960
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
961
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
962
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
963
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
964
+ end)
965
+
966
+ api.add_operation(:get_property_value, Seahorse::Model::Operation.new.tap do |o|
967
+ o.name = "GetPropertyValue"
968
+ o.http_method = "POST"
969
+ o.http_request_uri = "/workspaces/{workspaceId}/entity-properties/value"
970
+ o.endpoint_pattern = {
971
+ "hostPrefix" => "data.",
972
+ }
973
+ o.input = Shapes::ShapeRef.new(shape: GetPropertyValueRequest)
974
+ o.output = Shapes::ShapeRef.new(shape: GetPropertyValueResponse)
975
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
976
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorFailureException)
977
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
978
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
979
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
980
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
981
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorTimeoutException)
982
+ end)
983
+
984
+ api.add_operation(:get_property_value_history, Seahorse::Model::Operation.new.tap do |o|
985
+ o.name = "GetPropertyValueHistory"
986
+ o.http_method = "POST"
987
+ o.http_request_uri = "/workspaces/{workspaceId}/entity-properties/history"
988
+ o.endpoint_pattern = {
989
+ "hostPrefix" => "data.",
990
+ }
991
+ o.input = Shapes::ShapeRef.new(shape: GetPropertyValueHistoryRequest)
992
+ o.output = Shapes::ShapeRef.new(shape: GetPropertyValueHistoryResponse)
993
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
994
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorFailureException)
995
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
996
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
997
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
998
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
999
+ o.errors << Shapes::ShapeRef.new(shape: ConnectorTimeoutException)
1000
+ o[:pager] = Aws::Pager.new(
1001
+ limit_key: "max_results",
1002
+ tokens: {
1003
+ "next_token" => "next_token"
1004
+ }
1005
+ )
1006
+ end)
1007
+
1008
+ api.add_operation(:get_scene, Seahorse::Model::Operation.new.tap do |o|
1009
+ o.name = "GetScene"
1010
+ o.http_method = "GET"
1011
+ o.http_request_uri = "/workspaces/{workspaceId}/scenes/{sceneId}"
1012
+ o.endpoint_pattern = {
1013
+ "hostPrefix" => "api.",
1014
+ }
1015
+ o.input = Shapes::ShapeRef.new(shape: GetSceneRequest)
1016
+ o.output = Shapes::ShapeRef.new(shape: GetSceneResponse)
1017
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1018
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1022
+ end)
1023
+
1024
+ api.add_operation(:get_workspace, Seahorse::Model::Operation.new.tap do |o|
1025
+ o.name = "GetWorkspace"
1026
+ o.http_method = "GET"
1027
+ o.http_request_uri = "/workspaces/{workspaceId}"
1028
+ o.endpoint_pattern = {
1029
+ "hostPrefix" => "api.",
1030
+ }
1031
+ o.input = Shapes::ShapeRef.new(shape: GetWorkspaceRequest)
1032
+ o.output = Shapes::ShapeRef.new(shape: GetWorkspaceResponse)
1033
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1034
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1037
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1038
+ end)
1039
+
1040
+ api.add_operation(:list_component_types, Seahorse::Model::Operation.new.tap do |o|
1041
+ o.name = "ListComponentTypes"
1042
+ o.http_method = "POST"
1043
+ o.http_request_uri = "/workspaces/{workspaceId}/component-types-list"
1044
+ o.endpoint_pattern = {
1045
+ "hostPrefix" => "api.",
1046
+ }
1047
+ o.input = Shapes::ShapeRef.new(shape: ListComponentTypesRequest)
1048
+ o.output = Shapes::ShapeRef.new(shape: ListComponentTypesResponse)
1049
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1050
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1051
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1053
+ o[:pager] = Aws::Pager.new(
1054
+ limit_key: "max_results",
1055
+ tokens: {
1056
+ "next_token" => "next_token"
1057
+ }
1058
+ )
1059
+ end)
1060
+
1061
+ api.add_operation(:list_entities, Seahorse::Model::Operation.new.tap do |o|
1062
+ o.name = "ListEntities"
1063
+ o.http_method = "POST"
1064
+ o.http_request_uri = "/workspaces/{workspaceId}/entities-list"
1065
+ o.endpoint_pattern = {
1066
+ "hostPrefix" => "api.",
1067
+ }
1068
+ o.input = Shapes::ShapeRef.new(shape: ListEntitiesRequest)
1069
+ o.output = Shapes::ShapeRef.new(shape: ListEntitiesResponse)
1070
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1074
+ o[:pager] = Aws::Pager.new(
1075
+ limit_key: "max_results",
1076
+ tokens: {
1077
+ "next_token" => "next_token"
1078
+ }
1079
+ )
1080
+ end)
1081
+
1082
+ api.add_operation(:list_scenes, Seahorse::Model::Operation.new.tap do |o|
1083
+ o.name = "ListScenes"
1084
+ o.http_method = "POST"
1085
+ o.http_request_uri = "/workspaces/{workspaceId}/scenes-list"
1086
+ o.endpoint_pattern = {
1087
+ "hostPrefix" => "api.",
1088
+ }
1089
+ o.input = Shapes::ShapeRef.new(shape: ListScenesRequest)
1090
+ o.output = Shapes::ShapeRef.new(shape: ListScenesResponse)
1091
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1095
+ o[:pager] = Aws::Pager.new(
1096
+ limit_key: "max_results",
1097
+ tokens: {
1098
+ "next_token" => "next_token"
1099
+ }
1100
+ )
1101
+ end)
1102
+
1103
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1104
+ o.name = "ListTagsForResource"
1105
+ o.http_method = "POST"
1106
+ o.http_request_uri = "/tags-list"
1107
+ o.endpoint_pattern = {
1108
+ "hostPrefix" => "api.",
1109
+ }
1110
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1111
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1112
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1114
+ end)
1115
+
1116
+ api.add_operation(:list_workspaces, Seahorse::Model::Operation.new.tap do |o|
1117
+ o.name = "ListWorkspaces"
1118
+ o.http_method = "POST"
1119
+ o.http_request_uri = "/workspaces-list"
1120
+ o.endpoint_pattern = {
1121
+ "hostPrefix" => "api.",
1122
+ }
1123
+ o.input = Shapes::ShapeRef.new(shape: ListWorkspacesRequest)
1124
+ o.output = Shapes::ShapeRef.new(shape: ListWorkspacesResponse)
1125
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1126
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1127
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1129
+ o[:pager] = Aws::Pager.new(
1130
+ limit_key: "max_results",
1131
+ tokens: {
1132
+ "next_token" => "next_token"
1133
+ }
1134
+ )
1135
+ end)
1136
+
1137
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1138
+ o.name = "TagResource"
1139
+ o.http_method = "POST"
1140
+ o.http_request_uri = "/tags"
1141
+ o.endpoint_pattern = {
1142
+ "hostPrefix" => "api.",
1143
+ }
1144
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1145
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1146
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1148
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1149
+ end)
1150
+
1151
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1152
+ o.name = "UntagResource"
1153
+ o.http_method = "DELETE"
1154
+ o.http_request_uri = "/tags"
1155
+ o.endpoint_pattern = {
1156
+ "hostPrefix" => "api.",
1157
+ }
1158
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1159
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1160
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1161
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1162
+ end)
1163
+
1164
+ api.add_operation(:update_component_type, Seahorse::Model::Operation.new.tap do |o|
1165
+ o.name = "UpdateComponentType"
1166
+ o.http_method = "PUT"
1167
+ o.http_request_uri = "/workspaces/{workspaceId}/component-types/{componentTypeId}"
1168
+ o.endpoint_pattern = {
1169
+ "hostPrefix" => "api.",
1170
+ }
1171
+ o.input = Shapes::ShapeRef.new(shape: UpdateComponentTypeRequest)
1172
+ o.output = Shapes::ShapeRef.new(shape: UpdateComponentTypeResponse)
1173
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1177
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1179
+ end)
1180
+
1181
+ api.add_operation(:update_entity, Seahorse::Model::Operation.new.tap do |o|
1182
+ o.name = "UpdateEntity"
1183
+ o.http_method = "PUT"
1184
+ o.http_request_uri = "/workspaces/{workspaceId}/entities/{entityId}"
1185
+ o.endpoint_pattern = {
1186
+ "hostPrefix" => "api.",
1187
+ }
1188
+ o.input = Shapes::ShapeRef.new(shape: UpdateEntityRequest)
1189
+ o.output = Shapes::ShapeRef.new(shape: UpdateEntityResponse)
1190
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1194
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1197
+ end)
1198
+
1199
+ api.add_operation(:update_scene, Seahorse::Model::Operation.new.tap do |o|
1200
+ o.name = "UpdateScene"
1201
+ o.http_method = "PUT"
1202
+ o.http_request_uri = "/workspaces/{workspaceId}/scenes/{sceneId}"
1203
+ o.endpoint_pattern = {
1204
+ "hostPrefix" => "api.",
1205
+ }
1206
+ o.input = Shapes::ShapeRef.new(shape: UpdateSceneRequest)
1207
+ o.output = Shapes::ShapeRef.new(shape: UpdateSceneResponse)
1208
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1209
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1211
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1212
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1213
+ end)
1214
+
1215
+ api.add_operation(:update_workspace, Seahorse::Model::Operation.new.tap do |o|
1216
+ o.name = "UpdateWorkspace"
1217
+ o.http_method = "PUT"
1218
+ o.http_request_uri = "/workspaces/{workspaceId}"
1219
+ o.endpoint_pattern = {
1220
+ "hostPrefix" => "api.",
1221
+ }
1222
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkspaceRequest)
1223
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkspaceResponse)
1224
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1225
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1226
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1227
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1228
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1229
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1230
+ end)
1231
+ end
1232
+
1233
+ end
1234
+ end