AWS.Tools.Glue.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Glue</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.AddGLUEResourceTagCmdlet">
            <summary>
            Adds tags to a resource. A tag is a label you can assign to an AWS resource. In AWS
            Glue, you can tag only certain resources. For information about what resources you
            can tag, see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html">AWS
            Tags in AWS Glue</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.AddGLUEResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the AWS Glue resource to which to add the tags. For more information about
            AWS Glue resource ARNs, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id">AWS
            Glue ARN string pattern</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.AddGLUEResourceTagCmdlet.TagsToAdd">
            <summary>
            <para>
            <para>Tags to add to this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.AddGLUEResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.AddGLUEResourceTagCmdlet.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.GLUE.GetGLUECatalogImportStatusCmdlet">
            <summary>
            Retrieves the status of a migration operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECatalogImportStatusCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the catalog to migrate. Currently, this should be the AWS account ID.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEClassifierCmdlet">
            <summary>
            Retrieve a classifier by name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEClassifierCmdlet.Name">
            <summary>
            <para>
            <para>Name of the classifier to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEClassifierListCmdlet">
            <summary>
            Lists all classifier objects in the Data Catalog.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEClassifierListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The size of the list to return (optional).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEClassifierListCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional continuation token.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionCmdlet">
            <summary>
            Retrieves a connection definition from the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which the connection resides. If none is provided, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionCmdlet.HidePassword">
            <summary>
            <para>
            <para>Allows you to retrieve the connection metadata without returning the password. For
            instance, the AWS Glue console uses this flag to retrieve the connection, and does
            not display the password. Set this parameter when the caller might not have permission
            to use the AWS KMS key to decrypt the password, but does have permission to access
            the rest of the connection properties.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the connection definition to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionListCmdlet">
            <summary>
            Retrieves a list of connection definitions from the Data Catalog.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionListCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which the connections reside. If none is provided, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionListCmdlet.Filter">
            <summary>
            <para>
            <para>A filter that controls which connections will be returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionListCmdlet.HidePassword">
            <summary>
            <para>
            <para>Allows you to retrieve the connection metadata without returning the password. For
            instance, the AWS Glue console uses this flag to retrieve the connection, and does
            not display the password. Set this parameter when the caller might not have permission
            to use the AWS KMS key to decrypt the password, but does have permission to access
            the rest of the connection properties.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of connections to return in one response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEConnectionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerCmdlet">
            <summary>
            Retrieves metadata for a specified crawler.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the crawler to retrieve metadata for.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerBatchCmdlet">
            <summary>
            Returns a list of resource metadata for a given list of crawler names. After calling
            the <code>ListCrawlers</code> operation, you can call this operation to access the
            data to which you have been granted permissions. This operation supports all IAM permissions,
            including permission conditions that uses tags.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerBatchCmdlet.CrawlerName">
            <summary>
            <para>
            <para>A list of crawler names, which might be the names returned from the <code>ListCrawlers</code>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerListCmdlet">
            <summary>
            Retrieves metadata for all crawlers defined in the customer account.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The number of crawlers to return on each call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation request.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerMetricListCmdlet">
            <summary>
            Retrieves metrics about specified crawlers.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerMetricListCmdlet.CrawlerNameList">
            <summary>
            <para>
            <para>A list of the names of crawlers about which to retrieve metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerMetricListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of a list to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerMetricListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerNameListCmdlet">
            <summary>
            Retrieves the names of all crawler resources in this AWS account, or the resources
            with the specified tag. This operation allows you to see which resources are available
            in your account, and their names.
             
              
            <para>
            This operation takes the optional <code>Tags</code> field, which you can use as a
            filter on the response so that tagged resources can be retrieved as a group. If you
            choose to use tags filtering, only resources with the tag are retrieved.
            </para><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerNameListCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies to return only these tagged resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerNameListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of a list to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUECrawlerNameListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation request.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDatabaseCmdlet">
            <summary>
            Retrieves the definition of a specified database.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDatabaseCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which the database resides. If none is supplied, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDatabaseCmdlet.Name">
            <summary>
            <para>
            <para>The name of the database to retrieve. For Hive compatibility, this should be all lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDatabaseListCmdlet">
            <summary>
            Retrieves all Databases defined in a given Data Catalog.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDatabaseListCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog from which to retrieve <code>Databases</code>. If none
            is supplied, the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDatabaseListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of databases to return in one response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDatabaseListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDataCatalogEncryptionSettingCmdlet">
            <summary>
            Retrieves the security configuration for a specified catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDataCatalogEncryptionSettingCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog for which to retrieve the security configuration. If none
            is provided, the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDataflowGraphCmdlet">
            <summary>
            Transforms a Python script into a directed acyclic graph (DAG).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDataflowGraphCmdlet.PythonScript">
            <summary>
            <para>
            <para>The Python script to transform.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointCmdlet">
            <summary>
            Retrieves information about a specified development endpoint.
             
             <note><para>
            When you create a development endpoint in a virtual private cloud (VPC), AWS Glue
            returns only a private IP address, and the public IP address field is not populated.
            When you create a non-VPC development endpoint, AWS Glue returns only a public IP
            address.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>Name of the <code>DevEndpoint</code> to retrieve information for.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointBatchCmdlet">
            <summary>
            Returns a list of resource metadata for a given list of development endpoint names.
            After calling the <code>ListDevEndpoints</code> operation, you can call this operation
            to access the data to which you have been granted permissions. This operation supports
            all IAM permissions, including permission conditions that uses tags.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointBatchCmdlet.DevEndpointName">
            <summary>
            <para>
            <para>The list of <code>DevEndpoint</code> names, which might be the names returned from
            the <code>ListDevEndpoint</code> operation.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointListCmdlet">
            <summary>
            Retrieves all the development endpoints in this AWS account.
             
             <note><para>
            When you create a development endpoint in a virtual private cloud (VPC), AWS Glue
            returns only a private IP address and the public IP address field is not populated.
            When you create a non-VPC development endpoint, AWS Glue returns only a public IP
            address.
            </para></note><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of information to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointNameListCmdlet">
            <summary>
            Retrieves the names of all <code>DevEndpoint</code> resources in this AWS account,
            or the resources with the specified tag. This operation allows you to see which resources
            are available in your account, and their names.
             
              
            <para>
            This operation takes the optional <code>Tags</code> field, which you can use as a
            filter on the response so that tagged resources can be retrieved as a group. If you
            choose to use tags filtering, only resources with the tag are retrieved.
            </para><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointNameListCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies to return only these tagged resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointNameListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of a list to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEDevEndpointNameListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation request.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobCmdlet">
            <summary>
            Retrieves an existing job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the job definition to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobBatchCmdlet">
            <summary>
            Returns a list of resource metadata for a given list of job names. After calling the
            <code>ListJobs</code> operation, you can call this operation to access the data to
            which you have been granted permissions. This operation supports all IAM permissions,
            including permission conditions that uses tags.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobBatchCmdlet.JobName">
            <summary>
            <para>
            <para>A list of job names, which might be the names returned from the <code>ListJobs</code>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobBookmarkCmdlet">
            <summary>
            Returns information on a job bookmark entry.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobBookmarkCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the job in question.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobBookmarkCmdlet.RunId">
            <summary>
            <para>
            <para>The unique run identifier associated with this job run.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobListCmdlet">
            <summary>
            Retrieves all current job definitions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobNameListCmdlet">
            <summary>
            Retrieves the names of all job resources in this AWS account, or the resources with
            the specified tag. This operation allows you to see which resources are available
            in your account, and their names.
             
              
            <para>
            This operation takes the optional <code>Tags</code> field, which you can use as a
            filter on the response so that tagged resources can be retrieved as a group. If you
            choose to use tags filtering, only resources with the tag are retrieved.
            </para><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobNameListCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies to return only these tagged resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobNameListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of a list to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobNameListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation request.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobRunCmdlet">
            <summary>
            Retrieves the metadata for a given job run.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobRunCmdlet.JobName">
            <summary>
            <para>
            <para>Name of the job definition being run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobRunCmdlet.PredecessorsIncluded">
            <summary>
            <para>
            <para>True if a list of predecessor runs should be returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobRunCmdlet.RunId">
            <summary>
            <para>
            <para>The ID of the job run.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobRunListCmdlet">
            <summary>
            Retrieves metadata for all runs of a given job definition.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobRunListCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the job definition for which to retrieve all job runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobRunListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEJobRunListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEMappingCmdlet">
            <summary>
            Creates mappings.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEMappingCmdlet.Location">
            <summary>
            <para>
            <para>Parameters for the mapping.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEMappingCmdlet.Sink">
            <summary>
            <para>
            <para>A list of target tables.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEMappingCmdlet.Source">
            <summary>
            <para>
            <para>Specifies the source table.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionCmdlet">
            <summary>
            Retrieves information about a specified partition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the partition in question resides. If none is supplied,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database where the partition resides.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionCmdlet.PartitionValue">
            <summary>
            <para>
            <para>The values that define the partition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the partition's table.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionBatchCmdlet">
            <summary>
            Retrieves partitions in a batch request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionBatchCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the partitions in question reside. If none is supplied,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionBatchCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database where the partitions reside.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionBatchCmdlet.PartitionsToGet">
            <summary>
            <para>
            <para>A list of partition values identifying the partitions to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionBatchCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the partitions' table.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionListCmdlet">
            <summary>
            Retrieves information about the partitions in a table.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionListCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the partitions in question reside. If none is supplied,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionListCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database where the partitions reside.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionListCmdlet.Expression">
            <summary>
            <para>
            <para>An expression filtering the partitions to be returned.</para><para>The expression uses SQL syntax similar to the SQL <code>WHERE</code> filter clause.
            The SQL statement parser <a href="http://jsqlparser.sourceforge.net/home.php">JSQLParser</a>
            parses the expression. </para><para><i>Operators</i>: The following are the operators that you can use in the <code>Expression</code>
            API call:</para><dl><dt>=</dt><dd><para>Checks if the values of the two operands are equal or not; if yes, then the condition
            becomes true.</para><para>Example: Assume 'variable a' holds 10 and 'variable b' holds 20. </para><para>(a = b) is not true.</para></dd><dt>&lt; &gt;</dt><dd><para>Checks if the values of two operands are equal or not; if the values are not equal,
            then the condition becomes true.</para><para>Example: (a &lt; &gt; b) is true.</para></dd><dt>&gt;</dt><dd><para>Checks if the value of the left operand is greater than the value of the right operand;
            if yes, then the condition becomes true.</para><para>Example: (a &gt; b) is not true.</para></dd><dt>&lt;</dt><dd><para>Checks if the value of the left operand is less than the value of the right operand;
            if yes, then the condition becomes true.</para><para>Example: (a &lt; b) is true.</para></dd><dt>&gt;=</dt><dd><para>Checks if the value of the left operand is greater than or equal to the value of the
            right operand; if yes, then the condition becomes true.</para><para>Example: (a &gt;= b) is not true.</para></dd><dt>&lt;=</dt><dd><para>Checks if the value of the left operand is less than or equal to the value of the
            right operand; if yes, then the condition becomes true.</para><para>Example: (a &lt;= b) is true.</para></dd><dt>AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL</dt><dd><para>Logical operators.</para></dd></dl><para><i>Supported Partition Key Types</i>: The following are the the supported partition
            keys.</para><ul><li><para><code>string</code></para></li><li><para><code>date</code></para></li><li><para><code>timestamp</code></para></li><li><para><code>int</code></para></li><li><para><code>bigint</code></para></li><li><para><code>long</code></para></li><li><para><code>tinyint</code></para></li><li><para><code>smallint</code></para></li><li><para><code>decimal</code></para></li></ul><para>If an invalid type is encountered, an exception is thrown. </para><para>The following list shows the valid operators on each type. When you define a crawler,
            the <code>partitionKey</code> type is created as a <code>STRING</code>, to be compatible
            with the catalog partitions. </para><para><i>Sample API Call</i>: </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionListCmdlet.Segment">
            <summary>
            <para>
            <para>The segment of the table's partitions to scan in this request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionListCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the partitions' table.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of partitions to return in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPartitionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is not the first call to retrieve these partitions.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPlanCmdlet">
            <summary>
            Gets code to perform a specified mapping.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPlanCmdlet.Language">
            <summary>
            <para>
            <para>The programming language of the code to perform the mapping.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPlanCmdlet.Location">
            <summary>
            <para>
            <para>The parameters for the mapping.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPlanCmdlet.Mapping">
            <summary>
            <para>
            <para>The list of mappings from a source table to target tables.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPlanCmdlet.Sink">
            <summary>
            <para>
            <para>The target tables.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEPlanCmdlet.Source">
            <summary>
            <para>
            <para>The source table.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEResourcePolicyCmdlet">
            <summary>
            Retrieves a specified resource policy.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUESecurityConfigurationCmdlet">
            <summary>
            Retrieves a specified security configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUESecurityConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the security configuration to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUESecurityConfigurationListCmdlet">
            <summary>
            Retrieves a list of all security configurations.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUESecurityConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUESecurityConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableCmdlet">
            <summary>
            Retrieves the <code>Table</code> definition in a Data Catalog for a specified table.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the table resides. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the database in the catalog in which the table resides. For Hive compatibility,
            this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableCmdlet.Name">
            <summary>
            <para>
            <para>The name of the table for which to retrieve the definition. For Hive compatibility,
            this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableListCmdlet">
            <summary>
            Retrieves the definitions of some or all of the tables in a given <code>Database</code>.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableListCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableListCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The database in the catalog whose tables to list. For Hive compatibility, this name
            is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableListCmdlet.Expression">
            <summary>
            <para>
            <para>A regular expression pattern. If present, only those tables whose names match the
            pattern are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of tables to return in a single response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, included if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionCmdlet">
            <summary>
            Retrieves a specified version of a table.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The database in the catalog in which the table resides. For Hive compatibility, this
            name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the table. For Hive compatibility, this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionCmdlet.VersionId">
            <summary>
            <para>
            <para>The ID value of the table version to be retrieved. A <code>VersionID</code> is a string
            representation of an integer. Each version is incremented by 1. </para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionListCmdlet">
            <summary>
            Retrieves a list of strings that identify available versions of a specified table.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionListCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionListCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The database in the catalog in which the table resides. For Hive compatibility, this
            name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionListCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the table. For Hive compatibility, this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of table versions to return in one response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETableVersionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is not the first call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETagCmdlet">
            <summary>
            Retrieves a list of tags associated with a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource for which to retrieve tags.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerCmdlet">
            <summary>
            Retrieves the definition of a trigger.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the trigger to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerBatchCmdlet">
            <summary>
            Returns a list of resource metadata for a given list of trigger names. After calling
            the <code>ListTriggers</code> operation, you can call this operation to access the
            data to which you have been granted permissions. This operation supports all IAM permissions,
            including permission conditions that uses tags.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerBatchCmdlet.TriggerName">
            <summary>
            <para>
            <para>A list of trigger names, which may be the names returned from the <code>ListTriggers</code>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerListCmdlet">
            <summary>
            Gets all the triggers associated with a job.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerListCmdlet.DependentJobName">
            <summary>
            <para>
            <para>The name of the job to retrieve triggers for. The trigger that can start this job
            is returned, and if there is no such trigger, all triggers are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerNameListCmdlet">
            <summary>
            Retrieves the names of all trigger resources in this AWS account, or the resources
            with the specified tag. This operation allows you to see which resources are available
            in your account, and their names.
             
              
            <para>
            This operation takes the optional <code>Tags</code> field, which you can use as a
            filter on the response so that tagged resources can be retrieved as a group. If you
            choose to use tags filtering, only resources with the tag are retrieved.
            </para><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerNameListCmdlet.DependentJobName">
            <summary>
            <para>
            <para> The name of the job for which to retrieve triggers. The trigger that can start this
            job is returned. If there is no such trigger, all triggers are returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerNameListCmdlet.Tag">
            <summary>
            <para>
            <para>Specifies to return only these tagged resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerNameListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of a list to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUETriggerNameListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation request.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionCmdlet">
            <summary>
            Retrieves a specified function definition from the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the function to be retrieved is located. If none
            is supplied, the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database where the function is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionCmdlet.FunctionName">
            <summary>
            <para>
            <para>The name of the function.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionListCmdlet">
            <summary>
            Retrieves a multiple function definitions from the Data Catalog.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionListCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the functions to be retrieved are located. If none
            is supplied, the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionListCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database where the functions are located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionListCmdlet.Pattern">
            <summary>
            <para>
            <para>An optional function-name pattern string that filters the function definitions returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of functions to return in one response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEUserDefinedFunctionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation call.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowCmdlet">
            <summary>
            Retrieves resource metadata for a workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowCmdlet.IncludeGraph">
            <summary>
            <para>
            <para>Specifies whether to include a graph when returning the workflow resource metadata.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowCmdlet.Name">
            <summary>
            <para>
            <para>The name of the workflow to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowBatchCmdlet">
            <summary>
            Returns a list of resource metadata for a given list of workflow names. After calling
            the <code>ListWorkflows</code> operation, you can call this operation to access the
            data to which you have been granted permissions. This operation supports all IAM permissions,
            including permission conditions that uses tags.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowBatchCmdlet.IncludeGraph">
            <summary>
            <para>
            <para>Specifies whether to include a graph when returning the workflow resource metadata.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowBatchCmdlet.Name">
            <summary>
            <para>
            <para>A list of workflow names, which may be the names returned from the <code>ListWorkflows</code>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowListCmdlet">
            <summary>
            Lists names of workflows created in the account.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum size of a list to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowListCmdlet.NextToken">
            <summary>
            <para>
            <para>A continuation token, if this is a continuation request.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunCmdlet">
            <summary>
            Retrieves the metadata for a given workflow run.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunCmdlet.IncludeGraph">
            <summary>
            <para>
            <para>Specifies whether to include the workflow graph in response or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunCmdlet.Name">
            <summary>
            <para>
            <para>Name of the workflow being run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunCmdlet.RunId">
            <summary>
            <para>
            <para>The ID of the workflow run.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunListCmdlet">
            <summary>
            Retrieves metadata for all runs of a given workflow.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunListCmdlet.IncludeGraph">
            <summary>
            <para>
            <para>Specifies whether to include the workflow graph in response or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunListCmdlet.Name">
            <summary>
            <para>
            <para>Name of the workflow whose metadata of runs should be returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of workflow runs to be included in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunListCmdlet.NextToken">
            <summary>
            <para>
            <para>The maximum size of the response.</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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunPropertyCmdlet">
            <summary>
            Retrieves the workflow run properties which were set during the run.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunPropertyCmdlet.Name">
            <summary>
            <para>
            <para>Name of the workflow which was run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.GetGLUEWorkflowRunPropertyCmdlet.RunId">
            <summary>
            <para>
            <para>The ID of the workflow run whose run properties should be returned.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GLUE.ImportGLUECatalogCmdlet">
            <summary>
            Imports an existing Athena Data Catalog to AWS Glue
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.ImportGLUECatalogCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the catalog to import. Currently, this should be the AWS account ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.ImportGLUECatalogCmdlet.PassThru">
            <summary>
            Returns the value passed to the CatalogId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.ImportGLUECatalogCmdlet.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.GLUE.NewGLUEClassifierCmdlet">
            <summary>
            Creates a classifier in the user's account. This can be a <code>GrokClassifier</code>,
            an <code>XMLClassifier</code>, a <code>JsonClassifier</code>, or a <code>CsvClassifier</code>,
            depending on which field of the request is present.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.CsvClassifier_AllowSingleColumn">
            <summary>
            <para>
            <para>Enables the processing of files that contain only one column.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.CsvClassifier_ContainsHeader">
            <summary>
            <para>
            <para>Indicates whether the CSV file contains a header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.CsvClassifier_Delimiter">
            <summary>
            <para>
            <para>A custom symbol to denote what separates each column entry in the row.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.CsvClassifier_DisableValueTrimming">
            <summary>
            <para>
            <para>Specifies not to trim values before identifying the type of column values. The default
            value is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.GrokClassifier">
            <summary>
            <para>
            <para>A <code>GrokClassifier</code> object specifying the classifier to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.CsvClassifier_Header">
            <summary>
            <para>
            <para>A list of strings representing column names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.JsonClassifier_JsonPath">
            <summary>
            <para>
            <para>A <code>JsonPath</code> string defining the JSON data for the classifier to classify.
            AWS Glue supports a subset of <code>JsonPath</code>, as described in <a href="https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json">Writing
            JsonPath Custom Classifiers</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.CsvClassifier_Name">
            <summary>
            <para>
            <para>The name of the classifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.JsonClassifier_Name">
            <summary>
            <para>
            <para>The name of the classifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.CsvClassifier_QuoteSymbol">
            <summary>
            <para>
            <para>A custom symbol to denote what combines content into a single column value. Must be
            different from the column delimiter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.XMLClassifier">
            <summary>
            <para>
            <para>An <code>XMLClassifier</code> object specifying the classifier to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEClassifierCmdlet.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.GLUE.NewGLUEConnectionCmdlet">
            <summary>
            Creates a connection definition in the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEConnectionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which to create the connection. If none is provided,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEConnectionCmdlet.ConnectionInput">
            <summary>
            <para>
            <para>A <code>ConnectionInput</code> object defining the connection to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEConnectionCmdlet.PassThru">
            <summary>
            Returns the value passed to the ConnectionInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEConnectionCmdlet.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.GLUE.NewGLUECrawlerCmdlet">
            <summary>
            Creates a new crawler with specified targets, role, configuration, and optional schedule.
            At least one crawl target must be specified, in the <code>s3Targets</code> field,
            the <code>jdbcTargets</code> field, or the <code>DynamoDBTargets</code> field.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.Classifier">
            <summary>
            <para>
            <para>A list of custom classifiers that the user has registered. By default, all built-in
            classifiers are included in a crawl, but these custom classifiers always override
            the default classifiers for a given classification.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.Configuration">
            <summary>
            <para>
            <para>The crawler configuration information. This versioned JSON string allows users to
            specify aspects of a crawler's behavior. For more information, see <a href="http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html">Configuring
            a Crawler</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.CrawlerSecurityConfiguration">
            <summary>
            <para>
            <para>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The AWS Glue database where results are written, such as: <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.Description">
            <summary>
            <para>
            <para>A description of the new crawler.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.Name">
            <summary>
            <para>
            <para>Name of the new crawler.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.Role">
            <summary>
            <para>
            <para>The IAM role or Amazon Resource Name (ARN) of an IAM role used by the new crawler
            to access customer resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.Schedule">
            <summary>
            <para>
            <para>A <code>cron</code> expression used to specify the schedule. For more information,
            see <a href="http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
            Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15
            UTC, specify <code>cron(15 12 * * ? *)</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.SchemaChangePolicy">
            <summary>
            <para>
            <para>The policy for the crawler's update and deletion behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.TablePrefix">
            <summary>
            <para>
            <para>The table prefix used for catalog tables that are created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to use with this crawler request. You can use tags to limit access to the
            crawler. For more information, see <a href="http://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html">AWS
            Tags in AWS Glue</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.Target">
            <summary>
            <para>
            <para>A list of collection of targets to crawl.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUECrawlerCmdlet.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.GLUE.NewGLUEDatabaseCmdlet">
            <summary>
            Creates a new database in a Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDatabaseCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which to create the database. If none is supplied, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDatabaseCmdlet.DatabaseInput">
            <summary>
            <para>
            <para>A <code>DatabaseInput</code> object defining the metadata database to create in the
            catalog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDatabaseCmdlet.PassThru">
            <summary>
            Returns the value passed to the DatabaseInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDatabaseCmdlet.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.GLUE.NewGLUEDevEndpointCmdlet">
            <summary>
            Creates a new development endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.Argument">
            <summary>
            <para>
            <para>A map of arguments used to configure the <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name to be assigned to the new <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.ExtraJarsS3Path">
            <summary>
            <para>
            <para>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be
            loaded in your <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.ExtraPythonLibsS3Path">
            <summary>
            <para>
            <para>The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded
            in your <code>DevEndpoint</code>. Multiple values must be complete paths separated
            by a comma.</para><note><para>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries
            that rely on C extensions, such as the <a href="http://pandas.pydata.org/">pandas</a>
            Python data analysis library, are not yet supported.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.NumberOfNode">
            <summary>
            <para>
            <para>The number of AWS Glue Data Processing Units (DPUs) to allocate to this <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.NumberOfWorker">
            <summary>
            <para>
            <para>The number of workers of a defined <code>workerType</code> that are allocated to the
            development endpoint.</para><para>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149
            for <code>G.2X</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.PublicKey">
            <summary>
            <para>
            <para>The public key to be used by this <code>DevEndpoint</code> for authentication. This
            attribute is provided for backward compatibility because the recommended attribute
            to use is public keys.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.PublicKeyList">
            <summary>
            <para>
            <para>A list of public keys to be used by the development endpoints for authentication.
            The use of this attribute is preferred over a single public key because the public
            keys allow you to have a different private key per client.</para><note><para>If you previously created an endpoint with a public key, you must remove that key
            to be able to set a list of public keys. Call the <code>UpdateDevEndpoint</code> API
            with the public key content in the <code>deletePublicKeys</code> attribute, and the
            list of new keys in the <code>addPublicKeys</code> attribute.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.RoleArn">
            <summary>
            <para>
            <para>The IAM role for the <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.SecurityConfiguration">
            <summary>
            <para>
            <para>The name of the <code>SecurityConfiguration</code> structure to be used with this
            <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.SecurityGroupId">
            <summary>
            <para>
            <para>Security group IDs for the security groups to be used by the new <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.SubnetId">
            <summary>
            <para>
            <para>The subnet ID for the new <code>DevEndpoint</code> to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to use with this DevEndpoint. You may use tags to limit access to the DevEndpoint.
            For more information about tags in AWS Glue, see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html">AWS
            Tags in AWS Glue</a> in the developer guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.WorkerType">
            <summary>
            <para>
            <para>The type of predefined worker that is allocated to the development endpoint. Accepts
            a value of Standard, G.1X, or G.2X.</para><ul><li><para>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory
            and a 50GB disk, and 2 executors per worker.</para></li><li><para>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of
            memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker
            type for memory-intensive jobs.</para></li><li><para>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of
            memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker
            type for memory-intensive jobs.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEDevEndpointCmdlet.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.GLUE.NewGLUEJobCmdlet">
            <summary>
            Creates a new job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.Command">
            <summary>
            <para>
            <para>The <code>JobCommand</code> that executes this job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.Connections_Connection">
            <summary>
            <para>
            <para>A list of connections used by the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.DefaultArgument">
            <summary>
            <para>
            <para>The default arguments for this job.</para><para>You can specify arguments here that your own job-execution script consumes, as well
            as arguments that AWS Glue itself consumes.</para><para>For information about how to specify and consume your own Job arguments, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html">Calling
            AWS Glue APIs in Python</a> topic in the developer guide.</para><para>For information about the key-value pairs that AWS Glue consumes to set up your job,
            see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html">Special
            Parameters Used by AWS Glue</a> topic in the developer guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.Description">
            <summary>
            <para>
            <para>Description of the job being defined.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.GlueVersion">
            <summary>
            <para>
            <para>Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
            The Python version indicates the version supported for jobs of type Spark. </para><para>For more information about the available AWS Glue versions and corresponding Spark
            and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue
            version</a> in the developer guide.</para><para>Jobs that are created without specifying a Glue version default to Glue 0.9.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.LogUri">
            <summary>
            <para>
            <para>This field is reserved for future use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.MaxCapacity">
            <summary>
            <para>
            <para>The number of AWS Glue data processing units (DPUs) that can be allocated when this
            job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs
            of compute capacity and 16 GB of memory. For more information, see the <a href="https://aws.amazon.com/glue/pricing/">AWS
            Glue pricing page</a>.</para><para>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</para><para>The value that can be allocated for <code>MaxCapacity</code> depends on whether you
            are running a Python shell job or an Apache Spark ETL job:</para><ul><li><para>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"),
            you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</para></li><li><para>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>="glueetl"),
            you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot
            have a fractional DPU allocation.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.ExecutionProperty_MaxConcurrentRun">
            <summary>
            <para>
            <para>The maximum number of concurrent runs allowed for the job. The default is 1. An error
            is returned when this threshold is reached. The maximum value you can specify is controlled
            by a service limit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.MaxRetry">
            <summary>
            <para>
            <para>The maximum number of times to retry this job if it fails.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.Name">
            <summary>
            <para>
            <para>The name you assign to this job definition. It must be unique in your account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.NotificationProperty_NotifyDelayAfter">
            <summary>
            <para>
            <para>After a job run starts, the number of minutes to wait before sending a job run delay
            notification.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.NumberOfWorker">
            <summary>
            <para>
            <para>The number of workers of a defined <code>workerType</code> that are allocated when
            a job runs.</para><para>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149
            for <code>G.2X</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.Role">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the IAM role associated with this job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.SecurityConfiguration">
            <summary>
            <para>
            <para>The name of the <code>SecurityConfiguration</code> structure to be used with this
            job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to use with this job. You may use tags to limit access to the job. For more
            information about tags in AWS Glue, see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html">AWS
            Tags in AWS Glue</a> in the developer guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.Timeout">
            <summary>
            <para>
            <para>The job timeout in minutes. This is the maximum time that a job run can consume resources
            before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880
            minutes (48 hours).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.WorkerType">
            <summary>
            <para>
            <para>The type of predefined worker that is allocated when a job runs. Accepts a value of
            Standard, G.1X, or G.2X.</para><ul><li><para>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory
            and a 50GB disk, and 2 executors per worker.</para></li><li><para>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of
            memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker
            type for memory-intensive jobs.</para></li><li><para>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of
            memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker
            type for memory-intensive jobs.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.AllocatedCapacity">
            <summary>
            <para>
            <para>This parameter is deprecated. Use <code>MaxCapacity</code> instead.</para><para>The number of AWS Glue data processing units (DPUs) to allocate to this Job. You can
            allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing
            power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
            see the <a href="https://aws.amazon.com/glue/pricing/">AWS Glue pricing page</a>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEJobCmdlet.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.GLUE.NewGLUEPartitionCmdlet">
            <summary>
            Creates a new partition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the catalog in which the partion is to be created. Currently, this should
            be the AWS account ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the metadata database in which the partition is to be created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionCmdlet.PartitionInput">
            <summary>
            <para>
            <para>A <code>PartitionInput</code> structure defining the partition to be created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the metadata table in which the partition is to be created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the PartitionInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionCmdlet.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.GLUE.NewGLUEPartitionBatchCmdlet">
            <summary>
            Creates one or more partitions in a batch operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionBatchCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the catalog in which the partion is to be created. Currently, this should
            be the AWS account ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionBatchCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the metadata database in which the partition is to be created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionBatchCmdlet.PartitionInputList">
            <summary>
            <para>
            <para>A list of <code>PartitionInput</code> structures that define the partitions to be
            created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionBatchCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the metadata table in which the partition is to be created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEPartitionBatchCmdlet.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.GLUE.NewGLUEScriptCmdlet">
            <summary>
            Transforms a directed acyclic graph (DAG) into code.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEScriptCmdlet.DagEdge">
            <summary>
            <para>
            <para>A list of the edges in the DAG.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEScriptCmdlet.DagNode">
            <summary>
            <para>
            <para>A list of the nodes in the DAG.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEScriptCmdlet.Language">
            <summary>
            <para>
            <para>The programming language of the resulting code from the DAG.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEScriptCmdlet.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.GLUE.NewGLUESecurityConfigurationCmdlet">
            <summary>
            Creates a new security configuration. A security configuration is a set of security
            properties that can be used by AWS Glue. You can use a security configuration to encrypt
            data at rest. For information about using security configurations in AWS Glue, see
            <a href="https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html">Encrypting
            Data Written by Crawlers, Jobs, and Development Endpoints</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUESecurityConfigurationCmdlet.CloudWatchEncryption_CloudWatchEncryptionMode">
            <summary>
            <para>
            <para>The encryption mode to use for CloudWatch data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUESecurityConfigurationCmdlet.JobBookmarksEncryption_JobBookmarksEncryptionMode">
            <summary>
            <para>
            <para>The encryption mode to use for job bookmarks data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUESecurityConfigurationCmdlet.CloudWatchEncryption_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUESecurityConfigurationCmdlet.JobBookmarksEncryption_KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUESecurityConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The name for the new security configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUESecurityConfigurationCmdlet.EncryptionConfiguration_S3Encryption">
            <summary>
            <para>
            <para>The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUESecurityConfigurationCmdlet.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.GLUE.NewGLUETableCmdlet">
            <summary>
            Creates a new table definition in the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETableCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which to create the <code>Table</code>. If none is supplied,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETableCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The catalog database in which to create the new table. For Hive compatibility, this
            name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETableCmdlet.TableInput">
            <summary>
            <para>
            <para>The <code>TableInput</code> object that defines the metadata table to create in the
            catalog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETableCmdlet.PassThru">
            <summary>
            Returns the value passed to the TableInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETableCmdlet.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.GLUE.NewGLUETriggerCmdlet">
            <summary>
            Creates a new trigger.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.Action">
            <summary>
            <para>
            <para>The actions initiated by this trigger when it fires.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.Description">
            <summary>
            <para>
            <para>A description of the new trigger.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the trigger.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.Predicate">
            <summary>
            <para>
            <para>A predicate to specify when the new trigger should fire.</para><para>This field is required when the trigger type is <code>CONDITIONAL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.Schedule">
            <summary>
            <para>
            <para>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
            Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15
            UTC, you would specify: <code>cron(15 12 * * ? *)</code>.</para><para>This field is required when the trigger type is SCHEDULED.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.StartOnCreation">
            <summary>
            <para>
            <para>Set to <code>true</code> to start <code>SCHEDULED</code> and <code>CONDITIONAL</code>
            triggers when created. True is not supported for <code>ON_DEMAND</code> triggers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to use with this trigger. You may use tags to limit access to the trigger.
            For more information about tags in AWS Glue, see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html">AWS
            Tags in AWS Glue</a> in the developer guide. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.Type">
            <summary>
            <para>
            <para>The type of the new trigger.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.WorkflowName">
            <summary>
            <para>
            <para>The name of the workflow associated with the trigger.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUETriggerCmdlet.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.GLUE.NewGLUEUserDefinedFunctionCmdlet">
            <summary>
            Creates a new function definition in the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEUserDefinedFunctionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which to create the function. If none is supplied, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEUserDefinedFunctionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database in which to create the function.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEUserDefinedFunctionCmdlet.FunctionInput">
            <summary>
            <para>
            <para>A <code>FunctionInput</code> object that defines the function to create in the Data
            Catalog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEUserDefinedFunctionCmdlet.PassThru">
            <summary>
            Returns the value passed to the FunctionInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEUserDefinedFunctionCmdlet.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.GLUE.NewGLUEWorkflowCmdlet">
            <summary>
            Creates a new workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEWorkflowCmdlet.DefaultRunProperty">
            <summary>
            <para>
            <para>A collection of properties to be used as part of each execution of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEWorkflowCmdlet.Description">
            <summary>
            <para>
            <para>A description of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEWorkflowCmdlet.Name">
            <summary>
            <para>
            <para>The name to be assigned to the workflow. It should be unique within your account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEWorkflowCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be used with this workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.NewGLUEWorkflowCmdlet.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.GLUE.RemoveGLUEClassifierCmdlet">
            <summary>
            Removes a classifier from the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEClassifierCmdlet.Name">
            <summary>
            <para>
            <para>Name of the classifier to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEClassifierCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEClassifierCmdlet.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.GLUE.RemoveGLUEConnectionCmdlet">
            <summary>
            Deletes a connection from the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEConnectionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which the connection resides. If none is provided, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEConnectionCmdlet.ConnectionName">
            <summary>
            <para>
            <para>The name of the connection to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEConnectionCmdlet.PassThru">
            <summary>
            Returns the value passed to the ConnectionName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEConnectionCmdlet.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.GLUE.RemoveGLUEConnectionBatchCmdlet">
            <summary>
            Deletes a list of connection definitions from the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEConnectionBatchCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which the connections reside. If none is provided, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEConnectionBatchCmdlet.ConnectionNameList">
            <summary>
            <para>
            <para>A list of names of the connections to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEConnectionBatchCmdlet.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.GLUE.RemoveGLUECrawlerCmdlet">
            <summary>
            Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state
            is <code>RUNNING</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUECrawlerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the crawler to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUECrawlerCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUECrawlerCmdlet.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.GLUE.RemoveGLUEDatabaseCmdlet">
            <summary>
            Removes a specified Database from a Data Catalog.
             
             <note><para>
            After completing this operation, you will no longer have access to the tables (and
            all table versions and partitions that might belong to the tables) and the user-defined
            functions in the deleted database. AWS Glue deletes these "orphaned" resources asynchronously
            in a timely manner, at the discretion of the service.
            </para><para>
            To ensure immediate deletion of all related resources, before calling <code>DeleteDatabase</code>,
            use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, <code>DeletePartition</code>
            or <code>BatchDeletePartition</code>, <code>DeleteUserDefinedFunction</code>, and
            <code>DeleteTable</code> or <code>BatchDeleteTable</code>, to delete any resources
            that belong to the database.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEDatabaseCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which the database resides. If none is supplied, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEDatabaseCmdlet.Name">
            <summary>
            <para>
            <para>The name of the Database to delete. For Hive compatibility, this must be all lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEDatabaseCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEDatabaseCmdlet.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.GLUE.RemoveGLUEDevEndpointCmdlet">
            <summary>
            Deletes a specified development endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEDevEndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name of the <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEDevEndpointCmdlet.PassThru">
            <summary>
            Returns the value passed to the EndpointName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEDevEndpointCmdlet.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.GLUE.RemoveGLUEJobCmdlet">
            <summary>
            Deletes a specified job definition. If the job definition is not found, no exception
            is thrown.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEJobCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the job definition to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEJobCmdlet.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.GLUE.RemoveGLUEPartitionCmdlet">
            <summary>
            Deletes a specified partition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the partition to be deleted resides. If none is supplied,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database in which the table in question resides.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionCmdlet.PartitionValue">
            <summary>
            <para>
            <para>The values that define the partition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the table where the partition to be deleted is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the TableName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionCmdlet.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.GLUE.RemoveGLUEPartitionBatchCmdlet">
            <summary>
            Deletes one or more partitions in a batch operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionBatchCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the partition to be deleted resides. If none is supplied,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionBatchCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database in which the table in question resides.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionBatchCmdlet.PartitionsToDelete">
            <summary>
            <para>
            <para>A list of <code>PartitionInput</code> structures that define the partitions to be
            deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionBatchCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the table where the partitions to be deleted is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEPartitionBatchCmdlet.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.GLUE.RemoveGLUEResourcePolicyCmdlet">
            <summary>
            Deletes a specified policy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEResourcePolicyCmdlet.PolicyHashCondition">
            <summary>
            <para>
            <para>The hash value returned when this policy was set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEResourcePolicyCmdlet.PassThru">
            <summary>
            Returns the value passed to the PolicyHashCondition parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEResourcePolicyCmdlet.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.GLUE.RemoveGLUEResourceTagCmdlet">
            <summary>
            Removes tags from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource from which to remove the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEResourceTagCmdlet.TagsToRemove">
            <summary>
            <para>
            <para>Tags to remove from this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEResourceTagCmdlet.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.GLUE.RemoveGLUESecurityConfigurationCmdlet">
            <summary>
            Deletes a specified security configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUESecurityConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the security configuration to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUESecurityConfigurationCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUESecurityConfigurationCmdlet.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.GLUE.RemoveGLUETableCmdlet">
            <summary>
            Removes a table definition from the Data Catalog.
             
             <note><para>
            After completing this operation, you will no longer have access to the table versions
            and partitions that belong to the deleted table. AWS Glue deletes these "orphaned"
            resources asynchronously in a timely manner, at the discretion of the service.
            </para><para>
            To ensure immediate deletion of all related resources, before calling <code>DeleteTable</code>,
            use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, and <code>DeletePartition</code>
            or <code>BatchDeletePartition</code>, to delete any resources that belong to the table.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the table resides. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database in which the table resides. For Hive compatibility,
            this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableCmdlet.Name">
            <summary>
            <para>
            <para>The name of the table to be deleted. For Hive compatibility, this name is entirely
            lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableCmdlet.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.GLUE.RemoveGLUETableBatchCmdlet">
            <summary>
            Deletes multiple tables at once.
             
             <note><para>
            After completing this operation, you will no longer have access to the table versions
            and partitions that belong to the deleted table. AWS Glue deletes these "orphaned"
            resources asynchronously in a timely manner, at the discretion of the service.
            </para><para>
            To ensure immediate deletion of all related resources, before calling <code>BatchDeleteTable</code>,
            use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, and <code>DeletePartition</code>
            or <code>BatchDeletePartition</code>, to delete any resources that belong to the table.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableBatchCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the table resides. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableBatchCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database where the tables to delete reside. For Hive compatibility,
            this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableBatchCmdlet.TablesToDelete">
            <summary>
            <para>
            <para>A list of the table to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableBatchCmdlet.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.GLUE.RemoveGLUETableVersionCmdlet">
            <summary>
            Deletes a specified version of a table.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The database in the catalog in which the table resides. For Hive compatibility, this
            name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the table. For Hive compatibility, this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionCmdlet.VersionId">
            <summary>
            <para>
            <para>The ID of the table version to be deleted. A <code>VersionID</code> is a string representation
            of an integer. Each version is incremented by 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionCmdlet.PassThru">
            <summary>
            Returns the value passed to the VersionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionCmdlet.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.GLUE.RemoveGLUETableVersionBatchCmdlet">
            <summary>
            Deletes a specified batch of versions of a table.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionBatchCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionBatchCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The database in the catalog in which the table resides. For Hive compatibility, this
            name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionBatchCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the table. For Hive compatibility, this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionBatchCmdlet.VersionId">
            <summary>
            <para>
            <para>A list of the IDs of versions to be deleted. A <code>VersionId</code> is a string
            representation of an integer. Each version is incremented by 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETableVersionBatchCmdlet.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.GLUE.RemoveGLUETriggerCmdlet">
            <summary>
            Deletes a specified trigger. If the trigger is not found, no exception is thrown.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETriggerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the trigger to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUETriggerCmdlet.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.GLUE.RemoveGLUEUserDefinedFunctionCmdlet">
            <summary>
            Deletes an existing function definition from the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEUserDefinedFunctionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the function to be deleted is located. If none is
            supplied, the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEUserDefinedFunctionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database where the function is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEUserDefinedFunctionCmdlet.FunctionName">
            <summary>
            <para>
            <para>The name of the function definition to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEUserDefinedFunctionCmdlet.PassThru">
            <summary>
            Returns the value passed to the FunctionName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEUserDefinedFunctionCmdlet.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.GLUE.RemoveGLUEWorkflowCmdlet">
            <summary>
            Deletes a workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEWorkflowCmdlet.Name">
            <summary>
            <para>
            <para>Name of the workflow to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.RemoveGLUEWorkflowCmdlet.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.GLUE.ResetGLUEJobBookmarkCmdlet">
            <summary>
            Resets a bookmark entry.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.ResetGLUEJobBookmarkCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the job in question.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.ResetGLUEJobBookmarkCmdlet.RunId">
            <summary>
            <para>
            <para>The unique run identifier associated with this job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.ResetGLUEJobBookmarkCmdlet.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.GLUE.SetGLUEDataCatalogEncryptionSettingCmdlet">
            <summary>
            Sets the security configuration for a specified catalog. After the configuration has
            been set, the specified encryption is applied to every catalog write thereafter.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEDataCatalogEncryptionSettingCmdlet.ConnectionPasswordEncryption_AwsKmsKeyId">
            <summary>
            <para>
            <para>An AWS KMS key that is used to encrypt the connection password. </para><para>If connection password protection is enabled, the caller of <code>CreateConnection</code>
            and <code>UpdateConnection</code> needs at least <code>kms:Encrypt</code> permission
            on the specified AWS KMS key, to encrypt passwords before storing them in the Data
            Catalog. </para><para>You can set the decrypt permission to enable or restrict access on the password key
            according to your security requirements.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEDataCatalogEncryptionSettingCmdlet.EncryptionAtRest_CatalogEncryptionMode">
            <summary>
            <para>
            <para>The encryption-at-rest mode for encrypting Data Catalog data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEDataCatalogEncryptionSettingCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog for which to set the security configuration. If none is
            provided, the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEDataCatalogEncryptionSettingCmdlet.ConnectionPasswordEncryption_ReturnConnectionPasswordEncrypted">
            <summary>
            <para>
            <para>When the <code>ReturnConnectionPasswordEncrypted</code> flag is set to "true", passwords
            remain encrypted in the responses of <code>GetConnection</code> and <code>GetConnections</code>.
            This encryption takes effect independently from catalog encryption. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEDataCatalogEncryptionSettingCmdlet.EncryptionAtRest_SseAwsKmsKeyId">
            <summary>
            <para>
            <para>The ID of the AWS KMS key to use for encryption at rest.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEDataCatalogEncryptionSettingCmdlet.PassThru">
            <summary>
            Returns the value passed to the CatalogId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEDataCatalogEncryptionSettingCmdlet.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.GLUE.SetGLUEResourcePolicyCmdlet">
            <summary>
            Sets the Data Catalog resource policy for access control.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEResourcePolicyCmdlet.PolicyExistsCondition">
            <summary>
            <para>
            <para>A value of <code>MUST_EXIST</code> is used to update a policy. A value of <code>NOT_EXIST</code>
            is used to create a new policy. If a value of <code>NONE</code> or a null value is
            used, the call will not depend on the existence of a policy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEResourcePolicyCmdlet.PolicyHashCondition">
            <summary>
            <para>
            <para>The hash value returned when the previous policy was set using <code>PutResourcePolicy</code>.
            Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter
            if no previous policy has been set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEResourcePolicyCmdlet.PolicyInJson">
            <summary>
            <para>
            <para>Contains the policy document to set, in JSON format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.SetGLUEResourcePolicyCmdlet.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.GLUE.StartGLUECrawlerCmdlet">
            <summary>
            Starts a crawl using the specified crawler, regardless of what is scheduled. If the
            crawler is already running, returns a <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-exceptions.html#aws-glue-api-exceptions-CrawlerRunningException">CrawlerRunningException</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUECrawlerCmdlet.Name">
            <summary>
            <para>
            <para>Name of the crawler to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUECrawlerCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUECrawlerCmdlet.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.GLUE.StartGLUECrawlerScheduleCmdlet">
            <summary>
            Changes the schedule state of the specified crawler to <code>SCHEDULED</code>, unless
            the crawler is already running or the schedule state is already <code>SCHEDULED</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUECrawlerScheduleCmdlet.CrawlerName">
            <summary>
            <para>
            <para>Name of the crawler to schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUECrawlerScheduleCmdlet.PassThru">
            <summary>
            Returns the value passed to the CrawlerName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUECrawlerScheduleCmdlet.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.GLUE.StartGLUEJobRunCmdlet">
            <summary>
            Starts a job run using a job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.Argument">
            <summary>
            <para>
            <para>The job arguments specifically for this run. For this job run, they replace the default
            arguments set in the job definition itself.</para><para>You can specify arguments here that your own job-execution script consumes, as well
            as arguments that AWS Glue itself consumes.</para><para>For information about how to specify and consume your own Job arguments, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html">Calling
            AWS Glue APIs in Python</a> topic in the developer guide.</para><para>For information about the key-value pairs that AWS Glue consumes to set up your job,
            see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html">Special
            Parameters Used by AWS Glue</a> topic in the developer guide.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the job definition to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.JobRunId">
            <summary>
            <para>
            <para>The ID of a previous <code>JobRun</code> to retry.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.MaxCapacity">
            <summary>
            <para>
            <para>The number of AWS Glue data processing units (DPUs) that can be allocated when this
            job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs
            of compute capacity and 16 GB of memory. For more information, see the <a href="https://docs.aws.amazon.com/https:/aws.amazon.com/glue/pricing/">AWS
            Glue pricing page</a>.</para><para>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</para><para>The value that can be allocated for <code>MaxCapacity</code> depends on whether you
            are running a Python shell job, or an Apache Spark ETL job:</para><ul><li><para>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"),
            you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</para></li><li><para>When you specify an Apache Spark ETL job (<code>JobCommand.Name</code>="glueetl"),
            you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot
            have a fractional DPU allocation.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.NotificationProperty_NotifyDelayAfter">
            <summary>
            <para>
            <para>After a job run starts, the number of minutes to wait before sending a job run delay
            notification.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.NumberOfWorker">
            <summary>
            <para>
            <para>The number of workers of a defined <code>workerType</code> that are allocated when
            a job runs.</para><para>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149
            for <code>G.2X</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.SecurityConfiguration">
            <summary>
            <para>
            <para>The name of the <code>SecurityConfiguration</code> structure to be used with this
            job run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.Timeout">
            <summary>
            <para>
            <para>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run
            can consume resources before it is terminated and enters <code>TIMEOUT</code> status.
            The default is 2,880 minutes (48 hours). This overrides the timeout value set in the
            parent job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.WorkerType">
            <summary>
            <para>
            <para>The type of predefined worker that is allocated when a job runs. Accepts a value of
            Standard, G.1X, or G.2X.</para><ul><li><para>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory
            and a 50GB disk, and 2 executors per worker.</para></li><li><para>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory
            and a 64GB disk, and 1 executor per worker.</para></li><li><para>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory
            and a 128GB disk, and 1 executor per worker.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.AllocatedCapacity">
            <summary>
            <para>
            <para>This field is deprecated. Use <code>MaxCapacity</code> instead.</para><para>The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From
            2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of
            processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
            For more information, see the <a href="https://docs.aws.amazon.com/https:/aws.amazon.com/glue/pricing/">AWS
            Glue pricing page</a>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEJobRunCmdlet.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.GLUE.StartGLUETriggerCmdlet">
            <summary>
            Starts an existing trigger. See <a href="https://docs.aws.amazon.com/glue/latest/dg/trigger-job.html">Triggering
            Jobs</a> for information about how different types of trigger are started.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUETriggerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the trigger to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUETriggerCmdlet.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.GLUE.StartGLUEWorkflowRunCmdlet">
            <summary>
            Starts a new run of the specified workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEWorkflowRunCmdlet.Name">
            <summary>
            <para>
            <para>The name of the workflow to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StartGLUEWorkflowRunCmdlet.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.GLUE.StopGLUECrawlerCmdlet">
            <summary>
            If the specified crawler is running, stops the crawl.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUECrawlerCmdlet.Name">
            <summary>
            <para>
            <para>Name of the crawler to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUECrawlerCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUECrawlerCmdlet.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.GLUE.StopGLUECrawlerScheduleCmdlet">
            <summary>
            Sets the schedule state of the specified crawler to <code>NOT_SCHEDULED</code>, but
            does not stop the crawler if it is already running.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUECrawlerScheduleCmdlet.CrawlerName">
            <summary>
            <para>
            <para>Name of the crawler whose schedule state to set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUECrawlerScheduleCmdlet.PassThru">
            <summary>
            Returns the value passed to the CrawlerName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUECrawlerScheduleCmdlet.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.GLUE.StopGLUEJobRunBatchCmdlet">
            <summary>
            Stops one or more job runs for a specified job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUEJobRunBatchCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the job definition for which to stop job runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUEJobRunBatchCmdlet.JobRunId">
            <summary>
            <para>
            <para>A list of the <code>JobRunIds</code> that should be stopped for that job definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUEJobRunBatchCmdlet.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.GLUE.StopGLUETriggerCmdlet">
            <summary>
            Stops a specified trigger.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUETriggerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the trigger to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.StopGLUETriggerCmdlet.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.GLUE.UpdateGLUEClassifierCmdlet">
            <summary>
            Modifies an existing classifier (a <code>GrokClassifier</code>, an <code>XMLClassifier</code>,
            a <code>JsonClassifier</code>, or a <code>CsvClassifier</code>, depending on which
            field is present).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.CsvClassifier_AllowSingleColumn">
            <summary>
            <para>
            <para>Enables the processing of files that contain only one column.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.CsvClassifier_ContainsHeader">
            <summary>
            <para>
            <para>Indicates whether the CSV file contains a header.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.CsvClassifier_Delimiter">
            <summary>
            <para>
            <para>A custom symbol to denote what separates each column entry in the row.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.CsvClassifier_DisableValueTrimming">
            <summary>
            <para>
            <para>Specifies not to trim values before identifying the type of column values. The default
            value is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.GrokClassifier">
            <summary>
            <para>
            <para>A <code>GrokClassifier</code> object with updated fields.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.CsvClassifier_Header">
            <summary>
            <para>
            <para>A list of strings representing column names.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.JsonClassifier_JsonPath">
            <summary>
            <para>
            <para>A <code>JsonPath</code> string defining the JSON data for the classifier to classify.
            AWS Glue supports a subset of <code>JsonPath</code>, as described in <a href="https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json">Writing
            JsonPath Custom Classifiers</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.CsvClassifier_Name">
            <summary>
            <para>
            <para>The name of the classifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.JsonClassifier_Name">
            <summary>
            <para>
            <para>The name of the classifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.CsvClassifier_QuoteSymbol">
            <summary>
            <para>
            <para>A custom symbol to denote what combines content into a single column value. It must
            be different from the column delimiter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.XMLClassifier">
            <summary>
            <para>
            <para>An <code>XMLClassifier</code> object with updated fields.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEClassifierCmdlet.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.GLUE.UpdateGLUEConnectionCmdlet">
            <summary>
            Updates a connection definition in the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEConnectionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which the connection resides. If none is provided, the
            AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEConnectionCmdlet.ConnectionInput">
            <summary>
            <para>
            <para>A <code>ConnectionInput</code> object that redefines the connection in question.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEConnectionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the connection definition to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEConnectionCmdlet.PassThru">
            <summary>
            Returns the value passed to the ConnectionInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEConnectionCmdlet.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.GLUE.UpdateGLUECrawlerCmdlet">
            <summary>
            Updates a crawler. If a crawler is running, you must stop it using <code>StopCrawler</code>
            before updating it.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.Classifier">
            <summary>
            <para>
            <para>A list of custom classifiers that the user has registered. By default, all built-in
            classifiers are included in a crawl, but these custom classifiers always override
            the default classifiers for a given classification.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.Configuration">
            <summary>
            <para>
            <para>The crawler configuration information. This versioned JSON string allows users to
            specify aspects of a crawler's behavior. For more information, see <a href="http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html">Configuring
            a Crawler</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.CrawlerSecurityConfiguration">
            <summary>
            <para>
            <para>The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The AWS Glue database where results are stored, such as: <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.Description">
            <summary>
            <para>
            <para>A description of the new crawler.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.Name">
            <summary>
            <para>
            <para>Name of the new crawler.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.Role">
            <summary>
            <para>
            <para>The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new
            crawler to access customer resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.Schedule">
            <summary>
            <para>
            <para>A <code>cron</code> expression used to specify the schedule. For more information,
            see <a href="http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
            Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15
            UTC, specify <code>cron(15 12 * * ? *)</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.SchemaChangePolicy">
            <summary>
            <para>
            <para>The policy for the crawler's update and deletion behavior.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.TablePrefix">
            <summary>
            <para>
            <para>The table prefix used for catalog tables that are created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.Target">
            <summary>
            <para>
            <para>A list of targets to crawl.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerCmdlet.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.GLUE.UpdateGLUECrawlerScheduleCmdlet">
            <summary>
            Updates the schedule of a crawler using a <code>cron</code> expression.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerScheduleCmdlet.CrawlerName">
            <summary>
            <para>
            <para>The name of the crawler whose schedule to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerScheduleCmdlet.Schedule">
            <summary>
            <para>
            <para>The updated <code>cron</code> expression used to specify the schedule. For more information,
            see <a href="http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based
            Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15
            UTC, specify <code>cron(15 12 * * ? *)</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerScheduleCmdlet.PassThru">
            <summary>
            Returns the value passed to the Schedule parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUECrawlerScheduleCmdlet.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.GLUE.UpdateGLUEDatabaseCmdlet">
            <summary>
            Updates an existing database definition in a Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDatabaseCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog in which the metadata database resides. If none is supplied,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDatabaseCmdlet.DatabaseInput">
            <summary>
            <para>
            <para>A <code>DatabaseInput</code> object specifying the new definition of the metadata
            database in the catalog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDatabaseCmdlet.Name">
            <summary>
            <para>
            <para>The name of the database to update in the catalog. For Hive compatibility, this is
            folded to lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDatabaseCmdlet.PassThru">
            <summary>
            Returns the value passed to the DatabaseInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDatabaseCmdlet.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.GLUE.UpdateGLUEDevEndpointCmdlet">
            <summary>
            Updates a specified development endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.AddArgument">
            <summary>
            <para>
            <para>The map of arguments to add the map of arguments used to configure the <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.AddPublicKey">
            <summary>
            <para>
            <para>The list of public keys for the <code>DevEndpoint</code> to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.CustomLibrary">
            <summary>
            <para>
            <para>Custom Python or Java libraries to be loaded in the <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.DeleteArgument">
            <summary>
            <para>
            <para>The list of argument keys to be deleted from the map of arguments used to configure
            the <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.DeletePublicKey">
            <summary>
            <para>
            <para>The list of public keys to be deleted from the <code>DevEndpoint</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name of the <code>DevEndpoint</code> to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.PublicKey">
            <summary>
            <para>
            <para>The public key for the <code>DevEndpoint</code> to use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.UpdateEtlLibrary">
            <summary>
            <para>
            <para><code>True</code> if the list of custom libraries to be loaded in the development
            endpoint needs to be updated, or <code>False</code> if otherwise.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.PassThru">
            <summary>
            Returns the value passed to the EndpointName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEDevEndpointCmdlet.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.GLUE.UpdateGLUEJobCmdlet">
            <summary>
            Updates an existing job definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEJobCmdlet.JobName">
            <summary>
            <para>
            <para>The name of the job definition to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEJobCmdlet.JobUpdate">
            <summary>
            <para>
            <para>Specifies the values with which to update the job definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEJobCmdlet.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.GLUE.UpdateGLUEPartitionCmdlet">
            <summary>
            Updates a partition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEPartitionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the partition to be updated resides. If none is supplied,
            the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEPartitionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database in which the table in question resides.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEPartitionCmdlet.PartitionInput">
            <summary>
            <para>
            <para>The new partition object to which to update the partition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEPartitionCmdlet.PartitionValueList">
            <summary>
            <para>
            <para>A list of the values defining the partition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEPartitionCmdlet.TableName">
            <summary>
            <para>
            <para>The name of the table where the partition to be updated is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEPartitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the PartitionInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEPartitionCmdlet.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.GLUE.UpdateGLUETableCmdlet">
            <summary>
            Updates a metadata table in the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETableCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the table resides. If none is supplied, the AWS account
            ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETableCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database in which the table resides. For Hive compatibility,
            this name is entirely lowercase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETableCmdlet.SkipArchive">
            <summary>
            <para>
            <para>By default, <code>UpdateTable</code> always creates an archived version of the table
            before updating it. If <code>skipArchive</code> is set to true, however, <code>UpdateTable</code>
            does not create the archived version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETableCmdlet.TableInput">
            <summary>
            <para>
            <para>An updated <code>TableInput</code> object to define the metadata table in the catalog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETableCmdlet.PassThru">
            <summary>
            Returns the value passed to the TableInput parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETableCmdlet.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.GLUE.UpdateGLUETriggerCmdlet">
            <summary>
            Updates a trigger definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETriggerCmdlet.Name">
            <summary>
            <para>
            <para>The name of the trigger to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETriggerCmdlet.TriggerUpdate">
            <summary>
            <para>
            <para>The new values with which to update the trigger.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUETriggerCmdlet.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.GLUE.UpdateGLUEUserDefinedFunctionCmdlet">
            <summary>
            Updates an existing function definition in the Data Catalog.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEUserDefinedFunctionCmdlet.CatalogId">
            <summary>
            <para>
            <para>The ID of the Data Catalog where the function to be updated is located. If none is
            supplied, the AWS account ID is used by default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEUserDefinedFunctionCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the catalog database where the function to be updated is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEUserDefinedFunctionCmdlet.FunctionInput">
            <summary>
            <para>
            <para>A <code>FunctionInput</code> object that re-defines the function in the Data Catalog.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEUserDefinedFunctionCmdlet.FunctionName">
            <summary>
            <para>
            <para>The name of the function.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEUserDefinedFunctionCmdlet.PassThru">
            <summary>
            Returns the value passed to the FunctionName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEUserDefinedFunctionCmdlet.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.GLUE.UpdateGLUEWorkflowCmdlet">
            <summary>
            Updates an existing workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEWorkflowCmdlet.DefaultRunProperty">
            <summary>
            <para>
            <para>A collection of properties to be used as part of each execution of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEWorkflowCmdlet.Description">
            <summary>
            <para>
            <para>The description of the workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEWorkflowCmdlet.Name">
            <summary>
            <para>
            <para>Name of the workflow to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.UpdateGLUEWorkflowCmdlet.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.GLUE.WriteGLUEWorkflowRunPropertyCmdlet">
            <summary>
            Puts the specified workflow run properties for the given workflow run. If a property
            already exists for the specified run, then it overrides the value otherwise adds the
            property to existing properties.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.WriteGLUEWorkflowRunPropertyCmdlet.Name">
            <summary>
            <para>
            <para>Name of the workflow which was run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.WriteGLUEWorkflowRunPropertyCmdlet.RunId">
            <summary>
            <para>
            <para>The ID of the workflow run for which the run properties should be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.WriteGLUEWorkflowRunPropertyCmdlet.RunProperty">
            <summary>
            <para>
            <para>The properties to put for the specified run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.WriteGLUEWorkflowRunPropertyCmdlet.PassThru">
            <summary>
            Returns the value passed to the RunId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GLUE.WriteGLUEWorkflowRunPropertyCmdlet.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>