ListTypeVersionsInput
public struct ListTypeVersionsInput : AWSShape
extension CloudFormation.ListTypeVersionsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the type for which you want version summary information. Conditional: You must specify either TypeName and Type, or Arn.
Declaration
Swift
public let arn: String?
-
The deprecation status of the type versions that you want to get summary information about. Valid values include: LIVE: The type version is registered and can be used in CloudFormation operations, dependent on its provisioning behavior and visibility scope. DEPRECATED: The type version has been deregistered and can no longer be used in CloudFormation operations. The default is LIVE.
Declaration
Swift
public let deprecatedStatus: DeprecatedStatus?
-
The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
Declaration
Swift
public let maxResults: Int?
-
If the previous paginated request didn’t return all of the remaining results, the response object’s NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object’s NextToken parameter. If there are no remaining results, the previous response object’s NextToken parameter is set to null.
Declaration
Swift
public let nextToken: String?
-
The kind of the type. Currently the only valid value is RESOURCE. Conditional: You must specify either TypeName and Type, or Arn.
Declaration
Swift
public let type: RegistryType?
-
The name of the type for which you want version summary information. Conditional: You must specify either TypeName and Type, or Arn.
Declaration
Swift
public let typeName: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, deprecatedStatus: DeprecatedStatus? = nil, maxResults: Int? = nil, nextToken: String? = nil, type: RegistryType? = nil, typeName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CloudFormation.ListTypeVersionsInput