AWS.Tools.ApplicationAutoScaling.dll-Help.xml

<helpItems schema="maml"><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Add-AASResourceTag</name><description><para>Calls the Application Auto Scaling TagResource API operation.</para></description><verb>Add</verb><noun>AASResourceTag</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Adds or edits tags on an Application Auto Scaling scalable target.
Each tag consists of a tag key and a tag value, which are both case-sensitive strings. To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag key and a new tag value.
You can use this operation to tag an Application Auto Scaling scalable target, but you cannot tag a scaling policy or scheduled action.
You can also add tags to an Application Auto Scaling scalable target while creating it (<c>RegisterScalableTarget</c>).
For general information about tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference</i>.
Use tags to control access to a scalable target. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/resource-tagging-support.html">Tagging support for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><syntax><syntaxItem><name>Add-AASResourceTag</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ResourceARN</name><description><para>Identifies the Application Auto Scaling scalable target that you want to apply tags to.
For example: <c>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</c>
To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tag</name><description><para>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
Each tag consists of a tag key and a tag value.
You cannot have more than one tag on an Application Auto Scaling scalable target with the same tag key. If you specify an existing tag key with a different tag value, Application Auto Scaling replaces the current tag value with the specified one.
For information about the rules that apply to tag keys and tag values, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">User-defined tag restrictions</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Collections.Hashtable</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.TagResourceResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ResourceARN parameter. The -PassThru parameter is deprecated, use -Select &#39;^ResourceARN&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ResourceARN parameter. The -PassThru parameter is deprecated, use -Select &#39;^ResourceARN&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ResourceARN</name><description><para>Identifies the Application Auto Scaling scalable target that you want to apply tags to.
For example: <c>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</c>
To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.TagResourceResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tag</name><description><para>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
Each tag consists of a tag key and a tag value.
You cannot have more than one tag on an Application Auto Scaling scalable target with the same tag key. If you specify an existing tag key with a different tag value, Application Auto Scaling replaces the current tag value with the specified one.
For information about the rules that apply to tag keys and tag values, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">User-defined tag restrictions</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Collections.Hashtable</parameterValue><type><name>System.Collections.Hashtable</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>None or Amazon.ApplicationAutoScaling.Model.TagResourceResponse</name><uri /><description /></type><description><para>This cmdlet does not generate any output.The service response (type Amazon.ApplicationAutoScaling.Model.TagResourceResponse) can be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Add-AASResourceTag.html&amp;tocid=Add-AASResourceTag</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Remove-AASResourceTag</name><description><para>Calls the Application Auto Scaling UntagResource API operation.</para></description><verb>Remove</verb><noun>AASResourceTag</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Deletes tags from an Application Auto Scaling scalable target. To delete a tag, specify the tag key and the Application Auto Scaling scalable target. </para></description><syntax><syntaxItem><name>Remove-AASResourceTag</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ResourceARN</name><description><para>Identifies the Application Auto Scaling scalable target from which to remove tags.
For example: <c>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</c>
To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TagKey</name><description><para>One or more tag keys. Specify only the tag keys, not the tag values. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.UntagResourceResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ResourceARN parameter. The -PassThru parameter is deprecated, use -Select &#39;^ResourceARN&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ResourceARN parameter. The -PassThru parameter is deprecated, use -Select &#39;^ResourceARN&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ResourceARN</name><description><para>Identifies the Application Auto Scaling scalable target from which to remove tags.
For example: <c>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</c>
To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.UntagResourceResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TagKey</name><description><para>One or more tag keys. Specify only the tag keys, not the tag values. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>None or Amazon.ApplicationAutoScaling.Model.UntagResourceResponse</name><uri /><description /></type><description><para>This cmdlet does not generate any output.The service response (type Amazon.ApplicationAutoScaling.Model.UntagResourceResponse) can be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Remove-AASResourceTag.html&amp;tocid=Remove-AASResourceTag</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-AASResourceTag</name><description><para>Calls the Application Auto Scaling ListTagsForResource API operation.</para></description><verb>Get</verb><noun>AASResourceTag</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Returns all the tags on the specified Application Auto Scaling scalable target.
For general information about tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference</i>. </para></description><syntax><syntaxItem><name>Get-AASResourceTag</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ResourceARN</name><description><para>Specify the ARN of the scalable target.
For example: <c>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</c>
To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;Tags&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ResourceARN parameter. The -PassThru parameter is deprecated, use -Select &#39;^ResourceARN&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ResourceARN parameter. The -PassThru parameter is deprecated, use -Select &#39;^ResourceARN&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ResourceARN</name><description><para>Specify the ARN of the scalable target.
For example: <c>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</c>
To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;Tags&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>System.String or Amazon.ApplicationAutoScaling.Model.ListTagsForResourceResponse</name><uri /><description /></type><description><para>This cmdlet returns a collection of System.String objects.
The service call response (type Amazon.ApplicationAutoScaling.Model.ListTagsForResourceResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-AASResourceTag.html&amp;tocid=Get-AASResourceTag</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-AASScalableTarget</name><description><para>Calls the Application Auto Scaling DescribeScalableTargets API operation.</para></description><verb>Get</verb><noun>AASScalableTarget</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Gets information about the scalable targets in the specified namespace.
You can filter the results using <c>ResourceIds</c> and <c>ScalableDimension</c>.
<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. </para></description><syntax><syntaxItem><name>Get-AASScalableTarget</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxResult</name><description><para>The maximum number of scalable targets. This value can be between 1 and 50. The default value is 50.
If this parameter is used, the operation returns up to <c>MaxResults</c> results at a time, along with a <c>NextToken</c> value. To get the next set of results, include the <c>NextToken</c> value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a <c>NextToken</c> value, if applicable.
<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></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NextToken</name><description><para>The token for the next set of results.
<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 &#39;-NextToken $null&#39; for the first call and &#39;-NextToken $AWSHistory.LastServiceResponse.NextToken&#39; for subsequent calls. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScalableTargets&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DescribeScalableTargetsResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.DescribeScalableTargetsResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NoAutoIteration</name><description><para>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 &#39;page&#39; of results using the value of NextToken as the start point. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxResult</name><description><para>The maximum number of scalable targets. This value can be between 1 and 50. The default value is 50.
If this parameter is used, the operation returns up to <c>MaxResults</c> results at a time, along with a <c>NextToken</c> value. To get the next set of results, include the <c>NextToken</c> value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a <c>NextToken</c> value, if applicable.
<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></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NextToken</name><description><para>The token for the next set of results.
<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 &#39;-NextToken $null&#39; for the first call and &#39;-NextToken $AWSHistory.LastServiceResponse.NextToken&#39; for subsequent calls. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NoAutoIteration</name><description><para>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 &#39;page&#39; of results using the value of NextToken as the start point. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScalableTargets&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DescribeScalableTargetsResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.DescribeScalableTargetsResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.ApplicationAutoScaling.Model.ScalableTarget or Amazon.ApplicationAutoScaling.Model.DescribeScalableTargetsResponse</name><uri /><description /></type><description><para>This cmdlet returns a collection of Amazon.ApplicationAutoScaling.Model.ScalableTarget objects.
The service call response (type Amazon.ApplicationAutoScaling.Model.DescribeScalableTargetsResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-AASScalableTarget.html&amp;tocid=Get-AASScalableTarget</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Get-AASScalableTarget -ServiceNamespace "AppStream"
                                                                                                                        
CreationTime : 11/7/2019 2:30:03 AM
MaxCapacity : 5
MinCapacity : 1
ResourceId : fleet/Test
RoleARN : arn:aws:iam::012345678912:role/aws-service-role/appstream.application-autoscaling.amazonaws.com/AWSServiceRoleForApplicationAutoScaling_AppStreamFleet
ScalableDimension : appstream:fleet:DesiredCapacity
ServiceNamespace : appstream
SuspendedState : Amazon.ApplicationAutoScaling.Model.SuspendedState</code><remarks><para>Description</para><para>-----------</para><para>This example will provide information about the Application Autoscaling Scalable targets in the specified namespace.</para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-AASScalingPolicy</name><description><para>Calls the Application Auto Scaling DescribeScalingPolicies API operation.</para></description><verb>Get</verb><noun>AASScalingPolicy</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Describes the Application Auto Scaling scaling policies for the specified service namespace.
You can filter the results using <c>ResourceId</c>, <c>ScalableDimension</c>, and <c>PolicyNames</c>.
For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target tracking scaling policies</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step scaling policies</a> in the <i>Application Auto Scaling 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. </para></description><syntax><syntaxItem><name>Get-AASScalingPolicy</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PolicyName</name><description><para>The names of the scaling policies to describe. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxResult</name><description><para>The maximum number of scalable targets. This value can be between 1 and 10. The default value is 10.
If this parameter is used, the operation returns up to <c>MaxResults</c> results at a time, along with a <c>NextToken</c> value. To get the next set of results, include the <c>NextToken</c> value in a subsequent call. If this parameter is not used, the operation returns up to 10 results and a <c>NextToken</c> value, if applicable.
<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></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NextToken</name><description><para>The token for the next set of results.
<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 &#39;-NextToken $null&#39; for the first call and &#39;-NextToken $AWSHistory.LastServiceResponse.NextToken&#39; for subsequent calls. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScalingPolicies&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DescribeScalingPoliciesResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.DescribeScalingPoliciesResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NoAutoIteration</name><description><para>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 &#39;page&#39; of results using the value of NextToken as the start point. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxResult</name><description><para>The maximum number of scalable targets. This value can be between 1 and 10. The default value is 10.
If this parameter is used, the operation returns up to <c>MaxResults</c> results at a time, along with a <c>NextToken</c> value. To get the next set of results, include the <c>NextToken</c> value in a subsequent call. If this parameter is not used, the operation returns up to 10 results and a <c>NextToken</c> value, if applicable.
<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></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NextToken</name><description><para>The token for the next set of results.
<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 &#39;-NextToken $null&#39; for the first call and &#39;-NextToken $AWSHistory.LastServiceResponse.NextToken&#39; for subsequent calls. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NoAutoIteration</name><description><para>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 &#39;page&#39; of results using the value of NextToken as the start point. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PolicyName</name><description><para>The names of the scaling policies to describe. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScalingPolicies&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DescribeScalingPoliciesResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.DescribeScalingPoliciesResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.ApplicationAutoScaling.Model.ScalingPolicy or Amazon.ApplicationAutoScaling.Model.DescribeScalingPoliciesResponse</name><uri /><description /></type><description><para>This cmdlet returns a collection of Amazon.ApplicationAutoScaling.Model.ScalingPolicy objects.
The service call response (type Amazon.ApplicationAutoScaling.Model.DescribeScalingPoliciesResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-AASScalingPolicy.html&amp;tocid=Get-AASScalingPolicy</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Get-AASScalingPolicy -ServiceNamespace AppStream
 
Alarms : {Appstream2-LabFleet-default-scale-out-Alarm}
CreationTime : 9/3/2019 2:48:15 AM
PolicyARN : arn:aws:autoscaling:us-west-2:012345678912:scalingPolicy:5659b069-b5cd-4af1-9f7f-3e956d36233e:resource/appstream/fleet/LabFleet:
                                           policyName/default-scale-out
PolicyName : default-scale-out
PolicyType : StepScaling
ResourceId : fleet/LabFleet
ScalableDimension : appstream:fleet:DesiredCapacity
ServiceNamespace : appstream
StepScalingPolicyConfiguration : Amazon.ApplicationAutoScaling.Model.StepScalingPolicyConfiguration
TargetTrackingScalingPolicyConfiguration :
 
Alarms : {Appstream2-LabFleet-default-scale-in-Alarm}
CreationTime : 9/3/2019 2:48:15 AM
PolicyARN : arn:aws:autoscaling:us-west-2:012345678912:scalingPolicy:5659b069-b5cd-4af1-9f7f-3e956d36233e:resource/appstream/fleet/LabFleet:
                                           policyName/default-scale-in
PolicyName : default-scale-in
PolicyType : StepScaling
ResourceId : fleet/LabFleet
ScalableDimension : appstream:fleet:DesiredCapacity
ServiceNamespace : appstream
StepScalingPolicyConfiguration : Amazon.ApplicationAutoScaling.Model.StepScalingPolicyConfiguration
TargetTrackingScalingPolicyConfiguration :</code><remarks><para>Description</para><para>-----------</para><para>This cmdlet describe the Application Auto Scaling scaling policies for the specified service namespace.</para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-AASScheduledAction</name><description><para>Calls the Application Auto Scaling DescribeScheduledActions API operation.</para></description><verb>Get</verb><noun>AASScheduledAction</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Describes the Application Auto Scaling scheduled actions for the specified service namespace.
You can filter the results using the <c>ResourceId</c>, <c>ScalableDimension</c>, and <c>ScheduledActionNames</c> parameters.
For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scheduled-scaling.html">Scheduled scaling</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/scheduled-scaling-additional-cli-commands.html">Managing scheduled scaling</a> in the <i>Application Auto Scaling 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. </para></description><syntax><syntaxItem><name>Get-AASScheduledAction</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScheduledActionName</name><description><para>The names of the scheduled actions to describe. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxResult</name><description><para>The maximum number of scheduled action results. This value can be between 1 and 50. The default value is 50.
If this parameter is used, the operation returns up to <c>MaxResults</c> results at a time, along with a <c>NextToken</c> value. To get the next set of results, include the <c>NextToken</c> value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a <c>NextToken</c> value, if applicable.
<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></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NextToken</name><description><para>The token for the next set of results.
<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 &#39;-NextToken $null&#39; for the first call and &#39;-NextToken $AWSHistory.LastServiceResponse.NextToken&#39; for subsequent calls. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScheduledActions&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DescribeScheduledActionsResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.DescribeScheduledActionsResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NoAutoIteration</name><description><para>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 &#39;page&#39; of results using the value of NextToken as the start point. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxResult</name><description><para>The maximum number of scheduled action results. This value can be between 1 and 50. The default value is 50.
If this parameter is used, the operation returns up to <c>MaxResults</c> results at a time, along with a <c>NextToken</c> value. To get the next set of results, include the <c>NextToken</c> value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a <c>NextToken</c> value, if applicable.
<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></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NextToken</name><description><para>The token for the next set of results.
<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 &#39;-NextToken $null&#39; for the first call and &#39;-NextToken $AWSHistory.LastServiceResponse.NextToken&#39; for subsequent calls. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NoAutoIteration</name><description><para>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 &#39;page&#39; of results using the value of NextToken as the start point. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScheduledActionName</name><description><para>The names of the scheduled actions to describe. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScheduledActions&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DescribeScheduledActionsResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.DescribeScheduledActionsResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.ApplicationAutoScaling.Model.ScheduledAction or Amazon.ApplicationAutoScaling.Model.DescribeScheduledActionsResponse</name><uri /><description /></type><description><para>This cmdlet returns a collection of Amazon.ApplicationAutoScaling.Model.ScheduledAction objects.
The service call response (type Amazon.ApplicationAutoScaling.Model.DescribeScheduledActionsResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-AASScheduledAction.html&amp;tocid=Get-AASScheduledAction</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Get-AASScheduledAction -ServiceNamespace AppStream
                                                                                                      
CreationTime : 12/22/2019 9:25:52 AM
EndTime : 1/1/0001 12:00:00 AM
ResourceId : fleet/MyFleet
ScalableDimension : appstream:fleet:DesiredCapacity
ScalableTargetAction : Amazon.ApplicationAutoScaling.Model.ScalableTargetAction
Schedule : cron(0 0 8 ? * MON-FRI *)
ScheduledActionARN : arn:aws:autoscaling:us-west-2:012345678912:scheduledAction:4897ca24-3caa-4bf1-8484-851a089b243c:resource/appstream/fleet/MyFleet:scheduledActionName
                       /WeekDaysFleetScaling
ScheduledActionName : WeekDaysFleetScaling
ServiceNamespace : appstream
StartTime : 1/1/0001 12:00:00 AM</code><remarks><para>Description</para><para>-----------</para><para>This cmdlet lists the actions scheduled for your Auto Scaling group that haven't run or that have not reached their end time. </para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-AASScalingActivity</name><description><para>Calls the Application Auto Scaling DescribeScalingActivities API operation.</para></description><verb>Get</verb><noun>AASScalingActivity</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Provides descriptive information about the scaling activities in the specified namespace from the previous six weeks.
You can filter the results using <c>ResourceId</c> and <c>ScalableDimension</c>.
For information about viewing scaling activities using the Amazon Web Services CLI, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scaling-activities.html">Scaling activities for Application Auto Scaling</a>.
<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. </para></description><syntax><syntaxItem><name>Get-AASScalingActivity</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>IncludeNotScaledActivity</name><description><para>Specifies whether to include activities that aren&#39;t scaled (<i>not scaled activities</i>) in the response. Not scaled activities are activities that aren&#39;t completed or started for various reasons, such as preventing infinite scaling loops. For help interpreting the not scaled reason details in the response, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scaling-activities.html">Scaling activities for Application Auto Scaling</a>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxResult</name><description><para>The maximum number of scalable targets. This value can be between 1 and 50. The default value is 50.
If this parameter is used, the operation returns up to <c>MaxResults</c> results at a time, along with a <c>NextToken</c> value. To get the next set of results, include the <c>NextToken</c> value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a <c>NextToken</c> value, if applicable.
<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></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NextToken</name><description><para>The token for the next set of results.
<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 &#39;-NextToken $null&#39; for the first call and &#39;-NextToken $AWSHistory.LastServiceResponse.NextToken&#39; for subsequent calls. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScalingActivities&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DescribeScalingActivitiesResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.DescribeScalingActivitiesResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NoAutoIteration</name><description><para>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 &#39;page&#39; of results using the value of NextToken as the start point. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>IncludeNotScaledActivity</name><description><para>Specifies whether to include activities that aren&#39;t scaled (<i>not scaled activities</i>) in the response. Not scaled activities are activities that aren&#39;t completed or started for various reasons, such as preventing infinite scaling loops. For help interpreting the not scaled reason details in the response, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scaling-activities.html">Scaling activities for Application Auto Scaling</a>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxResult</name><description><para>The maximum number of scalable targets. This value can be between 1 and 50. The default value is 50.
If this parameter is used, the operation returns up to <c>MaxResults</c> results at a time, along with a <c>NextToken</c> value. To get the next set of results, include the <c>NextToken</c> value in a subsequent call. If this parameter is not used, the operation returns up to 50 results and a <c>NextToken</c> value, if applicable.
<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></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NextToken</name><description><para>The token for the next set of results.
<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 &#39;-NextToken $null&#39; for the first call and &#39;-NextToken $AWSHistory.LastServiceResponse.NextToken&#39; for subsequent calls. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>NoAutoIteration</name><description><para>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 &#39;page&#39; of results using the value of NextToken as the start point. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scaling activity. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScalingActivities&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DescribeScalingActivitiesResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.DescribeScalingActivitiesResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.ApplicationAutoScaling.Model.ScalingActivity or Amazon.ApplicationAutoScaling.Model.DescribeScalingActivitiesResponse</name><uri /><description /></type><description><para>This cmdlet returns a collection of Amazon.ApplicationAutoScaling.Model.ScalingActivity objects.
The service call response (type Amazon.ApplicationAutoScaling.Model.DescribeScalingActivitiesResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-AASScalingActivity.html&amp;tocid=Get-AASScalingActivity</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Get-AASScalingActivity -ServiceNamespace AppStream
 
ActivityId : 2827409f-b639-4cdb-a957-8055d5d07434
Cause : monitor alarm Appstream2-MyFleet-default-scale-in-Alarm in state ALARM triggered policy default-scale-in
Description : Setting desired capacity to 2.
Details :
EndTime : 12/14/2019 11:32:49 AM
ResourceId : fleet/MyFleet
ScalableDimension : appstream:fleet:DesiredCapacity
ServiceNamespace : appstream
StartTime : 12/14/2019 11:32:14 AM
StatusCode : Successful
StatusMessage : Successfully set desired capacity to 2. Change successfully fulfilled by appstream.</code><remarks><para>Description</para><para>-----------</para><para>Provides descriptive information about the scaling activities in the specified namespace from the previous six weeks.</para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Remove-AASScalableTarget</name><description><para>Calls the Application Auto Scaling DeregisterScalableTarget API operation.</para></description><verb>Remove</verb><noun>AASScalableTarget</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Deregisters an Application Auto Scaling scalable target when you have finished using it. To see which resources have been registered, use <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DescribeScalableTargets.html">DescribeScalableTargets</a>.
Deregistering a scalable target deletes the scaling policies and the scheduled actions that are associated with it. </para></description><syntax><syntaxItem><name>Remove-AASScalableTarget</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DeregisterScalableTargetResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DeregisterScalableTargetResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>None or Amazon.ApplicationAutoScaling.Model.DeregisterScalableTargetResponse</name><uri /><description /></type><description><para>This cmdlet does not generate any output.The service response (type Amazon.ApplicationAutoScaling.Model.DeregisterScalableTargetResponse) can be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Remove-AASScalableTarget.html&amp;tocid=Remove-AASScalableTarget</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Remove-AASScalableTarget -ResourceId fleet/MyFleet -ScalableDimension appstream:fleet:DesiredCapacity -ServiceNamespace AppStream
 
Confirm
Are you sure you want to perform this action?
Performing the operation "Remove-AASScalableTarget (DeregisterScalableTarget)" on target "fleet/MyFleet".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y</code><remarks><para>Description</para><para>-----------</para><para>This cmdlet deregisters an Application Auto Scaling scalable target.Deregistering a scalable target deletes the scaling policies that are associated with it.</para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Add-AASScalableTarget</name><description><para>Calls the Application Auto Scaling RegisterScalableTarget API operation.</para></description><verb>Add</verb><noun>AASScalableTarget</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Registers or updates a scalable target, which is the resource that you want to scale.
Scalable targets are uniquely identified by the combination of resource ID, scalable dimension, and namespace, which represents some capacity dimension of the underlying service.
When you register a new scalable target, you must specify values for the minimum and maximum capacity. If the specified resource is not active in the target service, this operation does not change the resource&amp;#39;s current capacity. Otherwise, it changes the resource&amp;#39;s current capacity to a value that is inside of this range.
If you add a scaling policy, current capacity is adjustable within the specified range when scaling starts. Application Auto Scaling scaling policies will not scale capacity to values that are outside of the minimum and maximum range.
After you register a scalable target, you do not need to register it again to use other Application Auto Scaling operations. To see which resources have been registered, use <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DescribeScalableTargets.html">DescribeScalableTargets</a>. You can also view the scaling policies for a service namespace by using <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DescribeScalableTargets.html">DescribeScalableTargets</a>. If you no longer need a scalable target, you can deregister it by using <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DeregisterScalableTarget.html">DeregisterScalableTarget</a>.
To update a scalable target, specify the parameters that you want to change. Include the parameters that identify the scalable target: resource ID, scalable dimension, and namespace. Any parameters that you don&amp;#39;t specify are not changed by this update request.
If you call the <c>RegisterScalableTarget</c> API operation to create a scalable target, there might be a brief delay until the operation achieves <a href="https://en.wikipedia.org/wiki/Eventual_consistency">eventual consistency</a>. You might become aware of this brief delay if you get unexpected errors when performing sequential operations. The typical strategy is to retry the request, and some Amazon Web Services SDKs include automatic backoff and retry logic.
If you call the <c>RegisterScalableTarget</c> API operation to update an existing scalable target, Application Auto Scaling retrieves the current capacity of the resource. If it&amp;#39;s below the minimum capacity or above the maximum capacity, Application Auto Scaling adjusts the capacity of the scalable target to place it within these bounds, even if you don&amp;#39;t include the <c>MinCapacity</c> or <c>MaxCapacity</c> request parameters. </para></description><syntax><syntaxItem><name>Add-AASScalableTarget</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SuspendedState_DynamicScalingInSuspended</name><description><para>Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to <c>true</c> if you don&#39;t want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is <c>false</c>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SuspendedState_DynamicScalingOutSuspended</name><description><para>Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to <c>true</c> if you don&#39;t want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is <c>false</c>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxCapacity</name><description><para>The maximum value that you plan to scale out to. When a scaling policy is in effect, Application Auto Scaling can scale out (expand) as needed to the maximum capacity limit in response to changing demand. This property is required when registering a new scalable target.
Although you can specify a large maximum capacity, note that service quotas might impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html">Service endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MinCapacity</name><description><para>The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand. This property is required when registering a new scalable target.
For the following resources, the minimum value allowed is 0.
 - AppStream 2.0 fleets
 - Aurora DB clusters
 - ECS services
 - EMR clusters
 - Lambda provisioned concurrency
 - SageMaker endpoint variants
 - SageMaker Serverless endpoint provisioned concurrency
 - Spot Fleets
 - custom resources
It&#39;s strongly recommended that you specify a value greater than 0. A value greater than 0 means that data points are continuously reported to CloudWatch that scaling policies can use to scale on a metric like average CPU utilization.
For all other resources, the minimum allowed value depends on the type of resource that you are using. If you provide a value that is lower than what a resource can accept, an error occurs. In which case, the error message will provide the minimum value that the resource can accept. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource that is associated with the scalable target. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>RoleARN</name><description><para>This parameter is required for services that do not support service-linked roles (such as Amazon EMR), and it must specify the ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.
If the service supports service-linked roles, Application Auto Scaling uses a service-linked role, which it creates if it does not yet exist. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-roles">Application Auto Scaling IAM roles</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SuspendedState_ScheduledScalingSuspended</name><description><para>Whether scheduled scaling is suspended. Set the value to <c>true</c> if you don&#39;t want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is <c>false</c>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tag</name><description><para>Assigns one or more tags to the scalable target. Use this parameter to tag the scalable target when it is created. To tag an existing scalable target, use the <a>TagResource</a> operation.
Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required. You cannot have more than one tag on a scalable target with the same tag key.
Use tags to control access to a scalable target. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/resource-tagging-support.html">Tagging support for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Collections.Hashtable</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScalableTargetARN&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.RegisterScalableTargetResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.RegisterScalableTargetResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxCapacity</name><description><para>The maximum value that you plan to scale out to. When a scaling policy is in effect, Application Auto Scaling can scale out (expand) as needed to the maximum capacity limit in response to changing demand. This property is required when registering a new scalable target.
Although you can specify a large maximum capacity, note that service quotas might impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html">Service endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MinCapacity</name><description><para>The minimum value that you plan to scale in to. When a scaling policy is in effect, Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to changing demand. This property is required when registering a new scalable target.
For the following resources, the minimum value allowed is 0.
 - AppStream 2.0 fleets
 - Aurora DB clusters
 - ECS services
 - EMR clusters
 - Lambda provisioned concurrency
 - SageMaker endpoint variants
 - SageMaker Serverless endpoint provisioned concurrency
 - Spot Fleets
 - custom resources
It&#39;s strongly recommended that you specify a value greater than 0. A value greater than 0 means that data points are continuously reported to CloudWatch that scaling policies can use to scale on a metric like average CPU utilization.
For all other resources, the minimum allowed value depends on the type of resource that you are using. If you provide a value that is lower than what a resource can accept, an error occurs. In which case, the error message will provide the minimum value that the resource can accept. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource that is associated with the scalable target. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>RoleARN</name><description><para>This parameter is required for services that do not support service-linked roles (such as Amazon EMR), and it must specify the ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.
If the service supports service-linked roles, Application Auto Scaling uses a service-linked role, which it creates if it does not yet exist. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-roles">Application Auto Scaling IAM roles</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension associated with the scalable target. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;ScalableTargetARN&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.RegisterScalableTargetResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.RegisterScalableTargetResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SuspendedState_DynamicScalingInSuspended</name><description><para>Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Set the value to <c>true</c> if you don&#39;t want Application Auto Scaling to remove capacity when a scaling policy is triggered. The default is <c>false</c>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SuspendedState_DynamicScalingOutSuspended</name><description><para>Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Set the value to <c>true</c> if you don&#39;t want Application Auto Scaling to add capacity when a scaling policy is triggered. The default is <c>false</c>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SuspendedState_ScheduledScalingSuspended</name><description><para>Whether scheduled scaling is suspended. Set the value to <c>true</c> if you don&#39;t want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is <c>false</c>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tag</name><description><para>Assigns one or more tags to the scalable target. Use this parameter to tag the scalable target when it is created. To tag an existing scalable target, use the <a>TagResource</a> operation.
Each tag consists of a tag key and a tag value. Both the tag key and the tag value are required. You cannot have more than one tag on a scalable target with the same tag key.
Use tags to control access to a scalable target. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/resource-tagging-support.html">Tagging support for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Collections.Hashtable</parameterValue><type><name>System.Collections.Hashtable</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>System.String or Amazon.ApplicationAutoScaling.Model.RegisterScalableTargetResponse</name><uri /><description /></type><description><para>This cmdlet returns a System.String object.
The service call response (type Amazon.ApplicationAutoScaling.Model.RegisterScalableTargetResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Add-AASScalableTarget.html&amp;tocid=Add-AASScalableTarget</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Add-AASScalableTarget -ServiceNamespace AppStream -ResourceId fleet/MyFleet -ScalableDimension appstream:fleet:DesiredCapacity -MinCapacity 2 -MaxCapacity 10</code><remarks><para>Description</para><para>-----------</para><para>This cmdlet registers or updates a scalable target. A scalable target is a resource that Application Auto Scaling can scale out and scale in.</para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Remove-AASScheduledAction</name><description><para>Calls the Application Auto Scaling DeleteScheduledAction API operation.</para></description><verb>Remove</verb><noun>AASScheduledAction</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Deletes the specified scheduled action for an Application Auto Scaling scalable target.
For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/scheduled-scaling-additional-cli-commands.html#delete-scheduled-action">Delete a scheduled action</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><syntax><syntaxItem><name>Remove-AASScheduledAction</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ScheduledActionName</name><description><para>The name of the scheduled action. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DeleteScheduledActionResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ScheduledActionName parameter. The -PassThru parameter is deprecated, use -Select &#39;^ScheduledActionName&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ScheduledActionName parameter. The -PassThru parameter is deprecated, use -Select &#39;^ScheduledActionName&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ScheduledActionName</name><description><para>The name of the scheduled action. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DeleteScheduledActionResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>None or Amazon.ApplicationAutoScaling.Model.DeleteScheduledActionResponse</name><uri /><description /></type><description><para>This cmdlet does not generate any output.The service response (type Amazon.ApplicationAutoScaling.Model.DeleteScheduledActionResponse) can be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Remove-AASScheduledAction.html&amp;tocid=Remove-AASScheduledAction</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Remove-AASScheduledAction -ServiceNamespace AppStream -ScheduledActionName WeekDaysFleetScaling -ResourceId fleet/MyFleet -ScalableDimension appstream:fleet:DesiredCapacity
Confirm
Are you sure you want to perform this action?
Performing the operation "Remove-AASScheduledAction (DeleteScheduledAction)" on target "WeekDaysFleetScaling".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y</code><remarks><para>Description</para><para>-----------</para><para>This cmdlet deletes the specified scheduled action for an Application Auto Scaling scalable target.</para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Remove-AASScalingPolicy</name><description><para>Calls the Application Auto Scaling DeleteScalingPolicy API operation.</para></description><verb>Remove</verb><noun>AASScalingPolicy</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Deletes the specified scaling policy for an Application Auto Scaling scalable target.
Deleting a step scaling policy deletes the underlying alarm action, but does not delete the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated action.
For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/create-step-scaling-policy-cli.html#delete-step-scaling-policy">Delete a step scaling policy</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/create-target-tracking-policy-cli.html#delete-target-tracking-policy">Delete a target tracking scaling policy</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><syntax><syntaxItem><name>Remove-AASScalingPolicy</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PolicyName</name><description><para>The name of the scaling policy. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DeleteScalingPolicyResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PolicyName</name><description><para>The name of the scaling policy. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.DeleteScalingPolicyResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>None or Amazon.ApplicationAutoScaling.Model.DeleteScalingPolicyResponse</name><uri /><description /></type><description><para>This cmdlet does not generate any output.The service response (type Amazon.ApplicationAutoScaling.Model.DeleteScalingPolicyResponse) can be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Remove-AASScalingPolicy.html&amp;tocid=Remove-AASScalingPolicy</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Remove-AASScalingPolicy -ServiceNamespace AppStream -PolicyName "default-scale-out" -ResourceId fleet/Test -ScalableDimension appstream:fleet:DesiredCapacity</code><remarks><para>Description</para><para>-----------</para><para>This cmdlet deletes the specified scaling policy for an Application Auto Scaling scalable target.</para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Set-AASScheduledAction</name><description><para>Calls the Application Auto Scaling PutScheduledAction API operation.</para></description><verb>Set</verb><noun>AASScheduledAction</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Creates or updates a scheduled action for an Application Auto Scaling scalable target.
Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scheduled action applies to the scalable target identified by those three attributes. You cannot create a scheduled action until you have registered the resource as a scalable target.
When you specify start and end times with a recurring schedule using a cron expression or rates, they form the boundaries for when the recurring action starts and stops.
To update a scheduled action, specify the parameters that you want to change. If you don&amp;#39;t specify start and end times, the old values are deleted.
For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scheduled-scaling.html">Scheduled scaling</a> in the <i>Application Auto Scaling User Guide</i>.
If a scalable target is deregistered, the scalable target is no longer available to run scheduled actions. Any scheduled actions that were specified for the scalable target are deleted. </para></description><syntax><syntaxItem><name>Set-AASScheduledAction</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ResourceId</name><description><para>The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndTime</name><description><para>The date and time for the recurring schedule to end, in UTC. </para></description><parameterValue required="true" variableLength="false">System.DateTime</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableTargetAction_MaxCapacity</name><description><para>The maximum capacity.
Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html">Service endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableTargetAction_MinCapacity</name><description><para>The minimum capacity.
When the scheduled action runs, the resource will have at least this much capacity, but it might have more depending on other settings, such as the target utilization level of a target tracking scaling policy. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Schedule</name><description><para>The schedule for this action. The following formats are supported:
 - At expressions - &quot;<c>at(<i>yyyy</i>-<i>mm</i>-<i>dd</i>T<i>hh</i>:<i>mm</i>:<i>ss</i>)</c>&quot;
 - Rate expressions - &quot;<c>rate(<i>value</i><i>unit</i>)</c>&quot;
 - Cron expressions - &quot;<c>cron(<i>fields</i>)</c>&quot;
At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.
At and cron expressions use Universal Coordinated Time (UTC) by default.
The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].
For rate expressions, <i>value</i> is a positive integer and <i>unit</i> is <c>minute</c> | <c>minutes</c> | <c>hour</c> | <c>hours</c> | <c>day</c> | <c>days</c>.
For more information and examples, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/examples-scheduled-actions.html">Example scheduled actions for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScheduledActionName</name><description><para>The name of the scheduled action. This name must be unique among all other scheduled actions on the specified scalable target. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StartTime</name><description><para>The date and time for this scheduled action to start, in UTC. </para></description><parameterValue required="true" variableLength="false">System.DateTime</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Timezone</name><description><para>Specifies the time zone used when setting a scheduled action by using an at or cron expression. If a time zone is not provided, UTC is used by default.
Valid values are the canonical names of the IANA time zones supported by Joda-Time (such as <c>Etc/GMT+9</c> or <c>Pacific/Tahiti</c>). For more information, see <a href="https://www.joda.org/joda-time/timezones.html">https://www.joda.org/joda-time/timezones.html</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.PutScheduledActionResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ResourceId parameter. The -PassThru parameter is deprecated, use -Select &#39;^ResourceId&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndTime</name><description><para>The date and time for the recurring schedule to end, in UTC. </para></description><parameterValue required="true" variableLength="false">System.DateTime</parameterValue><type><name>System.DateTime</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ResourceId parameter. The -PassThru parameter is deprecated, use -Select &#39;^ResourceId&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ResourceId</name><description><para>The identifier of the resource associated with the scheduled action. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableTargetAction_MaxCapacity</name><description><para>The maximum capacity.
Although you can specify a large maximum capacity, note that service quotas may impose lower limits. Each service has its own default quotas for the maximum capacity of the resource. If you want to specify a higher limit, you can request an increase. For more information, consult the documentation for that service. For information about the default quotas for each service, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html">Service endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableTargetAction_MinCapacity</name><description><para>The minimum capacity.
When the scheduled action runs, the resource will have at least this much capacity, but it might have more depending on other settings, such as the target utilization level of a target tracking scaling policy. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Schedule</name><description><para>The schedule for this action. The following formats are supported:
 - At expressions - &quot;<c>at(<i>yyyy</i>-<i>mm</i>-<i>dd</i>T<i>hh</i>:<i>mm</i>:<i>ss</i>)</c>&quot;
 - Rate expressions - &quot;<c>rate(<i>value</i><i>unit</i>)</c>&quot;
 - Cron expressions - &quot;<c>cron(<i>fields</i>)</c>&quot;
At expressions are useful for one-time schedules. Cron expressions are useful for scheduled actions that run periodically at a specified date and time, and rate expressions are useful for scheduled actions that run at a regular interval.
At and cron expressions use Universal Coordinated Time (UTC) by default.
The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].
For rate expressions, <i>value</i> is a positive integer and <i>unit</i> is <c>minute</c> | <c>minutes</c> | <c>hour</c> | <c>hours</c> | <c>day</c> | <c>days</c>.
For more information and examples, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/examples-scheduled-actions.html">Example scheduled actions for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScheduledActionName</name><description><para>The name of the scheduled action. This name must be unique among all other scheduled actions on the specified scalable target. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The cmdlet doesn&#39;t have a return value by default. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.PutScheduledActionResponse). Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StartTime</name><description><para>The date and time for this scheduled action to start, in UTC. </para></description><parameterValue required="true" variableLength="false">System.DateTime</parameterValue><type><name>System.DateTime</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Timezone</name><description><para>Specifies the time zone used when setting a scheduled action by using an at or cron expression. If a time zone is not provided, UTC is used by default.
Valid values are the canonical names of the IANA time zones supported by Joda-Time (such as <c>Etc/GMT+9</c> or <c>Pacific/Tahiti</c>). For more information, see <a href="https://www.joda.org/joda-time/timezones.html">https://www.joda.org/joda-time/timezones.html</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>None or Amazon.ApplicationAutoScaling.Model.PutScheduledActionResponse</name><uri /><description /></type><description><para>This cmdlet does not generate any output.The service response (type Amazon.ApplicationAutoScaling.Model.PutScheduledActionResponse) can be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Set-AASScheduledAction.html&amp;tocid=Set-AASScheduledAction</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Set-AASScheduledAction -ServiceNamespace AppStream -ResourceId fleet/MyFleet -Schedule "cron(0 0 8 ? * MON-FRI *)" -ScalableDimension appstream:fleet:DesiredCapacity -ScheduledActionName WeekDaysFleetScaling -ScalableTargetAction_MinCapacity 5 -ScalableTargetAction_MaxCapacity 10</code><remarks><para>Description</para><para>-----------</para><para>This cmdlet creates or updates a scheduled action for an Application Auto Scaling scalable target. Each scalable target is identified by a service namespace, resource ID, and scalable dimension.</para><para /><para /></remarks></example></examples></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Set-AASScalingPolicy</name><description><para>Calls the Application Auto Scaling PutScalingPolicy API operation.</para></description><verb>Set</verb><noun>AASScalingPolicy</noun><copyright><para>&amp;copy; Copyright 2012 - 2024 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Creates or updates a scaling policy for an Application Auto Scaling scalable target.
Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scaling policy applies to the scalable target identified by those three attributes. You cannot create a scaling policy until you have registered the resource as a scalable target.
Multiple scaling policies can be in force at the same time for the same scalable target. You can have one or more target tracking scaling policies, one or more step scaling policies, or both. However, there is a chance that multiple policies could conflict, instructing the scalable target to scale out or in at the same time. Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale out and scale in. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent, and the current capacity is 10, Application Auto Scaling uses the policy with the highest calculated capacity (200% of 10 = 20) and scales out to 30.
We recommend caution, however, when using target tracking scaling policies with step scaling policies because conflicts between these policies can cause undesirable behavior. For example, if the step scaling policy initiates a scale-in activity before the target tracking policy is ready to scale in, the scale-in activity will not be blocked. After the scale-in activity completes, the target tracking policy could instruct the scalable target to scale out again.
For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target tracking scaling policies</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step scaling policies</a> in the <i>Application Auto Scaling User Guide</i>.
If a scalable target is deregistered, the scalable target is no longer available to use scaling policies. Any scaling policies that were specified for the scalable target are deleted. </para></description><syntax><syntaxItem><name>Set-AASScalingPolicy</name><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_AdjustmentType</name><description><para>Specifies how the <c>ScalingAdjustment</c> value in a <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_StepAdjustment.html">StepAdjustment</a> is interpreted (for example, an absolute number or a percentage). The valid values are <c>ChangeInCapacity</c>, <c>ExactCapacity</c>, and <c>PercentChangeInCapacity</c>.
<c>AdjustmentType</c> is required if you are adding a new step scaling policy configuration. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AdjustmentType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_Cooldown</name><description><para>The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/step-scaling-policy-overview.html#step-scaling-cooldown">Cooldown period</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Dimension</name><description><para>The dimensions of the metric.
Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.Model.MetricDimension[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TargetTrackingScalingPolicyConfiguration_DisableScaleIn</name><description><para>Indicates whether scale in by the target tracking scaling policy is disabled. If the value is <c>true</c>, scale in is disabled and the target tracking scaling policy won&#39;t remove capacity from the scalable target. Otherwise, scale in is enabled and the target tracking scaling policy can remove capacity from the scalable target. The default value is <c>false</c>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_MetricAggregationType</name><description><para>The aggregation type for the CloudWatch metrics. Valid values are <c>Minimum</c>, <c>Maximum</c>, and <c>Average</c>. If the aggregation type is null, the value is treated as <c>Average</c>. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.MetricAggregationType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_MetricName</name><description><para>The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html">Metric</a> object that&#39;s returned by a call to <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html">ListMetrics</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Metric</name><description><para>The metrics to include in the target tracking scaling policy, as a metric data query. This can include both raw metric and metric math expressions. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.Model.TargetTrackingMetricDataQuery[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_MinAdjustmentMagnitude</name><description><para>The minimum value to scale by when the adjustment type is <c>PercentChangeInCapacity</c>. For example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a <c>MinAdjustmentMagnitude</c> of 2. If the service has 4 tasks and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a <c>MinAdjustmentMagnitude</c> of 2, Application Auto Scaling scales out the service by 2 tasks. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Namespace</name><description><para>The namespace of the metric. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PolicyName</name><description><para>The name of the scaling policy.
You cannot change the name of a scaling policy, but you can delete the original scaling policy and create a new scaling policy with the same settings and a different name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PolicyType</name><description><para>The scaling policy type. This parameter is required if you are creating a scaling policy.
The following policy types are supported:
<c>TargetTrackingScaling</c>—Not supported for Amazon EMR.
<c>StepScaling</c>—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target tracking scaling policies</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step scaling policies</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.PolicyType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PredefinedMetricSpecification_PredefinedMetricType</name><description><para>The metric type. The <c>ALBRequestCountPerTarget</c> metric type applies only to Spot Fleets and ECS services. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.MetricType</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PredefinedMetricSpecification_ResourceLabel</name><description><para>Identifies the resource associated with the metric type. You can&#39;t specify a resource label unless the metric type is <c>ALBRequestCountPerTarget</c> and there is a target group attached to the Spot Fleet or ECS service.
You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:
<c>app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff</c>.
Where:
 - app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt; is the final portion of the load balancer ARN
 - targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt; is the final portion of the target group ARN.
To find the ARN for an Application Load Balancer, use the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html">DescribeLoadBalancers</a> API operation. To find the ARN for the target group, use the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html">DescribeTargetGroups</a> API operation. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TargetTrackingScalingPolicyConfiguration_ScaleInCooldown</name><description><para>The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start. For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown">Define cooldown periods</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TargetTrackingScalingPolicyConfiguration_ScaleOutCooldown</name><description><para>The amount of time, in seconds, to wait for a previous scale-out activity to take effect. For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown">Define cooldown periods</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Statistic</name><description><para>The statistic of the metric. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.MetricStatistic</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_StepAdjustment</name><description><para>A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.Model.StepAdjustment[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TargetTrackingScalingPolicyConfiguration_TargetValue</name><description><para>The target value for the metric. Although this property accepts numbers of type Double, it won&#39;t accept values that are either too small or too large. Values must be in the range of -2^360 to 2^360. The value must be a valid number based on the choice of metric. For example, if the metric is CPU utilization, then the target value is a percent value that represents how much of the CPU can be used before scaling out.
If the scaling policy specifies the <c>ALBRequestCountPerTarget</c> predefined metric, specify the target utilization as the optimal average request count per target during any one-minute interval. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Unit</name><description><para>The unit of the metric. For a complete list of the units that CloudWatch supports, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">MetricDatum</a> data type in the <i>Amazon CloudWatch API Reference</i>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;*&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.PutScalingPolicyResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.PutScalingPolicyResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.AAS.AmazonApplicationAutoScalingClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</parameterValue><type><name>Amazon.ApplicationAutoScaling.AmazonApplicationAutoScalingConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Dimension</name><description><para>The dimensions of the metric.
Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.Model.MetricDimension[]</parameterValue><type><name>Amazon.ApplicationAutoScaling.Model.MetricDimension[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Metric</name><description><para>The metrics to include in the target tracking scaling policy, as a metric data query. This can include both raw metric and metric math expressions. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.Model.TargetTrackingMetricDataQuery[]</parameterValue><type><name>Amazon.ApplicationAutoScaling.Model.TargetTrackingMetricDataQuery[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_MetricName</name><description><para>The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html">Metric</a> object that&#39;s returned by a call to <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html">ListMetrics</a>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Namespace</name><description><para>The namespace of the metric. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Statistic</name><description><para>The statistic of the metric. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.MetricStatistic</parameterValue><type><name>Amazon.ApplicationAutoScaling.MetricStatistic</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>CustomizedMetricSpecification_Unit</name><description><para>The unit of the metric. For a complete list of the units that CloudWatch supports, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">MetricDatum</a> data type in the <i>Amazon CloudWatch API Reference</i>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against.
<b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Force</name><description><para>This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider&#39;s endpoint. This parameter is not required if the user&#39;s default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PassThru</name><description><para>Changes the cmdlet behavior to return the value passed to the ServiceNamespace parameter. The -PassThru parameter is deprecated, use -Select &#39;^ServiceNamespace&#39; instead. This parameter will be removed in a future version. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.SwitchParameter</parameterValue><type><name>System.Management.Automation.SwitchParameter</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PolicyName</name><description><para>The name of the scaling policy.
You cannot change the name of a scaling policy, but you can delete the original scaling policy and create a new scaling policy with the same settings and a different name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PolicyType</name><description><para>The scaling policy type. This parameter is required if you are creating a scaling policy.
The following policy types are supported:
<c>TargetTrackingScaling</c>—Not supported for Amazon EMR.
<c>StepScaling</c>—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target tracking scaling policies</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step scaling policies</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.PolicyType</parameterValue><type><name>Amazon.ApplicationAutoScaling.PolicyType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PredefinedMetricSpecification_PredefinedMetricType</name><description><para>The metric type. The <c>ALBRequestCountPerTarget</c> metric type applies only to Spot Fleets and ECS services. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.MetricType</parameterValue><type><name>Amazon.ApplicationAutoScaling.MetricType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>PredefinedMetricSpecification_ResourceLabel</name><description><para>Identifies the resource associated with the metric type. You can&#39;t specify a resource label unless the metric type is <c>ALBRequestCountPerTarget</c> and there is a target group attached to the Spot Fleet or ECS service.
You create the resource label by appending the final portion of the load balancer ARN and the final portion of the target group ARN into a single value, separated by a forward slash (/). The format of the resource label is:
<c>app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff</c>.
Where:
 - app/&lt;load-balancer-name&gt;/&lt;load-balancer-id&gt; is the final portion of the load balancer ARN
 - targetgroup/&lt;target-group-name&gt;/&lt;target-group-id&gt; is the final portion of the target group ARN.
To find the ARN for an Application Load Balancer, use the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html">DescribeLoadBalancers</a> API operation. To find the ARN for the target group, use the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html">DescribeTargetGroups</a> API operation. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)
If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user&#39;s home directory)\.aws\credentials.
If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.
As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ResourceId</name><description><para>The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.
 - ECS service - The resource type is <c>service</c> and the unique identifier is the cluster name and service name. Example: <c>service/default/sample-webapp</c>.
 - Spot Fleet - The resource type is <c>spot-fleet-request</c> and the unique identifier is the Spot Fleet request ID. Example: <c>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</c>.
 - EMR cluster - The resource type is <c>instancegroup</c> and the unique identifier is the cluster ID and instance group ID. Example: <c>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</c>.
 - AppStream 2.0 fleet - The resource type is <c>fleet</c> and the unique identifier is the fleet name. Example: <c>fleet/sample-fleet</c>.
 - DynamoDB table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>table/my-table</c>.
 - DynamoDB global secondary index - The resource type is <c>index</c> and the unique identifier is the index name. Example: <c>table/my-table/index/my-table-index</c>.
 - Aurora DB cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:my-db-cluster</c>.
 - SageMaker endpoint variant - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - Custom resources are not supported with a resource type. This parameter must specify the <c>OutputValue</c> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub repository</a>.
 - Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</c>.
 - Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <c>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</c>.
 - Lambda provisioned concurrency - The resource type is <c>function</c> and the unique identifier is the function name with a function version or alias name suffix that is not <c>$LATEST</c>. Example: <c>function:my-function:prod</c> or <c>function:my-function:1</c>.
 - Amazon Keyspaces table - The resource type is <c>table</c> and the unique identifier is the table name. Example: <c>keyspace/mykeyspace/table/mytable</c>.
 - Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN. Example: <c>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</c>.
 - Amazon ElastiCache replication group - The resource type is <c>replication-group</c> and the unique identifier is the replication group name. Example: <c>replication-group/mycluster</c>.
 - Neptune cluster - The resource type is <c>cluster</c> and the unique identifier is the cluster name. Example: <c>cluster:mycluster</c>.
 - SageMaker Serverless endpoint - The resource type is <c>variant</c> and the unique identifier is the resource ID. Example: <c>endpoint/my-end-point/variant/KMeansClustering</c>.
 - SageMaker inference component - The resource type is <c>inference-component</c> and the unique identifier is the resource ID. Example: <c>inference-component/my-inference-component</c>. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ScalableDimension</name><description><para>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
 - <c>ecs:service:DesiredCount</c> - The desired task count of an ECS service.
 - <c>elasticmapreduce:instancegroup:InstanceCount</c> - The instance count of an EMR Instance Group.
 - <c>ec2:spot-fleet-request:TargetCapacity</c> - The target capacity of a Spot Fleet.
 - <c>appstream:fleet:DesiredCapacity</c> - The desired capacity of an AppStream 2.0 fleet.
 - <c>dynamodb:table:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB table.
 - <c>dynamodb:table:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB table.
 - <c>dynamodb:index:ReadCapacityUnits</c> - The provisioned read capacity for a DynamoDB global secondary index.
 - <c>dynamodb:index:WriteCapacityUnits</c> - The provisioned write capacity for a DynamoDB global secondary index.
 - <c>rds:cluster:ReadReplicaCount</c> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.
 - <c>sagemaker:variant:DesiredInstanceCount</c> - The number of EC2 instances for a SageMaker model endpoint variant.
 - <c>custom-resource:ResourceType:Property</c> - The scalable dimension for a custom resource provided by your own application or service.
 - <c>comprehend:document-classifier-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend document classification endpoint.
 - <c>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</c> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.
 - <c>lambda:function:ProvisionedConcurrency</c> - The provisioned concurrency for a Lambda function.
 - <c>cassandra:table:ReadCapacityUnits</c> - The provisioned read capacity for an Amazon Keyspaces table.
 - <c>cassandra:table:WriteCapacityUnits</c> - The provisioned write capacity for an Amazon Keyspaces table.
 - <c>kafka:broker-storage:VolumeSize</c> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.
 - <c>elasticache:replication-group:NodeGroups</c> - The number of node groups for an Amazon ElastiCache replication group.
 - <c>elasticache:replication-group:Replicas</c> - The number of replicas per node group for an Amazon ElastiCache replication group.
 - <c>neptune:cluster:ReadReplicaCount</c> - The count of read replicas in an Amazon Neptune DB cluster.
 - <c>sagemaker:variant:DesiredProvisionedConcurrency</c> - The provisioned concurrency for a SageMaker Serverless endpoint.
 - <c>sagemaker:inference-component:DesiredCopyCount</c> - The number of copies across an endpoint for a SageMaker inference component. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ScalableDimension</parameterValue><type><name>Amazon.ApplicationAutoScaling.ScalableDimension</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>Use the -Select parameter to control the cmdlet output. The default value is &#39;*&#39;. Specifying -Select &#39;*&#39; will result in the cmdlet returning the whole service response (Amazon.ApplicationAutoScaling.Model.PutScalingPolicyResponse). Specifying the name of a property of type Amazon.ApplicationAutoScaling.Model.PutScalingPolicyResponse will result in that property being returned. Specifying -Select &#39;^ParameterName&#39; will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="1"><name>ServiceNamespace</name><description><para>The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use <c>custom-resource</c> instead. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.ServiceNamespace</parameterValue><type><name>Amazon.ApplicationAutoScaling.ServiceNamespace</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_AdjustmentType</name><description><para>Specifies how the <c>ScalingAdjustment</c> value in a <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_StepAdjustment.html">StepAdjustment</a> is interpreted (for example, an absolute number or a percentage). The valid values are <c>ChangeInCapacity</c>, <c>ExactCapacity</c>, and <c>PercentChangeInCapacity</c>.
<c>AdjustmentType</c> is required if you are adding a new step scaling policy configuration. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.AdjustmentType</parameterValue><type><name>Amazon.ApplicationAutoScaling.AdjustmentType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_Cooldown</name><description><para>The amount of time, in seconds, to wait for a previous scaling activity to take effect. If not specified, the default value is 300. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/step-scaling-policy-overview.html#step-scaling-cooldown">Cooldown period</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_MetricAggregationType</name><description><para>The aggregation type for the CloudWatch metrics. Valid values are <c>Minimum</c>, <c>Maximum</c>, and <c>Average</c>. If the aggregation type is null, the value is treated as <c>Average</c>. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.MetricAggregationType</parameterValue><type><name>Amazon.ApplicationAutoScaling.MetricAggregationType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_MinAdjustmentMagnitude</name><description><para>The minimum value to scale by when the adjustment type is <c>PercentChangeInCapacity</c>. For example, suppose that you create a step scaling policy to scale out an Amazon ECS service by 25 percent and you specify a <c>MinAdjustmentMagnitude</c> of 2. If the service has 4 tasks and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a <c>MinAdjustmentMagnitude</c> of 2, Application Auto Scaling scales out the service by 2 tasks. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>StepScalingPolicyConfiguration_StepAdjustment</name><description><para>A set of adjustments that enable you to scale based on the size of the alarm breach.
At least one step adjustment is required if you are adding a new step scaling policy configuration. </para></description><parameterValue required="true" variableLength="false">Amazon.ApplicationAutoScaling.Model.StepAdjustment[]</parameterValue><type><name>Amazon.ApplicationAutoScaling.Model.StepAdjustment[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TargetTrackingScalingPolicyConfiguration_DisableScaleIn</name><description><para>Indicates whether scale in by the target tracking scaling policy is disabled. If the value is <c>true</c>, scale in is disabled and the target tracking scaling policy won&#39;t remove capacity from the scalable target. Otherwise, scale in is enabled and the target tracking scaling policy can remove capacity from the scalable target. The default value is <c>false</c>. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TargetTrackingScalingPolicyConfiguration_ScaleInCooldown</name><description><para>The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start. For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown">Define cooldown periods</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TargetTrackingScalingPolicyConfiguration_ScaleOutCooldown</name><description><para>The amount of time, in seconds, to wait for a previous scale-out activity to take effect. For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown">Define cooldown periods</a> in the <i>Application Auto Scaling User Guide</i>. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TargetTrackingScalingPolicyConfiguration_TargetValue</name><description><para>The target value for the metric. Although this property accepts numbers of type Double, it won&#39;t accept values that are either too small or too large. Values must be in the range of -2^360 to 2^360. The value must be a valid number based on the choice of metric. For example, if the metric is CPU utilization, then the target value is a percent value that represents how much of the CPU can be used before scaling out.
If the scaling policy specifies the <c>ALBRequestCountPerTarget</c> predefined metric, specify the target utilization as the optimal average request count per target during any one-minute interval. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.ApplicationAutoScaling.Model.PutScalingPolicyResponse</name><uri /><description /></type><description><para>This cmdlet returns an Amazon.ApplicationAutoScaling.Model.PutScalingPolicyResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Set-AASScalingPolicy.html&amp;tocid=Set-AASScalingPolicy</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks><examples><example><title>-------------------------- EXAMPLE 1 --------------------------</title><code>Set-AASScalingPolicy -ServiceNamespace AppStream -PolicyName ASFleetScaleInPolicy -PolicyType StepScaling -ResourceId fleet/MyFleet -ScalableDimension appstream:fleet:DesiredCapacity -StepScalingPolicyConfiguration_AdjustmentType ChangeInCapacity -StepScalingPolicyConfiguration_Cooldown 360 -StepScalingPolicyConfiguration_MetricAggregationType Average -StepScalingPolicyConfiguration_StepAdjustments @{ScalingAdjustment = -1; MetricIntervalUpperBound = 0}
 
Alarms PolicyARN
------ ---------
{} arn:aws:autoscaling:us-west-2:012345678912:scalingPolicy:4897ca24-3caa-4bf1-8484-851a089b243c:resource/appstream/fleet/MyFleet:policyName/ASFleetScaleInPolicy</code><remarks><para>Description</para><para>-----------</para><para>This cmdlet creates or updates a policy for an Application Auto Scaling scalable target. Each scalable target is identified by a service namespace, resource ID, and scalable dimension.</para><para /><para /></remarks></example></examples></command></helpItems>