aws-sdk-iottwinmaker 1.17.0 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iottwinmaker/client.rb +751 -17
- data/lib/aws-sdk-iottwinmaker/client_api.rb +420 -4
- data/lib/aws-sdk-iottwinmaker/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-iottwinmaker/endpoints.rb +84 -0
- data/lib/aws-sdk-iottwinmaker/plugins/endpoints.rb +12 -0
- data/lib/aws-sdk-iottwinmaker/types.rb +971 -27
- data/lib/aws-sdk-iottwinmaker.rb +1 -1
- metadata +2 -2
| @@ -21,16 +21,21 @@ module Aws::IoTTwinMaker | |
| 21 21 | 
             
                Boolean = Shapes::BooleanShape.new(name: 'Boolean')
         | 
| 22 22 | 
             
                BundleInformation = Shapes::StructureShape.new(name: 'BundleInformation')
         | 
| 23 23 | 
             
                BundleName = Shapes::StringShape.new(name: 'BundleName')
         | 
| 24 | 
            +
                CancelMetadataTransferJobRequest = Shapes::StructureShape.new(name: 'CancelMetadataTransferJobRequest')
         | 
| 25 | 
            +
                CancelMetadataTransferJobResponse = Shapes::StructureShape.new(name: 'CancelMetadataTransferJobResponse')
         | 
| 24 26 | 
             
                ColumnDescription = Shapes::StructureShape.new(name: 'ColumnDescription')
         | 
| 25 27 | 
             
                ColumnDescriptions = Shapes::ListShape.new(name: 'ColumnDescriptions')
         | 
| 26 28 | 
             
                ColumnName = Shapes::StringShape.new(name: 'ColumnName')
         | 
| 27 29 | 
             
                ColumnType = Shapes::StringShape.new(name: 'ColumnType')
         | 
| 30 | 
            +
                ComponentPath = Shapes::StringShape.new(name: 'ComponentPath')
         | 
| 28 31 | 
             
                ComponentPropertyGroupRequest = Shapes::StructureShape.new(name: 'ComponentPropertyGroupRequest')
         | 
| 29 32 | 
             
                ComponentPropertyGroupRequests = Shapes::MapShape.new(name: 'ComponentPropertyGroupRequests')
         | 
| 30 33 | 
             
                ComponentPropertyGroupResponse = Shapes::StructureShape.new(name: 'ComponentPropertyGroupResponse')
         | 
| 31 34 | 
             
                ComponentPropertyGroupResponses = Shapes::MapShape.new(name: 'ComponentPropertyGroupResponses')
         | 
| 32 35 | 
             
                ComponentRequest = Shapes::StructureShape.new(name: 'ComponentRequest')
         | 
| 33 36 | 
             
                ComponentResponse = Shapes::StructureShape.new(name: 'ComponentResponse')
         | 
| 37 | 
            +
                ComponentSummaries = Shapes::ListShape.new(name: 'ComponentSummaries')
         | 
| 38 | 
            +
                ComponentSummary = Shapes::StructureShape.new(name: 'ComponentSummary')
         | 
| 34 39 | 
             
                ComponentTypeId = Shapes::StringShape.new(name: 'ComponentTypeId')
         | 
| 35 40 | 
             
                ComponentTypeName = Shapes::StringShape.new(name: 'ComponentTypeName')
         | 
| 36 41 | 
             
                ComponentTypeSummaries = Shapes::ListShape.new(name: 'ComponentTypeSummaries')
         | 
| @@ -40,6 +45,15 @@ module Aws::IoTTwinMaker | |
| 40 45 | 
             
                ComponentUpdatesMapRequest = Shapes::MapShape.new(name: 'ComponentUpdatesMapRequest')
         | 
| 41 46 | 
             
                ComponentsMap = Shapes::MapShape.new(name: 'ComponentsMap')
         | 
| 42 47 | 
             
                ComponentsMapRequest = Shapes::MapShape.new(name: 'ComponentsMapRequest')
         | 
| 48 | 
            +
                CompositeComponentRequest = Shapes::StructureShape.new(name: 'CompositeComponentRequest')
         | 
| 49 | 
            +
                CompositeComponentResponse = Shapes::MapShape.new(name: 'CompositeComponentResponse')
         | 
| 50 | 
            +
                CompositeComponentTypeRequest = Shapes::StructureShape.new(name: 'CompositeComponentTypeRequest')
         | 
| 51 | 
            +
                CompositeComponentTypeResponse = Shapes::StructureShape.new(name: 'CompositeComponentTypeResponse')
         | 
| 52 | 
            +
                CompositeComponentTypesRequest = Shapes::MapShape.new(name: 'CompositeComponentTypesRequest')
         | 
| 53 | 
            +
                CompositeComponentTypesResponse = Shapes::MapShape.new(name: 'CompositeComponentTypesResponse')
         | 
| 54 | 
            +
                CompositeComponentUpdateRequest = Shapes::StructureShape.new(name: 'CompositeComponentUpdateRequest')
         | 
| 55 | 
            +
                CompositeComponentUpdatesMapRequest = Shapes::MapShape.new(name: 'CompositeComponentUpdatesMapRequest')
         | 
| 56 | 
            +
                CompositeComponentsMapRequest = Shapes::MapShape.new(name: 'CompositeComponentsMapRequest')
         | 
| 43 57 | 
             
                Configuration = Shapes::MapShape.new(name: 'Configuration')
         | 
| 44 58 | 
             
                ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
         | 
| 45 59 | 
             
                ConnectorFailureException = Shapes::StructureShape.new(name: 'ConnectorFailureException')
         | 
| @@ -48,6 +62,8 @@ module Aws::IoTTwinMaker | |
| 48 62 | 
             
                CreateComponentTypeResponse = Shapes::StructureShape.new(name: 'CreateComponentTypeResponse')
         | 
| 49 63 | 
             
                CreateEntityRequest = Shapes::StructureShape.new(name: 'CreateEntityRequest')
         | 
| 50 64 | 
             
                CreateEntityResponse = Shapes::StructureShape.new(name: 'CreateEntityResponse')
         | 
| 65 | 
            +
                CreateMetadataTransferJobRequest = Shapes::StructureShape.new(name: 'CreateMetadataTransferJobRequest')
         | 
| 66 | 
            +
                CreateMetadataTransferJobResponse = Shapes::StructureShape.new(name: 'CreateMetadataTransferJobResponse')
         | 
| 51 67 | 
             
                CreateSceneRequest = Shapes::StructureShape.new(name: 'CreateSceneRequest')
         | 
| 52 68 | 
             
                CreateSceneResponse = Shapes::StructureShape.new(name: 'CreateSceneResponse')
         | 
| 53 69 | 
             
                CreateSyncJobRequest = Shapes::StructureShape.new(name: 'CreateSyncJobRequest')
         | 
| @@ -70,6 +86,8 @@ module Aws::IoTTwinMaker | |
| 70 86 | 
             
                DeleteWorkspaceRequest = Shapes::StructureShape.new(name: 'DeleteWorkspaceRequest')
         | 
| 71 87 | 
             
                DeleteWorkspaceResponse = Shapes::StructureShape.new(name: 'DeleteWorkspaceResponse')
         | 
| 72 88 | 
             
                Description = Shapes::StringShape.new(name: 'Description')
         | 
| 89 | 
            +
                DestinationConfiguration = Shapes::StructureShape.new(name: 'DestinationConfiguration')
         | 
| 90 | 
            +
                DestinationType = Shapes::StringShape.new(name: 'DestinationType')
         | 
| 73 91 | 
             
                Double = Shapes::FloatShape.new(name: 'Double')
         | 
| 74 92 | 
             
                EntityId = Shapes::StringShape.new(name: 'EntityId')
         | 
| 75 93 | 
             
                EntityName = Shapes::StringShape.new(name: 'EntityName')
         | 
| @@ -88,6 +106,10 @@ module Aws::IoTTwinMaker | |
| 88 106 | 
             
                Expression = Shapes::StringShape.new(name: 'Expression')
         | 
| 89 107 | 
             
                ExtendsFrom = Shapes::ListShape.new(name: 'ExtendsFrom')
         | 
| 90 108 | 
             
                ExternalIdProperty = Shapes::MapShape.new(name: 'ExternalIdProperty')
         | 
| 109 | 
            +
                FilterByAsset = Shapes::StructureShape.new(name: 'FilterByAsset')
         | 
| 110 | 
            +
                FilterByAssetModel = Shapes::StructureShape.new(name: 'FilterByAssetModel')
         | 
| 111 | 
            +
                FilterByComponentType = Shapes::StructureShape.new(name: 'FilterByComponentType')
         | 
| 112 | 
            +
                FilterByEntity = Shapes::StructureShape.new(name: 'FilterByEntity')
         | 
| 91 113 | 
             
                FunctionRequest = Shapes::StructureShape.new(name: 'FunctionRequest')
         | 
| 92 114 | 
             
                FunctionResponse = Shapes::StructureShape.new(name: 'FunctionResponse')
         | 
| 93 115 | 
             
                FunctionsRequest = Shapes::MapShape.new(name: 'FunctionsRequest')
         | 
| @@ -97,6 +119,8 @@ module Aws::IoTTwinMaker | |
| 97 119 | 
             
                GetComponentTypeResponse = Shapes::StructureShape.new(name: 'GetComponentTypeResponse')
         | 
| 98 120 | 
             
                GetEntityRequest = Shapes::StructureShape.new(name: 'GetEntityRequest')
         | 
