| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WorkSpacesWeb.GetIdentityProvider
Description
Gets the identity provider.
Synopsis
- data GetIdentityProvider = GetIdentityProvider' {}
- newGetIdentityProvider :: Text -> GetIdentityProvider
- getIdentityProvider_identityProviderArn :: Lens' GetIdentityProvider Text
- data GetIdentityProviderResponse = GetIdentityProviderResponse' {}
- newGetIdentityProviderResponse :: Int -> GetIdentityProviderResponse
- getIdentityProviderResponse_identityProvider :: Lens' GetIdentityProviderResponse (Maybe IdentityProvider)
- getIdentityProviderResponse_httpStatus :: Lens' GetIdentityProviderResponse Int
Creating a Request
data GetIdentityProvider Source #
See: newGetIdentityProvider smart constructor.
Constructors
| GetIdentityProvider' | |
Fields
| |
Instances
newGetIdentityProvider Source #
Arguments
| :: Text | |
| -> GetIdentityProvider |
Create a value of GetIdentityProvider 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:
GetIdentityProvider, getIdentityProvider_identityProviderArn - The ARN of the identity provider.
Request Lenses
getIdentityProvider_identityProviderArn :: Lens' GetIdentityProvider Text Source #
The ARN of the identity provider.
Destructuring the Response
data GetIdentityProviderResponse Source #
See: newGetIdentityProviderResponse smart constructor.
Constructors
| GetIdentityProviderResponse' | |
Fields
| |
Instances
newGetIdentityProviderResponse Source #
Create a value of GetIdentityProviderResponse 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:identityProvider:GetIdentityProviderResponse', getIdentityProviderResponse_identityProvider - The identity provider.
$sel:httpStatus:GetIdentityProviderResponse', getIdentityProviderResponse_httpStatus - The response's http status code.
Response Lenses
getIdentityProviderResponse_identityProvider :: Lens' GetIdentityProviderResponse (Maybe IdentityProvider) Source #
The identity provider.
getIdentityProviderResponse_httpStatus :: Lens' GetIdentityProviderResponse Int Source #
The response's http status code.