@aws-sdk/client-customer-profiles 3.294.0 → 3.295.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/dist-cjs/commands/AddProfileKeyCommand.js +4 -4
- package/dist-cjs/commands/CreateDomainCommand.js +4 -4
- package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +4 -4
- package/dist-cjs/commands/CreateProfileCommand.js +4 -4
- package/dist-cjs/commands/DeleteDomainCommand.js +4 -4
- package/dist-cjs/commands/DeleteIntegrationCommand.js +4 -4
- package/dist-cjs/commands/DeleteProfileCommand.js +4 -4
- package/dist-cjs/commands/DeleteProfileKeyCommand.js +4 -4
- package/dist-cjs/commands/DeleteProfileObjectCommand.js +4 -4
- package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +4 -4
- package/dist-cjs/commands/DeleteWorkflowCommand.js +4 -4
- package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +4 -4
- package/dist-cjs/commands/GetDomainCommand.js +4 -4
- package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +4 -4
- package/dist-cjs/commands/GetIntegrationCommand.js +4 -4
- package/dist-cjs/commands/GetMatchesCommand.js +4 -4
- package/dist-cjs/commands/GetProfileObjectTypeCommand.js +4 -4
- package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +4 -4
- package/dist-cjs/commands/GetWorkflowCommand.js +4 -4
- package/dist-cjs/commands/GetWorkflowStepsCommand.js +4 -4
- package/dist-cjs/commands/ListAccountIntegrationsCommand.js +4 -4
- package/dist-cjs/commands/ListDomainsCommand.js +4 -4
- package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +4 -4
- package/dist-cjs/commands/ListIntegrationsCommand.js +4 -4
- package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +4 -4
- package/dist-cjs/commands/ListProfileObjectTypesCommand.js +4 -4
- package/dist-cjs/commands/ListProfileObjectsCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-cjs/commands/ListWorkflowsCommand.js +4 -4
- package/dist-cjs/commands/MergeProfilesCommand.js +4 -4
- package/dist-cjs/commands/PutIntegrationCommand.js +4 -4
- package/dist-cjs/commands/PutProfileObjectCommand.js +4 -4
- package/dist-cjs/commands/PutProfileObjectTypeCommand.js +4 -4
- package/dist-cjs/commands/SearchProfilesCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +4 -4
- package/dist-cjs/commands/UntagResourceCommand.js +4 -4
- package/dist-cjs/commands/UpdateDomainCommand.js +4 -4
- package/dist-cjs/commands/UpdateProfileCommand.js +4 -4
- package/dist-es/commands/AddProfileKeyCommand.js +4 -4
- package/dist-es/commands/CreateDomainCommand.js +4 -4
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +4 -4
- package/dist-es/commands/CreateProfileCommand.js +4 -4
- package/dist-es/commands/DeleteDomainCommand.js +4 -4
- package/dist-es/commands/DeleteIntegrationCommand.js +4 -4
- package/dist-es/commands/DeleteProfileCommand.js +4 -4
- package/dist-es/commands/DeleteProfileKeyCommand.js +4 -4
- package/dist-es/commands/DeleteProfileObjectCommand.js +4 -4
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +4 -4
- package/dist-es/commands/DeleteWorkflowCommand.js +4 -4
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +4 -4
- package/dist-es/commands/GetDomainCommand.js +4 -4
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +4 -4
- package/dist-es/commands/GetIntegrationCommand.js +4 -4
- package/dist-es/commands/GetMatchesCommand.js +4 -4
- package/dist-es/commands/GetProfileObjectTypeCommand.js +4 -4
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +4 -4
- package/dist-es/commands/GetWorkflowCommand.js +4 -4
- package/dist-es/commands/GetWorkflowStepsCommand.js +4 -4
- package/dist-es/commands/ListAccountIntegrationsCommand.js +4 -4
- package/dist-es/commands/ListDomainsCommand.js +4 -4
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +4 -4
- package/dist-es/commands/ListIntegrationsCommand.js +4 -4
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +4 -4
- package/dist-es/commands/ListProfileObjectTypesCommand.js +4 -4
- package/dist-es/commands/ListProfileObjectsCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-es/commands/ListWorkflowsCommand.js +4 -4
- package/dist-es/commands/MergeProfilesCommand.js +4 -4
- package/dist-es/commands/PutIntegrationCommand.js +4 -4
- package/dist-es/commands/PutProfileObjectCommand.js +4 -4
- package/dist-es/commands/PutProfileObjectTypeCommand.js +4 -4
- package/dist-es/commands/SearchProfilesCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +4 -4
- package/dist-es/commands/UntagResourceCommand.js +4 -4
- package/dist-es/commands/UpdateDomainCommand.js +4 -4
- package/dist-es/commands/UpdateProfileCommand.js +4 -4
- package/dist-types/CustomerProfilesClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/package.json +36 -36
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.
|
|
4
|
+
"version": "3.295.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,49 +20,49 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.295.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.295.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.295.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.295.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.295.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.295.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.295.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.295.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.295.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.295.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.295.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.295.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.295.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.295.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.295.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.295.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.295.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.295.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.295.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.295.0",
|
|
43
|
+
"@aws-sdk/types": "3.295.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.295.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.295.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.295.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.295.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.295.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
|
+
"tslib": "^2.5.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
64
|
"typedoc": "0.23.23",
|
|
65
|
-
"typescript": "~4.
|
|
65
|
+
"typescript": "~4.9.5"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=14.0.0"
|