aws-sdk-iottwinmaker 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,6 +19,16 @@ module Aws::IoTTwinMaker
19
19
  BatchPutPropertyValuesRequest = Shapes::StructureShape.new(name: 'BatchPutPropertyValuesRequest')
20
20
  BatchPutPropertyValuesResponse = Shapes::StructureShape.new(name: 'BatchPutPropertyValuesResponse')
21
21
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
22
+ BundleInformation = Shapes::StructureShape.new(name: 'BundleInformation')
23
+ BundleName = Shapes::StringShape.new(name: 'BundleName')
24
+ ColumnDescription = Shapes::StructureShape.new(name: 'ColumnDescription')
25
+ ColumnDescriptions = Shapes::ListShape.new(name: 'ColumnDescriptions')
26
+ ColumnName = Shapes::StringShape.new(name: 'ColumnName')
27
+ ColumnType = Shapes::StringShape.new(name: 'ColumnType')
28
+ ComponentPropertyGroupRequest = Shapes::StructureShape.new(name: 'ComponentPropertyGroupRequest')
29
+ ComponentPropertyGroupRequests = Shapes::MapShape.new(name: 'ComponentPropertyGroupRequests')
30
+ ComponentPropertyGroupResponse = Shapes::StructureShape.new(name: 'ComponentPropertyGroupResponse')
31
+ ComponentPropertyGroupResponses = Shapes::MapShape.new(name: 'ComponentPropertyGroupResponses')
22
32
  ComponentRequest = Shapes::StructureShape.new(name: 'ComponentRequest')
23
33
  ComponentResponse = Shapes::StructureShape.new(name: 'ComponentResponse')
24
34
  ComponentTypeId = Shapes::StringShape.new(name: 'ComponentTypeId')
@@ -68,6 +78,8 @@ module Aws::IoTTwinMaker
68
78
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
69
79
  Errors = Shapes::ListShape.new(name: 'Errors')
70
80
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
81
+ ExecuteQueryRequest = Shapes::StructureShape.new(name: 'ExecuteQueryRequest')
82
+ ExecuteQueryResponse = Shapes::StructureShape.new(name: 'ExecuteQueryResponse')
71
83
  Expression = Shapes::StringShape.new(name: 'Expression')
72
84
  ExtendsFrom = Shapes::ListShape.new(name: 'ExtendsFrom')
73
85
  ExternalIdProperty = Shapes::MapShape.new(name: 'ExternalIdProperty')
@@ -79,6 +91,8 @@ module Aws::IoTTwinMaker
79
91
  GetComponentTypeResponse = Shapes::StructureShape.new(name: 'GetComponentTypeResponse')
80
92
  GetEntityRequest = Shapes::StructureShape.new(name: 'GetEntityRequest')
81
93
  GetEntityResponse = Shapes::StructureShape.new(name: 'GetEntityResponse')
94
+ GetPricingPlanRequest = Shapes::StructureShape.new(name: 'GetPricingPlanRequest')
95
+ GetPricingPlanResponse = Shapes::StructureShape.new(name: 'GetPricingPlanResponse')
82
96
  GetPropertyValueHistoryRequest = Shapes::StructureShape.new(name: 'GetPropertyValueHistoryRequest')
83
97
  GetPropertyValueHistoryResponse = Shapes::StructureShape.new(name: 'GetPropertyValueHistoryResponse')
84
98
  GetPropertyValueRequest = Shapes::StructureShape.new(name: 'GetPropertyValueRequest')
@@ -87,6 +101,7 @@ module Aws::IoTTwinMaker
87
101
  GetSceneResponse = Shapes::StructureShape.new(name: 'GetSceneResponse')
88
102
  GetWorkspaceRequest = Shapes::StructureShape.new(name: 'GetWorkspaceRequest')
89
103
  GetWorkspaceResponse = Shapes::StructureShape.new(name: 'GetWorkspaceResponse')
104
+ GroupType = Shapes::StringShape.new(name: 'GroupType')
90
105
  Id = Shapes::StringShape.new(name: 'Id')
91
106
  IdOrArn = Shapes::StringShape.new(name: 'IdOrArn')
92
107
  Integer = Shapes::IntegerShape.new(name: 'Integer')
@@ -114,33 +129,54 @@ module Aws::IoTTwinMaker
114
129
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
115
130
  Name = Shapes::StringShape.new(name: 'Name')
116
131
  NextToken = Shapes::StringShape.new(name: 'NextToken')
132
+ Order = Shapes::StringShape.new(name: 'Order')
133
+ OrderBy = Shapes::StructureShape.new(name: 'OrderBy')
134
+ OrderByList = Shapes::ListShape.new(name: 'OrderByList')
117
135
  OrderByTime = Shapes::StringShape.new(name: 'OrderByTime')
118
136
  ParentEntityId = Shapes::StringShape.new(name: 'ParentEntityId')
119
137
  ParentEntityUpdateRequest = Shapes::StructureShape.new(name: 'ParentEntityUpdateRequest')
120
138
  ParentEntityUpdateType = Shapes::StringShape.new(name: 'ParentEntityUpdateType')
139
+ PricingBundles = Shapes::ListShape.new(name: 'PricingBundles')
140
+ PricingMode = Shapes::StringShape.new(name: 'PricingMode')
141
+ PricingPlan = Shapes::StructureShape.new(name: 'PricingPlan')
142
+ PricingTier = Shapes::StringShape.new(name: 'PricingTier')
121
143
  PropertyDefinitionRequest = Shapes::StructureShape.new(name: 'PropertyDefinitionRequest')
122
144
  PropertyDefinitionResponse = Shapes::StructureShape.new(name: 'PropertyDefinitionResponse')
123
145
  PropertyDefinitionsRequest = Shapes::MapShape.new(name: 'PropertyDefinitionsRequest')
124
146
  PropertyDefinitionsResponse = Shapes::MapShape.new(name: 'PropertyDefinitionsResponse')
125
147
  PropertyFilter = Shapes::StructureShape.new(name: 'PropertyFilter')
126
148
  PropertyFilters = Shapes::ListShape.new(name: 'PropertyFilters')
149
+ PropertyGroupRequest = Shapes::StructureShape.new(name: 'PropertyGroupRequest')
150
+ PropertyGroupResponse = Shapes::StructureShape.new(name: 'PropertyGroupResponse')
151
+ PropertyGroupUpdateType = Shapes::StringShape.new(name: 'PropertyGroupUpdateType')
152
+ PropertyGroupsRequest = Shapes::MapShape.new(name: 'PropertyGroupsRequest')
153
+ PropertyGroupsResponse = Shapes::MapShape.new(name: 'PropertyGroupsResponse')
127
154
  PropertyLatestValue = Shapes::StructureShape.new(name: 'PropertyLatestValue')
128
155
  PropertyLatestValueMap = Shapes::MapShape.new(name: 'PropertyLatestValueMap')
156
+ PropertyNames = Shapes::ListShape.new(name: 'PropertyNames')
129
157
  PropertyRequest = Shapes::StructureShape.new(name: 'PropertyRequest')
130
158
  PropertyRequests = Shapes::MapShape.new(name: 'PropertyRequests')
131
159
  PropertyResponse = Shapes::StructureShape.new(name: 'PropertyResponse')
132
160
  PropertyResponses = Shapes::MapShape.new(name: 'PropertyResponses')
161
+ PropertyTableValue = Shapes::MapShape.new(name: 'PropertyTableValue')
133
162
  PropertyUpdateType = Shapes::StringShape.new(name: 'PropertyUpdateType')
