@aws-sdk/client-customer-profiles 3.775.0 → 3.777.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-types/commands/AddProfileKeyCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetProfileCommand.d.ts +1 -0
- package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/CreateEventTriggerCommand.d.ts +1 -0
- package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +1 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +1 -0
- package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/CreateSegmentEstimateCommand.d.ts +1 -0
- package/dist-types/commands/CreateSegmentSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCalculatedAttributeDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventTriggerCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProfileKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProfileObjectCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProfileObjectTypeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSegmentDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -0
- package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +1 -0
- package/dist-types/commands/GetAutoMergingPreviewCommand.d.ts +1 -0
- package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/GetCalculatedAttributeForProfileCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainCommand.d.ts +1 -0
- package/dist-types/commands/GetEventStreamCommand.d.ts +1 -0
- package/dist-types/commands/GetEventTriggerCommand.d.ts +1 -0
- package/dist-types/commands/GetIdentityResolutionJobCommand.d.ts +1 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/GetMatchesCommand.d.ts +1 -0
- package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +1 -0
- package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentEstimateCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentMembershipCommand.d.ts +1 -0
- package/dist-types/commands/GetSegmentSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/GetSimilarProfilesCommand.d.ts +1 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +1 -0
- package/dist-types/commands/GetWorkflowStepsCommand.d.ts +1 -0
- package/dist-types/commands/ListAccountIntegrationsCommand.d.ts +1 -0
- package/dist-types/commands/ListCalculatedAttributeDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListCalculatedAttributesForProfileCommand.d.ts +1 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -0
- package/dist-types/commands/ListEventStreamsCommand.d.ts +1 -0
- package/dist-types/commands/ListEventTriggersCommand.d.ts +1 -0
- package/dist-types/commands/ListIdentityResolutionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListIntegrationsCommand.d.ts +1 -0
- package/dist-types/commands/ListObjectTypeAttributesCommand.d.ts +1 -0
- package/dist-types/commands/ListProfileAttributeValuesCommand.d.ts +1 -0
- package/dist-types/commands/ListProfileObjectTypeTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListProfileObjectTypesCommand.d.ts +1 -0
- package/dist-types/commands/ListProfileObjectsCommand.d.ts +1 -0
- package/dist-types/commands/ListRuleBasedMatchesCommand.d.ts +1 -0
- package/dist-types/commands/ListSegmentDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -0
- package/dist-types/commands/MergeProfilesCommand.d.ts +1 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/PutProfileObjectCommand.d.ts +1 -0
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -0
- package/dist-types/commands/SearchProfilesCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -80,6 +80,7 @@ declare const AddProfileKeyCommand_base: {
|
|
|
80
80
|
* @throws {@link CustomerProfilesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class AddProfileKeyCommand extends AddProfileKeyCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const BatchGetCalculatedAttributeForProfileCommand_base: {
|
|
|
102
102
|
* @throws {@link CustomerProfilesServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class BatchGetCalculatedAttributeForProfileCommand extends BatchGetCalculatedAttributeForProfileCommand_base {
|
|
@@ -160,6 +160,7 @@ declare const BatchGetProfileCommand_base: {
|
|
|
160
160
|
* @throws {@link CustomerProfilesServiceException}
|
|
161
161
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
162
162
|
*
|
|
163
|
+
*
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
166
|
export declare class BatchGetProfileCommand extends BatchGetProfileCommand_base {
|
|
@@ -167,6 +167,7 @@ declare const CreateCalculatedAttributeDefinitionCommand_base: {
|
|
|
167
167
|
* @throws {@link CustomerProfilesServiceException}
|
|
168
168
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
169
169
|
*
|
|
170
|
+
*
|
|
170
171
|
* @public
|
|
171
172
|
*/
|
|
172
173
|
export declare class CreateCalculatedAttributeDefinitionCommand extends CreateCalculatedAttributeDefinitionCommand_base {
|
|
@@ -224,6 +224,7 @@ declare const CreateDomainCommand_base: {
|
|
|
224
224
|
* @throws {@link CustomerProfilesServiceException}
|
|
225
225
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
226
226
|
*
|
|
227
|
+
*
|
|
227
228
|
* @public
|
|
228
229
|
*/
|
|
229
230
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const CreateEventStreamCommand_base: {
|
|
|
80
80
|
* @throws {@link CustomerProfilesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateEventStreamCommand extends CreateEventStreamCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const CreateEventTriggerCommand_base: {
|
|
|
147
147
|
* @throws {@link CustomerProfilesServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class CreateEventTriggerCommand extends CreateEventTriggerCommand_base {
|
|
@@ -152,6 +152,7 @@ declare const CreateIntegrationWorkflowCommand_base: {
|
|
|
152
152
|
* @throws {@link CustomerProfilesServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
154
154
|
*
|
|
155
|
+
*
|
|
155
156
|
* @public
|
|
156
157
|
*/
|
|
157
158
|
export declare class CreateIntegrationWorkflowCommand extends CreateIntegrationWorkflowCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const CreateProfileCommand_base: {
|
|
|
140
140
|
* @throws {@link CustomerProfilesServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
@@ -204,6 +204,7 @@ declare const CreateSegmentDefinitionCommand_base: {
|
|
|
204
204
|
* @throws {@link CustomerProfilesServiceException}
|
|
205
205
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
206
206
|
*
|
|
207
|
+
*
|
|
207
208
|
* @public
|
|
208
209
|
*/
|
|
209
210
|
export declare class CreateSegmentDefinitionCommand extends CreateSegmentDefinitionCommand_base {
|
|
@@ -193,6 +193,7 @@ declare const CreateSegmentEstimateCommand_base: {
|
|
|
193
193
|
* @throws {@link CustomerProfilesServiceException}
|
|
194
194
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
195
195
|
*
|
|
196
|
+
*
|
|
196
197
|
* @public
|
|
197
198
|
*/
|
|
198
199
|
export declare class CreateSegmentEstimateCommand extends CreateSegmentEstimateCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const CreateSegmentSnapshotCommand_base: {
|
|
|
74
74
|
* @throws {@link CustomerProfilesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class CreateSegmentSnapshotCommand extends CreateSegmentSnapshotCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteCalculatedAttributeDefinitionCommand_base: {
|
|
|
71
71
|
* @throws {@link CustomerProfilesServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteCalculatedAttributeDefinitionCommand extends DeleteCalculatedAttributeDefinitionCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteDomainCommand_base: {
|
|
|
70
70
|
* @throws {@link CustomerProfilesServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteEventStreamCommand_base: {
|
|
|
68
68
|
* @throws {@link CustomerProfilesServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteEventStreamCommand extends DeleteEventStreamCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DeleteEventTriggerCommand_base: {
|
|
|
73
73
|
* @throws {@link CustomerProfilesServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteEventTriggerCommand extends DeleteEventTriggerCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
70
70
|
* @throws {@link CustomerProfilesServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteProfileCommand_base: {
|
|
|
70
70
|
* @throws {@link CustomerProfilesServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteProfileKeyCommand_base: {
|
|
|
74
74
|
* @throws {@link CustomerProfilesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteProfileKeyCommand extends DeleteProfileKeyCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteProfileObjectCommand_base: {
|
|
|
72
72
|
* @throws {@link CustomerProfilesServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteProfileObjectCommand extends DeleteProfileObjectCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DeleteProfileObjectTypeCommand_base: {
|
|
|
73
73
|
* @throws {@link CustomerProfilesServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteProfileObjectTypeCommand extends DeleteProfileObjectTypeCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteSegmentDefinitionCommand_base: {
|
|
|
70
70
|
* @throws {@link CustomerProfilesServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteSegmentDefinitionCommand extends DeleteSegmentDefinitionCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
69
69
|
* @throws {@link CustomerProfilesServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const DetectProfileObjectTypeCommand_base: {
|
|
|
95
95
|
* @throws {@link CustomerProfilesServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DetectProfileObjectTypeCommand extends DetectProfileObjectTypeCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetAutoMergingPreviewCommand_base: {
|
|
|
96
96
|
* @throws {@link CustomerProfilesServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetAutoMergingPreviewCommand extends GetAutoMergingPreviewCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const GetCalculatedAttributeDefinitionCommand_base: {
|
|
|
118
118
|
* @throws {@link CustomerProfilesServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class GetCalculatedAttributeDefinitionCommand extends GetCalculatedAttributeDefinitionCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetCalculatedAttributeForProfileCommand_base: {
|
|
|
74
74
|
* @throws {@link CustomerProfilesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetCalculatedAttributeForProfileCommand extends GetCalculatedAttributeForProfileCommand_base {
|
|
@@ -146,6 +146,7 @@ declare const GetDomainCommand_base: {
|
|
|
146
146
|
* @throws {@link CustomerProfilesServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
148
148
|
*
|
|
149
|
+
*
|
|
149
150
|
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class GetDomainCommand extends GetDomainCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetEventStreamCommand_base: {
|
|
|
83
83
|
* @throws {@link CustomerProfilesServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetEventStreamCommand extends GetEventStreamCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const GetEventTriggerCommand_base: {
|
|
|
108
108
|
* @throws {@link CustomerProfilesServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class GetEventTriggerCommand extends GetEventTriggerCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const GetIdentityResolutionJobCommand_base: {
|
|
|
105
105
|
* @throws {@link CustomerProfilesServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class GetIdentityResolutionJobCommand extends GetIdentityResolutionJobCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetIntegrationCommand_base: {
|
|
|
86
86
|
* @throws {@link CustomerProfilesServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const GetMatchesCommand_base: {
|
|
|
126
126
|
* @throws {@link CustomerProfilesServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class GetMatchesCommand extends GetMatchesCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const GetProfileObjectTypeCommand_base: {
|
|
|
102
102
|
* @throws {@link CustomerProfilesServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class GetProfileObjectTypeCommand extends GetProfileObjectTypeCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetProfileObjectTypeTemplateCommand_base: {
|
|
|
96
96
|
* @throws {@link CustomerProfilesServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetProfileObjectTypeTemplateCommand extends GetProfileObjectTypeTemplateCommand_base {
|
|
@@ -199,6 +199,7 @@ declare const GetSegmentDefinitionCommand_base: {
|
|
|
199
199
|
* @throws {@link CustomerProfilesServiceException}
|
|
200
200
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
201
201
|
*
|
|
202
|
+
*
|
|
202
203
|
* @public
|
|
203
204
|
*/
|
|
204
205
|
export declare class GetSegmentDefinitionCommand extends GetSegmentDefinitionCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetSegmentEstimateCommand_base: {
|
|
|
75
75
|
* @throws {@link CustomerProfilesServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetSegmentEstimateCommand extends GetSegmentEstimateCommand_base {
|
|
@@ -166,6 +166,7 @@ declare const GetSegmentMembershipCommand_base: {
|
|
|
166
166
|
* @throws {@link CustomerProfilesServiceException}
|
|
167
167
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
168
168
|
*
|
|
169
|
+
*
|
|
169
170
|
* @public
|
|
170
171
|
*/
|
|
171
172
|
export declare class GetSegmentMembershipCommand extends GetSegmentMembershipCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const GetSegmentSnapshotCommand_base: {
|
|
|
77
77
|
* @throws {@link CustomerProfilesServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetSegmentSnapshotCommand extends GetSegmentSnapshotCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetSimilarProfilesCommand_base: {
|
|
|
84
84
|
* @throws {@link CustomerProfilesServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetSimilarProfilesCommand extends GetSimilarProfilesCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetWorkflowCommand_base: {
|
|
|
89
89
|
* @throws {@link CustomerProfilesServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetWorkflowStepsCommand_base: {
|
|
|
88
88
|
* @throws {@link CustomerProfilesServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetWorkflowStepsCommand extends GetWorkflowStepsCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListAccountIntegrationsCommand_base: {
|
|
|
93
93
|
* @throws {@link CustomerProfilesServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListAccountIntegrationsCommand extends ListAccountIntegrationsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListCalculatedAttributeDefinitionsCommand_base: {
|
|
|
83
83
|
* @throws {@link CustomerProfilesServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListCalculatedAttributeDefinitionsCommand extends ListCalculatedAttributeDefinitionsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListCalculatedAttributesForProfileCommand_base: {
|
|
|
80
80
|
* @throws {@link CustomerProfilesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListCalculatedAttributesForProfileCommand extends ListCalculatedAttributesForProfileCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListDomainsCommand_base: {
|
|
|
80
80
|
* @throws {@link CustomerProfilesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ListEventStreamsCommand_base: {
|
|
|
88
88
|
* @throws {@link CustomerProfilesServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListEventStreamsCommand extends ListEventStreamsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListEventTriggersCommand_base: {
|
|
|
83
83
|
* @throws {@link CustomerProfilesServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListEventTriggersCommand extends ListEventTriggersCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListIdentityResolutionJobsCommand_base: {
|
|
|
93
93
|
* @throws {@link CustomerProfilesServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListIdentityResolutionJobsCommand extends ListIdentityResolutionJobsCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListIntegrationsCommand_base: {
|
|
|
93
93
|
* @throws {@link CustomerProfilesServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListIntegrationsCommand extends ListIntegrationsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListObjectTypeAttributesCommand_base: {
|
|
|
78
78
|
* @throws {@link CustomerProfilesServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListObjectTypeAttributesCommand extends ListObjectTypeAttributesCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListProfileAttributeValuesCommand_base: {
|
|
|
77
77
|
* @throws {@link CustomerProfilesServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListProfileAttributeValuesCommand extends ListProfileAttributeValuesCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListProfileObjectTypeTemplatesCommand_base: {
|
|
|
77
77
|
* @throws {@link CustomerProfilesServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListProfileObjectTypeTemplatesCommand extends ListProfileObjectTypeTemplatesCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListProfileObjectTypesCommand_base: {
|
|
|
84
84
|
* @throws {@link CustomerProfilesServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListProfileObjectTypesCommand extends ListProfileObjectTypesCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListProfileObjectsCommand_base: {
|
|
|
86
86
|
* @throws {@link CustomerProfilesServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListProfileObjectsCommand extends ListProfileObjectsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListRuleBasedMatchesCommand_base: {
|
|
|
74
74
|
* @throws {@link CustomerProfilesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListRuleBasedMatchesCommand extends ListRuleBasedMatchesCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListSegmentDefinitionsCommand_base: {
|
|
|
83
83
|
* @throws {@link CustomerProfilesServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListSegmentDefinitionsCommand extends ListSegmentDefinitionsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link CustomerProfilesServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListWorkflowsCommand_base: {
|
|
|
85
85
|
* @throws {@link CustomerProfilesServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
@@ -137,6 +137,7 @@ declare const MergeProfilesCommand_base: {
|
|
|
137
137
|
* @throws {@link CustomerProfilesServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
139
139
|
*
|
|
140
|
+
*
|
|
140
141
|
* @public
|
|
141
142
|
*/
|
|
142
143
|
export declare class MergeProfilesCommand extends MergeProfilesCommand_base {
|
|
@@ -167,6 +167,7 @@ declare const PutIntegrationCommand_base: {
|
|
|
167
167
|
* @throws {@link CustomerProfilesServiceException}
|
|
168
168
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
169
169
|
*
|
|
170
|
+
*
|
|
170
171
|
* @public
|
|
171
172
|
*/
|
|
172
173
|
export declare class PutIntegrationCommand extends PutIntegrationCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const PutProfileObjectCommand_base: {
|
|
|
80
80
|
* @throws {@link CustomerProfilesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class PutProfileObjectCommand extends PutProfileObjectCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const PutProfileObjectTypeCommand_base: {
|
|
|
133
133
|
* @throws {@link CustomerProfilesServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class PutProfileObjectTypeCommand extends PutProfileObjectTypeCommand_base {
|
|
@@ -171,6 +171,7 @@ declare const SearchProfilesCommand_base: {
|
|
|
171
171
|
* @throws {@link CustomerProfilesServiceException}
|
|
172
172
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
173
173
|
*
|
|
174
|
+
*
|
|
174
175
|
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class SearchProfilesCommand extends SearchProfilesCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const TagResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link CustomerProfilesServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link CustomerProfilesServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const UpdateCalculatedAttributeDefinitionCommand_base: {
|
|
|
112
112
|
* @throws {@link CustomerProfilesServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class UpdateCalculatedAttributeDefinitionCommand extends UpdateCalculatedAttributeDefinitionCommand_base {
|
|
@@ -216,6 +216,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
216
216
|
* @throws {@link CustomerProfilesServiceException}
|
|
217
217
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
218
218
|
*
|
|
219
|
+
*
|
|
219
220
|
* @public
|
|
220
221
|
*/
|
|
221
222
|
export declare class UpdateDomainCommand extends UpdateDomainCommand_base {
|
|
@@ -141,6 +141,7 @@ declare const UpdateEventTriggerCommand_base: {
|
|
|
141
141
|
* @throws {@link CustomerProfilesServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
143
143
|
*
|
|
144
|
+
*
|
|
144
145
|
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class UpdateEventTriggerCommand extends UpdateEventTriggerCommand_base {
|
|
@@ -143,6 +143,7 @@ declare const UpdateProfileCommand_base: {
|
|
|
143
143
|
* @throws {@link CustomerProfilesServiceException}
|
|
144
144
|
* <p>Base exception class for all service exceptions from CustomerProfiles service.</p>
|
|
145
145
|
*
|
|
146
|
+
*
|
|
146
147
|
* @public
|
|
147
148
|
*/
|
|
148
149
|
export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-customer-profiles",
|
|
3
3
|
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-customer-profiles",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|