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.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
Eq UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Read UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Show UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Generic UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Associated Types

type Rep UpdateSAMLProvider :: Type -> Type #

NFData UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Methods

rnf :: UpdateSAMLProvider -> () #

Hashable UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

AWSRequest UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Associated Types

type AWSResponse UpdateSAMLProvider #

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

type Rep UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

type Rep UpdateSAMLProvider = D1 ('MetaData "UpdateSAMLProvider" "Amazonka.IAM.UpdateSAMLProvider" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "UpdateSAMLProvider'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sAMLMetadataDocument") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sAMLProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateSAMLProvider Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

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.

$sel:sAMLProviderArn: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
Eq UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Read UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Show UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Generic UpdateSAMLProviderResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateSAMLProvider

Associated Types

type Rep UpdateSAMLProviderResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-iamZSamazonka-iam" '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:

$sel:sAMLProviderArn: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.