AWS.Tools.KinesisAnalyticsV2.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.KinesisAnalyticsV2</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationCloudWatchLoggingOptionCmdlet">
            <summary>
            Adds an Amazon CloudWatch log stream to monitor application configuration errors.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationCloudWatchLoggingOptionCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The Kinesis Data Analytics application name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationCloudWatchLoggingOptionCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The version ID of the Kinesis Data Analytics application. You can retrieve the application
            version ID using <a>DescribeApplication</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationCloudWatchLoggingOptionCmdlet.CloudWatchLoggingOption_LogStreamARN">
            <summary>
            <para>
            <para>The ARN of the CloudWatch log to receive application messages.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationCloudWatchLoggingOptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.AddApplicationCloudWatchLoggingOptionResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.AddApplicationCloudWatchLoggingOptionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationCloudWatchLoggingOptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationCloudWatchLoggingOptionCmdlet.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.KINA2.AddKINA2ApplicationInputCmdlet">
            <summary>
            Adds a streaming source to your SQL-based Kinesis Data Analytics application.
             
              
            <para>
            You can add a streaming source when you create an application, or you can use this
            operation to add a streaming source after you create an application. For more information,
            see <a>CreateApplication</a>.
            </para><para>
            Any configuration update, including adding a streaming source using this operation,
            results in a new version of the application. You can use the <a>DescribeApplication</a>
            operation to find the current application version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of your existing application to which you want to add the streaming source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The current version of your application. You can use the <a>DescribeApplication</a>
            operation to find the current application version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputCmdlet.Input">
            <summary>
            <para>
            <para>The <a>Input</a> to add.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.AddApplicationInputResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.AddApplicationInputResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Input parameter.
            The -PassThru parameter is deprecated, use -Select '^Input' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputCmdlet.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.KINA2.AddKINA2ApplicationInputProcessingConfigurationCmdlet">
            <summary>
            Adds an <a>InputProcessingConfiguration</a> to a SQL-based Kinesis Data Analytics
            application. An input processor pre-processes records on the input stream before the
            application's SQL code executes. Currently, the only input processor available is
            <a href="https://docs.aws.amazon.com/lambda/">AWS Lambda</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputProcessingConfigurationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to which you want to add the input processing configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputProcessingConfigurationCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The version of the application to which you want to add the input processing configuration.
            You can use the <a>DescribeApplication</a> operation to get the current application
            version. If the version specified is not the current version, the <code>ConcurrentModificationException</code>
            is returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputProcessingConfigurationCmdlet.InputId">
            <summary>
            <para>
            <para>The ID of the input configuration to add the input processing configuration to. You
            can get a list of the input IDs for an application using the <a>DescribeApplication</a>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputProcessingConfigurationCmdlet.InputLambdaProcessor_ResourceARN">
            <summary>
            <para>
            <para>The ARN of the AWS Lambda function that operates on records in the stream.</para><note><para>To specify an earlier version of the Lambda function than the latest, include the
            Lambda function version in the Lambda function ARN. For more information about Lambda
            ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda">Example
            ARNs: AWS Lambda</a></para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputProcessingConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.AddApplicationInputProcessingConfigurationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.AddApplicationInputProcessingConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputProcessingConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InputId parameter.
            The -PassThru parameter is deprecated, use -Select '^InputId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationInputProcessingConfigurationCmdlet.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.KINA2.AddKINA2ApplicationOutputCmdlet">
            <summary>
            Adds an external destination to your SQL-based Kinesis Data Analytics application.
             
              
            <para>
            If you want Kinesis Data Analytics to deliver data from an in-application stream within
            your application to an external destination (such as an Kinesis data stream, a Kinesis
            Data Firehose delivery stream, or an AWS Lambda function), you add the relevant configuration
            to your application using this operation. You can configure one or more outputs for
            your application. Each output configuration maps an in-application stream and an external
            destination.
            </para><para>
             You can use one of the output configurations to deliver data from your in-application
            error stream to an external destination so that you can analyze the errors.
            </para><para>
             Any configuration update, including adding a streaming source using this operation,
            results in a new version of the application. You can use the <a>DescribeApplication</a>
            operation to find the current application version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationOutputCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to which you want to add the output configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationOutputCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The version of the application to which you want to add the output configuration.
            You can use the <a>DescribeApplication</a> operation to get the current application
            version. If the version specified is not the current version, the <code>ConcurrentModificationException</code>
            is returned. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationOutputCmdlet.Output">
            <summary>
            <para>
            <para>An array of objects, each describing one output configuration. In the output configuration,
            you specify the name of an in-application stream, a destination (that is, a Kinesis
            data stream, a Kinesis Data Firehose delivery stream, or an AWS Lambda function),
            and record the formation to use when writing to the destination.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationOutputCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.AddApplicationOutputResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.AddApplicationOutputResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationOutputCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Output parameter.
            The -PassThru parameter is deprecated, use -Select '^Output' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationOutputCmdlet.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.KINA2.AddKINA2ApplicationReferenceDataSourceCmdlet">
            <summary>
            Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
             
              
            <para>
            Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates
            an in-application table within your application. In the request, you provide the source
            (S3 bucket name and object key name), name of the in-application table to create,
            and the necessary mapping information that describes how data in an Amazon S3 object
            maps to columns in the resulting in-application table.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationReferenceDataSourceCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of an existing application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationReferenceDataSourceCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The version of the application for which you are adding the reference data source.
            You can use the <a>DescribeApplication</a> operation to get the current application
            version. If the version specified is not the current version, the <code>ConcurrentModificationException</code>
            is returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationReferenceDataSourceCmdlet.ReferenceDataSource">
            <summary>
            <para>
            <para>The reference data source can be an object in your Amazon S3 bucket. Kinesis Data
            Analytics reads the object and copies the data into the in-application table that
            is created. You provide an S3 bucket, object key name, and the resulting in-application
            table that is created. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationReferenceDataSourceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.AddApplicationReferenceDataSourceResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.AddApplicationReferenceDataSourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationReferenceDataSourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReferenceDataSource parameter.
            The -PassThru parameter is deprecated, use -Select '^ReferenceDataSource' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationReferenceDataSourceCmdlet.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.KINA2.AddKINA2ApplicationVpcConfigurationCmdlet">
            <summary>
            Adds a Virtual Private Cloud (VPC) configuration to the application. Applications
            can use VPCs to store and access resources securely.
             
              
            <para>
            Note the following about VPC configurations for Kinesis Data Analytics applications:
            </para><ul><li><para>
            VPC configurations are not supported for SQL applications.
            </para></li><li><para>
            When a VPC is added to a Kinesis Data Analytics application, the application can no
            longer be accessed from the Internet directly. To enable Internet access to the application,
            add an Internet gateway to your VPC.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationVpcConfigurationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of an existing application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationVpcConfigurationCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The version of the application to which you want to add the VPC configuration. You
            can use the <a>DescribeApplication</a> operation to get the current application version.
            If the version specified is not the current version, the <code>ConcurrentModificationException</code>
            is returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationVpcConfigurationCmdlet.VpcConfiguration_SecurityGroupId">
            <summary>
            <para>
            <para>The array of <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroup.html">SecurityGroup</a>
            IDs used by the VPC configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationVpcConfigurationCmdlet.VpcConfiguration_SubnetId">
            <summary>
            <para>
            <para>The array of <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Subnet.html">Subnet</a>
            IDs used by the VPC configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationVpcConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.AddApplicationVpcConfigurationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.AddApplicationVpcConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationVpcConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationVpcConfigurationCmdlet.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.KINA2.AddKINA2ResourceTagCmdlet">
            <summary>
            Adds one or more key-value tags to a Kinesis Data Analytics application. Note that
            the maximum number of application tags includes system tags. The maximum number of
            user-defined application tags is 50. For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html">Using
            Tagging</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the application to assign the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The key-value tags to assign to the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ResourceTagCmdlet.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.KINA2.FindKINA2InputSchemaCmdlet">
            <summary>
            Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample
            records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose
            delivery stream) or Amazon S3 object. In the response, the operation returns the inferred
            schema and also the sample records that the operation used to infer the schema.
             
              
            <para>
             You can use the inferred schema when configuring a streaming source for your application.
            When you create an application using the Kinesis Data Analytics console, the console
            uses this operation to infer a schema and show it in the console user interface.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.FindKINA2InputSchemaCmdlet.InputStartingPositionConfiguration">
            <summary>
            <para>
            <para>The point at which you want Kinesis Data Analytics to start reading records from the
            specified streaming source discovery purposes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.FindKINA2InputSchemaCmdlet.InputLambdaProcessor_ResourceARN">
            <summary>
            <para>
            <para>The ARN of the AWS Lambda function that operates on records in the stream.</para><note><para>To specify an earlier version of the Lambda function than the latest, include the
            Lambda function version in the Lambda function ARN. For more information about Lambda
            ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda">Example
            ARNs: AWS Lambda</a></para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.FindKINA2InputSchemaCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the streaming source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.FindKINA2InputSchemaCmdlet.S3Configuration">
            <summary>
            <para>
            <para>Specify this parameter to discover a schema from data in an Amazon S3 object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.FindKINA2InputSchemaCmdlet.ServiceExecutionRole">
            <summary>
            <para>
            <para>The ARN of the role that is used to access the streaming source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.FindKINA2InputSchemaCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DiscoverInputSchemaResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DiscoverInputSchemaResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.FindKINA2InputSchemaCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationCmdlet">
            <summary>
            Returns information about a specific Kinesis Data Analytics application.
             
              
            <para>
            If you want to retrieve a list of all applications in your account, use the <a>ListApplications</a>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationCmdlet.IncludeAdditionalDetail">
            <summary>
            <para>
            <para>Displays verbose information about a Kinesis Data Analytics application, including
            the application's job plan.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationDetail'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DescribeApplicationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DescribeApplicationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationListCmdlet">
            <summary>
            Returns a list of Kinesis Data Analytics applications in your account. For each application,
            the response includes the application name, Amazon Resource Name (ARN), and status.
             
             
              
            <para>
            If you want detailed information about a specific application, use <a>DescribeApplication</a>.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationListCmdlet.Limit">
            <summary>
            <para>
            <para>The maximum number of applications to list.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>50</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationListCmdlet.NextToken">
            <summary>
            <para>
            <para>If a previous command returned a pagination token, pass it into this value to retrieve
            the next set of results. For more information about pagination, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/pagination.html">Using
            the AWS Command Line Interface's Pagination Options</a>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.ListApplicationsResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.ListApplicationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotCmdlet">
            <summary>
            Returns information about a snapshot of application state data.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of an existing application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotCmdlet.SnapshotName">
            <summary>
            <para>
            <para>The identifier of an application snapshot. You can retrieve this value using .</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SnapshotDetails'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DescribeApplicationSnapshotResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DescribeApplicationSnapshotResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SnapshotName parameter.
            The -PassThru parameter is deprecated, use -Select '^SnapshotName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotListCmdlet">
            <summary>
            Lists information about the current application snapshots.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotListCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of an existing application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotListCmdlet.Limit">
            <summary>
            <para>
            <para>The maximum number of application snapshots to list.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>50</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotListCmdlet.NextToken">
            <summary>
            <para>
            <para>Use this parameter if you receive a <code>NextToken</code> response in a previous
            request that indicates that there is more output available. Set it to the value of
            the previous call's <code>NextToken</code> response to indicate where the output should
            continue from. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SnapshotSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.ListApplicationSnapshotsResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.ListApplicationSnapshotsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationSnapshotListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ResourceTagCmdlet">
            <summary>
            Retrieves the list of key-value tags assigned to the application. For more information,
            see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html">Using
            Tagging</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the application for which to retrieve tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet">
            <summary>
            Creates a Kinesis Data Analytics application. For information about creating a Kinesis
            Data Analytics application, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/getting-started.html">Creating
            an Application</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.ApplicationConfiguration">
            <summary>
            <para>
            <para>Use this parameter to configure the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.ApplicationDescription">
            <summary>
            <para>
            <para>A summary description of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of your application (for example, <code>sample-app</code>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.CloudWatchLoggingOption">
            <summary>
            <para>
            <para>Use this parameter to configure an Amazon CloudWatch log stream to monitor application
            configuration errors. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.RuntimeEnvironment">
            <summary>
            <para>
            <para>The runtime environment for the application (<code>SQL-1.0</code>, <code>FLINK-1_6</code>,
            or <code>FLINK-1_8</code>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.ServiceExecutionRole">
            <summary>
            <para>
            <para>The IAM role used by the application to access Kinesis data streams, Kinesis Data
            Firehose delivery streams, Amazon S3 objects, and other external resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.Tag">
            <summary>
            <para>
            <para>A list of one or more tags to assign to the application. A tag is a key-value pair
            that identifies an application. Note that the maximum number of application tags includes
            system tags. The maximum number of user-defined application tags is 50. For more information,
            see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html">Using
            Tagging</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationDetail'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.CreateApplicationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.CreateApplicationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.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.KINA2.NewKINA2ApplicationSnapshotCmdlet">
            <summary>
            Creates a snapshot of the application's state data.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationSnapshotCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of an existing application</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationSnapshotCmdlet.SnapshotName">
            <summary>
            <para>
            <para>An identifier for the application snapshot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationSnapshotCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.CreateApplicationSnapshotResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationSnapshotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SnapshotName parameter.
            The -PassThru parameter is deprecated, use -Select '^SnapshotName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationSnapshotCmdlet.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.KINA2.RemoveKINA2ApplicationCmdlet">
            <summary>
            Deletes the specified application. Kinesis Data Analytics halts application execution
            and deletes the application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCmdlet.CreateTimestamp">
            <summary>
            <para>
            <para>Use the <code>DescribeApplication</code> operation to get this value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DeleteApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCmdlet.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.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet">
            <summary>
            Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The application name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet.CloudWatchLoggingOptionId">
            <summary>
            <para>
            <para>The <code>CloudWatchLoggingOptionId</code> of the Amazon CloudWatch logging option
            to delete. You can get the <code>CloudWatchLoggingOptionId</code> by using the <a>DescribeApplication</a>
            operation. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The version ID of the application. You can retrieve the application version ID using
            <a>DescribeApplication</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DeleteApplicationCloudWatchLoggingOptionResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DeleteApplicationCloudWatchLoggingOptionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CloudWatchLoggingOptionId parameter.
            The -PassThru parameter is deprecated, use -Select '^CloudWatchLoggingOptionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet.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.KINA2.RemoveKINA2ApplicationInputProcessingConfigurationCmdlet">
            <summary>
            Deletes an <a>InputProcessingConfiguration</a> from an input.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationInputProcessingConfigurationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationInputProcessingConfigurationCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The application version. You can use the <a>DescribeApplication</a> operation to get
            the current application version. If the version specified is not the current version,
            the <code>ConcurrentModificationException</code> is returned. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationInputProcessingConfigurationCmdlet.InputId">
            <summary>
            <para>
            <para>The ID of the input configuration from which to delete the input processing configuration.
            You can get a list of the input IDs for an application by using the <a>DescribeApplication</a>
            operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationInputProcessingConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DeleteApplicationInputProcessingConfigurationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DeleteApplicationInputProcessingConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationInputProcessingConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InputId parameter.
            The -PassThru parameter is deprecated, use -Select '^InputId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationInputProcessingConfigurationCmdlet.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.KINA2.RemoveKINA2ApplicationOutputCmdlet">
            <summary>
            Deletes the output destination configuration from your SQL-based Kinesis Data Analytics
            application's configuration. Kinesis Data Analytics will no longer write data from
            the corresponding in-application stream to the external output destination.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationOutputCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The application name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationOutputCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The application version. You can use the <a>DescribeApplication</a> operation to get
            the current application version. If the version specified is not the current version,
            the <code>ConcurrentModificationException</code> is returned. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationOutputCmdlet.OutputId">
            <summary>
            <para>
            <para>The ID of the configuration to delete. Each output configuration that is added to
            the application (either when the application is created or later) using the <a>AddApplicationOutput</a>
            operation has a unique ID. You need to provide the ID to uniquely identify the output
            configuration that you want to delete from the application configuration. You can
            use the <a>DescribeApplication</a> operation to get the specific <code>OutputId</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationOutputCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DeleteApplicationOutputResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DeleteApplicationOutputResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationOutputCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OutputId parameter.
            The -PassThru parameter is deprecated, use -Select '^OutputId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationOutputCmdlet.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.KINA2.RemoveKINA2ApplicationReferenceDataSourceCmdlet">
            <summary>
            Deletes a reference data source configuration from the specified SQL-based Kinesis
            Data Analytics application's configuration.
             
              
            <para>
            If the application is running, Kinesis Data Analytics immediately removes the in-application
            table that you created using the <a>AddApplicationReferenceDataSource</a> operation.
             
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationReferenceDataSourceCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of an existing application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationReferenceDataSourceCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The current application version. You can use the <a>DescribeApplication</a> operation
            to get the current application version. If the version specified is not the current
            version, the <code>ConcurrentModificationException</code> is returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationReferenceDataSourceCmdlet.ReferenceId">
            <summary>
            <para>
            <para>The ID of the reference data source. When you add a reference data source to your
            application using the <a>AddApplicationReferenceDataSource</a>, Kinesis Data Analytics
            assigns an ID. You can use the <a>DescribeApplication</a> operation to get the reference
            ID. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationReferenceDataSourceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DeleteApplicationReferenceDataSourceResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DeleteApplicationReferenceDataSourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationReferenceDataSourceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReferenceId parameter.
            The -PassThru parameter is deprecated, use -Select '^ReferenceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationReferenceDataSourceCmdlet.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.KINA2.RemoveKINA2ApplicationSnapshotCmdlet">
            <summary>
            Deletes a snapshot of application state.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationSnapshotCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of an existing application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationSnapshotCmdlet.SnapshotCreationTimestamp">
            <summary>
            <para>
            <para>The creation timestamp of the application snapshot to delete. You can retrieve this
            value using or .</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationSnapshotCmdlet.SnapshotName">
            <summary>
            <para>
            <para>The identifier for the snapshot delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationSnapshotCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DeleteApplicationSnapshotResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationSnapshotCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SnapshotName parameter.
            The -PassThru parameter is deprecated, use -Select '^SnapshotName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationSnapshotCmdlet.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.KINA2.RemoveKINA2ApplicationVpcConfigurationCmdlet">
            <summary>
            Removes a VPC configuration from a Kinesis Data Analytics application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationVpcConfigurationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of an existing application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationVpcConfigurationCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The current application version ID. You can retrieve the application version ID using
            <a>DescribeApplication</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationVpcConfigurationCmdlet.VpcConfigurationId">
            <summary>
            <para>
            <para>The ID of the VPC configuration to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationVpcConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DeleteApplicationVpcConfigurationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DeleteApplicationVpcConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationVpcConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the VpcConfigurationId parameter.
            The -PassThru parameter is deprecated, use -Select '^VpcConfigurationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationVpcConfigurationCmdlet.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.KINA2.RemoveKINA2ResourceTagCmdlet">
            <summary>
            Removes one or more tags from a Kinesis Data Analytics application. For more information,
            see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html">Using
            Tagging</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The ARN of the Kinesis Data Analytics application from which to remove the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A list of keys of tags to remove from the specified application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ResourceTagCmdlet.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.KINA2.StartKINA2ApplicationCmdlet">
            <summary>
            Starts the specified Kinesis Data Analytics application. After creating an application,
            you must exclusively call this operation to start your application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StartKINA2ApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StartKINA2ApplicationCmdlet.RunConfiguration">
            <summary>
            <para>
            <para>Identifies the run configuration (start parameters) of a Kinesis Data Analytics application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StartKINA2ApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.StartApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StartKINA2ApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RunConfiguration parameter.
            The -PassThru parameter is deprecated, use -Select '^RunConfiguration' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StartKINA2ApplicationCmdlet.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.KINA2.StopKINA2ApplicationCmdlet">
            <summary>
            Stops the application from processing data. You can stop an application only if it
            is in the running state. You can use the <a>DescribeApplication</a> operation to find
            the application state.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StopKINA2ApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the running application to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StopKINA2ApplicationCmdlet.ForceStop">
            <summary>
            <para>
            <para>Set to <code>true</code> to force the application to stop. If you set <code>Force</code>
            to <code>true</code>, Kinesis Data Analytics stops the application without taking
            a snapshot.</para><para>You can only force stop a Flink-based Kinesis Data Analytics application. You can't
            force stop a SQL-based Kinesis Data Analytics application.</para><para>The application must be in the <code>STARTING</code>, <code>UPDATING</code>, <code>STOPPING</code>,
            <code>AUTOSCALING</code>, or <code>RUNNING</code> state. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StopKINA2ApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.StopApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StopKINA2ApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.StopKINA2ApplicationCmdlet.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.KINA2.UpdateKINA2ApplicationCmdlet">
            <summary>
            Updates an existing Kinesis Data Analytics application. Using this operation, you
            can update application code, input configuration, and output configuration.
             
              
            <para>
            Kinesis Data Analytics updates the <code>ApplicationVersionId</code> each time you
            update your application.
            </para><note><para>
            You cannot update the <code>RuntimeEnvironment</code> of an existing application.
            If you need to update an application's <code>RuntimeEnvironment</code>, you must delete
            the application and create it again.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.ApplicationConfigurationUpdate">
            <summary>
            <para>
            <para>Describes application configuration updates.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.CloudWatchLoggingOptionUpdate">
            <summary>
            <para>
            <para>Describes application Amazon CloudWatch logging option updates. You can only update
            existing CloudWatch logging options with this action. To add a new CloudWatch logging
            option, use <a>AddApplicationCloudWatchLoggingOption</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The current application version ID. You can retrieve the application version ID using
            <a>DescribeApplication</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.RunConfigurationUpdate">
            <summary>
            <para>
            <para>Describes updates to the application's starting parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.ServiceExecutionRoleUpdate">
            <summary>
            <para>
            <para>Describes updates to the service execution role.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationDetail'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.UpdateApplicationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.UpdateApplicationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.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>