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 |
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_replicationConfiguration :: Lens' DescribeRegistryResponse (Maybe ReplicationConfiguration)
- describeRegistryResponse_registryId :: Lens' DescribeRegistryResponse (Maybe Text)
- describeRegistryResponse_httpStatus :: Lens' DescribeRegistryResponse Int
Creating a Request
data DescribeRegistry Source #
See: newDescribeRegistry
smart constructor.
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.
DescribeRegistryResponse' | |
|
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:replicationConfiguration:DescribeRegistryResponse'
, describeRegistryResponse_replicationConfiguration
- The replication configuration for the registry.
$sel:registryId:DescribeRegistryResponse'
, describeRegistryResponse_registryId
- The ID of the registry.
$sel:httpStatus:DescribeRegistryResponse'
, describeRegistryResponse_httpStatus
- The response's http status code.
Response Lenses
describeRegistryResponse_replicationConfiguration :: Lens' DescribeRegistryResponse (Maybe ReplicationConfiguration) Source #
The replication configuration for the registry.
describeRegistryResponse_registryId :: Lens' DescribeRegistryResponse (Maybe Text) Source #
The ID of the registry.
describeRegistryResponse_httpStatus :: Lens' DescribeRegistryResponse Int Source #
The response's http status code.