134
163
  PropertyValue = Shapes::StructureShape.new(name: 'PropertyValue')
135
164
  PropertyValueEntry = Shapes::StructureShape.new(name: 'PropertyValueEntry')
136
165
  PropertyValueHistory = Shapes::StructureShape.new(name: 'PropertyValueHistory')
137
166
  PropertyValueList = Shapes::ListShape.new(name: 'PropertyValueList')
138
167
  PropertyValues = Shapes::ListShape.new(name: 'PropertyValues')
168
+ QueryResultValue = Shapes::DocumentShape.new(name: 'QueryResultValue', document: true)
169
+ QueryServiceMaxResults = Shapes::IntegerShape.new(name: 'QueryServiceMaxResults')
170
+ QueryStatement = Shapes::StringShape.new(name: 'QueryStatement')
171
+ QueryTimeoutException = Shapes::StructureShape.new(name: 'QueryTimeoutException')
139
172
  Relationship = Shapes::StructureShape.new(name: 'Relationship')
140
173
  RelationshipValue = Shapes::StructureShape.new(name: 'RelationshipValue')
141
174
  RequiredProperties = Shapes::ListShape.new(name: 'RequiredProperties')
142
175
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
143
176
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
177
+ Row = Shapes::StructureShape.new(name: 'Row')
178
+ RowData = Shapes::ListShape.new(name: 'RowData')
179
+ Rows = Shapes::ListShape.new(name: 'Rows')
144
180
  S3Location = Shapes::StringShape.new(name: 'S3Location')
145
181
  S3Url = Shapes::StringShape.new(name: 'S3Url')
146
182
  SceneCapabilities = Shapes::ListShape.new(name: 'SceneCapabilities')
@@ -153,6 +189,9 @@ module Aws::IoTTwinMaker
153
189
  State = Shapes::StringShape.new(name: 'State')
154
190
  Status = Shapes::StructureShape.new(name: 'Status')
155
191
  String = Shapes::StringShape.new(name: 'String')
192
+ TabularConditions = Shapes::StructureShape.new(name: 'TabularConditions')
193
+ TabularPropertyValue = Shapes::ListShape.new(name: 'TabularPropertyValue')
194
+ TabularPropertyValues = Shapes::ListShape.new(name: 'TabularPropertyValues')
156
195
  TagKey = Shapes::StringShape.new(name: 'TagKey')
157
196
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
158
197
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -171,6 +210,9 @@ module Aws::IoTTwinMaker
171
210
  UpdateComponentTypeResponse = Shapes::StructureShape.new(name: 'UpdateComponentTypeResponse')
172
211
  UpdateEntityRequest = Shapes::StructureShape.new(name: 'UpdateEntityRequest')
173
212
  UpdateEntityResponse = Shapes::StructureShape.new(name: 'UpdateEntityResponse')
213
+ UpdatePricingPlanRequest = Shapes::StructureShape.new(name: 'UpdatePricingPlanRequest')
214
+ UpdatePricingPlanResponse = Shapes::StructureShape.new(name: 'UpdatePricingPlanResponse')
215
+ UpdateReason = Shapes::StringShape.new(name: 'UpdateReason')
174
216
  UpdateSceneRequest = Shapes::StructureShape.new(name: 'UpdateSceneRequest')
175
217
  UpdateSceneResponse = Shapes::StructureShape.new(name: 'UpdateSceneResponse')
176
218
  UpdateWorkspaceRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceRequest')
@@ -184,32 +226,60 @@ module Aws::IoTTwinMaker
184
226
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
185
227
  AccessDeniedException.struct_class = Types::AccessDeniedException
186
228
 
187
- BatchPutPropertyError.add_member(:entry, Shapes::ShapeRef.new(shape: PropertyValueEntry, required: true, location_name: "entry"))
188
229
  BatchPutPropertyError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorCode"))
189
230
  BatchPutPropertyError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorMessage"))
231
+ BatchPutPropertyError.add_member(:entry, Shapes::ShapeRef.new(shape: PropertyValueEntry, required: true, location_name: "entry"))
190
232
  BatchPutPropertyError.struct_class = Types::BatchPutPropertyError
191
233
 
192
234
  BatchPutPropertyErrorEntry.add_member(:errors, Shapes::ShapeRef.new(shape: Errors, required: true, location_name: "errors"))
193
235
  BatchPutPropertyErrorEntry.struct_class = Types::BatchPutPropertyErrorEntry
194
236
 
195
- BatchPutPropertyValuesRequest.add_member(:entries, Shapes::ShapeRef.new(shape: Entries, required: true, location_name: "entries"))
196
237
  BatchPutPropertyValuesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
238
+ BatchPutPropertyValuesRequest.add_member(:entries, Shapes::ShapeRef.new(shape: Entries, required: true, location_name: "entries"))
197
239
  BatchPutPropertyValuesRequest.struct_class = Types::BatchPutPropertyValuesRequest
198
240
 
199
241
  BatchPutPropertyValuesResponse.add_member(:error_entries, Shapes::ShapeRef.new(shape: ErrorEntries, required: true, location_name: "errorEntries"))
200
242
  BatchPutPropertyValuesResponse.struct_class = Types::BatchPutPropertyValuesResponse
201
243
 
202
- ComponentRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
244
+ BundleInformation.add_member(:bundle_names, Shapes::ShapeRef.new(shape: PricingBundles, required: true, location_name: "bundleNames"))
245
+ BundleInformation.add_member(:pricing_tier, Shapes::ShapeRef.new(shape: PricingTier, location_name: "pricingTier"))
246
+ BundleInformation.struct_class = Types::BundleInformation
247
+
248
+ ColumnDescription.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "name"))
249
+ ColumnDescription.add_member(:type, Shapes::ShapeRef.new(shape: ColumnType, location_name: "type"))
250
+ ColumnDescription.struct_class = Types::ColumnDescription
251
+
252
+ ColumnDescriptions.member = Shapes::ShapeRef.new(shape: ColumnDescription)
253
+
254
+ ComponentPropertyGroupRequest.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, location_name: "groupType"))
255
+ ComponentPropertyGroupRequest.add_member(:property_names, Shapes::ShapeRef.new(shape: PropertyNames, location_name: "propertyNames"))
256
+ ComponentPropertyGroupRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: PropertyGroupUpdateType, location_name: "updateType"))
257
+ ComponentPropertyGroupRequest.struct_class = Types::ComponentPropertyGroupRequest
258
+
259
+ ComponentPropertyGroupRequests.key = Shapes::ShapeRef.new(shape: Name)
260
+ ComponentPropertyGroupRequests.value = Shapes::ShapeRef.new(shape: ComponentPropertyGroupRequest)
261
+
262
+ ComponentPropertyGroupResponse.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, required: true, location_name: "groupType"))
263
+ ComponentPropertyGroupResponse.add_member(:property_names, Shapes::ShapeRef.new(shape: PropertyNames, required: true, location_name: "propertyNames"))
264
+ ComponentPropertyGroupResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isInherited"))
265
+ ComponentPropertyGroupResponse.struct_class = Types::ComponentPropertyGroupResponse
266
+
267
+ ComponentPropertyGroupResponses.key = Shapes::ShapeRef.new(shape: Name)
268
+ ComponentPropertyGroupResponses.value = Shapes::ShapeRef.new(shape: ComponentPropertyGroupResponse)
269
+
203
270
  ComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
271
+ ComponentRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
204
272
  ComponentRequest.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyRequests, location_name: "properties"))
