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

Amazonka.Signer.ListProfilePermissions

Description

Lists the cross-account permissions associated with a signing profile.

Synopsis

Creating a Request

data ListProfilePermissions Source #

See: newListProfilePermissions smart constructor.

Constructors

ListProfilePermissions' 

Fields

  • nextToken :: Maybe Text

    String for specifying the next set of paginated results.

  • profileName :: Text

    Name of the signing profile containing the cross-account permissions.

Instances

Instances details
Eq ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Read ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Show ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Generic ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type Rep ListProfilePermissions :: Type -> Type #

NFData ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Methods

rnf :: ListProfilePermissions -> () #

Hashable ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

AWSRequest ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type AWSResponse ListProfilePermissions #

ToHeaders ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

ToPath ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

ToQuery ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type Rep ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type Rep ListProfilePermissions = D1 ('MetaData "ListProfilePermissions" "Amazonka.Signer.ListProfilePermissions" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListProfilePermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

newListProfilePermissions Source #

Create a value of ListProfilePermissions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListProfilePermissions', listProfilePermissions_nextToken - String for specifying the next set of paginated results.

$sel:profileName:ListProfilePermissions', listProfilePermissions_profileName - Name of the signing profile containing the cross-account permissions.

Request Lenses

listProfilePermissions_nextToken :: Lens' ListProfilePermissions (Maybe Text) Source #

String for specifying the next set of paginated results.

listProfilePermissions_profileName :: Lens' ListProfilePermissions Text Source #

Name of the signing profile containing the cross-account permissions.

Destructuring the Response

data ListProfilePermissionsResponse Source #

See: newListProfilePermissionsResponse smart constructor.

Constructors

ListProfilePermissionsResponse' 

Fields

Instances

Instances details
Eq ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Read ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Show ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Generic ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type Rep ListProfilePermissionsResponse :: Type -> Type #

NFData ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type Rep ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type Rep ListProfilePermissionsResponse = D1 ('MetaData "ListProfilePermissionsResponse" "Amazonka.Signer.ListProfilePermissions" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListProfilePermissionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "policySizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "permissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Permission])) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newListProfilePermissionsResponse Source #

Create a value of ListProfilePermissionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:policySizeBytes:ListProfilePermissionsResponse', listProfilePermissionsResponse_policySizeBytes - Total size of the policy associated with the Signing Profile in bytes.

$sel:nextToken:ListProfilePermissions', listProfilePermissionsResponse_nextToken - String for specifying the next set of paginated results.

$sel:permissions:ListProfilePermissionsResponse', listProfilePermissionsResponse_permissions - List of permissions associated with the Signing Profile.

$sel:revisionId:ListProfilePermissionsResponse', listProfilePermissionsResponse_revisionId - The identifier for the current revision of profile permissions.

$sel:httpStatus:ListProfilePermissionsResponse', listProfilePermissionsResponse_httpStatus - The response's http status code.

Response Lenses

listProfilePermissionsResponse_policySizeBytes :: Lens' ListProfilePermissionsResponse (Maybe Int) Source #

Total size of the policy associated with the Signing Profile in bytes.

listProfilePermissionsResponse_nextToken :: Lens' ListProfilePermissionsResponse (Maybe Text) Source #

String for specifying the next set of paginated results.

listProfilePermissionsResponse_permissions :: Lens' ListProfilePermissionsResponse (Maybe [Permission]) Source #

List of permissions associated with the Signing Profile.

listProfilePermissionsResponse_revisionId :: Lens' ListProfilePermissionsResponse (Maybe Text) Source #

The identifier for the current revision of profile permissions.