AWS.Tools.EMRServerless.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.EMRServerless</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.EMRServerless.AddEMRServerlessResourceTagCmdlet">
            <summary>
            Assigns tags to resources. A tag is a label that you assign to an AWS resource. Each
            tag consists of a key and an optional value, both of which you define. Tags enable
            you to categorize your AWS resources by attributes such as purpose, owner, or environment.
            When you have many resources of the same type, you can quickly identify a specific
            resource based on the tags you've assigned to it.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.AddEMRServerlessResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) that identifies the resource to list the tags for.
            Currently, the supported resources are Amazon EMR Serverless applications and job
            runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.AddEMRServerlessResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to add to the resource. A tag is an array of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.AddEMRServerlessResourceTagCmdlet.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.EMRServerless.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.AddEMRServerlessResourceTagCmdlet.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.EMRServerless.AddEMRServerlessResourceTagCmdlet.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.EMRServerless.GetEMRServerlessApplicationCmdlet">
            <summary>
            Displays detailed information about a specified application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application that will be described.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Application'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EMRServerless.Model.GetApplicationResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.GetApplicationResponse 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.EMRServerless.GetEMRServerlessApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessApplicationListCmdlet">
            <summary>
            Lists applications based on a set of parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessApplicationListCmdlet.State">
            <summary>
            <para>
            <para>An optional filter for application states. Note that if this filter contains multiple
            states, the resulting list will be grouped by the state.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessApplicationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of applications that can be listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessApplicationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of application results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessApplicationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Applications'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EMRServerless.Model.ListApplicationsResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.ListApplicationsResponse 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.EMRServerless.GetEMRServerlessDashboardForJobRunCmdlet">
            <summary>
            Returns a URL to access the job run dashboard.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessDashboardForJobRunCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessDashboardForJobRunCmdlet.JobRunId">
            <summary>
            <para>
            <para>The ID of the job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessDashboardForJobRunCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Url'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EMRServerless.Model.GetDashboardForJobRunResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.GetDashboardForJobRunResponse 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.EMRServerless.GetEMRServerlessDashboardForJobRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobRunId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobRunId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunCmdlet">
            <summary>
            Displays detailed information about a job run.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application on which the job run is submitted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunCmdlet.JobRunId">
            <summary>
            <para>
            <para>The ID of the job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobRun'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EMRServerless.Model.GetJobRunResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.GetJobRunResponse 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.EMRServerless.GetEMRServerlessJobRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobRunId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobRunId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunListCmdlet">
            <summary>
            Lists job runs based on a set of parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application for which to list the job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunListCmdlet.CreatedAtAfter">
            <summary>
            <para>
            <para>The lower bound of the option to filter by creation date and time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunListCmdlet.CreatedAtBefore">
            <summary>
            <para>
            <para>The upper bound of the option to filter by creation date and time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunListCmdlet.State">
            <summary>
            <para>
            <para>An optional filter for job run states. Note that if this filter contains multiple
            states, the resulting list will be grouped by the state.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of job runs that can be listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of job run results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessJobRunListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobRuns'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EMRServerless.Model.ListJobRunsResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.ListJobRunsResponse 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.EMRServerless.GetEMRServerlessJobRunListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessResourceTagListCmdlet">
            <summary>
            Lists the tags assigned to the resources.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessResourceTagListCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) that identifies the resource to list the tags for.
            Currently, the supported resources are Amazon EMR Serverless applications and job
            runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.GetEMRServerlessResourceTagListCmdlet.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.EMRServerless.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.EMRServerless.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.EMRServerless.GetEMRServerlessResourceTagListCmdlet.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="T:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet">
            <summary>
            Creates an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.Architecture">
            <summary>
            <para>
            <para>The CPU architecture of an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.MaximumCapacity_Cpu">
            <summary>
            <para>
            <para>The maximum allowed CPU for an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.MaximumCapacity_Disk">
            <summary>
            <para>
            <para>The maximum allowed disk for an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.AutoStartConfiguration_Enabled">
            <summary>
            <para>
            <para>Enables the application to automatically start on job submission. Defaults to true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.AutoStopConfiguration_Enabled">
            <summary>
            <para>
            <para>Enables the application to automatically stop after a certain amount of time being
            idle. Defaults to true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.AutoStopConfiguration_IdleTimeoutMinute">
            <summary>
            <para>
            <para>The amount of idle time in minutes after which your application will automatically
            stop. Defaults to 15 minutes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.InitialCapacity">
            <summary>
            <para>
            <para>The capacity to initialize when the application is created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.MaximumCapacity_Memory">
            <summary>
            <para>
            <para>The maximum allowed resources for an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.ReleaseLabel">
            <summary>
            <para>
            <para>The EMR release version associated with the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.NetworkConfiguration_SecurityGroupId">
            <summary>
            <para>
            <para>The array of security group Ids for customer VPC connectivity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.NetworkConfiguration_SubnetId">
            <summary>
            <para>
            <para>The array of subnet Ids for customer VPC connectivity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags assigned to the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.Type">
            <summary>
            <para>
            <para>The type of application you want to start, such as Spark or Hive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.ClientToken">
            <summary>
            <para>
            <para>The client idempotency token of the application to create. Its value must be unique
            for each request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.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.EMRServerless.Model.CreateApplicationResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.CreateApplicationResponse 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.EMRServerless.NewEMRServerlessApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.NewEMRServerlessApplicationCmdlet.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.EMRServerless.RemoveEMRServerlessApplicationCmdlet">
            <summary>
            Deletes an application. An application has to be in a stopped or created state in
            order to be deleted.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.RemoveEMRServerlessApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application that will be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.RemoveEMRServerlessApplicationCmdlet.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.EMRServerless.Model.DeleteApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.RemoveEMRServerlessApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.RemoveEMRServerlessApplicationCmdlet.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.EMRServerless.RemoveEMRServerlessResourceTagCmdlet">
            <summary>
            Removes tags from resources.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.RemoveEMRServerlessResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) that identifies the resource to list the tags for.
            Currently, the supported resources are Amazon EMR Serverless applications and job
            runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.RemoveEMRServerlessResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The keys of the tags to be removed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.RemoveEMRServerlessResourceTagCmdlet.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.EMRServerless.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.RemoveEMRServerlessResourceTagCmdlet.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.EMRServerless.RemoveEMRServerlessResourceTagCmdlet.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.EMRServerless.StartEMRServerlessApplicationCmdlet">
            <summary>
            Starts a specified application and initializes initial capacity if configured.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessApplicationCmdlet.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.EMRServerless.Model.StartApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessApplicationCmdlet.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.EMRServerless.StartEMRServerlessJobRunCmdlet">
            <summary>
            Starts a job run.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.ConfigurationOverrides_ApplicationConfiguration">
            <summary>
            <para>
            <para>The override configurations for the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application on which to run the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.ManagedPersistenceMonitoringConfiguration_Enabled">
            <summary>
            <para>
            <para>Enables managed logging and defaults to true. If set to false, managed logging will
            be turned off.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.ManagedPersistenceMonitoringConfiguration_EncryptionKeyArn">
            <summary>
            <para>
            <para>The KMS key ARN to encrypt the logs stored in managed log persistence.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.S3MonitoringConfiguration_EncryptionKeyArn">
            <summary>
            <para>
            <para>The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.SparkSubmit_EntryPoint">
            <summary>
            <para>
            <para>The entry point for the Spark submit job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.SparkSubmit_EntryPointArgument">
            <summary>
            <para>
            <para>The arguments for the Spark submit job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.ExecutionRoleArn">
            <summary>
            <para>
            <para>The execution role ARN for the job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.ExecutionTimeoutMinute">
            <summary>
            <para>
            <para>The maximum duration for the job run to run. If the job run runs beyond this duration,
            it will be automatically cancelled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.Hive_InitQueryFile">
            <summary>
            <para>
            <para>The query file for the Hive job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.S3MonitoringConfiguration_LogUri">
            <summary>
            <para>
            <para>The Amazon S3 destination URI for log publishing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.Name">
            <summary>
            <para>
            <para>The optional job run name. This doesn't have to be unique.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.Hive_Parameter">
            <summary>
            <para>
            <para>The parameters for the Hive job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.Hive_Query">
            <summary>
            <para>
            <para>The query for the Hive job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.SparkSubmit_SparkSubmitParameter">
            <summary>
            <para>
            <para>The parameters for the Spark submit job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.Tag">
            <summary>
            <para>
            <para>The tags assigned to the job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.ClientToken">
            <summary>
            <para>
            <para>The client idempotency token of the job run to start. Its value must be unique for
            each request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.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.EMRServerless.Model.StartJobRunResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.StartJobRunResponse 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.EMRServerless.StartEMRServerlessJobRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StartEMRServerlessJobRunCmdlet.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.EMRServerless.StopEMRServerlessApplicationCmdlet">
            <summary>
            Stops a specified application and releases initial capacity if configured. All scheduled
            and running jobs must be completed or cancelled before stopping an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StopEMRServerlessApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StopEMRServerlessApplicationCmdlet.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.EMRServerless.Model.StopApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StopEMRServerlessApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StopEMRServerlessApplicationCmdlet.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.EMRServerless.StopEMRServerlessJobRunCmdlet">
            <summary>
            Cancels a job run.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StopEMRServerlessJobRunCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application on which the job run will be canceled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StopEMRServerlessJobRunCmdlet.JobRunId">
            <summary>
            <para>
            <para>The ID of the job run to cancel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StopEMRServerlessJobRunCmdlet.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.EMRServerless.Model.CancelJobRunResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.CancelJobRunResponse 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.EMRServerless.StopEMRServerlessJobRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobRunId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobRunId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.StopEMRServerlessJobRunCmdlet.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.EMRServerless.UpdateEMRServerlessApplicationCmdlet">
            <summary>
            Updates a specified application. An application has to be in a stopped or created
            state in order to be updated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The ID of the application to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.Architecture">
            <summary>
            <para>
            <para>The CPU architecture of an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.MaximumCapacity_Cpu">
            <summary>
            <para>
            <para>The maximum allowed CPU for an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.MaximumCapacity_Disk">
            <summary>
            <para>
            <para>The maximum allowed disk for an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.AutoStartConfiguration_Enabled">
            <summary>
            <para>
            <para>Enables the application to automatically start on job submission. Defaults to true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.AutoStopConfiguration_Enabled">
            <summary>
            <para>
            <para>Enables the application to automatically stop after a certain amount of time being
            idle. Defaults to true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.AutoStopConfiguration_IdleTimeoutMinute">
            <summary>
            <para>
            <para>The amount of idle time in minutes after which your application will automatically
            stop. Defaults to 15 minutes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.InitialCapacity">
            <summary>
            <para>
            <para>The capacity to initialize when the application is updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.MaximumCapacity_Memory">
            <summary>
            <para>
            <para>The maximum allowed resources for an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.NetworkConfiguration_SecurityGroupId">
            <summary>
            <para>
            <para>The array of security group Ids for customer VPC connectivity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.NetworkConfiguration_SubnetId">
            <summary>
            <para>
            <para>The array of subnet Ids for customer VPC connectivity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.ClientToken">
            <summary>
            <para>
            <para>The client idempotency token of the application to update. Its value must be unique
            for each request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Application'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EMRServerless.Model.UpdateApplicationResponse).
            Specifying the name of a property of type Amazon.EMRServerless.Model.UpdateApplicationResponse 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.EMRServerless.UpdateEMRServerlessApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMRServerless.UpdateEMRServerlessApplicationCmdlet.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>