@aws-sdk/client-customer-profiles
Advanced tools
Comparing version 3.693.0 to 3.695.0
export * from "./AddProfileKeyCommand"; | ||
export * from "./BatchGetCalculatedAttributeForProfileCommand"; | ||
export * from "./BatchGetProfileCommand"; | ||
export * from "./CreateCalculatedAttributeDefinitionCommand"; | ||
@@ -7,2 +9,5 @@ export * from "./CreateDomainCommand"; | ||
export * from "./CreateProfileCommand"; | ||
export * from "./CreateSegmentDefinitionCommand"; | ||
export * from "./CreateSegmentEstimateCommand"; | ||
export * from "./CreateSegmentSnapshotCommand"; | ||
export * from "./DeleteCalculatedAttributeDefinitionCommand"; | ||
@@ -16,2 +21,3 @@ export * from "./DeleteDomainCommand"; | ||
export * from "./DeleteProfileObjectTypeCommand"; | ||
export * from "./DeleteSegmentDefinitionCommand"; | ||
export * from "./DeleteWorkflowCommand"; | ||
@@ -29,2 +35,6 @@ export * from "./DetectProfileObjectTypeCommand"; | ||
export * from "./GetProfileObjectTypeTemplateCommand"; | ||
export * from "./GetSegmentDefinitionCommand"; | ||
export * from "./GetSegmentEstimateCommand"; | ||
export * from "./GetSegmentMembershipCommand"; | ||
export * from "./GetSegmentSnapshotCommand"; | ||
export * from "./GetSimilarProfilesCommand"; | ||
@@ -40,2 +50,4 @@ export * from "./GetWorkflowCommand"; | ||
export * from "./ListIntegrationsCommand"; | ||
export * from "./ListObjectTypeAttributesCommand"; | ||
export * from "./ListProfileAttributeValuesCommand"; | ||
export * from "./ListProfileObjectTypeTemplatesCommand"; | ||
@@ -45,2 +57,3 @@ export * from "./ListProfileObjectTypesCommand"; | ||
export * from "./ListRuleBasedMatchesCommand"; | ||
export * from "./ListSegmentDefinitionsCommand"; | ||
export * from "./ListTagsForResourceCommand"; | ||
@@ -47,0 +60,0 @@ export * from "./ListWorkflowsCommand"; |
import { createAggregatedClient } from "@smithy/smithy-client"; | ||
import { AddProfileKeyCommand, } from "./commands/AddProfileKeyCommand"; | ||
import { BatchGetCalculatedAttributeForProfileCommand, } from "./commands/BatchGetCalculatedAttributeForProfileCommand"; | ||
import { BatchGetProfileCommand, } from "./commands/BatchGetProfileCommand"; | ||
import { CreateCalculatedAttributeDefinitionCommand, } from "./commands/CreateCalculatedAttributeDefinitionCommand"; | ||
@@ -8,2 +10,5 @@ import { CreateDomainCommand, } from "./commands/CreateDomainCommand"; | ||
import { CreateProfileCommand, } from "./commands/CreateProfileCommand"; | ||
import { CreateSegmentDefinitionCommand, } from "./commands/CreateSegmentDefinitionCommand"; | ||
import { CreateSegmentEstimateCommand, } from "./commands/CreateSegmentEstimateCommand"; | ||
import { CreateSegmentSnapshotCommand, } from "./commands/CreateSegmentSnapshotCommand"; | ||
import { DeleteCalculatedAttributeDefinitionCommand, } from "./commands/DeleteCalculatedAttributeDefinitionCommand"; | ||
@@ -17,2 +22,3 @@ import { DeleteDomainCommand, } from "./commands/DeleteDomainCommand"; | ||
import { DeleteProfileObjectTypeCommand, } from "./commands/DeleteProfileObjectTypeCommand"; | ||
import { DeleteSegmentDefinitionCommand, } from "./commands/DeleteSegmentDefinitionCommand"; | ||
import { DeleteWorkflowCommand, } from "./commands/DeleteWorkflowCommand"; | ||
@@ -30,2 +36,6 @@ import { DetectProfileObjectTypeCommand, } from "./commands/DetectProfileObjectTypeCommand"; | ||
import { GetProfileObjectTypeTemplateCommand, } from "./commands/GetProfileObjectTypeTemplateCommand"; | ||
import { GetSegmentDefinitionCommand, } from "./commands/GetSegmentDefinitionCommand"; | ||
import { GetSegmentEstimateCommand, } from "./commands/GetSegmentEstimateCommand"; | ||
import { GetSegmentMembershipCommand, } from "./commands/GetSegmentMembershipCommand"; | ||
import { GetSegmentSnapshotCommand, } from "./commands/GetSegmentSnapshotCommand"; | ||
import { GetSimilarProfilesCommand, } from "./commands/GetSimilarProfilesCommand"; | ||
@@ -41,2 +51,4 @@ import { GetWorkflowCommand } from "./commands/GetWorkflowCommand"; | ||
import { ListIntegrationsCommand, } from "./commands/ListIntegrationsCommand"; | ||
import { ListObjectTypeAttributesCommand, } from "./commands/ListObjectTypeAttributesCommand"; | ||
import { ListProfileAttributeValuesCommand, } from "./commands/ListProfileAttributeValuesCommand"; | ||
import { ListProfileObjectsCommand, } from "./commands/ListProfileObjectsCommand"; | ||
@@ -46,2 +58,3 @@ import { ListProfileObjectTypesCommand, } from "./commands/ListProfileObjectTypesCommand"; | ||
import { ListRuleBasedMatchesCommand, } from "./commands/ListRuleBasedMatchesCommand"; | ||
import { ListSegmentDefinitionsCommand, } from "./commands/ListSegmentDefinitionsCommand"; | ||
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand"; | ||
@@ -62,2 +75,4 @@ import { ListWorkflowsCommand, } from "./commands/ListWorkflowsCommand"; | ||
AddProfileKeyCommand, | ||
BatchGetCalculatedAttributeForProfileCommand, | ||
BatchGetProfileCommand, | ||
CreateCalculatedAttributeDefinitionCommand, | ||
@@ -68,2 +83,5 @@ CreateDomainCommand, | ||
CreateProfileCommand, | ||
CreateSegmentDefinitionCommand, | ||
CreateSegmentEstimateCommand, | ||
CreateSegmentSnapshotCommand, | ||
DeleteCalculatedAttributeDefinitionCommand, | ||
@@ -77,2 +95,3 @@ DeleteDomainCommand, | ||
DeleteProfileObjectTypeCommand, | ||
DeleteSegmentDefinitionCommand, | ||
DeleteWorkflowCommand, | ||
@@ -90,2 +109,6 @@ DetectProfileObjectTypeCommand, | ||
GetProfileObjectTypeTemplateCommand, | ||
GetSegmentDefinitionCommand, | ||
GetSegmentEstimateCommand, | ||
GetSegmentMembershipCommand, | ||
GetSegmentSnapshotCommand, | ||
GetSimilarProfilesCommand, | ||
@@ -101,2 +124,4 @@ GetWorkflowCommand, | ||
ListIntegrationsCommand, | ||
ListObjectTypeAttributesCommand, | ||
ListProfileAttributeValuesCommand, | ||
ListProfileObjectsCommand, | ||
@@ -106,2 +131,3 @@ ListProfileObjectTypesCommand, | ||
ListRuleBasedMatchesCommand, | ||
ListSegmentDefinitionsCommand, | ||
ListTagsForResourceCommand, | ||
@@ -108,0 +134,0 @@ ListWorkflowsCommand, |
@@ -68,2 +68,9 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
} | ||
export const StringDimensionType = { | ||
BEGINS_WITH: "BEGINS_WITH", | ||
CONTAINS: "CONTAINS", | ||
ENDS_WITH: "ENDS_WITH", | ||
EXCLUSIVE: "EXCLUSIVE", | ||
INCLUSIVE: "INCLUSIVE", | ||
}; | ||
export const SourceConnectorType = { | ||
@@ -221,2 +228,36 @@ MARKETO: "Marketo", | ||
}; | ||
export const AttributeDimensionType = { | ||
AFTER: "AFTER", | ||
BEFORE: "BEFORE", | ||
BEGINS_WITH: "BEGINS_WITH", | ||
BETWEEN: "BETWEEN", | ||
CONTAINS: "CONTAINS", | ||
ENDS_WITH: "ENDS_WITH", | ||
EQUAL: "EQUAL", | ||
EXCLUSIVE: "EXCLUSIVE", | ||
GREATER_THAN: "GREATER_THAN", | ||
GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL", | ||
INCLUSIVE: "INCLUSIVE", | ||
LESS_THAN: "LESS_THAN", | ||
LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL", | ||
NOT_BETWEEN: "NOT_BETWEEN", | ||
ON: "ON", | ||
}; | ||
export const FilterDimensionType = { | ||
AFTER: "AFTER", | ||
BEFORE: "BEFORE", | ||
BEGINS_WITH: "BEGINS_WITH", | ||
BETWEEN: "BETWEEN", | ||
CONTAINS: "CONTAINS", | ||
ENDS_WITH: "ENDS_WITH", | ||
EQUAL: "EQUAL", | ||
EXCLUSIVE: "EXCLUSIVE", | ||
GREATER_THAN: "GREATER_THAN", | ||
GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL", | ||
INCLUSIVE: "INCLUSIVE", | ||
LESS_THAN: "LESS_THAN", | ||
LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL", | ||
NOT_BETWEEN: "NOT_BETWEEN", | ||
ON: "ON", | ||
}; | ||
export const AttributeMatchingModel = { | ||
@@ -230,2 +271,15 @@ MANY_TO_MANY: "MANY_TO_MANY", | ||
}; | ||
export const RangeUnit = { | ||
DAYS: "DAYS", | ||
}; | ||
export const Gender = { | ||
FEMALE: "FEMALE", | ||
MALE: "MALE", | ||
UNSPECIFIED: "UNSPECIFIED", | ||
}; | ||
export const PartyType = { | ||
BUSINESS: "BUSINESS", | ||
INDIVIDUAL: "INDIVIDUAL", | ||
OTHER: "OTHER", | ||
}; | ||
export const Unit = { | ||
@@ -240,2 +294,12 @@ DAYS: "DAYS", | ||
}; | ||
export const Type = { | ||
ALL: "ALL", | ||
ANY: "ANY", | ||
NONE: "NONE", | ||
}; | ||
export const Include = { | ||
ALL: "ALL", | ||
ANY: "ANY", | ||
NONE: "NONE", | ||
}; | ||
export const Statistic = { | ||
@@ -268,12 +332,29 @@ AVERAGE: "AVERAGE", | ||
}; | ||
export const Gender = { | ||
FEMALE: "FEMALE", | ||
MALE: "MALE", | ||
UNSPECIFIED: "UNSPECIFIED", | ||
export const DateDimensionType = { | ||
AFTER: "AFTER", | ||
BEFORE: "BEFORE", | ||
BETWEEN: "BETWEEN", | ||
NOT_BETWEEN: "NOT_BETWEEN", | ||
ON: "ON", | ||
}; | ||
export const PartyType = { | ||
BUSINESS: "BUSINESS", | ||
INDIVIDUAL: "INDIVIDUAL", | ||
OTHER: "OTHER", | ||
export var Dimension; | ||
(function (Dimension) { | ||
Dimension.visit = (value, visitor) => { | ||
if (value.ProfileAttributes !== undefined) | ||
return visitor.ProfileAttributes(value.ProfileAttributes); | ||
if (value.CalculatedAttributes !== undefined) | ||
return visitor.CalculatedAttributes(value.CalculatedAttributes); | ||
return visitor._(value.$unknown[0], value.$unknown[1]); | ||
}; | ||
})(Dimension || (Dimension = {})); | ||
export const IncludeOptions = { | ||
ALL: "ALL", | ||
ANY: "ANY", | ||
NONE: "NONE", | ||
}; | ||
export const DataFormat = { | ||
CSV: "CSV", | ||
JSONL: "JSONL", | ||
ORC: "ORC", | ||
}; | ||
export const FieldContentType = { | ||
@@ -289,2 +370,3 @@ EMAIL_ADDRESS: "EMAIL_ADDRESS", | ||
CASE: "CASE", | ||
COMMUNICATION_RECORD: "COMMUNICATION_RECORD", | ||
LOOKUP_ONLY: "LOOKUP_ONLY", | ||
@@ -314,2 +396,16 @@ NEW_ONLY: "NEW_ONLY", | ||
}; | ||
export const EstimateStatus = { | ||
FAILED: "FAILED", | ||
RUNNING: "RUNNING", | ||
SUCCEEDED: "SUCCEEDED", | ||
}; | ||
export const QueryResult = { | ||
ABSENT: "ABSENT", | ||
PRESENT: "PRESENT", | ||
}; | ||
export const SegmentSnapshotStatus = { | ||
COMPLETED: "COMPLETED", | ||
FAILED: "FAILED", | ||
IN_PROGRESS: "IN_PROGRESS", | ||
}; | ||
export const MatchType = { | ||
@@ -336,2 +432,43 @@ ML_BASED_MATCHING: "ML_BASED_MATCHING", | ||
}); | ||
export const ConditionOverridesFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
}); | ||
export const BatchGetCalculatedAttributeForProfileRequestFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.ConditionOverrides && { ConditionOverrides: SENSITIVE_STRING }), | ||
}); | ||
export const BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.ConditionOverrides && { ConditionOverrides: SENSITIVE_STRING }), | ||
}); | ||
export const ProfileFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.AccountNumber && { AccountNumber: SENSITIVE_STRING }), | ||
...(obj.AdditionalInformation && { AdditionalInformation: SENSITIVE_STRING }), | ||
...(obj.PartyType && { PartyType: SENSITIVE_STRING }), | ||
...(obj.BusinessName && { BusinessName: SENSITIVE_STRING }), | ||
...(obj.FirstName && { FirstName: SENSITIVE_STRING }), | ||
...(obj.MiddleName && { MiddleName: SENSITIVE_STRING }), | ||
...(obj.LastName && { LastName: SENSITIVE_STRING }), | ||
...(obj.BirthDate && { BirthDate: SENSITIVE_STRING }), | ||
...(obj.Gender && { Gender: SENSITIVE_STRING }), | ||
...(obj.PhoneNumber && { PhoneNumber: SENSITIVE_STRING }), | ||
...(obj.MobilePhoneNumber && { MobilePhoneNumber: SENSITIVE_STRING }), | ||
...(obj.HomePhoneNumber && { HomePhoneNumber: SENSITIVE_STRING }), | ||
...(obj.BusinessPhoneNumber && { BusinessPhoneNumber: SENSITIVE_STRING }), | ||
...(obj.EmailAddress && { EmailAddress: SENSITIVE_STRING }), | ||
...(obj.PersonalEmailAddress && { PersonalEmailAddress: SENSITIVE_STRING }), | ||
...(obj.BusinessEmailAddress && { BusinessEmailAddress: SENSITIVE_STRING }), | ||
...(obj.Address && { Address: SENSITIVE_STRING }), | ||
...(obj.ShippingAddress && { ShippingAddress: SENSITIVE_STRING }), | ||
...(obj.MailingAddress && { MailingAddress: SENSITIVE_STRING }), | ||
...(obj.BillingAddress && { BillingAddress: SENSITIVE_STRING }), | ||
...(obj.Attributes && { Attributes: SENSITIVE_STRING }), | ||
...(obj.PartyTypeString && { PartyTypeString: SENSITIVE_STRING }), | ||
...(obj.GenderString && { GenderString: SENSITIVE_STRING }), | ||
}); | ||
export const BatchGetProfileResponseFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Profiles && { Profiles: obj.Profiles.map((item) => ProfileFilterSensitiveLog(item)) }), | ||
}); | ||
export const ListCalculatedAttributeDefinitionItemFilterSensitiveLog = (obj) => ({ | ||
@@ -341,2 +478,6 @@ ...obj, | ||
}); | ||
export const CalculatedAttributeDimensionFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.ConditionOverrides && { ConditionOverrides: SENSITIVE_STRING }), | ||
}); | ||
export const ConditionsFilterSensitiveLog = (obj) => ({ | ||
@@ -393,2 +534,40 @@ ...obj, | ||
}); | ||
export const ProfileAttributesFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
}); | ||
export const DimensionFilterSensitiveLog = (obj) => { | ||
if (obj.ProfileAttributes !== undefined) | ||
return { ProfileAttributes: SENSITIVE_STRING }; | ||
if (obj.CalculatedAttributes !== undefined) | ||
return { | ||
CalculatedAttributes: Object.entries(obj.CalculatedAttributes).reduce((acc, [key, value]) => ((acc[key] = CalculatedAttributeDimensionFilterSensitiveLog(value)), acc), {}), | ||
}; | ||
if (obj.$unknown !== undefined) | ||
return { [obj.$unknown[0]]: "UNKNOWN" }; | ||
}; | ||
export const GroupFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Dimensions && { Dimensions: obj.Dimensions.map((item) => DimensionFilterSensitiveLog(item)) }), | ||
}); | ||
export const SegmentGroupFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Groups && { Groups: obj.Groups.map((item) => GroupFilterSensitiveLog(item)) }), | ||
}); | ||
export const CreateSegmentDefinitionRequestFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Description && { Description: SENSITIVE_STRING }), | ||
...(obj.SegmentGroups && { SegmentGroups: SENSITIVE_STRING }), | ||
}); | ||
export const CreateSegmentDefinitionResponseFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Description && { Description: SENSITIVE_STRING }), | ||
}); | ||
export const SegmentGroupStructureFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Groups && { Groups: obj.Groups.map((item) => GroupFilterSensitiveLog(item)) }), | ||
}); | ||
export const CreateSegmentEstimateRequestFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.SegmentQuery && { SegmentQuery: SegmentGroupStructureFilterSensitiveLog(obj.SegmentQuery) }), | ||
}); | ||
export const DetectProfileObjectTypeRequestFilterSensitiveLog = (obj) => ({ | ||
@@ -427,2 +606,15 @@ ...obj, | ||
}); | ||
export const GetSegmentDefinitionResponseFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Description && { Description: SENSITIVE_STRING }), | ||
...(obj.SegmentGroups && { SegmentGroups: SENSITIVE_STRING }), | ||
}); | ||
export const ProfileQueryResultFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Profile && { Profile: ProfileFilterSensitiveLog(obj.Profile) }), | ||
}); | ||
export const GetSegmentMembershipResponseFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Profiles && { Profiles: obj.Profiles.map((item) => ProfileQueryResultFilterSensitiveLog(item)) }), | ||
}); | ||
export const ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = (obj) => ({ | ||
@@ -444,2 +636,10 @@ ...obj, | ||
}); | ||
export const SegmentDefinitionItemFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Description && { Description: SENSITIVE_STRING }), | ||
}); | ||
export const ListSegmentDefinitionsResponseFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.Items && { Items: obj.Items.map((item) => SegmentDefinitionItemFilterSensitiveLog(item)) }), | ||
}); | ||
export const PutIntegrationRequestFilterSensitiveLog = (obj) => ({ | ||
@@ -465,28 +665,2 @@ ...obj, | ||
}); | ||
export const ProfileFilterSensitiveLog = (obj) => ({ | ||
...obj, | ||
...(obj.AccountNumber && { AccountNumber: SENSITIVE_STRING }), | ||
...(obj.AdditionalInformation && { AdditionalInformation: SENSITIVE_STRING }), | ||
...(obj.PartyType && { PartyType: SENSITIVE_STRING }), | ||
...(obj.BusinessName && { BusinessName: SENSITIVE_STRING }), | ||
...(obj.FirstName && { FirstName: SENSITIVE_STRING }), | ||
...(obj.MiddleName && { MiddleName: SENSITIVE_STRING }), | ||
...(obj.LastName && { LastName: SENSITIVE_STRING }), | ||
...(obj.BirthDate && { BirthDate: SENSITIVE_STRING }), | ||
...(obj.Gender && { Gender: SENSITIVE_STRING }), | ||
...(obj.PhoneNumber && { PhoneNumber: SENSITIVE_STRING }), | ||
...(obj.MobilePhoneNumber && { MobilePhoneNumber: SENSITIVE_STRING }), | ||
...(obj.HomePhoneNumber && { HomePhoneNumber: SENSITIVE_STRING }), | ||
...(obj.BusinessPhoneNumber && { BusinessPhoneNumber: SENSITIVE_STRING }), | ||
...(obj.EmailAddress && { EmailAddress: SENSITIVE_STRING }), | ||
...(obj.PersonalEmailAddress && { PersonalEmailAddress: SENSITIVE_STRING }), | ||
...(obj.BusinessEmailAddress && { BusinessEmailAddress: SENSITIVE_STRING }), | ||
...(obj.Address && { Address: SENSITIVE_STRING }), | ||
...(obj.ShippingAddress && { ShippingAddress: SENSITIVE_STRING }), | ||
...(obj.MailingAddress && { MailingAddress: SENSITIVE_STRING }), | ||
...(obj.BillingAddress && { BillingAddress: SENSITIVE_STRING }), | ||
...(obj.Attributes && { Attributes: SENSITIVE_STRING }), | ||
...(obj.PartyTypeString && { PartyTypeString: SENSITIVE_STRING }), | ||
...(obj.GenderString && { GenderString: SENSITIVE_STRING }), | ||
}); | ||
export const SearchProfilesResponseFilterSensitiveLog = (obj) => ({ | ||
@@ -493,0 +667,0 @@ ...obj, |
@@ -0,2 +1,6 @@ | ||
export * from "./GetSimilarProfilesPaginator"; | ||
export * from "./Interfaces"; | ||
export * from "./ListEventStreamsPaginator"; | ||
export * from "./ListObjectTypeAttributesPaginator"; | ||
export * from "./ListRuleBasedMatchesPaginator"; | ||
export * from "./ListSegmentDefinitionsPaginator"; |
@@ -66,2 +66,22 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* }, | ||
* Filter: { // Filter | ||
* Include: "ALL" || "ANY" || "NONE", // required | ||
* Groups: [ // GroupList // required | ||
* { // FilterGroup | ||
* Type: "ALL" || "ANY" || "NONE", // required | ||
* Dimensions: [ // FilterDimensionList // required | ||
* { // FilterDimension | ||
* Attributes: { // AttributeMap // required | ||
* "<keys>": { // FilterAttributeDimension | ||
* DimensionType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEGINS_WITH" || "ENDS_WITH" || "BEFORE" || "AFTER" || "BETWEEN" || "NOT_BETWEEN" || "ON" || "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL" || "LESS_THAN_OR_EQUAL" || "EQUAL", // required | ||
* Values: [ // ValueList // required | ||
* "STRING_VALUE", | ||
* ], | ||
* }, | ||
* }, | ||
* }, | ||
* ], | ||
* }, | ||
* ], | ||
* }, | ||
* Statistic: "FIRST_OCCURRENCE" || "LAST_OCCURRENCE" || "COUNT" || "SUM" || "MINIMUM" || "MAXIMUM" || "AVERAGE" || "MAX_OCCURRENCE", // required | ||
@@ -97,2 +117,22 @@ * Tags: { // TagMap | ||
* // }, | ||
* // Filter: { // Filter | ||
* // Include: "ALL" || "ANY" || "NONE", // required | ||
* // Groups: [ // GroupList // required | ||
* // { // FilterGroup | ||
* // Type: "ALL" || "ANY" || "NONE", // required | ||
* // Dimensions: [ // FilterDimensionList // required | ||
* // { // FilterDimension | ||
* // Attributes: { // AttributeMap // required | ||
* // "<keys>": { // FilterAttributeDimension | ||
* // DimensionType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEGINS_WITH" || "ENDS_WITH" || "BEFORE" || "AFTER" || "BETWEEN" || "NOT_BETWEEN" || "ON" || "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL" || "LESS_THAN_OR_EQUAL" || "EQUAL", // required | ||
* // Values: [ // ValueList // required | ||
* // "STRING_VALUE", | ||
* // ], | ||
* // }, | ||
* // }, | ||
* // }, | ||
* // ], | ||
* // }, | ||
* // ], | ||
* // }, | ||
* // Statistic: "FIRST_OCCURRENCE" || "LAST_OCCURRENCE" || "COUNT" || "SUM" || "MINIMUM" || "MAXIMUM" || "AVERAGE" || "MAX_OCCURRENCE", | ||
@@ -99,0 +139,0 @@ * // CreatedAt: new Date("TIMESTAMP"), |
@@ -60,3 +60,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // StandardIdentifiers: [ // StandardIdentifierList | ||
* // "PROFILE" || "ASSET" || "CASE" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY" || "ORDER", | ||
* // "PROFILE" || "ASSET" || "CASE" || "ORDER" || "COMMUNICATION_RECORD" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY", | ||
* // ], | ||
@@ -63,0 +63,0 @@ * // FieldNames: [ // FieldNameList |
@@ -51,2 +51,22 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // Statistic: "FIRST_OCCURRENCE" || "LAST_OCCURRENCE" || "COUNT" || "SUM" || "MINIMUM" || "MAXIMUM" || "AVERAGE" || "MAX_OCCURRENCE", | ||
* // Filter: { // Filter | ||
* // Include: "ALL" || "ANY" || "NONE", // required | ||
* // Groups: [ // GroupList // required | ||
* // { // FilterGroup | ||
* // Type: "ALL" || "ANY" || "NONE", // required | ||
* // Dimensions: [ // FilterDimensionList // required | ||
* // { // FilterDimension | ||
* // Attributes: { // AttributeMap // required | ||
* // "<keys>": { // FilterAttributeDimension | ||
* // DimensionType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEGINS_WITH" || "ENDS_WITH" || "BEFORE" || "AFTER" || "BETWEEN" || "NOT_BETWEEN" || "ON" || "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL" || "LESS_THAN_OR_EQUAL" || "EQUAL", // required | ||
* // Values: [ // ValueList // required | ||
* // "STRING_VALUE", | ||
* // ], | ||
* // }, | ||
* // }, | ||
* // }, | ||
* // ], | ||
* // }, | ||
* // ], | ||
* // }, | ||
* // Conditions: { // Conditions | ||
@@ -53,0 +73,0 @@ * // Range: { // Range |
@@ -64,3 +64,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // StandardIdentifiers: [ // StandardIdentifierList | ||
* // "PROFILE" || "ASSET" || "CASE" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY" || "ORDER", | ||
* // "PROFILE" || "ASSET" || "CASE" || "ORDER" || "COMMUNICATION_RECORD" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY", | ||
* // ], | ||
@@ -67,0 +67,0 @@ * // FieldNames: [ // FieldNameList |
@@ -63,3 +63,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // StandardIdentifiers: [ // StandardIdentifierList | ||
* // "PROFILE" || "ASSET" || "CASE" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY" || "ORDER", | ||
* // "PROFILE" || "ASSET" || "CASE" || "ORDER" || "COMMUNICATION_RECORD" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY", | ||
* // ], | ||
@@ -66,0 +66,0 @@ * // FieldNames: [ // FieldNameList |
export * from "./AddProfileKeyCommand"; | ||
export * from "./BatchGetCalculatedAttributeForProfileCommand"; | ||
export * from "./BatchGetProfileCommand"; | ||
export * from "./CreateCalculatedAttributeDefinitionCommand"; | ||
@@ -7,2 +9,5 @@ export * from "./CreateDomainCommand"; | ||
export * from "./CreateProfileCommand"; | ||
export * from "./CreateSegmentDefinitionCommand"; | ||
export * from "./CreateSegmentEstimateCommand"; | ||
export * from "./CreateSegmentSnapshotCommand"; | ||
export * from "./DeleteCalculatedAttributeDefinitionCommand"; | ||
@@ -16,2 +21,3 @@ export * from "./DeleteDomainCommand"; | ||
export * from "./DeleteProfileObjectTypeCommand"; | ||
export * from "./DeleteSegmentDefinitionCommand"; | ||
export * from "./DeleteWorkflowCommand"; | ||
@@ -29,2 +35,6 @@ export * from "./DetectProfileObjectTypeCommand"; | ||
export * from "./GetProfileObjectTypeTemplateCommand"; | ||
export * from "./GetSegmentDefinitionCommand"; | ||
export * from "./GetSegmentEstimateCommand"; | ||
export * from "./GetSegmentMembershipCommand"; | ||
export * from "./GetSegmentSnapshotCommand"; | ||
export * from "./GetSimilarProfilesCommand"; | ||
@@ -40,2 +50,4 @@ export * from "./GetWorkflowCommand"; | ||
export * from "./ListIntegrationsCommand"; | ||
export * from "./ListObjectTypeAttributesCommand"; | ||
export * from "./ListProfileAttributeValuesCommand"; | ||
export * from "./ListProfileObjectTypeTemplatesCommand"; | ||
@@ -45,2 +57,3 @@ export * from "./ListProfileObjectTypesCommand"; | ||
export * from "./ListRuleBasedMatchesCommand"; | ||
export * from "./ListSegmentDefinitionsCommand"; | ||
export * from "./ListTagsForResourceCommand"; | ||
@@ -47,0 +60,0 @@ export * from "./ListWorkflowsCommand"; |
@@ -60,3 +60,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* StandardIdentifiers: [ // StandardIdentifierList | ||
* "PROFILE" || "ASSET" || "CASE" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY" || "ORDER", | ||
* "PROFILE" || "ASSET" || "CASE" || "ORDER" || "COMMUNICATION_RECORD" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY", | ||
* ], | ||
@@ -96,3 +96,3 @@ * FieldNames: [ // FieldNameList | ||
* // StandardIdentifiers: [ // StandardIdentifierList | ||
* // "PROFILE" || "ASSET" || "CASE" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY" || "ORDER", | ||
* // "PROFILE" || "ASSET" || "CASE" || "ORDER" || "COMMUNICATION_RECORD" || "UNIQUE" || "SECONDARY" || "LOOKUP_ONLY" || "NEW_ONLY", | ||
* // ], | ||
@@ -99,0 +99,0 @@ * // FieldNames: [ // FieldNameList |
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; | ||
import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand"; | ||
import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "./commands/BatchGetCalculatedAttributeForProfileCommand"; | ||
import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "./commands/BatchGetProfileCommand"; | ||
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "./commands/CreateCalculatedAttributeDefinitionCommand"; | ||
@@ -8,2 +10,5 @@ import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand"; | ||
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand"; | ||
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand"; | ||
import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand"; | ||
import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand"; | ||
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "./commands/DeleteCalculatedAttributeDefinitionCommand"; | ||
@@ -17,2 +22,3 @@ import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand"; | ||
import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand"; | ||
import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand"; | ||
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand"; | ||
@@ -30,2 +36,6 @@ import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand"; | ||
import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand"; | ||
import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand"; | ||
import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand"; | ||
import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand"; | ||
import { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "./commands/GetSegmentSnapshotCommand"; | ||
import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "./commands/GetSimilarProfilesCommand"; | ||
@@ -41,2 +51,4 @@ import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand"; | ||
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand"; | ||
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "./commands/ListObjectTypeAttributesCommand"; | ||
import { ListProfileAttributeValuesCommandInput, ListProfileAttributeValuesCommandOutput } from "./commands/ListProfileAttributeValuesCommand"; | ||
import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand"; | ||
@@ -46,2 +58,3 @@ import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand"; | ||
import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand"; | ||
import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "./commands/ListSegmentDefinitionsCommand"; | ||
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand"; | ||
@@ -68,2 +81,14 @@ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand"; | ||
/** | ||
* @see {@link BatchGetCalculatedAttributeForProfileCommand} | ||
*/ | ||
batchGetCalculatedAttributeForProfile(args: BatchGetCalculatedAttributeForProfileCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCalculatedAttributeForProfileCommandOutput>; | ||
batchGetCalculatedAttributeForProfile(args: BatchGetCalculatedAttributeForProfileCommandInput, cb: (err: any, data?: BatchGetCalculatedAttributeForProfileCommandOutput) => void): void; | ||
batchGetCalculatedAttributeForProfile(args: BatchGetCalculatedAttributeForProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCalculatedAttributeForProfileCommandOutput) => void): void; | ||
/** | ||
* @see {@link BatchGetProfileCommand} | ||
*/ | ||
batchGetProfile(args: BatchGetProfileCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetProfileCommandOutput>; | ||
batchGetProfile(args: BatchGetProfileCommandInput, cb: (err: any, data?: BatchGetProfileCommandOutput) => void): void; | ||
batchGetProfile(args: BatchGetProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetProfileCommandOutput) => void): void; | ||
/** | ||
* @see {@link CreateCalculatedAttributeDefinitionCommand} | ||
@@ -99,2 +124,20 @@ */ | ||
/** | ||
* @see {@link CreateSegmentDefinitionCommand} | ||
*/ | ||
createSegmentDefinition(args: CreateSegmentDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSegmentDefinitionCommandOutput>; | ||
createSegmentDefinition(args: CreateSegmentDefinitionCommandInput, cb: (err: any, data?: CreateSegmentDefinitionCommandOutput) => void): void; | ||
createSegmentDefinition(args: CreateSegmentDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSegmentDefinitionCommandOutput) => void): void; | ||
/** | ||
* @see {@link CreateSegmentEstimateCommand} | ||
*/ | ||
createSegmentEstimate(args: CreateSegmentEstimateCommandInput, options?: __HttpHandlerOptions): Promise<CreateSegmentEstimateCommandOutput>; | ||
createSegmentEstimate(args: CreateSegmentEstimateCommandInput, cb: (err: any, data?: CreateSegmentEstimateCommandOutput) => void): void; | ||
createSegmentEstimate(args: CreateSegmentEstimateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSegmentEstimateCommandOutput) => void): void; | ||
/** | ||
* @see {@link CreateSegmentSnapshotCommand} | ||
*/ | ||
createSegmentSnapshot(args: CreateSegmentSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateSegmentSnapshotCommandOutput>; | ||
createSegmentSnapshot(args: CreateSegmentSnapshotCommandInput, cb: (err: any, data?: CreateSegmentSnapshotCommandOutput) => void): void; | ||
createSegmentSnapshot(args: CreateSegmentSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSegmentSnapshotCommandOutput) => void): void; | ||
/** | ||
* @see {@link DeleteCalculatedAttributeDefinitionCommand} | ||
@@ -148,2 +191,8 @@ */ | ||
/** | ||
* @see {@link DeleteSegmentDefinitionCommand} | ||
*/ | ||
deleteSegmentDefinition(args: DeleteSegmentDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSegmentDefinitionCommandOutput>; | ||
deleteSegmentDefinition(args: DeleteSegmentDefinitionCommandInput, cb: (err: any, data?: DeleteSegmentDefinitionCommandOutput) => void): void; | ||
deleteSegmentDefinition(args: DeleteSegmentDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSegmentDefinitionCommandOutput) => void): void; | ||
/** | ||
* @see {@link DeleteWorkflowCommand} | ||
@@ -221,2 +270,26 @@ */ | ||
/** | ||
* @see {@link GetSegmentDefinitionCommand} | ||
*/ | ||
getSegmentDefinition(args: GetSegmentDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentDefinitionCommandOutput>; | ||
getSegmentDefinition(args: GetSegmentDefinitionCommandInput, cb: (err: any, data?: GetSegmentDefinitionCommandOutput) => void): void; | ||
getSegmentDefinition(args: GetSegmentDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentDefinitionCommandOutput) => void): void; | ||
/** | ||
* @see {@link GetSegmentEstimateCommand} | ||
*/ | ||
getSegmentEstimate(args: GetSegmentEstimateCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentEstimateCommandOutput>; | ||
getSegmentEstimate(args: GetSegmentEstimateCommandInput, cb: (err: any, data?: GetSegmentEstimateCommandOutput) => void): void; | ||
getSegmentEstimate(args: GetSegmentEstimateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentEstimateCommandOutput) => void): void; | ||
/** | ||
* @see {@link GetSegmentMembershipCommand} | ||
*/ | ||
getSegmentMembership(args: GetSegmentMembershipCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentMembershipCommandOutput>; | ||
getSegmentMembership(args: GetSegmentMembershipCommandInput, cb: (err: any, data?: GetSegmentMembershipCommandOutput) => void): void; | ||
getSegmentMembership(args: GetSegmentMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentMembershipCommandOutput) => void): void; | ||
/** | ||
* @see {@link GetSegmentSnapshotCommand} | ||
*/ | ||
getSegmentSnapshot(args: GetSegmentSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<GetSegmentSnapshotCommandOutput>; | ||
getSegmentSnapshot(args: GetSegmentSnapshotCommandInput, cb: (err: any, data?: GetSegmentSnapshotCommandOutput) => void): void; | ||
getSegmentSnapshot(args: GetSegmentSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSegmentSnapshotCommandOutput) => void): void; | ||
/** | ||
* @see {@link GetSimilarProfilesCommand} | ||
@@ -283,2 +356,14 @@ */ | ||
/** | ||
* @see {@link ListObjectTypeAttributesCommand} | ||
*/ | ||
listObjectTypeAttributes(args: ListObjectTypeAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListObjectTypeAttributesCommandOutput>; | ||
listObjectTypeAttributes(args: ListObjectTypeAttributesCommandInput, cb: (err: any, data?: ListObjectTypeAttributesCommandOutput) => void): void; | ||
listObjectTypeAttributes(args: ListObjectTypeAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectTypeAttributesCommandOutput) => void): void; | ||
/** | ||
* @see {@link ListProfileAttributeValuesCommand} | ||
*/ | ||
listProfileAttributeValues(args: ListProfileAttributeValuesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfileAttributeValuesCommandOutput>; | ||
listProfileAttributeValues(args: ListProfileAttributeValuesCommandInput, cb: (err: any, data?: ListProfileAttributeValuesCommandOutput) => void): void; | ||
listProfileAttributeValues(args: ListProfileAttributeValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfileAttributeValuesCommandOutput) => void): void; | ||
/** | ||
* @see {@link ListProfileObjectsCommand} | ||
@@ -309,2 +394,8 @@ */ | ||
/** | ||
* @see {@link ListSegmentDefinitionsCommand} | ||
*/ | ||
listSegmentDefinitions(args: ListSegmentDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSegmentDefinitionsCommandOutput>; | ||
listSegmentDefinitions(args: ListSegmentDefinitionsCommandInput, cb: (err: any, data?: ListSegmentDefinitionsCommandOutput) => void): void; | ||
listSegmentDefinitions(args: ListSegmentDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSegmentDefinitionsCommandOutput) => void): void; | ||
/** | ||
* @see {@link ListTagsForResourceCommand} | ||
@@ -311,0 +402,0 @@ */ |
@@ -11,2 +11,4 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header"; | ||
import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand"; | ||
import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "./commands/BatchGetCalculatedAttributeForProfileCommand"; | ||
import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "./commands/BatchGetProfileCommand"; | ||
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "./commands/CreateCalculatedAttributeDefinitionCommand"; | ||
@@ -17,2 +19,5 @@ import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand"; | ||
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand"; | ||
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand"; | ||
import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "./commands/CreateSegmentEstimateCommand"; | ||
import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "./commands/CreateSegmentSnapshotCommand"; | ||
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "./commands/DeleteCalculatedAttributeDefinitionCommand"; | ||
@@ -26,2 +31,3 @@ import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand"; | ||
import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "./commands/DeleteProfileObjectTypeCommand"; | ||
import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "./commands/DeleteSegmentDefinitionCommand"; | ||
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand"; | ||
@@ -39,2 +45,6 @@ import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "./commands/DetectProfileObjectTypeCommand"; | ||
import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "./commands/GetProfileObjectTypeTemplateCommand"; | ||
import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "./commands/GetSegmentDefinitionCommand"; | ||
import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "./commands/GetSegmentEstimateCommand"; | ||
import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "./commands/GetSegmentMembershipCommand"; | ||
import { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "./commands/GetSegmentSnapshotCommand"; | ||
import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "./commands/GetSimilarProfilesCommand"; | ||
@@ -50,2 +60,4 @@ import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand"; | ||
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand"; | ||
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "./commands/ListObjectTypeAttributesCommand"; | ||
import { ListProfileAttributeValuesCommandInput, ListProfileAttributeValuesCommandOutput } from "./commands/ListProfileAttributeValuesCommand"; | ||
import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "./commands/ListProfileObjectsCommand"; | ||
@@ -55,2 +67,3 @@ import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "./commands/ListProfileObjectTypesCommand"; | ||
import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "./commands/ListRuleBasedMatchesCommand"; | ||
import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "./commands/ListSegmentDefinitionsCommand"; | ||
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand"; | ||
@@ -74,7 +87,7 @@ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand"; | ||
*/ | ||
export type ServiceInputTypes = AddProfileKeyCommandInput | CreateCalculatedAttributeDefinitionCommandInput | CreateDomainCommandInput | CreateEventStreamCommandInput | CreateIntegrationWorkflowCommandInput | CreateProfileCommandInput | DeleteCalculatedAttributeDefinitionCommandInput | DeleteDomainCommandInput | DeleteEventStreamCommandInput | DeleteIntegrationCommandInput | DeleteProfileCommandInput | DeleteProfileKeyCommandInput | DeleteProfileObjectCommandInput | DeleteProfileObjectTypeCommandInput | DeleteWorkflowCommandInput | DetectProfileObjectTypeCommandInput | GetAutoMergingPreviewCommandInput | GetCalculatedAttributeDefinitionCommandInput | GetCalculatedAttributeForProfileCommandInput | GetDomainCommandInput | GetEventStreamCommandInput | GetIdentityResolutionJobCommandInput | GetIntegrationCommandInput | GetMatchesCommandInput | GetProfileObjectTypeCommandInput | GetProfileObjectTypeTemplateCommandInput | GetSimilarProfilesCommandInput | GetWorkflowCommandInput | GetWorkflowStepsCommandInput | ListAccountIntegrationsCommandInput | ListCalculatedAttributeDefinitionsCommandInput | ListCalculatedAttributesForProfileCommandInput | ListDomainsCommandInput | ListEventStreamsCommandInput | ListIdentityResolutionJobsCommandInput | ListIntegrationsCommandInput | ListProfileObjectTypeTemplatesCommandInput | ListProfileObjectTypesCommandInput | ListProfileObjectsCommandInput | ListRuleBasedMatchesCommandInput | ListTagsForResourceCommandInput | ListWorkflowsCommandInput | MergeProfilesCommandInput | PutIntegrationCommandInput | PutProfileObjectCommandInput | PutProfileObjectTypeCommandInput | SearchProfilesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCalculatedAttributeDefinitionCommandInput | UpdateDomainCommandInput | UpdateProfileCommandInput; | ||
export type ServiceInputTypes = AddProfileKeyCommandInput | BatchGetCalculatedAttributeForProfileCommandInput | BatchGetProfileCommandInput | CreateCalculatedAttributeDefinitionCommandInput | CreateDomainCommandInput | CreateEventStreamCommandInput | CreateIntegrationWorkflowCommandInput | CreateProfileCommandInput | CreateSegmentDefinitionCommandInput | CreateSegmentEstimateCommandInput | CreateSegmentSnapshotCommandInput | DeleteCalculatedAttributeDefinitionCommandInput | DeleteDomainCommandInput | DeleteEventStreamCommandInput | DeleteIntegrationCommandInput | DeleteProfileCommandInput | DeleteProfileKeyCommandInput | DeleteProfileObjectCommandInput | DeleteProfileObjectTypeCommandInput | DeleteSegmentDefinitionCommandInput | DeleteWorkflowCommandInput | DetectProfileObjectTypeCommandInput | GetAutoMergingPreviewCommandInput | GetCalculatedAttributeDefinitionCommandInput | GetCalculatedAttributeForProfileCommandInput | GetDomainCommandInput | GetEventStreamCommandInput | GetIdentityResolutionJobCommandInput | GetIntegrationCommandInput | GetMatchesCommandInput | GetProfileObjectTypeCommandInput | GetProfileObjectTypeTemplateCommandInput | GetSegmentDefinitionCommandInput | GetSegmentEstimateCommandInput | GetSegmentMembershipCommandInput | GetSegmentSnapshotCommandInput | GetSimilarProfilesCommandInput | GetWorkflowCommandInput | GetWorkflowStepsCommandInput | ListAccountIntegrationsCommandInput | ListCalculatedAttributeDefinitionsCommandInput | ListCalculatedAttributesForProfileCommandInput | ListDomainsCommandInput | ListEventStreamsCommandInput | ListIdentityResolutionJobsCommandInput | ListIntegrationsCommandInput | ListObjectTypeAttributesCommandInput | ListProfileAttributeValuesCommandInput | ListProfileObjectTypeTemplatesCommandInput | ListProfileObjectTypesCommandInput | ListProfileObjectsCommandInput | ListRuleBasedMatchesCommandInput | ListSegmentDefinitionsCommandInput | ListTagsForResourceCommandInput | ListWorkflowsCommandInput | MergeProfilesCommandInput | PutIntegrationCommandInput | PutProfileObjectCommandInput | PutProfileObjectTypeCommandInput | SearchProfilesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCalculatedAttributeDefinitionCommandInput | UpdateDomainCommandInput | UpdateProfileCommandInput; | ||
/** | ||
* @public | ||
*/ | ||
export type ServiceOutputTypes = AddProfileKeyCommandOutput | CreateCalculatedAttributeDefinitionCommandOutput | CreateDomainCommandOutput | CreateEventStreamCommandOutput | CreateIntegrationWorkflowCommandOutput | CreateProfileCommandOutput | DeleteCalculatedAttributeDefinitionCommandOutput | DeleteDomainCommandOutput | DeleteEventStreamCommandOutput | DeleteIntegrationCommandOutput | DeleteProfileCommandOutput | DeleteProfileKeyCommandOutput | DeleteProfileObjectCommandOutput | DeleteProfileObjectTypeCommandOutput | DeleteWorkflowCommandOutput | DetectProfileObjectTypeCommandOutput | GetAutoMergingPreviewCommandOutput | GetCalculatedAttributeDefinitionCommandOutput | GetCalculatedAttributeForProfileCommandOutput | GetDomainCommandOutput | GetEventStreamCommandOutput | GetIdentityResolutionJobCommandOutput | GetIntegrationCommandOutput | GetMatchesCommandOutput | GetProfileObjectTypeCommandOutput | GetProfileObjectTypeTemplateCommandOutput | GetSimilarProfilesCommandOutput | GetWorkflowCommandOutput | GetWorkflowStepsCommandOutput | ListAccountIntegrationsCommandOutput | ListCalculatedAttributeDefinitionsCommandOutput | ListCalculatedAttributesForProfileCommandOutput | ListDomainsCommandOutput | ListEventStreamsCommandOutput | ListIdentityResolutionJobsCommandOutput | ListIntegrationsCommandOutput | ListProfileObjectTypeTemplatesCommandOutput | ListProfileObjectTypesCommandOutput | ListProfileObjectsCommandOutput | ListRuleBasedMatchesCommandOutput | ListTagsForResourceCommandOutput | ListWorkflowsCommandOutput | MergeProfilesCommandOutput | PutIntegrationCommandOutput | PutProfileObjectCommandOutput | PutProfileObjectTypeCommandOutput | SearchProfilesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCalculatedAttributeDefinitionCommandOutput | UpdateDomainCommandOutput | UpdateProfileCommandOutput; | ||
export type ServiceOutputTypes = AddProfileKeyCommandOutput | BatchGetCalculatedAttributeForProfileCommandOutput | BatchGetProfileCommandOutput | CreateCalculatedAttributeDefinitionCommandOutput | CreateDomainCommandOutput | CreateEventStreamCommandOutput | CreateIntegrationWorkflowCommandOutput | CreateProfileCommandOutput | CreateSegmentDefinitionCommandOutput | CreateSegmentEstimateCommandOutput | CreateSegmentSnapshotCommandOutput | DeleteCalculatedAttributeDefinitionCommandOutput | DeleteDomainCommandOutput | DeleteEventStreamCommandOutput | DeleteIntegrationCommandOutput | DeleteProfileCommandOutput | DeleteProfileKeyCommandOutput | DeleteProfileObjectCommandOutput | DeleteProfileObjectTypeCommandOutput | DeleteSegmentDefinitionCommandOutput | DeleteWorkflowCommandOutput | DetectProfileObjectTypeCommandOutput | GetAutoMergingPreviewCommandOutput | GetCalculatedAttributeDefinitionCommandOutput | GetCalculatedAttributeForProfileCommandOutput | GetDomainCommandOutput | GetEventStreamCommandOutput | GetIdentityResolutionJobCommandOutput | GetIntegrationCommandOutput | GetMatchesCommandOutput | GetProfileObjectTypeCommandOutput | GetProfileObjectTypeTemplateCommandOutput | GetSegmentDefinitionCommandOutput | GetSegmentEstimateCommandOutput | GetSegmentMembershipCommandOutput | GetSegmentSnapshotCommandOutput | GetSimilarProfilesCommandOutput | GetWorkflowCommandOutput | GetWorkflowStepsCommandOutput | ListAccountIntegrationsCommandOutput | ListCalculatedAttributeDefinitionsCommandOutput | ListCalculatedAttributesForProfileCommandOutput | ListDomainsCommandOutput | ListEventStreamsCommandOutput | ListIdentityResolutionJobsCommandOutput | ListIntegrationsCommandOutput | ListObjectTypeAttributesCommandOutput | ListProfileAttributeValuesCommandOutput | ListProfileObjectTypeTemplatesCommandOutput | ListProfileObjectTypesCommandOutput | ListProfileObjectsCommandOutput | ListRuleBasedMatchesCommandOutput | ListSegmentDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ListWorkflowsCommandOutput | MergeProfilesCommandOutput | PutIntegrationCommandOutput | PutProfileObjectCommandOutput | PutProfileObjectTypeCommandOutput | SearchProfilesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCalculatedAttributeDefinitionCommandOutput | UpdateDomainCommandOutput | UpdateProfileCommandOutput; | ||
/** | ||
@@ -81,0 +94,0 @@ * @public |
@@ -0,2 +1,6 @@ | ||
export * from "./GetSimilarProfilesPaginator"; | ||
export * from "./Interfaces"; | ||
export * from "./ListEventStreamsPaginator"; | ||
export * from "./ListObjectTypeAttributesPaginator"; | ||
export * from "./ListRuleBasedMatchesPaginator"; | ||
export * from "./ListSegmentDefinitionsPaginator"; |
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; | ||
import { SerdeContext as __SerdeContext } from "@smithy/types"; | ||
import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "../commands/AddProfileKeyCommand"; | ||
import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "../commands/BatchGetCalculatedAttributeForProfileCommand"; | ||
import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "../commands/BatchGetProfileCommand"; | ||
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "../commands/CreateCalculatedAttributeDefinitionCommand"; | ||
@@ -9,2 +11,5 @@ import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand"; | ||
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand"; | ||
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "../commands/CreateSegmentDefinitionCommand"; | ||
import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "../commands/CreateSegmentEstimateCommand"; | ||
import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "../commands/CreateSegmentSnapshotCommand"; | ||
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "../commands/DeleteCalculatedAttributeDefinitionCommand"; | ||
@@ -18,2 +23,3 @@ import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand"; | ||
import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "../commands/DeleteProfileObjectTypeCommand"; | ||
import { DeleteSegmentDefinitionCommandInput, DeleteSegmentDefinitionCommandOutput } from "../commands/DeleteSegmentDefinitionCommand"; | ||
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand"; | ||
@@ -31,2 +37,6 @@ import { DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput } from "../commands/DetectProfileObjectTypeCommand"; | ||
import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "../commands/GetProfileObjectTypeTemplateCommand"; | ||
import { GetSegmentDefinitionCommandInput, GetSegmentDefinitionCommandOutput } from "../commands/GetSegmentDefinitionCommand"; | ||
import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from "../commands/GetSegmentEstimateCommand"; | ||
import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "../commands/GetSegmentMembershipCommand"; | ||
import { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "../commands/GetSegmentSnapshotCommand"; | ||
import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "../commands/GetSimilarProfilesCommand"; | ||
@@ -42,2 +52,4 @@ import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand"; | ||
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "../commands/ListIntegrationsCommand"; | ||
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "../commands/ListObjectTypeAttributesCommand"; | ||
import { ListProfileAttributeValuesCommandInput, ListProfileAttributeValuesCommandOutput } from "../commands/ListProfileAttributeValuesCommand"; | ||
import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "../commands/ListProfileObjectsCommand"; | ||
@@ -47,2 +59,3 @@ import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "../commands/ListProfileObjectTypesCommand"; | ||
import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "../commands/ListRuleBasedMatchesCommand"; | ||
import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "../commands/ListSegmentDefinitionsCommand"; | ||
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand"; | ||
@@ -65,2 +78,10 @@ import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand"; | ||
/** | ||
* serializeAws_restJson1BatchGetCalculatedAttributeForProfileCommand | ||
*/ | ||
export declare const se_BatchGetCalculatedAttributeForProfileCommand: (input: BatchGetCalculatedAttributeForProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1BatchGetProfileCommand | ||
*/ | ||
export declare const se_BatchGetProfileCommand: (input: BatchGetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1CreateCalculatedAttributeDefinitionCommand | ||
@@ -86,2 +107,14 @@ */ | ||
/** | ||
* serializeAws_restJson1CreateSegmentDefinitionCommand | ||
*/ | ||
export declare const se_CreateSegmentDefinitionCommand: (input: CreateSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1CreateSegmentEstimateCommand | ||
*/ | ||
export declare const se_CreateSegmentEstimateCommand: (input: CreateSegmentEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1CreateSegmentSnapshotCommand | ||
*/ | ||
export declare const se_CreateSegmentSnapshotCommand: (input: CreateSegmentSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1DeleteCalculatedAttributeDefinitionCommand | ||
@@ -119,2 +152,6 @@ */ | ||
/** | ||
* serializeAws_restJson1DeleteSegmentDefinitionCommand | ||
*/ | ||
export declare const se_DeleteSegmentDefinitionCommand: (input: DeleteSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1DeleteWorkflowCommand | ||
@@ -168,2 +205,18 @@ */ | ||
/** | ||
* serializeAws_restJson1GetSegmentDefinitionCommand | ||
*/ | ||
export declare const se_GetSegmentDefinitionCommand: (input: GetSegmentDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1GetSegmentEstimateCommand | ||
*/ | ||
export declare const se_GetSegmentEstimateCommand: (input: GetSegmentEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1GetSegmentMembershipCommand | ||
*/ | ||
export declare const se_GetSegmentMembershipCommand: (input: GetSegmentMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1GetSegmentSnapshotCommand | ||
*/ | ||
export declare const se_GetSegmentSnapshotCommand: (input: GetSegmentSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1GetSimilarProfilesCommand | ||
@@ -209,2 +262,10 @@ */ | ||
/** | ||
* serializeAws_restJson1ListObjectTypeAttributesCommand | ||
*/ | ||
export declare const se_ListObjectTypeAttributesCommand: (input: ListObjectTypeAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1ListProfileAttributeValuesCommand | ||
*/ | ||
export declare const se_ListProfileAttributeValuesCommand: (input: ListProfileAttributeValuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1ListProfileObjectsCommand | ||
@@ -226,2 +287,6 @@ */ | ||
/** | ||
* serializeAws_restJson1ListSegmentDefinitionsCommand | ||
*/ | ||
export declare const se_ListSegmentDefinitionsCommand: (input: ListSegmentDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1ListTagsForResourceCommand | ||
@@ -279,2 +344,10 @@ */ | ||
/** | ||
* deserializeAws_restJson1BatchGetCalculatedAttributeForProfileCommand | ||
*/ | ||
export declare const de_BatchGetCalculatedAttributeForProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCalculatedAttributeForProfileCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1BatchGetProfileCommand | ||
*/ | ||
export declare const de_BatchGetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetProfileCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1CreateCalculatedAttributeDefinitionCommand | ||
@@ -300,2 +373,14 @@ */ | ||
/** | ||
* deserializeAws_restJson1CreateSegmentDefinitionCommand | ||
*/ | ||
export declare const de_CreateSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentDefinitionCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1CreateSegmentEstimateCommand | ||
*/ | ||
export declare const de_CreateSegmentEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentEstimateCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1CreateSegmentSnapshotCommand | ||
*/ | ||
export declare const de_CreateSegmentSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentSnapshotCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1DeleteCalculatedAttributeDefinitionCommand | ||
@@ -333,2 +418,6 @@ */ | ||
/** | ||
* deserializeAws_restJson1DeleteSegmentDefinitionCommand | ||
*/ | ||
export declare const de_DeleteSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSegmentDefinitionCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1DeleteWorkflowCommand | ||
@@ -382,2 +471,18 @@ */ | ||
/** | ||
* deserializeAws_restJson1GetSegmentDefinitionCommand | ||
*/ | ||
export declare const de_GetSegmentDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentDefinitionCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1GetSegmentEstimateCommand | ||
*/ | ||
export declare const de_GetSegmentEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentEstimateCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1GetSegmentMembershipCommand | ||
*/ | ||
export declare const de_GetSegmentMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentMembershipCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1GetSegmentSnapshotCommand | ||
*/ | ||
export declare const de_GetSegmentSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSegmentSnapshotCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1GetSimilarProfilesCommand | ||
@@ -423,2 +528,10 @@ */ | ||
/** | ||
* deserializeAws_restJson1ListObjectTypeAttributesCommand | ||
*/ | ||
export declare const de_ListObjectTypeAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectTypeAttributesCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1ListProfileAttributeValuesCommand | ||
*/ | ||
export declare const de_ListProfileAttributeValuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileAttributeValuesCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1ListProfileObjectsCommand | ||
@@ -440,2 +553,6 @@ */ | ||
/** | ||
* deserializeAws_restJson1ListSegmentDefinitionsCommand | ||
*/ | ||
export declare const de_ListSegmentDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSegmentDefinitionsCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1ListTagsForResourceCommand | ||
@@ -442,0 +559,0 @@ */ |
export * from "./AddProfileKeyCommand"; | ||
export * from "./BatchGetCalculatedAttributeForProfileCommand"; | ||
export * from "./BatchGetProfileCommand"; | ||
export * from "./CreateCalculatedAttributeDefinitionCommand"; | ||
@@ -7,2 +9,5 @@ export * from "./CreateDomainCommand"; | ||
export * from "./CreateProfileCommand"; | ||
export * from "./CreateSegmentDefinitionCommand"; | ||
export * from "./CreateSegmentEstimateCommand"; | ||
export * from "./CreateSegmentSnapshotCommand"; | ||
export * from "./DeleteCalculatedAttributeDefinitionCommand"; | ||
@@ -16,2 +21,3 @@ export * from "./DeleteDomainCommand"; | ||
export * from "./DeleteProfileObjectTypeCommand"; | ||
export * from "./DeleteSegmentDefinitionCommand"; | ||
export * from "./DeleteWorkflowCommand"; | ||
@@ -29,2 +35,6 @@ export * from "./DetectProfileObjectTypeCommand"; | ||
export * from "./GetProfileObjectTypeTemplateCommand"; | ||
export * from "./GetSegmentDefinitionCommand"; | ||
export * from "./GetSegmentEstimateCommand"; | ||
export * from "./GetSegmentMembershipCommand"; | ||
export * from "./GetSegmentSnapshotCommand"; | ||
export * from "./GetSimilarProfilesCommand"; | ||
@@ -40,2 +50,4 @@ export * from "./GetWorkflowCommand"; | ||
export * from "./ListIntegrationsCommand"; | ||
export * from "./ListObjectTypeAttributesCommand"; | ||
export * from "./ListProfileAttributeValuesCommand"; | ||
export * from "./ListProfileObjectTypeTemplatesCommand"; | ||
@@ -45,2 +57,3 @@ export * from "./ListProfileObjectTypesCommand"; | ||
export * from "./ListRuleBasedMatchesCommand"; | ||
export * from "./ListSegmentDefinitionsCommand"; | ||
export * from "./ListTagsForResourceCommand"; | ||
@@ -47,0 +60,0 @@ export * from "./ListWorkflowsCommand"; |
@@ -7,2 +7,10 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; | ||
import { | ||
BatchGetCalculatedAttributeForProfileCommandInput, | ||
BatchGetCalculatedAttributeForProfileCommandOutput, | ||
} from "./commands/BatchGetCalculatedAttributeForProfileCommand"; | ||
import { | ||
BatchGetProfileCommandInput, | ||
BatchGetProfileCommandOutput, | ||
} from "./commands/BatchGetProfileCommand"; | ||
import { | ||
CreateCalculatedAttributeDefinitionCommandInput, | ||
@@ -28,2 +36,14 @@ CreateCalculatedAttributeDefinitionCommandOutput, | ||
import { | ||
CreateSegmentDefinitionCommandInput, | ||
CreateSegmentDefinitionCommandOutput, | ||
} from "./commands/CreateSegmentDefinitionCommand"; | ||
import { | ||
CreateSegmentEstimateCommandInput, | ||
CreateSegmentEstimateCommandOutput, | ||
} from "./commands/CreateSegmentEstimateCommand"; | ||
import { | ||
CreateSegmentSnapshotCommandInput, | ||
CreateSegmentSnapshotCommandOutput, | ||
} from "./commands/CreateSegmentSnapshotCommand"; | ||
import { | ||
DeleteCalculatedAttributeDefinitionCommandInput, | ||
@@ -61,2 +81,6 @@ DeleteCalculatedAttributeDefinitionCommandOutput, | ||
import { | ||
DeleteSegmentDefinitionCommandInput, | ||
DeleteSegmentDefinitionCommandOutput, | ||
} from "./commands/DeleteSegmentDefinitionCommand"; | ||
import { | ||
DeleteWorkflowCommandInput, | ||
@@ -110,2 +134,18 @@ DeleteWorkflowCommandOutput, | ||
import { | ||
GetSegmentDefinitionCommandInput, | ||
GetSegmentDefinitionCommandOutput, | ||
} from "./commands/GetSegmentDefinitionCommand"; | ||
import { | ||
GetSegmentEstimateCommandInput, | ||
GetSegmentEstimateCommandOutput, | ||
} from "./commands/GetSegmentEstimateCommand"; | ||
import { | ||
GetSegmentMembershipCommandInput, | ||
GetSegmentMembershipCommandOutput, | ||
} from "./commands/GetSegmentMembershipCommand"; | ||
import { | ||
GetSegmentSnapshotCommandInput, | ||
GetSegmentSnapshotCommandOutput, | ||
} from "./commands/GetSegmentSnapshotCommand"; | ||
import { | ||
GetSimilarProfilesCommandInput, | ||
@@ -151,2 +191,10 @@ GetSimilarProfilesCommandOutput, | ||
import { | ||
ListObjectTypeAttributesCommandInput, | ||
ListObjectTypeAttributesCommandOutput, | ||
} from "./commands/ListObjectTypeAttributesCommand"; | ||
import { | ||
ListProfileAttributeValuesCommandInput, | ||
ListProfileAttributeValuesCommandOutput, | ||
} from "./commands/ListProfileAttributeValuesCommand"; | ||
import { | ||
ListProfileObjectsCommandInput, | ||
@@ -168,2 +216,6 @@ ListProfileObjectsCommandOutput, | ||
import { | ||
ListSegmentDefinitionsCommandInput, | ||
ListSegmentDefinitionsCommandOutput, | ||
} from "./commands/ListSegmentDefinitionsCommand"; | ||
import { | ||
ListTagsForResourceCommandInput, | ||
@@ -231,2 +283,34 @@ ListTagsForResourceCommandOutput, | ||
): void; | ||
batchGetCalculatedAttributeForProfile( | ||
args: BatchGetCalculatedAttributeForProfileCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<BatchGetCalculatedAttributeForProfileCommandOutput>; | ||
batchGetCalculatedAttributeForProfile( | ||
args: BatchGetCalculatedAttributeForProfileCommandInput, | ||
cb: ( | ||
err: any, | ||
data?: BatchGetCalculatedAttributeForProfileCommandOutput | ||
) => void | ||
): void; | ||
batchGetCalculatedAttributeForProfile( | ||
args: BatchGetCalculatedAttributeForProfileCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: ( | ||
err: any, | ||
data?: BatchGetCalculatedAttributeForProfileCommandOutput | ||
) => void | ||
): void; | ||
batchGetProfile( | ||
args: BatchGetProfileCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<BatchGetProfileCommandOutput>; | ||
batchGetProfile( | ||
args: BatchGetProfileCommandInput, | ||
cb: (err: any, data?: BatchGetProfileCommandOutput) => void | ||
): void; | ||
batchGetProfile( | ||
args: BatchGetProfileCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: BatchGetProfileCommandOutput) => void | ||
): void; | ||
createCalculatedAttributeDefinition( | ||
@@ -303,2 +387,41 @@ args: CreateCalculatedAttributeDefinitionCommandInput, | ||
): void; | ||
createSegmentDefinition( | ||
args: CreateSegmentDefinitionCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<CreateSegmentDefinitionCommandOutput>; | ||
createSegmentDefinition( | ||
args: CreateSegmentDefinitionCommandInput, | ||
cb: (err: any, data?: CreateSegmentDefinitionCommandOutput) => void | ||
): void; | ||
createSegmentDefinition( | ||
args: CreateSegmentDefinitionCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: CreateSegmentDefinitionCommandOutput) => void | ||
): void; | ||
createSegmentEstimate( | ||
args: CreateSegmentEstimateCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<CreateSegmentEstimateCommandOutput>; | ||
createSegmentEstimate( | ||
args: CreateSegmentEstimateCommandInput, | ||
cb: (err: any, data?: CreateSegmentEstimateCommandOutput) => void | ||
): void; | ||
createSegmentEstimate( | ||
args: CreateSegmentEstimateCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: CreateSegmentEstimateCommandOutput) => void | ||
): void; | ||
createSegmentSnapshot( | ||
args: CreateSegmentSnapshotCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<CreateSegmentSnapshotCommandOutput>; | ||
createSegmentSnapshot( | ||
args: CreateSegmentSnapshotCommandInput, | ||
cb: (err: any, data?: CreateSegmentSnapshotCommandOutput) => void | ||
): void; | ||
createSegmentSnapshot( | ||
args: CreateSegmentSnapshotCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: CreateSegmentSnapshotCommandOutput) => void | ||
): void; | ||
deleteCalculatedAttributeDefinition( | ||
@@ -414,2 +537,15 @@ args: DeleteCalculatedAttributeDefinitionCommandInput, | ||
): void; | ||
deleteSegmentDefinition( | ||
args: DeleteSegmentDefinitionCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<DeleteSegmentDefinitionCommandOutput>; | ||
deleteSegmentDefinition( | ||
args: DeleteSegmentDefinitionCommandInput, | ||
cb: (err: any, data?: DeleteSegmentDefinitionCommandOutput) => void | ||
): void; | ||
deleteSegmentDefinition( | ||
args: DeleteSegmentDefinitionCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: DeleteSegmentDefinitionCommandOutput) => void | ||
): void; | ||
deleteWorkflow( | ||
@@ -571,2 +707,54 @@ args: DeleteWorkflowCommandInput, | ||
): void; | ||
getSegmentDefinition( | ||
args: GetSegmentDefinitionCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<GetSegmentDefinitionCommandOutput>; | ||
getSegmentDefinition( | ||
args: GetSegmentDefinitionCommandInput, | ||
cb: (err: any, data?: GetSegmentDefinitionCommandOutput) => void | ||
): void; | ||
getSegmentDefinition( | ||
args: GetSegmentDefinitionCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: GetSegmentDefinitionCommandOutput) => void | ||
): void; | ||
getSegmentEstimate( | ||
args: GetSegmentEstimateCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<GetSegmentEstimateCommandOutput>; | ||
getSegmentEstimate( | ||
args: GetSegmentEstimateCommandInput, | ||
cb: (err: any, data?: GetSegmentEstimateCommandOutput) => void | ||
): void; | ||
getSegmentEstimate( | ||
args: GetSegmentEstimateCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: GetSegmentEstimateCommandOutput) => void | ||
): void; | ||
getSegmentMembership( | ||
args: GetSegmentMembershipCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<GetSegmentMembershipCommandOutput>; | ||
getSegmentMembership( | ||
args: GetSegmentMembershipCommandInput, | ||
cb: (err: any, data?: GetSegmentMembershipCommandOutput) => void | ||
): void; | ||
getSegmentMembership( | ||
args: GetSegmentMembershipCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: GetSegmentMembershipCommandOutput) => void | ||
): void; | ||
getSegmentSnapshot( | ||
args: GetSegmentSnapshotCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<GetSegmentSnapshotCommandOutput>; | ||
getSegmentSnapshot( | ||
args: GetSegmentSnapshotCommandInput, | ||
cb: (err: any, data?: GetSegmentSnapshotCommandOutput) => void | ||
): void; | ||
getSegmentSnapshot( | ||
args: GetSegmentSnapshotCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: GetSegmentSnapshotCommandOutput) => void | ||
): void; | ||
getSimilarProfiles( | ||
@@ -715,2 +903,28 @@ args: GetSimilarProfilesCommandInput, | ||
): void; | ||
listObjectTypeAttributes( | ||
args: ListObjectTypeAttributesCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<ListObjectTypeAttributesCommandOutput>; | ||
listObjectTypeAttributes( | ||
args: ListObjectTypeAttributesCommandInput, | ||
cb: (err: any, data?: ListObjectTypeAttributesCommandOutput) => void | ||
): void; | ||
listObjectTypeAttributes( | ||
args: ListObjectTypeAttributesCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: ListObjectTypeAttributesCommandOutput) => void | ||
): void; | ||
listProfileAttributeValues( | ||
args: ListProfileAttributeValuesCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<ListProfileAttributeValuesCommandOutput>; | ||
listProfileAttributeValues( | ||
args: ListProfileAttributeValuesCommandInput, | ||
cb: (err: any, data?: ListProfileAttributeValuesCommandOutput) => void | ||
): void; | ||
listProfileAttributeValues( | ||
args: ListProfileAttributeValuesCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: ListProfileAttributeValuesCommandOutput) => void | ||
): void; | ||
listProfileObjects( | ||
@@ -769,2 +983,15 @@ args: ListProfileObjectsCommandInput, | ||
): void; | ||
listSegmentDefinitions( | ||
args: ListSegmentDefinitionsCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<ListSegmentDefinitionsCommandOutput>; | ||
listSegmentDefinitions( | ||
args: ListSegmentDefinitionsCommandInput, | ||
cb: (err: any, data?: ListSegmentDefinitionsCommandOutput) => void | ||
): void; | ||
listSegmentDefinitions( | ||
args: ListSegmentDefinitionsCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: (err: any, data?: ListSegmentDefinitionsCommandOutput) => void | ||
): void; | ||
listTagsForResource( | ||
@@ -771,0 +998,0 @@ args: ListTagsForResourceCommandInput, |
@@ -53,2 +53,10 @@ import { | ||
import { | ||
BatchGetCalculatedAttributeForProfileCommandInput, | ||
BatchGetCalculatedAttributeForProfileCommandOutput, | ||
} from "./commands/BatchGetCalculatedAttributeForProfileCommand"; | ||
import { | ||
BatchGetProfileCommandInput, | ||
BatchGetProfileCommandOutput, | ||
} from "./commands/BatchGetProfileCommand"; | ||
import { | ||
CreateCalculatedAttributeDefinitionCommandInput, | ||
@@ -74,2 +82,14 @@ CreateCalculatedAttributeDefinitionCommandOutput, | ||
import { | ||
CreateSegmentDefinitionCommandInput, | ||
CreateSegmentDefinitionCommandOutput, | ||
} from "./commands/CreateSegmentDefinitionCommand"; | ||
import { | ||
CreateSegmentEstimateCommandInput, | ||
CreateSegmentEstimateCommandOutput, | ||
} from "./commands/CreateSegmentEstimateCommand"; | ||
import { | ||
CreateSegmentSnapshotCommandInput, | ||
CreateSegmentSnapshotCommandOutput, | ||
} from "./commands/CreateSegmentSnapshotCommand"; | ||
import { | ||
DeleteCalculatedAttributeDefinitionCommandInput, | ||
@@ -107,2 +127,6 @@ DeleteCalculatedAttributeDefinitionCommandOutput, | ||
import { | ||
DeleteSegmentDefinitionCommandInput, | ||
DeleteSegmentDefinitionCommandOutput, | ||
} from "./commands/DeleteSegmentDefinitionCommand"; | ||
import { | ||
DeleteWorkflowCommandInput, | ||
@@ -156,2 +180,18 @@ DeleteWorkflowCommandOutput, | ||
import { | ||
GetSegmentDefinitionCommandInput, | ||
GetSegmentDefinitionCommandOutput, | ||
} from "./commands/GetSegmentDefinitionCommand"; | ||
import { | ||
GetSegmentEstimateCommandInput, | ||
GetSegmentEstimateCommandOutput, | ||
} from "./commands/GetSegmentEstimateCommand"; | ||
import { | ||
GetSegmentMembershipCommandInput, | ||
GetSegmentMembershipCommandOutput, | ||
} from "./commands/GetSegmentMembershipCommand"; | ||
import { | ||
GetSegmentSnapshotCommandInput, | ||
GetSegmentSnapshotCommandOutput, | ||
} from "./commands/GetSegmentSnapshotCommand"; | ||
import { | ||
GetSimilarProfilesCommandInput, | ||
@@ -197,2 +237,10 @@ GetSimilarProfilesCommandOutput, | ||
import { | ||
ListObjectTypeAttributesCommandInput, | ||
ListObjectTypeAttributesCommandOutput, | ||
} from "./commands/ListObjectTypeAttributesCommand"; | ||
import { | ||
ListProfileAttributeValuesCommandInput, | ||
ListProfileAttributeValuesCommandOutput, | ||
} from "./commands/ListProfileAttributeValuesCommand"; | ||
import { | ||
ListProfileObjectsCommandInput, | ||
@@ -214,2 +262,6 @@ ListProfileObjectsCommandOutput, | ||
import { | ||
ListSegmentDefinitionsCommandInput, | ||
ListSegmentDefinitionsCommandOutput, | ||
} from "./commands/ListSegmentDefinitionsCommand"; | ||
import { | ||
ListTagsForResourceCommandInput, | ||
@@ -271,2 +323,4 @@ ListTagsForResourceCommandOutput, | ||
| AddProfileKeyCommandInput | ||
| BatchGetCalculatedAttributeForProfileCommandInput | ||
| BatchGetProfileCommandInput | ||
| CreateCalculatedAttributeDefinitionCommandInput | ||
@@ -277,2 +331,5 @@ | CreateDomainCommandInput | ||
| CreateProfileCommandInput | ||
| CreateSegmentDefinitionCommandInput | ||
| CreateSegmentEstimateCommandInput | ||
| CreateSegmentSnapshotCommandInput | ||
| DeleteCalculatedAttributeDefinitionCommandInput | ||
@@ -286,2 +343,3 @@ | DeleteDomainCommandInput | ||
| DeleteProfileObjectTypeCommandInput | ||
| DeleteSegmentDefinitionCommandInput | ||
| DeleteWorkflowCommandInput | ||
@@ -299,2 +357,6 @@ | DetectProfileObjectTypeCommandInput | ||
| GetProfileObjectTypeTemplateCommandInput | ||
| GetSegmentDefinitionCommandInput | ||
| GetSegmentEstimateCommandInput | ||
| GetSegmentMembershipCommandInput | ||
| GetSegmentSnapshotCommandInput | ||
| GetSimilarProfilesCommandInput | ||
@@ -310,2 +372,4 @@ | GetWorkflowCommandInput | ||
| ListIntegrationsCommandInput | ||
| ListObjectTypeAttributesCommandInput | ||
| ListProfileAttributeValuesCommandInput | ||
| ListProfileObjectTypeTemplatesCommandInput | ||
@@ -315,2 +379,3 @@ | ListProfileObjectTypesCommandInput | ||
| ListRuleBasedMatchesCommandInput | ||
| ListSegmentDefinitionsCommandInput | ||
| ListTagsForResourceCommandInput | ||
@@ -330,2 +395,4 @@ | ListWorkflowsCommandInput | ||
| AddProfileKeyCommandOutput | ||
| BatchGetCalculatedAttributeForProfileCommandOutput | ||
| BatchGetProfileCommandOutput | ||
| CreateCalculatedAttributeDefinitionCommandOutput | ||
@@ -336,2 +403,5 @@ | CreateDomainCommandOutput | ||
| CreateProfileCommandOutput | ||
| CreateSegmentDefinitionCommandOutput | ||
| CreateSegmentEstimateCommandOutput | ||
| CreateSegmentSnapshotCommandOutput | ||
| DeleteCalculatedAttributeDefinitionCommandOutput | ||
@@ -345,2 +415,3 @@ | DeleteDomainCommandOutput | ||
| DeleteProfileObjectTypeCommandOutput | ||
| DeleteSegmentDefinitionCommandOutput | ||
| DeleteWorkflowCommandOutput | ||
@@ -358,2 +429,6 @@ | DetectProfileObjectTypeCommandOutput | ||
| GetProfileObjectTypeTemplateCommandOutput | ||
| GetSegmentDefinitionCommandOutput | ||
| GetSegmentEstimateCommandOutput | ||
| GetSegmentMembershipCommandOutput | ||
| GetSegmentSnapshotCommandOutput | ||
| GetSimilarProfilesCommandOutput | ||
@@ -369,2 +444,4 @@ | GetWorkflowCommandOutput | ||
| ListIntegrationsCommandOutput | ||
| ListObjectTypeAttributesCommandOutput | ||
| ListProfileAttributeValuesCommandOutput | ||
| ListProfileObjectTypeTemplatesCommandOutput | ||
@@ -374,2 +451,3 @@ | ListProfileObjectTypesCommandOutput | ||
| ListRuleBasedMatchesCommandOutput | ||
| ListSegmentDefinitionsCommandOutput | ||
| ListTagsForResourceCommandOutput | ||
@@ -376,0 +454,0 @@ | ListWorkflowsCommandOutput |
@@ -0,2 +1,6 @@ | ||
export * from "./GetSimilarProfilesPaginator"; | ||
export * from "./Interfaces"; | ||
export * from "./ListEventStreamsPaginator"; | ||
export * from "./ListObjectTypeAttributesPaginator"; | ||
export * from "./ListRuleBasedMatchesPaginator"; | ||
export * from "./ListSegmentDefinitionsPaginator"; |
@@ -11,2 +11,10 @@ import { | ||
import { | ||
BatchGetCalculatedAttributeForProfileCommandInput, | ||
BatchGetCalculatedAttributeForProfileCommandOutput, | ||
} from "../commands/BatchGetCalculatedAttributeForProfileCommand"; | ||
import { | ||
BatchGetProfileCommandInput, | ||
BatchGetProfileCommandOutput, | ||
} from "../commands/BatchGetProfileCommand"; | ||
import { | ||
CreateCalculatedAttributeDefinitionCommandInput, | ||
@@ -32,2 +40,14 @@ CreateCalculatedAttributeDefinitionCommandOutput, | ||
import { | ||
CreateSegmentDefinitionCommandInput, | ||
CreateSegmentDefinitionCommandOutput, | ||
} from "../commands/CreateSegmentDefinitionCommand"; | ||
import { | ||
CreateSegmentEstimateCommandInput, | ||
CreateSegmentEstimateCommandOutput, | ||
} from "../commands/CreateSegmentEstimateCommand"; | ||
import { | ||
CreateSegmentSnapshotCommandInput, | ||
CreateSegmentSnapshotCommandOutput, | ||
} from "../commands/CreateSegmentSnapshotCommand"; | ||
import { | ||
DeleteCalculatedAttributeDefinitionCommandInput, | ||
@@ -65,2 +85,6 @@ DeleteCalculatedAttributeDefinitionCommandOutput, | ||
import { | ||
DeleteSegmentDefinitionCommandInput, | ||
DeleteSegmentDefinitionCommandOutput, | ||
} from "../commands/DeleteSegmentDefinitionCommand"; | ||
import { | ||
DeleteWorkflowCommandInput, | ||
@@ -114,2 +138,18 @@ DeleteWorkflowCommandOutput, | ||
import { | ||
GetSegmentDefinitionCommandInput, | ||
GetSegmentDefinitionCommandOutput, | ||
} from "../commands/GetSegmentDefinitionCommand"; | ||
import { | ||
GetSegmentEstimateCommandInput, | ||
GetSegmentEstimateCommandOutput, | ||
} from "../commands/GetSegmentEstimateCommand"; | ||
import { | ||
GetSegmentMembershipCommandInput, | ||
GetSegmentMembershipCommandOutput, | ||
} from "../commands/GetSegmentMembershipCommand"; | ||
import { | ||
GetSegmentSnapshotCommandInput, | ||
GetSegmentSnapshotCommandOutput, | ||
} from "../commands/GetSegmentSnapshotCommand"; | ||
import { | ||
GetSimilarProfilesCommandInput, | ||
@@ -155,2 +195,10 @@ GetSimilarProfilesCommandOutput, | ||
import { | ||
ListObjectTypeAttributesCommandInput, | ||
ListObjectTypeAttributesCommandOutput, | ||
} from "../commands/ListObjectTypeAttributesCommand"; | ||
import { | ||
ListProfileAttributeValuesCommandInput, | ||
ListProfileAttributeValuesCommandOutput, | ||
} from "../commands/ListProfileAttributeValuesCommand"; | ||
import { | ||
ListProfileObjectsCommandInput, | ||
@@ -172,2 +220,6 @@ ListProfileObjectsCommandOutput, | ||
import { | ||
ListSegmentDefinitionsCommandInput, | ||
ListSegmentDefinitionsCommandOutput, | ||
} from "../commands/ListSegmentDefinitionsCommand"; | ||
import { | ||
ListTagsForResourceCommandInput, | ||
@@ -224,2 +276,10 @@ ListTagsForResourceCommandOutput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_BatchGetCalculatedAttributeForProfileCommand: ( | ||
input: BatchGetCalculatedAttributeForProfileCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_BatchGetProfileCommand: ( | ||
input: BatchGetProfileCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_CreateCalculatedAttributeDefinitionCommand: ( | ||
@@ -245,2 +305,14 @@ input: CreateCalculatedAttributeDefinitionCommandInput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_CreateSegmentDefinitionCommand: ( | ||
input: CreateSegmentDefinitionCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_CreateSegmentEstimateCommand: ( | ||
input: CreateSegmentEstimateCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_CreateSegmentSnapshotCommand: ( | ||
input: CreateSegmentSnapshotCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_DeleteCalculatedAttributeDefinitionCommand: ( | ||
@@ -278,2 +350,6 @@ input: DeleteCalculatedAttributeDefinitionCommandInput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_DeleteSegmentDefinitionCommand: ( | ||
input: DeleteSegmentDefinitionCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_DeleteWorkflowCommand: ( | ||
@@ -327,2 +403,18 @@ input: DeleteWorkflowCommandInput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_GetSegmentDefinitionCommand: ( | ||
input: GetSegmentDefinitionCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_GetSegmentEstimateCommand: ( | ||
input: GetSegmentEstimateCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_GetSegmentMembershipCommand: ( | ||
input: GetSegmentMembershipCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_GetSegmentSnapshotCommand: ( | ||
input: GetSegmentSnapshotCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_GetSimilarProfilesCommand: ( | ||
@@ -368,2 +460,10 @@ input: GetSimilarProfilesCommandInput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ListObjectTypeAttributesCommand: ( | ||
input: ListObjectTypeAttributesCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ListProfileAttributeValuesCommand: ( | ||
input: ListProfileAttributeValuesCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ListProfileObjectsCommand: ( | ||
@@ -385,2 +485,6 @@ input: ListProfileObjectsCommandInput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ListSegmentDefinitionsCommand: ( | ||
input: ListSegmentDefinitionsCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_ListTagsForResourceCommand: ( | ||
@@ -438,2 +542,10 @@ input: ListTagsForResourceCommandInput, | ||
) => Promise<AddProfileKeyCommandOutput>; | ||
export declare const de_BatchGetCalculatedAttributeForProfileCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<BatchGetCalculatedAttributeForProfileCommandOutput>; | ||
export declare const de_BatchGetProfileCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<BatchGetProfileCommandOutput>; | ||
export declare const de_CreateCalculatedAttributeDefinitionCommand: ( | ||
@@ -459,2 +571,14 @@ output: __HttpResponse, | ||
) => Promise<CreateProfileCommandOutput>; | ||
export declare const de_CreateSegmentDefinitionCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<CreateSegmentDefinitionCommandOutput>; | ||
export declare const de_CreateSegmentEstimateCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<CreateSegmentEstimateCommandOutput>; | ||
export declare const de_CreateSegmentSnapshotCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<CreateSegmentSnapshotCommandOutput>; | ||
export declare const de_DeleteCalculatedAttributeDefinitionCommand: ( | ||
@@ -492,2 +616,6 @@ output: __HttpResponse, | ||
) => Promise<DeleteProfileObjectTypeCommandOutput>; | ||
export declare const de_DeleteSegmentDefinitionCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<DeleteSegmentDefinitionCommandOutput>; | ||
export declare const de_DeleteWorkflowCommand: ( | ||
@@ -541,2 +669,18 @@ output: __HttpResponse, | ||
) => Promise<GetProfileObjectTypeTemplateCommandOutput>; | ||
export declare const de_GetSegmentDefinitionCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<GetSegmentDefinitionCommandOutput>; | ||
export declare const de_GetSegmentEstimateCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<GetSegmentEstimateCommandOutput>; | ||
export declare const de_GetSegmentMembershipCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<GetSegmentMembershipCommandOutput>; | ||
export declare const de_GetSegmentSnapshotCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<GetSegmentSnapshotCommandOutput>; | ||
export declare const de_GetSimilarProfilesCommand: ( | ||
@@ -582,2 +726,10 @@ output: __HttpResponse, | ||
) => Promise<ListIntegrationsCommandOutput>; | ||
export declare const de_ListObjectTypeAttributesCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<ListObjectTypeAttributesCommandOutput>; | ||
export declare const de_ListProfileAttributeValuesCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<ListProfileAttributeValuesCommandOutput>; | ||
export declare const de_ListProfileObjectsCommand: ( | ||
@@ -599,2 +751,6 @@ output: __HttpResponse, | ||
) => Promise<ListRuleBasedMatchesCommandOutput>; | ||
export declare const de_ListSegmentDefinitionsCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<ListSegmentDefinitionsCommandOutput>; | ||
export declare const de_ListTagsForResourceCommand: ( | ||
@@ -601,0 +757,0 @@ output: __HttpResponse, |
{ | ||
"name": "@aws-sdk/client-customer-profiles", | ||
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native", | ||
"version": "3.693.0", | ||
"version": "3.695.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
104
README.md
@@ -235,2 +235,18 @@ <!-- generated file, do not edit directly --> | ||
<summary> | ||
BatchGetCalculatedAttributeForProfile | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/BatchGetCalculatedAttributeForProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/BatchGetCalculatedAttributeForProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/BatchGetCalculatedAttributeForProfileCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
BatchGetProfile | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/BatchGetProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/BatchGetProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/BatchGetProfileCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
CreateCalculatedAttributeDefinition | ||
@@ -276,2 +292,26 @@ </summary> | ||
<summary> | ||
CreateSegmentDefinition | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateSegmentDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentDefinitionCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
CreateSegmentEstimate | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateSegmentEstimateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentEstimateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentEstimateCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
CreateSegmentSnapshot | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateSegmentSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentSnapshotCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
DeleteCalculatedAttributeDefinition | ||
@@ -341,2 +381,10 @@ </summary> | ||
<summary> | ||
DeleteSegmentDefinition | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteSegmentDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteSegmentDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteSegmentDefinitionCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
DeleteWorkflow | ||
@@ -438,2 +486,34 @@ </summary> | ||
<summary> | ||
GetSegmentDefinition | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSegmentDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentDefinitionCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
GetSegmentEstimate | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSegmentEstimateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentEstimateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentEstimateCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
GetSegmentMembership | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSegmentMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentMembershipCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
GetSegmentSnapshot | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSegmentSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSegmentSnapshotCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
GetSimilarProfiles | ||
@@ -519,2 +599,18 @@ </summary> | ||
<summary> | ||
ListObjectTypeAttributes | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListObjectTypeAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListObjectTypeAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListObjectTypeAttributesCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
ListProfileAttributeValues | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListProfileAttributeValuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileAttributeValuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListProfileAttributeValuesCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
ListProfileObjects | ||
@@ -552,2 +648,10 @@ </summary> | ||
<summary> | ||
ListSegmentDefinitions | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListSegmentDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListSegmentDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListSegmentDefinitionsCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
ListTagsForResource | ||
@@ -554,0 +658,0 @@ </summary> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1511328
284
35629
745