@aws-sdk/client-appfabric 3.533.0 → 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/AppFabric.d.ts +3 -1
- package/dist-types/AppFabricClient.d.ts +1 -1
- package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +2 -1
- package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppBundleCommand.d.ts +2 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +2 -1
- package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppBundleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIngestionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +2 -1
- package/dist-types/commands/GetAppAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/GetAppBundleCommand.d.ts +2 -1
- package/dist-types/commands/GetIngestionCommand.d.ts +2 -1
- package/dist-types/commands/GetIngestionDestinationCommand.d.ts +2 -1
- package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppBundlesCommand.d.ts +2 -1
- package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +2 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartIngestionCommand.d.ts +2 -1
- package/dist-types/commands/StartUserAccessTasksCommand.d.ts +2 -1
- package/dist-types/commands/StopIngestionCommand.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/UpdateAppAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +223 -223
- package/dist-types/ts3.4/AppFabric.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopIngestionCommand.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/UpdateAppAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AppFabricServiceException as __BaseException } from "./AppFabricServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You are not authorized to perform this operation.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -13,13 +13,13 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* @public
|
|
17
16
|
* <p>Contains API key credential information.</p>
|
|
17
|
+
* @public
|
|
18
18
|
*/
|
|
19
19
|
export interface ApiKeyCredential {
|
|
20
20
|
/**
|
|
21
|
-
* @public
|
|
22
21
|
* <p>An API key for an application.</p>
|
|
22
|
+
* @public
|
|
23
23
|
*/
|
|
24
24
|
apiKey: string | undefined;
|
|
25
25
|
}
|
|
@@ -62,54 +62,53 @@ export declare const AppAuthorizationStatus: {
|
|
|
62
62
|
*/
|
|
63
63
|
export type AppAuthorizationStatus = (typeof AppAuthorizationStatus)[keyof typeof AppAuthorizationStatus];
|
|
64
64
|
/**
|
|
65
|
-
* @public
|
|
66
65
|
* <p>Contains information about an application tenant.</p>
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
export interface Tenant {
|
|
69
69
|
/**
|
|
70
|
-
* @public
|
|
71
70
|
* <p>The ID of the application tenant.</p>
|
|
71
|
+
* @public
|
|
72
72
|
*/
|
|
73
73
|
tenantIdentifier: string | undefined;
|
|
74
74
|
/**
|
|
75
|
-
* @public
|
|
76
75
|
* <p>The display name of the tenant.</p>
|
|
76
|
+
* @public
|
|
77
77
|
*/
|
|
78
78
|
tenantDisplayName: string | undefined;
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
|
-
* @public
|
|
82
81
|
* <p>Contains information about an app authorization.</p>
|
|
82
|
+
* @public
|
|
83
83
|
*/
|
|
84
84
|
export interface AppAuthorization {
|
|
85
85
|
/**
|
|
86
|
-
* @public
|
|
87
86
|
* <p>The Amazon Resource Name (ARN) of the app authorization.</p>
|
|
87
|
+
* @public
|
|
88
88
|
*/
|
|
89
89
|
appAuthorizationArn: string | undefined;
|
|
90
90
|
/**
|
|
91
|
-
* @public
|
|
92
91
|
* <p>The Amazon Resource Name (ARN) of the app bundle for the app authorization.</p>
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
appBundleArn: string | undefined;
|
|
95
95
|
/**
|
|
96
|
-
* @public
|
|
97
96
|
* <p>The name of the application.</p>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
app: string | undefined;
|
|
100
100
|
/**
|
|
101
|
-
* @public
|
|
102
101
|
* <p>Contains information about an application tenant, such as the application display name
|
|
103
102
|
* and identifier.</p>
|
|
103
|
+
* @public
|
|
104
104
|
*/
|
|
105
105
|
tenant: Tenant | undefined;
|
|
106
106
|
/**
|
|
107
|
-
* @public
|
|
108
107
|
* <p>The authorization type.</p>
|
|
108
|
+
* @public
|
|
109
109
|
*/
|
|
110
110
|
authType: AuthType | undefined;
|
|
111
111
|
/**
|
|
112
|
-
* @public
|
|
113
112
|
* <p>The state of the app authorization.</p>
|
|
114
113
|
* <p>The following states are possible:</p>
|
|
115
114
|
* <ul>
|
|
@@ -137,58 +136,58 @@ export interface AppAuthorization {
|
|
|
137
136
|
* authorization.</p>
|
|
138
137
|
* </li>
|
|
139
138
|
* </ul>
|
|
139
|
+
* @public
|
|
140
140
|
*/
|
|
141
141
|
status: AppAuthorizationStatus | undefined;
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* <p>The timestamp of when the app authorization was created.</p>
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
createdAt: Date | undefined;
|
|
147
147
|
/**
|
|
148
|
-
* @public
|
|
149
148
|
* <p>The timestamp of when the app authorization was last updated.</p>
|
|
149
|
+
* @public
|
|
150
150
|
*/
|
|
151
151
|
updatedAt: Date | undefined;
|
|
152
152
|
/**
|
|
153
|
-
* @public
|
|
154
153
|
* <p>The user persona of the app authorization.</p>
|
|
155
154
|
* <p>This field should always be <code>admin</code>.</p>
|
|
155
|
+
* @public
|
|
156
156
|
*/
|
|
157
157
|
persona?: Persona;
|
|
158
158
|
/**
|
|
159
|
-
* @public
|
|
160
159
|
* <p>The application URL for the OAuth flow.</p>
|
|
160
|
+
* @public
|
|
161
161
|
*/
|
|
162
162
|
authUrl?: string;
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
|
-
* @public
|
|
166
165
|
* <p>Contains a summary of an app authorization.</p>
|
|
166
|
+
* @public
|
|
167
167
|
*/
|
|
168
168
|
export interface AppAuthorizationSummary {
|
|
169
169
|
/**
|
|
170
|
-
* @public
|
|
171
170
|
* <p>The Amazon Resource Name (ARN) of the app authorization.</p>
|
|
171
|
+
* @public
|
|
172
172
|
*/
|
|
173
173
|
appAuthorizationArn: string | undefined;
|
|
174
174
|
/**
|
|
175
|
-
* @public
|
|
176
175
|
* <p>The Amazon Resource Name (ARN) of the app bundle for the app authorization.</p>
|
|
176
|
+
* @public
|
|
177
177
|
*/
|
|
178
178
|
appBundleArn: string | undefined;
|
|
179
179
|
/**
|
|
180
|
-
* @public
|
|
181
180
|
* <p>The name of the application.</p>
|
|
181
|
+
* @public
|
|
182
182
|
*/
|
|
183
183
|
app: string | undefined;
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* <p>Contains information about an application tenant, such as the application display name
|
|
187
186
|
* and identifier.</p>
|
|
187
|
+
* @public
|
|
188
188
|
*/
|
|
189
189
|
tenant: Tenant | undefined;
|
|
190
190
|
/**
|
|
191
|
-
* @public
|
|
192
191
|
* <p>The state of the app authorization.</p>
|
|
193
192
|
* <p>The following states are possible:</p>
|
|
194
193
|
* <ul>
|
|
@@ -216,72 +215,73 @@ export interface AppAuthorizationSummary {
|
|
|
216
215
|
* authorization.</p>
|
|
217
216
|
* </li>
|
|
218
217
|
* </ul>
|
|
218
|
+
* @public
|
|
219
219
|
*/
|
|
220
220
|
status: AppAuthorizationStatus | undefined;
|
|
221
221
|
/**
|
|
222
|
-
* @public
|
|
223
222
|
* <p>Timestamp for when the app authorization was last updated.</p>
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
updatedAt: Date | undefined;
|
|
226
226
|
}
|
|
227
227
|
/**
|
|
228
|
-
* @public
|
|
229
228
|
* <p>Contains information about an app bundle.</p>
|
|
229
|
+
* @public
|
|
230
230
|
*/
|
|
231
231
|
export interface AppBundle {
|
|
232
232
|
/**
|
|
233
|
-
* @public
|
|
234
233
|
* <p>The Amazon Resource Name (ARN) of the app bundle.</p>
|
|
234
|
+
* @public
|
|
235
235
|
*/
|
|
236
236
|
arn: string | undefined;
|
|
237
237
|
/**
|
|
238
|
-
* @public
|
|
239
238
|
* <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key
|
|
240
239
|
* used to encrypt the application data.</p>
|
|
240
|
+
* @public
|
|
241
241
|
*/
|
|
242
242
|
customerManagedKeyArn?: string;
|
|
243
243
|
}
|
|
244
244
|
/**
|
|
245
|
-
* @public
|
|
246
245
|
* <p>Contains a summary of an app bundle.</p>
|
|
246
|
+
* @public
|
|
247
247
|
*/
|
|
248
248
|
export interface AppBundleSummary {
|
|
249
249
|
/**
|
|
250
|
-
* @public
|
|
251
250
|
* <p>The Amazon Resource Name (ARN) of the app bundle.</p>
|
|
251
|
+
* @public
|
|
252
252
|
*/
|
|
253
253
|
arn: string | undefined;
|
|
254
254
|
}
|
|
255
255
|
/**
|
|
256
|
-
* @public
|
|
257
256
|
* <p>Contains information about an Amazon Kinesis Data Firehose delivery stream.</p>
|
|
257
|
+
* @public
|
|
258
258
|
*/
|
|
259
259
|
export interface FirehoseStream {
|
|
260
260
|
/**
|
|
261
|
-
* @public
|
|
262
261
|
* <p>The name of the Amazon Kinesis Data Firehose delivery stream.</p>
|
|
262
|
+
* @public
|
|
263
263
|
*/
|
|
264
264
|
streamName: string | undefined;
|
|
265
265
|
}
|
|
266
266
|
/**
|
|
267
|
-
* @public
|
|
268
267
|
* <p>Contains information about an Amazon S3 bucket.</p>
|
|
268
|
+
* @public
|
|
269
269
|
*/
|
|
270
270
|
export interface S3Bucket {
|
|
271
271
|
/**
|
|
272
|
-
* @public
|
|
273
272
|
* <p>The name of the Amazon S3 bucket.</p>
|
|
273
|
+
* @public
|
|
274
274
|
*/
|
|
275
275
|
bucketName: string | undefined;
|
|
276
276
|
/**
|
|
277
|
-
* @public
|
|
278
277
|
* <p>The object key to use.</p>
|
|
278
|
+
* @public
|
|
279
279
|
*/
|
|
280
280
|
prefix?: string;
|
|
281
281
|
}
|
|
282
282
|
/**
|
|
283
|
-
* @public
|
|
284
283
|
* <p>Contains information about an audit log destination.</p>
|
|
284
|
+
* @public
|
|
285
285
|
*/
|
|
286
286
|
export type Destination = Destination.FirehoseStreamMember | Destination.S3BucketMember | Destination.$UnknownMember;
|
|
287
287
|
/**
|
|
@@ -289,8 +289,8 @@ export type Destination = Destination.FirehoseStreamMember | Destination.S3Bucke
|
|
|
289
289
|
*/
|
|
290
290
|
export declare namespace Destination {
|
|
291
291
|
/**
|
|
292
|
-
* @public
|
|
293
292
|
* <p>Contains information about an Amazon S3 bucket.</p>
|
|
293
|
+
* @public
|
|
294
294
|
*/
|
|
295
295
|
interface S3BucketMember {
|
|
296
296
|
s3Bucket: S3Bucket;
|
|
@@ -298,8 +298,8 @@ export declare namespace Destination {
|
|
|
298
298
|
$unknown?: never;
|
|
299
299
|
}
|
|
300
300
|
/**
|
|
301
|
-
* @public
|
|
302
301
|
* <p>Contains information about an Amazon Kinesis Data Firehose delivery stream.</p>
|
|
302
|
+
* @public
|
|
303
303
|
*/
|
|
304
304
|
interface FirehoseStreamMember {
|
|
305
305
|
s3Bucket?: never;
|
|
@@ -322,13 +322,13 @@ export declare namespace Destination {
|
|
|
322
322
|
const visit: <T>(value: Destination, visitor: Visitor<T>) => T;
|
|
323
323
|
}
|
|
324
324
|
/**
|
|
325
|
-
* @public
|
|
326
325
|
* <p>Contains information about an audit log destination configuration.</p>
|
|
326
|
+
* @public
|
|
327
327
|
*/
|
|
328
328
|
export interface AuditLogDestinationConfiguration {
|
|
329
329
|
/**
|
|
330
|
-
* @public
|
|
331
330
|
* <p>Contains information about an audit log destination.</p>
|
|
331
|
+
* @public
|
|
332
332
|
*/
|
|
333
333
|
destination: Destination | undefined;
|
|
334
334
|
}
|
|
@@ -357,36 +357,36 @@ export declare const Schema: {
|
|
|
357
357
|
*/
|
|
358
358
|
export type Schema = (typeof Schema)[keyof typeof Schema];
|
|
359
359
|
/**
|
|
360
|
-
* @public
|
|
361
360
|
* <p>Contains information about an audit log processing configuration.</p>
|
|
361
|
+
* @public
|
|
362
362
|
*/
|
|
363
363
|
export interface AuditLogProcessingConfiguration {
|
|
364
364
|
/**
|
|
365
|
-
* @public
|
|
366
365
|
* <p>The event schema in which the audit logs need to be formatted.</p>
|
|
366
|
+
* @public
|
|
367
367
|
*/
|
|
368
368
|
schema: Schema | undefined;
|
|
369
369
|
/**
|
|
370
|
-
* @public
|
|
371
370
|
* <p>The format in which the audit logs need to be formatted.</p>
|
|
371
|
+
* @public
|
|
372
372
|
*/
|
|
373
373
|
format: Format | undefined;
|
|
374
374
|
}
|
|
375
375
|
/**
|
|
376
|
-
* @public
|
|
377
376
|
* <p>Contains authorization request information, which is required for Amazon Web Services AppFabric to get the
|
|
378
377
|
* OAuth2 access token for an application.</p>
|
|
378
|
+
* @public
|
|
379
379
|
*/
|
|
380
380
|
export interface AuthRequest {
|
|
381
381
|
/**
|
|
382
|
-
* @public
|
|
383
382
|
* <p>The redirect URL that is specified in the AuthURL and the application client.</p>
|
|
383
|
+
* @public
|
|
384
384
|
*/
|
|
385
385
|
redirectUri: string | undefined;
|
|
386
386
|
/**
|
|
387
|
-
* @public
|
|
388
387
|
* <p>The authorization code returned by the application after permission is granted in the
|
|
389
388
|
* application OAuth page (after clicking on the AuthURL).</p>
|
|
389
|
+
* @public
|
|
390
390
|
*/
|
|
391
391
|
code: string | undefined;
|
|
392
392
|
}
|
|
@@ -395,14 +395,14 @@ export interface AuthRequest {
|
|
|
395
395
|
*/
|
|
396
396
|
export interface BatchGetUserAccessTasksRequest {
|
|
397
397
|
/**
|
|
398
|
-
* @public
|
|
399
398
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
400
399
|
* to use for the request.</p>
|
|
400
|
+
* @public
|
|
401
401
|
*/
|
|
402
402
|
appBundleIdentifier: string | undefined;
|
|
403
403
|
/**
|
|
404
|
-
* @public
|
|
405
404
|
* <p>The tasks IDs to use for the request.</p>
|
|
405
|
+
* @public
|
|
406
406
|
*/
|
|
407
407
|
taskIdList: string[] | undefined;
|
|
408
408
|
}
|
|
@@ -421,48 +421,47 @@ export declare const ResultStatus: {
|
|
|
421
421
|
*/
|
|
422
422
|
export type ResultStatus = (typeof ResultStatus)[keyof typeof ResultStatus];
|
|
423
423
|
/**
|
|
424
|
-
* @public
|
|
425
424
|
* <p>Contains information about an error returned from a user access task.</p>
|
|
425
|
+
* @public
|
|
426
426
|
*/
|
|
427
427
|
export interface TaskError {
|
|
428
428
|
/**
|
|
429
|
-
* @public
|
|
430
429
|
* <p>The code of the error.</p>
|
|
430
|
+
* @public
|
|
431
431
|
*/
|
|
432
432
|
errorCode?: string;
|
|
433
433
|
/**
|
|
434
|
-
* @public
|
|
435
434
|
* <p>The message of the error.</p>
|
|
435
|
+
* @public
|
|
436
436
|
*/
|
|
437
437
|
errorMessage?: string;
|
|
438
438
|
}
|
|
439
439
|
/**
|
|
440
|
-
* @public
|
|
441
440
|
* <p>Contains information about a user's access to an application.</p>
|
|
441
|
+
* @public
|
|
442
442
|
*/
|
|
443
443
|
export interface UserAccessResultItem {
|
|
444
444
|
/**
|
|
445
|
-
* @public
|
|
446
445
|
* <p>The name of the application.</p>
|
|
446
|
+
* @public
|
|
447
447
|
*/
|
|
448
448
|
app?: string;
|
|
449
449
|
/**
|
|
450
|
-
* @public
|
|
451
450
|
* <p>The ID of the application tenant.</p>
|
|
451
|
+
* @public
|
|
452
452
|
*/
|
|
453
453
|
tenantId?: string;
|
|
454
454
|
/**
|
|
455
|
-
* @public
|
|
456
455
|
* <p>The display name of the tenant.</p>
|
|
456
|
+
* @public
|
|
457
457
|
*/
|
|
458
458
|
tenantDisplayName?: string;
|
|
459
459
|
/**
|
|
460
|
-
* @public
|
|
461
460
|
* <p>The unique ID of the task.</p>
|
|
461
|
+
* @public
|
|
462
462
|
*/
|
|
463
463
|
taskId?: string;
|
|
464
464
|
/**
|
|
465
|
-
* @public
|
|
466
465
|
* <p>The status of the user access result item.</p>
|
|
467
466
|
* <p>The following states are possible:</p>
|
|
468
467
|
* <ul>
|
|
@@ -483,41 +482,42 @@ export interface UserAccessResultItem {
|
|
|
483
482
|
* <code>EXPIRED</code>: The user access task expired.</p>
|
|
484
483
|
* </li>
|
|
485
484
|
* </ul>
|
|
485
|
+
* @public
|
|
486
486
|
*/
|
|
487
487
|
resultStatus?: ResultStatus;
|
|
488
488
|
/**
|
|
489
|
-
* @public
|
|
490
489
|
* <p>The email address of the target user.</p>
|
|
490
|
+
* @public
|
|
491
491
|
*/
|
|
492
492
|
email?: string;
|
|
493
493
|
/**
|
|
494
|
-
* @public
|
|
495
494
|
* <p>The unique ID of user.</p>
|
|
495
|
+
* @public
|
|
496
496
|
*/
|
|
497
497
|
userId?: string;
|
|
498
498
|
/**
|
|
499
|
-
* @public
|
|
500
499
|
* <p>The full name of the user.</p>
|
|
500
|
+
* @public
|
|
501
501
|
*/
|
|
502
502
|
userFullName?: string;
|
|
503
503
|
/**
|
|
504
|
-
* @public
|
|
505
504
|
* <p>The first name of the user.</p>
|
|
505
|
+
* @public
|
|
506
506
|
*/
|
|
507
507
|
userFirstName?: string;
|
|
508
508
|
/**
|
|
509
|
-
* @public
|
|
510
509
|
* <p>The last name of the user.</p>
|
|
510
|
+
* @public
|
|
511
511
|
*/
|
|
512
512
|
userLastName?: string;
|
|
513
513
|
/**
|
|
514
|
-
* @public
|
|
515
514
|
* <p>The status of the user returned by the application.</p>
|
|
515
|
+
* @public
|
|
516
516
|
*/
|
|
517
517
|
userStatus?: string;
|
|
518
518
|
/**
|
|
519
|
-
* @public
|
|
520
519
|
* <p>Contains information about an error returned from a user access task.</p>
|
|
520
|
+
* @public
|
|
521
521
|
*/
|
|
522
522
|
taskError?: TaskError;
|
|
523
523
|
}
|
|
@@ -526,23 +526,23 @@ export interface UserAccessResultItem {
|
|
|
526
526
|
*/
|
|
527
527
|
export interface BatchGetUserAccessTasksResponse {
|
|
528
528
|
/**
|
|
529
|
-
* @public
|
|
530
529
|
* <p>Contains a list of user access results.</p>
|
|
530
|
+
* @public
|
|
531
531
|
*/
|
|
532
532
|
userAccessResultsList?: UserAccessResultItem[];
|
|
533
533
|
}
|
|
534
534
|
/**
|
|
535
|
-
* @public
|
|
536
535
|
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
537
536
|
* with an internal server.</p>
|
|
537
|
+
* @public
|
|
538
538
|
*/
|
|
539
539
|
export declare class InternalServerException extends __BaseException {
|
|
540
540
|
readonly name: "InternalServerException";
|
|
541
541
|
readonly $fault: "server";
|
|
542
542
|
$retryable: {};
|
|
543
543
|
/**
|
|
544
|
-
* @public
|
|
545
544
|
* <p>The period of time after which you should retry your request.</p>
|
|
545
|
+
* @public
|
|
546
546
|
*/
|
|
547
547
|
retryAfterSeconds?: number;
|
|
548
548
|
/**
|
|
@@ -551,20 +551,20 @@ export declare class InternalServerException extends __BaseException {
|
|
|
551
551
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
552
552
|
}
|
|
553
553
|
/**
|
|
554
|
-
* @public
|
|
555
554
|
* <p>The specified resource does not exist.</p>
|
|
555
|
+
* @public
|
|
556
556
|
*/
|
|
557
557
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
558
558
|
readonly name: "ResourceNotFoundException";
|
|
559
559
|
readonly $fault: "client";
|
|
560
560
|
/**
|
|
561
|
-
* @public
|
|
562
561
|
* <p>The resource ID.</p>
|
|
562
|
+
* @public
|
|
563
563
|
*/
|
|
564
564
|
resourceId: string | undefined;
|
|
565
565
|
/**
|
|
566
|
-
* @public
|
|
567
566
|
* <p>The resource type.</p>
|
|
567
|
+
* @public
|
|
568
568
|
*/
|
|
569
569
|
resourceType: string | undefined;
|
|
570
570
|
/**
|
|
@@ -573,8 +573,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
573
573
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
574
574
|
}
|
|
575
575
|
/**
|
|
576
|
-
* @public
|
|
577
576
|
* <p>The request rate exceeds the limit.</p>
|
|
577
|
+
* @public
|
|
578
578
|
*/
|
|
579
579
|
export declare class ThrottlingException extends __BaseException {
|
|
580
580
|
readonly name: "ThrottlingException";
|
|
@@ -583,18 +583,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
583
583
|
throttling: boolean;
|
|
584
584
|
};
|
|
585
585
|
/**
|
|
586
|
-
* @public
|
|
587
586
|
* <p>The code of the service.</p>
|
|
587
|
+
* @public
|
|
588
588
|
*/
|
|
589
589
|
serviceCode?: string;
|
|
590
590
|
/**
|
|
591
|
-
* @public
|
|
592
591
|
* <p>The code for the quota exceeded.</p>
|
|
592
|
+
* @public
|
|
593
593
|
*/
|
|
594
594
|
quotaCode?: string;
|
|
595
595
|
/**
|
|
596
|
-
* @public
|
|
597
596
|
* <p>The period of time after which you should retry your request.</p>
|
|
597
|
+
* @public
|
|
598
598
|
*/
|
|
599
599
|
retryAfterSeconds?: number;
|
|
600
600
|
/**
|
|
@@ -603,19 +603,19 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
603
603
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
604
604
|
}
|
|
605
605
|
/**
|
|
606
|
-
* @public
|
|
607
606
|
* <p>The input failed to meet the constraints specified by the Amazon Web Services service in
|
|
608
607
|
* a specified field.</p>
|
|
608
|
+
* @public
|
|
609
609
|
*/
|
|
610
610
|
export interface ValidationExceptionField {
|
|
611
611
|
/**
|
|
612
|
-
* @public
|
|
613
612
|
* <p>The field name where the invalid entry was detected.</p>
|
|
613
|
+
* @public
|
|
614
614
|
*/
|
|
615
615
|
name: string | undefined;
|
|
616
616
|
/**
|
|
617
|
-
* @public
|
|
618
617
|
* <p>A message about the validation exception.</p>
|
|
618
|
+
* @public
|
|
619
619
|
*/
|
|
620
620
|
message: string | undefined;
|
|
621
621
|
}
|
|
@@ -634,20 +634,20 @@ export declare const ValidationExceptionReason: {
|
|
|
634
634
|
*/
|
|
635
635
|
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
636
636
|
/**
|
|
637
|
-
* @public
|
|
638
637
|
* <p>The request has invalid or missing parameters.</p>
|
|
638
|
+
* @public
|
|
639
639
|
*/
|
|
640
640
|
export declare class ValidationException extends __BaseException {
|
|
641
641
|
readonly name: "ValidationException";
|
|
642
642
|
readonly $fault: "client";
|
|
643
643
|
/**
|
|
644
|
-
* @public
|
|
645
644
|
* <p>The reason for the exception.</p>
|
|
645
|
+
* @public
|
|
646
646
|
*/
|
|
647
647
|
reason: ValidationExceptionReason | undefined;
|
|
648
648
|
/**
|
|
649
|
-
* @public
|
|
650
649
|
* <p>The field list.</p>
|
|
650
|
+
* @public
|
|
651
651
|
*/
|
|
652
652
|
fieldList?: ValidationExceptionField[];
|
|
653
653
|
/**
|
|
@@ -656,20 +656,20 @@ export declare class ValidationException extends __BaseException {
|
|
|
656
656
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
657
657
|
}
|
|
658
658
|
/**
|
|
659
|
-
* @public
|
|
660
659
|
* <p>The request has created a conflict. Check the request parameters and try again.</p>
|
|
660
|
+
* @public
|
|
661
661
|
*/
|
|
662
662
|
export declare class ConflictException extends __BaseException {
|
|
663
663
|
readonly name: "ConflictException";
|
|
664
664
|
readonly $fault: "client";
|
|
665
665
|
/**
|
|
666
|
-
* @public
|
|
667
666
|
* <p>The resource ID.</p>
|
|
667
|
+
* @public
|
|
668
668
|
*/
|
|
669
669
|
resourceId: string | undefined;
|
|
670
670
|
/**
|
|
671
|
-
* @public
|
|
672
671
|
* <p>The resource type.</p>
|
|
672
|
+
* @public
|
|
673
673
|
*/
|
|
674
674
|
resourceType: string | undefined;
|
|
675
675
|
/**
|
|
@@ -682,22 +682,22 @@ export declare class ConflictException extends __BaseException {
|
|
|
682
682
|
*/
|
|
683
683
|
export interface ConnectAppAuthorizationRequest {
|
|
684
684
|
/**
|
|
685
|
-
* @public
|
|
686
685
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
687
686
|
* that contains the app authorization to use for the request.</p>
|
|
687
|
+
* @public
|
|
688
688
|
*/
|
|
689
689
|
appBundleIdentifier: string | undefined;
|
|
690
690
|
/**
|
|
691
|
-
* @public
|
|
692
691
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
|
|
693
692
|
* authorization to use for the request.</p>
|
|
693
|
+
* @public
|
|
694
694
|
*/
|
|
695
695
|
appAuthorizationIdentifier: string | undefined;
|
|
696
696
|
/**
|
|
697
|
-
* @public
|
|
698
697
|
* <p>Contains OAuth2 authorization information.</p>
|
|
699
698
|
* <p>This is required if the app authorization for the request is configured with an OAuth2
|
|
700
699
|
* (<code>oauth2</code>) authorization type.</p>
|
|
700
|
+
* @public
|
|
701
701
|
*/
|
|
702
702
|
authRequest?: AuthRequest;
|
|
703
703
|
}
|
|
@@ -706,30 +706,30 @@ export interface ConnectAppAuthorizationRequest {
|
|
|
706
706
|
*/
|
|
707
707
|
export interface ConnectAppAuthorizationResponse {
|
|
708
708
|
/**
|
|
709
|
-
* @public
|
|
710
709
|
* <p>Contains a summary of the app authorization.</p>
|
|
710
|
+
* @public
|
|
711
711
|
*/
|
|
712
712
|
appAuthorizationSummary: AppAuthorizationSummary | undefined;
|
|
713
713
|
}
|
|
714
714
|
/**
|
|
715
|
-
* @public
|
|
716
715
|
* <p>Contains OAuth2 client credential information.</p>
|
|
716
|
+
* @public
|
|
717
717
|
*/
|
|
718
718
|
export interface Oauth2Credential {
|
|
719
719
|
/**
|
|
720
|
-
* @public
|
|
721
720
|
* <p>The client ID of the client application.</p>
|
|
721
|
+
* @public
|
|
722
722
|
*/
|
|
723
723
|
clientId: string | undefined;
|
|
724
724
|
/**
|
|
725
|
-
* @public
|
|
726
725
|
* <p>The client secret of the client application.</p>
|
|
726
|
+
* @public
|
|
727
727
|
*/
|
|
728
728
|
clientSecret: string | undefined;
|
|
729
729
|
}
|
|
730
730
|
/**
|
|
731
|
-
* @public
|
|
732
731
|
* <p>Contains credential information for an application.</p>
|
|
732
|
+
* @public
|
|
733
733
|
*/
|
|
734
734
|
export type Credential = Credential.ApiKeyCredentialMember | Credential.Oauth2CredentialMember | Credential.$UnknownMember;
|
|
735
735
|
/**
|
|
@@ -737,8 +737,8 @@ export type Credential = Credential.ApiKeyCredentialMember | Credential.Oauth2Cr
|
|
|
737
737
|
*/
|
|
738
738
|
export declare namespace Credential {
|
|
739
739
|
/**
|
|
740
|
-
* @public
|
|
741
740
|
* <p>Contains OAuth2 client credential information.</p>
|
|
741
|
+
* @public
|
|
742
742
|
*/
|
|
743
743
|
interface Oauth2CredentialMember {
|
|
744
744
|
oauth2Credential: Oauth2Credential;
|
|
@@ -746,8 +746,8 @@ export declare namespace Credential {
|
|
|
746
746
|
$unknown?: never;
|
|
747
747
|
}
|
|
748
748
|
/**
|
|
749
|
-
* @public
|
|
750
749
|
* <p>Contains API key credential information.</p>
|
|
750
|
+
* @public
|
|
751
751
|
*/
|
|
752
752
|
interface ApiKeyCredentialMember {
|
|
753
753
|
oauth2Credential?: never;
|
|
@@ -770,19 +770,19 @@ export declare namespace Credential {
|
|
|
770
770
|
const visit: <T>(value: Credential, visitor: Visitor<T>) => T;
|
|
771
771
|
}
|
|
772
772
|
/**
|
|
773
|
-
* @public
|
|
774
773
|
* <p>The key or keys of the key-value pairs for the tag or tags assigned to a
|
|
775
774
|
* resource.</p>
|
|
775
|
+
* @public
|
|
776
776
|
*/
|
|
777
777
|
export interface Tag {
|
|
778
778
|
/**
|
|
779
|
-
* @public
|
|
780
779
|
* <p>Tag key.</p>
|
|
780
|
+
* @public
|
|
781
781
|
*/
|
|
782
782
|
key: string | undefined;
|
|
783
783
|
/**
|
|
784
|
-
* @public
|
|
785
784
|
* <p>Tag value.</p>
|
|
785
|
+
* @public
|
|
786
786
|
*/
|
|
787
787
|
value: string | undefined;
|
|
788
788
|
}
|
|
@@ -791,13 +791,12 @@ export interface Tag {
|
|
|
791
791
|
*/
|
|
792
792
|
export interface CreateAppAuthorizationRequest {
|
|
793
793
|
/**
|
|
794
|
-
* @public
|
|
795
794
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
796
795
|
* to use for the request.</p>
|
|
796
|
+
* @public
|
|
797
797
|
*/
|
|
798
798
|
appBundleIdentifier: string | undefined;
|
|
799
799
|
/**
|
|
800
|
-
* @public
|
|
801
800
|
* <p>The name of the application.</p>
|
|
802
801
|
* <p>Valid values are:</p>
|
|
803
802
|
* <ul>
|
|
@@ -862,30 +861,30 @@ export interface CreateAppAuthorizationRequest {
|
|
|
862
861
|
* </p>
|
|
863
862
|
* </li>
|
|
864
863
|
* </ul>
|
|
864
|
+
* @public
|
|
865
865
|
*/
|
|
866
866
|
app: string | undefined;
|
|
867
867
|
/**
|
|
868
|
-
* @public
|
|
869
868
|
* <p>Contains credentials for the application, such as an API key or OAuth2 client ID and
|
|
870
869
|
* secret.</p>
|
|
871
870
|
* <p>Specify credentials that match the authorization type for your request. For example, if
|
|
872
871
|
* the authorization type for your request is OAuth2 (<code>oauth2</code>), then you should
|
|
873
872
|
* provide only the OAuth2 credentials.</p>
|
|
873
|
+
* @public
|
|
874
874
|
*/
|
|
875
875
|
credential: Credential | undefined;
|
|
876
876
|
/**
|
|
877
|
-
* @public
|
|
878
877
|
* <p>Contains information about an application tenant, such as the application display name
|
|
879
878
|
* and identifier.</p>
|
|
879
|
+
* @public
|
|
880
880
|
*/
|
|
881
881
|
tenant: Tenant | undefined;
|
|
882
882
|
/**
|
|
883
|
-
* @public
|
|
884
883
|
* <p>The authorization type for the app authorization.</p>
|
|
884
|
+
* @public
|
|
885
885
|
*/
|
|
886
886
|
authType: AuthType | undefined;
|
|
887
887
|
/**
|
|
888
|
-
* @public
|
|
889
888
|
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
890
889
|
* of the request. This lets you safely retry the request without accidentally performing the
|
|
891
890
|
* same operation a second time. Passing the same value to a later call to an operation
|
|
@@ -896,11 +895,12 @@ export interface CreateAppAuthorizationRequest {
|
|
|
896
895
|
* you.</p>
|
|
897
896
|
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
898
897
|
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
898
|
+
* @public
|
|
899
899
|
*/
|
|
900
900
|
clientToken?: string;
|
|
901
901
|
/**
|
|
902
|
-
* @public
|
|
903
902
|
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
903
|
+
* @public
|
|
904
904
|
*/
|
|
905
905
|
tags?: Tag[];
|
|
906
906
|
}
|
|
@@ -909,36 +909,36 @@ export interface CreateAppAuthorizationRequest {
|
|
|
909
909
|
*/
|
|
910
910
|
export interface CreateAppAuthorizationResponse {
|
|
911
911
|
/**
|
|
912
|
-
* @public
|
|
913
912
|
* <p>Contains information about an app authorization.</p>
|
|
913
|
+
* @public
|
|
914
914
|
*/
|
|
915
915
|
appAuthorization: AppAuthorization | undefined;
|
|
916
916
|
}
|
|
917
917
|
/**
|
|
918
|
-
* @public
|
|
919
918
|
* <p>The request exceeds a service quota.</p>
|
|
919
|
+
* @public
|
|
920
920
|
*/
|
|
921
921
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
922
922
|
readonly name: "ServiceQuotaExceededException";
|
|
923
923
|
readonly $fault: "client";
|
|
924
924
|
/**
|
|
925
|
-
* @public
|
|
926
925
|
* <p>The resource ID.</p>
|
|
926
|
+
* @public
|
|
927
927
|
*/
|
|
928
928
|
resourceId: string | undefined;
|
|
929
929
|
/**
|
|
930
|
-
* @public
|
|
931
930
|
* <p>The resource type.</p>
|
|
931
|
+
* @public
|
|
932
932
|
*/
|
|
933
933
|
resourceType: string | undefined;
|
|
934
934
|
/**
|
|
935
|
-
* @public
|
|
936
935
|
* <p>The code of the service.</p>
|
|
936
|
+
* @public
|
|
937
937
|
*/
|
|
938
938
|
serviceCode: string | undefined;
|
|
939
939
|
/**
|
|
940
|
-
* @public
|
|
941
940
|
* <p>The code for the quota exceeded.</p>
|
|
941
|
+
* @public
|
|
942
942
|
*/
|
|
943
943
|
quotaCode: string | undefined;
|
|
944
944
|
/**
|
|
@@ -951,7 +951,6 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
951
951
|
*/
|
|
952
952
|
export interface CreateAppBundleRequest {
|
|
953
953
|
/**
|
|
954
|
-
* @public
|
|
955
954
|
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
956
955
|
* of the request. This lets you safely retry the request without accidentally performing the
|
|
957
956
|
* same operation a second time. Passing the same value to a later call to an operation
|
|
@@ -962,17 +961,18 @@ export interface CreateAppBundleRequest {
|
|
|
962
961
|
* you.</p>
|
|
963
962
|
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
964
963
|
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
964
|
+
* @public
|
|
965
965
|
*/
|
|
966
966
|
clientToken?: string;
|
|
967
967
|
/**
|
|
968
|
-
* @public
|
|
969
968
|
* <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to
|
|
970
969
|
* use to encrypt the application data. If this is not specified, an Amazon Web Services owned key is used for encryption.</p>
|
|
970
|
+
* @public
|
|
971
971
|
*/
|
|
972
972
|
customerManagedKeyIdentifier?: string;
|
|
973
973
|
/**
|
|
974
|
-
* @public
|
|
975
974
|
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
975
|
+
* @public
|
|
976
976
|
*/
|
|
977
977
|
tags?: Tag[];
|
|
978
978
|
}
|
|
@@ -981,8 +981,8 @@ export interface CreateAppBundleRequest {
|
|
|
981
981
|
*/
|
|
982
982
|
export interface CreateAppBundleResponse {
|
|
983
983
|
/**
|
|
984
|
-
* @public
|
|
985
984
|
* <p>Contains information about an app bundle.</p>
|
|
985
|
+
* @public
|
|
986
986
|
*/
|
|
987
987
|
appBundle: AppBundle | undefined;
|
|
988
988
|
}
|
|
@@ -1002,13 +1002,12 @@ export type IngestionType = (typeof IngestionType)[keyof typeof IngestionType];
|
|
|
1002
1002
|
*/
|
|
1003
1003
|
export interface CreateIngestionRequest {
|
|
1004
1004
|
/**
|
|
1005
|
-
* @public
|
|
1006
1005
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1007
1006
|
* to use for the request.</p>
|
|
1007
|
+
* @public
|
|
1008
1008
|
*/
|
|
1009
1009
|
appBundleIdentifier: string | undefined;
|
|
1010
1010
|
/**
|
|
1011
|
-
* @public
|
|
1012
1011
|
* <p>The name of the application.</p>
|
|
1013
1012
|
* <p>Valid values are:</p>
|
|
1014
1013
|
* <ul>
|
|
@@ -1073,20 +1072,20 @@ export interface CreateIngestionRequest {
|
|
|
1073
1072
|
* </p>
|
|
1074
1073
|
* </li>
|
|
1075
1074
|
* </ul>
|
|
1075
|
+
* @public
|
|
1076
1076
|
*/
|
|
1077
1077
|
app: string | undefined;
|
|
1078
1078
|
/**
|
|
1079
|
-
* @public
|
|
1080
1079
|
* <p>The ID of the application tenant.</p>
|
|
1080
|
+
* @public
|
|
1081
1081
|
*/
|
|
1082
1082
|
tenantId: string | undefined;
|
|
1083
1083
|
/**
|
|
1084
|
-
* @public
|
|
1085
1084
|
* <p>The ingestion type.</p>
|
|
1085
|
+
* @public
|
|
1086
1086
|
*/
|
|
1087
1087
|
ingestionType: IngestionType | undefined;
|
|
1088
1088
|
/**
|
|
1089
|
-
* @public
|
|
1090
1089
|
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
1091
1090
|
* of the request. This lets you safely retry the request without accidentally performing the
|
|
1092
1091
|
* same operation a second time. Passing the same value to a later call to an operation
|
|
@@ -1097,11 +1096,12 @@ export interface CreateIngestionRequest {
|
|
|
1097
1096
|
* you.</p>
|
|
1098
1097
|
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
1099
1098
|
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
1099
|
+
* @public
|
|
1100
1100
|
*/
|
|
1101
1101
|
clientToken?: string;
|
|
1102
1102
|
/**
|
|
1103
|
-
* @public
|
|
1104
1103
|
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
1104
|
+
* @public
|
|
1105
1105
|
*/
|
|
1106
1106
|
tags?: Tag[];
|
|
1107
1107
|
}
|
|
@@ -1118,48 +1118,48 @@ export declare const IngestionState: {
|
|
|
1118
1118
|
*/
|
|
1119
1119
|
export type IngestionState = (typeof IngestionState)[keyof typeof IngestionState];
|
|
1120
1120
|
/**
|
|
1121
|
-
* @public
|
|
1122
1121
|
* <p>Contains information about an ingestion.</p>
|
|
1122
|
+
* @public
|
|
1123
1123
|
*/
|
|
1124
1124
|
export interface Ingestion {
|
|
1125
1125
|
/**
|
|
1126
|
-
* @public
|
|
1127
1126
|
* <p>The Amazon Resource Name (ARN) of the ingestion.</p>
|
|
1127
|
+
* @public
|
|
1128
1128
|
*/
|
|
1129
1129
|
arn: string | undefined;
|
|
1130
1130
|
/**
|
|
1131
|
-
* @public
|
|
1132
1131
|
* <p>The Amazon Resource Name (ARN) of the app bundle for the ingestion.</p>
|
|
1132
|
+
* @public
|
|
1133
1133
|
*/
|
|
1134
1134
|
appBundleArn: string | undefined;
|
|
1135
1135
|
/**
|
|
1136
|
-
* @public
|
|
1137
1136
|
* <p>The name of the application.</p>
|
|
1137
|
+
* @public
|
|
1138
1138
|
*/
|
|
1139
1139
|
app: string | undefined;
|
|
1140
1140
|
/**
|
|
1141
|
-
* @public
|
|
1142
1141
|
* <p>The ID of the application tenant.</p>
|
|
1142
|
+
* @public
|
|
1143
1143
|
*/
|
|
1144
1144
|
tenantId: string | undefined;
|
|
1145
1145
|
/**
|
|
1146
|
-
* @public
|
|
1147
1146
|
* <p>The timestamp of when the ingestion was created.</p>
|
|
1147
|
+
* @public
|
|
1148
1148
|
*/
|
|
1149
1149
|
createdAt: Date | undefined;
|
|
1150
1150
|
/**
|
|
1151
|
-
* @public
|
|
1152
1151
|
* <p>The timestamp of when the ingestion was last updated.</p>
|
|
1152
|
+
* @public
|
|
1153
1153
|
*/
|
|
1154
1154
|
updatedAt: Date | undefined;
|
|
1155
1155
|
/**
|
|
1156
|
-
* @public
|
|
1157
1156
|
* <p>The status of the ingestion.</p>
|
|
1157
|
+
* @public
|
|
1158
1158
|
*/
|
|
1159
1159
|
state: IngestionState | undefined;
|
|
1160
1160
|
/**
|
|
1161
|
-
* @public
|
|
1162
1161
|
* <p>The type of the ingestion.</p>
|
|
1162
|
+
* @public
|
|
1163
1163
|
*/
|
|
1164
1164
|
ingestionType: IngestionType | undefined;
|
|
1165
1165
|
}
|
|
@@ -1168,14 +1168,14 @@ export interface Ingestion {
|
|
|
1168
1168
|
*/
|
|
1169
1169
|
export interface CreateIngestionResponse {
|
|
1170
1170
|
/**
|
|
1171
|
-
* @public
|
|
1172
1171
|
* <p>Contains information about an ingestion.</p>
|
|
1172
|
+
* @public
|
|
1173
1173
|
*/
|
|
1174
1174
|
ingestion: Ingestion | undefined;
|
|
1175
1175
|
}
|
|
1176
1176
|
/**
|
|
1177
|
-
* @public
|
|
1178
1177
|
* <p>Contains information about the destination of ingested data.</p>
|
|
1178
|
+
* @public
|
|
1179
1179
|
*/
|
|
1180
1180
|
export type DestinationConfiguration = DestinationConfiguration.AuditLogMember | DestinationConfiguration.$UnknownMember;
|
|
1181
1181
|
/**
|
|
@@ -1183,8 +1183,8 @@ export type DestinationConfiguration = DestinationConfiguration.AuditLogMember |
|
|
|
1183
1183
|
*/
|
|
1184
1184
|
export declare namespace DestinationConfiguration {
|
|
1185
1185
|
/**
|
|
1186
|
-
* @public
|
|
1187
1186
|
* <p>Contains information about an audit log destination configuration.</p>
|
|
1187
|
+
* @public
|
|
1188
1188
|
*/
|
|
1189
1189
|
interface AuditLogMember {
|
|
1190
1190
|
auditLog: AuditLogDestinationConfiguration;
|
|
@@ -1204,8 +1204,8 @@ export declare namespace DestinationConfiguration {
|
|
|
1204
1204
|
const visit: <T>(value: DestinationConfiguration, visitor: Visitor<T>) => T;
|
|
1205
1205
|
}
|
|
1206
1206
|
/**
|
|
1207
|
-
* @public
|
|
1208
1207
|
* <p>Contains information about how ingested data is processed.</p>
|
|
1208
|
+
* @public
|
|
1209
1209
|
*/
|
|
1210
1210
|
export type ProcessingConfiguration = ProcessingConfiguration.AuditLogMember | ProcessingConfiguration.$UnknownMember;
|
|
1211
1211
|
/**
|
|
@@ -1213,8 +1213,8 @@ export type ProcessingConfiguration = ProcessingConfiguration.AuditLogMember | P
|
|
|
1213
1213
|
*/
|
|
1214
1214
|
export declare namespace ProcessingConfiguration {
|
|
1215
1215
|
/**
|
|
1216
|
-
* @public
|
|
1217
1216
|
* <p>Contains information about an audit log processing configuration.</p>
|
|
1217
|
+
* @public
|
|
1218
1218
|
*/
|
|
1219
1219
|
interface AuditLogMember {
|
|
1220
1220
|
auditLog: AuditLogProcessingConfiguration;
|
|
@@ -1238,29 +1238,28 @@ export declare namespace ProcessingConfiguration {
|
|
|
1238
1238
|
*/
|
|
1239
1239
|
export interface CreateIngestionDestinationRequest {
|
|
1240
1240
|
/**
|
|
1241
|
-
* @public
|
|
1242
1241
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1243
1242
|
* to use for the request.</p>
|
|
1243
|
+
* @public
|
|
1244
1244
|
*/
|
|
1245
1245
|
appBundleIdentifier: string | undefined;
|
|
1246
1246
|
/**
|
|
1247
|
-
* @public
|
|
1248
1247
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1249
1248
|
* use for the request.</p>
|
|
1249
|
+
* @public
|
|
1250
1250
|
*/
|
|
1251
1251
|
ingestionIdentifier: string | undefined;
|
|
1252
1252
|
/**
|
|
1253
|
-
* @public
|
|
1254
1253
|
* <p>Contains information about how ingested data is processed.</p>
|
|
1254
|
+
* @public
|
|
1255
1255
|
*/
|
|
1256
1256
|
processingConfiguration: ProcessingConfiguration | undefined;
|
|
1257
1257
|
/**
|
|
1258
|
-
* @public
|
|
1259
1258
|
* <p>Contains information about the destination of ingested data.</p>
|
|
1259
|
+
* @public
|
|
1260
1260
|
*/
|
|
1261
1261
|
destinationConfiguration: DestinationConfiguration | undefined;
|
|
1262
1262
|
/**
|
|
1263
|
-
* @public
|
|
1264
1263
|
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
1265
1264
|
* of the request. This lets you safely retry the request without accidentally performing the
|
|
1266
1265
|
* same operation a second time. Passing the same value to a later call to an operation
|
|
@@ -1271,11 +1270,12 @@ export interface CreateIngestionDestinationRequest {
|
|
|
1271
1270
|
* you.</p>
|
|
1272
1271
|
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
1273
1272
|
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
1273
|
+
* @public
|
|
1274
1274
|
*/
|
|
1275
1275
|
clientToken?: string;
|
|
1276
1276
|
/**
|
|
1277
|
-
* @public
|
|
1278
1277
|
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
1278
|
+
* @public
|
|
1279
1279
|
*/
|
|
1280
1280
|
tags?: Tag[];
|
|
1281
1281
|
}
|
|
@@ -1292,32 +1292,31 @@ export declare const IngestionDestinationStatus: {
|
|
|
1292
1292
|
*/
|
|
1293
1293
|
export type IngestionDestinationStatus = (typeof IngestionDestinationStatus)[keyof typeof IngestionDestinationStatus];
|
|
1294
1294
|
/**
|
|
1295
|
-
* @public
|
|
1296
1295
|
* <p>Contains information about an ingestion destination.</p>
|
|
1296
|
+
* @public
|
|
1297
1297
|
*/
|
|
1298
1298
|
export interface IngestionDestination {
|
|
1299
1299
|
/**
|
|
1300
|
-
* @public
|
|
1301
1300
|
* <p>The Amazon Resource Name (ARN) of the ingestion destination.</p>
|
|
1301
|
+
* @public
|
|
1302
1302
|
*/
|
|
1303
1303
|
arn: string | undefined;
|
|
1304
1304
|
/**
|
|
1305
|
-
* @public
|
|
1306
1305
|
* <p>The Amazon Resource Name (ARN) of the ingestion.</p>
|
|
1306
|
+
* @public
|
|
1307
1307
|
*/
|
|
1308
1308
|
ingestionArn: string | undefined;
|
|
1309
1309
|
/**
|
|
1310
|
-
* @public
|
|
1311
1310
|
* <p>Contains information about how ingested data is processed.</p>
|
|
1311
|
+
* @public
|
|
1312
1312
|
*/
|
|
1313
1313
|
processingConfiguration: ProcessingConfiguration | undefined;
|
|
1314
1314
|
/**
|
|
1315
|
-
* @public
|
|
1316
1315
|
* <p>Contains information about the destination of ingested data.</p>
|
|
1316
|
+
* @public
|
|
1317
1317
|
*/
|
|
1318
1318
|
destinationConfiguration: DestinationConfiguration | undefined;
|
|
1319
1319
|
/**
|
|
1320
|
-
* @public
|
|
1321
1320
|
* <p>The state of the ingestion destination.</p>
|
|
1322
1321
|
* <p>The following states are possible:</p>
|
|
1323
1322
|
* <ul>
|
|
@@ -1333,23 +1332,24 @@ export interface IngestionDestination {
|
|
|
1333
1332
|
* configuration and try again.</p>
|
|
1334
1333
|
* </li>
|
|
1335
1334
|
* </ul>
|
|
1335
|
+
* @public
|
|
1336
1336
|
*/
|
|
1337
1337
|
status?: IngestionDestinationStatus;
|
|
1338
1338
|
/**
|
|
1339
|
-
* @public
|
|
1340
1339
|
* <p>The reason for the current status of the ingestion destination.</p>
|
|
1341
1340
|
* <p>Only present when the <code>status</code> of ingestion destination is
|
|
1342
1341
|
* <code>Failed</code>.</p>
|
|
1342
|
+
* @public
|
|
1343
1343
|
*/
|
|
1344
1344
|
statusReason?: string;
|
|
1345
1345
|
/**
|
|
1346
|
-
* @public
|
|
1347
1346
|
* <p>The timestamp of when the ingestion destination was created.</p>
|
|
1347
|
+
* @public
|
|
1348
1348
|
*/
|
|
1349
1349
|
createdAt?: Date;
|
|
1350
1350
|
/**
|
|
1351
|
-
* @public
|
|
1352
1351
|
* <p>The timestamp of when the ingestion destination was last updated.</p>
|
|
1352
|
+
* @public
|
|
1353
1353
|
*/
|
|
1354
1354
|
updatedAt?: Date;
|
|
1355
1355
|
}
|
|
@@ -1358,8 +1358,8 @@ export interface IngestionDestination {
|
|
|
1358
1358
|
*/
|
|
1359
1359
|
export interface CreateIngestionDestinationResponse {
|
|
1360
1360
|
/**
|
|
1361
|
-
* @public
|
|
1362
1361
|
* <p>Contains information about an ingestion destination.</p>
|
|
1362
|
+
* @public
|
|
1363
1363
|
*/
|
|
1364
1364
|
ingestionDestination: IngestionDestination | undefined;
|
|
1365
1365
|
}
|
|
@@ -1368,15 +1368,15 @@ export interface CreateIngestionDestinationResponse {
|
|
|
1368
1368
|
*/
|
|
1369
1369
|
export interface DeleteAppAuthorizationRequest {
|
|
1370
1370
|
/**
|
|
1371
|
-
* @public
|
|
1372
1371
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1373
1372
|
* to use for the request.</p>
|
|
1373
|
+
* @public
|
|
1374
1374
|
*/
|
|
1375
1375
|
appBundleIdentifier: string | undefined;
|
|
1376
1376
|
/**
|
|
1377
|
-
* @public
|
|
1378
1377
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
|
|
1379
1378
|
* authorization to use for the request.</p>
|
|
1379
|
+
* @public
|
|
1380
1380
|
*/
|
|
1381
1381
|
appAuthorizationIdentifier: string | undefined;
|
|
1382
1382
|
}
|
|
@@ -1390,8 +1390,8 @@ export interface DeleteAppAuthorizationResponse {
|
|
|
1390
1390
|
*/
|
|
1391
1391
|
export interface DeleteAppBundleRequest {
|
|
1392
1392
|
/**
|
|
1393
|
-
* @public
|
|
1394
1393
|
* <p>The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.</p>
|
|
1394
|
+
* @public
|
|
1395
1395
|
*/
|
|
1396
1396
|
appBundleIdentifier: string | undefined;
|
|
1397
1397
|
}
|
|
@@ -1405,15 +1405,15 @@ export interface DeleteAppBundleResponse {
|
|
|
1405
1405
|
*/
|
|
1406
1406
|
export interface DeleteIngestionRequest {
|
|
1407
1407
|
/**
|
|
1408
|
-
* @public
|
|
1409
1408
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1410
1409
|
* to use for the request.</p>
|
|
1410
|
+
* @public
|
|
1411
1411
|
*/
|
|
1412
1412
|
appBundleIdentifier: string | undefined;
|
|
1413
1413
|
/**
|
|
1414
|
-
* @public
|
|
1415
1414
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1416
1415
|
* use for the request.</p>
|
|
1416
|
+
* @public
|
|
1417
1417
|
*/
|
|
1418
1418
|
ingestionIdentifier: string | undefined;
|
|
1419
1419
|
}
|
|
@@ -1427,21 +1427,21 @@ export interface DeleteIngestionResponse {
|
|
|
1427
1427
|
*/
|
|
1428
1428
|
export interface DeleteIngestionDestinationRequest {
|
|
1429
1429
|
/**
|
|
1430
|
-
* @public
|
|
1431
1430
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1432
1431
|
* to use for the request.</p>
|
|
1432
|
+
* @public
|
|
1433
1433
|
*/
|
|
1434
1434
|
appBundleIdentifier: string | undefined;
|
|
1435
1435
|
/**
|
|
1436
|
-
* @public
|
|
1437
1436
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1438
1437
|
* use for the request.</p>
|
|
1438
|
+
* @public
|
|
1439
1439
|
*/
|
|
1440
1440
|
ingestionIdentifier: string | undefined;
|
|
1441
1441
|
/**
|
|
1442
|
-
* @public
|
|
1443
1442
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
|
|
1444
1443
|
* destination to use for the request.</p>
|
|
1444
|
+
* @public
|
|
1445
1445
|
*/
|
|
1446
1446
|
ingestionDestinationIdentifier: string | undefined;
|
|
1447
1447
|
}
|
|
@@ -1455,15 +1455,15 @@ export interface DeleteIngestionDestinationResponse {
|
|
|
1455
1455
|
*/
|
|
1456
1456
|
export interface GetAppAuthorizationRequest {
|
|
1457
1457
|
/**
|
|
1458
|
-
* @public
|
|
1459
1458
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1460
1459
|
* to use for the request.</p>
|
|
1460
|
+
* @public
|
|
1461
1461
|
*/
|
|
1462
1462
|
appBundleIdentifier: string | undefined;
|
|
1463
1463
|
/**
|
|
1464
|
-
* @public
|
|
1465
1464
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
|
|
1466
1465
|
* authorization to use for the request.</p>
|
|
1466
|
+
* @public
|
|
1467
1467
|
*/
|
|
1468
1468
|
appAuthorizationIdentifier: string | undefined;
|
|
1469
1469
|
}
|
|
@@ -1472,8 +1472,8 @@ export interface GetAppAuthorizationRequest {
|
|
|
1472
1472
|
*/
|
|
1473
1473
|
export interface GetAppAuthorizationResponse {
|
|
1474
1474
|
/**
|
|
1475
|
-
* @public
|
|
1476
1475
|
* <p>Contains information about an app authorization.</p>
|
|
1476
|
+
* @public
|
|
1477
1477
|
*/
|
|
1478
1478
|
appAuthorization: AppAuthorization | undefined;
|
|
1479
1479
|
}
|
|
@@ -1482,9 +1482,9 @@ export interface GetAppAuthorizationResponse {
|
|
|
1482
1482
|
*/
|
|
1483
1483
|
export interface GetAppBundleRequest {
|
|
1484
1484
|
/**
|
|
1485
|
-
* @public
|
|
1486
1485
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1487
1486
|
* to use for the request.</p>
|
|
1487
|
+
* @public
|
|
1488
1488
|
*/
|
|
1489
1489
|
appBundleIdentifier: string | undefined;
|
|
1490
1490
|
}
|
|
@@ -1493,8 +1493,8 @@ export interface GetAppBundleRequest {
|
|
|
1493
1493
|
*/
|
|
1494
1494
|
export interface GetAppBundleResponse {
|
|
1495
1495
|
/**
|
|
1496
|
-
* @public
|
|
1497
1496
|
* <p>Contains information about an app bundle.</p>
|
|
1497
|
+
* @public
|
|
1498
1498
|
*/
|
|
1499
1499
|
appBundle: AppBundle | undefined;
|
|
1500
1500
|
}
|
|
@@ -1503,15 +1503,15 @@ export interface GetAppBundleResponse {
|
|
|
1503
1503
|
*/
|
|
1504
1504
|
export interface GetIngestionRequest {
|
|
1505
1505
|
/**
|
|
1506
|
-
* @public
|
|
1507
1506
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1508
1507
|
* to use for the request.</p>
|
|
1508
|
+
* @public
|
|
1509
1509
|
*/
|
|
1510
1510
|
appBundleIdentifier: string | undefined;
|
|
1511
1511
|
/**
|
|
1512
|
-
* @public
|
|
1513
1512
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1514
1513
|
* use for the request.</p>
|
|
1514
|
+
* @public
|
|
1515
1515
|
*/
|
|
1516
1516
|
ingestionIdentifier: string | undefined;
|
|
1517
1517
|
}
|
|
@@ -1520,8 +1520,8 @@ export interface GetIngestionRequest {
|
|
|
1520
1520
|
*/
|
|
1521
1521
|
export interface GetIngestionResponse {
|
|
1522
1522
|
/**
|
|
1523
|
-
* @public
|
|
1524
1523
|
* <p>Contains information about an ingestion.</p>
|
|
1524
|
+
* @public
|
|
1525
1525
|
*/
|
|
1526
1526
|
ingestion: Ingestion | undefined;
|
|
1527
1527
|
}
|
|
@@ -1530,21 +1530,21 @@ export interface GetIngestionResponse {
|
|
|
1530
1530
|
*/
|
|
1531
1531
|
export interface GetIngestionDestinationRequest {
|
|
1532
1532
|
/**
|
|
1533
|
-
* @public
|
|
1534
1533
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1535
1534
|
* to use for the request.</p>
|
|
1535
|
+
* @public
|
|
1536
1536
|
*/
|
|
1537
1537
|
appBundleIdentifier: string | undefined;
|
|
1538
1538
|
/**
|
|
1539
|
-
* @public
|
|
1540
1539
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1541
1540
|
* use for the request.</p>
|
|
1541
|
+
* @public
|
|
1542
1542
|
*/
|
|
1543
1543
|
ingestionIdentifier: string | undefined;
|
|
1544
1544
|
/**
|
|
1545
|
-
* @public
|
|
1546
1545
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
|
|
1547
1546
|
* destination to use for the request.</p>
|
|
1547
|
+
* @public
|
|
1548
1548
|
*/
|
|
1549
1549
|
ingestionDestinationIdentifier: string | undefined;
|
|
1550
1550
|
}
|
|
@@ -1553,8 +1553,8 @@ export interface GetIngestionDestinationRequest {
|
|
|
1553
1553
|
*/
|
|
1554
1554
|
export interface GetIngestionDestinationResponse {
|
|
1555
1555
|
/**
|
|
1556
|
-
* @public
|
|
1557
1556
|
* <p>Contains information about an ingestion destination.</p>
|
|
1557
|
+
* @public
|
|
1558
1558
|
*/
|
|
1559
1559
|
ingestionDestination: IngestionDestination | undefined;
|
|
1560
1560
|
}
|
|
@@ -1563,26 +1563,26 @@ export interface GetIngestionDestinationResponse {
|
|
|
1563
1563
|
*/
|
|
1564
1564
|
export interface ListAppAuthorizationsRequest {
|
|
1565
1565
|
/**
|
|
1566
|
-
* @public
|
|
1567
1566
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1568
1567
|
* to use for the request.</p>
|
|
1568
|
+
* @public
|
|
1569
1569
|
*/
|
|
1570
1570
|
appBundleIdentifier: string | undefined;
|
|
1571
1571
|
/**
|
|
1572
|
-
* @public
|
|
1573
1572
|
* <p>The maximum number of results that are returned per call. You can use
|
|
1574
1573
|
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1575
1574
|
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1576
1575
|
* fewer than the specified maximum.</p>
|
|
1576
|
+
* @public
|
|
1577
1577
|
*/
|
|
1578
1578
|
maxResults?: number;
|
|
1579
1579
|
/**
|
|
1580
|
-
* @public
|
|
1581
1580
|
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1582
1581
|
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1583
1582
|
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1584
1583
|
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1585
1584
|
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1585
|
+
* @public
|
|
1586
1586
|
*/
|
|
1587
1587
|
nextToken?: string;
|
|
1588
1588
|
}
|
|
@@ -1591,17 +1591,17 @@ export interface ListAppAuthorizationsRequest {
|
|
|
1591
1591
|
*/
|
|
1592
1592
|
export interface ListAppAuthorizationsResponse {
|
|
1593
1593
|
/**
|
|
1594
|
-
* @public
|
|
1595
1594
|
* <p>Contains a list of app authorization summaries.</p>
|
|
1595
|
+
* @public
|
|
1596
1596
|
*/
|
|
1597
1597
|
appAuthorizationSummaryList: AppAuthorizationSummary[] | undefined;
|
|
1598
1598
|
/**
|
|
1599
|
-
* @public
|
|
1600
1599
|
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1601
1600
|
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1602
1601
|
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1603
1602
|
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1604
1603
|
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1604
|
+
* @public
|
|
1605
1605
|
*/
|
|
1606
1606
|
nextToken?: string;
|
|
1607
1607
|
}
|
|
@@ -1610,20 +1610,20 @@ export interface ListAppAuthorizationsResponse {
|
|
|
1610
1610
|
*/
|
|
1611
1611
|
export interface ListAppBundlesRequest {
|
|
1612
1612
|
/**
|
|
1613
|
-
* @public
|
|
1614
1613
|
* <p>The maximum number of results that are returned per call. You can use
|
|
1615
1614
|
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1616
1615
|
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1617
1616
|
* fewer than the specified maximum.</p>
|
|
1617
|
+
* @public
|
|
1618
1618
|
*/
|
|
1619
1619
|
maxResults?: number;
|
|
1620
1620
|
/**
|
|
1621
|
-
* @public
|
|
1622
1621
|
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1623
1622
|
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1624
1623
|
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1625
1624
|
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1626
1625
|
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1626
|
+
* @public
|
|
1627
1627
|
*/
|
|
1628
1628
|
nextToken?: string;
|
|
1629
1629
|
}
|
|
@@ -1632,17 +1632,17 @@ export interface ListAppBundlesRequest {
|
|
|
1632
1632
|
*/
|
|
1633
1633
|
export interface ListAppBundlesResponse {
|
|
1634
1634
|
/**
|
|
1635
|
-
* @public
|
|
1636
1635
|
* <p>Contains a list of app bundle summaries.</p>
|
|
1636
|
+
* @public
|
|
1637
1637
|
*/
|
|
1638
1638
|
appBundleSummaryList: AppBundleSummary[] | undefined;
|
|
1639
1639
|
/**
|
|
1640
|
-
* @public
|
|
1641
1640
|
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1642
1641
|
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1643
1642
|
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1644
1643
|
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1645
1644
|
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1645
|
+
* @public
|
|
1646
1646
|
*/
|
|
1647
1647
|
nextToken?: string;
|
|
1648
1648
|
}
|
|
@@ -1651,43 +1651,43 @@ export interface ListAppBundlesResponse {
|
|
|
1651
1651
|
*/
|
|
1652
1652
|
export interface ListIngestionDestinationsRequest {
|
|
1653
1653
|
/**
|
|
1654
|
-
* @public
|
|
1655
1654
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1656
1655
|
* to use for the request.</p>
|
|
1656
|
+
* @public
|
|
1657
1657
|
*/
|
|
1658
1658
|
appBundleIdentifier: string | undefined;
|
|
1659
1659
|
/**
|
|
1660
|
-
* @public
|
|
1661
1660
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1662
1661
|
* use for the request.</p>
|
|
1662
|
+
* @public
|
|
1663
1663
|
*/
|
|
1664
1664
|
ingestionIdentifier: string | undefined;
|
|
1665
1665
|
/**
|
|
1666
|
-
* @public
|
|
1667
1666
|
* <p>The maximum number of results that are returned per call. You can use
|
|
1668
1667
|
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1669
1668
|
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1670
1669
|
* fewer than the specified maximum.</p>
|
|
1670
|
+
* @public
|
|
1671
1671
|
*/
|
|
1672
1672
|
maxResults?: number;
|
|
1673
1673
|
/**
|
|
1674
|
-
* @public
|
|
1675
1674
|
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1676
1675
|
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1677
1676
|
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1678
1677
|
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1679
1678
|
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1679
|
+
* @public
|
|
1680
1680
|
*/
|
|
1681
1681
|
nextToken?: string;
|
|
1682
1682
|
}
|
|
1683
1683
|
/**
|
|
1684
|
-
* @public
|
|
1685
1684
|
* <p>Contains a summary of an ingestion destination.</p>
|
|
1685
|
+
* @public
|
|
1686
1686
|
*/
|
|
1687
1687
|
export interface IngestionDestinationSummary {
|
|
1688
1688
|
/**
|
|
1689
|
-
* @public
|
|
1690
1689
|
* <p>The Amazon Resource Name (ARN) of the ingestion destination.</p>
|
|
1690
|
+
* @public
|
|
1691
1691
|
*/
|
|
1692
1692
|
arn: string | undefined;
|
|
1693
1693
|
}
|
|
@@ -1696,17 +1696,17 @@ export interface IngestionDestinationSummary {
|
|
|
1696
1696
|
*/
|
|
1697
1697
|
export interface ListIngestionDestinationsResponse {
|
|
1698
1698
|
/**
|
|
1699
|
-
* @public
|
|
1700
1699
|
* <p>Contains a list of ingestion destination summaries.</p>
|
|
1700
|
+
* @public
|
|
1701
1701
|
*/
|
|
1702
1702
|
ingestionDestinations: IngestionDestinationSummary[] | undefined;
|
|
1703
1703
|
/**
|
|
1704
|
-
* @public
|
|
1705
1704
|
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1706
1705
|
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1707
1706
|
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1708
1707
|
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1709
1708
|
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1709
|
+
* @public
|
|
1710
1710
|
*/
|
|
1711
1711
|
nextToken?: string;
|
|
1712
1712
|
}
|
|
@@ -1715,52 +1715,52 @@ export interface ListIngestionDestinationsResponse {
|
|
|
1715
1715
|
*/
|
|
1716
1716
|
export interface ListIngestionsRequest {
|
|
1717
1717
|
/**
|
|
1718
|
-
* @public
|
|
1719
1718
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1720
1719
|
* to use for the request.</p>
|
|
1720
|
+
* @public
|
|
1721
1721
|
*/
|
|
1722
1722
|
appBundleIdentifier: string | undefined;
|
|
1723
1723
|
/**
|
|
1724
|
-
* @public
|
|
1725
1724
|
* <p>The maximum number of results that are returned per call. You can use
|
|
1726
1725
|
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1727
1726
|
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1728
1727
|
* fewer than the specified maximum.</p>
|
|
1728
|
+
* @public
|
|
1729
1729
|
*/
|
|
1730
1730
|
maxResults?: number;
|
|
1731
1731
|
/**
|
|
1732
|
-
* @public
|
|
1733
1732
|
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1734
1733
|
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1735
1734
|
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1736
1735
|
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1737
1736
|
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1737
|
+
* @public
|
|
1738
1738
|
*/
|
|
1739
1739
|
nextToken?: string;
|
|
1740
1740
|
}
|
|
1741
1741
|
/**
|
|
1742
|
-
* @public
|
|
1743
1742
|
* <p>Contains a summary of an ingestion.</p>
|
|
1743
|
+
* @public
|
|
1744
1744
|
*/
|
|
1745
1745
|
export interface IngestionSummary {
|
|
1746
1746
|
/**
|
|
1747
|
-
* @public
|
|
1748
1747
|
* <p>The Amazon Resource Name (ARN) of the ingestion.</p>
|
|
1748
|
+
* @public
|
|
1749
1749
|
*/
|
|
1750
1750
|
arn: string | undefined;
|
|
1751
1751
|
/**
|
|
1752
|
-
* @public
|
|
1753
1752
|
* <p>The name of the application.</p>
|
|
1753
|
+
* @public
|
|
1754
1754
|
*/
|
|
1755
1755
|
app: string | undefined;
|
|
1756
1756
|
/**
|
|
1757
|
-
* @public
|
|
1758
1757
|
* <p>The ID of the application tenant.</p>
|
|
1758
|
+
* @public
|
|
1759
1759
|
*/
|
|
1760
1760
|
tenantId: string | undefined;
|
|
1761
1761
|
/**
|
|
1762
|
-
* @public
|
|
1763
1762
|
* <p>The status of the ingestion.</p>
|
|
1763
|
+
* @public
|
|
1764
1764
|
*/
|
|
1765
1765
|
state: IngestionState | undefined;
|
|
1766
1766
|
}
|
|
@@ -1769,17 +1769,17 @@ export interface IngestionSummary {
|
|
|
1769
1769
|
*/
|
|
1770
1770
|
export interface ListIngestionsResponse {
|
|
1771
1771
|
/**
|
|
1772
|
-
* @public
|
|
1773
1772
|
* <p>Contains a list of ingestion summaries.</p>
|
|
1773
|
+
* @public
|
|
1774
1774
|
*/
|
|
1775
1775
|
ingestions: IngestionSummary[] | undefined;
|
|
1776
1776
|
/**
|
|
1777
|
-
* @public
|
|
1778
1777
|
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1779
1778
|
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1780
1779
|
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1781
1780
|
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1782
1781
|
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1782
|
+
* @public
|
|
1783
1783
|
*/
|
|
1784
1784
|
nextToken?: string;
|
|
1785
1785
|
}
|
|
@@ -1788,9 +1788,9 @@ export interface ListIngestionsResponse {
|
|
|
1788
1788
|
*/
|
|
1789
1789
|
export interface ListTagsForResourceRequest {
|
|
1790
1790
|
/**
|
|
1791
|
-
* @public
|
|
1792
1791
|
* <p>The Amazon Resource Name (ARN) of the resource for which you want to retrieve
|
|
1793
1792
|
* tags.</p>
|
|
1793
|
+
* @public
|
|
1794
1794
|
*/
|
|
1795
1795
|
resourceArn: string | undefined;
|
|
1796
1796
|
}
|
|
@@ -1799,8 +1799,8 @@ export interface ListTagsForResourceRequest {
|
|
|
1799
1799
|
*/
|
|
1800
1800
|
export interface ListTagsForResourceResponse {
|
|
1801
1801
|
/**
|
|
1802
|
-
* @public
|
|
1803
1802
|
* <p>A map of the key-value pairs for the tag or tags assigned to the specified resource.</p>
|
|
1803
|
+
* @public
|
|
1804
1804
|
*/
|
|
1805
1805
|
tags?: Tag[];
|
|
1806
1806
|
}
|
|
@@ -1809,15 +1809,15 @@ export interface ListTagsForResourceResponse {
|
|
|
1809
1809
|
*/
|
|
1810
1810
|
export interface StartIngestionRequest {
|
|
1811
1811
|
/**
|
|
1812
|
-
* @public
|
|
1813
1812
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1814
1813
|
* use for the request.</p>
|
|
1814
|
+
* @public
|
|
1815
1815
|
*/
|
|
1816
1816
|
ingestionIdentifier: string | undefined;
|
|
1817
1817
|
/**
|
|
1818
|
-
* @public
|
|
1819
1818
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1820
1819
|
* to use for the request.</p>
|
|
1820
|
+
* @public
|
|
1821
1821
|
*/
|
|
1822
1822
|
appBundleIdentifier: string | undefined;
|
|
1823
1823
|
}
|
|
@@ -1831,40 +1831,40 @@ export interface StartIngestionResponse {
|
|
|
1831
1831
|
*/
|
|
1832
1832
|
export interface StartUserAccessTasksRequest {
|
|
1833
1833
|
/**
|
|
1834
|
-
* @public
|
|
1835
1834
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1836
1835
|
* to use for the request.</p>
|
|
1836
|
+
* @public
|
|
1837
1837
|
*/
|
|
1838
1838
|
appBundleIdentifier: string | undefined;
|
|
1839
1839
|
/**
|
|
1840
|
-
* @public
|
|
1841
1840
|
* <p>The email address of the target user.</p>
|
|
1841
|
+
* @public
|
|
1842
1842
|
*/
|
|
1843
1843
|
email: string | undefined;
|
|
1844
1844
|
}
|
|
1845
1845
|
/**
|
|
1846
|
-
* @public
|
|
1847
1846
|
* <p>Contains information about a user access task.</p>
|
|
1847
|
+
* @public
|
|
1848
1848
|
*/
|
|
1849
1849
|
export interface UserAccessTaskItem {
|
|
1850
1850
|
/**
|
|
1851
|
-
* @public
|
|
1852
1851
|
* <p>The name of the application.</p>
|
|
1852
|
+
* @public
|
|
1853
1853
|
*/
|
|
1854
1854
|
app: string | undefined;
|
|
1855
1855
|
/**
|
|
1856
|
-
* @public
|
|
1857
1856
|
* <p>The ID of the application tenant.</p>
|
|
1857
|
+
* @public
|
|
1858
1858
|
*/
|
|
1859
1859
|
tenantId: string | undefined;
|
|
1860
1860
|
/**
|
|
1861
|
-
* @public
|
|
1862
1861
|
* <p>The unique ID of the task.</p>
|
|
1862
|
+
* @public
|
|
1863
1863
|
*/
|
|
1864
1864
|
taskId?: string;
|
|
1865
1865
|
/**
|
|
1866
|
-
* @public
|
|
1867
1866
|
* <p>Error from the task, if any.</p>
|
|
1867
|
+
* @public
|
|
1868
1868
|
*/
|
|
1869
1869
|
error?: TaskError;
|
|
1870
1870
|
}
|
|
@@ -1873,8 +1873,8 @@ export interface UserAccessTaskItem {
|
|
|
1873
1873
|
*/
|
|
1874
1874
|
export interface StartUserAccessTasksResponse {
|
|
1875
1875
|
/**
|
|
1876
|
-
* @public
|
|
1877
1876
|
* <p>Contains a list of user access task information.</p>
|
|
1877
|
+
* @public
|
|
1878
1878
|
*/
|
|
1879
1879
|
userAccessTasksList?: UserAccessTaskItem[];
|
|
1880
1880
|
}
|
|
@@ -1883,15 +1883,15 @@ export interface StartUserAccessTasksResponse {
|
|
|
1883
1883
|
*/
|
|
1884
1884
|
export interface StopIngestionRequest {
|
|
1885
1885
|
/**
|
|
1886
|
-
* @public
|
|
1887
1886
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1888
1887
|
* use for the request.</p>
|
|
1888
|
+
* @public
|
|
1889
1889
|
*/
|
|
1890
1890
|
ingestionIdentifier: string | undefined;
|
|
1891
1891
|
/**
|
|
1892
|
-
* @public
|
|
1893
1892
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1894
1893
|
* to use for the request.</p>
|
|
1894
|
+
* @public
|
|
1895
1895
|
*/
|
|
1896
1896
|
appBundleIdentifier: string | undefined;
|
|
1897
1897
|
}
|
|
@@ -1905,13 +1905,13 @@ export interface StopIngestionResponse {
|
|
|
1905
1905
|
*/
|
|
1906
1906
|
export interface TagResourceRequest {
|
|
1907
1907
|
/**
|
|
1908
|
-
* @public
|
|
1909
1908
|
* <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
|
|
1909
|
+
* @public
|
|
1910
1910
|
*/
|
|
1911
1911
|
resourceArn: string | undefined;
|
|
1912
1912
|
/**
|
|
1913
|
-
* @public
|
|
1914
1913
|
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
1914
|
+
* @public
|
|
1915
1915
|
*/
|
|
1916
1916
|
tags: Tag[] | undefined;
|
|
1917
1917
|
}
|
|
@@ -1925,14 +1925,14 @@ export interface TagResourceResponse {
|
|
|
1925
1925
|
*/
|
|
1926
1926
|
export interface UntagResourceRequest {
|
|
1927
1927
|
/**
|
|
1928
|
-
* @public
|
|
1929
1928
|
* <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
|
|
1929
|
+
* @public
|
|
1930
1930
|
*/
|
|
1931
1931
|
resourceArn: string | undefined;
|
|
1932
1932
|
/**
|
|
1933
|
-
* @public
|
|
1934
1933
|
* <p>The keys of the key-value pairs for the tag or tags you want to remove from the
|
|
1935
1934
|
* specified resource.</p>
|
|
1935
|
+
* @public
|
|
1936
1936
|
*/
|
|
1937
1937
|
tagKeys: string[] | undefined;
|
|
1938
1938
|
}
|
|
@@ -1946,30 +1946,30 @@ export interface UntagResourceResponse {
|
|
|
1946
1946
|
*/
|
|
1947
1947
|
export interface UpdateAppAuthorizationRequest {
|
|
1948
1948
|
/**
|
|
1949
|
-
* @public
|
|
1950
1949
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1951
1950
|
* to use for the request.</p>
|
|
1951
|
+
* @public
|
|
1952
1952
|
*/
|
|
1953
1953
|
appBundleIdentifier: string | undefined;
|
|
1954
1954
|
/**
|
|
1955
|
-
* @public
|
|
1956
1955
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
|
|
1957
1956
|
* authorization to use for the request.</p>
|
|
1957
|
+
* @public
|
|
1958
1958
|
*/
|
|
1959
1959
|
appAuthorizationIdentifier: string | undefined;
|
|
1960
1960
|
/**
|
|
1961
|
-
* @public
|
|
1962
1961
|
* <p>Contains credentials for the application, such as an API key or OAuth2 client ID and
|
|
1963
1962
|
* secret.</p>
|
|
1964
1963
|
* <p>Specify credentials that match the authorization type of the app authorization to
|
|
1965
1964
|
* update. For example, if the authorization type of the app authorization is OAuth2
|
|
1966
1965
|
* (<code>oauth2</code>), then you should provide only the OAuth2 credentials.</p>
|
|
1966
|
+
* @public
|
|
1967
1967
|
*/
|
|
1968
1968
|
credential?: Credential;
|
|
1969
1969
|
/**
|
|
1970
|
-
* @public
|
|
1971
1970
|
* <p>Contains information about an application tenant, such as the application display name
|
|
1972
1971
|
* and identifier.</p>
|
|
1972
|
+
* @public
|
|
1973
1973
|
*/
|
|
1974
1974
|
tenant?: Tenant;
|
|
1975
1975
|
}
|
|
@@ -1978,8 +1978,8 @@ export interface UpdateAppAuthorizationRequest {
|
|
|
1978
1978
|
*/
|
|
1979
1979
|
export interface UpdateAppAuthorizationResponse {
|
|
1980
1980
|
/**
|
|
1981
|
-
* @public
|
|
1982
1981
|
* <p>Contains information about an app authorization.</p>
|
|
1982
|
+
* @public
|
|
1983
1983
|
*/
|
|
1984
1984
|
appAuthorization: AppAuthorization | undefined;
|
|
1985
1985
|
}
|
|
@@ -1988,26 +1988,26 @@ export interface UpdateAppAuthorizationResponse {
|
|
|
1988
1988
|
*/
|
|
1989
1989
|
export interface UpdateIngestionDestinationRequest {
|
|
1990
1990
|
/**
|
|
1991
|
-
* @public
|
|
1992
1991
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1993
1992
|
* to use for the request.</p>
|
|
1993
|
+
* @public
|
|
1994
1994
|
*/
|
|
1995
1995
|
appBundleIdentifier: string | undefined;
|
|
1996
1996
|
/**
|
|
1997
|
-
* @public
|
|
1998
1997
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1999
1998
|
* use for the request.</p>
|
|
1999
|
+
* @public
|
|
2000
2000
|
*/
|
|
2001
2001
|
ingestionIdentifier: string | undefined;
|
|
2002
2002
|
/**
|
|
2003
|
-
* @public
|
|
2004
2003
|
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
|
|
2005
2004
|
* destination to use for the request.</p>
|
|
2005
|
+
* @public
|
|
2006
2006
|
*/
|
|
2007
2007
|
ingestionDestinationIdentifier: string | undefined;
|
|
2008
2008
|
/**
|
|
2009
|
-
* @public
|
|
2010
2009
|
* <p>Contains information about the destination of ingested data.</p>
|
|
2010
|
+
* @public
|
|
2011
2011
|
*/
|
|
2012
2012
|
destinationConfiguration: DestinationConfiguration | undefined;
|
|
2013
2013
|
}
|
|
@@ -2016,8 +2016,8 @@ export interface UpdateIngestionDestinationRequest {
|
|
|
2016
2016
|
*/
|
|
2017
2017
|
export interface UpdateIngestionDestinationResponse {
|
|
2018
2018
|
/**
|
|
2019
|
-
* @public
|
|
2020
2019
|
* <p>Contains information about an ingestion destination.</p>
|
|
2020
|
+
* @public
|
|
2021
2021
|
*/
|
|
2022
2022
|
ingestionDestination: IngestionDestination | undefined;
|
|
2023
2023
|
}
|