| 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.SMS.GetAppReplicationConfiguration
Description
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.
Constructors
| GetAppReplicationConfiguration' | |
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:
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.
Constructors
| GetAppReplicationConfigurationResponse' | |
Fields
| |
Instances
newGetAppReplicationConfigurationResponse Source #
Arguments
| :: Int | |
| -> GetAppReplicationConfigurationResponse |
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.