| 99 121 | 
             
                GetEntityResponse = Shapes::StructureShape.new(name: 'GetEntityResponse')
         | 
| 122 | 
            +
                GetMetadataTransferJobRequest = Shapes::StructureShape.new(name: 'GetMetadataTransferJobRequest')
         | 
| 123 | 
            +
                GetMetadataTransferJobResponse = Shapes::StructureShape.new(name: 'GetMetadataTransferJobResponse')
         | 
| 100 124 | 
             
                GetPricingPlanRequest = Shapes::StructureShape.new(name: 'GetPricingPlanRequest')
         | 
| 101 125 | 
             
                GetPricingPlanResponse = Shapes::StructureShape.new(name: 'GetPricingPlanResponse')
         | 
| 102 126 | 
             
                GetPropertyValueHistoryRequest = Shapes::StructureShape.new(name: 'GetPropertyValueHistoryRequest')
         | 
| @@ -117,16 +141,33 @@ module Aws::IoTTwinMaker | |
| 117 141 | 
             
                InterpolationParameters = Shapes::StructureShape.new(name: 'InterpolationParameters')
         | 
| 118 142 | 
             
                InterpolationType = Shapes::StringShape.new(name: 'InterpolationType')
         | 
| 119 143 | 
             
                IntervalInSeconds = Shapes::IntegerShape.new(name: 'IntervalInSeconds')
         | 
| 144 | 
            +
                IotSiteWiseSourceConfiguration = Shapes::StructureShape.new(name: 'IotSiteWiseSourceConfiguration')
         | 
| 145 | 
            +
                IotSiteWiseSourceConfigurationFilter = Shapes::UnionShape.new(name: 'IotSiteWiseSourceConfigurationFilter')
         | 
| 146 | 
            +
                IotSiteWiseSourceConfigurationFilters = Shapes::ListShape.new(name: 'IotSiteWiseSourceConfigurationFilters')
         | 
| 147 | 
            +
                IotTwinMakerDestinationConfiguration = Shapes::StructureShape.new(name: 'IotTwinMakerDestinationConfiguration')
         | 
| 148 | 
            +
                IotTwinMakerSourceConfiguration = Shapes::StructureShape.new(name: 'IotTwinMakerSourceConfiguration')
         | 
| 149 | 
            +
                IotTwinMakerSourceConfigurationFilter = Shapes::UnionShape.new(name: 'IotTwinMakerSourceConfigurationFilter')
         | 
| 150 | 
            +
                IotTwinMakerSourceConfigurationFilters = Shapes::ListShape.new(name: 'IotTwinMakerSourceConfigurationFilters')
         | 
| 120 151 | 
             
                LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
         | 
| 121 152 | 
             
                LambdaFunction = Shapes::StructureShape.new(name: 'LambdaFunction')
         | 
| 153 | 
            +
                LinkedService = Shapes::StringShape.new(name: 'LinkedService')
         | 
| 154 | 
            +
                LinkedServices = Shapes::ListShape.new(name: 'LinkedServices')
         | 
| 122 155 | 
             
                ListComponentTypesFilter = Shapes::UnionShape.new(name: 'ListComponentTypesFilter')
         | 
| 123 156 | 
             
                ListComponentTypesFilters = Shapes::ListShape.new(name: 'ListComponentTypesFilters')
         | 
| 124 157 | 
             
                ListComponentTypesRequest = Shapes::StructureShape.new(name: 'ListComponentTypesRequest')
         | 
| 125 158 | 
             
                ListComponentTypesResponse = Shapes::StructureShape.new(name: 'ListComponentTypesResponse')
         | 
| 159 | 
            +
                ListComponentsRequest = Shapes::StructureShape.new(name: 'ListComponentsRequest')
         | 
| 160 | 
            +
                ListComponentsResponse = Shapes::StructureShape.new(name: 'ListComponentsResponse')
         | 
| 126 161 | 
             
                ListEntitiesFilter = Shapes::UnionShape.new(name: 'ListEntitiesFilter')
         | 
| 127 162 | 
             
                ListEntitiesFilters = Shapes::ListShape.new(name: 'ListEntitiesFilters')
         | 
| 128 163 | 
             
                ListEntitiesRequest = Shapes::StructureShape.new(name: 'ListEntitiesRequest')
         | 
| 129 164 | 
             
                ListEntitiesResponse = Shapes::StructureShape.new(name: 'ListEntitiesResponse')
         | 
| 165 | 
            +
                ListMetadataTransferJobsFilter = Shapes::UnionShape.new(name: 'ListMetadataTransferJobsFilter')
         | 
| 166 | 
            +
                ListMetadataTransferJobsFilters = Shapes::ListShape.new(name: 'ListMetadataTransferJobsFilters')
         | 
| 167 | 
            +
                ListMetadataTransferJobsRequest = Shapes::StructureShape.new(name: 'ListMetadataTransferJobsRequest')
         | 
| 168 | 
            +
                ListMetadataTransferJobsResponse = Shapes::StructureShape.new(name: 'ListMetadataTransferJobsResponse')
         | 
| 169 | 
            +
                ListPropertiesRequest = Shapes::StructureShape.new(name: 'ListPropertiesRequest')
         | 
| 170 | 
            +
                ListPropertiesResponse = Shapes::StructureShape.new(name: 'ListPropertiesResponse')
         | 
| 130 171 | 
             
                ListScenesRequest = Shapes::StructureShape.new(name: 'ListScenesRequest')
         | 
| 131 172 | 
             
                ListScenesResponse = Shapes::StructureShape.new(name: 'ListScenesResponse')
         | 
| 132 173 | 
             
                ListSyncJobsRequest = Shapes::StructureShape.new(name: 'ListSyncJobsRequest')
         | 
| @@ -139,6 +180,11 @@ module Aws::IoTTwinMaker | |
| 139 180 | 
             
                ListWorkspacesResponse = Shapes::StructureShape.new(name: 'ListWorkspacesResponse')
         | 
| 140 181 | 
             
                Long = Shapes::IntegerShape.new(name: 'Long')
         | 
| 141 182 | 
             
                MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
         | 
| 183 | 
            +
                MetadataTransferJobProgress = Shapes::StructureShape.new(name: 'MetadataTransferJobProgress')
         | 
| 184 | 
            +
                MetadataTransferJobState = Shapes::StringShape.new(name: 'MetadataTransferJobState')
         | 
| 185 | 
            +
                MetadataTransferJobStatus = Shapes::StructureShape.new(name: 'MetadataTransferJobStatus')
         | 
| 186 | 
            +
                MetadataTransferJobSummaries = Shapes::ListShape.new(name: 'MetadataTransferJobSummaries')
         | 
| 187 | 
            +
                MetadataTransferJobSummary = Shapes::StructureShape.new(name: 'MetadataTransferJobSummary')
         | 
| 142 188 | 
             
                Name = Shapes::StringShape.new(name: 'Name')
         | 
| 143 189 | 
             
                NextToken = Shapes::StringShape.new(name: 'NextToken')
         | 
| 144 190 | 
             
                Order = Shapes::StringShape.new(name: 'Order')
         | 
| @@ -171,6 +217,8 @@ module Aws::IoTTwinMaker | |
| 171 217 | 
             
                PropertyRequests = Shapes::MapShape.new(name: 'PropertyRequests')
         | 
| 172 218 | 
             
                PropertyResponse = Shapes::StructureShape.new(name: 'PropertyResponse')
         | 
| 173 219 | 
             
                PropertyResponses = Shapes::MapShape.new(name: 'PropertyResponses')
         | 
| 220 | 
            +
                PropertySummaries = Shapes::ListShape.new(name: 'PropertySummaries')
         | 
| 221 | 
            +
                PropertySummary = Shapes::StructureShape.new(name: 'PropertySummary')
         | 
| 174 222 | 
             
                PropertyTableValue = Shapes::MapShape.new(name: 'PropertyTableValue')
         | 
| 175 223 | 
             
                PropertyUpdateType = Shapes::StringShape.new(name: 'PropertyUpdateType')
         | 
| 176 224 | 
             
                PropertyValue = Shapes::StructureShape.new(name: 'PropertyValue')
         | 
| @@ -190,7 +238,11 @@ module Aws::IoTTwinMaker | |
| 190 238 | 
             
                Row = Shapes::StructureShape.new(name: 'Row')
         | 
| 191 239 | 
             
                RowData = Shapes::ListShape.new(name: 'RowData')
         | 
| 192 240 | 
             
                Rows = Shapes::ListShape.new(name: 'Rows')
         | 
| 241 | 
            +
                S3DestinationConfiguration = Shapes::StructureShape.new(name: 'S3DestinationConfiguration')
         | 
| 242 | 
            +
                S3DestinationLocation = Shapes::StringShape.new(name: 'S3DestinationLocation')
         | 
| 193 243 | 
             
                S3Location = Shapes::StringShape.new(name: 'S3Location')
         | 
| 244 | 
            +
                S3SourceConfiguration = Shapes::StructureShape.new(name: 'S3SourceConfiguration')
         | 
| 245 | 
            +
                S3SourceLocation = Shapes::StringShape.new(name: 'S3SourceLocation')
         | 
| 194 246 | 
             
                S3Url = Shapes::StringShape.new(name: 'S3Url')
         | 
| 195 247 | 
             
                SceneCapabilities = Shapes::ListShape.new(name: 'SceneCapabilities')
         | 
| 196 248 | 
             
                SceneCapability = Shapes::StringShape.new(name: 'SceneCapability')
         | 
