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

PutIntegrationResponse

import type { PutIntegrationResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface PutIntegrationResponse {
CreatedAt: Date | number;
DomainName: string;
IsUnstructured?: boolean | null;
LastUpdatedAt: Date | number;
ObjectTypeName?: string | null;
ObjectTypeNames?: {
[key: string]: string | null | undefined;
}
| null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Uri: string;
WorkflowId?: string | null;
}

§Properties

§
CreatedAt: Date | number
[src]

The timestamp of when the domain was created.

§
DomainName: string
[src]

The unique name of the domain.

§
IsUnstructured?: boolean | null
[src]

Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.

§
LastUpdatedAt: Date | number
[src]

The timestamp of when the domain was most recently edited.

§
ObjectTypeName?: string | null
[src]

The name of the profile object type.

§
ObjectTypeNames?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event. It supports the following event types: SegmentIdentify, ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders, ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.

§
Uri: string
[src]

The URI of the S3 bucket or any other type of data source.

§
WorkflowId?: string | null
[src]

Unique identifier for the workflow.