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 |
ServiceSetting
is an account-level setting for an Amazon Web Services
service. This setting defines how a user interacts with or uses a
service or a feature of a service. For example, if an Amazon Web
Services service charges money to the account based on feature or
service usage, then the Amazon Web Services service team might create a
default setting of "false". This means the user can't use this
feature unless they change the setting to "true" and intentionally opt
in for a paid feature.
Services map a SettingId
object to a setting value. Amazon Web
Services services teams define the default value for a SettingId
. You
can't create a new SettingId
, but you can overwrite the default value
if you have the ssm:UpdateServiceSetting
permission for the setting.
Use the GetServiceSetting API operation to view the current value. Or,
use the ResetServiceSetting to change the value back to the original
value defined by the Amazon Web Services service team.
Update the service setting for the account.
Synopsis
- data UpdateServiceSetting = UpdateServiceSetting' {
- settingId :: Text
- settingValue :: Text
- newUpdateServiceSetting :: Text -> Text -> UpdateServiceSetting
- updateServiceSetting_settingId :: Lens' UpdateServiceSetting Text
- updateServiceSetting_settingValue :: Lens' UpdateServiceSetting Text
- data UpdateServiceSettingResponse = UpdateServiceSettingResponse' {
- httpStatus :: Int
- newUpdateServiceSettingResponse :: Int -> UpdateServiceSettingResponse
- updateServiceSettingResponse_httpStatus :: Lens' UpdateServiceSettingResponse Int
Creating a Request
data UpdateServiceSetting Source #
The request body of the UpdateServiceSetting API operation.
See: newUpdateServiceSetting
smart constructor.
UpdateServiceSetting' | |
|
Instances
newUpdateServiceSetting Source #
:: Text | |
-> Text | |
-> UpdateServiceSetting |
Create a value of UpdateServiceSetting
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:settingId:UpdateServiceSetting'
, updateServiceSetting_settingId
- The Amazon Resource Name (ARN) of the service setting to reset. For
example,
arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled
.
The setting ID can be one of the following.
/ssm/automation/customer-script-log-destination
/ssm/automation/customer-script-log-group-name
/ssm/documents/console/public-sharing-permission
/ssm/parameter-store/default-parameter-tier
/ssm/parameter-store/high-throughput-enabled
/ssm/managed-instance/activation-tier
$sel:settingValue:UpdateServiceSetting'
, updateServiceSetting_settingValue
- The new value to specify for the service setting. The following list
specifies the available values for each setting.
/ssm/parameter-store/default-parameter-tier
:Standard
,Advanced
,Intelligent-Tiering
/ssm/parameter-store/high-throughput-enabled
:true
orfalse
/ssm/managed-instance/activation-tier
:true
orfalse
/ssm/automation/customer-script-log-destination
:CloudWatch
/ssm/automation/customer-script-log-group-name
: the name of an Amazon CloudWatch Logs log group/ssm/documents/console/public-sharing-permission
:Enable
orDisable
/ssm/managed-instance/activation-tier
:standard
oradvanced
Request Lenses
updateServiceSetting_settingId :: Lens' UpdateServiceSetting Text Source #
The Amazon Resource Name (ARN) of the service setting to reset. For
example,
arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled
.
The setting ID can be one of the following.
/ssm/automation/customer-script-log-destination
/ssm/automation/customer-script-log-group-name
/ssm/documents/console/public-sharing-permission
/ssm/parameter-store/default-parameter-tier
/ssm/parameter-store/high-throughput-enabled
/ssm/managed-instance/activation-tier
updateServiceSetting_settingValue :: Lens' UpdateServiceSetting Text Source #
The new value to specify for the service setting. The following list specifies the available values for each setting.
/ssm/parameter-store/default-parameter-tier
:Standard
,Advanced
,Intelligent-Tiering
/ssm/parameter-store/high-throughput-enabled
:true
orfalse
/ssm/managed-instance/activation-tier
:true
orfalse
/ssm/automation/customer-script-log-destination
:CloudWatch
/ssm/automation/customer-script-log-group-name
: the name of an Amazon CloudWatch Logs log group/ssm/documents/console/public-sharing-permission
:Enable
orDisable
/ssm/managed-instance/activation-tier
:standard
oradvanced
Destructuring the Response
data UpdateServiceSettingResponse Source #
The result body of the UpdateServiceSetting API operation.
See: newUpdateServiceSettingResponse
smart constructor.
UpdateServiceSettingResponse' | |
|
Instances
newUpdateServiceSettingResponse Source #
Create a value of UpdateServiceSettingResponse
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:UpdateServiceSettingResponse'
, updateServiceSettingResponse_httpStatus
- The response's http status code.
Response Lenses
updateServiceSettingResponse_httpStatus :: Lens' UpdateServiceSettingResponse Int Source #
The response's http status code.