amazonka-cloudsearch-0.3.2: Amazon CloudSearch SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudSearch.UpdateServiceAccessPolicies

Contents

Description

Configures the access rules that control access to the domain's document and search endpoints. For more information, see Configuring Access for an Amazon CloudSearch Domain.

http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_UpdateServiceAccessPolicies.html

Synopsis

Request

Request constructor

updateServiceAccessPolicies Source

UpdateServiceAccessPolicies constructor.

The fields accessible through corresponding lenses are:

Request lenses

usapAccessPolicies :: Lens' UpdateServiceAccessPolicies Text Source

The access rules you want to configure. These rules replace any existing rules.

Response

Response constructor

Response lenses

usaprAccessPolicies :: Lens' UpdateServiceAccessPoliciesResponse AccessPoliciesStatus Source

The access rules configured for the domain.