@aws-sdk/client-customer-profiles 3.395.0 → 3.404.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/CreateCalculatedAttributeDefinitionCommand.js +3 -2
- package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +2 -1
- package/dist-cjs/commands/CreateProfileCommand.js +2 -1
- package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +2 -1
- package/dist-cjs/commands/GetProfileObjectTypeCommand.js +2 -1
- package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +2 -1
- package/dist-cjs/commands/ListProfileObjectTypesCommand.js +2 -1
- package/dist-cjs/commands/ListProfileObjectsCommand.js +2 -1
- package/dist-cjs/commands/PutIntegrationCommand.js +2 -1
- package/dist-cjs/commands/PutProfileObjectCommand.js +2 -1
- package/dist-cjs/commands/PutProfileObjectTypeCommand.js +3 -2
- package/dist-cjs/commands/SearchProfilesCommand.js +2 -1
- package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +3 -2
- package/dist-cjs/commands/UpdateProfileCommand.js +2 -1
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +209 -1
- package/dist-cjs/runtimeExtensions.js +5 -5
- package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +3 -2
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +2 -1
- package/dist-es/commands/CreateProfileCommand.js +2 -1
- package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +2 -1
- package/dist-es/commands/GetProfileObjectTypeCommand.js +2 -1
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +2 -1
- package/dist-es/commands/ListProfileObjectTypesCommand.js +2 -1
- package/dist-es/commands/ListProfileObjectsCommand.js +2 -1
- package/dist-es/commands/PutIntegrationCommand.js +2 -1
- package/dist-es/commands/PutProfileObjectCommand.js +2 -1
- package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -2
- package/dist-es/commands/SearchProfilesCommand.js +2 -1
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +3 -2
- package/dist-es/commands/UpdateProfileCommand.js +2 -1
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +181 -0
- package/dist-es/runtimeExtensions.js +5 -5
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +104 -0
- package/dist-types/runtimeExtensions.d.ts +2 -2
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +72 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +29 -29
- package/dist-types/clientConfiguration.d.ts +0 -6
- package/dist-types/ts3.4/clientConfiguration.d.ts +0 -3
- /package/dist-cjs/{clientConfiguration.js → extensionConfiguration.js} +0 -0
- /package/dist-es/{clientConfiguration.js → extensionConfiguration.js} +0 -0
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class CreateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +31,8 @@ class CreateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class CreateIntegrationWorkflowCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,7 +31,7 @@ class CreateIntegrationWorkflowCommand extends smithy_client_1.Command {
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.CreateIntegrationWorkflowRequestFilterSensitiveLog,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class CreateProfileCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,7 +31,7 @@ class CreateProfileCommand extends smithy_client_1.Command {
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.CreateProfileRequestFilterSensitiveLog,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class GetCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.GetCalculatedAttributeDefinitionResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetProfileObjectTypeCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class GetProfileObjectTypeCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.GetProfileObjectTypeResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetProfileObjectTypeTemplateCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class GetProfileObjectTypeTemplateCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.GetProfileObjectTypeTemplateResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class ListProfileObjectTypesCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class ListProfileObjectTypesCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.ListProfileObjectTypesResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class ListProfileObjectsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class ListProfileObjectsCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.ListProfileObjectsResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class PutIntegrationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,7 +31,7 @@ class PutIntegrationCommand extends smithy_client_1.Command {
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.PutIntegrationRequestFilterSensitiveLog,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class PutProfileObjectCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,7 +31,7 @@ class PutProfileObjectCommand extends smithy_client_1.Command {
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.PutProfileObjectRequestFilterSensitiveLog,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class PutProfileObjectTypeCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +31,8 @@ class PutProfileObjectTypeCommand extends smithy_client_1.Command {
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.PutProfileObjectTypeRequestFilterSensitiveLog,
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.PutProfileObjectTypeResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class SearchProfilesCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class SearchProfilesCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.SearchProfilesResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +31,8 @@ class UpdateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateProfileCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,7 +31,7 @@ class UpdateProfileCommand extends smithy_client_1.Command {
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.UpdateProfileRequestFilterSensitiveLog,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
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 }, {
|
|
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 }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { 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: [{ 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: [{ 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: [{ 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 }] }, { 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,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LogicalOperator = exports.MatchType = exports.StandardIdentifier = exports.FieldContentType = exports.IdentityResolutionJobStatus = exports.EventStreamState = exports.EventStreamDestinationStatus = exports.PartyType = exports.Gender = exports.WorkflowType = exports.RuleBasedMatchingStatus = exports.JobScheduleDayOfTheWeek = exports.Statistic = exports.Operator = exports.Unit = exports.ConflictResolvingModel = exports.AttributeMatchingModel = 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.PutIntegrationRequestFilterSensitiveLog = exports.ListProfileObjectTypesResponseFilterSensitiveLog = exports.ListProfileObjectsResponseFilterSensitiveLog = exports.ListProfileObjectsItemFilterSensitiveLog = exports.GetProfileObjectTypeTemplateResponseFilterSensitiveLog = exports.GetProfileObjectTypeResponseFilterSensitiveLog = exports.GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.CreateProfileRequestFilterSensitiveLog = exports.CreateIntegrationWorkflowRequestFilterSensitiveLog = exports.IntegrationConfigFilterSensitiveLog = exports.CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = exports.ConditionsFilterSensitiveLog = exports.AttributeDetailsFilterSensitiveLog = exports.AppflowIntegrationFilterSensitiveLog = exports.FlowDefinitionFilterSensitiveLog = exports.AddressFilterSensitiveLog = exports.LogicalOperator = exports.MatchType = exports.StandardIdentifier = exports.FieldContentType = exports.IdentityResolutionJobStatus = exports.EventStreamState = exports.EventStreamDestinationStatus = exports.PartyType = exports.Gender = exports.WorkflowType = exports.RuleBasedMatchingStatus = exports.JobScheduleDayOfTheWeek = exports.Statistic = exports.Operator = exports.Unit = exports.ConflictResolvingModel = exports.AttributeMatchingModel = 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
|
+
exports.UpdateProfileRequestFilterSensitiveLog = exports.UpdateAddressFilterSensitiveLog = exports.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = exports.SearchProfilesResponseFilterSensitiveLog = exports.ProfileFilterSensitiveLog = exports.PutProfileObjectTypeResponseFilterSensitiveLog = exports.PutProfileObjectTypeRequestFilterSensitiveLog = exports.PutProfileObjectRequestFilterSensitiveLog = void 0;
|
|
5
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
4
6
|
const CustomerProfilesServiceException_1 = require("./CustomerProfilesServiceException");
|
|
5
7
|
class AccessDeniedException extends CustomerProfilesServiceException_1.CustomerProfilesServiceException {
|
|
6
8
|
constructor(opts) {
|
|
@@ -320,3 +322,209 @@ exports.LogicalOperator = {
|
|
|
320
322
|
AND: "AND",
|
|
321
323
|
OR: "OR",
|
|
322
324
|
};
|
|
325
|
+
const AddressFilterSensitiveLog = (obj) => ({
|
|
326
|
+
...obj,
|
|
327
|
+
});
|
|
328
|
+
exports.AddressFilterSensitiveLog = AddressFilterSensitiveLog;
|
|
329
|
+
const FlowDefinitionFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
});
|
|
332
|
+
exports.FlowDefinitionFilterSensitiveLog = FlowDefinitionFilterSensitiveLog;
|
|
333
|
+
const AppflowIntegrationFilterSensitiveLog = (obj) => ({
|
|
334
|
+
...obj,
|
|
335
|
+
...(obj.FlowDefinition && { FlowDefinition: smithy_client_1.SENSITIVE_STRING }),
|
|
336
|
+
});
|
|
337
|
+
exports.AppflowIntegrationFilterSensitiveLog = AppflowIntegrationFilterSensitiveLog;
|
|
338
|
+
const AttributeDetailsFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.AttributeDetailsFilterSensitiveLog = AttributeDetailsFilterSensitiveLog;
|
|
342
|
+
const ConditionsFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.ConditionsFilterSensitiveLog = ConditionsFilterSensitiveLog;
|
|
346
|
+
const CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
349
|
+
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
350
|
+
...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
|
|
351
|
+
});
|
|
352
|
+
exports.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog;
|
|
353
|
+
const CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
354
|
+
...obj,
|
|
355
|
+
...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
356
|
+
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
357
|
+
...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
|
|
358
|
+
});
|
|
359
|
+
exports.CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog;
|
|
360
|
+
const IntegrationConfigFilterSensitiveLog = (obj) => ({
|
|
361
|
+
...obj,
|
|
362
|
+
...(obj.AppflowIntegration && { AppflowIntegration: (0, exports.AppflowIntegrationFilterSensitiveLog)(obj.AppflowIntegration) }),
|
|
363
|
+
});
|
|
364
|
+
exports.IntegrationConfigFilterSensitiveLog = IntegrationConfigFilterSensitiveLog;
|
|
365
|
+
const CreateIntegrationWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
...(obj.IntegrationConfig && { IntegrationConfig: (0, exports.IntegrationConfigFilterSensitiveLog)(obj.IntegrationConfig) }),
|
|
368
|
+
});
|
|
369
|
+
exports.CreateIntegrationWorkflowRequestFilterSensitiveLog = CreateIntegrationWorkflowRequestFilterSensitiveLog;
|
|
370
|
+
const CreateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
...(obj.AccountNumber && { AccountNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
373
|
+
...(obj.AdditionalInformation && { AdditionalInformation: smithy_client_1.SENSITIVE_STRING }),
|
|
374
|
+
...(obj.PartyType && { PartyType: smithy_client_1.SENSITIVE_STRING }),
|
|
375
|
+
...(obj.BusinessName && { BusinessName: smithy_client_1.SENSITIVE_STRING }),
|
|
376
|
+
...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
|
|
377
|
+
...(obj.MiddleName && { MiddleName: smithy_client_1.SENSITIVE_STRING }),
|
|
378
|
+
...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
|
|
379
|
+
...(obj.BirthDate && { BirthDate: smithy_client_1.SENSITIVE_STRING }),
|
|
380
|
+
...(obj.Gender && { Gender: smithy_client_1.SENSITIVE_STRING }),
|
|
381
|
+
...(obj.PhoneNumber && { PhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
382
|
+
...(obj.MobilePhoneNumber && { MobilePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
383
|
+
...(obj.HomePhoneNumber && { HomePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
384
|
+
...(obj.BusinessPhoneNumber && { BusinessPhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
385
|
+
...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
386
|
+
...(obj.PersonalEmailAddress && { PersonalEmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
387
|
+
...(obj.BusinessEmailAddress && { BusinessEmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
388
|
+
...(obj.Address && { Address: smithy_client_1.SENSITIVE_STRING }),
|
|
389
|
+
...(obj.ShippingAddress && { ShippingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
390
|
+
...(obj.MailingAddress && { MailingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
391
|
+
...(obj.BillingAddress && { BillingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
392
|
+
...(obj.Attributes && { Attributes: smithy_client_1.SENSITIVE_STRING }),
|
|
393
|
+
...(obj.PartyTypeString && { PartyTypeString: smithy_client_1.SENSITIVE_STRING }),
|
|
394
|
+
...(obj.GenderString && { GenderString: smithy_client_1.SENSITIVE_STRING }),
|
|
395
|
+
});
|
|
396
|
+
exports.CreateProfileRequestFilterSensitiveLog = CreateProfileRequestFilterSensitiveLog;
|
|
397
|
+
const GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
398
|
+
...obj,
|
|
399
|
+
...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
|
|
400
|
+
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
401
|
+
...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
402
|
+
});
|
|
403
|
+
exports.GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = GetCalculatedAttributeDefinitionResponseFilterSensitiveLog;
|
|
404
|
+
const GetProfileObjectTypeResponseFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
407
|
+
...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
|
|
408
|
+
...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
|
|
409
|
+
});
|
|
410
|
+
exports.GetProfileObjectTypeResponseFilterSensitiveLog = GetProfileObjectTypeResponseFilterSensitiveLog;
|
|
411
|
+
const GetProfileObjectTypeTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
412
|
+
...obj,
|
|
413
|
+
...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
|
|
414
|
+
...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
|
|
415
|
+
});
|
|
416
|
+
exports.GetProfileObjectTypeTemplateResponseFilterSensitiveLog = GetProfileObjectTypeTemplateResponseFilterSensitiveLog;
|
|
417
|
+
const ListProfileObjectsItemFilterSensitiveLog = (obj) => ({
|
|
418
|
+
...obj,
|
|
419
|
+
...(obj.Object && { Object: smithy_client_1.SENSITIVE_STRING }),
|
|
420
|
+
});
|
|
421
|
+
exports.ListProfileObjectsItemFilterSensitiveLog = ListProfileObjectsItemFilterSensitiveLog;
|
|
422
|
+
const ListProfileObjectsResponseFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
...(obj.Items && { Items: obj.Items.map((item) => (0, exports.ListProfileObjectsItemFilterSensitiveLog)(item)) }),
|
|
425
|
+
});
|
|
426
|
+
exports.ListProfileObjectsResponseFilterSensitiveLog = ListProfileObjectsResponseFilterSensitiveLog;
|
|
427
|
+
const ListProfileObjectTypesResponseFilterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
...(obj.Items && { Items: smithy_client_1.SENSITIVE_STRING }),
|
|
430
|
+
});
|
|
431
|
+
exports.ListProfileObjectTypesResponseFilterSensitiveLog = ListProfileObjectTypesResponseFilterSensitiveLog;
|
|
432
|
+
const PutIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
...(obj.FlowDefinition && { FlowDefinition: smithy_client_1.SENSITIVE_STRING }),
|
|
435
|
+
});
|
|
436
|
+
exports.PutIntegrationRequestFilterSensitiveLog = PutIntegrationRequestFilterSensitiveLog;
|
|
437
|
+
const PutProfileObjectRequestFilterSensitiveLog = (obj) => ({
|
|
438
|
+
...obj,
|
|
439
|
+
...(obj.Object && { Object: smithy_client_1.SENSITIVE_STRING }),
|
|
440
|
+
});
|
|
441
|
+
exports.PutProfileObjectRequestFilterSensitiveLog = PutProfileObjectRequestFilterSensitiveLog;
|
|
442
|
+
const PutProfileObjectTypeRequestFilterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
445
|
+
...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
|
|
446
|
+
...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
|
|
447
|
+
});
|
|
448
|
+
exports.PutProfileObjectTypeRequestFilterSensitiveLog = PutProfileObjectTypeRequestFilterSensitiveLog;
|
|
449
|
+
const PutProfileObjectTypeResponseFilterSensitiveLog = (obj) => ({
|
|
450
|
+
...obj,
|
|
451
|
+
...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
|
|
452
|
+
...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
|
|
453
|
+
...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
|
|
454
|
+
});
|
|
455
|
+
exports.PutProfileObjectTypeResponseFilterSensitiveLog = PutProfileObjectTypeResponseFilterSensitiveLog;
|
|
456
|
+
const ProfileFilterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
...(obj.AccountNumber && { AccountNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
459
|
+
...(obj.AdditionalInformation && { AdditionalInformation: smithy_client_1.SENSITIVE_STRING }),
|
|
460
|
+
...(obj.PartyType && { PartyType: smithy_client_1.SENSITIVE_STRING }),
|
|
461
|
+
...(obj.BusinessName && { BusinessName: smithy_client_1.SENSITIVE_STRING }),
|
|
462
|
+
...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
|
|
463
|
+
...(obj.MiddleName && { MiddleName: smithy_client_1.SENSITIVE_STRING }),
|
|
464
|
+
...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
|
|
465
|
+
...(obj.BirthDate && { BirthDate: smithy_client_1.SENSITIVE_STRING }),
|
|
466
|
+
...(obj.Gender && { Gender: smithy_client_1.SENSITIVE_STRING }),
|
|
467
|
+
...(obj.PhoneNumber && { PhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
468
|
+
...(obj.MobilePhoneNumber && { MobilePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
469
|
+
...(obj.HomePhoneNumber && { HomePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
470
|
+
...(obj.BusinessPhoneNumber && { BusinessPhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
471
|
+
...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
472
|
+
...(obj.PersonalEmailAddress && { PersonalEmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
473
|
+
...(obj.BusinessEmailAddress && { BusinessEmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
474
|
+
...(obj.Address && { Address: smithy_client_1.SENSITIVE_STRING }),
|
|
475
|
+
...(obj.ShippingAddress && { ShippingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
476
|
+
...(obj.MailingAddress && { MailingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
477
|
+
...(obj.BillingAddress && { BillingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
478
|
+
...(obj.Attributes && { Attributes: smithy_client_1.SENSITIVE_STRING }),
|
|
479
|
+
...(obj.PartyTypeString && { PartyTypeString: smithy_client_1.SENSITIVE_STRING }),
|
|
480
|
+
...(obj.GenderString && { GenderString: smithy_client_1.SENSITIVE_STRING }),
|
|
481
|
+
});
|
|
482
|
+
exports.ProfileFilterSensitiveLog = ProfileFilterSensitiveLog;
|
|
483
|
+
const SearchProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
...(obj.Items && { Items: obj.Items.map((item) => (0, exports.ProfileFilterSensitiveLog)(item)) }),
|
|
486
|
+
});
|
|
487
|
+
exports.SearchProfilesResponseFilterSensitiveLog = SearchProfilesResponseFilterSensitiveLog;
|
|
488
|
+
const UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
491
|
+
});
|
|
492
|
+
exports.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog;
|
|
493
|
+
const UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
494
|
+
...obj,
|
|
495
|
+
...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
|
|
496
|
+
...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
|
|
497
|
+
...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
|
|
498
|
+
});
|
|
499
|
+
exports.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog;
|
|
500
|
+
const UpdateAddressFilterSensitiveLog = (obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
});
|
|
503
|
+
exports.UpdateAddressFilterSensitiveLog = UpdateAddressFilterSensitiveLog;
|
|
504
|
+
const UpdateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
505
|
+
...obj,
|
|
506
|
+
...(obj.AdditionalInformation && { AdditionalInformation: smithy_client_1.SENSITIVE_STRING }),
|
|
507
|
+
...(obj.AccountNumber && { AccountNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
508
|
+
...(obj.PartyType && { PartyType: smithy_client_1.SENSITIVE_STRING }),
|
|
509
|
+
...(obj.BusinessName && { BusinessName: smithy_client_1.SENSITIVE_STRING }),
|
|
510
|
+
...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
|
|
511
|
+
...(obj.MiddleName && { MiddleName: smithy_client_1.SENSITIVE_STRING }),
|
|
512
|
+
...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
|
|
513
|
+
...(obj.BirthDate && { BirthDate: smithy_client_1.SENSITIVE_STRING }),
|
|
514
|
+
...(obj.Gender && { Gender: smithy_client_1.SENSITIVE_STRING }),
|
|
515
|
+
...(obj.PhoneNumber && { PhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
516
|
+
...(obj.MobilePhoneNumber && { MobilePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
517
|
+
...(obj.HomePhoneNumber && { HomePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
518
|
+
...(obj.BusinessPhoneNumber && { BusinessPhoneNumber: smithy_client_1.SENSITIVE_STRING }),
|
|
519
|
+
...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
520
|
+
...(obj.PersonalEmailAddress && { PersonalEmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
521
|
+
...(obj.BusinessEmailAddress && { BusinessEmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
522
|
+
...(obj.Address && { Address: smithy_client_1.SENSITIVE_STRING }),
|
|
523
|
+
...(obj.ShippingAddress && { ShippingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
524
|
+
...(obj.MailingAddress && { MailingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
525
|
+
...(obj.BillingAddress && { BillingAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
526
|
+
...(obj.Attributes && { Attributes: smithy_client_1.SENSITIVE_STRING }),
|
|
527
|
+
...(obj.PartyTypeString && { PartyTypeString: smithy_client_1.SENSITIVE_STRING }),
|
|
528
|
+
...(obj.GenderString && { GenderString: smithy_client_1.SENSITIVE_STRING }),
|
|
529
|
+
});
|
|
530
|
+
exports.UpdateProfileRequestFilterSensitiveLog = UpdateProfileRequestFilterSensitiveLog;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
-
const
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const asPartial = (t) => t;
|
|
6
6
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const
|
|
8
|
-
...asPartial((0,
|
|
7
|
+
const extensionConfiguration = {
|
|
8
|
+
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
9
9
|
};
|
|
10
|
-
extensions.forEach((extension) => extension.
|
|
10
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
11
11
|
return {
|
|
12
12
|
...runtimeConfig,
|
|
13
|
-
...(0,
|
|
13
|
+
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog, CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { de_CreateCalculatedAttributeDefinitionCommand, se_CreateCalculatedAttributeDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateCalculatedAttributeDefinitionCommand extends $Command {
|
|
@@ -27,8 +28,8 @@ export class CreateCalculatedAttributeDefinitionCommand extends $Command {
|
|
|
27
28
|
logger,
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
|
|
32
|
+
outputFilterSensitiveLog: CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
34
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { CreateIntegrationWorkflowRequestFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { de_CreateIntegrationWorkflowCommand, se_CreateIntegrationWorkflowCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateIntegrationWorkflowCommand extends $Command {
|
|
@@ -27,7 +28,7 @@ export class CreateIntegrationWorkflowCommand extends $Command {
|
|
|
27
28
|
logger,
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: CreateIntegrationWorkflowRequestFilterSensitiveLog,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { CreateProfileRequestFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateProfileCommand extends $Command {
|
|
@@ -27,7 +28,7 @@ export class CreateProfileCommand extends $Command {
|
|
|
27
28
|
logger,
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: CreateProfileRequestFilterSensitiveLog,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { GetCalculatedAttributeDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { de_GetCalculatedAttributeDefinitionCommand, se_GetCalculatedAttributeDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetCalculatedAttributeDefinitionCommand extends $Command {
|
|
@@ -28,7 +29,7 @@ export class GetCalculatedAttributeDefinitionCommand extends $Command {
|
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
32
|
+
outputFilterSensitiveLog: GetCalculatedAttributeDefinitionResponseFilterSensitiveLog,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
34
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { GetProfileObjectTypeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { de_GetProfileObjectTypeCommand, se_GetProfileObjectTypeCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetProfileObjectTypeCommand extends $Command {
|
|
@@ -28,7 +29,7 @@ export class GetProfileObjectTypeCommand extends $Command {
|
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
32
|
+
outputFilterSensitiveLog: GetProfileObjectTypeResponseFilterSensitiveLog,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
34
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { GetProfileObjectTypeTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { de_GetProfileObjectTypeTemplateCommand, se_GetProfileObjectTypeTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetProfileObjectTypeTemplateCommand extends $Command {
|
|
@@ -28,7 +29,7 @@ export class GetProfileObjectTypeTemplateCommand extends $Command {
|
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
32
|
+
outputFilterSensitiveLog: GetProfileObjectTypeTemplateResponseFilterSensitiveLog,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
34
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|