| @@ -203,6 +255,10 @@ module Aws::IoTTwinMaker | |
| 203 255 | 
             
                Scope = Shapes::StringShape.new(name: 'Scope')
         | 
| 204 256 | 
             
                SelectedPropertyList = Shapes::ListShape.new(name: 'SelectedPropertyList')
         | 
| 205 257 | 
             
                ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
         | 
| 258 | 
            +
                SiteWiseExternalId = Shapes::StringShape.new(name: 'SiteWiseExternalId')
         | 
| 259 | 
            +
                SourceConfiguration = Shapes::StructureShape.new(name: 'SourceConfiguration')
         | 
| 260 | 
            +
                SourceConfigurations = Shapes::ListShape.new(name: 'SourceConfigurations')
         | 
| 261 | 
            +
                SourceType = Shapes::StringShape.new(name: 'SourceType')
         | 
| 206 262 | 
             
                State = Shapes::StringShape.new(name: 'State')
         | 
| 207 263 | 
             
                Status = Shapes::StructureShape.new(name: 'Status')
         | 
| 208 264 | 
             
                String = Shapes::StringShape.new(name: 'String')
         | 
| @@ -246,9 +302,11 @@ module Aws::IoTTwinMaker | |
| 246 302 | 
             
                UpdateSceneResponse = Shapes::StructureShape.new(name: 'UpdateSceneResponse')
         | 
| 247 303 | 
             
                UpdateWorkspaceRequest = Shapes::StructureShape.new(name: 'UpdateWorkspaceRequest')
         | 
| 248 304 | 
             
                UpdateWorkspaceResponse = Shapes::StructureShape.new(name: 'UpdateWorkspaceResponse')
         | 
| 305 | 
            +
                Uuid = Shapes::StringShape.new(name: 'Uuid')
         | 
| 249 306 | 
             
                ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
         | 
| 250 307 | 
             
                Value = Shapes::StringShape.new(name: 'Value')
         | 
| 251 308 | 
             
                Values = Shapes::ListShape.new(name: 'Values')
         | 
| 309 | 
            +
                WorkspaceDeleteMessage = Shapes::StringShape.new(name: 'WorkspaceDeleteMessage')
         | 
| 252 310 | 
             
                WorkspaceSummaries = Shapes::ListShape.new(name: 'WorkspaceSummaries')
         | 
| 253 311 | 
             
                WorkspaceSummary = Shapes::StructureShape.new(name: 'WorkspaceSummary')
         | 
| 254 312 |  | 
| @@ -274,6 +332,16 @@ module Aws::IoTTwinMaker | |
| 274 332 | 
             
                BundleInformation.add_member(:pricing_tier, Shapes::ShapeRef.new(shape: PricingTier, location_name: "pricingTier"))
         | 
| 275 333 | 
             
                BundleInformation.struct_class = Types::BundleInformation
         | 
| 276 334 |  | 
| 335 | 
            +
                CancelMetadataTransferJobRequest.add_member(:metadata_transfer_job_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "metadataTransferJobId"))
         | 
| 336 | 
            +
                CancelMetadataTransferJobRequest.struct_class = Types::CancelMetadataTransferJobRequest
         | 
| 337 | 
            +
             | 
| 338 | 
            +
                CancelMetadataTransferJobResponse.add_member(:metadata_transfer_job_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "metadataTransferJobId"))
         | 
| 339 | 
            +
                CancelMetadataTransferJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
         | 
| 340 | 
            +
                CancelMetadataTransferJobResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
         | 
| 341 | 
            +
                CancelMetadataTransferJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: MetadataTransferJobStatus, required: true, location_name: "status"))
         | 
| 342 | 
            +
                CancelMetadataTransferJobResponse.add_member(:progress, Shapes::ShapeRef.new(shape: MetadataTransferJobProgress, location_name: "progress"))
         | 
| 343 | 
            +
                CancelMetadataTransferJobResponse.struct_class = Types::CancelMetadataTransferJobResponse
         | 
| 344 | 
            +
             | 
| 277 345 | 
             
                ColumnDescription.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "name"))
         | 
| 278 346 | 
             
                ColumnDescription.add_member(:type, Shapes::ShapeRef.new(shape: ColumnType, location_name: "type"))
         | 
| 279 347 | 
             
                ColumnDescription.struct_class = Types::ColumnDescription
         | 
| @@ -310,8 +378,23 @@ module Aws::IoTTwinMaker | |
| 310 378 | 
             
                ComponentResponse.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyResponses, location_name: "properties"))
         | 
| 311 379 | 
             
                ComponentResponse.add_member(:property_groups, Shapes::ShapeRef.new(shape: ComponentPropertyGroupResponses, location_name: "propertyGroups"))
         | 
| 312 380 | 
             
                ComponentResponse.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, location_name: "syncSource"))
         | 
| 381 | 
            +
                ComponentResponse.add_member(:are_all_properties_returned, Shapes::ShapeRef.new(shape: Boolean, location_name: "areAllPropertiesReturned"))
         | 
| 382 | 
            +
                ComponentResponse.add_member(:composite_components, Shapes::ShapeRef.new(shape: CompositeComponentResponse, location_name: "compositeComponents"))
         | 
| 383 | 
            +
                ComponentResponse.add_member(:are_all_composite_components_returned, Shapes::ShapeRef.new(shape: Boolean, location_name: "areAllCompositeComponentsReturned"))
         | 
| 313 384 | 
             
                ComponentResponse.struct_class = Types::ComponentResponse
         | 
| 314 385 |  | 
| 386 | 
            +
                ComponentSummaries.member = Shapes::ShapeRef.new(shape: ComponentSummary)
         | 
| 387 | 
            +
             | 
| 388 | 
            +
                ComponentSummary.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "componentName"))
         | 
| 389 | 
            +
                ComponentSummary.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
         | 
| 390 | 
            +
                ComponentSummary.add_member(:defined_in, Shapes::ShapeRef.new(shape: String, location_name: "definedIn"))
         | 
| 391 | 
            +
                ComponentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 392 | 
            +
                ComponentSummary.add_member(:property_groups, Shapes::ShapeRef.new(shape: ComponentPropertyGroupResponses, location_name: "propertyGroups"))
         | 
| 393 | 
            +
                ComponentSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
         | 
| 394 | 
            +
                ComponentSummary.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, location_name: "syncSource"))
         | 
| 395 | 
            +
                ComponentSummary.add_member(:component_path, Shapes::ShapeRef.new(shape: ComponentPath, location_name: "componentPath"))
         | 
| 396 | 
            +
                ComponentSummary.struct_class = Types::ComponentSummary
         | 
| 397 | 
            +
             | 
| 315 398 | 
             
                ComponentTypeSummaries.member = Shapes::ShapeRef.new(shape: ComponentTypeSummary)
         | 
| 316 399 |  | 
| 317 400 | 
             
                ComponentTypeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
         | 
| @@ -339,6 +422,39 @@ module Aws::IoTTwinMaker | |
| 339 422 | 
             
                ComponentsMapRequest.key = Shapes::ShapeRef.new(shape: Name)
         | 
| 340 423 | 
             
                ComponentsMapRequest.value = Shapes::ShapeRef.new(shape: ComponentRequest)
         | 
| 341 424 |  | 
| 425 | 
            +
                CompositeComponentRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 426 | 
            +
                CompositeComponentRequest.add_member(:properties, Shapes::ShapeRef.new(shape: PropertyRequests, location_name: "properties"))
         | 
| 427 | 
            +
                CompositeComponentRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: ComponentPropertyGroupRequests, location_name: "propertyGroups"))
         | 
| 428 | 
            +
                CompositeComponentRequest.struct_class = Types::CompositeComponentRequest
         | 
| 429 | 
            +
             | 
| 430 | 
            +
                CompositeComponentResponse.key = Shapes::ShapeRef.new(shape: Name)
         | 
| 431 | 
            +
                CompositeComponentResponse.value = Shapes::ShapeRef.new(shape: ComponentSummary)
         | 
| 432 | 
            +
             | 
| 433 | 
            +
                CompositeComponentTypeRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
         | 
| 434 | 
            +
                CompositeComponentTypeRequest.struct_class = Types::CompositeComponentTypeRequest
         | 
| 435 | 
            +
             | 
| 436 | 
            +
                CompositeComponentTypeResponse.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
         | 
| 437 | 
            +
                CompositeComponentTypeResponse.add_member(:is_inherited, Shapes::ShapeRef.new(shape: Boolean, location_name: "isInherited"))
         | 
| 438 | 
            +
                CompositeComponentTypeResponse.struct_class = Types::CompositeComponentTypeResponse
         | 
| 439 | 
            +
             | 
| 440 | 
            +
                CompositeComponentTypesRequest.key = Shapes::ShapeRef.new(shape: Name)
         | 
| 441 | 
            +
                CompositeComponentTypesRequest.value = Shapes::ShapeRef.new(shape: CompositeComponentTypeRequest)
         | 
| 442 | 
            +
             | 
| 443 | 
            +
                CompositeComponentTypesResponse.key = Shapes::ShapeRef.new(shape: Name)
         | 
| 444 | 
            +
                CompositeComponentTypesResponse.value = Shapes::ShapeRef.new(shape: CompositeComponentTypeResponse)
         | 
| 445 | 
            +
             | 
| 446 | 
            +
                CompositeComponentUpdateRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: ComponentUpdateType, location_name: "updateType"))
         | 
