aws-sdk-iottwinmaker 1.6.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iottwinmaker/client.rb +1002 -471
- data/lib/aws-sdk-iottwinmaker/client_api.rb +557 -118
- data/lib/aws-sdk-iottwinmaker/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-iottwinmaker/endpoint_provider.rb +75 -77
- data/lib/aws-sdk-iottwinmaker/endpoints.rb +112 -0
- data/lib/aws-sdk-iottwinmaker/errors.rb +20 -0
- data/lib/aws-sdk-iottwinmaker/plugins/endpoints.rb +16 -0
- data/lib/aws-sdk-iottwinmaker/types.rb +1426 -1976
- data/lib/aws-sdk-iottwinmaker.rb +1 -1
- metadata +2 -2
@@ -19,9 +19,20 @@ 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')
|
35
|
+
ComponentTypeName = Shapes::StringShape.new(name: 'ComponentTypeName')
|
25
36
|
ComponentTypeSummaries = Shapes::ListShape.new(name: 'ComponentTypeSummaries')
|
26
37
|
ComponentTypeSummary = Shapes::StructureShape.new(name: 'ComponentTypeSummary')
|
27
38
|
ComponentUpdateRequest = Shapes::StructureShape.new(name: 'ComponentUpdateRequest')
|
@@ -39,6 +50,8 @@ module Aws::IoTTwinMaker
|
|
39
50
|
CreateEntityResponse = Shapes::StructureShape.new(name: 'CreateEntityResponse')
|
40
51
|
CreateSceneRequest = Shapes::StructureShape.new(name: 'CreateSceneRequest')
|
41
52
|
CreateSceneResponse = Shapes::StructureShape.new(name: 'CreateSceneResponse')
|
53
|
+
CreateSyncJobRequest = Shapes::StructureShape.new(name: 'CreateSyncJobRequest')
|
54
|
+
CreateSyncJobResponse = Shapes::StructureShape.new(name: 'CreateSyncJobResponse')
|
42
55
|
CreateWorkspaceRequest = Shapes::StructureShape.new(name: 'CreateWorkspaceRequest')
|
43
56
|
CreateWorkspaceResponse = Shapes::StructureShape.new(name: 'CreateWorkspaceResponse')
|
44
57
|
DataConnector = Shapes::StructureShape.new(name: 'DataConnector')
|
@@ -52,6 +65,8 @@ module Aws::IoTTwinMaker
|
|
52
65
|
DeleteEntityResponse = Shapes::StructureShape.new(name: 'DeleteEntityResponse')
|
53
66
|
DeleteSceneRequest = Shapes::StructureShape.new(name: 'DeleteSceneRequest')
|
54
67
|
DeleteSceneResponse = Shapes::StructureShape.new(name: 'DeleteSceneResponse')
|
68
|
+
DeleteSyncJobRequest = Shapes::StructureShape.new(name: 'DeleteSyncJobRequest')
|
69
|
+
DeleteSyncJobResponse = Shapes::StructureShape.new(name: 'DeleteSyncJobResponse')
|
55
70
|
DeleteWorkspaceRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceRequest')
|
56
71
|
DeleteWorkspaceResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceResponse')
|
57
72
|
Description = Shapes::StringShape.new(name: 'Description')
|
@@ -68,6 +83,8 @@ module Aws::IoTTwinMaker
|
|
68
83
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
69
84
|
Errors = Shapes::ListShape.new(name: 'Errors')
|
70
85
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
86
|
+
ExecuteQueryRequest = Shapes::StructureShape.new(name: 'ExecuteQueryRequest')
|
87
|
+
ExecuteQueryResponse = Shapes::StructureShape.new(name: 'ExecuteQueryResponse')
|
71
88
|
Expression = Shapes::StringShape.new(name: 'Expression')
|
72
89
|
ExtendsFrom = Shapes::ListShape.new(name: 'ExtendsFrom')
|
73
90
|
ExternalIdProperty = Shapes::MapShape.new(name: 'ExternalIdProperty')
|
@@ -79,14 +96,19 @@ module Aws::IoTTwinMaker
|
|
79
96
|
GetComponentTypeResponse = Shapes::StructureShape.new(name: 'GetComponentTypeResponse')
|
80
97
|
GetEntityRequest = Shapes::StructureShape.new(name: 'GetEntityRequest')
|
81
98
|
GetEntityResponse = Shapes::StructureShape.new(name: 'GetEntityResponse')
|
99
|
+
GetPricingPlanRequest = Shapes::StructureShape.new(name: 'GetPricingPlanRequest')
|
100
|
+
GetPricingPlanResponse = Shapes::StructureShape.new(name: 'GetPricingPlanResponse')
|
82
101
|
GetPropertyValueHistoryRequest = Shapes::StructureShape.new(name: 'GetPropertyValueHistoryRequest')
|
83
102
|
GetPropertyValueHistoryResponse = Shapes::StructureShape.new(name: 'GetPropertyValueHistoryResponse')
|
84
103
|
GetPropertyValueRequest = Shapes::StructureShape.new(name: 'GetPropertyValueRequest')
|
85
104
|
GetPropertyValueResponse = Shapes::StructureShape.new(name: 'GetPropertyValueResponse')
|
86
105
|
GetSceneRequest = Shapes::StructureShape.new(name: 'GetSceneRequest')
|
87
106
|
GetSceneResponse = Shapes::StructureShape.new(name: 'GetSceneResponse')
|
107
|
+
GetSyncJobRequest = Shapes::StructureShape.new(name: 'GetSyncJobRequest')
|
108
|
+
GetSyncJobResponse = Shapes::StructureShape.new(name: 'GetSyncJobResponse')
|
88
109
|
GetWorkspaceRequest = Shapes::StructureShape.new(name: 'GetWorkspaceRequest')
|
89
110
|
GetWorkspaceResponse = Shapes::StructureShape.new(name: 'GetWorkspaceResponse')
|
111
|
+
GroupType = Shapes::StringShape.new(name: 'GroupType')
|
90
112
|
Id = Shapes::StringShape.new(name: 'Id')
|
91
113
|
IdOrArn = Shapes::StringShape.new(name: 'IdOrArn')
|
92
114
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
@@ -106,6 +128,10 @@ module Aws::IoTTwinMaker
|
|
106
128
|
ListEntitiesResponse = Shapes::StructureShape.new(name: 'ListEntitiesResponse')
|
107
129
|
ListScenesRequest = Shapes::StructureShape.new(name: 'ListScenesRequest')
|
108
130
|
ListScenesResponse = Shapes::StructureShape.new(name: 'ListScenesResponse')
|
131
|
+
ListSyncJobsRequest = Shapes::StructureShape.new(name: 'ListSyncJobsRequest')
|
132
|
+
ListSyncJobsResponse = Shapes::StructureShape.new(name: 'ListSyncJobsResponse')
|
133
|
+
ListSyncResourcesRequest = Shapes::StructureShape.new(name: 'ListSyncResourcesRequest')
|
134
|
+
ListSyncResourcesResponse = Shapes::StructureShape.new(name: 'ListSyncResourcesResponse')
|
109
135
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
110
136
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
111
137
|
ListWorkspacesRequest = Shapes::StructureShape.new(name: 'ListWorkspacesRequest')
|
@@ -114,33 +140,55 @@ module Aws::IoTTwinMaker
|
|
114
140
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
115
141
|
Name = Shapes::StringShape.new(name: 'Name')
|
116
142
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
143
|
+
Order = Shapes::StringShape.new(name: 'Order')
|
144
|
+
OrderBy = Shapes::StructureShape.new(name: 'OrderBy')
|
145
|
+
OrderByList = Shapes::ListShape.new(name: 'OrderByList')
|
117
146
|
OrderByTime = Shapes::StringShape.new(name: 'OrderByTime')
|
118
147
|
ParentEntityId = Shapes::StringShape.new(name: 'ParentEntityId')
|
119
148
|
ParentEntityUpdateRequest = Shapes::StructureShape.new(name: 'ParentEntityUpdateRequest')
|
120
149
|
ParentEntityUpdateType = Shapes::StringShape.new(name: 'ParentEntityUpdateType')
|
150
|
+
PricingBundles = Shapes::ListShape.new(name: 'PricingBundles')
|
151
|
+
PricingMode = Shapes::StringShape.new(name: 'PricingMode')
|
152
|
+
PricingPlan = Shapes::StructureShape.new(name: 'PricingPlan')
|
153
|
+
PricingTier = Shapes::StringShape.new(name: 'PricingTier')
|
121
154
|
PropertyDefinitionRequest = Shapes::StructureShape.new(name: 'PropertyDefinitionRequest')
|
122
155
|
PropertyDefinitionResponse = Shapes::StructureShape.new(name: 'PropertyDefinitionResponse')
|
123
156
|
PropertyDefinitionsRequest = Shapes::MapShape.new(name: 'PropertyDefinitionsRequest')
|
124
157
|
PropertyDefinitionsResponse = Shapes::MapShape.new(name: 'PropertyDefinitionsResponse')
|
158
|
+
PropertyDisplayName = Shapes::StringShape.new(name: 'PropertyDisplayName')
|
125
159
|
PropertyFilter = Shapes::StructureShape.new(name: 'PropertyFilter')
|
126
160
|
PropertyFilters = Shapes::ListShape.new(name: 'PropertyFilters')
|
161
|
+
PropertyGroupRequest = Shapes::StructureShape.new(name: 'PropertyGroupRequest')
|
162
|
+
PropertyGroupResponse = Shapes::StructureShape.new(name: 'PropertyGroupResponse')
|
163
|
+
PropertyGroupUpdateType = Shapes::StringShape.new(name: 'PropertyGroupUpdateType')
|
164
|
+
PropertyGroupsRequest = Shapes::MapShape.new(name: 'PropertyGroupsRequest')
|
165
|
+
PropertyGroupsResponse = Shapes::MapShape.new(name: 'PropertyGroupsResponse')
|
127
166
|
PropertyLatestValue = Shapes::StructureShape.new(name: 'PropertyLatestValue')
|
128
167
|
PropertyLatestValueMap = Shapes::MapShape.new(name: 'PropertyLatestValueMap')
|
168
|
+
PropertyNames = Shapes::ListShape.new(name: 'PropertyNames')
|
129
169
|
PropertyRequest = Shapes::StructureShape.new(name: 'PropertyRequest')
|
130
170
|
PropertyRequests = Shapes::MapShape.new(name: 'PropertyRequests')
|
131
171
|
PropertyResponse = Shapes::StructureShape.new(name: 'PropertyResponse')
|
132
172
|
PropertyResponses = Shapes::MapShape.new(name: 'PropertyResponses')
|
173
|
+
PropertyTableValue = Shapes::MapShape.new(name: 'PropertyTableValue')
|
133
174
|
PropertyUpdateType = Shapes::StringShape.new(name: 'PropertyUpdateType')
|
134
175
|
PropertyValue = Shapes::StructureShape.new(name: 'PropertyValue')
|
135
176
|
PropertyValueEntry = Shapes::StructureShape.new(name: 'PropertyValueEntry')
|
136
177
|
PropertyValueHistory = Shapes::StructureShape.new(name: 'PropertyValueHistory')
|
137
178
|
PropertyValueList = Shapes::ListShape.new(name: 'PropertyValueList')
|
138
179
|
PropertyValues = Shapes::ListShape.new(name: 'PropertyValues')
|
180
|
+
QueryResultValue = Shapes::DocumentShape.new(name: 'QueryResultValue', document: true)
|
181
|
+
QueryServiceMaxResults = Shapes::IntegerShape.new(name: 'QueryServiceMaxResults')
|
182
|
+
QueryStatement = Shapes::StringShape.new(name: 'QueryStatement')
|
183
|
+
QueryTimeoutException = Shapes::StructureShape.new(name: 'QueryTimeoutException')
|
139
184
|
Relationship = Shapes::StructureShape.new(name: 'Relationship')
|
140
185
|
RelationshipValue = Shapes::StructureShape.new(name: 'RelationshipValue')
|
141
186
|
RequiredProperties = Shapes::ListShape.new(name: 'RequiredProperties')
|
142
187
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
143
188
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
189
|
+
Row = Shapes::StructureShape.new(name: 'Row')
|
190
|
+
RowData = Shapes::ListShape.new(name: 'RowData')
|
191
|
+
Rows = Shapes::ListShape.new(name: 'Rows')
|
144
192
|
S3Location = Shapes::StringShape.new(name: 'S3Location')
|
145
193
|
S3Url = Shapes::StringShape.new(name: 'S3Url')
|
146
194
|
SceneCapabilities = Shapes::ListShape.new(name: 'SceneCapabilities')
|
@@ -153,6 +201,21 @@ module Aws::IoTTwinMaker
|
|
153
201
|
State = Shapes::StringShape.new(name: 'State')
|
154
202
|
Status = Shapes::StructureShape.new(name: 'Status')
|
155
203
|
String = Shapes::StringShape.new(name: 'String')
|
204
|
+
SyncJobState = Shapes::StringShape.new(name: 'SyncJobState')
|
205
|
+
SyncJobStatus = Shapes::StructureShape.new(name: 'SyncJobStatus')
|
206
|
+
SyncJobSummaries = Shapes::ListShape.new(name: 'SyncJobSummaries')
|
207
|
+
SyncJobSummary = Shapes::StructureShape.new(name: 'SyncJobSummary')
|
208
|
+
SyncResourceFilter = Shapes::UnionShape.new(name: 'SyncResourceFilter')
|
209
|
+
SyncResourceFilters = Shapes::ListShape.new(name: 'SyncResourceFilters')
|
210
|
+
SyncResourceState = Shapes::StringShape.new(name: 'SyncResourceState')
|
211
|
+
SyncResourceStatus = Shapes::StructureShape.new(name: 'SyncResourceStatus')
|
212
|
+
SyncResourceSummaries = Shapes::ListShape.new(name: 'SyncResourceSummaries')
|
213
|
+
SyncResourceSummary = Shapes::StructureShape.new(name: 'SyncResourceSummary')
|
214
|
+
SyncResourceType = Shapes::StringShape.new(name: 'SyncResourceType')
|
215
|
+
SyncSource = Shapes::StringShape.new(name: 'SyncSource')
|
216
|
+
TabularConditions = Shapes::StructureShape.new(name: 'TabularConditions')
|
217
|
+
TabularPropertyValue = Shapes::ListShape.new(name: 'TabularPropertyValue')
|
218
|
+
TabularPropertyValues = Shapes::ListShape.new(name: 'TabularPropertyValues')
|
156
219
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
157
220
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
158
221
|
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
@@ -171,6 +234,9 @@ module Aws::IoTTwinMaker
|
|
171
234
|
UpdateComponentTypeResponse = Shapes::StructureShape.new(name: 'UpdateComponentTypeResponse')
|
172
235
|
UpdateEntityRequest = Shapes::StructureShape.new(name: 'UpdateEntityRequest')
|
173
236
|
UpdateEntityResponse = Shapes::StructureShape.new(name: 'UpdateEntityResponse')
|
237
|
+
UpdatePricingPlanRequest = Shapes::StructureShape.new(name: 'UpdatePricingPlanRequest')
|
238
|
+
UpdatePricingPlanResponse = Shapes::StructureShape.new(name: 'UpdatePricingPlanResponse')
|
239
|
+
UpdateReason = Shapes::StringShape.new(name: 'UpdateReason')
|
174
240
|
UpdateSceneRequest = Shapes::StructureShape.new(name: 'UpdateSceneRequest')
|
175
241
|
UpdateSceneResponse = Shapes::StructureShape.new(name: 'UpdateSceneResponse')
|
176
242
|
UpdateWorkspaceRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceRequest')
|
@@ -184,32 +250,61 @@ module Aws::IoTTwinMaker
|
|
184
250
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
185
251
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
186
252
|
|
187
|
-
BatchPutPropertyError.add_member(:entry, Shapes::ShapeRef.new(shape: PropertyValueEntry, required: true, location_name: "entry"))
|
188
253
|
BatchPutPropertyError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorCode"))
|
189
254
|
BatchPutPropertyError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "errorMessage"))
|
255
|
+
BatchPutPropertyError.add_member(:entry, Shapes::ShapeRef.new(shape: PropertyValueEntry, required: true, location_name: "entry"))
|
190
256
|
BatchPutPropertyError.struct_class = Types::BatchPutPropertyError
|
191
257
|
|
192
258
|
BatchPutPropertyErrorEntry.add_member(:errors, Shapes::ShapeRef.new(shape: Errors, required: true, location_name: "errors"))
|
193
259
|
BatchPutPropertyErrorEntry.struct_class = Types::BatchPutPropertyErrorEntry
|
194
260
|
|
195
|
-
BatchPutPropertyValuesRequest.add_member(:entries, Shapes::ShapeRef.new(shape: Entries, required: true, location_name: "entries"))
|
196
261
|
BatchPutPropertyValuesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
262
|
+
BatchPutPropertyValuesRequest.add_member(:entries, Shapes::ShapeRef.new(shape: Entries, required: true, location_name: "entries"))
|
197
263
|
BatchPutPropertyValuesRequest.struct_class = Types::BatchPutPropertyValuesRequest
|
198
264
|
|
199
265
|
BatchPutPropertyValuesResponse.add_member(:error_entries, Shapes::ShapeRef.new(shape: ErrorEntries, required: true, location_name: "errorEntries"))
|
200
266
|
BatchPutPropertyValuesResponse.struct_class = Types::BatchPutPropertyValuesResponse
|
201
267
|
|
202
|
-
|
268
|
+
BundleInformation.add_member(:bundle_names, Shapes::ShapeRef.new(shape: PricingBundles, required: true, location_name: "bundleNames"))
|
269
|
+
BundleInformation.add_member(:pricing_tier, Shapes::ShapeRef.new(shape: PricingTier, location_name: "pricingTier"))
|
270
|
+
BundleInformation.struct_class = Types::BundleInformation
|
271
|
+
|
272
|
+
ColumnDescription.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "name"))
|
273
|
+
ColumnDescription.add_member(:type, Shapes::ShapeRef.new(shape: ColumnType, location_name: "type"))
|
274
|
+
ColumnDescription.struct_class = Types::ColumnDescription
|
275
|
+
|
276
|
+
ColumnDescriptions.member = Shapes::ShapeRef.new(shape: ColumnDescription)
|
277
|
+
|
278
|
+
ComponentPropertyGroupRequest.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, location_name: "groupType"))
|
279
|
+
ComponentPropertyGroupRequest.add_member(:property_names, Shapes::ShapeRef.new(shape: PropertyNames, location_name: "propertyNames"))
|
280
|
+
ComponentPropertyGroupRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: PropertyGroupUpdateType, location_name: "updateType"))
|
281
|
+
ComponentPropertyGroupRequest.struct_class = Types::ComponentPropertyGroupRequest
|
282
|
+
|
283
|
+
ComponentPropertyGroupRequests.key = Shapes::ShapeRef.new(shape: Name)
|
284
|
+
ComponentPropertyGroupRequests.value = Shapes::ShapeRef.new(shape: ComponentPropertyGroupRequest)
|
285
|
+
|
286
|
+
ComponentPropertyGroupResponse.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, required: true, location_name: "groupType"))
|
287
|
+
ComponentPropertyGroupResponse.add_member(:property_names, Shapes::ShapeRef.new(shape: PropertyNames, required: true, location_name: "propertyNames"))
|
288
|
+
ComponentPropertyGroupResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isInherited"))
|
289
|
+
ComponentPropertyGroupResponse.struct_class = Types::ComponentPropertyGroupResponse
|
290
|
+
|
291
|
+
ComponentPropertyGroupResponses.key = Shapes::ShapeRef.new(shape: Name)
|
292
|
+
ComponentPropertyGroupResponses.value = Shapes::ShapeRef.new(shape: ComponentPropertyGroupResponse)
|
293
|
+
|
203
294
|
ComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
295
|
+
ComponentRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
|
204
296
|
ComponentRequest.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyRequests, location_name: "properties"))
|
297
|
+
ComponentRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: ComponentPropertyGroupRequests, location_name: "propertyGroups"))
|
205
298
|
ComponentRequest.struct_class = Types::ComponentRequest
|
206
299
|
|
207
300
|
ComponentResponse.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
|
301
|
+
ComponentResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
208
302
|
ComponentResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
|
303
|
+
ComponentResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
209
304
|
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
305
|
ComponentResponse.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyResponses, location_name: "properties"))
|
212
|
-
ComponentResponse.add_member(:
|
306
|
+
ComponentResponse.add_member(:property_groups, Shapes::ShapeRef.new(shape: ComponentPropertyGroupResponses, location_name: "propertyGroups"))
|
307
|
+
ComponentResponse.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, location_name: "syncSource"))
|
213
308
|
ComponentResponse.struct_class = Types::ComponentResponse
|
214
309
|
|
215
310
|
ComponentTypeSummaries.member = Shapes::ShapeRef.new(shape: ComponentTypeSummary)
|
@@ -217,15 +312,17 @@ module Aws::IoTTwinMaker
|
|
217
312
|
ComponentTypeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
218
313
|
ComponentTypeSummary.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
|
219
314
|
ComponentTypeSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
315
|
+
ComponentTypeSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
220
316
|
ComponentTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
221
317
|
ComponentTypeSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
222
|
-
ComponentTypeSummary.add_member(:
|
318
|
+
ComponentTypeSummary.add_member(:component_type_name, Shapes::ShapeRef.new(shape: ComponentTypeName, location_name: "componentTypeName"))
|
223
319
|
ComponentTypeSummary.struct_class = Types::ComponentTypeSummary
|
224
320
|
|
225
|
-
ComponentUpdateRequest.add_member(:
|
321
|
+
ComponentUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ComponentUpdateType, location_name: "updateType"))
|
226
322
|
ComponentUpdateRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
323
|
+
ComponentUpdateRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
|
227
324
|
ComponentUpdateRequest.add_member(:property_updates, Shapes::ShapeRef.new(shape: PropertyRequests, location_name: "propertyUpdates"))
|
228
|
-
ComponentUpdateRequest.add_member(:
|
325
|
+
ComponentUpdateRequest.add_member(:property_group_updates, Shapes::ShapeRef.new(shape: ComponentPropertyGroupRequests, location_name: "propertyGroupUpdates"))
|
229
326
|
ComponentUpdateRequest.struct_class = Types::ComponentUpdateRequest
|
230
327
|
|
231
328
|
ComponentUpdatesMapRequest.key = Shapes::ShapeRef.new(shape: Name)
|
@@ -249,14 +346,16 @@ module Aws::IoTTwinMaker
|
|
249
346
|
ConnectorTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
250
347
|
ConnectorTimeoutException.struct_class = Types::ConnectorTimeoutException
|
251
348
|
|
349
|
+
CreateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
350
|
+
CreateComponentTypeRequest.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
|
252
351
|
CreateComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
|
253
352
|
CreateComponentTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
353
|
+
CreateComponentTypeRequest.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsRequest, location_name: "propertyDefinitions"))
|
254
354
|
CreateComponentTypeRequest.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
|
255
355
|
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
356
|
CreateComponentTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
259
|
-
CreateComponentTypeRequest.add_member(:
|
357
|
+
CreateComponentTypeRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsRequest, location_name: "propertyGroups"))
|
358
|
+
CreateComponentTypeRequest.add_member(:component_type_name, Shapes::ShapeRef.new(shape: ComponentTypeName, location_name: "componentTypeName"))
|
260
359
|
CreateComponentTypeRequest.struct_class = Types::CreateComponentTypeRequest
|
261
360
|
|
262
361
|
CreateComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
@@ -264,64 +363,75 @@ module Aws::IoTTwinMaker
|
|
264
363
|
CreateComponentTypeResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
265
364
|
CreateComponentTypeResponse.struct_class = Types::CreateComponentTypeResponse
|
266
365
|
|
267
|
-
CreateEntityRequest.add_member(:
|
268
|
-
CreateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
366
|
+
CreateEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
269
367
|
CreateEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
|
270
368
|
CreateEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
|
369
|
+
CreateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
370
|
+
CreateEntityRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMapRequest, location_name: "components"))
|
271
371
|
CreateEntityRequest.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
|
272
372
|
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
373
|
CreateEntityRequest.struct_class = Types::CreateEntityRequest
|
275
374
|
|
375
|
+
CreateEntityResponse.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
|
276
376
|
CreateEntityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
277
377
|
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
378
|
CreateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
280
379
|
CreateEntityResponse.struct_class = Types::CreateEntityResponse
|
281
380
|
|
282
|
-
CreateSceneRequest.add_member(:
|
381
|
+
CreateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
382
|
+
CreateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
|
283
383
|
CreateSceneRequest.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
|
284
384
|
CreateSceneRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
285
|
-
CreateSceneRequest.add_member(:
|
385
|
+
CreateSceneRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
|
286
386
|
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
387
|
CreateSceneRequest.struct_class = Types::CreateSceneRequest
|
289
388
|
|
290
389
|
CreateSceneResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
291
390
|
CreateSceneResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
292
391
|
CreateSceneResponse.struct_class = Types::CreateSceneResponse
|
293
392
|
|
393
|
+
CreateSyncJobRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
394
|
+
CreateSyncJobRequest.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, required: true, location: "uri", location_name: "syncSource"))
|
395
|
+
CreateSyncJobRequest.add_member(:sync_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "syncRole"))
|
396
|
+
CreateSyncJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
397
|
+
CreateSyncJobRequest.struct_class = Types::CreateSyncJobRequest
|
398
|
+
|
399
|
+
CreateSyncJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
400
|
+
CreateSyncJobResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
401
|
+
CreateSyncJobResponse.add_member(:state, Shapes::ShapeRef.new(shape: SyncJobState, required: true, location_name: "state"))
|
402
|
+
CreateSyncJobResponse.struct_class = Types::CreateSyncJobResponse
|
403
|
+
|
404
|
+
CreateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
294
405
|
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
406
|
CreateWorkspaceRequest.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
|
407
|
+
CreateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "role"))
|
297
408
|
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
409
|
CreateWorkspaceRequest.struct_class = Types::CreateWorkspaceRequest
|
300
410
|
|
301
411
|
CreateWorkspaceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
302
412
|
CreateWorkspaceResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
303
413
|
CreateWorkspaceResponse.struct_class = Types::CreateWorkspaceResponse
|
304
414
|
|
305
|
-
DataConnector.add_member(:is_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNative"))
|
306
415
|
DataConnector.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaFunction, location_name: "lambda"))
|
416
|
+
DataConnector.add_member(:is_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNative"))
|
307
417
|
DataConnector.struct_class = Types::DataConnector
|
308
418
|
|
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
419
|
DataType.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "type"))
|
420
|
+
DataType.add_member(:nested_type, Shapes::ShapeRef.new(shape: DataType, location_name: "nestedType"))
|
421
|
+
DataType.add_member(:allowed_values, Shapes::ShapeRef.new(shape: DataValueList, location_name: "allowedValues"))
|
313
422
|
DataType.add_member(:unit_of_measure, Shapes::ShapeRef.new(shape: String, location_name: "unitOfMeasure"))
|
423
|
+
DataType.add_member(:relationship, Shapes::ShapeRef.new(shape: Relationship, location_name: "relationship"))
|
314
424
|
DataType.struct_class = Types::DataType
|
315
425
|
|
316
426
|
DataValue.add_member(:boolean_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "booleanValue"))
|
317
427
|
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
428
|
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
429
|
DataValue.add_member(:long_value, Shapes::ShapeRef.new(shape: Long, location_name: "longValue"))
|
430
|
+
DataValue.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
|
431
|
+
DataValue.add_member(:list_value, Shapes::ShapeRef.new(shape: DataValueList, location_name: "listValue"))
|
322
432
|
DataValue.add_member(:map_value, Shapes::ShapeRef.new(shape: DataValueMap, location_name: "mapValue"))
|
323
433
|
DataValue.add_member(:relationship_value, Shapes::ShapeRef.new(shape: RelationshipValue, location_name: "relationshipValue"))
|
324
|
-
DataValue.add_member(:
|
434
|
+
DataValue.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "expression"))
|
325
435
|
DataValue.struct_class = Types::DataValue
|
326
436
|
|
327
437
|
DataValueList.member = Shapes::ShapeRef.new(shape: DataValue)
|
@@ -329,48 +439,55 @@ module Aws::IoTTwinMaker
|
|
329
439
|
DataValueMap.key = Shapes::ShapeRef.new(shape: String)
|
330
440
|
DataValueMap.value = Shapes::ShapeRef.new(shape: DataValue)
|
331
441
|
|
332
|
-
DeleteComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
|
333
442
|
DeleteComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
443
|
+
DeleteComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
|
334
444
|
DeleteComponentTypeRequest.struct_class = Types::DeleteComponentTypeRequest
|
335
445
|
|
336
446
|
DeleteComponentTypeResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
337
447
|
DeleteComponentTypeResponse.struct_class = Types::DeleteComponentTypeResponse
|
338
448
|
|
449
|
+
DeleteEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
339
450
|
DeleteEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
|
340
451
|
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
452
|
DeleteEntityRequest.struct_class = Types::DeleteEntityRequest
|
343
453
|
|
344
454
|
DeleteEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
345
455
|
DeleteEntityResponse.struct_class = Types::DeleteEntityResponse
|
346
456
|
|
347
|
-
DeleteSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
|
348
457
|
DeleteSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
458
|
+
DeleteSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
|
349
459
|
DeleteSceneRequest.struct_class = Types::DeleteSceneRequest
|
350
460
|
|
351
461
|
DeleteSceneResponse.struct_class = Types::DeleteSceneResponse
|
352
462
|
|
463
|
+
DeleteSyncJobRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
464
|
+
DeleteSyncJobRequest.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, required: true, location: "uri", location_name: "syncSource"))
|
465
|
+
DeleteSyncJobRequest.struct_class = Types::DeleteSyncJobRequest
|
466
|
+
|
467
|
+
DeleteSyncJobResponse.add_member(:state, Shapes::ShapeRef.new(shape: SyncJobState, required: true, location_name: "state"))
|
468
|
+
DeleteSyncJobResponse.struct_class = Types::DeleteSyncJobResponse
|
469
|
+
|
353
470
|
DeleteWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
354
471
|
DeleteWorkspaceRequest.struct_class = Types::DeleteWorkspaceRequest
|
355
472
|
|
356
473
|
DeleteWorkspaceResponse.struct_class = Types::DeleteWorkspaceResponse
|
357
474
|
|
358
475
|
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
476
|
EntityPropertyReference.add_member(:external_id_property, Shapes::ShapeRef.new(shape: ExternalIdProperty, location_name: "externalIdProperty"))
|
477
|
+
EntityPropertyReference.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
|
361
478
|
EntityPropertyReference.add_member(:property_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "propertyName"))
|
362
479
|
EntityPropertyReference.struct_class = Types::EntityPropertyReference
|
363
480
|
|
364
481
|
EntitySummaries.member = Shapes::ShapeRef.new(shape: EntitySummary)
|
365
482
|
|
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
483
|
EntitySummary.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
|
370
484
|
EntitySummary.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
|
371
|
-
EntitySummary.add_member(:
|
485
|
+
EntitySummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
372
486
|
EntitySummary.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
|
373
487
|
EntitySummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
|
488
|
+
EntitySummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
489
|
+
EntitySummary.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasChildEntities"))
|
490
|
+
EntitySummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
374
491
|
EntitySummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
375
492
|
EntitySummary.struct_class = Types::EntitySummary
|
376
493
|
|
@@ -384,20 +501,31 @@ module Aws::IoTTwinMaker
|
|
384
501
|
|
385
502
|
Errors.member = Shapes::ShapeRef.new(shape: BatchPutPropertyError)
|
386
503
|
|
504
|
+
ExecuteQueryRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
505
|
+
ExecuteQueryRequest.add_member(:query_statement, Shapes::ShapeRef.new(shape: QueryStatement, required: true, location_name: "queryStatement"))
|
506
|
+
ExecuteQueryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: QueryServiceMaxResults, location_name: "maxResults"))
|
507
|
+
ExecuteQueryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
508
|
+
ExecuteQueryRequest.struct_class = Types::ExecuteQueryRequest
|
509
|
+
|
510
|
+
ExecuteQueryResponse.add_member(:column_descriptions, Shapes::ShapeRef.new(shape: ColumnDescriptions, location_name: "columnDescriptions"))
|
511
|
+
ExecuteQueryResponse.add_member(:rows, Shapes::ShapeRef.new(shape: Rows, location_name: "rows"))
|
512
|
+
ExecuteQueryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
513
|
+
ExecuteQueryResponse.struct_class = Types::ExecuteQueryResponse
|
514
|
+
|
387
515
|
ExtendsFrom.member = Shapes::ShapeRef.new(shape: ComponentTypeId)
|
388
516
|
|
389
517
|
ExternalIdProperty.key = Shapes::ShapeRef.new(shape: String)
|
390
518
|
ExternalIdProperty.value = Shapes::ShapeRef.new(shape: String)
|
391
519
|
|
392
|
-
FunctionRequest.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
|
393
520
|
FunctionRequest.add_member(:required_properties, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "requiredProperties"))
|
394
521
|
FunctionRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "scope"))
|
522
|
+
FunctionRequest.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
|
395
523
|
FunctionRequest.struct_class = Types::FunctionRequest
|
396
524
|
|
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
525
|
FunctionResponse.add_member(:required_properties, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "requiredProperties"))
|
400
526
|
FunctionResponse.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "scope"))
|
527
|
+
FunctionResponse.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
|
528
|
+
FunctionResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, location_name: "isInherited"))
|
401
529
|
FunctionResponse.struct_class = Types::FunctionResponse
|
402
530
|
|
403
531
|
FunctionsRequest.key = Shapes::ShapeRef.new(shape: Name)
|
@@ -406,60 +534,70 @@ module Aws::IoTTwinMaker
|
|
406
534
|
FunctionsResponse.key = Shapes::ShapeRef.new(shape: Name)
|
407
535
|
FunctionsResponse.value = Shapes::ShapeRef.new(shape: FunctionResponse)
|
408
536
|
|
409
|
-
GetComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
|
410
537
|
GetComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
538
|
+
GetComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
|
411
539
|
GetComponentTypeRequest.struct_class = Types::GetComponentTypeRequest
|
412
540
|
|
413
|
-
GetComponentTypeResponse.add_member(:
|
541
|
+
GetComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
542
|
+
GetComponentTypeResponse.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
|
414
543
|
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
544
|
GetComponentTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
545
|
+
GetComponentTypeResponse.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsResponse, location_name: "propertyDefinitions"))
|
417
546
|
GetComponentTypeResponse.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
|
418
547
|
GetComponentTypeResponse.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsResponse, location_name: "functions"))
|
548
|
+
GetComponentTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
549
|
+
GetComponentTypeResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
550
|
+
GetComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
419
551
|
GetComponentTypeResponse.add_member(:is_abstract, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAbstract"))
|
420
552
|
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
553
|
GetComponentTypeResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
424
|
-
GetComponentTypeResponse.add_member(:
|
425
|
-
GetComponentTypeResponse.add_member(:
|
554
|
+
GetComponentTypeResponse.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsResponse, location_name: "propertyGroups"))
|
555
|
+
GetComponentTypeResponse.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, location_name: "syncSource"))
|
556
|
+
GetComponentTypeResponse.add_member(:component_type_name, Shapes::ShapeRef.new(shape: ComponentTypeName, location_name: "componentTypeName"))
|
426
557
|
GetComponentTypeResponse.struct_class = Types::GetComponentTypeResponse
|
427
558
|
|
428
|
-
GetEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
|
429
559
|
GetEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
560
|
+
GetEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
|
430
561
|
GetEntityRequest.struct_class = Types::GetEntityRequest
|
431
562
|
|
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
563
|
GetEntityResponse.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
|
437
564
|
GetEntityResponse.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
|
438
|
-
GetEntityResponse.add_member(:
|
439
|
-
GetEntityResponse.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, required: true, location_name: "parentEntityId"))
|
565
|
+
GetEntityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
440
566
|
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
567
|
GetEntityResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
568
|
+
GetEntityResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
569
|
+
GetEntityResponse.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMap, location_name: "components"))
|
570
|
+
GetEntityResponse.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, required: true, location_name: "parentEntityId"))
|
571
|
+
GetEntityResponse.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasChildEntities"))
|
572
|
+
GetEntityResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
573
|
+
GetEntityResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
574
|
+
GetEntityResponse.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, location_name: "syncSource"))
|
443
575
|
GetEntityResponse.struct_class = Types::GetEntityResponse
|
444
576
|
|
577
|
+
GetPricingPlanRequest.struct_class = Types::GetPricingPlanRequest
|
578
|
+
|
579
|
+
GetPricingPlanResponse.add_member(:current_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "currentPricingPlan"))
|
580
|
+
GetPricingPlanResponse.add_member(:pending_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "pendingPricingPlan"))
|
581
|
+
GetPricingPlanResponse.struct_class = Types::GetPricingPlanResponse
|
582
|
+
|
583
|
+
GetPropertyValueHistoryRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
584
|
+
GetPropertyValueHistoryRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
|
445
585
|
GetPropertyValueHistoryRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
|
446
586
|
GetPropertyValueHistoryRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
|
587
|
+
GetPropertyValueHistoryRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
|
588
|
+
GetPropertyValueHistoryRequest.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
|
589
|
+
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
590
|
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
591
|
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
592
|
GetPropertyValueHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
593
|
+
GetPropertyValueHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
453
594
|
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
595
|
GetPropertyValueHistoryRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Time, location_name: "startTime"))
|
458
|
-
GetPropertyValueHistoryRequest.add_member(:
|
596
|
+
GetPropertyValueHistoryRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
|
459
597
|
GetPropertyValueHistoryRequest.struct_class = Types::GetPropertyValueHistoryRequest
|
460
598
|
|
461
|
-
GetPropertyValueHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
462
599
|
GetPropertyValueHistoryResponse.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyValueList, required: true, location_name: "propertyValues"))
|
600
|
+
GetPropertyValueHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
463
601
|
GetPropertyValueHistoryResponse.struct_class = Types::GetPropertyValueHistoryResponse
|
464
602
|
|
465
603
|
GetPropertyValueRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
|
@@ -467,35 +605,54 @@ module Aws::IoTTwinMaker
|
|
467
605
|
GetPropertyValueRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
|
468
606
|
GetPropertyValueRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
|
469
607
|
GetPropertyValueRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
608
|
+
GetPropertyValueRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
609
|
+
GetPropertyValueRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
610
|
+
GetPropertyValueRequest.add_member(:property_group_name, Shapes::ShapeRef.new(shape: Name, location_name: "propertyGroupName"))
|
611
|
+
GetPropertyValueRequest.add_member(:tabular_conditions, Shapes::ShapeRef.new(shape: TabularConditions, location_name: "tabularConditions"))
|
470
612
|
GetPropertyValueRequest.struct_class = Types::GetPropertyValueRequest
|
471
613
|
|
472
|
-
GetPropertyValueResponse.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyLatestValueMap,
|
614
|
+
GetPropertyValueResponse.add_member(:property_values, Shapes::ShapeRef.new(shape: PropertyLatestValueMap, location_name: "propertyValues"))
|
615
|
+
GetPropertyValueResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
616
|
+
GetPropertyValueResponse.add_member(:tabular_property_values, Shapes::ShapeRef.new(shape: TabularPropertyValues, location_name: "tabularPropertyValues"))
|
473
617
|
GetPropertyValueResponse.struct_class = Types::GetPropertyValueResponse
|
474
618
|
|
475
|
-
GetSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
|
476
619
|
GetSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
620
|
+
GetSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
|
477
621
|
GetSceneRequest.struct_class = Types::GetSceneRequest
|
478
622
|
|
479
|
-
GetSceneResponse.add_member(:
|
480
|
-
GetSceneResponse.add_member(:
|
623
|
+
GetSceneResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
624
|
+
GetSceneResponse.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
|
481
625
|
GetSceneResponse.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
|
626
|
+
GetSceneResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
482
627
|
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
628
|
GetSceneResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
486
|
-
GetSceneResponse.add_member(:
|
629
|
+
GetSceneResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
630
|
+
GetSceneResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
|
487
631
|
GetSceneResponse.struct_class = Types::GetSceneResponse
|
488
632
|
|
633
|
+
GetSyncJobRequest.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, required: true, location: "uri", location_name: "syncSource"))
|
634
|
+
GetSyncJobRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, location: "querystring", location_name: "workspace"))
|
635
|
+
GetSyncJobRequest.struct_class = Types::GetSyncJobRequest
|
636
|
+
|
637
|
+
GetSyncJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
638
|
+
GetSyncJobResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
639
|
+
GetSyncJobResponse.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, required: true, location_name: "syncSource"))
|
640
|
+
GetSyncJobResponse.add_member(:sync_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "syncRole"))
|
641
|
+
GetSyncJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: SyncJobStatus, required: true, location_name: "status"))
|
642
|
+
GetSyncJobResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
643
|
+
GetSyncJobResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
644
|
+
GetSyncJobResponse.struct_class = Types::GetSyncJobResponse
|
645
|
+
|
489
646
|
GetWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: IdOrArn, required: true, location: "uri", location_name: "workspaceId"))
|
490
647
|
GetWorkspaceRequest.struct_class = Types::GetWorkspaceRequest
|
491
648
|
|
649
|
+
GetWorkspaceResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
492
650
|
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
651
|
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
652
|
GetWorkspaceResponse.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
|
653
|
+
GetWorkspaceResponse.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "role"))
|
654
|
+
GetWorkspaceResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
497
655
|
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
656
|
GetWorkspaceResponse.struct_class = Types::GetWorkspaceResponse
|
500
657
|
|
501
658
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
@@ -509,100 +666,138 @@ module Aws::IoTTwinMaker
|
|
509
666
|
LambdaFunction.struct_class = Types::LambdaFunction
|
510
667
|
|
511
668
|
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
669
|
ListComponentTypesFilter.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
|
670
|
+
ListComponentTypesFilter.add_member(:is_abstract, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAbstract"))
|
514
671
|
ListComponentTypesFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
515
672
|
ListComponentTypesFilter.add_member_subclass(:extends_from, Types::ListComponentTypesFilter::ExtendsFrom)
|
516
|
-
ListComponentTypesFilter.add_member_subclass(:is_abstract, Types::ListComponentTypesFilter::IsAbstract)
|
517
673
|
ListComponentTypesFilter.add_member_subclass(:namespace, Types::ListComponentTypesFilter::Namespace)
|
674
|
+
ListComponentTypesFilter.add_member_subclass(:is_abstract, Types::ListComponentTypesFilter::IsAbstract)
|
518
675
|
ListComponentTypesFilter.add_member_subclass(:unknown, Types::ListComponentTypesFilter::Unknown)
|
519
676
|
ListComponentTypesFilter.struct_class = Types::ListComponentTypesFilter
|
520
677
|
|
521
678
|
ListComponentTypesFilters.member = Shapes::ShapeRef.new(shape: ListComponentTypesFilter)
|
522
679
|
|
680
|
+
ListComponentTypesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
523
681
|
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
682
|
ListComponentTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
526
|
-
ListComponentTypesRequest.add_member(:
|
683
|
+
ListComponentTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
527
684
|
ListComponentTypesRequest.struct_class = Types::ListComponentTypesRequest
|
528
685
|
|
686
|
+
ListComponentTypesResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
529
687
|
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
688
|
ListComponentTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
532
|
-
ListComponentTypesResponse.add_member(:
|
689
|
+
ListComponentTypesResponse.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
533
690
|
ListComponentTypesResponse.struct_class = Types::ListComponentTypesResponse
|
534
691
|
|
692
|
+
ListEntitiesFilter.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
|
535
693
|
ListEntitiesFilter.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
|
536
694
|
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
695
|
ListEntitiesFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
696
|
+
ListEntitiesFilter.add_member_subclass(:parent_entity_id, Types::ListEntitiesFilter::ParentEntityId)
|
539
697
|
ListEntitiesFilter.add_member_subclass(:component_type_id, Types::ListEntitiesFilter::ComponentTypeId)
|
540
698
|
ListEntitiesFilter.add_member_subclass(:external_id, Types::ListEntitiesFilter::ExternalId)
|
541
|
-
ListEntitiesFilter.add_member_subclass(:parent_entity_id, Types::ListEntitiesFilter::ParentEntityId)
|
542
699
|
ListEntitiesFilter.add_member_subclass(:unknown, Types::ListEntitiesFilter::Unknown)
|
543
700
|
ListEntitiesFilter.struct_class = Types::ListEntitiesFilter
|
544
701
|
|
545
702
|
ListEntitiesFilters.member = Shapes::ShapeRef.new(shape: ListEntitiesFilter)
|
546
703
|
|
704
|
+
ListEntitiesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
547
705
|
ListEntitiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListEntitiesFilters, location_name: "filters"))
|
548
706
|
ListEntitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
549
707
|
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
708
|
ListEntitiesRequest.struct_class = Types::ListEntitiesRequest
|
552
709
|
|
553
710
|
ListEntitiesResponse.add_member(:entity_summaries, Shapes::ShapeRef.new(shape: EntitySummaries, location_name: "entitySummaries"))
|
554
711
|
ListEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
555
712
|
ListEntitiesResponse.struct_class = Types::ListEntitiesResponse
|
556
713
|
|
714
|
+
ListScenesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
557
715
|
ListScenesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
558
716
|
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
717
|
ListScenesRequest.struct_class = Types::ListScenesRequest
|
561
718
|
|
562
|
-
ListScenesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
563
719
|
ListScenesResponse.add_member(:scene_summaries, Shapes::ShapeRef.new(shape: SceneSummaries, location_name: "sceneSummaries"))
|
720
|
+
ListScenesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
564
721
|
ListScenesResponse.struct_class = Types::ListScenesResponse
|
565
722
|
|
723
|
+
ListSyncJobsRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
724
|
+
ListSyncJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
725
|
+
ListSyncJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
726
|
+
ListSyncJobsRequest.struct_class = Types::ListSyncJobsRequest
|
727
|
+
|
728
|
+
ListSyncJobsResponse.add_member(:sync_job_summaries, Shapes::ShapeRef.new(shape: SyncJobSummaries, location_name: "syncJobSummaries"))
|
729
|
+
ListSyncJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
730
|
+
ListSyncJobsResponse.struct_class = Types::ListSyncJobsResponse
|
731
|
+
|
732
|
+
ListSyncResourcesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
733
|
+
ListSyncResourcesRequest.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, required: true, location: "uri", location_name: "syncSource"))
|
734
|
+
ListSyncResourcesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SyncResourceFilters, location_name: "filters"))
|
735
|
+
ListSyncResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
736
|
+
ListSyncResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
737
|
+
ListSyncResourcesRequest.struct_class = Types::ListSyncResourcesRequest
|
738
|
+
|
739
|
+
ListSyncResourcesResponse.add_member(:sync_resources, Shapes::ShapeRef.new(shape: SyncResourceSummaries, location_name: "syncResources"))
|
740
|
+
ListSyncResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
741
|
+
ListSyncResourcesResponse.struct_class = Types::ListSyncResourcesResponse
|
742
|
+
|
743
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "resourceARN"))
|
566
744
|
ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
567
745
|
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
746
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
570
747
|
|
571
|
-
ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
572
748
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
749
|
+
ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
573
750
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
574
751
|
|
575
752
|
ListWorkspacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
576
753
|
ListWorkspacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
577
754
|
ListWorkspacesRequest.struct_class = Types::ListWorkspacesRequest
|
578
755
|
|
579
|
-
ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
580
756
|
ListWorkspacesResponse.add_member(:workspace_summaries, Shapes::ShapeRef.new(shape: WorkspaceSummaries, location_name: "workspaceSummaries"))
|
757
|
+
ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
581
758
|
ListWorkspacesResponse.struct_class = Types::ListWorkspacesResponse
|
582
759
|
|
583
|
-
|
760
|
+
OrderBy.add_member(:order, Shapes::ShapeRef.new(shape: Order, location_name: "order"))
|
761
|
+
OrderBy.add_member(:property_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "propertyName"))
|
762
|
+
OrderBy.struct_class = Types::OrderBy
|
763
|
+
|
764
|
+
OrderByList.member = Shapes::ShapeRef.new(shape: OrderBy)
|
765
|
+
|
584
766
|
ParentEntityUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ParentEntityUpdateType, required: true, location_name: "updateType"))
|
767
|
+
ParentEntityUpdateRequest.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
|
585
768
|
ParentEntityUpdateRequest.struct_class = Types::ParentEntityUpdateRequest
|
586
769
|
|
587
|
-
|
770
|
+
PricingBundles.member = Shapes::ShapeRef.new(shape: BundleName)
|
771
|
+
|
772
|
+
PricingPlan.add_member(:billable_entity_count, Shapes::ShapeRef.new(shape: Long, location_name: "billableEntityCount"))
|
773
|
+
PricingPlan.add_member(:bundle_information, Shapes::ShapeRef.new(shape: BundleInformation, location_name: "bundleInformation"))
|
774
|
+
PricingPlan.add_member(:effective_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "effectiveDateTime"))
|
775
|
+
PricingPlan.add_member(:pricing_mode, Shapes::ShapeRef.new(shape: PricingMode, required: true, location_name: "pricingMode"))
|
776
|
+
PricingPlan.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
777
|
+
PricingPlan.add_member(:update_reason, Shapes::ShapeRef.new(shape: UpdateReason, required: true, location_name: "updateReason"))
|
778
|
+
PricingPlan.struct_class = Types::PricingPlan
|
779
|
+
|
588
780
|
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
781
|
PropertyDefinitionRequest.add_member(:is_required_in_entity, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRequiredInEntity"))
|
782
|
+
PropertyDefinitionRequest.add_member(:is_external_id, Shapes::ShapeRef.new(shape: Boolean, location_name: "isExternalId"))
|
592
783
|
PropertyDefinitionRequest.add_member(:is_stored_externally, Shapes::ShapeRef.new(shape: Boolean, location_name: "isStoredExternally"))
|
593
784
|
PropertyDefinitionRequest.add_member(:is_time_series, Shapes::ShapeRef.new(shape: Boolean, location_name: "isTimeSeries"))
|
785
|
+
PropertyDefinitionRequest.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
|
786
|
+
PropertyDefinitionRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
|
787
|
+
PropertyDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: PropertyDisplayName, location_name: "displayName"))
|
594
788
|
PropertyDefinitionRequest.struct_class = Types::PropertyDefinitionRequest
|
595
789
|
|
596
|
-
PropertyDefinitionResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
|
597
790
|
PropertyDefinitionResponse.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, required: true, location_name: "dataType"))
|
598
|
-
PropertyDefinitionResponse.add_member(:
|
791
|
+
PropertyDefinitionResponse.add_member(:is_time_series, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isTimeSeries"))
|
792
|
+
PropertyDefinitionResponse.add_member(:is_required_in_entity, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isRequiredInEntity"))
|
599
793
|
PropertyDefinitionResponse.add_member(:is_external_id, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isExternalId"))
|
600
|
-
PropertyDefinitionResponse.add_member(:
|
794
|
+
PropertyDefinitionResponse.add_member(:is_stored_externally, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isStoredExternally"))
|
601
795
|
PropertyDefinitionResponse.add_member(:is_imported, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isImported"))
|
796
|
+
PropertyDefinitionResponse.add_member(:is_final, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isFinal"))
|
602
797
|
PropertyDefinitionResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isInherited"))
|
603
|
-
PropertyDefinitionResponse.add_member(:
|
604
|
-
PropertyDefinitionResponse.add_member(:
|
605
|
-
PropertyDefinitionResponse.add_member(:
|
798
|
+
PropertyDefinitionResponse.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
|
799
|
+
PropertyDefinitionResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "configuration"))
|
800
|
+
PropertyDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: PropertyDisplayName, location_name: "displayName"))
|
606
801
|
PropertyDefinitionResponse.struct_class = Types::PropertyDefinitionResponse
|
607
802
|
|
608
803
|
PropertyDefinitionsRequest.key = Shapes::ShapeRef.new(shape: Name)
|
@@ -611,13 +806,28 @@ module Aws::IoTTwinMaker
|
|
611
806
|
PropertyDefinitionsResponse.key = Shapes::ShapeRef.new(shape: Name)
|
612
807
|
PropertyDefinitionsResponse.value = Shapes::ShapeRef.new(shape: PropertyDefinitionResponse)
|
613
808
|
|
614
|
-
PropertyFilter.add_member(:operator, Shapes::ShapeRef.new(shape: String, location_name: "operator"))
|
615
809
|
PropertyFilter.add_member(:property_name, Shapes::ShapeRef.new(shape: String, location_name: "propertyName"))
|
810
|
+
PropertyFilter.add_member(:operator, Shapes::ShapeRef.new(shape: String, location_name: "operator"))
|
616
811
|
PropertyFilter.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
|
617
812
|
PropertyFilter.struct_class = Types::PropertyFilter
|
618
813
|
|
619
814
|
PropertyFilters.member = Shapes::ShapeRef.new(shape: PropertyFilter)
|
620
815
|
|
816
|
+
PropertyGroupRequest.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, location_name: "groupType"))
|
817
|
+
PropertyGroupRequest.add_member(:property_names, Shapes::ShapeRef.new(shape: PropertyNames, location_name: "propertyNames"))
|
818
|
+
PropertyGroupRequest.struct_class = Types::PropertyGroupRequest
|
819
|
+
|
820
|
+
PropertyGroupResponse.add_member(:group_type, Shapes::ShapeRef.new(shape: GroupType, required: true, location_name: "groupType"))
|
821
|
+
PropertyGroupResponse.add_member(:property_names, Shapes::ShapeRef.new(shape: PropertyNames, required: true, location_name: "propertyNames"))
|
822
|
+
PropertyGroupResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isInherited"))
|
823
|
+
PropertyGroupResponse.struct_class = Types::PropertyGroupResponse
|
824
|
+
|
825
|
+
PropertyGroupsRequest.key = Shapes::ShapeRef.new(shape: Name)
|
826
|
+
PropertyGroupsRequest.value = Shapes::ShapeRef.new(shape: PropertyGroupRequest)
|
827
|
+
|
828
|
+
PropertyGroupsResponse.key = Shapes::ShapeRef.new(shape: Name)
|
829
|
+
PropertyGroupsResponse.value = Shapes::ShapeRef.new(shape: PropertyGroupResponse)
|
830
|
+
|
621
831
|
PropertyLatestValue.add_member(:property_reference, Shapes::ShapeRef.new(shape: EntityPropertyReference, required: true, location_name: "propertyReference"))
|
622
832
|
PropertyLatestValue.add_member(:property_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "propertyValue"))
|
623
833
|
PropertyLatestValue.struct_class = Types::PropertyLatestValue
|
@@ -625,9 +835,11 @@ module Aws::IoTTwinMaker
|
|
625
835
|
PropertyLatestValueMap.key = Shapes::ShapeRef.new(shape: Name)
|
626
836
|
PropertyLatestValueMap.value = Shapes::ShapeRef.new(shape: PropertyLatestValue)
|
627
837
|
|
838
|
+
PropertyNames.member = Shapes::ShapeRef.new(shape: Name)
|
839
|
+
|
628
840
|
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
841
|
PropertyRequest.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
|
842
|
+
PropertyRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: PropertyUpdateType, location_name: "updateType"))
|
631
843
|
PropertyRequest.struct_class = Types::PropertyRequest
|
632
844
|
|
633
845
|
PropertyRequests.key = Shapes::ShapeRef.new(shape: Name)
|
@@ -640,9 +852,12 @@ module Aws::IoTTwinMaker
|
|
640
852
|
PropertyResponses.key = Shapes::ShapeRef.new(shape: Name)
|
641
853
|
PropertyResponses.value = Shapes::ShapeRef.new(shape: PropertyResponse)
|
642
854
|
|
643
|
-
|
855
|
+
PropertyTableValue.key = Shapes::ShapeRef.new(shape: Name)
|
856
|
+
PropertyTableValue.value = Shapes::ShapeRef.new(shape: DataValue)
|
857
|
+
|
644
858
|
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
859
|
PropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, required: true, location_name: "value"))
|
860
|
+
PropertyValue.add_member(:time, Shapes::ShapeRef.new(shape: Time, location_name: "time"))
|
646
861
|
PropertyValue.struct_class = Types::PropertyValue
|
647
862
|
|
648
863
|
PropertyValueEntry.add_member(:entity_property_reference, Shapes::ShapeRef.new(shape: EntityPropertyReference, required: true, location_name: "entityPropertyReference"))
|
@@ -657,12 +872,15 @@ module Aws::IoTTwinMaker
|
|
657
872
|
|
658
873
|
PropertyValues.member = Shapes::ShapeRef.new(shape: PropertyValue)
|
659
874
|
|
660
|
-
|
875
|
+
QueryTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
876
|
+
QueryTimeoutException.struct_class = Types::QueryTimeoutException
|
877
|
+
|
661
878
|
Relationship.add_member(:target_component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "targetComponentTypeId"))
|
879
|
+
Relationship.add_member(:relationship_type, Shapes::ShapeRef.new(shape: String, location_name: "relationshipType"))
|
662
880
|
Relationship.struct_class = Types::Relationship
|
663
881
|
|
664
|
-
RelationshipValue.add_member(:target_component_name, Shapes::ShapeRef.new(shape: Name, location_name: "targetComponentName"))
|
665
882
|
RelationshipValue.add_member(:target_entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "targetEntityId"))
|
883
|
+
RelationshipValue.add_member(:target_component_name, Shapes::ShapeRef.new(shape: Name, location_name: "targetComponentName"))
|
666
884
|
RelationshipValue.struct_class = Types::RelationshipValue
|
667
885
|
|
668
886
|
RequiredProperties.member = Shapes::ShapeRef.new(shape: Name)
|
@@ -670,16 +888,23 @@ module Aws::IoTTwinMaker
|
|
670
888
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
671
889
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
672
890
|
|
891
|
+
Row.add_member(:row_data, Shapes::ShapeRef.new(shape: RowData, location_name: "rowData"))
|
892
|
+
Row.struct_class = Types::Row
|
893
|
+
|
894
|
+
RowData.member = Shapes::ShapeRef.new(shape: QueryResultValue)
|
895
|
+
|
896
|
+
Rows.member = Shapes::ShapeRef.new(shape: Row)
|
897
|
+
|
673
898
|
SceneCapabilities.member = Shapes::ShapeRef.new(shape: SceneCapability)
|
674
899
|
|
675
900
|
SceneSummaries.member = Shapes::ShapeRef.new(shape: SceneSummary)
|
676
901
|
|
677
|
-
SceneSummary.add_member(:
|
902
|
+
SceneSummary.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
|
678
903
|
SceneSummary.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
|
904
|
+
SceneSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
679
905
|
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
906
|
SceneSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
907
|
+
SceneSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
683
908
|
SceneSummary.struct_class = Types::SceneSummary
|
684
909
|
|
685
910
|
SelectedPropertyList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -687,10 +912,59 @@ module Aws::IoTTwinMaker
|
|
687
912
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
688
913
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
689
914
|
|
690
|
-
Status.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
|
691
915
|
Status.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
|
916
|
+
Status.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
|
692
917
|
Status.struct_class = Types::Status
|
693
918
|
|
919
|
+
SyncJobStatus.add_member(:state, Shapes::ShapeRef.new(shape: SyncJobState, location_name: "state"))
|
920
|
+
SyncJobStatus.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
|
921
|
+
SyncJobStatus.struct_class = Types::SyncJobStatus
|
922
|
+
|
923
|
+
SyncJobSummaries.member = Shapes::ShapeRef.new(shape: SyncJobSummary)
|
924
|
+
|
925
|
+
SyncJobSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, location_name: "arn"))
|
926
|
+
SyncJobSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, location_name: "workspaceId"))
|
927
|
+
SyncJobSummary.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, location_name: "syncSource"))
|
928
|
+
SyncJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: SyncJobStatus, location_name: "status"))
|
929
|
+
SyncJobSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
|
930
|
+
SyncJobSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updateDateTime"))
|
931
|
+
SyncJobSummary.struct_class = Types::SyncJobSummary
|
932
|
+
|
933
|
+
SyncResourceFilter.add_member(:state, Shapes::ShapeRef.new(shape: SyncResourceState, location_name: "state"))
|
934
|
+
SyncResourceFilter.add_member(:resource_type, Shapes::ShapeRef.new(shape: SyncResourceType, location_name: "resourceType"))
|
935
|
+
SyncResourceFilter.add_member(:resource_id, Shapes::ShapeRef.new(shape: Id, location_name: "resourceId"))
|
936
|
+
SyncResourceFilter.add_member(:external_id, Shapes::ShapeRef.new(shape: Id, location_name: "externalId"))
|
937
|
+
SyncResourceFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
938
|
+
SyncResourceFilter.add_member_subclass(:state, Types::SyncResourceFilter::State)
|
939
|
+
SyncResourceFilter.add_member_subclass(:resource_type, Types::SyncResourceFilter::ResourceType)
|
940
|
+
SyncResourceFilter.add_member_subclass(:resource_id, Types::SyncResourceFilter::ResourceId)
|
941
|
+
SyncResourceFilter.add_member_subclass(:external_id, Types::SyncResourceFilter::ExternalId)
|
942
|
+
SyncResourceFilter.add_member_subclass(:unknown, Types::SyncResourceFilter::Unknown)
|
943
|
+
SyncResourceFilter.struct_class = Types::SyncResourceFilter
|
944
|
+
|
945
|
+
SyncResourceFilters.member = Shapes::ShapeRef.new(shape: SyncResourceFilter)
|
946
|
+
|
947
|
+
SyncResourceStatus.add_member(:state, Shapes::ShapeRef.new(shape: SyncResourceState, location_name: "state"))
|
948
|
+
SyncResourceStatus.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
|
949
|
+
SyncResourceStatus.struct_class = Types::SyncResourceStatus
|
950
|
+
|
951
|
+
SyncResourceSummaries.member = Shapes::ShapeRef.new(shape: SyncResourceSummary)
|
952
|
+
|
953
|
+
SyncResourceSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: SyncResourceType, location_name: "resourceType"))
|
954
|
+
SyncResourceSummary.add_member(:external_id, Shapes::ShapeRef.new(shape: Id, location_name: "externalId"))
|
955
|
+
SyncResourceSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: Id, location_name: "resourceId"))
|
956
|
+
SyncResourceSummary.add_member(:status, Shapes::ShapeRef.new(shape: SyncResourceStatus, location_name: "status"))
|
957
|
+
SyncResourceSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updateDateTime"))
|
958
|
+
SyncResourceSummary.struct_class = Types::SyncResourceSummary
|
959
|
+
|
960
|
+
TabularConditions.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderByList, location_name: "orderBy"))
|
961
|
+
TabularConditions.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
|
962
|
+
TabularConditions.struct_class = Types::TabularConditions
|
963
|
+
|
964
|
+
TabularPropertyValue.member = Shapes::ShapeRef.new(shape: PropertyTableValue)
|
965
|
+
|
966
|
+
TabularPropertyValues.member = Shapes::ShapeRef.new(shape: TabularPropertyValue)
|
967
|
+
|
694
968
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
695
969
|
|
696
970
|
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -714,46 +988,56 @@ module Aws::IoTTwinMaker
|
|
714
988
|
|
715
989
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
716
990
|
|
991
|
+
UpdateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
992
|
+
UpdateComponentTypeRequest.add_member(:is_singleton, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSingleton"))
|
717
993
|
UpdateComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location: "uri", location_name: "componentTypeId"))
|
718
994
|
UpdateComponentTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
995
|
+
UpdateComponentTypeRequest.add_member(:property_definitions, Shapes::ShapeRef.new(shape: PropertyDefinitionsRequest, location_name: "propertyDefinitions"))
|
719
996
|
UpdateComponentTypeRequest.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
|
720
997
|
UpdateComponentTypeRequest.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsRequest, location_name: "functions"))
|
721
|
-
UpdateComponentTypeRequest.add_member(:
|
722
|
-
UpdateComponentTypeRequest.add_member(:
|
723
|
-
UpdateComponentTypeRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
998
|
+
UpdateComponentTypeRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsRequest, location_name: "propertyGroups"))
|
999
|
+
UpdateComponentTypeRequest.add_member(:component_type_name, Shapes::ShapeRef.new(shape: ComponentTypeName, location_name: "componentTypeName"))
|
724
1000
|
UpdateComponentTypeRequest.struct_class = Types::UpdateComponentTypeRequest
|
725
1001
|
|
1002
|
+
UpdateComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
726
1003
|
UpdateComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
727
1004
|
UpdateComponentTypeResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
|
728
1005
|
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
1006
|
UpdateComponentTypeResponse.struct_class = Types::UpdateComponentTypeResponse
|
731
1007
|
|
732
|
-
UpdateEntityRequest.add_member(:
|
733
|
-
UpdateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1008
|
+
UpdateEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
734
1009
|
UpdateEntityRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
|
735
1010
|
UpdateEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "entityName"))
|
1011
|
+
UpdateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1012
|
+
UpdateEntityRequest.add_member(:component_updates, Shapes::ShapeRef.new(shape: ComponentUpdatesMapRequest, location_name: "componentUpdates"))
|
736
1013
|
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
1014
|
UpdateEntityRequest.struct_class = Types::UpdateEntityRequest
|
739
1015
|
|
740
|
-
UpdateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
741
1016
|
UpdateEntityResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
1017
|
+
UpdateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
|
742
1018
|
UpdateEntityResponse.struct_class = Types::UpdateEntityResponse
|
743
1019
|
|
744
|
-
|
1020
|
+
UpdatePricingPlanRequest.add_member(:pricing_mode, Shapes::ShapeRef.new(shape: PricingMode, required: true, location_name: "pricingMode"))
|
1021
|
+
UpdatePricingPlanRequest.add_member(:bundle_names, Shapes::ShapeRef.new(shape: PricingBundles, location_name: "bundleNames"))
|
1022
|
+
UpdatePricingPlanRequest.struct_class = Types::UpdatePricingPlanRequest
|
1023
|
+
|
1024
|
+
UpdatePricingPlanResponse.add_member(:current_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "currentPricingPlan"))
|
1025
|
+
UpdatePricingPlanResponse.add_member(:pending_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, location_name: "pendingPricingPlan"))
|
1026
|
+
UpdatePricingPlanResponse.struct_class = Types::UpdatePricingPlanResponse
|
1027
|
+
|
1028
|
+
UpdateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
1029
|
+
UpdateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "sceneId"))
|
745
1030
|
UpdateSceneRequest.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, location_name: "contentLocation"))
|
746
1031
|
UpdateSceneRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
747
|
-
UpdateSceneRequest.add_member(:
|
748
|
-
UpdateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
1032
|
+
UpdateSceneRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
|
749
1033
|
UpdateSceneRequest.struct_class = Types::UpdateSceneRequest
|
750
1034
|
|
751
1035
|
UpdateSceneResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
752
1036
|
UpdateSceneResponse.struct_class = Types::UpdateSceneResponse
|
753
1037
|
|
1038
|
+
UpdateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
754
1039
|
UpdateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
755
1040
|
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
1041
|
UpdateWorkspaceRequest.struct_class = Types::UpdateWorkspaceRequest
|
758
1042
|
|
759
1043
|
UpdateWorkspaceResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
@@ -766,11 +1050,11 @@ module Aws::IoTTwinMaker
|
|
766
1050
|
|
767
1051
|
WorkspaceSummaries.member = Shapes::ShapeRef.new(shape: WorkspaceSummary)
|
768
1052
|
|
1053
|
+
WorkspaceSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
769
1054
|
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
1055
|
WorkspaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1056
|
+
WorkspaceSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
772
1057
|
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
1058
|
WorkspaceSummary.struct_class = Types::WorkspaceSummary
|
775
1059
|
|
776
1060
|
|
@@ -857,6 +1141,23 @@ module Aws::IoTTwinMaker
|
|
857
1141
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
858
1142
|
end)
|
859
1143
|
|
1144
|
+
api.add_operation(:create_sync_job, Seahorse::Model::Operation.new.tap do |o|
|
1145
|
+
o.name = "CreateSyncJob"
|
1146
|
+
o.http_method = "POST"
|
1147
|
+
o.http_request_uri = "/workspaces/{workspaceId}/sync-jobs/{syncSource}"
|
1148
|
+
o.endpoint_pattern = {
|
1149
|
+
"hostPrefix" => "api.",
|
1150
|
+
}
|
1151
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSyncJobRequest)
|
1152
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSyncJobResponse)
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1154
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1157
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1158
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1159
|
+
end)
|
1160
|
+
|
860
1161
|
api.add_operation(:create_workspace, Seahorse::Model::Operation.new.tap do |o|
|
861
1162
|
o.name = "CreateWorkspace"
|
862
1163
|
o.http_method = "POST"
|
@@ -922,6 +1223,23 @@ module Aws::IoTTwinMaker
|
|
922
1223
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
923
1224
|
end)
|
924
1225
|
|
1226
|
+
api.add_operation(:delete_sync_job, Seahorse::Model::Operation.new.tap do |o|
|
1227
|
+
o.name = "DeleteSyncJob"
|
1228
|
+
o.http_method = "DELETE"
|
1229
|
+
o.http_request_uri = "/workspaces/{workspaceId}/sync-jobs/{syncSource}"
|
1230
|
+
o.endpoint_pattern = {
|
1231
|
+
"hostPrefix" => "api.",
|
1232
|
+
}
|
1233
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSyncJobRequest)
|
1234
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSyncJobResponse)
|
1235
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1236
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1237
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1238
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1240
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1241
|
+
end)
|
1242
|
+
|
925
1243
|
api.add_operation(:delete_workspace, Seahorse::Model::Operation.new.tap do |o|
|
926
1244
|
o.name = "DeleteWorkspace"
|
927
1245
|
o.http_method = "DELETE"
|
@@ -938,6 +1256,29 @@ module Aws::IoTTwinMaker
|
|
938
1256
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
939
1257
|
end)
|
940
1258
|
|
1259
|
+
api.add_operation(:execute_query, Seahorse::Model::Operation.new.tap do |o|
|
1260
|
+
o.name = "ExecuteQuery"
|
1261
|
+
o.http_method = "POST"
|
1262
|
+
o.http_request_uri = "/queries/execution"
|
1263
|
+
o.endpoint_pattern = {
|
1264
|
+
"hostPrefix" => "api.",
|
1265
|
+
}
|
1266
|
+
o.input = Shapes::ShapeRef.new(shape: ExecuteQueryRequest)
|
1267
|
+
o.output = Shapes::ShapeRef.new(shape: ExecuteQueryResponse)
|
1268
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1269
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1270
|
+
o.errors << Shapes::ShapeRef.new(shape: QueryTimeoutException)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1274
|
+
o[:pager] = Aws::Pager.new(
|
1275
|
+
limit_key: "max_results",
|
1276
|
+
tokens: {
|
1277
|
+
"next_token" => "next_token"
|
1278
|
+
}
|
1279
|
+
)
|
1280
|
+
end)
|
1281
|
+
|
941
1282
|
api.add_operation(:get_component_type, Seahorse::Model::Operation.new.tap do |o|
|
942
1283
|
o.name = "GetComponentType"
|
943
1284
|
o.http_method = "GET"
|
@@ -951,6 +1292,7 @@ module Aws::IoTTwinMaker
|
|
951
1292
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
952
1293
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
953
1294
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1295
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
954
1296
|
end)
|
955
1297
|
|
956
1298
|
api.add_operation(:get_entity, Seahorse::Model::Operation.new.tap do |o|
|
@@ -969,6 +1311,21 @@ module Aws::IoTTwinMaker
|
|
969
1311
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
970
1312
|
end)
|
971
1313
|
|
1314
|
+
api.add_operation(:get_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
|
1315
|
+
o.name = "GetPricingPlan"
|
1316
|
+
o.http_method = "GET"
|
1317
|
+
o.http_request_uri = "/pricingplan"
|
1318
|
+
o.endpoint_pattern = {
|
1319
|
+
"hostPrefix" => "api.",
|
1320
|
+
}
|
1321
|
+
o.input = Shapes::ShapeRef.new(shape: GetPricingPlanRequest)
|
1322
|
+
o.output = Shapes::ShapeRef.new(shape: GetPricingPlanResponse)
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1327
|
+
end)
|
1328
|
+
|
972
1329
|
api.add_operation(:get_property_value, Seahorse::Model::Operation.new.tap do |o|
|
973
1330
|
o.name = "GetPropertyValue"
|
974
1331
|
o.http_method = "POST"
|
@@ -985,6 +1342,12 @@ module Aws::IoTTwinMaker
|
|
985
1342
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
986
1343
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
987
1344
|
o.errors << Shapes::ShapeRef.new(shape: ConnectorTimeoutException)
|
1345
|
+
o[:pager] = Aws::Pager.new(
|
1346
|
+
limit_key: "max_results",
|
1347
|
+
tokens: {
|
1348
|
+
"next_token" => "next_token"
|
1349
|
+
}
|
1350
|
+
)
|
988
1351
|
end)
|
989
1352
|
|
990
1353
|
api.add_operation(:get_property_value_history, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1027,6 +1390,23 @@ module Aws::IoTTwinMaker
|
|
1027
1390
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1028
1391
|
end)
|
1029
1392
|
|
1393
|
+
api.add_operation(:get_sync_job, Seahorse::Model::Operation.new.tap do |o|
|
1394
|
+
o.name = "GetSyncJob"
|
1395
|
+
o.http_method = "GET"
|
1396
|
+
o.http_request_uri = "/sync-jobs/{syncSource}"
|
1397
|
+
o.endpoint_pattern = {
|
1398
|
+
"hostPrefix" => "api.",
|
1399
|
+
}
|
1400
|
+
o.input = Shapes::ShapeRef.new(shape: GetSyncJobRequest)
|
1401
|
+
o.output = Shapes::ShapeRef.new(shape: GetSyncJobResponse)
|
1402
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1403
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1404
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1405
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1406
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1408
|
+
end)
|
1409
|
+
|
1030
1410
|
api.add_operation(:get_workspace, Seahorse::Model::Operation.new.tap do |o|
|
1031
1411
|
o.name = "GetWorkspace"
|
1032
1412
|
o.http_method = "GET"
|
@@ -1106,6 +1486,50 @@ module Aws::IoTTwinMaker
|
|
1106
1486
|
)
|
1107
1487
|
end)
|
1108
1488
|
|
1489
|
+
api.add_operation(:list_sync_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1490
|
+
o.name = "ListSyncJobs"
|
1491
|
+
o.http_method = "POST"
|
1492
|
+
o.http_request_uri = "/workspaces/{workspaceId}/sync-jobs-list"
|
1493
|
+
o.endpoint_pattern = {
|
1494
|
+
"hostPrefix" => "api.",
|
1495
|
+
}
|
1496
|
+
o.input = Shapes::ShapeRef.new(shape: ListSyncJobsRequest)
|
1497
|
+
o.output = Shapes::ShapeRef.new(shape: ListSyncJobsResponse)
|
1498
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1499
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1500
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1502
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1503
|
+
o[:pager] = Aws::Pager.new(
|
1504
|
+
limit_key: "max_results",
|
1505
|
+
tokens: {
|
1506
|
+
"next_token" => "next_token"
|
1507
|
+
}
|
1508
|
+
)
|
1509
|
+
end)
|
1510
|
+
|
1511
|
+
api.add_operation(:list_sync_resources, Seahorse::Model::Operation.new.tap do |o|
|
1512
|
+
o.name = "ListSyncResources"
|
1513
|
+
o.http_method = "POST"
|
1514
|
+
o.http_request_uri = "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list"
|
1515
|
+
o.endpoint_pattern = {
|
1516
|
+
"hostPrefix" => "api.",
|
1517
|
+
}
|
1518
|
+
o.input = Shapes::ShapeRef.new(shape: ListSyncResourcesRequest)
|
1519
|
+
o.output = Shapes::ShapeRef.new(shape: ListSyncResourcesResponse)
|
1520
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1521
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1522
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1523
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1524
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1525
|
+
o[:pager] = Aws::Pager.new(
|
1526
|
+
limit_key: "max_results",
|
1527
|
+
tokens: {
|
1528
|
+
"next_token" => "next_token"
|
1529
|
+
}
|
1530
|
+
)
|
1531
|
+
end)
|
1532
|
+
|
1109
1533
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1110
1534
|
o.name = "ListTagsForResource"
|
1111
1535
|
o.http_method = "POST"
|
@@ -1202,6 +1626,21 @@ module Aws::IoTTwinMaker
|
|
1202
1626
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1203
1627
|
end)
|
1204
1628
|
|
1629
|
+
api.add_operation(:update_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
|
1630
|
+
o.name = "UpdatePricingPlan"
|
1631
|
+
o.http_method = "POST"
|
1632
|
+
o.http_request_uri = "/pricingplan"
|
1633
|
+
o.endpoint_pattern = {
|
1634
|
+
"hostPrefix" => "api.",
|
1635
|
+
}
|
1636
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePricingPlanRequest)
|
1637
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePricingPlanResponse)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1639
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1640
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1641
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1642
|
+
end)
|
1643
|
+
|
1205
1644
|
api.add_operation(:update_scene, Seahorse::Model::Operation.new.tap do |o|
|
1206
1645
|
o.name = "UpdateScene"
|
1207
1646
|
o.http_method = "PUT"
|