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.ConditionalToken">
            <summary>
            <para>
            <para>A value you use to implement strong concurrency for application updates. You must
            provide the <c>CurrentApplicationVersionId</c> or the <c>ConditionalToken</c>. You
            get the application's current <c>ConditionalToken</c> using <a>DescribeApplication</a>.
            For better concurrency support, use the <c>ConditionalToken</c> parameter instead
            of <c>CurrentApplicationVersionId</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.AddKINA2ApplicationCloudWatchLoggingOptionCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The version ID of the SQL-based Kinesis Data Analytics application. You must provide
            the <c>CurrentApplicationVersionId</c> or the <c>ConditionalToken</c>.You can retrieve
            the application version ID using <a>DescribeApplication</a>. For better concurrency
            support, use the <c>ConditionalToken</c> parameter instead of <c>CurrentApplicationVersionId</c>.</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 must provide the <c>ApplicationVersionID</c>
            or the <c>ConditionalToken</c>.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/">Amazon 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 <c>ConcurrentModificationException</c>
            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 Amazon 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: Amazon 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 Amazon 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 <c>ConcurrentModificationException</c>
            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 Amazon 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 <c>ConcurrentModificationException</c>
            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 Managed Service for Apache Flink applications:
            </para><ul><li><para>
            VPC configurations are not supported for SQL applications.
            </para></li><li><para>
            When a VPC is added to a Managed Service for Apache Flink 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.ConditionalToken">
            <summary>
            <para>
            <para>A value you use to implement strong concurrency for application updates. You must
            provide the <c>ApplicationVersionID</c> or the <c>ConditionalToken</c>. You get the
            application's current <c>ConditionalToken</c> using <a>DescribeApplication</a>. For
            better concurrency support, use the <c>ConditionalToken</c> parameter instead of <c>CurrentApplicationVersionId</c>.</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
            must provide the <c>CurrentApplicationVersionId</c> or the <c>ConditionalToken</c>.
            You can use the <a>DescribeApplication</a> operation to get the current application
            version. If the version specified is not the current version, the <c>ConcurrentModificationException</c>
            is returned. For better concurrency support, use the <c>ConditionalToken</c> parameter
            instead of <c>CurrentApplicationVersionId</c>.</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 Managed Service for Apache Flink 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 for discovery purposes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.FindKINA2InputSchemaCmdlet.InputLambdaProcessor_ResourceARN">
            <summary>
            <para>
            <para>The ARN of the Amazon 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: Amazon 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 Managed Service for Apache Flink 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 Managed Service for Apache Flink 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 Managed Service for Apache Flink 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 Amazon 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 <c>NextToken</c> response in a previous request
            that indicates that there is more output available. Set it to the value of the previous
            call's <c>NextToken</c> 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.GetKINA2ApplicationVersionCmdlet">
            <summary>
            Provides a detailed description of a specified version of the application. To see
            a list of all the versions of an application, invoke the <a>ListApplicationVersions</a>
            operation.
             
             <note><para>
            This operation is supported only for Managed Service for Apache Flink.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationVersionCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application for which you want to get the version description.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationVersionCmdlet.ApplicationVersionId">
            <summary>
            <para>
            <para>The ID of the application version for which you want to get the description.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationVersionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationVersionDetail'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.DescribeApplicationVersionResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.DescribeApplicationVersionResponse 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.GetKINA2ApplicationVersionCmdlet.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.GetKINA2ApplicationVersionListCmdlet">
            <summary>
            Lists all the versions for the specified application, including versions that were
            rolled back. The response also includes a summary of the configuration associated
            with each version.
             
              
            <para>
            To get the complete description of a specific application version, invoke the <a>DescribeApplicationVersion</a>
            operation.
            </para><note><para>
            This operation is supported only for Managed Service for Apache Flink.
            </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationVersionListCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application for which you want to list all versions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationVersionListCmdlet.Limit">
            <summary>
            <para>
            <para>The maximum number of versions to list in this invocation of the operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.GetKINA2ApplicationVersionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If a previous invocation of this operation 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 Amazon 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.GetKINA2ApplicationVersionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationVersionSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.ListApplicationVersionsResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.ListApplicationVersionsResponse 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.GetKINA2ApplicationVersionListCmdlet.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.GetKINA2ApplicationVersionListCmdlet.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 Managed Service for Apache Flink application. For information about creating
            a Managed Service for Apache Flink 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.ApplicationMode">
            <summary>
            <para>
            <para>Use the <c>STREAMING</c> mode to create a Managed Service for Apache Flink application.
            To create a Managed Service for Apache Flink Studio notebook, use the <c>INTERACTIVE</c>
            mode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of your application (for example, <c>sample-app</c>).</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.</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.NewKINA2ApplicationPresignedUrlCmdlet">
            <summary>
            Creates and returns a URL that you can use to connect to an application's extension.
             
              
            <para>
            The IAM role or user used to call this API defines the permissions to access the extension.
            After the presigned URL is created, no additional permission is required to access
            this URL. IAM authorization policies for this API are also enforced for every HTTP
            request that attempts to connect to the extension.
            </para><para>
            You control the amount of time that the URL will be valid using the <c>SessionExpirationDurationInSeconds</c>
            parameter. If you do not provide this parameter, the returned URL is valid for twelve
            hours.
            </para><note><para>
            The URL that you get from a call to CreateApplicationPresignedUrl must be used within
            3 minutes to be valid. If you first try to use the URL after the 3-minute limit expires,
            the service returns an HTTP 403 Forbidden error.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationPresignedUrlCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationPresignedUrlCmdlet.SessionExpirationDurationInSecond">
            <summary>
            <para>
            <para>The duration in seconds for which the returned URL will be valid.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationPresignedUrlCmdlet.UrlType">
            <summary>
            <para>
            <para>The type of the extension for which to create and return a URL. Currently, the only
            valid extension URL type is <c>FLINK_DASHBOARD_URL</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.NewKINA2ApplicationPresignedUrlCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AuthorizedUrl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.KinesisAnalyticsV2.Model.CreateApplicationPresignedUrlResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.CreateApplicationPresignedUrlResponse 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.NewKINA2ApplicationPresignedUrlCmdlet.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. Managed Service for Apache Flink 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 <c>DescribeApplication</c> 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 SQL-based 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 <c>CloudWatchLoggingOptionId</c> of the Amazon CloudWatch logging option to delete.
            You can get the <c>CloudWatchLoggingOptionId</c> by using the <a>DescribeApplication</a>
            operation. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet.ConditionalToken">
            <summary>
            <para>
            <para>A value you use to implement strong concurrency for application updates. You must
            provide the <c>CurrentApplicationVersionId</c> or the <c>ConditionalToken</c>. You
            get the application's current <c>ConditionalToken</c> using <a>DescribeApplication</a>.
            For better concurrency support, use the <c>ConditionalToken</c> parameter instead
            of <c>CurrentApplicationVersionId</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationCloudWatchLoggingOptionCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The version ID of the application. You must provide the <c>CurrentApplicationVersionId</c>
            or the <c>ConditionalToken</c>. You can retrieve the application version ID using
            <a>DescribeApplication</a>. For better concurrency support, use the <c>ConditionalToken</c>
            parameter instead of <c>CurrentApplicationVersionId</c>.</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 <c>ConcurrentModificationException</c> 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 <c>ConcurrentModificationException</c> 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 <c>OutputId</c>.
            </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 <c>ConcurrentModificationException</c> 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 Managed Service for Apache Flink 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.ConditionalToken">
            <summary>
            <para>
            <para>A value you use to implement strong concurrency for application updates. You must
            provide the <c>CurrentApplicationVersionId</c> or the <c>ConditionalToken</c>. You
            get the application's current <c>ConditionalToken</c> using <a>DescribeApplication</a>.
            For better concurrency support, use the <c>ConditionalToken</c> parameter instead
            of <c>CurrentApplicationVersionId</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.RemoveKINA2ApplicationVpcConfigurationCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The current application version ID. You must provide the <c>CurrentApplicationVersionId</c>
            or the <c>ConditionalToken</c>. You can retrieve the application version ID using
            <a>DescribeApplication</a>. For better concurrency support, use the <c>ConditionalToken</c>
            parameter instead of <c>CurrentApplicationVersionId</c>.</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 Managed Service for Apache Flink 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 Managed Service for Apache Flink 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 Managed Service for Apache Flink 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 Managed Service for Apache
            Flink 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 status, unless you set the <c>Force</c> parameter to <c>true</c>.
             
              
            <para>
            You can use the <a>DescribeApplication</a> operation to find the application status.
             
            </para><para>
            Managed Service for Apache Flink takes a snapshot when the application is stopped,
            unless <c>Force</c> is set to <c>true</c>.
            </para>
            </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 <c>true</c> to force the application to stop. If you set <c>Force</c> to <c>true</c>,
            Managed Service for Apache Flink stops the application without taking a snapshot.
            </para><note><para>Force-stopping your application may lead to data loss or duplication. To prevent data
            loss or duplicate processing of data during application restarts, we recommend you
            to take frequent snapshots of your application.</para></note><para>You can only force stop a Managed Service for Apache Flink application. You can't
            force stop a SQL-based Kinesis Data Analytics application.</para><para>The application must be in the <c>STARTING</c>, <c>UPDATING</c>, <c>STOPPING</c>,
            <c>AUTOSCALING</c>, or <c>RUNNING</c> status. </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.UndoKINA2ApplicationCmdlet">
            <summary>
            Reverts the application to the previous running version. You can roll back an application
            if you suspect it is stuck in a transient status.
             
              
            <para>
            You can roll back an application only if it is in the <c>UPDATING</c> or <c>AUTOSCALING</c>
            status.
            </para><para>
            When you rollback an application, it loads state data from the last successful snapshot.
            If the application has no snapshots, Managed Service for Apache Flink rejects the
            rollback request.
            </para><para>
            This action is not supported for Managed Service for Apache Flink for SQL applications.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UndoKINA2ApplicationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UndoKINA2ApplicationCmdlet.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.UndoKINA2ApplicationCmdlet.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.RollbackApplicationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.RollbackApplicationResponse 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.UndoKINA2ApplicationCmdlet.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.UndoKINA2ApplicationCmdlet.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 Managed Service for Apache Flink application. Using this operation,
            you can update application code, input configuration, and output configuration.
             
              
            <para>
            Managed Service for Apache Flink updates the <c>ApplicationVersionId</c> each time
            you update your application.
            </para>
            </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.ConditionalToken">
            <summary>
            <para>
            <para>A value you use to implement strong concurrency for application updates. You must
            provide the <c>CurrentApplicationVersionId</c> or the <c>ConditionalToken</c>. You
            get the application's current <c>ConditionalToken</c> using <a>DescribeApplication</a>.
            For better concurrency support, use the <c>ConditionalToken</c> parameter instead
            of <c>CurrentApplicationVersionId</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationCmdlet.CurrentApplicationVersionId">
            <summary>
            <para>
            <para>The current application version ID. You must provide the <c>CurrentApplicationVersionId</c>
            or the <c>ConditionalToken</c>.You can retrieve the application version ID using <a>DescribeApplication</a>.
            For better concurrency support, use the <c>ConditionalToken</c> parameter instead
            of <c>CurrentApplicationVersionId</c>.</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.RuntimeEnvironmentUpdate">
            <summary>
            <para>
            <para>Updates the Managed Service for Apache Flink runtime environment used to run your
            code. To avoid issues you must:</para><ul><li><para>Ensure your new jar and dependencies are compatible with the new runtime selected.</para></li><li><para>Ensure your new code's state is compatible with the snapshot from which your application
            will start</para></li></ul>
            </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>
        <member name="T:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationMaintenanceConfigurationCmdlet">
            <summary>
            Updates the maintenance configuration of the Managed Service for Apache Flink application.
             
             
              
            <para>
            You can invoke this operation on an application that is in one of the two following
            states: <c>READY</c> or <c>RUNNING</c>. If you invoke it when the application is in
            a state other than these two states, it throws a <c>ResourceInUseException</c>. The
            service makes use of the updated configuration the next time it schedules maintenance
            for the application. If you invoke this operation after the service schedules maintenance,
            the service will apply the configuration update the next time it schedules maintenance
            for the application. This means that you might not see the maintenance configuration
            update applied to the maintenance process that follows a successful invocation of
            this operation, but to the following maintenance process instead.
            </para><para>
            To see the current maintenance configuration of your application, invoke the <a>DescribeApplication</a>
            operation.
            </para><para>
            For information about application maintenance, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/maintenance.html">Managed
            Service for Apache Flink for Apache Flink Maintenance</a>.
            </para><note><para>
            This operation is supported only for Managed Service for Apache Flink.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationMaintenanceConfigurationCmdlet.ApplicationMaintenanceConfigurationUpdate_ApplicationMaintenanceWindowStartTimeUpdate">
            <summary>
            <para>
            <para>The updated start time for the maintenance window.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationMaintenanceConfigurationCmdlet.ApplicationName">
            <summary>
            <para>
            <para>The name of the application for which you want to update the maintenance configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KINA2.UpdateKINA2ApplicationMaintenanceConfigurationCmdlet.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.UpdateApplicationMaintenanceConfigurationResponse).
            Specifying the name of a property of type Amazon.KinesisAnalyticsV2.Model.UpdateApplicationMaintenanceConfigurationResponse 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.UpdateKINA2ApplicationMaintenanceConfigurationCmdlet.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.UpdateKINA2ApplicationMaintenanceConfigurationCmdlet.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>