UpdateConfigurationTemplateMessage
public struct UpdateConfigurationTemplateMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the application associated with the configuration template to update. If no application is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.
Declaration
Swift
public let applicationName: String -
A new description for the configuration.
Declaration
Swift
public let description: String? -
A list of configuration option settings to update with the new specified option value.
Declaration
Swift
public let optionSettings: [ConfigurationOptionSetting]? -
A list of configuration options to remove from the configuration set. Constraint: You can remove only UserDefined configuration options.
Declaration
Swift
public let optionsToRemove: [OptionSpecification]? -
The name of the configuration template to update. If no configuration template is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.
Declaration
Swift
public let templateName: String -
Undocumented
Declaration
Swift
public init(applicationName: String, description: String? = nil, optionSettings: [ConfigurationOptionSetting]? = nil, optionsToRemove: [OptionSpecification]? = nil, templateName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateConfigurationTemplateMessage Structure Reference