@aws-sdk/client-customer-profiles 3.489.0 → 3.495.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/CustomerProfiles.js +1 -115
- package/dist-cjs/CustomerProfilesClient.js +1 -43
- package/dist-cjs/commands/AddProfileKeyCommand.js +1 -28
- package/dist-cjs/commands/CreateCalculatedAttributeDefinitionCommand.js +1 -29
- package/dist-cjs/commands/CreateDomainCommand.js +1 -28
- package/dist-cjs/commands/CreateEventStreamCommand.js +1 -28
- package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +1 -29
- package/dist-cjs/commands/CreateProfileCommand.js +1 -29
- package/dist-cjs/commands/DeleteCalculatedAttributeDefinitionCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
- package/dist-cjs/commands/DeleteEventStreamCommand.js +1 -28
- package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileObjectCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
- package/dist-cjs/commands/DetectProfileObjectTypeCommand.js +1 -29
- package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +1 -28
- package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +1 -29
- package/dist-cjs/commands/GetCalculatedAttributeForProfileCommand.js +1 -28
- package/dist-cjs/commands/GetDomainCommand.js +1 -28
- package/dist-cjs/commands/GetEventStreamCommand.js +1 -28
- package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationCommand.js +1 -28
- package/dist-cjs/commands/GetMatchesCommand.js +1 -28
- package/dist-cjs/commands/GetProfileObjectTypeCommand.js +1 -29
- package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +1 -29
- package/dist-cjs/commands/GetSimilarProfilesCommand.js +1 -28
- package/dist-cjs/commands/GetWorkflowCommand.js +1 -28
- package/dist-cjs/commands/GetWorkflowStepsCommand.js +1 -28
- package/dist-cjs/commands/ListAccountIntegrationsCommand.js +1 -28
- package/dist-cjs/commands/ListCalculatedAttributeDefinitionsCommand.js +1 -29
- package/dist-cjs/commands/ListCalculatedAttributesForProfileCommand.js +1 -28
- package/dist-cjs/commands/ListDomainsCommand.js +1 -28
- package/dist-cjs/commands/ListEventStreamsCommand.js +1 -28
- package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListIntegrationsCommand.js +1 -28
- package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +1 -28
- package/dist-cjs/commands/ListProfileObjectTypesCommand.js +1 -29
- package/dist-cjs/commands/ListProfileObjectsCommand.js +1 -29
- package/dist-cjs/commands/ListRuleBasedMatchesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
- package/dist-cjs/commands/MergeProfilesCommand.js +1 -28
- package/dist-cjs/commands/PutIntegrationCommand.js +1 -29
- package/dist-cjs/commands/PutProfileObjectCommand.js +1 -29
- package/dist-cjs/commands/PutProfileObjectTypeCommand.js +1 -29
- package/dist-cjs/commands/SearchProfilesCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +1 -29
- package/dist-cjs/commands/UpdateDomainCommand.js +1 -28
- package/dist-cjs/commands/UpdateProfileCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -55
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5544 -11
- package/dist-cjs/models/CustomerProfilesServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -563
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListEventStreamsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -5
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3742
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,115 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CustomerProfiles = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AddProfileKeyCommand_1 = require("./commands/AddProfileKeyCommand");
|
|
6
|
-
const CreateCalculatedAttributeDefinitionCommand_1 = require("./commands/CreateCalculatedAttributeDefinitionCommand");
|
|
7
|
-
const CreateDomainCommand_1 = require("./commands/CreateDomainCommand");
|
|
8
|
-
const CreateEventStreamCommand_1 = require("./commands/CreateEventStreamCommand");
|
|
9
|
-
const CreateIntegrationWorkflowCommand_1 = require("./commands/CreateIntegrationWorkflowCommand");
|
|
10
|
-
const CreateProfileCommand_1 = require("./commands/CreateProfileCommand");
|
|
11
|
-
const DeleteCalculatedAttributeDefinitionCommand_1 = require("./commands/DeleteCalculatedAttributeDefinitionCommand");
|
|
12
|
-
const DeleteDomainCommand_1 = require("./commands/DeleteDomainCommand");
|
|
13
|
-
const DeleteEventStreamCommand_1 = require("./commands/DeleteEventStreamCommand");
|
|
14
|
-
const DeleteIntegrationCommand_1 = require("./commands/DeleteIntegrationCommand");
|
|
15
|
-
const DeleteProfileCommand_1 = require("./commands/DeleteProfileCommand");
|
|
16
|
-
const DeleteProfileKeyCommand_1 = require("./commands/DeleteProfileKeyCommand");
|
|
17
|
-
const DeleteProfileObjectCommand_1 = require("./commands/DeleteProfileObjectCommand");
|
|
18
|
-
const DeleteProfileObjectTypeCommand_1 = require("./commands/DeleteProfileObjectTypeCommand");
|
|
19
|
-
const DeleteWorkflowCommand_1 = require("./commands/DeleteWorkflowCommand");
|
|
20
|
-
const DetectProfileObjectTypeCommand_1 = require("./commands/DetectProfileObjectTypeCommand");
|
|
21
|
-
const GetAutoMergingPreviewCommand_1 = require("./commands/GetAutoMergingPreviewCommand");
|
|
22
|
-
const GetCalculatedAttributeDefinitionCommand_1 = require("./commands/GetCalculatedAttributeDefinitionCommand");
|
|
23
|
-
const GetCalculatedAttributeForProfileCommand_1 = require("./commands/GetCalculatedAttributeForProfileCommand");
|
|
24
|
-
const GetDomainCommand_1 = require("./commands/GetDomainCommand");
|
|
25
|
-
const GetEventStreamCommand_1 = require("./commands/GetEventStreamCommand");
|
|
26
|
-
const GetIdentityResolutionJobCommand_1 = require("./commands/GetIdentityResolutionJobCommand");
|
|
27
|
-
const GetIntegrationCommand_1 = require("./commands/GetIntegrationCommand");
|
|
28
|
-
const GetMatchesCommand_1 = require("./commands/GetMatchesCommand");
|
|
29
|
-
const GetProfileObjectTypeCommand_1 = require("./commands/GetProfileObjectTypeCommand");
|
|
30
|
-
const GetProfileObjectTypeTemplateCommand_1 = require("./commands/GetProfileObjectTypeTemplateCommand");
|
|
31
|
-
const GetSimilarProfilesCommand_1 = require("./commands/GetSimilarProfilesCommand");
|
|
32
|
-
const GetWorkflowCommand_1 = require("./commands/GetWorkflowCommand");
|
|
33
|
-
const GetWorkflowStepsCommand_1 = require("./commands/GetWorkflowStepsCommand");
|
|
34
|
-
const ListAccountIntegrationsCommand_1 = require("./commands/ListAccountIntegrationsCommand");
|
|
35
|
-
const ListCalculatedAttributeDefinitionsCommand_1 = require("./commands/ListCalculatedAttributeDefinitionsCommand");
|
|
36
|
-
const ListCalculatedAttributesForProfileCommand_1 = require("./commands/ListCalculatedAttributesForProfileCommand");
|
|
37
|
-
const ListDomainsCommand_1 = require("./commands/ListDomainsCommand");
|
|
38
|
-
const ListEventStreamsCommand_1 = require("./commands/ListEventStreamsCommand");
|
|
39
|
-
const ListIdentityResolutionJobsCommand_1 = require("./commands/ListIdentityResolutionJobsCommand");
|
|
40
|
-
const ListIntegrationsCommand_1 = require("./commands/ListIntegrationsCommand");
|
|
41
|
-
const ListProfileObjectsCommand_1 = require("./commands/ListProfileObjectsCommand");
|
|
42
|
-
const ListProfileObjectTypesCommand_1 = require("./commands/ListProfileObjectTypesCommand");
|
|
43
|
-
const ListProfileObjectTypeTemplatesCommand_1 = require("./commands/ListProfileObjectTypeTemplatesCommand");
|
|
44
|
-
const ListRuleBasedMatchesCommand_1 = require("./commands/ListRuleBasedMatchesCommand");
|
|
45
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
46
|
-
const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
|
|
47
|
-
const MergeProfilesCommand_1 = require("./commands/MergeProfilesCommand");
|
|
48
|
-
const PutIntegrationCommand_1 = require("./commands/PutIntegrationCommand");
|
|
49
|
-
const PutProfileObjectCommand_1 = require("./commands/PutProfileObjectCommand");
|
|
50
|
-
const PutProfileObjectTypeCommand_1 = require("./commands/PutProfileObjectTypeCommand");
|
|
51
|
-
const SearchProfilesCommand_1 = require("./commands/SearchProfilesCommand");
|
|
52
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
53
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
54
|
-
const UpdateCalculatedAttributeDefinitionCommand_1 = require("./commands/UpdateCalculatedAttributeDefinitionCommand");
|
|
55
|
-
const UpdateDomainCommand_1 = require("./commands/UpdateDomainCommand");
|
|
56
|
-
const UpdateProfileCommand_1 = require("./commands/UpdateProfileCommand");
|
|
57
|
-
const CustomerProfilesClient_1 = require("./CustomerProfilesClient");
|
|
58
|
-
const commands = {
|
|
59
|
-
AddProfileKeyCommand: AddProfileKeyCommand_1.AddProfileKeyCommand,
|
|
60
|
-
CreateCalculatedAttributeDefinitionCommand: CreateCalculatedAttributeDefinitionCommand_1.CreateCalculatedAttributeDefinitionCommand,
|
|
61
|
-
CreateDomainCommand: CreateDomainCommand_1.CreateDomainCommand,
|
|
62
|
-
CreateEventStreamCommand: CreateEventStreamCommand_1.CreateEventStreamCommand,
|
|
63
|
-
CreateIntegrationWorkflowCommand: CreateIntegrationWorkflowCommand_1.CreateIntegrationWorkflowCommand,
|
|
64
|
-
CreateProfileCommand: CreateProfileCommand_1.CreateProfileCommand,
|
|
65
|
-
DeleteCalculatedAttributeDefinitionCommand: DeleteCalculatedAttributeDefinitionCommand_1.DeleteCalculatedAttributeDefinitionCommand,
|
|
66
|
-
DeleteDomainCommand: DeleteDomainCommand_1.DeleteDomainCommand,
|
|
67
|
-
DeleteEventStreamCommand: DeleteEventStreamCommand_1.DeleteEventStreamCommand,
|
|
68
|
-
DeleteIntegrationCommand: DeleteIntegrationCommand_1.DeleteIntegrationCommand,
|
|
69
|
-
DeleteProfileCommand: DeleteProfileCommand_1.DeleteProfileCommand,
|
|
70
|
-
DeleteProfileKeyCommand: DeleteProfileKeyCommand_1.DeleteProfileKeyCommand,
|
|
71
|
-
DeleteProfileObjectCommand: DeleteProfileObjectCommand_1.DeleteProfileObjectCommand,
|
|
72
|
-
DeleteProfileObjectTypeCommand: DeleteProfileObjectTypeCommand_1.DeleteProfileObjectTypeCommand,
|
|
73
|
-
DeleteWorkflowCommand: DeleteWorkflowCommand_1.DeleteWorkflowCommand,
|
|
74
|
-
DetectProfileObjectTypeCommand: DetectProfileObjectTypeCommand_1.DetectProfileObjectTypeCommand,
|
|
75
|
-
GetAutoMergingPreviewCommand: GetAutoMergingPreviewCommand_1.GetAutoMergingPreviewCommand,
|
|
76
|
-
GetCalculatedAttributeDefinitionCommand: GetCalculatedAttributeDefinitionCommand_1.GetCalculatedAttributeDefinitionCommand,
|
|
77
|
-
GetCalculatedAttributeForProfileCommand: GetCalculatedAttributeForProfileCommand_1.GetCalculatedAttributeForProfileCommand,
|
|
78
|
-
GetDomainCommand: GetDomainCommand_1.GetDomainCommand,
|
|
79
|
-
GetEventStreamCommand: GetEventStreamCommand_1.GetEventStreamCommand,
|
|
80
|
-
GetIdentityResolutionJobCommand: GetIdentityResolutionJobCommand_1.GetIdentityResolutionJobCommand,
|
|
81
|
-
GetIntegrationCommand: GetIntegrationCommand_1.GetIntegrationCommand,
|
|
82
|
-
GetMatchesCommand: GetMatchesCommand_1.GetMatchesCommand,
|
|
83
|
-
GetProfileObjectTypeCommand: GetProfileObjectTypeCommand_1.GetProfileObjectTypeCommand,
|
|
84
|
-
GetProfileObjectTypeTemplateCommand: GetProfileObjectTypeTemplateCommand_1.GetProfileObjectTypeTemplateCommand,
|
|
85
|
-
GetSimilarProfilesCommand: GetSimilarProfilesCommand_1.GetSimilarProfilesCommand,
|
|
86
|
-
GetWorkflowCommand: GetWorkflowCommand_1.GetWorkflowCommand,
|
|
87
|
-
GetWorkflowStepsCommand: GetWorkflowStepsCommand_1.GetWorkflowStepsCommand,
|
|
88
|
-
ListAccountIntegrationsCommand: ListAccountIntegrationsCommand_1.ListAccountIntegrationsCommand,
|
|
89
|
-
ListCalculatedAttributeDefinitionsCommand: ListCalculatedAttributeDefinitionsCommand_1.ListCalculatedAttributeDefinitionsCommand,
|
|
90
|
-
ListCalculatedAttributesForProfileCommand: ListCalculatedAttributesForProfileCommand_1.ListCalculatedAttributesForProfileCommand,
|
|
91
|
-
ListDomainsCommand: ListDomainsCommand_1.ListDomainsCommand,
|
|
92
|
-
ListEventStreamsCommand: ListEventStreamsCommand_1.ListEventStreamsCommand,
|
|
93
|
-
ListIdentityResolutionJobsCommand: ListIdentityResolutionJobsCommand_1.ListIdentityResolutionJobsCommand,
|
|
94
|
-
ListIntegrationsCommand: ListIntegrationsCommand_1.ListIntegrationsCommand,
|
|
95
|
-
ListProfileObjectsCommand: ListProfileObjectsCommand_1.ListProfileObjectsCommand,
|
|
96
|
-
ListProfileObjectTypesCommand: ListProfileObjectTypesCommand_1.ListProfileObjectTypesCommand,
|
|
97
|
-
ListProfileObjectTypeTemplatesCommand: ListProfileObjectTypeTemplatesCommand_1.ListProfileObjectTypeTemplatesCommand,
|
|
98
|
-
ListRuleBasedMatchesCommand: ListRuleBasedMatchesCommand_1.ListRuleBasedMatchesCommand,
|
|
99
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
100
|
-
ListWorkflowsCommand: ListWorkflowsCommand_1.ListWorkflowsCommand,
|
|
101
|
-
MergeProfilesCommand: MergeProfilesCommand_1.MergeProfilesCommand,
|
|
102
|
-
PutIntegrationCommand: PutIntegrationCommand_1.PutIntegrationCommand,
|
|
103
|
-
PutProfileObjectCommand: PutProfileObjectCommand_1.PutProfileObjectCommand,
|
|
104
|
-
PutProfileObjectTypeCommand: PutProfileObjectTypeCommand_1.PutProfileObjectTypeCommand,
|
|
105
|
-
SearchProfilesCommand: SearchProfilesCommand_1.SearchProfilesCommand,
|
|
106
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
107
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
108
|
-
UpdateCalculatedAttributeDefinitionCommand: UpdateCalculatedAttributeDefinitionCommand_1.UpdateCalculatedAttributeDefinitionCommand,
|
|
109
|
-
UpdateDomainCommand: UpdateDomainCommand_1.UpdateDomainCommand,
|
|
110
|
-
UpdateProfileCommand: UpdateProfileCommand_1.UpdateProfileCommand,
|
|
111
|
-
};
|
|
112
|
-
class CustomerProfiles extends CustomerProfilesClient_1.CustomerProfilesClient {
|
|
113
|
-
}
|
|
114
|
-
exports.CustomerProfiles = CustomerProfiles;
|
|
115
|
-
(0, smithy_client_1.createAggregatedClient)(commands, CustomerProfiles);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CustomerProfilesClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class CustomerProfilesClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.CustomerProfilesClient = CustomerProfilesClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddProfileKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AddProfileKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "AddProfileKey", {})
|
|
22
|
-
.n("CustomerProfilesClient", "AddProfileKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AddProfileKeyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AddProfileKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AddProfileKeyCommand = AddProfileKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCalculatedAttributeDefinitionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateCalculatedAttributeDefinitionCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("CustomerProfiles_20200815", "CreateCalculatedAttributeDefinition", {})
|
|
23
|
-
.n("CustomerProfilesClient", "CreateCalculatedAttributeDefinitionCommand")
|
|
24
|
-
.f(models_0_1.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog, models_0_1.CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateCalculatedAttributeDefinitionCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateCalculatedAttributeDefinitionCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateCalculatedAttributeDefinitionCommand = CreateCalculatedAttributeDefinitionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDomainCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDomainCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "CreateDomain", {})
|
|
22
|
-
.n("CustomerProfilesClient", "CreateDomainCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateDomainCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateDomainCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDomainCommand = CreateDomainCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEventStreamCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateEventStreamCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "CreateEventStream", {})
|
|
22
|
-
.n("CustomerProfilesClient", "CreateEventStreamCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateEventStreamCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateEventStreamCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateEventStreamCommand = CreateEventStreamCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateIntegrationWorkflowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateIntegrationWorkflowCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("CustomerProfiles_20200815", "CreateIntegrationWorkflow", {})
|
|
23
|
-
.n("CustomerProfilesClient", "CreateIntegrationWorkflowCommand")
|
|
24
|
-
.f(models_0_1.CreateIntegrationWorkflowRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateIntegrationWorkflowCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateIntegrationWorkflowCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateIntegrationWorkflowCommand = CreateIntegrationWorkflowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateProfileCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateProfileCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("CustomerProfiles_20200815", "CreateProfile", {})
|
|
23
|
-
.n("CustomerProfilesClient", "CreateProfileCommand")
|
|
24
|
-
.f(models_0_1.CreateProfileRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateProfileCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateProfileCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateProfileCommand = CreateProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCalculatedAttributeDefinitionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteCalculatedAttributeDefinitionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteCalculatedAttributeDefinition", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteCalculatedAttributeDefinitionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteCalculatedAttributeDefinitionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteCalculatedAttributeDefinitionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteCalculatedAttributeDefinitionCommand = DeleteCalculatedAttributeDefinitionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDomainCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteDomainCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteDomain", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteDomainCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteDomainCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteDomainCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDomainCommand = DeleteDomainCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEventStreamCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteEventStreamCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteEventStream", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteEventStreamCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteEventStreamCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteEventStreamCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteEventStreamCommand = DeleteEventStreamCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteIntegrationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteIntegrationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteIntegration", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteIntegrationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteIntegrationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteIntegrationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProfileCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteProfileCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteProfile", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteProfileCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteProfileCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteProfileCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProfileCommand = DeleteProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProfileKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteProfileKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteProfileKey", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteProfileKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteProfileKeyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteProfileKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProfileKeyCommand = DeleteProfileKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProfileObjectCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteProfileObjectCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteProfileObject", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteProfileObjectCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteProfileObjectCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteProfileObjectCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProfileObjectCommand = DeleteProfileObjectCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteProfileObjectTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteProfileObjectTypeCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteProfileObjectType", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteProfileObjectTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteProfileObjectTypeCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteProfileObjectTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteProfileObjectTypeCommand = DeleteProfileObjectTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteWorkflowCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteWorkflowCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CustomerProfiles_20200815", "DeleteWorkflow", {})
|
|
22
|
-
.n("CustomerProfilesClient", "DeleteWorkflowCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteWorkflowCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteWorkflowCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
|
|
1
|
+
module.exports = require("../index.js");
|