amazonka-redshift-1.6.1: Amazon Redshift SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.DescribeSnapshotCopyGrants

Contents

Description

Returns a list of snapshot copy grants owned by the AWS account in the destination region.

For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide .

Synopsis

Creating a Request

describeSnapshotCopyGrants :: DescribeSnapshotCopyGrants Source #

Creates a value of DescribeSnapshotCopyGrants with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dscgsTagValues - A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test . If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.
  • dscgsTagKeys - A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment . If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.
  • dscgsMarker - An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords , AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request. Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.
  • dscgsMaxRecords - The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. Default: 100 Constraints: minimum 20, maximum 100.
  • dscgsSnapshotCopyGrantName - The name of the snapshot copy grant.

data DescribeSnapshotCopyGrants Source #

The result of the DescribeSnapshotCopyGrants action.

See: describeSnapshotCopyGrants smart constructor.

Instances
Eq DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Data DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeSnapshotCopyGrants -> c DescribeSnapshotCopyGrants #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeSnapshotCopyGrants #

toConstr :: DescribeSnapshotCopyGrants -> Constr #

dataTypeOf :: DescribeSnapshotCopyGrants -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DescribeSnapshotCopyGrants) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeSnapshotCopyGrants) #

gmapT :: (forall b. Data b => b -> b) -> DescribeSnapshotCopyGrants -> DescribeSnapshotCopyGrants #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeSnapshotCopyGrants -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeSnapshotCopyGrants -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeSnapshotCopyGrants -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeSnapshotCopyGrants -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeSnapshotCopyGrants -> m DescribeSnapshotCopyGrants #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeSnapshotCopyGrants -> m DescribeSnapshotCopyGrants #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeSnapshotCopyGrants -> m DescribeSnapshotCopyGrants #

Read DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Show DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Generic DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Associated Types

type Rep DescribeSnapshotCopyGrants :: Type -> Type #

Hashable DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

AWSRequest DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Associated Types

type Rs DescribeSnapshotCopyGrants :: Type #

ToHeaders DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

ToPath DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

ToQuery DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

NFData DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

type Rep DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

type Rep DescribeSnapshotCopyGrants = D1 (MetaData "DescribeSnapshotCopyGrants" "Network.AWS.Redshift.DescribeSnapshotCopyGrants" "amazonka-redshift-1.6.1-5k9dueihUQf2a2gxNGkSPi" False) (C1 (MetaCons "DescribeSnapshotCopyGrants'" PrefixI True) ((S1 (MetaSel (Just "_dscgsTagValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_dscgsTagKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_dscgsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dscgsMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_dscgsSnapshotCopyGrantName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Rs DescribeSnapshotCopyGrants Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Request Lenses

dscgsTagValues :: Lens' DescribeSnapshotCopyGrants [Text] Source #

A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin and test . If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.

dscgsTagKeys :: Lens' DescribeSnapshotCopyGrants [Text] Source #

A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys. For example, suppose that you have resources tagged with keys called owner and environment . If you specify both of these tag keys in the request, Amazon Redshift returns a response with all resources that have either or both of these tag keys associated with them.

dscgsMarker :: Lens' DescribeSnapshotCopyGrants (Maybe Text) Source #

An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords , AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request. Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.

dscgsMaxRecords :: Lens' DescribeSnapshotCopyGrants (Maybe Int) Source #

The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. Default: 100 Constraints: minimum 20, maximum 100.

Destructuring the Response

describeSnapshotCopyGrantsResponse Source #

Creates a value of DescribeSnapshotCopyGrantsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dscgrsSnapshotCopyGrants - The list of SnapshotCopyGrant objects.
  • dscgrsMarker - An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords , AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request. Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.
  • dscgrsResponseStatus - -- | The response status code.

data DescribeSnapshotCopyGrantsResponse Source #

See: describeSnapshotCopyGrantsResponse smart constructor.

Instances
Eq DescribeSnapshotCopyGrantsResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Data DescribeSnapshotCopyGrantsResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeSnapshotCopyGrantsResponse -> c DescribeSnapshotCopyGrantsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeSnapshotCopyGrantsResponse #

toConstr :: DescribeSnapshotCopyGrantsResponse -> Constr #

dataTypeOf :: DescribeSnapshotCopyGrantsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DescribeSnapshotCopyGrantsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeSnapshotCopyGrantsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeSnapshotCopyGrantsResponse -> DescribeSnapshotCopyGrantsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeSnapshotCopyGrantsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeSnapshotCopyGrantsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeSnapshotCopyGrantsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeSnapshotCopyGrantsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeSnapshotCopyGrantsResponse -> m DescribeSnapshotCopyGrantsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeSnapshotCopyGrantsResponse -> m DescribeSnapshotCopyGrantsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeSnapshotCopyGrantsResponse -> m DescribeSnapshotCopyGrantsResponse #

Read DescribeSnapshotCopyGrantsResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Show DescribeSnapshotCopyGrantsResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Generic DescribeSnapshotCopyGrantsResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

Associated Types

type Rep DescribeSnapshotCopyGrantsResponse :: Type -> Type #

NFData DescribeSnapshotCopyGrantsResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

type Rep DescribeSnapshotCopyGrantsResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DescribeSnapshotCopyGrants

type Rep DescribeSnapshotCopyGrantsResponse = D1 (MetaData "DescribeSnapshotCopyGrantsResponse" "Network.AWS.Redshift.DescribeSnapshotCopyGrants" "amazonka-redshift-1.6.1-5k9dueihUQf2a2gxNGkSPi" False) (C1 (MetaCons "DescribeSnapshotCopyGrantsResponse'" PrefixI True) (S1 (MetaSel (Just "_dscgrsSnapshotCopyGrants") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SnapshotCopyGrant])) :*: (S1 (MetaSel (Just "_dscgrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dscgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dscgrsMarker :: Lens' DescribeSnapshotCopyGrantsResponse (Maybe Text) Source #

An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant request exceed the value specified in MaxRecords , AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request. Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.