| 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 |
Amazonka.WorkLink.UpdateIdentityProviderConfiguration
Description
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.
Constructors
| UpdateIdentityProviderConfiguration' | |
Fields
| |
Instances
newUpdateIdentityProviderConfiguration Source #
Arguments
| :: 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.
Constructors
| UpdateIdentityProviderConfigurationResponse' | |
Fields
| |
Instances
newUpdateIdentityProviderConfigurationResponse Source #
Arguments
| :: 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.