AWS.Tools.Elasticsearch.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Elasticsearch</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.AddESResourceTagCmdlet">
            <summary>
            Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive
            key value pairs. An Elasticsearch domain may have up to 10 tags. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-awsresorcetagging" target="_blank"> Tagging Amazon Elasticsearch Service Domains for more information.</a>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.AddESResourceTagCmdlet.ARN">
            <summary>
            <para>
            <para> Specify the <code>ARN</code> for which you want to add the tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.AddESResourceTagCmdlet.TagList">
            <summary>
            <para>
            <para> List of <code>Tag</code> that need to be added for the Elasticsearch domain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.AddESResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the TagList parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.AddESResourceTagCmdlet.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.ES.GetESCompatibleElasticsearchVersionCmdlet">
            <summary>
            Returns a list of upgrade compatible Elastisearch versions. You can optionally pass
            a <code><a>DomainName</a></code> to get all upgrade compatible Elasticsearch versions
            for that specific domain.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESCompatibleElasticsearchVersionCmdlet.DomainName">
            <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="T:Amazon.PowerShell.Cmdlets.ES.GetESDomainCmdlet">
            <summary>
            Returns domain configuration information about the specified Elasticsearch domain,
            including the domain ID, domain endpoint, and domain ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESDomainCmdlet.DomainName">
            <summary>
            <para>
            <para>The name of the Elasticsearch domain for which you want information.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESDomainConfigCmdlet">
            <summary>
            Provides cluster configuration information about the specified Elasticsearch domain,
            such as the state, creation date, update version, and update date for cluster options.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESDomainConfigCmdlet.DomainName">
            <summary>
            <para>
            <para>The Elasticsearch domain that you want to get information about.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESDomainListCmdlet">
            <summary>
            Returns domain configuration information about the specified Elasticsearch domains,
            including the domain ID, domain endpoint, and domain ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESDomainListCmdlet.DomainName">
            <summary>
            <para>
            <para>The Elasticsearch domains for which you want information.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESDomainNameListCmdlet">
            <summary>
            Returns the name of all Elasticsearch domains owned by the current user's account.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeLimitCmdlet">
            <summary>
            Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion.
            When modifying existing Domain, specify the <code><a>DomainName</a></code> to know
            what Limits are supported for modifying.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeLimitCmdlet.DomainName">
            <summary>
            <para>
            <para> DomainName represents the name of the Domain that we are trying to modify. This should
            be present only if we are querying for Elasticsearch <code><a>Limits</a></code>
            for existing domain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeLimitCmdlet.ElasticsearchVersion">
            <summary>
            <para>
            <para> Version of Elasticsearch for which <code><a>Limits</a></code> are needed. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeLimitCmdlet.InstanceType">
            <summary>
            <para>
            <para> The instance type for an Elasticsearch cluster for which Elasticsearch <code><a>Limits</a></code> are needed. </para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeListCmdlet">
            <summary>
            List all Elasticsearch instance types that are supported for given ElasticsearchVersion<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeListCmdlet.DomainName">
            <summary>
            <para>
            <para>DomainName represents the name of the Domain that we are trying to modify. This should
            be present only if we are querying for list of available Elasticsearch instance types
            when modifying existing domain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeListCmdlet.ElasticsearchVersion">
            <summary>
            <para>
            <para>Version of Elasticsearch for which list of supported elasticsearch instance types
            are needed. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Set this value to limit the number of results returned. Value provided must be greater
            than 30 else it wont be honored. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESInstanceTypeListCmdlet.NextToken">
            <summary>
            <para>
            <para>NextToken should be sent in case if earlier API call produced result containing NextToken.
            It is used for pagination. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESReservedElasticsearchInstanceListCmdlet">
            <summary>
            Returns information about reserved Elasticsearch instances for this account.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESReservedElasticsearchInstanceListCmdlet.ReservedElasticsearchInstanceId">
            <summary>
            <para>
            <para>The reserved instance identifier filter value. Use this parameter to show only the
            reservation that matches the specified reserved Elasticsearch instance ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESReservedElasticsearchInstanceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Set this value to limit the number of results returned. If not specified, defaults
            to 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESReservedElasticsearchInstanceListCmdlet.NextToken">
            <summary>
            <para>
            <para>NextToken should be sent in case if earlier API call produced result containing NextToken.
            It is used for pagination.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESReservedElasticsearchInstanceOfferingListCmdlet">
            <summary>
            Lists available reserved Elasticsearch instance offerings.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESReservedElasticsearchInstanceOfferingListCmdlet.ReservedElasticsearchInstanceOfferingId">
            <summary>
            <para>
            <para>The offering identifier filter value. Use this parameter to show only the available
            offering that matches the specified reservation identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESReservedElasticsearchInstanceOfferingListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Set this value to limit the number of results returned. If not specified, defaults
            to 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESReservedElasticsearchInstanceOfferingListCmdlet.NextToken">
            <summary>
            <para>
            <para>NextToken should be sent in case if earlier API call produced result containing NextToken.
            It is used for pagination.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESResourceTagCmdlet">
            <summary>
            Returns all tags for the given Elasticsearch domain.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESResourceTagCmdlet.ARN">
            <summary>
            <para>
            <para> Specify the <code>ARN</code> for the Elasticsearch domain to which the tags are attached
            that you want to view.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESUpgradeHistoryCmdlet">
            <summary>
            Retrieves the complete history of the last 10 upgrades that were performed on the
            domain.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESUpgradeHistoryCmdlet.DomainName">
            <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.ES.GetESUpgradeHistoryCmdlet.MaxResult">
            <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.ES.GetESUpgradeHistoryCmdlet.NextToken">
            <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>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.GetESUpgradeStatusCmdlet">
            <summary>
            Retrieves the latest status of the last upgrade or upgrade eligibility check that
            was performed on the domain.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESUpgradeStatusCmdlet.DomainName">
            <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="T:Amazon.PowerShell.Cmdlets.ES.GetESVersionListCmdlet">
            <summary>
            List all supported Elasticsearch versions<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESVersionListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Set this value to limit the number of results returned. Value provided must be greater
            than 10 else it wont be honored. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.GetESVersionListCmdlet.NextToken">
            <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>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet">
            <summary>
            Creates a new Elasticsearch domain. For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains" target="_blank">Creating Elasticsearch Domains</a> in the <i>Amazon Elasticsearch
            Service Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.AccessPolicy">
            <summary>
            <para>
            <para> IAM access policy as a JSON-formatted string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.AdvancedOption">
            <summary>
            <para>
            <para> Option to allow references to indices in an HTTP request body. Must be <code>false</code>
            when configuring access to individual sub-resources. By default, the value is <code>true</code>.
            See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuration Advanced Options</a> for more information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.SnapshotOptions_AutomatedSnapshotStartHour">
            <summary>
            <para>
            <para>Specifies the time, in UTC format, when the service takes a daily automated snapshot
            of the specified Elasticsearch domain. Default value is <code>0</code> hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.ZoneAwarenessConfig_AvailabilityZoneCount">
            <summary>
            <para>
            <para>An integer value to indicate the number of availability zones for a domain when zone
            awareness is enabled. This should be equal to number of subnets if VPC endpoints is
            enabled</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.ElasticsearchClusterConfig_DedicatedMasterCount">
            <summary>
            <para>
            <para>Total number of dedicated master nodes, active and on standby, for the cluster.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.ElasticsearchClusterConfig_DedicatedMasterEnabled">
            <summary>
            <para>
            <para>A boolean value to indicate whether a dedicated master node is enabled. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-dedicatedmasternodes" target="_blank">About Dedicated Master Nodes</a> for more information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.ElasticsearchClusterConfig_DedicatedMasterType">
            <summary>
            <para>
            <para>The instance type for a dedicated master node.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.DomainName">
            <summary>
            <para>
            <para>The name of the Elasticsearch domain that you are creating. Domain names are unique
            across the domains owned by an account within an AWS region. Domain names must start
            with a letter or number and can contain the following characters: a-z (lowercase),
            0-9, and - (hyphen).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.EBSOptions_EBSEnabled">
            <summary>
            <para>
            <para>Specifies whether EBS-based storage is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.ElasticsearchVersion">
            <summary>
            <para>
            <para>String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or
            "2.3". For more information, see <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains" target="_blank">Creating Elasticsearch Domains</a> in the <i>Amazon Elasticsearch
            Service Developer Guide</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.CognitoOptions_Enabled">
            <summary>
            <para>
            <para>Specifies the option to enable Cognito for Kibana authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.NodeToNodeEncryptionOptions_Enabled">
            <summary>
            <para>
            <para>Specify true to enable node-to-node encryption.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.EncryptionAtRestOption">
            <summary>
            <para>
            <para>Specifies the Encryption At Rest Options.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.CognitoOptions_IdentityPoolId">
            <summary>
            <para>
            <para>Specifies the Cognito identity pool ID for Kibana authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.ElasticsearchClusterConfig_InstanceCount">
            <summary>
            <para>
            <para>The number of instances in the specified domain cluster.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.ElasticsearchClusterConfig_InstanceType">
            <summary>
            <para>
            <para>The instance type for an Elasticsearch cluster.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.EBSOptions_Iops">
            <summary>
            <para>
            <para>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.LogPublishingOption">
            <summary>
            <para>
            <para>Map of <code>LogType</code> and <code>LogPublishingOption</code>, each containing
            options to publish a given type of Elasticsearch log.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.CognitoOptions_RoleArn">
            <summary>
            <para>
            <para>Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito
            resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.VPCOptions_SecurityGroupId">
            <summary>
            <para>
            <para>Specifies the security groups for VPC endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.VPCOptions_SubnetId">
            <summary>
            <para>
            <para>Specifies the subnets for VPC endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.CognitoOptions_UserPoolId">
            <summary>
            <para>
            <para>Specifies the Cognito user pool ID for Kibana authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.EBSOptions_VolumeSize">
            <summary>
            <para>
            <para> Integer to specify the size of an EBS volume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.EBSOptions_VolumeType">
            <summary>
            <para>
            <para> Specifies the volume type for EBS-based storage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.ElasticsearchClusterConfig_ZoneAwarenessEnabled">
            <summary>
            <para>
            <para>A boolean value to indicate whether zone awareness is enabled. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-zoneawareness" target="_blank">About Zone Awareness</a> for more information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESDomainCmdlet.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.ES.NewESReservedElasticsearchInstanceOfferingCmdlet">
            <summary>
            Allows you to purchase reserved Elasticsearch instances.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESReservedElasticsearchInstanceOfferingCmdlet.InstanceCount">
            <summary>
            <para>
            <para>The number of Elasticsearch instances to reserve.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESReservedElasticsearchInstanceOfferingCmdlet.ReservationName">
            <summary>
            <para>
            <para>A customer-specified identifier to track this reservation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESReservedElasticsearchInstanceOfferingCmdlet.ReservedElasticsearchInstanceOfferingId">
            <summary>
            <para>
            <para>The ID of the reserved Elasticsearch instance offering to purchase.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.NewESReservedElasticsearchInstanceOfferingCmdlet.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.ES.RemoveESDomainCmdlet">
            <summary>
            Permanently deletes the specified Elasticsearch domain and all of its data. Once a
            domain is deleted, it cannot be recovered.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.RemoveESDomainCmdlet.DomainName">
            <summary>
            <para>
            <para>The name of the Elasticsearch domain that you want to permanently delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.RemoveESDomainCmdlet.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.ES.RemoveESElasticsearchServiceRoleCmdlet">
            <summary>
            Deletes the service-linked role that Elasticsearch Service uses to manage and maintain
            VPC domains. Role deletion will fail if any existing VPC domains use the role. You
            must delete any such Elasticsearch domains before deleting the role. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html#es-enabling-slr" target="_blank">Deleting Elasticsearch Service Role</a> in <i>VPC Endpoints for Amazon
            Elasticsearch Service Domains</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.RemoveESElasticsearchServiceRoleCmdlet.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.ES.RemoveESResourceTagCmdlet">
            <summary>
            Removes the specified set of tags from the specified Elasticsearch domain.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.RemoveESResourceTagCmdlet.ARN">
            <summary>
            <para>
            <para>Specifies the <code>ARN</code> for the Elasticsearch domain from which you want to
            delete the specified tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.RemoveESResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>Specifies the <code>TagKey</code> list which you want to remove from the Elasticsearch
            domain.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.RemoveESResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the TagKey parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.RemoveESResourceTagCmdlet.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.ES.StartESElasticsearchServiceSoftwareUpdateCmdlet">
            <summary>
            Schedules a service software update for an Amazon ES domain.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.StartESElasticsearchServiceSoftwareUpdateCmdlet.DomainName">
            <summary>
            <para>
            <para>The name of the domain that you want to update to the latest service software.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.StartESElasticsearchServiceSoftwareUpdateCmdlet.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.ES.StopESElasticsearchServiceSoftwareUpdateCmdlet">
            <summary>
            Cancels a scheduled service software update for an Amazon ES domain. You can only
            perform this operation before the <code>AutomatedUpdateDate</code> and when the <code>UpdateStatus</code>
            is in the <code>PENDING_UPDATE</code> state.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.StopESElasticsearchServiceSoftwareUpdateCmdlet.DomainName">
            <summary>
            <para>
            <para>The name of the domain that you want to stop the latest service software update on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.StopESElasticsearchServiceSoftwareUpdateCmdlet.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.ES.UpdateESDomainConfigCmdlet">
            <summary>
            Modifies the cluster configuration of the specified Elasticsearch domain, setting
            as setting the instance type and the number of instances.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.AccessPolicy">
            <summary>
            <para>
            <para>IAM access policy as a JSON-formatted string.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.AdvancedOption">
            <summary>
            <para>
            <para>Modifies the advanced option to allow references to indices in an HTTP request body.
            Must be <code>false</code> when configuring access to individual sub-resources. By
            default, the value is <code>true</code>. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options" target="_blank">Configuration Advanced Options</a> for more information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.SnapshotOptions_AutomatedSnapshotStartHour">
            <summary>
            <para>
            <para>Specifies the time, in UTC format, when the service takes a daily automated snapshot
            of the specified Elasticsearch domain. Default value is <code>0</code> hours.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.ZoneAwarenessConfig_AvailabilityZoneCount">
            <summary>
            <para>
            <para>An integer value to indicate the number of availability zones for a domain when zone
            awareness is enabled. This should be equal to number of subnets if VPC endpoints is
            enabled</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.ElasticsearchClusterConfig_DedicatedMasterCount">
            <summary>
            <para>
            <para>Total number of dedicated master nodes, active and on standby, for the cluster.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.ElasticsearchClusterConfig_DedicatedMasterEnabled">
            <summary>
            <para>
            <para>A boolean value to indicate whether a dedicated master node is enabled. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-dedicatedmasternodes" target="_blank">About Dedicated Master Nodes</a> for more information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.ElasticsearchClusterConfig_DedicatedMasterType">
            <summary>
            <para>
            <para>The instance type for a dedicated master node.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.DomainName">
            <summary>
            <para>
            <para>The name of the Elasticsearch domain that you are updating. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.EBSOptions_EBSEnabled">
            <summary>
            <para>
            <para>Specifies whether EBS-based storage is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.CognitoOptions_Enabled">
            <summary>
            <para>
            <para>Specifies the option to enable Cognito for Kibana authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.CognitoOptions_IdentityPoolId">
            <summary>
            <para>
            <para>Specifies the Cognito identity pool ID for Kibana authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.ElasticsearchClusterConfig_InstanceCount">
            <summary>
            <para>
            <para>The number of instances in the specified domain cluster.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.ElasticsearchClusterConfig_InstanceType">
            <summary>
            <para>
            <para>The instance type for an Elasticsearch cluster.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.EBSOptions_Iops">
            <summary>
            <para>
            <para>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.LogPublishingOption">
            <summary>
            <para>
            <para>Map of <code>LogType</code> and <code>LogPublishingOption</code>, each containing
            options to publish a given type of Elasticsearch log.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.CognitoOptions_RoleArn">
            <summary>
            <para>
            <para>Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito
            resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.VPCOptions_SecurityGroupId">
            <summary>
            <para>
            <para>Specifies the security groups for VPC endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.VPCOptions_SubnetId">
            <summary>
            <para>
            <para>Specifies the subnets for VPC endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.CognitoOptions_UserPoolId">
            <summary>
            <para>
            <para>Specifies the Cognito user pool ID for Kibana authentication.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.EBSOptions_VolumeSize">
            <summary>
            <para>
            <para> Integer to specify the size of an EBS volume.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.EBSOptions_VolumeType">
            <summary>
            <para>
            <para> Specifies the volume type for EBS-based storage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.ElasticsearchClusterConfig_ZoneAwarenessEnabled">
            <summary>
            <para>
            <para>A boolean value to indicate whether zone awareness is enabled. See <a href="http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-zoneawareness" target="_blank">About Zone Awareness</a> for more information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESDomainConfigCmdlet.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.ES.UpdateESElasticsearchDomainCmdlet">
            <summary>
            Allows you to either upgrade your domain or perform an Upgrade eligibility check to
            a compatible Elasticsearch version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESElasticsearchDomainCmdlet.DomainName">
            <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.ES.UpdateESElasticsearchDomainCmdlet.PerformCheckOnly">
            <summary>
            <para>
            <para> This flag, when set to True, indicates that an Upgrade Eligibility Check needs to
            be performed. This will not actually perform the Upgrade. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESElasticsearchDomainCmdlet.TargetVersion">
            <summary>
            <para>
            <para>The version of Elasticsearch that you intend to upgrade the domain to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ES.UpdateESElasticsearchDomainCmdlet.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>