| 447 | 
            +
                CompositeComponentUpdateRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 448 | 
            +
                CompositeComponentUpdateRequest.add_member(:property_updates, Shapes::ShapeRef.new(shape: PropertyRequests, location_name: "propertyUpdates"))
         | 
| 449 | 
            +
                CompositeComponentUpdateRequest.add_member(:property_group_updates, Shapes::ShapeRef.new(shape: ComponentPropertyGroupRequests, location_name: "propertyGroupUpdates"))
         | 
| 450 | 
            +
                CompositeComponentUpdateRequest.struct_class = Types::CompositeComponentUpdateRequest
         | 
| 451 | 
            +
             | 
| 452 | 
            +
                CompositeComponentUpdatesMapRequest.key = Shapes::ShapeRef.new(shape: ComponentPath)
         | 
| 453 | 
            +
                CompositeComponentUpdatesMapRequest.value = Shapes::ShapeRef.new(shape: CompositeComponentUpdateRequest)
         | 
| 454 | 
            +
             | 
| 455 | 
            +
                CompositeComponentsMapRequest.key = Shapes::ShapeRef.new(shape: ComponentPath)
         | 
| 456 | 
            +
                CompositeComponentsMapRequest.value = Shapes::ShapeRef.new(shape: CompositeComponentRequest)
         | 
| 457 | 
            +
             | 
| 342 458 | 
             
                Configuration.key = Shapes::ShapeRef.new(shape: Name)
         | 
| 343 459 | 
             
                Configuration.value = Shapes::ShapeRef.new(shape: Value)
         | 
| 344 460 |  | 
| @@ -361,6 +477,7 @@ module Aws::IoTTwinMaker | |
| 361 477 | 
             
                CreateComponentTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         | 
| 362 478 | 
             
                CreateComponentTypeRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsRequest, location_name: "propertyGroups"))
         | 
| 363 479 | 
             
                CreateComponentTypeRequest.add_member(:component_type_name, Shapes::ShapeRef.new(shape: ComponentTypeName, location_name: "componentTypeName"))
         | 
| 480 | 
            +
                CreateComponentTypeRequest.add_member(:composite_component_types, Shapes::ShapeRef.new(shape: CompositeComponentTypesRequest, location_name: "compositeComponentTypes"))
         | 
| 364 481 | 
             
                CreateComponentTypeRequest.struct_class = Types::CreateComponentTypeRequest
         | 
| 365 482 |  | 
| 366 483 | 
             
                CreateComponentTypeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
         | 
| @@ -373,6 +490,7 @@ module Aws::IoTTwinMaker | |
| 373 490 | 
             
                CreateEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "entityName"))
         | 
| 374 491 | 
             
                CreateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 375 492 | 
             
                CreateEntityRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentsMapRequest, location_name: "components"))
         | 
| 493 | 
            +
                CreateEntityRequest.add_member(:composite_components, Shapes::ShapeRef.new(shape: CompositeComponentsMapRequest, location_name: "compositeComponents"))
         | 
| 376 494 | 
             
                CreateEntityRequest.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
         | 
| 377 495 | 
             
                CreateEntityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         | 
| 378 496 | 
             
                CreateEntityRequest.struct_class = Types::CreateEntityRequest
         | 
| @@ -383,6 +501,18 @@ module Aws::IoTTwinMaker | |
| 383 501 | 
             
                CreateEntityResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "state"))
         | 
| 384 502 | 
             
                CreateEntityResponse.struct_class = Types::CreateEntityResponse
         | 
| 385 503 |  | 
| 504 | 
            +
                CreateMetadataTransferJobRequest.add_member(:metadata_transfer_job_id, Shapes::ShapeRef.new(shape: Id, location_name: "metadataTransferJobId"))
         | 
| 505 | 
            +
                CreateMetadataTransferJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 506 | 
            +
                CreateMetadataTransferJobRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigurations, required: true, location_name: "sources"))
         | 
| 507 | 
            +
                CreateMetadataTransferJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destination"))
         | 
| 508 | 
            +
                CreateMetadataTransferJobRequest.struct_class = Types::CreateMetadataTransferJobRequest
         | 
| 509 | 
            +
             | 
| 510 | 
            +
                CreateMetadataTransferJobResponse.add_member(:metadata_transfer_job_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "metadataTransferJobId"))
         | 
| 511 | 
            +
                CreateMetadataTransferJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
         | 
| 512 | 
            +
                CreateMetadataTransferJobResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
         | 
| 513 | 
            +
                CreateMetadataTransferJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: MetadataTransferJobStatus, required: true, location_name: "status"))
         | 
| 514 | 
            +
                CreateMetadataTransferJobResponse.struct_class = Types::CreateMetadataTransferJobResponse
         | 
| 515 | 
            +
             | 
| 386 516 | 
             
                CreateSceneRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| 387 517 | 
             
                CreateSceneRequest.add_member(:scene_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "sceneId"))
         | 
| 388 518 | 
             
                CreateSceneRequest.add_member(:content_location, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "contentLocation"))
         | 
| @@ -409,8 +539,8 @@ module Aws::IoTTwinMaker | |
| 409 539 |  | 
| 410 540 | 
             
                CreateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| 411 541 | 
             
                CreateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 412 | 
            -
                CreateWorkspaceRequest.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location,  | 
| 413 | 
            -
                CreateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn,  | 
| 542 | 
            +
                CreateWorkspaceRequest.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
         | 
| 543 | 
            +
                CreateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "role"))
         | 
| 414 544 | 
             
                CreateWorkspaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
         | 
| 415 545 | 
             
                CreateWorkspaceRequest.struct_class = Types::CreateWorkspaceRequest
         | 
| 416 546 |  | 
| @@ -476,9 +606,16 @@ module Aws::IoTTwinMaker | |
| 476 606 | 
             
                DeleteWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| 477 607 | 
             
                DeleteWorkspaceRequest.struct_class = Types::DeleteWorkspaceRequest
         | 
| 478 608 |  | 
| 609 | 
            +
                DeleteWorkspaceResponse.add_member(:message, Shapes::ShapeRef.new(shape: WorkspaceDeleteMessage, location_name: "message"))
         | 
| 479 610 | 
             
                DeleteWorkspaceResponse.struct_class = Types::DeleteWorkspaceResponse
         | 
| 480 611 |  | 
| 612 | 
            +
                DestinationConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: DestinationType, required: true, location_name: "type"))
         | 
| 613 | 
            +
                DestinationConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, location_name: "s3Configuration"))
         | 
| 614 | 
            +
                DestinationConfiguration.add_member(:iot_twin_maker_configuration, Shapes::ShapeRef.new(shape: IotTwinMakerDestinationConfiguration, location_name: "iotTwinMakerConfiguration"))
         | 
| 615 | 
            +
                DestinationConfiguration.struct_class = Types::DestinationConfiguration
         | 
| 616 | 
            +
             | 
| 481 617 | 
             
                EntityPropertyReference.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
         | 
| 618 | 
            +
                EntityPropertyReference.add_member(:component_path, Shapes::ShapeRef.new(shape: ComponentPath, location_name: "componentPath"))
         | 
| 482 619 | 
             
                EntityPropertyReference.add_member(:external_id_property, Shapes::ShapeRef.new(shape: ExternalIdProperty, location_name: "externalIdProperty"))
         | 
| 483 620 | 
             
                EntityPropertyReference.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
         | 
| 484 621 | 
             
                EntityPropertyReference.add_member(:property_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "propertyName"))
         | 
| @@ -523,6 +660,24 @@ module Aws::IoTTwinMaker | |
| 523 660 | 
             
                ExternalIdProperty.key = Shapes::ShapeRef.new(shape: String)
         | 
| 524 661 | 
             
                ExternalIdProperty.value = Shapes::ShapeRef.new(shape: String)
         | 
| 525 662 |  | 
| 663 | 
            +
                FilterByAsset.add_member(:asset_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "assetId"))
         | 
| 664 | 
            +
                FilterByAsset.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: SiteWiseExternalId, location_name: "assetExternalId"))
         | 
| 665 | 
            +
                FilterByAsset.add_member(:include_offspring, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeOffspring"))
         | 
| 666 | 
            +
                FilterByAsset.add_member(:include_asset_model, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAssetModel"))
         | 
| 667 | 
            +
                FilterByAsset.struct_class = Types::FilterByAsset
         | 
| 668 | 
            +
             | 
| 669 | 
            +
                FilterByAssetModel.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "assetModelId"))
         | 
| 670 | 
            +
                FilterByAssetModel.add_member(:asset_model_external_id, Shapes::ShapeRef.new(shape: SiteWiseExternalId, location_name: "assetModelExternalId"))
         | 
| 671 | 
            +
                FilterByAssetModel.add_member(:include_offspring, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeOffspring"))
         | 
| 672 | 
            +
                FilterByAssetModel.add_member(:include_assets, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAssets"))
         | 
| 673 | 
            +
                FilterByAssetModel.struct_class = Types::FilterByAssetModel
         | 
| 674 | 
            +
             | 
| 675 | 
            +
                FilterByComponentType.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, required: true, location_name: "componentTypeId"))
         | 
| 676 | 
            +
                FilterByComponentType.struct_class = Types::FilterByComponentType
         | 
| 677 | 
            +
             | 
| 678 | 
            +
                FilterByEntity.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
         | 
| 679 | 
            +
                FilterByEntity.struct_class = Types::FilterByEntity
         | 
| 680 | 
            +
             | 
