Struct aws_sdk_ssm::input::UpdateServiceSettingInput
source · [−]#[non_exhaustive]pub struct UpdateServiceSettingInput {
pub setting_id: Option<String>,
pub setting_value: Option<String>,
}
Expand description
The request body of the UpdateServiceSetting API operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.setting_id: Option<String>
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
setting_value: Option<String>
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
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceSetting, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceSetting, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateServiceSetting
>
Creates a new builder-style object to manufacture UpdateServiceSettingInput
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
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
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateServiceSettingInput
impl Send for UpdateServiceSettingInput
impl Sync for UpdateServiceSettingInput
impl Unpin for UpdateServiceSettingInput
impl UnwindSafe for UpdateServiceSettingInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more