Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Updates the identity provider configuration for the fleet.
Synopsis
- data UpdateIdentityProviderConfiguration = UpdateIdentityProviderConfiguration' {}
- newUpdateIdentityProviderConfiguration :: Text -> IdentityProviderType -> UpdateIdentityProviderConfiguration
- updateIdentityProviderConfiguration_identityProviderSamlMetadata :: Lens' UpdateIdentityProviderConfiguration (Maybe Text)
- updateIdentityProviderConfiguration_fleetArn :: Lens' UpdateIdentityProviderConfiguration Text
- updateIdentityProviderConfiguration_identityProviderType :: Lens' UpdateIdentityProviderConfiguration IdentityProviderType
- data UpdateIdentityProviderConfigurationResponse = UpdateIdentityProviderConfigurationResponse' {
- httpStatus :: Int
- newUpdateIdentityProviderConfigurationResponse :: Int -> UpdateIdentityProviderConfigurationResponse
- updateIdentityProviderConfigurationResponse_httpStatus :: Lens' UpdateIdentityProviderConfigurationResponse Int
Creating a Request
data UpdateIdentityProviderConfiguration Source #
See: newUpdateIdentityProviderConfiguration
smart constructor.
UpdateIdentityProviderConfiguration' | |
|
Instances
newUpdateIdentityProviderConfiguration Source #
:: Text | |
-> IdentityProviderType |
|
-> UpdateIdentityProviderConfiguration |
Create a value of UpdateIdentityProviderConfiguration
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:identityProviderSamlMetadata:UpdateIdentityProviderConfiguration'
, updateIdentityProviderConfiguration_identityProviderSamlMetadata
- The SAML metadata document provided by the customer’s identity provider.
The existing IdentityProviderSamlMetadata is unset if null is passed.
$sel:fleetArn:UpdateIdentityProviderConfiguration'
, updateIdentityProviderConfiguration_fleetArn
- The ARN of the fleet.
$sel:identityProviderType:UpdateIdentityProviderConfiguration'
, updateIdentityProviderConfiguration_identityProviderType
- The type of identity provider.
Request Lenses
updateIdentityProviderConfiguration_identityProviderSamlMetadata :: Lens' UpdateIdentityProviderConfiguration (Maybe Text) Source #
The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
updateIdentityProviderConfiguration_fleetArn :: Lens' UpdateIdentityProviderConfiguration Text Source #
The ARN of the fleet.
updateIdentityProviderConfiguration_identityProviderType :: Lens' UpdateIdentityProviderConfiguration IdentityProviderType Source #
The type of identity provider.
Destructuring the Response
data UpdateIdentityProviderConfigurationResponse Source #
See: newUpdateIdentityProviderConfigurationResponse
smart constructor.
UpdateIdentityProviderConfigurationResponse' | |
|
Instances
Eq UpdateIdentityProviderConfigurationResponse Source # | |
Read UpdateIdentityProviderConfigurationResponse Source # | |
Show UpdateIdentityProviderConfigurationResponse Source # | |
Generic UpdateIdentityProviderConfigurationResponse Source # | |
Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration type Rep UpdateIdentityProviderConfigurationResponse :: Type -> Type # | |
NFData UpdateIdentityProviderConfigurationResponse Source # | |
type Rep UpdateIdentityProviderConfigurationResponse Source # | |
Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration type Rep UpdateIdentityProviderConfigurationResponse = D1 ('MetaData "UpdateIdentityProviderConfigurationResponse" "Amazonka.WorkLink.UpdateIdentityProviderConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateIdentityProviderConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newUpdateIdentityProviderConfigurationResponse Source #
:: Int |
|
-> UpdateIdentityProviderConfigurationResponse |
Create a value of UpdateIdentityProviderConfigurationResponse
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:httpStatus:UpdateIdentityProviderConfigurationResponse'
, updateIdentityProviderConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
updateIdentityProviderConfigurationResponse_httpStatus :: Lens' UpdateIdentityProviderConfigurationResponse Int Source #
The response's http status code.