Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gets information about the access policies that control access to the
domain's document and search endpoints. By default, shows the configuration
with any pending changes. Set the Deployed
option to true
to show the active
configuration and exclude pending changes. For more information, see Configuring Access for a Search Domain
in the Amazon CloudSearch Developer Guide.
http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeServiceAccessPolicies.html
- data DescribeServiceAccessPolicies
- describeServiceAccessPolicies :: Text -> DescribeServiceAccessPolicies
- dsapDeployed :: Lens' DescribeServiceAccessPolicies (Maybe Bool)
- dsapDomainName :: Lens' DescribeServiceAccessPolicies Text
- data DescribeServiceAccessPoliciesResponse
- describeServiceAccessPoliciesResponse :: AccessPoliciesStatus -> DescribeServiceAccessPoliciesResponse
- dsaprAccessPolicies :: Lens' DescribeServiceAccessPoliciesResponse AccessPoliciesStatus
Request
data DescribeServiceAccessPolicies Source
Request constructor
describeServiceAccessPolicies Source
DescribeServiceAccessPolicies
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dsapDeployed :: Lens' DescribeServiceAccessPolicies (Maybe Bool) Source
Whether to display the deployed configuration (true
) or include any pending
changes (false
). Defaults to false
.
dsapDomainName :: Lens' DescribeServiceAccessPolicies Text Source
The name of the domain you want to describe.
Response
Response constructor
describeServiceAccessPoliciesResponse Source
DescribeServiceAccessPoliciesResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dsaprAccessPolicies :: Lens' DescribeServiceAccessPoliciesResponse AccessPoliciesStatus Source
The access rules configured for the domain specified in the request.