libZSservicesZSamazonka-iamZSamazonka-iam
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.IAM.ListOpenIDConnectProviderTags

Description

Lists the tags that are attached to the specified OpenID Connect (OIDC)-compatible identity provider. The returned list of tags is sorted by tag key. For more information, see About web identity federation.

For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Synopsis

Creating a Request

data ListOpenIDConnectProviderTags Source #

See: newListOpenIDConnectProviderTags smart constructor.

Constructors

ListOpenIDConnectProviderTags' 

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.

  • openIDConnectProviderArn :: Text

    The ARN of the OpenID Connect (OIDC) identity provider 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
Eq ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

Read ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

Show ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

Generic ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

Associated Types

type Rep ListOpenIDConnectProviderTags :: Type -> Type #

NFData ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

Hashable ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

AWSRequest ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

ToHeaders ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

ToPath ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

ToQuery ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

type Rep ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

type Rep ListOpenIDConnectProviderTags = D1 ('MetaData "ListOpenIDConnectProviderTags" "Amazonka.IAM.ListOpenIDConnectProviderTags" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "ListOpenIDConnectProviderTags'" '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 "openIDConnectProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListOpenIDConnectProviderTags Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

newListOpenIDConnectProviderTags Source #

Create a value of ListOpenIDConnectProviderTags 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:marker:ListOpenIDConnectProviderTags', listOpenIDConnectProviderTags_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:ListOpenIDConnectProviderTags', listOpenIDConnectProviderTags_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.

$sel:openIDConnectProviderArn:ListOpenIDConnectProviderTags', listOpenIDConnectProviderTags_openIDConnectProviderArn - The ARN of the OpenID Connect (OIDC) identity provider 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

listOpenIDConnectProviderTags_marker :: Lens' ListOpenIDConnectProviderTags (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.

listOpenIDConnectProviderTags_maxItems :: Lens' ListOpenIDConnectProviderTags (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.

listOpenIDConnectProviderTags_openIDConnectProviderArn :: Lens' ListOpenIDConnectProviderTags Text Source #

The ARN of the OpenID Connect (OIDC) identity provider 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 ListOpenIDConnectProviderTagsResponse Source #

Constructors

ListOpenIDConnectProviderTagsResponse' 

Fields

  • 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.

  • 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.

  • httpStatus :: Int

    The response's http status code.

  • tags :: [Tag]

    The list of tags that are currently attached to the OpenID Connect (OIDC) identity provider. 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
Eq ListOpenIDConnectProviderTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

Read ListOpenIDConnectProviderTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

Show ListOpenIDConnectProviderTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

Generic ListOpenIDConnectProviderTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

NFData ListOpenIDConnectProviderTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

type Rep ListOpenIDConnectProviderTagsResponse Source # 
Instance details

Defined in Amazonka.IAM.ListOpenIDConnectProviderTags

type Rep ListOpenIDConnectProviderTagsResponse = D1 ('MetaData "ListOpenIDConnectProviderTagsResponse" "Amazonka.IAM.ListOpenIDConnectProviderTags" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "ListOpenIDConnectProviderTagsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isTruncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag]))))

newListOpenIDConnectProviderTagsResponse Source #

Create a value of ListOpenIDConnectProviderTagsResponse 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:marker:ListOpenIDConnectProviderTags', listOpenIDConnectProviderTagsResponse_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:isTruncated:ListOpenIDConnectProviderTagsResponse', listOpenIDConnectProviderTagsResponse_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.

$sel:httpStatus:ListOpenIDConnectProviderTagsResponse', listOpenIDConnectProviderTagsResponse_httpStatus - The response's http status code.

$sel:tags:ListOpenIDConnectProviderTagsResponse', listOpenIDConnectProviderTagsResponse_tags - The list of tags that are currently attached to the OpenID Connect (OIDC) identity provider. 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

listOpenIDConnectProviderTagsResponse_marker :: Lens' ListOpenIDConnectProviderTagsResponse (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.

listOpenIDConnectProviderTagsResponse_isTruncated :: Lens' ListOpenIDConnectProviderTagsResponse (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.

listOpenIDConnectProviderTagsResponse_tags :: Lens' ListOpenIDConnectProviderTagsResponse [Tag] Source #

The list of tags that are currently attached to the OpenID Connect (OIDC) identity provider. 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.