| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudSearch.DescribeScalingParameters
Description
Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.
See: AWS API Reference for DescribeScalingParameters.
- describeScalingParameters :: Text -> DescribeScalingParameters
- data DescribeScalingParameters
- dspDomainName :: Lens' DescribeScalingParameters Text
- describeScalingParametersResponse :: Int -> ScalingParametersStatus -> DescribeScalingParametersResponse
- data DescribeScalingParametersResponse
- dsprsResponseStatus :: Lens' DescribeScalingParametersResponse Int
- dsprsScalingParameters :: Lens' DescribeScalingParametersResponse ScalingParametersStatus
Creating a Request
describeScalingParameters Source
Arguments
| :: Text | |
| -> DescribeScalingParameters |
Creates a value of DescribeScalingParameters with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeScalingParameters Source
Container for the parameters to the DescribeScalingParameters
operation. Specifies the name of the domain you want to describe.
See: describeScalingParameters smart constructor.
Instances
Request Lenses
dspDomainName :: Lens' DescribeScalingParameters Text Source
Undocumented member.
Destructuring the Response
describeScalingParametersResponse Source
Arguments
| :: Int | |
| -> ScalingParametersStatus | |
| -> DescribeScalingParametersResponse |
Creates a value of DescribeScalingParametersResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeScalingParametersResponse Source
The result of a DescribeScalingParameters request. Contains the
scaling parameters configured for the domain specified in the request.
See: describeScalingParametersResponse smart constructor.
Response Lenses
dsprsResponseStatus :: Lens' DescribeScalingParametersResponse Int Source
The response status code.
dsprsScalingParameters :: Lens' DescribeScalingParametersResponse ScalingParametersStatus Source
Undocumented member.