273
+ ComponentRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: ComponentPropertyGroupRequests, location_name: "propertyGroups"))
205
274
  ComponentRequest.struct_class = Types::ComponentRequest
206
275
 
207
276
  ComponentResponse.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
277
+ ComponentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
208
278
  ComponentResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
279
+ ComponentResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
209
280
  ComponentResponse.add_member(:defined_in, Shapes::ShapeRef.new(shape: String, location_name: "definedIn"))
210
- ComponentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
211
281
  ComponentResponse.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyResponses, location_name: "properties"))
212
- ComponentResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
282
+ ComponentResponse.add_member(:property_groups, Shapes::ShapeRef.new(shape: ComponentPropertyGroupResponses, location_name: "propertyGroups"))
213
283
  ComponentResponse.struct_class = Types::ComponentResponse
214
284
 
215
285
  ComponentTypeSummaries.member = Shapes::ShapeRef.new(shape: ComponentTypeSummary)
@@ -217,15 +287,16 @@ module Aws::IoTTwinMaker
217
287
  ComponentTypeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
218
288
  ComponentTypeSummary.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
219
289
  ComponentTypeSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
290
+ ComponentTypeSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
220
291
  ComponentTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
221
292
  ComponentTypeSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
222
- ComponentTypeSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
223
293
  ComponentTypeSummary.struct_class = Types::ComponentTypeSummary
224
294
 
225
- ComponentUpdateRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
295
+ ComponentUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ComponentUpdateType, location_name: "updateType"))
226
296
  ComponentUpdateRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
297
+ ComponentUpdateRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
227
298
  ComponentUpdateRequest.add_member(:property_updates, Shapes::ShapeRef.new(shape: PropertyRequests, location_name: "propertyUpdates"))
228
- ComponentUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ComponentUpdateType, location_name: "updateType"))
299
+ ComponentUpdateRequest.add_member(:property_group_updates, Shapes::ShapeRef.new(shape: ComponentPropertyGroupRequests, location_name: "propertyGroupUpdates"))
229
300
  ComponentUpdateRequest.struct_class = Types::ComponentUpdateRequest
230
301
 
231
302
  ComponentUpdatesMapRequest.key = Shapes::ShapeRef.new(shape: Name)
@@ -249,14 +320,15 @@ module Aws::IoTTwinMaker
249
320
  ConnectorTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
250
321
  ConnectorTimeoutException.struct_class = Types::ConnectorTimeoutException
251
322
 
323
+ CreateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
324
+ CreateComponentTypeRequest.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
252
325
  CreateComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
253
326
  CreateComponentTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
327
+ CreateComponentTypeRequest.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsRequest, location_name: "propertyDefinitions"))
254
328
  CreateComponentTypeRequest.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
255
329
  CreateComponentTypeRequest.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsRequest, location_name: "functions"))
256
- CreateComponentTypeRequest.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
257
- CreateComponentTypeRequest.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsRequest, location_name: "propertyDefinitions"))
258
330
  CreateComponentTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
259
- CreateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
331
+ CreateComponentTypeRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsRequest, location_name: "propertyGroups"))
260
332
  CreateComponentTypeRequest.struct_class = Types::CreateComponentTypeRequest
261
333
 
262
334
  CreateComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
@@ -264,64 +336,64 @@ module Aws::IoTTwinMaker
264
336
  CreateComponentTypeResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
265
337
  CreateComponentTypeResponse.struct_class = Types::CreateComponentTypeResponse
266
338
 
267
- CreateEntityRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMapRequest, location_name: "components"))
268
- CreateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
339
+ CreateEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
269
340
  CreateEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
270
341
  CreateEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
342
+ CreateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
343
+ CreateEntityRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMapRequest, location_name: "components"))
271
344
  CreateEntityRequest.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
272
345
  CreateEntityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
273
- CreateEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
274
346
  CreateEntityRequest.struct_class = Types::CreateEntityRequest
275
347
 
348
+ CreateEntityResponse.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
276
349
  CreateEntityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
277
350
  CreateEntityResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
278
- CreateEntityResponse.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
279
351
  CreateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
280
352
  CreateEntityResponse.struct_class = Types::CreateEntityResponse
281
353
 
282
- CreateSceneRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
354
+ CreateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
355
+ CreateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
283
356
  CreateSceneRequest.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
284
357
  CreateSceneRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
285
- CreateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
358
+ CreateSceneRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
286
359
  CreateSceneRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
287
- CreateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
288
360
  CreateSceneRequest.struct_class = Types::CreateSceneRequest
289
361
 
290
362
  CreateSceneResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
291
363
  CreateSceneResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
292
364
  CreateSceneResponse.struct_class = Types::CreateSceneResponse
293
365
 
366
+ CreateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
294
367
  CreateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
295
- CreateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "role"))
296
368
  CreateWorkspaceRequest.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
369
+ CreateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "role"))
297
370
  CreateWorkspaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
298
- CreateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
299
371
  CreateWorkspaceRequest.struct_class = Types::CreateWorkspaceRequest
300
372
 
301
373
  CreateWorkspaceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
302
374
  CreateWorkspaceResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
303
375
  CreateWorkspaceResponse.struct_class = Types::CreateWorkspaceResponse
304
376
 
305
- DataConnector.add_member(:is_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNative"))
306
377
  DataConnector.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaFunction, location_name: "lambda"))
378
+ DataConnector.add_member(:is_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNative"))
307
379
  DataConnector.struct_class = Types::DataConnector
308
380
 
309
- DataType.add_member(:allowed_values, Shapes::ShapeRef.new(shape: DataValueList, location_name: "allowedValues"))
310
- DataType.add_member(:nested_type, Shapes::ShapeRef.new(shape: DataType, location_name: "nestedType"))
311
- DataType.add_member(:relationship, Shapes::ShapeRef.new(shape: Relationship, location_name: "relationship"))
312
381
  DataType.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "type"))
382
+ DataType.add_member(:nested_type, Shapes::ShapeRef.new(shape: DataType, location_name: "nestedType"))
383
+ DataType.add_member(:allowed_values, Shapes::ShapeRef.new(shape: DataValueList, location_name: "allowedValues"))
313
384
  DataType.add_member(:unit_of_measure, Shapes::ShapeRef.new(shape: String, location_name: "unitOfMeasure"))
385
+ DataType.add_member(:relationship, Shapes::ShapeRef.new(shape: Relationship, location_name: "relationship"))
314
386
  DataType.struct_class = Types::DataType
315
387
 
316
388
  DataValue.add_member(:boolean_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "booleanValue"))
317
389
  DataValue.add_member(:double_value, Shapes::ShapeRef.new(shape: Double, location_name: "doubleValue"))
318
- DataValue.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "expression"))
319
390
  DataValue.add_member(:integer_value, Shapes::ShapeRef.new(shape: Integer, location_name: "integerValue"))
320
- DataValue.add_member(:list_value, Shapes::ShapeRef.new(shape: DataValueList, location_name: "listValue"))
321
391
  DataValue.add_member(:long_value, Shapes::ShapeRef.new(shape: Long, location_name: "longValue"))
392
+ DataValue.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
393
+ DataValue.add_member(:list_value, Shapes::ShapeRef.new(shape: DataValueList, location_name: "listValue"))
322
394
  DataValue.add_member(:map_value, Shapes::ShapeRef.new(shape: DataValueMap, location_name: "mapValue"))
323
395
  DataValue.add_member(:relationship_value, Shapes::ShapeRef.new(shape: RelationshipValue, location_name: "relationshipValue"))
324
- DataValue.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
396
+ DataValue.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "expression"))
325
397
  DataValue.struct_class = Types::DataValue
