AWS.Tools.DatabaseMigrationService.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.DatabaseMigrationService</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.CompleteDMSPendingMaintenanceActionCmdlet">
            <summary>
            Applies a pending maintenance action to a resource (for example, to a replication
            instance).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.CompleteDMSPendingMaintenanceActionCmdlet.ApplyAction">
            <summary>
            <para>
            <para>The pending maintenance action to apply to this resource.</para><para>Valid values: <c>os-upgrade</c>, <c>system-update</c>, <c>db-upgrade</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.CompleteDMSPendingMaintenanceActionCmdlet.OptInType">
            <summary>
            <para>
            <para>A value that specifies the type of opt-in request, or undoes an opt-in request. You
            can't undo an opt-in request of type <c>immediate</c>.</para><para>Valid values:</para><ul><li><para><c>immediate</c> - Apply the maintenance action immediately.</para></li><li><para><c>next-maintenance</c> - Apply the maintenance action during the next maintenance
            window for the resource.</para></li><li><para><c>undo-opt-in</c> - Cancel any existing <c>next-maintenance</c> opt-in requests.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.CompleteDMSPendingMaintenanceActionCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action
            applies to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.CompleteDMSPendingMaintenanceActionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResourcePendingMaintenanceActions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ApplyPendingMaintenanceActionResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ApplyPendingMaintenanceActionResponse 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.DMS.CompleteDMSPendingMaintenanceActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.CompleteDMSPendingMaintenanceActionCmdlet.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.DMS.EditDMSConversionConfigurationCmdlet">
            <summary>
            Modifies the specified schema conversion configuration using the provided parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSConversionConfigurationCmdlet.ConversionConfiguration">
            <summary>
            <para>
            <para>The new conversion configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSConversionConfigurationCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSConversionConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MigrationProjectIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyConversionConfigurationResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyConversionConfigurationResponse 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.DMS.EditDMSConversionConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSConversionConfigurationCmdlet.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.DMS.EditDMSDataProviderCmdlet">
            <summary>
            Modifies the specified data provider using the provided settings.
             
             <note><para>
            You must remove the data provider from all migration projects before you can modify
            it.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_AsmServer">
            <summary>
            <para>
            <para>The address of your Oracle Automatic Storage Management (ASM) server. You can set
            this value from the <c>asm_server</c> value. You set <c>asm_server</c> as part of
            the extra connection attribute string to access an Oracle server with Binary Reader
            that uses ASM. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration">Configuration
            for change data capture (CDC) on an Oracle source database</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MongoDbSettings_AuthMechanism">
            <summary>
            <para>
            <para>The authentication method for connecting to the data provider. Valid values are DEFAULT,
            MONGODB_CR, or SCRAM_SHA_1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MongoDbSettings_AuthSource">
            <summary>
            <para>
            <para> The MongoDB database name. This setting isn't used when <c>AuthType</c> is set to
            <c>"no"</c>. </para><para>The default is <c>"admin"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MongoDbSettings_AuthType">
            <summary>
            <para>
            <para>The authentication type for the database connection. Valid values are PASSWORD or
            NO.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.DocDbSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MariaDbSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MicrosoftSqlServerSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MongoDbSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MySqlSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.PostgreSqlSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.DocDbSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the DocumentDB data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MicrosoftSqlServerSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the Microsoft SQL Server data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MongoDbSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the MongoDB data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the Oracle data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.PostgreSqlSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the PostgreSQL data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.RedshiftSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the Amazon Redshift data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.DataProviderIdentifier">
            <summary>
            <para>
            <para>The identifier of the data provider. Identifiers must begin with a letter and must
            contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or
            contain two consecutive hyphens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.DataProviderName">
            <summary>
            <para>
            <para>The name of the data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.Description">
            <summary>
            <para>
            <para>A user-friendly description of the data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.Engine">
            <summary>
            <para>
            <para>The type of database engine for the data provider. Valid values include <c>"aurora"</c>,
            <c>"aurora-postgresql"</c>, <c>"mysql"</c>, <c>"oracle"</c>, <c>"postgres"</c>, <c>"sqlserver"</c>,
            <c>redshift</c>, <c>mariadb</c>, <c>mongodb</c>, and <c>docdb</c>. A value of <c>"aurora"</c>
            represents Amazon Aurora MySQL-Compatible Edition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.ExactSetting">
            <summary>
            <para>
            <para>If this attribute is Y, the current call to <c>ModifyDataProvider</c> replaces all
            existing data provider settings with the exact settings that you specify in this call.
            If this attribute is N, the current call to <c>ModifyDataProvider</c> does two things:
            </para><ul><li><para>It replaces any data provider settings that already exist with new values, for settings
            with the same names.</para></li><li><para>It creates new data provider settings that you specify in the call, for settings with
            different names. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.DocDbSettings_Port">
            <summary>
            <para>
            <para>The port value for the DocumentDB data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MariaDbSettings_Port">
            <summary>
            <para>
            <para>The port value for the MariaDB data provider</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MicrosoftSqlServerSettings_Port">
            <summary>
            <para>
            <para>The port value for the Microsoft SQL Server data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MongoDbSettings_Port">
            <summary>
            <para>
            <para>The port value for the MongoDB data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MySqlSettings_Port">
            <summary>
            <para>
            <para>The port value for the MySQL data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_Port">
            <summary>
            <para>
            <para>The port value for the Oracle data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.PostgreSqlSettings_Port">
            <summary>
            <para>
            <para>The port value for the PostgreSQL data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.RedshiftSettings_Port">
            <summary>
            <para>
            <para>The port value for the Amazon Redshift data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_SecretsManagerOracleAsmAccessRoleArn">
            <summary>
            <para>
            <para>The ARN of the IAM role that provides access to the secret in Secrets Manager that
            contains the Oracle ASM connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_SecretsManagerOracleAsmSecretId">
            <summary>
            <para>
            <para>The identifier of the secret in Secrets Manager that contains the Oracle ASM connection
            details.</para><para>Required only if your data provider uses the Oracle ASM server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_SecretsManagerSecurityDbEncryptionAccessRoleArn">
            <summary>
            <para>
            <para>The ARN of the IAM role that provides access to the secret in Secrets Manager that
            contains the TDE password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_SecretsManagerSecurityDbEncryptionSecretId">
            <summary>
            <para>
            <para>The identifier of the secret in Secrets Manager that contains the transparent data
            encryption (TDE) password. DMS requires this password to access Oracle redo logs encrypted
            by TDE using Binary Reader.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.DocDbSettings_ServerName">
            <summary>
            <para>
            <para>The name of the source DocumentDB server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MariaDbSettings_ServerName">
            <summary>
            <para>
            <para>The name of the MariaDB server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MicrosoftSqlServerSettings_ServerName">
            <summary>
            <para>
            <para>The name of the Microsoft SQL Server server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MongoDbSettings_ServerName">
            <summary>
            <para>
            <para>The name of the MongoDB server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MySqlSettings_ServerName">
            <summary>
            <para>
            <para>The name of the MySQL server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_ServerName">
            <summary>
            <para>
            <para>The name of the Oracle server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.PostgreSqlSettings_ServerName">
            <summary>
            <para>
            <para>The name of the PostgreSQL server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.RedshiftSettings_ServerName">
            <summary>
            <para>
            <para>The name of the Amazon Redshift server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.DocDbSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the DocumentDB data provider. The default value is
            <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MariaDbSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the MariaDB data provider. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MicrosoftSqlServerSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the Microsoft SQL Server data provider. The default
            value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MongoDbSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the MongoDB data provider. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.MySqlSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the MySQL data provider. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.OracleSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the Oracle data provider. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.PostgreSqlSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the PostgreSQL data provider. The default value is
            <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataProvider'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyDataProviderResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyDataProviderResponse 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.DMS.EditDMSDataProviderCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataProviderIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^DataProviderIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSDataProviderCmdlet.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.DMS.EditDMSEndpointCmdlet">
            <summary>
            Modifies the specified endpoint.
             
             <note><para>
            For a MySQL source or target endpoint, don't explicitly specify the database using
            the <c>DatabaseName</c> request parameter on the <c>ModifyEndpoint</c> API call. Specifying
            <c>DatabaseName</c> when you modify a MySQL endpoint replicates all the task tables
            to this single database. For MySQL endpoints, you specify the database only when you
            specify the schema in the table-mapping rules of the DMS task.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_AcceptAnyDate">
            <summary>
            <para>
            <para>A value that indicates to allow any date format, including invalid formats such as
            00/00/00 00:00:00, to be loaded without generating an error. You can choose <c>true</c>
            or <c>false</c> (the default).</para><para>This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE
            with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT
            specification, Amazon Redshift inserts a NULL value into that field. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_AccessAlternateDirectly">
            <summary>
            <para>
            <para>Set this attribute to <c>false</c> in order to use the Binary Reader to capture change
            data for an Amazon RDS for Oracle as the source. This tells the DMS instance to not
            access redo logs through any specified path prefix replacement using direct file access.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_AddColumnName">
            <summary>
            <para>
            <para>An optional parameter that, when set to <c>true</c> or <c>y</c>, you can use to add
            column name information to the .csv output file.</para><para>The default value is <c>false</c>. Valid values are <c>true</c>, <c>false</c>, <c>y</c>,
            and <c>n</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_AdditionalArchivedLogDestId">
            <summary>
            <para>
            <para>Set this attribute with <c>ArchivedLogDestId</c> in a primary/ standby setup. This
            attribute is useful in the case of a switchover. In this case, DMS needs to know which
            destination to get archive redo logs from to read changes. This need arises because
            the previous primary instance is now a standby instance after switchover.</para><para>Although DMS supports the use of the Oracle <c>RESETLOGS</c> option to open the database,
            never use <c>RESETLOGS</c> unless necessary. For additional information about <c>RESETLOGS</c>,
            see <a href="https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B">RMAN
            Data Repair Concepts</a> in the <i>Oracle Database Backup and Recovery User's Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_AddSupplementalLogging">
            <summary>
            <para>
            <para>Set this attribute to set up table-level supplemental logging for the Oracle database.
            This attribute enables PRIMARY KEY supplemental logging on all tables selected for
            a migration task.</para><para>If you use this option, you still need to enable database-level supplemental logging.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_AddTrailingPaddingCharacter">
            <summary>
            <para>
            <para>Use the S3 target endpoint setting <c>AddTrailingPaddingCharacter</c> to add padding
            on string data. The default value is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_AfterConnectScript">
            <summary>
            <para>
            <para>Specifies a script to run immediately after DMS connects to the endpoint. The migration
            task continues running regardless if the SQL statement succeeds or fails.</para><para>For this parameter, provide the code of the script itself, not the name of a file
            containing the script. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_AfterConnectScript">
            <summary>
            <para>
            <para>Specifies a script to run immediately after DMS connects to the endpoint. The migration
            task continues running regardless if the SQL statement succeeds or fails.</para><para>For this parameter, provide the code of the script itself, not the name of a file
            containing the script.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_AfterConnectScript">
            <summary>
            <para>
            <para>For use with change data capture (CDC) only, this attribute has DMS bypass foreign
            keys and user triggers to reduce the time it takes to bulk load data.</para><para>Example: <c>afterConnectScript=SET session_replication_role='replica'</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_AfterConnectScript">
            <summary>
            <para>
            <para>Code to run after connecting. This parameter should contain the code itself, not the
            name of a file containing the code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_AllowSelectNestedTable">
            <summary>
            <para>
            <para>Set this attribute to <c>true</c> to enable replication of Oracle tables containing
            columns that are nested tables or defined types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ArchivedLogDestId">
            <summary>
            <para>
            <para>Specifies the ID of the destination for the archived redo logs. This value should
            be the same as a number in the dest_id column of the v$archived_log view. If you work
            with an additional redo log destination, use the <c>AdditionalArchivedLogDestId</c>
            option to specify the additional destination ID. Doing this improves performance by
            ensuring that the correct logs are accessed from the outset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ArchivedLogsOnly">
            <summary>
            <para>
            <para>When this field is set to <c>Y</c>, DMS only accesses the archived redo logs. If the
            archived redo logs are stored on Automatic Storage Management (ASM) only, the DMS
            user account needs to be granted ASM privileges.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_AsmPassword">
            <summary>
            <para>
            <para>For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.
            You can set this value from the <c><i>asm_user_password</i></c> value. You set this
            value as part of the comma-separated value that you set to the <c>Password</c> request
            parameter when you create the endpoint to access transaction logs using Binary Reader.
            For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration">Configuration
            for change data capture (CDC) on an Oracle source database</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_AsmServer">
            <summary>
            <para>
            <para>For an Oracle source endpoint, your ASM server address. You can set this value from
            the <c>asm_server</c> value. You set <c>asm_server</c> as part of the extra connection
            attribute string to access an Oracle server with Binary Reader that uses ASM. For
            more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration">Configuration
            for change data capture (CDC) on an Oracle source database</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_AsmUser">
            <summary>
            <para>
            <para>For an Oracle source endpoint, your ASM user name. You can set this value from the
            <c>asm_user</c> value. You set <c>asm_user</c> as part of the extra connection attribute
            string to access an Oracle server with Binary Reader that uses ASM. For more information,
            see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration">Configuration
            for change data capture (CDC) on an Oracle source database</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_AuthMechanism">
            <summary>
            <para>
            <para> The authentication mechanism you use to access the MongoDB source endpoint.</para><para>For the default value, in MongoDB version 2.x, <c>"default"</c> is <c>"mongodb_cr"</c>.
            For MongoDB version 3.x or later, <c>"default"</c> is <c>"scram_sha_1"</c>. This setting
            isn't used when <c>AuthType</c> is set to <c>"no"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedisSettings_AuthPassword">
            <summary>
            <para>
            <para>The password provided with the <c>auth-role</c> and <c>auth-token</c> options of the
            <c>AuthType</c> setting for a Redis target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_AuthSource">
            <summary>
            <para>
            <para> The MongoDB database name. This setting isn't used when <c>AuthType</c> is set to
            <c>"no"</c>. </para><para>The default is <c>"admin"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_AuthType">
            <summary>
            <para>
            <para> The authentication type you use to access the MongoDB source endpoint.</para><para>When when set to <c>"no"</c>, user name and password parameters are not used and can
            be empty. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedisSettings_AuthType">
            <summary>
            <para>
            <para>The type of authentication to perform when connecting to a Redis target. Options include
            <c>none</c>, <c>auth-token</c>, and <c>auth-role</c>. The <c>auth-token</c> option
            requires an <c>AuthPassword</c> value to be provided. The <c>auth-role</c> option
            requires <c>AuthUserName</c> and <c>AuthPassword</c> values to be provided.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedisSettings_AuthUserName">
            <summary>
            <para>
            <para>The user name provided with the <c>auth-role</c> option of the <c>AuthType</c> setting
            for a Redis target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_BabelfishDatabaseName">
            <summary>
            <para>
            <para>The Babelfish for Aurora PostgreSQL database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_BcpPacketSize">
            <summary>
            <para>
            <para>The maximum size of the packets (in bytes) used to transfer data using BCP.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_Broker">
            <summary>
            <para>
            <para>A comma-separated list of one or more broker locations in your Kafka cluster that
            host your Kafka instance. Specify each broker location in the form <c><i>broker-hostname-or-ip</i>:<i>port</i></c>. For example, <c>"ec2-12-345-678-901.compute-1.amazonaws.com:2345"</c>. For more
            information and examples of specifying a list of broker locations, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html">Using
            Apache Kafka as a target for Database Migration Service</a> in the <i>Database Migration
            Service User Guide</i>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_BucketFolder">
            <summary>
            <para>
            <para>An S3 folder where the comma-separated-value (.csv) files are stored before being
            uploaded to the target Redshift cluster. </para><para>For full load mode, DMS converts source records into .csv files and loads them to
            the <i>BucketFolder/TableID</i> path. DMS uses the Redshift <c>COPY</c> command to
            upload the .csv files to the target table. The files are deleted once the <c>COPY</c>
            operation has finished. For more information, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html">COPY</a>
            in the <i>Amazon Redshift Database Developer Guide</i>.</para><para>For change-data-capture (CDC) mode, DMS creates a <i>NetChanges</i> table, and loads
            the .csv files to this <i>BucketFolder/NetChangesTableID</i> path.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_BucketFolder">
            <summary>
            <para>
            <para> An optional parameter to set a folder name in the S3 bucket. If provided, tables
            are created in the path <c><i>bucketFolder</i>/<i>schema_name</i>/<i>table_name</i>/</c>.
            If this parameter isn't specified, then the path used is <c><i>schema_name</i>/<i>table_name</i>/</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DmsTransferSettings_BucketName">
            <summary>
            <para>
            <para> The name of the S3 bucket to use. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_BucketName">
            <summary>
            <para>
            <para>The name of the intermediate S3 bucket used to store .csv files before uploading data
            to Redshift.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_BucketName">
            <summary>
            <para>
            <para> The name of the S3 bucket. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CannedAclForObject">
            <summary>
            <para>
            <para>A value that enables DMS to specify a predefined (canned) access control list for
            objects created in an Amazon S3 bucket as .csv or .parquet files. For more information
            about Amazon S3 canned ACLs, see <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned
            ACL</a> in the <i>Amazon S3 Developer Guide.</i></para><para>The default value is NONE. Valid values include NONE, PRIVATE, PUBLIC_READ, PUBLIC_READ_WRITE,
            AUTHENTICATED_READ, AWS_EXEC_READ, BUCKET_OWNER_READ, and BUCKET_OWNER_FULL_CONTROL.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_CaptureDdl">
            <summary>
            <para>
            <para>To capture DDL events, DMS creates various artifacts in the PostgreSQL database when
            the task starts. You can later remove these artifacts.</para><para>If this value is set to <c>N</c>, you don't have to create tables or triggers on the
            source database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_CaseSensitiveName">
            <summary>
            <para>
            <para>If Amazon Redshift is configured to support case sensitive schema names, set <c>CaseSensitiveNames</c>
            to <c>true</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CdcInsertsAndUpdate">
            <summary>
            <para>
            <para>A value that enables a change data capture (CDC) load to write INSERT and UPDATE operations
            to .csv or .parquet (columnar storage) output files. The default setting is <c>false</c>,
            but when <c>CdcInsertsAndUpdates</c> is set to <c>true</c> or <c>y</c>, only INSERTs
            and UPDATEs from the source database are migrated to the .csv or .parquet file.</para><important><para>DMS supports the use of the .parquet files in versions 3.4.7 and later.</para></important><para>How these INSERTs and UPDATEs are recorded depends on the value of the <c>IncludeOpForFullLoad</c>
            parameter. If <c>IncludeOpForFullLoad</c> is set to <c>true</c>, the first field of
            every CDC record is set to either <c>I</c> or <c>U</c> to indicate INSERT and UPDATE
            operations at the source. But if <c>IncludeOpForFullLoad</c> is set to <c>false</c>,
            CDC records are written without an indication of INSERT or UPDATE operations at the
            source. For more information about how these settings work together, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps">Indicating
            Source DB Operations in Migrated S3 Data</a> in the <i>Database Migration Service
            User Guide.</i>.</para><note><para>DMS supports the use of the <c>CdcInsertsAndUpdates</c> parameter in versions 3.3.1
            and later.</para><para><c>CdcInsertsOnly</c> and <c>CdcInsertsAndUpdates</c> can't both be set to <c>true</c>
            for the same endpoint. Set either <c>CdcInsertsOnly</c> or <c>CdcInsertsAndUpdates</c>
            to <c>true</c> for the same endpoint, but not both.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.TimestreamSettings_CdcInsertsAndUpdate">
            <summary>
            <para>
            <para>Set this attribute to <c>true</c> to specify that DMS only applies inserts and updates,
            and not deletes. Amazon Timestream does not allow deleting records, so if this value
            is <c>false</c>, DMS nulls out the corresponding record in the Timestream database
            rather than deleting it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CdcInsertsOnly">
            <summary>
            <para>
            <para>A value that enables a change data capture (CDC) load to write only INSERT operations
            to .csv or columnar storage (.parquet) output files. By default (the <c>false</c>
            setting), the first field in a .csv or .parquet record contains the letter I (INSERT),
            U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated,
            or deleted at the source database for a CDC load to the target.</para><para>If <c>CdcInsertsOnly</c> is set to <c>true</c> or <c>y</c>, only INSERTs from the
            source database are migrated to the .csv or .parquet file. For .csv format only, how
            these INSERTs are recorded depends on the value of <c>IncludeOpForFullLoad</c>. If
            <c>IncludeOpForFullLoad</c> is set to <c>true</c>, the first field of every CDC record
            is set to I to indicate the INSERT operation at the source. If <c>IncludeOpForFullLoad</c>
            is set to <c>false</c>, every CDC record is written without a first field to indicate
            the INSERT operation at the source. For more information about how these settings
            work together, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps">Indicating
            Source DB Operations in Migrated S3 Data</a> in the <i>Database Migration Service
            User Guide.</i>.</para><note><para>DMS supports the interaction described preceding between the <c>CdcInsertsOnly</c>
            and <c>IncludeOpForFullLoad</c> parameters in versions 3.1.4 and later. </para><para><c>CdcInsertsOnly</c> and <c>CdcInsertsAndUpdates</c> can't both be set to <c>true</c>
            for the same endpoint. Set either <c>CdcInsertsOnly</c> or <c>CdcInsertsAndUpdates</c>
            to <c>true</c> for the same endpoint, but not both.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CdcMaxBatchInterval">
            <summary>
            <para>
            <para>Maximum length of the interval, defined in seconds, after which to output a file to
            Amazon S3.</para><para>When <c>CdcMaxBatchInterval</c> and <c>CdcMinFileSize</c> are both specified, the
            file write is triggered by whichever parameter condition is met first within an DMS
            CloudFormation template.</para><para>The default value is 60 seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CdcMinFileSize">
            <summary>
            <para>
            <para>Minimum file size, defined in kilobytes, to reach for a file output to Amazon S3.</para><para>When <c>CdcMinFileSize</c> and <c>CdcMaxBatchInterval</c> are both specified, the
            file write is triggered by whichever parameter condition is met first within an DMS
            CloudFormation template.</para><para>The default value is 32 MB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CdcPath">
            <summary>
            <para>
            <para>Specifies the folder path of CDC files. For an S3 source, this setting is required
            if a task captures change data; otherwise, it's optional. If <c>CdcPath</c> is set,
            DMS reads CDC files from this path and replicates the data changes to the target endpoint.
            For an S3 target if you set <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-PreserveTransactions"><c>PreserveTransactions</c></a> to <c>true</c>, DMS verifies that you have set this
            parameter to a folder path on your S3 target where DMS can save the transaction order
            for the CDC load. DMS creates this CDC folder path in either your S3 target working
            directory or the S3 target location specified by <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketFolder"><c>BucketFolder</c></a> and <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketName"><c>BucketName</c></a>.</para><para>For example, if you specify <c>CdcPath</c> as <c>MyChangedData</c>, and you specify
            <c>BucketName</c> as <c>MyTargetBucket</c> but do not specify <c>BucketFolder</c>,
            DMS creates the CDC folder path following: <c>MyTargetBucket/MyChangedData</c>.</para><para>If you specify the same <c>CdcPath</c>, and you specify <c>BucketName</c> as <c>MyTargetBucket</c>
            and <c>BucketFolder</c> as <c>MyTargetData</c>, DMS creates the CDC folder path following:
            <c>MyTargetBucket/MyTargetData/MyChangedData</c>.</para><para>For more information on CDC including transaction order on an S3 target, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath">Capturing
            data changes (CDC) including transaction order on the S3 target</a>.</para><note><para>This setting is supported in DMS versions 3.4.2 and later.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_CharLengthSemantic">
            <summary>
            <para>
            <para>Specifies whether the length of a character column is in bytes or in characters. To
            indicate that the character column length is in characters, set this attribute to
            <c>CHAR</c>. Otherwise, the character column length is in bytes.</para><para>Example: <c>charLengthSemantics=CHAR;</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_CleanSourceMetadataOnMismatch">
            <summary>
            <para>
            <para>Cleans and recreates table metadata information on the replication instance when a
            mismatch occurs. For example, in a situation where running an alter DDL on the table
            could result in different information about the table cached in the replication instance.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_CleanSourceMetadataOnMismatch">
            <summary>
            <para>
            <para>Cleans and recreates table metadata information on the replication instance when a
            mismatch occurs. For example, in a situation where running an alter DDL on the table
            could result in different information about the table cached in the replication instance.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CompressionType">
            <summary>
            <para>
            <para>An optional parameter to use GZIP to compress the target files. Set to GZIP to compress
            the target files. Either set this parameter to NONE (the default) or don't use it
            to leave the files uncompressed. This parameter applies to both .csv and .parquet
            file formats. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_CompUpdate">
            <summary>
            <para>
            <para>If you set <c>CompUpdate</c> to <c>true</c> Amazon Redshift applies automatic compression
            if the table is empty. This applies even if the table columns already have encodings
            other than <c>RAW</c>. If you set <c>CompUpdate</c> to <c>false</c>, automatic compression
            is disabled and existing column encodings aren't changed. The default is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_ConnectionTimeout">
            <summary>
            <para>
            <para>A value that sets the amount of time to wait (in milliseconds) before timing out,
            beginning from when you initially establish a connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_ControlTablesFileGroup">
            <summary>
            <para>
            <para>Specifies a file group for the DMS internal tables. When the replication task starts,
            all the internal DMS control tables (awsdms_ apply_exception, awsdms_apply, awsdms_changes)
            are created for the specified file group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ConvertTimestampWithZoneToUTC">
            <summary>
            <para>
            <para>When true, converts timestamps with the <c>timezone</c> datatype to their UTC value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CsvDelimiter">
            <summary>
            <para>
            <para> The delimiter used to separate columns in the .csv file for both source and target.
            The default is a comma. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CsvNoSupValue">
            <summary>
            <para>
            <para>This setting only applies if your Amazon S3 output files during a change data capture
            (CDC) load are written in .csv format. If <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-UseCsvNoSupValue"><c>UseCsvNoSupValue</c></a> is set to true, specify a string value that you want
            DMS to use for all columns not included in the supplemental log. If you do not specify
            a string value, DMS uses the null value for these columns regardless of the <c>UseCsvNoSupValue</c>
            setting.</para><note><para>This setting is supported in DMS versions 3.4.1 and later.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CsvNullValue">
            <summary>
            <para>
            <para>An optional parameter that specifies how DMS treats null values. While handling the
            null value, you can use this parameter to pass a user-defined string as null when
            writing to the target. For example, when target columns are nullable, you can use
            this option to differentiate between the empty string value and the null value. So,
            if you set this parameter value to the empty string ("" or ''), DMS treats the empty
            string as the null value instead of <c>NULL</c>.</para><para>The default value is <c>NULL</c>. Valid values include any valid string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_CsvRowDelimiter">
            <summary>
            <para>
            <para> The delimiter used to separate rows in the .csv file for both source and target.
            The default is a carriage return (<c>\n</c>). </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_CurrentLsn">
            <summary>
            <para>
            <para>For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN)
            where you want the replication to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_DatabaseMode">
            <summary>
            <para>
            <para>Specifies the default behavior of the replication's handling of PostgreSQL- compatible
            endpoints that require some additional configuration, such as Babelfish endpoints.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the endpoint database. For a MySQL source or target endpoint, do not specify
            DatabaseName.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_DatabaseName">
            <summary>
            <para>
            <para> The database name on the DocumentDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint. For a MySQL source or target endpoint, don't explicitly
            specify the database using the <c>DatabaseName</c> request parameter on either the
            <c>CreateEndpoint</c> or <c>ModifyEndpoint</c> API call. Specifying <c>DatabaseName</c>
            when you create or modify a MySQL endpoint replicates all the task tables to this
            single database. For MySQL endpoints, you specify the database only when you specify
            the schema in the table-mapping rules of the DMS task. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_DatabaseName">
            <summary>
            <para>
            <para> The database name on the MongoDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint. For a MySQL source or target endpoint, don't explicitly
            specify the database using the <c>DatabaseName</c> request parameter on either the
            <c>CreateEndpoint</c> or <c>ModifyEndpoint</c> API call. Specifying <c>DatabaseName</c>
            when you create or modify a MySQL endpoint replicates all the task tables to this
            single database. For MySQL endpoints, you specify the database only when you specify
            the schema in the table-mapping rules of the DMS task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_DatabaseName">
            <summary>
            <para>
            <para>The name of the Amazon Redshift data warehouse (service) that you are working with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.SybaseSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.TimestreamSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_DataFormat">
            <summary>
            <para>
            <para>The format of the data that you want to use for output. You can choose one of the
            following: </para><ul><li><para><c>csv</c> : This is a row-based file format with comma-separated values (.csv).
            </para></li><li><para><c>parquet</c> : Apache Parquet (.parquet) is a columnar storage file format that
            features efficient compression and provides faster query response. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_DataPageSize">
            <summary>
            <para>
            <para>The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1
            MiB). This number is used for .parquet file format only. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_DateFormat">
            <summary>
            <para>
            <para>The date format that you are using. Valid values are <c>auto</c> (case-sensitive),
            your date format string enclosed in quotes, or NULL. If this parameter is left unset
            (NULL), it defaults to a format of 'YYYY-MM-DD'. Using <c>auto</c> recognizes most
            strings, even some that aren't supported when you use a date format string. </para><para>If your date and time values use formats different from each other, set this to <c>auto</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_DatePartitionDelimiter">
            <summary>
            <para>
            <para>Specifies a date separating delimiter to use during folder partitioning. The default
            value is <c>SLASH</c>. Use this parameter when <c>DatePartitionedEnabled</c> is set
            to <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_DatePartitionEnabled">
            <summary>
            <para>
            <para>When set to <c>true</c>, this parameter partitions S3 bucket folders based on transaction
            commit dates. The default value is <c>false</c>. For more information about date-based
            folder partitioning, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.DatePartitioning">Using
            date-based folder partitioning</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_DatePartitionSequence">
            <summary>
            <para>
            <para>Identifies the sequence of the date format to use during folder partitioning. The
            default value is <c>YYYYMMDD</c>. Use this parameter when <c>DatePartitionedEnabled</c>
            is set to <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_DatePartitionTimezone">
            <summary>
            <para>
            <para>When creating an S3 target endpoint, set <c>DatePartitionTimezone</c> to convert the
            current UTC time into a specified time zone. The conversion occurs when a date partition
            folder is created and a CDC filename is generated. The time zone format is Area/Location.
            Use this parameter when <c>DatePartitionedEnabled</c> is set to <c>true</c>, as shown
            in the following example.</para><para><c>s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH",
            "DatePartitionDelimiter": "SLASH", "DatePartitionTimezone":"<i>Asia/Seoul</i>", "BucketName":
            "dms-nattarat-test"}'</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_DdlArtifactsSchema">
            <summary>
            <para>
            <para>The schema in which the operational DDL database artifacts are created.</para><para>Example: <c>ddlArtifactsSchema=xyzddlschema;</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_DictPageSizeLimit">
            <summary>
            <para>
            <para>The maximum size of an encoded dictionary page of a column. If the dictionary page
            exceeds this, this column is stored using an encoding type of <c>PLAIN</c>. This parameter
            defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before
            it reverts to <c>PLAIN</c> encoding. This size is used for .parquet file format only.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_DirectPathNoLog">
            <summary>
            <para>
            <para>When set to <c>true</c>, this attribute helps to increase the commit rate on the Oracle
            target database by writing directly to tables and not writing a trail to database
            logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_DirectPathParallelLoad">
            <summary>
            <para>
            <para>When set to <c>true</c>, this attribute specifies a parallel load when <c>useDirectPathFullLoad</c>
            is set to <c>Y</c>. This attribute also only applies when you use the DMS parallel
            load feature. Note that the target table cannot have any constraints or indexes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_DocsToInvestigate">
            <summary>
            <para>
            <para> Indicates the number of documents to preview to determine the document organization.
            Use this setting when <c>NestingLevel</c> is set to <c>"one"</c>. </para><para>Must be a positive value greater than <c>0</c>. Default value is <c>1000</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_DocsToInvestigate">
            <summary>
            <para>
            <para> Indicates the number of documents to preview to determine the document organization.
            Use this setting when <c>NestingLevel</c> is set to <c>"one"</c>. </para><para>Must be a positive value greater than <c>0</c>. Default value is <c>1000</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_EmptyAsNull">
            <summary>
            <para>
            <para>A value that specifies whether DMS should migrate empty CHAR and VARCHAR fields as
            NULL. A value of <c>true</c> sets empty CHAR and VARCHAR fields to null. The default
            is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_EnableHomogenousTablespace">
            <summary>
            <para>
            <para>Set this attribute to enable homogenous tablespace replication and create existing
            tables or indexes under the same tablespace on the target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.TimestreamSettings_EnableMagneticStoreWrite">
            <summary>
            <para>
            <para>Set this attribute to <c>true</c> to enable memory store writes. When this value is
            <c>false</c>, DMS does not write records that are older in days than the value specified
            in <c>MagneticDuration</c>, because Amazon Timestream does not allow memory writes
            by default. For more information, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/storage.html">Storage</a>
            in the <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/">Amazon
            Timestream Developer Guide</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_EnableStatistic">
            <summary>
            <para>
            <para>A value that enables statistics for Parquet pages and row groups. Choose <c>true</c>
            to enable statistics, <c>false</c> to disable. Statistics include <c>NULL</c>, <c>DISTINCT</c>,
            <c>MAX</c>, and <c>MIN</c> values. This parameter defaults to <c>true</c>. This value
            is used for .parquet file format only.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_EncodingType">
            <summary>
            <para>
            <para>The type of encoding you are using: </para><ul><li><para><c>RLE_DICTIONARY</c> uses a combination of bit-packing and run-length encoding to
            store repeated values more efficiently. This is the default.</para></li><li><para><c>PLAIN</c> doesn't use encoding at all. Values are stored as they are.</para></li><li><para><c>PLAIN_DICTIONARY</c> builds a dictionary of the values encountered in a given
            column. The dictionary is stored in a dictionary page for each column chunk.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_EncryptionMode">
            <summary>
            <para>
            <para>The type of server-side encryption that you want to use for your data. This encryption
            type is part of the endpoint settings or the extra connections attributes for Amazon
            S3. You can choose either <c>SSE_S3</c> (the default) or <c>SSE_KMS</c>. </para><note><para>For the <c>ModifyEndpoint</c> operation, you can change the existing value of the
            <c>EncryptionMode</c> parameter from <c>SSE_KMS</c> to <c>SSE_S3</c>. But you can’t
            change the existing value from <c>SSE_S3</c> to <c>SSE_KMS</c>.</para></note><para>To use <c>SSE_S3</c>, create an Identity and Access Management (IAM) role with a policy
            that allows <c>"arn:aws:s3:::*"</c> to use the following actions: <c>"s3:PutObject",
            "s3:ListBucket"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_EncryptionMode">
            <summary>
            <para>
            <para>The type of server-side encryption that you want to use for your data. This encryption
            type is part of the endpoint settings or the extra connections attributes for Amazon
            S3. You can choose either <c>SSE_S3</c> (the default) or <c>SSE_KMS</c>. </para><note><para>For the <c>ModifyEndpoint</c> operation, you can change the existing value of the
            <c>EncryptionMode</c> parameter from <c>SSE_KMS</c> to <c>SSE_S3</c>. But you can’t
            change the existing value from <c>SSE_S3</c> to <c>SSE_KMS</c>.</para></note><para>To use <c>SSE_S3</c>, you need an Identity and Access Management (IAM) role with permission
            to allow <c>"arn:aws:s3:::dms-*"</c> to use the following actions:</para><ul><li><para><c>s3:CreateBucket</c></para></li><li><para><c>s3:ListBucket</c></para></li><li><para><c>s3:DeleteBucket</c></para></li><li><para><c>s3:GetBucketLocation</c></para></li><li><para><c>s3:GetObject</c></para></li><li><para><c>s3:PutObject</c></para></li><li><para><c>s3:DeleteObject</c></para></li><li><para><c>s3:GetObjectVersion</c></para></li><li><para><c>s3:GetBucketPolicy</c></para></li><li><para><c>s3:PutBucketPolicy</c></para></li><li><para><c>s3:DeleteBucketPolicy</c></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.EndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.EndpointIdentifier">
            <summary>
            <para>
            <para>The database endpoint identifier. Identifiers must begin with a letter and must contain
            only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two
            consecutive hyphens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.EndpointType">
            <summary>
            <para>
            <para>The type of endpoint. Valid values are <c>source</c> and <c>target</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ElasticsearchSettings_EndpointUri">
            <summary>
            <para>
            <para>The endpoint for the OpenSearch cluster. DMS uses HTTPS if a transport protocol (http/https)
            is not specified.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.EngineName">
            <summary>
            <para>
            <para>The database engine name. Valid values, depending on the EndpointType, include <c>"mysql"</c>,
            <c>"oracle"</c>, <c>"postgres"</c>, <c>"mariadb"</c>, <c>"aurora"</c>, <c>"aurora-postgresql"</c>,
            <c>"redshift"</c>, <c>"s3"</c>, <c>"db2"</c>, <c>"db2-zos"</c>, <c>"azuredb"</c>,
            <c>"sybase"</c>, <c>"dynamodb"</c>, <c>"mongodb"</c>, <c>"kinesis"</c>, <c>"kafka"</c>,
            <c>"elasticsearch"</c>, <c>"documentdb"</c>, <c>"sqlserver"</c>, <c>"neptune"</c>,
            and <c>"babelfish"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ElasticsearchSettings_ErrorRetryDuration">
            <summary>
            <para>
            <para>The maximum number of seconds for which DMS retries failed API requests to the OpenSearch
            cluster.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.NeptuneSettings_ErrorRetryDuration">
            <summary>
            <para>
            <para>The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph
            data to the Neptune target database before raising an error. The default is 250.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_EventsPollInterval">
            <summary>
            <para>
            <para>Specifies how often to check the binary log for new changes/events when the database
            is idle. The default is five seconds.</para><para>Example: <c>eventsPollInterval=5;</c></para><para>In the example, DMS checks for changes in the binary logs every five seconds. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_EventsPollInterval">
            <summary>
            <para>
            <para>Specifies how often to check the binary log for new changes/events when the database
            is idle. The default is five seconds.</para><para>Example: <c>eventsPollInterval=5;</c></para><para>In the example, DMS checks for changes in the binary logs every five seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ExactSetting">
            <summary>
            <para>
            <para>If this attribute is Y, the current call to <c>ModifyEndpoint</c> replaces all existing
            endpoint settings with the exact settings that you specify in this call. If this attribute
            is N, the current call to <c>ModifyEndpoint</c> does two things: </para><ul><li><para>It replaces any endpoint settings that already exist with new values, for settings
            with the same names.</para></li><li><para>It creates new endpoint settings that you specify in the call, for settings with different
            names. </para></li></ul><para>For example, if you call <c>create-endpoint ... --endpoint-settings '{"a":1}' ...</c>,
            the endpoint has the following endpoint settings: <c>'{"a":1}'</c>. If you then call
            <c>modify-endpoint ... --endpoint-settings '{"b":2}' ...</c> for the same endpoint,
            the endpoint has the following settings: <c>'{"a":1,"b":2}'</c>. </para><para>However, suppose that you follow this with a call to <c>modify-endpoint ... --endpoint-settings
            '{"b":2}' --exact-settings ...</c> for that same endpoint again. Then the endpoint
            has the following settings: <c>'{"b":2}'</c>. All existing settings are replaced with
            the exact settings that you specify. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_ExecuteTimeout">
            <summary>
            <para>
            <para>Sets the client statement timeout (in seconds) for a MySQL source endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_ExecuteTimeout">
            <summary>
            <para>
            <para>Sets the client statement timeout for the PostgreSQL instance, in seconds. The default
            value is 60 seconds.</para><para>Example: <c>executeTimeout=100;</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_ExpectedBucketOwner">
            <summary>
            <para>
            <para>To specify a bucket owner and prevent sniping, you can use the <c>ExpectedBucketOwner</c>
            endpoint setting. </para><para>Example: <c>--s3-settings='{"ExpectedBucketOwner": "<i>AWS_Account_ID</i>"}'</c></para><para>When you make a request to test a connection or perform a migration, S3 checks the
            account ID of the bucket owner against the specified parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_ExplicitId">
            <summary>
            <para>
            <para>This setting is only valid for a full-load migration task. Set <c>ExplicitIds</c>
            to <c>true</c> to have tables with <c>IDENTITY</c> columns override their auto-generated
            values with explicit values loaded from the source data files used to populate the
            tables. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ExternalTableDefinition">
            <summary>
            <para>
            <para>The external table definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_ExternalTableDefinition">
            <summary>
            <para>
            <para> Specifies how tables are defined in the S3 source files only. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ExtraArchivedLogDestId">
            <summary>
            <para>
            <para>Specifies the IDs of one more destinations for one or more archived redo logs. These
            IDs are the values of the <c>dest_id</c> column in the <c>v$archived_log</c> view.
            Use this setting with the <c>archivedLogDestId</c> extra connection attribute in a
            primary-to-single setup or a primary-to-multiple-standby setup. </para><para>This setting is useful in a switchover when you use an Oracle Data Guard database
            as a source. In this case, DMS needs information about what destination to get archive
            redo logs from to read changes. DMS needs this because after the switchover the previous
            primary is a standby instance. For example, in a primary-to-single standby setup you
            might apply the following settings. </para><para><c>archivedLogDestId=1; ExtraArchivedLogDestIds=[2]</c></para><para>In a primary-to-multiple-standby setup, you might apply the following settings.</para><para><c>archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4]</c></para><para>Although DMS supports the use of the Oracle <c>RESETLOGS</c> option to open the database,
            never use <c>RESETLOGS</c> unless it's necessary. For more information about <c>RESETLOGS</c>,
            see <a href="https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B">
            RMAN Data Repair Concepts</a> in the <i>Oracle Database Backup and Recovery User's
            Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ExtraConnectionAttribute">
            <summary>
            <para>
            <para>Additional attributes associated with the connection. To reset this parameter, pass
            the empty string ("") as an argument.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_ExtractDocId">
            <summary>
            <para>
            <para> Specifies the document ID. Use this setting when <c>NestingLevel</c> is set to <c>"none"</c>.
            </para><para>Default value is <c>"false"</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_ExtractDocId">
            <summary>
            <para>
            <para> Specifies the document ID. Use this setting when <c>NestingLevel</c> is set to <c>"none"</c>.
            </para><para>Default value is <c>"false"</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_FailTasksOnLobTruncation">
            <summary>
            <para>
            <para>When set to <c>true</c>, this attribute causes a task to fail if the actual size of
            an LOB column is greater than the specified <c>LobMaxSize</c>.</para><para>If a task is set to limited LOB mode and this option is set to <c>true</c>, the task
            fails instead of truncating the LOB data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_FailTasksOnLobTruncation">
            <summary>
            <para>
            <para>When set to <c>true</c>, this value causes a task to fail if the actual size of a
            LOB column is greater than the specified <c>LobMaxSize</c>.</para><para>If task is set to Limited LOB mode and this option is set to true, the task fails
            instead of truncating the LOB data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_FileTransferUploadStream">
            <summary>
            <para>
            <para>The number of threads used to upload a single file. This parameter accepts a value
            from 1 through 64. It defaults to 10.</para><para>The number of parallel streams used to upload a single .csv file to an S3 bucket using
            S3 Multipart Upload. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html">Multipart
            upload overview</a>. </para><para><c>FileTransferUploadStreams</c> accepts a value from 1 through 64. It defaults to
            10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_ForceLobLookup">
            <summary>
            <para>
            <para>Forces LOB lookup on inline LOB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ElasticsearchSettings_FullLoadErrorPercentage">
            <summary>
            <para>
            <para>The maximum percentage of records that can fail to be written before a full load operation
            stops.</para><para>To avoid early failure, this counter is only effective after 1000 records are transferred.
            OpenSearch also has the concept of error monitoring during the last 10 minutes of
            an Observation Window. If transfer of all records fail in the last 10 minutes, the
            full load operation stops. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_GlueCatalogGeneration">
            <summary>
            <para>
            <para>When true, allows Glue to catalog your S3 bucket. Creating an Glue catalog lets you
            use Athena to query your data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_HeartbeatEnable">
            <summary>
            <para>
            <para>The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this,
            it prevents idle logical replication slots from holding onto old WAL logs, which can
            result in storage full situations on the source. This heartbeat keeps <c>restart_lsn</c>
            moving and prevents storage full scenarios.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_HeartbeatFrequency">
            <summary>
            <para>
            <para>Sets the WAL heartbeat frequency (in minutes).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_HeartbeatSchema">
            <summary>
            <para>
            <para>Sets the schema in which the heartbeat artifacts are created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.NeptuneSettings_IamAuthEnabled">
            <summary>
            <para>
            <para>If you want Identity and Access Management (IAM) authorization enabled for this endpoint,
            set this parameter to <c>true</c>. Then attach the appropriate IAM policy document
            to your service role specified by <c>ServiceAccessRoleArn</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_IgnoreHeaderRow">
            <summary>
            <para>
            <para>When this value is set to 1, DMS ignores the first row header in a .csv file. A value
            of 1 turns on the feature; a value of 0 turns off the feature.</para><para>The default is 0.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_IncludeControlDetail">
            <summary>
            <para>
            <para>Shows detailed control information for table definition, column definition, and table
            and column changes in the Kafka message output. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_IncludeControlDetail">
            <summary>
            <para>
            <para>Shows detailed control information for table definition, column definition, and table
            and column changes in the Kinesis message output. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_IncludeNullAndEmpty">
            <summary>
            <para>
            <para>Include NULL and empty columns for records migrated to the endpoint. The default is
            <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_IncludeNullAndEmpty">
            <summary>
            <para>
            <para>Include NULL and empty columns for records migrated to the endpoint. The default is
            <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_IncludeOpForFullLoad">
            <summary>
            <para>
            <para>A value that enables a full load to write INSERT operations to the comma-separated
            value (.csv) or .parquet output files only to indicate how the rows were added to
            the source database.</para><note><para>DMS supports the <c>IncludeOpForFullLoad</c> parameter in versions 3.1.4 and later.</para><para>DMS supports the use of the .parquet files with the <c>IncludeOpForFullLoad</c> parameter
            in versions 3.4.7 and later.</para></note><para>For full load, records can only be inserted. By default (the <c>false</c> setting),
            no information is recorded in these output files for a full load to indicate that
            the rows were inserted at the source database. If <c>IncludeOpForFullLoad</c> is set
            to <c>true</c> or <c>y</c>, the INSERT is recorded as an I annotation in the first
            field of the .csv file. This allows the format of your target records from a full
            load to be consistent with the target records from a CDC load.</para><note><para>This setting works together with the <c>CdcInsertsOnly</c> and the <c>CdcInsertsAndUpdates</c>
            parameters for output to .csv files only. For more information about how these settings
            work together, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps">Indicating
            Source DB Operations in Migrated S3 Data</a> in the <i>Database Migration Service
            User Guide.</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_IncludePartitionValue">
            <summary>
            <para>
            <para>Shows the partition value within the Kafka message output unless the partition type
            is <c>schema-table-type</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_IncludePartitionValue">
            <summary>
            <para>
            <para>Shows the partition value within the Kinesis message output, unless the partition
            type is <c>schema-table-type</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_IncludeTableAlterOperation">
            <summary>
            <para>
            <para>Includes any data definition language (DDL) operations that change the table in the
            control data, such as <c>rename-table</c>, <c>drop-table</c>, <c>add-column</c>, <c>drop-column</c>,
            and <c>rename-column</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_IncludeTableAlterOperation">
            <summary>
            <para>
            <para>Includes any data definition language (DDL) operations that change the table in the
            control data, such as <c>rename-table</c>, <c>drop-table</c>, <c>add-column</c>, <c>drop-column</c>,
            and <c>rename-column</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_IncludeTransactionDetail">
            <summary>
            <para>
            <para>Provides detailed transaction information from the source database. This information
            includes a commit timestamp, a log position, and values for <c>transaction_id</c>,
            previous <c>transaction_id</c>, and <c>transaction_record_id</c> (the record offset
            within a transaction). The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_IncludeTransactionDetail">
            <summary>
            <para>
            <para>Provides detailed transaction information from the source database. This information
            includes a commit timestamp, a log position, and values for <c>transaction_id</c>,
            previous <c>transaction_id</c>, and <c>transaction_record_id</c> (the record offset
            within a transaction). The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_KeepCsvFile">
            <summary>
            <para>
            <para>If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate
            data. DMS uses these files for analysis and troubleshooting.</para><para>The default value is false. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_KmsKeyId">
            <summary>
            <para>
            <para>The KMS key identifier that is used to encrypt the content on the replication instance.
            If you don't specify a value for the <c>KmsKeyId</c> parameter, then DMS uses your
            default encryption key. KMS creates the default encryption key for your Amazon Web
            Services account. Your Amazon Web Services account has a different default encryption
            key for each Amazon Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_KmsKeyId">
            <summary>
            <para>
            <para>The KMS key identifier that is used to encrypt the content on the replication instance.
            If you don't specify a value for the <c>KmsKeyId</c> parameter, then DMS uses your
            default encryption key. KMS creates the default encryption key for your Amazon Web
            Services account. Your Amazon Web Services account has a different default encryption
            key for each Amazon Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_LoadTimeout">
            <summary>
            <para>
            <para>The amount of time (in milliseconds) before DMS times out operations performed by
            DMS on the Db2 target. The default value is 1200 (20 minutes).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_LoadTimeout">
            <summary>
            <para>
            <para>The amount of time to wait (in milliseconds) before timing out of operations performed
            by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.TimestreamSettings_MagneticDuration">
            <summary>
            <para>
            <para>Set this attribute to specify the default magnetic duration applied to the Amazon
            Timestream tables in days. This is the number of days that records remain in magnetic
            store before being discarded. For more information, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/storage.html">Storage</a>
            in the <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/">Amazon
            Timestream Developer Guide</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_MapBooleanAsBoolean">
            <summary>
            <para>
            <para>When true, lets PostgreSQL migrate the boolean type as boolean. By default, PostgreSQL
            migrates booleans as <c>varchar(5)</c>. You must set this setting on both the source
            and target endpoints for it to take effect.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_MapBooleanAsBoolean">
            <summary>
            <para>
            <para>When true, lets Redshift migrate the boolean type as boolean. By default, Redshift
            migrates booleans as <c>varchar(1)</c>. You must set this setting on both the source
            and target endpoints for it to take effect.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_MapJsonbAsClob">
            <summary>
            <para>
            <para>When true, DMS migrates JSONB values as CLOB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_MapLongVarcharAs">
            <summary>
            <para>
            <para>When true, DMS migrates LONG values as VARCHAR.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_MaxFileSize">
            <summary>
            <para>
            <para>Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible
            database.</para><para>Example: <c>maxFileSize=512</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_MaxFileSize">
            <summary>
            <para>
            <para>Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_MaxFileSize">
            <summary>
            <para>
            <para>Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible
            database.</para><para>Example: <c>maxFileSize=512</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.NeptuneSettings_MaxFileSize">
            <summary>
            <para>
            <para>The maximum size in kilobytes of migrated graph data stored in a .csv file before
            DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB.
            If the bulk load is successful, DMS clears the bucket, ready to store the next batch
            of migrated graph data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_MaxFileSize">
            <summary>
            <para>
            <para>Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.</para><para>Example: <c>maxFileSize=512</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_MaxFileSize">
            <summary>
            <para>
            <para>The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer
            data to Amazon Redshift. It defaults to 1048576KB (1 GB).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_MaxFileSize">
            <summary>
            <para>
            <para>A value that specifies the maximum size (in KB) of any .csv file to be created while
            migrating to an S3 target during full load.</para><para>The default value is 1,048,576 KB (1 GB). Valid values include 1 to 1,048,576.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_MaxKBytesPerRead">
            <summary>
            <para>
            <para>Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.NeptuneSettings_MaxRetryCount">
            <summary>
            <para>
            <para>The number of times for DMS to retry a bulk load of migrated graph data to the Neptune
            target database before raising an error. The default is 5.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.TimestreamSettings_MemoryDuration">
            <summary>
            <para>
            <para>Set this attribute to specify the length of time to store all of the tables in memory
            that are migrated into Amazon Timestream from the source database. Time is measured
            in units of hours. When Timestream data comes in, it first resides in memory for the
            specified duration, which allows quick access to it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_MessageFormat">
            <summary>
            <para>
            <para>The output format for the records created on the endpoint. The message format is <c>JSON</c>
            (default) or <c>JSON_UNFORMATTED</c> (a single line with no tab).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_MessageFormat">
            <summary>
            <para>
            <para>The output format for the records created on the endpoint. The message format is <c>JSON</c>
            (default) or <c>JSON_UNFORMATTED</c> (a single line with no tab).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_MessageMaxByte">
            <summary>
            <para>
            <para>The maximum size in bytes for records created on the endpoint The default is 1,000,000.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_NestingLevel">
            <summary>
            <para>
            <para> Specifies either document or table mode. </para><para>Default value is <c>"none"</c>. Specify <c>"none"</c> to use document mode. Specify
            <c>"one"</c> to use table mode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_NestingLevel">
            <summary>
            <para>
            <para> Specifies either document or table mode. </para><para>Default value is <c>"none"</c>. Specify <c>"none"</c> to use document mode. Specify
            <c>"one"</c> to use table mode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_NoHexPrefix">
            <summary>
            <para>
            <para>Set this optional parameter to <c>true</c> to avoid adding a '0x' prefix to raw data
            in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB
            column type in hexadecimal format moving from an Oracle source to a Kafka target.
            Use the <c>NoHexPrefix</c> endpoint setting to enable migration of RAW data type columns
            without adding the '0x' prefix.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_NoHexPrefix">
            <summary>
            <para>
            <para>Set this optional parameter to <c>true</c> to avoid adding a '0x' prefix to raw data
            in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB
            column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis
            target. Use the <c>NoHexPrefix</c> endpoint setting to enable migration of RAW data
            type columns without adding the '0x' prefix.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_NumberDatatypeScale">
            <summary>
            <para>
            <para>Specifies the number scale. You can select a scale up to 38, or you can select FLOAT.
            By default, the NUMBER data type is converted to precision 38, scale 10.</para><para>Example: <c>numberDataTypeScale=12</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_OpenTransactionWindow">
            <summary>
            <para>
            <para>The timeframe in minutes to check for open transactions for a CDC-only task.</para><para>You can specify an integer value between 0 (the default) and 240 (the maximum). </para><note><para>This parameter is only valid in DMS version 3.5.0 and later. DMS supports a window
            of up to 9.5 hours including the value for <c>OpenTransactionWindow</c>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_OraclePathPrefix">
            <summary>
            <para>
            <para>Set this string attribute to the required value in order to use the Binary Reader
            to capture change data for an Amazon RDS for Oracle as the source. This value specifies
            the default Oracle root used to access the redo logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ParallelAsmReadThread">
            <summary>
            <para>
            <para>Set this attribute to change the number of threads that DMS configures to perform
            a change data capture (CDC) load using Oracle Automatic Storage Management (ASM).
            You can specify an integer value between 2 (the default) and 8 (the maximum). Use
            this attribute together with the <c>readAheadBlocks</c> attribute.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_ParallelLoadThread">
            <summary>
            <para>
            <para>Improves performance when loading data into the MySQL-compatible target database.
            Specifies how many threads to use to load the data into the MySQL-compatible target
            database. Setting a large number of threads can have an adverse effect on database
            performance, because a separate connection is required for each thread. The default
            is one.</para><para>Example: <c>parallelLoadThreads=1</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_ParallelLoadThread">
            <summary>
            <para>
            <para>Improves performance when loading data into the MySQL-compatible target database.
            Specifies how many threads to use to load the data into the MySQL-compatible target
            database. Setting a large number of threads can have an adverse effect on database
            performance, because a separate connection is required for each thread. The default
            is one.</para><para>Example: <c>parallelLoadThreads=1</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_ParquetTimestampInMillisecond">
            <summary>
            <para>
            <para>A value that specifies the precision of any <c>TIMESTAMP</c> column values that are
            written to an Amazon S3 object file in .parquet format.</para><note><para>DMS supports the <c>ParquetTimestampInMillisecond</c> parameter in versions 3.1.4
            and later.</para></note><para>When <c>ParquetTimestampInMillisecond</c> is set to <c>true</c> or <c>y</c>, DMS writes
            all <c>TIMESTAMP</c> columns in a .parquet formatted file with millisecond precision.
            Otherwise, DMS writes them with microsecond precision.</para><para>Currently, Amazon Athena and Glue can handle only millisecond precision for <c>TIMESTAMP</c>
            values. Set this parameter to <c>true</c> for S3 endpoint object files that are .parquet
            formatted only if you plan to query or process the data with Athena or Glue.</para><note><para>DMS writes any <c>TIMESTAMP</c> column values written to an S3 file in .csv format
            with microsecond precision.</para><para>Setting <c>ParquetTimestampInMillisecond</c> has no effect on the string format of
            the timestamp column value that is inserted by setting the <c>TimestampColumnName</c>
            parameter.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_ParquetVersion">
            <summary>
            <para>
            <para>The version of the Apache Parquet format that you want to use: <c>parquet_1_0</c>
            (the default) or <c>parquet_2_0</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_PartitionIncludeSchemaTable">
            <summary>
            <para>
            <para>Prefixes schema and table names to partition values, when the partition type is <c>primary-key-type</c>.
            Doing this increases data distribution among Kafka partitions. For example, suppose
            that a SysBench schema has thousands of tables and each table has only limited range
            for a primary key. In this case, the same primary key is sent from thousands of tables
            to the same partition, which causes throttling. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_PartitionIncludeSchemaTable">
            <summary>
            <para>
            <para>Prefixes schema and table names to partition values, when the partition type is <c>primary-key-type</c>.
            Doing this increases data distribution among Kinesis shards. For example, suppose
            that a SysBench schema has thousands of tables and each table has only limited range
            for a primary key. In this case, the same primary key is sent from thousands of tables
            to the same shard, which causes throttling. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_Password">
            <summary>
            <para>
            <para> The password for the user account you use to access the DocumentDB source endpoint.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_Password">
            <summary>
            <para>
            <para> The password for the user account you use to access the MongoDB source endpoint.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.Password">
            <summary>
            <para>
            <para>The password to be used to login to the endpoint database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_Password">
            <summary>
            <para>
            <para>The password for the user named in the <c>username</c> property.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.SybaseSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_PluginName">
            <summary>
            <para>
            <para>Specifies the plugin to use to create a replication slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_Port">
            <summary>
            <para>
            <para> The port value for the DocumentDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port. The default value is 50000.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_Port">
            <summary>
            <para>
            <para> The port value for the MongoDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.Port">
            <summary>
            <para>
            <para>The port used by the endpoint database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port. The default is 5432.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedisSettings_Port">
            <summary>
            <para>
            <para>Transmission Control Protocol (TCP) port for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_Port">
            <summary>
            <para>
            <para>The port number for Amazon Redshift. The default value is 5439.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.SybaseSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port. The default is 5000.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_PreserveTransaction">
            <summary>
            <para>
            <para>If set to <c>true</c>, DMS saves the transaction order for a change data capture (CDC)
            load on the Amazon S3 target specified by <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CdcPath"><c>CdcPath</c></a>. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath">Capturing
            data changes (CDC) including transaction order on the S3 target</a>.</para><note><para>This setting is supported in DMS versions 3.4.2 and later.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_QuerySingleAlwaysOnNode">
            <summary>
            <para>
            <para>Cleans and recreates table metadata information on the replication instance when a
            mismatch occurs. An example is a situation where running an alter DDL statement on
            a table might result in different information about the table cached in the replication
            instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ReadAheadBlock">
            <summary>
            <para>
            <para>Set this attribute to change the number of read-ahead blocks that DMS configures to
            perform a change data capture (CDC) load using Oracle Automatic Storage Management
            (ASM). You can specify an integer value between 1000 (the default) and 200,000 (the
            maximum).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_ReadBackupOnly">
            <summary>
            <para>
            <para>When this attribute is set to <c>Y</c>, DMS only reads changes from transaction log
            backups and doesn't read from the active transaction log file during ongoing replication.
            Setting this parameter to <c>Y</c> enables you to control active transaction log file
            growth during full load and ongoing replication tasks. However, it can add some source
            latency to ongoing replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ReadTableSpaceName">
            <summary>
            <para>
            <para>When set to <c>true</c>, this attribute supports tablespace replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_RemoveQuote">
            <summary>
            <para>
            <para>A value that specifies to remove surrounding quotation marks from strings in the incoming
            data. All characters within the quotation marks, including delimiters, are retained.
            Choose <c>true</c> to remove quotation marks. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_ReplaceChar">
            <summary>
            <para>
            <para>A value that specifies to replaces the invalid characters specified in <c>ReplaceInvalidChars</c>,
            substituting the specified characters instead. The default is <c>"?"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_ReplaceInvalidChar">
            <summary>
            <para>
            <para>A list of characters that you want to replace. Use with <c>ReplaceChars</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ReplacePathPrefix">
            <summary>
            <para>
            <para>Set this attribute to true in order to use the Binary Reader to capture change data
            for an Amazon RDS for Oracle as the source. This setting tells DMS instance to replace
            the default Oracle root with the specified <c>usePathPrefix</c> setting to access
            the redo logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_ReplicateShardCollection">
            <summary>
            <para>
            <para>If <c>true</c>, DMS replicates data to shard collections. DMS only uses this setting
            if the target endpoint is a DocumentDB elastic cluster.</para><para>When this setting is <c>true</c>, note the following:</para><ul><li><para>You must set <c>TargetTablePrepMode</c> to <c>nothing</c>.</para></li><li><para>DMS automatically sets <c>useUpdateLookup</c> to <c>false</c>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_ReplicateShardCollection">
            <summary>
            <para>
            <para>If <c>true</c>, DMS replicates data to shard collections. DMS only uses this setting
            if the target endpoint is a DocumentDB elastic cluster.</para><para>When this setting is <c>true</c>, note the following:</para><ul><li><para>You must set <c>TargetTablePrepMode</c> to <c>nothing</c>.</para></li><li><para>DMS automatically sets <c>useUpdateLookup</c> to <c>false</c>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_RetryInterval">
            <summary>
            <para>
            <para>Specifies the number of seconds that the system waits before resending a query.</para><para>Example: <c>retryInterval=6;</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_Rfc4180">
            <summary>
            <para>
            <para>For an S3 source, when this value is set to <c>true</c> or <c>y</c>, each leading
            double quotation mark has to be followed by an ending double quotation mark. This
            formatting complies with RFC 4180. When this value is set to <c>false</c> or <c>n</c>,
            string literals are copied to the target as is. In this case, a delimiter (row or
            column) signals the end of the field. Thus, you can't use a delimiter as part of the
            string, because it signals the end of the value.</para><para>For an S3 target, an optional parameter used to set behavior to comply with RFC 4180
            for data migrated to Amazon S3 using .csv file format only. When this value is set
            to <c>true</c> or <c>y</c> using Amazon S3 as a target, if the data has quotation
            marks or newline characters in it, DMS encloses the entire column with an additional
            pair of double quotation marks ("). Every quotation mark within the data is repeated
            twice.</para><para>The default value is <c>true</c>. Valid values include <c>true</c>, <c>false</c>,
            <c>y</c>, and <c>n</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_RowGroupLength">
            <summary>
            <para>
            <para>The number of rows in a row group. A smaller row group size provides faster reads.
            But as the number of row groups grows, the slower writes become. This parameter defaults
            to 10,000 rows. This number is used for .parquet file format only. </para><para>If you choose a value larger than the maximum, <c>RowGroupLength</c> is set to the
            max row group length in bytes (64 * 1024 * 1024). </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.NeptuneSettings_S3BucketFolder">
            <summary>
            <para>
            <para>A folder path where you want DMS to store migrated graph data in the S3 bucket specified
            by <c>S3BucketName</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.NeptuneSettings_S3BucketName">
            <summary>
            <para>
            <para>The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data
            in .csv files before bulk-loading it to the Neptune target database. DMS maps the
            SQL source data to graph data before storing it in these .csv files.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_SafeguardPolicy">
            <summary>
            <para>
            <para>Use this attribute to minimize the need to access the backup log and enable DMS to
            prevent truncation using one of the following two methods.</para><para><i>Start transactions in the database:</i> This is the default method. When this
            method is used, DMS prevents TLOG truncation by mimicking a transaction in the database.
            As long as such a transaction is open, changes that appear after the transaction started
            aren't truncated. If you need Microsoft Replication to be enabled in your database,
            then you must choose this method.</para><para><i>Exclusively use sp_repldone within a single task</i>: When this method is used,
            DMS reads the changes and then uses sp_repldone to mark the TLOG transactions as ready
            for truncation. Although this method doesn't involve any transactional activities,
            it can only be used when Microsoft Replication isn't running. Also, when using this
            method, only one DMS task can access the database at any given time. Therefore, if
            you need to run parallel DMS tasks against the same database, use the default method.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SaslMechanism">
            <summary>
            <para>
            <para>For SASL/SSL authentication, DMS supports the <c>SCRAM-SHA-512</c> mechanism by default.
            DMS versions 3.5.0 and later also support the <c>PLAIN</c> mechanism. To use the <c>PLAIN</c>
            mechanism, set this parameter to <c>PLAIN.</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SaslPassword">
            <summary>
            <para>
            <para>The secure password you created when you first set up your MSK cluster to validate
            a client identity and make an encrypted connection between server and client using
            SASL-SSL authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SaslUsername">
            <summary>
            <para>
            <para> The secure user name you created when you first set up your MSK cluster to validate
            a client identity and make an encrypted connection between server and client using
            SASL-SSL authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the DocumentDB endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret.</c>
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the MySQL endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the Database Migration
            Service User Guide. </para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the Db2 LUW endpoint. </para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the SQL Server endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the MongoDB endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the MySQL endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the Oracle endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the PostgreSQL endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the Amazon Redshift endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.SybaseSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the SAP ASE endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_SecretsManagerOracleAsmAccessRoleArn">
            <summary>
            <para>
            <para>Required only if your Oracle endpoint uses Automatic Storage Management (ASM). The
            full ARN of the IAM role that specifies DMS as the trusted entity and grants the required
            permissions to access the <c>SecretsManagerOracleAsmSecret</c>. This <c>SecretsManagerOracleAsmSecret</c>
            has the secret value that allows access to the Oracle ASM of the endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerOracleAsmSecretId</c>. Or you can specify
            clear-text values for <c>AsmUser</c>, <c>AsmPassword</c>, and <c>AsmServerName</c>.
            You can't specify both. For more information on creating this <c>SecretsManagerOracleAsmSecret</c>
            and the <c>SecretsManagerOracleAsmAccessRoleArn</c> and <c>SecretsManagerOracleAsmSecretId</c>
            required to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_SecretsManagerOracleAsmSecretId">
            <summary>
            <para>
            <para>Required only if your Oracle endpoint uses Automatic Storage Management (ASM). The
            full ARN, partial ARN, or friendly name of the <c>SecretsManagerOracleAsmSecret</c>
            that contains the Oracle ASM connection details for the Oracle endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the DocumentDB endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the MySQL endpoint connection details. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the Db2 LUW endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the SQL Server endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the MongoDB endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the MySQL endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the Oracle endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the PostgreSQL endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the Amazon Redshift endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.SybaseSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the SAP SAE endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_SecurityDbEncryption">
            <summary>
            <para>
            <para>For an Oracle source endpoint, the transparent data encryption (TDE) password required
            by AWM DMS to access Oracle redo logs encrypted by TDE using Binary Reader. It is
            also the <c><i>TDE_Password</i></c> part of the comma-separated value you set to
            the <c>Password</c> request parameter when you create the endpoint. The <c>SecurityDbEncryptian</c>
            setting is related to this <c>SecurityDbEncryptionName</c> setting. For more information,
            see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption">
            Supported encryption methods for using Oracle as a source for DMS </a> in the <i>Database
            Migration Service User Guide</i>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_SecurityDbEncryptionName">
            <summary>
            <para>
            <para>For an Oracle source endpoint, the name of a key used for the transparent data encryption
            (TDE) of the columns and tablespaces in an Oracle source database that is encrypted
            using TDE. The key value is the value of the <c>SecurityDbEncryption</c> setting.
            For more information on setting the key name value of <c>SecurityDbEncryptionName</c>,
            see the information and example for setting the <c>securityDbEncryptionName</c> extra
            connection attribute in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption">
            Supported encryption methods for using Oracle as a source for DMS </a> in the <i>Database
            Migration Service User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SecurityProtocol">
            <summary>
            <para>
            <para>Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
            Options include <c>ssl-encryption</c>, <c>ssl-authentication</c>, and <c>sasl-ssl</c>.
            <c>sasl-ssl</c> requires <c>SaslUsername</c> and <c>SaslPassword</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_ServerName">
            <summary>
            <para>
            <para> The name of the server on the DocumentDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_ServerName">
            <summary>
            <para>
            <para>The MySQL host name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint. For an Amazon RDS SQL Server instance,
            this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html">DescribeDBInstances</a>,
            in the <c><a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html">Endpoint</a>.Address</c>
            field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_ServerName">
            <summary>
            <para>
            <para> The name of the server on the MongoDB source endpoint. For MongoDB Atlas, provide
            the server name for any of the servers in the replication set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_ServerName">
            <summary>
            <para>
            <para>The host name of the endpoint database. </para><para>For an Amazon RDS MySQL instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html">DescribeDBInstances</a>,
            in the <c><a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html">Endpoint</a>.Address</c>
            field.</para><para>For an Aurora MySQL instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html">DescribeDBClusters</a>,
            in the <c>Endpoint</c> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint.</para><para>For an Amazon RDS Oracle instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html">DescribeDBInstances</a>,
            in the <c><a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html">Endpoint</a>.Address</c>
            field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_ServerName">
            <summary>
            <para>
            <para>The host name of the endpoint database. </para><para>For an Amazon RDS PostgreSQL instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html">DescribeDBInstances</a>,
            in the <c><a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html">Endpoint</a>.Address</c>
            field.</para><para>For an Aurora PostgreSQL instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html">DescribeDBClusters</a>,
            in the <c>Endpoint</c> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedisSettings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_ServerName">
            <summary>
            <para>
            <para>The name of the Amazon Redshift cluster you are using.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ServerName">
            <summary>
            <para>
            <para>The name of the server where the endpoint database resides.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.SybaseSettings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_ServerSideEncryptionKmsKeyId">
            <summary>
            <para>
            <para>The KMS key ID. If you are using <c>SSE_KMS</c> for the <c>EncryptionMode</c>, provide
            this key ID. The key that you use needs an attached policy that enables IAM user permissions
            and allows use of the key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_ServerSideEncryptionKmsKeyId">
            <summary>
            <para>
            <para>If you are using <c>SSE_KMS</c> for the <c>EncryptionMode</c>, provide the KMS key
            ID. The key that you use needs an attached policy that enables Identity and Access
            Management (IAM) user permissions and allows use of the key.</para><para>Here is a CLI example: <c>aws dms create-endpoint --endpoint-identifier <i>value</i>
            --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=<i>value</i>,BucketFolder=<i>value</i>,BucketName=<i>value</i>,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=<i>value</i></c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_ServerTimezone">
            <summary>
            <para>
            <para>Specifies the time zone for the source MySQL database.</para><para>Example: <c>serverTimezone=US/Pacific;</c></para><para>Note: Do not enclose time zones in single quotes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_ServerTimezone">
            <summary>
            <para>
            <para>Specifies the time zone for the source MySQL database.</para><para>Example: <c>serverTimezone=US/Pacific;</c></para><para>Note: Do not enclose time zones in single quotes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DmsTransferSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) used by the service access IAM role. The role must
            allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DynamoDbSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) used by the service to access the IAM role. The role
            must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ElasticsearchSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) used by the service to access the IAM role. The role
            must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Kinesis
            data stream. The role must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.NeptuneSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the service role that you created for the Neptune
            target endpoint. The role must allow the <c>iam:PassRole</c> action. For more information,
            see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole">Creating
            an IAM Service Role for Accessing Amazon Neptune as a Target</a> in the <i>Database
            Migration Service User Guide. </i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift
            service. The role must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) used by the service to access the IAM role. The role
            must allow the <c>iam:PassRole</c> action. It is a required parameter that enables
            DMS to write and read objects from an S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ServiceAccessRoleArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint.
            The role must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_SetDataCaptureChange">
            <summary>
            <para>
            <para>Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_SlotName">
            <summary>
            <para>
            <para>Sets the name of a previously created logical replication slot for a change data capture
            (CDC) load of the PostgreSQL source instance. </para><para>When used with the <c>CdcStartPosition</c> request parameter for the DMS API , this
            attribute also makes it possible to use native CDC start points. DMS verifies that
            the specified logical replication slot exists before starting the CDC load task. It
            also verifies that the task was created with a valid setting of <c>CdcStartPosition</c>.
            If the specified slot doesn't exist or the task doesn't have a valid <c>CdcStartPosition</c>
            setting, DMS raises an error.</para><para>For more information about setting the <c>CdcStartPosition</c> request parameter,
            see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native">Determining
            a CDC native start point</a> in the <i>Database Migration Service User Guide</i>.
            For more information about using <c>CdcStartPosition</c>, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html">CreateReplicationTask</a>,
            <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html">StartReplicationTask</a>,
            and <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html">ModifyReplicationTask</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_SpatialDataOptionToGeoJsonFunctionName">
            <summary>
            <para>
            <para>Use this attribute to convert <c>SDO_GEOMETRY</c> to <c>GEOJSON</c> format. By default,
            DMS calls the <c>SDO2GEOJSON</c> custom function if present and accessible. Or you
            can create your own custom function that mimics the operation of <c>SDOGEOJSON</c>
            and set <c>SpatialDataOptionToGeoJsonFunctionName</c> to call it instead. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SslCaCertificateArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) for the private certificate authority (CA) cert that
            DMS uses to securely connect to your Kafka target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedisSettings_SslCaCertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to
            connect to your Redis target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SslClientCertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the client certificate used to securely connect
            to a Kafka target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SslClientKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the client private key used to securely connect
            to a Kafka target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SslClientKeyPassword">
            <summary>
            <para>
            <para> The password for the client private key used to securely connect to a Kafka target
            endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_SslEndpointIdentificationAlgorithm">
            <summary>
            <para>
            <para>Sets hostname verification for the certificate. This setting is supported in DMS version
            3.5.1 and later. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the endpoint. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedisSettings_SslSecurityProtocol">
            <summary>
            <para>
            <para>The connection to a Redis target endpoint using Transport Layer Security (TLS). Valid
            values include <c>plaintext</c> and <c>ssl-encryption</c>. The default is <c>ssl-encryption</c>.
            The <c>ssl-encryption</c> option makes an encrypted connection. Optionally, you can
            identify an Amazon Resource Name (ARN) for an SSL certificate authority (CA) using
            the <c>SslCaCertificateArn </c>setting. If an ARN isn't given for a CA, DMS uses the
            Amazon root CA.</para><para>The <c>plaintext</c> option doesn't provide Transport Layer Security (TLS) encryption
            for traffic between endpoint and database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_StandbyDelayTime">
            <summary>
            <para>
            <para>Use this attribute to specify a time in minutes for the delay in standby sync. If
            the source is an Oracle Active Data Guard standby database, use this attribute to
            specify the time lag between primary and standby databases.</para><para>In DMS, you can create an Oracle CDC task that uses an Active Data Guard standby instance
            as a source for replicating ongoing changes. Doing this eliminates the need to connect
            to an active database that might be in production.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KinesisSettings_StreamArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_TargetDbType">
            <summary>
            <para>
            <para>Specifies where to migrate source tables on the target, either to a single database
            or multiple databases.</para><para>Example: <c>targetDbType=MULTIPLE_DATABASES</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_TargetDbType">
            <summary>
            <para>
            <para>Specifies where to migrate source tables on the target, either to a single database
            or multiple databases. If you specify <c>SPECIFIC_DATABASE</c>, specify the database
            name using the <c>DatabaseName</c> parameter of the <c>Endpoint</c> object.</para><para>Example: <c>targetDbType=MULTIPLE_DATABASES</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_TimeFormat">
            <summary>
            <para>
            <para>The time format that you want to use. Valid values are <c>auto</c> (case-sensitive),
            <c>'timeformat_string'</c>, <c>'epochsecs'</c>, or <c>'epochmillisecs'</c>. It defaults
            to 10. Using <c>auto</c> recognizes most strings, even some that aren't supported
            when you use a time format string. </para><para>If your date and time values use formats different from each other, set this parameter
            to <c>auto</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_TimestampColumnName">
            <summary>
            <para>
            <para>A value that when nonblank causes DMS to add a column with timestamp information to
            the endpoint data for an Amazon S3 target.</para><note><para>DMS supports the <c>TimestampColumnName</c> parameter in versions 3.1.4 and later.</para></note><para>DMS includes an additional <c>STRING</c> column in the .csv or .parquet object files
            of your migrated data when you set <c>TimestampColumnName</c> to a nonblank value.</para><para>For a full load, each row of this timestamp column contains a timestamp for when the
            data was transferred from the source to the target by DMS. </para><para>For a change data capture (CDC) load, each row of the timestamp column contains the
            timestamp for the commit of that row in the source database.</para><para>The string format for this timestamp column value is <c>yyyy-MM-dd HH:mm:ss.SSSSSS</c>.
            By default, the precision of this value is in microseconds. For a CDC load, the rounding
            of the precision depends on the commit timestamp supported by DMS for the source database.</para><para>When the <c>AddColumnName</c> parameter is set to <c>true</c>, DMS also includes a
            name for the timestamp column that you set with <c>TimestampColumnName</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_TlogAccessMode">
            <summary>
            <para>
            <para>Indicates the mode used to fetch CDC data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.KafkaSettings_Topic">
            <summary>
            <para>
            <para>The topic to which you migrate the data. If you don't specify a topic, DMS specifies
            <c>"kafka-default-topic"</c> as the migration topic.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_TrimBlank">
            <summary>
            <para>
            <para>A value that specifies to remove the trailing white space characters from a VARCHAR
            string. This parameter applies only to columns with a VARCHAR data type. Choose <c>true</c>
            to remove unneeded white space. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_TrimSpaceInChar">
            <summary>
            <para>
            <para>Use the <c>TrimSpaceInChar</c> source endpoint setting to right-trim data on CHAR
            and NCHAR data types during migration. Setting <c>TrimSpaceInChar</c> does not left-trim
            data. The default value is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_TrimSpaceInChar">
            <summary>
            <para>
            <para>Use the <c>TrimSpaceInChar</c> source endpoint setting to trim data on CHAR and NCHAR
            data types during migration. The default value is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_TrimSpaceInChar">
            <summary>
            <para>
            <para>Use the <c>TrimSpaceInChar</c> source endpoint setting to trim data on CHAR and NCHAR
            data types during migration. The default value is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_TruncateColumn">
            <summary>
            <para>
            <para>A value that specifies to truncate data in columns to the appropriate number of characters,
            so that the data fits in the column. This parameter applies only to columns with a
            VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose <c>true</c>
            to truncate data. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_UseAlternateFolderForOnline">
            <summary>
            <para>
            <para>Set this attribute to <c>true</c> in order to use the Binary Reader to capture change
            data for an Amazon RDS for Oracle as the source. This tells the DMS instance to use
            any specified prefix replacement to access all online redo logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_UseBcpFullLoad">
            <summary>
            <para>
            <para>Use this to attribute to transfer data for full-load operations using BCP. When the
            target table contains an identity column that does not exist in the source table,
            you must disable the use BCP for loading table option.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_UseBFile">
            <summary>
            <para>
            <para>Set this attribute to Y to capture change data using the Binary Reader utility. Set
            <c>UseLogminerReader</c> to N to set this attribute to Y. To use Binary Reader with
            Amazon RDS for Oracle as the source, you set additional attributes. For more information
            about using this setting with Oracle Automatic Storage Management (ASM), see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC">
            Using Oracle LogMiner or DMS Binary Reader for CDC</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_UseCsvNoSupValue">
            <summary>
            <para>
            <para>This setting applies if the S3 output files during a change data capture (CDC) load
            are written in .csv format. If set to <c>true</c> for columns not included in the
            supplemental log, DMS uses the value specified by <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CsvNoSupValue"><c>CsvNoSupValue</c></a>. If not set or set to <c>false</c>, DMS uses the null value
            for these columns.</para><note><para>This setting is supported in DMS versions 3.4.1 and later.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_UseDirectPathFullLoad">
            <summary>
            <para>
            <para>Set this attribute to Y to have DMS use a direct path full load. Specify this value
            to use the direct path protocol in the Oracle Call Interface (OCI). By using this
            OCI protocol, you can bulk-load Oracle target tables during a full load.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_UseLogminerReader">
            <summary>
            <para>
            <para>Set this attribute to Y to capture change data using the Oracle LogMiner utility (the
            default). Set this attribute to N if you want to access the redo logs as a binary
            file. When you set <c>UseLogminerReader</c> to N, also set <c>UseBfile</c> to Y. For
            more information on this setting and using Oracle ASM, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC">
            Using Oracle LogMiner or DMS Binary Reader for CDC</a> in the <i>DMS User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.ElasticsearchSettings_UseNewMappingType">
            <summary>
            <para>
            <para>Set this option to <c>true</c> for DMS to migrate documentation using the documentation
            type <c>_doc</c>. OpenSearch and an Elasticsearch cluster only support the _doc documentation
            type in versions 7. x and later. The default value is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_UsePathPrefix">
            <summary>
            <para>
            <para>Set this string attribute to the required value in order to use the Binary Reader
            to capture change data for an Amazon RDS for Oracle as the source. This value specifies
            the path prefix used to replace the default Oracle root to access the redo logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_Username">
            <summary>
            <para>
            <para>The user name you use to access the DocumentDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.GcpMySQLSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_Username">
            <summary>
            <para>
            <para>The user name you use to access the MongoDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MySQLSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.OracleSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.PostgreSQLSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_Username">
            <summary>
            <para>
            <para>An Amazon Redshift user name for a registered user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.SybaseSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.Username">
            <summary>
            <para>
            <para>The user name to be used to login to the endpoint database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.S3Settings_UseTaskStartTimeForFullLoadTimestamp">
            <summary>
            <para>
            <para>When set to true, this parameter uses the task start time as the timestamp column
            value instead of the time data is written to target. For full load, when <c>useTaskStartTimeForFullLoadTimestamp</c>
            is set to <c>true</c>, each row of the timestamp column contains the task start time.
            For CDC loads, each row of the timestamp column contains the transaction commit time.</para><para>When <c>useTaskStartTimeForFullLoadTimestamp</c> is set to <c>false</c>, the full
            load timestamp in the timestamp column increments with the time data arrives at the
            target. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MicrosoftSQLServerSettings_UseThirdPartyBackupDevice">
            <summary>
            <para>
            <para>When this attribute is set to <c>Y</c>, DMS processes third-party transaction log
            backups if they are created in native format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.DocDbSettings_UseUpdateLookUp">
            <summary>
            <para>
            <para>If <c>true</c>, DMS retrieves the entire document from the DocumentDB source during
            migration. This may cause a migration failure if the server response exceeds bandwidth
            limits. To fetch only updates and deletes during migration, set this parameter to
            <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.MongoDbSettings_UseUpdateLookUp">
            <summary>
            <para>
            <para>If <c>true</c>, DMS retrieves the entire document from the MongoDB source during migration.
            This may cause a migration failure if the server response exceeds bandwidth limits.
            To fetch only updates and deletes during migration, set this parameter to <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.IBMDb2Settings_WriteBufferSize">
            <summary>
            <para>
            <para>The size (in KB) of the in-memory file write buffer used when generating .csv files
            on the local disk on the DMS replication instance. The default value is 1024 (1 MB).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.RedshiftSettings_WriteBufferSize">
            <summary>
            <para>
            <para>The size (in KB) of the in-memory file write buffer used when generating .csv files
            on the local disk at the DMS replication instance. The default value is 1000 (buffer
            size is 1000KB).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Endpoint'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyEndpointResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyEndpointResponse 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.DMS.EditDMSEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointArn parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEndpointCmdlet.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.DMS.EditDMSEventSubscriptionCmdlet">
            <summary>
            Modifies an existing DMS event notification subscription.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEventSubscriptionCmdlet.Enabled">
            <summary>
            <para>
            <para> A Boolean value; set to <b>true</b> to activate the subscription. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEventSubscriptionCmdlet.EventCategory">
            <summary>
            <para>
            <para> A list of event categories for a source type that you want to subscribe to. Use the
            <c>DescribeEventCategories</c> action to see a list of event categories. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEventSubscriptionCmdlet.SnsTopicArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.
            The ARN is created by Amazon SNS when you create a topic and subscribe to it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEventSubscriptionCmdlet.SourceType">
            <summary>
            <para>
            <para> The type of DMS resource that generates the events you want to subscribe to. </para><para>Valid values: replication-instance | replication-task</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEventSubscriptionCmdlet.SubscriptionName">
            <summary>
            <para>
            <para>The name of the DMS event notification subscription to be modified.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEventSubscriptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventSubscription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyEventSubscriptionResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyEventSubscriptionResponse 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.DMS.EditDMSEventSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SubscriptionName parameter.
            The -PassThru parameter is deprecated, use -Select '^SubscriptionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSEventSubscriptionCmdlet.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.DMS.EditDMSInstanceProfileCmdlet">
            <summary>
            Modifies the specified instance profile using the provided parameters.
             
             <note><para>
            All migration projects associated with the instance profile must be deleted or modified
            before you can modify the instance profile.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.AvailabilityZone">
            <summary>
            <para>
            <para>The Availability Zone where the instance profile runs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.Description">
            <summary>
            <para>
            <para>A user-friendly description for the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.InstanceProfileIdentifier">
            <summary>
            <para>
            <para>The identifier of the instance profile. Identifiers must begin with a letter and must
            contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or
            contain two consecutive hyphens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.InstanceProfileName">
            <summary>
            <para>
            <para>A user-friendly name for the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection
            parameters for the instance profile.</para><para>If you don't specify a value for the <c>KmsKeyArn</c> parameter, then DMS uses your
            default encryption key.</para><para>KMS creates the default encryption key for your Amazon Web Services account. Your
            Amazon Web Services account has a different default encryption key for each Amazon
            Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.NetworkType">
            <summary>
            <para>
            <para>Specifies the network type for the instance profile. A value of <c>IPV4</c> represents
            an instance profile with IPv4 network type and only supports IPv4 addressing. A value
            of <c>IPV6</c> represents an instance profile with IPv6 network type and only supports
            IPv6 addressing. A value of <c>DUAL</c> represents an instance profile with dual network
            type that supports IPv4 and IPv6 addressing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.PubliclyAccessible">
            <summary>
            <para>
            <para>Specifies the accessibility options for the instance profile. A value of <c>true</c>
            represents an instance profile with a public IP address. A value of <c>false</c> represents
            an instance profile with a private IP address. The default value is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.SubnetGroupIdentifier">
            <summary>
            <para>
            <para>A subnet group to associate with the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.VpcSecurityGroup">
            <summary>
            <para>
            <para>Specifies the VPC security groups to be used with the instance profile. The VPC security
            group must work with the VPC containing the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InstanceProfile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyInstanceProfileResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyInstanceProfileResponse 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.DMS.EditDMSInstanceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InstanceProfileIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^InstanceProfileIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSInstanceProfileCmdlet.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.DMS.EditDMSMigrationProjectCmdlet">
            <summary>
            Modifies the specified migration project using the provided parameters.
             
             <note><para>
            The migration project must be closed before you can modify it.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.Description">
            <summary>
            <para>
            <para>A user-friendly description of the migration project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.InstanceProfileIdentifier">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) for the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The identifier of the migration project. Identifiers must begin with a letter and
            must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen,
            or contain two consecutive hyphens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.MigrationProjectName">
            <summary>
            <para>
            <para>A user-friendly name for the migration project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.SchemaConversionApplicationAttributes_S3BucketPath">
            <summary>
            <para>
            <para>The path for the Amazon S3 bucket that the application uses for exporting assessment
            reports.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.SchemaConversionApplicationAttributes_S3BucketRoleArn">
            <summary>
            <para>
            <para>The ARN for the role the application uses to access its Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.SourceDataProviderDescriptor">
            <summary>
            <para>
            <para>Information about the source data provider, including the name, ARN, and Amazon Web
            Services Secrets Manager parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.TargetDataProviderDescriptor">
            <summary>
            <para>
            <para>Information about the target data provider, including the name, ARN, and Amazon Web
            Services Secrets Manager parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.TransformationRule">
            <summary>
            <para>
            <para>The settings in JSON format for migration rules. Migration rules make it possible
            for you to change the object names according to the rules that you specify. For example,
            you can change an object name to lowercase or uppercase, add or remove a prefix or
            suffix, or rename objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MigrationProject'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyMigrationProjectResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyMigrationProjectResponse 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.DMS.EditDMSMigrationProjectCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSMigrationProjectCmdlet.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.DMS.EditDMSReplicationConfigCmdlet">
            <summary>
            Modifies an existing DMS Serverless replication configuration that you can use to
            start a replication. This command includes input validation and logic to check the
            state of any replication that uses this configuration. You can only modify a replication
            configuration before any replication that uses it has started. As soon as you have
            initially started a replication with a given configuiration, you can't modify that
            configuration, even if you stop it.
             
              
            <para>
            Other run statuses that allow you to run this command include FAILED and CREATED.
            A provisioning state that allows you to run this command is FAILED_PROVISION.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_AvailabilityZone">
            <summary>
            <para>
            <para>The Availability Zone where the DMS Serverless replication using this configuration
            will run. The default value is a random, system-chosen Availability Zone in the configuration's
            Amazon Web Services Region, for example, <c>"us-west-2"</c>. You can't set this parameter
            if the <c>MultiAZ</c> parameter is set to <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_DnsNameServer">
            <summary>
            <para>
            <para>A list of custom DNS name servers supported for the DMS Serverless replication to
            access your source or target database. This list overrides the default name servers
            supported by the DMS Serverless replication. You can specify a comma-separated list
            of internet addresses for up to four DNS name servers. For example: <c>"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_KmsKeyId">
            <summary>
            <para>
            <para>An Key Management Service (KMS) key Amazon Resource Name (ARN) that is used to encrypt
            the data during DMS Serverless replication.</para><para>If you don't specify a value for the <c>KmsKeyId</c> parameter, DMS uses your default
            encryption key.</para><para>KMS creates the default encryption key for your Amazon Web Services account. Your
            Amazon Web Services account has a different default encryption key for each Amazon
            Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_MaxCapacityUnit">
            <summary>
            <para>
            <para>Specifies the maximum value of the DMS capacity units (DCUs) for which a given DMS
            Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 1 DCU
            as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16,
            32, 64, 128, 192, 256, and 384. So, the maximum value that you can specify for DMS
            Serverless is 384. The <c>MaxCapacityUnits</c> parameter is the only DCU parameter
            you are required to specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_MinCapacityUnit">
            <summary>
            <para>
            <para>Specifies the minimum value of the DMS capacity units (DCUs) for which a given DMS
            Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 1 DCU
            as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16,
            32, 64, 128, 192, 256, and 384. So, the minimum DCU value that you can specify for
            DMS Serverless is 1. You don't have to specify a value for the <c>MinCapacityUnits</c>
            parameter. If you don't set this value, DMS scans the current activity of available
            source tables to identify an optimum setting for this parameter. If there is no current
            source activity or DMS can't otherwise identify a more appropriate value, it sets
            this parameter to the minimum DCU value allowed, 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_MultiAZ">
            <summary>
            <para>
            <para>Specifies whether the DMS Serverless replication is a Multi-AZ deployment. You can't
            set the <c>AvailabilityZone</c> parameter if the <c>MultiAZ</c> parameter is set to
            <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_PreferredMaintenanceWindow">
            <summary>
            <para>
            <para>The weekly time range during which system maintenance can occur for the DMS Serverless
            replication, in Universal Coordinated Time (UTC). The format is <c>ddd:hh24:mi-ddd:hh24:mi</c>.</para><para>The default is a 30-minute window selected at random from an 8-hour block of time
            per Amazon Web Services Region. This maintenance occurs on a random day of the week.
            Valid values for days of the week include <c>Mon</c>, <c>Tue</c>, <c>Wed</c>, <c>Thu</c>,
            <c>Fri</c>, <c>Sat</c>, and <c>Sun</c>.</para><para>Constraints include a minimum 30-minute window.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ReplicationConfigArn">
            <summary>
            <para>
            <para>The Amazon Resource Name of the replication to modify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ReplicationConfigIdentifier">
            <summary>
            <para>
            <para>The new replication config to apply to the replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ReplicationSetting">
            <summary>
            <para>
            <para>The settings for the replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_ReplicationSubnetGroupId">
            <summary>
            <para>
            <para>Specifies a subnet group identifier to associate with the DMS Serverless replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ReplicationType">
            <summary>
            <para>
            <para>The type of replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.SourceEndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication
            configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.SupplementalSetting">
            <summary>
            <para>
            <para>Additional settings for the replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.TableMapping">
            <summary>
            <para>
            <para>Table mappings specified in the replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.TargetEndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication
            configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.ComputeConfig_VpcSecurityGroupId">
            <summary>
            <para>
            <para>Specifies the virtual private cloud (VPC) security group to use with the DMS Serverless
            replication. The VPC security group must work with the VPC containing the replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyReplicationConfigResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyReplicationConfigResponse 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.DMS.EditDMSReplicationConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationConfigArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationConfigArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationConfigCmdlet.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.DMS.EditDMSReplicationInstanceCmdlet">
            <summary>
            Modifies the replication instance to apply new settings. You can change one or more
            parameters by specifying these parameters and the new values in the request.
             
              
            <para>
            Some settings are applied during the maintenance window.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.AllocatedStorage">
            <summary>
            <para>
            <para>The amount of storage (in gigabytes) to be allocated for the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.AllowMajorVersionUpgrade">
            <summary>
            <para>
            <para>Indicates that major version upgrades are allowed. Changing this parameter does not
            result in an outage, and the change is asynchronously applied as soon as possible.</para><para>This parameter must be set to <c>true</c> when specifying a value for the <c>EngineVersion</c>
            parameter that is a different major version than the replication instance's current
            version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.ApplyImmediately">
            <summary>
            <para>
            <para>Indicates whether the changes should be applied immediately or during the next maintenance
            window.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.AutoMinorVersionUpgrade">
            <summary>
            <para>
            <para>A value that indicates that minor version upgrades are applied automatically to the
            replication instance during the maintenance window. Changing this parameter doesn't
            result in an outage, except in the case described following. The change is asynchronously
            applied as soon as possible. </para><para>An outage does result if these factors apply: </para><ul><li><para>This parameter is set to <c>true</c> during the maintenance window.</para></li><li><para>A newer minor version is available. </para></li><li><para>DMS has enabled automatic patching for the given engine version. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.EngineVersion">
            <summary>
            <para>
            <para>The engine version number of the replication instance.</para><para>When modifying a major engine version of an instance, also set <c>AllowMajorVersionUpgrade</c>
            to <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.MultiAZ">
            <summary>
            <para>
            <para> Specifies whether the replication instance is a Multi-AZ deployment. You can't set
            the <c>AvailabilityZone</c> parameter if the Multi-AZ parameter is set to <c>true</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.NetworkType">
            <summary>
            <para>
            <para>The type of IP address protocol used by a replication instance, such as IPv4 only
            or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.PreferredMaintenanceWindow">
            <summary>
            <para>
            <para>The weekly time range (in UTC) during which system maintenance can occur, which might
            result in an outage. Changing this parameter does not result in an outage, except
            in the following situation, and the change is asynchronously applied as soon as possible.
            If moving this window to the current time, there must be at least 30 minutes between
            the current time and end of the window to ensure pending changes are applied.</para><para>Default: Uses existing setting</para><para>Format: ddd:hh24:mi-ddd:hh24:mi</para><para>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</para><para>Constraints: Must be at least 30 minutes</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.ReplicationInstanceClass">
            <summary>
            <para>
            <para>The compute and memory capacity of the replication instance as defined for the specified
            replication instance class. For example to specify the instance class dms.c4.large,
            set this parameter to <c>"dms.c4.large"</c>.</para><para>For more information on the settings and capacities for the available replication
            instance classes, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth">
            Selecting the right DMS replication instance for your migration</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.ReplicationInstanceIdentifier">
            <summary>
            <para>
            <para>The replication instance identifier. This parameter is stored as a lowercase string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.VpcSecurityGroupId">
            <summary>
            <para>
            <para> Specifies the VPC security group to be used with the replication instance. The VPC
            security group must work with the VPC containing the replication instance. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationInstance'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyReplicationInstanceResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyReplicationInstanceResponse 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.DMS.EditDMSReplicationInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationInstanceCmdlet.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.DMS.EditDMSReplicationSubnetGroupCmdlet">
            <summary>
            Modifies the settings for the specified replication subnet group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationSubnetGroupCmdlet.ReplicationSubnetGroupDescription">
            <summary>
            <para>
            <para>A description for the replication instance subnet group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationSubnetGroupCmdlet.ReplicationSubnetGroupIdentifier">
            <summary>
            <para>
            <para>The name of the replication instance subnet group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationSubnetGroupCmdlet.SubnetId">
            <summary>
            <para>
            <para>A list of subnet IDs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationSubnetGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationSubnetGroup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyReplicationSubnetGroupResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyReplicationSubnetGroupResponse 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.DMS.EditDMSReplicationSubnetGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationSubnetGroupIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationSubnetGroupIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationSubnetGroupCmdlet.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.DMS.EditDMSReplicationTaskCmdlet">
            <summary>
            Modifies the specified replication task.
             
              
            <para>
            You can't modify the task endpoints. The task must be stopped before you can modify
            it.
            </para><para>
            For more information about DMS tasks, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html">Working
            with Migration Tasks</a> in the <i>Database Migration Service User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.CdcStartPosition">
            <summary>
            <para>
            <para>Indicates when you want a change data capture (CDC) operation to start. Use either
            CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.
            Specifying both values results in an error.</para><para> The value can be in date, checkpoint, or LSN/SCN format.</para><para>Date Example: --cdc-start-position “2018-03-08T12:12:12”</para><para>Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"</para><para>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</para><note><para>When you use this task setting with a source PostgreSQL database, a logical replication
            slot should already be created and associated with the source endpoint. You can verify
            this by setting the <c>slotName</c> extra connection attribute to the name of this
            logical replication slot. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra
            Connection Attributes When Using PostgreSQL as a Source for DMS</a>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.CdcStartTime">
            <summary>
            <para>
            <para>Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
            or CdcStartPosition to specify when you want a CDC operation to start. Specifying
            both values results in an error.</para><para>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.CdcStopPosition">
            <summary>
            <para>
            <para>Indicates when you want a change data capture (CDC) operation to stop. The value can
            be either server time or commit time.</para><para>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</para><para>Commit time example: --cdc-stop-position “commit_time:2018-02-09T12:12:12“</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.MigrationType">
            <summary>
            <para>
            <para>The migration type. Valid values: <c>full-load</c> | <c>cdc</c> | <c>full-load-and-cdc</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.ReplicationTaskIdentifier">
            <summary>
            <para>
            <para>The replication task identifier.</para><para>Constraints:</para><ul><li><para>Must contain 1-255 alphanumeric characters or hyphens.</para></li><li><para>First character must be a letter.</para></li><li><para>Cannot end with a hyphen or contain two consecutive hyphens.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.ReplicationTaskSetting">
            <summary>
            <para>
            <para>JSON file that contains settings for the task, such as task metadata settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.TableMapping">
            <summary>
            <para>
            <para>When using the CLI or boto3, provide the path of the JSON file that contains the table
            mappings. Precede the path with <c>file://</c>. For example, <c>--table-mappings file://mappingfile.json</c>.
            When working with the DMS API, provide the JSON as the parameter value. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.TaskData">
            <summary>
            <para>
            <para>Supplemental information that the task requires to migrate the data for certain source
            and target endpoints. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html">Specifying
            Supplemental Data for Task Settings</a> in the <i>Database Migration Service User
            Guide.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTask'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ModifyReplicationTaskResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ModifyReplicationTaskResponse 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.DMS.EditDMSReplicationTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.EditDMSReplicationTaskCmdlet.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.DMS.ExportDMSMetadataModelAssessmentCmdlet">
            <summary>
            Saves a copy of a database migration assessment report to your Amazon S3 bucket. DMS
            can save your assessment report as a comma-separated value (CSV) or a PDF file.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ExportDMSMetadataModelAssessmentCmdlet.AssessmentReportType">
            <summary>
            <para>
            <para>The file format of the assessment file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ExportDMSMetadataModelAssessmentCmdlet.FileName">
            <summary>
            <para>
            <para>The name of the assessment file to create in your Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ExportDMSMetadataModelAssessmentCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ExportDMSMetadataModelAssessmentCmdlet.SelectionRule">
            <summary>
            <para>
            <para>A value that specifies the database objects to assess.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ExportDMSMetadataModelAssessmentCmdlet.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.DatabaseMigrationService.Model.ExportMetadataModelAssessmentResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ExportMetadataModelAssessmentResponse 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.DMS.ExportDMSMetadataModelAssessmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ExportDMSMetadataModelAssessmentCmdlet.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.DMS.GetDMSAccountAttributeCmdlet">
            <summary>
            Lists all of the DMS attributes for a customer account. These attributes include DMS
            quotas for the account and a unique account identifier in a particular DMS region.
            DMS quotas include a list of resource quotas supported by the account, such as the
            number of replication instances allowed. The description for each resource quota,
            includes the quota name, current usage toward that quota, and the quota's maximum
            value. DMS uses the unique account identifier to name each artifact used by DMS in
            the given region.
             
              
            <para>
            This command does not take any parameters.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSAccountAttributeCmdlet.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.DatabaseMigrationService.Model.DescribeAccountAttributesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeAccountAttributesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSApplicableIndividualAssessmentCmdlet">
            <summary>
            Provides a list of individual assessments that you can specify for a new premigration
            assessment run, given one or more parameters.
             
              
            <para>
            If you specify an existing migration task, this operation provides the default individual
            assessments you can specify for that task. Otherwise, the specified parameters model
            elements of a possible migration task on which to base a premigration assessment run.
            </para><para>
            To use these migration task modeling parameters, you must specify an existing replication
            instance, a source database engine, a target database engine, and a migration type.
            This combination of parameters potentially limits the default individual assessments
            available for an assessment run created for a corresponding migration task.
            </para><para>
            If you specify no parameters, this operation provides a list of all possible individual
            assessments that you can specify for an assessment run. If you specify any one of
            the task modeling parameters, you must specify all of them or the operation cannot
            provide a list of individual assessments. The only parameter that you can specify
            alone is for an existing migration task. The specified task definition then determines
            the default list of individual assessments that you can specify in an assessment run
            for the task.
            </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.DMS.GetDMSApplicableIndividualAssessmentCmdlet.MigrationType">
            <summary>
            <para>
            <para>Name of the migration type that each provided individual assessment must support.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSApplicableIndividualAssessmentCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>ARN of a replication instance on which you want to base the default list of individual
            assessments.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSApplicableIndividualAssessmentCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>Amazon Resource Name (ARN) of a migration task on which you want to base the default
            list of individual assessments.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSApplicableIndividualAssessmentCmdlet.SourceEngineName">
            <summary>
            <para>
            <para>Name of a database engine that the specified replication instance supports as a source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSApplicableIndividualAssessmentCmdlet.TargetEngineName">
            <summary>
            <para>
            <para>Name of a database engine that the specified replication instance supports as a target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSApplicableIndividualAssessmentCmdlet.Marker">
            <summary>
            <para>
            <para>Optional pagination token provided by a previous request. If this parameter is specified,
            the response includes only records beyond the marker, up to the value specified by
            <c>MaxRecords</c>.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSApplicableIndividualAssessmentCmdlet.MaxRecord">
            <summary>
            <para>
            <para>Maximum number of records to include in the response. If more records exist than the
            specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSApplicableIndividualAssessmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IndividualAssessmentNames'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeApplicableIndividualAssessmentsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeApplicableIndividualAssessmentsResponse 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.DMS.GetDMSApplicableIndividualAssessmentCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSCertificateCmdlet">
            <summary>
            Provides a description of the certificate.<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.DMS.GetDMSCertificateCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the certificates described in the form of key-value pairs. Valid
            values are <c>certificate-arn</c> and <c>certificate-id</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSCertificateCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSCertificateCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 10</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSCertificateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Certificates'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeCertificatesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeCertificatesResponse 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.DMS.GetDMSCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Filter parameter.
            The -PassThru parameter is deprecated, use -Select '^Filter' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSCertificateCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSConnectionCmdlet">
            <summary>
            Describes the status of the connections that have been made between the replication
            instance and an endpoint. Connections are created when you test an endpoint.<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.DMS.GetDMSConnectionCmdlet.Filter">
            <summary>
            <para>
            <para>The filters applied to the connection.</para><para>Valid filter names: endpoint-arn | replication-instance-arn</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSConnectionCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSConnectionCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Connections'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeConnectionsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeConnectionsResponse 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.DMS.GetDMSConnectionCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSConversionConfigurationCmdlet">
            <summary>
            Returns configuration parameters for a schema conversion project.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSConversionConfigurationCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) for the schema conversion project to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSConversionConfigurationCmdlet.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.DatabaseMigrationService.Model.DescribeConversionConfigurationResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeConversionConfigurationResponse 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.DMS.GetDMSConversionConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSDataProviderCmdlet">
            <summary>
            Returns a paginated list of data providers for your account in the current region.<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.DMS.GetDMSDataProviderCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the data providers described in the form of key-value pairs.</para><para>Valid filter names: data-provider-identifier</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSDataProviderCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSDataProviderCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, DMS includes a pagination token in the response
            so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSDataProviderCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataProviders'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeDataProvidersResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeDataProvidersResponse 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.DMS.GetDMSDataProviderCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointCmdlet">
            <summary>
            Returns information about the endpoints for your account in the current region.<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.DMS.GetDMSEndpointCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the endpoints.</para><para>Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Endpoints'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeEndpointsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeEndpointsResponse 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.DMS.GetDMSEndpointCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointSettingCmdlet">
            <summary>
            Returns information about the possible endpoint settings available when you create
            an endpoint for a specific database engine.<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.DMS.GetDMSEndpointSettingCmdlet.EngineName">
            <summary>
            <para>
            <para>The database engine used for your source or target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointSettingCmdlet.Marker">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointSettingCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointSettingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EndpointSettings'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeEndpointSettingsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeEndpointSettingsResponse 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.DMS.GetDMSEndpointSettingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EngineName parameter.
            The -PassThru parameter is deprecated, use -Select '^EngineName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointSettingCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointTypeCmdlet">
            <summary>
            Returns information about the type of endpoints available.<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.DMS.GetDMSEndpointTypeCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the endpoint types.</para><para>Valid filter names: engine-name | endpoint-type</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointTypeCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointTypeCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEndpointTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SupportedEndpointTypes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeEndpointTypesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeEndpointTypesResponse 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.DMS.GetDMSEndpointTypeCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSEngineVersionCmdlet">
            <summary>
            Returns information about the replication instance versions used in the project.<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.DMS.GetDMSEngineVersionCmdlet.Marker">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEngineVersionCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEngineVersionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EngineVersions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeEngineVersionsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeEngineVersionsResponse 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.DMS.GetDMSEngineVersionCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet">
            <summary>
            Lists events for a given source identifier and source type. You can also specify
            a start and end time. For more information on DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working
            with Events and Notifications</a> in the <i>Database Migration Service User Guide.</i><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.DMS.GetDMSEventCmdlet.Duration">
            <summary>
            <para>
            <para>The duration of the events to be listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.EndTime">
            <summary>
            <para>
            <para>The end time for the events to be listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.EventCategory">
            <summary>
            <para>
            <para>A list of event categories for the source type that you've chosen.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to events. The only valid filter is <c>replication-instance-id</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.SourceIdentifier">
            <summary>
            <para>
            <para> The identifier of an event source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.SourceType">
            <summary>
            <para>
            <para>The type of DMS resource that generates events.</para><para>Valid values: replication-instance | replication-task</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.StartTime">
            <summary>
            <para>
            <para>The start time for the events to be listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Events'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeEventsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeEventsResponse 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.DMS.GetDMSEventCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCategoryCmdlet">
            <summary>
            Lists categories for all event source types, or, if specified, for a specified source
            type. You can see a list of the event categories and source types in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working
            with Events and Notifications</a> in the <i>Database Migration Service User Guide.</i>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCategoryCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the event categories.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCategoryCmdlet.SourceType">
            <summary>
            <para>
            <para> The type of DMS resource that generates events. </para><para>Valid values: replication-instance | replication-task</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventCategoryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventCategoryGroupList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeEventCategoriesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeEventCategoriesResponse 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.DMS.GetDMSEventCategoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceType parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventSubscriptionCmdlet">
            <summary>
            Lists all the event subscriptions for a customer account. The description of a subscription
            includes <c>SubscriptionName</c>, <c>SNSTopicARN</c>, <c>CustomerID</c>, <c>SourceType</c>,
            <c>SourceID</c>, <c>CreationTime</c>, and <c>Status</c>.
             
              
            <para>
            If you specify <c>SubscriptionName</c>, this action lists the description for that
            subscription.
            </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.DMS.GetDMSEventSubscriptionCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to event subscriptions.</para><para>Valid filter names: event-subscription-arn | event-subscription-id </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventSubscriptionCmdlet.SubscriptionName">
            <summary>
            <para>
            <para>The name of the DMS event subscription to be described.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventSubscriptionCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventSubscriptionCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventSubscriptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventSubscriptionsList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeEventSubscriptionsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeEventSubscriptionsResponse 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.DMS.GetDMSEventSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SubscriptionName parameter.
            The -PassThru parameter is deprecated, use -Select '^SubscriptionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSEventSubscriptionCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSExtensionPackAssociationCmdlet">
            <summary>
            Returns a paginated list of extension pack associations for the specified migration
            project. An extension pack is an add-on module that emulates functions present in
            a source database that are required when converting objects to the target database.<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.DMS.GetDMSExtensionPackAssociationCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the extension pack associations described in the form of key-value
            pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSExtensionPackAssociationCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) for the migration project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSExtensionPackAssociationCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSExtensionPackAssociationCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, DMS includes a pagination token in the response
            so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSExtensionPackAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Requests'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeExtensionPackAssociationsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeExtensionPackAssociationsResponse 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.DMS.GetDMSExtensionPackAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSExtensionPackAssociationCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorCollectorCmdlet">
            <summary>
            Returns a list of the Fleet Advisor collectors in your account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorCollectorCmdlet.Filter">
            <summary>
            <para>
            <para> If you specify any of the following filters, the output includes information for
            only those collectors that meet the filter criteria:</para><ul><li><para><c>collector-referenced-id</c> – The ID of the collector agent, for example <c>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</c>.</para></li><li><para><c>collector-name</c> – The name of the collector agent.</para></li></ul><para>An example is: <c>describe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorCollectorCmdlet.MaxRecord">
            <summary>
            <para>
            <para>Sets the maximum number of records returned in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorCollectorCmdlet.NextToken">
            <summary>
            <para>
            <para>If <c>NextToken</c> is returned by a previous response, there are more results available.
            The value of <c>NextToken</c> is a unique pagination token for each page. Make the
            call again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorCollectorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Collectors'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorCollectorsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorCollectorsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorDatabaseCmdlet">
            <summary>
            Returns a list of Fleet Advisor databases in your account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorDatabaseCmdlet.Filter">
            <summary>
            <para>
            <para> If you specify any of the following filters, the output includes information for
            only those databases that meet the filter criteria: </para><ul><li><para><c>database-id</c> – The ID of the database.</para></li><li><para><c>database-name</c> – The name of the database.</para></li><li><para><c>database-engine</c> – The name of the database engine.</para></li><li><para><c>server-ip-address</c> – The IP address of the database server.</para></li><li><para><c>database-ip-address</c> – The IP address of the database.</para></li><li><para><c>collector-name</c> – The name of the associated Fleet Advisor collector.</para></li></ul><para>An example is: <c>describe-fleet-advisor-databases --filter Name="database-id",Values="45"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorDatabaseCmdlet.MaxRecord">
            <summary>
            <para>
            <para>Sets the maximum number of records returned in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorDatabaseCmdlet.NextToken">
            <summary>
            <para>
            <para>If <c>NextToken</c> is returned by a previous response, there are more results available.
            The value of <c>NextToken</c> is a unique pagination token for each page. Make the
            call again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorDatabaseCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Databases'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorDatabasesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorDatabasesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorLsaAnalysisCmdlet">
            <summary>
            Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet
            Advisor collectors.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorLsaAnalysisCmdlet.MaxRecord">
            <summary>
            <para>
            <para>Sets the maximum number of records returned in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorLsaAnalysisCmdlet.NextToken">
            <summary>
            <para>
            <para>If <c>NextToken</c> is returned by a previous response, there are more results available.
            The value of <c>NextToken</c> is a unique pagination token for each page. Make the
            call again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorLsaAnalysisCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Analysis'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorLsaAnalysisResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorLsaAnalysisResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaCmdlet">
            <summary>
            Returns a list of schemas detected by Fleet Advisor Collectors in your account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaCmdlet.Filter">
            <summary>
            <para>
            <para> If you specify any of the following filters, the output includes information for
            only those schemas that meet the filter criteria:</para><ul><li><para><c>complexity</c> – The schema's complexity, for example <c>Simple</c>.</para></li><li><para><c>database-id</c> – The ID of the schema's database.</para></li><li><para><c>database-ip-address</c> – The IP address of the schema's database.</para></li><li><para><c>database-name</c> – The name of the schema's database.</para></li><li><para><c>database-engine</c> – The name of the schema database's engine.</para></li><li><para><c>original-schema-name</c> – The name of the schema's database's main schema.</para></li><li><para><c>schema-id</c> – The ID of the schema, for example <c>15</c>.</para></li><li><para><c>schema-name</c> – The name of the schema.</para></li><li><para><c>server-ip-address</c> – The IP address of the schema database's server.</para></li></ul><para>An example is: <c>describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaCmdlet.MaxRecord">
            <summary>
            <para>
            <para>Sets the maximum number of records returned in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaCmdlet.NextToken">
            <summary>
            <para>
            <para>If <c>NextToken</c> is returned by a previous response, there are more results available.
            The value of <c>NextToken</c> is a unique pagination token for each page. Make the
            call again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FleetAdvisorSchemas'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorSchemasResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorSchemasResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaObjectSummaryCmdlet">
            <summary>
            Provides descriptions of the schemas discovered by your Fleet Advisor collectors.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaObjectSummaryCmdlet.Filter">
            <summary>
            <para>
            <para> If you specify any of the following filters, the output includes information for
            only those schema objects that meet the filter criteria:</para><ul><li><para><c>schema-id</c> – The ID of the schema, for example <c>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</c>.</para></li></ul><para>Example: <c>describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaObjectSummaryCmdlet.MaxRecord">
            <summary>
            <para>
            <para>Sets the maximum number of records returned in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaObjectSummaryCmdlet.NextToken">
            <summary>
            <para>
            <para>If <c>NextToken</c> is returned by a previous response, there are more results available.
            The value of <c>NextToken</c> is a unique pagination token for each page. Make the
            call again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSFleetAdvisorSchemaObjectSummaryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FleetAdvisorSchemaObjects'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorSchemaObjectSummaryResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeFleetAdvisorSchemaObjectSummaryResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSInstanceProfileCmdlet">
            <summary>
            Returns a paginated list of instance profiles for your account in the current region.<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.DMS.GetDMSInstanceProfileCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the instance profiles described in the form of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSInstanceProfileCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSInstanceProfileCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, DMS includes a pagination token in the response
            so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSInstanceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InstanceProfiles'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeInstanceProfilesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeInstanceProfilesResponse 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.DMS.GetDMSInstanceProfileCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelAssessmentCmdlet">
            <summary>
            Returns a paginated list of metadata model assessments for your account in the current
            region.<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.DMS.GetDMSMetadataModelAssessmentCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the metadata model assessments described in the form of key-value
            pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelAssessmentCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the migration project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelAssessmentCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelAssessmentCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, DMS includes a pagination token in the response
            so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelAssessmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Requests'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeMetadataModelAssessmentsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeMetadataModelAssessmentsResponse 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.DMS.GetDMSMetadataModelAssessmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelAssessmentCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelConversionCmdlet">
            <summary>
            Returns a paginated list of metadata model conversions for a migration project.<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.DMS.GetDMSMetadataModelConversionCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the metadata model conversions described in the form of key-value
            pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelConversionCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelConversionCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelConversionCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, DMS includes a pagination token in the response
            so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelConversionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Requests'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeMetadataModelConversionsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeMetadataModelConversionsResponse 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.DMS.GetDMSMetadataModelConversionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelConversionCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsAsScriptCmdlet">
            <summary>
            Returns a paginated list of metadata model exports.<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.DMS.GetDMSMetadataModelExportsAsScriptCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the metadata model exports described in the form of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsAsScriptCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsAsScriptCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsAsScriptCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, DMS includes a pagination token in the response
            so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsAsScriptCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Requests'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeMetadataModelExportsAsScriptResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeMetadataModelExportsAsScriptResponse 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.DMS.GetDMSMetadataModelExportsAsScriptCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsAsScriptCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsToTargetCmdlet">
            <summary>
            Returns a paginated list of metadata model exports.<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.DMS.GetDMSMetadataModelExportsToTargetCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the metadata model exports described in the form of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsToTargetCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsToTargetCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsToTargetCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, DMS includes a pagination token in the response
            so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsToTargetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Requests'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeMetadataModelExportsToTargetResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeMetadataModelExportsToTargetResponse 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.DMS.GetDMSMetadataModelExportsToTargetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelExportsToTargetCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelImportCmdlet">
            <summary>
            Returns a paginated list of metadata model imports.<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.DMS.GetDMSMetadataModelImportCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the metadata model imports described in the form of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelImportCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelImportCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelImportCmdlet.MaxRecord">
            <summary>
            <para>
            <para>A paginated list of metadata model imports.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelImportCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Requests'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeMetadataModelImportsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeMetadataModelImportsResponse 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.DMS.GetDMSMetadataModelImportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMetadataModelImportCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSMigrationProjectCmdlet">
            <summary>
            Returns a paginated list of migration projects for your account in the current region.<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.DMS.GetDMSMigrationProjectCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the migration projects described in the form of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMigrationProjectCmdlet.Marker">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>Marker</c> is returned by a previous response, there are more results available.
            The value of <c>Marker</c> is a unique pagination token for each page. To retrieve
            the next page, make the call again using the returned token and keeping all other
            arguments unchanged.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMigrationProjectCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, DMS includes a pagination token in the response
            so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSMigrationProjectCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MigrationProjects'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeMigrationProjectsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeMigrationProjectsResponse 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.DMS.GetDMSMigrationProjectCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSOrderableReplicationInstanceCmdlet">
            <summary>
            Returns information about the replication instance types that can be created in the
            specified region.<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.DMS.GetDMSOrderableReplicationInstanceCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSOrderableReplicationInstanceCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSOrderableReplicationInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'OrderableReplicationInstances'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeOrderableReplicationInstancesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeOrderableReplicationInstancesResponse 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.DMS.GetDMSOrderableReplicationInstanceCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSPendingMaintenanceActionCmdlet">
            <summary>
            For internal use only<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.DMS.GetDMSPendingMaintenanceActionCmdlet.Filter">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSPendingMaintenanceActionCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSPendingMaintenanceActionCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSPendingMaintenanceActionCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSPendingMaintenanceActionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PendingMaintenanceActions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribePendingMaintenanceActionsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribePendingMaintenanceActionsResponse 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.DMS.GetDMSPendingMaintenanceActionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSPendingMaintenanceActionCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationCmdlet">
            <summary>
            Returns a paginated list of target engine recommendations for your source databases.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the target engine recommendations described in the form of key-value
            pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, Fleet Advisor includes a pagination token in
            the response so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationCmdlet.NextToken">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>NextToken</c> is returned by a previous response, there are more results available.
            The value of <c>NextToken</c> is a unique pagination token for each page. Make the
            call again using the returned token to retrieve the next page. Keep all other arguments
            unchanged.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Recommendations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeRecommendationsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeRecommendationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationLimitationCmdlet">
            <summary>
            Returns a paginated list of limitations for recommendations of target Amazon Web Services
            engines.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationLimitationCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the limitations described in the form of key-value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationLimitationCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, Fleet Advisor includes a pagination token in
            the response so that you can retrieve the remaining results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationLimitationCmdlet.NextToken">
            <summary>
            <para>
            <para>Specifies the unique pagination token that makes it possible to display the next page
            of results. If this parameter is specified, the response includes only records beyond
            the marker, up to the value specified by <c>MaxRecords</c>.</para><para>If <c>NextToken</c> is returned by a previous response, there are more results available.
            The value of <c>NextToken</c> is a unique pagination token for each page. Make the
            call again using the returned token to retrieve the next page. Keep all other arguments
            unchanged.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRecommendationLimitationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Limitations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeRecommendationLimitationsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeRecommendationLimitationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSRefreshSchemasStatusCmdlet">
            <summary>
            Returns the status of the RefreshSchemas operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRefreshSchemasStatusCmdlet.EndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSRefreshSchemasStatusCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RefreshSchemasStatus'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeRefreshSchemasStatusResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeRefreshSchemasStatusResponse 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.DMS.GetDMSRefreshSchemasStatusCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointArn parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationCmdlet">
            <summary>
            Provides details on replication progress by returning status information for one or
            more provisioned DMS Serverless replications.<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.DMS.GetDMSReplicationCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the replications.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationCmdlet.Marker">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Replications'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeReplicationsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationsResponse 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.DMS.GetDMSReplicationCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationConfigCmdlet">
            <summary>
            Returns one or more existing DMS Serverless replication configurations as a list of
            structures.<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.DMS.GetDMSReplicationConfigCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the replication configs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationConfigCmdlet.Marker">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationConfigCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationConfigs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeReplicationConfigsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationConfigsResponse 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.DMS.GetDMSReplicationConfigCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceCmdlet">
            <summary>
            Returns information about replication instances for your account in the current region.<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.DMS.GetDMSReplicationInstanceCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to replication instances.</para><para>Valid filter names: replication-instance-arn | replication-instance-id | replication-instance-class
            | engine-version</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationInstances'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeReplicationInstancesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationInstancesResponse 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.DMS.GetDMSReplicationInstanceCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceTaskLogCmdlet">
            <summary>
            Returns information about the task logs for the specified task.<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.DMS.GetDMSReplicationInstanceTaskLogCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceTaskLogCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceTaskLogCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceTaskLogCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationInstanceTaskLogs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeReplicationInstanceTaskLogsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationInstanceTaskLogsResponse 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.DMS.GetDMSReplicationInstanceTaskLogCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationInstanceTaskLogCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationSubnetGroupCmdlet">
            <summary>
            Returns information about the replication subnet groups.<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.DMS.GetDMSReplicationSubnetGroupCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to replication subnet groups.</para><para>Valid filter names: replication-subnet-group-id</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationSubnetGroupCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationSubnetGroupCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationSubnetGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationSubnetGroups'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeReplicationSubnetGroupsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationSubnetGroupsResponse 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.DMS.GetDMSReplicationSubnetGroupCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTableStatisticCmdlet">
            <summary>
            Returns table and schema statistics for one or more provisioned replications that
            use a given DMS Serverless replication configuration.<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.DMS.GetDMSReplicationTableStatisticCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the replication table statistics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTableStatisticCmdlet.ReplicationConfigArn">
            <summary>
            <para>
            <para>The replication config to describe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTableStatisticCmdlet.Marker">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTableStatisticCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTableStatisticCmdlet.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.DatabaseMigrationService.Model.DescribeReplicationTableStatisticsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationTableStatisticsResponse 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.DMS.GetDMSReplicationTableStatisticCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationConfigArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationConfigArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTableStatisticCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskCmdlet">
            <summary>
            Returns information about replication tasks for your account in the current region.<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.DMS.GetDMSReplicationTaskCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to replication tasks.</para><para>Valid filter names: replication-task-arn | replication-task-id | migration-type |
            endpoint-arn | replication-instance-arn</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskCmdlet.WithoutSetting">
            <summary>
            <para>
            <para>An option to set to avoid returning information about settings. Use this to reduce
            overhead when setting information is too large. To use this option, choose <c>true</c>;
            otherwise, choose <c>false</c> (the default).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTasks'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeReplicationTasksResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationTasksResponse 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.DMS.GetDMSReplicationTaskCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentResultCmdlet">
            <summary>
            Returns the task assessment results from the Amazon S3 bucket that DMS creates in
            your Amazon Web Services account. This action always returns the latest results.
             
              
            <para>
            For more information about DMS task assessments, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating
            a task assessment report</a> in the <i>Database Migration Service User Guide</i>.
            </para><br/><br/>In the AWS.Tools.DatabaseMigrationService module, 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.DMS.GetDMSReplicationTaskAssessmentResultCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the task. When this
            input parameter is specified, the API returns only one result and ignore the values
            of the <c>MaxRecords</c> and <c>Marker</c> parameters. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentResultCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </para>
            </para>
            <para>
            <br/><b>Note:</b> In the AWS.Tools.DatabaseMigrationService module, 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentResultCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentResultCmdlet.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.DatabaseMigrationService.Model.DescribeReplicationTaskAssessmentResultsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationTaskAssessmentResultsResponse 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.DMS.GetDMSReplicationTaskAssessmentResultCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentResultCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentRunCmdlet">
            <summary>
            Returns a paginated list of premigration assessment runs based on filter settings.
             
              
            <para>
            These filter settings can specify a combination of premigration assessment runs, migration
            tasks, replication instances, and assessment run status values.
            </para><note><para>
            This operation doesn't return information about individual assessments. For this information,
            see the <c>DescribeReplicationTaskIndividualAssessments</c> operation.
            </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.DMS.GetDMSReplicationTaskAssessmentRunCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the premigration assessment runs described in the form of key-value
            pairs.</para><para>Valid filter names: <c>replication-task-assessment-run-arn</c>, <c>replication-task-arn</c>,
            <c>replication-instance-arn</c>, <c>status</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentRunCmdlet.Marker">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentRunCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskAssessmentRunCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTaskAssessmentRuns'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeReplicationTaskAssessmentRunsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationTaskAssessmentRunsResponse 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.DMS.GetDMSReplicationTaskAssessmentRunCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskIndividualAssessmentCmdlet">
            <summary>
            Returns a paginated list of individual assessments based on filter settings.
             
              
            <para>
            These filter settings can specify a combination of premigration assessment runs, migration
            tasks, and assessment status values.
            </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.DMS.GetDMSReplicationTaskIndividualAssessmentCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to the individual assessments described in the form of key-value pairs.</para><para>Valid filter names: <c>replication-task-assessment-run-arn</c>, <c>replication-task-arn</c>,
            <c>status</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskIndividualAssessmentCmdlet.Marker">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>.</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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskIndividualAssessmentCmdlet.MaxRecord">
            <summary>
            <para>
            <para>The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSReplicationTaskIndividualAssessmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTaskIndividualAssessments'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeReplicationTaskIndividualAssessmentsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeReplicationTaskIndividualAssessmentsResponse 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.DMS.GetDMSReplicationTaskIndividualAssessmentCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSResourceTagCmdlet">
            <summary>
            Lists all metadata tags attached to an DMS resource, including replication instance,
            endpoint, subnet group, and migration task. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html"><c>Tag</c></a> data type description.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to
            list tags for. This returns a list of keys (names of tags) created for the resource
            and their associated tag values.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSResourceTagCmdlet.ResourceArnList">
            <summary>
            <para>
            <para>List of ARNs that identify multiple DMS resources that you want to list tags for.
            This returns a list of keys (tag names) and their associated tag values. It also returns
            each tag's associated <c>ResourceArn</c> value, which is the ARN of the resource for
            which each listed tag is created. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TagList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.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.DMS.GetDMSResourceTagCmdlet.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.DMS.GetDMSSchemaCmdlet">
            <summary>
            Returns information about the schema for the specified endpoint.<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.DMS.GetDMSSchemaCmdlet.EndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSSchemaCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSSchemaCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 100.</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>100</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSSchemaCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Schemas'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DescribeSchemasResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeSchemasResponse 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.DMS.GetDMSSchemaCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointArn parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSSchemaCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.GetDMSTableStatisticCmdlet">
            <summary>
            Returns table statistics on the database migration task, including table name, rows
            inserted, rows updated, and rows deleted.
             
              
            <para>
            Note that the "last updated" column the DMS console only indicates the time that DMS
            last updated the table statistics record for a table. It does not indicate the time
            of the last update to the table.
            </para><br/><br/>In the AWS.Tools.DatabaseMigrationService module, 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.DMS.GetDMSTableStatisticCmdlet.Filter">
            <summary>
            <para>
            <para>Filters applied to table statistics.</para><para>Valid filter names: schema-name | table-name | table-state</para><para>A combination of filters creates an AND condition where each record matches all specified
            filters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSTableStatisticCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSTableStatisticCmdlet.Marker">
            <summary>
            <para>
            <para> An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the marker, up to the value specified
            by <c>MaxRecords</c>. </para>
            </para>
            <para>
            <br/><b>Note:</b> In the AWS.Tools.DatabaseMigrationService module, 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 '-Marker $null' for the first call and '-Marker $AWSHistory.LastServiceResponse.Marker' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSTableStatisticCmdlet.MaxRecord">
            <summary>
            <para>
            <para> The maximum number of records to include in the response. If more records exist than
            the specified <c>MaxRecords</c> value, a pagination token called a marker is included
            in the response so that the remaining results can be retrieved. </para><para>Default: 100</para><para>Constraints: Minimum 20, maximum 500.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSTableStatisticCmdlet.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.DatabaseMigrationService.Model.DescribeTableStatisticsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DescribeTableStatisticsResponse 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.DMS.GetDMSTableStatisticCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.GetDMSTableStatisticCmdlet.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 Marker
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.ImportDMSCertificateCmdlet">
            <summary>
            Uploads the specified certificate.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ImportDMSCertificateCmdlet.CertificateIdentifier">
            <summary>
            <para>
            <para>A customer-assigned name for the certificate. Identifiers must begin with a letter
            and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen
            or contain two consecutive hyphens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ImportDMSCertificateCmdlet.CertificatePem">
            <summary>
            <para>
            <para>The contents of a <c>.pem</c> file, which contains an X.509 certificate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ImportDMSCertificateCmdlet.CertificateWallet">
            <summary>
            <para>
            <para>The location of an imported Oracle Wallet certificate for use with SSL. Provide the
            name of a <c>.sso</c> file using the <c>fileb://</c> prefix. You can't provide the
            certificate inline.</para><para>Example: <c>filebase64("${path.root}/rds-ca-2019-root.sso")</c></para>
            </para>
            <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ImportDMSCertificateCmdlet.Tag">
            <summary>
            <para>
            <para>The tags associated with the certificate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ImportDMSCertificateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Certificate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ImportCertificateResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ImportCertificateResponse 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.DMS.ImportDMSCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CertificatePem parameter.
            The -PassThru parameter is deprecated, use -Select '^CertificatePem' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.ImportDMSCertificateCmdlet.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.DMS.InvokeDMSSchemaRefreshCmdlet">
            <summary>
            Populates the schema for the specified endpoint. This is an asynchronous operation
            and can take several minutes. You can check the status of this operation by calling
            the DescribeRefreshSchemasStatus operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.InvokeDMSSchemaRefreshCmdlet.EndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.InvokeDMSSchemaRefreshCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.InvokeDMSSchemaRefreshCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RefreshSchemasStatus'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.RefreshSchemasResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.RefreshSchemasResponse 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.DMS.InvokeDMSSchemaRefreshCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointArn parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.InvokeDMSSchemaRefreshCmdlet.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.DMS.MoveDMSReplicationTaskCmdlet">
            <summary>
            Moves a replication task from its current replication instance to a different target
            replication instance using the specified parameters. The target replication instance
            must be created with the same or later DMS version as the current replication instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.MoveDMSReplicationTaskCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the task that you want to move.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.MoveDMSReplicationTaskCmdlet.TargetReplicationInstanceArn">
            <summary>
            <para>
            <para>The ARN of the replication instance where you want to move the task to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.MoveDMSReplicationTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTask'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.MoveReplicationTaskResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.MoveReplicationTaskResponse 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.DMS.MoveDMSReplicationTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.MoveDMSReplicationTaskCmdlet.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.DMS.NewDMSDataProviderCmdlet">
            <summary>
            Creates a data provider using the provided settings. A data provider stores a data
            store type and location information about your database.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_AsmServer">
            <summary>
            <para>
            <para>The address of your Oracle Automatic Storage Management (ASM) server. You can set
            this value from the <c>asm_server</c> value. You set <c>asm_server</c> as part of
            the extra connection attribute string to access an Oracle server with Binary Reader
            that uses ASM. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration">Configuration
            for change data capture (CDC) on an Oracle source database</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MongoDbSettings_AuthMechanism">
            <summary>
            <para>
            <para>The authentication method for connecting to the data provider. Valid values are DEFAULT,
            MONGODB_CR, or SCRAM_SHA_1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MongoDbSettings_AuthSource">
            <summary>
            <para>
            <para> The MongoDB database name. This setting isn't used when <c>AuthType</c> is set to
            <c>"no"</c>. </para><para>The default is <c>"admin"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MongoDbSettings_AuthType">
            <summary>
            <para>
            <para>The authentication type for the database connection. Valid values are PASSWORD or
            NO.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.DocDbSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MariaDbSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MicrosoftSqlServerSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MongoDbSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MySqlSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.PostgreSqlSettings_CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.DocDbSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the DocumentDB data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MicrosoftSqlServerSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the Microsoft SQL Server data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MongoDbSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the MongoDB data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the Oracle data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.PostgreSqlSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the PostgreSQL data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.RedshiftSettings_DatabaseName">
            <summary>
            <para>
            <para>The database name on the Amazon Redshift data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.DataProviderName">
            <summary>
            <para>
            <para>A user-friendly name for the data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.Description">
            <summary>
            <para>
            <para>A user-friendly description of the data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.Engine">
            <summary>
            <para>
            <para>The type of database engine for the data provider. Valid values include <c>"aurora"</c>,
            <c>"aurora-postgresql"</c>, <c>"mysql"</c>, <c>"oracle"</c>, <c>"postgres"</c>, <c>"sqlserver"</c>,
            <c>redshift</c>, <c>mariadb</c>, <c>mongodb</c>, and <c>docdb</c>. A value of <c>"aurora"</c>
            represents Amazon Aurora MySQL-Compatible Edition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.DocDbSettings_Port">
            <summary>
            <para>
            <para>The port value for the DocumentDB data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MariaDbSettings_Port">
            <summary>
            <para>
            <para>The port value for the MariaDB data provider</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MicrosoftSqlServerSettings_Port">
            <summary>
            <para>
            <para>The port value for the Microsoft SQL Server data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MongoDbSettings_Port">
            <summary>
            <para>
            <para>The port value for the MongoDB data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MySqlSettings_Port">
            <summary>
            <para>
            <para>The port value for the MySQL data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_Port">
            <summary>
            <para>
            <para>The port value for the Oracle data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.PostgreSqlSettings_Port">
            <summary>
            <para>
            <para>The port value for the PostgreSQL data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.RedshiftSettings_Port">
            <summary>
            <para>
            <para>The port value for the Amazon Redshift data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_SecretsManagerOracleAsmAccessRoleArn">
            <summary>
            <para>
            <para>The ARN of the IAM role that provides access to the secret in Secrets Manager that
            contains the Oracle ASM connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_SecretsManagerOracleAsmSecretId">
            <summary>
            <para>
            <para>The identifier of the secret in Secrets Manager that contains the Oracle ASM connection
            details.</para><para>Required only if your data provider uses the Oracle ASM server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_SecretsManagerSecurityDbEncryptionAccessRoleArn">
            <summary>
            <para>
            <para>The ARN of the IAM role that provides access to the secret in Secrets Manager that
            contains the TDE password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_SecretsManagerSecurityDbEncryptionSecretId">
            <summary>
            <para>
            <para>The identifier of the secret in Secrets Manager that contains the transparent data
            encryption (TDE) password. DMS requires this password to access Oracle redo logs encrypted
            by TDE using Binary Reader.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.DocDbSettings_ServerName">
            <summary>
            <para>
            <para>The name of the source DocumentDB server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MariaDbSettings_ServerName">
            <summary>
            <para>
            <para>The name of the MariaDB server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MicrosoftSqlServerSettings_ServerName">
            <summary>
            <para>
            <para>The name of the Microsoft SQL Server server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MongoDbSettings_ServerName">
            <summary>
            <para>
            <para>The name of the MongoDB server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MySqlSettings_ServerName">
            <summary>
            <para>
            <para>The name of the MySQL server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_ServerName">
            <summary>
            <para>
            <para>The name of the Oracle server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.PostgreSqlSettings_ServerName">
            <summary>
            <para>
            <para>The name of the PostgreSQL server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.RedshiftSettings_ServerName">
            <summary>
            <para>
            <para>The name of the Amazon Redshift server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.DocDbSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the DocumentDB data provider. The default value is
            <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MariaDbSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the MariaDB data provider. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MicrosoftSqlServerSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the Microsoft SQL Server data provider. The default
            value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MongoDbSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the MongoDB data provider. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.MySqlSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the MySQL data provider. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.OracleSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the Oracle data provider. The default value is <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.PostgreSqlSettings_SslMode">
            <summary>
            <para>
            <para>The SSL mode used to connect to the PostgreSQL data provider. The default value is
            <c>none</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the data provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataProvider'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateDataProviderResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateDataProviderResponse 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.DMS.NewDMSDataProviderCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Engine parameter.
            The -PassThru parameter is deprecated, use -Select '^Engine' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSDataProviderCmdlet.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.DMS.NewDMSEndpointCmdlet">
            <summary>
            Creates an endpoint using the provided settings.
             
             <note><para>
            For a MySQL source or target endpoint, don't explicitly specify the database using
            the <c>DatabaseName</c> request parameter on the <c>CreateEndpoint</c> API call. Specifying
            <c>DatabaseName</c> when you create a MySQL endpoint replicates all the task tables
            to this single database. For MySQL endpoints, you specify the database only when you
            specify the schema in the table-mapping rules of the DMS task.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_AcceptAnyDate">
            <summary>
            <para>
            <para>A value that indicates to allow any date format, including invalid formats such as
            00/00/00 00:00:00, to be loaded without generating an error. You can choose <c>true</c>
            or <c>false</c> (the default).</para><para>This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE
            with the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT
            specification, Amazon Redshift inserts a NULL value into that field. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_AccessAlternateDirectly">
            <summary>
            <para>
            <para>Set this attribute to <c>false</c> in order to use the Binary Reader to capture change
            data for an Amazon RDS for Oracle as the source. This tells the DMS instance to not
            access redo logs through any specified path prefix replacement using direct file access.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_AddColumnName">
            <summary>
            <para>
            <para>An optional parameter that, when set to <c>true</c> or <c>y</c>, you can use to add
            column name information to the .csv output file.</para><para>The default value is <c>false</c>. Valid values are <c>true</c>, <c>false</c>, <c>y</c>,
            and <c>n</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_AdditionalArchivedLogDestId">
            <summary>
            <para>
            <para>Set this attribute with <c>ArchivedLogDestId</c> in a primary/ standby setup. This
            attribute is useful in the case of a switchover. In this case, DMS needs to know which
            destination to get archive redo logs from to read changes. This need arises because
            the previous primary instance is now a standby instance after switchover.</para><para>Although DMS supports the use of the Oracle <c>RESETLOGS</c> option to open the database,
            never use <c>RESETLOGS</c> unless necessary. For additional information about <c>RESETLOGS</c>,
            see <a href="https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B">RMAN
            Data Repair Concepts</a> in the <i>Oracle Database Backup and Recovery User's Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_AddSupplementalLogging">
            <summary>
            <para>
            <para>Set this attribute to set up table-level supplemental logging for the Oracle database.
            This attribute enables PRIMARY KEY supplemental logging on all tables selected for
            a migration task.</para><para>If you use this option, you still need to enable database-level supplemental logging.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_AddTrailingPaddingCharacter">
            <summary>
            <para>
            <para>Use the S3 target endpoint setting <c>AddTrailingPaddingCharacter</c> to add padding
            on string data. The default value is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_AfterConnectScript">
            <summary>
            <para>
            <para>Specifies a script to run immediately after DMS connects to the endpoint. The migration
            task continues running regardless if the SQL statement succeeds or fails.</para><para>For this parameter, provide the code of the script itself, not the name of a file
            containing the script. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_AfterConnectScript">
            <summary>
            <para>
            <para>Specifies a script to run immediately after DMS connects to the endpoint. The migration
            task continues running regardless if the SQL statement succeeds or fails.</para><para>For this parameter, provide the code of the script itself, not the name of a file
            containing the script.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_AfterConnectScript">
            <summary>
            <para>
            <para>For use with change data capture (CDC) only, this attribute has DMS bypass foreign
            keys and user triggers to reduce the time it takes to bulk load data.</para><para>Example: <c>afterConnectScript=SET session_replication_role='replica'</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_AfterConnectScript">
            <summary>
            <para>
            <para>Code to run after connecting. This parameter should contain the code itself, not the
            name of a file containing the code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_AllowSelectNestedTable">
            <summary>
            <para>
            <para>Set this attribute to <c>true</c> to enable replication of Oracle tables containing
            columns that are nested tables or defined types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ArchivedLogDestId">
            <summary>
            <para>
            <para>Specifies the ID of the destination for the archived redo logs. This value should
            be the same as a number in the dest_id column of the v$archived_log view. If you work
            with an additional redo log destination, use the <c>AdditionalArchivedLogDestId</c>
            option to specify the additional destination ID. Doing this improves performance by
            ensuring that the correct logs are accessed from the outset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ArchivedLogsOnly">
            <summary>
            <para>
            <para>When this field is set to <c>Y</c>, DMS only accesses the archived redo logs. If the
            archived redo logs are stored on Automatic Storage Management (ASM) only, the DMS
            user account needs to be granted ASM privileges.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_AsmPassword">
            <summary>
            <para>
            <para>For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.
            You can set this value from the <c><i>asm_user_password</i></c> value. You set this
            value as part of the comma-separated value that you set to the <c>Password</c> request
            parameter when you create the endpoint to access transaction logs using Binary Reader.
            For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration">Configuration
            for change data capture (CDC) on an Oracle source database</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_AsmServer">
            <summary>
            <para>
            <para>For an Oracle source endpoint, your ASM server address. You can set this value from
            the <c>asm_server</c> value. You set <c>asm_server</c> as part of the extra connection
            attribute string to access an Oracle server with Binary Reader that uses ASM. For
            more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration">Configuration
            for change data capture (CDC) on an Oracle source database</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_AsmUser">
            <summary>
            <para>
            <para>For an Oracle source endpoint, your ASM user name. You can set this value from the
            <c>asm_user</c> value. You set <c>asm_user</c> as part of the extra connection attribute
            string to access an Oracle server with Binary Reader that uses ASM. For more information,
            see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration">Configuration
            for change data capture (CDC) on an Oracle source database</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_AuthMechanism">
            <summary>
            <para>
            <para> The authentication mechanism you use to access the MongoDB source endpoint.</para><para>For the default value, in MongoDB version 2.x, <c>"default"</c> is <c>"mongodb_cr"</c>.
            For MongoDB version 3.x or later, <c>"default"</c> is <c>"scram_sha_1"</c>. This setting
            isn't used when <c>AuthType</c> is set to <c>"no"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedisSettings_AuthPassword">
            <summary>
            <para>
            <para>The password provided with the <c>auth-role</c> and <c>auth-token</c> options of the
            <c>AuthType</c> setting for a Redis target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_AuthSource">
            <summary>
            <para>
            <para> The MongoDB database name. This setting isn't used when <c>AuthType</c> is set to
            <c>"no"</c>. </para><para>The default is <c>"admin"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_AuthType">
            <summary>
            <para>
            <para> The authentication type you use to access the MongoDB source endpoint.</para><para>When when set to <c>"no"</c>, user name and password parameters are not used and can
            be empty. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedisSettings_AuthType">
            <summary>
            <para>
            <para>The type of authentication to perform when connecting to a Redis target. Options include
            <c>none</c>, <c>auth-token</c>, and <c>auth-role</c>. The <c>auth-token</c> option
            requires an <c>AuthPassword</c> value to be provided. The <c>auth-role</c> option
            requires <c>AuthUserName</c> and <c>AuthPassword</c> values to be provided.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedisSettings_AuthUserName">
            <summary>
            <para>
            <para>The user name provided with the <c>auth-role</c> option of the <c>AuthType</c> setting
            for a Redis target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_BabelfishDatabaseName">
            <summary>
            <para>
            <para>The Babelfish for Aurora PostgreSQL database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_BcpPacketSize">
            <summary>
            <para>
            <para>The maximum size of the packets (in bytes) used to transfer data using BCP.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_Broker">
            <summary>
            <para>
            <para>A comma-separated list of one or more broker locations in your Kafka cluster that
            host your Kafka instance. Specify each broker location in the form <c><i>broker-hostname-or-ip</i>:<i>port</i></c>. For example, <c>"ec2-12-345-678-901.compute-1.amazonaws.com:2345"</c>. For more
            information and examples of specifying a list of broker locations, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html">Using
            Apache Kafka as a target for Database Migration Service</a> in the <i>Database Migration
            Service User Guide</i>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_BucketFolder">
            <summary>
            <para>
            <para>An S3 folder where the comma-separated-value (.csv) files are stored before being
            uploaded to the target Redshift cluster. </para><para>For full load mode, DMS converts source records into .csv files and loads them to
            the <i>BucketFolder/TableID</i> path. DMS uses the Redshift <c>COPY</c> command to
            upload the .csv files to the target table. The files are deleted once the <c>COPY</c>
            operation has finished. For more information, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html">COPY</a>
            in the <i>Amazon Redshift Database Developer Guide</i>.</para><para>For change-data-capture (CDC) mode, DMS creates a <i>NetChanges</i> table, and loads
            the .csv files to this <i>BucketFolder/NetChangesTableID</i> path.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_BucketFolder">
            <summary>
            <para>
            <para> An optional parameter to set a folder name in the S3 bucket. If provided, tables
            are created in the path <c><i>bucketFolder</i>/<i>schema_name</i>/<i>table_name</i>/</c>.
            If this parameter isn't specified, then the path used is <c><i>schema_name</i>/<i>table_name</i>/</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DmsTransferSettings_BucketName">
            <summary>
            <para>
            <para> The name of the S3 bucket to use. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_BucketName">
            <summary>
            <para>
            <para>The name of the intermediate S3 bucket used to store .csv files before uploading data
            to Redshift.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_BucketName">
            <summary>
            <para>
            <para> The name of the S3 bucket. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CannedAclForObject">
            <summary>
            <para>
            <para>A value that enables DMS to specify a predefined (canned) access control list for
            objects created in an Amazon S3 bucket as .csv or .parquet files. For more information
            about Amazon S3 canned ACLs, see <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned
            ACL</a> in the <i>Amazon S3 Developer Guide.</i></para><para>The default value is NONE. Valid values include NONE, PRIVATE, PUBLIC_READ, PUBLIC_READ_WRITE,
            AUTHENTICATED_READ, AWS_EXEC_READ, BUCKET_OWNER_READ, and BUCKET_OWNER_FULL_CONTROL.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_CaptureDdl">
            <summary>
            <para>
            <para>To capture DDL events, DMS creates various artifacts in the PostgreSQL database when
            the task starts. You can later remove these artifacts.</para><para>If this value is set to <c>N</c>, you don't have to create tables or triggers on the
            source database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_CaseSensitiveName">
            <summary>
            <para>
            <para>If Amazon Redshift is configured to support case sensitive schema names, set <c>CaseSensitiveNames</c>
            to <c>true</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CdcInsertsAndUpdate">
            <summary>
            <para>
            <para>A value that enables a change data capture (CDC) load to write INSERT and UPDATE operations
            to .csv or .parquet (columnar storage) output files. The default setting is <c>false</c>,
            but when <c>CdcInsertsAndUpdates</c> is set to <c>true</c> or <c>y</c>, only INSERTs
            and UPDATEs from the source database are migrated to the .csv or .parquet file.</para><important><para>DMS supports the use of the .parquet files in versions 3.4.7 and later.</para></important><para>How these INSERTs and UPDATEs are recorded depends on the value of the <c>IncludeOpForFullLoad</c>
            parameter. If <c>IncludeOpForFullLoad</c> is set to <c>true</c>, the first field of
            every CDC record is set to either <c>I</c> or <c>U</c> to indicate INSERT and UPDATE
            operations at the source. But if <c>IncludeOpForFullLoad</c> is set to <c>false</c>,
            CDC records are written without an indication of INSERT or UPDATE operations at the
            source. For more information about how these settings work together, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps">Indicating
            Source DB Operations in Migrated S3 Data</a> in the <i>Database Migration Service
            User Guide.</i>.</para><note><para>DMS supports the use of the <c>CdcInsertsAndUpdates</c> parameter in versions 3.3.1
            and later.</para><para><c>CdcInsertsOnly</c> and <c>CdcInsertsAndUpdates</c> can't both be set to <c>true</c>
            for the same endpoint. Set either <c>CdcInsertsOnly</c> or <c>CdcInsertsAndUpdates</c>
            to <c>true</c> for the same endpoint, but not both.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.TimestreamSettings_CdcInsertsAndUpdate">
            <summary>
            <para>
            <para>Set this attribute to <c>true</c> to specify that DMS only applies inserts and updates,
            and not deletes. Amazon Timestream does not allow deleting records, so if this value
            is <c>false</c>, DMS nulls out the corresponding record in the Timestream database
            rather than deleting it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CdcInsertsOnly">
            <summary>
            <para>
            <para>A value that enables a change data capture (CDC) load to write only INSERT operations
            to .csv or columnar storage (.parquet) output files. By default (the <c>false</c>
            setting), the first field in a .csv or .parquet record contains the letter I (INSERT),
            U (UPDATE), or D (DELETE). These values indicate whether the row was inserted, updated,
            or deleted at the source database for a CDC load to the target.</para><para>If <c>CdcInsertsOnly</c> is set to <c>true</c> or <c>y</c>, only INSERTs from the
            source database are migrated to the .csv or .parquet file. For .csv format only, how
            these INSERTs are recorded depends on the value of <c>IncludeOpForFullLoad</c>. If
            <c>IncludeOpForFullLoad</c> is set to <c>true</c>, the first field of every CDC record
            is set to I to indicate the INSERT operation at the source. If <c>IncludeOpForFullLoad</c>
            is set to <c>false</c>, every CDC record is written without a first field to indicate
            the INSERT operation at the source. For more information about how these settings
            work together, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps">Indicating
            Source DB Operations in Migrated S3 Data</a> in the <i>Database Migration Service
            User Guide.</i>.</para><note><para>DMS supports the interaction described preceding between the <c>CdcInsertsOnly</c>
            and <c>IncludeOpForFullLoad</c> parameters in versions 3.1.4 and later. </para><para><c>CdcInsertsOnly</c> and <c>CdcInsertsAndUpdates</c> can't both be set to <c>true</c>
            for the same endpoint. Set either <c>CdcInsertsOnly</c> or <c>CdcInsertsAndUpdates</c>
            to <c>true</c> for the same endpoint, but not both.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CdcMaxBatchInterval">
            <summary>
            <para>
            <para>Maximum length of the interval, defined in seconds, after which to output a file to
            Amazon S3.</para><para>When <c>CdcMaxBatchInterval</c> and <c>CdcMinFileSize</c> are both specified, the
            file write is triggered by whichever parameter condition is met first within an DMS
            CloudFormation template.</para><para>The default value is 60 seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CdcMinFileSize">
            <summary>
            <para>
            <para>Minimum file size, defined in kilobytes, to reach for a file output to Amazon S3.</para><para>When <c>CdcMinFileSize</c> and <c>CdcMaxBatchInterval</c> are both specified, the
            file write is triggered by whichever parameter condition is met first within an DMS
            CloudFormation template.</para><para>The default value is 32 MB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CdcPath">
            <summary>
            <para>
            <para>Specifies the folder path of CDC files. For an S3 source, this setting is required
            if a task captures change data; otherwise, it's optional. If <c>CdcPath</c> is set,
            DMS reads CDC files from this path and replicates the data changes to the target endpoint.
            For an S3 target if you set <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-PreserveTransactions"><c>PreserveTransactions</c></a> to <c>true</c>, DMS verifies that you have set this
            parameter to a folder path on your S3 target where DMS can save the transaction order
            for the CDC load. DMS creates this CDC folder path in either your S3 target working
            directory or the S3 target location specified by <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketFolder"><c>BucketFolder</c></a> and <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketName"><c>BucketName</c></a>.</para><para>For example, if you specify <c>CdcPath</c> as <c>MyChangedData</c>, and you specify
            <c>BucketName</c> as <c>MyTargetBucket</c> but do not specify <c>BucketFolder</c>,
            DMS creates the CDC folder path following: <c>MyTargetBucket/MyChangedData</c>.</para><para>If you specify the same <c>CdcPath</c>, and you specify <c>BucketName</c> as <c>MyTargetBucket</c>
            and <c>BucketFolder</c> as <c>MyTargetData</c>, DMS creates the CDC folder path following:
            <c>MyTargetBucket/MyTargetData/MyChangedData</c>.</para><para>For more information on CDC including transaction order on an S3 target, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath">Capturing
            data changes (CDC) including transaction order on the S3 target</a>.</para><note><para>This setting is supported in DMS versions 3.4.2 and later.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the certificate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_CharLengthSemantic">
            <summary>
            <para>
            <para>Specifies whether the length of a character column is in bytes or in characters. To
            indicate that the character column length is in characters, set this attribute to
            <c>CHAR</c>. Otherwise, the character column length is in bytes.</para><para>Example: <c>charLengthSemantics=CHAR;</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_CleanSourceMetadataOnMismatch">
            <summary>
            <para>
            <para>Cleans and recreates table metadata information on the replication instance when a
            mismatch occurs. For example, in a situation where running an alter DDL on the table
            could result in different information about the table cached in the replication instance.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_CleanSourceMetadataOnMismatch">
            <summary>
            <para>
            <para>Cleans and recreates table metadata information on the replication instance when a
            mismatch occurs. For example, in a situation where running an alter DDL on the table
            could result in different information about the table cached in the replication instance.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CompressionType">
            <summary>
            <para>
            <para>An optional parameter to use GZIP to compress the target files. Set to GZIP to compress
            the target files. Either set this parameter to NONE (the default) or don't use it
            to leave the files uncompressed. This parameter applies to both .csv and .parquet
            file formats. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_CompUpdate">
            <summary>
            <para>
            <para>If you set <c>CompUpdate</c> to <c>true</c> Amazon Redshift applies automatic compression
            if the table is empty. This applies even if the table columns already have encodings
            other than <c>RAW</c>. If you set <c>CompUpdate</c> to <c>false</c>, automatic compression
            is disabled and existing column encodings aren't changed. The default is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_ConnectionTimeout">
            <summary>
            <para>
            <para>A value that sets the amount of time to wait (in milliseconds) before timing out,
            beginning from when you initially establish a connection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_ControlTablesFileGroup">
            <summary>
            <para>
            <para>Specifies a file group for the DMS internal tables. When the replication task starts,
            all the internal DMS control tables (awsdms_ apply_exception, awsdms_apply, awsdms_changes)
            are created for the specified file group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ConvertTimestampWithZoneToUTC">
            <summary>
            <para>
            <para>When true, converts timestamps with the <c>timezone</c> datatype to their UTC value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CsvDelimiter">
            <summary>
            <para>
            <para> The delimiter used to separate columns in the .csv file for both source and target.
            The default is a comma. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CsvNoSupValue">
            <summary>
            <para>
            <para>This setting only applies if your Amazon S3 output files during a change data capture
            (CDC) load are written in .csv format. If <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-UseCsvNoSupValue"><c>UseCsvNoSupValue</c></a> is set to true, specify a string value that you want
            DMS to use for all columns not included in the supplemental log. If you do not specify
            a string value, DMS uses the null value for these columns regardless of the <c>UseCsvNoSupValue</c>
            setting.</para><note><para>This setting is supported in DMS versions 3.4.1 and later.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CsvNullValue">
            <summary>
            <para>
            <para>An optional parameter that specifies how DMS treats null values. While handling the
            null value, you can use this parameter to pass a user-defined string as null when
            writing to the target. For example, when target columns are nullable, you can use
            this option to differentiate between the empty string value and the null value. So,
            if you set this parameter value to the empty string ("" or ''), DMS treats the empty
            string as the null value instead of <c>NULL</c>.</para><para>The default value is <c>NULL</c>. Valid values include any valid string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_CsvRowDelimiter">
            <summary>
            <para>
            <para> The delimiter used to separate rows in the .csv file for both source and target.
            The default is a carriage return (<c>\n</c>). </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_CurrentLsn">
            <summary>
            <para>
            <para>For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN)
            where you want the replication to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_DatabaseMode">
            <summary>
            <para>
            <para>Specifies the default behavior of the replication's handling of PostgreSQL- compatible
            endpoints that require some additional configuration, such as Babelfish endpoints.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DatabaseName">
            <summary>
            <para>
            <para>The name of the endpoint database. For a MySQL source or target endpoint, do not specify
            DatabaseName. To migrate to a specific database, use this setting and <c>targetDbType</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_DatabaseName">
            <summary>
            <para>
            <para> The database name on the DocumentDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint. For a MySQL source or target endpoint, don't explicitly
            specify the database using the <c>DatabaseName</c> request parameter on either the
            <c>CreateEndpoint</c> or <c>ModifyEndpoint</c> API call. Specifying <c>DatabaseName</c>
            when you create or modify a MySQL endpoint replicates all the task tables to this
            single database. For MySQL endpoints, you specify the database only when you specify
            the schema in the table-mapping rules of the DMS task. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_DatabaseName">
            <summary>
            <para>
            <para> The database name on the MongoDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint. For a MySQL source or target endpoint, don't explicitly
            specify the database using the <c>DatabaseName</c> request parameter on either the
            <c>CreateEndpoint</c> or <c>ModifyEndpoint</c> API call. Specifying <c>DatabaseName</c>
            when you create or modify a MySQL endpoint replicates all the task tables to this
            single database. For MySQL endpoints, you specify the database only when you specify
            the schema in the table-mapping rules of the DMS task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_DatabaseName">
            <summary>
            <para>
            <para>The name of the Amazon Redshift data warehouse (service) that you are working with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.SybaseSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.TimestreamSettings_DatabaseName">
            <summary>
            <para>
            <para>Database name for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_DataFormat">
            <summary>
            <para>
            <para>The format of the data that you want to use for output. You can choose one of the
            following: </para><ul><li><para><c>csv</c> : This is a row-based file format with comma-separated values (.csv).
            </para></li><li><para><c>parquet</c> : Apache Parquet (.parquet) is a columnar storage file format that
            features efficient compression and provides faster query response. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_DataPageSize">
            <summary>
            <para>
            <para>The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1
            MiB). This number is used for .parquet file format only. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_DateFormat">
            <summary>
            <para>
            <para>The date format that you are using. Valid values are <c>auto</c> (case-sensitive),
            your date format string enclosed in quotes, or NULL. If this parameter is left unset
            (NULL), it defaults to a format of 'YYYY-MM-DD'. Using <c>auto</c> recognizes most
            strings, even some that aren't supported when you use a date format string. </para><para>If your date and time values use formats different from each other, set this to <c>auto</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_DatePartitionDelimiter">
            <summary>
            <para>
            <para>Specifies a date separating delimiter to use during folder partitioning. The default
            value is <c>SLASH</c>. Use this parameter when <c>DatePartitionedEnabled</c> is set
            to <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_DatePartitionEnabled">
            <summary>
            <para>
            <para>When set to <c>true</c>, this parameter partitions S3 bucket folders based on transaction
            commit dates. The default value is <c>false</c>. For more information about date-based
            folder partitioning, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.DatePartitioning">Using
            date-based folder partitioning</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_DatePartitionSequence">
            <summary>
            <para>
            <para>Identifies the sequence of the date format to use during folder partitioning. The
            default value is <c>YYYYMMDD</c>. Use this parameter when <c>DatePartitionedEnabled</c>
            is set to <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_DatePartitionTimezone">
            <summary>
            <para>
            <para>When creating an S3 target endpoint, set <c>DatePartitionTimezone</c> to convert the
            current UTC time into a specified time zone. The conversion occurs when a date partition
            folder is created and a CDC filename is generated. The time zone format is Area/Location.
            Use this parameter when <c>DatePartitionedEnabled</c> is set to <c>true</c>, as shown
            in the following example.</para><para><c>s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH",
            "DatePartitionDelimiter": "SLASH", "DatePartitionTimezone":"<i>Asia/Seoul</i>", "BucketName":
            "dms-nattarat-test"}'</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_DdlArtifactsSchema">
            <summary>
            <para>
            <para>The schema in which the operational DDL database artifacts are created.</para><para>Example: <c>ddlArtifactsSchema=xyzddlschema;</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_DictPageSizeLimit">
            <summary>
            <para>
            <para>The maximum size of an encoded dictionary page of a column. If the dictionary page
            exceeds this, this column is stored using an encoding type of <c>PLAIN</c>. This parameter
            defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page before
            it reverts to <c>PLAIN</c> encoding. This size is used for .parquet file format only.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_DirectPathNoLog">
            <summary>
            <para>
            <para>When set to <c>true</c>, this attribute helps to increase the commit rate on the Oracle
            target database by writing directly to tables and not writing a trail to database
            logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_DirectPathParallelLoad">
            <summary>
            <para>
            <para>When set to <c>true</c>, this attribute specifies a parallel load when <c>useDirectPathFullLoad</c>
            is set to <c>Y</c>. This attribute also only applies when you use the DMS parallel
            load feature. Note that the target table cannot have any constraints or indexes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_DocsToInvestigate">
            <summary>
            <para>
            <para> Indicates the number of documents to preview to determine the document organization.
            Use this setting when <c>NestingLevel</c> is set to <c>"one"</c>. </para><para>Must be a positive value greater than <c>0</c>. Default value is <c>1000</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_DocsToInvestigate">
            <summary>
            <para>
            <para> Indicates the number of documents to preview to determine the document organization.
            Use this setting when <c>NestingLevel</c> is set to <c>"one"</c>. </para><para>Must be a positive value greater than <c>0</c>. Default value is <c>1000</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_EmptyAsNull">
            <summary>
            <para>
            <para>A value that specifies whether DMS should migrate empty CHAR and VARCHAR fields as
            NULL. A value of <c>true</c> sets empty CHAR and VARCHAR fields to null. The default
            is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_EnableHomogenousTablespace">
            <summary>
            <para>
            <para>Set this attribute to enable homogenous tablespace replication and create existing
            tables or indexes under the same tablespace on the target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.TimestreamSettings_EnableMagneticStoreWrite">
            <summary>
            <para>
            <para>Set this attribute to <c>true</c> to enable memory store writes. When this value is
            <c>false</c>, DMS does not write records that are older in days than the value specified
            in <c>MagneticDuration</c>, because Amazon Timestream does not allow memory writes
            by default. For more information, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/storage.html">Storage</a>
            in the <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/">Amazon
            Timestream Developer Guide</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_EnableStatistic">
            <summary>
            <para>
            <para>A value that enables statistics for Parquet pages and row groups. Choose <c>true</c>
            to enable statistics, <c>false</c> to disable. Statistics include <c>NULL</c>, <c>DISTINCT</c>,
            <c>MAX</c>, and <c>MIN</c> values. This parameter defaults to <c>true</c>. This value
            is used for .parquet file format only.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_EncodingType">
            <summary>
            <para>
            <para>The type of encoding you are using: </para><ul><li><para><c>RLE_DICTIONARY</c> uses a combination of bit-packing and run-length encoding to
            store repeated values more efficiently. This is the default.</para></li><li><para><c>PLAIN</c> doesn't use encoding at all. Values are stored as they are.</para></li><li><para><c>PLAIN_DICTIONARY</c> builds a dictionary of the values encountered in a given
            column. The dictionary is stored in a dictionary page for each column chunk.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_EncryptionMode">
            <summary>
            <para>
            <para>The type of server-side encryption that you want to use for your data. This encryption
            type is part of the endpoint settings or the extra connections attributes for Amazon
            S3. You can choose either <c>SSE_S3</c> (the default) or <c>SSE_KMS</c>. </para><note><para>For the <c>ModifyEndpoint</c> operation, you can change the existing value of the
            <c>EncryptionMode</c> parameter from <c>SSE_KMS</c> to <c>SSE_S3</c>. But you can’t
            change the existing value from <c>SSE_S3</c> to <c>SSE_KMS</c>.</para></note><para>To use <c>SSE_S3</c>, create an Identity and Access Management (IAM) role with a policy
            that allows <c>"arn:aws:s3:::*"</c> to use the following actions: <c>"s3:PutObject",
            "s3:ListBucket"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_EncryptionMode">
            <summary>
            <para>
            <para>The type of server-side encryption that you want to use for your data. This encryption
            type is part of the endpoint settings or the extra connections attributes for Amazon
            S3. You can choose either <c>SSE_S3</c> (the default) or <c>SSE_KMS</c>. </para><note><para>For the <c>ModifyEndpoint</c> operation, you can change the existing value of the
            <c>EncryptionMode</c> parameter from <c>SSE_KMS</c> to <c>SSE_S3</c>. But you can’t
            change the existing value from <c>SSE_S3</c> to <c>SSE_KMS</c>.</para></note><para>To use <c>SSE_S3</c>, you need an Identity and Access Management (IAM) role with permission
            to allow <c>"arn:aws:s3:::dms-*"</c> to use the following actions:</para><ul><li><para><c>s3:CreateBucket</c></para></li><li><para><c>s3:ListBucket</c></para></li><li><para><c>s3:DeleteBucket</c></para></li><li><para><c>s3:GetBucketLocation</c></para></li><li><para><c>s3:GetObject</c></para></li><li><para><c>s3:PutObject</c></para></li><li><para><c>s3:DeleteObject</c></para></li><li><para><c>s3:GetObjectVersion</c></para></li><li><para><c>s3:GetBucketPolicy</c></para></li><li><para><c>s3:PutBucketPolicy</c></para></li><li><para><c>s3:DeleteBucketPolicy</c></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.EndpointIdentifier">
            <summary>
            <para>
            <para>The database endpoint identifier. Identifiers must begin with a letter and must contain
            only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain
            two consecutive hyphens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.EndpointType">
            <summary>
            <para>
            <para>The type of endpoint. Valid values are <c>source</c> and <c>target</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ElasticsearchSettings_EndpointUri">
            <summary>
            <para>
            <para>The endpoint for the OpenSearch cluster. DMS uses HTTPS if a transport protocol (http/https)
            is not specified.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.EngineName">
            <summary>
            <para>
            <para>The type of engine for the endpoint. Valid values, depending on the <c>EndpointType</c>
            value, include <c>"mysql"</c>, <c>"oracle"</c>, <c>"postgres"</c>, <c>"mariadb"</c>,
            <c>"aurora"</c>, <c>"aurora-postgresql"</c>, <c>"opensearch"</c>, <c>"redshift"</c>,
            <c>"s3"</c>, <c>"db2"</c>, <c>"db2-zos"</c>, <c>"azuredb"</c>, <c>"sybase"</c>, <c>"dynamodb"</c>,
            <c>"mongodb"</c>, <c>"kinesis"</c>, <c>"kafka"</c>, <c>"elasticsearch"</c>, <c>"docdb"</c>,
            <c>"sqlserver"</c>, <c>"neptune"</c>, and <c>"babelfish"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ElasticsearchSettings_ErrorRetryDuration">
            <summary>
            <para>
            <para>The maximum number of seconds for which DMS retries failed API requests to the OpenSearch
            cluster.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.NeptuneSettings_ErrorRetryDuration">
            <summary>
            <para>
            <para>The number of milliseconds for DMS to wait to retry a bulk-load of migrated graph
            data to the Neptune target database before raising an error. The default is 250.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_EventsPollInterval">
            <summary>
            <para>
            <para>Specifies how often to check the binary log for new changes/events when the database
            is idle. The default is five seconds.</para><para>Example: <c>eventsPollInterval=5;</c></para><para>In the example, DMS checks for changes in the binary logs every five seconds. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_EventsPollInterval">
            <summary>
            <para>
            <para>Specifies how often to check the binary log for new changes/events when the database
            is idle. The default is five seconds.</para><para>Example: <c>eventsPollInterval=5;</c></para><para>In the example, DMS checks for changes in the binary logs every five seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_ExecuteTimeout">
            <summary>
            <para>
            <para>Sets the client statement timeout (in seconds) for a MySQL source endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_ExecuteTimeout">
            <summary>
            <para>
            <para>Sets the client statement timeout for the PostgreSQL instance, in seconds. The default
            value is 60 seconds.</para><para>Example: <c>executeTimeout=100;</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_ExpectedBucketOwner">
            <summary>
            <para>
            <para>To specify a bucket owner and prevent sniping, you can use the <c>ExpectedBucketOwner</c>
            endpoint setting. </para><para>Example: <c>--s3-settings='{"ExpectedBucketOwner": "<i>AWS_Account_ID</i>"}'</c></para><para>When you make a request to test a connection or perform a migration, S3 checks the
            account ID of the bucket owner against the specified parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_ExplicitId">
            <summary>
            <para>
            <para>This setting is only valid for a full-load migration task. Set <c>ExplicitIds</c>
            to <c>true</c> to have tables with <c>IDENTITY</c> columns override their auto-generated
            values with explicit values loaded from the source data files used to populate the
            tables. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ExternalTableDefinition">
            <summary>
            <para>
            <para>The external table definition. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_ExternalTableDefinition">
            <summary>
            <para>
            <para> Specifies how tables are defined in the S3 source files only. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ExtraArchivedLogDestId">
            <summary>
            <para>
            <para>Specifies the IDs of one more destinations for one or more archived redo logs. These
            IDs are the values of the <c>dest_id</c> column in the <c>v$archived_log</c> view.
            Use this setting with the <c>archivedLogDestId</c> extra connection attribute in a
            primary-to-single setup or a primary-to-multiple-standby setup. </para><para>This setting is useful in a switchover when you use an Oracle Data Guard database
            as a source. In this case, DMS needs information about what destination to get archive
            redo logs from to read changes. DMS needs this because after the switchover the previous
            primary is a standby instance. For example, in a primary-to-single standby setup you
            might apply the following settings. </para><para><c>archivedLogDestId=1; ExtraArchivedLogDestIds=[2]</c></para><para>In a primary-to-multiple-standby setup, you might apply the following settings.</para><para><c>archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4]</c></para><para>Although DMS supports the use of the Oracle <c>RESETLOGS</c> option to open the database,
            never use <c>RESETLOGS</c> unless it's necessary. For more information about <c>RESETLOGS</c>,
            see <a href="https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B">
            RMAN Data Repair Concepts</a> in the <i>Oracle Database Backup and Recovery User's
            Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ExtraConnectionAttribute">
            <summary>
            <para>
            <para>Additional attributes associated with the connection. Each attribute is specified
            as a name-value pair associated by an equal sign (=). Multiple attributes are separated
            by a semicolon (;) with no additional white space. For information on the attributes
            available for connecting your source or target endpoint, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Endpoints.html">Working
            with DMS Endpoints</a> in the <i>Database Migration Service User Guide.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_ExtractDocId">
            <summary>
            <para>
            <para> Specifies the document ID. Use this setting when <c>NestingLevel</c> is set to <c>"none"</c>.
            </para><para>Default value is <c>"false"</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_ExtractDocId">
            <summary>
            <para>
            <para> Specifies the document ID. Use this setting when <c>NestingLevel</c> is set to <c>"none"</c>.
            </para><para>Default value is <c>"false"</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_FailTasksOnLobTruncation">
            <summary>
            <para>
            <para>When set to <c>true</c>, this attribute causes a task to fail if the actual size of
            an LOB column is greater than the specified <c>LobMaxSize</c>.</para><para>If a task is set to limited LOB mode and this option is set to <c>true</c>, the task
            fails instead of truncating the LOB data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_FailTasksOnLobTruncation">
            <summary>
            <para>
            <para>When set to <c>true</c>, this value causes a task to fail if the actual size of a
            LOB column is greater than the specified <c>LobMaxSize</c>.</para><para>If task is set to Limited LOB mode and this option is set to true, the task fails
            instead of truncating the LOB data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_FileTransferUploadStream">
            <summary>
            <para>
            <para>The number of threads used to upload a single file. This parameter accepts a value
            from 1 through 64. It defaults to 10.</para><para>The number of parallel streams used to upload a single .csv file to an S3 bucket using
            S3 Multipart Upload. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html">Multipart
            upload overview</a>. </para><para><c>FileTransferUploadStreams</c> accepts a value from 1 through 64. It defaults to
            10.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_ForceLobLookup">
            <summary>
            <para>
            <para>Forces LOB lookup on inline LOB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ElasticsearchSettings_FullLoadErrorPercentage">
            <summary>
            <para>
            <para>The maximum percentage of records that can fail to be written before a full load operation
            stops.</para><para>To avoid early failure, this counter is only effective after 1000 records are transferred.
            OpenSearch also has the concept of error monitoring during the last 10 minutes of
            an Observation Window. If transfer of all records fail in the last 10 minutes, the
            full load operation stops. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_GlueCatalogGeneration">
            <summary>
            <para>
            <para>When true, allows Glue to catalog your S3 bucket. Creating an Glue catalog lets you
            use Athena to query your data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_HeartbeatEnable">
            <summary>
            <para>
            <para>The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this,
            it prevents idle logical replication slots from holding onto old WAL logs, which can
            result in storage full situations on the source. This heartbeat keeps <c>restart_lsn</c>
            moving and prevents storage full scenarios.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_HeartbeatFrequency">
            <summary>
            <para>
            <para>Sets the WAL heartbeat frequency (in minutes).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_HeartbeatSchema">
            <summary>
            <para>
            <para>Sets the schema in which the heartbeat artifacts are created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.NeptuneSettings_IamAuthEnabled">
            <summary>
            <para>
            <para>If you want Identity and Access Management (IAM) authorization enabled for this endpoint,
            set this parameter to <c>true</c>. Then attach the appropriate IAM policy document
            to your service role specified by <c>ServiceAccessRoleArn</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_IgnoreHeaderRow">
            <summary>
            <para>
            <para>When this value is set to 1, DMS ignores the first row header in a .csv file. A value
            of 1 turns on the feature; a value of 0 turns off the feature.</para><para>The default is 0.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_IncludeControlDetail">
            <summary>
            <para>
            <para>Shows detailed control information for table definition, column definition, and table
            and column changes in the Kafka message output. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_IncludeControlDetail">
            <summary>
            <para>
            <para>Shows detailed control information for table definition, column definition, and table
            and column changes in the Kinesis message output. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_IncludeNullAndEmpty">
            <summary>
            <para>
            <para>Include NULL and empty columns for records migrated to the endpoint. The default is
            <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_IncludeNullAndEmpty">
            <summary>
            <para>
            <para>Include NULL and empty columns for records migrated to the endpoint. The default is
            <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_IncludeOpForFullLoad">
            <summary>
            <para>
            <para>A value that enables a full load to write INSERT operations to the comma-separated
            value (.csv) or .parquet output files only to indicate how the rows were added to
            the source database.</para><note><para>DMS supports the <c>IncludeOpForFullLoad</c> parameter in versions 3.1.4 and later.</para><para>DMS supports the use of the .parquet files with the <c>IncludeOpForFullLoad</c> parameter
            in versions 3.4.7 and later.</para></note><para>For full load, records can only be inserted. By default (the <c>false</c> setting),
            no information is recorded in these output files for a full load to indicate that
            the rows were inserted at the source database. If <c>IncludeOpForFullLoad</c> is set
            to <c>true</c> or <c>y</c>, the INSERT is recorded as an I annotation in the first
            field of the .csv file. This allows the format of your target records from a full
            load to be consistent with the target records from a CDC load.</para><note><para>This setting works together with the <c>CdcInsertsOnly</c> and the <c>CdcInsertsAndUpdates</c>
            parameters for output to .csv files only. For more information about how these settings
            work together, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps">Indicating
            Source DB Operations in Migrated S3 Data</a> in the <i>Database Migration Service
            User Guide.</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_IncludePartitionValue">
            <summary>
            <para>
            <para>Shows the partition value within the Kafka message output unless the partition type
            is <c>schema-table-type</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_IncludePartitionValue">
            <summary>
            <para>
            <para>Shows the partition value within the Kinesis message output, unless the partition
            type is <c>schema-table-type</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_IncludeTableAlterOperation">
            <summary>
            <para>
            <para>Includes any data definition language (DDL) operations that change the table in the
            control data, such as <c>rename-table</c>, <c>drop-table</c>, <c>add-column</c>, <c>drop-column</c>,
            and <c>rename-column</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_IncludeTableAlterOperation">
            <summary>
            <para>
            <para>Includes any data definition language (DDL) operations that change the table in the
            control data, such as <c>rename-table</c>, <c>drop-table</c>, <c>add-column</c>, <c>drop-column</c>,
            and <c>rename-column</c>. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_IncludeTransactionDetail">
            <summary>
            <para>
            <para>Provides detailed transaction information from the source database. This information
            includes a commit timestamp, a log position, and values for <c>transaction_id</c>,
            previous <c>transaction_id</c>, and <c>transaction_record_id</c> (the record offset
            within a transaction). The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_IncludeTransactionDetail">
            <summary>
            <para>
            <para>Provides detailed transaction information from the source database. This information
            includes a commit timestamp, a log position, and values for <c>transaction_id</c>,
            previous <c>transaction_id</c>, and <c>transaction_record_id</c> (the record offset
            within a transaction). The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_KeepCsvFile">
            <summary>
            <para>
            <para>If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate
            data. DMS uses these files for analysis and troubleshooting.</para><para>The default value is false. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_KmsKeyId">
            <summary>
            <para>
            <para>The KMS key identifier that is used to encrypt the content on the replication instance.
            If you don't specify a value for the <c>KmsKeyId</c> parameter, then DMS uses your
            default encryption key. KMS creates the default encryption key for your Amazon Web
            Services account. Your Amazon Web Services account has a different default encryption
            key for each Amazon Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>An KMS key identifier that is used to encrypt the connection parameters for the endpoint.</para><para>If you don't specify a value for the <c>KmsKeyId</c> parameter, then DMS uses your
            default encryption key.</para><para>KMS creates the default encryption key for your Amazon Web Services account. Your
            Amazon Web Services account has a different default encryption key for each Amazon
            Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_KmsKeyId">
            <summary>
            <para>
            <para>The KMS key identifier that is used to encrypt the content on the replication instance.
            If you don't specify a value for the <c>KmsKeyId</c> parameter, then DMS uses your
            default encryption key. KMS creates the default encryption key for your Amazon Web
            Services account. Your Amazon Web Services account has a different default encryption
            key for each Amazon Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_LoadTimeout">
            <summary>
            <para>
            <para>The amount of time (in milliseconds) before DMS times out operations performed by
            DMS on the Db2 target. The default value is 1200 (20 minutes).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_LoadTimeout">
            <summary>
            <para>
            <para>The amount of time to wait (in milliseconds) before timing out of operations performed
            by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.TimestreamSettings_MagneticDuration">
            <summary>
            <para>
            <para>Set this attribute to specify the default magnetic duration applied to the Amazon
            Timestream tables in days. This is the number of days that records remain in magnetic
            store before being discarded. For more information, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/storage.html">Storage</a>
            in the <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/">Amazon
            Timestream Developer Guide</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_MapBooleanAsBoolean">
            <summary>
            <para>
            <para>When true, lets PostgreSQL migrate the boolean type as boolean. By default, PostgreSQL
            migrates booleans as <c>varchar(5)</c>. You must set this setting on both the source
            and target endpoints for it to take effect.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_MapBooleanAsBoolean">
            <summary>
            <para>
            <para>When true, lets Redshift migrate the boolean type as boolean. By default, Redshift
            migrates booleans as <c>varchar(1)</c>. You must set this setting on both the source
            and target endpoints for it to take effect.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_MapJsonbAsClob">
            <summary>
            <para>
            <para>When true, DMS migrates JSONB values as CLOB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_MapLongVarcharAs">
            <summary>
            <para>
            <para>When true, DMS migrates LONG values as VARCHAR.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_MaxFileSize">
            <summary>
            <para>
            <para>Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible
            database.</para><para>Example: <c>maxFileSize=512</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_MaxFileSize">
            <summary>
            <para>
            <para>Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_MaxFileSize">
            <summary>
            <para>
            <para>Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible
            database.</para><para>Example: <c>maxFileSize=512</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.NeptuneSettings_MaxFileSize">
            <summary>
            <para>
            <para>The maximum size in kilobytes of migrated graph data stored in a .csv file before
            DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB.
            If the bulk load is successful, DMS clears the bucket, ready to store the next batch
            of migrated graph data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_MaxFileSize">
            <summary>
            <para>
            <para>Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.</para><para>Example: <c>maxFileSize=512</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_MaxFileSize">
            <summary>
            <para>
            <para>The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer
            data to Amazon Redshift. It defaults to 1048576KB (1 GB).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_MaxFileSize">
            <summary>
            <para>
            <para>A value that specifies the maximum size (in KB) of any .csv file to be created while
            migrating to an S3 target during full load.</para><para>The default value is 1,048,576 KB (1 GB). Valid values include 1 to 1,048,576.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_MaxKBytesPerRead">
            <summary>
            <para>
            <para>Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.NeptuneSettings_MaxRetryCount">
            <summary>
            <para>
            <para>The number of times for DMS to retry a bulk load of migrated graph data to the Neptune
            target database before raising an error. The default is 5.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.TimestreamSettings_MemoryDuration">
            <summary>
            <para>
            <para>Set this attribute to specify the length of time to store all of the tables in memory
            that are migrated into Amazon Timestream from the source database. Time is measured
            in units of hours. When Timestream data comes in, it first resides in memory for the
            specified duration, which allows quick access to it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_MessageFormat">
            <summary>
            <para>
            <para>The output format for the records created on the endpoint. The message format is <c>JSON</c>
            (default) or <c>JSON_UNFORMATTED</c> (a single line with no tab).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_MessageFormat">
            <summary>
            <para>
            <para>The output format for the records created on the endpoint. The message format is <c>JSON</c>
            (default) or <c>JSON_UNFORMATTED</c> (a single line with no tab).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_MessageMaxByte">
            <summary>
            <para>
            <para>The maximum size in bytes for records created on the endpoint The default is 1,000,000.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_NestingLevel">
            <summary>
            <para>
            <para> Specifies either document or table mode. </para><para>Default value is <c>"none"</c>. Specify <c>"none"</c> to use document mode. Specify
            <c>"one"</c> to use table mode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_NestingLevel">
            <summary>
            <para>
            <para> Specifies either document or table mode. </para><para>Default value is <c>"none"</c>. Specify <c>"none"</c> to use document mode. Specify
            <c>"one"</c> to use table mode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_NoHexPrefix">
            <summary>
            <para>
            <para>Set this optional parameter to <c>true</c> to avoid adding a '0x' prefix to raw data
            in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB
            column type in hexadecimal format moving from an Oracle source to a Kafka target.
            Use the <c>NoHexPrefix</c> endpoint setting to enable migration of RAW data type columns
            without adding the '0x' prefix.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_NoHexPrefix">
            <summary>
            <para>
            <para>Set this optional parameter to <c>true</c> to avoid adding a '0x' prefix to raw data
            in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB
            column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis
            target. Use the <c>NoHexPrefix</c> endpoint setting to enable migration of RAW data
            type columns without adding the '0x' prefix.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_NumberDatatypeScale">
            <summary>
            <para>
            <para>Specifies the number scale. You can select a scale up to 38, or you can select FLOAT.
            By default, the NUMBER data type is converted to precision 38, scale 10.</para><para>Example: <c>numberDataTypeScale=12</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_OpenTransactionWindow">
            <summary>
            <para>
            <para>The timeframe in minutes to check for open transactions for a CDC-only task.</para><para>You can specify an integer value between 0 (the default) and 240 (the maximum). </para><note><para>This parameter is only valid in DMS version 3.5.0 and later. DMS supports a window
            of up to 9.5 hours including the value for <c>OpenTransactionWindow</c>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_OraclePathPrefix">
            <summary>
            <para>
            <para>Set this string attribute to the required value in order to use the Binary Reader
            to capture change data for an Amazon RDS for Oracle as the source. This value specifies
            the default Oracle root used to access the redo logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ParallelAsmReadThread">
            <summary>
            <para>
            <para>Set this attribute to change the number of threads that DMS configures to perform
            a change data capture (CDC) load using Oracle Automatic Storage Management (ASM).
            You can specify an integer value between 2 (the default) and 8 (the maximum). Use
            this attribute together with the <c>readAheadBlocks</c> attribute.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_ParallelLoadThread">
            <summary>
            <para>
            <para>Improves performance when loading data into the MySQL-compatible target database.
            Specifies how many threads to use to load the data into the MySQL-compatible target
            database. Setting a large number of threads can have an adverse effect on database
            performance, because a separate connection is required for each thread. The default
            is one.</para><para>Example: <c>parallelLoadThreads=1</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_ParallelLoadThread">
            <summary>
            <para>
            <para>Improves performance when loading data into the MySQL-compatible target database.
            Specifies how many threads to use to load the data into the MySQL-compatible target
            database. Setting a large number of threads can have an adverse effect on database
            performance, because a separate connection is required for each thread. The default
            is one.</para><para>Example: <c>parallelLoadThreads=1</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_ParquetTimestampInMillisecond">
            <summary>
            <para>
            <para>A value that specifies the precision of any <c>TIMESTAMP</c> column values that are
            written to an Amazon S3 object file in .parquet format.</para><note><para>DMS supports the <c>ParquetTimestampInMillisecond</c> parameter in versions 3.1.4
            and later.</para></note><para>When <c>ParquetTimestampInMillisecond</c> is set to <c>true</c> or <c>y</c>, DMS writes
            all <c>TIMESTAMP</c> columns in a .parquet formatted file with millisecond precision.
            Otherwise, DMS writes them with microsecond precision.</para><para>Currently, Amazon Athena and Glue can handle only millisecond precision for <c>TIMESTAMP</c>
            values. Set this parameter to <c>true</c> for S3 endpoint object files that are .parquet
            formatted only if you plan to query or process the data with Athena or Glue.</para><note><para>DMS writes any <c>TIMESTAMP</c> column values written to an S3 file in .csv format
            with microsecond precision.</para><para>Setting <c>ParquetTimestampInMillisecond</c> has no effect on the string format of
            the timestamp column value that is inserted by setting the <c>TimestampColumnName</c>
            parameter.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_ParquetVersion">
            <summary>
            <para>
            <para>The version of the Apache Parquet format that you want to use: <c>parquet_1_0</c>
            (the default) or <c>parquet_2_0</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_PartitionIncludeSchemaTable">
            <summary>
            <para>
            <para>Prefixes schema and table names to partition values, when the partition type is <c>primary-key-type</c>.
            Doing this increases data distribution among Kafka partitions. For example, suppose
            that a SysBench schema has thousands of tables and each table has only limited range
            for a primary key. In this case, the same primary key is sent from thousands of tables
            to the same partition, which causes throttling. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_PartitionIncludeSchemaTable">
            <summary>
            <para>
            <para>Prefixes schema and table names to partition values, when the partition type is <c>primary-key-type</c>.
            Doing this increases data distribution among Kinesis shards. For example, suppose
            that a SysBench schema has thousands of tables and each table has only limited range
            for a primary key. In this case, the same primary key is sent from thousands of tables
            to the same shard, which causes throttling. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_Password">
            <summary>
            <para>
            <para> The password for the user account you use to access the DocumentDB source endpoint.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_Password">
            <summary>
            <para>
            <para> The password for the user account you use to access the MongoDB source endpoint.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.Password">
            <summary>
            <para>
            <para>The password to be used to log in to the endpoint database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_Password">
            <summary>
            <para>
            <para>The password for the user named in the <c>username</c> property.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.SybaseSettings_Password">
            <summary>
            <para>
            <para>Endpoint connection password.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_PluginName">
            <summary>
            <para>
            <para>Specifies the plugin to use to create a replication slot.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_Port">
            <summary>
            <para>
            <para> The port value for the DocumentDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port. The default value is 50000.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_Port">
            <summary>
            <para>
            <para> The port value for the MongoDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.Port">
            <summary>
            <para>
            <para>The port used by the endpoint database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port. The default is 5432.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedisSettings_Port">
            <summary>
            <para>
            <para>Transmission Control Protocol (TCP) port for the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_Port">
            <summary>
            <para>
            <para>The port number for Amazon Redshift. The default value is 5439.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.SybaseSettings_Port">
            <summary>
            <para>
            <para>Endpoint TCP port. The default is 5000.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_PreserveTransaction">
            <summary>
            <para>
            <para>If set to <c>true</c>, DMS saves the transaction order for a change data capture (CDC)
            load on the Amazon S3 target specified by <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CdcPath"><c>CdcPath</c></a>. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath">Capturing
            data changes (CDC) including transaction order on the S3 target</a>.</para><note><para>This setting is supported in DMS versions 3.4.2 and later.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_QuerySingleAlwaysOnNode">
            <summary>
            <para>
            <para>Cleans and recreates table metadata information on the replication instance when a
            mismatch occurs. An example is a situation where running an alter DDL statement on
            a table might result in different information about the table cached in the replication
            instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ReadAheadBlock">
            <summary>
            <para>
            <para>Set this attribute to change the number of read-ahead blocks that DMS configures to
            perform a change data capture (CDC) load using Oracle Automatic Storage Management
            (ASM). You can specify an integer value between 1000 (the default) and 200,000 (the
            maximum).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_ReadBackupOnly">
            <summary>
            <para>
            <para>When this attribute is set to <c>Y</c>, DMS only reads changes from transaction log
            backups and doesn't read from the active transaction log file during ongoing replication.
            Setting this parameter to <c>Y</c> enables you to control active transaction log file
            growth during full load and ongoing replication tasks. However, it can add some source
            latency to ongoing replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ReadTableSpaceName">
            <summary>
            <para>
            <para>When set to <c>true</c>, this attribute supports tablespace replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_RemoveQuote">
            <summary>
            <para>
            <para>A value that specifies to remove surrounding quotation marks from strings in the incoming
            data. All characters within the quotation marks, including delimiters, are retained.
            Choose <c>true</c> to remove quotation marks. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_ReplaceChar">
            <summary>
            <para>
            <para>A value that specifies to replaces the invalid characters specified in <c>ReplaceInvalidChars</c>,
            substituting the specified characters instead. The default is <c>"?"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_ReplaceInvalidChar">
            <summary>
            <para>
            <para>A list of characters that you want to replace. Use with <c>ReplaceChars</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ReplacePathPrefix">
            <summary>
            <para>
            <para>Set this attribute to true in order to use the Binary Reader to capture change data
            for an Amazon RDS for Oracle as the source. This setting tells DMS instance to replace
            the default Oracle root with the specified <c>usePathPrefix</c> setting to access
            the redo logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_ReplicateShardCollection">
            <summary>
            <para>
            <para>If <c>true</c>, DMS replicates data to shard collections. DMS only uses this setting
            if the target endpoint is a DocumentDB elastic cluster.</para><para>When this setting is <c>true</c>, note the following:</para><ul><li><para>You must set <c>TargetTablePrepMode</c> to <c>nothing</c>.</para></li><li><para>DMS automatically sets <c>useUpdateLookup</c> to <c>false</c>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_ReplicateShardCollection">
            <summary>
            <para>
            <para>If <c>true</c>, DMS replicates data to shard collections. DMS only uses this setting
            if the target endpoint is a DocumentDB elastic cluster.</para><para>When this setting is <c>true</c>, note the following:</para><ul><li><para>You must set <c>TargetTablePrepMode</c> to <c>nothing</c>.</para></li><li><para>DMS automatically sets <c>useUpdateLookup</c> to <c>false</c>.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>A friendly name for the resource identifier at the end of the <c>EndpointArn</c> response
            parameter that is returned in the created <c>Endpoint</c> object. The value for this
            parameter can have up to 31 characters. It can contain only ASCII letters, digits,
            and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens,
            and can only begin with a letter, such as <c>Example-App-ARN1</c>. For example, this
            value might result in the <c>EndpointArn</c> value <c>arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1</c>.
            If you don't specify a <c>ResourceIdentifier</c> value, DMS generates a default identifier
            value for the end of <c>EndpointArn</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_RetryInterval">
            <summary>
            <para>
            <para>Specifies the number of seconds that the system waits before resending a query.</para><para>Example: <c>retryInterval=6;</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_Rfc4180">
            <summary>
            <para>
            <para>For an S3 source, when this value is set to <c>true</c> or <c>y</c>, each leading
            double quotation mark has to be followed by an ending double quotation mark. This
            formatting complies with RFC 4180. When this value is set to <c>false</c> or <c>n</c>,
            string literals are copied to the target as is. In this case, a delimiter (row or
            column) signals the end of the field. Thus, you can't use a delimiter as part of the
            string, because it signals the end of the value.</para><para>For an S3 target, an optional parameter used to set behavior to comply with RFC 4180
            for data migrated to Amazon S3 using .csv file format only. When this value is set
            to <c>true</c> or <c>y</c> using Amazon S3 as a target, if the data has quotation
            marks or newline characters in it, DMS encloses the entire column with an additional
            pair of double quotation marks ("). Every quotation mark within the data is repeated
            twice.</para><para>The default value is <c>true</c>. Valid values include <c>true</c>, <c>false</c>,
            <c>y</c>, and <c>n</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_RowGroupLength">
            <summary>
            <para>
            <para>The number of rows in a row group. A smaller row group size provides faster reads.
            But as the number of row groups grows, the slower writes become. This parameter defaults
            to 10,000 rows. This number is used for .parquet file format only. </para><para>If you choose a value larger than the maximum, <c>RowGroupLength</c> is set to the
            max row group length in bytes (64 * 1024 * 1024). </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.NeptuneSettings_S3BucketFolder">
            <summary>
            <para>
            <para>A folder path where you want DMS to store migrated graph data in the S3 bucket specified
            by <c>S3BucketName</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.NeptuneSettings_S3BucketName">
            <summary>
            <para>
            <para>The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data
            in .csv files before bulk-loading it to the Neptune target database. DMS maps the
            SQL source data to graph data before storing it in these .csv files.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_SafeguardPolicy">
            <summary>
            <para>
            <para>Use this attribute to minimize the need to access the backup log and enable DMS to
            prevent truncation using one of the following two methods.</para><para><i>Start transactions in the database:</i> This is the default method. When this
            method is used, DMS prevents TLOG truncation by mimicking a transaction in the database.
            As long as such a transaction is open, changes that appear after the transaction started
            aren't truncated. If you need Microsoft Replication to be enabled in your database,
            then you must choose this method.</para><para><i>Exclusively use sp_repldone within a single task</i>: When this method is used,
            DMS reads the changes and then uses sp_repldone to mark the TLOG transactions as ready
            for truncation. Although this method doesn't involve any transactional activities,
            it can only be used when Microsoft Replication isn't running. Also, when using this
            method, only one DMS task can access the database at any given time. Therefore, if
            you need to run parallel DMS tasks against the same database, use the default method.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SaslMechanism">
            <summary>
            <para>
            <para>For SASL/SSL authentication, DMS supports the <c>SCRAM-SHA-512</c> mechanism by default.
            DMS versions 3.5.0 and later also support the <c>PLAIN</c> mechanism. To use the <c>PLAIN</c>
            mechanism, set this parameter to <c>PLAIN.</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SaslPassword">
            <summary>
            <para>
            <para>The secure password you created when you first set up your MSK cluster to validate
            a client identity and make an encrypted connection between server and client using
            SASL-SSL authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SaslUsername">
            <summary>
            <para>
            <para> The secure user name you created when you first set up your MSK cluster to validate
            a client identity and make an encrypted connection between server and client using
            SASL-SSL authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the DocumentDB endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret.</c>
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the MySQL endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the Database Migration
            Service User Guide. </para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the Db2 LUW endpoint. </para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the SQL Server endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the MongoDB endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the MySQL endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the Oracle endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the PostgreSQL endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the Amazon Redshift endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.SybaseSettings_SecretsManagerAccessRoleArn">
            <summary>
            <para>
            <para>The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted
            entity and grants the required permissions to access the value in <c>SecretsManagerSecret</c>.
            The role must allow the <c>iam:PassRole</c> action. <c>SecretsManagerSecret</c> has
            the value of the Amazon Web Services Secrets Manager secret that allows access to
            the SAP ASE endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerSecretId</c>. Or you can specify clear-text
            values for <c>UserName</c>, <c>Password</c>, <c>ServerName</c>, and <c>Port</c>. You
            can't specify both. For more information on creating this <c>SecretsManagerSecret</c>
            and the <c>SecretsManagerAccessRoleArn</c> and <c>SecretsManagerSecretId</c> required
            to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_SecretsManagerOracleAsmAccessRoleArn">
            <summary>
            <para>
            <para>Required only if your Oracle endpoint uses Automatic Storage Management (ASM). The
            full ARN of the IAM role that specifies DMS as the trusted entity and grants the required
            permissions to access the <c>SecretsManagerOracleAsmSecret</c>. This <c>SecretsManagerOracleAsmSecret</c>
            has the secret value that allows access to the Oracle ASM of the endpoint.</para><note><para>You can specify one of two sets of values for these permissions. You can specify the
            values for this setting and <c>SecretsManagerOracleAsmSecretId</c>. Or you can specify
            clear-text values for <c>AsmUser</c>, <c>AsmPassword</c>, and <c>AsmServerName</c>.
            You can't specify both. For more information on creating this <c>SecretsManagerOracleAsmSecret</c>
            and the <c>SecretsManagerOracleAsmAccessRoleArn</c> and <c>SecretsManagerOracleAsmSecretId</c>
            required to access it, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager">Using
            secrets to access Database Migration Service resources</a> in the <i>Database Migration
            Service User Guide</i>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_SecretsManagerOracleAsmSecretId">
            <summary>
            <para>
            <para>Required only if your Oracle endpoint uses Automatic Storage Management (ASM). The
            full ARN, partial ARN, or friendly name of the <c>SecretsManagerOracleAsmSecret</c>
            that contains the Oracle ASM connection details for the Oracle endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the DocumentDB endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the MySQL endpoint connection details. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the Db2 LUW endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the SQL Server endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the MongoDB endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the MySQL endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the Oracle endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the PostgreSQL endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the Amazon Redshift endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.SybaseSettings_SecretsManagerSecretId">
            <summary>
            <para>
            <para>The full ARN, partial ARN, or friendly name of the <c>SecretsManagerSecret</c> that
            contains the SAP SAE endpoint connection details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_SecurityDbEncryption">
            <summary>
            <para>
            <para>For an Oracle source endpoint, the transparent data encryption (TDE) password required
            by AWM DMS to access Oracle redo logs encrypted by TDE using Binary Reader. It is
            also the <c><i>TDE_Password</i></c> part of the comma-separated value you set to
            the <c>Password</c> request parameter when you create the endpoint. The <c>SecurityDbEncryptian</c>
            setting is related to this <c>SecurityDbEncryptionName</c> setting. For more information,
            see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption">
            Supported encryption methods for using Oracle as a source for DMS </a> in the <i>Database
            Migration Service User Guide</i>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_SecurityDbEncryptionName">
            <summary>
            <para>
            <para>For an Oracle source endpoint, the name of a key used for the transparent data encryption
            (TDE) of the columns and tablespaces in an Oracle source database that is encrypted
            using TDE. The key value is the value of the <c>SecurityDbEncryption</c> setting.
            For more information on setting the key name value of <c>SecurityDbEncryptionName</c>,
            see the information and example for setting the <c>securityDbEncryptionName</c> extra
            connection attribute in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption">
            Supported encryption methods for using Oracle as a source for DMS </a> in the <i>Database
            Migration Service User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SecurityProtocol">
            <summary>
            <para>
            <para>Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS).
            Options include <c>ssl-encryption</c>, <c>ssl-authentication</c>, and <c>sasl-ssl</c>.
            <c>sasl-ssl</c> requires <c>SaslUsername</c> and <c>SaslPassword</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_ServerName">
            <summary>
            <para>
            <para> The name of the server on the DocumentDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_ServerName">
            <summary>
            <para>
            <para>The MySQL host name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint. For an Amazon RDS SQL Server instance,
            this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html">DescribeDBInstances</a>,
            in the <c><a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html">Endpoint</a>.Address</c>
            field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_ServerName">
            <summary>
            <para>
            <para> The name of the server on the MongoDB source endpoint. For MongoDB Atlas, provide
            the server name for any of the servers in the replication set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_ServerName">
            <summary>
            <para>
            <para>The host name of the endpoint database. </para><para>For an Amazon RDS MySQL instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html">DescribeDBInstances</a>,
            in the <c><a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html">Endpoint</a>.Address</c>
            field.</para><para>For an Aurora MySQL instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html">DescribeDBClusters</a>,
            in the <c>Endpoint</c> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint.</para><para>For an Amazon RDS Oracle instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html">DescribeDBInstances</a>,
            in the <c><a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html">Endpoint</a>.Address</c>
            field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_ServerName">
            <summary>
            <para>
            <para>The host name of the endpoint database. </para><para>For an Amazon RDS PostgreSQL instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html">DescribeDBInstances</a>,
            in the <c><a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Endpoint.html">Endpoint</a>.Address</c>
            field.</para><para>For an Aurora PostgreSQL instance, this is the output of <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html">DescribeDBClusters</a>,
            in the <c>Endpoint</c> field.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedisSettings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_ServerName">
            <summary>
            <para>
            <para>The name of the Amazon Redshift cluster you are using.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ServerName">
            <summary>
            <para>
            <para>The name of the server where the endpoint database resides.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.SybaseSettings_ServerName">
            <summary>
            <para>
            <para>Fully qualified domain name of the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_ServerSideEncryptionKmsKeyId">
            <summary>
            <para>
            <para>The KMS key ID. If you are using <c>SSE_KMS</c> for the <c>EncryptionMode</c>, provide
            this key ID. The key that you use needs an attached policy that enables IAM user permissions
            and allows use of the key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_ServerSideEncryptionKmsKeyId">
            <summary>
            <para>
            <para>If you are using <c>SSE_KMS</c> for the <c>EncryptionMode</c>, provide the KMS key
            ID. The key that you use needs an attached policy that enables Identity and Access
            Management (IAM) user permissions and allows use of the key.</para><para>Here is a CLI example: <c>aws dms create-endpoint --endpoint-identifier <i>value</i>
            --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=<i>value</i>,BucketFolder=<i>value</i>,BucketName=<i>value</i>,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=<i>value</i></c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_ServerTimezone">
            <summary>
            <para>
            <para>Specifies the time zone for the source MySQL database.</para><para>Example: <c>serverTimezone=US/Pacific;</c></para><para>Note: Do not enclose time zones in single quotes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_ServerTimezone">
            <summary>
            <para>
            <para>Specifies the time zone for the source MySQL database.</para><para>Example: <c>serverTimezone=US/Pacific;</c></para><para>Note: Do not enclose time zones in single quotes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DmsTransferSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) used by the service access IAM role. The role must
            allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DynamoDbSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) used by the service to access the IAM role. The role
            must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ElasticsearchSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) used by the service to access the IAM role. The role
            must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Kinesis
            data stream. The role must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.NeptuneSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the service role that you created for the Neptune
            target endpoint. The role must allow the <c>iam:PassRole</c> action. For more information,
            see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole">Creating
            an IAM Service Role for Accessing Amazon Neptune as a Target</a> in the <i>Database
            Migration Service User Guide. </i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift
            service. The role must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_ServiceAccessRoleArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) used by the service to access the IAM role. The role
            must allow the <c>iam:PassRole</c> action. It is a required parameter that enables
            DMS to write and read objects from an S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ServiceAccessRoleArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) for the service access role that you want to use to
            create the endpoint. The role must allow the <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_SetDataCaptureChange">
            <summary>
            <para>
            <para>Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_SlotName">
            <summary>
            <para>
            <para>Sets the name of a previously created logical replication slot for a change data capture
            (CDC) load of the PostgreSQL source instance. </para><para>When used with the <c>CdcStartPosition</c> request parameter for the DMS API , this
            attribute also makes it possible to use native CDC start points. DMS verifies that
            the specified logical replication slot exists before starting the CDC load task. It
            also verifies that the task was created with a valid setting of <c>CdcStartPosition</c>.
            If the specified slot doesn't exist or the task doesn't have a valid <c>CdcStartPosition</c>
            setting, DMS raises an error.</para><para>For more information about setting the <c>CdcStartPosition</c> request parameter,
            see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native">Determining
            a CDC native start point</a> in the <i>Database Migration Service User Guide</i>.
            For more information about using <c>CdcStartPosition</c>, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html">CreateReplicationTask</a>,
            <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html">StartReplicationTask</a>,
            and <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html">ModifyReplicationTask</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_SpatialDataOptionToGeoJsonFunctionName">
            <summary>
            <para>
            <para>Use this attribute to convert <c>SDO_GEOMETRY</c> to <c>GEOJSON</c> format. By default,
            DMS calls the <c>SDO2GEOJSON</c> custom function if present and accessible. Or you
            can create your own custom function that mimics the operation of <c>SDOGEOJSON</c>
            and set <c>SpatialDataOptionToGeoJsonFunctionName</c> to call it instead. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SslCaCertificateArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) for the private certificate authority (CA) cert that
            DMS uses to securely connect to your Kafka target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedisSettings_SslCaCertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to
            connect to your Redis target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SslClientCertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the client certificate used to securely connect
            to a Kafka target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SslClientKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the client private key used to securely connect
            to a Kafka target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SslClientKeyPassword">
            <summary>
            <para>
            <para> The password for the client private key used to securely connect to a Kafka target
            endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_SslEndpointIdentificationAlgorithm">
            <summary>
            <para>
            <para>Sets hostname verification for the certificate. This setting is supported in DMS version
            3.5.1 and later. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.SslMode">
            <summary>
            <para>
            <para>The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is
            <c>none</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedisSettings_SslSecurityProtocol">
            <summary>
            <para>
            <para>The connection to a Redis target endpoint using Transport Layer Security (TLS). Valid
            values include <c>plaintext</c> and <c>ssl-encryption</c>. The default is <c>ssl-encryption</c>.
            The <c>ssl-encryption</c> option makes an encrypted connection. Optionally, you can
            identify an Amazon Resource Name (ARN) for an SSL certificate authority (CA) using
            the <c>SslCaCertificateArn </c>setting. If an ARN isn't given for a CA, DMS uses the
            Amazon root CA.</para><para>The <c>plaintext</c> option doesn't provide Transport Layer Security (TLS) encryption
            for traffic between endpoint and database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_StandbyDelayTime">
            <summary>
            <para>
            <para>Use this attribute to specify a time in minutes for the delay in standby sync. If
            the source is an Oracle Active Data Guard standby database, use this attribute to
            specify the time lag between primary and standby databases.</para><para>In DMS, you can create an Oracle CDC task that uses an Active Data Guard standby instance
            as a source for replicating ongoing changes. Doing this eliminates the need to connect
            to an active database that might be in production.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KinesisSettings_StreamArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_TargetDbType">
            <summary>
            <para>
            <para>Specifies where to migrate source tables on the target, either to a single database
            or multiple databases.</para><para>Example: <c>targetDbType=MULTIPLE_DATABASES</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_TargetDbType">
            <summary>
            <para>
            <para>Specifies where to migrate source tables on the target, either to a single database
            or multiple databases. If you specify <c>SPECIFIC_DATABASE</c>, specify the database
            name using the <c>DatabaseName</c> parameter of the <c>Endpoint</c> object.</para><para>Example: <c>targetDbType=MULTIPLE_DATABASES</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_TimeFormat">
            <summary>
            <para>
            <para>The time format that you want to use. Valid values are <c>auto</c> (case-sensitive),
            <c>'timeformat_string'</c>, <c>'epochsecs'</c>, or <c>'epochmillisecs'</c>. It defaults
            to 10. Using <c>auto</c> recognizes most strings, even some that aren't supported
            when you use a time format string. </para><para>If your date and time values use formats different from each other, set this parameter
            to <c>auto</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_TimestampColumnName">
            <summary>
            <para>
            <para>A value that when nonblank causes DMS to add a column with timestamp information to
            the endpoint data for an Amazon S3 target.</para><note><para>DMS supports the <c>TimestampColumnName</c> parameter in versions 3.1.4 and later.</para></note><para>DMS includes an additional <c>STRING</c> column in the .csv or .parquet object files
            of your migrated data when you set <c>TimestampColumnName</c> to a nonblank value.</para><para>For a full load, each row of this timestamp column contains a timestamp for when the
            data was transferred from the source to the target by DMS. </para><para>For a change data capture (CDC) load, each row of the timestamp column contains the
            timestamp for the commit of that row in the source database.</para><para>The string format for this timestamp column value is <c>yyyy-MM-dd HH:mm:ss.SSSSSS</c>.
            By default, the precision of this value is in microseconds. For a CDC load, the rounding
            of the precision depends on the commit timestamp supported by DMS for the source database.</para><para>When the <c>AddColumnName</c> parameter is set to <c>true</c>, DMS also includes a
            name for the timestamp column that you set with <c>TimestampColumnName</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_TlogAccessMode">
            <summary>
            <para>
            <para>Indicates the mode used to fetch CDC data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.KafkaSettings_Topic">
            <summary>
            <para>
            <para>The topic to which you migrate the data. If you don't specify a topic, DMS specifies
            <c>"kafka-default-topic"</c> as the migration topic.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_TrimBlank">
            <summary>
            <para>
            <para>A value that specifies to remove the trailing white space characters from a VARCHAR
            string. This parameter applies only to columns with a VARCHAR data type. Choose <c>true</c>
            to remove unneeded white space. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_TrimSpaceInChar">
            <summary>
            <para>
            <para>Use the <c>TrimSpaceInChar</c> source endpoint setting to right-trim data on CHAR
            and NCHAR data types during migration. Setting <c>TrimSpaceInChar</c> does not left-trim
            data. The default value is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_TrimSpaceInChar">
            <summary>
            <para>
            <para>Use the <c>TrimSpaceInChar</c> source endpoint setting to trim data on CHAR and NCHAR
            data types during migration. The default value is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_TrimSpaceInChar">
            <summary>
            <para>
            <para>Use the <c>TrimSpaceInChar</c> source endpoint setting to trim data on CHAR and NCHAR
            data types during migration. The default value is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_TruncateColumn">
            <summary>
            <para>
            <para>A value that specifies to truncate data in columns to the appropriate number of characters,
            so that the data fits in the column. This parameter applies only to columns with a
            VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose <c>true</c>
            to truncate data. The default is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_UseAlternateFolderForOnline">
            <summary>
            <para>
            <para>Set this attribute to <c>true</c> in order to use the Binary Reader to capture change
            data for an Amazon RDS for Oracle as the source. This tells the DMS instance to use
            any specified prefix replacement to access all online redo logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_UseBcpFullLoad">
            <summary>
            <para>
            <para>Use this to attribute to transfer data for full-load operations using BCP. When the
            target table contains an identity column that does not exist in the source table,
            you must disable the use BCP for loading table option.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_UseBFile">
            <summary>
            <para>
            <para>Set this attribute to Y to capture change data using the Binary Reader utility. Set
            <c>UseLogminerReader</c> to N to set this attribute to Y. To use Binary Reader with
            Amazon RDS for Oracle as the source, you set additional attributes. For more information
            about using this setting with Oracle Automatic Storage Management (ASM), see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC">
            Using Oracle LogMiner or DMS Binary Reader for CDC</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_UseCsvNoSupValue">
            <summary>
            <para>
            <para>This setting applies if the S3 output files during a change data capture (CDC) load
            are written in .csv format. If set to <c>true</c> for columns not included in the
            supplemental log, DMS uses the value specified by <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CsvNoSupValue"><c>CsvNoSupValue</c></a>. If not set or set to <c>false</c>, DMS uses the null value
            for these columns.</para><note><para>This setting is supported in DMS versions 3.4.1 and later.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_UseDirectPathFullLoad">
            <summary>
            <para>
            <para>Set this attribute to Y to have DMS use a direct path full load. Specify this value
            to use the direct path protocol in the Oracle Call Interface (OCI). By using this
            OCI protocol, you can bulk-load Oracle target tables during a full load.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_UseLogminerReader">
            <summary>
            <para>
            <para>Set this attribute to Y to capture change data using the Oracle LogMiner utility (the
            default). Set this attribute to N if you want to access the redo logs as a binary
            file. When you set <c>UseLogminerReader</c> to N, also set <c>UseBfile</c> to Y. For
            more information on this setting and using Oracle ASM, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC">
            Using Oracle LogMiner or DMS Binary Reader for CDC</a> in the <i>DMS User Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.ElasticsearchSettings_UseNewMappingType">
            <summary>
            <para>
            <para>Set this option to <c>true</c> for DMS to migrate documentation using the documentation
            type <c>_doc</c>. OpenSearch and an Elasticsearch cluster only support the _doc documentation
            type in versions 7. x and later. The default value is <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_UsePathPrefix">
            <summary>
            <para>
            <para>Set this string attribute to the required value in order to use the Binary Reader
            to capture change data for an Amazon RDS for Oracle as the source. This value specifies
            the path prefix used to replace the default Oracle root to access the redo logs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_Username">
            <summary>
            <para>
            <para>The user name you use to access the DocumentDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.GcpMySQLSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_Username">
            <summary>
            <para>
            <para>The user name you use to access the MongoDB source endpoint. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MySQLSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.OracleSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.PostgreSQLSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_Username">
            <summary>
            <para>
            <para>An Amazon Redshift user name for a registered user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.SybaseSettings_Username">
            <summary>
            <para>
            <para>Endpoint connection user name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.Username">
            <summary>
            <para>
            <para>The user name to be used to log in to the endpoint database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.S3Settings_UseTaskStartTimeForFullLoadTimestamp">
            <summary>
            <para>
            <para>When set to true, this parameter uses the task start time as the timestamp column
            value instead of the time data is written to target. For full load, when <c>useTaskStartTimeForFullLoadTimestamp</c>
            is set to <c>true</c>, each row of the timestamp column contains the task start time.
            For CDC loads, each row of the timestamp column contains the transaction commit time.</para><para>When <c>useTaskStartTimeForFullLoadTimestamp</c> is set to <c>false</c>, the full
            load timestamp in the timestamp column increments with the time data arrives at the
            target. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MicrosoftSQLServerSettings_UseThirdPartyBackupDevice">
            <summary>
            <para>
            <para>When this attribute is set to <c>Y</c>, DMS processes third-party transaction log
            backups if they are created in native format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.DocDbSettings_UseUpdateLookUp">
            <summary>
            <para>
            <para>If <c>true</c>, DMS retrieves the entire document from the DocumentDB source during
            migration. This may cause a migration failure if the server response exceeds bandwidth
            limits. To fetch only updates and deletes during migration, set this parameter to
            <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.MongoDbSettings_UseUpdateLookUp">
            <summary>
            <para>
            <para>If <c>true</c>, DMS retrieves the entire document from the MongoDB source during migration.
            This may cause a migration failure if the server response exceeds bandwidth limits.
            To fetch only updates and deletes during migration, set this parameter to <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.IBMDb2Settings_WriteBufferSize">
            <summary>
            <para>
            <para>The size (in KB) of the in-memory file write buffer used when generating .csv files
            on the local disk on the DMS replication instance. The default value is 1024 (1 MB).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.RedshiftSettings_WriteBufferSize">
            <summary>
            <para>
            <para>The size (in KB) of the in-memory file write buffer used when generating .csv files
            on the local disk at the DMS replication instance. The default value is 1000 (buffer
            size is 1000KB).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Endpoint'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateEndpointResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateEndpointResponse 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.DMS.NewDMSEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEndpointCmdlet.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.DMS.NewDMSEventSubscriptionCmdlet">
            <summary>
            Creates an DMS event notification subscription.
             
              
            <para>
            You can specify the type of source (<c>SourceType</c>) you want to be notified of,
            provide a list of DMS source IDs (<c>SourceIds</c>) that triggers the events, and
            provide a list of event categories (<c>EventCategories</c>) for events you want to
            be notified of. If you specify both the <c>SourceType</c> and <c>SourceIds</c>, such
            as <c>SourceType = replication-instance</c> and <c>SourceIdentifier = my-replinstance</c>,
            you will be notified of all the replication instance events for the specified source.
            If you specify a <c>SourceType</c> but don't specify a <c>SourceIdentifier</c>, you
            receive notice of the events for that source type for all your DMS sources. If you
            don't specify either <c>SourceType</c> nor <c>SourceIdentifier</c>, you will be notified
            of events generated from all DMS sources belonging to your customer account.
            </para><para>
            For more information about DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working
            with Events and Notifications</a> in the <i>Database Migration Service User Guide.</i></para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.Enabled">
            <summary>
            <para>
            <para> A Boolean value; set to <c>true</c> to activate the subscription, or set to <c>false</c>
            to create the subscription but not activate it. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.EventCategory">
            <summary>
            <para>
            <para>A list of event categories for a source type that you want to subscribe to. For more
            information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working
            with Events and Notifications</a> in the <i>Database Migration Service User Guide.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.SnsTopicArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.
            The ARN is created by Amazon SNS when you create a topic and subscribe to it. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.SourceId">
            <summary>
            <para>
            <para>A list of identifiers for which DMS provides notification events.</para><para>If you don't specify a value, notifications are provided for all sources.</para><para>If you specify multiple values, they must be of the same type. For example, if you
            specify a database instance ID, then all of the other values must be database instance
            IDs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.SourceType">
            <summary>
            <para>
            <para> The type of DMS resource that generates the events. For example, if you want to be
            notified of events generated by a replication instance, you set this parameter to
            <c>replication-instance</c>. If this value isn't specified, all events are returned.
            </para><para>Valid values: <c>replication-instance</c> | <c>replication-task</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.SubscriptionName">
            <summary>
            <para>
            <para>The name of the DMS event notification subscription. This name must be less than 255
            characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the event subscription.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventSubscription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateEventSubscriptionResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateEventSubscriptionResponse 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.DMS.NewDMSEventSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SubscriptionName parameter.
            The -PassThru parameter is deprecated, use -Select '^SubscriptionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSEventSubscriptionCmdlet.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.DMS.NewDMSFleetAdvisorCollectorCmdlet">
            <summary>
            Creates a Fleet Advisor collector using the specified parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSFleetAdvisorCollectorCmdlet.CollectorName">
            <summary>
            <para>
            <para>The name of your Fleet Advisor collector (for example, <c>sample-collector</c>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSFleetAdvisorCollectorCmdlet.Description">
            <summary>
            <para>
            <para>A summary description of your Fleet Advisor collector.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSFleetAdvisorCollectorCmdlet.S3BucketName">
            <summary>
            <para>
            <para>The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSFleetAdvisorCollectorCmdlet.ServiceAccessRoleArn">
            <summary>
            <para>
            <para>The IAM role that grants permissions to access the specified Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSFleetAdvisorCollectorCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CollectorReferencedId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateFleetAdvisorCollectorResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateFleetAdvisorCollectorResponse 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.DMS.NewDMSFleetAdvisorCollectorCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CollectorName parameter.
            The -PassThru parameter is deprecated, use -Select '^CollectorName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSFleetAdvisorCollectorCmdlet.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.DMS.NewDMSInstanceProfileCmdlet">
            <summary>
            Creates the instance profile using the specified parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.AvailabilityZone">
            <summary>
            <para>
            <para>The Availability Zone where the instance profile will be created. The default value
            is a random, system-chosen Availability Zone in the Amazon Web Services Region where
            your data provider is created, for examplem <c>us-east-1d</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.Description">
            <summary>
            <para>
            <para>A user-friendly description of the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.InstanceProfileName">
            <summary>
            <para>
            <para>A user-friendly name for the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.KmsKeyArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the KMS key that is used to encrypt the connection
            parameters for the instance profile.</para><para>If you don't specify a value for the <c>KmsKeyArn</c> parameter, then DMS uses your
            default encryption key.</para><para>KMS creates the default encryption key for your Amazon Web Services account. Your
            Amazon Web Services account has a different default encryption key for each Amazon
            Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.NetworkType">
            <summary>
            <para>
            <para>Specifies the network type for the instance profile. A value of <c>IPV4</c> represents
            an instance profile with IPv4 network type and only supports IPv4 addressing. A value
            of <c>IPV6</c> represents an instance profile with IPv6 network type and only supports
            IPv6 addressing. A value of <c>DUAL</c> represents an instance profile with dual network
            type that supports IPv4 and IPv6 addressing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.PubliclyAccessible">
            <summary>
            <para>
            <para>Specifies the accessibility options for the instance profile. A value of <c>true</c>
            represents an instance profile with a public IP address. A value of <c>false</c> represents
            an instance profile with a private IP address. The default value is <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.SubnetGroupIdentifier">
            <summary>
            <para>
            <para>A subnet group to associate with the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.VpcSecurityGroup">
            <summary>
            <para>
            <para>Specifies the VPC security group names to be used with the instance profile. The VPC
            security group must work with the VPC containing the instance profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InstanceProfile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateInstanceProfileResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateInstanceProfileResponse 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.DMS.NewDMSInstanceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InstanceProfileName parameter.
            The -PassThru parameter is deprecated, use -Select '^InstanceProfileName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSInstanceProfileCmdlet.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.DMS.NewDMSMigrationProjectCmdlet">
            <summary>
            Creates the migration project using the specified parameters.
             
              
            <para>
            You can run this action only after you create an instance profile and data providers
            using <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateInstanceProfile.html">CreateInstanceProfile</a>
            and <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateDataProvider.html">CreateDataProvider</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.Description">
            <summary>
            <para>
            <para>A user-friendly description of the migration project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.InstanceProfileIdentifier">
            <summary>
            <para>
            <para>The identifier of the associated instance profile. Identifiers must begin with a letter
            and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen,
            or contain two consecutive hyphens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.MigrationProjectName">
            <summary>
            <para>
            <para>A user-friendly name for the migration project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.SchemaConversionApplicationAttributes_S3BucketPath">
            <summary>
            <para>
            <para>The path for the Amazon S3 bucket that the application uses for exporting assessment
            reports.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.SchemaConversionApplicationAttributes_S3BucketRoleArn">
            <summary>
            <para>
            <para>The ARN for the role the application uses to access its Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.SourceDataProviderDescriptor">
            <summary>
            <para>
            <para>Information about the source data provider, including the name, ARN, and Secrets Manager
            parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the migration project.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.TargetDataProviderDescriptor">
            <summary>
            <para>
            <para>Information about the target data provider, including the name, ARN, and Amazon Web
            Services Secrets Manager parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.TransformationRule">
            <summary>
            <para>
            <para>The settings in JSON format for migration rules. Migration rules make it possible
            for you to change the object names according to the rules that you specify. For example,
            you can change an object name to lowercase or uppercase, add or remove a prefix or
            suffix, or rename objects.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MigrationProject'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateMigrationProjectResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateMigrationProjectResponse 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.DMS.NewDMSMigrationProjectCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectName parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSMigrationProjectCmdlet.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.DMS.NewDMSReplicationConfigCmdlet">
            <summary>
            Creates a configuration that you can later provide to configure and start an DMS Serverless
            replication. You can also provide options to validate the configuration inputs before
            you start the replication.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_AvailabilityZone">
            <summary>
            <para>
            <para>The Availability Zone where the DMS Serverless replication using this configuration
            will run. The default value is a random, system-chosen Availability Zone in the configuration's
            Amazon Web Services Region, for example, <c>"us-west-2"</c>. You can't set this parameter
            if the <c>MultiAZ</c> parameter is set to <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_DnsNameServer">
            <summary>
            <para>
            <para>A list of custom DNS name servers supported for the DMS Serverless replication to
            access your source or target database. This list overrides the default name servers
            supported by the DMS Serverless replication. You can specify a comma-separated list
            of internet addresses for up to four DNS name servers. For example: <c>"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_KmsKeyId">
            <summary>
            <para>
            <para>An Key Management Service (KMS) key Amazon Resource Name (ARN) that is used to encrypt
            the data during DMS Serverless replication.</para><para>If you don't specify a value for the <c>KmsKeyId</c> parameter, DMS uses your default
            encryption key.</para><para>KMS creates the default encryption key for your Amazon Web Services account. Your
            Amazon Web Services account has a different default encryption key for each Amazon
            Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_MaxCapacityUnit">
            <summary>
            <para>
            <para>Specifies the maximum value of the DMS capacity units (DCUs) for which a given DMS
            Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 1 DCU
            as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16,
            32, 64, 128, 192, 256, and 384. So, the maximum value that you can specify for DMS
            Serverless is 384. The <c>MaxCapacityUnits</c> parameter is the only DCU parameter
            you are required to specify.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_MinCapacityUnit">
            <summary>
            <para>
            <para>Specifies the minimum value of the DMS capacity units (DCUs) for which a given DMS
            Serverless replication can be provisioned. A single DCU is 2GB of RAM, with 1 DCU
            as the minimum value allowed. The list of valid DCU values includes 1, 2, 4, 8, 16,
            32, 64, 128, 192, 256, and 384. So, the minimum DCU value that you can specify for
            DMS Serverless is 1. You don't have to specify a value for the <c>MinCapacityUnits</c>
            parameter. If you don't set this value, DMS scans the current activity of available
            source tables to identify an optimum setting for this parameter. If there is no current
            source activity or DMS can't otherwise identify a more appropriate value, it sets
            this parameter to the minimum DCU value allowed, 1.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_MultiAZ">
            <summary>
            <para>
            <para>Specifies whether the DMS Serverless replication is a Multi-AZ deployment. You can't
            set the <c>AvailabilityZone</c> parameter if the <c>MultiAZ</c> parameter is set to
            <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_PreferredMaintenanceWindow">
            <summary>
            <para>
            <para>The weekly time range during which system maintenance can occur for the DMS Serverless
            replication, in Universal Coordinated Time (UTC). The format is <c>ddd:hh24:mi-ddd:hh24:mi</c>.</para><para>The default is a 30-minute window selected at random from an 8-hour block of time
            per Amazon Web Services Region. This maintenance occurs on a random day of the week.
            Valid values for days of the week include <c>Mon</c>, <c>Tue</c>, <c>Wed</c>, <c>Thu</c>,
            <c>Fri</c>, <c>Sat</c>, and <c>Sun</c>.</para><para>Constraints include a minimum 30-minute window.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ReplicationConfigIdentifier">
            <summary>
            <para>
            <para>A unique identifier that you want to use to create a <c>ReplicationConfigArn</c> that
            is returned as part of the output from this action. You can then pass this output
            <c>ReplicationConfigArn</c> as the value of the <c>ReplicationConfigArn</c> option
            for other actions to identify both DMS Serverless replications and replication configurations
            that you want those actions to operate on. For some actions, you can also use either
            this unique identifier or a corresponding ARN in action filters to identify the specific
            replication and replication configuration to operate on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ReplicationSetting">
            <summary>
            <para>
            <para>Optional JSON settings for DMS Serverless replications that are provisioned using
            this replication configuration. For example, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html">
            Change processing tuning settings</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_ReplicationSubnetGroupId">
            <summary>
            <para>
            <para>Specifies a subnet group identifier to associate with the DMS Serverless replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ReplicationType">
            <summary>
            <para>
            <para>The type of DMS Serverless replication to provision using this replication configuration.</para><para>Possible values:</para><ul><li><para><c>"full-load"</c></para></li><li><para><c>"cdc"</c></para></li><li><para><c>"full-load-and-cdc"</c></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>Optional unique value or name that you set for a given resource that can be used to
            construct an Amazon Resource Name (ARN) for that resource. For more information, see
            <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess">
            Fine-grained access control using resource names and tags</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.SourceEndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication
            configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.SupplementalSetting">
            <summary>
            <para>
            <para>Optional JSON settings for specifying supplemental data. For more information, see
            <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html">
            Specifying supplemental data for task settings</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.TableMapping">
            <summary>
            <para>
            <para>JSON table mappings for DMS Serverless replications that are provisioned using this
            replication configuration. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html">
            Specifying table selection and transformations rules using JSON</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.Tag">
            <summary>
            <para>
            <para>One or more optional tags associated with resources used by the DMS Serverless replication.
            For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html">
            Tagging resources in Database Migration Service</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.TargetEndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication
            configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.ComputeConfig_VpcSecurityGroupId">
            <summary>
            <para>
            <para>Specifies the virtual private cloud (VPC) security group to use with the DMS Serverless
            replication. The VPC security group must work with the VPC containing the replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateReplicationConfigResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateReplicationConfigResponse 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.DMS.NewDMSReplicationConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationConfigIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationConfigIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationConfigCmdlet.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.DMS.NewDMSReplicationInstanceCmdlet">
            <summary>
            Creates the replication instance using the specified parameters.
             
              
            <para>
            DMS requires that your account have certain roles with appropriate permissions before
            you can create a replication instance. For information on the required roles, see
            <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole">Creating
            the IAM Roles to Use With the CLI and DMS API</a>. For information on the required
            permissions, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.IAMPermissions">IAM
            Permissions Needed to Use DMS</a>.
            </para><note><para>
            If you don't specify a version when creating a replication instance, DMS will create
            the instance using the default engine version. For information about the default engine
            version, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReleaseNotes.html">Release
            Notes</a>.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.AllocatedStorage">
            <summary>
            <para>
            <para>The amount of storage (in gigabytes) to be initially allocated for the replication
            instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.AutoMinorVersionUpgrade">
            <summary>
            <para>
            <para>A value that indicates whether minor engine upgrades are applied automatically to
            the replication instance during the maintenance window. This parameter defaults to
            <c>true</c>.</para><para>Default: <c>true</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.AvailabilityZone">
            <summary>
            <para>
            <para>The Availability Zone where the replication instance will be created. The default
            value is a random, system-chosen Availability Zone in the endpoint's Amazon Web Services
            Region, for example: <c>us-east-1d</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.DnsNameServer">
            <summary>
            <para>
            <para>A list of custom DNS name servers supported for the replication instance to access
            your on-premise source or target database. This list overrides the default name servers
            supported by the replication instance. You can specify a comma-separated list of internet
            addresses for up to four on-premise DNS name servers. For example: <c>"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.EngineVersion">
            <summary>
            <para>
            <para>The engine version number of the replication instance.</para><para>If an engine version number is not specified when a replication instance is created,
            the default is the latest engine version available.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>An KMS key identifier that is used to encrypt the data on the replication instance.</para><para>If you don't specify a value for the <c>KmsKeyId</c> parameter, then DMS uses your
            default encryption key.</para><para>KMS creates the default encryption key for your Amazon Web Services account. Your
            Amazon Web Services account has a different default encryption key for each Amazon
            Web Services Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.MultiAZ">
            <summary>
            <para>
            <para> Specifies whether the replication instance is a Multi-AZ deployment. You can't set
            the <c>AvailabilityZone</c> parameter if the Multi-AZ parameter is set to <c>true</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.NetworkType">
            <summary>
            <para>
            <para>The type of IP address protocol used by a replication instance, such as IPv4 only
            or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.PreferredMaintenanceWindow">
            <summary>
            <para>
            <para>The weekly time range during which system maintenance can occur, in Universal Coordinated
            Time (UTC).</para><para> Format: <c>ddd:hh24:mi-ddd:hh24:mi</c></para><para>Default: A 30-minute window selected at random from an 8-hour block of time per Amazon
            Web Services Region, occurring on a random day of the week.</para><para>Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun</para><para>Constraints: Minimum 30-minute window.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.PubliclyAccessible">
            <summary>
            <para>
            <para> Specifies the accessibility options for the replication instance. A value of <c>true</c>
            represents an instance with a public IP address. A value of <c>false</c> represents
            an instance with a private IP address. The default value is <c>true</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.ReplicationInstanceClass">
            <summary>
            <para>
            <para>The compute and memory capacity of the replication instance as defined for the specified
            replication instance class. For example to specify the instance class dms.c4.large,
            set this parameter to <c>"dms.c4.large"</c>.</para><para>For more information on the settings and capacities for the available replication
            instance classes, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Types.html&#xD;&#xA; "> Choosing the right DMS replication instance</a>; and, <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.SizingReplicationInstance.html">Selecting
            the best size for a replication instance</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.ReplicationInstanceIdentifier">
            <summary>
            <para>
            <para>The replication instance identifier. This parameter is stored as a lowercase string.</para><para>Constraints:</para><ul><li><para>Must contain 1-63 alphanumeric characters or hyphens.</para></li><li><para>First character must be a letter.</para></li><li><para>Can't end with a hyphen or contain two consecutive hyphens.</para></li></ul><para>Example: <c>myrepinstance</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.ReplicationSubnetGroupIdentifier">
            <summary>
            <para>
            <para>A subnet group to associate with the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>A friendly name for the resource identifier at the end of the <c>EndpointArn</c> response
            parameter that is returned in the created <c>Endpoint</c> object. The value for this
            parameter can have up to 31 characters. It can contain only ASCII letters, digits,
            and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens,
            and can only begin with a letter, such as <c>Example-App-ARN1</c>. For example, this
            value might result in the <c>EndpointArn</c> value <c>arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1</c>.
            If you don't specify a <c>ResourceIdentifier</c> value, DMS generates a default identifier
            value for the end of <c>EndpointArn</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.VpcSecurityGroupId">
            <summary>
            <para>
            <para> Specifies the VPC security group to be used with the replication instance. The VPC
            security group must work with the VPC containing the replication instance. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationInstance'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateReplicationInstanceResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateReplicationInstanceResponse 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.DMS.NewDMSReplicationInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationInstanceCmdlet.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.DMS.NewDMSReplicationSubnetGroupCmdlet">
            <summary>
            Creates a replication subnet group given a list of the subnet IDs in a VPC.
             
              
            <para>
            The VPC needs to have at least one subnet in at least two availability zones in the
            Amazon Web Services Region, otherwise the service will throw a <c>ReplicationSubnetGroupDoesNotCoverEnoughAZs</c>
            exception.
            </para><para>
            If a replication subnet group exists in your Amazon Web Services account, the CreateReplicationSubnetGroup
            action returns the following error message: The Replication Subnet Group already exists.
            In this case, delete the existing replication subnet group. To do so, use the <a href="https://docs.aws.amazon.com/en_us/dms/latest/APIReference/API_DeleteReplicationSubnetGroup.html">DeleteReplicationSubnetGroup</a>
            action. Optionally, choose Subnet groups in the DMS console, then choose your subnet
            group. Next, choose Delete from Actions.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationSubnetGroupCmdlet.ReplicationSubnetGroupDescription">
            <summary>
            <para>
            <para>The description for the subnet group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationSubnetGroupCmdlet.ReplicationSubnetGroupIdentifier">
            <summary>
            <para>
            <para>The name for the replication subnet group. This value is stored as a lowercase string.</para><para>Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces,
            underscores, or hyphens. Must not be "default".</para><para>Example: <c>mySubnetgroup</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationSubnetGroupCmdlet.SubnetId">
            <summary>
            <para>
            <para>Two or more subnet IDs to be assigned to the subnet group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationSubnetGroupCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the subnet group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationSubnetGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationSubnetGroup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateReplicationSubnetGroupResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateReplicationSubnetGroupResponse 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.DMS.NewDMSReplicationSubnetGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationSubnetGroupIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationSubnetGroupIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationSubnetGroupCmdlet.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.DMS.NewDMSReplicationTaskCmdlet">
            <summary>
            Creates a replication task using the specified parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.CdcStartPosition">
            <summary>
            <para>
            <para>Indicates when you want a change data capture (CDC) operation to start. Use either
            CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.
            Specifying both values results in an error.</para><para> The value can be in date, checkpoint, or LSN/SCN format.</para><para>Date Example: --cdc-start-position “2018-03-08T12:12:12”</para><para>Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"</para><para>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</para><note><para>When you use this task setting with a source PostgreSQL database, a logical replication
            slot should already be created and associated with the source endpoint. You can verify
            this by setting the <c>slotName</c> extra connection attribute to the name of this
            logical replication slot. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra
            Connection Attributes When Using PostgreSQL as a Source for DMS</a>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.CdcStartTime">
            <summary>
            <para>
            <para>Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
            or CdcStartPosition to specify when you want a CDC operation to start. Specifying
            both values results in an error.</para><para>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.CdcStopPosition">
            <summary>
            <para>
            <para>Indicates when you want a change data capture (CDC) operation to stop. The value can
            be either server time or commit time.</para><para>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</para><para>Commit time example: --cdc-stop-position “commit_time:2018-02-09T12:12:12“</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.MigrationType">
            <summary>
            <para>
            <para>The migration type. Valid values: <c>full-load</c> | <c>cdc</c> | <c>full-load-and-cdc</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of a replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.ReplicationTaskIdentifier">
            <summary>
            <para>
            <para>An identifier for the replication task.</para><para>Constraints:</para><ul><li><para>Must contain 1-255 alphanumeric characters or hyphens.</para></li><li><para>First character must be a letter.</para></li><li><para>Cannot end with a hyphen or contain two consecutive hyphens.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.ReplicationTaskSetting">
            <summary>
            <para>
            <para>Overall settings for the task, in JSON format. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html">Specifying
            Task Settings for Database Migration Service Tasks</a> in the <i>Database Migration
            Service User Guide.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>A friendly name for the resource identifier at the end of the <c>EndpointArn</c> response
            parameter that is returned in the created <c>Endpoint</c> object. The value for this
            parameter can have up to 31 characters. It can contain only ASCII letters, digits,
            and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens,
            and can only begin with a letter, such as <c>Example-App-ARN1</c>. For example, this
            value might result in the <c>EndpointArn</c> value <c>arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1</c>.
            If you don't specify a <c>ResourceIdentifier</c> value, DMS generates a default identifier
            value for the end of <c>EndpointArn</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.SourceEndpointArn">
            <summary>
            <para>
            <para>An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.TableMapping">
            <summary>
            <para>
            <para>The table mappings for the task, in JSON format. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html">Using
            Table Mapping to Specify Task Settings</a> in the <i>Database Migration Service User
            Guide.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the replication task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.TargetEndpointArn">
            <summary>
            <para>
            <para>An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.TaskData">
            <summary>
            <para>
            <para>Supplemental information that the task requires to migrate the data for certain source
            and target endpoints. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html">Specifying
            Supplemental Data for Task Settings</a> in the <i>Database Migration Service User
            Guide.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTask'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CreateReplicationTaskResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CreateReplicationTaskResponse 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.DMS.NewDMSReplicationTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.NewDMSReplicationTaskCmdlet.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.DMS.RemoveDMSCertificateCmdlet">
            <summary>
            Deletes the specified certificate.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSCertificateCmdlet.CertificateArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the certificate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSCertificateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Certificate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteCertificateResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteCertificateResponse 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.DMS.RemoveDMSCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CertificateArn parameter.
            The -PassThru parameter is deprecated, use -Select '^CertificateArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSCertificateCmdlet.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.DMS.RemoveDMSConnectionCmdlet">
            <summary>
            Deletes the connection between a replication instance and an endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSConnectionCmdlet.EndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSConnectionCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Connection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteConnectionResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteConnectionResponse 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.DMS.RemoveDMSConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointArn parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSConnectionCmdlet.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.DMS.RemoveDMSDataProviderCmdlet">
            <summary>
            Deletes the specified data provider.
             
             <note><para>
            All migration projects associated with the data provider must be deleted or modified
            before you can delete the data provider.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSDataProviderCmdlet.DataProviderIdentifier">
            <summary>
            <para>
            <para>The identifier of the data provider to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSDataProviderCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataProvider'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteDataProviderResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteDataProviderResponse 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.DMS.RemoveDMSDataProviderCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataProviderIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^DataProviderIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSDataProviderCmdlet.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.DMS.RemoveDMSEndpointCmdlet">
            <summary>
            Deletes the specified endpoint.
             
             <note><para>
            All tasks associated with the endpoint must be deleted before you can delete the endpoint.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSEndpointCmdlet.EndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSEndpointCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Endpoint'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteEndpointResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteEndpointResponse 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.DMS.RemoveDMSEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EndpointArn parameter.
            The -PassThru parameter is deprecated, use -Select '^EndpointArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSEndpointCmdlet.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.DMS.RemoveDMSEventSubscriptionCmdlet">
            <summary>
            Deletes an DMS event subscription.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSEventSubscriptionCmdlet.SubscriptionName">
            <summary>
            <para>
            <para>The name of the DMS event notification subscription to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSEventSubscriptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventSubscription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteEventSubscriptionResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteEventSubscriptionResponse 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.DMS.RemoveDMSEventSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SubscriptionName parameter.
            The -PassThru parameter is deprecated, use -Select '^SubscriptionName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSEventSubscriptionCmdlet.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.DMS.RemoveDMSFleetAdvisorCollectorCmdlet">
            <summary>
            Deletes the specified Fleet Advisor collector.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSFleetAdvisorCollectorCmdlet.CollectorReferencedId">
            <summary>
            <para>
            <para>The reference ID of the Fleet Advisor collector to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSFleetAdvisorCollectorCmdlet.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.DatabaseMigrationService.Model.DeleteFleetAdvisorCollectorResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSFleetAdvisorCollectorCmdlet.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.DMS.RemoveDMSFleetAdvisorDatabaseIdCmdlet">
            <summary>
            Deletes the specified Fleet Advisor collector databases.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSFleetAdvisorDatabaseIdCmdlet.DatabaseId">
            <summary>
            <para>
            <para>The IDs of the Fleet Advisor collector databases to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSFleetAdvisorDatabaseIdCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DatabaseIds'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteFleetAdvisorDatabasesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteFleetAdvisorDatabasesResponse 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.DMS.RemoveDMSFleetAdvisorDatabaseIdCmdlet.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.DMS.RemoveDMSInstanceProfileCmdlet">
            <summary>
            Deletes the specified instance profile.
             
             <note><para>
            All migration projects associated with the instance profile must be deleted or modified
            before you can delete the instance profile.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSInstanceProfileCmdlet.InstanceProfileIdentifier">
            <summary>
            <para>
            <para>The identifier of the instance profile to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSInstanceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InstanceProfile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteInstanceProfileResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteInstanceProfileResponse 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.DMS.RemoveDMSInstanceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InstanceProfileIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^InstanceProfileIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSInstanceProfileCmdlet.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.DMS.RemoveDMSMigrationProjectCmdlet">
            <summary>
            Deletes the specified migration project.
             
             <note><para>
            The migration project must be closed before you can delete it.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSMigrationProjectCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The name or Amazon Resource Name (ARN) of the migration project to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSMigrationProjectCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MigrationProject'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteMigrationProjectResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteMigrationProjectResponse 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.DMS.RemoveDMSMigrationProjectCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSMigrationProjectCmdlet.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.DMS.RemoveDMSReplicationConfigCmdlet">
            <summary>
            Deletes an DMS Serverless replication configuration. This effectively deprovisions
            any and all replications that use this configuration. You can't delete the configuration
            for an DMS Serverless replication that is ongoing. You can delete the configuration
            when the replication is in a non-RUNNING and non-STARTING state.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationConfigCmdlet.ReplicationConfigArn">
            <summary>
            <para>
            <para>The replication config to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationConfigCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationConfig'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteReplicationConfigResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteReplicationConfigResponse 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.DMS.RemoveDMSReplicationConfigCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationConfigArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationConfigArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationConfigCmdlet.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.DMS.RemoveDMSReplicationInstanceCmdlet">
            <summary>
            Deletes the specified replication instance.
             
             <note><para>
            You must delete any migration tasks that are associated with the replication instance
            before you can delete it.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationInstanceCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication instance to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationInstance'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteReplicationInstanceResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteReplicationInstanceResponse 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.DMS.RemoveDMSReplicationInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationInstanceCmdlet.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.DMS.RemoveDMSReplicationSubnetGroupCmdlet">
            <summary>
            Deletes a subnet group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationSubnetGroupCmdlet.ReplicationSubnetGroupIdentifier">
            <summary>
            <para>
            <para>The subnet group name of the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationSubnetGroupCmdlet.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.DatabaseMigrationService.Model.DeleteReplicationSubnetGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationSubnetGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationSubnetGroupIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationSubnetGroupIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationSubnetGroupCmdlet.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.DMS.RemoveDMSReplicationTaskCmdlet">
            <summary>
            Deletes the specified replication task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationTaskCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication task to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTask'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteReplicationTaskResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteReplicationTaskResponse 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.DMS.RemoveDMSReplicationTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationTaskCmdlet.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.DMS.RemoveDMSReplicationTaskAssessmentRunCmdlet">
            <summary>
            Deletes the record of a single premigration assessment run.
             
              
            <para>
            This operation removes all metadata that DMS maintains about this assessment run.
            However, the operation leaves untouched all information about this assessment run
            that is stored in your Amazon S3 bucket.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationTaskAssessmentRunCmdlet.ReplicationTaskAssessmentRunArn">
            <summary>
            <para>
            <para>Amazon Resource Name (ARN) of the premigration assessment run to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationTaskAssessmentRunCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTaskAssessmentRun'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.DeleteReplicationTaskAssessmentRunResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.DeleteReplicationTaskAssessmentRunResponse 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.DMS.RemoveDMSReplicationTaskAssessmentRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskAssessmentRunArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskAssessmentRunArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSReplicationTaskAssessmentRunCmdlet.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.DMS.RemoveDMSResourceTagCmdlet">
            <summary>
            Removes metadata tags from an DMS resource, including replication instance, endpoint,
            subnet group, and migration task. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html"><c>Tag</c></a> data type description.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>An DMS resource from which you want to remove tag(s). The value for this parameter
            is an Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tag key (name) of the tag to be removed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSResourceTagCmdlet.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.DatabaseMigrationService.Model.RemoveTagsFromResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RemoveDMSResourceTagCmdlet.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.DMS.RemoveDMSResourceTagCmdlet.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.DMS.RestartDMSReplicationInstanceCmdlet">
            <summary>
            Reboots a replication instance. Rebooting results in a momentary outage, until the
            replication instance becomes available again.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestartDMSReplicationInstanceCmdlet.ForceFailover">
            <summary>
            <para>
            <para>If this parameter is <c>true</c>, the reboot is conducted through a Multi-AZ failover.
            If the instance isn't configured for Multi-AZ, then you can't specify <c>true</c>.
            ( <c>--force-planned-failover</c> and <c>--force-failover</c> can't both be set to
            <c>true</c>.)</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestartDMSReplicationInstanceCmdlet.ForcePlannedFailover">
            <summary>
            <para>
            <para>If this parameter is <c>true</c>, the reboot is conducted through a planned Multi-AZ
            failover where resources are released and cleaned up prior to conducting the failover.
            If the instance isn''t configured for Multi-AZ, then you can't specify <c>true</c>.
            ( <c>--force-planned-failover</c> and <c>--force-failover</c> can't both be set to
            <c>true</c>.)</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestartDMSReplicationInstanceCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestartDMSReplicationInstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationInstance'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.RebootReplicationInstanceResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.RebootReplicationInstanceResponse 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.DMS.RestartDMSReplicationInstanceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestartDMSReplicationInstanceCmdlet.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.DMS.RestoreDMSReplicationTableCmdlet">
            <summary>
            Reloads the target database table with the source data for a given DMS Serverless
            replication configuration.
             
              
            <para>
            You can only use this operation with a task in the RUNNING state, otherwise the service
            will throw an <c>InvalidResourceStateFault</c> exception.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSReplicationTableCmdlet.ReloadOption">
            <summary>
            <para>
            <para>Options for reload. Specify <c>data-reload</c> to reload the data and re-validate
            it if validation is enabled. Specify <c>validate-only</c> to re-validate the table.
            This option applies only when validation is enabled for the replication. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSReplicationTableCmdlet.ReplicationConfigArn">
            <summary>
            <para>
            <para>The Amazon Resource Name of the replication config for which to reload tables.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSReplicationTableCmdlet.TablesToReload">
            <summary>
            <para>
            <para>The list of tables to reload.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSReplicationTableCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationConfigArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ReloadReplicationTablesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ReloadReplicationTablesResponse 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.DMS.RestoreDMSReplicationTableCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationConfigArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationConfigArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSReplicationTableCmdlet.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.DMS.RestoreDMSTableCmdlet">
            <summary>
            Reloads the target database table with the source data.
             
              
            <para>
            You can only use this operation with a task in the <c>RUNNING</c> state, otherwise
            the service will throw an <c>InvalidResourceStateFault</c> exception.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSTableCmdlet.ReloadOption">
            <summary>
            <para>
            <para>Options for reload. Specify <c>data-reload</c> to reload the data and re-validate
            it if validation is enabled. Specify <c>validate-only</c> to re-validate the table.
            This option applies only when validation is enabled for the task. </para><para>Valid values: data-reload, validate-only</para><para>Default value is data-reload.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSTableCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication task. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSTableCmdlet.TablesToReload">
            <summary>
            <para>
            <para>The name and schema of the table to be reloaded. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSTableCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTaskArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.ReloadTablesResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.ReloadTablesResponse 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.DMS.RestoreDMSTableCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.RestoreDMSTableCmdlet.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.DMS.SetDMSResourceTagCmdlet">
            <summary>
            Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet
            group, and migration task. These tags can also be used with cost allocation reporting
            to track cost associated with DMS resources, or used in a Condition statement in an
            IAM policy for DMS. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html"><c>Tag</c></a> data type description.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.SetDMSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>Identifies the DMS resource to which tags should be added. The value for this parameter
            is an Amazon Resource Name (ARN).</para><para>For DMS, you can tag a replication instance, an endpoint, or a replication task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.SetDMSResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tags to be assigned to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.SetDMSResourceTagCmdlet.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.DatabaseMigrationService.Model.AddTagsToResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.SetDMSResourceTagCmdlet.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.DMS.SetDMSResourceTagCmdlet.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.DMS.StartDMSBatchRecommendationCmdlet">
            <summary>
            Starts the analysis of up to 20 source databases to recommend target engines for each
            source database. This is a batch version of <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_StartRecommendations.html">StartRecommendations</a>.
             
              
            <para>
            The result of analysis of each source database is reported individually in the response.
            Because the batch request can result in a combination of successful and unsuccessful
            actions, you should check for batch errors even when the call returns an HTTP status
            code of <c>200</c>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSBatchRecommendationCmdlet.Data">
            <summary>
            <para>
            <para>Provides information about source databases to analyze. After this analysis, Fleet
            Advisor recommends target engines for each source database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSBatchRecommendationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ErrorEntries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.BatchStartRecommendationsResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.BatchStartRecommendationsResponse 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.DMS.StartDMSBatchRecommendationCmdlet.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.DMS.StartDMSExtensionPackAssociationCmdlet">
            <summary>
            Applies the extension pack to your target database. An extension pack is an add-on
            module that emulates functions present in a source database that are required when
            converting objects to the target database.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSExtensionPackAssociationCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSExtensionPackAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartExtensionPackAssociationResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartExtensionPackAssociationResponse 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.DMS.StartDMSExtensionPackAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSExtensionPackAssociationCmdlet.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.DMS.StartDMSFleetAdvisorLsaAnalysisCmdlet">
            <summary>
            Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your
            account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSFleetAdvisorLsaAnalysisCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LsaAnalysisId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.RunFleetAdvisorLsaAnalysisResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.RunFleetAdvisorLsaAnalysisResponse 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.DMS.StartDMSFleetAdvisorLsaAnalysisCmdlet.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.DMS.StartDMSMetadataModelAssessmentCmdlet">
            <summary>
            Creates a database migration assessment report by assessing the migration complexity
            for your source database. A database migration assessment report summarizes all of
            the schema conversion tasks. It also details the action items for database objects
            that can't be converted to the database engine of your target database instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelAssessmentCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelAssessmentCmdlet.SelectionRule">
            <summary>
            <para>
            <para>A value that specifies the database objects to assess.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelAssessmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartMetadataModelAssessmentResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartMetadataModelAssessmentResponse 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.DMS.StartDMSMetadataModelAssessmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelAssessmentCmdlet.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.DMS.StartDMSMetadataModelConversionCmdlet">
            <summary>
            Converts your source database objects to a format compatible with the target database.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelConversionCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelConversionCmdlet.SelectionRule">
            <summary>
            <para>
            <para>A value that specifies the database objects to convert.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelConversionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartMetadataModelConversionResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartMetadataModelConversionResponse 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.DMS.StartDMSMetadataModelConversionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelConversionCmdlet.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.DMS.StartDMSMetadataModelExportAsScriptCmdlet">
            <summary>
            Saves your converted code to a file as a SQL script, and stores this file on your
            Amazon S3 bucket.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportAsScriptCmdlet.FileName">
            <summary>
            <para>
            <para>The name of the model file to create in the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportAsScriptCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportAsScriptCmdlet.Origin">
            <summary>
            <para>
            <para>Whether to export the metadata model from the source or the target.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportAsScriptCmdlet.SelectionRule">
            <summary>
            <para>
            <para>A value that specifies the database objects to export.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportAsScriptCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartMetadataModelExportAsScriptResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartMetadataModelExportAsScriptResponse 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.DMS.StartDMSMetadataModelExportAsScriptCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportAsScriptCmdlet.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.DMS.StartDMSMetadataModelExportToTargetCmdlet">
            <summary>
            Applies converted database objects to your target database.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportToTargetCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportToTargetCmdlet.OverwriteExtensionPack">
            <summary>
            <para>
            <para>Whether to overwrite the migration project extension pack. An extension pack is an
            add-on module that emulates functions present in a source database that are required
            when converting objects to the target database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportToTargetCmdlet.SelectionRule">
            <summary>
            <para>
            <para>A value that specifies the database objects to export.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportToTargetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartMetadataModelExportToTargetResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartMetadataModelExportToTargetResponse 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.DMS.StartDMSMetadataModelExportToTargetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelExportToTargetCmdlet.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.DMS.StartDMSMetadataModelImportCmdlet">
            <summary>
            Loads the metadata for all the dependent database objects of the parent object.
             
              
            <para>
            This operation uses your project's Amazon S3 bucket as a metadata cache to improve
            performance.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelImportCmdlet.MigrationProjectIdentifier">
            <summary>
            <para>
            <para>The migration project name or Amazon Resource Name (ARN).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelImportCmdlet.Origin">
            <summary>
            <para>
            <para>Whether to load metadata to the source or target database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelImportCmdlet.Refresh">
            <summary>
            <para>
            <para>If <c>true</c>, DMS loads metadata for the specified objects from the source database.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelImportCmdlet.SelectionRule">
            <summary>
            <para>
            <para>A value that specifies the database objects to import.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelImportCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestIdentifier'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartMetadataModelImportResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartMetadataModelImportResponse 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.DMS.StartDMSMetadataModelImportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MigrationProjectIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^MigrationProjectIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSMetadataModelImportCmdlet.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.DMS.StartDMSRecommendationCmdlet">
            <summary>
            Starts the analysis of your source database to provide recommendations of target engines.
             
              
            <para>
            You can create recommendations for multiple source databases using <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html">BatchStartRecommendations</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSRecommendationCmdlet.DatabaseId">
            <summary>
            <para>
            <para>The identifier of the source database to analyze and provide recommendations for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSRecommendationCmdlet.Settings_InstanceSizingType">
            <summary>
            <para>
            <para>The size of your target instance. Fleet Advisor calculates this value based on your
            data collection type, such as total capacity and resource utilization. Valid values
            include <c>"total-capacity"</c> and <c>"utilization"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSRecommendationCmdlet.Settings_WorkloadType">
            <summary>
            <para>
            <para>The deployment option for your target engine. For production databases, Fleet Advisor
            chooses Multi-AZ deployment. For development or test databases, Fleet Advisor chooses
            Single-AZ deployment. Valid values include <c>"development"</c> and <c>"production"</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSRecommendationCmdlet.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.DatabaseMigrationService.Model.StartRecommendationsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSRecommendationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DatabaseId parameter.
            The -PassThru parameter is deprecated, use -Select '^DatabaseId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSRecommendationCmdlet.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.DMS.StartDMSReplicationCmdlet">
            <summary>
            For a given DMS Serverless replication configuration, DMS connects to the source endpoint
            and collects the metadata to analyze the replication workload. Using this metadata,
            DMS then computes and provisions the required capacity and starts replicating to the
            target endpoint using the server resources that DMS has provisioned for the DMS Serverless
            replication.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationCmdlet.CdcStartPosition">
            <summary>
            <para>
            <para>Indicates when you want a change data capture (CDC) operation to start. Use either
            <c>CdcStartPosition</c> or <c>CdcStartTime</c> to specify when you want a CDC operation
            to start. Specifying both values results in an error.</para><para>The value can be in date, checkpoint, or LSN/SCN format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationCmdlet.CdcStartTime">
            <summary>
            <para>
            <para>Indicates the start time for a change data capture (CDC) operation. Use either <c>CdcStartTime</c>
            or <c>CdcStartPosition</c> to specify when you want a CDC operation to start. Specifying
            both values results in an error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationCmdlet.CdcStopPosition">
            <summary>
            <para>
            <para>Indicates when you want a change data capture (CDC) operation to stop. The value can
            be either server time or commit time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationCmdlet.ReplicationConfigArn">
            <summary>
            <para>
            <para>The Amazon Resource Name of the replication for which to start replication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationCmdlet.StartReplicationType">
            <summary>
            <para>
            <para>The replication type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Replication'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartReplicationResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartReplicationResponse 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.DMS.StartDMSReplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationConfigArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationConfigArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationCmdlet.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.DMS.StartDMSReplicationTaskCmdlet">
            <summary>
            Starts the replication task.
             
              
            <para>
            For more information about DMS tasks, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html">Working
            with Migration Tasks </a> in the <i>Database Migration Service User Guide.</i></para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskCmdlet.CdcStartPosition">
            <summary>
            <para>
            <para>Indicates when you want a change data capture (CDC) operation to start. Use either
            CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.
            Specifying both values results in an error.</para><para> The value can be in date, checkpoint, or LSN/SCN format.</para><para>Date Example: --cdc-start-position “2018-03-08T12:12:12”</para><para>Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"</para><para>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</para><note><para>When you use this task setting with a source PostgreSQL database, a logical replication
            slot should already be created and associated with the source endpoint. You can verify
            this by setting the <c>slotName</c> extra connection attribute to the name of this
            logical replication slot. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib">Extra
            Connection Attributes When Using PostgreSQL as a Source for DMS</a>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskCmdlet.CdcStartTime">
            <summary>
            <para>
            <para>Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
            or CdcStartPosition to specify when you want a CDC operation to start. Specifying
            both values results in an error.</para><para>Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskCmdlet.CdcStopPosition">
            <summary>
            <para>
            <para>Indicates when you want a change data capture (CDC) operation to stop. The value can
            be either server time or commit time.</para><para>Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”</para><para>Commit time example: --cdc-stop-position “commit_time:2018-02-09T12:12:12“</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication task to be started.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskCmdlet.StartReplicationTaskType">
            <summary>
            <para>
            <para>The type of replication task to start.</para><para>When the migration type is <c>full-load</c> or <c>full-load-and-cdc</c>, the only
            valid value for the first run of the task is <c>start-replication</c>. This option
            will start the migration.</para><para>You can also use <a>ReloadTables</a> to reload specific tables that failed during
            migration instead of restarting the task.</para><para>The <c>resume-processing</c> option isn't applicable for a full-load task, because
            you can't resume partially loaded tables during the full load phase.</para><para>For a <c>full-load-and-cdc</c> task, DMS migrates table data, and then applies data
            changes that occur on the source. To load all the tables again, and start capturing
            source changes, use <c>reload-target</c>. Otherwise use <c>resume-processing</c>,
            to replicate the changes from the last stop position.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTask'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartReplicationTaskResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartReplicationTaskResponse 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.DMS.StartDMSReplicationTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskCmdlet.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.DMS.StartDMSReplicationTaskAssessmentCmdlet">
            <summary>
            Starts the replication task assessment for unsupported data types in the source database.
             
             
              
            <para>
            You can only use this operation for a task if the following conditions are true:
            </para><ul><li><para>
            The task must be in the <c>stopped</c> state.
            </para></li><li><para>
            The task must have successful connections to the source and target.
            </para></li></ul><para>
            If either of these conditions are not met, an <c>InvalidResourceStateFault</c> error
            will result.
            </para><para>
            For information about DMS task assessments, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating
            a task assessment report</a> in the <i>Database Migration Service User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the replication task. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTask'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartReplicationTaskAssessmentResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartReplicationTaskAssessmentResponse 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.DMS.StartDMSReplicationTaskAssessmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentCmdlet.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.DMS.StartDMSReplicationTaskAssessmentRunCmdlet">
            <summary>
            Starts a new premigration assessment run for one or more individual assessments of
            a migration task.
             
              
            <para>
            The assessments that you can specify depend on the source and target database engine
            and the migration type defined for the given task. To run this operation, your migration
            task must already be created. After you run this operation, you can review the status
            of each individual assessment. You can also run the migration task manually after
            the assessment run and its individual assessments complete.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.AssessmentRunName">
            <summary>
            <para>
            <para>Unique name to identify the assessment run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.Exclude">
            <summary>
            <para>
            <para>Space-separated list of names for specific individual assessments that you want to
            exclude. These names come from the default list of individual assessments that DMS
            supports for the associated migration task. This task is specified by <c>ReplicationTaskArn</c>.</para><note><para>You can't set a value for <c>Exclude</c> if you also set a value for <c>IncludeOnly</c>
            in the API operation.</para><para>To identify the names of the default individual assessments that DMS supports for
            the associated migration task, run the <c>DescribeApplicableIndividualAssessments</c>
            operation using its own <c>ReplicationTaskArn</c> request parameter.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.IncludeOnly">
            <summary>
            <para>
            <para>Space-separated list of names for specific individual assessments that you want to
            include. These names come from the default list of individual assessments that DMS
            supports for the associated migration task. This task is specified by <c>ReplicationTaskArn</c>.</para><note><para>You can't set a value for <c>IncludeOnly</c> if you also set a value for <c>Exclude</c>
            in the API operation. </para><para>To identify the names of the default individual assessments that DMS supports for
            the associated migration task, run the <c>DescribeApplicableIndividualAssessments</c>
            operation using its own <c>ReplicationTaskArn</c> request parameter.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>Amazon Resource Name (ARN) of the migration task associated with the premigration
            assessment run that you want to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.ResultEncryptionMode">
            <summary>
            <para>
            <para>Encryption mode that you can specify to encrypt the results of this assessment run.
            If you don't specify this request parameter, DMS stores the assessment run results
            without encryption. You can specify one of the options following:</para><ul><li><para><c>"SSE_S3"</c> – The server-side encryption provided as a default by Amazon S3.</para></li><li><para><c>"SSE_KMS"</c> – Key Management Service (KMS) encryption. This encryption can use
            either a custom KMS encryption key that you specify or the default KMS encryption
            key that DMS provides.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.ResultKmsKeyArn">
            <summary>
            <para>
            <para>ARN of a custom KMS encryption key that you specify when you set <c>ResultEncryptionMode</c>
            to <c>"SSE_KMS</c>".</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.ResultLocationBucket">
            <summary>
            <para>
            <para>Amazon S3 bucket where you want DMS to store the results of this assessment run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.ResultLocationFolder">
            <summary>
            <para>
            <para>Folder within an Amazon S3 bucket where you want DMS to store the results of this
            assessment run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.ServiceAccessRoleArn">
            <summary>
            <para>
            <para>ARN of the service role needed to start the assessment run. The role must allow the
            <c>iam:PassRole</c> action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTaskAssessmentRun'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StartReplicationTaskAssessmentRunResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StartReplicationTaskAssessmentRunResponse 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.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StartDMSReplicationTaskAssessmentRunCmdlet.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.DMS.StopDMSReplicationCmdlet">
            <summary>
            For a given DMS Serverless replication configuration, DMS stops any and all ongoing
            DMS Serverless replications. This command doesn't deprovision the stopped replications.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationCmdlet.ReplicationConfigArn">
            <summary>
            <para>
            <para>The Amazon Resource Name of the replication to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Replication'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StopReplicationResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StopReplicationResponse 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.DMS.StopDMSReplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationConfigArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationConfigArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationCmdlet.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.DMS.StopDMSReplicationTaskCmdlet">
            <summary>
            Stops the replication task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationTaskCmdlet.ReplicationTaskArn">
            <summary>
            <para>
            <para>The Amazon Resource Name(ARN) of the replication task to be stopped.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTask'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.StopReplicationTaskResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.StopReplicationTaskResponse 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.DMS.StopDMSReplicationTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationTaskCmdlet.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.DMS.StopDMSReplicationTaskAssessmentRunCmdlet">
            <summary>
            Cancels a single premigration assessment run.
             
              
            <para>
            This operation prevents any individual assessments from running if they haven't started
            running. It also attempts to cancel any individual assessments that are currently
            running.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationTaskAssessmentRunCmdlet.ReplicationTaskAssessmentRunArn">
            <summary>
            <para>
            <para>Amazon Resource Name (ARN) of the premigration assessment run to be canceled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationTaskAssessmentRunCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ReplicationTaskAssessmentRun'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.CancelReplicationTaskAssessmentRunResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.CancelReplicationTaskAssessmentRunResponse 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.DMS.StopDMSReplicationTaskAssessmentRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationTaskAssessmentRunArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationTaskAssessmentRunArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.StopDMSReplicationTaskAssessmentRunCmdlet.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.DMS.TestDMSConnectionCmdlet">
            <summary>
            Tests the connection between the replication instance and the endpoint.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.TestDMSConnectionCmdlet.EndpointArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.TestDMSConnectionCmdlet.ReplicationInstanceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the replication instance.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.TestDMSConnectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Connection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.TestConnectionResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.TestConnectionResponse 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.DMS.TestDMSConnectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ReplicationInstanceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ReplicationInstanceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DMS.UpdateDMSSubscriptionsToEventBridgeCmdlet">
            <summary>
            Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them
            to corresponding Amazon EventBridge rules. By default, this operation migrates subscriptions
            only when all your replication instance versions are 3.4.5 or higher. If any replication
            instances are from versions earlier than 3.4.5, the operation raises an error and
            tells you to upgrade these instances to version 3.4.5 or higher. To enable migration
            regardless of version, set the <c>Force</c> option to true. However, if you don't
            upgrade instances earlier than version 3.4.5, some types of events might not be available
            when you use Amazon EventBridge.
             
              
            <para>
            To call this operation, make sure that you have certain permissions added to your
            user account. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#CHAP_Events-migrate-to-eventbridge">Migrating
            event subscriptions to Amazon EventBridge</a> in the <i>Amazon Web Services Database
            Migration Service User Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.UpdateDMSSubscriptionsToEventBridgeCmdlet.ForceMove">
            <summary>
            <para>
            <para>When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications
            no matter what your replication instance version is. If not set or set to false, this
            operation runs only when all your replication instances are from DMS version 3.4.5
            or higher. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.UpdateDMSSubscriptionsToEventBridgeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Result'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DatabaseMigrationService.Model.UpdateSubscriptionsToEventBridgeResponse).
            Specifying the name of a property of type Amazon.DatabaseMigrationService.Model.UpdateSubscriptionsToEventBridgeResponse 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.DMS.UpdateDMSSubscriptionsToEventBridgeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ForceMove parameter.
            The -PassThru parameter is deprecated, use -Select '^ForceMove' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DMS.UpdateDMSSubscriptionsToEventBridgeCmdlet.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>