| 526 681 | 
             
                FunctionRequest.add_member(:required_properties, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "requiredProperties"))
         | 
| 527 682 | 
             
                FunctionRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "scope"))
         | 
| 528 683 | 
             
                FunctionRequest.add_member(:implemented_by, Shapes::ShapeRef.new(shape: DataConnector, location_name: "implementedBy"))
         | 
| @@ -563,6 +718,7 @@ module Aws::IoTTwinMaker | |
| 563 718 | 
             
                GetComponentTypeResponse.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsResponse, location_name: "propertyGroups"))
         | 
| 564 719 | 
             
                GetComponentTypeResponse.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, location_name: "syncSource"))
         | 
| 565 720 | 
             
                GetComponentTypeResponse.add_member(:component_type_name, Shapes::ShapeRef.new(shape: ComponentTypeName, location_name: "componentTypeName"))
         | 
| 721 | 
            +
                GetComponentTypeResponse.add_member(:composite_component_types, Shapes::ShapeRef.new(shape: CompositeComponentTypesResponse, location_name: "compositeComponentTypes"))
         | 
| 566 722 | 
             
                GetComponentTypeResponse.struct_class = Types::GetComponentTypeResponse
         | 
| 567 723 |  | 
| 568 724 | 
             
                GetEntityRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| @@ -581,8 +737,25 @@ module Aws::IoTTwinMaker | |
| 581 737 | 
             
                GetEntityResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
         | 
| 582 738 | 
             
                GetEntityResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
         | 
| 583 739 | 
             
                GetEntityResponse.add_member(:sync_source, Shapes::ShapeRef.new(shape: SyncSource, location_name: "syncSource"))
         | 
| 740 | 
            +
                GetEntityResponse.add_member(:are_all_components_returned, Shapes::ShapeRef.new(shape: Boolean, location_name: "areAllComponentsReturned"))
         | 
| 584 741 | 
             
                GetEntityResponse.struct_class = Types::GetEntityResponse
         | 
| 585 742 |  | 
| 743 | 
            +
                GetMetadataTransferJobRequest.add_member(:metadata_transfer_job_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "metadataTransferJobId"))
         | 
| 744 | 
            +
                GetMetadataTransferJobRequest.struct_class = Types::GetMetadataTransferJobRequest
         | 
| 745 | 
            +
             | 
| 746 | 
            +
                GetMetadataTransferJobResponse.add_member(:metadata_transfer_job_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "metadataTransferJobId"))
         | 
| 747 | 
            +
                GetMetadataTransferJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
         | 
| 748 | 
            +
                GetMetadataTransferJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 749 | 
            +
                GetMetadataTransferJobResponse.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigurations, required: true, location_name: "sources"))
         | 
| 750 | 
            +
                GetMetadataTransferJobResponse.add_member(:destination, Shapes::ShapeRef.new(shape: DestinationConfiguration, required: true, location_name: "destination"))
         | 
| 751 | 
            +
                GetMetadataTransferJobResponse.add_member(:metadata_transfer_job_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "metadataTransferJobRole"))
         | 
| 752 | 
            +
                GetMetadataTransferJobResponse.add_member(:report_url, Shapes::ShapeRef.new(shape: String, location_name: "reportUrl"))
         | 
| 753 | 
            +
                GetMetadataTransferJobResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
         | 
| 754 | 
            +
                GetMetadataTransferJobResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
         | 
| 755 | 
            +
                GetMetadataTransferJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: MetadataTransferJobStatus, required: true, location_name: "status"))
         | 
| 756 | 
            +
                GetMetadataTransferJobResponse.add_member(:progress, Shapes::ShapeRef.new(shape: MetadataTransferJobProgress, location_name: "progress"))
         | 
| 757 | 
            +
                GetMetadataTransferJobResponse.struct_class = Types::GetMetadataTransferJobResponse
         | 
| 758 | 
            +
             | 
| 586 759 | 
             
                GetPricingPlanRequest.struct_class = Types::GetPricingPlanRequest
         | 
| 587 760 |  | 
| 588 761 | 
             
                GetPricingPlanResponse.add_member(:current_pricing_plan, Shapes::ShapeRef.new(shape: PricingPlan, required: true, location_name: "currentPricingPlan"))
         | 
| @@ -592,6 +765,7 @@ module Aws::IoTTwinMaker | |
| 592 765 | 
             
                GetPropertyValueHistoryRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| 593 766 | 
             
                GetPropertyValueHistoryRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
         | 
| 594 767 | 
             
                GetPropertyValueHistoryRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
         | 
| 768 | 
            +
                GetPropertyValueHistoryRequest.add_member(:component_path, Shapes::ShapeRef.new(shape: ComponentPath, location_name: "componentPath"))
         | 
| 595 769 | 
             
                GetPropertyValueHistoryRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
         | 
| 596 770 | 
             
                GetPropertyValueHistoryRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
         | 
| 597 771 | 
             
                GetPropertyValueHistoryRequest.add_member(:property_filters, Shapes::ShapeRef.new(shape: PropertyFilters, location_name: "propertyFilters"))
         | 
| @@ -610,6 +784,7 @@ module Aws::IoTTwinMaker | |
| 610 784 | 
             
                GetPropertyValueHistoryResponse.struct_class = Types::GetPropertyValueHistoryResponse
         | 
| 611 785 |  | 
| 612 786 | 
             
                GetPropertyValueRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
         | 
| 787 | 
            +
                GetPropertyValueRequest.add_member(:component_path, Shapes::ShapeRef.new(shape: ComponentPath, location_name: "componentPath"))
         | 
| 613 788 | 
             
                GetPropertyValueRequest.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
         | 
| 614 789 | 
             
                GetPropertyValueRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "entityId"))
         | 
| 615 790 | 
             
                GetPropertyValueRequest.add_member(:selected_properties, Shapes::ShapeRef.new(shape: SelectedPropertyList, required: true, location_name: "selectedProperties"))
         | 
| @@ -661,8 +836,9 @@ module Aws::IoTTwinMaker | |
| 661 836 | 
             
                GetWorkspaceResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
         | 
| 662 837 | 
             
                GetWorkspaceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
         | 
| 663 838 | 
             
                GetWorkspaceResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 664 | 
            -
                GetWorkspaceResponse.add_member(: | 
| 665 | 
            -
                GetWorkspaceResponse.add_member(: | 
| 839 | 
            +
                GetWorkspaceResponse.add_member(:linked_services, Shapes::ShapeRef.new(shape: LinkedServices, location_name: "linkedServices"))
         | 
| 840 | 
            +
                GetWorkspaceResponse.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
         | 
| 841 | 
            +
                GetWorkspaceResponse.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "role"))
         | 
| 666 842 | 
             
                GetWorkspaceResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
         | 
| 667 843 | 
             
                GetWorkspaceResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
         | 
| 668 844 | 
             
                GetWorkspaceResponse.struct_class = Types::GetWorkspaceResponse
         | 
| @@ -674,9 +850,41 @@ module Aws::IoTTwinMaker | |
| 674 850 | 
             
                InterpolationParameters.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: IntervalInSeconds, location_name: "intervalInSeconds"))
         | 
| 675 851 | 
             
                InterpolationParameters.struct_class = Types::InterpolationParameters
         | 
| 676 852 |  | 
| 853 | 
            +
                IotSiteWiseSourceConfiguration.add_member(:filters, Shapes::ShapeRef.new(shape: IotSiteWiseSourceConfigurationFilters, location_name: "filters"))
         | 
| 854 | 
            +
                IotSiteWiseSourceConfiguration.struct_class = Types::IotSiteWiseSourceConfiguration
         | 
| 855 | 
            +
             | 
| 856 | 
            +
                IotSiteWiseSourceConfigurationFilter.add_member(:filter_by_asset_model, Shapes::ShapeRef.new(shape: FilterByAssetModel, location_name: "filterByAssetModel"))
         | 
| 857 | 
            +
                IotSiteWiseSourceConfigurationFilter.add_member(:filter_by_asset, Shapes::ShapeRef.new(shape: FilterByAsset, location_name: "filterByAsset"))
         | 
| 858 | 
            +
                IotSiteWiseSourceConfigurationFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
         | 
| 859 | 
            +
                IotSiteWiseSourceConfigurationFilter.add_member_subclass(:filter_by_asset_model, Types::IotSiteWiseSourceConfigurationFilter::FilterByAssetModel)
         | 
| 860 | 
            +
                IotSiteWiseSourceConfigurationFilter.add_member_subclass(:filter_by_asset, Types::IotSiteWiseSourceConfigurationFilter::FilterByAsset)
         | 
| 861 | 
            +
                IotSiteWiseSourceConfigurationFilter.add_member_subclass(:unknown, Types::IotSiteWiseSourceConfigurationFilter::Unknown)
         | 
| 862 | 
            +
                IotSiteWiseSourceConfigurationFilter.struct_class = Types::IotSiteWiseSourceConfigurationFilter
         | 
| 863 | 
            +
             | 
| 864 | 
            +
                IotSiteWiseSourceConfigurationFilters.member = Shapes::ShapeRef.new(shape: IotSiteWiseSourceConfigurationFilter)
         | 
| 865 | 
            +
             | 
| 866 | 
            +
                IotTwinMakerDestinationConfiguration.add_member(:workspace, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "workspace"))
         | 
| 867 | 
            +
                IotTwinMakerDestinationConfiguration.struct_class = Types::IotTwinMakerDestinationConfiguration
         | 
| 868 | 
            +
             | 
