@aws-sdk/client-customer-profiles 3.693.0 → 3.695.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.
Files changed (77) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/index.js +1265 -46
  3. package/dist-es/CustomerProfiles.js +26 -0
  4. package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +23 -0
  5. package/dist-es/commands/BatchGetProfileCommand.js +23 -0
  6. package/dist-es/commands/CreateSegmentDefinitionCommand.js +23 -0
  7. package/dist-es/commands/CreateSegmentEstimateCommand.js +23 -0
  8. package/dist-es/commands/CreateSegmentSnapshotCommand.js +22 -0
  9. package/dist-es/commands/DeleteSegmentDefinitionCommand.js +22 -0
  10. package/dist-es/commands/GetSegmentDefinitionCommand.js +23 -0
  11. package/dist-es/commands/GetSegmentEstimateCommand.js +22 -0
  12. package/dist-es/commands/GetSegmentMembershipCommand.js +23 -0
  13. package/dist-es/commands/GetSegmentSnapshotCommand.js +22 -0
  14. package/dist-es/commands/ListObjectTypeAttributesCommand.js +22 -0
  15. package/dist-es/commands/ListProfileAttributeValuesCommand.js +22 -0
  16. package/dist-es/commands/ListSegmentDefinitionsCommand.js +23 -0
  17. package/dist-es/commands/index.js +13 -0
  18. package/dist-es/models/models_0.js +208 -34
  19. package/dist-es/pagination/GetSimilarProfilesPaginator.js +4 -0
  20. package/dist-es/pagination/ListObjectTypeAttributesPaginator.js +4 -0
  21. package/dist-es/pagination/ListRuleBasedMatchesPaginator.js +4 -0
  22. package/dist-es/pagination/ListSegmentDefinitionsPaginator.js +4 -0
  23. package/dist-es/pagination/index.js +4 -0
  24. package/dist-es/protocols/Aws_restJson1.js +739 -2
  25. package/dist-types/CustomerProfiles.d.ts +91 -0
  26. package/dist-types/CustomerProfilesClient.d.ts +15 -2
  27. package/dist-types/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +119 -0
  28. package/dist-types/commands/BatchGetProfileCommand.d.ts +177 -0
  29. package/dist-types/commands/CreateCalculatedAttributeDefinitionCommand.d.ts +40 -0
  30. package/dist-types/commands/CreateSegmentDefinitionCommand.d.ts +221 -0
  31. package/dist-types/commands/CreateSegmentEstimateCommand.d.ts +210 -0
  32. package/dist-types/commands/CreateSegmentSnapshotCommand.d.ts +91 -0
  33. package/dist-types/commands/DeleteSegmentDefinitionCommand.d.ts +87 -0
  34. package/dist-types/commands/DetectProfileObjectTypeCommand.d.ts +1 -1
  35. package/dist-types/commands/GetCalculatedAttributeDefinitionCommand.d.ts +20 -0
  36. package/dist-types/commands/GetProfileObjectTypeCommand.d.ts +1 -1
  37. package/dist-types/commands/GetProfileObjectTypeTemplateCommand.d.ts +1 -1
  38. package/dist-types/commands/GetSegmentDefinitionCommand.d.ts +216 -0
  39. package/dist-types/commands/GetSegmentEstimateCommand.d.ts +92 -0
  40. package/dist-types/commands/GetSegmentMembershipCommand.d.ts +183 -0
  41. package/dist-types/commands/GetSegmentSnapshotCommand.d.ts +94 -0
  42. package/dist-types/commands/ListObjectTypeAttributesCommand.d.ts +95 -0
  43. package/dist-types/commands/ListProfileAttributeValuesCommand.d.ts +94 -0
  44. package/dist-types/commands/ListSegmentDefinitionsCommand.d.ts +100 -0
  45. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -2
  46. package/dist-types/commands/index.d.ts +13 -0
  47. package/dist-types/models/models_0.d.ts +2277 -826
  48. package/dist-types/pagination/GetSimilarProfilesPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListObjectTypeAttributesPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListRuleBasedMatchesPaginator.d.ts +7 -0
  51. package/dist-types/pagination/ListSegmentDefinitionsPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +4 -0
  53. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  54. package/dist-types/ts3.4/CustomerProfiles.d.ts +227 -0
  55. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +78 -0
  56. package/dist-types/ts3.4/commands/BatchGetCalculatedAttributeForProfileCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/BatchGetProfileCommand.d.ts +50 -0
  58. package/dist-types/ts3.4/commands/CreateSegmentDefinitionCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/CreateSegmentEstimateCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/CreateSegmentSnapshotCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/DeleteSegmentDefinitionCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/GetSegmentDefinitionCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/GetSegmentEstimateCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/GetSegmentMembershipCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/GetSegmentSnapshotCommand.d.ts +51 -0
  66. package/dist-types/ts3.4/commands/ListObjectTypeAttributesCommand.d.ts +51 -0
  67. package/dist-types/ts3.4/commands/ListProfileAttributeValuesCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/ListSegmentDefinitionsCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +503 -44
  71. package/dist-types/ts3.4/pagination/GetSimilarProfilesPaginator.d.ts +11 -0
  72. package/dist-types/ts3.4/pagination/ListObjectTypeAttributesPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/ListRuleBasedMatchesPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/ListSegmentDefinitionsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  77. package/package.json +1 -1
