| 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.DescribeIdentityProviderConfiguration
Description
Describes the identity provider configuration of the specified fleet.
Synopsis
- data DescribeIdentityProviderConfiguration = DescribeIdentityProviderConfiguration' {}
- newDescribeIdentityProviderConfiguration :: Text -> DescribeIdentityProviderConfiguration
- describeIdentityProviderConfiguration_fleetArn :: Lens' DescribeIdentityProviderConfiguration Text
- data DescribeIdentityProviderConfigurationResponse = DescribeIdentityProviderConfigurationResponse' {}
- newDescribeIdentityProviderConfigurationResponse :: Int -> DescribeIdentityProviderConfigurationResponse
- describeIdentityProviderConfigurationResponse_identityProviderType :: Lens' DescribeIdentityProviderConfigurationResponse (Maybe IdentityProviderType)
- describeIdentityProviderConfigurationResponse_serviceProviderSamlMetadata :: Lens' DescribeIdentityProviderConfigurationResponse (Maybe Text)
- describeIdentityProviderConfigurationResponse_identityProviderSamlMetadata :: Lens' DescribeIdentityProviderConfigurationResponse (Maybe Text)
- describeIdentityProviderConfigurationResponse_httpStatus :: Lens' DescribeIdentityProviderConfigurationResponse Int
Creating a Request
data DescribeIdentityProviderConfiguration Source #
See: newDescribeIdentityProviderConfiguration smart constructor.
Constructors
| DescribeIdentityProviderConfiguration' | |
Instances
newDescribeIdentityProviderConfiguration Source #
Arguments
| :: Text | |
| -> DescribeIdentityProviderConfiguration |
Create a value of DescribeIdentityProviderConfiguration 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:fleetArn:DescribeIdentityProviderConfiguration', describeIdentityProviderConfiguration_fleetArn - The ARN of the fleet.
Request Lenses
describeIdentityProviderConfiguration_fleetArn :: Lens' DescribeIdentityProviderConfiguration Text Source #
The ARN of the fleet.
Destructuring the Response
data DescribeIdentityProviderConfigurationResponse Source #
See: newDescribeIdentityProviderConfigurationResponse smart constructor.
Constructors
| DescribeIdentityProviderConfigurationResponse' | |
Fields
| |
Instances
newDescribeIdentityProviderConfigurationResponse Source #
Arguments
| :: Int |
|
| -> DescribeIdentityProviderConfigurationResponse |
Create a value of DescribeIdentityProviderConfigurationResponse 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:identityProviderType:DescribeIdentityProviderConfigurationResponse', describeIdentityProviderConfigurationResponse_identityProviderType - The type of identity provider.
$sel:serviceProviderSamlMetadata:DescribeIdentityProviderConfigurationResponse', describeIdentityProviderConfigurationResponse_serviceProviderSamlMetadata - The SAML metadata document uploaded to the user’s identity provider.
$sel:identityProviderSamlMetadata:DescribeIdentityProviderConfigurationResponse', describeIdentityProviderConfigurationResponse_identityProviderSamlMetadata - The SAML metadata document provided by the user’s identity provider.
$sel:httpStatus:DescribeIdentityProviderConfigurationResponse', describeIdentityProviderConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
describeIdentityProviderConfigurationResponse_identityProviderType :: Lens' DescribeIdentityProviderConfigurationResponse (Maybe IdentityProviderType) Source #
The type of identity provider.
describeIdentityProviderConfigurationResponse_serviceProviderSamlMetadata :: Lens' DescribeIdentityProviderConfigurationResponse (Maybe Text) Source #
The SAML metadata document uploaded to the user’s identity provider.
describeIdentityProviderConfigurationResponse_identityProviderSamlMetadata :: Lens' DescribeIdentityProviderConfigurationResponse (Maybe Text) Source #
The SAML metadata document provided by the user’s identity provider.
describeIdentityProviderConfigurationResponse_httpStatus :: Lens' DescribeIdentityProviderConfigurationResponse Int Source #
The response's http status code.