amazonka-iam-2.0: Amazon Identity and Access Management SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IAM.ListServerCertificateTags

Description

Lists the tags that are attached to the specified IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, Working with server certificates in the IAM User Guide.

Synopsis

Creating a Request

data ListServerCertificateTags Source #

See: newListServerCertificateTags smart constructor.

Constructors

ListServerCertificateTags' 

Fields

  • marker :: Maybe Text

    Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the Marker element in the response that you received to indicate where the next call should start.

  • maxItems :: Maybe Natural

    Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncated response element is true.

    If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the IsTruncated response element returns true, and Marker contains a value to include in the subsequent call that tells the service where to continue from.

  • serverCertificateName :: Text

    The name of the IAM server certificate whose tags you want to see.

    This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Instances

Instances details
ToHeaders ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

ToPath ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

ToQuery ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

AWSRequest ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

Generic ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

Associated Types

type Rep ListServerCertificateTags :: Type -> Type #

Read ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

Show ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

NFData ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

Eq ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

Hashable ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

type AWSResponse ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

type Rep ListServerCertificateTags Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

type Rep ListServerCertificateTags = D1 ('MetaData "ListServerCertificateTags" "Amazonka.IAM.ListServerCertificateTags" "amazonka-iam-2.0-5DxkArXx9sD3CCYYGFyGET" 'False) (C1 ('MetaCons "ListServerCertificateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serverCertificateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListServerCertificateTags Source #

Create a value of ListServerCertificateTags 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:

ListServerCertificateTags, listServerCertificateTags_marker - Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the Marker element in the response that you received to indicate where the next call should start.

$sel:maxItems:ListServerCertificateTags', listServerCertificateTags_maxItems - Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncated response element is true.

If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the IsTruncated response element returns true, and Marker contains a value to include in the subsequent call that tells the service where to continue from.

ListServerCertificateTags, listServerCertificateTags_serverCertificateName - The name of the IAM server certificate whose tags you want to see.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Request Lenses

listServerCertificateTags_marker :: Lens' ListServerCertificateTags (Maybe Text) Source #

Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the Marker element in the response that you received to indicate where the next call should start.

listServerCertificateTags_maxItems :: Lens' ListServerCertificateTags (Maybe Natural) Source #

Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncated response element is true.

If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the IsTruncated response element returns true, and Marker contains a value to include in the subsequent call that tells the service where to continue from.

listServerCertificateTags_serverCertificateName :: Lens' ListServerCertificateTags Text Source #

The name of the IAM server certificate whose tags you want to see.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Destructuring the Response

data ListServerCertificateTagsResponse Source #

See: newListServerCertificateTagsResponse smart constructor.

Constructors

ListServerCertificateTagsResponse' 

Fields

  • isTruncated :: Maybe Bool

    A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

  • marker :: Maybe Text

    When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

  • httpStatus :: Int

    The response's http status code.

  • tags :: [Tag]

    The list of tags that are currently attached to the IAM server certificate. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.

Instances

Instances details
Generic ListServerCertificateTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

Associated Types

type Rep ListServerCertificateTagsResponse :: Type -> Type #

Read ListServerCertificateTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

Show ListServerCertificateTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

NFData ListServerCertificateTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

Eq ListServerCertificateTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

type Rep ListServerCertificateTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListServerCertificateTags

type Rep ListServerCertificateTagsResponse = D1 ('MetaData "ListServerCertificateTagsResponse" "Amazonka.IAM.ListServerCertificateTags" "amazonka-iam-2.0-5DxkArXx9sD3CCYYGFyGET" 'False) (C1 ('MetaCons "ListServerCertificateTagsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "isTruncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag]))))

newListServerCertificateTagsResponse Source #

Create a value of ListServerCertificateTagsResponse 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:

ListServerCertificateTagsResponse, listServerCertificateTagsResponse_isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

ListServerCertificateTags, listServerCertificateTagsResponse_marker - When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

$sel:httpStatus:ListServerCertificateTagsResponse', listServerCertificateTagsResponse_httpStatus - The response's http status code.

ListServerCertificateTagsResponse, listServerCertificateTagsResponse_tags - The list of tags that are currently attached to the IAM server certificate. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.

Response Lenses

listServerCertificateTagsResponse_isTruncated :: Lens' ListServerCertificateTagsResponse (Maybe Bool) Source #

A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

listServerCertificateTagsResponse_marker :: Lens' ListServerCertificateTagsResponse (Maybe Text) Source #

When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

listServerCertificateTagsResponse_tags :: Lens' ListServerCertificateTagsResponse [Tag] Source #

The list of tags that are currently attached to the IAM server certificate. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.