@@ -49,6 +49,14 @@ import {
49
49
  AddProfileKeyCommandInput,
50
50
  AddProfileKeyCommandOutput,
51
51
  } from "./commands/AddProfileKeyCommand";
52
+ import {
53
+ BatchGetCalculatedAttributeForProfileCommandInput,
54
+ BatchGetCalculatedAttributeForProfileCommandOutput,
55
+ } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
56
+ import {
57
+ BatchGetProfileCommandInput,
58
+ BatchGetProfileCommandOutput,
59
+ } from "./commands/BatchGetProfileCommand";
52
60
  import {
53
61
  CreateCalculatedAttributeDefinitionCommandInput,
54
62
  CreateCalculatedAttributeDefinitionCommandOutput,
@@ -69,6 +77,18 @@ import {
69
77
  CreateProfileCommandInput,
70
78
  CreateProfileCommandOutput,
71
79
  } from "./commands/CreateProfileCommand";
80
+ import {
81
+ CreateSegmentDefinitionCommandInput,
82
+ CreateSegmentDefinitionCommandOutput,
83
+ } from "./commands/CreateSegmentDefinitionCommand";
84
+ import {
85
+ CreateSegmentEstimateCommandInput,
86
+ CreateSegmentEstimateCommandOutput,
87
+ } from "./commands/CreateSegmentEstimateCommand";
88
+ import {
89
+ CreateSegmentSnapshotCommandInput,
90
+ CreateSegmentSnapshotCommandOutput,
91
+ } from "./commands/CreateSegmentSnapshotCommand";
72
92
  import {
73
93
  DeleteCalculatedAttributeDefinitionCommandInput,
74
94
  DeleteCalculatedAttributeDefinitionCommandOutput,
@@ -101,6 +121,10 @@ import {
101
121
  DeleteProfileObjectTypeCommandInput,
102
122
  DeleteProfileObjectTypeCommandOutput,
103
123
  } from "./commands/DeleteProfileObjectTypeCommand";
124
+ import {
125
+ DeleteSegmentDefinitionCommandInput,
126
+ DeleteSegmentDefinitionCommandOutput,
127
+ } from "./commands/DeleteSegmentDefinitionCommand";
104
128
  import {
105
129
  DeleteWorkflowCommandInput,
106
130
  DeleteWorkflowCommandOutput,
@@ -149,6 +173,22 @@ import {
149
173
  GetProfileObjectTypeTemplateCommandInput,
150
174
  GetProfileObjectTypeTemplateCommandOutput,
151
175
  } from "./commands/GetProfileObjectTypeTemplateCommand";
176
+ import {
177
+ GetSegmentDefinitionCommandInput,
178
+ GetSegmentDefinitionCommandOutput,
179
+ } from "./commands/GetSegmentDefinitionCommand";
180
+ import {
181
+ GetSegmentEstimateCommandInput,
182
+ GetSegmentEstimateCommandOutput,
183
+ } from "./commands/GetSegmentEstimateCommand";
184
+ import {
185
+ GetSegmentMembershipCommandInput,
186
+ GetSegmentMembershipCommandOutput,
187
+ } from "./commands/GetSegmentMembershipCommand";
188
+ import {
189
+ GetSegmentSnapshotCommandInput,
190
+ GetSegmentSnapshotCommandOutput,
191
+ } from "./commands/GetSegmentSnapshotCommand";
152
192
  import {
153
193
  GetSimilarProfilesCommandInput,
154
194
  GetSimilarProfilesCommandOutput,
@@ -189,6 +229,14 @@ import {
189
229
  ListIntegrationsCommandInput,
190
230
  ListIntegrationsCommandOutput,
191
231
  } from "./commands/ListIntegrationsCommand";
232
+ import {
233
+ ListObjectTypeAttributesCommandInput,
234
+ ListObjectTypeAttributesCommandOutput,
235
+ } from "./commands/ListObjectTypeAttributesCommand";
236
+ import {
237
+ ListProfileAttributeValuesCommandInput,
238
+ ListProfileAttributeValuesCommandOutput,
239
+ } from "./commands/ListProfileAttributeValuesCommand";
192
240
  import {
193
241
  ListProfileObjectsCommandInput,
194
242
  ListProfileObjectsCommandOutput,
@@ -205,6 +253,10 @@ import {
205
253
  ListRuleBasedMatchesCommandInput,
206
254
  ListRuleBasedMatchesCommandOutput,
207
255
  } from "./commands/ListRuleBasedMatchesCommand";
256
+ import {
257
+ ListSegmentDefinitionsCommandInput,
258
+ ListSegmentDefinitionsCommandOutput,
259
+ } from "./commands/ListSegmentDefinitionsCommand";
208
260
  import {
209
261
  ListTagsForResourceCommandInput,
210
262
  ListTagsForResourceCommandOutput,
@@ -262,11 +314,16 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
262
314
  export { __Client };
263
315
  export type ServiceInputTypes =
264
316
  | AddProfileKeyCommandInput
317
+ | BatchGetCalculatedAttributeForProfileCommandInput
318
+ | BatchGetProfileCommandInput
265
319
  | CreateCalculatedAttributeDefinitionCommandInput
266
320
  | CreateDomainCommandInput
267
321
  | CreateEventStreamCommandInput
268
322
  | CreateIntegrationWorkflowCommandInput
269
323
  | CreateProfileCommandInput
324
+ | CreateSegmentDefinitionCommandInput
325
+ | CreateSegmentEstimateCommandInput
326
+ | CreateSegmentSnapshotCommandInput
270
327
  | DeleteCalculatedAttributeDefinitionCommandInput
271
328
  | DeleteDomainCommandInput
272
329
  | DeleteEventStreamCommandInput
@@ -275,6 +332,7 @@ export type ServiceInputTypes =
275
332
  | DeleteProfileKeyCommandInput
276
333
  | DeleteProfileObjectCommandInput
277
334
  | DeleteProfileObjectTypeCommandInput
335
+ | DeleteSegmentDefinitionCommandInput
278
336
  | DeleteWorkflowCommandInput
279
337
  | DetectProfileObjectTypeCommandInput
280
338
  | GetAutoMergingPreviewCommandInput
@@ -287,6 +345,10 @@ export type ServiceInputTypes =
287
345
  | GetMatchesCommandInput
288
346
  | GetProfileObjectTypeCommandInput
289
347
  | GetProfileObjectTypeTemplateCommandInput
348
+ | GetSegmentDefinitionCommandInput
349
+ | GetSegmentEstimateCommandInput
350
+ | GetSegmentMembershipCommandInput
351
+ | GetSegmentSnapshotCommandInput
290
352
  | GetSimilarProfilesCommandInput
291
353
  | GetWorkflowCommandInput
292
354
  | GetWorkflowStepsCommandInput
@@ -297,10 +359,13 @@ export type ServiceInputTypes =
297
359
  | ListEventStreamsCommandInput
298
360
  | ListIdentityResolutionJobsCommandInput
299
361
  | ListIntegrationsCommandInput
362
+ | ListObjectTypeAttributesCommandInput
363
+ | ListProfileAttributeValuesCommandInput
300
364
  | ListProfileObjectTypeTemplatesCommandInput
301
365
  | ListProfileObjectTypesCommandInput
302
366
  | ListProfileObjectsCommandInput
303
367
  | ListRuleBasedMatchesCommandInput
368
+ | ListSegmentDefinitionsCommandInput
304
369
  | ListTagsForResourceCommandInput
305
370
  | ListWorkflowsCommandInput
306
371
  | MergeProfilesCommandInput
@@ -315,11 +380,16 @@ export type ServiceInputTypes =
315
380
  | UpdateProfileCommandInput;
316
381
  export type ServiceOutputTypes =
317
382
  | AddProfileKeyCommandOutput
383
+ | BatchGetCalculatedAttributeForProfileCommandOutput
384
+ | BatchGetProfileCommandOutput
318
385
  | CreateCalculatedAttributeDefinitionCommandOutput
319
386
  | CreateDomainCommandOutput
320
387
  | CreateEventStreamCommandOutput
321
388
  | CreateIntegrationWorkflowCommandOutput
322
389
  | CreateProfileCommandOutput
390
+ | CreateSegmentDefinitionCommandOutput
391
+ | CreateSegmentEstimateCommandOutput
392
+ | CreateSegmentSnapshotCommandOutput
323
393
  | DeleteCalculatedAttributeDefinitionCommandOutput
324
394
  | DeleteDomainCommandOutput
325
395
  | DeleteEventStreamCommandOutput
@@ -328,6 +398,7 @@ export type ServiceOutputTypes =
328
398
  | DeleteProfileKeyCommandOutput
329
399
  | DeleteProfileObjectCommandOutput
330
400
  | DeleteProfileObjectTypeCommandOutput
401
+ | DeleteSegmentDefinitionCommandOutput
331
402
  | DeleteWorkflowCommandOutput
332
403
  | DetectProfileObjectTypeCommandOutput
333
404
  | GetAutoMergingPreviewCommandOutput
@@ -340,6 +411,10 @@ export type ServiceOutputTypes =
340
411
  | GetMatchesCommandOutput
341
412
  | GetProfileObjectTypeCommandOutput
342
413
  | GetProfileObjectTypeTemplateCommandOutput
414
+ | GetSegmentDefinitionCommandOutput
415
+ | GetSegmentEstimateCommandOutput
416
+ | GetSegmentMembershipCommandOutput
417
+ | GetSegmentSnapshotCommandOutput
343
418
  | GetSimilarProfilesCommandOutput
344
419
  | GetWorkflowCommandOutput
345
420
  | GetWorkflowStepsCommandOutput
@@ -350,10 +425,13 @@ export type ServiceOutputTypes =
350
425
  | ListEventStreamsCommandOutput
351
426
  | ListIdentityResolutionJobsCommandOutput
352
427
  | ListIntegrationsCommandOutput
428
+ | ListObjectTypeAttributesCommandOutput
429
+ | ListProfileAttributeValuesCommandOutput
353
430
  | ListProfileObjectTypeTemplatesCommandOutput
354
431
  | ListProfileObjectTypesCommandOutput
355
432
  | ListProfileObjectsCommandOutput
356
433
  | ListRuleBasedMatchesCommandOutput
434
+ | ListSegmentDefinitionsCommandOutput
357
435
  | ListTagsForResourceCommandOutput
358
436
  | ListWorkflowsCommandOutput
359
437
  | MergeProfilesCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ BatchGetCalculatedAttributeForProfileRequest,
10
+ BatchGetCalculatedAttributeForProfileResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetCalculatedAttributeForProfileCommandInput
15
+ extends BatchGetCalculatedAttributeForProfileRequest {}
16
+ export interface BatchGetCalculatedAttributeForProfileCommandOutput
17
+ extends BatchGetCalculatedAttributeForProfileResponse,
18
+ __MetadataBearer {}
19
+ declare const BatchGetCalculatedAttributeForProfileCommand_base: {
20
+ new (
21
+ input: BatchGetCalculatedAttributeForProfileCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ BatchGetCalculatedAttributeForProfileCommandInput,
24
+ BatchGetCalculatedAttributeForProfileCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: BatchGetCalculatedAttributeForProfileCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ BatchGetCalculatedAttributeForProfileCommandInput,
33
+ BatchGetCalculatedAttributeForProfileCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class BatchGetCalculatedAttributeForProfileCommand extends BatchGetCalculatedAttributeForProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetCalculatedAttributeForProfileRequest;
44
+ output: BatchGetCalculatedAttributeForProfileResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetCalculatedAttributeForProfileCommandInput;
48
+ output: BatchGetCalculatedAttributeForProfileCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ BatchGetProfileRequest,
10
+ BatchGetProfileResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetProfileCommandInput extends BatchGetProfileRequest {}
15
+ export interface BatchGetProfileCommandOutput
16
+ extends BatchGetProfileResponse,
17
+ __MetadataBearer {}
18
+ declare const BatchGetProfileCommand_base: {
19
+ new (
20
+ input: BatchGetProfileCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ BatchGetProfileCommandInput,
23
+ BatchGetProfileCommandOutput,
24
+ CustomerProfilesClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: BatchGetProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetProfileCommandInput,
32
+ BatchGetProfileCommandOutput,
33
+ CustomerProfilesClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class BatchGetProfileCommand extends BatchGetProfileCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchGetProfileRequest;
43
+ output: BatchGetProfileResponse;
44
+ };
45
+ sdk: {
46
+ input: BatchGetProfileCommandInput;
47
+ output: BatchGetProfileCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ CreateSegmentDefinitionRequest,
10
+ CreateSegmentDefinitionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateSegmentDefinitionCommandInput
15
+ extends CreateSegmentDefinitionRequest {}
16
+ export interface CreateSegmentDefinitionCommandOutput
17
+ extends CreateSegmentDefinitionResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateSegmentDefinitionCommand_base: {
20
+ new (
21
+ input: CreateSegmentDefinitionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateSegmentDefinitionCommandInput,
24
+ CreateSegmentDefinitionCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateSegmentDefinitionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateSegmentDefinitionCommandInput,
33
+ CreateSegmentDefinitionCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateSegmentDefinitionCommand extends CreateSegmentDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSegmentDefinitionRequest;
44
+ output: CreateSegmentDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateSegmentDefinitionCommandInput;
48
+ output: CreateSegmentDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ CreateSegmentEstimateRequest,
10
+ CreateSegmentEstimateResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateSegmentEstimateCommandInput
15
+ extends CreateSegmentEstimateRequest {}
16
+ export interface CreateSegmentEstimateCommandOutput
17
+ extends CreateSegmentEstimateResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateSegmentEstimateCommand_base: {
20
+ new (
21
+ input: CreateSegmentEstimateCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateSegmentEstimateCommandInput,
24
+ CreateSegmentEstimateCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateSegmentEstimateCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateSegmentEstimateCommandInput,
33
+ CreateSegmentEstimateCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateSegmentEstimateCommand extends CreateSegmentEstimateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSegmentEstimateRequest;
44
+ output: CreateSegmentEstimateResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateSegmentEstimateCommandInput;
48
+ output: CreateSegmentEstimateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ CreateSegmentSnapshotRequest,
10
+ CreateSegmentSnapshotResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateSegmentSnapshotCommandInput
15
+ extends CreateSegmentSnapshotRequest {}
16
+ export interface CreateSegmentSnapshotCommandOutput
17
+ extends CreateSegmentSnapshotResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateSegmentSnapshotCommand_base: {
20
+ new (
21
+ input: CreateSegmentSnapshotCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateSegmentSnapshotCommandInput,
24
+ CreateSegmentSnapshotCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateSegmentSnapshotCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateSegmentSnapshotCommandInput,
33
+ CreateSegmentSnapshotCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateSegmentSnapshotCommand extends CreateSegmentSnapshotCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSegmentSnapshotRequest;
44
+ output: CreateSegmentSnapshotResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateSegmentSnapshotCommandInput;
48
+ output: CreateSegmentSnapshotCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ DeleteSegmentDefinitionRequest,
10
+ DeleteSegmentDefinitionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteSegmentDefinitionCommandInput
15
+ extends DeleteSegmentDefinitionRequest {}
16
+ export interface DeleteSegmentDefinitionCommandOutput
17
+ extends DeleteSegmentDefinitionResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteSegmentDefinitionCommand_base: {
20
+ new (
21
+ input: DeleteSegmentDefinitionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteSegmentDefinitionCommandInput,
24
+ DeleteSegmentDefinitionCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteSegmentDefinitionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteSegmentDefinitionCommandInput,
33
+ DeleteSegmentDefinitionCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteSegmentDefinitionCommand extends DeleteSegmentDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteSegmentDefinitionRequest;
44
+ output: DeleteSegmentDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteSegmentDefinitionCommandInput;
48
+ output: DeleteSegmentDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ GetSegmentDefinitionRequest,
10
+ GetSegmentDefinitionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetSegmentDefinitionCommandInput
15
+ extends GetSegmentDefinitionRequest {}
16
+ export interface GetSegmentDefinitionCommandOutput
17
+ extends GetSegmentDefinitionResponse,
18
+ __MetadataBearer {}
19
+ declare const GetSegmentDefinitionCommand_base: {
20
+ new (
21
+ input: GetSegmentDefinitionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetSegmentDefinitionCommandInput,
24
+ GetSegmentDefinitionCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetSegmentDefinitionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetSegmentDefinitionCommandInput,
33
+ GetSegmentDefinitionCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetSegmentDefinitionCommand extends GetSegmentDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSegmentDefinitionRequest;
44
+ output: GetSegmentDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: GetSegmentDefinitionCommandInput;
48
+ output: GetSegmentDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ GetSegmentEstimateRequest,
10
+ GetSegmentEstimateResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetSegmentEstimateCommandInput
15
+ extends GetSegmentEstimateRequest {}
16
+ export interface GetSegmentEstimateCommandOutput
17
+ extends GetSegmentEstimateResponse,
18
+ __MetadataBearer {}
19
+ declare const GetSegmentEstimateCommand_base: {
20
+ new (
21
+ input: GetSegmentEstimateCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetSegmentEstimateCommandInput,
24
+ GetSegmentEstimateCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetSegmentEstimateCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetSegmentEstimateCommandInput,
33
+ GetSegmentEstimateCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetSegmentEstimateCommand extends GetSegmentEstimateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSegmentEstimateRequest;
44
+ output: GetSegmentEstimateResponse;
45
+ };
46
+ sdk: {
47
+ input: GetSegmentEstimateCommandInput;
48
+ output: GetSegmentEstimateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CustomerProfilesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CustomerProfilesClient";
8
+ import {
9
+ GetSegmentMembershipRequest,
10
+ GetSegmentMembershipResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetSegmentMembershipCommandInput
15
+ extends GetSegmentMembershipRequest {}
16
+ export interface GetSegmentMembershipCommandOutput
17
+ extends GetSegmentMembershipResponse,
18
+ __MetadataBearer {}
19
+ declare const GetSegmentMembershipCommand_base: {
20
+ new (
21
+ input: GetSegmentMembershipCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetSegmentMembershipCommandInput,
24
+ GetSegmentMembershipCommandOutput,
25
+ CustomerProfilesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetSegmentMembershipCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetSegmentMembershipCommandInput,
33
+ GetSegmentMembershipCommandOutput,
34
+ CustomerProfilesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetSegmentMembershipCommand extends GetSegmentMembershipCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSegmentMembershipRequest;
44
+ output: GetSegmentMembershipResponse;
45
+ };
46
+ sdk: {
47
+ input: GetSegmentMembershipCommandInput;
48
+ output: GetSegmentMembershipCommandOutput;
49
+ };
50
+ };
51
+ }