| 869 | 
            +
                IotTwinMakerSourceConfiguration.add_member(:workspace, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "workspace"))
         | 
| 870 | 
            +
                IotTwinMakerSourceConfiguration.add_member(:filters, Shapes::ShapeRef.new(shape: IotTwinMakerSourceConfigurationFilters, location_name: "filters"))
         | 
| 871 | 
            +
                IotTwinMakerSourceConfiguration.struct_class = Types::IotTwinMakerSourceConfiguration
         | 
| 872 | 
            +
             | 
| 873 | 
            +
                IotTwinMakerSourceConfigurationFilter.add_member(:filter_by_component_type, Shapes::ShapeRef.new(shape: FilterByComponentType, location_name: "filterByComponentType"))
         | 
| 874 | 
            +
                IotTwinMakerSourceConfigurationFilter.add_member(:filter_by_entity, Shapes::ShapeRef.new(shape: FilterByEntity, location_name: "filterByEntity"))
         | 
| 875 | 
            +
                IotTwinMakerSourceConfigurationFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
         | 
| 876 | 
            +
                IotTwinMakerSourceConfigurationFilter.add_member_subclass(:filter_by_component_type, Types::IotTwinMakerSourceConfigurationFilter::FilterByComponentType)
         | 
| 877 | 
            +
                IotTwinMakerSourceConfigurationFilter.add_member_subclass(:filter_by_entity, Types::IotTwinMakerSourceConfigurationFilter::FilterByEntity)
         | 
| 878 | 
            +
                IotTwinMakerSourceConfigurationFilter.add_member_subclass(:unknown, Types::IotTwinMakerSourceConfigurationFilter::Unknown)
         | 
| 879 | 
            +
                IotTwinMakerSourceConfigurationFilter.struct_class = Types::IotTwinMakerSourceConfigurationFilter
         | 
| 880 | 
            +
             | 
| 881 | 
            +
                IotTwinMakerSourceConfigurationFilters.member = Shapes::ShapeRef.new(shape: IotTwinMakerSourceConfigurationFilter)
         | 
| 882 | 
            +
             | 
| 677 883 | 
             
                LambdaFunction.add_member(:arn, Shapes::ShapeRef.new(shape: LambdaArn, required: true, location_name: "arn"))
         | 
| 678 884 | 
             
                LambdaFunction.struct_class = Types::LambdaFunction
         | 
| 679 885 |  | 
| 886 | 
            +
                LinkedServices.member = Shapes::ShapeRef.new(shape: LinkedService)
         | 
| 887 | 
            +
             | 
| 680 888 | 
             
                ListComponentTypesFilter.add_member(:extends_from, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "extendsFrom"))
         | 
| 681 889 | 
             
                ListComponentTypesFilter.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
         | 
| 682 890 | 
             
                ListComponentTypesFilter.add_member(:is_abstract, Shapes::ShapeRef.new(shape: Boolean, location_name: "isAbstract"))
         | 
| @@ -701,6 +909,17 @@ module Aws::IoTTwinMaker | |
| 701 909 | 
             
                ListComponentTypesResponse.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
         | 
| 702 910 | 
             
                ListComponentTypesResponse.struct_class = Types::ListComponentTypesResponse
         | 
| 703 911 |  | 
| 912 | 
            +
                ListComponentsRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| 913 | 
            +
                ListComponentsRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location: "uri", location_name: "entityId"))
         | 
| 914 | 
            +
                ListComponentsRequest.add_member(:component_path, Shapes::ShapeRef.new(shape: ComponentPath, location_name: "componentPath"))
         | 
| 915 | 
            +
                ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
         | 
| 916 | 
            +
                ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| 917 | 
            +
                ListComponentsRequest.struct_class = Types::ListComponentsRequest
         | 
| 918 | 
            +
             | 
| 919 | 
            +
                ListComponentsResponse.add_member(:component_summaries, Shapes::ShapeRef.new(shape: ComponentSummaries, required: true, location_name: "componentSummaries"))
         | 
| 920 | 
            +
                ListComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| 921 | 
            +
                ListComponentsResponse.struct_class = Types::ListComponentsResponse
         | 
| 922 | 
            +
             | 
| 704 923 | 
             
                ListEntitiesFilter.add_member(:parent_entity_id, Shapes::ShapeRef.new(shape: ParentEntityId, location_name: "parentEntityId"))
         | 
| 705 924 | 
             
                ListEntitiesFilter.add_member(:component_type_id, Shapes::ShapeRef.new(shape: ComponentTypeId, location_name: "componentTypeId"))
         | 
| 706 925 | 
             
                ListEntitiesFilter.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
         | 
| @@ -723,6 +942,39 @@ module Aws::IoTTwinMaker | |
| 723 942 | 
             
                ListEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| 724 943 | 
             
                ListEntitiesResponse.struct_class = Types::ListEntitiesResponse
         | 
| 725 944 |  | 
| 945 | 
            +
                ListMetadataTransferJobsFilter.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, location_name: "workspaceId"))
         | 
| 946 | 
            +
                ListMetadataTransferJobsFilter.add_member(:state, Shapes::ShapeRef.new(shape: MetadataTransferJobState, location_name: "state"))
         | 
| 947 | 
            +
                ListMetadataTransferJobsFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
         | 
| 948 | 
            +
                ListMetadataTransferJobsFilter.add_member_subclass(:workspace_id, Types::ListMetadataTransferJobsFilter::WorkspaceId)
         | 
| 949 | 
            +
                ListMetadataTransferJobsFilter.add_member_subclass(:state, Types::ListMetadataTransferJobsFilter::State)
         | 
| 950 | 
            +
                ListMetadataTransferJobsFilter.add_member_subclass(:unknown, Types::ListMetadataTransferJobsFilter::Unknown)
         | 
| 951 | 
            +
                ListMetadataTransferJobsFilter.struct_class = Types::ListMetadataTransferJobsFilter
         | 
| 952 | 
            +
             | 
| 953 | 
            +
                ListMetadataTransferJobsFilters.member = Shapes::ShapeRef.new(shape: ListMetadataTransferJobsFilter)
         | 
| 954 | 
            +
             | 
| 955 | 
            +
                ListMetadataTransferJobsRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, required: true, location_name: "sourceType"))
         | 
| 956 | 
            +
                ListMetadataTransferJobsRequest.add_member(:destination_type, Shapes::ShapeRef.new(shape: DestinationType, required: true, location_name: "destinationType"))
         | 
| 957 | 
            +
                ListMetadataTransferJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListMetadataTransferJobsFilters, location_name: "filters"))
         | 
| 958 | 
            +
                ListMetadataTransferJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| 959 | 
            +
                ListMetadataTransferJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
         | 
| 960 | 
            +
                ListMetadataTransferJobsRequest.struct_class = Types::ListMetadataTransferJobsRequest
         | 
| 961 | 
            +
             | 
| 962 | 
            +
                ListMetadataTransferJobsResponse.add_member(:metadata_transfer_job_summaries, Shapes::ShapeRef.new(shape: MetadataTransferJobSummaries, required: true, location_name: "metadataTransferJobSummaries"))
         | 
| 963 | 
            +
                ListMetadataTransferJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| 964 | 
            +
                ListMetadataTransferJobsResponse.struct_class = Types::ListMetadataTransferJobsResponse
         | 
| 965 | 
            +
             | 
| 966 | 
            +
                ListPropertiesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| 967 | 
            +
                ListPropertiesRequest.add_member(:component_name, Shapes::ShapeRef.new(shape: Name, location_name: "componentName"))
         | 
| 968 | 
            +
                ListPropertiesRequest.add_member(:component_path, Shapes::ShapeRef.new(shape: ComponentPath, location_name: "componentPath"))
         | 
| 969 | 
            +
                ListPropertiesRequest.add_member(:entity_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "entityId"))
         | 
| 970 | 
            +
                ListPropertiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
         | 
| 971 | 
            +
                ListPropertiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| 972 | 
            +
                ListPropertiesRequest.struct_class = Types::ListPropertiesRequest
         | 
| 973 | 
            +
             | 
| 974 | 
            +
                ListPropertiesResponse.add_member(:property_summaries, Shapes::ShapeRef.new(shape: PropertySummaries, required: true, location_name: "propertySummaries"))
         | 
| 975 | 
            +
                ListPropertiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| 976 | 
            +
                ListPropertiesResponse.struct_class = Types::ListPropertiesResponse
         | 
| 977 | 
            +
             | 
| 726 978 | 
             
                ListScenesRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| 727 979 | 
             
                ListScenesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
         | 
| 728 980 | 
             
                ListScenesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| @@ -769,6 +1021,27 @@ module Aws::IoTTwinMaker | |
| 769 1021 | 
             
                ListWorkspacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
         | 
| 770 1022 | 
             
                ListWorkspacesResponse.struct_class = Types::ListWorkspacesResponse
         | 
