@aws-sdk/client-customer-profiles 3.36.0 → 3.36.1
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/CHANGELOG.md +11 -0
- package/dist-cjs/CustomerProfiles.js +0 -12
- package/dist-cjs/CustomerProfilesClient.js +0 -17
- package/dist-cjs/commands/AddProfileKeyCommand.js +0 -27
- package/dist-cjs/commands/CreateDomainCommand.js +0 -31
- package/dist-cjs/commands/CreateProfileCommand.js +0 -26
- package/dist-cjs/commands/DeleteDomainCommand.js +0 -25
- package/dist-cjs/commands/DeleteIntegrationCommand.js +0 -24
- package/dist-cjs/commands/DeleteProfileCommand.js +0 -24
- package/dist-cjs/commands/DeleteProfileKeyCommand.js +0 -24
- package/dist-cjs/commands/DeleteProfileObjectCommand.js +0 -24
- package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +0 -27
- package/dist-cjs/commands/GetDomainCommand.js +0 -24
- package/dist-cjs/commands/GetIntegrationCommand.js +0 -24
- package/dist-cjs/commands/GetMatchesCommand.js +0 -68
- package/dist-cjs/commands/GetProfileObjectTypeCommand.js +0 -24
- package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +0 -28
- package/dist-cjs/commands/ListAccountIntegrationsCommand.js +0 -24
- package/dist-cjs/commands/ListDomainsCommand.js +0 -24
- package/dist-cjs/commands/ListIntegrationsCommand.js +0 -24
- package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +0 -24
- package/dist-cjs/commands/ListProfileObjectTypesCommand.js +0 -24
- package/dist-cjs/commands/ListProfileObjectsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/MergeProfilesCommand.js +0 -68
- package/dist-cjs/commands/PutIntegrationCommand.js +0 -26
- package/dist-cjs/commands/PutProfileObjectCommand.js +0 -33
- package/dist-cjs/commands/PutProfileObjectTypeCommand.js +0 -24
- package/dist-cjs/commands/SearchProfilesCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -35
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateDomainCommand.js +0 -29
- package/dist-cjs/commands/UpdateProfileCommand.js +0 -28
- package/dist-cjs/models/models_0.js +0 -285
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-types/ts3.4/CustomerProfiles.d.ts +31 -244
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +24 -98
- package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +2 -64
- package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +2 -64
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +2 -24
- package/dist-types/ts3.4/models/models_0.d.ts +505 -1628
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +3 -3
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CustomerProfilesClientConfig } from "./CustomerProfilesClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CustomerProfilesClientConfig } from "./CustomerProfilesClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
2
|
import { CustomerProfilesClientConfig } from "./CustomerProfilesClient";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: CustomerProfilesClientConfig) => {
|
|
7
5
|
apiVersion: string;
|
|
8
6
|
disableHostPrefix: boolean;
|
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.36.
|
|
4
|
+
"version": "3.36.1",
|
|
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": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.36.
|
|
24
|
+
"@aws-sdk/client-sts": "3.36.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.36.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.36.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.36.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.36.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.36.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.36.0",
|