RecordDetail
public struct RecordDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The UTC time stamp of the creation time.
Declaration
Swift
public let createdTime: TimeStamp?
-
The path identifier.
Declaration
Swift
public let pathId: String?
-
The product identifier.
Declaration
Swift
public let productId: String?
-
The identifier of the provisioned product.
Declaration
Swift
public let provisionedProductId: String?
-
The user-friendly name of the provisioned product.
Declaration
Swift
public let provisionedProductName: String?
-
The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.
Declaration
Swift
public let provisionedProductType: String?
-
The identifier of the provisioning artifact.
Declaration
Swift
public let provisioningArtifactId: String?
-
The errors that occurred.
Declaration
Swift
public let recordErrors: [RecordError]?
-
The identifier of the record.
Declaration
Swift
public let recordId: String?
-
One or more tags.
Declaration
Swift
public let recordTags: [RecordTag]?
-
The record type. PROVISION_PRODUCT UPDATE_PROVISIONED_PRODUCT TERMINATE_PROVISIONED_PRODUCT
Declaration
Swift
public let recordType: String?
-
The status of the provisioned product. CREATED - The request was created but the operation has not started. IN_PROGRESS - The requested operation is in progress. IN_PROGRESS_IN_ERROR - The provisioned product is under change but the requested operation failed and some remediation is occurring. For example, a rollback. SUCCEEDED - The requested operation has successfully completed. FAILED - The requested operation has unsuccessfully completed. Investigate using the error messages returned.
Declaration
Swift
public let status: RecordStatus?
-
The time when the record was last updated.
Declaration
Swift
public let updatedTime: TimeStamp?
-
init(createdTime:pathId:productId:provisionedProductId:provisionedProductName:provisionedProductType:provisioningArtifactId:recordErrors:recordId:recordTags:recordType:status:updatedTime:)
Undocumented
Declaration
Swift
public init(createdTime: TimeStamp? = nil, pathId: String? = nil, productId: String? = nil, provisionedProductId: String? = nil, provisionedProductName: String? = nil, provisionedProductType: String? = nil, provisioningArtifactId: String? = nil, recordErrors: [RecordError]? = nil, recordId: String? = nil, recordTags: [RecordTag]? = nil, recordType: String? = nil, status: RecordStatus? = nil, updatedTime: TimeStamp? = nil)