@aws-sdk/client-customer-profiles 3.1030.0 → 3.1031.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 +28 -0
- package/dist-cjs/index.js +76 -4
- package/dist-cjs/schemas/schemas_0.js +122 -24
- package/dist-es/CustomerProfiles.js +10 -0
- package/dist-es/commands/CreateRecommenderSchemaCommand.js +16 -0
- package/dist-es/commands/DeleteRecommenderSchemaCommand.js +16 -0
- package/dist-es/commands/GetRecommenderSchemaCommand.js +16 -0
- package/dist-es/commands/ListRecommenderSchemasCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +15 -4
- package/dist-es/pagination/ListRecommenderSchemasPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +113 -16
- package/dist-types/CustomerProfiles.d.ts +35 -0
- package/dist-types/CustomerProfilesClient.d.ts +6 -2
- package/dist-types/commands/CreateRecommenderCommand.d.ts +6 -0
- package/dist-types/commands/CreateRecommenderFilterCommand.d.ts +1 -0
- package/dist-types/commands/CreateRecommenderSchemaCommand.d.ts +117 -0
- package/dist-types/commands/DeleteRecommenderSchemaCommand.d.ts +88 -0
- package/dist-types/commands/GetRecommenderCommand.d.ts +11 -0
- package/dist-types/commands/GetRecommenderFilterCommand.d.ts +1 -0
- package/dist-types/commands/GetRecommenderSchemaCommand.d.ts +101 -0
- package/dist-types/commands/ListRecommenderFiltersCommand.d.ts +1 -0
- package/dist-types/commands/ListRecommenderSchemasCommand.d.ts +107 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListUploadJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/MergeProfilesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +5 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +31 -12
- package/dist-types/models/models_0.d.ts +238 -338
- package/dist-types/models/models_1.d.ts +338 -1
- package/dist-types/pagination/ListRecommenderSchemasPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +14 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +75 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateRecommenderSchemaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderSchemaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRecommenderSchemaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRecommenderSchemasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListUploadJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +18 -5
- package/dist-types/ts3.4/models/models_0.d.ts +57 -76
- package/dist-types/ts3.4/models/models_1.d.ts +80 -0
- package/dist-types/ts3.4/pagination/ListRecommenderSchemasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -0
- package/package.json +33 -33
|
@@ -61,6 +61,8 @@ export declare var CreateRecommenderFilterRequest$: StaticStructureSchema;
|
|
|
61
61
|
export declare var CreateRecommenderFilterResponse$: StaticStructureSchema;
|
|
62
62
|
export declare var CreateRecommenderRequest$: StaticStructureSchema;
|
|
63
63
|
export declare var CreateRecommenderResponse$: StaticStructureSchema;
|
|
64
|
+
export declare var CreateRecommenderSchemaRequest$: StaticStructureSchema;
|
|
65
|
+
export declare var CreateRecommenderSchemaResponse$: StaticStructureSchema;
|
|
64
66
|
export declare var CreateSegmentDefinitionRequest$: StaticStructureSchema;
|
|
65
67
|
export declare var CreateSegmentDefinitionResponse$: StaticStructureSchema;
|
|
66
68
|
export declare var CreateSegmentEstimateRequest$: StaticStructureSchema;
|
|
@@ -98,6 +100,8 @@ export declare var DeleteRecommenderFilterRequest$: StaticStructureSchema;
|
|
|
98
100
|
export declare var DeleteRecommenderFilterResponse$: StaticStructureSchema;
|
|
99
101
|
export declare var DeleteRecommenderRequest$: StaticStructureSchema;
|
|
100
102
|
export declare var DeleteRecommenderResponse$: StaticStructureSchema;
|
|
103
|
+
export declare var DeleteRecommenderSchemaRequest$: StaticStructureSchema;
|
|
104
|
+
export declare var DeleteRecommenderSchemaResponse$: StaticStructureSchema;
|
|
101
105
|
export declare var DeleteSegmentDefinitionRequest$: StaticStructureSchema;
|
|
102
106
|
export declare var DeleteSegmentDefinitionResponse$: StaticStructureSchema;
|
|
103
107
|
export declare var DeleteWorkflowRequest$: StaticStructureSchema;
|
|
@@ -166,6 +170,8 @@ export declare var GetRecommenderFilterRequest$: StaticStructureSchema;
|
|
|
166
170
|
export declare var GetRecommenderFilterResponse$: StaticStructureSchema;
|
|
167
171
|
export declare var GetRecommenderRequest$: StaticStructureSchema;
|
|
168
172
|
export declare var GetRecommenderResponse$: StaticStructureSchema;
|
|
173
|
+
export declare var GetRecommenderSchemaRequest$: StaticStructureSchema;
|
|
174
|
+
export declare var GetRecommenderSchemaResponse$: StaticStructureSchema;
|
|
169
175
|
export declare var GetSegmentDefinitionRequest$: StaticStructureSchema;
|
|
170
176
|
export declare var GetSegmentDefinitionResponse$: StaticStructureSchema;
|
|
171
177
|
export declare var GetSegmentEstimateRequest$: StaticStructureSchema;
|
|
@@ -237,6 +243,8 @@ export declare var ListRecommenderFiltersRequest$: StaticStructureSchema;
|
|
|
237
243
|
export declare var ListRecommenderFiltersResponse$: StaticStructureSchema;
|
|
238
244
|
export declare var ListRecommenderRecipesRequest$: StaticStructureSchema;
|
|
239
245
|
export declare var ListRecommenderRecipesResponse$: StaticStructureSchema;
|
|
246
|
+
export declare var ListRecommenderSchemasRequest$: StaticStructureSchema;
|
|
247
|
+
export declare var ListRecommenderSchemasResponse$: StaticStructureSchema;
|
|
240
248
|
export declare var ListRecommendersRequest$: StaticStructureSchema;
|
|
241
249
|
export declare var ListRecommendersResponse$: StaticStructureSchema;
|
|
242
250
|
export declare var ListRuleBasedMatchesRequest$: StaticStructureSchema;
|
|
@@ -289,6 +297,8 @@ export declare var RecommenderFilter$: StaticStructureSchema;
|
|
|
289
297
|
export declare var RecommenderFilterSummary$: StaticStructureSchema;
|
|
290
298
|
export declare var RecommenderPromotionalFilter$: StaticStructureSchema;
|
|
291
299
|
export declare var RecommenderRecipe$: StaticStructureSchema;
|
|
300
|
+
export declare var RecommenderSchemaField$: StaticStructureSchema;
|
|
301
|
+
export declare var RecommenderSchemaSummary$: StaticStructureSchema;
|
|
292
302
|
export declare var RecommenderSummary$: StaticStructureSchema;
|
|
293
303
|
export declare var RecommenderUpdate$: StaticStructureSchema;
|
|
294
304
|
export declare var ResultsSummary$: StaticStructureSchema;
|
|
@@ -359,6 +369,7 @@ export declare var CreateIntegrationWorkflow$: StaticOperationSchema;
|
|
|
359
369
|
export declare var CreateProfile$: StaticOperationSchema;
|
|
360
370
|
export declare var CreateRecommender$: StaticOperationSchema;
|
|
361
371
|
export declare var CreateRecommenderFilter$: StaticOperationSchema;
|
|
372
|
+
export declare var CreateRecommenderSchema$: StaticOperationSchema;
|
|
362
373
|
export declare var CreateSegmentDefinition$: StaticOperationSchema;
|
|
363
374
|
export declare var CreateSegmentEstimate$: StaticOperationSchema;
|
|
364
375
|
export declare var CreateSegmentSnapshot$: StaticOperationSchema;
|
|
@@ -376,6 +387,7 @@ export declare var DeleteProfileObject$: StaticOperationSchema;
|
|
|
376
387
|
export declare var DeleteProfileObjectType$: StaticOperationSchema;
|
|
377
388
|
export declare var DeleteRecommender$: StaticOperationSchema;
|
|
378
389
|
export declare var DeleteRecommenderFilter$: StaticOperationSchema;
|
|
390
|
+
export declare var DeleteRecommenderSchema$: StaticOperationSchema;
|
|
379
391
|
export declare var DeleteSegmentDefinition$: StaticOperationSchema;
|
|
380
392
|
export declare var DeleteWorkflow$: StaticOperationSchema;
|
|
381
393
|
export declare var DetectProfileObjectType$: StaticOperationSchema;
|
|
@@ -397,6 +409,7 @@ export declare var GetProfileObjectTypeTemplate$: StaticOperationSchema;
|
|
|
397
409
|
export declare var GetProfileRecommendations$: StaticOperationSchema;
|
|
398
410
|
export declare var GetRecommender$: StaticOperationSchema;
|
|
399
411
|
export declare var GetRecommenderFilter$: StaticOperationSchema;
|
|
412
|
+
export declare var GetRecommenderSchema$: StaticOperationSchema;
|
|
400
413
|
export declare var GetSegmentDefinition$: StaticOperationSchema;
|
|
401
414
|
export declare var GetSegmentEstimate$: StaticOperationSchema;
|
|
402
415
|
export declare var GetSegmentMembership$: StaticOperationSchema;
|
|
@@ -426,6 +439,7 @@ export declare var ListProfileObjectTypeTemplates$: StaticOperationSchema;
|
|
|
426
439
|
export declare var ListRecommenderFilters$: StaticOperationSchema;
|
|
427
440
|
export declare var ListRecommenderRecipes$: StaticOperationSchema;
|
|
428
441
|
export declare var ListRecommenders$: StaticOperationSchema;
|
|
442
|
+
export declare var ListRecommenderSchemas$: StaticOperationSchema;
|
|
429
443
|
export declare var ListRuleBasedMatches$: StaticOperationSchema;
|
|
430
444
|
export declare var ListSegmentDefinitions$: StaticOperationSchema;
|
|
431
445
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
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.1031.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-customer-profiles",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
49
|
-
"@smithy/types": "^4.14.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.974.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.31",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.30",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
31
|
+
"@aws-sdk/types": "^3.973.8",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.16",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
36
|
+
"@smithy/core": "^3.23.15",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
38
|
+
"@smithy/hash-node": "^4.2.14",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
49
|
+
"@smithy/types": "^4.14.1",
|
|
50
|
+
"@smithy/url-parser": "^4.2.14",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.3.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
56
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
+
"@smithy/util-retry": "^4.3.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|