326
398
 
327
399
  DataValueList.member = Shapes::ShapeRef.new(shape: DataValue)
@@ -329,23 +401,23 @@ module Aws::IoTTwinMaker
329
401
  DataValueMap.key = Shapes::ShapeRef.new(shape: String)
330
402
  DataValueMap.value = Shapes::ShapeRef.new(shape: DataValue)
331
403
 
332
- DeleteComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
333
404
  DeleteComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
405
+ DeleteComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
334
406
  DeleteComponentTypeRequest.struct_class = Types::DeleteComponentTypeRequest
335
407
 
336
408
  DeleteComponentTypeResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
337
409
  DeleteComponentTypeResponse.struct_class = Types::DeleteComponentTypeResponse
338
410
 
411
+ DeleteEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
339
412
  DeleteEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
340
413
  DeleteEntityRequest.add_member(:is_recursive, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "isRecursive"))
341
- DeleteEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
342
414
  DeleteEntityRequest.struct_class = Types::DeleteEntityRequest
343
415
 
344
416
  DeleteEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
345
417
  DeleteEntityResponse.struct_class = Types::DeleteEntityResponse
346
418
 
347
- DeleteSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
348
419
  DeleteSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
420
+ DeleteSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
349
421
  DeleteSceneRequest.struct_class = Types::DeleteSceneRequest
350
422
 
351
423
  DeleteSceneResponse.struct_class = Types::DeleteSceneResponse
@@ -356,21 +428,21 @@ module Aws::IoTTwinMaker
356
428
  DeleteWorkspaceResponse.struct_class = Types::DeleteWorkspaceResponse
357
429
 
358
430
  EntityPropertyReference.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
359
- EntityPropertyReference.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
360
431
  EntityPropertyReference.add_member(:external_id_property, Shapes::ShapeRef.new(shape: ExternalIdProperty, location_name: "externalIdProperty"))
432
+ EntityPropertyReference.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
361
433
  EntityPropertyReference.add_member(:property_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "propertyName"))
362
434
  EntityPropertyReference.struct_class = Types::EntityPropertyReference
363
435
 
364
436
  EntitySummaries.member = Shapes::ShapeRef.new(shape: EntitySummary)
365
437
 
366
- EntitySummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
367
- EntitySummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
368
- EntitySummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
369
438
  EntitySummary.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
370
439
  EntitySummary.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
371
- EntitySummary.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasChildEntities"))
440
+ EntitySummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
372
441
  EntitySummary.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
373
442
  EntitySummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
443
+ EntitySummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
444
+ EntitySummary.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasChildEntities"))
445
+ EntitySummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
374
446
  EntitySummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
375
447
  EntitySummary.struct_class = Types::EntitySummary
376
448
 
@@ -384,20 +456,31 @@ module Aws::IoTTwinMaker
384
456
 
385
457
  Errors.member = Shapes::ShapeRef.new(shape: BatchPutPropertyError)
386
458
 
459
+ ExecuteQueryRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
460
+ ExecuteQueryRequest.add_member(:query_statement, Shapes::ShapeRef.new(shape: QueryStatement, required: true, location_name: "queryStatement"))
461
+ ExecuteQueryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryServiceMaxResults, location_name: "maxResults"))
462
+ ExecuteQueryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
463
+ ExecuteQueryRequest.struct_class = Types::ExecuteQueryRequest
464
+
465
+ ExecuteQueryResponse.add_member(:column_descriptions, Shapes::ShapeRef.new(shape: ColumnDescriptions, location_name: "columnDescriptions"))
466
+ ExecuteQueryResponse.add_member(:rows, Shapes::ShapeRef.new(shape: Rows, location_name: "rows"))
467
+ ExecuteQueryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
468
+ ExecuteQueryResponse.struct_class = Types::ExecuteQueryResponse
469
+
387
470
  ExtendsFrom.member = Shapes::ShapeRef.new(shape: ComponentTypeId)
388
471
 
389
472
  ExternalIdProperty.key = Shapes::ShapeRef.new(shape: String)
390
473
  ExternalIdProperty.value = Shapes::ShapeRef.new(shape: String)
391
474
 
392
- FunctionRequest.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
393
475
  FunctionRequest.add_member(:required_properties, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "requiredProperties"))
394
476
  FunctionRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "scope"))
477
+ FunctionRequest.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
395
478
  FunctionRequest.struct_class = Types::FunctionRequest
396
479
 
397
- FunctionResponse.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
398
- FunctionResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, location_name: "isInherited"))
399
480
  FunctionResponse.add_member(:required_properties, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "requiredProperties"))
400
481
  FunctionResponse.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "scope"))
482
+ FunctionResponse.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
483
+ FunctionResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, location_name: "isInherited"))
401
484
  FunctionResponse.struct_class = Types::FunctionResponse
402
485
 
403
486
  FunctionsRequest.key = Shapes::ShapeRef.new(shape: Name)
@@ -406,60 +489,67 @@ module Aws::IoTTwinMaker
406
489
  FunctionsResponse.key = Shapes::ShapeRef.new(shape: Name)
407
490
  FunctionsResponse.value = Shapes::ShapeRef.new(shape: FunctionResponse)
408
491
 
409
- GetComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
410
492
  GetComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
493
+ GetComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
411
494
  GetComponentTypeRequest.struct_class = Types::GetComponentTypeRequest
412
495
 
413
- GetComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
496
+ GetComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
497
+ GetComponentTypeResponse.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
414
498
  GetComponentTypeResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
415
- GetComponentTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
416
499
  GetComponentTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
500
+ GetComponentTypeResponse.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsResponse, location_name: "propertyDefinitions"))
417
501
  GetComponentTypeResponse.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
418
502
  GetComponentTypeResponse.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsResponse, location_name: "functions"))
503
+ GetComponentTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
504
+ GetComponentTypeResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
505
+ GetComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
419
506
  GetComponentTypeResponse.add_member(:is_abstract, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAbstract"))
420
507
  GetComponentTypeResponse.add_member(:is_schema_initialized, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSchemaInitialized"))
421
- GetComponentTypeResponse.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
422
- GetComponentTypeResponse.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsResponse, location_name: "propertyDefinitions"))
423
508
  GetComponentTypeResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
424
- GetComponentTypeResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
425
- GetComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
509
+ GetComponentTypeResponse.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsResponse, location_name: "propertyGroups"))
426
510
  GetComponentTypeResponse.struct_class = Types::GetComponentTypeResponse
427
511
 
428
- GetEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
429
512
  GetEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
513
+ GetEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
430
514
  GetEntityRequest.struct_class = Types::GetEntityRequest
431
515
 
432
- GetEntityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
433
- GetEntityResponse.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMap, location_name: "components"))
434
- GetEntityResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
435
- GetEntityResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
436
516
  GetEntityResponse.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
437
517
  GetEntityResponse.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
438
- GetEntityResponse.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasChildEntities"))
439
- GetEntityResponse.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, required: true, location_name: "parentEntityId"))
518
+ GetEntityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
440
519
  GetEntityResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
441
- GetEntityResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
442
520
  GetEntityResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
521
+ GetEntityResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
522
+ GetEntityResponse.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMap, location_name: "components"))
523
+ GetEntityResponse.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, required: true, location_name: "parentEntityId"))
524
+ GetEntityResponse.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasChildEntities"))
525
+ GetEntityResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
526
+ GetEntityResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
443
527
  GetEntityResponse.struct_class = Types::GetEntityResponse