| 771 1023 |  | 
| 1024 | 
            +
                MetadataTransferJobProgress.add_member(:total_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalCount"))
         | 
| 1025 | 
            +
                MetadataTransferJobProgress.add_member(:succeeded_count, Shapes::ShapeRef.new(shape: Integer, location_name: "succeededCount"))
         | 
| 1026 | 
            +
                MetadataTransferJobProgress.add_member(:skipped_count, Shapes::ShapeRef.new(shape: Integer, location_name: "skippedCount"))
         | 
| 1027 | 
            +
                MetadataTransferJobProgress.add_member(:failed_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failedCount"))
         | 
| 1028 | 
            +
                MetadataTransferJobProgress.struct_class = Types::MetadataTransferJobProgress
         | 
| 1029 | 
            +
             | 
| 1030 | 
            +
                MetadataTransferJobStatus.add_member(:state, Shapes::ShapeRef.new(shape: MetadataTransferJobState, location_name: "state"))
         | 
| 1031 | 
            +
                MetadataTransferJobStatus.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
         | 
| 1032 | 
            +
                MetadataTransferJobStatus.add_member(:queued_position, Shapes::ShapeRef.new(shape: Integer, location_name: "queuedPosition"))
         | 
| 1033 | 
            +
                MetadataTransferJobStatus.struct_class = Types::MetadataTransferJobStatus
         | 
| 1034 | 
            +
             | 
| 1035 | 
            +
                MetadataTransferJobSummaries.member = Shapes::ShapeRef.new(shape: MetadataTransferJobSummary)
         | 
| 1036 | 
            +
             | 
| 1037 | 
            +
                MetadataTransferJobSummary.add_member(:metadata_transfer_job_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "metadataTransferJobId"))
         | 
| 1038 | 
            +
                MetadataTransferJobSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
         | 
| 1039 | 
            +
                MetadataTransferJobSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
         | 
| 1040 | 
            +
                MetadataTransferJobSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
         | 
| 1041 | 
            +
                MetadataTransferJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: MetadataTransferJobStatus, required: true, location_name: "status"))
         | 
| 1042 | 
            +
                MetadataTransferJobSummary.add_member(:progress, Shapes::ShapeRef.new(shape: MetadataTransferJobProgress, location_name: "progress"))
         | 
| 1043 | 
            +
                MetadataTransferJobSummary.struct_class = Types::MetadataTransferJobSummary
         | 
| 1044 | 
            +
             | 
| 772 1045 | 
             
                OrderBy.add_member(:order, Shapes::ShapeRef.new(shape: Order, location_name: "order"))
         | 
| 773 1046 | 
             
                OrderBy.add_member(:property_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "propertyName"))
         | 
| 774 1047 | 
             
                OrderBy.struct_class = Types::OrderBy
         | 
| @@ -859,11 +1132,20 @@ module Aws::IoTTwinMaker | |
| 859 1132 |  | 
| 860 1133 | 
             
                PropertyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PropertyDefinitionResponse, location_name: "definition"))
         | 
| 861 1134 | 
             
                PropertyResponse.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
         | 
| 1135 | 
            +
                PropertyResponse.add_member(:are_all_property_values_returned, Shapes::ShapeRef.new(shape: Boolean, location_name: "areAllPropertyValuesReturned"))
         | 
| 862 1136 | 
             
                PropertyResponse.struct_class = Types::PropertyResponse
         | 
| 863 1137 |  | 
| 864 1138 | 
             
                PropertyResponses.key = Shapes::ShapeRef.new(shape: Name)
         | 
| 865 1139 | 
             
                PropertyResponses.value = Shapes::ShapeRef.new(shape: PropertyResponse)
         | 
| 866 1140 |  | 
| 1141 | 
            +
                PropertySummaries.member = Shapes::ShapeRef.new(shape: PropertySummary)
         | 
| 1142 | 
            +
             | 
| 1143 | 
            +
                PropertySummary.add_member(:definition, Shapes::ShapeRef.new(shape: PropertyDefinitionResponse, location_name: "definition"))
         | 
| 1144 | 
            +
                PropertySummary.add_member(:property_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "propertyName"))
         | 
| 1145 | 
            +
                PropertySummary.add_member(:value, Shapes::ShapeRef.new(shape: DataValue, location_name: "value"))
         | 
| 1146 | 
            +
                PropertySummary.add_member(:are_all_property_values_returned, Shapes::ShapeRef.new(shape: Boolean, location_name: "areAllPropertyValuesReturned"))
         | 
| 1147 | 
            +
                PropertySummary.struct_class = Types::PropertySummary
         | 
| 1148 | 
            +
             | 
| 867 1149 | 
             
                PropertyTableValue.key = Shapes::ShapeRef.new(shape: Name)
         | 
| 868 1150 | 
             
                PropertyTableValue.value = Shapes::ShapeRef.new(shape: DataValue)
         | 
| 869 1151 |  | 
| @@ -907,6 +1189,12 @@ module Aws::IoTTwinMaker | |
| 907 1189 |  | 
| 908 1190 | 
             
                Rows.member = Shapes::ShapeRef.new(shape: Row)
         | 
| 909 1191 |  | 
| 1192 | 
            +
                S3DestinationConfiguration.add_member(:location, Shapes::ShapeRef.new(shape: S3DestinationLocation, required: true, location_name: "location"))
         | 
| 1193 | 
            +
                S3DestinationConfiguration.struct_class = Types::S3DestinationConfiguration
         | 
| 1194 | 
            +
             | 
| 1195 | 
            +
                S3SourceConfiguration.add_member(:location, Shapes::ShapeRef.new(shape: S3SourceLocation, required: true, location_name: "location"))
         | 
| 1196 | 
            +
                S3SourceConfiguration.struct_class = Types::S3SourceConfiguration
         | 
| 1197 | 
            +
             | 
| 910 1198 | 
             
                SceneCapabilities.member = Shapes::ShapeRef.new(shape: SceneCapability)
         | 
| 911 1199 |  | 
| 912 1200 | 
             
                SceneError.add_member(:code, Shapes::ShapeRef.new(shape: SceneErrorCode, location_name: "code"))
         | 
| @@ -931,6 +1219,14 @@ module Aws::IoTTwinMaker | |
| 931 1219 | 
             
                ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
         | 
| 932 1220 | 
             
                ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
         | 
| 933 1221 |  | 
| 1222 | 
            +
                SourceConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: SourceType, required: true, location_name: "type"))
         | 
| 1223 | 
            +
                SourceConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3SourceConfiguration, location_name: "s3Configuration"))
         | 
| 1224 | 
            +
                SourceConfiguration.add_member(:iot_site_wise_configuration, Shapes::ShapeRef.new(shape: IotSiteWiseSourceConfiguration, location_name: "iotSiteWiseConfiguration"))
         | 
| 1225 | 
            +
                SourceConfiguration.add_member(:iot_twin_maker_configuration, Shapes::ShapeRef.new(shape: IotTwinMakerSourceConfiguration, location_name: "iotTwinMakerConfiguration"))
         | 
| 1226 | 
            +
                SourceConfiguration.struct_class = Types::SourceConfiguration
         | 
| 1227 | 
            +
             | 
| 1228 | 
            +
                SourceConfigurations.member = Shapes::ShapeRef.new(shape: SourceConfiguration)
         | 
| 1229 | 
            +
             | 
| 934 1230 | 
             
                Status.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
         | 
| 935 1231 | 
             
                Status.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
         | 
| 936 1232 | 
             
                Status.struct_class = Types::Status
         | 
| @@ -1016,6 +1312,7 @@ module Aws::IoTTwinMaker | |
| 1016 1312 | 
             
                UpdateComponentTypeRequest.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionsRequest, location_name: "functions"))
         | 
| 1017 1313 | 
             
                UpdateComponentTypeRequest.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroupsRequest, location_name: "propertyGroups"))
         | 
| 1018 1314 | 
             
                UpdateComponentTypeRequest.add_member(:component_type_name, Shapes::ShapeRef.new(shape: ComponentTypeName, location_name: "componentTypeName"))
         | 
| 1315 | 
            +
                UpdateComponentTypeRequest.add_member(:composite_component_types, Shapes::ShapeRef.new(shape: CompositeComponentTypesRequest, location_name: "compositeComponentTypes"))
         | 
| 1019 1316 | 
             
                UpdateComponentTypeRequest.struct_class = Types::UpdateComponentTypeRequest
         | 
| 1020 1317 |  | 
| 1021 1318 | 
             
                UpdateComponentTypeResponse.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
         | 
| @@ -1029,6 +1326,7 @@ module Aws::IoTTwinMaker | |
| 1029 1326 | 
             
                UpdateEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "entityName"))
         | 
| 1030 1327 | 
             
                UpdateEntityRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 1031 1328 | 
             
                UpdateEntityRequest.add_member(:component_updates, Shapes::ShapeRef.new(shape: ComponentUpdatesMapRequest, location_name: "componentUpdates"))
         | 
| 1329 | 
            +
                UpdateEntityRequest.add_member(:composite_component_updates, Shapes::ShapeRef.new(shape: CompositeComponentUpdatesMapRequest, location_name: "compositeComponentUpdates"))
         | 
| 1032 1330 | 
             
                UpdateEntityRequest.add_member(:parent_entity_update, Shapes::ShapeRef.new(shape: ParentEntityUpdateRequest, location_name: "parentEntityUpdate"))
         | 
| 1033 1331 | 
             
                UpdateEntityRequest.struct_class = Types::UpdateEntityRequest
         | 
| 1034 1332 |  | 
| @@ -1058,6 +1356,7 @@ module Aws::IoTTwinMaker | |
| 1058 1356 | 
             
                UpdateWorkspaceRequest.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "workspaceId"))
         | 
| 1059 1357 | 
             
                UpdateWorkspaceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 1060 1358 | 
             
                UpdateWorkspaceRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "role"))
         | 
| 1359 | 
            +
                UpdateWorkspaceRequest.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
         | 
| 1061 1360 | 
             
                UpdateWorkspaceRequest.struct_class = Types::UpdateWorkspaceRequest
         | 
