| 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.Schemas.DescribeRegistry
Description
Describes the registry.
Synopsis
- data DescribeRegistry = DescribeRegistry' {
- registryName :: Text
- newDescribeRegistry :: Text -> DescribeRegistry
- describeRegistry_registryName :: Lens' DescribeRegistry Text
- data DescribeRegistryResponse = DescribeRegistryResponse' {
- description :: Maybe Text
- registryArn :: Maybe Text
- registryName :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newDescribeRegistryResponse :: Int -> DescribeRegistryResponse
- describeRegistryResponse_description :: Lens' DescribeRegistryResponse (Maybe Text)
- describeRegistryResponse_registryArn :: Lens' DescribeRegistryResponse (Maybe Text)
- describeRegistryResponse_registryName :: Lens' DescribeRegistryResponse (Maybe Text)
- describeRegistryResponse_tags :: Lens' DescribeRegistryResponse (Maybe (HashMap Text Text))
- describeRegistryResponse_httpStatus :: Lens' DescribeRegistryResponse Int
Creating a Request
data DescribeRegistry Source #
See: newDescribeRegistry smart constructor.
Constructors
| DescribeRegistry' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribeRegistry |
Create a value of DescribeRegistry 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:
DescribeRegistry, describeRegistry_registryName - The name of the registry.
Request Lenses
describeRegistry_registryName :: Lens' DescribeRegistry Text Source #
The name of the registry.
Destructuring the Response
data DescribeRegistryResponse Source #
See: newDescribeRegistryResponse smart constructor.
Constructors
| DescribeRegistryResponse' | |
Fields
| |
Instances
newDescribeRegistryResponse Source #
Create a value of DescribeRegistryResponse 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:description:DescribeRegistryResponse', describeRegistryResponse_description - The description of the registry.
DescribeRegistryResponse, describeRegistryResponse_registryArn - The ARN of the registry.
DescribeRegistry, describeRegistryResponse_registryName - The name of the registry.
DescribeRegistryResponse, describeRegistryResponse_tags - Tags associated with the registry.
$sel:httpStatus:DescribeRegistryResponse', describeRegistryResponse_httpStatus - The response's http status code.
Response Lenses
describeRegistryResponse_description :: Lens' DescribeRegistryResponse (Maybe Text) Source #
The description of the registry.
describeRegistryResponse_registryArn :: Lens' DescribeRegistryResponse (Maybe Text) Source #
The ARN of the registry.
describeRegistryResponse_registryName :: Lens' DescribeRegistryResponse (Maybe Text) Source #
The name of the registry.
describeRegistryResponse_tags :: Lens' DescribeRegistryResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the registry.
describeRegistryResponse_httpStatus :: Lens' DescribeRegistryResponse Int Source #
The response's http status code.