Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RecordDetail

import type { RecordDetail } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about a request operation.

interface RecordDetail {
CreatedTime?: Date | number | null;
LaunchRoleArn?: string | null;
PathId?: string | null;
ProductId?: string | null;
ProvisionedProductId?: string | null;
ProvisionedProductName?: string | null;
ProvisionedProductType?: string | null;
ProvisioningArtifactId?: string | null;
RecordErrors?: RecordError[] | null;
RecordId?: string | null;
RecordTags?: RecordTag[] | null;
RecordType?: string | null;
Status?: RecordStatus | null;
UpdatedTime?: Date | number | null;
}

§Properties

§
CreatedTime?: Date | number | null
[src]

The UTC time stamp of the creation time.

§
LaunchRoleArn?: string | null
[src]

The ARN of the launch role associated with the provisioned product.

§
PathId?: string | null
[src]

The path identifier.

§
ProductId?: string | null
[src]

The product identifier.

§
ProvisionedProductId?: string | null
[src]

The identifier of the provisioned product.

§
ProvisionedProductName?: string | null
[src]

The user-friendly name of the provisioned product.

§
ProvisionedProductType?: string | null
[src]

The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact.

§
RecordErrors?: RecordError[] | null
[src]

The errors that occurred.

§
RecordId?: string | null
[src]

The identifier of the record.

§
RecordTags?: RecordTag[] | null
[src]

One or more tags.

§
RecordType?: string | null
[src]

The record type.

  • PROVISION_PRODUCT
    
  • UPDATE_PROVISIONED_PRODUCT
    
  • TERMINATE_PROVISIONED_PRODUCT
    
§
Status?: RecordStatus | null
[src]

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.
§
UpdatedTime?: Date | number | null
[src]

The time when the record was last updated.