Values.AddClientIDToOpenIDConnectProviderRequestSourceAdds a new client ID (also known as audience) to the list of client IDs already registered for the specified IAM OpenID Connect (OIDC) provider resource. This operation is idempotent; it does not fail or return an error if you add an existing client ID to the provider.
type nonrec t = {openIDConnectProviderArn : ArnType.t;The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.
*)clientID : ClientIDType.t;The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
*)}