@aws-sdk/client-customer-profiles 3.840.0 → 3.844.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/README.md +48 -0
- package/dist-cjs/index.js +393 -67
- package/dist-es/CustomerProfiles.js +12 -0
- package/dist-es/commands/CreateUploadJobCommand.js +23 -0
- package/dist-es/commands/GetUploadJobCommand.js +23 -0
- package/dist-es/commands/GetUploadJobPathCommand.js +22 -0
- package/dist-es/commands/ListUploadJobsCommand.js +22 -0
- package/dist-es/commands/StartUploadJobCommand.js +22 -0
- package/dist-es/commands/StopUploadJobCommand.js +22 -0
- package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +1 -1
- package/dist-es/commands/UpdateDomainLayoutCommand.js +1 -1
- package/dist-es/commands/UpdateEventTriggerCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +20 -35
- package/dist-es/models/models_1.js +35 -0
- package/dist-es/pagination/ListUploadJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +184 -0
- package/dist-types/CustomerProfiles.d.ts +42 -0
- package/dist-types/CustomerProfilesClient.d.ts +8 -2
- package/dist-types/commands/CreateUploadJobCommand.d.ts +98 -0
- package/dist-types/commands/GetUploadJobCommand.d.ts +107 -0
- package/dist-types/commands/GetUploadJobPathCommand.d.ts +91 -0
- package/dist-types/commands/ListUploadJobsCommand.d.ts +100 -0
- package/dist-types/commands/StartUploadJobCommand.d.ts +87 -0
- package/dist-types/commands/StopUploadJobCommand.d.ts +86 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainLayoutCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +480 -660
- package/dist-types/models/models_1.d.ts +569 -1
- package/dist-types/pagination/ListUploadJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +102 -0
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateUploadJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetUploadJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetUploadJobPathCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListUploadJobsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartUploadJobCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/StopUploadJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainLayoutCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +95 -137
- package/dist-types/ts3.4/models/models_1.d.ts +147 -1
- package/dist-types/ts3.4/pagination/ListUploadJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +14 -14
|
@@ -13,6 +13,7 @@ import { CreateProfileCommandInput, CreateProfileCommandOutput } from "../comman
|
|
|
13
13
|
import { CreateSegmentDefinitionCommandInput, CreateSegmentDefinitionCommandOutput } from "../commands/CreateSegmentDefinitionCommand";
|
|
14
14
|
import { CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput } from "../commands/CreateSegmentEstimateCommand";
|
|
15
15
|
import { CreateSegmentSnapshotCommandInput, CreateSegmentSnapshotCommandOutput } from "../commands/CreateSegmentSnapshotCommand";
|
|
16
|
+
import { CreateUploadJobCommandInput, CreateUploadJobCommandOutput } from "../commands/CreateUploadJobCommand";
|
|
16
17
|
import { DeleteCalculatedAttributeDefinitionCommandInput, DeleteCalculatedAttributeDefinitionCommandOutput } from "../commands/DeleteCalculatedAttributeDefinitionCommand";
|
|
17
18
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
|
|
18
19
|
import { DeleteDomainLayoutCommandInput, DeleteDomainLayoutCommandOutput } from "../commands/DeleteDomainLayoutCommand";
|
|
@@ -43,6 +44,8 @@ import { GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput } from
|
|
|
43
44
|
import { GetSegmentMembershipCommandInput, GetSegmentMembershipCommandOutput } from "../commands/GetSegmentMembershipCommand";
|
|
44
45
|
import { GetSegmentSnapshotCommandInput, GetSegmentSnapshotCommandOutput } from "../commands/GetSegmentSnapshotCommand";
|
|
45
46
|
import { GetSimilarProfilesCommandInput, GetSimilarProfilesCommandOutput } from "../commands/GetSimilarProfilesCommand";
|
|
47
|
+
import { GetUploadJobCommandInput, GetUploadJobCommandOutput } from "../commands/GetUploadJobCommand";
|
|
48
|
+
import { GetUploadJobPathCommandInput, GetUploadJobPathCommandOutput } from "../commands/GetUploadJobPathCommand";
|
|
46
49
|
import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
|
|
47
50
|
import { GetWorkflowStepsCommandInput, GetWorkflowStepsCommandOutput } from "../commands/GetWorkflowStepsCommand";
|
|
48
51
|
import { ListAccountIntegrationsCommandInput, ListAccountIntegrationsCommandOutput } from "../commands/ListAccountIntegrationsCommand";
|
|
@@ -62,12 +65,15 @@ import { ListProfileObjectTypeTemplatesCommandInput, ListProfileObjectTypeTempla
|
|
|
62
65
|
import { ListRuleBasedMatchesCommandInput, ListRuleBasedMatchesCommandOutput } from "../commands/ListRuleBasedMatchesCommand";
|
|
63
66
|
import { ListSegmentDefinitionsCommandInput, ListSegmentDefinitionsCommandOutput } from "../commands/ListSegmentDefinitionsCommand";
|
|
64
67
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
68
|
+
import { ListUploadJobsCommandInput, ListUploadJobsCommandOutput } from "../commands/ListUploadJobsCommand";
|
|
65
69
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
66
70
|
import { MergeProfilesCommandInput, MergeProfilesCommandOutput } from "../commands/MergeProfilesCommand";
|
|
67
71
|
import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "../commands/PutIntegrationCommand";
|
|
68
72
|
import { PutProfileObjectCommandInput, PutProfileObjectCommandOutput } from "../commands/PutProfileObjectCommand";
|
|
69
73
|
import { PutProfileObjectTypeCommandInput, PutProfileObjectTypeCommandOutput } from "../commands/PutProfileObjectTypeCommand";
|
|
70
74
|
import { SearchProfilesCommandInput, SearchProfilesCommandOutput } from "../commands/SearchProfilesCommand";
|
|
75
|
+
import { StartUploadJobCommandInput, StartUploadJobCommandOutput } from "../commands/StartUploadJobCommand";
|
|
76
|
+
import { StopUploadJobCommandInput, StopUploadJobCommandOutput } from "../commands/StopUploadJobCommand";
|
|
71
77
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
72
78
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
73
79
|
import { UpdateCalculatedAttributeDefinitionCommandInput, UpdateCalculatedAttributeDefinitionCommandOutput } from "../commands/UpdateCalculatedAttributeDefinitionCommand";
|
|
@@ -127,6 +133,10 @@ export declare const se_CreateSegmentEstimateCommand: (input: CreateSegmentEstim
|
|
|
127
133
|
* serializeAws_restJson1CreateSegmentSnapshotCommand
|
|
128
134
|
*/
|
|
129
135
|
export declare const se_CreateSegmentSnapshotCommand: (input: CreateSegmentSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
/**
|
|
137
|
+
* serializeAws_restJson1CreateUploadJobCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const se_CreateUploadJobCommand: (input: CreateUploadJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
140
|
/**
|
|
131
141
|
* serializeAws_restJson1DeleteCalculatedAttributeDefinitionCommand
|
|
132
142
|
*/
|
|
@@ -247,6 +257,14 @@ export declare const se_GetSegmentSnapshotCommand: (input: GetSegmentSnapshotCom
|
|
|
247
257
|
* serializeAws_restJson1GetSimilarProfilesCommand
|
|
248
258
|
*/
|
|
249
259
|
export declare const se_GetSimilarProfilesCommand: (input: GetSimilarProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
+
/**
|
|
261
|
+
* serializeAws_restJson1GetUploadJobCommand
|
|
262
|
+
*/
|
|
263
|
+
export declare const se_GetUploadJobCommand: (input: GetUploadJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
+
/**
|
|
265
|
+
* serializeAws_restJson1GetUploadJobPathCommand
|
|
266
|
+
*/
|
|
267
|
+
export declare const se_GetUploadJobPathCommand: (input: GetUploadJobPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
268
|
/**
|
|
251
269
|
* serializeAws_restJson1GetWorkflowCommand
|
|
252
270
|
*/
|
|
@@ -323,6 +341,10 @@ export declare const se_ListSegmentDefinitionsCommand: (input: ListSegmentDefini
|
|
|
323
341
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
324
342
|
*/
|
|
325
343
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
+
/**
|
|
345
|
+
* serializeAws_restJson1ListUploadJobsCommand
|
|
346
|
+
*/
|
|
347
|
+
export declare const se_ListUploadJobsCommand: (input: ListUploadJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
326
348
|
/**
|
|
327
349
|
* serializeAws_restJson1ListWorkflowsCommand
|
|
328
350
|
*/
|
|
@@ -347,6 +369,14 @@ export declare const se_PutProfileObjectTypeCommand: (input: PutProfileObjectTyp
|
|
|
347
369
|
* serializeAws_restJson1SearchProfilesCommand
|
|
348
370
|
*/
|
|
349
371
|
export declare const se_SearchProfilesCommand: (input: SearchProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
372
|
+
/**
|
|
373
|
+
* serializeAws_restJson1StartUploadJobCommand
|
|
374
|
+
*/
|
|
375
|
+
export declare const se_StartUploadJobCommand: (input: StartUploadJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
376
|
+
/**
|
|
377
|
+
* serializeAws_restJson1StopUploadJobCommand
|
|
378
|
+
*/
|
|
379
|
+
export declare const se_StopUploadJobCommand: (input: StopUploadJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
380
|
/**
|
|
351
381
|
* serializeAws_restJson1TagResourceCommand
|
|
352
382
|
*/
|
|
@@ -427,6 +457,10 @@ export declare const de_CreateSegmentEstimateCommand: (output: __HttpResponse, c
|
|
|
427
457
|
* deserializeAws_restJson1CreateSegmentSnapshotCommand
|
|
428
458
|
*/
|
|
429
459
|
export declare const de_CreateSegmentSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSegmentSnapshotCommandOutput>;
|
|
460
|
+
/**
|
|
461
|
+
* deserializeAws_restJson1CreateUploadJobCommand
|
|
462
|
+
*/
|
|
463
|
+
export declare const de_CreateUploadJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadJobCommandOutput>;
|
|
430
464
|
/**
|
|
431
465
|
* deserializeAws_restJson1DeleteCalculatedAttributeDefinitionCommand
|
|
432
466
|
*/
|
|
@@ -547,6 +581,14 @@ export declare const de_GetSegmentSnapshotCommand: (output: __HttpResponse, cont
|
|
|
547
581
|
* deserializeAws_restJson1GetSimilarProfilesCommand
|
|
548
582
|
*/
|
|
549
583
|
export declare const de_GetSimilarProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSimilarProfilesCommandOutput>;
|
|
584
|
+
/**
|
|
585
|
+
* deserializeAws_restJson1GetUploadJobCommand
|
|
586
|
+
*/
|
|
587
|
+
export declare const de_GetUploadJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadJobCommandOutput>;
|
|
588
|
+
/**
|
|
589
|
+
* deserializeAws_restJson1GetUploadJobPathCommand
|
|
590
|
+
*/
|
|
591
|
+
export declare const de_GetUploadJobPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadJobPathCommandOutput>;
|
|
550
592
|
/**
|
|
551
593
|
* deserializeAws_restJson1GetWorkflowCommand
|
|
552
594
|
*/
|
|
@@ -623,6 +665,10 @@ export declare const de_ListSegmentDefinitionsCommand: (output: __HttpResponse,
|
|
|
623
665
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
624
666
|
*/
|
|
625
667
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
668
|
+
/**
|
|
669
|
+
* deserializeAws_restJson1ListUploadJobsCommand
|
|
670
|
+
*/
|
|
671
|
+
export declare const de_ListUploadJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUploadJobsCommandOutput>;
|
|
626
672
|
/**
|
|
627
673
|
* deserializeAws_restJson1ListWorkflowsCommand
|
|
628
674
|
*/
|
|
@@ -647,6 +693,14 @@ export declare const de_PutProfileObjectTypeCommand: (output: __HttpResponse, co
|
|
|
647
693
|
* deserializeAws_restJson1SearchProfilesCommand
|
|
648
694
|
*/
|
|
649
695
|
export declare const de_SearchProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchProfilesCommandOutput>;
|
|
696
|
+
/**
|
|
697
|
+
* deserializeAws_restJson1StartUploadJobCommand
|
|
698
|
+
*/
|
|
699
|
+
export declare const de_StartUploadJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartUploadJobCommandOutput>;
|
|
700
|
+
/**
|
|
701
|
+
* deserializeAws_restJson1StopUploadJobCommand
|
|
702
|
+
*/
|
|
703
|
+
export declare const de_StopUploadJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopUploadJobCommandOutput>;
|
|
650
704
|
/**
|
|
651
705
|
* deserializeAws_restJson1TagResourceCommand
|
|
652
706
|
*/
|
|
@@ -51,6 +51,10 @@ import {
|
|
|
51
51
|
CreateSegmentSnapshotCommandInput,
|
|
52
52
|
CreateSegmentSnapshotCommandOutput,
|
|
53
53
|
} from "./commands/CreateSegmentSnapshotCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateUploadJobCommandInput,
|
|
56
|
+
CreateUploadJobCommandOutput,
|
|
57
|
+
} from "./commands/CreateUploadJobCommand";
|
|
54
58
|
import {
|
|
55
59
|
DeleteCalculatedAttributeDefinitionCommandInput,
|
|
56
60
|
DeleteCalculatedAttributeDefinitionCommandOutput,
|
|
@@ -171,6 +175,14 @@ import {
|
|
|
171
175
|
GetSimilarProfilesCommandInput,
|
|
172
176
|
GetSimilarProfilesCommandOutput,
|
|
173
177
|
} from "./commands/GetSimilarProfilesCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetUploadJobCommandInput,
|
|
180
|
+
GetUploadJobCommandOutput,
|
|
181
|
+
} from "./commands/GetUploadJobCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetUploadJobPathCommandInput,
|
|
184
|
+
GetUploadJobPathCommandOutput,
|
|
185
|
+
} from "./commands/GetUploadJobPathCommand";
|
|
174
186
|
import {
|
|
175
187
|
GetWorkflowCommandInput,
|
|
176
188
|
GetWorkflowCommandOutput,
|
|
@@ -247,6 +259,10 @@ import {
|
|
|
247
259
|
ListTagsForResourceCommandInput,
|
|
248
260
|
ListTagsForResourceCommandOutput,
|
|
249
261
|
} from "./commands/ListTagsForResourceCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListUploadJobsCommandInput,
|
|
264
|
+
ListUploadJobsCommandOutput,
|
|
265
|
+
} from "./commands/ListUploadJobsCommand";
|
|
250
266
|
import {
|
|
251
267
|
ListWorkflowsCommandInput,
|
|
252
268
|
ListWorkflowsCommandOutput,
|
|
@@ -271,6 +287,14 @@ import {
|
|
|
271
287
|
SearchProfilesCommandInput,
|
|
272
288
|
SearchProfilesCommandOutput,
|
|
273
289
|
} from "./commands/SearchProfilesCommand";
|
|
290
|
+
import {
|
|
291
|
+
StartUploadJobCommandInput,
|
|
292
|
+
StartUploadJobCommandOutput,
|
|
293
|
+
} from "./commands/StartUploadJobCommand";
|
|
294
|
+
import {
|
|
295
|
+
StopUploadJobCommandInput,
|
|
296
|
+
StopUploadJobCommandOutput,
|
|
297
|
+
} from "./commands/StopUploadJobCommand";
|
|
274
298
|
import {
|
|
275
299
|
TagResourceCommandInput,
|
|
276
300
|
TagResourceCommandOutput,
|
|
@@ -482,6 +506,19 @@ export interface CustomerProfiles {
|
|
|
482
506
|
options: __HttpHandlerOptions,
|
|
483
507
|
cb: (err: any, data?: CreateSegmentSnapshotCommandOutput) => void
|
|
484
508
|
): void;
|
|
509
|
+
createUploadJob(
|
|
510
|
+
args: CreateUploadJobCommandInput,
|
|
511
|
+
options?: __HttpHandlerOptions
|
|
512
|
+
): Promise<CreateUploadJobCommandOutput>;
|
|
513
|
+
createUploadJob(
|
|
514
|
+
args: CreateUploadJobCommandInput,
|
|
515
|
+
cb: (err: any, data?: CreateUploadJobCommandOutput) => void
|
|
516
|
+
): void;
|
|
517
|
+
createUploadJob(
|
|
518
|
+
args: CreateUploadJobCommandInput,
|
|
519
|
+
options: __HttpHandlerOptions,
|
|
520
|
+
cb: (err: any, data?: CreateUploadJobCommandOutput) => void
|
|
521
|
+
): void;
|
|
485
522
|
deleteCalculatedAttributeDefinition(
|
|
486
523
|
args: DeleteCalculatedAttributeDefinitionCommandInput,
|
|
487
524
|
options?: __HttpHandlerOptions
|
|
@@ -878,6 +915,32 @@ export interface CustomerProfiles {
|
|
|
878
915
|
options: __HttpHandlerOptions,
|
|
879
916
|
cb: (err: any, data?: GetSimilarProfilesCommandOutput) => void
|
|
880
917
|
): void;
|
|
918
|
+
getUploadJob(
|
|
919
|
+
args: GetUploadJobCommandInput,
|
|
920
|
+
options?: __HttpHandlerOptions
|
|
921
|
+
): Promise<GetUploadJobCommandOutput>;
|
|
922
|
+
getUploadJob(
|
|
923
|
+
args: GetUploadJobCommandInput,
|
|
924
|
+
cb: (err: any, data?: GetUploadJobCommandOutput) => void
|
|
925
|
+
): void;
|
|
926
|
+
getUploadJob(
|
|
927
|
+
args: GetUploadJobCommandInput,
|
|
928
|
+
options: __HttpHandlerOptions,
|
|
929
|
+
cb: (err: any, data?: GetUploadJobCommandOutput) => void
|
|
930
|
+
): void;
|
|
931
|
+
getUploadJobPath(
|
|
932
|
+
args: GetUploadJobPathCommandInput,
|
|
933
|
+
options?: __HttpHandlerOptions
|
|
934
|
+
): Promise<GetUploadJobPathCommandOutput>;
|
|
935
|
+
getUploadJobPath(
|
|
936
|
+
args: GetUploadJobPathCommandInput,
|
|
937
|
+
cb: (err: any, data?: GetUploadJobPathCommandOutput) => void
|
|
938
|
+
): void;
|
|
939
|
+
getUploadJobPath(
|
|
940
|
+
args: GetUploadJobPathCommandInput,
|
|
941
|
+
options: __HttpHandlerOptions,
|
|
942
|
+
cb: (err: any, data?: GetUploadJobPathCommandOutput) => void
|
|
943
|
+
): void;
|
|
881
944
|
getWorkflow(
|
|
882
945
|
args: GetWorkflowCommandInput,
|
|
883
946
|
options?: __HttpHandlerOptions
|
|
@@ -1139,6 +1202,19 @@ export interface CustomerProfiles {
|
|
|
1139
1202
|
options: __HttpHandlerOptions,
|
|
1140
1203
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1141
1204
|
): void;
|
|
1205
|
+
listUploadJobs(
|
|
1206
|
+
args: ListUploadJobsCommandInput,
|
|
1207
|
+
options?: __HttpHandlerOptions
|
|
1208
|
+
): Promise<ListUploadJobsCommandOutput>;
|
|
1209
|
+
listUploadJobs(
|
|
1210
|
+
args: ListUploadJobsCommandInput,
|
|
1211
|
+
cb: (err: any, data?: ListUploadJobsCommandOutput) => void
|
|
1212
|
+
): void;
|
|
1213
|
+
listUploadJobs(
|
|
1214
|
+
args: ListUploadJobsCommandInput,
|
|
1215
|
+
options: __HttpHandlerOptions,
|
|
1216
|
+
cb: (err: any, data?: ListUploadJobsCommandOutput) => void
|
|
1217
|
+
): void;
|
|
1142
1218
|
listWorkflows(
|
|
1143
1219
|
args: ListWorkflowsCommandInput,
|
|
1144
1220
|
options?: __HttpHandlerOptions
|
|
@@ -1217,6 +1293,32 @@ export interface CustomerProfiles {
|
|
|
1217
1293
|
options: __HttpHandlerOptions,
|
|
1218
1294
|
cb: (err: any, data?: SearchProfilesCommandOutput) => void
|
|
1219
1295
|
): void;
|
|
1296
|
+
startUploadJob(
|
|
1297
|
+
args: StartUploadJobCommandInput,
|
|
1298
|
+
options?: __HttpHandlerOptions
|
|
1299
|
+
): Promise<StartUploadJobCommandOutput>;
|
|
1300
|
+
startUploadJob(
|
|
1301
|
+
args: StartUploadJobCommandInput,
|
|
1302
|
+
cb: (err: any, data?: StartUploadJobCommandOutput) => void
|
|
1303
|
+
): void;
|
|
1304
|
+
startUploadJob(
|
|
1305
|
+
args: StartUploadJobCommandInput,
|
|
1306
|
+
options: __HttpHandlerOptions,
|
|
1307
|
+
cb: (err: any, data?: StartUploadJobCommandOutput) => void
|
|
1308
|
+
): void;
|
|
1309
|
+
stopUploadJob(
|
|
1310
|
+
args: StopUploadJobCommandInput,
|
|
1311
|
+
options?: __HttpHandlerOptions
|
|
1312
|
+
): Promise<StopUploadJobCommandOutput>;
|
|
1313
|
+
stopUploadJob(
|
|
1314
|
+
args: StopUploadJobCommandInput,
|
|
1315
|
+
cb: (err: any, data?: StopUploadJobCommandOutput) => void
|
|
1316
|
+
): void;
|
|
1317
|
+
stopUploadJob(
|
|
1318
|
+
args: StopUploadJobCommandInput,
|
|
1319
|
+
options: __HttpHandlerOptions,
|
|
1320
|
+
cb: (err: any, data?: StopUploadJobCommandOutput) => void
|
|
1321
|
+
): void;
|
|
1220
1322
|
tagResource(
|
|
1221
1323
|
args: TagResourceCommandInput,
|
|
1222
1324
|
options?: __HttpHandlerOptions
|
|
@@ -97,6 +97,10 @@ import {
|
|
|
97
97
|
CreateSegmentSnapshotCommandInput,
|
|
98
98
|
CreateSegmentSnapshotCommandOutput,
|
|
99
99
|
} from "./commands/CreateSegmentSnapshotCommand";
|
|
100
|
+
import {
|
|
101
|
+
CreateUploadJobCommandInput,
|
|
102
|
+
CreateUploadJobCommandOutput,
|
|
103
|
+
} from "./commands/CreateUploadJobCommand";
|
|
100
104
|
import {
|
|
101
105
|
DeleteCalculatedAttributeDefinitionCommandInput,
|
|
102
106
|
DeleteCalculatedAttributeDefinitionCommandOutput,
|
|
@@ -217,6 +221,14 @@ import {
|
|
|
217
221
|
GetSimilarProfilesCommandInput,
|
|
218
222
|
GetSimilarProfilesCommandOutput,
|
|
219
223
|
} from "./commands/GetSimilarProfilesCommand";
|
|
224
|
+
import {
|
|
225
|
+
GetUploadJobCommandInput,
|
|
226
|
+
GetUploadJobCommandOutput,
|
|
227
|
+
} from "./commands/GetUploadJobCommand";
|
|
228
|
+
import {
|
|
229
|
+
GetUploadJobPathCommandInput,
|
|
230
|
+
GetUploadJobPathCommandOutput,
|
|
231
|
+
} from "./commands/GetUploadJobPathCommand";
|
|
220
232
|
import {
|
|
221
233
|
GetWorkflowCommandInput,
|
|
222
234
|
GetWorkflowCommandOutput,
|
|
@@ -293,6 +305,10 @@ import {
|
|
|
293
305
|
ListTagsForResourceCommandInput,
|
|
294
306
|
ListTagsForResourceCommandOutput,
|
|
295
307
|
} from "./commands/ListTagsForResourceCommand";
|
|
308
|
+
import {
|
|
309
|
+
ListUploadJobsCommandInput,
|
|
310
|
+
ListUploadJobsCommandOutput,
|
|
311
|
+
} from "./commands/ListUploadJobsCommand";
|
|
296
312
|
import {
|
|
297
313
|
ListWorkflowsCommandInput,
|
|
298
314
|
ListWorkflowsCommandOutput,
|
|
@@ -317,6 +333,14 @@ import {
|
|
|
317
333
|
SearchProfilesCommandInput,
|
|
318
334
|
SearchProfilesCommandOutput,
|
|
319
335
|
} from "./commands/SearchProfilesCommand";
|
|
336
|
+
import {
|
|
337
|
+
StartUploadJobCommandInput,
|
|
338
|
+
StartUploadJobCommandOutput,
|
|
339
|
+
} from "./commands/StartUploadJobCommand";
|
|
340
|
+
import {
|
|
341
|
+
StopUploadJobCommandInput,
|
|
342
|
+
StopUploadJobCommandOutput,
|
|
343
|
+
} from "./commands/StopUploadJobCommand";
|
|
320
344
|
import {
|
|
321
345
|
TagResourceCommandInput,
|
|
322
346
|
TagResourceCommandOutput,
|
|
@@ -366,6 +390,7 @@ export type ServiceInputTypes =
|
|
|
366
390
|
| CreateSegmentDefinitionCommandInput
|
|
367
391
|
| CreateSegmentEstimateCommandInput
|
|
368
392
|
| CreateSegmentSnapshotCommandInput
|
|
393
|
+
| CreateUploadJobCommandInput
|
|
369
394
|
| DeleteCalculatedAttributeDefinitionCommandInput
|
|
370
395
|
| DeleteDomainCommandInput
|
|
371
396
|
| DeleteDomainLayoutCommandInput
|
|
@@ -396,6 +421,8 @@ export type ServiceInputTypes =
|
|
|
396
421
|
| GetSegmentMembershipCommandInput
|
|
397
422
|
| GetSegmentSnapshotCommandInput
|
|
398
423
|
| GetSimilarProfilesCommandInput
|
|
424
|
+
| GetUploadJobCommandInput
|
|
425
|
+
| GetUploadJobPathCommandInput
|
|
399
426
|
| GetWorkflowCommandInput
|
|
400
427
|
| GetWorkflowStepsCommandInput
|
|
401
428
|
| ListAccountIntegrationsCommandInput
|
|
@@ -415,12 +442,15 @@ export type ServiceInputTypes =
|
|
|
415
442
|
| ListRuleBasedMatchesCommandInput
|
|
416
443
|
| ListSegmentDefinitionsCommandInput
|
|
417
444
|
| ListTagsForResourceCommandInput
|
|
445
|
+
| ListUploadJobsCommandInput
|
|
418
446
|
| ListWorkflowsCommandInput
|
|
419
447
|
| MergeProfilesCommandInput
|
|
420
448
|
| PutIntegrationCommandInput
|
|
421
449
|
| PutProfileObjectCommandInput
|
|
422
450
|
| PutProfileObjectTypeCommandInput
|
|
423
451
|
| SearchProfilesCommandInput
|
|
452
|
+
| StartUploadJobCommandInput
|
|
453
|
+
| StopUploadJobCommandInput
|
|
424
454
|
| TagResourceCommandInput
|
|
425
455
|
| UntagResourceCommandInput
|
|
426
456
|
| UpdateCalculatedAttributeDefinitionCommandInput
|
|
@@ -442,6 +472,7 @@ export type ServiceOutputTypes =
|
|
|
442
472
|
| CreateSegmentDefinitionCommandOutput
|
|
443
473
|
| CreateSegmentEstimateCommandOutput
|
|
444
474
|
| CreateSegmentSnapshotCommandOutput
|
|
475
|
+
| CreateUploadJobCommandOutput
|
|
445
476
|
| DeleteCalculatedAttributeDefinitionCommandOutput
|
|
446
477
|
| DeleteDomainCommandOutput
|
|
447
478
|
| DeleteDomainLayoutCommandOutput
|
|
@@ -472,6 +503,8 @@ export type ServiceOutputTypes =
|
|
|
472
503
|
| GetSegmentMembershipCommandOutput
|
|
473
504
|
| GetSegmentSnapshotCommandOutput
|
|
474
505
|
| GetSimilarProfilesCommandOutput
|
|
506
|
+
| GetUploadJobCommandOutput
|
|
507
|
+
| GetUploadJobPathCommandOutput
|
|
475
508
|
| GetWorkflowCommandOutput
|
|
476
509
|
| GetWorkflowStepsCommandOutput
|
|
477
510
|
| ListAccountIntegrationsCommandOutput
|
|
@@ -491,12 +524,15 @@ export type ServiceOutputTypes =
|
|
|
491
524
|
| ListRuleBasedMatchesCommandOutput
|
|
492
525
|
| ListSegmentDefinitionsCommandOutput
|
|
493
526
|
| ListTagsForResourceCommandOutput
|
|
527
|
+
| ListUploadJobsCommandOutput
|
|
494
528
|
| ListWorkflowsCommandOutput
|
|
495
529
|
| MergeProfilesCommandOutput
|
|
496
530
|
| PutIntegrationCommandOutput
|
|
497
531
|
| PutProfileObjectCommandOutput
|
|
498
532
|
| PutProfileObjectTypeCommandOutput
|
|
499
533
|
| SearchProfilesCommandOutput
|
|
534
|
+
| StartUploadJobCommandOutput
|
|
535
|
+
| StopUploadJobCommandOutput
|
|
500
536
|
| TagResourceCommandOutput
|
|
501
537
|
| UntagResourceCommandOutput
|
|
502
538
|
| UpdateCalculatedAttributeDefinitionCommandOutput
|
|
@@ -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
|
+
CreateUploadJobRequest,
|
|
10
|
+
CreateUploadJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateUploadJobCommandInput extends CreateUploadJobRequest {}
|
|
15
|
+
export interface CreateUploadJobCommandOutput
|
|
16
|
+
extends CreateUploadJobResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateUploadJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateUploadJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateUploadJobCommandInput,
|
|
23
|
+
CreateUploadJobCommandOutput,
|
|
24
|
+
CustomerProfilesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: CreateUploadJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateUploadJobCommandInput,
|
|
32
|
+
CreateUploadJobCommandOutput,
|
|
33
|
+
CustomerProfilesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateUploadJobCommand extends CreateUploadJobCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateUploadJobRequest;
|
|
43
|
+
output: CreateUploadJobResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateUploadJobCommandInput;
|
|
47
|
+
output: CreateUploadJobCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { GetUploadJobRequest, GetUploadJobResponse } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetUploadJobCommandInput extends GetUploadJobRequest {}
|
|
12
|
+
export interface GetUploadJobCommandOutput
|
|
13
|
+
extends GetUploadJobResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetUploadJobCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetUploadJobCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetUploadJobCommandInput,
|
|
20
|
+
GetUploadJobCommandOutput,
|
|
21
|
+
CustomerProfilesClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: GetUploadJobCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetUploadJobCommandInput,
|
|
29
|
+
GetUploadJobCommandOutput,
|
|
30
|
+
CustomerProfilesClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetUploadJobCommand extends GetUploadJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetUploadJobRequest;
|
|
40
|
+
output: GetUploadJobResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetUploadJobCommandInput;
|
|
44
|
+
output: GetUploadJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -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
|
+
GetUploadJobPathRequest,
|
|
10
|
+
GetUploadJobPathResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetUploadJobPathCommandInput extends GetUploadJobPathRequest {}
|
|
15
|
+
export interface GetUploadJobPathCommandOutput
|
|
16
|
+
extends GetUploadJobPathResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetUploadJobPathCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetUploadJobPathCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetUploadJobPathCommandInput,
|
|
23
|
+
GetUploadJobPathCommandOutput,
|
|
24
|
+
CustomerProfilesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: GetUploadJobPathCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetUploadJobPathCommandInput,
|
|
32
|
+
GetUploadJobPathCommandOutput,
|
|
33
|
+
CustomerProfilesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetUploadJobPathCommand extends GetUploadJobPathCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetUploadJobPathRequest;
|
|
43
|
+
output: GetUploadJobPathResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetUploadJobPathCommandInput;
|
|
47
|
+
output: GetUploadJobPathCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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
|
+
ListUploadJobsRequest,
|
|
10
|
+
ListUploadJobsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListUploadJobsCommandInput extends ListUploadJobsRequest {}
|
|
15
|
+
export interface ListUploadJobsCommandOutput
|
|
16
|
+
extends ListUploadJobsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListUploadJobsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListUploadJobsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListUploadJobsCommandInput,
|
|
23
|
+
ListUploadJobsCommandOutput,
|
|
24
|
+
CustomerProfilesClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: ListUploadJobsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListUploadJobsCommandInput,
|
|
32
|
+
ListUploadJobsCommandOutput,
|
|
33
|
+
CustomerProfilesClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListUploadJobsCommand extends ListUploadJobsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListUploadJobsRequest;
|
|
43
|
+
output: ListUploadJobsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListUploadJobsCommandInput;
|
|
47
|
+
output: ListUploadJobsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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 { StartUploadJobRequest } from "../models/models_0";
|
|
9
|
+
import { StartUploadJobResponse } from "../models/models_1";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface StartUploadJobCommandInput extends StartUploadJobRequest {}
|
|
13
|
+
export interface StartUploadJobCommandOutput
|
|
14
|
+
extends StartUploadJobResponse,
|
|
15
|
+
__MetadataBearer {}
|
|
16
|
+
declare const StartUploadJobCommand_base: {
|
|
17
|
+
new (
|
|
18
|
+
input: StartUploadJobCommandInput
|
|
19
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
20
|
+
StartUploadJobCommandInput,
|
|
21
|
+
StartUploadJobCommandOutput,
|
|
22
|
+
CustomerProfilesClientResolvedConfig,
|
|
23
|
+
ServiceInputTypes,
|
|
24
|
+
ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
new (
|
|
27
|
+
input: StartUploadJobCommandInput
|
|
28
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
29
|
+
StartUploadJobCommandInput,
|
|
30
|
+
StartUploadJobCommandOutput,
|
|
31
|
+
CustomerProfilesClientResolvedConfig,
|
|
32
|
+
ServiceInputTypes,
|
|
33
|
+
ServiceOutputTypes
|
|
34
|
+
>;
|
|
35
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
|
+
};
|
|
37
|
+
export declare class StartUploadJobCommand extends StartUploadJobCommand_base {
|
|
38
|
+
protected static __types: {
|
|
39
|
+
api: {
|
|
40
|
+
input: StartUploadJobRequest;
|
|
41
|
+
output: {};
|
|
42
|
+
};
|
|
43
|
+
sdk: {
|
|
44
|
+
input: StartUploadJobCommandInput;
|
|
45
|
+
output: StartUploadJobCommandOutput;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|