| 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.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_createdTime :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_description :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_registryArn :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_registryName :: Lens' GetRegistryResponse (Maybe Text)
- getRegistryResponse_status :: Lens' GetRegistryResponse (Maybe RegistryStatus)
- getRegistryResponse_updatedTime :: 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:
GetRegistryResponse, getRegistryResponse_createdTime - The date and time the registry was created.
GetRegistryResponse, getRegistryResponse_description - A description of the registry.
GetRegistryResponse, getRegistryResponse_registryArn - The Amazon Resource Name (ARN) of the registry.
GetRegistryResponse, getRegistryResponse_registryName - The name of the registry.
GetRegistryResponse, getRegistryResponse_status - The status of the registry.
GetRegistryResponse, getRegistryResponse_updatedTime - The date and time the registry was updated.
$sel:httpStatus:GetRegistryResponse', getRegistryResponse_httpStatus - The response's http status code.
Response Lenses
getRegistryResponse_createdTime :: Lens' GetRegistryResponse (Maybe Text) Source #
The date and time the registry was created.
getRegistryResponse_description :: Lens' GetRegistryResponse (Maybe Text) Source #
A description of the registry.
getRegistryResponse_registryArn :: Lens' GetRegistryResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the registry.
getRegistryResponse_registryName :: Lens' GetRegistryResponse (Maybe Text) Source #
The name of the registry.
getRegistryResponse_status :: Lens' GetRegistryResponse (Maybe RegistryStatus) Source #
The status of the registry.
getRegistryResponse_updatedTime :: Lens' GetRegistryResponse (Maybe Text) Source #
The date and time the registry was updated.
getRegistryResponse_httpStatus :: Lens' GetRegistryResponse Int Source #
The response's http status code.