@aws-sdk/client-customer-profiles 3.40.0 → 3.45.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/CHANGELOG.md +41 -0
- package/dist-cjs/CustomerProfiles.js +45 -0
- package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +36 -0
- package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +36 -0
- package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +125 -3
- package/dist-cjs/protocols/Aws_restJson1.js +658 -2
- package/dist-es/CustomerProfiles.js +45 -0
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +39 -0
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +39 -0
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +90 -0
- package/dist-es/protocols/Aws_restJson1.js +689 -6
- package/dist-types/CustomerProfiles.d.ts +50 -6
- package/dist-types/CustomerProfilesClient.d.ts +5 -2
- package/dist-types/commands/AddProfileKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -1
- package/dist-types/commands/CreateProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProfileKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProfileObjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +48 -0
- package/dist-types/commands/GetDomainCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +37 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/GetMatchesCommand.d.ts +9 -5
- package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +36 -0
- package/dist-types/commands/ListIntegrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListProfileObjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/MergeProfilesCommand.d.ts +2 -3
- package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/PutProfileObjectCommand.d.ts +1 -1
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -1
- package/dist-types/commands/SearchProfilesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -1
- package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +616 -35
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +15 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +271 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-customer-profiles
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
48
|
|
|
8
49
|
|
|
@@ -10,13 +10,16 @@ const DeleteProfileCommand_1 = require("./commands/DeleteProfileCommand");
|
|
|
10
10
|
const DeleteProfileKeyCommand_1 = require("./commands/DeleteProfileKeyCommand");
|
|
11
11
|
const DeleteProfileObjectCommand_1 = require("./commands/DeleteProfileObjectCommand");
|
|
12
12
|
const DeleteProfileObjectTypeCommand_1 = require("./commands/DeleteProfileObjectTypeCommand");
|
|
13
|
+
const GetAutoMergingPreviewCommand_1 = require("./commands/GetAutoMergingPreviewCommand");
|
|
13
14
|
const GetDomainCommand_1 = require("./commands/GetDomainCommand");
|
|
15
|
+
const GetIdentityResolutionJobCommand_1 = require("./commands/GetIdentityResolutionJobCommand");
|
|
14
16
|
const GetIntegrationCommand_1 = require("./commands/GetIntegrationCommand");
|
|
15
17
|
const GetMatchesCommand_1 = require("./commands/GetMatchesCommand");
|
|
16
18
|
const GetProfileObjectTypeCommand_1 = require("./commands/GetProfileObjectTypeCommand");
|
|
17
19
|
const GetProfileObjectTypeTemplateCommand_1 = require("./commands/GetProfileObjectTypeTemplateCommand");
|
|
18
20
|
const ListAccountIntegrationsCommand_1 = require("./commands/ListAccountIntegrationsCommand");
|
|
19
21
|
const ListDomainsCommand_1 = require("./commands/ListDomainsCommand");
|
|
22
|
+
const ListIdentityResolutionJobsCommand_1 = require("./commands/ListIdentityResolutionJobsCommand");
|
|
20
23
|
const ListIntegrationsCommand_1 = require("./commands/ListIntegrationsCommand");
|
|
21
24
|
const ListProfileObjectsCommand_1 = require("./commands/ListProfileObjectsCommand");
|
|
22
25
|
const ListProfileObjectTypesCommand_1 = require("./commands/ListProfileObjectTypesCommand");
|
|
@@ -159,6 +162,20 @@ class CustomerProfiles extends CustomerProfilesClient_1.CustomerProfilesClient {
|
|
|
159
162
|
return this.send(command, optionsOrCb);
|
|
160
163
|
}
|
|
161
164
|
}
|
|
165
|
+
getAutoMergingPreview(args, optionsOrCb, cb) {
|
|
166
|
+
const command = new GetAutoMergingPreviewCommand_1.GetAutoMergingPreviewCommand(args);
|
|
167
|
+
if (typeof optionsOrCb === "function") {
|
|
168
|
+
this.send(command, optionsOrCb);
|
|
169
|
+
}
|
|
170
|
+
else if (typeof cb === "function") {
|
|
171
|
+
if (typeof optionsOrCb !== "object")
|
|
172
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
173
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
174
|
+
}
|
|
175
|
+
else {
|
|
176
|
+
return this.send(command, optionsOrCb);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
162
179
|
getDomain(args, optionsOrCb, cb) {
|
|
163
180
|
const command = new GetDomainCommand_1.GetDomainCommand(args);
|
|
164
181
|
if (typeof optionsOrCb === "function") {
|
|
@@ -173,6 +190,20 @@ class CustomerProfiles extends CustomerProfilesClient_1.CustomerProfilesClient {
|
|
|
173
190
|
return this.send(command, optionsOrCb);
|
|
174
191
|
}
|
|
175
192
|
}
|
|
193
|
+
getIdentityResolutionJob(args, optionsOrCb, cb) {
|
|
194
|
+
const command = new GetIdentityResolutionJobCommand_1.GetIdentityResolutionJobCommand(args);
|
|
195
|
+
if (typeof optionsOrCb === "function") {
|
|
196
|
+
this.send(command, optionsOrCb);
|
|
197
|
+
}
|
|
198
|
+
else if (typeof cb === "function") {
|
|
199
|
+
if (typeof optionsOrCb !== "object")
|
|
200
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
201
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
202
|
+
}
|
|
203
|
+
else {
|
|
204
|
+
return this.send(command, optionsOrCb);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
176
207
|
getIntegration(args, optionsOrCb, cb) {
|
|
177
208
|
const command = new GetIntegrationCommand_1.GetIntegrationCommand(args);
|
|
178
209
|
if (typeof optionsOrCb === "function") {
|
|
@@ -257,6 +288,20 @@ class CustomerProfiles extends CustomerProfilesClient_1.CustomerProfilesClient {
|
|
|
257
288
|
return this.send(command, optionsOrCb);
|
|
258
289
|
}
|
|
259
290
|
}
|
|
291
|
+
listIdentityResolutionJobs(args, optionsOrCb, cb) {
|
|
292
|
+
const command = new ListIdentityResolutionJobsCommand_1.ListIdentityResolutionJobsCommand(args);
|
|
293
|
+
if (typeof optionsOrCb === "function") {
|
|
294
|
+
this.send(command, optionsOrCb);
|
|
295
|
+
}
|
|
296
|
+
else if (typeof cb === "function") {
|
|
297
|
+
if (typeof optionsOrCb !== "object")
|
|
298
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
299
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
300
|
+
}
|
|
301
|
+
else {
|
|
302
|
+
return this.send(command, optionsOrCb);
|
|
303
|
+
}
|
|
304
|
+
}
|
|
260
305
|
listIntegrations(args, optionsOrCb, cb) {
|
|
261
306
|
const command = new ListIntegrationsCommand_1.ListIntegrationsCommand(args);
|
|
262
307
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAutoMergingPreviewCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetAutoMergingPreviewCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "CustomerProfilesClient";
|
|
18
|
+
const commandName = "GetAutoMergingPreviewCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetAutoMergingPreviewRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetAutoMergingPreviewResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1GetAutoMergingPreviewCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1GetAutoMergingPreviewCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetAutoMergingPreviewCommand = GetAutoMergingPreviewCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetIdentityResolutionJobCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetIdentityResolutionJobCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "CustomerProfilesClient";
|
|
18
|
+
const commandName = "GetIdentityResolutionJobCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetIdentityResolutionJobRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetIdentityResolutionJobResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1GetIdentityResolutionJobCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1GetIdentityResolutionJobCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.GetIdentityResolutionJobCommand = GetIdentityResolutionJobCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListIdentityResolutionJobsCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class ListIdentityResolutionJobsCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "CustomerProfilesClient";
|
|
18
|
+
const commandName = "ListIdentityResolutionJobsCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListIdentityResolutionJobsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListIdentityResolutionJobsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_restJson1_1.serializeAws_restJson1ListIdentityResolutionJobsCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListIdentityResolutionJobsCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListIdentityResolutionJobsCommand = ListIdentityResolutionJobsCommand;
|
|
@@ -10,13 +10,16 @@ tslib_1.__exportStar(require("./DeleteProfileCommand"), exports);
|
|
|
10
10
|
tslib_1.__exportStar(require("./DeleteProfileKeyCommand"), exports);
|
|
11
11
|
tslib_1.__exportStar(require("./DeleteProfileObjectCommand"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./DeleteProfileObjectTypeCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./GetAutoMergingPreviewCommand"), exports);
|
|
13
14
|
tslib_1.__exportStar(require("./GetDomainCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./GetIdentityResolutionJobCommand"), exports);
|
|
14
16
|
tslib_1.__exportStar(require("./GetIntegrationCommand"), exports);
|
|
15
17
|
tslib_1.__exportStar(require("./GetMatchesCommand"), exports);
|
|
16
18
|
tslib_1.__exportStar(require("./GetProfileObjectTypeCommand"), exports);
|
|
17
19
|
tslib_1.__exportStar(require("./GetProfileObjectTypeTemplateCommand"), exports);
|
|
18
20
|
tslib_1.__exportStar(require("./ListAccountIntegrationsCommand"), exports);
|
|
19
21
|
tslib_1.__exportStar(require("./ListDomainsCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./ListIdentityResolutionJobsCommand"), exports);
|
|
20
23
|
tslib_1.__exportStar(require("./ListIntegrationsCommand"), exports);
|
|
21
24
|
tslib_1.__exportStar(require("./ListProfileObjectTypeTemplatesCommand"), exports);
|
|
22
25
|
tslib_1.__exportStar(require("./ListProfileObjectTypesCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -14,6 +14,7 @@ const partitionHash = {
|
|
|
14
14
|
"ap-south-1",
|
|
15
15
|
"ap-southeast-1",
|
|
16
16
|
"ap-southeast-2",
|
|
17
|
+
"ap-southeast-3",
|
|
17
18
|
"ca-central-1",
|
|
18
19
|
"eu-central-1",
|
|
19
20
|
"eu-north-1",
|
|
@@ -78,6 +79,10 @@ const partitionHash = {
|
|
|
78
79
|
hostname: "profile.{region}.c2s.ic.gov",
|
|
79
80
|
tags: [],
|
|
80
81
|
},
|
|
82
|
+
{
|
|
83
|
+
hostname: "profile-fips.{region}.c2s.ic.gov",
|
|
84
|
+
tags: ["fips"],
|
|
85
|
+
},
|
|
81
86
|
],
|
|
82
87
|
},
|
|
83
88
|
"aws-iso-b": {
|
|
@@ -88,6 +93,10 @@ const partitionHash = {
|
|
|
88
93
|
hostname: "profile.{region}.sc2s.sgov.gov",
|
|
89
94
|
tags: [],
|
|
90
95
|
},
|
|
96
|
+
{
|
|
97
|
+
hostname: "profile-fips.{region}.sc2s.sgov.gov",
|
|
98
|
+
tags: ["fips"],
|
|
99
|
+
},
|
|
91
100
|
],
|
|
92
101
|
},
|
|
93
102
|
"aws-us-gov": {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateProfileResponse = exports.UpdateProfileRequest = exports.UpdateAddress = exports.UpdateDomainResponse = exports.UpdateDomainRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = void 0;
|
|
3
|
+
exports.ExportingLocation = exports.S3ExportingLocation = exports.GetIdentityResolutionJobRequest = exports.GetDomainResponse = exports.DomainStats = exports.GetDomainRequest = exports.GetAutoMergingPreviewResponse = exports.GetAutoMergingPreviewRequest = exports.DeleteProfileObjectTypeResponse = exports.DeleteProfileObjectTypeRequest = exports.DeleteProfileObjectResponse = exports.DeleteProfileObjectRequest = exports.DeleteProfileKeyResponse = exports.DeleteProfileKeyRequest = exports.DeleteProfileResponse = exports.DeleteProfileRequest = exports.DeleteIntegrationResponse = exports.DeleteIntegrationRequest = exports.DeleteDomainResponse = exports.DeleteDomainRequest = exports.CreateProfileResponse = exports.CreateProfileRequest = exports.PartyType = exports.Gender = exports.CreateDomainResponse = exports.MatchingResponse = exports.CreateDomainRequest = exports.MatchingRequest = exports.JobSchedule = exports.JobScheduleDayOfTheWeek = exports.ExportingConfig = exports.S3ExportingConfig = exports.ConnectorOperator = exports.ZendeskConnectorOperator = exports.ServiceNowConnectorOperator = exports.SalesforceConnectorOperator = exports.S3ConnectorOperator = exports.MarketoConnectorOperator = exports.AutoMerging = exports.Consolidation = exports.ConflictResolution = exports.ConflictResolvingModel = exports.Address = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.BadRequestException = exports.AddProfileKeyResponse = exports.AddProfileKeyRequest = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.SourceConnectorProperties = exports.ZendeskSourceProperties = exports.ServiceNowSourceProperties = exports.SalesforceSourceProperties = exports.S3SourceProperties = exports.MarketoSourceProperties = exports.IncrementalPullConfig = exports.SourceConnectorType = exports.MergeProfilesResponse = exports.MergeProfilesRequest = exports.FieldSourceProfileIds = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListProfileObjectTypeTemplatesResponse = exports.ListProfileObjectTypeTemplateItem = exports.ListProfileObjectTypeTemplatesRequest = exports.ListProfileObjectTypesResponse = exports.ListProfileObjectTypeItem = exports.ListProfileObjectTypesRequest = exports.ListProfileObjectsResponse = exports.ListProfileObjectsItem = exports.ListProfileObjectsRequest = exports.ObjectFilter = exports.ListIntegrationsResponse = exports.ListIntegrationsRequest = exports.ListIdentityResolutionJobsResponse = exports.IdentityResolutionJob = exports.ListIdentityResolutionJobsRequest = exports.ListDomainsResponse = exports.ListDomainItem = exports.ListDomainsRequest = exports.ListAccountIntegrationsResponse = exports.ListIntegrationItem = exports.ListAccountIntegrationsRequest = exports.GetProfileObjectTypeTemplateResponse = exports.GetProfileObjectTypeTemplateRequest = exports.GetProfileObjectTypeResponse = exports.ObjectTypeKey = exports.StandardIdentifier = exports.ObjectTypeField = exports.FieldContentType = exports.GetProfileObjectTypeRequest = exports.GetMatchesResponse = exports.MatchItem = exports.GetMatchesRequest = exports.GetIntegrationResponse = exports.GetIntegrationRequest = exports.GetIdentityResolutionJobResponse = exports.IdentityResolutionJobStatus = exports.JobStats = void 0;
|
|
5
|
+
exports.UpdateProfileResponse = exports.UpdateProfileRequest = exports.UpdateAddress = exports.UpdateDomainResponse = exports.UpdateDomainRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SearchProfilesResponse = exports.Profile = exports.SearchProfilesRequest = exports.PutProfileObjectTypeResponse = exports.PutProfileObjectTypeRequest = exports.PutProfileObjectResponse = exports.PutProfileObjectRequest = exports.PutIntegrationResponse = exports.PutIntegrationRequest = exports.FlowDefinition = exports.TriggerConfig = exports.TriggerType = exports.TriggerProperties = exports.ScheduledTriggerProperties = exports.DataPullMode = exports.Task = exports.TaskType = exports.OperatorPropertiesKeys = exports.SourceFlowConfig = void 0;
|
|
6
6
|
var AccessDeniedException;
|
|
7
7
|
(function (AccessDeniedException) {
|
|
8
8
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
@@ -51,6 +51,29 @@ var Address;
|
|
|
51
51
|
...obj,
|
|
52
52
|
});
|
|
53
53
|
})(Address = exports.Address || (exports.Address = {}));
|
|
54
|
+
var ConflictResolvingModel;
|
|
55
|
+
(function (ConflictResolvingModel) {
|
|
56
|
+
ConflictResolvingModel["RECENCY"] = "RECENCY";
|
|
57
|
+
ConflictResolvingModel["SOURCE"] = "SOURCE";
|
|
58
|
+
})(ConflictResolvingModel = exports.ConflictResolvingModel || (exports.ConflictResolvingModel = {}));
|
|
59
|
+
var ConflictResolution;
|
|
60
|
+
(function (ConflictResolution) {
|
|
61
|
+
ConflictResolution.filterSensitiveLog = (obj) => ({
|
|
62
|
+
...obj,
|
|
63
|
+
});
|
|
64
|
+
})(ConflictResolution = exports.ConflictResolution || (exports.ConflictResolution = {}));
|
|
65
|
+
var Consolidation;
|
|
66
|
+
(function (Consolidation) {
|
|
67
|
+
Consolidation.filterSensitiveLog = (obj) => ({
|
|
68
|
+
...obj,
|
|
69
|
+
});
|
|
70
|
+
})(Consolidation = exports.Consolidation || (exports.Consolidation = {}));
|
|
71
|
+
var AutoMerging;
|
|
72
|
+
(function (AutoMerging) {
|
|
73
|
+
AutoMerging.filterSensitiveLog = (obj) => ({
|
|
74
|
+
...obj,
|
|
75
|
+
});
|
|
76
|
+
})(AutoMerging = exports.AutoMerging || (exports.AutoMerging = {}));
|
|
54
77
|
var MarketoConnectorOperator;
|
|
55
78
|
(function (MarketoConnectorOperator) {
|
|
56
79
|
MarketoConnectorOperator["ADDITION"] = "ADDITION";
|
|
@@ -164,6 +187,34 @@ var ConnectorOperator;
|
|
|
164
187
|
...obj,
|
|
165
188
|
});
|
|
166
189
|
})(ConnectorOperator = exports.ConnectorOperator || (exports.ConnectorOperator = {}));
|
|
190
|
+
var S3ExportingConfig;
|
|
191
|
+
(function (S3ExportingConfig) {
|
|
192
|
+
S3ExportingConfig.filterSensitiveLog = (obj) => ({
|
|
193
|
+
...obj,
|
|
194
|
+
});
|
|
195
|
+
})(S3ExportingConfig = exports.S3ExportingConfig || (exports.S3ExportingConfig = {}));
|
|
196
|
+
var ExportingConfig;
|
|
197
|
+
(function (ExportingConfig) {
|
|
198
|
+
ExportingConfig.filterSensitiveLog = (obj) => ({
|
|
199
|
+
...obj,
|
|
200
|
+
});
|
|
201
|
+
})(ExportingConfig = exports.ExportingConfig || (exports.ExportingConfig = {}));
|
|
202
|
+
var JobScheduleDayOfTheWeek;
|
|
203
|
+
(function (JobScheduleDayOfTheWeek) {
|
|
204
|
+
JobScheduleDayOfTheWeek["FRIDAY"] = "FRIDAY";
|
|
205
|
+
JobScheduleDayOfTheWeek["MONDAY"] = "MONDAY";
|
|
206
|
+
JobScheduleDayOfTheWeek["SATURDAY"] = "SATURDAY";
|
|
207
|
+
JobScheduleDayOfTheWeek["SUNDAY"] = "SUNDAY";
|
|
208
|
+
JobScheduleDayOfTheWeek["THURSDAY"] = "THURSDAY";
|
|
209
|
+
JobScheduleDayOfTheWeek["TUESDAY"] = "TUESDAY";
|
|
210
|
+
JobScheduleDayOfTheWeek["WEDNESDAY"] = "WEDNESDAY";
|
|
211
|
+
})(JobScheduleDayOfTheWeek = exports.JobScheduleDayOfTheWeek || (exports.JobScheduleDayOfTheWeek = {}));
|
|
212
|
+
var JobSchedule;
|
|
213
|
+
(function (JobSchedule) {
|
|
214
|
+
JobSchedule.filterSensitiveLog = (obj) => ({
|
|
215
|
+
...obj,
|
|
216
|
+
});
|
|
217
|
+
})(JobSchedule = exports.JobSchedule || (exports.JobSchedule = {}));
|
|
167
218
|
var MatchingRequest;
|
|
168
219
|
(function (MatchingRequest) {
|
|
169
220
|
MatchingRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -284,6 +335,18 @@ var DeleteProfileObjectTypeResponse;
|
|
|
284
335
|
...obj,
|
|
285
336
|
});
|
|
286
337
|
})(DeleteProfileObjectTypeResponse = exports.DeleteProfileObjectTypeResponse || (exports.DeleteProfileObjectTypeResponse = {}));
|
|
338
|
+
var GetAutoMergingPreviewRequest;
|
|
339
|
+
(function (GetAutoMergingPreviewRequest) {
|
|
340
|
+
GetAutoMergingPreviewRequest.filterSensitiveLog = (obj) => ({
|
|
341
|
+
...obj,
|
|
342
|
+
});
|
|
343
|
+
})(GetAutoMergingPreviewRequest = exports.GetAutoMergingPreviewRequest || (exports.GetAutoMergingPreviewRequest = {}));
|
|
344
|
+
var GetAutoMergingPreviewResponse;
|
|
345
|
+
(function (GetAutoMergingPreviewResponse) {
|
|
346
|
+
GetAutoMergingPreviewResponse.filterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
})(GetAutoMergingPreviewResponse = exports.GetAutoMergingPreviewResponse || (exports.GetAutoMergingPreviewResponse = {}));
|
|
287
350
|
var GetDomainRequest;
|
|
288
351
|
(function (GetDomainRequest) {
|
|
289
352
|
GetDomainRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -302,6 +365,46 @@ var GetDomainResponse;
|
|
|
302
365
|
...obj,
|
|
303
366
|
});
|
|
304
367
|
})(GetDomainResponse = exports.GetDomainResponse || (exports.GetDomainResponse = {}));
|
|
368
|
+
var GetIdentityResolutionJobRequest;
|
|
369
|
+
(function (GetIdentityResolutionJobRequest) {
|
|
370
|
+
GetIdentityResolutionJobRequest.filterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
})(GetIdentityResolutionJobRequest = exports.GetIdentityResolutionJobRequest || (exports.GetIdentityResolutionJobRequest = {}));
|
|
374
|
+
var S3ExportingLocation;
|
|
375
|
+
(function (S3ExportingLocation) {
|
|
376
|
+
S3ExportingLocation.filterSensitiveLog = (obj) => ({
|
|
377
|
+
...obj,
|
|
378
|
+
});
|
|
379
|
+
})(S3ExportingLocation = exports.S3ExportingLocation || (exports.S3ExportingLocation = {}));
|
|
380
|
+
var ExportingLocation;
|
|
381
|
+
(function (ExportingLocation) {
|
|
382
|
+
ExportingLocation.filterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
})(ExportingLocation = exports.ExportingLocation || (exports.ExportingLocation = {}));
|
|
386
|
+
var JobStats;
|
|
387
|
+
(function (JobStats) {
|
|
388
|
+
JobStats.filterSensitiveLog = (obj) => ({
|
|
389
|
+
...obj,
|
|
390
|
+
});
|
|
391
|
+
})(JobStats = exports.JobStats || (exports.JobStats = {}));
|
|
392
|
+
var IdentityResolutionJobStatus;
|
|
393
|
+
(function (IdentityResolutionJobStatus) {
|
|
394
|
+
IdentityResolutionJobStatus["COMPLETED"] = "COMPLETED";
|
|
395
|
+
IdentityResolutionJobStatus["FAILED"] = "FAILED";
|
|
396
|
+
IdentityResolutionJobStatus["FIND_MATCHING"] = "FIND_MATCHING";
|
|
397
|
+
IdentityResolutionJobStatus["MERGING"] = "MERGING";
|
|
398
|
+
IdentityResolutionJobStatus["PARTIAL_SUCCESS"] = "PARTIAL_SUCCESS";
|
|
399
|
+
IdentityResolutionJobStatus["PENDING"] = "PENDING";
|
|
400
|
+
IdentityResolutionJobStatus["PREPROCESSING"] = "PREPROCESSING";
|
|
401
|
+
})(IdentityResolutionJobStatus = exports.IdentityResolutionJobStatus || (exports.IdentityResolutionJobStatus = {}));
|
|
402
|
+
var GetIdentityResolutionJobResponse;
|
|
403
|
+
(function (GetIdentityResolutionJobResponse) {
|
|
404
|
+
GetIdentityResolutionJobResponse.filterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
})(GetIdentityResolutionJobResponse = exports.GetIdentityResolutionJobResponse || (exports.GetIdentityResolutionJobResponse = {}));
|
|
305
408
|
var GetIntegrationRequest;
|
|
306
409
|
(function (GetIntegrationRequest) {
|
|
307
410
|
GetIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -358,6 +461,7 @@ var StandardIdentifier;
|
|
|
358
461
|
StandardIdentifier["CASE"] = "CASE";
|
|
359
462
|
StandardIdentifier["LOOKUP_ONLY"] = "LOOKUP_ONLY";
|
|
360
463
|
StandardIdentifier["NEW_ONLY"] = "NEW_ONLY";
|
|
464
|
+
StandardIdentifier["ORDER"] = "ORDER";
|
|
361
465
|
StandardIdentifier["PROFILE"] = "PROFILE";
|
|
362
466
|
StandardIdentifier["SECONDARY"] = "SECONDARY";
|
|
363
467
|
StandardIdentifier["UNIQUE"] = "UNIQUE";
|
|
@@ -422,6 +526,24 @@ var ListDomainsResponse;
|
|
|
422
526
|
...obj,
|
|
423
527
|
});
|
|
424
528
|
})(ListDomainsResponse = exports.ListDomainsResponse || (exports.ListDomainsResponse = {}));
|
|
529
|
+
var ListIdentityResolutionJobsRequest;
|
|
530
|
+
(function (ListIdentityResolutionJobsRequest) {
|
|
531
|
+
ListIdentityResolutionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
532
|
+
...obj,
|
|
533
|
+
});
|
|
534
|
+
})(ListIdentityResolutionJobsRequest = exports.ListIdentityResolutionJobsRequest || (exports.ListIdentityResolutionJobsRequest = {}));
|
|
535
|
+
var IdentityResolutionJob;
|
|
536
|
+
(function (IdentityResolutionJob) {
|
|
537
|
+
IdentityResolutionJob.filterSensitiveLog = (obj) => ({
|
|
538
|
+
...obj,
|
|
539
|
+
});
|
|
540
|
+
})(IdentityResolutionJob = exports.IdentityResolutionJob || (exports.IdentityResolutionJob = {}));
|
|
541
|
+
var ListIdentityResolutionJobsResponse;
|
|
542
|
+
(function (ListIdentityResolutionJobsResponse) {
|
|
543
|
+
ListIdentityResolutionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
});
|
|
546
|
+
})(ListIdentityResolutionJobsResponse = exports.ListIdentityResolutionJobsResponse || (exports.ListIdentityResolutionJobsResponse = {}));
|
|
425
547
|
var ListIntegrationsRequest;
|
|
426
548
|
(function (ListIntegrationsRequest) {
|
|
427
549
|
ListIntegrationsRequest.filterSensitiveLog = (obj) => ({
|