@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "../commands/ListEventTriggersCommand";
|
|
3
|
+
import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListEventTriggers: (config: CustomerProfilesPaginationConfiguration, input: ListEventTriggersCommandInput, ...rest: any[]) => Paginator<ListEventTriggersCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./GetSimilarProfilesPaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
3
|
export * from "./ListEventStreamsPaginator";
|
|
4
|
+
export * from "./ListEventTriggersPaginator";
|
|
4
5
|
export * from "./ListObjectTypeAttributesPaginator";
|
|
5
6
|
export * from "./ListRuleBasedMatchesPaginator";
|
|
6
7
|
export * from "./ListSegmentDefinitionsPaginator";
|
|
@@ -6,6 +6,7 @@ import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "../co
|
|
|
6
6
|
import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "../commands/CreateCalculatedAttributeDefinitionCommand";
|
|
7
7
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
8
8
|
import { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "../commands/CreateEventStreamCommand";
|
|
9
|
+
import { CreateEventTriggerCommandInput, CreateEventTriggerCommandOutput } from "../commands/CreateEventTriggerCommand";
|
|
9
10
|
import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "../commands/CreateIntegrationWorkflowCommand";
|
|
10
11
|
import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
|
|
11
12
|
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "../commands/CreateSegmentDefinitionCommand";
|
|
@@ -14,6 +15,7 @@ import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput }
|
|
|
14
15
|
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "../commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
15
16
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
16
17
|
import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "../commands/DeleteEventStreamCommand";
|
|
18
|
+
import { DeleteEventTriggerCommandInput, DeleteEventTriggerCommandOutput } from "../commands/DeleteEventTriggerCommand";
|
|
17
19
|
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
|
|
18
20
|
import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
|
|
19
21
|
import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "../commands/DeleteProfileKeyCommand";
|
|
@@ -27,6 +29,7 @@ import { GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDef
|
|
|
27
29
|
import { GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput } from "../commands/GetCalculatedAttributeForProfileCommand";
|
|
28
30
|
import { GetDomainCommandInput, GetDomainCommandOutput } from "../commands/GetDomainCommand";
|
|
29
31
|
import { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "../commands/GetEventStreamCommand";
|
|
32
|
+
import { GetEventTriggerCommandInput, GetEventTriggerCommandOutput } from "../commands/GetEventTriggerCommand";
|
|
30
33
|
import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "../commands/GetIdentityResolutionJobCommand";
|
|
31
34
|
import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
|
|
32
35
|
import { GetMatchesCommandInput, GetMatchesCommandOutput } from "../commands/GetMatchesCommand";
|
|
@@ -44,6 +47,7 @@ import { ListCalculatedAttributeDefinitionsCommandInput, ListCalculatedAttribute
|
|
|
44
47
|
import { ListCalculatedAttributesForProfileCommandInput, ListCalculatedAttributesForProfileCommandOutput } from "../commands/ListCalculatedAttributesForProfileCommand";
|
|
45
48
|
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
|
|
46
49
|
import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "../commands/ListEventStreamsCommand";
|
|
50
|
+
import { ListEventTriggersCommandInput, ListEventTriggersCommandOutput } from "../commands/ListEventTriggersCommand";
|
|
47
51
|
import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "../commands/ListIdentityResolutionJobsCommand";
|
|
48
52
|
import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "../commands/ListIntegrationsCommand";
|
|
49
53
|
import { ListObjectTypeAttributesCommandInput, ListObjectTypeAttributesCommandOutput } from "../commands/ListObjectTypeAttributesCommand";
|
|
@@ -64,6 +68,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
64
68
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
65
69
|
import { UpdateCalculatedAttributeDefinitionCommandInput, UpdateCalculatedAttributeDefinitionCommandOutput } from "../commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
66
70
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
|
|
71
|
+
import { UpdateEventTriggerCommandInput, UpdateEventTriggerCommandOutput } from "../commands/UpdateEventTriggerCommand";
|
|
67
72
|
import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "../commands/UpdateProfileCommand";
|
|
68
73
|
/**
|
|
69
74
|
* serializeAws_restJson1AddProfileKeyCommand
|
|
@@ -89,6 +94,10 @@ export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, c
|
|
|
89
94
|
* serializeAws_restJson1CreateEventStreamCommand
|
|
90
95
|
*/
|
|
91
96
|
export declare const se_CreateEventStreamCommand: (input: CreateEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_restJson1CreateEventTriggerCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_CreateEventTriggerCommand: (input: CreateEventTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
101
|
/**
|
|
93
102
|
* serializeAws_restJson1CreateIntegrationWorkflowCommand
|
|
94
103
|
*/
|
|
@@ -121,6 +130,10 @@ export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, c
|
|
|
121
130
|
* serializeAws_restJson1DeleteEventStreamCommand
|
|
122
131
|
*/
|
|
123
132
|
export declare const se_DeleteEventStreamCommand: (input: DeleteEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* serializeAws_restJson1DeleteEventTriggerCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const se_DeleteEventTriggerCommand: (input: DeleteEventTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
137
|
/**
|
|
125
138
|
* serializeAws_restJson1DeleteIntegrationCommand
|
|
126
139
|
*/
|
|
@@ -173,6 +186,10 @@ export declare const se_GetDomainCommand: (input: GetDomainCommandInput, context
|
|
|
173
186
|
* serializeAws_restJson1GetEventStreamCommand
|
|
174
187
|
*/
|
|
175
188
|
export declare const se_GetEventStreamCommand: (input: GetEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
/**
|
|
190
|
+
* serializeAws_restJson1GetEventTriggerCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const se_GetEventTriggerCommand: (input: GetEventTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
193
|
/**
|
|
177
194
|
* serializeAws_restJson1GetIdentityResolutionJobCommand
|
|
178
195
|
*/
|
|
@@ -241,6 +258,10 @@ export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, con
|
|
|
241
258
|
* serializeAws_restJson1ListEventStreamsCommand
|
|
242
259
|
*/
|
|
243
260
|
export declare const se_ListEventStreamsCommand: (input: ListEventStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
/**
|
|
262
|
+
* serializeAws_restJson1ListEventTriggersCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const se_ListEventTriggersCommand: (input: ListEventTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
265
|
/**
|
|
245
266
|
* serializeAws_restJson1ListIdentityResolutionJobsCommand
|
|
246
267
|
*/
|
|
@@ -321,6 +342,10 @@ export declare const se_UpdateCalculatedAttributeDefinitionCommand: (input: Upda
|
|
|
321
342
|
* serializeAws_restJson1UpdateDomainCommand
|
|
322
343
|
*/
|
|
323
344
|
export declare const se_UpdateDomainCommand: (input: UpdateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
345
|
+
/**
|
|
346
|
+
* serializeAws_restJson1UpdateEventTriggerCommand
|
|
347
|
+
*/
|
|
348
|
+
export declare const se_UpdateEventTriggerCommand: (input: UpdateEventTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
349
|
/**
|
|
325
350
|
* serializeAws_restJson1UpdateProfileCommand
|
|
326
351
|
*/
|
|
@@ -349,6 +374,10 @@ export declare const de_CreateDomainCommand: (output: __HttpResponse, context: _
|
|
|
349
374
|
* deserializeAws_restJson1CreateEventStreamCommand
|
|
350
375
|
*/
|
|
351
376
|
export declare const de_CreateEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventStreamCommandOutput>;
|
|
377
|
+
/**
|
|
378
|
+
* deserializeAws_restJson1CreateEventTriggerCommand
|
|
379
|
+
*/
|
|
380
|
+
export declare const de_CreateEventTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventTriggerCommandOutput>;
|
|
352
381
|
/**
|
|
353
382
|
* deserializeAws_restJson1CreateIntegrationWorkflowCommand
|
|
354
383
|
*/
|
|
@@ -381,6 +410,10 @@ export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: _
|
|
|
381
410
|
* deserializeAws_restJson1DeleteEventStreamCommand
|
|
382
411
|
*/
|
|
383
412
|
export declare const de_DeleteEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventStreamCommandOutput>;
|
|
413
|
+
/**
|
|
414
|
+
* deserializeAws_restJson1DeleteEventTriggerCommand
|
|
415
|
+
*/
|
|
416
|
+
export declare const de_DeleteEventTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventTriggerCommandOutput>;
|
|
384
417
|
/**
|
|
385
418
|
* deserializeAws_restJson1DeleteIntegrationCommand
|
|
386
419
|
*/
|
|
@@ -433,6 +466,10 @@ export declare const de_GetDomainCommand: (output: __HttpResponse, context: __Se
|
|
|
433
466
|
* deserializeAws_restJson1GetEventStreamCommand
|
|
434
467
|
*/
|
|
435
468
|
export declare const de_GetEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventStreamCommandOutput>;
|
|
469
|
+
/**
|
|
470
|
+
* deserializeAws_restJson1GetEventTriggerCommand
|
|
471
|
+
*/
|
|
472
|
+
export declare const de_GetEventTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventTriggerCommandOutput>;
|
|
436
473
|
/**
|
|
437
474
|
* deserializeAws_restJson1GetIdentityResolutionJobCommand
|
|
438
475
|
*/
|
|
@@ -501,6 +538,10 @@ export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __
|
|
|
501
538
|
* deserializeAws_restJson1ListEventStreamsCommand
|
|
502
539
|
*/
|
|
503
540
|
export declare const de_ListEventStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventStreamsCommandOutput>;
|
|
541
|
+
/**
|
|
542
|
+
* deserializeAws_restJson1ListEventTriggersCommand
|
|
543
|
+
*/
|
|
544
|
+
export declare const de_ListEventTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventTriggersCommandOutput>;
|
|
504
545
|
/**
|
|
505
546
|
* deserializeAws_restJson1ListIdentityResolutionJobsCommand
|
|
506
547
|
*/
|
|
@@ -581,6 +622,10 @@ export declare const de_UpdateCalculatedAttributeDefinitionCommand: (output: __H
|
|
|
581
622
|
* deserializeAws_restJson1UpdateDomainCommand
|
|
582
623
|
*/
|
|
583
624
|
export declare const de_UpdateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainCommandOutput>;
|
|
625
|
+
/**
|
|
626
|
+
* deserializeAws_restJson1UpdateEventTriggerCommand
|
|
627
|
+
*/
|
|
628
|
+
export declare const de_UpdateEventTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventTriggerCommandOutput>;
|
|
584
629
|
/**
|
|
585
630
|
* deserializeAws_restJson1UpdateProfileCommand
|
|
586
631
|
*/
|
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreateEventStreamCommandInput,
|
|
24
24
|
CreateEventStreamCommandOutput,
|
|
25
25
|
} from "./commands/CreateEventStreamCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateEventTriggerCommandInput,
|
|
28
|
+
CreateEventTriggerCommandOutput,
|
|
29
|
+
} from "./commands/CreateEventTriggerCommand";
|
|
26
30
|
import {
|
|
27
31
|
CreateIntegrationWorkflowCommandInput,
|
|
28
32
|
CreateIntegrationWorkflowCommandOutput,
|
|
@@ -55,6 +59,10 @@ import {
|
|
|
55
59
|
DeleteEventStreamCommandInput,
|
|
56
60
|
DeleteEventStreamCommandOutput,
|
|
57
61
|
} from "./commands/DeleteEventStreamCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteEventTriggerCommandInput,
|
|
64
|
+
DeleteEventTriggerCommandOutput,
|
|
65
|
+
} from "./commands/DeleteEventTriggerCommand";
|
|
58
66
|
import {
|
|
59
67
|
DeleteIntegrationCommandInput,
|
|
60
68
|
DeleteIntegrationCommandOutput,
|
|
@@ -107,6 +115,10 @@ import {
|
|
|
107
115
|
GetEventStreamCommandInput,
|
|
108
116
|
GetEventStreamCommandOutput,
|
|
109
117
|
} from "./commands/GetEventStreamCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetEventTriggerCommandInput,
|
|
120
|
+
GetEventTriggerCommandOutput,
|
|
121
|
+
} from "./commands/GetEventTriggerCommand";
|
|
110
122
|
import {
|
|
111
123
|
GetIdentityResolutionJobCommandInput,
|
|
112
124
|
GetIdentityResolutionJobCommandOutput,
|
|
@@ -175,6 +187,10 @@ import {
|
|
|
175
187
|
ListEventStreamsCommandInput,
|
|
176
188
|
ListEventStreamsCommandOutput,
|
|
177
189
|
} from "./commands/ListEventStreamsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListEventTriggersCommandInput,
|
|
192
|
+
ListEventTriggersCommandOutput,
|
|
193
|
+
} from "./commands/ListEventTriggersCommand";
|
|
178
194
|
import {
|
|
179
195
|
ListIdentityResolutionJobsCommandInput,
|
|
180
196
|
ListIdentityResolutionJobsCommandOutput,
|
|
@@ -255,6 +271,10 @@ import {
|
|
|
255
271
|
UpdateDomainCommandInput,
|
|
256
272
|
UpdateDomainCommandOutput,
|
|
257
273
|
} from "./commands/UpdateDomainCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateEventTriggerCommandInput,
|
|
276
|
+
UpdateEventTriggerCommandOutput,
|
|
277
|
+
} from "./commands/UpdateEventTriggerCommand";
|
|
258
278
|
import {
|
|
259
279
|
UpdateProfileCommandInput,
|
|
260
280
|
UpdateProfileCommandOutput,
|
|
@@ -351,6 +371,19 @@ export interface CustomerProfiles {
|
|
|
351
371
|
options: __HttpHandlerOptions,
|
|
352
372
|
cb: (err: any, data?: CreateEventStreamCommandOutput) => void
|
|
353
373
|
): void;
|
|
374
|
+
createEventTrigger(
|
|
375
|
+
args: CreateEventTriggerCommandInput,
|
|
376
|
+
options?: __HttpHandlerOptions
|
|
377
|
+
): Promise<CreateEventTriggerCommandOutput>;
|
|
378
|
+
createEventTrigger(
|
|
379
|
+
args: CreateEventTriggerCommandInput,
|
|
380
|
+
cb: (err: any, data?: CreateEventTriggerCommandOutput) => void
|
|
381
|
+
): void;
|
|
382
|
+
createEventTrigger(
|
|
383
|
+
args: CreateEventTriggerCommandInput,
|
|
384
|
+
options: __HttpHandlerOptions,
|
|
385
|
+
cb: (err: any, data?: CreateEventTriggerCommandOutput) => void
|
|
386
|
+
): void;
|
|
354
387
|
createIntegrationWorkflow(
|
|
355
388
|
args: CreateIntegrationWorkflowCommandInput,
|
|
356
389
|
options?: __HttpHandlerOptions
|
|
@@ -461,6 +494,19 @@ export interface CustomerProfiles {
|
|
|
461
494
|
options: __HttpHandlerOptions,
|
|
462
495
|
cb: (err: any, data?: DeleteEventStreamCommandOutput) => void
|
|
463
496
|
): void;
|
|
497
|
+
deleteEventTrigger(
|
|
498
|
+
args: DeleteEventTriggerCommandInput,
|
|
499
|
+
options?: __HttpHandlerOptions
|
|
500
|
+
): Promise<DeleteEventTriggerCommandOutput>;
|
|
501
|
+
deleteEventTrigger(
|
|
502
|
+
args: DeleteEventTriggerCommandInput,
|
|
503
|
+
cb: (err: any, data?: DeleteEventTriggerCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
deleteEventTrigger(
|
|
506
|
+
args: DeleteEventTriggerCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (err: any, data?: DeleteEventTriggerCommandOutput) => void
|
|
509
|
+
): void;
|
|
464
510
|
deleteIntegration(
|
|
465
511
|
args: DeleteIntegrationCommandInput,
|
|
466
512
|
options?: __HttpHandlerOptions
|
|
@@ -630,6 +676,19 @@ export interface CustomerProfiles {
|
|
|
630
676
|
options: __HttpHandlerOptions,
|
|
631
677
|
cb: (err: any, data?: GetEventStreamCommandOutput) => void
|
|
632
678
|
): void;
|
|
679
|
+
getEventTrigger(
|
|
680
|
+
args: GetEventTriggerCommandInput,
|
|
681
|
+
options?: __HttpHandlerOptions
|
|
682
|
+
): Promise<GetEventTriggerCommandOutput>;
|
|
683
|
+
getEventTrigger(
|
|
684
|
+
args: GetEventTriggerCommandInput,
|
|
685
|
+
cb: (err: any, data?: GetEventTriggerCommandOutput) => void
|
|
686
|
+
): void;
|
|
687
|
+
getEventTrigger(
|
|
688
|
+
args: GetEventTriggerCommandInput,
|
|
689
|
+
options: __HttpHandlerOptions,
|
|
690
|
+
cb: (err: any, data?: GetEventTriggerCommandOutput) => void
|
|
691
|
+
): void;
|
|
633
692
|
getIdentityResolutionJob(
|
|
634
693
|
args: GetIdentityResolutionJobCommandInput,
|
|
635
694
|
options?: __HttpHandlerOptions
|
|
@@ -864,6 +923,19 @@ export interface CustomerProfiles {
|
|
|
864
923
|
options: __HttpHandlerOptions,
|
|
865
924
|
cb: (err: any, data?: ListEventStreamsCommandOutput) => void
|
|
866
925
|
): void;
|
|
926
|
+
listEventTriggers(
|
|
927
|
+
args: ListEventTriggersCommandInput,
|
|
928
|
+
options?: __HttpHandlerOptions
|
|
929
|
+
): Promise<ListEventTriggersCommandOutput>;
|
|
930
|
+
listEventTriggers(
|
|
931
|
+
args: ListEventTriggersCommandInput,
|
|
932
|
+
cb: (err: any, data?: ListEventTriggersCommandOutput) => void
|
|
933
|
+
): void;
|
|
934
|
+
listEventTriggers(
|
|
935
|
+
args: ListEventTriggersCommandInput,
|
|
936
|
+
options: __HttpHandlerOptions,
|
|
937
|
+
cb: (err: any, data?: ListEventTriggersCommandOutput) => void
|
|
938
|
+
): void;
|
|
867
939
|
listIdentityResolutionJobs(
|
|
868
940
|
args: ListIdentityResolutionJobsCommandInput,
|
|
869
941
|
options?: __HttpHandlerOptions
|
|
@@ -1131,6 +1203,19 @@ export interface CustomerProfiles {
|
|
|
1131
1203
|
options: __HttpHandlerOptions,
|
|
1132
1204
|
cb: (err: any, data?: UpdateDomainCommandOutput) => void
|
|
1133
1205
|
): void;
|
|
1206
|
+
updateEventTrigger(
|
|
1207
|
+
args: UpdateEventTriggerCommandInput,
|
|
1208
|
+
options?: __HttpHandlerOptions
|
|
1209
|
+
): Promise<UpdateEventTriggerCommandOutput>;
|
|
1210
|
+
updateEventTrigger(
|
|
1211
|
+
args: UpdateEventTriggerCommandInput,
|
|
1212
|
+
cb: (err: any, data?: UpdateEventTriggerCommandOutput) => void
|
|
1213
|
+
): void;
|
|
1214
|
+
updateEventTrigger(
|
|
1215
|
+
args: UpdateEventTriggerCommandInput,
|
|
1216
|
+
options: __HttpHandlerOptions,
|
|
1217
|
+
cb: (err: any, data?: UpdateEventTriggerCommandOutput) => void
|
|
1218
|
+
): void;
|
|
1134
1219
|
updateProfile(
|
|
1135
1220
|
args: UpdateProfileCommandInput,
|
|
1136
1221
|
options?: __HttpHandlerOptions
|
|
@@ -69,6 +69,10 @@ import {
|
|
|
69
69
|
CreateEventStreamCommandInput,
|
|
70
70
|
CreateEventStreamCommandOutput,
|
|
71
71
|
} from "./commands/CreateEventStreamCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateEventTriggerCommandInput,
|
|
74
|
+
CreateEventTriggerCommandOutput,
|
|
75
|
+
} from "./commands/CreateEventTriggerCommand";
|
|
72
76
|
import {
|
|
73
77
|
CreateIntegrationWorkflowCommandInput,
|
|
74
78
|
CreateIntegrationWorkflowCommandOutput,
|
|
@@ -101,6 +105,10 @@ import {
|
|
|
101
105
|
DeleteEventStreamCommandInput,
|
|
102
106
|
DeleteEventStreamCommandOutput,
|
|
103
107
|
} from "./commands/DeleteEventStreamCommand";
|
|
108
|
+
import {
|
|
109
|
+
DeleteEventTriggerCommandInput,
|
|
110
|
+
DeleteEventTriggerCommandOutput,
|
|
111
|
+
} from "./commands/DeleteEventTriggerCommand";
|
|
104
112
|
import {
|
|
105
113
|
DeleteIntegrationCommandInput,
|
|
106
114
|
DeleteIntegrationCommandOutput,
|
|
@@ -153,6 +161,10 @@ import {
|
|
|
153
161
|
GetEventStreamCommandInput,
|
|
154
162
|
GetEventStreamCommandOutput,
|
|
155
163
|
} from "./commands/GetEventStreamCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetEventTriggerCommandInput,
|
|
166
|
+
GetEventTriggerCommandOutput,
|
|
167
|
+
} from "./commands/GetEventTriggerCommand";
|
|
156
168
|
import {
|
|
157
169
|
GetIdentityResolutionJobCommandInput,
|
|
158
170
|
GetIdentityResolutionJobCommandOutput,
|
|
@@ -221,6 +233,10 @@ import {
|
|
|
221
233
|
ListEventStreamsCommandInput,
|
|
222
234
|
ListEventStreamsCommandOutput,
|
|
223
235
|
} from "./commands/ListEventStreamsCommand";
|
|
236
|
+
import {
|
|
237
|
+
ListEventTriggersCommandInput,
|
|
238
|
+
ListEventTriggersCommandOutput,
|
|
239
|
+
} from "./commands/ListEventTriggersCommand";
|
|
224
240
|
import {
|
|
225
241
|
ListIdentityResolutionJobsCommandInput,
|
|
226
242
|
ListIdentityResolutionJobsCommandOutput,
|
|
@@ -301,6 +317,10 @@ import {
|
|
|
301
317
|
UpdateDomainCommandInput,
|
|
302
318
|
UpdateDomainCommandOutput,
|
|
303
319
|
} from "./commands/UpdateDomainCommand";
|
|
320
|
+
import {
|
|
321
|
+
UpdateEventTriggerCommandInput,
|
|
322
|
+
UpdateEventTriggerCommandOutput,
|
|
323
|
+
} from "./commands/UpdateEventTriggerCommand";
|
|
304
324
|
import {
|
|
305
325
|
UpdateProfileCommandInput,
|
|
306
326
|
UpdateProfileCommandOutput,
|
|
@@ -319,6 +339,7 @@ export type ServiceInputTypes =
|
|
|
319
339
|
| CreateCalculatedAttributeDefinitionCommandInput
|
|
320
340
|
| CreateDomainCommandInput
|
|
321
341
|
| CreateEventStreamCommandInput
|
|
342
|
+
| CreateEventTriggerCommandInput
|
|
322
343
|
| CreateIntegrationWorkflowCommandInput
|
|
323
344
|
| CreateProfileCommandInput
|
|
324
345
|
| CreateSegmentDefinitionCommandInput
|
|
@@ -327,6 +348,7 @@ export type ServiceInputTypes =
|
|
|
327
348
|
| DeleteCalculatedAttributeDefinitionCommandInput
|
|
328
349
|
| DeleteDomainCommandInput
|
|
329
350
|
| DeleteEventStreamCommandInput
|
|
351
|
+
| DeleteEventTriggerCommandInput
|
|
330
352
|
| DeleteIntegrationCommandInput
|
|
331
353
|
| DeleteProfileCommandInput
|
|
332
354
|
| DeleteProfileKeyCommandInput
|
|
@@ -340,6 +362,7 @@ export type ServiceInputTypes =
|
|
|
340
362
|
| GetCalculatedAttributeForProfileCommandInput
|
|
341
363
|
| GetDomainCommandInput
|
|
342
364
|
| GetEventStreamCommandInput
|
|
365
|
+
| GetEventTriggerCommandInput
|
|
343
366
|
| GetIdentityResolutionJobCommandInput
|
|
344
367
|
| GetIntegrationCommandInput
|
|
345
368
|
| GetMatchesCommandInput
|
|
@@ -357,6 +380,7 @@ export type ServiceInputTypes =
|
|
|
357
380
|
| ListCalculatedAttributesForProfileCommandInput
|
|
358
381
|
| ListDomainsCommandInput
|
|
359
382
|
| ListEventStreamsCommandInput
|
|
383
|
+
| ListEventTriggersCommandInput
|
|
360
384
|
| ListIdentityResolutionJobsCommandInput
|
|
361
385
|
| ListIntegrationsCommandInput
|
|
362
386
|
| ListObjectTypeAttributesCommandInput
|
|
@@ -377,6 +401,7 @@ export type ServiceInputTypes =
|
|
|
377
401
|
| UntagResourceCommandInput
|
|
378
402
|
| UpdateCalculatedAttributeDefinitionCommandInput
|
|
379
403
|
| UpdateDomainCommandInput
|
|
404
|
+
| UpdateEventTriggerCommandInput
|
|
380
405
|
| UpdateProfileCommandInput;
|
|
381
406
|
export type ServiceOutputTypes =
|
|
382
407
|
| AddProfileKeyCommandOutput
|
|
@@ -385,6 +410,7 @@ export type ServiceOutputTypes =
|
|
|
385
410
|
| CreateCalculatedAttributeDefinitionCommandOutput
|
|
386
411
|
| CreateDomainCommandOutput
|
|
387
412
|
| CreateEventStreamCommandOutput
|
|
413
|
+
| CreateEventTriggerCommandOutput
|
|
388
414
|
| CreateIntegrationWorkflowCommandOutput
|
|
389
415
|
| CreateProfileCommandOutput
|
|
390
416
|
| CreateSegmentDefinitionCommandOutput
|
|
@@ -393,6 +419,7 @@ export type ServiceOutputTypes =
|
|
|
393
419
|
| DeleteCalculatedAttributeDefinitionCommandOutput
|
|
394
420
|
| DeleteDomainCommandOutput
|
|
395
421
|
| DeleteEventStreamCommandOutput
|
|
422
|
+
| DeleteEventTriggerCommandOutput
|
|
396
423
|
| DeleteIntegrationCommandOutput
|
|
397
424
|
| DeleteProfileCommandOutput
|
|
398
425
|
| DeleteProfileKeyCommandOutput
|
|
@@ -406,6 +433,7 @@ export type ServiceOutputTypes =
|
|
|
406
433
|
| GetCalculatedAttributeForProfileCommandOutput
|
|
407
434
|
| GetDomainCommandOutput
|
|
408
435
|
| GetEventStreamCommandOutput
|
|
436
|
+
| GetEventTriggerCommandOutput
|
|
409
437
|
| GetIdentityResolutionJobCommandOutput
|
|
410
438
|
| GetIntegrationCommandOutput
|
|
411
439
|
| GetMatchesCommandOutput
|
|
@@ -423,6 +451,7 @@ export type ServiceOutputTypes =
|
|
|
423
451
|
| ListCalculatedAttributesForProfileCommandOutput
|
|
424
452
|
| ListDomainsCommandOutput
|
|
425
453
|
| ListEventStreamsCommandOutput
|
|
454
|
+
| ListEventTriggersCommandOutput
|
|
426
455
|
| ListIdentityResolutionJobsCommandOutput
|
|
427
456
|
| ListIntegrationsCommandOutput
|
|
428
457
|
| ListObjectTypeAttributesCommandOutput
|
|
@@ -443,6 +472,7 @@ export type ServiceOutputTypes =
|
|
|
443
472
|
| UntagResourceCommandOutput
|
|
444
473
|
| UpdateCalculatedAttributeDefinitionCommandOutput
|
|
445
474
|
| UpdateDomainCommandOutput
|
|
475
|
+
| UpdateEventTriggerCommandOutput
|
|
446
476
|
| UpdateProfileCommandOutput;
|
|
447
477
|
export interface ClientDefaults
|
|
448
478
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CustomerProfilesClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CustomerProfilesClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateEventTriggerRequest,
|
|
10
|
+
CreateEventTriggerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateEventTriggerCommandInput
|
|
15
|
+
extends CreateEventTriggerRequest {}
|
|
16
|
+
export interface CreateEventTriggerCommandOutput
|
|
17
|
+
extends CreateEventTriggerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateEventTriggerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateEventTriggerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateEventTriggerCommandInput,
|
|
24
|
+
CreateEventTriggerCommandOutput,
|
|
25
|
+
CustomerProfilesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateEventTriggerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateEventTriggerCommandInput,
|
|
33
|
+
CreateEventTriggerCommandOutput,
|
|
34
|
+
CustomerProfilesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateEventTriggerCommand extends CreateEventTriggerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEventTriggerRequest;
|
|
44
|
+
output: CreateEventTriggerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEventTriggerCommandInput;
|
|
48
|
+
output: CreateEventTriggerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CustomerProfilesClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CustomerProfilesClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteEventTriggerRequest,
|
|
10
|
+
DeleteEventTriggerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteEventTriggerCommandInput
|
|
15
|
+
extends DeleteEventTriggerRequest {}
|
|
16
|
+
export interface DeleteEventTriggerCommandOutput
|
|
17
|
+
extends DeleteEventTriggerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteEventTriggerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteEventTriggerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteEventTriggerCommandInput,
|
|
24
|
+
DeleteEventTriggerCommandOutput,
|
|
25
|
+
CustomerProfilesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteEventTriggerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteEventTriggerCommandInput,
|
|
33
|
+
DeleteEventTriggerCommandOutput,
|
|
34
|
+
CustomerProfilesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteEventTriggerCommand extends DeleteEventTriggerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteEventTriggerRequest;
|
|
44
|
+
output: DeleteEventTriggerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteEventTriggerCommandInput;
|
|
48
|
+
output: DeleteEventTriggerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CustomerProfilesClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CustomerProfilesClient";
|
|
8
|
+
import {
|
|
9
|
+
GetEventTriggerRequest,
|
|
10
|
+
GetEventTriggerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetEventTriggerCommandInput extends GetEventTriggerRequest {}
|
|
15
|
+
export interface GetEventTriggerCommandOutput
|
|
16
|
+
extends GetEventTriggerResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetEventTriggerCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetEventTriggerCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetEventTriggerCommandInput,
|
|
23
|
+
GetEventTriggerCommandOutput,
|
|
24
|
+
CustomerProfilesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetEventTriggerCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetEventTriggerCommandInput,
|
|
32
|
+
GetEventTriggerCommandOutput,
|
|
33
|
+
CustomerProfilesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetEventTriggerCommand extends GetEventTriggerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetEventTriggerRequest;
|
|
43
|
+
output: GetEventTriggerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetEventTriggerCommandInput;
|
|
47
|
+
output: GetEventTriggerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CustomerProfilesClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CustomerProfilesClient";
|
|
8
|
+
import {
|
|
9
|
+
ListEventTriggersRequest,
|
|
10
|
+
ListEventTriggersResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListEventTriggersCommandInput
|
|
15
|
+
extends ListEventTriggersRequest {}
|
|
16
|
+
export interface ListEventTriggersCommandOutput
|
|
17
|
+
extends ListEventTriggersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListEventTriggersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListEventTriggersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListEventTriggersCommandInput,
|
|
24
|
+
ListEventTriggersCommandOutput,
|
|
25
|
+
CustomerProfilesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListEventTriggersCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListEventTriggersCommandInput,
|
|
33
|
+
ListEventTriggersCommandOutput,
|
|
34
|
+
CustomerProfilesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListEventTriggersCommand extends ListEventTriggersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListEventTriggersRequest;
|
|
44
|
+
output: ListEventTriggersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListEventTriggersCommandInput;
|
|
48
|
+
output: ListEventTriggersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|