| 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.PutAppLaunchConfiguration
Description
Creates or updates the launch configuration for the specified application.
Synopsis
- data PutAppLaunchConfiguration = PutAppLaunchConfiguration' {}
- newPutAppLaunchConfiguration :: PutAppLaunchConfiguration
- putAppLaunchConfiguration_appId :: Lens' PutAppLaunchConfiguration (Maybe Text)
- putAppLaunchConfiguration_autoLaunch :: Lens' PutAppLaunchConfiguration (Maybe Bool)
- putAppLaunchConfiguration_roleName :: Lens' PutAppLaunchConfiguration (Maybe Text)
- putAppLaunchConfiguration_serverGroupLaunchConfigurations :: Lens' PutAppLaunchConfiguration (Maybe [ServerGroupLaunchConfiguration])
- data PutAppLaunchConfigurationResponse = PutAppLaunchConfigurationResponse' {
- httpStatus :: Int
- newPutAppLaunchConfigurationResponse :: Int -> PutAppLaunchConfigurationResponse
- putAppLaunchConfigurationResponse_httpStatus :: Lens' PutAppLaunchConfigurationResponse Int
Creating a Request
data PutAppLaunchConfiguration Source #
See: newPutAppLaunchConfiguration smart constructor.
Constructors
| PutAppLaunchConfiguration' | |
Fields
| |
Instances
newPutAppLaunchConfiguration :: PutAppLaunchConfiguration Source #
Create a value of PutAppLaunchConfiguration 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:
PutAppLaunchConfiguration, putAppLaunchConfiguration_appId - The ID of the application.
$sel:autoLaunch:PutAppLaunchConfiguration', putAppLaunchConfiguration_autoLaunch - Indicates whether the application is configured to launch automatically
after replication is complete.
PutAppLaunchConfiguration, putAppLaunchConfiguration_roleName - The name of service role in the customer's account that CloudFormation
uses to launch the application.
$sel:serverGroupLaunchConfigurations:PutAppLaunchConfiguration', putAppLaunchConfiguration_serverGroupLaunchConfigurations - Information about the launch configurations for server groups in the
application.
Request Lenses
putAppLaunchConfiguration_appId :: Lens' PutAppLaunchConfiguration (Maybe Text) Source #
The ID of the application.
putAppLaunchConfiguration_autoLaunch :: Lens' PutAppLaunchConfiguration (Maybe Bool) Source #
Indicates whether the application is configured to launch automatically after replication is complete.
putAppLaunchConfiguration_roleName :: Lens' PutAppLaunchConfiguration (Maybe Text) Source #
The name of service role in the customer's account that CloudFormation uses to launch the application.
putAppLaunchConfiguration_serverGroupLaunchConfigurations :: Lens' PutAppLaunchConfiguration (Maybe [ServerGroupLaunchConfiguration]) Source #
Information about the launch configurations for server groups in the application.
Destructuring the Response
data PutAppLaunchConfigurationResponse Source #
See: newPutAppLaunchConfigurationResponse smart constructor.
Constructors
| PutAppLaunchConfigurationResponse' | |
Fields
| |
Instances
newPutAppLaunchConfigurationResponse Source #
Arguments
| :: Int | |
| -> PutAppLaunchConfigurationResponse |
Create a value of PutAppLaunchConfigurationResponse 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:httpStatus:PutAppLaunchConfigurationResponse', putAppLaunchConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
putAppLaunchConfigurationResponse_httpStatus :: Lens' PutAppLaunchConfigurationResponse Int Source #
The response's http status code.