UpdateServiceSettingRequest
public struct UpdateServiceSettingRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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 DeclarationSwift 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. DeclarationSwift public let settingValue: String
- 
                  
                  Undocumented DeclarationSwift public init(settingId: String, settingValue: String)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub UpdateServiceSettingRequest Structure Reference
        UpdateServiceSettingRequest Structure Reference