444
528
 
529
+ GetPricingPlanRequest.struct_class = Types::GetPricingPlanRequest
530
+
531
+ GetPricingPlanResponse.add_member(:current_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "currentPricingPlan"))
532
+ GetPricingPlanResponse.add_member(:pending_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "pendingPricingPlan"))
533
+ GetPricingPlanResponse.struct_class = Types::GetPricingPlanResponse
534
+
535
+ GetPropertyValueHistoryRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
536
+ GetPropertyValueHistoryRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
445
537
  GetPropertyValueHistoryRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
446
538
  GetPropertyValueHistoryRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
539
+ GetPropertyValueHistoryRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
540
+ GetPropertyValueHistoryRequest.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
541
+ GetPropertyValueHistoryRequest.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "startDateTime", metadata: {"deprecatedMessage"=>"This field is deprecated and will throw an error in the future. Use startTime instead."}))
447
542
  GetPropertyValueHistoryRequest.add_member(:end_date_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "endDateTime", metadata: {"deprecatedMessage"=>"This field is deprecated and will throw an error in the future. Use endTime instead."}))
448
- GetPropertyValueHistoryRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
449
- GetPropertyValueHistoryRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
450
543
  GetPropertyValueHistoryRequest.add_member(:interpolation, Shapes::ShapeRef.new(shape: InterpolationParameters, location_name: "interpolation"))
451
- GetPropertyValueHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
452
544
  GetPropertyValueHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
545
+ GetPropertyValueHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
453
546
  GetPropertyValueHistoryRequest.add_member(:order_by_time, Shapes::ShapeRef.new(shape: OrderByTime, location_name: "orderByTime"))
454
- GetPropertyValueHistoryRequest.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
455
- GetPropertyValueHistoryRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
456
- GetPropertyValueHistoryRequest.add_member(:start_date_time, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "startDateTime", metadata: {"deprecatedMessage"=>"This field is deprecated and will throw an error in the future. Use startTime instead."}))
457
547
  GetPropertyValueHistoryRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
458
- GetPropertyValueHistoryRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
548
+ GetPropertyValueHistoryRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
459
549
  GetPropertyValueHistoryRequest.struct_class = Types::GetPropertyValueHistoryRequest
460
550
 
461
- GetPropertyValueHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
462
551
  GetPropertyValueHistoryResponse.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyValueList, required: true, location_name: "propertyValues"))
552
+ GetPropertyValueHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
463
553
  GetPropertyValueHistoryResponse.struct_class = Types::GetPropertyValueHistoryResponse
464
554
 
465
555
  GetPropertyValueRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
@@ -467,35 +557,41 @@ module Aws::IoTTwinMaker
467
557
  GetPropertyValueRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
468
558
  GetPropertyValueRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
469
559
  GetPropertyValueRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
560
+ GetPropertyValueRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
561
+ GetPropertyValueRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
562
+ GetPropertyValueRequest.add_member(:property_group_name, Shapes::ShapeRef.new(shape: Name, location_name: "propertyGroupName"))
563
+ GetPropertyValueRequest.add_member(:tabular_conditions, Shapes::ShapeRef.new(shape: TabularConditions, location_name: "tabularConditions"))
470
564
  GetPropertyValueRequest.struct_class = Types::GetPropertyValueRequest
471
565
 
472
- GetPropertyValueResponse.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyLatestValueMap, required: true, location_name: "propertyValues"))
566
+ GetPropertyValueResponse.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyLatestValueMap, location_name: "propertyValues"))
567
+ GetPropertyValueResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
568
+ GetPropertyValueResponse.add_member(:tabular_property_values, Shapes::ShapeRef.new(shape: TabularPropertyValues, location_name: "tabularPropertyValues"))
473
569
  GetPropertyValueResponse.struct_class = Types::GetPropertyValueResponse
474
570
 
475
- GetSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
476
571
  GetSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
572
+ GetSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
477
573
  GetSceneRequest.struct_class = Types::GetSceneRequest
478
574
 
479
- GetSceneResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
480
- GetSceneResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
575
+ GetSceneResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
576
+ GetSceneResponse.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
481
577
  GetSceneResponse.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
578
+ GetSceneResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
482
579
  GetSceneResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
483
- GetSceneResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
484
- GetSceneResponse.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
485
580
  GetSceneResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
486
- GetSceneResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
581
+ GetSceneResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
582
+ GetSceneResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
487
583
  GetSceneResponse.struct_class = Types::GetSceneResponse
488
584
 
489
585
  GetWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: IdOrArn, required: true, location: "uri", location_name: "workspaceId"))
490
586
  GetWorkspaceRequest.struct_class = Types::GetWorkspaceRequest
491
587
 
588
+ GetWorkspaceResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
492
589
  GetWorkspaceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
493
- GetWorkspaceResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
494
590
  GetWorkspaceResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
495
- GetWorkspaceResponse.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "role"))
496
591
  GetWorkspaceResponse.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
592
+ GetWorkspaceResponse.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "role"))
593
+ GetWorkspaceResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
497
594
  GetWorkspaceResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
498
- GetWorkspaceResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
499
595
  GetWorkspaceResponse.struct_class = Types::GetWorkspaceResponse
500
596
 
501
597
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
@@ -509,100 +605,116 @@ module Aws::IoTTwinMaker
509
605
  LambdaFunction.struct_class = Types::LambdaFunction
510
606
 
511
607
  ListComponentTypesFilter.add_member(:extends_from, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "extendsFrom"))
512
- ListComponentTypesFilter.add_member(:is_abstract, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAbstract"))
513
608
  ListComponentTypesFilter.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
609
+ ListComponentTypesFilter.add_member(:is_abstract, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAbstract"))
514
610
  ListComponentTypesFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
515
611
  ListComponentTypesFilter.add_member_subclass(:extends_from, Types::ListComponentTypesFilter::ExtendsFrom)
516
- ListComponentTypesFilter.add_member_subclass(:is_abstract, Types::ListComponentTypesFilter::IsAbstract)
517
612
  ListComponentTypesFilter.add_member_subclass(:namespace, Types::ListComponentTypesFilter::Namespace)
613
+ ListComponentTypesFilter.add_member_subclass(:is_abstract, Types::ListComponentTypesFilter::IsAbstract)
518
614
  ListComponentTypesFilter.add_member_subclass(:unknown, Types::ListComponentTypesFilter::Unknown)
519
615
  ListComponentTypesFilter.struct_class = Types::ListComponentTypesFilter
520
616
 
521
617
  ListComponentTypesFilters.member = Shapes::ShapeRef.new(shape: ListComponentTypesFilter)
522
618
 
619
+ ListComponentTypesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
523
620
  ListComponentTypesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListComponentTypesFilters, location_name: "filters"))
524
- ListComponentTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
525
621
  ListComponentTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
526
- ListComponentTypesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
622
+ ListComponentTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
527
623
  ListComponentTypesRequest.struct_class = Types::ListComponentTypesRequest
528
624
 
625
+ ListComponentTypesResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
529
626
  ListComponentTypesResponse.add_member(:component_type_summaries, Shapes::ShapeRef.new(shape: ComponentTypeSummaries, required: true, location_name: "componentTypeSummaries"))
530
- ListComponentTypesResponse.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
531
627
  ListComponentTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
532
- ListComponentTypesResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
628
+ ListComponentTypesResponse.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
533
629
  ListComponentTypesResponse.struct_class = Types::ListComponentTypesResponse
