@aws-sdk/client-dataexchange 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/DataExchange.d.ts +4 -1
- package/dist-types/DataExchangeClient.d.ts +1 -1
- package/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventActionCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateRevisionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventActionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRevisionCommand.d.ts +2 -1
- package/dist-types/commands/GetAssetCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSetCommand.d.ts +2 -1
- package/dist-types/commands/GetEventActionCommand.d.ts +2 -1
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetRevisionCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RevokeRevisionCommand.d.ts +2 -1
- package/dist-types/commands/SendApiAssetCommand.d.ts +2 -1
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +2 -1
- package/dist-types/commands/StartJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRevisionCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +553 -553
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/DataExchange.d.ts +3 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { DataExchangeServiceException as __BaseException } from "./DataExchangeServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>Access to the resource is denied.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
9
9
|
readonly $fault: "client";
|
|
10
10
|
/**
|
|
11
|
-
* @public
|
|
12
11
|
* <p>Access to the resource is denied.</p>
|
|
12
|
+
* @public
|
|
13
13
|
*/
|
|
14
14
|
Message: string | undefined;
|
|
15
15
|
/**
|
|
@@ -30,61 +30,61 @@ export declare const ServerSideEncryptionTypes: {
|
|
|
30
30
|
*/
|
|
31
31
|
export type ServerSideEncryptionTypes = (typeof ServerSideEncryptionTypes)[keyof typeof ServerSideEncryptionTypes];
|
|
32
32
|
/**
|
|
33
|
-
* @public
|
|
34
33
|
* <p>Encryption configuration of the export job. Includes the encryption type in addition to the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption type.</p>
|
|
34
|
+
* @public
|
|
35
35
|
*/
|
|
36
36
|
export interface ExportServerSideEncryption {
|
|
37
37
|
/**
|
|
38
|
-
* @public
|
|
39
38
|
* <p>The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.</p>
|
|
39
|
+
* @public
|
|
40
40
|
*/
|
|
41
41
|
KmsKeyArn?: string;
|
|
42
42
|
/**
|
|
43
|
-
* @public
|
|
44
43
|
* <p>The type of server side encryption used for encrypting the objects in Amazon S3.</p>
|
|
44
|
+
* @public
|
|
45
45
|
*/
|
|
46
46
|
Type: ServerSideEncryptionTypes | undefined;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
* @public
|
|
50
49
|
* <p>A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.</p>
|
|
50
|
+
* @public
|
|
51
51
|
*/
|
|
52
52
|
export interface AutoExportRevisionDestinationEntry {
|
|
53
53
|
/**
|
|
54
|
-
* @public
|
|
55
54
|
* <p>The Amazon S3 bucket that is the destination for the event action.</p>
|
|
55
|
+
* @public
|
|
56
56
|
*/
|
|
57
57
|
Bucket: string | undefined;
|
|
58
58
|
/**
|
|
59
|
-
* @public
|
|
60
59
|
* <p>A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see <a href="https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns">Key patterns when exporting revisions</a>.</p>
|
|
60
|
+
* @public
|
|
61
61
|
*/
|
|
62
62
|
KeyPattern?: string;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
|
-
* @public
|
|
66
65
|
* <p>Details of the operation to be performed by the job.</p>
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
export interface AutoExportRevisionToS3RequestDetails {
|
|
69
69
|
/**
|
|
70
|
-
* @public
|
|
71
70
|
* <p>Encryption configuration for the auto export job.</p>
|
|
71
|
+
* @public
|
|
72
72
|
*/
|
|
73
73
|
Encryption?: ExportServerSideEncryption;
|
|
74
74
|
/**
|
|
75
|
-
* @public
|
|
76
75
|
* <p>A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.</p>
|
|
76
|
+
* @public
|
|
77
77
|
*/
|
|
78
78
|
RevisionDestination: AutoExportRevisionDestinationEntry | undefined;
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
|
-
* @public
|
|
82
81
|
* <p>What occurs after a certain event.</p>
|
|
82
|
+
* @public
|
|
83
83
|
*/
|
|
84
84
|
export interface Action {
|
|
85
85
|
/**
|
|
86
|
-
* @public
|
|
87
86
|
* <p>Details for the export revision to Amazon S3 action.</p>
|
|
87
|
+
* @public
|
|
88
88
|
*/
|
|
89
89
|
ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails;
|
|
90
90
|
}
|
|
@@ -100,128 +100,128 @@ export declare const ProtocolType: {
|
|
|
100
100
|
*/
|
|
101
101
|
export type ProtocolType = (typeof ProtocolType)[keyof typeof ProtocolType];
|
|
102
102
|
/**
|
|
103
|
-
* @public
|
|
104
103
|
* <p>The API Gateway API that is the asset.</p>
|
|
104
|
+
* @public
|
|
105
105
|
*/
|
|
106
106
|
export interface ApiGatewayApiAsset {
|
|
107
107
|
/**
|
|
108
|
-
* @public
|
|
109
108
|
* <p>The API description of the API asset.</p>
|
|
109
|
+
* @public
|
|
110
110
|
*/
|
|
111
111
|
ApiDescription?: string;
|
|
112
112
|
/**
|
|
113
|
-
* @public
|
|
114
113
|
* <p>The API endpoint of the API asset.</p>
|
|
114
|
+
* @public
|
|
115
115
|
*/
|
|
116
116
|
ApiEndpoint?: string;
|
|
117
117
|
/**
|
|
118
|
-
* @public
|
|
119
118
|
* <p>The unique identifier of the API asset.</p>
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
ApiId?: string;
|
|
122
122
|
/**
|
|
123
|
-
* @public
|
|
124
123
|
* <p>The API key of the API asset.</p>
|
|
124
|
+
* @public
|
|
125
125
|
*/
|
|
126
126
|
ApiKey?: string;
|
|
127
127
|
/**
|
|
128
|
-
* @public
|
|
129
128
|
* <p>The API name of the API asset.</p>
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
ApiName?: string;
|
|
132
132
|
/**
|
|
133
|
-
* @public
|
|
134
133
|
* <p>The download URL of the API specification of the API asset.</p>
|
|
134
|
+
* @public
|
|
135
135
|
*/
|
|
136
136
|
ApiSpecificationDownloadUrl?: string;
|
|
137
137
|
/**
|
|
138
|
-
* @public
|
|
139
138
|
* <p>The date and time that the upload URL expires, in ISO 8601 format.</p>
|
|
139
|
+
* @public
|
|
140
140
|
*/
|
|
141
141
|
ApiSpecificationDownloadUrlExpiresAt?: Date;
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* <p>The protocol type of the API asset.</p>
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
ProtocolType?: ProtocolType;
|
|
147
147
|
/**
|
|
148
|
-
* @public
|
|
149
148
|
* <p>The stage of the API asset.</p>
|
|
149
|
+
* @public
|
|
150
150
|
*/
|
|
151
151
|
Stage?: string;
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
|
-
* @public
|
|
155
154
|
* <p>The destination for the asset.</p>
|
|
155
|
+
* @public
|
|
156
156
|
*/
|
|
157
157
|
export interface AssetDestinationEntry {
|
|
158
158
|
/**
|
|
159
|
-
* @public
|
|
160
159
|
* <p>The unique identifier for the asset.</p>
|
|
160
|
+
* @public
|
|
161
161
|
*/
|
|
162
162
|
AssetId: string | undefined;
|
|
163
163
|
/**
|
|
164
|
-
* @public
|
|
165
164
|
* <p>The Amazon S3 bucket that is the destination for the asset.</p>
|
|
165
|
+
* @public
|
|
166
166
|
*/
|
|
167
167
|
Bucket: string | undefined;
|
|
168
168
|
/**
|
|
169
|
-
* @public
|
|
170
169
|
* <p>The name of the object in Amazon S3 for the asset.</p>
|
|
170
|
+
* @public
|
|
171
171
|
*/
|
|
172
172
|
Key?: string;
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
|
-
* @public
|
|
176
175
|
* <p>A structure that allows an LF-admin to grant permissions on certain conditions.</p>
|
|
176
|
+
* @public
|
|
177
177
|
*/
|
|
178
178
|
export interface LFTag {
|
|
179
179
|
/**
|
|
180
|
-
* @public
|
|
181
180
|
* <p>The key name for the LF-tag.</p>
|
|
181
|
+
* @public
|
|
182
182
|
*/
|
|
183
183
|
TagKey: string | undefined;
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* <p>A list of LF-tag values.</p>
|
|
186
|
+
* @public
|
|
187
187
|
*/
|
|
188
188
|
TagValues: string[] | undefined;
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
|
-
* @public
|
|
192
191
|
* <p>The LF-tag policy for database resources.</p>
|
|
192
|
+
* @public
|
|
193
193
|
*/
|
|
194
194
|
export interface DatabaseLFTagPolicy {
|
|
195
195
|
/**
|
|
196
|
-
* @public
|
|
197
196
|
* <p>A list of LF-tag conditions that apply to database resources.</p>
|
|
197
|
+
* @public
|
|
198
198
|
*/
|
|
199
199
|
Expression: LFTag[] | undefined;
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
|
-
* @public
|
|
203
202
|
* <p>The LF-tag policy for a table resource.</p>
|
|
203
|
+
* @public
|
|
204
204
|
*/
|
|
205
205
|
export interface TableLFTagPolicy {
|
|
206
206
|
/**
|
|
207
|
-
* @public
|
|
208
207
|
* <p>A list of LF-tag conditions that apply to table resources.</p>
|
|
208
|
+
* @public
|
|
209
209
|
*/
|
|
210
210
|
Expression: LFTag[] | undefined;
|
|
211
211
|
}
|
|
212
212
|
/**
|
|
213
|
-
* @public
|
|
214
213
|
* <p>Details about the AWS Lake Formation resource (Table or Database) included in the AWS Lake Formation data permission.</p>
|
|
214
|
+
* @public
|
|
215
215
|
*/
|
|
216
216
|
export interface LFResourceDetails {
|
|
217
217
|
/**
|
|
218
|
-
* @public
|
|
219
218
|
* <p>Details about the database resource included in the AWS Lake Formation data permission.</p>
|
|
219
|
+
* @public
|
|
220
220
|
*/
|
|
221
221
|
Database?: DatabaseLFTagPolicy;
|
|
222
222
|
/**
|
|
223
|
-
* @public
|
|
224
223
|
* <p>Details about the table resource included in the AWS Lake Formation data permission.</p>
|
|
224
|
+
* @public
|
|
225
225
|
*/
|
|
226
226
|
Table?: TableLFTagPolicy;
|
|
227
227
|
}
|
|
@@ -238,34 +238,34 @@ export declare const LFResourceType: {
|
|
|
238
238
|
*/
|
|
239
239
|
export type LFResourceType = (typeof LFResourceType)[keyof typeof LFResourceType];
|
|
240
240
|
/**
|
|
241
|
-
* @public
|
|
242
241
|
* <p>Details about the LF-tag policy.</p>
|
|
242
|
+
* @public
|
|
243
243
|
*/
|
|
244
244
|
export interface LFTagPolicyDetails {
|
|
245
245
|
/**
|
|
246
|
-
* @public
|
|
247
246
|
* <p>The identifier for the AWS Glue Data Catalog.</p>
|
|
247
|
+
* @public
|
|
248
248
|
*/
|
|
249
249
|
CatalogId: string | undefined;
|
|
250
250
|
/**
|
|
251
|
-
* @public
|
|
252
251
|
* <p>The resource type for which the LF-tag policy applies.</p>
|
|
252
|
+
* @public
|
|
253
253
|
*/
|
|
254
254
|
ResourceType: LFResourceType | undefined;
|
|
255
255
|
/**
|
|
256
|
-
* @public
|
|
257
256
|
* <p>Details for the Lake Formation Resources included in the LF-tag policy.</p>
|
|
257
|
+
* @public
|
|
258
258
|
*/
|
|
259
259
|
ResourceDetails: LFResourceDetails | undefined;
|
|
260
260
|
}
|
|
261
261
|
/**
|
|
262
|
-
* @public
|
|
263
262
|
* <p>Details about the AWS Lake Formation data permission.</p>
|
|
263
|
+
* @public
|
|
264
264
|
*/
|
|
265
265
|
export interface LakeFormationDataPermissionDetails {
|
|
266
266
|
/**
|
|
267
|
-
* @public
|
|
268
267
|
* <p>Details about the LF-tag policy.</p>
|
|
268
|
+
* @public
|
|
269
269
|
*/
|
|
270
270
|
LFTagPolicy?: LFTagPolicyDetails;
|
|
271
271
|
}
|
|
@@ -293,134 +293,134 @@ export declare const LFPermission: {
|
|
|
293
293
|
*/
|
|
294
294
|
export type LFPermission = (typeof LFPermission)[keyof typeof LFPermission];
|
|
295
295
|
/**
|
|
296
|
-
* @public
|
|
297
296
|
* <p>The AWS Lake Formation data permission asset.</p>
|
|
297
|
+
* @public
|
|
298
298
|
*/
|
|
299
299
|
export interface LakeFormationDataPermissionAsset {
|
|
300
300
|
/**
|
|
301
|
-
* @public
|
|
302
301
|
* <p>Details about the AWS Lake Formation data permission.</p>
|
|
302
|
+
* @public
|
|
303
303
|
*/
|
|
304
304
|
LakeFormationDataPermissionDetails: LakeFormationDataPermissionDetails | undefined;
|
|
305
305
|
/**
|
|
306
|
-
* @public
|
|
307
306
|
* <p>The data permission type.</p>
|
|
307
|
+
* @public
|
|
308
308
|
*/
|
|
309
309
|
LakeFormationDataPermissionType: LakeFormationDataPermissionType | undefined;
|
|
310
310
|
/**
|
|
311
|
-
* @public
|
|
312
311
|
* <p>The permissions granted to the subscribers on the resource.</p>
|
|
312
|
+
* @public
|
|
313
313
|
*/
|
|
314
314
|
Permissions: LFPermission[] | undefined;
|
|
315
315
|
/**
|
|
316
|
-
* @public
|
|
317
316
|
* <p>The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.</p>
|
|
317
|
+
* @public
|
|
318
318
|
*/
|
|
319
319
|
RoleArn?: string;
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
|
-
* @public
|
|
323
322
|
* <p>The Amazon Redshift datashare asset.</p>
|
|
323
|
+
* @public
|
|
324
324
|
*/
|
|
325
325
|
export interface RedshiftDataShareAsset {
|
|
326
326
|
/**
|
|
327
|
-
* @public
|
|
328
327
|
* <p>The Amazon Resource Name (ARN) of the datashare asset.</p>
|
|
328
|
+
* @public
|
|
329
329
|
*/
|
|
330
330
|
Arn: string | undefined;
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
|
-
* @public
|
|
334
333
|
* <p>The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the shared S3
|
|
335
334
|
* objects.</p>
|
|
335
|
+
* @public
|
|
336
336
|
*/
|
|
337
337
|
export interface KmsKeyToGrant {
|
|
338
338
|
/**
|
|
339
|
-
* @public
|
|
340
339
|
* <p>The AWS KMS CMK (Key Management System Customer Managed Key) used to encrypt S3 objects
|
|
341
340
|
* in the shared S3 Bucket. AWS Data exchange will create a KMS grant for each subscriber to
|
|
342
341
|
* allow them to access and decrypt their entitled data that is encrypted using this KMS key
|
|
343
342
|
* specified.</p>
|
|
343
|
+
* @public
|
|
344
344
|
*/
|
|
345
345
|
KmsKeyArn: string | undefined;
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
|
-
* @public
|
|
349
348
|
* <p>The Amazon S3 data access that is the asset.</p>
|
|
349
|
+
* @public
|
|
350
350
|
*/
|
|
351
351
|
export interface S3DataAccessAsset {
|
|
352
352
|
/**
|
|
353
|
-
* @public
|
|
354
353
|
* <p>The Amazon S3 bucket hosting data to be shared in the S3 data access.</p>
|
|
354
|
+
* @public
|
|
355
355
|
*/
|
|
356
356
|
Bucket: string | undefined;
|
|
357
357
|
/**
|
|
358
|
-
* @public
|
|
359
358
|
* <p>The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.</p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
KeyPrefixes?: string[];
|
|
362
362
|
/**
|
|
363
|
-
* @public
|
|
364
363
|
* <p>S3 keys made available using this asset.</p>
|
|
364
|
+
* @public
|
|
365
365
|
*/
|
|
366
366
|
Keys?: string[];
|
|
367
367
|
/**
|
|
368
|
-
* @public
|
|
369
368
|
* <p>The automatically-generated bucket-style alias for your Amazon S3 Access Point. Customers can access their entitled data using the S3 Access Point alias.</p>
|
|
369
|
+
* @public
|
|
370
370
|
*/
|
|
371
371
|
S3AccessPointAlias?: string;
|
|
372
372
|
/**
|
|
373
|
-
* @public
|
|
374
373
|
* <p>The ARN for your Amazon S3 Access Point. Customers can also access their entitled data using the S3 Access Point ARN.</p>
|
|
374
|
+
* @public
|
|
375
375
|
*/
|
|
376
376
|
S3AccessPointArn?: string;
|
|
377
377
|
/**
|
|
378
|
-
* @public
|
|
379
378
|
* <p> List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to
|
|
380
379
|
* encrypt S3 objects being shared in this S3 Data Access asset. Providers must include all
|
|
381
380
|
* AWS KMS keys used to encrypt these shared S3 objects.</p>
|
|
381
|
+
* @public
|
|
382
382
|
*/
|
|
383
383
|
KmsKeysToGrant?: KmsKeyToGrant[];
|
|
384
384
|
}
|
|
385
385
|
/**
|
|
386
|
-
* @public
|
|
387
386
|
* <p>The Amazon S3 object that is the asset.</p>
|
|
387
|
+
* @public
|
|
388
388
|
*/
|
|
389
389
|
export interface S3SnapshotAsset {
|
|
390
390
|
/**
|
|
391
|
-
* @public
|
|
392
391
|
* <p>The size of the Amazon S3 object that is the object.</p>
|
|
392
|
+
* @public
|
|
393
393
|
*/
|
|
394
394
|
Size: number | undefined;
|
|
395
395
|
}
|
|
396
396
|
/**
|
|
397
|
-
* @public
|
|
398
397
|
* <p>Details about the asset.</p>
|
|
398
|
+
* @public
|
|
399
399
|
*/
|
|
400
400
|
export interface AssetDetails {
|
|
401
401
|
/**
|
|
402
|
-
* @public
|
|
403
402
|
* <p>The Amazon S3 object that is the asset.</p>
|
|
403
|
+
* @public
|
|
404
404
|
*/
|
|
405
405
|
S3SnapshotAsset?: S3SnapshotAsset;
|
|
406
406
|
/**
|
|
407
|
-
* @public
|
|
408
407
|
* <p>The Amazon Redshift datashare that is the asset.</p>
|
|
408
|
+
* @public
|
|
409
409
|
*/
|
|
410
410
|
RedshiftDataShareAsset?: RedshiftDataShareAsset;
|
|
411
411
|
/**
|
|
412
|
-
* @public
|
|
413
412
|
* <p>Information about the API Gateway API asset.</p>
|
|
413
|
+
* @public
|
|
414
414
|
*/
|
|
415
415
|
ApiGatewayApiAsset?: ApiGatewayApiAsset;
|
|
416
416
|
/**
|
|
417
|
-
* @public
|
|
418
417
|
* <p>The Amazon S3 data access that is the asset.</p>
|
|
418
|
+
* @public
|
|
419
419
|
*/
|
|
420
420
|
S3DataAccessAsset?: S3DataAccessAsset;
|
|
421
421
|
/**
|
|
422
|
-
* @public
|
|
423
422
|
* <p>The AWS Lake Formation data permission that is the asset.</p>
|
|
423
|
+
* @public
|
|
424
424
|
*/
|
|
425
425
|
LakeFormationDataPermissionAsset?: LakeFormationDataPermissionAsset;
|
|
426
426
|
}
|
|
@@ -440,7 +440,6 @@ export declare const AssetType: {
|
|
|
440
440
|
*/
|
|
441
441
|
export type AssetType = (typeof AssetType)[keyof typeof AssetType];
|
|
442
442
|
/**
|
|
443
|
-
* @public
|
|
444
443
|
* <p>An asset in AWS Data Exchange is a piece of data (Amazon S3 object) or a means of
|
|
445
444
|
* fulfilling data (Amazon Redshift datashare or Amazon API Gateway API, AWS Lake Formation
|
|
446
445
|
* data permission, or Amazon S3 data access). The asset can be a structured data file, an
|
|
@@ -449,40 +448,40 @@ export type AssetType = (typeof AssetType)[keyof typeof AssetType];
|
|
|
449
448
|
* an Amazon S3 data access. When you create an import job for your files, API Gateway APIs,
|
|
450
449
|
* Amazon Redshift datashares, AWS Lake Formation data permission, or Amazon S3 data access,
|
|
451
450
|
* you create an asset in AWS Data Exchange.</p>
|
|
451
|
+
* @public
|
|
452
452
|
*/
|
|
453
453
|
export interface AssetEntry {
|
|
454
454
|
/**
|
|
455
|
-
* @public
|
|
456
455
|
* <p>The ARN for the asset.</p>
|
|
456
|
+
* @public
|
|
457
457
|
*/
|
|
458
458
|
Arn: string | undefined;
|
|
459
459
|
/**
|
|
460
|
-
* @public
|
|
461
460
|
* <p>Details about the asset.</p>
|
|
461
|
+
* @public
|
|
462
462
|
*/
|
|
463
463
|
AssetDetails: AssetDetails | undefined;
|
|
464
464
|
/**
|
|
465
|
-
* @public
|
|
466
465
|
* <p>The type of asset that is added to a data set.</p>
|
|
466
|
+
* @public
|
|
467
467
|
*/
|
|
468
468
|
AssetType: AssetType | undefined;
|
|
469
469
|
/**
|
|
470
|
-
* @public
|
|
471
470
|
* <p>The date and time that the asset was created, in ISO 8601 format.</p>
|
|
471
|
+
* @public
|
|
472
472
|
*/
|
|
473
473
|
CreatedAt: Date | undefined;
|
|
474
474
|
/**
|
|
475
|
-
* @public
|
|
476
475
|
* <p>The unique identifier for the data set associated with this asset.</p>
|
|
476
|
+
* @public
|
|
477
477
|
*/
|
|
478
478
|
DataSetId: string | undefined;
|
|
479
479
|
/**
|
|
480
|
-
* @public
|
|
481
480
|
* <p>The unique identifier for the asset.</p>
|
|
481
|
+
* @public
|
|
482
482
|
*/
|
|
483
483
|
Id: string | undefined;
|
|
484
484
|
/**
|
|
485
|
-
* @public
|
|
486
485
|
* <p>The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used
|
|
487
486
|
* as the asset name. When exporting to Amazon S3, the asset name is used as default target
|
|
488
487
|
* Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as
|
|
@@ -490,37 +489,38 @@ export interface AssetEntry {
|
|
|
490
489
|
* asset name. When importing from AWS Lake Formation, the static values of "Database(s)
|
|
491
490
|
* included in LF-tag policy" or "Table(s) included in LF-tag policy" are used as the asset
|
|
492
491
|
* name.</p>
|
|
492
|
+
* @public
|
|
493
493
|
*/
|
|
494
494
|
Name: string | undefined;
|
|
495
495
|
/**
|
|
496
|
-
* @public
|
|
497
496
|
* <p>The unique identifier for the revision associated with this asset.</p>
|
|
497
|
+
* @public
|
|
498
498
|
*/
|
|
499
499
|
RevisionId: string | undefined;
|
|
500
500
|
/**
|
|
501
|
-
* @public
|
|
502
501
|
* <p>The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.</p>
|
|
502
|
+
* @public
|
|
503
503
|
*/
|
|
504
504
|
SourceId?: string;
|
|
505
505
|
/**
|
|
506
|
-
* @public
|
|
507
506
|
* <p>The date and time that the asset was last updated, in ISO 8601 format.</p>
|
|
507
|
+
* @public
|
|
508
508
|
*/
|
|
509
509
|
UpdatedAt: Date | undefined;
|
|
510
510
|
}
|
|
511
511
|
/**
|
|
512
|
-
* @public
|
|
513
512
|
* <p>The source of the assets.</p>
|
|
513
|
+
* @public
|
|
514
514
|
*/
|
|
515
515
|
export interface AssetSourceEntry {
|
|
516
516
|
/**
|
|
517
|
-
* @public
|
|
518
517
|
* <p>The Amazon S3 bucket that's part of the source of the asset.</p>
|
|
518
|
+
* @public
|
|
519
519
|
*/
|
|
520
520
|
Bucket: string | undefined;
|
|
521
521
|
/**
|
|
522
|
-
* @public
|
|
523
522
|
* <p>The name of the object in Amazon S3 for the asset.</p>
|
|
523
|
+
* @public
|
|
524
524
|
*/
|
|
525
525
|
Key: string | undefined;
|
|
526
526
|
}
|
|
@@ -529,8 +529,8 @@ export interface AssetSourceEntry {
|
|
|
529
529
|
*/
|
|
530
530
|
export interface CancelJobRequest {
|
|
531
531
|
/**
|
|
532
|
-
* @public
|
|
533
532
|
* <p>The unique identifier for a job.</p>
|
|
533
|
+
* @public
|
|
534
534
|
*/
|
|
535
535
|
JobId: string | undefined;
|
|
536
536
|
}
|
|
@@ -550,25 +550,25 @@ export declare const ResourceType: {
|
|
|
550
550
|
*/
|
|
551
551
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
552
552
|
/**
|
|
553
|
-
* @public
|
|
554
553
|
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
554
|
+
* @public
|
|
555
555
|
*/
|
|
556
556
|
export declare class ConflictException extends __BaseException {
|
|
557
557
|
readonly name: "ConflictException";
|
|
558
558
|
readonly $fault: "client";
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
|
|
561
|
+
* @public
|
|
562
562
|
*/
|
|
563
563
|
Message: string | undefined;
|
|
564
564
|
/**
|
|
565
|
-
* @public
|
|
566
565
|
* <p>The unique identifier for the resource with the conflict.</p>
|
|
566
|
+
* @public
|
|
567
567
|
*/
|
|
568
568
|
ResourceId?: string;
|
|
569
569
|
/**
|
|
570
|
-
* @public
|
|
571
570
|
* <p>The type of the resource with the conflict.</p>
|
|
571
|
+
* @public
|
|
572
572
|
*/
|
|
573
573
|
ResourceType?: ResourceType;
|
|
574
574
|
/**
|
|
@@ -577,15 +577,15 @@ export declare class ConflictException extends __BaseException {
|
|
|
577
577
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
578
578
|
}
|
|
579
579
|
/**
|
|
580
|
-
* @public
|
|
581
580
|
* <p>An exception occurred with the service.</p>
|
|
581
|
+
* @public
|
|
582
582
|
*/
|
|
583
583
|
export declare class InternalServerException extends __BaseException {
|
|
584
584
|
readonly name: "InternalServerException";
|
|
585
585
|
readonly $fault: "server";
|
|
586
586
|
/**
|
|
587
|
-
* @public
|
|
588
587
|
* <p>The message identifying the service exception that occurred.</p>
|
|
588
|
+
* @public
|
|
589
589
|
*/
|
|
590
590
|
Message: string | undefined;
|
|
591
591
|
/**
|
|
@@ -594,25 +594,25 @@ export declare class InternalServerException extends __BaseException {
|
|
|
594
594
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
595
595
|
}
|
|
596
596
|
/**
|
|
597
|
-
* @public
|
|
598
597
|
* <p>The resource couldn't be found.</p>
|
|
598
|
+
* @public
|
|
599
599
|
*/
|
|
600
600
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
601
601
|
readonly name: "ResourceNotFoundException";
|
|
602
602
|
readonly $fault: "client";
|
|
603
603
|
/**
|
|
604
|
-
* @public
|
|
605
604
|
* <p>The resource couldn't be found.</p>
|
|
605
|
+
* @public
|
|
606
606
|
*/
|
|
607
607
|
Message: string | undefined;
|
|
608
608
|
/**
|
|
609
|
-
* @public
|
|
610
609
|
* <p>The unique identifier for the resource that couldn't be found.</p>
|
|
610
|
+
* @public
|
|
611
611
|
*/
|
|
612
612
|
ResourceId?: string;
|
|
613
613
|
/**
|
|
614
|
-
* @public
|
|
615
614
|
* <p>The type of resource that couldn't be found.</p>
|
|
615
|
+
* @public
|
|
616
616
|
*/
|
|
617
617
|
ResourceType?: ResourceType;
|
|
618
618
|
/**
|
|
@@ -621,15 +621,15 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
621
621
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
622
622
|
}
|
|
623
623
|
/**
|
|
624
|
-
* @public
|
|
625
624
|
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
625
|
+
* @public
|
|
626
626
|
*/
|
|
627
627
|
export declare class ThrottlingException extends __BaseException {
|
|
628
628
|
readonly name: "ThrottlingException";
|
|
629
629
|
readonly $fault: "client";
|
|
630
630
|
/**
|
|
631
|
-
* @public
|
|
632
631
|
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
632
|
+
* @public
|
|
633
633
|
*/
|
|
634
634
|
Message: string | undefined;
|
|
635
635
|
/**
|
|
@@ -650,20 +650,20 @@ export declare const ExceptionCause: {
|
|
|
650
650
|
*/
|
|
651
651
|
export type ExceptionCause = (typeof ExceptionCause)[keyof typeof ExceptionCause];
|
|
652
652
|
/**
|
|
653
|
-
* @public
|
|
654
653
|
* <p>The request was invalid.</p>
|
|
654
|
+
* @public
|
|
655
655
|
*/
|
|
656
656
|
export declare class ValidationException extends __BaseException {
|
|
657
657
|
readonly name: "ValidationException";
|
|
658
658
|
readonly $fault: "client";
|
|
659
659
|
/**
|
|
660
|
-
* @public
|
|
661
660
|
* <p>The message that informs you about what was invalid about the request.</p>
|
|
661
|
+
* @public
|
|
662
662
|
*/
|
|
663
663
|
Message: string | undefined;
|
|
664
664
|
/**
|
|
665
|
-
* @public
|
|
666
665
|
* <p>The unique identifier for the resource that couldn't be found.</p>
|
|
666
|
+
* @public
|
|
667
667
|
*/
|
|
668
668
|
ExceptionCause?: ExceptionCause;
|
|
669
669
|
/**
|
|
@@ -693,23 +693,23 @@ export type Code = (typeof Code)[keyof typeof Code];
|
|
|
693
693
|
*/
|
|
694
694
|
export interface CreateDataSetRequest {
|
|
695
695
|
/**
|
|
696
|
-
* @public
|
|
697
696
|
* <p>The type of asset that is added to a data set.</p>
|
|
697
|
+
* @public
|
|
698
698
|
*/
|
|
699
699
|
AssetType: AssetType | undefined;
|
|
700
700
|
/**
|
|
701
|
-
* @public
|
|
702
701
|
* <p>A description for the data set. This value can be up to 16,348 characters long.</p>
|
|
702
|
+
* @public
|
|
703
703
|
*/
|
|
704
704
|
Description: string | undefined;
|
|
705
705
|
/**
|
|
706
|
-
* @public
|
|
707
706
|
* <p>The name of the data set.</p>
|
|
707
|
+
* @public
|
|
708
708
|
*/
|
|
709
709
|
Name: string | undefined;
|
|
710
710
|
/**
|
|
711
|
-
* @public
|
|
712
711
|
* <p>A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.</p>
|
|
712
|
+
* @public
|
|
713
713
|
*/
|
|
714
714
|
Tags?: Record<string, string>;
|
|
715
715
|
}
|
|
@@ -726,13 +726,13 @@ export declare const Origin: {
|
|
|
726
726
|
*/
|
|
727
727
|
export type Origin = (typeof Origin)[keyof typeof Origin];
|
|
728
728
|
/**
|
|
729
|
-
* @public
|
|
730
729
|
* <p>Details about the origin of the data set.</p>
|
|
730
|
+
* @public
|
|
731
731
|
*/
|
|
732
732
|
export interface OriginDetails {
|
|
733
733
|
/**
|
|
734
|
-
* @public
|
|
735
734
|
* <p>The product ID of the origin of the data set.</p>
|
|
735
|
+
* @public
|
|
736
736
|
*/
|
|
737
737
|
ProductId?: string;
|
|
738
738
|
}
|
|
@@ -741,58 +741,58 @@ export interface OriginDetails {
|
|
|
741
741
|
*/
|
|
742
742
|
export interface CreateDataSetResponse {
|
|
743
743
|
/**
|
|
744
|
-
* @public
|
|
745
744
|
* <p>The ARN for the data set.</p>
|
|
745
|
+
* @public
|
|
746
746
|
*/
|
|
747
747
|
Arn?: string;
|
|
748
748
|
/**
|
|
749
|
-
* @public
|
|
750
749
|
* <p>The type of asset that is added to a data set.</p>
|
|
750
|
+
* @public
|
|
751
751
|
*/
|
|
752
752
|
AssetType?: AssetType;
|
|
753
753
|
/**
|
|
754
|
-
* @public
|
|
755
754
|
* <p>The date and time that the data set was created, in ISO 8601 format.</p>
|
|
755
|
+
* @public
|
|
756
756
|
*/
|
|
757
757
|
CreatedAt?: Date;
|
|
758
758
|
/**
|
|
759
|
-
* @public
|
|
760
759
|
* <p>The description for the data set.</p>
|
|
760
|
+
* @public
|
|
761
761
|
*/
|
|
762
762
|
Description?: string;
|
|
763
763
|
/**
|
|
764
|
-
* @public
|
|
765
764
|
* <p>The unique identifier for the data set.</p>
|
|
765
|
+
* @public
|
|
766
766
|
*/
|
|
767
767
|
Id?: string;
|
|
768
768
|
/**
|
|
769
|
-
* @public
|
|
770
769
|
* <p>The name of the data set.</p>
|
|
770
|
+
* @public
|
|
771
771
|
*/
|
|
772
772
|
Name?: string;
|
|
773
773
|
/**
|
|
774
|
-
* @public
|
|
775
774
|
* <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
|
|
775
|
+
* @public
|
|
776
776
|
*/
|
|
777
777
|
Origin?: Origin;
|
|
778
778
|
/**
|
|
779
|
-
* @public
|
|
780
779
|
* <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
|
|
780
|
+
* @public
|
|
781
781
|
*/
|
|
782
782
|
OriginDetails?: OriginDetails;
|
|
783
783
|
/**
|
|
784
|
-
* @public
|
|
785
784
|
* <p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>
|
|
785
|
+
* @public
|
|
786
786
|
*/
|
|
787
787
|
SourceId?: string;
|
|
788
788
|
/**
|
|
789
|
-
* @public
|
|
790
789
|
* <p>The tags for the data set.</p>
|
|
790
|
+
* @public
|
|
791
791
|
*/
|
|
792
792
|
Tags?: Record<string, string>;
|
|
793
793
|
/**
|
|
794
|
-
* @public
|
|
795
794
|
* <p>The date and time that the data set was last updated, in ISO 8601 format.</p>
|
|
795
|
+
* @public
|
|
796
796
|
*/
|
|
797
797
|
UpdatedAt?: Date;
|
|
798
798
|
}
|
|
@@ -835,25 +835,25 @@ export declare const LimitName: {
|
|
|
835
835
|
*/
|
|
836
836
|
export type LimitName = (typeof LimitName)[keyof typeof LimitName];
|
|
837
837
|
/**
|
|
838
|
-
* @public
|
|
839
838
|
* <p>The request has exceeded the quotas imposed by the service.</p>
|
|
839
|
+
* @public
|
|
840
840
|
*/
|
|
841
841
|
export declare class ServiceLimitExceededException extends __BaseException {
|
|
842
842
|
readonly name: "ServiceLimitExceededException";
|
|
843
843
|
readonly $fault: "client";
|
|
844
844
|
/**
|
|
845
|
-
* @public
|
|
846
845
|
* <p>The name of the limit that was reached.</p>
|
|
846
|
+
* @public
|
|
847
847
|
*/
|
|
848
848
|
LimitName?: LimitName;
|
|
849
849
|
/**
|
|
850
|
-
* @public
|
|
851
850
|
* <p>The value of the exceeded limit.</p>
|
|
851
|
+
* @public
|
|
852
852
|
*/
|
|
853
853
|
LimitValue?: number;
|
|
854
854
|
/**
|
|
855
|
-
* @public
|
|
856
855
|
* <p>The request has exceeded the quotas imposed by the service.</p>
|
|
856
|
+
* @public
|
|
857
857
|
*/
|
|
858
858
|
Message: string | undefined;
|
|
859
859
|
/**
|
|
@@ -862,24 +862,24 @@ export declare class ServiceLimitExceededException extends __BaseException {
|
|
|
862
862
|
constructor(opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>);
|
|
863
863
|
}
|
|
864
864
|
/**
|
|
865
|
-
* @public
|
|
866
865
|
* <p>Information about the published revision.</p>
|
|
866
|
+
* @public
|
|
867
867
|
*/
|
|
868
868
|
export interface RevisionPublished {
|
|
869
869
|
/**
|
|
870
|
-
* @public
|
|
871
870
|
* <p>The data set ID of the published revision.</p>
|
|
871
|
+
* @public
|
|
872
872
|
*/
|
|
873
873
|
DataSetId: string | undefined;
|
|
874
874
|
}
|
|
875
875
|
/**
|
|
876
|
-
* @public
|
|
877
876
|
* <p>What occurs to start an action.</p>
|
|
877
|
+
* @public
|
|
878
878
|
*/
|
|
879
879
|
export interface Event {
|
|
880
880
|
/**
|
|
881
|
-
* @public
|
|
882
881
|
* <p>What occurs to start the revision publish action.</p>
|
|
882
|
+
* @public
|
|
883
883
|
*/
|
|
884
884
|
RevisionPublished?: RevisionPublished;
|
|
885
885
|
}
|
|
@@ -888,13 +888,13 @@ export interface Event {
|
|
|
888
888
|
*/
|
|
889
889
|
export interface CreateEventActionRequest {
|
|
890
890
|
/**
|
|
891
|
-
* @public
|
|
892
891
|
* <p>What occurs after a certain event.</p>
|
|
892
|
+
* @public
|
|
893
893
|
*/
|
|
894
894
|
Action: Action | undefined;
|
|
895
895
|
/**
|
|
896
|
-
* @public
|
|
897
896
|
* <p>What occurs to start an action.</p>
|
|
897
|
+
* @public
|
|
898
898
|
*/
|
|
899
899
|
Event: Event | undefined;
|
|
900
900
|
}
|
|
@@ -903,247 +903,247 @@ export interface CreateEventActionRequest {
|
|
|
903
903
|
*/
|
|
904
904
|
export interface CreateEventActionResponse {
|
|
905
905
|
/**
|
|
906
|
-
* @public
|
|
907
906
|
* <p>What occurs after a certain event.</p>
|
|
907
|
+
* @public
|
|
908
908
|
*/
|
|
909
909
|
Action?: Action;
|
|
910
910
|
/**
|
|
911
|
-
* @public
|
|
912
911
|
* <p>The ARN for the event action.</p>
|
|
912
|
+
* @public
|
|
913
913
|
*/
|
|
914
914
|
Arn?: string;
|
|
915
915
|
/**
|
|
916
|
-
* @public
|
|
917
916
|
* <p>The date and time that the event action was created, in ISO 8601 format.</p>
|
|
917
|
+
* @public
|
|
918
918
|
*/
|
|
919
919
|
CreatedAt?: Date;
|
|
920
920
|
/**
|
|
921
|
-
* @public
|
|
922
921
|
* <p>What occurs to start an action.</p>
|
|
922
|
+
* @public
|
|
923
923
|
*/
|
|
924
924
|
Event?: Event;
|
|
925
925
|
/**
|
|
926
|
-
* @public
|
|
927
926
|
* <p>The unique identifier for the event action.</p>
|
|
927
|
+
* @public
|
|
928
928
|
*/
|
|
929
929
|
Id?: string;
|
|
930
930
|
/**
|
|
931
|
-
* @public
|
|
932
931
|
* <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
|
|
932
|
+
* @public
|
|
933
933
|
*/
|
|
934
934
|
UpdatedAt?: Date;
|
|
935
935
|
}
|
|
936
936
|
/**
|
|
937
|
-
* @public
|
|
938
937
|
* <p>Source details for an Amazon S3 data access asset.</p>
|
|
938
|
+
* @public
|
|
939
939
|
*/
|
|
940
940
|
export interface S3DataAccessAssetSourceEntry {
|
|
941
941
|
/**
|
|
942
|
-
* @public
|
|
943
942
|
* <p>The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.</p>
|
|
943
|
+
* @public
|
|
944
944
|
*/
|
|
945
945
|
Bucket: string | undefined;
|
|
946
946
|
/**
|
|
947
|
-
* @public
|
|
948
947
|
* <p>Organizes Amazon S3 asset key prefixes stored in an Amazon S3 bucket.</p>
|
|
948
|
+
* @public
|
|
949
949
|
*/
|
|
950
950
|
KeyPrefixes?: string[];
|
|
951
951
|
/**
|
|
952
|
-
* @public
|
|
953
952
|
* <p>The keys used to create the Amazon S3 data access.</p>
|
|
953
|
+
* @public
|
|
954
954
|
*/
|
|
955
955
|
Keys?: string[];
|
|
956
956
|
/**
|
|
957
|
-
* @public
|
|
958
957
|
* <p>List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to
|
|
959
958
|
* encrypt S3 objects being shared in this S3 Data Access asset.</p>
|
|
959
|
+
* @public
|
|
960
960
|
*/
|
|
961
961
|
KmsKeysToGrant?: KmsKeyToGrant[];
|
|
962
962
|
}
|
|
963
963
|
/**
|
|
964
|
-
* @public
|
|
965
964
|
* <p>Details of the operation to create an Amazon S3 data access from an S3 bucket.</p>
|
|
965
|
+
* @public
|
|
966
966
|
*/
|
|
967
967
|
export interface CreateS3DataAccessFromS3BucketRequestDetails {
|
|
968
968
|
/**
|
|
969
|
-
* @public
|
|
970
969
|
* <p>Details about the S3 data access source asset.</p>
|
|
970
|
+
* @public
|
|
971
971
|
*/
|
|
972
972
|
AssetSource: S3DataAccessAssetSourceEntry | undefined;
|
|
973
973
|
/**
|
|
974
|
-
* @public
|
|
975
974
|
* <p>The unique identifier for the data set associated with the creation of this Amazon S3 data access.</p>
|
|
975
|
+
* @public
|
|
976
976
|
*/
|
|
977
977
|
DataSetId: string | undefined;
|
|
978
978
|
/**
|
|
979
|
-
* @public
|
|
980
979
|
* <p>The unique identifier for a revision.</p>
|
|
980
|
+
* @public
|
|
981
981
|
*/
|
|
982
982
|
RevisionId: string | undefined;
|
|
983
983
|
}
|
|
984
984
|
/**
|
|
985
|
-
* @public
|
|
986
985
|
* <p>Details of the operation to be performed by the job.</p>
|
|
986
|
+
* @public
|
|
987
987
|
*/
|
|
988
988
|
export interface ExportAssetsToS3RequestDetails {
|
|
989
989
|
/**
|
|
990
|
-
* @public
|
|
991
990
|
* <p>The destination for the asset.</p>
|
|
991
|
+
* @public
|
|
992
992
|
*/
|
|
993
993
|
AssetDestinations: AssetDestinationEntry[] | undefined;
|
|
994
994
|
/**
|
|
995
|
-
* @public
|
|
996
995
|
* <p>The unique identifier for the data set associated with this export job.</p>
|
|
996
|
+
* @public
|
|
997
997
|
*/
|
|
998
998
|
DataSetId: string | undefined;
|
|
999
999
|
/**
|
|
1000
|
-
* @public
|
|
1001
1000
|
* <p>Encryption configuration for the export job.</p>
|
|
1001
|
+
* @public
|
|
1002
1002
|
*/
|
|
1003
1003
|
Encryption?: ExportServerSideEncryption;
|
|
1004
1004
|
/**
|
|
1005
|
-
* @public
|
|
1006
1005
|
* <p>The unique identifier for the revision associated with this export request.</p>
|
|
1006
|
+
* @public
|
|
1007
1007
|
*/
|
|
1008
1008
|
RevisionId: string | undefined;
|
|
1009
1009
|
}
|
|
1010
1010
|
/**
|
|
1011
|
-
* @public
|
|
1012
1011
|
* <p>Details of the operation to be performed by the job.</p>
|
|
1012
|
+
* @public
|
|
1013
1013
|
*/
|
|
1014
1014
|
export interface ExportAssetToSignedUrlRequestDetails {
|
|
1015
1015
|
/**
|
|
1016
|
-
* @public
|
|
1017
1016
|
* <p>The unique identifier for the asset that is exported to a signed URL.</p>
|
|
1017
|
+
* @public
|
|
1018
1018
|
*/
|
|
1019
1019
|
AssetId: string | undefined;
|
|
1020
1020
|
/**
|
|
1021
|
-
* @public
|
|
1022
1021
|
* <p>The unique identifier for the data set associated with this export job.</p>
|
|
1022
|
+
* @public
|
|
1023
1023
|
*/
|
|
1024
1024
|
DataSetId: string | undefined;
|
|
1025
1025
|
/**
|
|
1026
|
-
* @public
|
|
1027
1026
|
* <p>The unique identifier for the revision associated with this export request.</p>
|
|
1027
|
+
* @public
|
|
1028
1028
|
*/
|
|
1029
1029
|
RevisionId: string | undefined;
|
|
1030
1030
|
}
|
|
1031
1031
|
/**
|
|
1032
|
-
* @public
|
|
1033
1032
|
* <p>The destination where the assets in the revision will be exported.</p>
|
|
1033
|
+
* @public
|
|
1034
1034
|
*/
|
|
1035
1035
|
export interface RevisionDestinationEntry {
|
|
1036
1036
|
/**
|
|
1037
|
-
* @public
|
|
1038
1037
|
* <p>The Amazon S3 bucket that is the destination for the assets in the revision.</p>
|
|
1038
|
+
* @public
|
|
1039
1039
|
*/
|
|
1040
1040
|
Bucket: string | undefined;
|
|
1041
1041
|
/**
|
|
1042
|
-
* @public
|
|
1043
1042
|
* <p>A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see <a href="https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns">Key patterns when exporting revisions</a>.</p>
|
|
1043
|
+
* @public
|
|
1044
1044
|
*/
|
|
1045
1045
|
KeyPattern?: string;
|
|
1046
1046
|
/**
|
|
1047
|
-
* @public
|
|
1048
1047
|
* <p>The unique identifier for the revision.</p>
|
|
1048
|
+
* @public
|
|
1049
1049
|
*/
|
|
1050
1050
|
RevisionId: string | undefined;
|
|
1051
1051
|
}
|
|
1052
1052
|
/**
|
|
1053
|
-
* @public
|
|
1054
1053
|
* <p>Details of the operation to be performed by the job.</p>
|
|
1054
|
+
* @public
|
|
1055
1055
|
*/
|
|
1056
1056
|
export interface ExportRevisionsToS3RequestDetails {
|
|
1057
1057
|
/**
|
|
1058
|
-
* @public
|
|
1059
1058
|
* <p>The unique identifier for the data set associated with this export job.</p>
|
|
1059
|
+
* @public
|
|
1060
1060
|
*/
|
|
1061
1061
|
DataSetId: string | undefined;
|
|
1062
1062
|
/**
|
|
1063
|
-
* @public
|
|
1064
1063
|
* <p>Encryption configuration for the export job.</p>
|
|
1064
|
+
* @public
|
|
1065
1065
|
*/
|
|
1066
1066
|
Encryption?: ExportServerSideEncryption;
|
|
1067
1067
|
/**
|
|
1068
|
-
* @public
|
|
1069
1068
|
* <p>The destination for the revision.</p>
|
|
1069
|
+
* @public
|
|
1070
1070
|
*/
|
|
1071
1071
|
RevisionDestinations: RevisionDestinationEntry[] | undefined;
|
|
1072
1072
|
}
|
|
1073
1073
|
/**
|
|
1074
|
-
* @public
|
|
1075
1074
|
* <p>The request details.</p>
|
|
1075
|
+
* @public
|
|
1076
1076
|
*/
|
|
1077
1077
|
export interface ImportAssetFromApiGatewayApiRequestDetails {
|
|
1078
1078
|
/**
|
|
1079
|
-
* @public
|
|
1080
1079
|
* <p>The API description. Markdown supported.</p>
|
|
1080
|
+
* @public
|
|
1081
1081
|
*/
|
|
1082
1082
|
ApiDescription?: string;
|
|
1083
1083
|
/**
|
|
1084
|
-
* @public
|
|
1085
1084
|
* <p>The API Gateway API ID.</p>
|
|
1085
|
+
* @public
|
|
1086
1086
|
*/
|
|
1087
1087
|
ApiId: string | undefined;
|
|
1088
1088
|
/**
|
|
1089
|
-
* @public
|
|
1090
1089
|
* <p>The API Gateway API key.</p>
|
|
1090
|
+
* @public
|
|
1091
1091
|
*/
|
|
1092
1092
|
ApiKey?: string;
|
|
1093
1093
|
/**
|
|
1094
|
-
* @public
|
|
1095
1094
|
* <p>The API name.</p>
|
|
1095
|
+
* @public
|
|
1096
1096
|
*/
|
|
1097
1097
|
ApiName: string | undefined;
|
|
1098
1098
|
/**
|
|
1099
|
-
* @public
|
|
1100
1099
|
* <p>The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the integrity of the file.</p>
|
|
1100
|
+
* @public
|
|
1101
1101
|
*/
|
|
1102
1102
|
ApiSpecificationMd5Hash: string | undefined;
|
|
1103
1103
|
/**
|
|
1104
|
-
* @public
|
|
1105
1104
|
* <p>The data set ID.</p>
|
|
1105
|
+
* @public
|
|
1106
1106
|
*/
|
|
1107
1107
|
DataSetId: string | undefined;
|
|
1108
1108
|
/**
|
|
1109
|
-
* @public
|
|
1110
1109
|
* <p>The protocol type.</p>
|
|
1110
|
+
* @public
|
|
1111
1111
|
*/
|
|
1112
1112
|
ProtocolType: ProtocolType | undefined;
|
|
1113
1113
|
/**
|
|
1114
|
-
* @public
|
|
1115
1114
|
* <p>The revision ID.</p>
|
|
1115
|
+
* @public
|
|
1116
1116
|
*/
|
|
1117
1117
|
RevisionId: string | undefined;
|
|
1118
1118
|
/**
|
|
1119
|
-
* @public
|
|
1120
1119
|
* <p>The API stage.</p>
|
|
1120
|
+
* @public
|
|
1121
1121
|
*/
|
|
1122
1122
|
Stage: string | undefined;
|
|
1123
1123
|
}
|
|
1124
1124
|
/**
|
|
1125
|
-
* @public
|
|
1126
1125
|
* <p>Details of the operation to be performed by the job.</p>
|
|
1126
|
+
* @public
|
|
1127
1127
|
*/
|
|
1128
1128
|
export interface ImportAssetFromSignedUrlRequestDetails {
|
|
1129
1129
|
/**
|
|
1130
|
-
* @public
|
|
1131
1130
|
* <p>The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.</p>
|
|
1131
|
+
* @public
|
|
1132
1132
|
*/
|
|
1133
1133
|
AssetName: string | undefined;
|
|
1134
1134
|
/**
|
|
1135
|
-
* @public
|
|
1136
1135
|
* <p>The unique identifier for the data set associated with this import job.</p>
|
|
1136
|
+
* @public
|
|
1137
1137
|
*/
|
|
1138
1138
|
DataSetId: string | undefined;
|
|
1139
1139
|
/**
|
|
1140
|
-
* @public
|
|
1141
1140
|
* <p>The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.</p>
|
|
1141
|
+
* @public
|
|
1142
1142
|
*/
|
|
1143
1143
|
Md5Hash: string | undefined;
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>The unique identifier for the revision associated with this import request.</p>
|
|
1146
|
+
* @public
|
|
1147
1147
|
*/
|
|
1148
1148
|
RevisionId: string | undefined;
|
|
1149
1149
|
}
|
|
@@ -1159,18 +1159,18 @@ export declare const DatabaseLFTagPolicyPermission: {
|
|
|
1159
1159
|
*/
|
|
1160
1160
|
export type DatabaseLFTagPolicyPermission = (typeof DatabaseLFTagPolicyPermission)[keyof typeof DatabaseLFTagPolicyPermission];
|
|
1161
1161
|
/**
|
|
1162
|
-
* @public
|
|
1163
1162
|
* <p>The LF-tag policy and permissions for database resources.</p>
|
|
1163
|
+
* @public
|
|
1164
1164
|
*/
|
|
1165
1165
|
export interface DatabaseLFTagPolicyAndPermissions {
|
|
1166
1166
|
/**
|
|
1167
|
-
* @public
|
|
1168
1167
|
* <p>A list of LF-tag conditions that apply to database resources.</p>
|
|
1168
|
+
* @public
|
|
1169
1169
|
*/
|
|
1170
1170
|
Expression: LFTag[] | undefined;
|
|
1171
1171
|
/**
|
|
1172
|
-
* @public
|
|
1173
1172
|
* <p>The permissions granted to subscribers on database resources.</p>
|
|
1173
|
+
* @public
|
|
1174
1174
|
*/
|
|
1175
1175
|
Permissions: DatabaseLFTagPolicyPermission[] | undefined;
|
|
1176
1176
|
}
|
|
@@ -1187,158 +1187,158 @@ export declare const TableTagPolicyLFPermission: {
|
|
|
1187
1187
|
*/
|
|
1188
1188
|
export type TableTagPolicyLFPermission = (typeof TableTagPolicyLFPermission)[keyof typeof TableTagPolicyLFPermission];
|
|
1189
1189
|
/**
|
|
1190
|
-
* @public
|
|
1191
1190
|
* <p>The LF-tag policy and permissions that apply to table resources.</p>
|
|
1191
|
+
* @public
|
|
1192
1192
|
*/
|
|
1193
1193
|
export interface TableLFTagPolicyAndPermissions {
|
|
1194
1194
|
/**
|
|
1195
|
-
* @public
|
|
1196
1195
|
* <p>A list of LF-tag conditions that apply to table resources.</p>
|
|
1196
|
+
* @public
|
|
1197
1197
|
*/
|
|
1198
1198
|
Expression: LFTag[] | undefined;
|
|
1199
1199
|
/**
|
|
1200
|
-
* @public
|
|
1201
1200
|
* <p>The permissions granted to subscribers on table resources.</p>
|
|
1201
|
+
* @public
|
|
1202
1202
|
*/
|
|
1203
1203
|
Permissions: TableTagPolicyLFPermission[] | undefined;
|
|
1204
1204
|
}
|
|
1205
1205
|
/**
|
|
1206
|
-
* @public
|
|
1207
1206
|
* <p>Details about the assets imported from an AWS Lake Formation tag policy request.</p>
|
|
1207
|
+
* @public
|
|
1208
1208
|
*/
|
|
1209
1209
|
export interface ImportAssetsFromLakeFormationTagPolicyRequestDetails {
|
|
1210
1210
|
/**
|
|
1211
|
-
* @public
|
|
1212
1211
|
* <p>The identifier for the AWS Glue Data Catalog.</p>
|
|
1212
|
+
* @public
|
|
1213
1213
|
*/
|
|
1214
1214
|
CatalogId: string | undefined;
|
|
1215
1215
|
/**
|
|
1216
|
-
* @public
|
|
1217
1216
|
* <p>A structure for the database object.</p>
|
|
1217
|
+
* @public
|
|
1218
1218
|
*/
|
|
1219
1219
|
Database?: DatabaseLFTagPolicyAndPermissions;
|
|
1220
1220
|
/**
|
|
1221
|
-
* @public
|
|
1222
1221
|
* <p>A structure for the table object.</p>
|
|
1222
|
+
* @public
|
|
1223
1223
|
*/
|
|
1224
1224
|
Table?: TableLFTagPolicyAndPermissions;
|
|
1225
1225
|
/**
|
|
1226
|
-
* @public
|
|
1227
1226
|
* <p>The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions of subscribers to AWS Lake Formation data permissions.</p>
|
|
1227
|
+
* @public
|
|
1228
1228
|
*/
|
|
1229
1229
|
RoleArn: string | undefined;
|
|
1230
1230
|
/**
|
|
1231
|
-
* @public
|
|
1232
1231
|
* <p>The unique identifier for the data set associated with this import job.</p>
|
|
1232
|
+
* @public
|
|
1233
1233
|
*/
|
|
1234
1234
|
DataSetId: string | undefined;
|
|
1235
1235
|
/**
|
|
1236
|
-
* @public
|
|
1237
1236
|
* <p>The unique identifier for the revision associated with this import job.</p>
|
|
1237
|
+
* @public
|
|
1238
1238
|
*/
|
|
1239
1239
|
RevisionId: string | undefined;
|
|
1240
1240
|
}
|
|
1241
1241
|
/**
|
|
1242
|
-
* @public
|
|
1243
1242
|
* <p>The source of the Amazon Redshift datashare asset.</p>
|
|
1243
|
+
* @public
|
|
1244
1244
|
*/
|
|
1245
1245
|
export interface RedshiftDataShareAssetSourceEntry {
|
|
1246
1246
|
/**
|
|
1247
|
-
* @public
|
|
1248
1247
|
* <p>The Amazon Resource Name (ARN) of the datashare asset.</p>
|
|
1248
|
+
* @public
|
|
1249
1249
|
*/
|
|
1250
1250
|
DataShareArn: string | undefined;
|
|
1251
1251
|
}
|
|
1252
1252
|
/**
|
|
1253
|
-
* @public
|
|
1254
1253
|
* <p>Details from an import from Amazon Redshift datashare request.</p>
|
|
1254
|
+
* @public
|
|
1255
1255
|
*/
|
|
1256
1256
|
export interface ImportAssetsFromRedshiftDataSharesRequestDetails {
|
|
1257
1257
|
/**
|
|
1258
|
-
* @public
|
|
1259
1258
|
* <p>A list of Amazon Redshift datashare assets.</p>
|
|
1259
|
+
* @public
|
|
1260
1260
|
*/
|
|
1261
1261
|
AssetSources: RedshiftDataShareAssetSourceEntry[] | undefined;
|
|
1262
1262
|
/**
|
|
1263
|
-
* @public
|
|
1264
1263
|
* <p>The unique identifier for the data set associated with this import job.</p>
|
|
1264
|
+
* @public
|
|
1265
1265
|
*/
|
|
1266
1266
|
DataSetId: string | undefined;
|
|
1267
1267
|
/**
|
|
1268
|
-
* @public
|
|
1269
1268
|
* <p>The unique identifier for the revision associated with this import job.</p>
|
|
1269
|
+
* @public
|
|
1270
1270
|
*/
|
|
1271
1271
|
RevisionId: string | undefined;
|
|
1272
1272
|
}
|
|
1273
1273
|
/**
|
|
1274
|
-
* @public
|
|
1275
1274
|
* <p>Details of the operation to be performed by the job.</p>
|
|
1275
|
+
* @public
|
|
1276
1276
|
*/
|
|
1277
1277
|
export interface ImportAssetsFromS3RequestDetails {
|
|
1278
1278
|
/**
|
|
1279
|
-
* @public
|
|
1280
1279
|
* <p>Is a list of Amazon S3 bucket and object key pairs.</p>
|
|
1280
|
+
* @public
|
|
1281
1281
|
*/
|
|
1282
1282
|
AssetSources: AssetSourceEntry[] | undefined;
|
|
1283
1283
|
/**
|
|
1284
|
-
* @public
|
|
1285
1284
|
* <p>The unique identifier for the data set associated with this import job.</p>
|
|
1285
|
+
* @public
|
|
1286
1286
|
*/
|
|
1287
1287
|
DataSetId: string | undefined;
|
|
1288
1288
|
/**
|
|
1289
|
-
* @public
|
|
1290
1289
|
* <p>The unique identifier for the revision associated with this import request.</p>
|
|
1290
|
+
* @public
|
|
1291
1291
|
*/
|
|
1292
1292
|
RevisionId: string | undefined;
|
|
1293
1293
|
}
|
|
1294
1294
|
/**
|
|
1295
|
-
* @public
|
|
1296
1295
|
* <p>The details for the request.</p>
|
|
1296
|
+
* @public
|
|
1297
1297
|
*/
|
|
1298
1298
|
export interface RequestDetails {
|
|
1299
1299
|
/**
|
|
1300
|
-
* @public
|
|
1301
1300
|
* <p>Details about the export to signed URL request.</p>
|
|
1301
|
+
* @public
|
|
1302
1302
|
*/
|
|
1303
1303
|
ExportAssetToSignedUrl?: ExportAssetToSignedUrlRequestDetails;
|
|
1304
1304
|
/**
|
|
1305
|
-
* @public
|
|
1306
1305
|
* <p>Details about the export to Amazon S3 request.</p>
|
|
1306
|
+
* @public
|
|
1307
1307
|
*/
|
|
1308
1308
|
ExportAssetsToS3?: ExportAssetsToS3RequestDetails;
|
|
1309
1309
|
/**
|
|
1310
|
-
* @public
|
|
1311
1310
|
* <p>Details about the export to Amazon S3 request.</p>
|
|
1311
|
+
* @public
|
|
1312
1312
|
*/
|
|
1313
1313
|
ExportRevisionsToS3?: ExportRevisionsToS3RequestDetails;
|
|
1314
1314
|
/**
|
|
1315
|
-
* @public
|
|
1316
1315
|
* <p>Details about the import from Amazon S3 request.</p>
|
|
1316
|
+
* @public
|
|
1317
1317
|
*/
|
|
1318
1318
|
ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlRequestDetails;
|
|
1319
1319
|
/**
|
|
1320
|
-
* @public
|
|
1321
1320
|
* <p>Details about the import asset from API Gateway API request.</p>
|
|
1321
|
+
* @public
|
|
1322
1322
|
*/
|
|
1323
1323
|
ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
|
|
1324
1324
|
/**
|
|
1325
|
-
* @public
|
|
1326
1325
|
* <p>Details from an import from Amazon Redshift datashare request.</p>
|
|
1326
|
+
* @public
|
|
1327
1327
|
*/
|
|
1328
1328
|
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesRequestDetails;
|
|
1329
1329
|
/**
|
|
1330
|
-
* @public
|
|
1331
1330
|
* <p>Details about the import from signed URL request.</p>
|
|
1331
|
+
* @public
|
|
1332
1332
|
*/
|
|
1333
1333
|
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiRequestDetails;
|
|
1334
1334
|
/**
|
|
1335
|
-
* @public
|
|
1336
1335
|
* <p>Details of the request to create S3 data access from the Amazon S3 bucket.</p>
|
|
1336
|
+
* @public
|
|
1337
1337
|
*/
|
|
1338
1338
|
CreateS3DataAccessFromS3Bucket?: CreateS3DataAccessFromS3BucketRequestDetails;
|
|
1339
1339
|
/**
|
|
1340
|
-
* @public
|
|
1341
1340
|
* <p>Request details for the ImportAssetsFromLakeFormationTagPolicy job.</p>
|
|
1341
|
+
* @public
|
|
1342
1342
|
*/
|
|
1343
1343
|
ImportAssetsFromLakeFormationTagPolicy?: ImportAssetsFromLakeFormationTagPolicyRequestDetails;
|
|
1344
1344
|
}
|
|
@@ -1366,370 +1366,370 @@ export type Type = (typeof Type)[keyof typeof Type];
|
|
|
1366
1366
|
*/
|
|
1367
1367
|
export interface CreateJobRequest {
|
|
1368
1368
|
/**
|
|
1369
|
-
* @public
|
|
1370
1369
|
* <p>The details for the CreateJob request.</p>
|
|
1370
|
+
* @public
|
|
1371
1371
|
*/
|
|
1372
1372
|
Details: RequestDetails | undefined;
|
|
1373
1373
|
/**
|
|
1374
|
-
* @public
|
|
1375
1374
|
* <p>The type of job to be created.</p>
|
|
1375
|
+
* @public
|
|
1376
1376
|
*/
|
|
1377
1377
|
Type: Type | undefined;
|
|
1378
1378
|
}
|
|
1379
1379
|
/**
|
|
1380
|
-
* @public
|
|
1381
1380
|
* <p>Details about the response of the operation to create an S3 data access from an S3 bucket.</p>
|
|
1381
|
+
* @public
|
|
1382
1382
|
*/
|
|
1383
1383
|
export interface CreateS3DataAccessFromS3BucketResponseDetails {
|
|
1384
1384
|
/**
|
|
1385
|
-
* @public
|
|
1386
1385
|
* <p>Details about the asset source from an Amazon S3 bucket.</p>
|
|
1386
|
+
* @public
|
|
1387
1387
|
*/
|
|
1388
1388
|
AssetSource: S3DataAccessAssetSourceEntry | undefined;
|
|
1389
1389
|
/**
|
|
1390
|
-
* @public
|
|
1391
1390
|
* <p>The unique identifier for this data set.</p>
|
|
1391
|
+
* @public
|
|
1392
1392
|
*/
|
|
1393
1393
|
DataSetId: string | undefined;
|
|
1394
1394
|
/**
|
|
1395
|
-
* @public
|
|
1396
1395
|
* <p>The unique identifier for the revision.</p>
|
|
1396
|
+
* @public
|
|
1397
1397
|
*/
|
|
1398
1398
|
RevisionId: string | undefined;
|
|
1399
1399
|
}
|
|
1400
1400
|
/**
|
|
1401
|
-
* @public
|
|
1402
1401
|
* <p>Details about the export to Amazon S3 response.</p>
|
|
1402
|
+
* @public
|
|
1403
1403
|
*/
|
|
1404
1404
|
export interface ExportAssetsToS3ResponseDetails {
|
|
1405
1405
|
/**
|
|
1406
|
-
* @public
|
|
1407
1406
|
* <p>The destination in Amazon S3 where the asset is exported.</p>
|
|
1407
|
+
* @public
|
|
1408
1408
|
*/
|
|
1409
1409
|
AssetDestinations: AssetDestinationEntry[] | undefined;
|
|
1410
1410
|
/**
|
|
1411
|
-
* @public
|
|
1412
1411
|
* <p>The unique identifier for the data set associated with this export job.</p>
|
|
1412
|
+
* @public
|
|
1413
1413
|
*/
|
|
1414
1414
|
DataSetId: string | undefined;
|
|
1415
1415
|
/**
|
|
1416
|
-
* @public
|
|
1417
1416
|
* <p>Encryption configuration of the export job.</p>
|
|
1417
|
+
* @public
|
|
1418
1418
|
*/
|
|
1419
1419
|
Encryption?: ExportServerSideEncryption;
|
|
1420
1420
|
/**
|
|
1421
|
-
* @public
|
|
1422
1421
|
* <p>The unique identifier for the revision associated with this export response.</p>
|
|
1422
|
+
* @public
|
|
1423
1423
|
*/
|
|
1424
1424
|
RevisionId: string | undefined;
|
|
1425
1425
|
}
|
|
1426
1426
|
/**
|
|
1427
|
-
* @public
|
|
1428
1427
|
* <p>The details of the export to signed URL response.</p>
|
|
1428
|
+
* @public
|
|
1429
1429
|
*/
|
|
1430
1430
|
export interface ExportAssetToSignedUrlResponseDetails {
|
|
1431
1431
|
/**
|
|
1432
|
-
* @public
|
|
1433
1432
|
* <p>The unique identifier for the asset associated with this export job.</p>
|
|
1433
|
+
* @public
|
|
1434
1434
|
*/
|
|
1435
1435
|
AssetId: string | undefined;
|
|
1436
1436
|
/**
|
|
1437
|
-
* @public
|
|
1438
1437
|
* <p>The unique identifier for the data set associated with this export job.</p>
|
|
1438
|
+
* @public
|
|
1439
1439
|
*/
|
|
1440
1440
|
DataSetId: string | undefined;
|
|
1441
1441
|
/**
|
|
1442
|
-
* @public
|
|
1443
1442
|
* <p>The unique identifier for the revision associated with this export response.</p>
|
|
1443
|
+
* @public
|
|
1444
1444
|
*/
|
|
1445
1445
|
RevisionId: string | undefined;
|
|
1446
1446
|
/**
|
|
1447
|
-
* @public
|
|
1448
1447
|
* <p>The signed URL for the export request.</p>
|
|
1448
|
+
* @public
|
|
1449
1449
|
*/
|
|
1450
1450
|
SignedUrl?: string;
|
|
1451
1451
|
/**
|
|
1452
|
-
* @public
|
|
1453
1452
|
* <p>The date and time that the signed URL expires, in ISO 8601 format.</p>
|
|
1453
|
+
* @public
|
|
1454
1454
|
*/
|
|
1455
1455
|
SignedUrlExpiresAt?: Date;
|
|
1456
1456
|
}
|
|
1457
1457
|
/**
|
|
1458
|
-
* @public
|
|
1459
1458
|
* <p>Details about the export revisions to Amazon S3 response.</p>
|
|
1459
|
+
* @public
|
|
1460
1460
|
*/
|
|
1461
1461
|
export interface ExportRevisionsToS3ResponseDetails {
|
|
1462
1462
|
/**
|
|
1463
|
-
* @public
|
|
1464
1463
|
* <p>The unique identifier for the data set associated with this export job.</p>
|
|
1464
|
+
* @public
|
|
1465
1465
|
*/
|
|
1466
1466
|
DataSetId: string | undefined;
|
|
1467
1467
|
/**
|
|
1468
|
-
* @public
|
|
1469
1468
|
* <p>Encryption configuration of the export job.</p>
|
|
1469
|
+
* @public
|
|
1470
1470
|
*/
|
|
1471
1471
|
Encryption?: ExportServerSideEncryption;
|
|
1472
1472
|
/**
|
|
1473
|
-
* @public
|
|
1474
1473
|
* <p>The destination in Amazon S3 where the revision is exported.</p>
|
|
1474
|
+
* @public
|
|
1475
1475
|
*/
|
|
1476
1476
|
RevisionDestinations: RevisionDestinationEntry[] | undefined;
|
|
1477
1477
|
/**
|
|
1478
|
-
* @public
|
|
1479
1478
|
* <p>The Amazon Resource Name (ARN) of the event action.</p>
|
|
1479
|
+
* @public
|
|
1480
1480
|
*/
|
|
1481
1481
|
EventActionArn?: string;
|
|
1482
1482
|
}
|
|
1483
1483
|
/**
|
|
1484
|
-
* @public
|
|
1485
1484
|
* <p>The response details.</p>
|
|
1485
|
+
* @public
|
|
1486
1486
|
*/
|
|
1487
1487
|
export interface ImportAssetFromApiGatewayApiResponseDetails {
|
|
1488
1488
|
/**
|
|
1489
|
-
* @public
|
|
1490
1489
|
* <p>The API description.</p>
|
|
1490
|
+
* @public
|
|
1491
1491
|
*/
|
|
1492
1492
|
ApiDescription?: string;
|
|
1493
1493
|
/**
|
|
1494
|
-
* @public
|
|
1495
1494
|
* <p>The API ID.</p>
|
|
1495
|
+
* @public
|
|
1496
1496
|
*/
|
|
1497
1497
|
ApiId: string | undefined;
|
|
1498
1498
|
/**
|
|
1499
|
-
* @public
|
|
1500
1499
|
* <p>The API key.</p>
|
|
1500
|
+
* @public
|
|
1501
1501
|
*/
|
|
1502
1502
|
ApiKey?: string;
|
|
1503
1503
|
/**
|
|
1504
|
-
* @public
|
|
1505
1504
|
* <p>The API name.</p>
|
|
1505
|
+
* @public
|
|
1506
1506
|
*/
|
|
1507
1507
|
ApiName: string | undefined;
|
|
1508
1508
|
/**
|
|
1509
|
-
* @public
|
|
1510
1509
|
* <p>The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.</p>
|
|
1510
|
+
* @public
|
|
1511
1511
|
*/
|
|
1512
1512
|
ApiSpecificationMd5Hash: string | undefined;
|
|
1513
1513
|
/**
|
|
1514
|
-
* @public
|
|
1515
1514
|
* <p>The upload URL of the API specification.</p>
|
|
1515
|
+
* @public
|
|
1516
1516
|
*/
|
|
1517
1517
|
ApiSpecificationUploadUrl: string | undefined;
|
|
1518
1518
|
/**
|
|
1519
|
-
* @public
|
|
1520
1519
|
* <p>The date and time that the upload URL expires, in ISO 8601 format.</p>
|
|
1520
|
+
* @public
|
|
1521
1521
|
*/
|
|
1522
1522
|
ApiSpecificationUploadUrlExpiresAt: Date | undefined;
|
|
1523
1523
|
/**
|
|
1524
|
-
* @public
|
|
1525
1524
|
* <p>The data set ID.</p>
|
|
1525
|
+
* @public
|
|
1526
1526
|
*/
|
|
1527
1527
|
DataSetId: string | undefined;
|
|
1528
1528
|
/**
|
|
1529
|
-
* @public
|
|
1530
1529
|
* <p>The protocol type.</p>
|
|
1530
|
+
* @public
|
|
1531
1531
|
*/
|
|
1532
1532
|
ProtocolType: ProtocolType | undefined;
|
|
1533
1533
|
/**
|
|
1534
|
-
* @public
|
|
1535
1534
|
* <p>The revision ID.</p>
|
|
1535
|
+
* @public
|
|
1536
1536
|
*/
|
|
1537
1537
|
RevisionId: string | undefined;
|
|
1538
1538
|
/**
|
|
1539
|
-
* @public
|
|
1540
1539
|
* <p>The API stage.</p>
|
|
1540
|
+
* @public
|
|
1541
1541
|
*/
|
|
1542
1542
|
Stage: string | undefined;
|
|
1543
1543
|
}
|
|
1544
1544
|
/**
|
|
1545
|
-
* @public
|
|
1546
1545
|
* <p>The details in the response for an import request, including the signed URL and other information.</p>
|
|
1546
|
+
* @public
|
|
1547
1547
|
*/
|
|
1548
1548
|
export interface ImportAssetFromSignedUrlResponseDetails {
|
|
1549
1549
|
/**
|
|
1550
|
-
* @public
|
|
1551
1550
|
* <p>The name for the asset associated with this import job.</p>
|
|
1551
|
+
* @public
|
|
1552
1552
|
*/
|
|
1553
1553
|
AssetName: string | undefined;
|
|
1554
1554
|
/**
|
|
1555
|
-
* @public
|
|
1556
1555
|
* <p>The unique identifier for the data set associated with this import job.</p>
|
|
1556
|
+
* @public
|
|
1557
1557
|
*/
|
|
1558
1558
|
DataSetId: string | undefined;
|
|
1559
1559
|
/**
|
|
1560
|
-
* @public
|
|
1561
1560
|
* <p>The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.</p>
|
|
1561
|
+
* @public
|
|
1562
1562
|
*/
|
|
1563
1563
|
Md5Hash?: string;
|
|
1564
1564
|
/**
|
|
1565
|
-
* @public
|
|
1566
1565
|
* <p>The unique identifier for the revision associated with this import response.</p>
|
|
1566
|
+
* @public
|
|
1567
1567
|
*/
|
|
1568
1568
|
RevisionId: string | undefined;
|
|
1569
1569
|
/**
|
|
1570
|
-
* @public
|
|
1571
1570
|
* <p>The signed URL.</p>
|
|
1571
|
+
* @public
|
|
1572
1572
|
*/
|
|
1573
1573
|
SignedUrl?: string;
|
|
1574
1574
|
/**
|
|
1575
|
-
* @public
|
|
1576
1575
|
* <p>The time and date at which the signed URL expires, in ISO 8601 format.</p>
|
|
1576
|
+
* @public
|
|
1577
1577
|
*/
|
|
1578
1578
|
SignedUrlExpiresAt?: Date;
|
|
1579
1579
|
}
|
|
1580
1580
|
/**
|
|
1581
|
-
* @public
|
|
1582
1581
|
* <p>Details from an import AWS Lake Formation tag policy job response.</p>
|
|
1582
|
+
* @public
|
|
1583
1583
|
*/
|
|
1584
1584
|
export interface ImportAssetsFromLakeFormationTagPolicyResponseDetails {
|
|
1585
1585
|
/**
|
|
1586
|
-
* @public
|
|
1587
1586
|
* <p>The identifier for the AWS Glue Data Catalog.</p>
|
|
1587
|
+
* @public
|
|
1588
1588
|
*/
|
|
1589
1589
|
CatalogId: string | undefined;
|
|
1590
1590
|
/**
|
|
1591
|
-
* @public
|
|
1592
1591
|
* <p>A structure for the database object.</p>
|
|
1592
|
+
* @public
|
|
1593
1593
|
*/
|
|
1594
1594
|
Database?: DatabaseLFTagPolicyAndPermissions;
|
|
1595
1595
|
/**
|
|
1596
|
-
* @public
|
|
1597
1596
|
* <p>A structure for the table object.</p>
|
|
1597
|
+
* @public
|
|
1598
1598
|
*/
|
|
1599
1599
|
Table?: TableLFTagPolicyAndPermissions;
|
|
1600
1600
|
/**
|
|
1601
|
-
* @public
|
|
1602
1601
|
* <p>The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.</p>
|
|
1602
|
+
* @public
|
|
1603
1603
|
*/
|
|
1604
1604
|
RoleArn: string | undefined;
|
|
1605
1605
|
/**
|
|
1606
|
-
* @public
|
|
1607
1606
|
* <p>The unique identifier for the data set associated with this import job.</p>
|
|
1607
|
+
* @public
|
|
1608
1608
|
*/
|
|
1609
1609
|
DataSetId: string | undefined;
|
|
1610
1610
|
/**
|
|
1611
|
-
* @public
|
|
1612
1611
|
* <p>The unique identifier for the revision associated with this import job.</p>
|
|
1612
|
+
* @public
|
|
1613
1613
|
*/
|
|
1614
1614
|
RevisionId: string | undefined;
|
|
1615
1615
|
}
|
|
1616
1616
|
/**
|
|
1617
|
-
* @public
|
|
1618
1617
|
* <p>Details from an import from Amazon Redshift datashare response.</p>
|
|
1618
|
+
* @public
|
|
1619
1619
|
*/
|
|
1620
1620
|
export interface ImportAssetsFromRedshiftDataSharesResponseDetails {
|
|
1621
1621
|
/**
|
|
1622
|
-
* @public
|
|
1623
1622
|
* <p>A list of Amazon Redshift datashare asset sources.</p>
|
|
1623
|
+
* @public
|
|
1624
1624
|
*/
|
|
1625
1625
|
AssetSources: RedshiftDataShareAssetSourceEntry[] | undefined;
|
|
1626
1626
|
/**
|
|
1627
|
-
* @public
|
|
1628
1627
|
* <p>The unique identifier for the data set associated with this import job.</p>
|
|
1628
|
+
* @public
|
|
1629
1629
|
*/
|
|
1630
1630
|
DataSetId: string | undefined;
|
|
1631
1631
|
/**
|
|
1632
|
-
* @public
|
|
1633
1632
|
* <p>The unique identifier for the revision associated with this import job.</p>
|
|
1633
|
+
* @public
|
|
1634
1634
|
*/
|
|
1635
1635
|
RevisionId: string | undefined;
|
|
1636
1636
|
}
|
|
1637
1637
|
/**
|
|
1638
|
-
* @public
|
|
1639
1638
|
* <p>Details from an import from Amazon S3 response.</p>
|
|
1639
|
+
* @public
|
|
1640
1640
|
*/
|
|
1641
1641
|
export interface ImportAssetsFromS3ResponseDetails {
|
|
1642
1642
|
/**
|
|
1643
|
-
* @public
|
|
1644
1643
|
* <p>Is a list of Amazon S3 bucket and object key pairs.</p>
|
|
1644
|
+
* @public
|
|
1645
1645
|
*/
|
|
1646
1646
|
AssetSources: AssetSourceEntry[] | undefined;
|
|
1647
1647
|
/**
|
|
1648
|
-
* @public
|
|
1649
1648
|
* <p>The unique identifier for the data set associated with this import job.</p>
|
|
1649
|
+
* @public
|
|
1650
1650
|
*/
|
|
1651
1651
|
DataSetId: string | undefined;
|
|
1652
1652
|
/**
|
|
1653
|
-
* @public
|
|
1654
1653
|
* <p>The unique identifier for the revision associated with this import response.</p>
|
|
1654
|
+
* @public
|
|
1655
1655
|
*/
|
|
1656
1656
|
RevisionId: string | undefined;
|
|
1657
1657
|
}
|
|
1658
1658
|
/**
|
|
1659
|
-
* @public
|
|
1660
1659
|
* <p>Details for the response.</p>
|
|
1660
|
+
* @public
|
|
1661
1661
|
*/
|
|
1662
1662
|
export interface ResponseDetails {
|
|
1663
1663
|
/**
|
|
1664
|
-
* @public
|
|
1665
1664
|
* <p>Details for the export to signed URL response.</p>
|
|
1665
|
+
* @public
|
|
1666
1666
|
*/
|
|
1667
1667
|
ExportAssetToSignedUrl?: ExportAssetToSignedUrlResponseDetails;
|
|
1668
1668
|
/**
|
|
1669
|
-
* @public
|
|
1670
1669
|
* <p>Details for the export to Amazon S3 response.</p>
|
|
1670
|
+
* @public
|
|
1671
1671
|
*/
|
|
1672
1672
|
ExportAssetsToS3?: ExportAssetsToS3ResponseDetails;
|
|
1673
1673
|
/**
|
|
1674
|
-
* @public
|
|
1675
1674
|
* <p>Details for the export revisions to Amazon S3 response.</p>
|
|
1675
|
+
* @public
|
|
1676
1676
|
*/
|
|
1677
1677
|
ExportRevisionsToS3?: ExportRevisionsToS3ResponseDetails;
|
|
1678
1678
|
/**
|
|
1679
|
-
* @public
|
|
1680
1679
|
* <p>Details for the import from signed URL response.</p>
|
|
1680
|
+
* @public
|
|
1681
1681
|
*/
|
|
1682
1682
|
ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlResponseDetails;
|
|
1683
1683
|
/**
|
|
1684
|
-
* @public
|
|
1685
1684
|
* <p>Details for the import from Amazon S3 response.</p>
|
|
1685
|
+
* @public
|
|
1686
1686
|
*/
|
|
1687
1687
|
ImportAssetsFromS3?: ImportAssetsFromS3ResponseDetails;
|
|
1688
1688
|
/**
|
|
1689
|
-
* @public
|
|
1690
1689
|
* <p>Details from an import from Amazon Redshift datashare response.</p>
|
|
1690
|
+
* @public
|
|
1691
1691
|
*/
|
|
1692
1692
|
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesResponseDetails;
|
|
1693
1693
|
/**
|
|
1694
|
-
* @public
|
|
1695
1694
|
* <p>The response details.</p>
|
|
1695
|
+
* @public
|
|
1696
1696
|
*/
|
|
1697
1697
|
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiResponseDetails;
|
|
1698
1698
|
/**
|
|
1699
|
-
* @public
|
|
1700
1699
|
* <p>Response details from the CreateS3DataAccessFromS3Bucket job.</p>
|
|
1700
|
+
* @public
|
|
1701
1701
|
*/
|
|
1702
1702
|
CreateS3DataAccessFromS3Bucket?: CreateS3DataAccessFromS3BucketResponseDetails;
|
|
1703
1703
|
/**
|
|
1704
|
-
* @public
|
|
1705
1704
|
* <p>Response details from the ImportAssetsFromLakeFormationTagPolicy job.</p>
|
|
1705
|
+
* @public
|
|
1706
1706
|
*/
|
|
1707
1707
|
ImportAssetsFromLakeFormationTagPolicy?: ImportAssetsFromLakeFormationTagPolicyResponseDetails;
|
|
1708
1708
|
}
|
|
1709
1709
|
/**
|
|
1710
|
-
* @public
|
|
1711
1710
|
* <p>Details about the job error.</p>
|
|
1711
|
+
* @public
|
|
1712
1712
|
*/
|
|
1713
1713
|
export interface ImportAssetFromSignedUrlJobErrorDetails {
|
|
1714
1714
|
/**
|
|
1715
|
-
* @public
|
|
1716
1715
|
* <p>Details about the job error.</p>
|
|
1716
|
+
* @public
|
|
1717
1717
|
*/
|
|
1718
1718
|
AssetName: string | undefined;
|
|
1719
1719
|
}
|
|
1720
1720
|
/**
|
|
1721
|
-
* @public
|
|
1722
1721
|
* <p>Information about the job error.</p>
|
|
1722
|
+
* @public
|
|
1723
1723
|
*/
|
|
1724
1724
|
export interface Details {
|
|
1725
1725
|
/**
|
|
1726
|
-
* @public
|
|
1727
1726
|
* <p>Information about the job error.</p>
|
|
1727
|
+
* @public
|
|
1728
1728
|
*/
|
|
1729
1729
|
ImportAssetFromSignedUrlJobErrorDetails?: ImportAssetFromSignedUrlJobErrorDetails;
|
|
1730
1730
|
/**
|
|
1731
|
-
* @public
|
|
1732
1731
|
* <p>Details about the job error.</p>
|
|
1732
|
+
* @public
|
|
1733
1733
|
*/
|
|
1734
1734
|
ImportAssetsFromS3JobErrorDetails?: AssetSourceEntry[];
|
|
1735
1735
|
}
|
|
@@ -1762,43 +1762,43 @@ export declare const JobErrorResourceTypes: {
|
|
|
1762
1762
|
*/
|
|
1763
1763
|
export type JobErrorResourceTypes = (typeof JobErrorResourceTypes)[keyof typeof JobErrorResourceTypes];
|
|
1764
1764
|
/**
|
|
1765
|
-
* @public
|
|
1766
1765
|
* <p>An error that occurred with the job request.</p>
|
|
1766
|
+
* @public
|
|
1767
1767
|
*/
|
|
1768
1768
|
export interface JobError {
|
|
1769
1769
|
/**
|
|
1770
|
-
* @public
|
|
1771
1770
|
* <p>The code for the job error.</p>
|
|
1771
|
+
* @public
|
|
1772
1772
|
*/
|
|
1773
1773
|
Code: Code | undefined;
|
|
1774
1774
|
/**
|
|
1775
|
-
* @public
|
|
1776
1775
|
* <p>The details about the job error.</p>
|
|
1776
|
+
* @public
|
|
1777
1777
|
*/
|
|
1778
1778
|
Details?: Details;
|
|
1779
1779
|
/**
|
|
1780
|
-
* @public
|
|
1781
1780
|
* <p>The name of the limit that was reached.</p>
|
|
1781
|
+
* @public
|
|
1782
1782
|
*/
|
|
1783
1783
|
LimitName?: JobErrorLimitName;
|
|
1784
1784
|
/**
|
|
1785
|
-
* @public
|
|
1786
1785
|
* <p>The value of the exceeded limit.</p>
|
|
1786
|
+
* @public
|
|
1787
1787
|
*/
|
|
1788
1788
|
LimitValue?: number;
|
|
1789
1789
|
/**
|
|
1790
|
-
* @public
|
|
1791
1790
|
* <p>The message related to the job error.</p>
|
|
1791
|
+
* @public
|
|
1792
1792
|
*/
|
|
1793
1793
|
Message: string | undefined;
|
|
1794
1794
|
/**
|
|
1795
|
-
* @public
|
|
1796
1795
|
* <p>The unique identifier for the resource related to the error.</p>
|
|
1796
|
+
* @public
|
|
1797
1797
|
*/
|
|
1798
1798
|
ResourceId?: string;
|
|
1799
1799
|
/**
|
|
1800
|
-
* @public
|
|
1801
1800
|
* <p>The type of resource related to the error.</p>
|
|
1801
|
+
* @public
|
|
1802
1802
|
*/
|
|
1803
1803
|
ResourceType?: JobErrorResourceTypes;
|
|
1804
1804
|
}
|
|
@@ -1823,43 +1823,43 @@ export type State = (typeof State)[keyof typeof State];
|
|
|
1823
1823
|
*/
|
|
1824
1824
|
export interface CreateJobResponse {
|
|
1825
1825
|
/**
|
|
1826
|
-
* @public
|
|
1827
1826
|
* <p>The ARN for the job.</p>
|
|
1827
|
+
* @public
|
|
1828
1828
|
*/
|
|
1829
1829
|
Arn?: string;
|
|
1830
1830
|
/**
|
|
1831
|
-
* @public
|
|
1832
1831
|
* <p>The date and time that the job was created, in ISO 8601 format.</p>
|
|
1832
|
+
* @public
|
|
1833
1833
|
*/
|
|
1834
1834
|
CreatedAt?: Date;
|
|
1835
1835
|
/**
|
|
1836
|
-
* @public
|
|
1837
1836
|
* <p>Details about the job.</p>
|
|
1837
|
+
* @public
|
|
1838
1838
|
*/
|
|
1839
1839
|
Details?: ResponseDetails;
|
|
1840
1840
|
/**
|
|
1841
|
-
* @public
|
|
1842
1841
|
* <p>The errors associated with jobs.</p>
|
|
1842
|
+
* @public
|
|
1843
1843
|
*/
|
|
1844
1844
|
Errors?: JobError[];
|
|
1845
1845
|
/**
|
|
1846
|
-
* @public
|
|
1847
1846
|
* <p>The unique identifier for the job.</p>
|
|
1847
|
+
* @public
|
|
1848
1848
|
*/
|
|
1849
1849
|
Id?: string;
|
|
1850
1850
|
/**
|
|
1851
|
-
* @public
|
|
1852
1851
|
* <p>The state of the job.</p>
|
|
1852
|
+
* @public
|
|
1853
1853
|
*/
|
|
1854
1854
|
State?: State;
|
|
1855
1855
|
/**
|
|
1856
|
-
* @public
|
|
1857
1856
|
* <p>The job type.</p>
|
|
1857
|
+
* @public
|
|
1858
1858
|
*/
|
|
1859
1859
|
Type?: Type;
|
|
1860
1860
|
/**
|
|
1861
|
-
* @public
|
|
1862
1861
|
* <p>The date and time that the job was last updated, in ISO 8601 format.</p>
|
|
1862
|
+
* @public
|
|
1863
1863
|
*/
|
|
1864
1864
|
UpdatedAt?: Date;
|
|
1865
1865
|
}
|
|
@@ -1868,18 +1868,18 @@ export interface CreateJobResponse {
|
|
|
1868
1868
|
*/
|
|
1869
1869
|
export interface CreateRevisionRequest {
|
|
1870
1870
|
/**
|
|
1871
|
-
* @public
|
|
1872
1871
|
* <p>An optional comment about the revision.</p>
|
|
1872
|
+
* @public
|
|
1873
1873
|
*/
|
|
1874
1874
|
Comment?: string;
|
|
1875
1875
|
/**
|
|
1876
|
-
* @public
|
|
1877
1876
|
* <p>The unique identifier for a data set.</p>
|
|
1877
|
+
* @public
|
|
1878
1878
|
*/
|
|
1879
1879
|
DataSetId: string | undefined;
|
|
1880
1880
|
/**
|
|
1881
|
-
* @public
|
|
1882
1881
|
* <p>A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.</p>
|
|
1882
|
+
* @public
|
|
1883
1883
|
*/
|
|
1884
1884
|
Tags?: Record<string, string>;
|
|
1885
1885
|
}
|
|
@@ -1888,63 +1888,63 @@ export interface CreateRevisionRequest {
|
|
|
1888
1888
|
*/
|
|
1889
1889
|
export interface CreateRevisionResponse {
|
|
1890
1890
|
/**
|
|
1891
|
-
* @public
|
|
1892
1891
|
* <p>The ARN for the revision.</p>
|
|
1892
|
+
* @public
|
|
1893
1893
|
*/
|
|
1894
1894
|
Arn?: string;
|
|
1895
1895
|
/**
|
|
1896
|
-
* @public
|
|
1897
1896
|
* <p>An optional comment about the revision.</p>
|
|
1897
|
+
* @public
|
|
1898
1898
|
*/
|
|
1899
1899
|
Comment?: string;
|
|
1900
1900
|
/**
|
|
1901
|
-
* @public
|
|
1902
1901
|
* <p>The date and time that the revision was created, in ISO 8601 format.</p>
|
|
1902
|
+
* @public
|
|
1903
1903
|
*/
|
|
1904
1904
|
CreatedAt?: Date;
|
|
1905
1905
|
/**
|
|
1906
|
-
* @public
|
|
1907
1906
|
* <p>The unique identifier for the data set associated with the data set revision.</p>
|
|
1907
|
+
* @public
|
|
1908
1908
|
*/
|
|
1909
1909
|
DataSetId?: string;
|
|
1910
1910
|
/**
|
|
1911
|
-
* @public
|
|
1912
1911
|
* <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
|
|
1912
|
+
* @public
|
|
1913
1913
|
*/
|
|
1914
1914
|
Finalized?: boolean;
|
|
1915
1915
|
/**
|
|
1916
|
-
* @public
|
|
1917
1916
|
* <p>The unique identifier for the revision.</p>
|
|
1917
|
+
* @public
|
|
1918
1918
|
*/
|
|
1919
1919
|
Id?: string;
|
|
1920
1920
|
/**
|
|
1921
|
-
* @public
|
|
1922
1921
|
* <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
|
|
1922
|
+
* @public
|
|
1923
1923
|
*/
|
|
1924
1924
|
SourceId?: string;
|
|
1925
1925
|
/**
|
|
1926
|
-
* @public
|
|
1927
1926
|
* <p>The tags for the revision.</p>
|
|
1927
|
+
* @public
|
|
1928
1928
|
*/
|
|
1929
1929
|
Tags?: Record<string, string>;
|
|
1930
1930
|
/**
|
|
1931
|
-
* @public
|
|
1932
1931
|
* <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
|
|
1932
|
+
* @public
|
|
1933
1933
|
*/
|
|
1934
1934
|
UpdatedAt?: Date;
|
|
1935
1935
|
/**
|
|
1936
|
-
* @public
|
|
1937
1936
|
* <p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>
|
|
1937
|
+
* @public
|
|
1938
1938
|
*/
|
|
1939
1939
|
RevocationComment?: string;
|
|
1940
1940
|
/**
|
|
1941
|
-
* @public
|
|
1942
1941
|
* <p>A status indicating that subscribers' access to the revision was revoked.</p>
|
|
1942
|
+
* @public
|
|
1943
1943
|
*/
|
|
1944
1944
|
Revoked?: boolean;
|
|
1945
1945
|
/**
|
|
1946
|
-
* @public
|
|
1947
1946
|
* <p>The date and time that the revision was revoked, in ISO 8601 format.</p>
|
|
1947
|
+
* @public
|
|
1948
1948
|
*/
|
|
1949
1949
|
RevokedAt?: Date;
|
|
1950
1950
|
}
|
|
@@ -1953,18 +1953,18 @@ export interface CreateRevisionResponse {
|
|
|
1953
1953
|
*/
|
|
1954
1954
|
export interface DeleteAssetRequest {
|
|
1955
1955
|
/**
|
|
1956
|
-
* @public
|
|
1957
1956
|
* <p>The unique identifier for an asset.</p>
|
|
1957
|
+
* @public
|
|
1958
1958
|
*/
|
|
1959
1959
|
AssetId: string | undefined;
|
|
1960
1960
|
/**
|
|
1961
|
-
* @public
|
|
1962
1961
|
* <p>The unique identifier for a data set.</p>
|
|
1962
|
+
* @public
|
|
1963
1963
|
*/
|
|
1964
1964
|
DataSetId: string | undefined;
|
|
1965
1965
|
/**
|
|
1966
|
-
* @public
|
|
1967
1966
|
* <p>The unique identifier for a revision.</p>
|
|
1967
|
+
* @public
|
|
1968
1968
|
*/
|
|
1969
1969
|
RevisionId: string | undefined;
|
|
1970
1970
|
}
|
|
@@ -1973,8 +1973,8 @@ export interface DeleteAssetRequest {
|
|
|
1973
1973
|
*/
|
|
1974
1974
|
export interface DeleteDataSetRequest {
|
|
1975
1975
|
/**
|
|
1976
|
-
* @public
|
|
1977
1976
|
* <p>The unique identifier for a data set.</p>
|
|
1977
|
+
* @public
|
|
1978
1978
|
*/
|
|
1979
1979
|
DataSetId: string | undefined;
|
|
1980
1980
|
}
|
|
@@ -1983,8 +1983,8 @@ export interface DeleteDataSetRequest {
|
|
|
1983
1983
|
*/
|
|
1984
1984
|
export interface DeleteEventActionRequest {
|
|
1985
1985
|
/**
|
|
1986
|
-
* @public
|
|
1987
1986
|
* <p>The unique identifier for the event action.</p>
|
|
1987
|
+
* @public
|
|
1988
1988
|
*/
|
|
1989
1989
|
EventActionId: string | undefined;
|
|
1990
1990
|
}
|
|
@@ -1993,13 +1993,13 @@ export interface DeleteEventActionRequest {
|
|
|
1993
1993
|
*/
|
|
1994
1994
|
export interface DeleteRevisionRequest {
|
|
1995
1995
|
/**
|
|
1996
|
-
* @public
|
|
1997
1996
|
* <p>The unique identifier for a data set.</p>
|
|
1997
|
+
* @public
|
|
1998
1998
|
*/
|
|
1999
1999
|
DataSetId: string | undefined;
|
|
2000
2000
|
/**
|
|
2001
|
-
* @public
|
|
2002
2001
|
* <p>The unique identifier for a revision.</p>
|
|
2002
|
+
* @public
|
|
2003
2003
|
*/
|
|
2004
2004
|
RevisionId: string | undefined;
|
|
2005
2005
|
}
|
|
@@ -2008,18 +2008,18 @@ export interface DeleteRevisionRequest {
|
|
|
2008
2008
|
*/
|
|
2009
2009
|
export interface GetAssetRequest {
|
|
2010
2010
|
/**
|
|
2011
|
-
* @public
|
|
2012
2011
|
* <p>The unique identifier for an asset.</p>
|
|
2012
|
+
* @public
|
|
2013
2013
|
*/
|
|
2014
2014
|
AssetId: string | undefined;
|
|
2015
2015
|
/**
|
|
2016
|
-
* @public
|
|
2017
2016
|
* <p>The unique identifier for a data set.</p>
|
|
2017
|
+
* @public
|
|
2018
2018
|
*/
|
|
2019
2019
|
DataSetId: string | undefined;
|
|
2020
2020
|
/**
|
|
2021
|
-
* @public
|
|
2022
2021
|
* <p>The unique identifier for a revision.</p>
|
|
2022
|
+
* @public
|
|
2023
2023
|
*/
|
|
2024
2024
|
RevisionId: string | undefined;
|
|
2025
2025
|
}
|
|
@@ -2028,37 +2028,36 @@ export interface GetAssetRequest {
|
|
|
2028
2028
|
*/
|
|
2029
2029
|
export interface GetAssetResponse {
|
|
2030
2030
|
/**
|
|
2031
|
-
* @public
|
|
2032
2031
|
* <p>The ARN for the asset.</p>
|
|
2032
|
+
* @public
|
|
2033
2033
|
*/
|
|
2034
2034
|
Arn?: string;
|
|
2035
2035
|
/**
|
|
2036
|
-
* @public
|
|
2037
2036
|
* <p>Details about the asset.</p>
|
|
2037
|
+
* @public
|
|
2038
2038
|
*/
|
|
2039
2039
|
AssetDetails?: AssetDetails;
|
|
2040
2040
|
/**
|
|
2041
|
-
* @public
|
|
2042
2041
|
* <p>The type of asset that is added to a data set.</p>
|
|
2042
|
+
* @public
|
|
2043
2043
|
*/
|
|
2044
2044
|
AssetType?: AssetType;
|
|
2045
2045
|
/**
|
|
2046
|
-
* @public
|
|
2047
2046
|
* <p>The date and time that the asset was created, in ISO 8601 format.</p>
|
|
2047
|
+
* @public
|
|
2048
2048
|
*/
|
|
2049
2049
|
CreatedAt?: Date;
|
|
2050
2050
|
/**
|
|
2051
|
-
* @public
|
|
2052
2051
|
* <p>The unique identifier for the data set associated with this asset.</p>
|
|
2052
|
+
* @public
|
|
2053
2053
|
*/
|
|
2054
2054
|
DataSetId?: string;
|
|
2055
2055
|
/**
|
|
2056
|
-
* @public
|
|
2057
2056
|
* <p>The unique identifier for the asset.</p>
|
|
2057
|
+
* @public
|
|
2058
2058
|
*/
|
|
2059
2059
|
Id?: string;
|
|
2060
2060
|
/**
|
|
2061
|
-
* @public
|
|
2062
2061
|
* <p>The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used
|
|
2063
2062
|
* as the asset name. When exporting to Amazon S3, the asset name is used as default target
|
|
2064
2063
|
* Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as
|
|
@@ -2066,21 +2065,22 @@ export interface GetAssetResponse {
|
|
|
2066
2065
|
* asset name. When importing from AWS Lake Formation, the static values of "Database(s) included
|
|
2067
2066
|
* in the LF-tag policy" or "Table(s) included in the LF-tag policy" are used as the asset
|
|
2068
2067
|
* name.</p>
|
|
2068
|
+
* @public
|
|
2069
2069
|
*/
|
|
2070
2070
|
Name?: string;
|
|
2071
2071
|
/**
|
|
2072
|
-
* @public
|
|
2073
2072
|
* <p>The unique identifier for the revision associated with this asset.</p>
|
|
2073
|
+
* @public
|
|
2074
2074
|
*/
|
|
2075
2075
|
RevisionId?: string;
|
|
2076
2076
|
/**
|
|
2077
|
-
* @public
|
|
2078
2077
|
* <p>The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.</p>
|
|
2078
|
+
* @public
|
|
2079
2079
|
*/
|
|
2080
2080
|
SourceId?: string;
|
|
2081
2081
|
/**
|
|
2082
|
-
* @public
|
|
2083
2082
|
* <p>The date and time that the asset was last updated, in ISO 8601 format.</p>
|
|
2083
|
+
* @public
|
|
2084
2084
|
*/
|
|
2085
2085
|
UpdatedAt?: Date;
|
|
2086
2086
|
}
|
|
@@ -2089,8 +2089,8 @@ export interface GetAssetResponse {
|
|
|
2089
2089
|
*/
|
|
2090
2090
|
export interface GetDataSetRequest {
|
|
2091
2091
|
/**
|
|
2092
|
-
* @public
|
|
2093
2092
|
* <p>The unique identifier for a data set.</p>
|
|
2093
|
+
* @public
|
|
2094
2094
|
*/
|
|
2095
2095
|
DataSetId: string | undefined;
|
|
2096
2096
|
}
|
|
@@ -2099,58 +2099,58 @@ export interface GetDataSetRequest {
|
|
|
2099
2099
|
*/
|
|
2100
2100
|
export interface GetDataSetResponse {
|
|
2101
2101
|
/**
|
|
2102
|
-
* @public
|
|
2103
2102
|
* <p>The ARN for the data set.</p>
|
|
2103
|
+
* @public
|
|
2104
2104
|
*/
|
|
2105
2105
|
Arn?: string;
|
|
2106
2106
|
/**
|
|
2107
|
-
* @public
|
|
2108
2107
|
* <p>The type of asset that is added to a data set.</p>
|
|
2108
|
+
* @public
|
|
2109
2109
|
*/
|
|
2110
2110
|
AssetType?: AssetType;
|
|
2111
2111
|
/**
|
|
2112
|
-
* @public
|
|
2113
2112
|
* <p>The date and time that the data set was created, in ISO 8601 format.</p>
|
|
2113
|
+
* @public
|
|
2114
2114
|
*/
|
|
2115
2115
|
CreatedAt?: Date;
|
|
2116
2116
|
/**
|
|
2117
|
-
* @public
|
|
2118
2117
|
* <p>The description for the data set.</p>
|
|
2118
|
+
* @public
|
|
2119
2119
|
*/
|
|
2120
2120
|
Description?: string;
|
|
2121
2121
|
/**
|
|
2122
|
-
* @public
|
|
2123
2122
|
* <p>The unique identifier for the data set.</p>
|
|
2123
|
+
* @public
|
|
2124
2124
|
*/
|
|
2125
2125
|
Id?: string;
|
|
2126
2126
|
/**
|
|
2127
|
-
* @public
|
|
2128
2127
|
* <p>The name of the data set.</p>
|
|
2128
|
+
* @public
|
|
2129
2129
|
*/
|
|
2130
2130
|
Name?: string;
|
|
2131
2131
|
/**
|
|
2132
|
-
* @public
|
|
2133
2132
|
* <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
|
|
2133
|
+
* @public
|
|
2134
2134
|
*/
|
|
2135
2135
|
Origin?: Origin;
|
|
2136
2136
|
/**
|
|
2137
|
-
* @public
|
|
2138
2137
|
* <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
|
|
2138
|
+
* @public
|
|
2139
2139
|
*/
|
|
2140
2140
|
OriginDetails?: OriginDetails;
|
|
2141
2141
|
/**
|
|
2142
|
-
* @public
|
|
2143
2142
|
* <p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>
|
|
2143
|
+
* @public
|
|
2144
2144
|
*/
|
|
2145
2145
|
SourceId?: string;
|
|
2146
2146
|
/**
|
|
2147
|
-
* @public
|
|
2148
2147
|
* <p>The tags for the data set.</p>
|
|
2148
|
+
* @public
|
|
2149
2149
|
*/
|
|
2150
2150
|
Tags?: Record<string, string>;
|
|
2151
2151
|
/**
|
|
2152
|
-
* @public
|
|
2153
2152
|
* <p>The date and time that the data set was last updated, in ISO 8601 format.</p>
|
|
2153
|
+
* @public
|
|
2154
2154
|
*/
|
|
2155
2155
|
UpdatedAt?: Date;
|
|
2156
2156
|
}
|
|
@@ -2159,8 +2159,8 @@ export interface GetDataSetResponse {
|
|
|
2159
2159
|
*/
|
|
2160
2160
|
export interface GetEventActionRequest {
|
|
2161
2161
|
/**
|
|
2162
|
-
* @public
|
|
2163
2162
|
* <p>The unique identifier for the event action.</p>
|
|
2163
|
+
* @public
|
|
2164
2164
|
*/
|
|
2165
2165
|
EventActionId: string | undefined;
|
|
2166
2166
|
}
|
|
@@ -2169,33 +2169,33 @@ export interface GetEventActionRequest {
|
|
|
2169
2169
|
*/
|
|
2170
2170
|
export interface GetEventActionResponse {
|
|
2171
2171
|
/**
|
|
2172
|
-
* @public
|
|
2173
2172
|
* <p>What occurs after a certain event.</p>
|
|
2173
|
+
* @public
|
|
2174
2174
|
*/
|
|
2175
2175
|
Action?: Action;
|
|
2176
2176
|
/**
|
|
2177
|
-
* @public
|
|
2178
2177
|
* <p>The ARN for the event action.</p>
|
|
2178
|
+
* @public
|
|
2179
2179
|
*/
|
|
2180
2180
|
Arn?: string;
|
|
2181
2181
|
/**
|
|
2182
|
-
* @public
|
|
2183
2182
|
* <p>The date and time that the event action was created, in ISO 8601 format.</p>
|
|
2183
|
+
* @public
|
|
2184
2184
|
*/
|
|
2185
2185
|
CreatedAt?: Date;
|
|
2186
2186
|
/**
|
|
2187
|
-
* @public
|
|
2188
2187
|
* <p>What occurs to start an action.</p>
|
|
2188
|
+
* @public
|
|
2189
2189
|
*/
|
|
2190
2190
|
Event?: Event;
|
|
2191
2191
|
/**
|
|
2192
|
-
* @public
|
|
2193
2192
|
* <p>The unique identifier for the event action.</p>
|
|
2193
|
+
* @public
|
|
2194
2194
|
*/
|
|
2195
2195
|
Id?: string;
|
|
2196
2196
|
/**
|
|
2197
|
-
* @public
|
|
2198
2197
|
* <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
|
|
2198
|
+
* @public
|
|
2199
2199
|
*/
|
|
2200
2200
|
UpdatedAt?: Date;
|
|
2201
2201
|
}
|
|
@@ -2204,8 +2204,8 @@ export interface GetEventActionResponse {
|
|
|
2204
2204
|
*/
|
|
2205
2205
|
export interface GetJobRequest {
|
|
2206
2206
|
/**
|
|
2207
|
-
* @public
|
|
2208
2207
|
* <p>The unique identifier for a job.</p>
|
|
2208
|
+
* @public
|
|
2209
2209
|
*/
|
|
2210
2210
|
JobId: string | undefined;
|
|
2211
2211
|
}
|
|
@@ -2214,43 +2214,43 @@ export interface GetJobRequest {
|
|
|
2214
2214
|
*/
|
|
2215
2215
|
export interface GetJobResponse {
|
|
2216
2216
|
/**
|
|
2217
|
-
* @public
|
|
2218
2217
|
* <p>The ARN for the job.</p>
|
|
2218
|
+
* @public
|
|
2219
2219
|
*/
|
|
2220
2220
|
Arn?: string;
|
|
2221
2221
|
/**
|
|
2222
|
-
* @public
|
|
2223
2222
|
* <p>The date and time that the job was created, in ISO 8601 format.</p>
|
|
2223
|
+
* @public
|
|
2224
2224
|
*/
|
|
2225
2225
|
CreatedAt?: Date;
|
|
2226
2226
|
/**
|
|
2227
|
-
* @public
|
|
2228
2227
|
* <p>Details about the job.</p>
|
|
2228
|
+
* @public
|
|
2229
2229
|
*/
|
|
2230
2230
|
Details?: ResponseDetails;
|
|
2231
2231
|
/**
|
|
2232
|
-
* @public
|
|
2233
2232
|
* <p>The errors associated with jobs.</p>
|
|
2233
|
+
* @public
|
|
2234
2234
|
*/
|
|
2235
2235
|
Errors?: JobError[];
|
|
2236
2236
|
/**
|
|
2237
|
-
* @public
|
|
2238
2237
|
* <p>The unique identifier for the job.</p>
|
|
2238
|
+
* @public
|
|
2239
2239
|
*/
|
|
2240
2240
|
Id?: string;
|
|
2241
2241
|
/**
|
|
2242
|
-
* @public
|
|
2243
2242
|
* <p>The state of the job.</p>
|
|
2243
|
+
* @public
|
|
2244
2244
|
*/
|
|
2245
2245
|
State?: State;
|
|
2246
2246
|
/**
|
|
2247
|
-
* @public
|
|
2248
2247
|
* <p>The job type.</p>
|
|
2248
|
+
* @public
|
|
2249
2249
|
*/
|
|
2250
2250
|
Type?: Type;
|
|
2251
2251
|
/**
|
|
2252
|
-
* @public
|
|
2253
2252
|
* <p>The date and time that the job was last updated, in ISO 8601 format.</p>
|
|
2253
|
+
* @public
|
|
2254
2254
|
*/
|
|
2255
2255
|
UpdatedAt?: Date;
|
|
2256
2256
|
}
|
|
@@ -2259,13 +2259,13 @@ export interface GetJobResponse {
|
|
|
2259
2259
|
*/
|
|
2260
2260
|
export interface GetRevisionRequest {
|
|
2261
2261
|
/**
|
|
2262
|
-
* @public
|
|
2263
2262
|
* <p>The unique identifier for a data set.</p>
|
|
2263
|
+
* @public
|
|
2264
2264
|
*/
|
|
2265
2265
|
DataSetId: string | undefined;
|
|
2266
2266
|
/**
|
|
2267
|
-
* @public
|
|
2268
2267
|
* <p>The unique identifier for a revision.</p>
|
|
2268
|
+
* @public
|
|
2269
2269
|
*/
|
|
2270
2270
|
RevisionId: string | undefined;
|
|
2271
2271
|
}
|
|
@@ -2274,63 +2274,63 @@ export interface GetRevisionRequest {
|
|
|
2274
2274
|
*/
|
|
2275
2275
|
export interface GetRevisionResponse {
|
|
2276
2276
|
/**
|
|
2277
|
-
* @public
|
|
2278
2277
|
* <p>The ARN for the revision.</p>
|
|
2278
|
+
* @public
|
|
2279
2279
|
*/
|
|
2280
2280
|
Arn?: string;
|
|
2281
2281
|
/**
|
|
2282
|
-
* @public
|
|
2283
2282
|
* <p>An optional comment about the revision.</p>
|
|
2283
|
+
* @public
|
|
2284
2284
|
*/
|
|
2285
2285
|
Comment?: string;
|
|
2286
2286
|
/**
|
|
2287
|
-
* @public
|
|
2288
2287
|
* <p>The date and time that the revision was created, in ISO 8601 format.</p>
|
|
2288
|
+
* @public
|
|
2289
2289
|
*/
|
|
2290
2290
|
CreatedAt?: Date;
|
|
2291
2291
|
/**
|
|
2292
|
-
* @public
|
|
2293
2292
|
* <p>The unique identifier for the data set associated with the data set revision.</p>
|
|
2293
|
+
* @public
|
|
2294
2294
|
*/
|
|
2295
2295
|
DataSetId?: string;
|
|
2296
2296
|
/**
|
|
2297
|
-
* @public
|
|
2298
2297
|
* <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
|
|
2298
|
+
* @public
|
|
2299
2299
|
*/
|
|
2300
2300
|
Finalized?: boolean;
|
|
2301
2301
|
/**
|
|
2302
|
-
* @public
|
|
2303
2302
|
* <p>The unique identifier for the revision.</p>
|
|
2303
|
+
* @public
|
|
2304
2304
|
*/
|
|
2305
2305
|
Id?: string;
|
|
2306
2306
|
/**
|
|
2307
|
-
* @public
|
|
2308
2307
|
* <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
|
|
2308
|
+
* @public
|
|
2309
2309
|
*/
|
|
2310
2310
|
SourceId?: string;
|
|
2311
2311
|
/**
|
|
2312
|
-
* @public
|
|
2313
2312
|
* <p>The tags for the revision.</p>
|
|
2313
|
+
* @public
|
|
2314
2314
|
*/
|
|
2315
2315
|
Tags?: Record<string, string>;
|
|
2316
2316
|
/**
|
|
2317
|
-
* @public
|
|
2318
2317
|
* <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
|
|
2318
|
+
* @public
|
|
2319
2319
|
*/
|
|
2320
2320
|
UpdatedAt?: Date;
|
|
2321
2321
|
/**
|
|
2322
|
-
* @public
|
|
2323
2322
|
* <p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>
|
|
2323
|
+
* @public
|
|
2324
2324
|
*/
|
|
2325
2325
|
RevocationComment?: string;
|
|
2326
2326
|
/**
|
|
2327
|
-
* @public
|
|
2328
2327
|
* <p>A status indicating that subscribers' access to the revision was revoked.</p>
|
|
2328
|
+
* @public
|
|
2329
2329
|
*/
|
|
2330
2330
|
Revoked?: boolean;
|
|
2331
2331
|
/**
|
|
2332
|
-
* @public
|
|
2333
2332
|
* <p>The date and time that the revision was revoked, in ISO 8601 format.</p>
|
|
2333
|
+
* @public
|
|
2334
2334
|
*/
|
|
2335
2335
|
RevokedAt?: Date;
|
|
2336
2336
|
}
|
|
@@ -2339,79 +2339,79 @@ export interface GetRevisionResponse {
|
|
|
2339
2339
|
*/
|
|
2340
2340
|
export interface ListDataSetRevisionsRequest {
|
|
2341
2341
|
/**
|
|
2342
|
-
* @public
|
|
2343
2342
|
* <p>The unique identifier for a data set.</p>
|
|
2343
|
+
* @public
|
|
2344
2344
|
*/
|
|
2345
2345
|
DataSetId: string | undefined;
|
|
2346
2346
|
/**
|
|
2347
|
-
* @public
|
|
2348
2347
|
* <p>The maximum number of results returned by a single call.</p>
|
|
2348
|
+
* @public
|
|
2349
2349
|
*/
|
|
2350
2350
|
MaxResults?: number;
|
|
2351
2351
|
/**
|
|
2352
|
-
* @public
|
|
2353
2352
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2353
|
+
* @public
|
|
2354
2354
|
*/
|
|
2355
2355
|
NextToken?: string;
|
|
2356
2356
|
}
|
|
2357
2357
|
/**
|
|
2358
|
-
* @public
|
|
2359
2358
|
* <p>A revision is a container for one or more assets.</p>
|
|
2359
|
+
* @public
|
|
2360
2360
|
*/
|
|
2361
2361
|
export interface RevisionEntry {
|
|
2362
2362
|
/**
|
|
2363
|
-
* @public
|
|
2364
2363
|
* <p>The ARN for the revision.</p>
|
|
2364
|
+
* @public
|
|
2365
2365
|
*/
|
|
2366
2366
|
Arn: string | undefined;
|
|
2367
2367
|
/**
|
|
2368
|
-
* @public
|
|
2369
2368
|
* <p>An optional comment about the revision.</p>
|
|
2369
|
+
* @public
|
|
2370
2370
|
*/
|
|
2371
2371
|
Comment?: string;
|
|
2372
2372
|
/**
|
|
2373
|
-
* @public
|
|
2374
2373
|
* <p>The date and time that the revision was created, in ISO 8601 format.</p>
|
|
2374
|
+
* @public
|
|
2375
2375
|
*/
|
|
2376
2376
|
CreatedAt: Date | undefined;
|
|
2377
2377
|
/**
|
|
2378
|
-
* @public
|
|
2379
2378
|
* <p>The unique identifier for the data set associated with the data set revision.</p>
|
|
2379
|
+
* @public
|
|
2380
2380
|
*/
|
|
2381
2381
|
DataSetId: string | undefined;
|
|
2382
2382
|
/**
|
|
2383
|
-
* @public
|
|
2384
2383
|
* <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
|
|
2384
|
+
* @public
|
|
2385
2385
|
*/
|
|
2386
2386
|
Finalized?: boolean;
|
|
2387
2387
|
/**
|
|
2388
|
-
* @public
|
|
2389
2388
|
* <p>The unique identifier for the revision.</p>
|
|
2389
|
+
* @public
|
|
2390
2390
|
*/
|
|
2391
2391
|
Id: string | undefined;
|
|
2392
2392
|
/**
|
|
2393
|
-
* @public
|
|
2394
2393
|
* <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
|
|
2394
|
+
* @public
|
|
2395
2395
|
*/
|
|
2396
2396
|
SourceId?: string;
|
|
2397
2397
|
/**
|
|
2398
|
-
* @public
|
|
2399
2398
|
* <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
|
|
2399
|
+
* @public
|
|
2400
2400
|
*/
|
|
2401
2401
|
UpdatedAt: Date | undefined;
|
|
2402
2402
|
/**
|
|
2403
|
-
* @public
|
|
2404
2403
|
* <p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>
|
|
2404
|
+
* @public
|
|
2405
2405
|
*/
|
|
2406
2406
|
RevocationComment?: string;
|
|
2407
2407
|
/**
|
|
2408
|
-
* @public
|
|
2409
2408
|
* <p>A status indicating that subscribers' access to the revision was revoked.</p>
|
|
2409
|
+
* @public
|
|
2410
2410
|
*/
|
|
2411
2411
|
Revoked?: boolean;
|
|
2412
2412
|
/**
|
|
2413
|
-
* @public
|
|
2414
2413
|
* <p>The date and time that the revision was revoked, in ISO 8601 format.</p>
|
|
2414
|
+
* @public
|
|
2415
2415
|
*/
|
|
2416
2416
|
RevokedAt?: Date;
|
|
2417
2417
|
}
|
|
@@ -2420,13 +2420,13 @@ export interface RevisionEntry {
|
|
|
2420
2420
|
*/
|
|
2421
2421
|
export interface ListDataSetRevisionsResponse {
|
|
2422
2422
|
/**
|
|
2423
|
-
* @public
|
|
2424
2423
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2424
|
+
* @public
|
|
2425
2425
|
*/
|
|
2426
2426
|
NextToken?: string;
|
|
2427
2427
|
/**
|
|
2428
|
-
* @public
|
|
2429
2428
|
* <p>The asset objects listed by the request.</p>
|
|
2429
|
+
* @public
|
|
2430
2430
|
*/
|
|
2431
2431
|
Revisions?: RevisionEntry[];
|
|
2432
2432
|
}
|
|
@@ -2435,74 +2435,74 @@ export interface ListDataSetRevisionsResponse {
|
|
|
2435
2435
|
*/
|
|
2436
2436
|
export interface ListDataSetsRequest {
|
|
2437
2437
|
/**
|
|
2438
|
-
* @public
|
|
2439
2438
|
* <p>The maximum number of results returned by a single call.</p>
|
|
2439
|
+
* @public
|
|
2440
2440
|
*/
|
|
2441
2441
|
MaxResults?: number;
|
|
2442
2442
|
/**
|
|
2443
|
-
* @public
|
|
2444
2443
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2444
|
+
* @public
|
|
2445
2445
|
*/
|
|
2446
2446
|
NextToken?: string;
|
|
2447
2447
|
/**
|
|
2448
|
-
* @public
|
|
2449
2448
|
* <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
|
|
2449
|
+
* @public
|
|
2450
2450
|
*/
|
|
2451
2451
|
Origin?: string;
|
|
2452
2452
|
}
|
|
2453
2453
|
/**
|
|
2454
|
-
* @public
|
|
2455
2454
|
* <p>A data set is an AWS resource with one or more revisions.</p>
|
|
2455
|
+
* @public
|
|
2456
2456
|
*/
|
|
2457
2457
|
export interface DataSetEntry {
|
|
2458
2458
|
/**
|
|
2459
|
-
* @public
|
|
2460
2459
|
* <p>The ARN for the data set.</p>
|
|
2460
|
+
* @public
|
|
2461
2461
|
*/
|
|
2462
2462
|
Arn: string | undefined;
|
|
2463
2463
|
/**
|
|
2464
|
-
* @public
|
|
2465
2464
|
* <p>The type of asset that is added to a data set.</p>
|
|
2465
|
+
* @public
|
|
2466
2466
|
*/
|
|
2467
2467
|
AssetType: AssetType | undefined;
|
|
2468
2468
|
/**
|
|
2469
|
-
* @public
|
|
2470
2469
|
* <p>The date and time that the data set was created, in ISO 8601 format.</p>
|
|
2470
|
+
* @public
|
|
2471
2471
|
*/
|
|
2472
2472
|
CreatedAt: Date | undefined;
|
|
2473
2473
|
/**
|
|
2474
|
-
* @public
|
|
2475
2474
|
* <p>The description for the data set.</p>
|
|
2475
|
+
* @public
|
|
2476
2476
|
*/
|
|
2477
2477
|
Description: string | undefined;
|
|
2478
2478
|
/**
|
|
2479
|
-
* @public
|
|
2480
2479
|
* <p>The unique identifier for the data set.</p>
|
|
2480
|
+
* @public
|
|
2481
2481
|
*/
|
|
2482
2482
|
Id: string | undefined;
|
|
2483
2483
|
/**
|
|
2484
|
-
* @public
|
|
2485
2484
|
* <p>The name of the data set.</p>
|
|
2485
|
+
* @public
|
|
2486
2486
|
*/
|
|
2487
2487
|
Name: string | undefined;
|
|
2488
2488
|
/**
|
|
2489
|
-
* @public
|
|
2490
2489
|
* <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
|
|
2490
|
+
* @public
|
|
2491
2491
|
*/
|
|
2492
2492
|
Origin: Origin | undefined;
|
|
2493
2493
|
/**
|
|
2494
|
-
* @public
|
|
2495
2494
|
* <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
|
|
2495
|
+
* @public
|
|
2496
2496
|
*/
|
|
2497
2497
|
OriginDetails?: OriginDetails;
|
|
2498
2498
|
/**
|
|
2499
|
-
* @public
|
|
2500
2499
|
* <p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>
|
|
2500
|
+
* @public
|
|
2501
2501
|
*/
|
|
2502
2502
|
SourceId?: string;
|
|
2503
2503
|
/**
|
|
2504
|
-
* @public
|
|
2505
2504
|
* <p>The date and time that the data set was last updated, in ISO 8601 format.</p>
|
|
2505
|
+
* @public
|
|
2506
2506
|
*/
|
|
2507
2507
|
UpdatedAt: Date | undefined;
|
|
2508
2508
|
}
|
|
@@ -2511,13 +2511,13 @@ export interface DataSetEntry {
|
|
|
2511
2511
|
*/
|
|
2512
2512
|
export interface ListDataSetsResponse {
|
|
2513
2513
|
/**
|
|
2514
|
-
* @public
|
|
2515
2514
|
* <p>The data set objects listed by the request.</p>
|
|
2515
|
+
* @public
|
|
2516
2516
|
*/
|
|
2517
2517
|
DataSets?: DataSetEntry[];
|
|
2518
2518
|
/**
|
|
2519
|
-
* @public
|
|
2520
2519
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2520
|
+
* @public
|
|
2521
2521
|
*/
|
|
2522
2522
|
NextToken?: string;
|
|
2523
2523
|
}
|
|
@@ -2526,54 +2526,54 @@ export interface ListDataSetsResponse {
|
|
|
2526
2526
|
*/
|
|
2527
2527
|
export interface ListEventActionsRequest {
|
|
2528
2528
|
/**
|
|
2529
|
-
* @public
|
|
2530
2529
|
* <p>The unique identifier for the event source.</p>
|
|
2530
|
+
* @public
|
|
2531
2531
|
*/
|
|
2532
2532
|
EventSourceId?: string;
|
|
2533
2533
|
/**
|
|
2534
|
-
* @public
|
|
2535
2534
|
* <p>The maximum number of results returned by a single call.</p>
|
|
2535
|
+
* @public
|
|
2536
2536
|
*/
|
|
2537
2537
|
MaxResults?: number;
|
|
2538
2538
|
/**
|
|
2539
|
-
* @public
|
|
2540
2539
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2540
|
+
* @public
|
|
2541
2541
|
*/
|
|
2542
2542
|
NextToken?: string;
|
|
2543
2543
|
}
|
|
2544
2544
|
/**
|
|
2545
|
-
* @public
|
|
2546
2545
|
* <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>
|
|
2546
|
+
* @public
|
|
2547
2547
|
*/
|
|
2548
2548
|
export interface EventActionEntry {
|
|
2549
2549
|
/**
|
|
2550
|
-
* @public
|
|
2551
2550
|
* <p>What occurs after a certain event.</p>
|
|
2551
|
+
* @public
|
|
2552
2552
|
*/
|
|
2553
2553
|
Action: Action | undefined;
|
|
2554
2554
|
/**
|
|
2555
|
-
* @public
|
|
2556
2555
|
* <p>The Amazon Resource Name (ARN) for the event action.</p>
|
|
2556
|
+
* @public
|
|
2557
2557
|
*/
|
|
2558
2558
|
Arn: string | undefined;
|
|
2559
2559
|
/**
|
|
2560
|
-
* @public
|
|
2561
2560
|
* <p>The date and time that the event action was created, in ISO 8601 format.</p>
|
|
2561
|
+
* @public
|
|
2562
2562
|
*/
|
|
2563
2563
|
CreatedAt: Date | undefined;
|
|
2564
2564
|
/**
|
|
2565
|
-
* @public
|
|
2566
2565
|
* <p>What occurs to start an action.</p>
|
|
2566
|
+
* @public
|
|
2567
2567
|
*/
|
|
2568
2568
|
Event: Event | undefined;
|
|
2569
2569
|
/**
|
|
2570
|
-
* @public
|
|
2571
2570
|
* <p>The unique identifier for the event action.</p>
|
|
2571
|
+
* @public
|
|
2572
2572
|
*/
|
|
2573
2573
|
Id: string | undefined;
|
|
2574
2574
|
/**
|
|
2575
|
-
* @public
|
|
2576
2575
|
* <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
|
|
2576
|
+
* @public
|
|
2577
2577
|
*/
|
|
2578
2578
|
UpdatedAt: Date | undefined;
|
|
2579
2579
|
}
|
|
@@ -2582,13 +2582,13 @@ export interface EventActionEntry {
|
|
|
2582
2582
|
*/
|
|
2583
2583
|
export interface ListEventActionsResponse {
|
|
2584
2584
|
/**
|
|
2585
|
-
* @public
|
|
2586
2585
|
* <p>The event action objects listed by the request.</p>
|
|
2586
|
+
* @public
|
|
2587
2587
|
*/
|
|
2588
2588
|
EventActions?: EventActionEntry[];
|
|
2589
2589
|
/**
|
|
2590
|
-
* @public
|
|
2591
2590
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2591
|
+
* @public
|
|
2592
2592
|
*/
|
|
2593
2593
|
NextToken?: string;
|
|
2594
2594
|
}
|
|
@@ -2597,69 +2597,69 @@ export interface ListEventActionsResponse {
|
|
|
2597
2597
|
*/
|
|
2598
2598
|
export interface ListJobsRequest {
|
|
2599
2599
|
/**
|
|
2600
|
-
* @public
|
|
2601
2600
|
* <p>The unique identifier for a data set.</p>
|
|
2601
|
+
* @public
|
|
2602
2602
|
*/
|
|
2603
2603
|
DataSetId?: string;
|
|
2604
2604
|
/**
|
|
2605
|
-
* @public
|
|
2606
2605
|
* <p>The maximum number of results returned by a single call.</p>
|
|
2606
|
+
* @public
|
|
2607
2607
|
*/
|
|
2608
2608
|
MaxResults?: number;
|
|
2609
2609
|
/**
|
|
2610
|
-
* @public
|
|
2611
2610
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2611
|
+
* @public
|
|
2612
2612
|
*/
|
|
2613
2613
|
NextToken?: string;
|
|
2614
2614
|
/**
|
|
2615
|
-
* @public
|
|
2616
2615
|
* <p>The unique identifier for a revision.</p>
|
|
2616
|
+
* @public
|
|
2617
2617
|
*/
|
|
2618
2618
|
RevisionId?: string;
|
|
2619
2619
|
}
|
|
2620
2620
|
/**
|
|
2621
|
-
* @public
|
|
2622
2621
|
* <p>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.</p>
|
|
2622
|
+
* @public
|
|
2623
2623
|
*/
|
|
2624
2624
|
export interface JobEntry {
|
|
2625
2625
|
/**
|
|
2626
|
-
* @public
|
|
2627
2626
|
* <p>The ARN for the job.</p>
|
|
2627
|
+
* @public
|
|
2628
2628
|
*/
|
|
2629
2629
|
Arn: string | undefined;
|
|
2630
2630
|
/**
|
|
2631
|
-
* @public
|
|
2632
2631
|
* <p>The date and time that the job was created, in ISO 8601 format.</p>
|
|
2632
|
+
* @public
|
|
2633
2633
|
*/
|
|
2634
2634
|
CreatedAt: Date | undefined;
|
|
2635
2635
|
/**
|
|
2636
|
-
* @public
|
|
2637
2636
|
* <p>Details of the operation to be performed by the job, such as export destination details or import source details.</p>
|
|
2637
|
+
* @public
|
|
2638
2638
|
*/
|
|
2639
2639
|
Details: ResponseDetails | undefined;
|
|
2640
2640
|
/**
|
|
2641
|
-
* @public
|
|
2642
2641
|
* <p>Errors for jobs.</p>
|
|
2642
|
+
* @public
|
|
2643
2643
|
*/
|
|
2644
2644
|
Errors?: JobError[];
|
|
2645
2645
|
/**
|
|
2646
|
-
* @public
|
|
2647
2646
|
* <p>The unique identifier for the job.</p>
|
|
2647
|
+
* @public
|
|
2648
2648
|
*/
|
|
2649
2649
|
Id: string | undefined;
|
|
2650
2650
|
/**
|
|
2651
|
-
* @public
|
|
2652
2651
|
* <p>The state of the job.</p>
|
|
2652
|
+
* @public
|
|
2653
2653
|
*/
|
|
2654
2654
|
State: State | undefined;
|
|
2655
2655
|
/**
|
|
2656
|
-
* @public
|
|
2657
2656
|
* <p>The job type.</p>
|
|
2657
|
+
* @public
|
|
2658
2658
|
*/
|
|
2659
2659
|
Type: Type | undefined;
|
|
2660
2660
|
/**
|
|
2661
|
-
* @public
|
|
2662
2661
|
* <p>The date and time that the job was last updated, in ISO 8601 format.</p>
|
|
2662
|
+
* @public
|
|
2663
2663
|
*/
|
|
2664
2664
|
UpdatedAt: Date | undefined;
|
|
2665
2665
|
}
|
|
@@ -2668,13 +2668,13 @@ export interface JobEntry {
|
|
|
2668
2668
|
*/
|
|
2669
2669
|
export interface ListJobsResponse {
|
|
2670
2670
|
/**
|
|
2671
|
-
* @public
|
|
2672
2671
|
* <p>The jobs listed by the request.</p>
|
|
2672
|
+
* @public
|
|
2673
2673
|
*/
|
|
2674
2674
|
Jobs?: JobEntry[];
|
|
2675
2675
|
/**
|
|
2676
|
-
* @public
|
|
2677
2676
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2677
|
+
* @public
|
|
2678
2678
|
*/
|
|
2679
2679
|
NextToken?: string;
|
|
2680
2680
|
}
|
|
@@ -2683,23 +2683,23 @@ export interface ListJobsResponse {
|
|
|
2683
2683
|
*/
|
|
2684
2684
|
export interface ListRevisionAssetsRequest {
|
|
2685
2685
|
/**
|
|
2686
|
-
* @public
|
|
2687
2686
|
* <p>The unique identifier for a data set.</p>
|
|
2687
|
+
* @public
|
|
2688
2688
|
*/
|
|
2689
2689
|
DataSetId: string | undefined;
|
|
2690
2690
|
/**
|
|
2691
|
-
* @public
|
|
2692
2691
|
* <p>The maximum number of results returned by a single call.</p>
|
|
2692
|
+
* @public
|
|
2693
2693
|
*/
|
|
2694
2694
|
MaxResults?: number;
|
|
2695
2695
|
/**
|
|
2696
|
-
* @public
|
|
2697
2696
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2697
|
+
* @public
|
|
2698
2698
|
*/
|
|
2699
2699
|
NextToken?: string;
|
|
2700
2700
|
/**
|
|
2701
|
-
* @public
|
|
2702
2701
|
* <p>The unique identifier for a revision.</p>
|
|
2702
|
+
* @public
|
|
2703
2703
|
*/
|
|
2704
2704
|
RevisionId: string | undefined;
|
|
2705
2705
|
}
|
|
@@ -2708,13 +2708,13 @@ export interface ListRevisionAssetsRequest {
|
|
|
2708
2708
|
*/
|
|
2709
2709
|
export interface ListRevisionAssetsResponse {
|
|
2710
2710
|
/**
|
|
2711
|
-
* @public
|
|
2712
2711
|
* <p>The asset objects listed by the request.</p>
|
|
2712
|
+
* @public
|
|
2713
2713
|
*/
|
|
2714
2714
|
Assets?: AssetEntry[];
|
|
2715
2715
|
/**
|
|
2716
|
-
* @public
|
|
2717
2716
|
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
2717
|
+
* @public
|
|
2718
2718
|
*/
|
|
2719
2719
|
NextToken?: string;
|
|
2720
2720
|
}
|
|
@@ -2723,8 +2723,8 @@ export interface ListRevisionAssetsResponse {
|
|
|
2723
2723
|
*/
|
|
2724
2724
|
export interface ListTagsForResourceRequest {
|
|
2725
2725
|
/**
|
|
2726
|
-
* @public
|
|
2727
2726
|
* <p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>
|
|
2727
|
+
* @public
|
|
2728
2728
|
*/
|
|
2729
2729
|
ResourceArn: string | undefined;
|
|
2730
2730
|
}
|
|
@@ -2733,8 +2733,8 @@ export interface ListTagsForResourceRequest {
|
|
|
2733
2733
|
*/
|
|
2734
2734
|
export interface ListTagsForResourceResponse {
|
|
2735
2735
|
/**
|
|
2736
|
-
* @public
|
|
2737
2736
|
* <p>A label that consists of a customer-defined key and an optional value.</p>
|
|
2737
|
+
* @public
|
|
2738
2738
|
*/
|
|
2739
2739
|
Tags?: Record<string, string>;
|
|
2740
2740
|
}
|
|
@@ -2743,18 +2743,18 @@ export interface ListTagsForResourceResponse {
|
|
|
2743
2743
|
*/
|
|
2744
2744
|
export interface RevokeRevisionRequest {
|
|
2745
2745
|
/**
|
|
2746
|
-
* @public
|
|
2747
2746
|
* <p>The unique identifier for a data set.</p>
|
|
2747
|
+
* @public
|
|
2748
2748
|
*/
|
|
2749
2749
|
DataSetId: string | undefined;
|
|
2750
2750
|
/**
|
|
2751
|
-
* @public
|
|
2752
2751
|
* <p>The unique identifier for a revision.</p>
|
|
2752
|
+
* @public
|
|
2753
2753
|
*/
|
|
2754
2754
|
RevisionId: string | undefined;
|
|
2755
2755
|
/**
|
|
2756
|
-
* @public
|
|
2757
2756
|
* <p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>
|
|
2757
|
+
* @public
|
|
2758
2758
|
*/
|
|
2759
2759
|
RevocationComment: string | undefined;
|
|
2760
2760
|
}
|
|
@@ -2763,58 +2763,58 @@ export interface RevokeRevisionRequest {
|
|
|
2763
2763
|
*/
|
|
2764
2764
|
export interface RevokeRevisionResponse {
|
|
2765
2765
|
/**
|
|
2766
|
-
* @public
|
|
2767
2766
|
* <p>The ARN for the revision.</p>
|
|
2767
|
+
* @public
|
|
2768
2768
|
*/
|
|
2769
2769
|
Arn?: string;
|
|
2770
2770
|
/**
|
|
2771
|
-
* @public
|
|
2772
2771
|
* <p>An optional comment about the revision.</p>
|
|
2772
|
+
* @public
|
|
2773
2773
|
*/
|
|
2774
2774
|
Comment?: string;
|
|
2775
2775
|
/**
|
|
2776
|
-
* @public
|
|
2777
2776
|
* <p>The date and time that the revision was created, in ISO 8601 format.</p>
|
|
2777
|
+
* @public
|
|
2778
2778
|
*/
|
|
2779
2779
|
CreatedAt?: Date;
|
|
2780
2780
|
/**
|
|
2781
|
-
* @public
|
|
2782
2781
|
* <p>The unique identifier for the data set associated with the data set revision.</p>
|
|
2782
|
+
* @public
|
|
2783
2783
|
*/
|
|
2784
2784
|
DataSetId?: string;
|
|
2785
2785
|
/**
|
|
2786
|
-
* @public
|
|
2787
2786
|
* <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
|
|
2787
|
+
* @public
|
|
2788
2788
|
*/
|
|
2789
2789
|
Finalized?: boolean;
|
|
2790
2790
|
/**
|
|
2791
|
-
* @public
|
|
2792
2791
|
* <p>The unique identifier for the revision.</p>
|
|
2792
|
+
* @public
|
|
2793
2793
|
*/
|
|
2794
2794
|
Id?: string;
|
|
2795
2795
|
/**
|
|
2796
|
-
* @public
|
|
2797
2796
|
* <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
|
|
2797
|
+
* @public
|
|
2798
2798
|
*/
|
|
2799
2799
|
SourceId?: string;
|
|
2800
2800
|
/**
|
|
2801
|
-
* @public
|
|
2802
2801
|
* <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
|
|
2802
|
+
* @public
|
|
2803
2803
|
*/
|
|
2804
2804
|
UpdatedAt?: Date;
|
|
2805
2805
|
/**
|
|
2806
|
-
* @public
|
|
2807
2806
|
* <p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>
|
|
2807
|
+
* @public
|
|
2808
2808
|
*/
|
|
2809
2809
|
RevocationComment?: string;
|
|
2810
2810
|
/**
|
|
2811
|
-
* @public
|
|
2812
2811
|
* <p>A status indicating that subscribers' access to the revision was revoked.</p>
|
|
2812
|
+
* @public
|
|
2813
2813
|
*/
|
|
2814
2814
|
Revoked?: boolean;
|
|
2815
2815
|
/**
|
|
2816
|
-
* @public
|
|
2817
2816
|
* <p>The date and time that the revision was revoked, in ISO 8601 format.</p>
|
|
2817
|
+
* @public
|
|
2818
2818
|
*/
|
|
2819
2819
|
RevokedAt?: Date;
|
|
2820
2820
|
}
|
|
@@ -2823,43 +2823,43 @@ export interface RevokeRevisionResponse {
|
|
|
2823
2823
|
*/
|
|
2824
2824
|
export interface SendApiAssetRequest {
|
|
2825
2825
|
/**
|
|
2826
|
-
* @public
|
|
2827
2826
|
* <p>The request body.</p>
|
|
2827
|
+
* @public
|
|
2828
2828
|
*/
|
|
2829
2829
|
Body?: string;
|
|
2830
2830
|
/**
|
|
2831
|
-
* @public
|
|
2832
2831
|
* <p>Attach query string parameters to the end of the URI (for example, /v1/examplePath?exampleParam=exampleValue).</p>
|
|
2832
|
+
* @public
|
|
2833
2833
|
*/
|
|
2834
2834
|
QueryStringParameters?: Record<string, string>;
|
|
2835
2835
|
/**
|
|
2836
|
-
* @public
|
|
2837
2836
|
* <p>Asset ID value for the API request.</p>
|
|
2837
|
+
* @public
|
|
2838
2838
|
*/
|
|
2839
2839
|
AssetId: string | undefined;
|
|
2840
2840
|
/**
|
|
2841
|
-
* @public
|
|
2842
2841
|
* <p>Data set ID value for the API request.</p>
|
|
2842
|
+
* @public
|
|
2843
2843
|
*/
|
|
2844
2844
|
DataSetId: string | undefined;
|
|
2845
2845
|
/**
|
|
2846
|
-
* @public
|
|
2847
2846
|
* <p>Any header value prefixed with x-amzn-dataexchange-header- will have that stripped before sending the Asset API request. Use this when you want to override a header that AWS Data Exchange uses. Alternatively, you can use the header without a prefix to the HTTP request.</p>
|
|
2847
|
+
* @public
|
|
2848
2848
|
*/
|
|
2849
2849
|
RequestHeaders?: Record<string, string>;
|
|
2850
2850
|
/**
|
|
2851
|
-
* @public
|
|
2852
2851
|
* <p>HTTP method value for the API request. Alternatively, you can use the appropriate verb in your request.</p>
|
|
2852
|
+
* @public
|
|
2853
2853
|
*/
|
|
2854
2854
|
Method?: string;
|
|
2855
2855
|
/**
|
|
2856
|
-
* @public
|
|
2857
2856
|
* <p>URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/\{pathValue\}.</p>
|
|
2857
|
+
* @public
|
|
2858
2858
|
*/
|
|
2859
2859
|
Path?: string;
|
|
2860
2860
|
/**
|
|
2861
|
-
* @public
|
|
2862
2861
|
* <p>Revision ID value for the API request.</p>
|
|
2862
|
+
* @public
|
|
2863
2863
|
*/
|
|
2864
2864
|
RevisionId: string | undefined;
|
|
2865
2865
|
}
|
|
@@ -2868,38 +2868,38 @@ export interface SendApiAssetRequest {
|
|
|
2868
2868
|
*/
|
|
2869
2869
|
export interface SendApiAssetResponse {
|
|
2870
2870
|
/**
|
|
2871
|
-
* @public
|
|
2872
2871
|
* <p>The response body from the underlying API tracked by the API asset.</p>
|
|
2872
|
+
* @public
|
|
2873
2873
|
*/
|
|
2874
2874
|
Body?: string;
|
|
2875
2875
|
/**
|
|
2876
|
-
* @public
|
|
2877
2876
|
* <p>The response headers from the underlying API tracked by the API asset.</p>
|
|
2877
|
+
* @public
|
|
2878
2878
|
*/
|
|
2879
2879
|
ResponseHeaders?: Record<string, string>;
|
|
2880
2880
|
}
|
|
2881
2881
|
/**
|
|
2882
|
-
* @public
|
|
2883
2882
|
* <p>Extra details specific to a data update type notification.</p>
|
|
2883
|
+
* @public
|
|
2884
2884
|
*/
|
|
2885
2885
|
export interface DataUpdateRequestDetails {
|
|
2886
2886
|
/**
|
|
2887
|
-
* @public
|
|
2888
2887
|
* <p>A
|
|
2889
2888
|
* datetime in the past when the data was updated. This typically means that the underlying
|
|
2890
2889
|
* resource supporting the data set was updated.</p>
|
|
2890
|
+
* @public
|
|
2891
2891
|
*/
|
|
2892
2892
|
DataUpdatedAt?: Date;
|
|
2893
2893
|
}
|
|
2894
2894
|
/**
|
|
2895
|
-
* @public
|
|
2896
2895
|
* <p>Extra details specific to a deprecation type notification.</p>
|
|
2896
|
+
* @public
|
|
2897
2897
|
*/
|
|
2898
2898
|
export interface DeprecationRequestDetails {
|
|
2899
2899
|
/**
|
|
2900
|
-
* @public
|
|
2901
2900
|
* <p>A
|
|
2902
2901
|
* datetime in the future when the data set will be deprecated.</p>
|
|
2902
|
+
* @public
|
|
2903
2903
|
*/
|
|
2904
2904
|
DeprecationAt: Date | undefined;
|
|
2905
2905
|
}
|
|
@@ -2917,186 +2917,186 @@ export declare const SchemaChangeType: {
|
|
|
2917
2917
|
*/
|
|
2918
2918
|
export type SchemaChangeType = (typeof SchemaChangeType)[keyof typeof SchemaChangeType];
|
|
2919
2919
|
/**
|
|
2920
|
-
* @public
|
|
2921
2920
|
* <p>Object encompassing information about a schema change to a single, particular field,
|
|
2922
2921
|
* a notification can have up to 100 of these.</p>
|
|
2922
|
+
* @public
|
|
2923
2923
|
*/
|
|
2924
2924
|
export interface SchemaChangeDetails {
|
|
2925
2925
|
/**
|
|
2926
|
-
* @public
|
|
2927
2926
|
* <p>Name
|
|
2928
2927
|
* of the changing
|
|
2929
2928
|
* field. This value
|
|
2930
2929
|
* can be up to 255 characters long.</p>
|
|
2930
|
+
* @public
|
|
2931
2931
|
*/
|
|
2932
2932
|
Name: string | undefined;
|
|
2933
2933
|
/**
|
|
2934
|
-
* @public
|
|
2935
2934
|
* <p>Is
|
|
2936
2935
|
* the field being added, removed, or modified?</p>
|
|
2936
|
+
* @public
|
|
2937
2937
|
*/
|
|
2938
2938
|
Type: SchemaChangeType | undefined;
|
|
2939
2939
|
/**
|
|
2940
|
-
* @public
|
|
2941
2940
|
* <p>Description
|
|
2942
2941
|
* of what's changing about this
|
|
2943
2942
|
* field. This value
|
|
2944
2943
|
* can be up to 512 characters long.</p>
|
|
2944
|
+
* @public
|
|
2945
2945
|
*/
|
|
2946
2946
|
Description?: string;
|
|
2947
2947
|
}
|
|
2948
2948
|
/**
|
|
2949
|
-
* @public
|
|
2950
2949
|
* <p>Extra details specific to this schema change type notification.</p>
|
|
2950
|
+
* @public
|
|
2951
2951
|
*/
|
|
2952
2952
|
export interface SchemaChangeRequestDetails {
|
|
2953
2953
|
/**
|
|
2954
|
-
* @public
|
|
2955
2954
|
* <p>List
|
|
2956
2955
|
* of schema changes happening in the scope of this
|
|
2957
2956
|
* notification. This
|
|
2958
2957
|
* can have up to 100 entries.</p>
|
|
2958
|
+
* @public
|
|
2959
2959
|
*/
|
|
2960
2960
|
Changes?: SchemaChangeDetails[];
|
|
2961
2961
|
/**
|
|
2962
|
-
* @public
|
|
2963
2962
|
* <p>A
|
|
2964
2963
|
* date in the future when the schema change is taking effect.</p>
|
|
2964
|
+
* @public
|
|
2965
2965
|
*/
|
|
2966
2966
|
SchemaChangeAt: Date | undefined;
|
|
2967
2967
|
}
|
|
2968
2968
|
/**
|
|
2969
|
-
* @public
|
|
2970
2969
|
* <p>Extra details specific to this notification.</p>
|
|
2970
|
+
* @public
|
|
2971
2971
|
*/
|
|
2972
2972
|
export interface NotificationDetails {
|
|
2973
2973
|
/**
|
|
2974
|
-
* @public
|
|
2975
2974
|
* <p>Extra
|
|
2976
2975
|
* details specific to a data update type notification.</p>
|
|
2976
|
+
* @public
|
|
2977
2977
|
*/
|
|
2978
2978
|
DataUpdate?: DataUpdateRequestDetails;
|
|
2979
2979
|
/**
|
|
2980
|
-
* @public
|
|
2981
2980
|
* <p>Extra
|
|
2982
2981
|
* details specific to a deprecation type notification.</p>
|
|
2982
|
+
* @public
|
|
2983
2983
|
*/
|
|
2984
2984
|
Deprecation?: DeprecationRequestDetails;
|
|
2985
2985
|
/**
|
|
2986
|
-
* @public
|
|
2987
2986
|
* <p>Extra
|
|
2988
2987
|
* details specific to a schema change type notification.</p>
|
|
2988
|
+
* @public
|
|
2989
2989
|
*/
|
|
2990
2990
|
SchemaChange?: SchemaChangeRequestDetails;
|
|
2991
2991
|
}
|
|
2992
2992
|
/**
|
|
2993
|
-
* @public
|
|
2994
2993
|
* <p>Extra details specific to the affected scope in
|
|
2995
2994
|
* this LF data set.</p>
|
|
2995
|
+
* @public
|
|
2996
2996
|
*/
|
|
2997
2997
|
export interface LakeFormationTagPolicyDetails {
|
|
2998
2998
|
/**
|
|
2999
|
-
* @public
|
|
3000
2999
|
* <p>The
|
|
3001
3000
|
* underlying Glue database that the notification is referring to.</p>
|
|
3001
|
+
* @public
|
|
3002
3002
|
*/
|
|
3003
3003
|
Database?: string;
|
|
3004
3004
|
/**
|
|
3005
|
-
* @public
|
|
3006
3005
|
* <p>The
|
|
3007
3006
|
* underlying Glue table that the notification is referring to.</p>
|
|
3007
|
+
* @public
|
|
3008
3008
|
*/
|
|
3009
3009
|
Table?: string;
|
|
3010
3010
|
}
|
|
3011
3011
|
/**
|
|
3012
|
-
* @public
|
|
3013
3012
|
* <p>Extra details specific to the affected scope
|
|
3014
3013
|
* in this Redshift data set.</p>
|
|
3014
|
+
* @public
|
|
3015
3015
|
*/
|
|
3016
3016
|
export interface RedshiftDataShareDetails {
|
|
3017
3017
|
/**
|
|
3018
|
-
* @public
|
|
3019
3018
|
* <p>The
|
|
3020
3019
|
* ARN of the underlying Redshift data share that is being affected by this
|
|
3021
3020
|
* notification.</p>
|
|
3021
|
+
* @public
|
|
3022
3022
|
*/
|
|
3023
3023
|
Arn: string | undefined;
|
|
3024
3024
|
/**
|
|
3025
|
-
* @public
|
|
3026
3025
|
* <p>The
|
|
3027
3026
|
* database name in the Redshift data share that is being affected by this
|
|
3028
3027
|
* notification.</p>
|
|
3028
|
+
* @public
|
|
3029
3029
|
*/
|
|
3030
3030
|
Database: string | undefined;
|
|
3031
3031
|
/**
|
|
3032
|
-
* @public
|
|
3033
3032
|
* <p>A
|
|
3034
3033
|
* function name in the Redshift database that is being affected by this notification.</p>
|
|
3034
|
+
* @public
|
|
3035
3035
|
*/
|
|
3036
3036
|
Function?: string;
|
|
3037
3037
|
/**
|
|
3038
|
-
* @public
|
|
3039
3038
|
* <p>A
|
|
3040
3039
|
* table name in the Redshift database that is being affected by this notification.</p>
|
|
3040
|
+
* @public
|
|
3041
3041
|
*/
|
|
3042
3042
|
Table?: string;
|
|
3043
3043
|
/**
|
|
3044
|
-
* @public
|
|
3045
3044
|
* <p>A
|
|
3046
3045
|
* schema name in the Redshift database that is being affected by this notification.</p>
|
|
3046
|
+
* @public
|
|
3047
3047
|
*/
|
|
3048
3048
|
Schema?: string;
|
|
3049
3049
|
/**
|
|
3050
|
-
* @public
|
|
3051
3050
|
* <p>A
|
|
3052
3051
|
* view name in the Redshift database that is being affected by this notification.</p>
|
|
3052
|
+
* @public
|
|
3053
3053
|
*/
|
|
3054
3054
|
View?: string;
|
|
3055
3055
|
}
|
|
3056
3056
|
/**
|
|
3057
|
-
* @public
|
|
3058
3057
|
* <p>Extra details specific to the affected scope in this S3 Data
|
|
3059
3058
|
* Access data set.</p>
|
|
3059
|
+
* @public
|
|
3060
3060
|
*/
|
|
3061
3061
|
export interface S3DataAccessDetails {
|
|
3062
3062
|
/**
|
|
3063
|
-
* @public
|
|
3064
3063
|
* <p>A
|
|
3065
3064
|
* list of the key prefixes affected by this
|
|
3066
3065
|
* notification. This
|
|
3067
3066
|
* can have up to 50 entries.</p>
|
|
3067
|
+
* @public
|
|
3068
3068
|
*/
|
|
3069
3069
|
KeyPrefixes?: string[];
|
|
3070
3070
|
/**
|
|
3071
|
-
* @public
|
|
3072
3071
|
* <p>A
|
|
3073
3072
|
* list of the keys affected by this
|
|
3074
3073
|
* notification. This
|
|
3075
3074
|
* can have up to 50 entries.</p>
|
|
3075
|
+
* @public
|
|
3076
3076
|
*/
|
|
3077
3077
|
Keys?: string[];
|
|
3078
3078
|
}
|
|
3079
3079
|
/**
|
|
3080
|
-
* @public
|
|
3081
3080
|
* <p>Details about the scope of the notifications such as the affected resources.</p>
|
|
3081
|
+
* @public
|
|
3082
3082
|
*/
|
|
3083
3083
|
export interface ScopeDetails {
|
|
3084
3084
|
/**
|
|
3085
|
-
* @public
|
|
3086
3085
|
* <p>Underlying
|
|
3087
3086
|
* LF resources that will be affected by this notification.</p>
|
|
3087
|
+
* @public
|
|
3088
3088
|
*/
|
|
3089
3089
|
LakeFormationTagPolicies?: LakeFormationTagPolicyDetails[];
|
|
3090
3090
|
/**
|
|
3091
|
-
* @public
|
|
3092
3091
|
* <p>Underlying
|
|
3093
3092
|
* Redshift resources that will be affected by this notification.</p>
|
|
3093
|
+
* @public
|
|
3094
3094
|
*/
|
|
3095
3095
|
RedshiftDataShares?: RedshiftDataShareDetails[];
|
|
3096
3096
|
/**
|
|
3097
|
-
* @public
|
|
3098
3097
|
* <p>Underlying
|
|
3099
3098
|
* S3 resources that will be affected by this notification.</p>
|
|
3099
|
+
* @public
|
|
3100
3100
|
*/
|
|
3101
3101
|
S3DataAccesses?: S3DataAccessDetails[];
|
|
3102
3102
|
}
|
|
@@ -3119,42 +3119,42 @@ export type NotificationType = (typeof NotificationType)[keyof typeof Notificati
|
|
|
3119
3119
|
*/
|
|
3120
3120
|
export interface SendDataSetNotificationRequest {
|
|
3121
3121
|
/**
|
|
3122
|
-
* @public
|
|
3123
3122
|
* <p>Affected
|
|
3124
3123
|
* scope of this notification such as the underlying resources affected by the notification
|
|
3125
3124
|
* event.</p>
|
|
3125
|
+
* @public
|
|
3126
3126
|
*/
|
|
3127
3127
|
Scope?: ScopeDetails;
|
|
3128
3128
|
/**
|
|
3129
|
-
* @public
|
|
3130
3129
|
* <p>Idempotency
|
|
3131
3130
|
* key for the notification, this key allows us to deduplicate notifications that are sent in
|
|
3132
3131
|
* quick succession erroneously.</p>
|
|
3132
|
+
* @public
|
|
3133
3133
|
*/
|
|
3134
3134
|
ClientToken?: string;
|
|
3135
3135
|
/**
|
|
3136
|
-
* @public
|
|
3137
3136
|
* <p>Free-form
|
|
3138
3137
|
* text field for providers to add information about their notifications.</p>
|
|
3138
|
+
* @public
|
|
3139
3139
|
*/
|
|
3140
3140
|
Comment?: string;
|
|
3141
3141
|
/**
|
|
3142
|
-
* @public
|
|
3143
3142
|
* <p>Affected
|
|
3144
3143
|
* data set of the notification.</p>
|
|
3144
|
+
* @public
|
|
3145
3145
|
*/
|
|
3146
3146
|
DataSetId: string | undefined;
|
|
3147
3147
|
/**
|
|
3148
|
-
* @public
|
|
3149
3148
|
* <p>Extra
|
|
3150
3149
|
* details specific to this notification type.</p>
|
|
3150
|
+
* @public
|
|
3151
3151
|
*/
|
|
3152
3152
|
Details?: NotificationDetails;
|
|
3153
3153
|
/**
|
|
3154
|
-
* @public
|
|
3155
3154
|
* <p>The
|
|
3156
3155
|
* type of the notification. Describing the kind of event the notification is alerting you
|
|
3157
3156
|
* to.</p>
|
|
3157
|
+
* @public
|
|
3158
3158
|
*/
|
|
3159
3159
|
Type: NotificationType | undefined;
|
|
3160
3160
|
}
|
|
@@ -3168,8 +3168,8 @@ export interface SendDataSetNotificationResponse {
|
|
|
3168
3168
|
*/
|
|
3169
3169
|
export interface StartJobRequest {
|
|
3170
3170
|
/**
|
|
3171
|
-
* @public
|
|
3172
3171
|
* <p>The unique identifier for a job.</p>
|
|
3172
|
+
* @public
|
|
3173
3173
|
*/
|
|
3174
3174
|
JobId: string | undefined;
|
|
3175
3175
|
}
|
|
@@ -3183,13 +3183,13 @@ export interface StartJobResponse {
|
|
|
3183
3183
|
*/
|
|
3184
3184
|
export interface TagResourceRequest {
|
|
3185
3185
|
/**
|
|
3186
|
-
* @public
|
|
3187
3186
|
* <p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>
|
|
3187
|
+
* @public
|
|
3188
3188
|
*/
|
|
3189
3189
|
ResourceArn: string | undefined;
|
|
3190
3190
|
/**
|
|
3191
|
-
* @public
|
|
3192
3191
|
* <p>A label that consists of a customer-defined key and an optional value.</p>
|
|
3192
|
+
* @public
|
|
3193
3193
|
*/
|
|
3194
3194
|
Tags: Record<string, string> | undefined;
|
|
3195
3195
|
}
|
|
@@ -3198,13 +3198,13 @@ export interface TagResourceRequest {
|
|
|
3198
3198
|
*/
|
|
3199
3199
|
export interface UntagResourceRequest {
|
|
3200
3200
|
/**
|
|
3201
|
-
* @public
|
|
3202
3201
|
* <p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>
|
|
3202
|
+
* @public
|
|
3203
3203
|
*/
|
|
3204
3204
|
ResourceArn: string | undefined;
|
|
3205
3205
|
/**
|
|
3206
|
-
* @public
|
|
3207
3206
|
* <p>The key tags.</p>
|
|
3207
|
+
* @public
|
|
3208
3208
|
*/
|
|
3209
3209
|
TagKeys: string[] | undefined;
|
|
3210
3210
|
}
|
|
@@ -3213,17 +3213,16 @@ export interface UntagResourceRequest {
|
|
|
3213
3213
|
*/
|
|
3214
3214
|
export interface UpdateAssetRequest {
|
|
3215
3215
|
/**
|
|
3216
|
-
* @public
|
|
3217
3216
|
* <p>The unique identifier for an asset.</p>
|
|
3217
|
+
* @public
|
|
3218
3218
|
*/
|
|
3219
3219
|
AssetId: string | undefined;
|
|
3220
3220
|
/**
|
|
3221
|
-
* @public
|
|
3222
3221
|
* <p>The unique identifier for a data set.</p>
|
|
3222
|
+
* @public
|
|
3223
3223
|
*/
|
|
3224
3224
|
DataSetId: string | undefined;
|
|
3225
3225
|
/**
|
|
3226
|
-
* @public
|
|
3227
3226
|
* <p>The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used
|
|
3228
3227
|
* as the asset name. When exporting to Amazon S3, the asset name is used as default target
|
|
3229
3228
|
* Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as
|
|
@@ -3231,11 +3230,12 @@ export interface UpdateAssetRequest {
|
|
|
3231
3230
|
* asset name. When importing from AWS Lake Formation, the static values of "Database(s)
|
|
3232
3231
|
* included in the LF-tag policy" or "Table(s) included in LF-tag policy" are used as the
|
|
3233
3232
|
* name.</p>
|
|
3233
|
+
* @public
|
|
3234
3234
|
*/
|
|
3235
3235
|
Name: string | undefined;
|
|
3236
3236
|
/**
|
|
3237
|
-
* @public
|
|
3238
3237
|
* <p>The unique identifier for a revision.</p>
|
|
3238
|
+
* @public
|
|
3239
3239
|
*/
|
|
3240
3240
|
RevisionId: string | undefined;
|
|
3241
3241
|
}
|
|
@@ -3244,37 +3244,36 @@ export interface UpdateAssetRequest {
|
|
|
3244
3244
|
*/
|
|
3245
3245
|
export interface UpdateAssetResponse {
|
|
3246
3246
|
/**
|
|
3247
|
-
* @public
|
|
3248
3247
|
* <p>The ARN for the asset.</p>
|
|
3248
|
+
* @public
|
|
3249
3249
|
*/
|
|
3250
3250
|
Arn?: string;
|
|
3251
3251
|
/**
|
|
3252
|
-
* @public
|
|
3253
3252
|
* <p>Details about the asset.</p>
|
|
3253
|
+
* @public
|
|
3254
3254
|
*/
|
|
3255
3255
|
AssetDetails?: AssetDetails;
|
|
3256
3256
|
/**
|
|
3257
|
-
* @public
|
|
3258
3257
|
* <p>The type of asset that is added to a data set.</p>
|
|
3258
|
+
* @public
|
|
3259
3259
|
*/
|
|
3260
3260
|
AssetType?: AssetType;
|
|
3261
3261
|
/**
|
|
3262
|
-
* @public
|
|
3263
3262
|
* <p>The date and time that the asset was created, in ISO 8601 format.</p>
|
|
3263
|
+
* @public
|
|
3264
3264
|
*/
|
|
3265
3265
|
CreatedAt?: Date;
|
|
3266
3266
|
/**
|
|
3267
|
-
* @public
|
|
3268
3267
|
* <p>The unique identifier for the data set associated with this asset.</p>
|
|
3268
|
+
* @public
|
|
3269
3269
|
*/
|
|
3270
3270
|
DataSetId?: string;
|
|
3271
3271
|
/**
|
|
3272
|
-
* @public
|
|
3273
3272
|
* <p>The unique identifier for the asset.</p>
|
|
3273
|
+
* @public
|
|
3274
3274
|
*/
|
|
3275
3275
|
Id?: string;
|
|
3276
3276
|
/**
|
|
3277
|
-
* @public
|
|
3278
3277
|
* <p>The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used
|
|
3279
3278
|
* as the asset name. When exporting to Amazon S3, the asset name is used as default target
|
|
3280
3279
|
* Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as
|
|
@@ -3282,21 +3281,22 @@ export interface UpdateAssetResponse {
|
|
|
3282
3281
|
* asset name. When importing from AWS Lake Formation, the static values of "Database(s)
|
|
3283
3282
|
* included in the LF-tag policy"- or "Table(s) included in LF-tag policy" are used as the
|
|
3284
3283
|
* asset name.</p>
|
|
3284
|
+
* @public
|
|
3285
3285
|
*/
|
|
3286
3286
|
Name?: string;
|
|
3287
3287
|
/**
|
|
3288
|
-
* @public
|
|
3289
3288
|
* <p>The unique identifier for the revision associated with this asset.</p>
|
|
3289
|
+
* @public
|
|
3290
3290
|
*/
|
|
3291
3291
|
RevisionId?: string;
|
|
3292
3292
|
/**
|
|
3293
|
-
* @public
|
|
3294
3293
|
* <p>The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.</p>
|
|
3294
|
+
* @public
|
|
3295
3295
|
*/
|
|
3296
3296
|
SourceId?: string;
|
|
3297
3297
|
/**
|
|
3298
|
-
* @public
|
|
3299
3298
|
* <p>The date and time that the asset was last updated, in ISO 8601 format.</p>
|
|
3299
|
+
* @public
|
|
3300
3300
|
*/
|
|
3301
3301
|
UpdatedAt?: Date;
|
|
3302
3302
|
}
|
|
@@ -3305,18 +3305,18 @@ export interface UpdateAssetResponse {
|
|
|
3305
3305
|
*/
|
|
3306
3306
|
export interface UpdateDataSetRequest {
|
|
3307
3307
|
/**
|
|
3308
|
-
* @public
|
|
3309
3308
|
* <p>The unique identifier for a data set.</p>
|
|
3309
|
+
* @public
|
|
3310
3310
|
*/
|
|
3311
3311
|
DataSetId: string | undefined;
|
|
3312
3312
|
/**
|
|
3313
|
-
* @public
|
|
3314
3313
|
* <p>The description for the data set.</p>
|
|
3314
|
+
* @public
|
|
3315
3315
|
*/
|
|
3316
3316
|
Description?: string;
|
|
3317
3317
|
/**
|
|
3318
|
-
* @public
|
|
3319
3318
|
* <p>The name of the data set.</p>
|
|
3319
|
+
* @public
|
|
3320
3320
|
*/
|
|
3321
3321
|
Name?: string;
|
|
3322
3322
|
}
|
|
@@ -3325,53 +3325,53 @@ export interface UpdateDataSetRequest {
|
|
|
3325
3325
|
*/
|
|
3326
3326
|
export interface UpdateDataSetResponse {
|
|
3327
3327
|
/**
|
|
3328
|
-
* @public
|
|
3329
3328
|
* <p>The ARN for the data set.</p>
|
|
3329
|
+
* @public
|
|
3330
3330
|
*/
|
|
3331
3331
|
Arn?: string;
|
|
3332
3332
|
/**
|
|
3333
|
-
* @public
|
|
3334
3333
|
* <p>The type of asset that is added to a data set.</p>
|
|
3334
|
+
* @public
|
|
3335
3335
|
*/
|
|
3336
3336
|
AssetType?: AssetType;
|
|
3337
3337
|
/**
|
|
3338
|
-
* @public
|
|
3339
3338
|
* <p>The date and time that the data set was created, in ISO 8601 format.</p>
|
|
3339
|
+
* @public
|
|
3340
3340
|
*/
|
|
3341
3341
|
CreatedAt?: Date;
|
|
3342
3342
|
/**
|
|
3343
|
-
* @public
|
|
3344
3343
|
* <p>The description for the data set.</p>
|
|
3344
|
+
* @public
|
|
3345
3345
|
*/
|
|
3346
3346
|
Description?: string;
|
|
3347
3347
|
/**
|
|
3348
|
-
* @public
|
|
3349
3348
|
* <p>The unique identifier for the data set.</p>
|
|
3349
|
+
* @public
|
|
3350
3350
|
*/
|
|
3351
3351
|
Id?: string;
|
|
3352
3352
|
/**
|
|
3353
|
-
* @public
|
|
3354
3353
|
* <p>The name of the data set.</p>
|
|
3354
|
+
* @public
|
|
3355
3355
|
*/
|
|
3356
3356
|
Name?: string;
|
|
3357
3357
|
/**
|
|
3358
|
-
* @public
|
|
3359
3358
|
* <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
|
|
3359
|
+
* @public
|
|
3360
3360
|
*/
|
|
3361
3361
|
Origin?: Origin;
|
|
3362
3362
|
/**
|
|
3363
|
-
* @public
|
|
3364
3363
|
* <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
|
|
3364
|
+
* @public
|
|
3365
3365
|
*/
|
|
3366
3366
|
OriginDetails?: OriginDetails;
|
|
3367
3367
|
/**
|
|
3368
|
-
* @public
|
|
3369
3368
|
* <p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>
|
|
3369
|
+
* @public
|
|
3370
3370
|
*/
|
|
3371
3371
|
SourceId?: string;
|
|
3372
3372
|
/**
|
|
3373
|
-
* @public
|
|
3374
3373
|
* <p>The date and time that the data set was last updated, in ISO 8601 format.</p>
|
|
3374
|
+
* @public
|
|
3375
3375
|
*/
|
|
3376
3376
|
UpdatedAt?: Date;
|
|
3377
3377
|
}
|
|
@@ -3380,13 +3380,13 @@ export interface UpdateDataSetResponse {
|
|
|
3380
3380
|
*/
|
|
3381
3381
|
export interface UpdateEventActionRequest {
|
|
3382
3382
|
/**
|
|
3383
|
-
* @public
|
|
3384
3383
|
* <p>What occurs after a certain event.</p>
|
|
3384
|
+
* @public
|
|
3385
3385
|
*/
|
|
3386
3386
|
Action?: Action;
|
|
3387
3387
|
/**
|
|
3388
|
-
* @public
|
|
3389
3388
|
* <p>The unique identifier for the event action.</p>
|
|
3389
|
+
* @public
|
|
3390
3390
|
*/
|
|
3391
3391
|
EventActionId: string | undefined;
|
|
3392
3392
|
}
|
|
@@ -3395,33 +3395,33 @@ export interface UpdateEventActionRequest {
|
|
|
3395
3395
|
*/
|
|
3396
3396
|
export interface UpdateEventActionResponse {
|
|
3397
3397
|
/**
|
|
3398
|
-
* @public
|
|
3399
3398
|
* <p>What occurs after a certain event.</p>
|
|
3399
|
+
* @public
|
|
3400
3400
|
*/
|
|
3401
3401
|
Action?: Action;
|
|
3402
3402
|
/**
|
|
3403
|
-
* @public
|
|
3404
3403
|
* <p>The ARN for the event action.</p>
|
|
3404
|
+
* @public
|
|
3405
3405
|
*/
|
|
3406
3406
|
Arn?: string;
|
|
3407
3407
|
/**
|
|
3408
|
-
* @public
|
|
3409
3408
|
* <p>The date and time that the event action was created, in ISO 8601 format.</p>
|
|
3409
|
+
* @public
|
|
3410
3410
|
*/
|
|
3411
3411
|
CreatedAt?: Date;
|
|
3412
3412
|
/**
|
|
3413
|
-
* @public
|
|
3414
3413
|
* <p>What occurs to start an action.</p>
|
|
3414
|
+
* @public
|
|
3415
3415
|
*/
|
|
3416
3416
|
Event?: Event;
|
|
3417
3417
|
/**
|
|
3418
|
-
* @public
|
|
3419
3418
|
* <p>The unique identifier for the event action.</p>
|
|
3419
|
+
* @public
|
|
3420
3420
|
*/
|
|
3421
3421
|
Id?: string;
|
|
3422
3422
|
/**
|
|
3423
|
-
* @public
|
|
3424
3423
|
* <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
|
|
3424
|
+
* @public
|
|
3425
3425
|
*/
|
|
3426
3426
|
UpdatedAt?: Date;
|
|
3427
3427
|
}
|
|
@@ -3430,23 +3430,23 @@ export interface UpdateEventActionResponse {
|
|
|
3430
3430
|
*/
|
|
3431
3431
|
export interface UpdateRevisionRequest {
|
|
3432
3432
|
/**
|
|
3433
|
-
* @public
|
|
3434
3433
|
* <p>An optional comment about the revision.</p>
|
|
3434
|
+
* @public
|
|
3435
3435
|
*/
|
|
3436
3436
|
Comment?: string;
|
|
3437
3437
|
/**
|
|
3438
|
-
* @public
|
|
3439
3438
|
* <p>The unique identifier for a data set.</p>
|
|
3439
|
+
* @public
|
|
3440
3440
|
*/
|
|
3441
3441
|
DataSetId: string | undefined;
|
|
3442
3442
|
/**
|
|
3443
|
-
* @public
|
|
3444
3443
|
* <p>Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p>
|
|
3444
|
+
* @public
|
|
3445
3445
|
*/
|
|
3446
3446
|
Finalized?: boolean;
|
|
3447
3447
|
/**
|
|
3448
|
-
* @public
|
|
3449
3448
|
* <p>The unique identifier for a revision.</p>
|
|
3449
|
+
* @public
|
|
3450
3450
|
*/
|
|
3451
3451
|
RevisionId: string | undefined;
|
|
3452
3452
|
}
|
|
@@ -3455,58 +3455,58 @@ export interface UpdateRevisionRequest {
|
|
|
3455
3455
|
*/
|
|
3456
3456
|
export interface UpdateRevisionResponse {
|
|
3457
3457
|
/**
|
|
3458
|
-
* @public
|
|
3459
3458
|
* <p>The ARN for the revision.</p>
|
|
3459
|
+
* @public
|
|
3460
3460
|
*/
|
|
3461
3461
|
Arn?: string;
|
|
3462
3462
|
/**
|
|
3463
|
-
* @public
|
|
3464
3463
|
* <p>An optional comment about the revision.</p>
|
|
3464
|
+
* @public
|
|
3465
3465
|
*/
|
|
3466
3466
|
Comment?: string;
|
|
3467
3467
|
/**
|
|
3468
|
-
* @public
|
|
3469
3468
|
* <p>The date and time that the revision was created, in ISO 8601 format.</p>
|
|
3469
|
+
* @public
|
|
3470
3470
|
*/
|
|
3471
3471
|
CreatedAt?: Date;
|
|
3472
3472
|
/**
|
|
3473
|
-
* @public
|
|
3474
3473
|
* <p>The unique identifier for the data set associated with the data set revision.</p>
|
|
3474
|
+
* @public
|
|
3475
3475
|
*/
|
|
3476
3476
|
DataSetId?: string;
|
|
3477
3477
|
/**
|
|
3478
|
-
* @public
|
|
3479
3478
|
* <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
|
|
3479
|
+
* @public
|
|
3480
3480
|
*/
|
|
3481
3481
|
Finalized?: boolean;
|
|
3482
3482
|
/**
|
|
3483
|
-
* @public
|
|
3484
3483
|
* <p>The unique identifier for the revision.</p>
|
|
3484
|
+
* @public
|
|
3485
3485
|
*/
|
|
3486
3486
|
Id?: string;
|
|
3487
3487
|
/**
|
|
3488
|
-
* @public
|
|
3489
3488
|
* <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
|
|
3489
|
+
* @public
|
|
3490
3490
|
*/
|
|
3491
3491
|
SourceId?: string;
|
|
3492
3492
|
/**
|
|
3493
|
-
* @public
|
|
3494
3493
|
* <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
|
|
3494
|
+
* @public
|
|
3495
3495
|
*/
|
|
3496
3496
|
UpdatedAt?: Date;
|
|
3497
3497
|
/**
|
|
3498
|
-
* @public
|
|
3499
3498
|
* <p>A required comment to inform subscribers of the reason their access to the revision was revoked.</p>
|
|
3499
|
+
* @public
|
|
3500
3500
|
*/
|
|
3501
3501
|
RevocationComment?: string;
|
|
3502
3502
|
/**
|
|
3503
|
-
* @public
|
|
3504
3503
|
* <p>A status indicating that subscribers' access to the revision was revoked.</p>
|
|
3504
|
+
* @public
|
|
3505
3505
|
*/
|
|
3506
3506
|
Revoked?: boolean;
|
|
3507
3507
|
/**
|
|
3508
|
-
* @public
|
|
3509
3508
|
* <p>The date and time that the revision was revoked, in ISO 8601 format.</p>
|
|
3509
|
+
* @public
|
|
3510
3510
|
*/
|
|
3511
3511
|
RevokedAt?: Date;
|
|
3512
3512
|
}
|