| 1062 1361 |  | 
| 1063 1362 | 
             
                UpdateWorkspaceResponse.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
         | 
| @@ -1073,6 +1372,7 @@ module Aws::IoTTwinMaker | |
| 1073 1372 | 
             
                WorkspaceSummary.add_member(:workspace_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "workspaceId"))
         | 
| 1074 1373 | 
             
                WorkspaceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TwinMakerArn, required: true, location_name: "arn"))
         | 
| 1075 1374 | 
             
                WorkspaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
         | 
| 1375 | 
            +
                WorkspaceSummary.add_member(:linked_services, Shapes::ShapeRef.new(shape: LinkedServices, location_name: "linkedServices"))
         | 
| 1076 1376 | 
             
                WorkspaceSummary.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDateTime"))
         | 
| 1077 1377 | 
             
                WorkspaceSummary.add_member(:update_date_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateDateTime"))
         | 
| 1078 1378 | 
             
                WorkspaceSummary.struct_class = Types::WorkspaceSummary
         | 
| @@ -1110,6 +1410,23 @@ module Aws::IoTTwinMaker | |
| 1110 1410 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 1111 1411 | 
             
                  end)
         | 
| 1112 1412 |  | 
| 1413 | 
            +
                  api.add_operation(:cancel_metadata_transfer_job, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1414 | 
            +
                    o.name = "CancelMetadataTransferJob"
         | 
| 1415 | 
            +
                    o.http_method = "PUT"
         | 
| 1416 | 
            +
                    o.http_request_uri = "/metadata-transfer-jobs/{metadataTransferJobId}/cancel"
         | 
| 1417 | 
            +
                    o.endpoint_pattern = {
         | 
| 1418 | 
            +
                      "hostPrefix" => "api.",
         | 
| 1419 | 
            +
                    }
         | 
| 1420 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CancelMetadataTransferJobRequest)
         | 
| 1421 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: CancelMetadataTransferJobResponse)
         | 
| 1422 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1423 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 1424 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 1425 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 1426 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 1427 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         | 
| 1428 | 
            +
                  end)
         | 
| 1429 | 
            +
             | 
| 1113 1430 | 
             
                  api.add_operation(:create_component_type, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1114 1431 | 
             
                    o.name = "CreateComponentType"
         | 
| 1115 1432 | 
             
                    o.http_method = "POST"
         | 
| @@ -1144,6 +1461,24 @@ module Aws::IoTTwinMaker | |
| 1144 1461 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         | 
| 1145 1462 | 
             
                  end)
         | 
| 1146 1463 |  | 
| 1464 | 
            +
                  api.add_operation(:create_metadata_transfer_job, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1465 | 
            +
                    o.name = "CreateMetadataTransferJob"
         | 
| 1466 | 
            +
                    o.http_method = "POST"
         | 
| 1467 | 
            +
                    o.http_request_uri = "/metadata-transfer-jobs"
         | 
| 1468 | 
            +
                    o.endpoint_pattern = {
         | 
| 1469 | 
            +
                      "hostPrefix" => "api.",
         | 
| 1470 | 
            +
                    }
         | 
| 1471 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: CreateMetadataTransferJobRequest)
         | 
| 1472 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: CreateMetadataTransferJobResponse)
         | 
| 1473 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1474 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 1475 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 1476 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 1477 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 1478 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ConflictException)
         | 
| 1479 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         | 
| 1480 | 
            +
                  end)
         | 
| 1481 | 
            +
             | 
| 1147 1482 | 
             
                  api.add_operation(:create_scene, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1148 1483 | 
             
                    o.name = "CreateScene"
         | 
| 1149 1484 | 
             
                    o.http_method = "POST"
         | 
| @@ -1331,6 +1666,22 @@ module Aws::IoTTwinMaker | |
| 1331 1666 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
         | 
| 1332 1667 | 
             
                  end)
         | 
| 1333 1668 |  | 
| 1669 | 
            +
                  api.add_operation(:get_metadata_transfer_job, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1670 | 
            +
                    o.name = "GetMetadataTransferJob"
         | 
| 1671 | 
            +
                    o.http_method = "GET"
         | 
| 1672 | 
            +
                    o.http_request_uri = "/metadata-transfer-jobs/{metadataTransferJobId}"
         | 
| 1673 | 
            +
                    o.endpoint_pattern = {
         | 
| 1674 | 
            +
                      "hostPrefix" => "api.",
         | 
| 1675 | 
            +
                    }
         | 
| 1676 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: GetMetadataTransferJobRequest)
         | 
| 1677 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: GetMetadataTransferJobResponse)
         | 
| 1678 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1679 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 1680 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 1681 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 1682 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 1683 | 
            +
                  end)
         | 
| 1684 | 
            +
             | 
| 1334 1685 | 
             
                  api.add_operation(:get_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1335 1686 | 
             
                    o.name = "GetPricingPlan"
         | 
| 1336 1687 | 
             
                    o.http_method = "GET"
         | 
| @@ -1464,6 +1815,28 @@ module Aws::IoTTwinMaker | |
| 1464 1815 | 
             
                    )
         | 
| 1465 1816 | 
             
                  end)
         | 
| 1466 1817 |  | 
| 1818 | 
            +
                  api.add_operation(:list_components, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1819 | 
            +
                    o.name = "ListComponents"
         | 
| 1820 | 
            +
                    o.http_method = "POST"
         | 
| 1821 | 
            +
                    o.http_request_uri = "/workspaces/{workspaceId}/entities/{entityId}/components-list"
         | 
| 1822 | 
            +
                    o.endpoint_pattern = {
         | 
| 1823 | 
            +
                      "hostPrefix" => "api.",
         | 
| 1824 | 
            +
                    }
         | 
| 1825 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListComponentsRequest)
         | 
| 1826 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListComponentsResponse)
         | 
| 1827 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1828 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 1829 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 1830 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 1831 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 1832 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 1833 | 
            +
                      limit_key: "max_results",
         | 
| 1834 | 
            +
                      tokens: {
         | 
| 1835 | 
            +
                        "next_token" => "next_token"
         | 
| 1836 | 
            +
                      }
         | 
| 1837 | 
            +
                    )
         | 
| 1838 | 
            +
                  end)
         | 
| 1839 | 
            +
             | 
| 1467 1840 | 
             
                  api.add_operation(:list_entities, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1468 1841 | 
             
                    o.name = "ListEntities"
         | 
| 1469 1842 | 
             
                    o.http_method = "POST"
         | 
| @@ -1485,6 +1858,49 @@ module Aws::IoTTwinMaker | |
| 1485 1858 | 
             
                    )
         | 
| 1486 1859 | 
             
                  end)
         | 
| 1487 1860 |  | 
| 1861 | 
            +
                  api.add_operation(:list_metadata_transfer_jobs, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1862 | 
            +
                    o.name = "ListMetadataTransferJobs"
         | 
| 1863 | 
            +
                    o.http_method = "POST"
         | 
| 1864 | 
            +
                    o.http_request_uri = "/metadata-transfer-jobs-list"
         | 
| 1865 | 
            +
                    o.endpoint_pattern = {
         | 
| 1866 | 
            +
                      "hostPrefix" => "api.",
         | 
| 1867 | 
            +
                    }
         | 
| 1868 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListMetadataTransferJobsRequest)
         | 
| 1869 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListMetadataTransferJobsResponse)
         | 
| 1870 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1871 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 1872 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 1873 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 1874 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 1875 | 
            +
                      limit_key: "max_results",
         | 
| 1876 | 
            +
                      tokens: {
         | 
| 1877 | 
            +
                        "next_token" => "next_token"
         | 
| 1878 | 
            +
                      }
         | 
| 1879 | 
            +
                    )
         | 
| 1880 | 
            +
                  end)
         | 
| 1881 | 
            +
             | 
| 1882 | 
            +
                  api.add_operation(:list_properties, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1883 | 
            +
                    o.name = "ListProperties"
         | 
| 1884 | 
            +
                    o.http_method = "POST"
         | 
| 1885 | 
            +
                    o.http_request_uri = "/workspaces/{workspaceId}/properties-list"
         | 
| 1886 | 
            +
                    o.endpoint_pattern = {
         | 
| 1887 | 
            +
                      "hostPrefix" => "api.",
         | 
| 1888 | 
            +
                    }
         | 
| 1889 | 
            +
                    o.input = Shapes::ShapeRef.new(shape: ListPropertiesRequest)
         | 
| 1890 | 
            +
                    o.output = Shapes::ShapeRef.new(shape: ListPropertiesResponse)
         | 
| 1891 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
         | 
| 1892 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
         | 
| 1893 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
         | 
| 1894 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
         | 
| 1895 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: ValidationException)
         | 
| 1896 | 
            +
                    o[:pager] = Aws::Pager.new(
         | 
| 1897 | 
            +
                      limit_key: "max_results",
         | 
| 1898 | 
            +
                      tokens: {
         | 
| 1899 | 
            +
                        "next_token" => "next_token"
         | 
| 1900 | 
            +
                      }
         | 
| 1901 | 
            +
                    )
         | 
| 1902 | 
            +
                  end)
         | 
| 1903 | 
            +
             | 
| 1488 1904 | 
             
                  api.add_operation(:list_scenes, Seahorse::Model::Operation.new.tap do |o|
         | 
| 1489 1905 | 
             
                    o.name = "ListScenes"
         | 
| 1490 1906 | 
             
                    o.http_method = "POST"
         |