| 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.Glue.GetRegistry
Description
Describes the specified registry in detail.
Synopsis
- data GetRegistry = GetRegistry' {}
- newGetRegistry :: RegistryId -> GetRegistry
- getRegistry_registryId :: Lens' GetRegistry RegistryId
- data GetRegistryResponse = GetRegistryResponse' {}
- newGetRegistryResponse :: Int -> GetRegistryResponse
- getRegistryResponse_status :: Lens' GetRegistryResponse (Maybe RegistryStatus)
- getRegistryResponse_registryName :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_createdTime :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_registryArn :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_updatedTime :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_description :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_httpStatus :: Lens' GetRegistryResponse Int
Creating a Request
data GetRegistry Source #
See: newGetRegistry smart constructor.
Constructors
| GetRegistry' | |
Fields
| |
Instances
Arguments
| :: RegistryId | |
| -> GetRegistry |
Create a value of GetRegistry 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:registryId:GetRegistry', getRegistry_registryId - This is a wrapper structure that may contain the registry name and
Amazon Resource Name (ARN).
Request Lenses
getRegistry_registryId :: Lens' GetRegistry RegistryId Source #
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
Destructuring the Response
data GetRegistryResponse Source #
See: newGetRegistryResponse smart constructor.
Constructors
| GetRegistryResponse' | |
Fields
| |
Instances
newGetRegistryResponse Source #
Arguments
| :: Int | |
| -> GetRegistryResponse |
Create a value of GetRegistryResponse 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:status:GetRegistryResponse', getRegistryResponse_status - The status of the registry.
$sel:registryName:GetRegistryResponse', getRegistryResponse_registryName - The name of the registry.
$sel:createdTime:GetRegistryResponse', getRegistryResponse_createdTime - The date and time the registry was created.
$sel:registryArn:GetRegistryResponse', getRegistryResponse_registryArn - The Amazon Resource Name (ARN) of the registry.
$sel:updatedTime:GetRegistryResponse', getRegistryResponse_updatedTime - The date and time the registry was updated.
$sel:description:GetRegistryResponse', getRegistryResponse_description - A description of the registry.
$sel:httpStatus:GetRegistryResponse', getRegistryResponse_httpStatus - The response's http status code.
Response Lenses
getRegistryResponse_status :: Lens' GetRegistryResponse (Maybe RegistryStatus) Source #
The status of the registry.
getRegistryResponse_registryName :: Lens' GetRegistryResponse (Maybe Text) Source #
The name of the registry.
getRegistryResponse_createdTime :: Lens' GetRegistryResponse (Maybe Text) Source #
The date and time the registry was created.
getRegistryResponse_registryArn :: Lens' GetRegistryResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the registry.
getRegistryResponse_updatedTime :: Lens' GetRegistryResponse (Maybe Text) Source #
The date and time the registry was updated.
getRegistryResponse_description :: Lens' GetRegistryResponse (Maybe Text) Source #
A description of the registry.
getRegistryResponse_httpStatus :: Lens' GetRegistryResponse Int Source #
The response's http status code.