aws-sdk-iottwinmaker 1.7.0 → 1.9.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 +12 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iottwinmaker/client.rb +277 -7
- data/lib/aws-sdk-iottwinmaker/client_api.rb +220 -0
- data/lib/aws-sdk-iottwinmaker/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-iottwinmaker/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-iottwinmaker/endpoints.rb +70 -0
- data/lib/aws-sdk-iottwinmaker/plugins/endpoints.rb +10 -0
- data/lib/aws-sdk-iottwinmaker/types.rb +422 -1525
- data/lib/aws-sdk-iottwinmaker.rb +1 -1
- metadata +2 -2
@@ -32,6 +32,7 @@ module Aws::IoTTwinMaker
|
|
32
32
|
ComponentRequest = Shapes::StructureShape.new(name: 'ComponentRequest')
|
33
33
|
ComponentResponse = Shapes::StructureShape.new(name: 'ComponentResponse')
|
34
34
|
ComponentTypeId = Shapes::StringShape.new(name: 'ComponentTypeId')
|
35
|
+
ComponentTypeName = Shapes::StringShape.new(name: 'ComponentTypeName')
|
35
36
|
ComponentTypeSummaries = Shapes::ListShape.new(name: 'ComponentTypeSummaries')
|
36
37
|
ComponentTypeSummary = Shapes::StructureShape.new(name: 'ComponentTypeSummary')
|
37
38
|
ComponentUpdateRequest = Shapes::StructureShape.new(name: 'ComponentUpdateRequest')
|
@@ -49,6 +50,8 @@ module Aws::IoTTwinMaker
|
|
49
50
|
CreateEntityResponse = Shapes::StructureShape.new(name: 'CreateEntityResponse')
|
50
51
|
CreateSceneRequest = Shapes::StructureShape.new(name: 'CreateSceneRequest')
|
51
52
|
CreateSceneResponse = Shapes::StructureShape.new(name: 'CreateSceneResponse')
|
53
|
+
CreateSyncJobRequest = Shapes::StructureShape.new(name: 'CreateSyncJobRequest')
|
54
|
+
CreateSyncJobResponse = Shapes::StructureShape.new(name: 'CreateSyncJobResponse')
|
52
55
|
CreateWorkspaceRequest = Shapes::StructureShape.new(name: 'CreateWorkspaceRequest')
|
53
56
|
CreateWorkspaceResponse = Shapes::StructureShape.new(name: 'CreateWorkspaceResponse')
|
54
57
|
DataConnector = Shapes::StructureShape.new(name: 'DataConnector')
|
@@ -62,6 +65,8 @@ module Aws::IoTTwinMaker
|
|
62
65
|
DeleteEntityResponse = Shapes::StructureShape.new(name: 'DeleteEntityResponse')
|
63
66
|
DeleteSceneRequest = Shapes::StructureShape.new(name: 'DeleteSceneRequest')
|
64
67
|
DeleteSceneResponse = Shapes::StructureShape.new(name: 'DeleteSceneResponse')
|
68
|
+
DeleteSyncJobRequest = Shapes::StructureShape.new(name: 'DeleteSyncJobRequest')
|
69
|
+
DeleteSyncJobResponse = Shapes::StructureShape.new(name: 'DeleteSyncJobResponse')
|
65
70
|
DeleteWorkspaceRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceRequest')
|
66
71
|
DeleteWorkspaceResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceResponse')
|
67
72
|
Description = Shapes::StringShape.new(name: 'Description')
|
@@ -99,6 +104,8 @@ module Aws::IoTTwinMaker
|
|
99
104
|
GetPropertyValueResponse = Shapes::StructureShape.new(name: 'GetPropertyValueResponse')
|
100
105
|
GetSceneRequest = Shapes::StructureShape.new(name: 'GetSceneRequest')
|
101
106
|
GetSceneResponse = Shapes::StructureShape.new(name: 'GetSceneResponse')
|
107
|
+
GetSyncJobRequest = Shapes::StructureShape.new(name: 'GetSyncJobRequest')
|
108
|
+
GetSyncJobResponse = Shapes::StructureShape.new(name: 'GetSyncJobResponse')
|
102
109
|
GetWorkspaceRequest = Shapes::StructureShape.new(name: 'GetWorkspaceRequest')
|
103
110
|
GetWorkspaceResponse = Shapes::StructureShape.new(name: 'GetWorkspaceResponse')
|
104
111
|
GroupType = Shapes::StringShape.new(name: 'GroupType')
|
@@ -121,6 +128,10 @@ module Aws::IoTTwinMaker
|
|
121
128
|
ListEntitiesResponse = Shapes::StructureShape.new(name: 'ListEntitiesResponse')
|
122
129
|
ListScenesRequest = Shapes::StructureShape.new(name: 'ListScenesRequest')
|
123
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')
|
124
135
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
125
136
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
126
137
|
ListWorkspacesRequest = Shapes::StructureShape.new(name: 'ListWorkspacesRequest')
|
@@ -144,6 +155,7 @@ module Aws::IoTTwinMaker
|
|
144
155
|
PropertyDefinitionResponse = Shapes::StructureShape.new(name: 'PropertyDefinitionResponse')
|
145
156
|
PropertyDefinitionsRequest = Shapes::MapShape.new(name: 'PropertyDefinitionsRequest')
|
146
157
|
PropertyDefinitionsResponse = Shapes::MapShape.new(name: 'PropertyDefinitionsResponse')
|
158
|
+
PropertyDisplayName = Shapes::StringShape.new(name: 'PropertyDisplayName')
|
147
159
|
PropertyFilter = Shapes::StructureShape.new(name: 'PropertyFilter')
|
148
160
|
PropertyFilters = Shapes::ListShape.new(name: 'PropertyFilters')
|
149
161
|
PropertyGroupRequest = Shapes::StructureShape.new(name: 'PropertyGroupRequest')
|
@@ -189,6 +201,18 @@ module Aws::IoTTwinMaker
|
|
189
201
|
State = Shapes::StringShape.new(name: 'State')
|
190
202
|
Status = Shapes::StructureShape.new(name: 'Status')
|
191
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')
|
192
216
|
TabularConditions = Shapes::StructureShape.new(name: 'TabularConditions')
|
193
217
|
TabularPropertyValue = Shapes::ListShape.new(name: 'TabularPropertyValue')
|
194
218
|
TabularPropertyValues = Shapes::ListShape.new(name: 'TabularPropertyValues')
|
@@ -280,6 +304,7 @@ module Aws::IoTTwinMaker
|
|
280
304
|
ComponentResponse.add_member(:defined_in, Shapes::ShapeRef.new(shape: String, location_name: "definedIn"))
|
281
305
|
ComponentResponse.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyResponses, location_name: "properties"))
|
282
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"))
|
283
308
|
ComponentResponse.struct_class = Types::ComponentResponse
|
284
309
|
|
285
310
|
ComponentTypeSummaries.member = Shapes::ShapeRef.new(shape: ComponentTypeSummary)
|
@@ -290,6 +315,7 @@ module Aws::IoTTwinMaker
|
|
290
315
|
ComponentTypeSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
|
291
316
|
ComponentTypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
292
317
|
ComponentTypeSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
318
|
+
ComponentTypeSummary.add_member(:component_type_name, Shapes::ShapeRef.new(shape: ComponentTypeName, location_name: "componentTypeName"))
|
293
319
|
ComponentTypeSummary.struct_class = Types::ComponentTypeSummary
|
294
320
|
|
295
321
|
ComponentUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ComponentUpdateType, location_name: "updateType"))
|
@@ -329,6 +355,7 @@ module Aws::IoTTwinMaker
|
|
329
355
|
CreateComponentTypeRequest.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsRequest, location_name: "functions"))
|
330
356
|
CreateComponentTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
331
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"))
|
332
359
|
CreateComponentTypeRequest.struct_class = Types::CreateComponentTypeRequest
|
333
360
|
|
334
361
|
CreateComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
|
@@ -363,6 +390,17 @@ module Aws::IoTTwinMaker
|
|
363
390
|
CreateSceneResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
364
391
|
CreateSceneResponse.struct_class = Types::CreateSceneResponse
|
365
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
|
+
|
366
404
|
CreateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
367
405
|
CreateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
368
406
|
CreateWorkspaceRequest.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
|
@@ -422,6 +460,13 @@ module Aws::IoTTwinMaker
|
|
422
460
|
|
423
461
|
DeleteSceneResponse.struct_class = Types::DeleteSceneResponse
|
424
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
|
+
|
425
470
|
DeleteWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
426
471
|
DeleteWorkspaceRequest.struct_class = Types::DeleteWorkspaceRequest
|
427
472
|
|
@@ -507,6 +552,8 @@ module Aws::IoTTwinMaker
|
|
507
552
|
GetComponentTypeResponse.add_member(:is_schema_initialized, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSchemaInitialized"))
|
508
553
|
GetComponentTypeResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
509
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"))
|
510
557
|
GetComponentTypeResponse.struct_class = Types::GetComponentTypeResponse
|
511
558
|
|
512
559
|
GetEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
|
@@ -524,6 +571,7 @@ module Aws::IoTTwinMaker
|
|
524
571
|
GetEntityResponse.add_member(:has_child_entities, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "hasChildEntities"))
|
525
572
|
GetEntityResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
|
526
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"))
|
527
575
|
GetEntityResponse.struct_class = Types::GetEntityResponse
|
528
576
|
|
529
577
|
GetPricingPlanRequest.struct_class = Types::GetPricingPlanRequest
|
@@ -582,6 +630,19 @@ module Aws::IoTTwinMaker
|
|
582
630
|
GetSceneResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: SceneCapabilities, location_name: "capabilities"))
|
583
631
|
GetSceneResponse.struct_class = Types::GetSceneResponse
|
584
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
|
+
|
585
646
|
GetWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: IdOrArn, required: true, location: "uri", location_name: "workspaceId"))
|
586
647
|
GetWorkspaceRequest.struct_class = Types::GetWorkspaceRequest
|
587
648
|
|
@@ -659,6 +720,26 @@ module Aws::IoTTwinMaker
|
|
659
720
|
ListScenesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
660
721
|
ListScenesResponse.struct_class = Types::ListScenesResponse
|
661
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
|
+
|
662
743
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "resourceARN"))
|
663
744
|
ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
664
745
|
ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
@@ -703,6 +784,7 @@ module Aws::IoTTwinMaker
|
|
703
784
|
PropertyDefinitionRequest.add_member(:is_time_series, Shapes::ShapeRef.new(shape: Boolean, location_name: "isTimeSeries"))
|
704
785
|
PropertyDefinitionRequest.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
|
705
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"))
|
706
788
|
PropertyDefinitionRequest.struct_class = Types::PropertyDefinitionRequest
|
707
789
|
|
708
790
|
PropertyDefinitionResponse.add_member(:data_type, Shapes::ShapeRef.new(shape: DataType, required: true, location_name: "dataType"))
|
@@ -715,6 +797,7 @@ module Aws::IoTTwinMaker
|
|
715
797
|
PropertyDefinitionResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isInherited"))
|
716
798
|
PropertyDefinitionResponse.add_member(:default_value, Shapes::ShapeRef.new(shape: DataValue, location_name: "defaultValue"))
|
717
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"))
|
718
801
|
PropertyDefinitionResponse.struct_class = Types::PropertyDefinitionResponse
|
719
802
|
|
720
803
|
PropertyDefinitionsRequest.key = Shapes::ShapeRef.new(shape: Name)
|
@@ -833,6 +916,47 @@ module Aws::IoTTwinMaker
|
|
833
916
|
Status.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
|
834
917
|
Status.struct_class = Types::Status
|
835
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
|
+
|
836
960
|
TabularConditions.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderByList, location_name: "orderBy"))
|
837
961
|
TabularConditions.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
|
838
962
|
TabularConditions.struct_class = Types::TabularConditions
|
@@ -872,6 +996,7 @@ module Aws::IoTTwinMaker
|
|
872
996
|
UpdateComponentTypeRequest.add_member(:extends_from, Shapes::ShapeRef.new(shape: ExtendsFrom, location_name: "extendsFrom"))
|
873
997
|
UpdateComponentTypeRequest.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsRequest, location_name: "functions"))
|
874
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"))
|
875
1000
|
UpdateComponentTypeRequest.struct_class = Types::UpdateComponentTypeRequest
|
876
1001
|
|
877
1002
|
UpdateComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
|
@@ -1016,6 +1141,23 @@ module Aws::IoTTwinMaker
|
|
1016
1141
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1017
1142
|
end)
|
1018
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
|
+
|
1019
1161
|
api.add_operation(:create_workspace, Seahorse::Model::Operation.new.tap do |o|
|
1020
1162
|
o.name = "CreateWorkspace"
|
1021
1163
|
o.http_method = "POST"
|
@@ -1081,6 +1223,23 @@ module Aws::IoTTwinMaker
|
|
1081
1223
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1082
1224
|
end)
|
1083
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
|
+
|
1084
1243
|
api.add_operation(:delete_workspace, Seahorse::Model::Operation.new.tap do |o|
|
1085
1244
|
o.name = "DeleteWorkspace"
|
1086
1245
|
o.http_method = "DELETE"
|
@@ -1231,6 +1390,23 @@ module Aws::IoTTwinMaker
|
|
1231
1390
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1232
1391
|
end)
|
1233
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
|
+
|
1234
1410
|
api.add_operation(:get_workspace, Seahorse::Model::Operation.new.tap do |o|
|
1235
1411
|
o.name = "GetWorkspace"
|
1236
1412
|
o.http_method = "GET"
|
@@ -1310,6 +1486,50 @@ module Aws::IoTTwinMaker
|
|
1310
1486
|
)
|
1311
1487
|
end)
|
1312
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
|
+
|
1313
1533
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1314
1534
|
o.name = "ListTagsForResource"
|
1315
1535
|
o.http_method = "POST"
|
@@ -50,6 +50,9 @@ module Aws::IoTTwinMaker
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -9,104 +9,43 @@
|
|
9
9
|
|
10
10
|
module Aws::IoTTwinMaker
|
11
11
|
class EndpointProvider
|
12
|
-
def
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
12
|
+
def resolve_endpoint(parameters)
|
13
|
+
region = parameters.region
|
14
|
+
use_dual_stack = parameters.use_dual_stack
|
15
|
+
use_fips = parameters.use_fips
|
16
|
+
endpoint = parameters.endpoint
|
17
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
+
end
|
22
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
+
end
|
25
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
+
end
|
27
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
+
return Aws::Endpoints::Endpoint.new(url: "https://iottwinmaker-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
+
end
|
31
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
+
end
|
33
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
35
|
+
return Aws::Endpoints::Endpoint.new(url: "https://iottwinmaker-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
+
end
|
37
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
38
|
+
end
|
39
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
41
|
+
return Aws::Endpoints::Endpoint.new(url: "https://iottwinmaker.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
42
|
+
end
|
43
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
44
|
+
end
|
45
|
+
return Aws::Endpoints::Endpoint.new(url: "https://iottwinmaker.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
21
46
|
end
|
22
|
-
|
23
|
-
end
|
47
|
+
raise ArgumentError, 'No endpoint could be resolved'
|
24
48
|
|
25
|
-
def resolve_endpoint(parameters)
|
26
|
-
@provider.resolve_endpoint(parameters)
|
27
49
|
end
|
28
|
-
|
29
|
-
# @api private
|
30
|
-
RULES = <<-JSON
|
31
|
-
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
|
33
|
-
dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
|
34
|
-
cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
|
35
|
-
dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
|
36
|
-
ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
|
37
|
-
ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
|
38
|
-
ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
|
39
|
-
aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
|
40
|
-
OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
|
41
|
-
UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
|
42
|
-
dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
|
43
|
-
UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
|
44
|
-
dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
|
45
|
-
ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
|
46
|
-
IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
|
47
|
-
aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
|
48
|
-
bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
|
49
|
-
ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
|
50
|
-
Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
|
51
|
-
cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
|
52
|
-
InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
|
53
|
-
aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
|
54
|
-
cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
|
55
|
-
InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
|
56
|
-
W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
|
57
|
-
UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
|
58
|
-
SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
|
59
|
-
eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
|
60
|
-
InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
|
61
|
-
LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
|
62
|
-
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
|
63
|
-
b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
|
64
|
-
fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
|
65
|
-
RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
|
66
|
-
ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
|
67
|
-
ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
|
68
|
-
ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
|
69
|
-
dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
|
70
|
-
dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
|
71
|
-
Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
|
72
|
-
In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
|
73
|
-
YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
|
74
|
-
YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
|
75
|
-
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
76
|
-
dCI6eyJ1cmwiOiJodHRwczovL2lvdHR3aW5tYWtlci1maXBzLntSZWdpb259
|
77
|
-
LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3Bl
|
78
|
-
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0s
|
79
|
-
eyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sg
|
80
|
-
YXJlIGVuYWJsZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBw
|
81
|
-
b3J0IG9uZSBvciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlv
|
82
|
-
bnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVz
|
83
|
-
ZUZJUFMifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25k
|
84
|
-
aXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7
|
85
|
-
ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3Vs
|
86
|
-
dCJ9LCJzdXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMi
|
87
|
-
Olt7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJj
|
88
|
-
b25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9pb3R0
|
89
|
-
d2lubWFrZXItZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1
|
90
|
-
ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoi
|
91
|
-
ZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBT
|
92
|
-
IGlzIGVuYWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBv
|
93
|
-
cnQgRklQUyIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJm
|
94
|
-
biI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3Rh
|
95
|
-
Y2sifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
|
96
|
-
b25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZu
|
97
|
-
IjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9
|
98
|
-
LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxl
|
99
|
-
cyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBz
|
100
|
-
Oi8vaW90dHdpbm1ha2VyLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVh
|
101
|
-
bFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7
|
102
|
-
fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJy
|
103
|
-
b3IiOiJEdWFsU3RhY2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24g
|
104
|
-
ZG9lcyBub3Qgc3VwcG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19
|
105
|
-
LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8v
|
106
|
-
aW90dHdpbm1ha2VyLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3Vm
|
107
|
-
Zml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
|
108
|
-
bmRwb2ludCJ9XX1dfQ==
|
109
|
-
|
110
|
-
JSON
|
111
50
|
end
|
112
51
|
end
|
@@ -67,6 +67,20 @@ module Aws::IoTTwinMaker
|
|
67
67
|
end
|
68
68
|
end
|
69
69
|
|
70
|
+
class CreateSyncJob
|
71
|
+
def self.build(context)
|
72
|
+
unless context.config.regional_endpoint
|
73
|
+
endpoint = context.config.endpoint.to_s
|
74
|
+
end
|
75
|
+
Aws::IoTTwinMaker::EndpointParameters.new(
|
76
|
+
region: context.config.region,
|
77
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
78
|
+
use_fips: context.config.use_fips_endpoint,
|
79
|
+
endpoint: endpoint,
|
80
|
+
)
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
70
84
|
class CreateWorkspace
|
71
85
|
def self.build(context)
|
72
86
|
unless context.config.regional_endpoint
|
@@ -123,6 +137,20 @@ module Aws::IoTTwinMaker
|
|
123
137
|
end
|
124
138
|
end
|
125
139
|
|
140
|
+
class DeleteSyncJob
|
141
|
+
def self.build(context)
|
142
|
+
unless context.config.regional_endpoint
|
143
|
+
endpoint = context.config.endpoint.to_s
|
144
|
+
end
|
145
|
+
Aws::IoTTwinMaker::EndpointParameters.new(
|
146
|
+
region: context.config.region,
|
147
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
148
|
+
use_fips: context.config.use_fips_endpoint,
|
149
|
+
endpoint: endpoint,
|
150
|
+
)
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
126
154
|
class DeleteWorkspace
|
127
155
|
def self.build(context)
|
128
156
|
unless context.config.regional_endpoint
|
@@ -235,6 +263,20 @@ module Aws::IoTTwinMaker
|
|
235
263
|
end
|
236
264
|
end
|
237
265
|
|
266
|
+
class GetSyncJob
|
267
|
+
def self.build(context)
|
268
|
+
unless context.config.regional_endpoint
|
269
|
+
endpoint = context.config.endpoint.to_s
|
270
|
+
end
|
271
|
+
Aws::IoTTwinMaker::EndpointParameters.new(
|
272
|
+
region: context.config.region,
|
273
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
274
|
+
use_fips: context.config.use_fips_endpoint,
|
275
|
+
endpoint: endpoint,
|
276
|
+
)
|
277
|
+
end
|
278
|
+
end
|
279
|
+
|
238
280
|
class GetWorkspace
|
239
281
|
def self.build(context)
|
240
282
|
unless context.config.regional_endpoint
|
@@ -291,6 +333,34 @@ module Aws::IoTTwinMaker
|
|
291
333
|
end
|
292
334
|
end
|
293
335
|
|
336
|
+
class ListSyncJobs
|
337
|
+
def self.build(context)
|
338
|
+
unless context.config.regional_endpoint
|
339
|
+
endpoint = context.config.endpoint.to_s
|
340
|
+
end
|
341
|
+
Aws::IoTTwinMaker::EndpointParameters.new(
|
342
|
+
region: context.config.region,
|
343
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
344
|
+
use_fips: context.config.use_fips_endpoint,
|
345
|
+
endpoint: endpoint,
|
346
|
+
)
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
350
|
+
class ListSyncResources
|
351
|
+
def self.build(context)
|
352
|
+
unless context.config.regional_endpoint
|
353
|
+
endpoint = context.config.endpoint.to_s
|
354
|
+
end
|
355
|
+
Aws::IoTTwinMaker::EndpointParameters.new(
|
356
|
+
region: context.config.region,
|
357
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
358
|
+
use_fips: context.config.use_fips_endpoint,
|
359
|
+
endpoint: endpoint,
|
360
|
+
)
|
361
|
+
end
|
362
|
+
end
|
363
|
+
|
294
364
|
class ListTagsForResource
|
295
365
|
def self.build(context)
|
296
366
|
unless context.config.regional_endpoint
|