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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for AddClientIdToOpenIdConnectProvider.

Synopsis

Creating a Request

addClientIdToOpenIdConnectProvider Source

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

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

Request Lenses

acitoicpOpenIdConnectProviderARN :: 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.

acitoicpClientId :: Lens' AddClientIdToOpenIdConnectProvider Text Source

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

Destructuring the Response