Struct aws_sdk_ssm::input::UpdateServiceSettingInput
source · [−]#[non_exhaustive]pub struct UpdateServiceSettingInput { /* private fields */ }
Expand description
The request body of the UpdateServiceSetting API operation.
Implementations
sourceimpl UpdateServiceSettingInput
impl UpdateServiceSettingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceSetting, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceSetting, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateServiceSetting
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateServiceSettingInput
.
sourceimpl UpdateServiceSettingInput
impl UpdateServiceSettingInput
sourcepub fn setting_id(&self) -> Option<&str>
pub fn setting_id(&self) -> Option<&str>
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/managed-instance/activation-tier
-
/ssm/opsinsights/opscenter
-
/ssm/parameter-store/default-parameter-tier
-
/ssm/parameter-store/high-throughput-enabled
sourcepub fn setting_value(&self) -> Option<&str>
pub fn setting_value(&self) -> Option<&str>
The new value to specify for the service setting. The following list specifies the available values for each setting.
-
/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
-
/ssm/opsinsights/opscenter
:Enabled
orDisabled
-
/ssm/parameter-store/default-parameter-tier
:Standard
,Advanced
,Intelligent-Tiering
-
/ssm/parameter-store/high-throughput-enabled
:true
orfalse
Trait Implementations
sourceimpl Clone for UpdateServiceSettingInput
impl Clone for UpdateServiceSettingInput
sourcefn clone(&self) -> UpdateServiceSettingInput
fn clone(&self) -> UpdateServiceSettingInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more