amazonka-iam-0.3.4: Amazon Identity and Access Management SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.AddClientIDToOpenIDConnectProvider

Contents

Description

Adds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect provider.

This action is idempotent; it does not fail or return an error if you add an existing client ID to the provider.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_AddClientIDToOpenIDConnectProvider.html

Synopsis

Request

Request constructor

Request lenses

acidtoidcpClientID :: Lens' AddClientIDToOpenIDConnectProvider Text Source

The client ID (also known as audience) to add to the IAM OpenID Connect provider.

acidtoidcpOpenIDConnectProviderArn :: Lens' AddClientIDToOpenIDConnectProvider Text Source

The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.

Response

Response constructor