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.OpenSearchServerless.UpdateAccountSettings
Description
Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more information, see Autoscaling.
Synopsis
- data UpdateAccountSettings = UpdateAccountSettings' {}
- newUpdateAccountSettings :: UpdateAccountSettings
- updateAccountSettings_capacityLimits :: Lens' UpdateAccountSettings (Maybe CapacityLimits)
- data UpdateAccountSettingsResponse = UpdateAccountSettingsResponse' {}
- newUpdateAccountSettingsResponse :: Int -> UpdateAccountSettingsResponse
- updateAccountSettingsResponse_accountSettingsDetail :: Lens' UpdateAccountSettingsResponse (Maybe AccountSettingsDetail)
- updateAccountSettingsResponse_httpStatus :: Lens' UpdateAccountSettingsResponse Int
Creating a Request
data UpdateAccountSettings Source #
See: newUpdateAccountSettings
smart constructor.
Constructors
UpdateAccountSettings' | |
Fields |
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:
UpdateAccountSettings
, updateAccountSettings_capacityLimits
- Undocumented member.
Request Lenses
updateAccountSettings_capacityLimits :: Lens' UpdateAccountSettings (Maybe CapacityLimits) Source #
Undocumented member.
Destructuring the Response
data UpdateAccountSettingsResponse Source #
See: newUpdateAccountSettingsResponse
smart constructor.
Constructors
UpdateAccountSettingsResponse' | |
Fields
|
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:accountSettingsDetail:UpdateAccountSettingsResponse'
, updateAccountSettingsResponse_accountSettingsDetail
- OpenSearch Serverless-related settings for the current Amazon Web
Services account.
$sel:httpStatus:UpdateAccountSettingsResponse'
, updateAccountSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
updateAccountSettingsResponse_accountSettingsDetail :: Lens' UpdateAccountSettingsResponse (Maybe AccountSettingsDetail) Source #
OpenSearch Serverless-related settings for the current Amazon Web Services account.
updateAccountSettingsResponse_httpStatus :: Lens' UpdateAccountSettingsResponse Int Source #
The response's http status code.