@aws-sdk/client-dataexchange 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelJobCommand.js +1 -1
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
- package/dist-cjs/commands/CreateEventActionCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateRevisionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssetCommand.js +1 -1
- package/dist-cjs/commands/DeleteDataSetCommand.js +1 -1
- package/dist-cjs/commands/DeleteEventActionCommand.js +1 -1
- package/dist-cjs/commands/DeleteRevisionCommand.js +1 -1
- package/dist-cjs/commands/GetAssetCommand.js +2 -2
- package/dist-cjs/commands/GetDataSetCommand.js +2 -2
- package/dist-cjs/commands/GetEventActionCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetRevisionCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetRevisionsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListEventActionsCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListRevisionAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RevokeRevisionCommand.js +2 -2
- package/dist-cjs/commands/SendApiAssetCommand.js +2 -2
- package/dist-cjs/commands/StartJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAssetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateRevisionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +363 -543
- package/dist-cjs/protocols/Aws_restJson1.js +481 -1029
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateDataSetCommand.js +3 -3
- package/dist-es/commands/CreateEventActionCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateRevisionCommand.js +3 -3
- package/dist-es/commands/DeleteAssetCommand.js +2 -2
- package/dist-es/commands/DeleteDataSetCommand.js +2 -2
- package/dist-es/commands/DeleteEventActionCommand.js +2 -2
- package/dist-es/commands/DeleteRevisionCommand.js +2 -2
- package/dist-es/commands/GetAssetCommand.js +3 -3
- package/dist-es/commands/GetDataSetCommand.js +3 -3
- package/dist-es/commands/GetEventActionCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetRevisionCommand.js +3 -3
- package/dist-es/commands/ListDataSetRevisionsCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListEventActionsCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListRevisionAssetsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RevokeRevisionCommand.js +3 -3
- package/dist-es/commands/SendApiAssetCommand.js +3 -3
- package/dist-es/commands/StartJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAssetCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetCommand.js +3 -3
- package/dist-es/commands/UpdateEventActionCommand.js +3 -3
- package/dist-es/commands/UpdateRevisionCommand.js +3 -3
- package/dist-es/models/models_0.js +90 -360
- package/dist-es/protocols/Aws_restJson1.js +578 -1024
- package/dist-types/models/models_0.d.ts +360 -540
- package/dist-types/ts3.4/models/models_0.d.ts +180 -360
- package/package.json +6 -6
|
@@ -32,12 +32,6 @@ export interface ExportServerSideEncryption {
|
|
|
32
32
|
*/
|
|
33
33
|
Type: ServerSideEncryptionTypes | string | undefined;
|
|
34
34
|
}
|
|
35
|
-
export declare namespace ExportServerSideEncryption {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
const filterSensitiveLog: (obj: ExportServerSideEncryption) => any;
|
|
40
|
-
}
|
|
41
35
|
/**
|
|
42
36
|
* <p>A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.</p>
|
|
43
37
|
*/
|
|
@@ -51,12 +45,6 @@ export interface AutoExportRevisionDestinationEntry {
|
|
|
51
45
|
*/
|
|
52
46
|
KeyPattern?: string;
|
|
53
47
|
}
|
|
54
|
-
export declare namespace AutoExportRevisionDestinationEntry {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
const filterSensitiveLog: (obj: AutoExportRevisionDestinationEntry) => any;
|
|
59
|
-
}
|
|
60
48
|
/**
|
|
61
49
|
* <p>Details of the operation to be performed by the job.</p>
|
|
62
50
|
*/
|
|
@@ -70,12 +58,6 @@ export interface AutoExportRevisionToS3RequestDetails {
|
|
|
70
58
|
*/
|
|
71
59
|
RevisionDestination: AutoExportRevisionDestinationEntry | undefined;
|
|
72
60
|
}
|
|
73
|
-
export declare namespace AutoExportRevisionToS3RequestDetails {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
const filterSensitiveLog: (obj: AutoExportRevisionToS3RequestDetails) => any;
|
|
78
|
-
}
|
|
79
61
|
/**
|
|
80
62
|
* <p>What occurs after a certain event.</p>
|
|
81
63
|
*/
|
|
@@ -85,12 +67,6 @@ export interface Action {
|
|
|
85
67
|
*/
|
|
86
68
|
ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails;
|
|
87
69
|
}
|
|
88
|
-
export declare namespace Action {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
const filterSensitiveLog: (obj: Action) => any;
|
|
93
|
-
}
|
|
94
70
|
export declare enum ProtocolType {
|
|
95
71
|
REST = "REST"
|
|
96
72
|
}
|
|
@@ -135,12 +111,6 @@ export interface ApiGatewayApiAsset {
|
|
|
135
111
|
*/
|
|
136
112
|
Stage?: string;
|
|
137
113
|
}
|
|
138
|
-
export declare namespace ApiGatewayApiAsset {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
const filterSensitiveLog: (obj: ApiGatewayApiAsset) => any;
|
|
143
|
-
}
|
|
144
114
|
/**
|
|
145
115
|
* <p>The destination for the asset.</p>
|
|
146
116
|
*/
|
|
@@ -158,12 +128,6 @@ export interface AssetDestinationEntry {
|
|
|
158
128
|
*/
|
|
159
129
|
Key?: string;
|
|
160
130
|
}
|
|
161
|
-
export declare namespace AssetDestinationEntry {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
const filterSensitiveLog: (obj: AssetDestinationEntry) => any;
|
|
166
|
-
}
|
|
167
131
|
/**
|
|
168
132
|
* The Amazon Redshift datashare asset.
|
|
169
133
|
*/
|
|
@@ -173,12 +137,6 @@ export interface RedshiftDataShareAsset {
|
|
|
173
137
|
*/
|
|
174
138
|
Arn: string | undefined;
|
|
175
139
|
}
|
|
176
|
-
export declare namespace RedshiftDataShareAsset {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
const filterSensitiveLog: (obj: RedshiftDataShareAsset) => any;
|
|
181
|
-
}
|
|
182
140
|
/**
|
|
183
141
|
* <p>The S3 object that is the asset.</p>
|
|
184
142
|
*/
|
|
@@ -188,12 +146,6 @@ export interface S3SnapshotAsset {
|
|
|
188
146
|
*/
|
|
189
147
|
Size: number | undefined;
|
|
190
148
|
}
|
|
191
|
-
export declare namespace S3SnapshotAsset {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
const filterSensitiveLog: (obj: S3SnapshotAsset) => any;
|
|
196
|
-
}
|
|
197
149
|
/**
|
|
198
150
|
* <p>Information about the asset.</p>
|
|
199
151
|
*/
|
|
@@ -211,12 +163,6 @@ export interface AssetDetails {
|
|
|
211
163
|
*/
|
|
212
164
|
ApiGatewayApiAsset?: ApiGatewayApiAsset;
|
|
213
165
|
}
|
|
214
|
-
export declare namespace AssetDetails {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
const filterSensitiveLog: (obj: AssetDetails) => any;
|
|
219
|
-
}
|
|
220
166
|
export declare enum AssetType {
|
|
221
167
|
API_GATEWAY_API = "API_GATEWAY_API",
|
|
222
168
|
REDSHIFT_DATA_SHARE = "REDSHIFT_DATA_SHARE",
|
|
@@ -267,12 +213,6 @@ export interface AssetEntry {
|
|
|
267
213
|
*/
|
|
268
214
|
UpdatedAt: Date | undefined;
|
|
269
215
|
}
|
|
270
|
-
export declare namespace AssetEntry {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
|
-
const filterSensitiveLog: (obj: AssetEntry) => any;
|
|
275
|
-
}
|
|
276
216
|
/**
|
|
277
217
|
* <p>The source of the assets.</p>
|
|
278
218
|
*/
|
|
@@ -286,24 +226,12 @@ export interface AssetSourceEntry {
|
|
|
286
226
|
*/
|
|
287
227
|
Key: string | undefined;
|
|
288
228
|
}
|
|
289
|
-
export declare namespace AssetSourceEntry {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
const filterSensitiveLog: (obj: AssetSourceEntry) => any;
|
|
294
|
-
}
|
|
295
229
|
export interface CancelJobRequest {
|
|
296
230
|
/**
|
|
297
231
|
* <p>The unique identifier for a job.</p>
|
|
298
232
|
*/
|
|
299
233
|
JobId: string | undefined;
|
|
300
234
|
}
|
|
301
|
-
export declare namespace CancelJobRequest {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
|
-
const filterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
306
|
-
}
|
|
307
235
|
export declare enum ResourceType {
|
|
308
236
|
ASSET = "ASSET",
|
|
309
237
|
DATA_SET = "DATA_SET",
|
|
@@ -440,12 +368,6 @@ export interface CreateDataSetRequest {
|
|
|
440
368
|
*/
|
|
441
369
|
Tags?: Record<string, string>;
|
|
442
370
|
}
|
|
443
|
-
export declare namespace CreateDataSetRequest {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
const filterSensitiveLog: (obj: CreateDataSetRequest) => any;
|
|
448
|
-
}
|
|
449
371
|
export declare enum Origin {
|
|
450
372
|
ENTITLED = "ENTITLED",
|
|
451
373
|
OWNED = "OWNED"
|
|
@@ -459,12 +381,6 @@ export interface OriginDetails {
|
|
|
459
381
|
*/
|
|
460
382
|
ProductId: string | undefined;
|
|
461
383
|
}
|
|
462
|
-
export declare namespace OriginDetails {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
|
-
const filterSensitiveLog: (obj: OriginDetails) => any;
|
|
467
|
-
}
|
|
468
384
|
export interface CreateDataSetResponse {
|
|
469
385
|
/**
|
|
470
386
|
* <p>The ARN for the data set.</p>
|
|
@@ -511,12 +427,6 @@ export interface CreateDataSetResponse {
|
|
|
511
427
|
*/
|
|
512
428
|
UpdatedAt?: Date;
|
|
513
429
|
}
|
|
514
|
-
export declare namespace CreateDataSetResponse {
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
|
-
const filterSensitiveLog: (obj: CreateDataSetResponse) => any;
|
|
519
|
-
}
|
|
520
430
|
export declare enum LimitName {
|
|
521
431
|
Amazon_API_Gateway_API_assets_per_revision = "Amazon API Gateway API assets per revision",
|
|
522
432
|
Amazon_Redshift_datashare_assets_per_import_job_from_Redshift = "Amazon Redshift datashare assets per import job from Redshift",
|
|
@@ -573,12 +483,6 @@ export interface RevisionPublished {
|
|
|
573
483
|
*/
|
|
574
484
|
DataSetId: string | undefined;
|
|
575
485
|
}
|
|
576
|
-
export declare namespace RevisionPublished {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
|
-
const filterSensitiveLog: (obj: RevisionPublished) => any;
|
|
581
|
-
}
|
|
582
486
|
/**
|
|
583
487
|
* <p>What occurs to start an action.</p>
|
|
584
488
|
*/
|
|
@@ -588,12 +492,6 @@ export interface Event {
|
|
|
588
492
|
*/
|
|
589
493
|
RevisionPublished?: RevisionPublished;
|
|
590
494
|
}
|
|
591
|
-
export declare namespace Event {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
596
|
-
}
|
|
597
495
|
/**
|
|
598
496
|
* <p>The request body for CreateEventAction.</p>
|
|
599
497
|
*/
|
|
@@ -607,12 +505,6 @@ export interface CreateEventActionRequest {
|
|
|
607
505
|
*/
|
|
608
506
|
Event: Event | undefined;
|
|
609
507
|
}
|
|
610
|
-
export declare namespace CreateEventActionRequest {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
const filterSensitiveLog: (obj: CreateEventActionRequest) => any;
|
|
615
|
-
}
|
|
616
508
|
export interface CreateEventActionResponse {
|
|
617
509
|
/**
|
|
618
510
|
* <p>What occurs after a certain event.</p>
|
|
@@ -639,12 +531,6 @@ export interface CreateEventActionResponse {
|
|
|
639
531
|
*/
|
|
640
532
|
UpdatedAt?: Date;
|
|
641
533
|
}
|
|
642
|
-
export declare namespace CreateEventActionResponse {
|
|
643
|
-
/**
|
|
644
|
-
* @internal
|
|
645
|
-
*/
|
|
646
|
-
const filterSensitiveLog: (obj: CreateEventActionResponse) => any;
|
|
647
|
-
}
|
|
648
534
|
/**
|
|
649
535
|
* <p>Details of the operation to be performed by the job.</p>
|
|
650
536
|
*/
|
|
@@ -666,12 +552,6 @@ export interface ExportAssetsToS3RequestDetails {
|
|
|
666
552
|
*/
|
|
667
553
|
RevisionId: string | undefined;
|
|
668
554
|
}
|
|
669
|
-
export declare namespace ExportAssetsToS3RequestDetails {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
const filterSensitiveLog: (obj: ExportAssetsToS3RequestDetails) => any;
|
|
674
|
-
}
|
|
675
555
|
/**
|
|
676
556
|
* <p>Details of the operation to be performed by the job.</p>
|
|
677
557
|
*/
|
|
@@ -689,12 +569,6 @@ export interface ExportAssetToSignedUrlRequestDetails {
|
|
|
689
569
|
*/
|
|
690
570
|
RevisionId: string | undefined;
|
|
691
571
|
}
|
|
692
|
-
export declare namespace ExportAssetToSignedUrlRequestDetails {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
|
-
const filterSensitiveLog: (obj: ExportAssetToSignedUrlRequestDetails) => any;
|
|
697
|
-
}
|
|
698
572
|
/**
|
|
699
573
|
* <p>The destination where the assets in the revision will be exported.</p>
|
|
700
574
|
*/
|
|
@@ -712,12 +586,6 @@ export interface RevisionDestinationEntry {
|
|
|
712
586
|
*/
|
|
713
587
|
RevisionId: string | undefined;
|
|
714
588
|
}
|
|
715
|
-
export declare namespace RevisionDestinationEntry {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
|
-
const filterSensitiveLog: (obj: RevisionDestinationEntry) => any;
|
|
720
|
-
}
|
|
721
589
|
/**
|
|
722
590
|
* <p>Details of the operation to be performed by the job.</p>
|
|
723
591
|
*/
|
|
@@ -735,12 +603,6 @@ export interface ExportRevisionsToS3RequestDetails {
|
|
|
735
603
|
*/
|
|
736
604
|
RevisionDestinations: RevisionDestinationEntry[] | undefined;
|
|
737
605
|
}
|
|
738
|
-
export declare namespace ExportRevisionsToS3RequestDetails {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
|
-
const filterSensitiveLog: (obj: ExportRevisionsToS3RequestDetails) => any;
|
|
743
|
-
}
|
|
744
606
|
/**
|
|
745
607
|
* <p>The request details.</p>
|
|
746
608
|
*/
|
|
@@ -782,12 +644,6 @@ export interface ImportAssetFromApiGatewayApiRequestDetails {
|
|
|
782
644
|
*/
|
|
783
645
|
Stage: string | undefined;
|
|
784
646
|
}
|
|
785
|
-
export declare namespace ImportAssetFromApiGatewayApiRequestDetails {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
|
-
const filterSensitiveLog: (obj: ImportAssetFromApiGatewayApiRequestDetails) => any;
|
|
790
|
-
}
|
|
791
647
|
/**
|
|
792
648
|
* <p>Details of the operation to be performed by the job.</p>
|
|
793
649
|
*/
|
|
@@ -809,12 +665,6 @@ export interface ImportAssetFromSignedUrlRequestDetails {
|
|
|
809
665
|
*/
|
|
810
666
|
RevisionId: string | undefined;
|
|
811
667
|
}
|
|
812
|
-
export declare namespace ImportAssetFromSignedUrlRequestDetails {
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
|
-
const filterSensitiveLog: (obj: ImportAssetFromSignedUrlRequestDetails) => any;
|
|
817
|
-
}
|
|
818
668
|
/**
|
|
819
669
|
* <p>The source of the Amazon Redshift datashare asset.</p>
|
|
820
670
|
*/
|
|
@@ -824,12 +674,6 @@ export interface RedshiftDataShareAssetSourceEntry {
|
|
|
824
674
|
*/
|
|
825
675
|
DataShareArn: string | undefined;
|
|
826
676
|
}
|
|
827
|
-
export declare namespace RedshiftDataShareAssetSourceEntry {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
const filterSensitiveLog: (obj: RedshiftDataShareAssetSourceEntry) => any;
|
|
832
|
-
}
|
|
833
677
|
/**
|
|
834
678
|
* Details from an import from Amazon Redshift datashare request.
|
|
835
679
|
*/
|
|
@@ -847,12 +691,6 @@ export interface ImportAssetsFromRedshiftDataSharesRequestDetails {
|
|
|
847
691
|
*/
|
|
848
692
|
RevisionId: string | undefined;
|
|
849
693
|
}
|
|
850
|
-
export declare namespace ImportAssetsFromRedshiftDataSharesRequestDetails {
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
|
-
const filterSensitiveLog: (obj: ImportAssetsFromRedshiftDataSharesRequestDetails) => any;
|
|
855
|
-
}
|
|
856
694
|
/**
|
|
857
695
|
* <p>Details of the operation to be performed by the job.</p>
|
|
858
696
|
*/
|
|
@@ -870,12 +708,6 @@ export interface ImportAssetsFromS3RequestDetails {
|
|
|
870
708
|
*/
|
|
871
709
|
RevisionId: string | undefined;
|
|
872
710
|
}
|
|
873
|
-
export declare namespace ImportAssetsFromS3RequestDetails {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
|
-
const filterSensitiveLog: (obj: ImportAssetsFromS3RequestDetails) => any;
|
|
878
|
-
}
|
|
879
711
|
/**
|
|
880
712
|
* <p>The details for the request.</p>
|
|
881
713
|
*/
|
|
@@ -909,12 +741,6 @@ export interface RequestDetails {
|
|
|
909
741
|
*/
|
|
910
742
|
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiRequestDetails;
|
|
911
743
|
}
|
|
912
|
-
export declare namespace RequestDetails {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
|
-
const filterSensitiveLog: (obj: RequestDetails) => any;
|
|
917
|
-
}
|
|
918
744
|
export declare enum Type {
|
|
919
745
|
EXPORT_ASSETS_TO_S3 = "EXPORT_ASSETS_TO_S3",
|
|
920
746
|
EXPORT_ASSET_TO_SIGNED_URL = "EXPORT_ASSET_TO_SIGNED_URL",
|
|
@@ -937,12 +763,6 @@ export interface CreateJobRequest {
|
|
|
937
763
|
*/
|
|
938
764
|
Type: Type | string | undefined;
|
|
939
765
|
}
|
|
940
|
-
export declare namespace CreateJobRequest {
|
|
941
|
-
/**
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
944
|
-
const filterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
945
|
-
}
|
|
946
766
|
/**
|
|
947
767
|
* <p>Details about the export to Amazon S3 response.</p>
|
|
948
768
|
*/
|
|
@@ -964,12 +784,6 @@ export interface ExportAssetsToS3ResponseDetails {
|
|
|
964
784
|
*/
|
|
965
785
|
RevisionId: string | undefined;
|
|
966
786
|
}
|
|
967
|
-
export declare namespace ExportAssetsToS3ResponseDetails {
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
|
-
const filterSensitiveLog: (obj: ExportAssetsToS3ResponseDetails) => any;
|
|
972
|
-
}
|
|
973
787
|
/**
|
|
974
788
|
* <p>The details of the export to signed URL response.</p>
|
|
975
789
|
*/
|
|
@@ -995,12 +809,6 @@ export interface ExportAssetToSignedUrlResponseDetails {
|
|
|
995
809
|
*/
|
|
996
810
|
SignedUrlExpiresAt?: Date;
|
|
997
811
|
}
|
|
998
|
-
export declare namespace ExportAssetToSignedUrlResponseDetails {
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
|
-
const filterSensitiveLog: (obj: ExportAssetToSignedUrlResponseDetails) => any;
|
|
1003
|
-
}
|
|
1004
812
|
/**
|
|
1005
813
|
* <p>Details about the export revisions to Amazon S3 response.</p>
|
|
1006
814
|
*/
|
|
@@ -1022,12 +830,6 @@ export interface ExportRevisionsToS3ResponseDetails {
|
|
|
1022
830
|
*/
|
|
1023
831
|
EventActionArn?: string;
|
|
1024
832
|
}
|
|
1025
|
-
export declare namespace ExportRevisionsToS3ResponseDetails {
|
|
1026
|
-
/**
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
1029
|
-
const filterSensitiveLog: (obj: ExportRevisionsToS3ResponseDetails) => any;
|
|
1030
|
-
}
|
|
1031
833
|
/**
|
|
1032
834
|
* <p>The response details.</p>
|
|
1033
835
|
*/
|
|
@@ -1077,12 +879,6 @@ export interface ImportAssetFromApiGatewayApiResponseDetails {
|
|
|
1077
879
|
*/
|
|
1078
880
|
Stage: string | undefined;
|
|
1079
881
|
}
|
|
1080
|
-
export declare namespace ImportAssetFromApiGatewayApiResponseDetails {
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
|
-
const filterSensitiveLog: (obj: ImportAssetFromApiGatewayApiResponseDetails) => any;
|
|
1085
|
-
}
|
|
1086
882
|
/**
|
|
1087
883
|
* <p>The details in the response for an import request, including the signed URL and other information.</p>
|
|
1088
884
|
*/
|
|
@@ -1112,12 +908,6 @@ export interface ImportAssetFromSignedUrlResponseDetails {
|
|
|
1112
908
|
*/
|
|
1113
909
|
SignedUrlExpiresAt?: Date;
|
|
1114
910
|
}
|
|
1115
|
-
export declare namespace ImportAssetFromSignedUrlResponseDetails {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
const filterSensitiveLog: (obj: ImportAssetFromSignedUrlResponseDetails) => any;
|
|
1120
|
-
}
|
|
1121
911
|
/**
|
|
1122
912
|
* Details from an import from Amazon Redshift datashare response.
|
|
1123
913
|
*/
|
|
@@ -1135,12 +925,6 @@ export interface ImportAssetsFromRedshiftDataSharesResponseDetails {
|
|
|
1135
925
|
*/
|
|
1136
926
|
RevisionId: string | undefined;
|
|
1137
927
|
}
|
|
1138
|
-
export declare namespace ImportAssetsFromRedshiftDataSharesResponseDetails {
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
|
-
const filterSensitiveLog: (obj: ImportAssetsFromRedshiftDataSharesResponseDetails) => any;
|
|
1143
|
-
}
|
|
1144
928
|
/**
|
|
1145
929
|
* <p>Details from an import from Amazon S3 response.</p>
|
|
1146
930
|
*/
|
|
@@ -1158,12 +942,6 @@ export interface ImportAssetsFromS3ResponseDetails {
|
|
|
1158
942
|
*/
|
|
1159
943
|
RevisionId: string | undefined;
|
|
1160
944
|
}
|
|
1161
|
-
export declare namespace ImportAssetsFromS3ResponseDetails {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: ImportAssetsFromS3ResponseDetails) => any;
|
|
1166
|
-
}
|
|
1167
945
|
/**
|
|
1168
946
|
* <p>Details for the response.</p>
|
|
1169
947
|
*/
|
|
@@ -1197,12 +975,6 @@ export interface ResponseDetails {
|
|
|
1197
975
|
*/
|
|
1198
976
|
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiResponseDetails;
|
|
1199
977
|
}
|
|
1200
|
-
export declare namespace ResponseDetails {
|
|
1201
|
-
/**
|
|
1202
|
-
* @internal
|
|
1203
|
-
*/
|
|
1204
|
-
const filterSensitiveLog: (obj: ResponseDetails) => any;
|
|
1205
|
-
}
|
|
1206
978
|
/**
|
|
1207
979
|
* <p>Information about the job error.</p>
|
|
1208
980
|
*/
|
|
@@ -1212,12 +984,6 @@ export interface ImportAssetFromSignedUrlJobErrorDetails {
|
|
|
1212
984
|
*/
|
|
1213
985
|
AssetName: string | undefined;
|
|
1214
986
|
}
|
|
1215
|
-
export declare namespace ImportAssetFromSignedUrlJobErrorDetails {
|
|
1216
|
-
/**
|
|
1217
|
-
* @internal
|
|
1218
|
-
*/
|
|
1219
|
-
const filterSensitiveLog: (obj: ImportAssetFromSignedUrlJobErrorDetails) => any;
|
|
1220
|
-
}
|
|
1221
987
|
/**
|
|
1222
988
|
* <p>Information about the job error.</p>
|
|
1223
989
|
*/
|
|
@@ -1231,12 +997,6 @@ export interface Details {
|
|
|
1231
997
|
*/
|
|
1232
998
|
ImportAssetsFromS3JobErrorDetails?: AssetSourceEntry[];
|
|
1233
999
|
}
|
|
1234
|
-
export declare namespace Details {
|
|
1235
|
-
/**
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
|
-
const filterSensitiveLog: (obj: Details) => any;
|
|
1239
|
-
}
|
|
1240
1000
|
export declare enum JobErrorLimitName {
|
|
1241
1001
|
Amazon_Redshift_datashare_assets_per_revision = "Amazon Redshift datashare assets per revision",
|
|
1242
1002
|
Asset_size_in_GB = "Asset size in GB",
|
|
@@ -1280,12 +1040,6 @@ export interface JobError {
|
|
|
1280
1040
|
*/
|
|
1281
1041
|
ResourceType?: JobErrorResourceTypes | string;
|
|
1282
1042
|
}
|
|
1283
|
-
export declare namespace JobError {
|
|
1284
|
-
/**
|
|
1285
|
-
* @internal
|
|
1286
|
-
*/
|
|
1287
|
-
const filterSensitiveLog: (obj: JobError) => any;
|
|
1288
|
-
}
|
|
1289
1043
|
export declare enum State {
|
|
1290
1044
|
CANCELLED = "CANCELLED",
|
|
1291
1045
|
COMPLETED = "COMPLETED",
|
|
@@ -1328,12 +1082,6 @@ export interface CreateJobResponse {
|
|
|
1328
1082
|
*/
|
|
1329
1083
|
UpdatedAt?: Date;
|
|
1330
1084
|
}
|
|
1331
|
-
export declare namespace CreateJobResponse {
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
|
-
const filterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
1336
|
-
}
|
|
1337
1085
|
/**
|
|
1338
1086
|
* <p>The request body for CreateRevision.</p>
|
|
1339
1087
|
*/
|
|
@@ -1351,12 +1099,6 @@ export interface CreateRevisionRequest {
|
|
|
1351
1099
|
*/
|
|
1352
1100
|
Tags?: Record<string, string>;
|
|
1353
1101
|
}
|
|
1354
|
-
export declare namespace CreateRevisionRequest {
|
|
1355
|
-
/**
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
1358
|
-
const filterSensitiveLog: (obj: CreateRevisionRequest) => any;
|
|
1359
|
-
}
|
|
1360
1102
|
export interface CreateRevisionResponse {
|
|
1361
1103
|
/**
|
|
1362
1104
|
* <p>The ARN for the revision.</p>
|
|
@@ -1407,12 +1149,6 @@ export interface CreateRevisionResponse {
|
|
|
1407
1149
|
*/
|
|
1408
1150
|
RevokedAt?: Date;
|
|
1409
1151
|
}
|
|
1410
|
-
export declare namespace CreateRevisionResponse {
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
|
-
const filterSensitiveLog: (obj: CreateRevisionResponse) => any;
|
|
1415
|
-
}
|
|
1416
1152
|
export interface DeleteAssetRequest {
|
|
1417
1153
|
/**
|
|
1418
1154
|
* <p>The unique identifier for an asset.</p>
|
|
@@ -1427,36 +1163,18 @@ export interface DeleteAssetRequest {
|
|
|
1427
1163
|
*/
|
|
1428
1164
|
RevisionId: string | undefined;
|
|
1429
1165
|
}
|
|
1430
|
-
export declare namespace DeleteAssetRequest {
|
|
1431
|
-
/**
|
|
1432
|
-
* @internal
|
|
1433
|
-
*/
|
|
1434
|
-
const filterSensitiveLog: (obj: DeleteAssetRequest) => any;
|
|
1435
|
-
}
|
|
1436
1166
|
export interface DeleteDataSetRequest {
|
|
1437
1167
|
/**
|
|
1438
1168
|
* <p>The unique identifier for a data set.</p>
|
|
1439
1169
|
*/
|
|
1440
1170
|
DataSetId: string | undefined;
|
|
1441
1171
|
}
|
|
1442
|
-
export declare namespace DeleteDataSetRequest {
|
|
1443
|
-
/**
|
|
1444
|
-
* @internal
|
|
1445
|
-
*/
|
|
1446
|
-
const filterSensitiveLog: (obj: DeleteDataSetRequest) => any;
|
|
1447
|
-
}
|
|
1448
1172
|
export interface DeleteEventActionRequest {
|
|
1449
1173
|
/**
|
|
1450
1174
|
* <p>The unique identifier for the event action.</p>
|
|
1451
1175
|
*/
|
|
1452
1176
|
EventActionId: string | undefined;
|
|
1453
1177
|
}
|
|
1454
|
-
export declare namespace DeleteEventActionRequest {
|
|
1455
|
-
/**
|
|
1456
|
-
* @internal
|
|
1457
|
-
*/
|
|
1458
|
-
const filterSensitiveLog: (obj: DeleteEventActionRequest) => any;
|
|
1459
|
-
}
|
|
1460
1178
|
export interface DeleteRevisionRequest {
|
|
1461
1179
|
/**
|
|
1462
1180
|
* <p>The unique identifier for a data set.</p>
|
|
@@ -1467,12 +1185,6 @@ export interface DeleteRevisionRequest {
|
|
|
1467
1185
|
*/
|
|
1468
1186
|
RevisionId: string | undefined;
|
|
1469
1187
|
}
|
|
1470
|
-
export declare namespace DeleteRevisionRequest {
|
|
1471
|
-
/**
|
|
1472
|
-
* @internal
|
|
1473
|
-
*/
|
|
1474
|
-
const filterSensitiveLog: (obj: DeleteRevisionRequest) => any;
|
|
1475
|
-
}
|
|
1476
1188
|
export interface GetAssetRequest {
|
|
1477
1189
|
/**
|
|
1478
1190
|
* <p>The unique identifier for an asset.</p>
|
|
@@ -1487,12 +1199,6 @@ export interface GetAssetRequest {
|
|
|
1487
1199
|
*/
|
|
1488
1200
|
RevisionId: string | undefined;
|
|
1489
1201
|
}
|
|
1490
|
-
export declare namespace GetAssetRequest {
|
|
1491
|
-
/**
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
1494
|
-
const filterSensitiveLog: (obj: GetAssetRequest) => any;
|
|
1495
|
-
}
|
|
1496
1202
|
export interface GetAssetResponse {
|
|
1497
1203
|
/**
|
|
1498
1204
|
* <p>The ARN for the asset.</p>
|
|
@@ -1535,24 +1241,12 @@ export interface GetAssetResponse {
|
|
|
1535
1241
|
*/
|
|
1536
1242
|
UpdatedAt?: Date;
|
|
1537
1243
|
}
|
|
1538
|
-
export declare namespace GetAssetResponse {
|
|
1539
|
-
/**
|
|
1540
|
-
* @internal
|
|
1541
|
-
*/
|
|
1542
|
-
const filterSensitiveLog: (obj: GetAssetResponse) => any;
|
|
1543
|
-
}
|
|
1544
1244
|
export interface GetDataSetRequest {
|
|
1545
1245
|
/**
|
|
1546
1246
|
* <p>The unique identifier for a data set.</p>
|
|
1547
1247
|
*/
|
|
1548
1248
|
DataSetId: string | undefined;
|
|
1549
1249
|
}
|
|
1550
|
-
export declare namespace GetDataSetRequest {
|
|
1551
|
-
/**
|
|
1552
|
-
* @internal
|
|
1553
|
-
*/
|
|
1554
|
-
const filterSensitiveLog: (obj: GetDataSetRequest) => any;
|
|
1555
|
-
}
|
|
1556
1250
|
export interface GetDataSetResponse {
|
|
1557
1251
|
/**
|
|
1558
1252
|
* <p>The ARN for the data set.</p>
|
|
@@ -1599,24 +1293,12 @@ export interface GetDataSetResponse {
|
|
|
1599
1293
|
*/
|
|
1600
1294
|
UpdatedAt?: Date;
|
|
1601
1295
|
}
|
|
1602
|
-
export declare namespace GetDataSetResponse {
|
|
1603
|
-
/**
|
|
1604
|
-
* @internal
|
|
1605
|
-
*/
|
|
1606
|
-
const filterSensitiveLog: (obj: GetDataSetResponse) => any;
|
|
1607
|
-
}
|
|
1608
1296
|
export interface GetEventActionRequest {
|
|
1609
1297
|
/**
|
|
1610
1298
|
* <p>The unique identifier for the event action.</p>
|
|
1611
1299
|
*/
|
|
1612
1300
|
EventActionId: string | undefined;
|
|
1613
1301
|
}
|
|
1614
|
-
export declare namespace GetEventActionRequest {
|
|
1615
|
-
/**
|
|
1616
|
-
* @internal
|
|
1617
|
-
*/
|
|
1618
|
-
const filterSensitiveLog: (obj: GetEventActionRequest) => any;
|
|
1619
|
-
}
|
|
1620
1302
|
export interface GetEventActionResponse {
|
|
1621
1303
|
/**
|
|
1622
1304
|
* <p>What occurs after a certain event.</p>
|
|
@@ -1643,24 +1325,12 @@ export interface GetEventActionResponse {
|
|
|
1643
1325
|
*/
|
|
1644
1326
|
UpdatedAt?: Date;
|
|
1645
1327
|
}
|
|
1646
|
-
export declare namespace GetEventActionResponse {
|
|
1647
|
-
/**
|
|
1648
|
-
* @internal
|
|
1649
|
-
*/
|
|
1650
|
-
const filterSensitiveLog: (obj: GetEventActionResponse) => any;
|
|
1651
|
-
}
|
|
1652
1328
|
export interface GetJobRequest {
|
|
1653
1329
|
/**
|
|
1654
1330
|
* <p>The unique identifier for a job.</p>
|
|
1655
1331
|
*/
|
|
1656
1332
|
JobId: string | undefined;
|
|
1657
1333
|
}
|
|
1658
|
-
export declare namespace GetJobRequest {
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
*/
|
|
1662
|
-
const filterSensitiveLog: (obj: GetJobRequest) => any;
|
|
1663
|
-
}
|
|
1664
1334
|
export interface GetJobResponse {
|
|
1665
1335
|
/**
|
|
1666
1336
|
* <p>The ARN for the job.</p>
|
|
@@ -1695,12 +1365,6 @@ export interface GetJobResponse {
|
|
|
1695
1365
|
*/
|
|
1696
1366
|
UpdatedAt?: Date;
|
|
1697
1367
|
}
|
|
1698
|
-
export declare namespace GetJobResponse {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: GetJobResponse) => any;
|
|
1703
|
-
}
|
|
1704
1368
|
export interface GetRevisionRequest {
|
|
1705
1369
|
/**
|
|
1706
1370
|
* <p>The unique identifier for a data set.</p>
|
|
@@ -1711,12 +1375,6 @@ export interface GetRevisionRequest {
|
|
|
1711
1375
|
*/
|
|
1712
1376
|
RevisionId: string | undefined;
|
|
1713
1377
|
}
|
|
1714
|
-
export declare namespace GetRevisionRequest {
|
|
1715
|
-
/**
|
|
1716
|
-
* @internal
|
|
1717
|
-
*/
|
|
1718
|
-
const filterSensitiveLog: (obj: GetRevisionRequest) => any;
|
|
1719
|
-
}
|
|
1720
1378
|
export interface GetRevisionResponse {
|
|
1721
1379
|
/**
|
|
1722
1380
|
* <p>The ARN for the revision.</p>
|
|
@@ -1767,12 +1425,6 @@ export interface GetRevisionResponse {
|
|
|
1767
1425
|
*/
|
|
1768
1426
|
RevokedAt?: Date;
|
|
1769
1427
|
}
|
|
1770
|
-
export declare namespace GetRevisionResponse {
|
|
1771
|
-
/**
|
|
1772
|
-
* @internal
|
|
1773
|
-
*/
|
|
1774
|
-
const filterSensitiveLog: (obj: GetRevisionResponse) => any;
|
|
1775
|
-
}
|
|
1776
1428
|
export interface ListDataSetRevisionsRequest {
|
|
1777
1429
|
/**
|
|
1778
1430
|
* <p>The unique identifier for a data set.</p>
|
|
@@ -1787,12 +1439,6 @@ export interface ListDataSetRevisionsRequest {
|
|
|
1787
1439
|
*/
|
|
1788
1440
|
NextToken?: string;
|
|
1789
1441
|
}
|
|
1790
|
-
export declare namespace ListDataSetRevisionsRequest {
|
|
1791
|
-
/**
|
|
1792
|
-
* @internal
|
|
1793
|
-
*/
|
|
1794
|
-
const filterSensitiveLog: (obj: ListDataSetRevisionsRequest) => any;
|
|
1795
|
-
}
|
|
1796
1442
|
/**
|
|
1797
1443
|
* <p>A revision is a container for one or more assets.</p>
|
|
1798
1444
|
*/
|
|
@@ -1842,12 +1488,6 @@ export interface RevisionEntry {
|
|
|
1842
1488
|
*/
|
|
1843
1489
|
RevokedAt?: Date;
|
|
1844
1490
|
}
|
|
1845
|
-
export declare namespace RevisionEntry {
|
|
1846
|
-
/**
|
|
1847
|
-
* @internal
|
|
1848
|
-
*/
|
|
1849
|
-
const filterSensitiveLog: (obj: RevisionEntry) => any;
|
|
1850
|
-
}
|
|
1851
1491
|
export interface ListDataSetRevisionsResponse {
|
|
1852
1492
|
/**
|
|
1853
1493
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
@@ -1858,12 +1498,6 @@ export interface ListDataSetRevisionsResponse {
|
|
|
1858
1498
|
*/
|
|
1859
1499
|
Revisions?: RevisionEntry[];
|
|
1860
1500
|
}
|
|
1861
|
-
export declare namespace ListDataSetRevisionsResponse {
|
|
1862
|
-
/**
|
|
1863
|
-
* @internal
|
|
1864
|
-
*/
|
|
1865
|
-
const filterSensitiveLog: (obj: ListDataSetRevisionsResponse) => any;
|
|
1866
|
-
}
|
|
1867
1501
|
export interface ListDataSetsRequest {
|
|
1868
1502
|
/**
|
|
1869
1503
|
* <p>The maximum number of results returned by a single call.</p>
|
|
@@ -1878,12 +1512,6 @@ export interface ListDataSetsRequest {
|
|
|
1878
1512
|
*/
|
|
1879
1513
|
Origin?: string;
|
|
1880
1514
|
}
|
|
1881
|
-
export declare namespace ListDataSetsRequest {
|
|
1882
|
-
/**
|
|
1883
|
-
* @internal
|
|
1884
|
-
*/
|
|
1885
|
-
const filterSensitiveLog: (obj: ListDataSetsRequest) => any;
|
|
1886
|
-
}
|
|
1887
1515
|
/**
|
|
1888
1516
|
* <p>A data set is an AWS resource with one or more revisions.</p>
|
|
1889
1517
|
*/
|
|
@@ -1929,12 +1557,6 @@ export interface DataSetEntry {
|
|
|
1929
1557
|
*/
|
|
1930
1558
|
UpdatedAt: Date | undefined;
|
|
1931
1559
|
}
|
|
1932
|
-
export declare namespace DataSetEntry {
|
|
1933
|
-
/**
|
|
1934
|
-
* @internal
|
|
1935
|
-
*/
|
|
1936
|
-
const filterSensitiveLog: (obj: DataSetEntry) => any;
|
|
1937
|
-
}
|
|
1938
1560
|
export interface ListDataSetsResponse {
|
|
1939
1561
|
/**
|
|
1940
1562
|
* <p>The data set objects listed by the request.</p>
|
|
@@ -1945,12 +1567,6 @@ export interface ListDataSetsResponse {
|
|
|
1945
1567
|
*/
|
|
1946
1568
|
NextToken?: string;
|
|
1947
1569
|
}
|
|
1948
|
-
export declare namespace ListDataSetsResponse {
|
|
1949
|
-
/**
|
|
1950
|
-
* @internal
|
|
1951
|
-
*/
|
|
1952
|
-
const filterSensitiveLog: (obj: ListDataSetsResponse) => any;
|
|
1953
|
-
}
|
|
1954
1570
|
export interface ListEventActionsRequest {
|
|
1955
1571
|
/**
|
|
1956
1572
|
* <p>The unique identifier for the event source.</p>
|
|
@@ -1965,12 +1581,6 @@ export interface ListEventActionsRequest {
|
|
|
1965
1581
|
*/
|
|
1966
1582
|
NextToken?: string;
|
|
1967
1583
|
}
|
|
1968
|
-
export declare namespace ListEventActionsRequest {
|
|
1969
|
-
/**
|
|
1970
|
-
* @internal
|
|
1971
|
-
*/
|
|
1972
|
-
const filterSensitiveLog: (obj: ListEventActionsRequest) => any;
|
|
1973
|
-
}
|
|
1974
1584
|
/**
|
|
1975
1585
|
* <p>An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.</p>
|
|
1976
1586
|
*/
|
|
@@ -2000,12 +1610,6 @@ export interface EventActionEntry {
|
|
|
2000
1610
|
*/
|
|
2001
1611
|
UpdatedAt: Date | undefined;
|
|
2002
1612
|
}
|
|
2003
|
-
export declare namespace EventActionEntry {
|
|
2004
|
-
/**
|
|
2005
|
-
* @internal
|
|
2006
|
-
*/
|
|
2007
|
-
const filterSensitiveLog: (obj: EventActionEntry) => any;
|
|
2008
|
-
}
|
|
2009
1613
|
export interface ListEventActionsResponse {
|
|
2010
1614
|
/**
|
|
2011
1615
|
* <p>The event action objects listed by the request.</p>
|
|
@@ -2016,12 +1620,6 @@ export interface ListEventActionsResponse {
|
|
|
2016
1620
|
*/
|
|
2017
1621
|
NextToken?: string;
|
|
2018
1622
|
}
|
|
2019
|
-
export declare namespace ListEventActionsResponse {
|
|
2020
|
-
/**
|
|
2021
|
-
* @internal
|
|
2022
|
-
*/
|
|
2023
|
-
const filterSensitiveLog: (obj: ListEventActionsResponse) => any;
|
|
2024
|
-
}
|
|
2025
1623
|
export interface ListJobsRequest {
|
|
2026
1624
|
/**
|
|
2027
1625
|
* <p>The unique identifier for a data set.</p>
|
|
@@ -2040,12 +1638,6 @@ export interface ListJobsRequest {
|
|
|
2040
1638
|
*/
|
|
2041
1639
|
RevisionId?: string;
|
|
2042
1640
|
}
|
|
2043
|
-
export declare namespace ListJobsRequest {
|
|
2044
|
-
/**
|
|
2045
|
-
* @internal
|
|
2046
|
-
*/
|
|
2047
|
-
const filterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
2048
|
-
}
|
|
2049
1641
|
/**
|
|
2050
1642
|
* AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.
|
|
2051
1643
|
*/
|
|
@@ -2083,12 +1675,6 @@ export interface JobEntry {
|
|
|
2083
1675
|
*/
|
|
2084
1676
|
UpdatedAt: Date | undefined;
|
|
2085
1677
|
}
|
|
2086
|
-
export declare namespace JobEntry {
|
|
2087
|
-
/**
|
|
2088
|
-
* @internal
|
|
2089
|
-
*/
|
|
2090
|
-
const filterSensitiveLog: (obj: JobEntry) => any;
|
|
2091
|
-
}
|
|
2092
1678
|
export interface ListJobsResponse {
|
|
2093
1679
|
/**
|
|
2094
1680
|
* <p>The jobs listed by the request.</p>
|
|
@@ -2099,12 +1685,6 @@ export interface ListJobsResponse {
|
|
|
2099
1685
|
*/
|
|
2100
1686
|
NextToken?: string;
|
|
2101
1687
|
}
|
|
2102
|
-
export declare namespace ListJobsResponse {
|
|
2103
|
-
/**
|
|
2104
|
-
* @internal
|
|
2105
|
-
*/
|
|
2106
|
-
const filterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
2107
|
-
}
|
|
2108
1688
|
export interface ListRevisionAssetsRequest {
|
|
2109
1689
|
/**
|
|
2110
1690
|
* <p>The unique identifier for a data set.</p>
|
|
@@ -2123,12 +1703,6 @@ export interface ListRevisionAssetsRequest {
|
|
|
2123
1703
|
*/
|
|
2124
1704
|
RevisionId: string | undefined;
|
|
2125
1705
|
}
|
|
2126
|
-
export declare namespace ListRevisionAssetsRequest {
|
|
2127
|
-
/**
|
|
2128
|
-
* @internal
|
|
2129
|
-
*/
|
|
2130
|
-
const filterSensitiveLog: (obj: ListRevisionAssetsRequest) => any;
|
|
2131
|
-
}
|
|
2132
1706
|
export interface ListRevisionAssetsResponse {
|
|
2133
1707
|
/**
|
|
2134
1708
|
* <p>The asset objects listed by the request.</p>
|
|
@@ -2139,36 +1713,18 @@ export interface ListRevisionAssetsResponse {
|
|
|
2139
1713
|
*/
|
|
2140
1714
|
NextToken?: string;
|
|
2141
1715
|
}
|
|
2142
|
-
export declare namespace ListRevisionAssetsResponse {
|
|
2143
|
-
/**
|
|
2144
|
-
* @internal
|
|
2145
|
-
*/
|
|
2146
|
-
const filterSensitiveLog: (obj: ListRevisionAssetsResponse) => any;
|
|
2147
|
-
}
|
|
2148
1716
|
export interface ListTagsForResourceRequest {
|
|
2149
1717
|
/**
|
|
2150
1718
|
* <p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>
|
|
2151
1719
|
*/
|
|
2152
1720
|
ResourceArn: string | undefined;
|
|
2153
1721
|
}
|
|
2154
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2155
|
-
/**
|
|
2156
|
-
* @internal
|
|
2157
|
-
*/
|
|
2158
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2159
|
-
}
|
|
2160
1722
|
export interface ListTagsForResourceResponse {
|
|
2161
1723
|
/**
|
|
2162
1724
|
* A label that consists of a customer-defined key and an optional value.
|
|
2163
1725
|
*/
|
|
2164
1726
|
Tags?: Record<string, string>;
|
|
2165
1727
|
}
|
|
2166
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2167
|
-
/**
|
|
2168
|
-
* @internal
|
|
2169
|
-
*/
|
|
2170
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2171
|
-
}
|
|
2172
1728
|
/**
|
|
2173
1729
|
* <p>The request body for RevokeRevision.</p>
|
|
2174
1730
|
*/
|
|
@@ -2186,12 +1742,6 @@ export interface RevokeRevisionRequest {
|
|
|
2186
1742
|
*/
|
|
2187
1743
|
RevocationComment: string | undefined;
|
|
2188
1744
|
}
|
|
2189
|
-
export declare namespace RevokeRevisionRequest {
|
|
2190
|
-
/**
|
|
2191
|
-
* @internal
|
|
2192
|
-
*/
|
|
2193
|
-
const filterSensitiveLog: (obj: RevokeRevisionRequest) => any;
|
|
2194
|
-
}
|
|
2195
1745
|
export interface RevokeRevisionResponse {
|
|
2196
1746
|
/**
|
|
2197
1747
|
* <p>The ARN for the revision.</p>
|
|
@@ -2238,12 +1788,6 @@ export interface RevokeRevisionResponse {
|
|
|
2238
1788
|
*/
|
|
2239
1789
|
RevokedAt?: Date;
|
|
2240
1790
|
}
|
|
2241
|
-
export declare namespace RevokeRevisionResponse {
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
const filterSensitiveLog: (obj: RevokeRevisionResponse) => any;
|
|
2246
|
-
}
|
|
2247
1791
|
/**
|
|
2248
1792
|
* <p>The request body for SendApiAsset.</p>
|
|
2249
1793
|
*/
|
|
@@ -2281,12 +1825,6 @@ export interface SendApiAssetRequest {
|
|
|
2281
1825
|
*/
|
|
2282
1826
|
RevisionId: string | undefined;
|
|
2283
1827
|
}
|
|
2284
|
-
export declare namespace SendApiAssetRequest {
|
|
2285
|
-
/**
|
|
2286
|
-
* @internal
|
|
2287
|
-
*/
|
|
2288
|
-
const filterSensitiveLog: (obj: SendApiAssetRequest) => any;
|
|
2289
|
-
}
|
|
2290
1828
|
export interface SendApiAssetResponse {
|
|
2291
1829
|
/**
|
|
2292
1830
|
* <p>The response body from the underlying API tracked by the API asset.</p>
|
|
@@ -2297,32 +1835,14 @@ export interface SendApiAssetResponse {
|
|
|
2297
1835
|
*/
|
|
2298
1836
|
ResponseHeaders?: Record<string, string>;
|
|
2299
1837
|
}
|
|
2300
|
-
export declare namespace SendApiAssetResponse {
|
|
2301
|
-
/**
|
|
2302
|
-
* @internal
|
|
2303
|
-
*/
|
|
2304
|
-
const filterSensitiveLog: (obj: SendApiAssetResponse) => any;
|
|
2305
|
-
}
|
|
2306
1838
|
export interface StartJobRequest {
|
|
2307
1839
|
/**
|
|
2308
1840
|
* <p>The unique identifier for a job.</p>
|
|
2309
1841
|
*/
|
|
2310
1842
|
JobId: string | undefined;
|
|
2311
1843
|
}
|
|
2312
|
-
export declare namespace StartJobRequest {
|
|
2313
|
-
/**
|
|
2314
|
-
* @internal
|
|
2315
|
-
*/
|
|
2316
|
-
const filterSensitiveLog: (obj: StartJobRequest) => any;
|
|
2317
|
-
}
|
|
2318
1844
|
export interface StartJobResponse {
|
|
2319
1845
|
}
|
|
2320
|
-
export declare namespace StartJobResponse {
|
|
2321
|
-
/**
|
|
2322
|
-
* @internal
|
|
2323
|
-
*/
|
|
2324
|
-
const filterSensitiveLog: (obj: StartJobResponse) => any;
|
|
2325
|
-
}
|
|
2326
1846
|
/**
|
|
2327
1847
|
* <p>The request body for TagResource.</p>
|
|
2328
1848
|
*/
|
|
@@ -2336,12 +1856,6 @@ export interface TagResourceRequest {
|
|
|
2336
1856
|
*/
|
|
2337
1857
|
Tags: Record<string, string> | undefined;
|
|
2338
1858
|
}
|
|
2339
|
-
export declare namespace TagResourceRequest {
|
|
2340
|
-
/**
|
|
2341
|
-
* @internal
|
|
2342
|
-
*/
|
|
2343
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2344
|
-
}
|
|
2345
1859
|
export interface UntagResourceRequest {
|
|
2346
1860
|
/**
|
|
2347
1861
|
* <p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>
|
|
@@ -2352,12 +1866,6 @@ export interface UntagResourceRequest {
|
|
|
2352
1866
|
*/
|
|
2353
1867
|
TagKeys: string[] | undefined;
|
|
2354
1868
|
}
|
|
2355
|
-
export declare namespace UntagResourceRequest {
|
|
2356
|
-
/**
|
|
2357
|
-
* @internal
|
|
2358
|
-
*/
|
|
2359
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2360
|
-
}
|
|
2361
1869
|
/**
|
|
2362
1870
|
* <p>The request body for UpdateAsset.</p>
|
|
2363
1871
|
*/
|
|
@@ -2379,12 +1887,6 @@ export interface UpdateAssetRequest {
|
|
|
2379
1887
|
*/
|
|
2380
1888
|
RevisionId: string | undefined;
|
|
2381
1889
|
}
|
|
2382
|
-
export declare namespace UpdateAssetRequest {
|
|
2383
|
-
/**
|
|
2384
|
-
* @internal
|
|
2385
|
-
*/
|
|
2386
|
-
const filterSensitiveLog: (obj: UpdateAssetRequest) => any;
|
|
2387
|
-
}
|
|
2388
1890
|
export interface UpdateAssetResponse {
|
|
2389
1891
|
/**
|
|
2390
1892
|
* <p>The ARN for the asset.</p>
|
|
@@ -2427,12 +1929,6 @@ export interface UpdateAssetResponse {
|
|
|
2427
1929
|
*/
|
|
2428
1930
|
UpdatedAt?: Date;
|
|
2429
1931
|
}
|
|
2430
|
-
export declare namespace UpdateAssetResponse {
|
|
2431
|
-
/**
|
|
2432
|
-
* @internal
|
|
2433
|
-
*/
|
|
2434
|
-
const filterSensitiveLog: (obj: UpdateAssetResponse) => any;
|
|
2435
|
-
}
|
|
2436
1932
|
/**
|
|
2437
1933
|
* <p>The request body for UpdateDataSet.</p>
|
|
2438
1934
|
*/
|
|
@@ -2450,12 +1946,6 @@ export interface UpdateDataSetRequest {
|
|
|
2450
1946
|
*/
|
|
2451
1947
|
Name?: string;
|
|
2452
1948
|
}
|
|
2453
|
-
export declare namespace UpdateDataSetRequest {
|
|
2454
|
-
/**
|
|
2455
|
-
* @internal
|
|
2456
|
-
*/
|
|
2457
|
-
const filterSensitiveLog: (obj: UpdateDataSetRequest) => any;
|
|
2458
|
-
}
|
|
2459
1949
|
export interface UpdateDataSetResponse {
|
|
2460
1950
|
/**
|
|
2461
1951
|
* <p>The ARN for the data set.</p>
|
|
@@ -2498,12 +1988,6 @@ export interface UpdateDataSetResponse {
|
|
|
2498
1988
|
*/
|
|
2499
1989
|
UpdatedAt?: Date;
|
|
2500
1990
|
}
|
|
2501
|
-
export declare namespace UpdateDataSetResponse {
|
|
2502
|
-
/**
|
|
2503
|
-
* @internal
|
|
2504
|
-
*/
|
|
2505
|
-
const filterSensitiveLog: (obj: UpdateDataSetResponse) => any;
|
|
2506
|
-
}
|
|
2507
1991
|
/**
|
|
2508
1992
|
* <p>The request body for UpdateEventAction.</p>
|
|
2509
1993
|
*/
|
|
@@ -2517,12 +2001,6 @@ export interface UpdateEventActionRequest {
|
|
|
2517
2001
|
*/
|
|
2518
2002
|
EventActionId: string | undefined;
|
|
2519
2003
|
}
|
|
2520
|
-
export declare namespace UpdateEventActionRequest {
|
|
2521
|
-
/**
|
|
2522
|
-
* @internal
|
|
2523
|
-
*/
|
|
2524
|
-
const filterSensitiveLog: (obj: UpdateEventActionRequest) => any;
|
|
2525
|
-
}
|
|
2526
2004
|
export interface UpdateEventActionResponse {
|
|
2527
2005
|
/**
|
|
2528
2006
|
* <p>What occurs after a certain event.</p>
|
|
@@ -2549,12 +2027,6 @@ export interface UpdateEventActionResponse {
|
|
|
2549
2027
|
*/
|
|
2550
2028
|
UpdatedAt?: Date;
|
|
2551
2029
|
}
|
|
2552
|
-
export declare namespace UpdateEventActionResponse {
|
|
2553
|
-
/**
|
|
2554
|
-
* @internal
|
|
2555
|
-
*/
|
|
2556
|
-
const filterSensitiveLog: (obj: UpdateEventActionResponse) => any;
|
|
2557
|
-
}
|
|
2558
2030
|
/**
|
|
2559
2031
|
* <p>The request body for UpdateRevision.</p>
|
|
2560
2032
|
*/
|
|
@@ -2576,12 +2048,6 @@ export interface UpdateRevisionRequest {
|
|
|
2576
2048
|
*/
|
|
2577
2049
|
RevisionId: string | undefined;
|
|
2578
2050
|
}
|
|
2579
|
-
export declare namespace UpdateRevisionRequest {
|
|
2580
|
-
/**
|
|
2581
|
-
* @internal
|
|
2582
|
-
*/
|
|
2583
|
-
const filterSensitiveLog: (obj: UpdateRevisionRequest) => any;
|
|
2584
|
-
}
|
|
2585
2051
|
export interface UpdateRevisionResponse {
|
|
2586
2052
|
/**
|
|
2587
2053
|
* <p>The ARN for the revision.</p>
|
|
@@ -2628,9 +2094,363 @@ export interface UpdateRevisionResponse {
|
|
|
2628
2094
|
*/
|
|
2629
2095
|
RevokedAt?: Date;
|
|
2630
2096
|
}
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2097
|
+
/**
|
|
2098
|
+
* @internal
|
|
2099
|
+
*/
|
|
2100
|
+
export declare const ExportServerSideEncryptionFilterSensitiveLog: (obj: ExportServerSideEncryption) => any;
|
|
2101
|
+
/**
|
|
2102
|
+
* @internal
|
|
2103
|
+
*/
|
|
2104
|
+
export declare const AutoExportRevisionDestinationEntryFilterSensitiveLog: (obj: AutoExportRevisionDestinationEntry) => any;
|
|
2105
|
+
/**
|
|
2106
|
+
* @internal
|
|
2107
|
+
*/
|
|
2108
|
+
export declare const AutoExportRevisionToS3RequestDetailsFilterSensitiveLog: (obj: AutoExportRevisionToS3RequestDetails) => any;
|
|
2109
|
+
/**
|
|
2110
|
+
* @internal
|
|
2111
|
+
*/
|
|
2112
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
2113
|
+
/**
|
|
2114
|
+
* @internal
|
|
2115
|
+
*/
|
|
2116
|
+
export declare const ApiGatewayApiAssetFilterSensitiveLog: (obj: ApiGatewayApiAsset) => any;
|
|
2117
|
+
/**
|
|
2118
|
+
* @internal
|
|
2119
|
+
*/
|
|
2120
|
+
export declare const AssetDestinationEntryFilterSensitiveLog: (obj: AssetDestinationEntry) => any;
|
|
2121
|
+
/**
|
|
2122
|
+
* @internal
|
|
2123
|
+
*/
|
|
2124
|
+
export declare const RedshiftDataShareAssetFilterSensitiveLog: (obj: RedshiftDataShareAsset) => any;
|
|
2125
|
+
/**
|
|
2126
|
+
* @internal
|
|
2127
|
+
*/
|
|
2128
|
+
export declare const S3SnapshotAssetFilterSensitiveLog: (obj: S3SnapshotAsset) => any;
|
|
2129
|
+
/**
|
|
2130
|
+
* @internal
|
|
2131
|
+
*/
|
|
2132
|
+
export declare const AssetDetailsFilterSensitiveLog: (obj: AssetDetails) => any;
|
|
2133
|
+
/**
|
|
2134
|
+
* @internal
|
|
2135
|
+
*/
|
|
2136
|
+
export declare const AssetEntryFilterSensitiveLog: (obj: AssetEntry) => any;
|
|
2137
|
+
/**
|
|
2138
|
+
* @internal
|
|
2139
|
+
*/
|
|
2140
|
+
export declare const AssetSourceEntryFilterSensitiveLog: (obj: AssetSourceEntry) => any;
|
|
2141
|
+
/**
|
|
2142
|
+
* @internal
|
|
2143
|
+
*/
|
|
2144
|
+
export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
2145
|
+
/**
|
|
2146
|
+
* @internal
|
|
2147
|
+
*/
|
|
2148
|
+
export declare const CreateDataSetRequestFilterSensitiveLog: (obj: CreateDataSetRequest) => any;
|
|
2149
|
+
/**
|
|
2150
|
+
* @internal
|
|
2151
|
+
*/
|
|
2152
|
+
export declare const OriginDetailsFilterSensitiveLog: (obj: OriginDetails) => any;
|
|
2153
|
+
/**
|
|
2154
|
+
* @internal
|
|
2155
|
+
*/
|
|
2156
|
+
export declare const CreateDataSetResponseFilterSensitiveLog: (obj: CreateDataSetResponse) => any;
|
|
2157
|
+
/**
|
|
2158
|
+
* @internal
|
|
2159
|
+
*/
|
|
2160
|
+
export declare const RevisionPublishedFilterSensitiveLog: (obj: RevisionPublished) => any;
|
|
2161
|
+
/**
|
|
2162
|
+
* @internal
|
|
2163
|
+
*/
|
|
2164
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
2165
|
+
/**
|
|
2166
|
+
* @internal
|
|
2167
|
+
*/
|
|
2168
|
+
export declare const CreateEventActionRequestFilterSensitiveLog: (obj: CreateEventActionRequest) => any;
|
|
2169
|
+
/**
|
|
2170
|
+
* @internal
|
|
2171
|
+
*/
|
|
2172
|
+
export declare const CreateEventActionResponseFilterSensitiveLog: (obj: CreateEventActionResponse) => any;
|
|
2173
|
+
/**
|
|
2174
|
+
* @internal
|
|
2175
|
+
*/
|
|
2176
|
+
export declare const ExportAssetsToS3RequestDetailsFilterSensitiveLog: (obj: ExportAssetsToS3RequestDetails) => any;
|
|
2177
|
+
/**
|
|
2178
|
+
* @internal
|
|
2179
|
+
*/
|
|
2180
|
+
export declare const ExportAssetToSignedUrlRequestDetailsFilterSensitiveLog: (obj: ExportAssetToSignedUrlRequestDetails) => any;
|
|
2181
|
+
/**
|
|
2182
|
+
* @internal
|
|
2183
|
+
*/
|
|
2184
|
+
export declare const RevisionDestinationEntryFilterSensitiveLog: (obj: RevisionDestinationEntry) => any;
|
|
2185
|
+
/**
|
|
2186
|
+
* @internal
|
|
2187
|
+
*/
|
|
2188
|
+
export declare const ExportRevisionsToS3RequestDetailsFilterSensitiveLog: (obj: ExportRevisionsToS3RequestDetails) => any;
|
|
2189
|
+
/**
|
|
2190
|
+
* @internal
|
|
2191
|
+
*/
|
|
2192
|
+
export declare const ImportAssetFromApiGatewayApiRequestDetailsFilterSensitiveLog: (obj: ImportAssetFromApiGatewayApiRequestDetails) => any;
|
|
2193
|
+
/**
|
|
2194
|
+
* @internal
|
|
2195
|
+
*/
|
|
2196
|
+
export declare const ImportAssetFromSignedUrlRequestDetailsFilterSensitiveLog: (obj: ImportAssetFromSignedUrlRequestDetails) => any;
|
|
2197
|
+
/**
|
|
2198
|
+
* @internal
|
|
2199
|
+
*/
|
|
2200
|
+
export declare const RedshiftDataShareAssetSourceEntryFilterSensitiveLog: (obj: RedshiftDataShareAssetSourceEntry) => any;
|
|
2201
|
+
/**
|
|
2202
|
+
* @internal
|
|
2203
|
+
*/
|
|
2204
|
+
export declare const ImportAssetsFromRedshiftDataSharesRequestDetailsFilterSensitiveLog: (obj: ImportAssetsFromRedshiftDataSharesRequestDetails) => any;
|
|
2205
|
+
/**
|
|
2206
|
+
* @internal
|
|
2207
|
+
*/
|
|
2208
|
+
export declare const ImportAssetsFromS3RequestDetailsFilterSensitiveLog: (obj: ImportAssetsFromS3RequestDetails) => any;
|
|
2209
|
+
/**
|
|
2210
|
+
* @internal
|
|
2211
|
+
*/
|
|
2212
|
+
export declare const RequestDetailsFilterSensitiveLog: (obj: RequestDetails) => any;
|
|
2213
|
+
/**
|
|
2214
|
+
* @internal
|
|
2215
|
+
*/
|
|
2216
|
+
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
2217
|
+
/**
|
|
2218
|
+
* @internal
|
|
2219
|
+
*/
|
|
2220
|
+
export declare const ExportAssetsToS3ResponseDetailsFilterSensitiveLog: (obj: ExportAssetsToS3ResponseDetails) => any;
|
|
2221
|
+
/**
|
|
2222
|
+
* @internal
|
|
2223
|
+
*/
|
|
2224
|
+
export declare const ExportAssetToSignedUrlResponseDetailsFilterSensitiveLog: (obj: ExportAssetToSignedUrlResponseDetails) => any;
|
|
2225
|
+
/**
|
|
2226
|
+
* @internal
|
|
2227
|
+
*/
|
|
2228
|
+
export declare const ExportRevisionsToS3ResponseDetailsFilterSensitiveLog: (obj: ExportRevisionsToS3ResponseDetails) => any;
|
|
2229
|
+
/**
|
|
2230
|
+
* @internal
|
|
2231
|
+
*/
|
|
2232
|
+
export declare const ImportAssetFromApiGatewayApiResponseDetailsFilterSensitiveLog: (obj: ImportAssetFromApiGatewayApiResponseDetails) => any;
|
|
2233
|
+
/**
|
|
2234
|
+
* @internal
|
|
2235
|
+
*/
|
|
2236
|
+
export declare const ImportAssetFromSignedUrlResponseDetailsFilterSensitiveLog: (obj: ImportAssetFromSignedUrlResponseDetails) => any;
|
|
2237
|
+
/**
|
|
2238
|
+
* @internal
|
|
2239
|
+
*/
|
|
2240
|
+
export declare const ImportAssetsFromRedshiftDataSharesResponseDetailsFilterSensitiveLog: (obj: ImportAssetsFromRedshiftDataSharesResponseDetails) => any;
|
|
2241
|
+
/**
|
|
2242
|
+
* @internal
|
|
2243
|
+
*/
|
|
2244
|
+
export declare const ImportAssetsFromS3ResponseDetailsFilterSensitiveLog: (obj: ImportAssetsFromS3ResponseDetails) => any;
|
|
2245
|
+
/**
|
|
2246
|
+
* @internal
|
|
2247
|
+
*/
|
|
2248
|
+
export declare const ResponseDetailsFilterSensitiveLog: (obj: ResponseDetails) => any;
|
|
2249
|
+
/**
|
|
2250
|
+
* @internal
|
|
2251
|
+
*/
|
|
2252
|
+
export declare const ImportAssetFromSignedUrlJobErrorDetailsFilterSensitiveLog: (obj: ImportAssetFromSignedUrlJobErrorDetails) => any;
|
|
2253
|
+
/**
|
|
2254
|
+
* @internal
|
|
2255
|
+
*/
|
|
2256
|
+
export declare const DetailsFilterSensitiveLog: (obj: Details) => any;
|
|
2257
|
+
/**
|
|
2258
|
+
* @internal
|
|
2259
|
+
*/
|
|
2260
|
+
export declare const JobErrorFilterSensitiveLog: (obj: JobError) => any;
|
|
2261
|
+
/**
|
|
2262
|
+
* @internal
|
|
2263
|
+
*/
|
|
2264
|
+
export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
2265
|
+
/**
|
|
2266
|
+
* @internal
|
|
2267
|
+
*/
|
|
2268
|
+
export declare const CreateRevisionRequestFilterSensitiveLog: (obj: CreateRevisionRequest) => any;
|
|
2269
|
+
/**
|
|
2270
|
+
* @internal
|
|
2271
|
+
*/
|
|
2272
|
+
export declare const CreateRevisionResponseFilterSensitiveLog: (obj: CreateRevisionResponse) => any;
|
|
2273
|
+
/**
|
|
2274
|
+
* @internal
|
|
2275
|
+
*/
|
|
2276
|
+
export declare const DeleteAssetRequestFilterSensitiveLog: (obj: DeleteAssetRequest) => any;
|
|
2277
|
+
/**
|
|
2278
|
+
* @internal
|
|
2279
|
+
*/
|
|
2280
|
+
export declare const DeleteDataSetRequestFilterSensitiveLog: (obj: DeleteDataSetRequest) => any;
|
|
2281
|
+
/**
|
|
2282
|
+
* @internal
|
|
2283
|
+
*/
|
|
2284
|
+
export declare const DeleteEventActionRequestFilterSensitiveLog: (obj: DeleteEventActionRequest) => any;
|
|
2285
|
+
/**
|
|
2286
|
+
* @internal
|
|
2287
|
+
*/
|
|
2288
|
+
export declare const DeleteRevisionRequestFilterSensitiveLog: (obj: DeleteRevisionRequest) => any;
|
|
2289
|
+
/**
|
|
2290
|
+
* @internal
|
|
2291
|
+
*/
|
|
2292
|
+
export declare const GetAssetRequestFilterSensitiveLog: (obj: GetAssetRequest) => any;
|
|
2293
|
+
/**
|
|
2294
|
+
* @internal
|
|
2295
|
+
*/
|
|
2296
|
+
export declare const GetAssetResponseFilterSensitiveLog: (obj: GetAssetResponse) => any;
|
|
2297
|
+
/**
|
|
2298
|
+
* @internal
|
|
2299
|
+
*/
|
|
2300
|
+
export declare const GetDataSetRequestFilterSensitiveLog: (obj: GetDataSetRequest) => any;
|
|
2301
|
+
/**
|
|
2302
|
+
* @internal
|
|
2303
|
+
*/
|
|
2304
|
+
export declare const GetDataSetResponseFilterSensitiveLog: (obj: GetDataSetResponse) => any;
|
|
2305
|
+
/**
|
|
2306
|
+
* @internal
|
|
2307
|
+
*/
|
|
2308
|
+
export declare const GetEventActionRequestFilterSensitiveLog: (obj: GetEventActionRequest) => any;
|
|
2309
|
+
/**
|
|
2310
|
+
* @internal
|
|
2311
|
+
*/
|
|
2312
|
+
export declare const GetEventActionResponseFilterSensitiveLog: (obj: GetEventActionResponse) => any;
|
|
2313
|
+
/**
|
|
2314
|
+
* @internal
|
|
2315
|
+
*/
|
|
2316
|
+
export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
|
|
2317
|
+
/**
|
|
2318
|
+
* @internal
|
|
2319
|
+
*/
|
|
2320
|
+
export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
|
|
2321
|
+
/**
|
|
2322
|
+
* @internal
|
|
2323
|
+
*/
|
|
2324
|
+
export declare const GetRevisionRequestFilterSensitiveLog: (obj: GetRevisionRequest) => any;
|
|
2325
|
+
/**
|
|
2326
|
+
* @internal
|
|
2327
|
+
*/
|
|
2328
|
+
export declare const GetRevisionResponseFilterSensitiveLog: (obj: GetRevisionResponse) => any;
|
|
2329
|
+
/**
|
|
2330
|
+
* @internal
|
|
2331
|
+
*/
|
|
2332
|
+
export declare const ListDataSetRevisionsRequestFilterSensitiveLog: (obj: ListDataSetRevisionsRequest) => any;
|
|
2333
|
+
/**
|
|
2334
|
+
* @internal
|
|
2335
|
+
*/
|
|
2336
|
+
export declare const RevisionEntryFilterSensitiveLog: (obj: RevisionEntry) => any;
|
|
2337
|
+
/**
|
|
2338
|
+
* @internal
|
|
2339
|
+
*/
|
|
2340
|
+
export declare const ListDataSetRevisionsResponseFilterSensitiveLog: (obj: ListDataSetRevisionsResponse) => any;
|
|
2341
|
+
/**
|
|
2342
|
+
* @internal
|
|
2343
|
+
*/
|
|
2344
|
+
export declare const ListDataSetsRequestFilterSensitiveLog: (obj: ListDataSetsRequest) => any;
|
|
2345
|
+
/**
|
|
2346
|
+
* @internal
|
|
2347
|
+
*/
|
|
2348
|
+
export declare const DataSetEntryFilterSensitiveLog: (obj: DataSetEntry) => any;
|
|
2349
|
+
/**
|
|
2350
|
+
* @internal
|
|
2351
|
+
*/
|
|
2352
|
+
export declare const ListDataSetsResponseFilterSensitiveLog: (obj: ListDataSetsResponse) => any;
|
|
2353
|
+
/**
|
|
2354
|
+
* @internal
|
|
2355
|
+
*/
|
|
2356
|
+
export declare const ListEventActionsRequestFilterSensitiveLog: (obj: ListEventActionsRequest) => any;
|
|
2357
|
+
/**
|
|
2358
|
+
* @internal
|
|
2359
|
+
*/
|
|
2360
|
+
export declare const EventActionEntryFilterSensitiveLog: (obj: EventActionEntry) => any;
|
|
2361
|
+
/**
|
|
2362
|
+
* @internal
|
|
2363
|
+
*/
|
|
2364
|
+
export declare const ListEventActionsResponseFilterSensitiveLog: (obj: ListEventActionsResponse) => any;
|
|
2365
|
+
/**
|
|
2366
|
+
* @internal
|
|
2367
|
+
*/
|
|
2368
|
+
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
2369
|
+
/**
|
|
2370
|
+
* @internal
|
|
2371
|
+
*/
|
|
2372
|
+
export declare const JobEntryFilterSensitiveLog: (obj: JobEntry) => any;
|
|
2373
|
+
/**
|
|
2374
|
+
* @internal
|
|
2375
|
+
*/
|
|
2376
|
+
export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
2377
|
+
/**
|
|
2378
|
+
* @internal
|
|
2379
|
+
*/
|
|
2380
|
+
export declare const ListRevisionAssetsRequestFilterSensitiveLog: (obj: ListRevisionAssetsRequest) => any;
|
|
2381
|
+
/**
|
|
2382
|
+
* @internal
|
|
2383
|
+
*/
|
|
2384
|
+
export declare const ListRevisionAssetsResponseFilterSensitiveLog: (obj: ListRevisionAssetsResponse) => any;
|
|
2385
|
+
/**
|
|
2386
|
+
* @internal
|
|
2387
|
+
*/
|
|
2388
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2389
|
+
/**
|
|
2390
|
+
* @internal
|
|
2391
|
+
*/
|
|
2392
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2393
|
+
/**
|
|
2394
|
+
* @internal
|
|
2395
|
+
*/
|
|
2396
|
+
export declare const RevokeRevisionRequestFilterSensitiveLog: (obj: RevokeRevisionRequest) => any;
|
|
2397
|
+
/**
|
|
2398
|
+
* @internal
|
|
2399
|
+
*/
|
|
2400
|
+
export declare const RevokeRevisionResponseFilterSensitiveLog: (obj: RevokeRevisionResponse) => any;
|
|
2401
|
+
/**
|
|
2402
|
+
* @internal
|
|
2403
|
+
*/
|
|
2404
|
+
export declare const SendApiAssetRequestFilterSensitiveLog: (obj: SendApiAssetRequest) => any;
|
|
2405
|
+
/**
|
|
2406
|
+
* @internal
|
|
2407
|
+
*/
|
|
2408
|
+
export declare const SendApiAssetResponseFilterSensitiveLog: (obj: SendApiAssetResponse) => any;
|
|
2409
|
+
/**
|
|
2410
|
+
* @internal
|
|
2411
|
+
*/
|
|
2412
|
+
export declare const StartJobRequestFilterSensitiveLog: (obj: StartJobRequest) => any;
|
|
2413
|
+
/**
|
|
2414
|
+
* @internal
|
|
2415
|
+
*/
|
|
2416
|
+
export declare const StartJobResponseFilterSensitiveLog: (obj: StartJobResponse) => any;
|
|
2417
|
+
/**
|
|
2418
|
+
* @internal
|
|
2419
|
+
*/
|
|
2420
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2421
|
+
/**
|
|
2422
|
+
* @internal
|
|
2423
|
+
*/
|
|
2424
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2425
|
+
/**
|
|
2426
|
+
* @internal
|
|
2427
|
+
*/
|
|
2428
|
+
export declare const UpdateAssetRequestFilterSensitiveLog: (obj: UpdateAssetRequest) => any;
|
|
2429
|
+
/**
|
|
2430
|
+
* @internal
|
|
2431
|
+
*/
|
|
2432
|
+
export declare const UpdateAssetResponseFilterSensitiveLog: (obj: UpdateAssetResponse) => any;
|
|
2433
|
+
/**
|
|
2434
|
+
* @internal
|
|
2435
|
+
*/
|
|
2436
|
+
export declare const UpdateDataSetRequestFilterSensitiveLog: (obj: UpdateDataSetRequest) => any;
|
|
2437
|
+
/**
|
|
2438
|
+
* @internal
|
|
2439
|
+
*/
|
|
2440
|
+
export declare const UpdateDataSetResponseFilterSensitiveLog: (obj: UpdateDataSetResponse) => any;
|
|
2441
|
+
/**
|
|
2442
|
+
* @internal
|
|
2443
|
+
*/
|
|
2444
|
+
export declare const UpdateEventActionRequestFilterSensitiveLog: (obj: UpdateEventActionRequest) => any;
|
|
2445
|
+
/**
|
|
2446
|
+
* @internal
|
|
2447
|
+
*/
|
|
2448
|
+
export declare const UpdateEventActionResponseFilterSensitiveLog: (obj: UpdateEventActionResponse) => any;
|
|
2449
|
+
/**
|
|
2450
|
+
* @internal
|
|
2451
|
+
*/
|
|
2452
|
+
export declare const UpdateRevisionRequestFilterSensitiveLog: (obj: UpdateRevisionRequest) => any;
|
|
2453
|
+
/**
|
|
2454
|
+
* @internal
|
|
2455
|
+
*/
|
|
2456
|
+
export declare const UpdateRevisionResponseFilterSensitiveLog: (obj: UpdateRevisionResponse) => any;
|