ComposeEnvironmentsMessage
public struct ComposeEnvironmentsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the application to which the specified source bundles belong.
Declaration
Swift
public let applicationName: String?
-
The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment’s manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.
Declaration
Swift
public let groupName: String?
-
A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create.
Declaration
Swift
public let versionLabels: [String]?
-
Undocumented
Declaration
Swift
public init(applicationName: String? = nil, groupName: String? = nil, versionLabels: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws