Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateServiceSettingRequest

import type { UpdateServiceSettingRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";

The request body of the UpdateServiceSetting API operation.

interface UpdateServiceSettingRequest {
SettingId: string;
SettingValue: string;
}

§Properties

§
SettingId: string
[src]

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
    
§
SettingValue: string
[src]

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 or false
  • /ssm/managed-instance/activation-tier: true or false
  • /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 or Disable
  • /ssm/managed-instance/activation-tier: standard or advanced