@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
package/README.md
CHANGED
|
@@ -269,6 +269,14 @@ CreateEventStream
|
|
|
269
269
|
|
|
270
270
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateEventStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateEventStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateEventStreamCommandOutput/)
|
|
271
271
|
|
|
272
|
+
</details>
|
|
273
|
+
<details>
|
|
274
|
+
<summary>
|
|
275
|
+
CreateEventTrigger
|
|
276
|
+
</summary>
|
|
277
|
+
|
|
278
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateEventTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateEventTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateEventTriggerCommandOutput/)
|
|
279
|
+
|
|
272
280
|
</details>
|
|
273
281
|
<details>
|
|
274
282
|
<summary>
|
|
@@ -333,6 +341,14 @@ DeleteEventStream
|
|
|
333
341
|
|
|
334
342
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteEventStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteEventStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteEventStreamCommandOutput/)
|
|
335
343
|
|
|
344
|
+
</details>
|
|
345
|
+
<details>
|
|
346
|
+
<summary>
|
|
347
|
+
DeleteEventTrigger
|
|
348
|
+
</summary>
|
|
349
|
+
|
|
350
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/DeleteEventTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteEventTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/DeleteEventTriggerCommandOutput/)
|
|
351
|
+
|
|
336
352
|
</details>
|
|
337
353
|
<details>
|
|
338
354
|
<summary>
|
|
@@ -437,6 +453,14 @@ GetEventStream
|
|
|
437
453
|
|
|
438
454
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetEventStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetEventStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetEventStreamCommandOutput/)
|
|
439
455
|
|
|
456
|
+
</details>
|
|
457
|
+
<details>
|
|
458
|
+
<summary>
|
|
459
|
+
GetEventTrigger
|
|
460
|
+
</summary>
|
|
461
|
+
|
|
462
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetEventTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetEventTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetEventTriggerCommandOutput/)
|
|
463
|
+
|
|
440
464
|
</details>
|
|
441
465
|
<details>
|
|
442
466
|
<summary>
|
|
@@ -573,6 +597,14 @@ ListEventStreams
|
|
|
573
597
|
|
|
574
598
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListEventStreamsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListEventStreamsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListEventStreamsCommandOutput/)
|
|
575
599
|
|
|
600
|
+
</details>
|
|
601
|
+
<details>
|
|
602
|
+
<summary>
|
|
603
|
+
ListEventTriggers
|
|
604
|
+
</summary>
|
|
605
|
+
|
|
606
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListEventTriggersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListEventTriggersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListEventTriggersCommandOutput/)
|
|
607
|
+
|
|
576
608
|
</details>
|
|
577
609
|
<details>
|
|
578
610
|
<summary>
|
|
@@ -733,6 +765,14 @@ UpdateDomain
|
|
|
733
765
|
|
|
734
766
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UpdateDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateDomainCommandOutput/)
|
|
735
767
|
|
|
768
|
+
</details>
|
|
769
|
+
<details>
|
|
770
|
+
<summary>
|
|
771
|
+
UpdateEventTrigger
|
|
772
|
+
</summary>
|
|
773
|
+
|
|
774
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/UpdateEventTriggerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateEventTriggerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/UpdateEventTriggerCommandOutput/)
|
|
775
|
+
|
|
736
776
|
</details>
|
|
737
777
|
<details>
|
|
738
778
|
<summary>
|