@aws-sdk/client-customer-profiles 3.347.1 → 3.350.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.
Files changed (52) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/CustomerProfiles.js +8 -0
  3. package/dist-cjs/commands/CreateEventStreamCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteEventStreamCommand.js +46 -0
  5. package/dist-cjs/commands/GetEventStreamCommand.js +46 -0
  6. package/dist-cjs/commands/ListEventStreamsCommand.js +46 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/index.js +1 -0
  9. package/dist-cjs/models/models_0.js +9 -1
  10. package/dist-cjs/pagination/Interfaces.js +2 -0
  11. package/dist-cjs/pagination/ListEventStreamsPaginator.js +29 -0
  12. package/dist-cjs/pagination/index.js +5 -0
  13. package/dist-cjs/protocols/Aws_restJson1.js +309 -2
  14. package/dist-es/CustomerProfiles.js +8 -0
  15. package/dist-es/commands/CreateEventStreamCommand.js +42 -0
  16. package/dist-es/commands/DeleteEventStreamCommand.js +42 -0
  17. package/dist-es/commands/GetEventStreamCommand.js +42 -0
  18. package/dist-es/commands/ListEventStreamsCommand.js +42 -0
  19. package/dist-es/commands/index.js +4 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/models_0.js +8 -0
  22. package/dist-es/pagination/Interfaces.js +1 -0
  23. package/dist-es/pagination/ListEventStreamsPaginator.js +25 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +299 -0
  26. package/dist-types/CustomerProfiles.d.ts +28 -0
  27. package/dist-types/CustomerProfilesClient.d.ts +6 -2
  28. package/dist-types/commands/CreateEventStreamCommand.d.ts +99 -0
  29. package/dist-types/commands/DeleteEventStreamCommand.d.ts +87 -0
  30. package/dist-types/commands/GetEventStreamCommand.d.ts +102 -0
  31. package/dist-types/commands/ListEventStreamsCommand.d.ts +107 -0
  32. package/dist-types/commands/index.d.ts +4 -0
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/models/models_0.d.ts +229 -0
  35. package/dist-types/pagination/Interfaces.d.ts +8 -0
  36. package/dist-types/pagination/ListEventStreamsPaginator.d.ts +7 -0
  37. package/dist-types/pagination/index.d.ts +2 -0
  38. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  39. package/dist-types/ts3.4/CustomerProfiles.d.ts +68 -0
  40. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +24 -0
  41. package/dist-types/ts3.4/commands/CreateEventStreamCommand.d.ts +39 -0
  42. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +39 -0
  43. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +38 -0
  44. package/dist-types/ts3.4/commands/ListEventStreamsCommand.d.ts +38 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  46. package/dist-types/ts3.4/index.d.ts +1 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +69 -0
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  49. package/dist-types/ts3.4/pagination/ListEventStreamsPaginator.d.ts +11 -0
  50. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  52. package/package.json +4 -4
@@ -3,10 +3,12 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "../commands/AddProfileKeyCommand";
4
4
  import { CreateCalculatedAttributeDefinitionCommandInput, CreateCalculatedAttributeDefinitionCommandOutput } from "../commands/CreateCalculatedAttributeDefinitionCommand";
5
5
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
6
+ import { CreateEventStreamCommandInput, CreateEventStreamCommandOutput } from "../commands/CreateEventStreamCommand";
6
7
  import { CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput } from "../commands/CreateIntegrationWorkflowCommand";
7
8
  import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../commands/CreateProfileCommand";
8
9
  import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "../commands/DeleteCalculatedAttributeDefinitionCommand";
9
10
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
11
+ import { DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput } from "../commands/DeleteEventStreamCommand";
10
12
  import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
11
13
  import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../commands/DeleteProfileCommand";
12
14
  import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "../commands/DeleteProfileKeyCommand";
@@ -17,6 +19,7 @@ import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput }
17
19
  import { GetCalculatedAttributeDefinitionCommandInput, GetCalculatedAttributeDefinitionCommandOutput } from "../commands/GetCalculatedAttributeDefinitionCommand";
18
20
  import { GetCalculatedAttributeForProfileCommandInput, GetCalculatedAttributeForProfileCommandOutput } from "../commands/GetCalculatedAttributeForProfileCommand";
19
21
  import { GetDomainCommandInput, GetDomainCommandOutput } from "../commands/GetDomainCommand";
