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

Description

Updates the metadata document for an existing SAML provider resource object.

This operation requires Signature Version 4.

Synopsis

Creating a Request

data UpdateSAMLProvider Source #

See: newUpdateSAMLProvider smart constructor.

Constructors

UpdateSAMLProvider' 

Fields

  • sAMLMetadataDocument :: Text

    An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

  • sAMLProviderArn :: Text

    The Amazon Resource Name (ARN) of the SAML provider to update.

    For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Instances

Instances details
ToHeaders UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

ToPath UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

ToQuery UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

AWSRequest UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Associated Types

type AWSResponse UpdateSAMLProvider #

Generic UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Associated Types

type Rep UpdateSAMLProvider :: Type -> Type #

Read UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Show UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

NFData UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Methods

rnf :: UpdateSAMLProvider -> () #

Eq UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Hashable UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

type AWSResponse UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

type Rep UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

type Rep UpdateSAMLProvider = D1 ('MetaData "UpdateSAMLProvider" "Amazonka.IAM.UpdateSAMLProvider" "amazonka-iam-2.0-5DxkArXx9sD3CCYYGFyGET" 'False) (C1 ('MetaCons "UpdateSAMLProvider'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sAMLMetadataDocument") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sAMLProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateSAMLProvider Source #

Create a value of UpdateSAMLProvider 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:sAMLMetadataDocument:UpdateSAMLProvider', updateSAMLProvider_sAMLMetadataDocument - An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

UpdateSAMLProvider, updateSAMLProvider_sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider to update.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Request Lenses

updateSAMLProvider_sAMLMetadataDocument :: Lens' UpdateSAMLProvider Text Source #

An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

updateSAMLProvider_sAMLProviderArn :: Lens' UpdateSAMLProvider Text Source #

The Amazon Resource Name (ARN) of the SAML provider to update.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Destructuring the Response

data UpdateSAMLProviderResponse Source #

Contains the response to a successful UpdateSAMLProvider request.

See: newUpdateSAMLProviderResponse smart constructor.

Constructors

UpdateSAMLProviderResponse' 

Fields

Instances

Instances details
Generic UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Associated Types

type Rep UpdateSAMLProviderResponse :: Type -> Type #

Read UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Show UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

NFData UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Eq UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

type Rep UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

type Rep UpdateSAMLProviderResponse = D1 ('MetaData "UpdateSAMLProviderResponse" "Amazonka.IAM.UpdateSAMLProvider" "amazonka-iam-2.0-5DxkArXx9sD3CCYYGFyGET" 'False) (C1 ('MetaCons "UpdateSAMLProviderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sAMLProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSAMLProviderResponse Source #

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

UpdateSAMLProvider, updateSAMLProviderResponse_sAMLProviderArn - The Amazon Resource Name (ARN) of the SAML provider that was updated.

$sel:httpStatus:UpdateSAMLProviderResponse', updateSAMLProviderResponse_httpStatus - The response's http status code.

Response Lenses

updateSAMLProviderResponse_sAMLProviderArn :: Lens' UpdateSAMLProviderResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the SAML provider that was updated.