| 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.ECR.DescribeRegistry
Description
Describes the settings for a registry. The replication configuration for a repository can be created or updated with the PutReplicationConfiguration API action.
Synopsis
- data DescribeRegistry = DescribeRegistry' {
- newDescribeRegistry :: DescribeRegistry
- data DescribeRegistryResponse = DescribeRegistryResponse' {}
- newDescribeRegistryResponse :: Int -> DescribeRegistryResponse
- describeRegistryResponse_registryId :: Lens' DescribeRegistryResponse (Maybe Text)
- describeRegistryResponse_replicationConfiguration :: Lens' DescribeRegistryResponse (Maybe ReplicationConfiguration)
- describeRegistryResponse_httpStatus :: Lens' DescribeRegistryResponse Int
Creating a Request
data DescribeRegistry Source #
See: newDescribeRegistry smart constructor.
Constructors
| DescribeRegistry' | |
Instances
newDescribeRegistry :: DescribeRegistry Source #
Create a value of DescribeRegistry with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
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:
DescribeRegistryResponse, describeRegistryResponse_registryId - The ID of the registry.
$sel:replicationConfiguration:DescribeRegistryResponse', describeRegistryResponse_replicationConfiguration - The replication configuration for the registry.
$sel:httpStatus:DescribeRegistryResponse', describeRegistryResponse_httpStatus - The response's http status code.
Response Lenses
describeRegistryResponse_registryId :: Lens' DescribeRegistryResponse (Maybe Text) Source #
The ID of the registry.
describeRegistryResponse_replicationConfiguration :: Lens' DescribeRegistryResponse (Maybe ReplicationConfiguration) Source #
The replication configuration for the registry.
describeRegistryResponse_httpStatus :: Lens' DescribeRegistryResponse Int Source #
The response's http status code.