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 launch configuration associated with the specified application.
Synopsis
- data GetAppLaunchConfiguration = GetAppLaunchConfiguration' {}
- newGetAppLaunchConfiguration :: GetAppLaunchConfiguration
- getAppLaunchConfiguration_appId :: Lens' GetAppLaunchConfiguration (Maybe Text)
- data GetAppLaunchConfigurationResponse = GetAppLaunchConfigurationResponse' {}
- newGetAppLaunchConfigurationResponse :: Int -> GetAppLaunchConfigurationResponse
- getAppLaunchConfigurationResponse_serverGroupLaunchConfigurations :: Lens' GetAppLaunchConfigurationResponse (Maybe [ServerGroupLaunchConfiguration])
- getAppLaunchConfigurationResponse_autoLaunch :: Lens' GetAppLaunchConfigurationResponse (Maybe Bool)
- getAppLaunchConfigurationResponse_roleName :: Lens' GetAppLaunchConfigurationResponse (Maybe Text)
- getAppLaunchConfigurationResponse_appId :: Lens' GetAppLaunchConfigurationResponse (Maybe Text)
- getAppLaunchConfigurationResponse_httpStatus :: Lens' GetAppLaunchConfigurationResponse Int
Creating a Request
data GetAppLaunchConfiguration Source #
See: newGetAppLaunchConfiguration
smart constructor.
Instances
newGetAppLaunchConfiguration :: GetAppLaunchConfiguration Source #
Create a value of GetAppLaunchConfiguration
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:GetAppLaunchConfiguration'
, getAppLaunchConfiguration_appId
- The ID of the application.
Request Lenses
getAppLaunchConfiguration_appId :: Lens' GetAppLaunchConfiguration (Maybe Text) Source #
The ID of the application.
Destructuring the Response
data GetAppLaunchConfigurationResponse Source #
See: newGetAppLaunchConfigurationResponse
smart constructor.
GetAppLaunchConfigurationResponse' | |
|
Instances
newGetAppLaunchConfigurationResponse Source #
Create a value of GetAppLaunchConfigurationResponse
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:serverGroupLaunchConfigurations:GetAppLaunchConfigurationResponse'
, getAppLaunchConfigurationResponse_serverGroupLaunchConfigurations
- The launch configurations for server groups in this application.
$sel:autoLaunch:GetAppLaunchConfigurationResponse'
, getAppLaunchConfigurationResponse_autoLaunch
- Indicates whether the application is configured to launch automatically
after replication is complete.
$sel:roleName:GetAppLaunchConfigurationResponse'
, getAppLaunchConfigurationResponse_roleName
- The name of the service role in the customer's account that AWS
CloudFormation uses to launch the application.
$sel:appId:GetAppLaunchConfiguration'
, getAppLaunchConfigurationResponse_appId
- The ID of the application.
$sel:httpStatus:GetAppLaunchConfigurationResponse'
, getAppLaunchConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getAppLaunchConfigurationResponse_serverGroupLaunchConfigurations :: Lens' GetAppLaunchConfigurationResponse (Maybe [ServerGroupLaunchConfiguration]) Source #
The launch configurations for server groups in this application.
getAppLaunchConfigurationResponse_autoLaunch :: Lens' GetAppLaunchConfigurationResponse (Maybe Bool) Source #
Indicates whether the application is configured to launch automatically after replication is complete.
getAppLaunchConfigurationResponse_roleName :: Lens' GetAppLaunchConfigurationResponse (Maybe Text) Source #
The name of the service role in the customer's account that AWS CloudFormation uses to launch the application.
getAppLaunchConfigurationResponse_appId :: Lens' GetAppLaunchConfigurationResponse (Maybe Text) Source #
The ID of the application.
getAppLaunchConfigurationResponse_httpStatus :: Lens' GetAppLaunchConfigurationResponse Int Source #
The response's http status code.