@aws-sdk/client-customer-profiles 3.341.0 → 3.344.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 +56 -0
- package/dist-cjs/CustomerProfiles.js +14 -0
- package/dist-cjs/commands/CreateCalculatedAttributeDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DeleteCalculatedAttributeDefinitionCommand.js +46 -0
- package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +46 -0
- package/dist-cjs/commands/GetCalculatedAttributeForProfileCommand.js +46 -0
- package/dist-cjs/commands/ListCalculatedAttributeDefinitionsCommand.js +46 -0
- package/dist-cjs/commands/ListCalculatedAttributesForProfileCommand.js +46 -0
- package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +46 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +20 -1
- package/dist-cjs/protocols/Aws_restJson1.js +527 -2
- package/dist-es/CustomerProfiles.js +14 -0
- package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +42 -0
- package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +42 -0
- package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +42 -0
- package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +42 -0
- package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +42 -0
- package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +42 -0
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +42 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +19 -0
- package/dist-es/protocols/Aws_restJson1.js +511 -0
- package/dist-types/CustomerProfiles.d.ts +49 -0
- package/dist-types/CustomerProfilesClient.d.ts +9 -2
- package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +146 -0
- package/dist-types/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +89 -0
- package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +116 -0
- package/dist-types/commands/GetCalculatedAttributeForProfileCommand.d.ts +93 -0
- package/dist-types/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +102 -0
- package/dist-types/commands/ListCalculatedAttributesForProfileCommand.d.ts +99 -0
- package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +131 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +491 -8
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +149 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetCalculatedAttributeDefinitionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetCalculatedAttributeForProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCalculatedAttributesForProfileCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +145 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -216,6 +216,14 @@ AddProfileKey
|
|
|
216
216
|
|
|
217
217
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/addprofilekeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/addprofilekeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/addprofilekeycommandoutput.html)
|
|
218
218
|
|
|
219
|
+
</details>
|
|
220
|
+
<details>
|
|
221
|
+
<summary>
|
|
222
|
+
CreateCalculatedAttributeDefinition
|
|
223
|
+
</summary>
|
|
224
|
+
|
|
225
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/createcalculatedattributedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/createcalculatedattributedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/createcalculatedattributedefinitioncommandoutput.html)
|
|
226
|
+
|
|
219
227
|
</details>
|
|
220
228
|
<details>
|
|
221
229
|
<summary>
|
|
@@ -240,6 +248,14 @@ CreateProfile
|
|
|
240
248
|
|
|
241
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/createprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/createprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/createprofilecommandoutput.html)
|
|
242
250
|
|
|
251
|
+
</details>
|
|
252
|
+
<details>
|
|
253
|
+
<summary>
|
|
254
|
+
DeleteCalculatedAttributeDefinition
|
|
255
|
+
</summary>
|
|
256
|
+
|
|
257
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/deletecalculatedattributedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/deletecalculatedattributedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/deletecalculatedattributedefinitioncommandoutput.html)
|
|
258
|
+
|
|
243
259
|
</details>
|
|
244
260
|
<details>
|
|
245
261
|
<summary>
|
|
@@ -304,6 +320,22 @@ GetAutoMergingPreview
|
|
|
304
320
|
|
|
305
321
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/getautomergingpreviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/getautomergingpreviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/getautomergingpreviewcommandoutput.html)
|
|
306
322
|
|
|
323
|
+
</details>
|
|
324
|
+
<details>
|
|
325
|
+
<summary>
|
|
326
|
+
GetCalculatedAttributeDefinition
|
|
327
|
+
</summary>
|
|
328
|
+
|
|
329
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/getcalculatedattributedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/getcalculatedattributedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/getcalculatedattributedefinitioncommandoutput.html)
|
|
330
|
+
|
|
331
|
+
</details>
|
|
332
|
+
<details>
|
|
333
|
+
<summary>
|
|
334
|
+
GetCalculatedAttributeForProfile
|
|
335
|
+
</summary>
|
|
336
|
+
|
|
337
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/getcalculatedattributeforprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/getcalculatedattributeforprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/getcalculatedattributeforprofilecommandoutput.html)
|
|
338
|
+
|
|
307
339
|
</details>
|
|
308
340
|
<details>
|
|
309
341
|
<summary>
|
|
@@ -376,6 +408,22 @@ ListAccountIntegrations
|
|
|
376
408
|
|
|
377
409
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/listaccountintegrationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/listaccountintegrationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/listaccountintegrationscommandoutput.html)
|
|
378
410
|
|
|
411
|
+
</details>
|
|
412
|
+
<details>
|
|
413
|
+
<summary>
|
|
414
|
+
ListCalculatedAttributeDefinitions
|
|
415
|
+
</summary>
|
|
416
|
+
|
|
417
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/listcalculatedattributedefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/listcalculatedattributedefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/listcalculatedattributedefinitionscommandoutput.html)
|
|
418
|
+
|
|
419
|
+
</details>
|
|
420
|
+
<details>
|
|
421
|
+
<summary>
|
|
422
|
+
ListCalculatedAttributesForProfile
|
|
423
|
+
</summary>
|
|
424
|
+
|
|
425
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/listcalculatedattributesforprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/listcalculatedattributesforprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/listcalculatedattributesforprofilecommandoutput.html)
|
|
426
|
+
|
|
379
427
|
</details>
|
|
380
428
|
<details>
|
|
381
429
|
<summary>
|
|
@@ -496,6 +544,14 @@ UntagResource
|
|
|
496
544
|
|
|
497
545
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/untagresourcecommandoutput.html)
|
|
498
546
|
|
|
547
|
+
</details>
|
|
548
|
+
<details>
|
|
549
|
+
<summary>
|
|
550
|
+
UpdateCalculatedAttributeDefinition
|
|
551
|
+
</summary>
|
|
552
|
+
|
|
553
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/classes/updatecalculatedattributedefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/updatecalculatedattributedefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-customer-profiles/interfaces/updatecalculatedattributedefinitioncommandoutput.html)
|
|
554
|
+
|
|
499
555
|
</details>
|
|
500
556
|
<details>
|
|
501
557
|
<summary>
|
|
@@ -3,9 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CustomerProfiles = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const AddProfileKeyCommand_1 = require("./commands/AddProfileKeyCommand");
|
|
6
|
+
const CreateCalculatedAttributeDefinitionCommand_1 = require("./commands/CreateCalculatedAttributeDefinitionCommand");
|
|
6
7
|
const CreateDomainCommand_1 = require("./commands/CreateDomainCommand");
|
|
7
8
|
const CreateIntegrationWorkflowCommand_1 = require("./commands/CreateIntegrationWorkflowCommand");
|
|
8
9
|
const CreateProfileCommand_1 = require("./commands/CreateProfileCommand");
|
|
10
|
+
const DeleteCalculatedAttributeDefinitionCommand_1 = require("./commands/DeleteCalculatedAttributeDefinitionCommand");
|
|
9
11
|
const DeleteDomainCommand_1 = require("./commands/DeleteDomainCommand");
|
|
10
12
|
const DeleteIntegrationCommand_1 = require("./commands/DeleteIntegrationCommand");
|
|
11
13
|
const DeleteProfileCommand_1 = require("./commands/DeleteProfileCommand");
|
|
@@ -14,6 +16,8 @@ const DeleteProfileObjectCommand_1 = require("./commands/DeleteProfileObjectComm
|
|
|
14
16
|
const DeleteProfileObjectTypeCommand_1 = require("./commands/DeleteProfileObjectTypeCommand");
|
|
15
17
|
const DeleteWorkflowCommand_1 = require("./commands/DeleteWorkflowCommand");
|
|
16
18
|
const GetAutoMergingPreviewCommand_1 = require("./commands/GetAutoMergingPreviewCommand");
|
|
19
|
+
const GetCalculatedAttributeDefinitionCommand_1 = require("./commands/GetCalculatedAttributeDefinitionCommand");
|
|
20
|
+
const GetCalculatedAttributeForProfileCommand_1 = require("./commands/GetCalculatedAttributeForProfileCommand");
|
|
17
21
|
const GetDomainCommand_1 = require("./commands/GetDomainCommand");
|
|
18
22
|
const GetIdentityResolutionJobCommand_1 = require("./commands/GetIdentityResolutionJobCommand");
|
|
19
23
|
const GetIntegrationCommand_1 = require("./commands/GetIntegrationCommand");
|
|
@@ -23,6 +27,8 @@ const GetProfileObjectTypeTemplateCommand_1 = require("./commands/GetProfileObje
|
|
|
23
27
|
const GetWorkflowCommand_1 = require("./commands/GetWorkflowCommand");
|
|
24
28
|
const GetWorkflowStepsCommand_1 = require("./commands/GetWorkflowStepsCommand");
|
|
25
29
|
const ListAccountIntegrationsCommand_1 = require("./commands/ListAccountIntegrationsCommand");
|
|
30
|
+
const ListCalculatedAttributeDefinitionsCommand_1 = require("./commands/ListCalculatedAttributeDefinitionsCommand");
|
|
31
|
+
const ListCalculatedAttributesForProfileCommand_1 = require("./commands/ListCalculatedAttributesForProfileCommand");
|
|
26
32
|
const ListDomainsCommand_1 = require("./commands/ListDomainsCommand");
|
|
27
33
|
const ListIdentityResolutionJobsCommand_1 = require("./commands/ListIdentityResolutionJobsCommand");
|
|
28
34
|
const ListIntegrationsCommand_1 = require("./commands/ListIntegrationsCommand");
|
|
@@ -38,14 +44,17 @@ const PutProfileObjectTypeCommand_1 = require("./commands/PutProfileObjectTypeCo
|
|
|
38
44
|
const SearchProfilesCommand_1 = require("./commands/SearchProfilesCommand");
|
|
39
45
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
40
46
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
47
|
+
const UpdateCalculatedAttributeDefinitionCommand_1 = require("./commands/UpdateCalculatedAttributeDefinitionCommand");
|
|
41
48
|
const UpdateDomainCommand_1 = require("./commands/UpdateDomainCommand");
|
|
42
49
|
const UpdateProfileCommand_1 = require("./commands/UpdateProfileCommand");
|
|
43
50
|
const CustomerProfilesClient_1 = require("./CustomerProfilesClient");
|
|
44
51
|
const commands = {
|
|
45
52
|
AddProfileKeyCommand: AddProfileKeyCommand_1.AddProfileKeyCommand,
|
|
53
|
+
CreateCalculatedAttributeDefinitionCommand: CreateCalculatedAttributeDefinitionCommand_1.CreateCalculatedAttributeDefinitionCommand,
|
|
46
54
|
CreateDomainCommand: CreateDomainCommand_1.CreateDomainCommand,
|
|
47
55
|
CreateIntegrationWorkflowCommand: CreateIntegrationWorkflowCommand_1.CreateIntegrationWorkflowCommand,
|
|
48
56
|
CreateProfileCommand: CreateProfileCommand_1.CreateProfileCommand,
|
|
57
|
+
DeleteCalculatedAttributeDefinitionCommand: DeleteCalculatedAttributeDefinitionCommand_1.DeleteCalculatedAttributeDefinitionCommand,
|
|
49
58
|
DeleteDomainCommand: DeleteDomainCommand_1.DeleteDomainCommand,
|
|
50
59
|
DeleteIntegrationCommand: DeleteIntegrationCommand_1.DeleteIntegrationCommand,
|
|
51
60
|
DeleteProfileCommand: DeleteProfileCommand_1.DeleteProfileCommand,
|
|
@@ -54,6 +63,8 @@ const commands = {
|
|
|
54
63
|
DeleteProfileObjectTypeCommand: DeleteProfileObjectTypeCommand_1.DeleteProfileObjectTypeCommand,
|
|
55
64
|
DeleteWorkflowCommand: DeleteWorkflowCommand_1.DeleteWorkflowCommand,
|
|
56
65
|
GetAutoMergingPreviewCommand: GetAutoMergingPreviewCommand_1.GetAutoMergingPreviewCommand,
|
|
66
|
+
GetCalculatedAttributeDefinitionCommand: GetCalculatedAttributeDefinitionCommand_1.GetCalculatedAttributeDefinitionCommand,
|
|
67
|
+
GetCalculatedAttributeForProfileCommand: GetCalculatedAttributeForProfileCommand_1.GetCalculatedAttributeForProfileCommand,
|
|
57
68
|
GetDomainCommand: GetDomainCommand_1.GetDomainCommand,
|
|
58
69
|
GetIdentityResolutionJobCommand: GetIdentityResolutionJobCommand_1.GetIdentityResolutionJobCommand,
|
|
59
70
|
GetIntegrationCommand: GetIntegrationCommand_1.GetIntegrationCommand,
|
|
@@ -63,6 +74,8 @@ const commands = {
|
|
|
63
74
|
GetWorkflowCommand: GetWorkflowCommand_1.GetWorkflowCommand,
|
|
64
75
|
GetWorkflowStepsCommand: GetWorkflowStepsCommand_1.GetWorkflowStepsCommand,
|
|
65
76
|
ListAccountIntegrationsCommand: ListAccountIntegrationsCommand_1.ListAccountIntegrationsCommand,
|
|
77
|
+
ListCalculatedAttributeDefinitionsCommand: ListCalculatedAttributeDefinitionsCommand_1.ListCalculatedAttributeDefinitionsCommand,
|
|
78
|
+
ListCalculatedAttributesForProfileCommand: ListCalculatedAttributesForProfileCommand_1.ListCalculatedAttributesForProfileCommand,
|
|
66
79
|
ListDomainsCommand: ListDomainsCommand_1.ListDomainsCommand,
|
|
67
80
|
ListIdentityResolutionJobsCommand: ListIdentityResolutionJobsCommand_1.ListIdentityResolutionJobsCommand,
|
|
68
81
|
ListIntegrationsCommand: ListIntegrationsCommand_1.ListIntegrationsCommand,
|
|
@@ -78,6 +91,7 @@ const commands = {
|
|
|
78
91
|
SearchProfilesCommand: SearchProfilesCommand_1.SearchProfilesCommand,
|
|
79
92
|
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
80
93
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
94
|
+
UpdateCalculatedAttributeDefinitionCommand: UpdateCalculatedAttributeDefinitionCommand_1.UpdateCalculatedAttributeDefinitionCommand,
|
|
81
95
|
UpdateDomainCommand: UpdateDomainCommand_1.UpdateDomainCommand,
|
|
82
96
|
UpdateProfileCommand: UpdateProfileCommand_1.UpdateProfileCommand,
|
|
83
97
|
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateCalculatedAttributeDefinitionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class CreateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateCalculatedAttributeDefinitionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CustomerProfilesClient";
|
|
28
|
+
const commandName = "CreateCalculatedAttributeDefinitionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_CreateCalculatedAttributeDefinitionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_CreateCalculatedAttributeDefinitionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CreateCalculatedAttributeDefinitionCommand = CreateCalculatedAttributeDefinitionCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteCalculatedAttributeDefinitionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DeleteCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteCalculatedAttributeDefinitionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CustomerProfilesClient";
|
|
28
|
+
const commandName = "DeleteCalculatedAttributeDefinitionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_DeleteCalculatedAttributeDefinitionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_DeleteCalculatedAttributeDefinitionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DeleteCalculatedAttributeDefinitionCommand = DeleteCalculatedAttributeDefinitionCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetCalculatedAttributeDefinitionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class GetCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetCalculatedAttributeDefinitionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CustomerProfilesClient";
|
|
28
|
+
const commandName = "GetCalculatedAttributeDefinitionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_GetCalculatedAttributeDefinitionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_GetCalculatedAttributeDefinitionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.GetCalculatedAttributeDefinitionCommand = GetCalculatedAttributeDefinitionCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetCalculatedAttributeForProfileCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class GetCalculatedAttributeForProfileCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetCalculatedAttributeForProfileCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CustomerProfilesClient";
|
|
28
|
+
const commandName = "GetCalculatedAttributeForProfileCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_GetCalculatedAttributeForProfileCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_GetCalculatedAttributeForProfileCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.GetCalculatedAttributeForProfileCommand = GetCalculatedAttributeForProfileCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListCalculatedAttributeDefinitionsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class ListCalculatedAttributeDefinitionsCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListCalculatedAttributeDefinitionsCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CustomerProfilesClient";
|
|
28
|
+
const commandName = "ListCalculatedAttributeDefinitionsCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_ListCalculatedAttributeDefinitionsCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_ListCalculatedAttributeDefinitionsCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ListCalculatedAttributeDefinitionsCommand = ListCalculatedAttributeDefinitionsCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListCalculatedAttributesForProfileCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class ListCalculatedAttributesForProfileCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListCalculatedAttributesForProfileCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CustomerProfilesClient";
|
|
28
|
+
const commandName = "ListCalculatedAttributesForProfileCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_ListCalculatedAttributesForProfileCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_ListCalculatedAttributesForProfileCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ListCalculatedAttributesForProfileCommand = ListCalculatedAttributesForProfileCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateCalculatedAttributeDefinitionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UpdateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateCalculatedAttributeDefinitionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CustomerProfilesClient";
|
|
28
|
+
const commandName = "UpdateCalculatedAttributeDefinitionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.se_UpdateCalculatedAttributeDefinitionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.de_UpdateCalculatedAttributeDefinitionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UpdateCalculatedAttributeDefinitionCommand = UpdateCalculatedAttributeDefinitionCommand;
|
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./AddProfileKeyCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateCalculatedAttributeDefinitionCommand"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./CreateDomainCommand"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./CreateIntegrationWorkflowCommand"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./CreateProfileCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DeleteCalculatedAttributeDefinitionCommand"), exports);
|
|
8
10
|
tslib_1.__exportStar(require("./DeleteDomainCommand"), exports);
|
|
9
11
|
tslib_1.__exportStar(require("./DeleteIntegrationCommand"), exports);
|
|
10
12
|
tslib_1.__exportStar(require("./DeleteProfileCommand"), exports);
|
|
@@ -13,6 +15,8 @@ tslib_1.__exportStar(require("./DeleteProfileObjectCommand"), exports);
|
|
|
13
15
|
tslib_1.__exportStar(require("./DeleteProfileObjectTypeCommand"), exports);
|
|
14
16
|
tslib_1.__exportStar(require("./DeleteWorkflowCommand"), exports);
|
|
15
17
|
tslib_1.__exportStar(require("./GetAutoMergingPreviewCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./GetCalculatedAttributeDefinitionCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GetCalculatedAttributeForProfileCommand"), exports);
|
|
16
20
|
tslib_1.__exportStar(require("./GetDomainCommand"), exports);
|
|
17
21
|
tslib_1.__exportStar(require("./GetIdentityResolutionJobCommand"), exports);
|
|
18
22
|
tslib_1.__exportStar(require("./GetIntegrationCommand"), exports);
|
|
@@ -22,6 +26,8 @@ tslib_1.__exportStar(require("./GetProfileObjectTypeTemplateCommand"), exports);
|
|
|
22
26
|
tslib_1.__exportStar(require("./GetWorkflowCommand"), exports);
|
|
23
27
|
tslib_1.__exportStar(require("./GetWorkflowStepsCommand"), exports);
|
|
24
28
|
tslib_1.__exportStar(require("./ListAccountIntegrationsCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./ListCalculatedAttributeDefinitionsCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./ListCalculatedAttributesForProfileCommand"), exports);
|
|
25
31
|
tslib_1.__exportStar(require("./ListDomainsCommand"), exports);
|
|
26
32
|
tslib_1.__exportStar(require("./ListIdentityResolutionJobsCommand"), exports);
|
|
27
33
|
tslib_1.__exportStar(require("./ListIntegrationsCommand"), exports);
|
|
@@ -37,5 +43,6 @@ tslib_1.__exportStar(require("./PutProfileObjectTypeCommand"), exports);
|
|
|
37
43
|
tslib_1.__exportStar(require("./SearchProfilesCommand"), exports);
|
|
38
44
|
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
39
45
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./UpdateCalculatedAttributeDefinitionCommand"), exports);
|
|
40
47
|
tslib_1.__exportStar(require("./UpdateDomainCommand"), exports);
|
|
41
48
|
tslib_1.__exportStar(require("./UpdateProfileCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const q = "
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://profile-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://profile-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://profile.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://profile.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LogicalOperator = exports.StandardIdentifier = exports.FieldContentType = exports.IdentityResolutionJobStatus = exports.PartyType = exports.Gender = exports.WorkflowType = exports.JobScheduleDayOfTheWeek = exports.ConflictResolvingModel = exports.Status = exports.TriggerType = exports.DataPullMode = exports.TaskType = exports.OperatorPropertiesKeys = exports.ZendeskConnectorOperator = exports.ServiceNowConnectorOperator = exports.SalesforceConnectorOperator = exports.S3ConnectorOperator = exports.MarketoConnectorOperator = exports.SourceConnectorType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.BadRequestException = exports.AccessDeniedException = void 0;
|
|
3
|
+
exports.LogicalOperator = exports.StandardIdentifier = exports.FieldContentType = exports.IdentityResolutionJobStatus = exports.PartyType = exports.Gender = exports.WorkflowType = exports.JobScheduleDayOfTheWeek = exports.Statistic = exports.Operator = exports.Unit = exports.ConflictResolvingModel = exports.Status = exports.TriggerType = exports.DataPullMode = exports.TaskType = exports.OperatorPropertiesKeys = exports.ZendeskConnectorOperator = exports.ServiceNowConnectorOperator = exports.SalesforceConnectorOperator = exports.S3ConnectorOperator = exports.MarketoConnectorOperator = exports.SourceConnectorType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.BadRequestException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const CustomerProfilesServiceException_1 = require("./CustomerProfilesServiceException");
|
|
5
5
|
class AccessDeniedException extends CustomerProfilesServiceException_1.CustomerProfilesServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -228,6 +228,25 @@ exports.ConflictResolvingModel = {
|
|
|
228
228
|
RECENCY: "RECENCY",
|
|
229
229
|
SOURCE: "SOURCE",
|
|
230
230
|
};
|
|
231
|
+
exports.Unit = {
|
|
232
|
+
DAYS: "DAYS",
|
|
233
|
+
};
|
|
234
|
+
exports.Operator = {
|
|
235
|
+
EQUAL_TO: "EQUAL_TO",
|
|
236
|
+
GREATER_THAN: "GREATER_THAN",
|
|
237
|
+
LESS_THAN: "LESS_THAN",
|
|
238
|
+
NOT_EQUAL_TO: "NOT_EQUAL_TO",
|
|
239
|
+
};
|
|
240
|
+
exports.Statistic = {
|
|
241
|
+
AVERAGE: "AVERAGE",
|
|
242
|
+
COUNT: "COUNT",
|
|
243
|
+
FIRST_OCCURRENCE: "FIRST_OCCURRENCE",
|
|
244
|
+
LAST_OCCURRENCE: "LAST_OCCURRENCE",
|
|
245
|
+
MAXIMUM: "MAXIMUM",
|
|
246
|
+
MAX_OCCURRENCE: "MAX_OCCURRENCE",
|
|
247
|
+
MINIMUM: "MINIMUM",
|
|
248
|
+
SUM: "SUM",
|
|
249
|
+
};
|
|
231
250
|
exports.JobScheduleDayOfTheWeek = {
|
|
232
251
|
FRIDAY: "FRIDAY",
|
|
233
252
|
MONDAY: "MONDAY",
|