@aws-sdk/client-customer-profiles 3.840.0 → 3.843.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 +48 -0
- package/dist-cjs/index.js +393 -67
- package/dist-es/CustomerProfiles.js +12 -0
- package/dist-es/commands/CreateUploadJobCommand.js +23 -0
- package/dist-es/commands/GetUploadJobCommand.js +23 -0
- package/dist-es/commands/GetUploadJobPathCommand.js +22 -0
- package/dist-es/commands/ListUploadJobsCommand.js +22 -0
- package/dist-es/commands/StartUploadJobCommand.js +22 -0
- package/dist-es/commands/StopUploadJobCommand.js +22 -0
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +1 -1
- package/dist-es/commands/UpdateDomainLayoutCommand.js +1 -1
- package/dist-es/commands/UpdateEventTriggerCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +20 -35
- package/dist-es/models/models_1.js +35 -0
- package/dist-es/pagination/ListUploadJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +184 -0
- package/dist-types/CustomerProfiles.d.ts +42 -0
- package/dist-types/CustomerProfilesClient.d.ts +8 -2
- package/dist-types/commands/CreateUploadJobCommand.d.ts +98 -0
- package/dist-types/commands/GetUploadJobCommand.d.ts +107 -0
- package/dist-types/commands/GetUploadJobPathCommand.d.ts +91 -0
- package/dist-types/commands/ListUploadJobsCommand.d.ts +100 -0
- package/dist-types/commands/StartUploadJobCommand.d.ts +87 -0
- package/dist-types/commands/StopUploadJobCommand.d.ts +86 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainLayoutCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +480 -660
- package/dist-types/models/models_1.d.ts +569 -1
- package/dist-types/pagination/ListUploadJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +102 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateUploadJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetUploadJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetUploadJobPathCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListUploadJobsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartUploadJobCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/StopUploadJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainLayoutCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +95 -137
- package/dist-types/ts3.4/models/models_1.d.ts +147 -1
- package/dist-types/ts3.4/pagination/ListUploadJobsPaginator.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 +72 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -325,6 +325,14 @@ CreateSegmentSnapshot
|
|
|
325
325
|
|
|
326
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateSegmentSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateSegmentSnapshotCommandOutput/)
|
|
327
327
|
|
|
328
|
+
</details>
|
|
329
|
+
<details>
|
|
330
|
+
<summary>
|
|
331
|
+
CreateUploadJob
|
|
332
|
+
</summary>
|
|
333
|
+
|
|
334
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/CreateUploadJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateUploadJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/CreateUploadJobCommandOutput/)
|
|
335
|
+
|
|
328
336
|
</details>
|
|
329
337
|
<details>
|
|
330
338
|
<summary>
|
|
@@ -565,6 +573,22 @@ GetSimilarProfiles
|
|
|
565
573
|
|
|
566
574
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetSimilarProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSimilarProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetSimilarProfilesCommandOutput/)
|
|
567
575
|
|
|
576
|
+
</details>
|
|
577
|
+
<details>
|
|
578
|
+
<summary>
|
|
579
|
+
GetUploadJob
|
|
580
|
+
</summary>
|
|
581
|
+
|
|
582
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetUploadJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetUploadJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetUploadJobCommandOutput/)
|
|
583
|
+
|
|
584
|
+
</details>
|
|
585
|
+
<details>
|
|
586
|
+
<summary>
|
|
587
|
+
GetUploadJobPath
|
|
588
|
+
</summary>
|
|
589
|
+
|
|
590
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/GetUploadJobPathCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetUploadJobPathCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/GetUploadJobPathCommandOutput/)
|
|
591
|
+
|
|
568
592
|
</details>
|
|
569
593
|
<details>
|
|
570
594
|
<summary>
|
|
@@ -717,6 +741,14 @@ ListTagsForResource
|
|
|
717
741
|
|
|
718
742
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListTagsForResourceCommandOutput/)
|
|
719
743
|
|
|
744
|
+
</details>
|
|
745
|
+
<details>
|
|
746
|
+
<summary>
|
|
747
|
+
ListUploadJobs
|
|
748
|
+
</summary>
|
|
749
|
+
|
|
750
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/ListUploadJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListUploadJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/ListUploadJobsCommandOutput/)
|
|
751
|
+
|
|
720
752
|
</details>
|
|
721
753
|
<details>
|
|
722
754
|
<summary>
|
|
@@ -765,6 +797,22 @@ SearchProfiles
|
|
|
765
797
|
|
|
766
798
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/SearchProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/SearchProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/SearchProfilesCommandOutput/)
|
|
767
799
|
|
|
800
|
+
</details>
|
|
801
|
+
<details>
|
|
802
|
+
<summary>
|
|
803
|
+
StartUploadJob
|
|
804
|
+
</summary>
|
|
805
|
+
|
|
806
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/StartUploadJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StartUploadJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StartUploadJobCommandOutput/)
|
|
807
|
+
|
|
808
|
+
</details>
|
|
809
|
+
<details>
|
|
810
|
+
<summary>
|
|
811
|
+
StopUploadJob
|
|
812
|
+
</summary>
|
|
813
|
+
|
|
814
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/customer-profiles/command/StopUploadJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StopUploadJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-customer-profiles/Interface/StopUploadJobCommandOutput/)
|
|
815
|
+
|
|
768
816
|
</details>
|
|
769
817
|
<details>
|
|
770
818
|
<summary>
|