534
630
 
631
+ ListEntitiesFilter.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
535
632
  ListEntitiesFilter.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
536
633
  ListEntitiesFilter.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
537
- ListEntitiesFilter.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
538
634
  ListEntitiesFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
635
+ ListEntitiesFilter.add_member_subclass(:parent_entity_id, Types::ListEntitiesFilter::ParentEntityId)
539
636
  ListEntitiesFilter.add_member_subclass(:component_type_id, Types::ListEntitiesFilter::ComponentTypeId)
540
637
  ListEntitiesFilter.add_member_subclass(:external_id, Types::ListEntitiesFilter::ExternalId)
541
- ListEntitiesFilter.add_member_subclass(:parent_entity_id, Types::ListEntitiesFilter::ParentEntityId)
542
638
  ListEntitiesFilter.add_member_subclass(:unknown, Types::ListEntitiesFilter::Unknown)
543
639
  ListEntitiesFilter.struct_class = Types::ListEntitiesFilter
544
640
 
545
641
  ListEntitiesFilters.member = Shapes::ShapeRef.new(shape: ListEntitiesFilter)
546
642
 
643
+ ListEntitiesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
547
644
  ListEntitiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListEntitiesFilters, location_name: "filters"))
548
645
  ListEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
549
646
  ListEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
550
- ListEntitiesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
551
647
  ListEntitiesRequest.struct_class = Types::ListEntitiesRequest
552
648
 
553
649
  ListEntitiesResponse.add_member(:entity_summaries, Shapes::ShapeRef.new(shape: EntitySummaries, location_name: "entitySummaries"))
554
650
  ListEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
555
651
  ListEntitiesResponse.struct_class = Types::ListEntitiesResponse
556
652
 
653
+ ListScenesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
557
654
  ListScenesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
558
655
  ListScenesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
559
- ListScenesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
560
656
  ListScenesRequest.struct_class = Types::ListScenesRequest
561
657
 
562
- ListScenesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
563
658
  ListScenesResponse.add_member(:scene_summaries, Shapes::ShapeRef.new(shape: SceneSummaries, location_name: "sceneSummaries"))
659
+ ListScenesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
564
660
  ListScenesResponse.struct_class = Types::ListScenesResponse
565
661
 
662
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "resourceARN"))
566
663
  ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
567
664
  ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
568
- ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "resourceARN"))
569
665
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
570
666
 
571
- ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
572
667
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
668
+ ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
573
669
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
574
670
 
575
671
  ListWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
576
672
  ListWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
577
673
  ListWorkspacesRequest.struct_class = Types::ListWorkspacesRequest
578
674
 
579
- ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
580
675
  ListWorkspacesResponse.add_member(:workspace_summaries, Shapes::ShapeRef.new(shape: WorkspaceSummaries, location_name: "workspaceSummaries"))
676
+ ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
581
677
  ListWorkspacesResponse.struct_class = Types::ListWorkspacesResponse
582
678
 
583
- ParentEntityUpdateRequest.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
679
+ OrderBy.add_member(:order, Shapes::ShapeRef.new(shape: Order, location_name: "order"))
680
+ OrderBy.add_member(:property_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "propertyName"))
681
+ OrderBy.struct_class = Types::OrderBy
682
+
683
+ OrderByList.member = Shapes::ShapeRef.new(shape: OrderBy)
684
+
584
685
  ParentEntityUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ParentEntityUpdateType, required: true, location_name: "updateType"))
686
+ ParentEntityUpdateRequest.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
585
687
  ParentEntityUpdateRequest.struct_class = Types::ParentEntityUpdateRequest
586
688
 
587
- PropertyDefinitionRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
689
+ PricingBundles.member = Shapes::ShapeRef.new(shape: BundleName)
690
+
691
+ PricingPlan.add_member(:billable_entity_count, Shapes::ShapeRef.new(shape: Long, location_name: "billableEntityCount"))
692
+ PricingPlan.add_member(:bundle_information, Shapes::ShapeRef.new(shape: BundleInformation, location_name: "bundleInformation"))
693
+ PricingPlan.add_member(:effective_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "effectiveDateTime"))
694
+ PricingPlan.add_member(:pricing_mode, Shapes::ShapeRef.new(shape: PricingMode, required: true, location_name: "pricingMode"))
695
+ PricingPlan.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
696
+ PricingPlan.add_member(:update_reason, Shapes::ShapeRef.new(shape: UpdateReason, required: true, location_name: "updateReason"))
697
+ PricingPlan.struct_class = Types::PricingPlan
698
+
588
699
  PropertyDefinitionRequest.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, location_name: "dataType"))
589
- PropertyDefinitionRequest.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
590
- PropertyDefinitionRequest.add_member(:is_external_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "isExternalId"))
591
700
  PropertyDefinitionRequest.add_member(:is_required_in_entity, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRequiredInEntity"))
701
+ PropertyDefinitionRequest.add_member(:is_external_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "isExternalId"))
592
702
  PropertyDefinitionRequest.add_member(:is_stored_externally, Shapes::ShapeRef.new(shape: Boolean, location_name: "isStoredExternally"))
593
703
  PropertyDefinitionRequest.add_member(:is_time_series, Shapes::ShapeRef.new(shape: Boolean, location_name: "isTimeSeries"))
704
+ PropertyDefinitionRequest.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
705
+ PropertyDefinitionRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
594
706
  PropertyDefinitionRequest.struct_class = Types::PropertyDefinitionRequest
595
707
 
596
- PropertyDefinitionResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
597
708
  PropertyDefinitionResponse.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, required: true, location_name: "dataType"))
