@aws-sdk/client-customer-profiles 3.40.0 → 3.45.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 (64) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/CustomerProfiles.js +45 -0
  3. package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +36 -0
  4. package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +36 -0
  5. package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +36 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoints.js +9 -0
  8. package/dist-cjs/models/models_0.js +125 -3
  9. package/dist-cjs/protocols/Aws_restJson1.js +658 -2
  10. package/dist-es/CustomerProfiles.js +45 -0
  11. package/dist-es/commands/GetAutoMergingPreviewCommand.js +39 -0
  12. package/dist-es/commands/GetIdentityResolutionJobCommand.js +39 -0
  13. package/dist-es/commands/ListIdentityResolutionJobsCommand.js +39 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoints.js +9 -0
  16. package/dist-es/models/models_0.js +90 -0
  17. package/dist-es/protocols/Aws_restJson1.js +689 -6
  18. package/dist-types/CustomerProfiles.d.ts +50 -6
  19. package/dist-types/CustomerProfilesClient.d.ts +5 -2
  20. package/dist-types/commands/AddProfileKeyCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateDomainCommand.d.ts +3 -1
  22. package/dist-types/commands/CreateProfileCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteProfileKeyCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteProfileObjectCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +1 -1
  29. package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +48 -0
  30. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  31. package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +37 -0
  32. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  33. package/dist-types/commands/GetMatchesCommand.d.ts +9 -5
  34. package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +1 -1
  35. package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +1 -1
  36. package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +36 -0
  39. package/dist-types/commands/ListIntegrationsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListProfileObjectsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  44. package/dist-types/commands/MergeProfilesCommand.d.ts +2 -3
  45. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  46. package/dist-types/commands/PutProfileObjectCommand.d.ts +1 -1
  47. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  48. package/dist-types/commands/SearchProfilesCommand.d.ts +1 -1
  49. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateDomainCommand.d.ts +3 -1
  52. package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
  53. package/dist-types/commands/index.d.ts +3 -0
  54. package/dist-types/models/models_0.d.ts +616 -35
  55. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  56. package/dist-types/ts3.4/CustomerProfiles.d.ts +15 -0
  57. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +5 -2
  58. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +271 -4
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
  64. package/package.json +6 -6
@@ -9,13 +9,16 @@ import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "../comman
9
9
  import { DeleteProfileKeyCommandInput, DeleteProfileKeyCommandOutput } from "../commands/DeleteProfileKeyCommand";
10
10
  import { DeleteProfileObjectCommandInput, DeleteProfileObjectCommandOutput } from "../commands/DeleteProfileObjectCommand";
11
11
  import { DeleteProfileObjectTypeCommandInput, DeleteProfileObjectTypeCommandOutput } from "../commands/DeleteProfileObjectTypeCommand";
12
+ import { GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput } from "../commands/GetAutoMergingPreviewCommand";
12
13
  import { GetDomainCommandInput, GetDomainCommandOutput } from "../commands/GetDomainCommand";
14
+ import { GetIdentityResolutionJobCommandInput, GetIdentityResolutionJobCommandOutput } from "../commands/GetIdentityResolutionJobCommand";
13
15
  import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
14
16
  import { GetMatchesCommandInput, GetMatchesCommandOutput } from "../commands/GetMatchesCommand";
15
17
  import { GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput } from "../commands/GetProfileObjectTypeCommand";
16
18
  import { GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput } from "../commands/GetProfileObjectTypeTemplateCommand";
17
19
  import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "../commands/ListAccountIntegrationsCommand";
18
20
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
21
+ import { ListIdentityResolutionJobsCommandInput, ListIdentityResolutionJobsCommandOutput } from "../commands/ListIdentityResolutionJobsCommand";
19
22
  import { ListIntegrationsCommandInput, ListIntegrationsCommandOutput } from "../commands/ListIntegrationsCommand";
20
23
  import { ListProfileObjectsCommandInput, ListProfileObjectsCommandOutput } from "../commands/ListProfileObjectsCommand";
21
24
  import { ListProfileObjectTypesCommandInput, ListProfileObjectTypesCommandOutput } from "../commands/ListProfileObjectTypesCommand";
@@ -39,13 +42,16 @@ export declare const serializeAws_restJson1DeleteProfileCommand: (input: DeleteP
39
42
  export declare const serializeAws_restJson1DeleteProfileKeyCommand: (input: DeleteProfileKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
43
  export declare const serializeAws_restJson1DeleteProfileObjectCommand: (input: DeleteProfileObjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
44
  export declare const serializeAws_restJson1DeleteProfileObjectTypeCommand: (input: DeleteProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ export declare const serializeAws_restJson1GetAutoMergingPreviewCommand: (input: GetAutoMergingPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
46
  export declare const serializeAws_restJson1GetDomainCommand: (input: GetDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ export declare const serializeAws_restJson1GetIdentityResolutionJobCommand: (input: GetIdentityResolutionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
48
  export declare const serializeAws_restJson1GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
49
  export declare const serializeAws_restJson1GetMatchesCommand: (input: GetMatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
50
  export declare const serializeAws_restJson1GetProfileObjectTypeCommand: (input: GetProfileObjectTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
51
  export declare const serializeAws_restJson1GetProfileObjectTypeTemplateCommand: (input: GetProfileObjectTypeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
52
  export declare const serializeAws_restJson1ListAccountIntegrationsCommand: (input: ListAccountIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
53
  export declare const serializeAws_restJson1ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ export declare const serializeAws_restJson1ListIdentityResolutionJobsCommand: (input: ListIdentityResolutionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
55
  export declare const serializeAws_restJson1ListIntegrationsCommand: (input: ListIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
56
  export declare const serializeAws_restJson1ListProfileObjectsCommand: (input: ListProfileObjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
57
  export declare const serializeAws_restJson1ListProfileObjectTypesCommand: (input: ListProfileObjectTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -69,13 +75,16 @@ export declare const deserializeAws_restJson1DeleteProfileCommand: (output: __Ht
69
75
  export declare const deserializeAws_restJson1DeleteProfileKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileKeyCommandOutput>;
70
76
  export declare const deserializeAws_restJson1DeleteProfileObjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectCommandOutput>;
71
77
  export declare const deserializeAws_restJson1DeleteProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfileObjectTypeCommandOutput>;
78
+ export declare const deserializeAws_restJson1GetAutoMergingPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutoMergingPreviewCommandOutput>;
72
79
  export declare const deserializeAws_restJson1GetDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainCommandOutput>;
80
+ export declare const deserializeAws_restJson1GetIdentityResolutionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityResolutionJobCommandOutput>;
73
81
  export declare const deserializeAws_restJson1GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
74
82
  export declare const deserializeAws_restJson1GetMatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMatchesCommandOutput>;
75
83
  export declare const deserializeAws_restJson1GetProfileObjectTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeCommandOutput>;
76
84
  export declare const deserializeAws_restJson1GetProfileObjectTypeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileObjectTypeTemplateCommandOutput>;
77
85
  export declare const deserializeAws_restJson1ListAccountIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountIntegrationsCommandOutput>;
78
86
  export declare const deserializeAws_restJson1ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
87
+ export declare const deserializeAws_restJson1ListIdentityResolutionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityResolutionJobsCommandOutput>;
79
88
  export declare const deserializeAws_restJson1ListIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntegrationsCommandOutput>;
80
89
  export declare const deserializeAws_restJson1ListProfileObjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectsCommandOutput>;
81
90
  export declare const deserializeAws_restJson1ListProfileObjectTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileObjectTypesCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-customer-profiles",
3
3
  "description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",