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 |
Update the AWS Proton pipeline service account settings.
Synopsis
- data UpdateAccountSettings = UpdateAccountSettings' {}
- newUpdateAccountSettings :: UpdateAccountSettings
- updateAccountSettings_pipelineServiceRoleArn :: Lens' UpdateAccountSettings (Maybe Text)
- data UpdateAccountSettingsResponse = UpdateAccountSettingsResponse' {}
- newUpdateAccountSettingsResponse :: Int -> AccountSettings -> UpdateAccountSettingsResponse
- updateAccountSettingsResponse_httpStatus :: Lens' UpdateAccountSettingsResponse Int
- updateAccountSettingsResponse_accountSettings :: Lens' UpdateAccountSettingsResponse AccountSettings
Creating a Request
data UpdateAccountSettings Source #
See: newUpdateAccountSettings
smart constructor.
UpdateAccountSettings' | |
|
Instances
newUpdateAccountSettings :: UpdateAccountSettings Source #
Create a value of UpdateAccountSettings
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:pipelineServiceRoleArn:UpdateAccountSettings'
, updateAccountSettings_pipelineServiceRoleArn
- The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
Request Lenses
updateAccountSettings_pipelineServiceRoleArn :: Lens' UpdateAccountSettings (Maybe Text) Source #
The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.
Destructuring the Response
data UpdateAccountSettingsResponse Source #
See: newUpdateAccountSettingsResponse
smart constructor.
UpdateAccountSettingsResponse' | |
|
Instances
newUpdateAccountSettingsResponse Source #
Create a value of UpdateAccountSettingsResponse
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:UpdateAccountSettingsResponse'
, updateAccountSettingsResponse_httpStatus
- The response's http status code.
$sel:accountSettings:UpdateAccountSettingsResponse'
, updateAccountSettingsResponse_accountSettings
- The AWS Proton pipeline service role detail data that's returned by AWS
Proton.
Response Lenses
updateAccountSettingsResponse_httpStatus :: Lens' UpdateAccountSettingsResponse Int Source #
The response's http status code.
updateAccountSettingsResponse_accountSettings :: Lens' UpdateAccountSettingsResponse AccountSettings Source #
The AWS Proton pipeline service role detail data that's returned by AWS Proton.