@aws-sdk/client-customer-profiles 3.928.0 → 3.929.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/index.js +4966 -4728
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CustomerProfilesClient.js +2 -0
- package/dist-es/commands/AddProfileKeyCommand.js +3 -9
- package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +3 -10
- package/dist-es/commands/BatchGetProfileCommand.js +3 -10
- package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/CreateDomainCommand.js +3 -9
- package/dist-es/commands/CreateDomainLayoutCommand.js +3 -10
- package/dist-es/commands/CreateEventStreamCommand.js +3 -9
- package/dist-es/commands/CreateEventTriggerCommand.js +3 -10
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -10
- package/dist-es/commands/CreateProfileCommand.js +3 -10
- package/dist-es/commands/CreateSegmentDefinitionCommand.js +3 -10
- package/dist-es/commands/CreateSegmentEstimateCommand.js +3 -10
- package/dist-es/commands/CreateSegmentSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateUploadJobCommand.js +3 -10
- package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteDomainCommand.js +3 -9
- package/dist-es/commands/DeleteDomainLayoutCommand.js +3 -9
- package/dist-es/commands/DeleteEventStreamCommand.js +3 -9
- package/dist-es/commands/DeleteEventTriggerCommand.js +3 -9
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteProfileCommand.js +3 -9
- package/dist-es/commands/DeleteProfileKeyCommand.js +3 -9
- package/dist-es/commands/DeleteProfileObjectCommand.js +3 -9
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -9
- package/dist-es/commands/DeleteSegmentDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
- package/dist-es/commands/DetectProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -9
- package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +3 -9
- package/dist-es/commands/GetDomainCommand.js +3 -9
- package/dist-es/commands/GetDomainLayoutCommand.js +3 -10
- package/dist-es/commands/GetEventStreamCommand.js +3 -9
- package/dist-es/commands/GetEventTriggerCommand.js +3 -10
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -9
- package/dist-es/commands/GetIntegrationCommand.js +3 -9
- package/dist-es/commands/GetMatchesCommand.js +3 -9
- package/dist-es/commands/GetProfileHistoryRecordCommand.js +3 -10
- package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -10
- package/dist-es/commands/GetSegmentDefinitionCommand.js +3 -10
- package/dist-es/commands/GetSegmentEstimateCommand.js +3 -9
- package/dist-es/commands/GetSegmentMembershipCommand.js +3 -10
- package/dist-es/commands/GetSegmentSnapshotCommand.js +3 -9
- package/dist-es/commands/GetSimilarProfilesCommand.js +3 -9
- package/dist-es/commands/GetUploadJobCommand.js +3 -10
- package/dist-es/commands/GetUploadJobPathCommand.js +3 -9
- package/dist-es/commands/GetWorkflowCommand.js +3 -9
- package/dist-es/commands/GetWorkflowStepsCommand.js +3 -9
- package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +3 -10
- package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +3 -9
- package/dist-es/commands/ListDomainLayoutsCommand.js +3 -10
- package/dist-es/commands/ListDomainsCommand.js +3 -9
- package/dist-es/commands/ListEventStreamsCommand.js +3 -9
- package/dist-es/commands/ListEventTriggersCommand.js +3 -10
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -9
- package/dist-es/commands/ListIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListObjectTypeAttributesCommand.js +3 -9
- package/dist-es/commands/ListProfileAttributeValuesCommand.js +3 -9
- package/dist-es/commands/ListProfileHistoryRecordsCommand.js +3 -9
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -9
- package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -10
- package/dist-es/commands/ListProfileObjectsCommand.js +3 -10
- package/dist-es/commands/ListRuleBasedMatchesCommand.js +3 -9
- package/dist-es/commands/ListSegmentDefinitionsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListUploadJobsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowsCommand.js +3 -9
- package/dist-es/commands/MergeProfilesCommand.js +3 -9
- package/dist-es/commands/PutIntegrationCommand.js +3 -10
- package/dist-es/commands/PutProfileObjectCommand.js +3 -10
- package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -10
- package/dist-es/commands/SearchProfilesCommand.js +3 -10
- package/dist-es/commands/StartUploadJobCommand.js +3 -9
- package/dist-es/commands/StopUploadJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +3 -10
- package/dist-es/commands/UpdateDomainCommand.js +3 -9
- package/dist-es/commands/UpdateDomainLayoutCommand.js +3 -10
- package/dist-es/commands/UpdateEventTriggerCommand.js +3 -10
- package/dist-es/commands/UpdateProfileCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -288
- package/dist-es/models/models_1.js +0 -89
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +4609 -0
- package/dist-types/CustomerProfilesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -216
- package/dist-types/models/models_1.d.ts +0 -52
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +456 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -148
- package/dist-types/ts3.4/models/models_1.d.ts +0 -39
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +463 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -3490
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.customerprofiles" }),
|
|
28
30
|
serviceId: config?.serviceId ?? "Customer Profiles",
|
|
29
31
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
32
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class CustomerProfilesClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { AddProfileKey } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AddProfileKeyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "AddProfileKey", {})
|
|
17
13
|
.n("CustomerProfilesClient", "AddProfileKeyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AddProfileKeyCommand)
|
|
20
|
-
.de(de_AddProfileKeyCommand)
|
|
14
|
+
.sc(AddProfileKey)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_BatchGetCalculatedAttributeForProfileCommand, se_BatchGetCalculatedAttributeForProfileCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { BatchGetCalculatedAttributeForProfile } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class BatchGetCalculatedAttributeForProfileCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "BatchGetCalculatedAttributeForProfile", {})
|
|
18
13
|
.n("CustomerProfilesClient", "BatchGetCalculatedAttributeForProfileCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_BatchGetCalculatedAttributeForProfileCommand)
|
|
21
|
-
.de(de_BatchGetCalculatedAttributeForProfileCommand)
|
|
14
|
+
.sc(BatchGetCalculatedAttributeForProfile)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_BatchGetProfileCommand, se_BatchGetProfileCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { BatchGetProfile } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class BatchGetProfileCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "BatchGetProfile", {})
|
|
18
13
|
.n("CustomerProfilesClient", "BatchGetProfileCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_BatchGetProfileCommand)
|
|
21
|
-
.de(de_BatchGetProfileCommand)
|
|
14
|
+
.sc(BatchGetProfile)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateCalculatedAttributeDefinitionCommand, se_CreateCalculatedAttributeDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateCalculatedAttributeDefinition } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateCalculatedAttributeDefinitionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "CreateCalculatedAttributeDefinition", {})
|
|
18
13
|
.n("CustomerProfilesClient", "CreateCalculatedAttributeDefinitionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateCalculatedAttributeDefinitionCommand)
|
|
21
|
-
.de(de_CreateCalculatedAttributeDefinitionCommand)
|
|
14
|
+
.sc(CreateCalculatedAttributeDefinition)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateDomain } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateDomainCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "CreateDomain", {})
|
|
17
13
|
.n("CustomerProfilesClient", "CreateDomainCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateDomainCommand)
|
|
20
|
-
.de(de_CreateDomainCommand)
|
|
14
|
+
.sc(CreateDomain)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateDomainLayoutCommand, se_CreateDomainLayoutCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateDomainLayout } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateDomainLayoutCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "CreateDomainLayout", {})
|
|
18
13
|
.n("CustomerProfilesClient", "CreateDomainLayoutCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateDomainLayoutCommand)
|
|
21
|
-
.de(de_CreateDomainLayoutCommand)
|
|
14
|
+
.sc(CreateDomainLayout)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateEventStream } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateEventStreamCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "CreateEventStream", {})
|
|
17
13
|
.n("CustomerProfilesClient", "CreateEventStreamCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateEventStreamCommand)
|
|
20
|
-
.de(de_CreateEventStreamCommand)
|
|
14
|
+
.sc(CreateEventStream)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateEventTriggerCommand, se_CreateEventTriggerCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateEventTrigger } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateEventTriggerCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "CreateEventTrigger", {})
|
|
18
13
|
.n("CustomerProfilesClient", "CreateEventTriggerCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateEventTriggerCommand)
|
|
21
|
-
.de(de_CreateEventTriggerCommand)
|
|
14
|
+
.sc(CreateEventTrigger)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateIntegrationWorkflowCommand, se_CreateIntegrationWorkflowCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateIntegrationWorkflow } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateIntegrationWorkflowCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "CreateIntegrationWorkflow", {})
|
|
18
13
|
.n("CustomerProfilesClient", "CreateIntegrationWorkflowCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateIntegrationWorkflowCommand)
|
|
21
|
-
.de(de_CreateIntegrationWorkflowCommand)
|
|
14
|
+
.sc(CreateIntegrationWorkflow)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateProfile } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateProfileCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "CreateProfile", {})
|
|
18
13
|
.n("CustomerProfilesClient", "CreateProfileCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateProfileCommand)
|
|
21
|
-
.de(de_CreateProfileCommand)
|
|
14
|
+
.sc(CreateProfile)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateSegmentDefinitionCommand, se_CreateSegmentDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateSegmentDefinition } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateSegmentDefinitionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "CreateSegmentDefinition", {})
|
|
18
13
|
.n("CustomerProfilesClient", "CreateSegmentDefinitionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateSegmentDefinitionCommand)
|
|
21
|
-
.de(de_CreateSegmentDefinitionCommand)
|
|
14
|
+
.sc(CreateSegmentDefinition)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateSegmentEstimateCommand, se_CreateSegmentEstimateCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateSegmentEstimate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateSegmentEstimateCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "CreateSegmentEstimate", {})
|
|
18
13
|
.n("CustomerProfilesClient", "CreateSegmentEstimateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateSegmentEstimateCommand)
|
|
21
|
-
.de(de_CreateSegmentEstimateCommand)
|
|
14
|
+
.sc(CreateSegmentEstimate)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateSegmentSnapshot } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateSegmentSnapshotCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "CreateSegmentSnapshot", {})
|
|
17
13
|
.n("CustomerProfilesClient", "CreateSegmentSnapshotCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateSegmentSnapshotCommand)
|
|
20
|
-
.de(de_CreateSegmentSnapshotCommand)
|
|
14
|
+
.sc(CreateSegmentSnapshot)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateUploadJobCommand, se_CreateUploadJobCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateUploadJob } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateUploadJobCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CustomerProfiles_20200815", "CreateUploadJob", {})
|
|
18
13
|
.n("CustomerProfilesClient", "CreateUploadJobCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateUploadJobCommand)
|
|
21
|
-
.de(de_CreateUploadJobCommand)
|
|
14
|
+
.sc(CreateUploadJob)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteCalculatedAttributeDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteCalculatedAttributeDefinitionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "DeleteCalculatedAttributeDefinition", {})
|
|
17
13
|
.n("CustomerProfilesClient", "DeleteCalculatedAttributeDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteCalculatedAttributeDefinitionCommand)
|
|
20
|
-
.de(de_DeleteCalculatedAttributeDefinitionCommand)
|
|
14
|
+
.sc(DeleteCalculatedAttributeDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteDomain } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteDomainCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "DeleteDomain", {})
|
|
17
13
|
.n("CustomerProfilesClient", "DeleteDomainCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteDomainCommand)
|
|
20
|
-
.de(de_DeleteDomainCommand)
|
|
14
|
+
.sc(DeleteDomain)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteDomainLayout } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteDomainLayoutCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "DeleteDomainLayout", {})
|
|
17
13
|
.n("CustomerProfilesClient", "DeleteDomainLayoutCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteDomainLayoutCommand)
|
|
20
|
-
.de(de_DeleteDomainLayoutCommand)
|
|
14
|
+
.sc(DeleteDomainLayout)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteEventStream } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteEventStreamCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "DeleteEventStream", {})
|
|
17
13
|
.n("CustomerProfilesClient", "DeleteEventStreamCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteEventStreamCommand)
|
|
20
|
-
.de(de_DeleteEventStreamCommand)
|
|
14
|
+
.sc(DeleteEventStream)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteEventTrigger } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteEventTriggerCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "DeleteEventTrigger", {})
|
|
17
13
|
.n("CustomerProfilesClient", "DeleteEventTriggerCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteEventTriggerCommand)
|
|
20
|
-
.de(de_DeleteEventTriggerCommand)
|
|
14
|
+
.sc(DeleteEventTrigger)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteIntegration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteIntegrationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "DeleteIntegration", {})
|
|
17
13
|
.n("CustomerProfilesClient", "DeleteIntegrationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteIntegrationCommand)
|
|
20
|
-
.de(de_DeleteIntegrationCommand)
|
|
14
|
+
.sc(DeleteIntegration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteProfile } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteProfileCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "DeleteProfile", {})
|
|
17
13
|
.n("CustomerProfilesClient", "DeleteProfileCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteProfileCommand)
|
|
20
|
-
.de(de_DeleteProfileCommand)
|
|
14
|
+
.sc(DeleteProfile)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteProfileKey } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteProfileKeyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CustomerProfiles_20200815", "DeleteProfileKey", {})
|
|
17
13
|
.n("CustomerProfilesClient", "DeleteProfileKeyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteProfileKeyCommand)
|
|
20
|
-
.de(de_DeleteProfileKeyCommand)
|
|
14
|
+
.sc(DeleteProfileKey)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|