AWS.Tools.IoTTwinMaker.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.IoTTwinMaker</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.AddIOTTMResourceTagCmdlet">
            <summary>
            Adds tags to a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.AddIOTTMResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.AddIOTTMResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>Metadata to add to this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.AddIOTTMResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.AddIOTTMResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.AddIOTTMResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet">
            <summary>
            This API lists the components of an entity.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet.ComponentPath">
            <summary>
            <para>
            <para>This string specifies the path to the composite component, starting from the top-level
            component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet.EntityId">
            <summary>
            <para>
            <para>The ID for the entity whose metadata (component/properties) is returned by the operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The workspace ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned at one time. The default is 25.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ComponentSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListComponentsResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListComponentsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeCmdlet">
            <summary>
            Retrieves information about a component type.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeCmdlet.ComponentTypeId">
            <summary>
            <para>
            <para>The ID of the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetComponentTypeResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetComponentTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ComponentTypeId parameter.
            The -PassThru parameter is deprecated, use -Select '^ComponentTypeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeListCmdlet">
            <summary>
            Lists all component types in a workspace.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeListCmdlet.Filter">
            <summary>
            <para>
            <para>A list of objects that filter the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeListCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 25.</para><para>Valid Range: Minimum value of 1. Maximum value of 250.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListComponentTypesResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListComponentTypesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMComponentTypeListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityCmdlet">
            <summary>
            Retrieves information about an entity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityCmdlet.EntityId">
            <summary>
            <para>
            <para>The ID of the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetEntityResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetEntityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EntityId parameter.
            The -PassThru parameter is deprecated, use -Select '^EntityId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityListCmdlet">
            <summary>
            Lists all entities in a workspace.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityListCmdlet.Filter">
            <summary>
            <para>
            <para>A list of objects that filter the request.</para><note><para>Only one object is accepted as a valid input.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityListCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 25.</para><para>Valid Range: Minimum value of 1. Maximum value of 250.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EntitySummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListEntitiesResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListEntitiesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMEntityListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobCmdlet">
            <summary>
            Gets a nmetadata transfer job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobCmdlet.MetadataTransferJobId">
            <summary>
            <para>
            <para>The metadata transfer job Id.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetMetadataTransferJobResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetMetadataTransferJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MetadataTransferJobId parameter.
            The -PassThru parameter is deprecated, use -Select '^MetadataTransferJobId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobListCmdlet">
            <summary>
            Lists the metadata transfer jobs.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobListCmdlet.DestinationType">
            <summary>
            <para>
            <para>The metadata transfer job's destination type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobListCmdlet.Filter">
            <summary>
            <para>
            <para>An object that filters metadata transfer jobs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobListCmdlet.SourceType">
            <summary>
            <para>
            <para>The metadata transfer job's source type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MetadataTransferJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListMetadataTransferJobsResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListMetadataTransferJobsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMMetadataTransferJobListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPricingPlanCmdlet">
            <summary>
            Gets the pricing plan.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPricingPlanCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetPricingPlanResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetPricingPlanResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet">
            <summary>
            This API lists the properties of a component.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.ComponentName">
            <summary>
            <para>
            <para>The name of the component whose properties are returned by the operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.ComponentPath">
            <summary>
            <para>
            <para>This string specifies the path to the composite component, starting from the top-level
            component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.EntityId">
            <summary>
            <para>
            <para>The ID for the entity whose metadata (component/properties) is returned by the operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The workspace ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned at one time. The default is 25.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PropertySummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListPropertiesResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListPropertiesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet">
            <summary>
            Gets the property values for a component, component type, entity, or workspace.
             
              
            <para>
            You must specify a value for either <c>componentName</c>, <c>componentTypeId</c>,
            <c>entityId</c>, or <c>workspaceId</c>.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.ComponentName">
            <summary>
            <para>
            <para>The name of the component whose property values the operation returns.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.ComponentPath">
            <summary>
            <para>
            <para>This string specifies the path to the composite component, starting from the top-level
            component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.ComponentTypeId">
            <summary>
            <para>
            <para>The ID of the component type whose property values the operation returns.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.EntityId">
            <summary>
            <para>
            <para>The ID of the entity whose property values the operation returns.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.TabularConditions_OrderBy">
            <summary>
            <para>
            <para>Filter criteria that orders the output. It can be sorted in ascending or descending
            order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.TabularConditions_PropertyFilter">
            <summary>
            <para>
            <para>You can filter the request using various logical operators and a key-value format.
            For example:</para><para><c>{"key": "serverType", "value": "webServer"}</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.PropertyGroupName">
            <summary>
            <para>
            <para>The property group name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.SelectedProperty">
            <summary>
            <para>
            <para>The properties whose values the operation returns.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace whose values the operation returns.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 25.</para><para>Valid Range: Minimum value of 1. Maximum value of 250.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PropertyValues'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetPropertyValueResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetPropertyValueResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet">
            <summary>
            Retrieves information about the history of a time series property value for a component,
            component type, entity, or workspace.
             
              
            <para>
            You must specify a value for <c>workspaceId</c>. For entity-specific queries, specify
            values for <c>componentName</c> and <c>entityId</c>. For cross-entity quries, specify
            a value for <c>componentTypeId</c>.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.ComponentName">
            <summary>
            <para>
            <para>The name of the component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.ComponentPath">
            <summary>
            <para>
            <para>This string specifies the path to the composite component, starting from the top-level
            component.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.ComponentTypeId">
            <summary>
            <para>
            <para>The ID of the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.EndTime">
            <summary>
            <para>
            <para>The ISO8601 DateTime of the latest property value to return.</para><para>For more information about the ISO8601 DateTime format, see the data type <a href="https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_PropertyValue.html">PropertyValue</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.EntityId">
            <summary>
            <para>
            <para>The ID of the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.Interpolation_InterpolationType">
            <summary>
            <para>
            <para>The interpolation type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.Interpolation_IntervalInSecond">
            <summary>
            <para>
            <para>The interpolation time interval in seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.OrderByTime">
            <summary>
            <para>
            <para>The time direction to use in the result order.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.PropertyFilter">
            <summary>
            <para>
            <para>A list of objects that filter the property value history request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.SelectedProperty">
            <summary>
            <para>
            <para>A list of properties whose value histories the request retrieves.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.StartTime">
            <summary>
            <para>
            <para>The ISO8601 DateTime of the earliest property value to return.</para><para>For more information about the ISO8601 DateTime format, see the data type <a href="https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_PropertyValue.html">PropertyValue</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.EndDateTime">
            <summary>
            <para>
            <para>The date and time of the latest property value to return.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 25.</para><para>Valid Range: Minimum value of 1. Maximum value of 250.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.StartDateTime">
            <summary>
            <para>
            <para>The date and time of the earliest property value to return.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PropertyValues'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetPropertyValueHistoryResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetPropertyValueHistoryResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMPropertyValueHistoryCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMResourceTagCmdlet">
            <summary>
            Lists all tags associated with a resource.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMResourceTagCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 25.</para><para>Valid Range: Minimum value of 1. Maximum value of 250.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMResourceTagCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMResourceTagCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneCmdlet">
            <summary>
            Retrieves information about a scene.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneCmdlet.SceneId">
            <summary>
            <para>
            <para>The ID of the scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetSceneResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetSceneResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SceneId parameter.
            The -PassThru parameter is deprecated, use -Select '^SceneId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneListCmdlet">
            <summary>
            Lists all scenes in a workspace.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneListCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the scenes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Specifies the maximum number of results to display.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SceneSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListScenesResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListScenesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSceneListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobCmdlet">
            <summary>
            Gets the SyncJob.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobCmdlet.SyncSource">
            <summary>
            <para>
            <para>The sync source.</para><note><para>Currently the only supported syncSource is <c>SITEWISE </c>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The workspace ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetSyncJobResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetSyncJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SyncSource parameter.
            The -PassThru parameter is deprecated, use -Select '^SyncSource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobListCmdlet">
            <summary>
            List all SyncJobs.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobListCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the sync job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 50.</para><para>Valid Range: Minimum value of 0. Maximum value of 200.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SyncJobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListSyncJobsResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListSyncJobsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncJobListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet">
            <summary>
            Lists the sync resources.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet.Filter">
            <summary>
            <para>
            <para>A list of objects that filter the request.</para><para>The following filter combinations are supported:</para><ul><li><para>Filter with state</para></li><li><para>Filter with ResourceType and ResourceId</para></li><li><para>Filter with ResourceType and ExternalId</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet.SyncSource">
            <summary>
            <para>
            <para>The sync source.</para><note><para>Currently the only supported syncSource is <c>SITEWISE </c>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the sync job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 50.</para><para>Valid Range: Minimum value of 0. Maximum value of 200.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SyncResources'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListSyncResourcesResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListSyncResourcesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SyncSource parameter.
            The -PassThru parameter is deprecated, use -Select '^SyncSource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMSyncResourceListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceCmdlet">
            <summary>
            Retrieves information about a workspace.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.GetWorkspaceResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.GetWorkspaceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceListCmdlet">
            <summary>
            Retrieves information about workspaces in the current account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 25.</para><para>Valid Range: Minimum value of 1. Maximum value of 250.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'WorkspaceSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ListWorkspacesResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ListWorkspacesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.GetIOTTMWorkspaceListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.ImportIOTTMPutPropertyValueCmdlet">
            <summary>
            Sets values for multiple time series properties.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.ImportIOTTMPutPropertyValueCmdlet.Entry">
            <summary>
            <para>
            <para>An object that maps strings to the property value entries to set. Each string in the
            mapping must be unique to this object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.ImportIOTTMPutPropertyValueCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the properties to set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.ImportIOTTMPutPropertyValueCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ErrorEntries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.BatchPutPropertyValuesResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.BatchPutPropertyValuesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.ImportIOTTMPutPropertyValueCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.ImportIOTTMPutPropertyValueCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet">
            <summary>
            Run queries to access information from your knowledge graph of entities within individual
            workspaces.
             
             <note><para>
            The ExecuteQuery action only works with <a href="https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/home.html">Amazon
            Web Services Java SDK2</a>. ExecuteQuery will not work with any Amazon Web Services
            Java SDK version &lt; 2.x.
            </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet.QueryStatement">
            <summary>
            <para>
            <para>The query statement.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time. The default is 50.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet.NextToken">
            <summary>
            <para>
            <para>The string that specifies the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.ExecuteQueryResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.ExecuteQueryResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.InvokeIOTTMQueryCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet">
            <summary>
            Creates a component type.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.ComponentTypeId">
            <summary>
            <para>
            <para>The ID of the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.ComponentTypeName">
            <summary>
            <para>
            <para>A friendly name for the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.CompositeComponentType">
            <summary>
            <para>
            <para>This is an object that maps strings to <c>compositeComponentTypes</c> of the <c>componentType</c>.
            <c>CompositeComponentType</c> is referenced by <c>componentTypeId</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.Description">
            <summary>
            <para>
            <para>The description of the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.ExtendsFrom">
            <summary>
            <para>
            <para>Specifies the parent component type to extend.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.Function">
            <summary>
            <para>
            <para>An object that maps strings to the functions in the component type. Each string in
            the mapping must be unique to this object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.IsSingleton">
            <summary>
            <para>
            <para>A Boolean value that specifies whether an entity can have more than one component
            of this type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.PropertyDefinition">
            <summary>
            <para>
            <para>An object that maps strings to the property definitions in the component type. Each
            string in the mapping must be unique to this object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.PropertyGroup">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.Tag">
            <summary>
            <para>
            <para>Metadata that you can use to manage the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.CreateComponentTypeResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.CreateComponentTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ComponentTypeId parameter.
            The -PassThru parameter is deprecated, use -Select '^ComponentTypeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMComponentTypeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet">
            <summary>
            Creates an entity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.Component">
            <summary>
            <para>
            <para>An object that maps strings to the components in the entity. Each string in the mapping
            must be unique to this object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.CompositeComponent">
            <summary>
            <para>
            <para>This is an object that maps strings to <c>compositeComponent</c> updates in the request.
            Each key of the map represents the <c>componentPath</c> of the <c>compositeComponent</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.Description">
            <summary>
            <para>
            <para>The description of the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.EntityId">
            <summary>
            <para>
            <para>The ID of the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.EntityName">
            <summary>
            <para>
            <para>The name of the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.ParentEntityId">
            <summary>
            <para>
            <para>The ID of the entity's parent entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.Tag">
            <summary>
            <para>
            <para>Metadata that you can use to manage the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.CreateEntityResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.CreateEntityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EntityName parameter.
            The -PassThru parameter is deprecated, use -Select '^EntityName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMEntityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet">
            <summary>
            Creates a new metadata transfer job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.Description">
            <summary>
            <para>
            <para>The metadata transfer job description.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.S3Configuration_Location">
            <summary>
            <para>
            <para>The S3 destination configuration location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.MetadataTransferJobId">
            <summary>
            <para>
            <para>The metadata transfer job Id.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.Source">
            <summary>
            <para>
            <para>The metadata transfer job sources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.Destination_Type">
            <summary>
            <para>
            <para>The destination type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.IotTwinMakerConfiguration_Workspace">
            <summary>
            <para>
            <para>The IoT TwinMaker workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.CreateMetadataTransferJobResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.CreateMetadataTransferJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Destination_Type parameter.
            The -PassThru parameter is deprecated, use -Select '^Destination_Type' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMMetadataTransferJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet">
            <summary>
            Creates a scene.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.Capability">
            <summary>
            <para>
            <para>A list of capabilities that the scene uses to render itself.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.ContentLocation">
            <summary>
            <para>
            <para>The relative path that specifies the location of the content definition file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.Description">
            <summary>
            <para>
            <para>The description for this scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.SceneId">
            <summary>
            <para>
            <para>The ID of the scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.SceneMetadata">
            <summary>
            <para>
            <para>The request metadata.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.Tag">
            <summary>
            <para>
            <para>Metadata that you can use to manage the scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.CreateSceneResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.CreateSceneResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SceneId parameter.
            The -PassThru parameter is deprecated, use -Select '^SceneId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSceneCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSyncJobCmdlet">
            <summary>
            This action creates a SyncJob.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSyncJobCmdlet.SyncRole">
            <summary>
            <para>
            <para>The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource,
            and create, update, or delete the corresponding resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSyncJobCmdlet.SyncSource">
            <summary>
            <para>
            <para>The sync source.</para><note><para>Currently the only supported syncSoource is <c>SITEWISE </c>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSyncJobCmdlet.Tag">
            <summary>
            <para>
            <para>The SyncJob tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSyncJobCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The workspace ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSyncJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.CreateSyncJobResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.CreateSyncJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSyncJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SyncSource parameter.
            The -PassThru parameter is deprecated, use -Select '^SyncSource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMSyncJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet">
            <summary>
            Creates a workplace.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet.Description">
            <summary>
            <para>
            <para>The description of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet.Role">
            <summary>
            <para>
            <para>The ARN of the execution role associated with the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet.S3Location">
            <summary>
            <para>
            <para>The ARN of the S3 bucket where resources associated with the workspace are stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet.Tag">
            <summary>
            <para>
            <para>Metadata that you can use to manage the workspace</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.CreateWorkspaceResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.CreateWorkspaceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.NewIOTTMWorkspaceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMComponentTypeCmdlet">
            <summary>
            Deletes a component type.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMComponentTypeCmdlet.ComponentTypeId">
            <summary>
            <para>
            <para>The ID of the component type to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMComponentTypeCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMComponentTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'State'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.DeleteComponentTypeResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.DeleteComponentTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMComponentTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ComponentTypeId parameter.
            The -PassThru parameter is deprecated, use -Select '^ComponentTypeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMComponentTypeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMEntityCmdlet">
            <summary>
            Deletes an entity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMEntityCmdlet.EntityId">
            <summary>
            <para>
            <para>The ID of the entity to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMEntityCmdlet.IsRecursive">
            <summary>
            <para>
            <para>A Boolean value that specifies whether the operation deletes child entities.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMEntityCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the entity to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMEntityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'State'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.DeleteEntityResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.DeleteEntityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMEntityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EntityId parameter.
            The -PassThru parameter is deprecated, use -Select '^EntityId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMEntityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMResourceTagCmdlet">
            <summary>
            Removes tags from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A list of tag key names to remove from the resource. You don't specify the value.
            Both the key and its associated value are removed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSceneCmdlet">
            <summary>
            Deletes a scene.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSceneCmdlet.SceneId">
            <summary>
            <para>
            <para>The ID of the scene to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSceneCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSceneCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.DeleteSceneResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSceneCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SceneId parameter.
            The -PassThru parameter is deprecated, use -Select '^SceneId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSceneCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSyncJobCmdlet">
            <summary>
            Delete the SyncJob.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSyncJobCmdlet.SyncSource">
            <summary>
            <para>
            <para>The sync source.</para><note><para>Currently the only supported syncSource is <c>SITEWISE </c>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSyncJobCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The workspace ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSyncJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'State'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.DeleteSyncJobResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.DeleteSyncJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSyncJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SyncSource parameter.
            The -PassThru parameter is deprecated, use -Select '^SyncSource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMSyncJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMWorkspaceCmdlet">
            <summary>
            Deletes a workspace.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMWorkspaceCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMWorkspaceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.DeleteWorkspaceResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.DeleteWorkspaceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMWorkspaceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.RemoveIOTTMWorkspaceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.StopIOTTMMetadataTransferJobCmdlet">
            <summary>
            Cancels the metadata transfer job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.StopIOTTMMetadataTransferJobCmdlet.MetadataTransferJobId">
            <summary>
            <para>
            <para>The metadata transfer job Id.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.StopIOTTMMetadataTransferJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.CancelMetadataTransferJobResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.CancelMetadataTransferJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.StopIOTTMMetadataTransferJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MetadataTransferJobId parameter.
            The -PassThru parameter is deprecated, use -Select '^MetadataTransferJobId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.StopIOTTMMetadataTransferJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet">
            <summary>
            Updates information in a component type.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.ComponentTypeId">
            <summary>
            <para>
            <para>The ID of the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.ComponentTypeName">
            <summary>
            <para>
            <para>The component type name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.CompositeComponentType">
            <summary>
            <para>
            <para>This is an object that maps strings to <c>compositeComponentTypes</c> of the <c>componentType</c>.
            <c>CompositeComponentType</c> is referenced by <c>componentTypeId</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.Description">
            <summary>
            <para>
            <para>The description of the component type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.ExtendsFrom">
            <summary>
            <para>
            <para>Specifies the component type that this component type extends.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.Function">
            <summary>
            <para>
            <para>An object that maps strings to the functions in the component type. Each string in
            the mapping must be unique to this object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.IsSingleton">
            <summary>
            <para>
            <para>A Boolean value that specifies whether an entity can have more than one component
            of this type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.PropertyDefinition">
            <summary>
            <para>
            <para>An object that maps strings to the property definitions in the component type. Each
            string in the mapping must be unique to this object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.PropertyGroup">
            <summary>
            <para>
            <para>The property groups.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.UpdateComponentTypeResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.UpdateComponentTypeResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ComponentTypeId parameter.
            The -PassThru parameter is deprecated, use -Select '^ComponentTypeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMComponentTypeCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet">
            <summary>
            Updates an entity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.ComponentUpdate">
            <summary>
            <para>
            <para>An object that maps strings to the component updates in the request. Each string in
            the mapping must be unique to this object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.CompositeComponentUpdate">
            <summary>
            <para>
            <para>This is an object that maps strings to <c>compositeComponent</c> updates in the request.
            Each key of the map represents the <c>componentPath</c> of the <c>compositeComponent</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.Description">
            <summary>
            <para>
            <para>The description of the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.EntityId">
            <summary>
            <para>
            <para>The ID of the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.EntityName">
            <summary>
            <para>
            <para>The name of the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.ParentEntityUpdate_ParentEntityId">
            <summary>
            <para>
            <para>The ID of the parent entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.ParentEntityUpdate_UpdateType">
            <summary>
            <para>
            <para>The type of the update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the entity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.UpdateEntityResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.UpdateEntityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EntityId parameter.
            The -PassThru parameter is deprecated, use -Select '^EntityId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMEntityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMPricingPlanCmdlet">
            <summary>
            Update the pricing plan.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMPricingPlanCmdlet.BundleName">
            <summary>
            <para>
            <para>The bundle names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMPricingPlanCmdlet.PricingMode">
            <summary>
            <para>
            <para>The pricing mode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMPricingPlanCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.UpdatePricingPlanResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.UpdatePricingPlanResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMPricingPlanCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PricingMode parameter.
            The -PassThru parameter is deprecated, use -Select '^PricingMode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMPricingPlanCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet">
            <summary>
            Updates a scene.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.Capability">
            <summary>
            <para>
            <para>A list of capabilities that the scene uses to render.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.ContentLocation">
            <summary>
            <para>
            <para>The relative path that specifies the location of the content definition file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.Description">
            <summary>
            <para>
            <para>The description of this scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.SceneId">
            <summary>
            <para>
            <para>The ID of the scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.SceneMetadata">
            <summary>
            <para>
            <para>The scene metadata.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace that contains the scene.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UpdateDateTime'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.UpdateSceneResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.UpdateSceneResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SceneId parameter.
            The -PassThru parameter is deprecated, use -Select '^SceneId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMSceneCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMWorkspaceCmdlet">
            <summary>
            Updates a workspace.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMWorkspaceCmdlet.Description">
            <summary>
            <para>
            <para>The description of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMWorkspaceCmdlet.Role">
            <summary>
            <para>
            <para>The ARN of the execution role associated with the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMWorkspaceCmdlet.S3Location">
            <summary>
            <para>
            <para>The ARN of the S3 bucket where resources associated with the workspace are stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMWorkspaceCmdlet.WorkspaceId">
            <summary>
            <para>
            <para>The ID of the workspace.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMWorkspaceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UpdateDateTime'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTTwinMaker.Model.UpdateWorkspaceResponse).
            Specifying the name of a property of type Amazon.IoTTwinMaker.Model.UpdateWorkspaceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMWorkspaceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WorkspaceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WorkspaceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTTM.UpdateIOTTMWorkspaceCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>