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 |
Creates or updates the launch configuration for the specified application.
Synopsis
- data PutAppLaunchConfiguration = PutAppLaunchConfiguration' {}
- newPutAppLaunchConfiguration :: PutAppLaunchConfiguration
- putAppLaunchConfiguration_serverGroupLaunchConfigurations :: Lens' PutAppLaunchConfiguration (Maybe [ServerGroupLaunchConfiguration])
- putAppLaunchConfiguration_autoLaunch :: Lens' PutAppLaunchConfiguration (Maybe Bool)
- putAppLaunchConfiguration_roleName :: Lens' PutAppLaunchConfiguration (Maybe Text)
- putAppLaunchConfiguration_appId :: Lens' PutAppLaunchConfiguration (Maybe Text)
- data PutAppLaunchConfigurationResponse = PutAppLaunchConfigurationResponse' {
- httpStatus :: Int
- newPutAppLaunchConfigurationResponse :: Int -> PutAppLaunchConfigurationResponse
- putAppLaunchConfigurationResponse_httpStatus :: Lens' PutAppLaunchConfigurationResponse Int
Creating a Request
data PutAppLaunchConfiguration Source #
See: newPutAppLaunchConfiguration
smart constructor.
PutAppLaunchConfiguration' | |
|
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:
$sel:serverGroupLaunchConfigurations:PutAppLaunchConfiguration'
, putAppLaunchConfiguration_serverGroupLaunchConfigurations
- Information about the launch configurations for server groups in the
application.
$sel:autoLaunch:PutAppLaunchConfiguration'
, putAppLaunchConfiguration_autoLaunch
- Indicates whether the application is configured to launch automatically
after replication is complete.
$sel:roleName:PutAppLaunchConfiguration'
, putAppLaunchConfiguration_roleName
- The name of service role in the customer's account that AWS
CloudFormation uses to launch the application.
$sel:appId:PutAppLaunchConfiguration'
, putAppLaunchConfiguration_appId
- The ID of the application.
Request Lenses
putAppLaunchConfiguration_serverGroupLaunchConfigurations :: Lens' PutAppLaunchConfiguration (Maybe [ServerGroupLaunchConfiguration]) Source #
Information about the launch configurations for server groups in 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 AWS CloudFormation uses to launch the application.
putAppLaunchConfiguration_appId :: Lens' PutAppLaunchConfiguration (Maybe Text) Source #
The ID of the application.
Destructuring the Response
data PutAppLaunchConfigurationResponse Source #
See: newPutAppLaunchConfigurationResponse
smart constructor.
PutAppLaunchConfigurationResponse' | |
|
Instances
Eq PutAppLaunchConfigurationResponse Source # | |
Read PutAppLaunchConfigurationResponse Source # | |
Show PutAppLaunchConfigurationResponse Source # | |
Defined in Amazonka.SMS.PutAppLaunchConfiguration | |
Generic PutAppLaunchConfigurationResponse Source # | |
NFData PutAppLaunchConfigurationResponse Source # | |
Defined in Amazonka.SMS.PutAppLaunchConfiguration rnf :: PutAppLaunchConfigurationResponse -> () # | |
type Rep PutAppLaunchConfigurationResponse Source # | |
Defined in Amazonka.SMS.PutAppLaunchConfiguration type Rep PutAppLaunchConfigurationResponse = D1 ('MetaData "PutAppLaunchConfigurationResponse" "Amazonka.SMS.PutAppLaunchConfiguration" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "PutAppLaunchConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newPutAppLaunchConfigurationResponse Source #
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.