@aws-sdk/client-customer-profiles 3.696.0 → 3.703.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -0
- package/dist-cjs/index.js +357 -0
- package/dist-es/CustomerProfiles.js +10 -0
- package/dist-es/commands/CreateEventTriggerCommand.js +23 -0
- package/dist-es/commands/DeleteEventTriggerCommand.js +22 -0
- package/dist-es/commands/GetEventTriggerCommand.js +23 -0
- package/dist-es/commands/ListEventTriggersCommand.js +23 -0
- package/dist-es/commands/UpdateEventTriggerCommand.js +23 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +57 -0
- package/dist-es/pagination/ListEventTriggersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +189 -0
- package/dist-types/CustomerProfiles.d.ts +35 -0
- package/dist-types/CustomerProfilesClient.d.ts +7 -2
- package/dist-types/commands/CreateEventTriggerCommand.d.ts +164 -0
- package/dist-types/commands/DeleteEventTriggerCommand.d.ts +90 -0
- package/dist-types/commands/GetEventTriggerCommand.d.ts +125 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +3 -0
- package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +3 -0
- package/dist-types/commands/ListEventTriggersCommand.d.ts +100 -0
- package/dist-types/commands/ListIntegrationsCommand.d.ts +3 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEventTriggerCommand.d.ts +158 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +585 -19
- package/dist-types/pagination/ListEventTriggersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +85 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateEventTriggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteEventTriggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEventTriggerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListEventTriggersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +158 -0
- package/dist-types/ts3.4/pagination/ListEventTriggersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +4 -4
|
@@ -5,6 +5,7 @@ import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "./com
|
|
|
5
5
|
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "./commands/CreateCalculatedAttributeDefinitionCommand";
|
|
6
6
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
7
7
|
import { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "./commands/CreateEventStreamCommand";
|
|
8
|
+
import { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from "./commands/CreateEventTriggerCommand";
|
|
8
9
|
import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
|
|
9
10
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
10
11
|
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
|
|
@@ -13,6 +14,7 @@ import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput }
|
|
|
13
14
|
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "./commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
14
15
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
15
16
|
import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "./commands/DeleteEventStreamCommand";
|
|
17
|
+
import { DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput } from "./commands/DeleteEventTriggerCommand";
|
|
16
18
|
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
17
19
|
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
|
|
18
20
|
import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
|
|
@@ -26,6 +28,7 @@ import { GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDef
|
|
|
26
28
|
import { GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput } from "./commands/GetCalculatedAttributeForProfileCommand";
|
|
27
29
|
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
28
30
|
import { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "./commands/GetEventStreamCommand";
|
|
31
|
+
import { GetEventTriggerCommandInput, GetEventTriggerCommandOutput } from "./commands/GetEventTriggerCommand";
|
|
29
32
|
import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
|
|
30
33
|
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
31
34
|
import { GetMatchesCommandInput, GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
|
|
@@ -43,6 +46,7 @@ import { ListCalculatedAttributeDefinitionsCommandInput, ListCalculatedAttribute
|
|
|
43
46
|
import { ListCalculatedAttributesForProfileCommandInput, ListCalculatedAttributesForProfileCommandOutput } from "./commands/ListCalculatedAttributesForProfileCommand";
|
|
44
47
|
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
45
48
|
import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "./commands/ListEventStreamsCommand";
|
|
49
|
+
import { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "./commands/ListEventTriggersCommand";
|
|
46
50
|
import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
|
|
47
51
|
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
|
|
48
52
|
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "./commands/ListObjectTypeAttributesCommand";
|
|
@@ -63,6 +67,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
63
67
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
64
68
|
import { UpdateCalculatedAttributeDefinitionCommandInput, UpdateCalculatedAttributeDefinitionCommandOutput } from "./commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
65
69
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
70
|
+
import { UpdateEventTriggerCommandInput, UpdateEventTriggerCommandOutput } from "./commands/UpdateEventTriggerCommand";
|
|
66
71
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
|
|
67
72
|
import { CustomerProfilesClient } from "./CustomerProfilesClient";
|
|
68
73
|
export interface CustomerProfiles {
|
|
@@ -102,6 +107,12 @@ export interface CustomerProfiles {
|
|
|
102
107
|
createEventStream(args: CreateEventStreamCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventStreamCommandOutput>;
|
|
103
108
|
createEventStream(args: CreateEventStreamCommandInput, cb: (err: any, data?: CreateEventStreamCommandOutput) => void): void;
|
|
104
109
|
createEventStream(args: CreateEventStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventStreamCommandOutput) => void): void;
|
|
110
|
+
/**
|
|
111
|
+
* @see {@link CreateEventTriggerCommand}
|
|
112
|
+
*/
|
|
113
|
+
createEventTrigger(args: CreateEventTriggerCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventTriggerCommandOutput>;
|
|
114
|
+
createEventTrigger(args: CreateEventTriggerCommandInput, cb: (err: any, data?: CreateEventTriggerCommandOutput) => void): void;
|
|
115
|
+
createEventTrigger(args: CreateEventTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventTriggerCommandOutput) => void): void;
|
|
105
116
|
/**
|
|
106
117
|
* @see {@link CreateIntegrationWorkflowCommand}
|
|
107
118
|
*/
|
|
@@ -150,6 +161,12 @@ export interface CustomerProfiles {
|
|
|
150
161
|
deleteEventStream(args: DeleteEventStreamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventStreamCommandOutput>;
|
|
151
162
|
deleteEventStream(args: DeleteEventStreamCommandInput, cb: (err: any, data?: DeleteEventStreamCommandOutput) => void): void;
|
|
152
163
|
deleteEventStream(args: DeleteEventStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventStreamCommandOutput) => void): void;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link DeleteEventTriggerCommand}
|
|
166
|
+
*/
|
|
167
|
+
deleteEventTrigger(args: DeleteEventTriggerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventTriggerCommandOutput>;
|
|
168
|
+
deleteEventTrigger(args: DeleteEventTriggerCommandInput, cb: (err: any, data?: DeleteEventTriggerCommandOutput) => void): void;
|
|
169
|
+
deleteEventTrigger(args: DeleteEventTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventTriggerCommandOutput) => void): void;
|
|
153
170
|
/**
|
|
154
171
|
* @see {@link DeleteIntegrationCommand}
|
|
155
172
|
*/
|
|
@@ -228,6 +245,12 @@ export interface CustomerProfiles {
|
|
|
228
245
|
getEventStream(args: GetEventStreamCommandInput, options?: __HttpHandlerOptions): Promise<GetEventStreamCommandOutput>;
|
|
229
246
|
getEventStream(args: GetEventStreamCommandInput, cb: (err: any, data?: GetEventStreamCommandOutput) => void): void;
|
|
230
247
|
getEventStream(args: GetEventStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventStreamCommandOutput) => void): void;
|
|
248
|
+
/**
|
|
249
|
+
* @see {@link GetEventTriggerCommand}
|
|
250
|
+
*/
|
|
251
|
+
getEventTrigger(args: GetEventTriggerCommandInput, options?: __HttpHandlerOptions): Promise<GetEventTriggerCommandOutput>;
|
|
252
|
+
getEventTrigger(args: GetEventTriggerCommandInput, cb: (err: any, data?: GetEventTriggerCommandOutput) => void): void;
|
|
253
|
+
getEventTrigger(args: GetEventTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventTriggerCommandOutput) => void): void;
|
|
231
254
|
/**
|
|
232
255
|
* @see {@link GetIdentityResolutionJobCommand}
|
|
233
256
|
*/
|
|
@@ -331,6 +354,12 @@ export interface CustomerProfiles {
|
|
|
331
354
|
listEventStreams(args: ListEventStreamsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventStreamsCommandOutput>;
|
|
332
355
|
listEventStreams(args: ListEventStreamsCommandInput, cb: (err: any, data?: ListEventStreamsCommandOutput) => void): void;
|
|
333
356
|
listEventStreams(args: ListEventStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventStreamsCommandOutput) => void): void;
|
|
357
|
+
/**
|
|
358
|
+
* @see {@link ListEventTriggersCommand}
|
|
359
|
+
*/
|
|
360
|
+
listEventTriggers(args: ListEventTriggersCommandInput, options?: __HttpHandlerOptions): Promise<ListEventTriggersCommandOutput>;
|
|
361
|
+
listEventTriggers(args: ListEventTriggersCommandInput, cb: (err: any, data?: ListEventTriggersCommandOutput) => void): void;
|
|
362
|
+
listEventTriggers(args: ListEventTriggersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventTriggersCommandOutput) => void): void;
|
|
334
363
|
/**
|
|
335
364
|
* @see {@link ListIdentityResolutionJobsCommand}
|
|
336
365
|
*/
|
|
@@ -452,6 +481,12 @@ export interface CustomerProfiles {
|
|
|
452
481
|
updateDomain(args: UpdateDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainCommandOutput>;
|
|
453
482
|
updateDomain(args: UpdateDomainCommandInput, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
|
|
454
483
|
updateDomain(args: UpdateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
|
|
484
|
+
/**
|
|
485
|
+
* @see {@link UpdateEventTriggerCommand}
|
|
486
|
+
*/
|
|
487
|
+
updateEventTrigger(args: UpdateEventTriggerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventTriggerCommandOutput>;
|
|
488
|
+
updateEventTrigger(args: UpdateEventTriggerCommandInput, cb: (err: any, data?: UpdateEventTriggerCommandOutput) => void): void;
|
|
489
|
+
updateEventTrigger(args: UpdateEventTriggerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventTriggerCommandOutput) => void): void;
|
|
455
490
|
/**
|
|
456
491
|
* @see {@link UpdateProfileCommand}
|
|
457
492
|
*/
|
|
@@ -13,6 +13,7 @@ import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "./com
|
|
|
13
13
|
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "./commands/CreateCalculatedAttributeDefinitionCommand";
|
|
14
14
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
15
15
|
import { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "./commands/CreateEventStreamCommand";
|
|
16
|
+
import { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from "./commands/CreateEventTriggerCommand";
|
|
16
17
|
import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "./commands/CreateIntegrationWorkflowCommand";
|
|
17
18
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
|
|
18
19
|
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "./commands/CreateSegmentDefinitionCommand";
|
|
@@ -21,6 +22,7 @@ import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput }
|
|
|
21
22
|
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "./commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
22
23
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
23
24
|
import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "./commands/DeleteEventStreamCommand";
|
|
25
|
+
import { DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput } from "./commands/DeleteEventTriggerCommand";
|
|
24
26
|
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
|
|
25
27
|
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
|
|
26
28
|
import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "./commands/DeleteProfileKeyCommand";
|
|
@@ -34,6 +36,7 @@ import { GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDef
|
|
|
34
36
|
import { GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput } from "./commands/GetCalculatedAttributeForProfileCommand";
|
|
35
37
|
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
36
38
|
import { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "./commands/GetEventStreamCommand";
|
|
39
|
+
import { GetEventTriggerCommandInput, GetEventTriggerCommandOutput } from "./commands/GetEventTriggerCommand";
|
|
37
40
|
import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "./commands/GetIdentityResolutionJobCommand";
|
|
38
41
|
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
|
|
39
42
|
import { GetMatchesCommandInput, GetMatchesCommandOutput } from "./commands/GetMatchesCommand";
|
|
@@ -51,6 +54,7 @@ import { ListCalculatedAttributeDefinitionsCommandInput, ListCalculatedAttribute
|
|
|
51
54
|
import { ListCalculatedAttributesForProfileCommandInput, ListCalculatedAttributesForProfileCommandOutput } from "./commands/ListCalculatedAttributesForProfileCommand";
|
|
52
55
|
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
53
56
|
import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "./commands/ListEventStreamsCommand";
|
|
57
|
+
import { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "./commands/ListEventTriggersCommand";
|
|
54
58
|
import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "./commands/ListIdentityResolutionJobsCommand";
|
|
55
59
|
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "./commands/ListIntegrationsCommand";
|
|
56
60
|
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "./commands/ListObjectTypeAttributesCommand";
|
|
@@ -71,6 +75,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
71
75
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
72
76
|
import { UpdateCalculatedAttributeDefinitionCommandInput, UpdateCalculatedAttributeDefinitionCommandOutput } from "./commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
73
77
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
78
|
+
import { UpdateEventTriggerCommandInput, UpdateEventTriggerCommandOutput } from "./commands/UpdateEventTriggerCommand";
|
|
74
79
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
|
|
75
80
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
76
81
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
@@ -78,11 +83,11 @@ export { __Client };
|
|
|
78
83
|
/**
|
|
79
84
|
* @public
|
|
80
85
|
*/
|
|
81
|
-
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;
|
|
86
|
+
export type ServiceInputTypes = AddProfileKeyCommandInput | BatchGetCalculatedAttributeForProfileCommandInput | BatchGetProfileCommandInput | CreateCalculatedAttributeDefinitionCommandInput | CreateDomainCommandInput | CreateEventStreamCommandInput | CreateEventTriggerCommandInput | CreateIntegrationWorkflowCommandInput | CreateProfileCommandInput | CreateSegmentDefinitionCommandInput | CreateSegmentEstimateCommandInput | CreateSegmentSnapshotCommandInput | DeleteCalculatedAttributeDefinitionCommandInput | DeleteDomainCommandInput | DeleteEventStreamCommandInput | DeleteEventTriggerCommandInput | DeleteIntegrationCommandInput | DeleteProfileCommandInput | DeleteProfileKeyCommandInput | DeleteProfileObjectCommandInput | DeleteProfileObjectTypeCommandInput | DeleteSegmentDefinitionCommandInput | DeleteWorkflowCommandInput | DetectProfileObjectTypeCommandInput | GetAutoMergingPreviewCommandInput | GetCalculatedAttributeDefinitionCommandInput | GetCalculatedAttributeForProfileCommandInput | GetDomainCommandInput | GetEventStreamCommandInput | GetEventTriggerCommandInput | GetIdentityResolutionJobCommandInput | GetIntegrationCommandInput | GetMatchesCommandInput | GetProfileObjectTypeCommandInput | GetProfileObjectTypeTemplateCommandInput | GetSegmentDefinitionCommandInput | GetSegmentEstimateCommandInput | GetSegmentMembershipCommandInput | GetSegmentSnapshotCommandInput | GetSimilarProfilesCommandInput | GetWorkflowCommandInput | GetWorkflowStepsCommandInput | ListAccountIntegrationsCommandInput | ListCalculatedAttributeDefinitionsCommandInput | ListCalculatedAttributesForProfileCommandInput | ListDomainsCommandInput | ListEventStreamsCommandInput | ListEventTriggersCommandInput | ListIdentityResolutionJobsCommandInput | ListIntegrationsCommandInput | ListObjectTypeAttributesCommandInput | ListProfileAttributeValuesCommandInput | ListProfileObjectTypeTemplatesCommandInput | ListProfileObjectTypesCommandInput | ListProfileObjectsCommandInput | ListRuleBasedMatchesCommandInput | ListSegmentDefinitionsCommandInput | ListTagsForResourceCommandInput | ListWorkflowsCommandInput | MergeProfilesCommandInput | PutIntegrationCommandInput | PutProfileObjectCommandInput | PutProfileObjectTypeCommandInput | SearchProfilesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCalculatedAttributeDefinitionCommandInput | UpdateDomainCommandInput | UpdateEventTriggerCommandInput | UpdateProfileCommandInput;
|
|
82
87
|
/**
|
|
83
88
|
* @public
|
|
84
89
|
*/
|
|
85
|
-
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;
|
|
90
|
+
export type ServiceOutputTypes = AddProfileKeyCommandOutput | BatchGetCalculatedAttributeForProfileCommandOutput | BatchGetProfileCommandOutput | CreateCalculatedAttributeDefinitionCommandOutput | CreateDomainCommandOutput | CreateEventStreamCommandOutput | CreateEventTriggerCommandOutput | CreateIntegrationWorkflowCommandOutput | CreateProfileCommandOutput | CreateSegmentDefinitionCommandOutput | CreateSegmentEstimateCommandOutput | CreateSegmentSnapshotCommandOutput | DeleteCalculatedAttributeDefinitionCommandOutput | DeleteDomainCommandOutput | DeleteEventStreamCommandOutput | DeleteEventTriggerCommandOutput | DeleteIntegrationCommandOutput | DeleteProfileCommandOutput | DeleteProfileKeyCommandOutput | DeleteProfileObjectCommandOutput | DeleteProfileObjectTypeCommandOutput | DeleteSegmentDefinitionCommandOutput | DeleteWorkflowCommandOutput | DetectProfileObjectTypeCommandOutput | GetAutoMergingPreviewCommandOutput | GetCalculatedAttributeDefinitionCommandOutput | GetCalculatedAttributeForProfileCommandOutput | GetDomainCommandOutput | GetEventStreamCommandOutput | GetEventTriggerCommandOutput | GetIdentityResolutionJobCommandOutput | GetIntegrationCommandOutput | GetMatchesCommandOutput | GetProfileObjectTypeCommandOutput | GetProfileObjectTypeTemplateCommandOutput | GetSegmentDefinitionCommandOutput | GetSegmentEstimateCommandOutput | GetSegmentMembershipCommandOutput | GetSegmentSnapshotCommandOutput | GetSimilarProfilesCommandOutput | GetWorkflowCommandOutput | GetWorkflowStepsCommandOutput | ListAccountIntegrationsCommandOutput | ListCalculatedAttributeDefinitionsCommandOutput | ListCalculatedAttributesForProfileCommandOutput | ListDomainsCommandOutput | ListEventStreamsCommandOutput | ListEventTriggersCommandOutput | ListIdentityResolutionJobsCommandOutput | ListIntegrationsCommandOutput | ListObjectTypeAttributesCommandOutput | ListProfileAttributeValuesCommandOutput | ListProfileObjectTypeTemplatesCommandOutput | ListProfileObjectTypesCommandOutput | ListProfileObjectsCommandOutput | ListRuleBasedMatchesCommandOutput | ListSegmentDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ListWorkflowsCommandOutput | MergeProfilesCommandOutput | PutIntegrationCommandOutput | PutProfileObjectCommandOutput | PutProfileObjectTypeCommandOutput | SearchProfilesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCalculatedAttributeDefinitionCommandOutput | UpdateDomainCommandOutput | UpdateEventTriggerCommandOutput | UpdateProfileCommandOutput;
|
|
86
91
|
/**
|
|
87
92
|
* @public
|
|
88
93
|
*/
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
+
import { CreateEventTriggerRequest, CreateEventTriggerResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateEventTriggerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateEventTriggerCommandInput extends CreateEventTriggerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateEventTriggerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateEventTriggerCommandOutput extends CreateEventTriggerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateEventTriggerCommand_base: {
|
|
25
|
+
new (input: CreateEventTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateEventTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates an event trigger, which specifies the rules when to perform action based on
|
|
31
|
+
* customer's ingested data.</p>
|
|
32
|
+
* <p>Each event stream can be associated with only one integration in the same region and AWS
|
|
33
|
+
* account as the event stream. </p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { CustomerProfilesClient, CreateEventTriggerCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
|
|
38
|
+
* // const { CustomerProfilesClient, CreateEventTriggerCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
|
|
39
|
+
* const client = new CustomerProfilesClient(config);
|
|
40
|
+
* const input = { // CreateEventTriggerRequest
|
|
41
|
+
* DomainName: "STRING_VALUE", // required
|
|
42
|
+
* EventTriggerName: "STRING_VALUE", // required
|
|
43
|
+
* ObjectTypeName: "STRING_VALUE", // required
|
|
44
|
+
* Description: "STRING_VALUE",
|
|
45
|
+
* EventTriggerConditions: [ // EventTriggerConditions // required
|
|
46
|
+
* { // EventTriggerCondition
|
|
47
|
+
* EventTriggerDimensions: [ // EventTriggerDimensions // required
|
|
48
|
+
* { // EventTriggerDimension
|
|
49
|
+
* ObjectAttributes: [ // ObjectAttributes // required
|
|
50
|
+
* { // ObjectAttribute
|
|
51
|
+
* Source: "STRING_VALUE",
|
|
52
|
+
* FieldName: "STRING_VALUE",
|
|
53
|
+
* ComparisonOperator: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEGINS_WITH" || "ENDS_WITH" || "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL" || "LESS_THAN_OR_EQUAL" || "EQUAL" || "BEFORE" || "AFTER" || "ON" || "BETWEEN" || "NOT_BETWEEN", // required
|
|
54
|
+
* Values: [ // EventTriggerValues // required
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
61
|
+
* LogicalOperator: "ANY" || "ALL" || "NONE", // required
|
|
62
|
+
* },
|
|
63
|
+
* ],
|
|
64
|
+
* SegmentFilter: "STRING_VALUE",
|
|
65
|
+
* EventTriggerLimits: { // EventTriggerLimits
|
|
66
|
+
* EventExpiration: Number("long"),
|
|
67
|
+
* Periods: [ // Periods
|
|
68
|
+
* { // Period
|
|
69
|
+
* Unit: "HOURS" || "DAYS" || "WEEKS" || "MONTHS", // required
|
|
70
|
+
* Value: Number("int"), // required
|
|
71
|
+
* MaxInvocationsPerProfile: Number("int"),
|
|
72
|
+
* Unlimited: true || false,
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
75
|
+
* },
|
|
76
|
+
* Tags: { // TagMap
|
|
77
|
+
* "<keys>": "STRING_VALUE",
|
|
78
|
+
* },
|
|
79
|
+
* };
|
|
80
|
+
* const command = new CreateEventTriggerCommand(input);
|
|
81
|
+
* const response = await client.send(command);
|
|
82
|
+
* // { // CreateEventTriggerResponse
|
|
83
|
+
* // EventTriggerName: "STRING_VALUE",
|
|
84
|
+
* // ObjectTypeName: "STRING_VALUE",
|
|
85
|
+
* // Description: "STRING_VALUE",
|
|
86
|
+
* // EventTriggerConditions: [ // EventTriggerConditions
|
|
87
|
+
* // { // EventTriggerCondition
|
|
88
|
+
* // EventTriggerDimensions: [ // EventTriggerDimensions // required
|
|
89
|
+
* // { // EventTriggerDimension
|
|
90
|
+
* // ObjectAttributes: [ // ObjectAttributes // required
|
|
91
|
+
* // { // ObjectAttribute
|
|
92
|
+
* // Source: "STRING_VALUE",
|
|
93
|
+
* // FieldName: "STRING_VALUE",
|
|
94
|
+
* // ComparisonOperator: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEGINS_WITH" || "ENDS_WITH" || "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL" || "LESS_THAN_OR_EQUAL" || "EQUAL" || "BEFORE" || "AFTER" || "ON" || "BETWEEN" || "NOT_BETWEEN", // required
|
|
95
|
+
* // Values: [ // EventTriggerValues // required
|
|
96
|
+
* // "STRING_VALUE",
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // LogicalOperator: "ANY" || "ALL" || "NONE", // required
|
|
103
|
+
* // },
|
|
104
|
+
* // ],
|
|
105
|
+
* // SegmentFilter: "STRING_VALUE",
|
|
106
|
+
* // EventTriggerLimits: { // EventTriggerLimits
|
|
107
|
+
* // EventExpiration: Number("long"),
|
|
108
|
+
* // Periods: [ // Periods
|
|
109
|
+
* // { // Period
|
|
110
|
+
* // Unit: "HOURS" || "DAYS" || "WEEKS" || "MONTHS", // required
|
|
111
|
+
* // Value: Number("int"), // required
|
|
112
|
+
* // MaxInvocationsPerProfile: Number("int"),
|
|
113
|
+
* // Unlimited: true || false,
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
117
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
118
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
119
|
+
* // Tags: { // TagMap
|
|
120
|
+
* // "<keys>": "STRING_VALUE",
|
|
121
|
+
* // },
|
|
122
|
+
* // };
|
|
123
|
+
*
|
|
124
|
+
* ```
|
|
125
|
+
*
|
|
126
|
+
* @param CreateEventTriggerCommandInput - {@link CreateEventTriggerCommandInput}
|
|
127
|
+
* @returns {@link CreateEventTriggerCommandOutput}
|
|
128
|
+
* @see {@link CreateEventTriggerCommandInput} for command's `input` shape.
|
|
129
|
+
* @see {@link CreateEventTriggerCommandOutput} for command's `response` shape.
|
|
130
|
+
* @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
|
|
131
|
+
*
|
|
132
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
133
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link BadRequestException} (client fault)
|
|
136
|
+
* <p>The input you provided is invalid.</p>
|
|
137
|
+
*
|
|
138
|
+
* @throws {@link InternalServerException} (server fault)
|
|
139
|
+
* <p>An internal service error occurred.</p>
|
|
140
|
+
*
|
|
141
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
142
|
+
* <p>The requested resource does not exist, or access was denied.</p>
|
|
143
|
+
*
|
|
144
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
145
|
+
* <p>You exceeded the maximum number of requests.</p>
|
|
146
|
+
*
|
|
147
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
148
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
149
|
+
*
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
export declare class CreateEventTriggerCommand extends CreateEventTriggerCommand_base {
|
|
153
|
+
/** @internal type navigation helper, not in runtime. */
|
|
154
|
+
protected static __types: {
|
|
155
|
+
api: {
|
|
156
|
+
input: CreateEventTriggerRequest;
|
|
157
|
+
output: CreateEventTriggerResponse;
|
|
158
|
+
};
|
|
159
|
+
sdk: {
|
|
160
|
+
input: CreateEventTriggerCommandInput;
|
|
161
|
+
output: CreateEventTriggerCommandOutput;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
+
import { DeleteEventTriggerRequest, DeleteEventTriggerResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteEventTriggerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteEventTriggerCommandInput extends DeleteEventTriggerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteEventTriggerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteEventTriggerCommandOutput extends DeleteEventTriggerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteEventTriggerCommand_base: {
|
|
25
|
+
new (input: DeleteEventTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteEventTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Disable and deletes the Event Trigger.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>You cannot delete an Event Trigger with an active Integration associated.</p>
|
|
33
|
+
* </note>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { CustomerProfilesClient, DeleteEventTriggerCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
|
|
38
|
+
* // const { CustomerProfilesClient, DeleteEventTriggerCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
|
|
39
|
+
* const client = new CustomerProfilesClient(config);
|
|
40
|
+
* const input = { // DeleteEventTriggerRequest
|
|
41
|
+
* DomainName: "STRING_VALUE", // required
|
|
42
|
+
* EventTriggerName: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new DeleteEventTriggerCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // DeleteEventTriggerResponse
|
|
47
|
+
* // Message: "STRING_VALUE", // required
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param DeleteEventTriggerCommandInput - {@link DeleteEventTriggerCommandInput}
|
|
53
|
+
* @returns {@link DeleteEventTriggerCommandOutput}
|
|
54
|
+
* @see {@link DeleteEventTriggerCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link DeleteEventTriggerCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
59
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link BadRequestException} (client fault)
|
|
62
|
+
* <p>The input you provided is invalid.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalServerException} (server fault)
|
|
65
|
+
* <p>An internal service error occurred.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* <p>The requested resource does not exist, or access was denied.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>You exceeded the maximum number of requests.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class DeleteEventTriggerCommand extends DeleteEventTriggerCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteEventTriggerRequest;
|
|
83
|
+
output: DeleteEventTriggerResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteEventTriggerCommandInput;
|
|
87
|
+
output: DeleteEventTriggerCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CustomerProfilesClient";
|
|
4
|
+
import { GetEventTriggerRequest, GetEventTriggerResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetEventTriggerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetEventTriggerCommandInput extends GetEventTriggerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetEventTriggerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetEventTriggerCommandOutput extends GetEventTriggerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetEventTriggerCommand_base: {
|
|
25
|
+
new (input: GetEventTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventTriggerCommandInput, GetEventTriggerCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetEventTriggerCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventTriggerCommandInput, GetEventTriggerCommandOutput, CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Get a specific Event Trigger from the domain.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CustomerProfilesClient, GetEventTriggerCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import
|
|
35
|
+
* // const { CustomerProfilesClient, GetEventTriggerCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import
|
|
36
|
+
* const client = new CustomerProfilesClient(config);
|
|
37
|
+
* const input = { // GetEventTriggerRequest
|
|
38
|
+
* DomainName: "STRING_VALUE", // required
|
|
39
|
+
* EventTriggerName: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetEventTriggerCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetEventTriggerResponse
|
|
44
|
+
* // EventTriggerName: "STRING_VALUE",
|
|
45
|
+
* // ObjectTypeName: "STRING_VALUE",
|
|
46
|
+
* // Description: "STRING_VALUE",
|
|
47
|
+
* // EventTriggerConditions: [ // EventTriggerConditions
|
|
48
|
+
* // { // EventTriggerCondition
|
|
49
|
+
* // EventTriggerDimensions: [ // EventTriggerDimensions // required
|
|
50
|
+
* // { // EventTriggerDimension
|
|
51
|
+
* // ObjectAttributes: [ // ObjectAttributes // required
|
|
52
|
+
* // { // ObjectAttribute
|
|
53
|
+
* // Source: "STRING_VALUE",
|
|
54
|
+
* // FieldName: "STRING_VALUE",
|
|
55
|
+
* // ComparisonOperator: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEGINS_WITH" || "ENDS_WITH" || "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL" || "LESS_THAN_OR_EQUAL" || "EQUAL" || "BEFORE" || "AFTER" || "ON" || "BETWEEN" || "NOT_BETWEEN", // required
|
|
56
|
+
* // Values: [ // EventTriggerValues // required
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // LogicalOperator: "ANY" || "ALL" || "NONE", // required
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // SegmentFilter: "STRING_VALUE",
|
|
67
|
+
* // EventTriggerLimits: { // EventTriggerLimits
|
|
68
|
+
* // EventExpiration: Number("long"),
|
|
69
|
+
* // Periods: [ // Periods
|
|
70
|
+
* // { // Period
|
|
71
|
+
* // Unit: "HOURS" || "DAYS" || "WEEKS" || "MONTHS", // required
|
|
72
|
+
* // Value: Number("int"), // required
|
|
73
|
+
* // MaxInvocationsPerProfile: Number("int"),
|
|
74
|
+
* // Unlimited: true || false,
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // },
|
|
78
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
79
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
80
|
+
* // Tags: { // TagMap
|
|
81
|
+
* // "<keys>": "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // };
|
|
84
|
+
*
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
87
|
+
* @param GetEventTriggerCommandInput - {@link GetEventTriggerCommandInput}
|
|
88
|
+
* @returns {@link GetEventTriggerCommandOutput}
|
|
89
|
+
* @see {@link GetEventTriggerCommandInput} for command's `input` shape.
|
|
90
|
+
* @see {@link GetEventTriggerCommandOutput} for command's `response` shape.
|
|
91
|
+
* @see {@link CustomerProfilesClientResolvedConfig | config} for CustomerProfilesClient's `config` shape.
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
94
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link BadRequestException} (client fault)
|
|
97
|
+
* <p>The input you provided is invalid.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link InternalServerException} (server fault)
|
|
100
|
+
* <p>An internal service error occurred.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
103
|
+
* <p>The requested resource does not exist, or access was denied.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
106
|
+
* <p>You exceeded the maximum number of requests.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link CustomerProfilesServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
110
|
+
*
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export declare class GetEventTriggerCommand extends GetEventTriggerCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: GetEventTriggerRequest;
|
|
118
|
+
output: GetEventTriggerResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: GetEventTriggerCommandInput;
|
|
122
|
+
output: GetEventTriggerCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
}
|
|
@@ -55,6 +55,9 @@ declare const GetIntegrationCommand_base: {
|
|
|
55
55
|
* // WorkflowId: "STRING_VALUE",
|
|
56
56
|
* // IsUnstructured: true || false,
|
|
57
57
|
* // RoleArn: "STRING_VALUE",
|
|
58
|
+
* // EventTriggerNames: [ // EventTriggerNames
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
58
61
|
* // };
|
|
59
62
|
*
|
|
60
63
|
* ```
|
|
@@ -59,6 +59,9 @@ declare const ListAccountIntegrationsCommand_base: {
|
|
|
59
59
|
* // WorkflowId: "STRING_VALUE",
|
|
60
60
|
* // IsUnstructured: true || false,
|
|
61
61
|
* // RoleArn: "STRING_VALUE",
|
|
62
|
+
* // EventTriggerNames: [ // EventTriggerNames
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
62
65
|
* // },
|
|
63
66
|
* // ],
|
|
64
67
|
* // NextToken: "STRING_VALUE",
|