22
+ import { GetEventStreamCommandInput, GetEventStreamCommandOutput } from "../commands/GetEventStreamCommand";
20
23
  import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "../commands/GetIdentityResolutionJobCommand";
21
24
  import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
22
25
  import { GetMatchesCommandInput, GetMatchesCommandOutput } from "../commands/GetMatchesCommand";
@@ -28,6 +31,7 @@ import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutp
28
31
  import { ListCalculatedAttributeDefinitionsCommandInput, ListCalculatedAttributeDefinitionsCommandOutput } from "../commands/ListCalculatedAttributeDefinitionsCommand";
29
32
  import { ListCalculatedAttributesForProfileCommandInput, ListCalculatedAttributesForProfileCommandOutput } from "../commands/ListCalculatedAttributesForProfileCommand";
30
33
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
34
+ import { ListEventStreamsCommandInput, ListEventStreamsCommandOutput } from "../commands/ListEventStreamsCommand";
31
35
  import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "../commands/ListIdentityResolutionJobsCommand";
32
36
  import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "../commands/ListIntegrationsCommand";
33
37
  import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "../commands/ListProfileObjectsCommand";
@@ -57,6 +61,10 @@ export declare const se_CreateCalculatedAttributeDefinitionCommand: (input: Crea
57
61
  * serializeAws_restJson1CreateDomainCommand
58
62
  */
59
63
  export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_restJson1CreateEventStreamCommand
66
+ */
67
+ export declare const se_CreateEventStreamCommand: (input: CreateEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
68
  /**
61
69
  * serializeAws_restJson1CreateIntegrationWorkflowCommand
62
70
  */
@@ -73,6 +81,10 @@ export declare const se_DeleteCalculatedAttributeDefinitionCommand: (input: Dele
73
81
  * serializeAws_restJson1DeleteDomainCommand
74
82
  */
75
83
  export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_restJson1DeleteEventStreamCommand
86
+ */
87
+ export declare const se_DeleteEventStreamCommand: (input: DeleteEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
88
  /**
77
89
  * serializeAws_restJson1DeleteIntegrationCommand
78
90
  */
@@ -113,6 +125,10 @@ export declare const se_GetCalculatedAttributeForProfileCommand: (input: GetCalc
113
125
  * serializeAws_restJson1GetDomainCommand
114
126
  */
115
127
  export declare const se_GetDomainCommand: (input: GetDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * serializeAws_restJson1GetEventStreamCommand
130
+ */
131
+ export declare const se_GetEventStreamCommand: (input: GetEventStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
132
  /**
117
133
  * serializeAws_restJson1GetIdentityResolutionJobCommand
118
134
  */
@@ -157,6 +173,10 @@ export declare const se_ListCalculatedAttributesForProfileCommand: (input: ListC
157
173
  * serializeAws_restJson1ListDomainsCommand
158
174
  */
159
175
  export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
+ /**
177
+ * serializeAws_restJson1ListEventStreamsCommand
178
+ */
179
+ export declare const se_ListEventStreamsCommand: (input: ListEventStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
180
  /**
161
181
  * serializeAws_restJson1ListIdentityResolutionJobsCommand
162
182
  */
@@ -237,6 +257,10 @@ export declare const de_CreateCalculatedAttributeDefinitionCommand: (output: __H
237
257
  * deserializeAws_restJson1CreateDomainCommand
238
258
  */
239
259
  export declare const de_CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
260
+ /**
261
+ * deserializeAws_restJson1CreateEventStreamCommand
262
+ */
263
+ export declare const de_CreateEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventStreamCommandOutput>;
240
264
  /**
241
265
  * deserializeAws_restJson1CreateIntegrationWorkflowCommand
242
266
  */
@@ -253,6 +277,10 @@ export declare const de_DeleteCalculatedAttributeDefinitionCommand: (output: __H
253
277
  * deserializeAws_restJson1DeleteDomainCommand
254
278
  */
255
279
  export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
280
+ /**
281
+ * deserializeAws_restJson1DeleteEventStreamCommand
282
+ */
283
+ export declare const de_DeleteEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventStreamCommandOutput>;
256
284
  /**
257
285
  * deserializeAws_restJson1DeleteIntegrationCommand
258
286
  */
@@ -293,6 +321,10 @@ export declare const de_GetCalculatedAttributeForProfileCommand: (output: __Http
293
321
  * deserializeAws_restJson1GetDomainCommand
294
322
  */
295
323
  export declare const de_GetDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainCommandOutput>;
324
+ /**
325
+ * deserializeAws_restJson1GetEventStreamCommand
326
+ */
327
+ export declare const de_GetEventStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventStreamCommandOutput>;
296
328
  /**
297
329
  * deserializeAws_restJson1GetIdentityResolutionJobCommand
298
330
  */
@@ -337,6 +369,10 @@ export declare const de_ListCalculatedAttributesForProfileCommand: (output: __Ht
337
369
  * deserializeAws_restJson1ListDomainsCommand
338
370
  */
339
371
  export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
372
+ /**
373
+ * deserializeAws_restJson1ListEventStreamsCommand
374
+ */
375
+ export declare const de_ListEventStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventStreamsCommandOutput>;
340
376
  /**
341
377
  * deserializeAws_restJson1ListIdentityResolutionJobsCommand
342
378
  */
@@ -11,6 +11,10 @@ import {
11
11
  CreateDomainCommandInput,
12
12
  CreateDomainCommandOutput,
13
13
  } from "./commands/CreateDomainCommand";
14
+ import {
15
+ CreateEventStreamCommandInput,
16
+ CreateEventStreamCommandOutput,
17
+ } from "./commands/CreateEventStreamCommand";
14
18
  import {
15
19
  CreateIntegrationWorkflowCommandInput,
16
20
  CreateIntegrationWorkflowCommandOutput,
@@ -27,6 +31,10 @@ import {
27
31
  DeleteDomainCommandInput,
28
32
  DeleteDomainCommandOutput,
29
33
  } from "./commands/DeleteDomainCommand";
34
+ import {
35
+ DeleteEventStreamCommandInput,
36
+ DeleteEventStreamCommandOutput,
37
+ } from "./commands/DeleteEventStreamCommand";
30
38
  import {
31
39
  DeleteIntegrationCommandInput,
32
40
  DeleteIntegrationCommandOutput,
@@ -67,6 +75,10 @@ import {
67
75
  GetDomainCommandInput,
68
76
  GetDomainCommandOutput,
69
77
  } from "./commands/GetDomainCommand";
78
+ import {
79
+ GetEventStreamCommandInput,
80
+ GetEventStreamCommandOutput,
81
+ } from "./commands/GetEventStreamCommand";
70
82
  import {
71
83
  GetIdentityResolutionJobCommandInput,
72
84
  GetIdentityResolutionJobCommandOutput,
@@ -111,6 +123,10 @@ import {
111
123
  ListDomainsCommandInput,
112
124
  ListDomainsCommandOutput,
113
125
  } from "./commands/ListDomainsCommand";
126
+ import {
127
+ ListEventStreamsCommandInput,
128
+ ListEventStreamsCommandOutput,
129
+ } from "./commands/ListEventStreamsCommand";
114
130
  import {
115
131
  ListIdentityResolutionJobsCommandInput,
116
132
  ListIdentityResolutionJobsCommandOutput,
@@ -226,6 +242,19 @@ export interface CustomerProfiles {
226
242
  options: __HttpHandlerOptions,
227
243
  cb: (err: any, data?: CreateDomainCommandOutput) => void
228
244
  ): void;
245
+ createEventStream(
246
+ args: CreateEventStreamCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<CreateEventStreamCommandOutput>;
249
+ createEventStream(
250
+ args: CreateEventStreamCommandInput,
251
+ cb: (err: any, data?: CreateEventStreamCommandOutput) => void
252
+ ): void;
253
+ createEventStream(
254
+ args: CreateEventStreamCommandInput,
255
+ options: __HttpHandlerOptions,
256
+ cb: (err: any, data?: CreateEventStreamCommandOutput) => void
257
+ ): void;
229
258
  createIntegrationWorkflow(
230
259
  args: CreateIntegrationWorkflowCommandInput,
231
260
  options?: __HttpHandlerOptions
@@ -284,6 +313,19 @@ export interface CustomerProfiles {
284
313
  options: __HttpHandlerOptions,
285
314
  cb: (err: any, data?: DeleteDomainCommandOutput) => void
286
315
  ): void;
316
+ deleteEventStream(
317
+ args: DeleteEventStreamCommandInput,
318
+ options?: __HttpHandlerOptions
319
+ ): Promise<DeleteEventStreamCommandOutput>;
320
+ deleteEventStream(
321
+ args: DeleteEventStreamCommandInput,
322
+ cb: (err: any, data?: DeleteEventStreamCommandOutput) => void
323
+ ): void;
324
+ deleteEventStream(
325
+ args: DeleteEventStreamCommandInput,
326
+ options: __HttpHandlerOptions,
327
+ cb: (err: any, data?: DeleteEventStreamCommandOutput) => void
328
+ ): void;
287
329
  deleteIntegration(
288
330
  args: DeleteIntegrationCommandInput,
289
331
  options?: __HttpHandlerOptions
@@ -414,6 +456,19 @@ export interface CustomerProfiles {
414
456
  options: __HttpHandlerOptions,
415
457
  cb: (err: any, data?: GetDomainCommandOutput) => void
416
458
  ): void;
459
+ getEventStream(
460
+ args: GetEventStreamCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<GetEventStreamCommandOutput>;
463
+ getEventStream(
464
+ args: GetEventStreamCommandInput,
465
+ cb: (err: any, data?: GetEventStreamCommandOutput) => void
466
+ ): void;
467
+ getEventStream(
468
+ args: GetEventStreamCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: GetEventStreamCommandOutput) => void
471
+ ): void;
417
472
  getIdentityResolutionJob(
418
473
  args: GetIdentityResolutionJobCommandInput,
419
474
  options?: __HttpHandlerOptions
@@ -569,6 +624,19 @@ export interface CustomerProfiles {
569
624
  options: __HttpHandlerOptions,
570
625
  cb: (err: any, data?: ListDomainsCommandOutput) => void
571
626
  ): void;
627
+ listEventStreams(
628
+ args: ListEventStreamsCommandInput,
629
+ options?: __HttpHandlerOptions
630
+ ): Promise<ListEventStreamsCommandOutput>;
631
+ listEventStreams(
632
+ args: ListEventStreamsCommandInput,
633
+ cb: (err: any, data?: ListEventStreamsCommandOutput) => void
634
+ ): void;
635
+ listEventStreams(
636
+ args: ListEventStreamsCommandInput,
637
+ options: __HttpHandlerOptions,
638
+ cb: (err: any, data?: ListEventStreamsCommandOutput) => void
639
+ ): void;
572
640
  listIdentityResolutionJobs(
573
641
  args: ListIdentityResolutionJobsCommandInput,
574
642
  options?: __HttpHandlerOptions
@@ -58,6 +58,10 @@ import {
58
58
  CreateDomainCommandInput,
59
59
  CreateDomainCommandOutput,
60
60
  } from "./commands/CreateDomainCommand";
61
+ import {
62
+ CreateEventStreamCommandInput,
63
+ CreateEventStreamCommandOutput,
64
+ } from "./commands/CreateEventStreamCommand";
61
65
  import {
62
66
  CreateIntegrationWorkflowCommandInput,
63
67
  CreateIntegrationWorkflowCommandOutput,
@@ -74,6 +78,10 @@ import {
74
78
  DeleteDomainCommandInput,
75
79
  DeleteDomainCommandOutput,
76
80
  } from "./commands/DeleteDomainCommand";
81
+ import {
82
+ DeleteEventStreamCommandInput,
83
+ DeleteEventStreamCommandOutput,
84
+ } from "./commands/DeleteEventStreamCommand";
77
85
  import {
78
86
  DeleteIntegrationCommandInput,
79
87
  DeleteIntegrationCommandOutput,
@@ -114,6 +122,10 @@ import {
114
122
  GetDomainCommandInput,
115
123
  GetDomainCommandOutput,
116
124
  } from "./commands/GetDomainCommand";
125
+ import {
126
+ GetEventStreamCommandInput,
127
+ GetEventStreamCommandOutput,
128
+ } from "./commands/GetEventStreamCommand";
117
129
  import {
118
130
  GetIdentityResolutionJobCommandInput,
119
131
  GetIdentityResolutionJobCommandOutput,
@@ -158,6 +170,10 @@ import {
158
170
  ListDomainsCommandInput,
159
171
  ListDomainsCommandOutput,
160
172
  } from "./commands/ListDomainsCommand";
173
+ import {
174
+ ListEventStreamsCommandInput,
175
+ ListEventStreamsCommandOutput,
176
+ } from "./commands/ListEventStreamsCommand";
161
177
  import {
162
178
  ListIdentityResolutionJobsCommandInput,
163
179
  ListIdentityResolutionJobsCommandOutput,
@@ -236,10 +252,12 @@ export type ServiceInputTypes =
236
252
  | AddProfileKeyCommandInput
237
253
  | CreateCalculatedAttributeDefinitionCommandInput
238
254
  | CreateDomainCommandInput
255
+ | CreateEventStreamCommandInput
239
256
  | CreateIntegrationWorkflowCommandInput
240
257
  | CreateProfileCommandInput
241
258
  | DeleteCalculatedAttributeDefinitionCommandInput
242
259
  | DeleteDomainCommandInput
260
+ | DeleteEventStreamCommandInput
243
261
  | DeleteIntegrationCommandInput
244
262
  | DeleteProfileCommandInput
245
263
  | DeleteProfileKeyCommandInput
@@ -250,6 +268,7 @@ export type ServiceInputTypes =
250
268
  | GetCalculatedAttributeDefinitionCommandInput
251
269
  | GetCalculatedAttributeForProfileCommandInput
252
270
  | GetDomainCommandInput
271
+ | GetEventStreamCommandInput
253
272
  | GetIdentityResolutionJobCommandInput
254
273
  | GetIntegrationCommandInput
255
274
  | GetMatchesCommandInput
@@ -261,6 +280,7 @@ export type ServiceInputTypes =
261
280
  | ListCalculatedAttributeDefinitionsCommandInput
262
281
  | ListCalculatedAttributesForProfileCommandInput
263
282
  | ListDomainsCommandInput
283
+ | ListEventStreamsCommandInput
264
284
  | ListIdentityResolutionJobsCommandInput
265
285
  | ListIntegrationsCommandInput
266
286
  | ListProfileObjectTypeTemplatesCommandInput
@@ -282,10 +302,12 @@ export type ServiceOutputTypes =
282
302
  | AddProfileKeyCommandOutput
283
303
  | CreateCalculatedAttributeDefinitionCommandOutput
284
304
  | CreateDomainCommandOutput
305
+ | CreateEventStreamCommandOutput
285
306
  | CreateIntegrationWorkflowCommandOutput
286
307
  | CreateProfileCommandOutput
287
308
  | DeleteCalculatedAttributeDefinitionCommandOutput
288
309
  | DeleteDomainCommandOutput
310
+ | DeleteEventStreamCommandOutput
289
311
  | DeleteIntegrationCommandOutput
290
312
  | DeleteProfileCommandOutput
291
313
  | DeleteProfileKeyCommandOutput
@@ -296,6 +318,7 @@ export type ServiceOutputTypes =
296
318
  | GetCalculatedAttributeDefinitionCommandOutput
297
319
  | GetCalculatedAttributeForProfileCommandOutput
298
320
  | GetDomainCommandOutput
321
+ | GetEventStreamCommandOutput
299
322
  | GetIdentityResolutionJobCommandOutput
300
323
  | GetIntegrationCommandOutput
301
324
  | GetMatchesCommandOutput
@@ -307,6 +330,7 @@ export type ServiceOutputTypes =
307
330
  | ListCalculatedAttributeDefinitionsCommandOutput
308
331
  | ListCalculatedAttributesForProfileCommandOutput
309
332
  | ListDomainsCommandOutput
333
+ | ListEventStreamsCommandOutput
310
334
  | ListIdentityResolutionJobsCommandOutput
311
335
  | ListIntegrationsCommandOutput
312
336
  | ListProfileObjectTypeTemplatesCommandOutput
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CustomerProfilesClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CustomerProfilesClient";
14
+ import {
15
+ CreateEventStreamRequest,
16
+ CreateEventStreamResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateEventStreamCommandInput
20
+ extends CreateEventStreamRequest {}
21
+ export interface CreateEventStreamCommandOutput
22
+ extends CreateEventStreamResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateEventStreamCommand extends $Command<
25
+ CreateEventStreamCommandInput,
26
+ CreateEventStreamCommandOutput,
27
+ CustomerProfilesClientResolvedConfig
28
+ > {
29
+ readonly input: CreateEventStreamCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateEventStreamCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CustomerProfilesClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<CreateEventStreamCommandInput, CreateEventStreamCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CustomerProfilesClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CustomerProfilesClient";
14
+ import {
15
+ DeleteEventStreamRequest,
16
+ DeleteEventStreamResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteEventStreamCommandInput
20
+ extends DeleteEventStreamRequest {}
21
+ export interface DeleteEventStreamCommandOutput
22
+ extends DeleteEventStreamResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteEventStreamCommand extends $Command<
25
+ DeleteEventStreamCommandInput,
26
+ DeleteEventStreamCommandOutput,
27
+ CustomerProfilesClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteEventStreamCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteEventStreamCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CustomerProfilesClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<DeleteEventStreamCommandInput, DeleteEventStreamCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CustomerProfilesClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CustomerProfilesClient";
14
+ import {
15
+ GetEventStreamRequest,
16
+ GetEventStreamResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetEventStreamCommandInput extends GetEventStreamRequest {}
20
+ export interface GetEventStreamCommandOutput
21
+ extends GetEventStreamResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetEventStreamCommand extends $Command<
24
+ GetEventStreamCommandInput,
25
+ GetEventStreamCommandOutput,
26
+ CustomerProfilesClientResolvedConfig
27
+ > {
28
+ readonly input: GetEventStreamCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetEventStreamCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CustomerProfilesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetEventStreamCommandInput, GetEventStreamCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CustomerProfilesClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CustomerProfilesClient";
14
+ import {
15
+ ListEventStreamsRequest,
16
+ ListEventStreamsResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListEventStreamsCommandInput extends ListEventStreamsRequest {}
20
+ export interface ListEventStreamsCommandOutput
21
+ extends ListEventStreamsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListEventStreamsCommand extends $Command<
24
+ ListEventStreamsCommandInput,
25
+ ListEventStreamsCommandOutput,
26
+ CustomerProfilesClientResolvedConfig
27
+ > {
28
+ readonly input: ListEventStreamsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListEventStreamsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CustomerProfilesClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListEventStreamsCommandInput, ListEventStreamsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,10 +1,12 @@
1
1
  export * from "./AddProfileKeyCommand";
2
2
  export * from "./CreateCalculatedAttributeDefinitionCommand";
3
3
  export * from "./CreateDomainCommand";
4
+ export * from "./CreateEventStreamCommand";
4
5
  export * from "./CreateIntegrationWorkflowCommand";
5
6
  export * from "./CreateProfileCommand";
6
7
  export * from "./DeleteCalculatedAttributeDefinitionCommand";
7
8
  export * from "./DeleteDomainCommand";
9
+ export * from "./DeleteEventStreamCommand";
8
10
  export * from "./DeleteIntegrationCommand";
9
11
  export * from "./DeleteProfileCommand";
10
12
  export * from "./DeleteProfileKeyCommand";
@@ -15,6 +17,7 @@ export * from "./GetAutoMergingPreviewCommand";
15
17
  export * from "./GetCalculatedAttributeDefinitionCommand";
16
18
  export * from "./GetCalculatedAttributeForProfileCommand";
17
19
  export * from "./GetDomainCommand";
20
+ export * from "./GetEventStreamCommand";
18
21
  export * from "./GetIdentityResolutionJobCommand";
19
22
  export * from "./GetIntegrationCommand";
20
23
  export * from "./GetMatchesCommand";
@@ -26,6 +29,7 @@ export * from "./ListAccountIntegrationsCommand";
26
29
  export * from "./ListCalculatedAttributeDefinitionsCommand";
27
30
  export * from "./ListCalculatedAttributesForProfileCommand";
28
31
  export * from "./ListDomainsCommand";
32
+ export * from "./ListEventStreamsCommand";
29
33
  export * from "./ListIdentityResolutionJobsCommand";
30
34
  export * from "./ListIntegrationsCommand";
31
35
  export * from "./ListProfileObjectTypeTemplatesCommand";
@@ -1,5 +1,6 @@
1
1
  export * from "./CustomerProfilesClient";
2
2
  export * from "./CustomerProfiles";
3
3
  export * from "./commands";
4
+ export * from "./pagination";
4
5
  export * from "./models";
5
6
  export { CustomerProfilesServiceException } from "./models/CustomerProfilesServiceException";
@@ -484,6 +484,16 @@ export interface CreateDomainResponse {
484
484
  LastUpdatedAt: Date | undefined;
485
485
  Tags?: Record<string, string>;
486
486
  }
487
+ export interface CreateEventStreamRequest {
488
+ DomainName: string | undefined;
489
+ Uri: string | undefined;
490
+ EventStreamName: string | undefined;
491
+ Tags?: Record<string, string>;
492
+ }
493
+ export interface CreateEventStreamResponse {
494
+ EventStreamArn: string | undefined;
495
+ Tags?: Record<string, string>;
496
+ }
487
497
  export interface IntegrationConfig {
488
498
  AppflowIntegration?: AppflowIntegration;
489
499
  }
@@ -555,6 +565,11 @@ export interface DeleteDomainRequest {
555
565
  export interface DeleteDomainResponse {
556
566
  Message: string | undefined;
557
567
  }
568
+ export interface DeleteEventStreamRequest {
569
+ DomainName: string | undefined;
570
+ EventStreamName: string | undefined;
571
+ }
572
+ export interface DeleteEventStreamResponse {}
558
573
  export interface DeleteIntegrationRequest {
559
574
  DomainName: string | undefined;
560
575
  Uri: string | undefined;
@@ -657,6 +672,37 @@ export interface GetDomainResponse {
657
672
  LastUpdatedAt: Date | undefined;
658
673
  Tags?: Record<string, string>;
659
674
  }
675
+ export interface GetEventStreamRequest {
676
+ DomainName: string | undefined;
677
+ EventStreamName: string | undefined;
678
+ }
679
+ export declare const EventStreamDestinationStatus: {
680
+ readonly HEALTHY: "HEALTHY";
681
+ readonly UNHEALTHY: "UNHEALTHY";
682
+ };
683
+ export type EventStreamDestinationStatus =
684
+ (typeof EventStreamDestinationStatus)[keyof typeof EventStreamDestinationStatus];
685
+ export interface EventStreamDestinationDetails {
686
+ Uri: string | undefined;
687
+ Status: EventStreamDestinationStatus | string | undefined;
688
+ UnhealthySince?: Date;
689
+ Message?: string;
690
+ }
691
+ export declare const EventStreamState: {
692
+ readonly RUNNING: "RUNNING";
693
+ readonly STOPPED: "STOPPED";
694
+ };
695
+ export type EventStreamState =
696
+ (typeof EventStreamState)[keyof typeof EventStreamState];
697
+ export interface GetEventStreamResponse {
698
+ DomainName: string | undefined;
699
+ EventStreamArn: string | undefined;
700
+ CreatedAt: Date | undefined;
701
+ State: EventStreamState | string | undefined;
702
+ StoppedSince?: Date;
703
+ DestinationDetails: EventStreamDestinationDetails | undefined;
704
+ Tags?: Record<string, string>;
705
+ }
660
706
  export interface GetIdentityResolutionJobRequest {
661
707
  DomainName: string | undefined;
662
708
  JobId: string | undefined;
@@ -877,6 +923,29 @@ export interface ListDomainsResponse {
877
923
  Items?: ListDomainItem[];
878
924
  NextToken?: string;
879
925
  }
926
+ export interface ListEventStreamsRequest {
927
+ DomainName: string | undefined;
928
+ NextToken?: string;
929
+ MaxResults?: number;
930
+ }
931
+ export interface DestinationSummary {
932
+ Uri: string | undefined;
933
+ Status: EventStreamDestinationStatus | string | undefined;
934
+ UnhealthySince?: Date;
935
+ }
936
+ export interface EventStreamSummary {
937
+ DomainName: string | undefined;
938
+ EventStreamName: string | undefined;
939
+ EventStreamArn: string | undefined;
940
+ State: EventStreamState | string | undefined;
941
+ StoppedSince?: Date;
942
+ DestinationSummary?: DestinationSummary;
943
+ Tags?: Record<string, string>;
944
+ }
945
+ export interface ListEventStreamsResponse {
946
+ Items?: EventStreamSummary[];
947
+ NextToken?: string;
948
+ }
880
949
  export interface ListIdentityResolutionJobsRequest {
881
950
  DomainName: string | undefined;
882
951
  NextToken?: string;
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { CustomerProfilesClient } from "../CustomerProfilesClient";
3
+ export interface CustomerProfilesPaginationConfiguration
4
+ extends PaginationConfiguration {
5
+ client: CustomerProfilesClient;
6
+ }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListEventStreamsCommandInput,
4
+ ListEventStreamsCommandOutput,
5
+ } from "../commands/ListEventStreamsCommand";
6
+ import { CustomerProfilesPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListEventStreams(
8
+ config: CustomerProfilesPaginationConfiguration,
9
+ input: ListEventStreamsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListEventStreamsCommandOutput>;
@@ -0,0 +1,2 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListEventStreamsPaginator";