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 |
Retrieves the application replication configuration associated with the specified application.
Synopsis
- data GetAppReplicationConfiguration = GetAppReplicationConfiguration' {}
- newGetAppReplicationConfiguration :: GetAppReplicationConfiguration
- getAppReplicationConfiguration_appId :: Lens' GetAppReplicationConfiguration (Maybe Text)
- data GetAppReplicationConfigurationResponse = GetAppReplicationConfigurationResponse' {}
- newGetAppReplicationConfigurationResponse :: Int -> GetAppReplicationConfigurationResponse
- getAppReplicationConfigurationResponse_serverGroupReplicationConfigurations :: Lens' GetAppReplicationConfigurationResponse (Maybe [ServerGroupReplicationConfiguration])
- getAppReplicationConfigurationResponse_httpStatus :: Lens' GetAppReplicationConfigurationResponse Int
Creating a Request
data GetAppReplicationConfiguration Source #
See: newGetAppReplicationConfiguration
smart constructor.
Instances
newGetAppReplicationConfiguration :: GetAppReplicationConfiguration Source #
Create a value of GetAppReplicationConfiguration
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:appId:GetAppReplicationConfiguration'
, getAppReplicationConfiguration_appId
- The ID of the application.
Request Lenses
getAppReplicationConfiguration_appId :: Lens' GetAppReplicationConfiguration (Maybe Text) Source #
The ID of the application.
Destructuring the Response
data GetAppReplicationConfigurationResponse Source #
See: newGetAppReplicationConfigurationResponse
smart constructor.
GetAppReplicationConfigurationResponse' | |
|
Instances
newGetAppReplicationConfigurationResponse Source #
Create a value of GetAppReplicationConfigurationResponse
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:serverGroupReplicationConfigurations:GetAppReplicationConfigurationResponse'
, getAppReplicationConfigurationResponse_serverGroupReplicationConfigurations
- The replication configurations associated with server groups in this
application.
$sel:httpStatus:GetAppReplicationConfigurationResponse'
, getAppReplicationConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getAppReplicationConfigurationResponse_serverGroupReplicationConfigurations :: Lens' GetAppReplicationConfigurationResponse (Maybe [ServerGroupReplicationConfiguration]) Source #
The replication configurations associated with server groups in this application.
getAppReplicationConfigurationResponse_httpStatus :: Lens' GetAppReplicationConfigurationResponse Int Source #
The response's http status code.