598
- PropertyDefinitionResponse.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
709
+ PropertyDefinitionResponse.add_member(:is_time_series, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isTimeSeries"))
710
+ PropertyDefinitionResponse.add_member(:is_required_in_entity, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isRequiredInEntity"))
599
711
  PropertyDefinitionResponse.add_member(:is_external_id, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isExternalId"))
600
- PropertyDefinitionResponse.add_member(:is_final, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isFinal"))
712
+ PropertyDefinitionResponse.add_member(:is_stored_externally, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isStoredExternally"))
601
713
  PropertyDefinitionResponse.add_member(:is_imported, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isImported"))
714
+ PropertyDefinitionResponse.add_member(:is_final, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isFinal"))
602
715
  PropertyDefinitionResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isInherited"))
603
- PropertyDefinitionResponse.add_member(:is_required_in_entity, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isRequiredInEntity"))
604
- PropertyDefinitionResponse.add_member(:is_stored_externally, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isStoredExternally"))
605
- PropertyDefinitionResponse.add_member(:is_time_series, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isTimeSeries"))
716
+ PropertyDefinitionResponse.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
717
+ PropertyDefinitionResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
606
718
  PropertyDefinitionResponse.struct_class = Types::PropertyDefinitionResponse
607
719
 
608
720
  PropertyDefinitionsRequest.key = Shapes::ShapeRef.new(shape: Name)
@@ -611,13 +723,28 @@ module Aws::IoTTwinMaker
611
723
  PropertyDefinitionsResponse.key = Shapes::ShapeRef.new(shape: Name)
612
724
  PropertyDefinitionsResponse.value = Shapes::ShapeRef.new(shape: PropertyDefinitionResponse)
613
725
 
614
- PropertyFilter.add_member(:operator, Shapes::ShapeRef.new(shape: String, location_name: "operator"))
615
726
  PropertyFilter.add_member(:property_name, Shapes::ShapeRef.new(shape: String, location_name: "propertyName"))
727
+ PropertyFilter.add_member(:operator, Shapes::ShapeRef.new(shape: String, location_name: "operator"))
616
728
  PropertyFilter.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
617
729
  PropertyFilter.struct_class = Types::PropertyFilter
618
730
 
619
731
  PropertyFilters.member = Shapes::ShapeRef.new(shape: PropertyFilter)
620
732
 
733
+ PropertyGroupRequest.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, location_name: "groupType"))
734
+ PropertyGroupRequest.add_member(:property_names, Shapes::ShapeRef.new(shape: PropertyNames, location_name: "propertyNames"))
735
+ PropertyGroupRequest.struct_class = Types::PropertyGroupRequest
736
+
737
+ PropertyGroupResponse.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, required: true, location_name: "groupType"))
738
+ PropertyGroupResponse.add_member(:property_names, Shapes::ShapeRef.new(shape: PropertyNames, required: true, location_name: "propertyNames"))
739
+ PropertyGroupResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isInherited"))
740
+ PropertyGroupResponse.struct_class = Types::PropertyGroupResponse
741
+
742
+ PropertyGroupsRequest.key = Shapes::ShapeRef.new(shape: Name)
743
+ PropertyGroupsRequest.value = Shapes::ShapeRef.new(shape: PropertyGroupRequest)
744
+
745
+ PropertyGroupsResponse.key = Shapes::ShapeRef.new(shape: Name)
746
+ PropertyGroupsResponse.value = Shapes::ShapeRef.new(shape: PropertyGroupResponse)
747
+
621
748
  PropertyLatestValue.add_member(:property_reference, Shapes::ShapeRef.new(shape: EntityPropertyReference, required: true, location_name: "propertyReference"))
622
749
  PropertyLatestValue.add_member(:property_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "propertyValue"))
623
750
  PropertyLatestValue.struct_class = Types::PropertyLatestValue
@@ -625,9 +752,11 @@ module Aws::IoTTwinMaker
625
752
  PropertyLatestValueMap.key = Shapes::ShapeRef.new(shape: Name)
626
753
  PropertyLatestValueMap.value = Shapes::ShapeRef.new(shape: PropertyLatestValue)
627
754
 
755
+ PropertyNames.member = Shapes::ShapeRef.new(shape: Name)
756
+
628
757
  PropertyRequest.add_member(:definition, Shapes::ShapeRef.new(shape: PropertyDefinitionRequest, location_name: "definition"))
629
- PropertyRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: PropertyUpdateType, location_name: "updateType"))
630
758
  PropertyRequest.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
759
+ PropertyRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: PropertyUpdateType, location_name: "updateType"))
631
760
  PropertyRequest.struct_class = Types::PropertyRequest
632
761
 
633
762
  PropertyRequests.key = Shapes::ShapeRef.new(shape: Name)
@@ -640,9 +769,12 @@ module Aws::IoTTwinMaker
640
769
  PropertyResponses.key = Shapes::ShapeRef.new(shape: Name)
641
770
  PropertyResponses.value = Shapes::ShapeRef.new(shape: PropertyResponse)
642
771
 
643
- PropertyValue.add_member(:time, Shapes::ShapeRef.new(shape: Time, location_name: "time"))
772
+ PropertyTableValue.key = Shapes::ShapeRef.new(shape: Name)
773
+ PropertyTableValue.value = Shapes::ShapeRef.new(shape: DataValue)
774
+
644
775
  PropertyValue.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, deprecated: true, location_name: "timestamp", metadata: {"deprecatedMessage"=>"This field is deprecated and will throw an error in the future. Use time instead."}))
645
776
  PropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, required: true, location_name: "value"))
777
+ PropertyValue.add_member(:time, Shapes::ShapeRef.new(shape: Time, location_name: "time"))
646
778
  PropertyValue.struct_class = Types::PropertyValue
647
779
 
648
780
  PropertyValueEntry.add_member(:entity_property_reference, Shapes::ShapeRef.new(shape: EntityPropertyReference, required: true, location_name: "entityPropertyReference"))
@@ -657,12 +789,15 @@ module Aws::IoTTwinMaker
657
789
 
658
790
  PropertyValues.member = Shapes::ShapeRef.new(shape: PropertyValue)
659
791
 
660
- Relationship.add_member(:relationship_type, Shapes::ShapeRef.new(shape: String, location_name: "relationshipType"))
792
+ QueryTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
793
+ QueryTimeoutException.struct_class = Types::QueryTimeoutException
794
+
661
795
  Relationship.add_member(:target_component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "targetComponentTypeId"))
796
+ Relationship.add_member(:relationship_type, Shapes::ShapeRef.new(shape: String, location_name: "relationshipType"))
662
797
  Relationship.struct_class = Types::Relationship
663
798
 
664
- RelationshipValue.add_member(:target_component_name, Shapes::ShapeRef.new(shape: Name, location_name: "targetComponentName"))
665
799
  RelationshipValue.add_member(:target_entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "targetEntityId"))
800
+ RelationshipValue.add_member(:target_component_name, Shapes::ShapeRef.new(shape: Name, location_name: "targetComponentName"))
666
801
  RelationshipValue.struct_class = Types::RelationshipValue
667
802
 
668
803
  RequiredProperties.member = Shapes::ShapeRef.new(shape: Name)
@@ -670,16 +805,23 @@ module Aws::IoTTwinMaker
670
805
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
671
806
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
672
807
 
808
+ Row.add_member(:row_data, Shapes::ShapeRef.new(shape: RowData, location_name: "rowData"))
809
+ Row.struct_class = Types::Row
810
+
811
+ RowData.member = Shapes::ShapeRef.new(shape: QueryResultValue)
812
+
813
+ Rows.member = Shapes::ShapeRef.new(shape: Row)
814
+
673
815
  SceneCapabilities.member = Shapes::ShapeRef.new(shape: SceneCapability)
674
816
 
675
817
  SceneSummaries.member = Shapes::ShapeRef.new(shape: SceneSummary)
676
818
 
677
- SceneSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
819
+ SceneSummary.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
678
820
  SceneSummary.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
821
+ SceneSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
679
822
  SceneSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
680
- SceneSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
681
- SceneSummary.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
682
823
  SceneSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
824
+ SceneSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
683
825
  SceneSummary.struct_class = Types::SceneSummary
684
826
 
685
827
  SelectedPropertyList.member = Shapes::ShapeRef.new(shape: String)
@@ -687,10 +829,18 @@ module Aws::IoTTwinMaker
687
829
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
688
830
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
689
831
 
690
- Status.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
691
832
  Status.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
833
+ Status.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
692
834
  Status.struct_class = Types::Status
693
835
 
836
+ TabularConditions.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderByList, location_name: "orderBy"))
837
+ TabularConditions.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
838
+ TabularConditions.struct_class = Types::TabularConditions
839
+
840
+ TabularPropertyValue.member = Shapes::ShapeRef.new(shape: PropertyTableValue)
841
+
842
+ TabularPropertyValues.member = Shapes::ShapeRef.new(shape: TabularPropertyValue)
843
+
694
844
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
695
845
 
696
846
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -714,46 +864,55 @@ module Aws::IoTTwinMaker
714
864
 
715
865
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
716
866
 
867
+ UpdateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
868
+ UpdateComponentTypeRequest.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
717
869
  UpdateComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
718
870
  UpdateComponentTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
871
+ UpdateComponentTypeRequest.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsRequest, location_name: "propertyDefinitions"))
719
872
  UpdateComponentTypeRequest.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
720
873
  UpdateComponentTypeRequest.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsRequest, location_name: "functions"))
