UpdateServiceSettingRequest

public struct UpdateServiceSettingRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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/parameter-store/default-parameter-tier /ssm/parameter-store/high-throughput-enabled /ssm/managed-instance/activation-tier

    Declaration

    Swift

    public let settingId: String
  • The new value to specify for the service setting. For the /ssm/parameter-store/default-parameter-tier setting ID, the setting value can be one of the following. Standard Advanced Intelligent-Tiering For the /ssm/parameter-store/high-throughput-enabled, and /ssm/managed-instance/activation-tier setting IDs, the setting value can be true or false.

    Declaration

    Swift

    public let settingValue: String
  • Undocumented

    Declaration

    Swift

    public init(settingId: String, settingValue: String)
  • Declaration

    Swift

    public func validate(name: String) throws