721
- UpdateComponentTypeRequest.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
722
- UpdateComponentTypeRequest.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsRequest, location_name: "propertyDefinitions"))
723
- UpdateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
874
+ UpdateComponentTypeRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsRequest, location_name: "propertyGroups"))
724
875
  UpdateComponentTypeRequest.struct_class = Types::UpdateComponentTypeRequest
725
876
 
877
+ UpdateComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
726
878
  UpdateComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
727
879
  UpdateComponentTypeResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
728
880
  UpdateComponentTypeResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
729
- UpdateComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
730
881
  UpdateComponentTypeResponse.struct_class = Types::UpdateComponentTypeResponse
731
882
 
732
- UpdateEntityRequest.add_member(:component_updates, Shapes::ShapeRef.new(shape: ComponentUpdatesMapRequest, location_name: "componentUpdates"))
733
- UpdateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
883
+ UpdateEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
734
884
  UpdateEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
735
885
  UpdateEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "entityName"))
886
+ UpdateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
887
+ UpdateEntityRequest.add_member(:component_updates, Shapes::ShapeRef.new(shape: ComponentUpdatesMapRequest, location_name: "componentUpdates"))
736
888
  UpdateEntityRequest.add_member(:parent_entity_update, Shapes::ShapeRef.new(shape: ParentEntityUpdateRequest, location_name: "parentEntityUpdate"))
737
- UpdateEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
738
889
  UpdateEntityRequest.struct_class = Types::UpdateEntityRequest
739
890
 
740
- UpdateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
741
891
  UpdateEntityResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
892
+ UpdateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
742
893
  UpdateEntityResponse.struct_class = Types::UpdateEntityResponse
743
894
 
744
- UpdateSceneRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
895
+ UpdatePricingPlanRequest.add_member(:pricing_mode, Shapes::ShapeRef.new(shape: PricingMode, required: true, location_name: "pricingMode"))
896
+ UpdatePricingPlanRequest.add_member(:bundle_names, Shapes::ShapeRef.new(shape: PricingBundles, location_name: "bundleNames"))
897
+ UpdatePricingPlanRequest.struct_class = Types::UpdatePricingPlanRequest
898
+
899
+ UpdatePricingPlanResponse.add_member(:current_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "currentPricingPlan"))
900
+ UpdatePricingPlanResponse.add_member(:pending_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "pendingPricingPlan"))
901
+ UpdatePricingPlanResponse.struct_class = Types::UpdatePricingPlanResponse
902
+
903
+ UpdateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
904
+ UpdateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
745
905
  UpdateSceneRequest.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, location_name: "contentLocation"))
746
906
  UpdateSceneRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
747
- UpdateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
748
- UpdateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
907
+ UpdateSceneRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
749
908
  UpdateSceneRequest.struct_class = Types::UpdateSceneRequest
750
909
 
751
910
  UpdateSceneResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
752
911
  UpdateSceneResponse.struct_class = Types::UpdateSceneResponse
753
912
 
913
+ UpdateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
754
914
  UpdateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
755
915
  UpdateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "role"))
756
- UpdateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
757
916
  UpdateWorkspaceRequest.struct_class = Types::UpdateWorkspaceRequest
758
917
 
759
918
  UpdateWorkspaceResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
@@ -766,11 +925,11 @@ module Aws::IoTTwinMaker
766
925
 
767
926
  WorkspaceSummaries.member = Shapes::ShapeRef.new(shape: WorkspaceSummary)
768
927
 
928
+ WorkspaceSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
769
929
  WorkspaceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
770
- WorkspaceSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
771
930
  WorkspaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
931
+ WorkspaceSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
772
932
  WorkspaceSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
773
- WorkspaceSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
774
933
  WorkspaceSummary.struct_class = Types::WorkspaceSummary
775
934
 
776
935
 
@@ -938,6 +1097,29 @@ module Aws::IoTTwinMaker
938
1097
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
939
1098
  end)
940
1099
 
1100
+ api.add_operation(:execute_query, Seahorse::Model::Operation.new.tap do |o|
1101
+ o.name = "ExecuteQuery"
1102
+ o.http_method = "POST"
1103
+ o.http_request_uri = "/queries/execution"
1104
+ o.endpoint_pattern = {
1105
+ "hostPrefix" => "api.",
1106
+ }
1107
+ o.input = Shapes::ShapeRef.new(shape: ExecuteQueryRequest)
1108
+ o.output = Shapes::ShapeRef.new(shape: ExecuteQueryResponse)
1109
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: QueryTimeoutException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1115
+ o[:pager] = Aws::Pager.new(
1116
+ limit_key: "max_results",
1117
+ tokens: {
1118
+ "next_token" => "next_token"
1119
+ }
1120
+ )
1121
+ end)
1122
+
941
1123
  api.add_operation(:get_component_type, Seahorse::Model::Operation.new.tap do |o|
942
1124
  o.name = "GetComponentType"
943
1125
  o.http_method = "GET"
@@ -951,6 +1133,7 @@ module Aws::IoTTwinMaker
951
1133
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
952
1134
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
953
1135
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1136
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
954
1137
  end)
955
1138
 
956
1139
  api.add_operation(:get_entity, Seahorse::Model::Operation.new.tap do |o|
@@ -969,6 +1152,21 @@ module Aws::IoTTwinMaker
969
1152
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
970
1153
  end)
971
1154
 
1155
+ api.add_operation(:get_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
1156
+ o.name = "GetPricingPlan"
1157
+ o.http_method = "GET"
1158
+ o.http_request_uri = "/pricingplan"
1159
+ o.endpoint_pattern = {
1160
+ "hostPrefix" => "api.",
1161
+ }
1162
+ o.input = Shapes::ShapeRef.new(shape: GetPricingPlanRequest)
1163
+ o.output = Shapes::ShapeRef.new(shape: GetPricingPlanResponse)
1164
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1165
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1168
+ end)
1169
+
972
1170
  api.add_operation(:get_property_value, Seahorse::Model::Operation.new.tap do |o|
973
1171
  o.name = "GetPropertyValue"
974
1172
  o.http_method = "POST"
@@ -985,6 +1183,12 @@ module Aws::IoTTwinMaker
985
1183
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
986
1184
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
987
1185
  o.errors << Shapes::ShapeRef.new(shape: ConnectorTimeoutException)
1186
+ o[:pager] = Aws::Pager.new(
1187
+ limit_key: "max_results",
1188
+ tokens: {
1189
+ "next_token" => "next_token"
1190
+ }
1191
+ )
988
1192
  end)
989
1193
 
990
1194
  api.add_operation(:get_property_value_history, Seahorse::Model::Operation.new.tap do |o|
@@ -1202,6 +1406,21 @@ module Aws::IoTTwinMaker
1202
1406
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1203
1407
  end)
1204
1408
 
1409
+ api.add_operation(:update_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
1410
+ o.name = "UpdatePricingPlan"
1411
+ o.http_method = "POST"
1412
+ o.http_request_uri = "/pricingplan"
1413
+ o.endpoint_pattern = {
1414
+ "hostPrefix" => "api.",
1415
+ }
1416
+ o.input = Shapes::ShapeRef.new(shape: UpdatePricingPlanRequest)
1417
+ o.output = Shapes::ShapeRef.new(shape: UpdatePricingPlanResponse)
1418
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1419
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1420
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1422
+ end)
1423
+
1205
1424
  api.add_operation(:update_scene, Seahorse::Model::Operation.new.tap do |o|
1206
1425
  o.name = "UpdateScene"
1207
1426
  o.http_method = "PUT"