@aws-sdk/client-appintegrations 3.948.0 → 3.953.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-cjs/index.js +348 -236
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateDataIntegrationAssociationCommand.js +2 -2
- package/dist-es/commands/CreateDataIntegrationCommand.js +2 -2
- package/dist-es/commands/CreateEventIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteDataIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteEventIntegrationCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetDataIntegrationCommand.js +2 -2
- package/dist-es/commands/GetEventIntegrationCommand.js +2 -2
- package/dist-es/commands/ListApplicationAssociationsCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +2 -2
- package/dist-es/commands/ListDataIntegrationsCommand.js +2 -2
- package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +2 -2
- package/dist-es/commands/ListEventIntegrationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateDataIntegrationAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateDataIntegrationCommand.js +2 -2
- package/dist-es/commands/UpdateEventIntegrationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +217 -202
- package/dist-types/AppIntegrationsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +98 -116
- package/dist-types/ts3.4/AppIntegrationsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +97 -117
- package/package.json +34 -34
|
@@ -182,14 +182,14 @@ const _t = "tags";
|
|
|
182
182
|
const _tK = "tagKeys";
|
|
183
183
|
const n0 = "com.amazonaws.appintegrations";
|
|
184
184
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
185
|
-
import { AppIntegrationsServiceException
|
|
186
|
-
import { AccessDeniedException
|
|
187
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
188
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
189
|
-
export var ApplicationAssociationSummary = [3, n0, _AAS, 0, [_AAA, _AA, _CI], [0, 0, 0]];
|
|
190
|
-
export var ApplicationConfig = [3, n0, _AC, 0, [_CH], [() => ContactHandling]];
|
|
191
|
-
export var ApplicationSourceConfig = [3, n0, _ASC, 0, [_EUC], [() => ExternalUrlConfig]];
|
|
192
|
-
export var ApplicationSummary = [
|
|
185
|
+
import { AppIntegrationsServiceException } from "../models/AppIntegrationsServiceException";
|
|
186
|
+
import { AccessDeniedException, DuplicateResourceException, InternalServiceError, InvalidRequestException, ResourceNotFoundException, ResourceQuotaExceededException, ThrottlingException, UnsupportedOperationException, } from "../models/errors";
|
|
187
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
188
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
189
|
+
export var ApplicationAssociationSummary$ = [3, n0, _AAS, 0, [_AAA, _AA, _CI], [0, 0, 0]];
|
|
190
|
+
export var ApplicationConfig$ = [3, n0, _AC, 0, [_CH], [() => ContactHandling$]];
|
|
191
|
+
export var ApplicationSourceConfig$ = [3, n0, _ASC, 0, [_EUC], [() => ExternalUrlConfig$]];
|
|
192
|
+
export var ApplicationSummary$ = [
|
|
193
193
|
3,
|
|
194
194
|
n0,
|
|
195
195
|
_AS,
|
|
@@ -197,8 +197,8 @@ export var ApplicationSummary = [
|
|
|
197
197
|
[_A, _I, _N, _Na, _CT, _LMT, _IS, _AT],
|
|
198
198
|
[0, 0, 0, 0, 4, 4, 2, 0],
|
|
199
199
|
];
|
|
200
|
-
export var ContactHandling = [3, n0, _CH, 0, [_S], [0]];
|
|
201
|
-
export var CreateApplicationRequest = [
|
|
200
|
+
export var ContactHandling$ = [3, n0, _CH, 0, [_S], [0]];
|
|
201
|
+
export var CreateApplicationRequest$ = [
|
|
202
202
|
3,
|
|
203
203
|
n0,
|
|
204
204
|
_CAR,
|
|
@@ -208,7 +208,7 @@ export var CreateApplicationRequest = [
|
|
|
208
208
|
0,
|
|
209
209
|
0,
|
|
210
210
|
0,
|
|
211
|
-
() => ApplicationSourceConfig
|
|
211
|
+
() => ApplicationSourceConfig$,
|
|
212
212
|
() => SubscriptionList,
|
|
213
213
|
() => PublicationList,
|
|
214
214
|
[0, 4],
|
|
@@ -216,22 +216,29 @@ export var CreateApplicationRequest = [
|
|
|
216
216
|
64 | 0,
|
|
217
217
|
2,
|
|
218
218
|
1,
|
|
219
|
-
() => ApplicationConfig
|
|
220
|
-
() => IframeConfig
|
|
219
|
+
() => ApplicationConfig$,
|
|
220
|
+
() => IframeConfig$,
|
|
221
221
|
0,
|
|
222
222
|
],
|
|
223
223
|
];
|
|
224
|
-
export var CreateApplicationResponse = [3, n0, _CARr, 0, [_A, _I], [0, 0]];
|
|
225
|
-
export var CreateDataIntegrationAssociationRequest = [
|
|
224
|
+
export var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_A, _I], [0, 0]];
|
|
225
|
+
export var CreateDataIntegrationAssociationRequest$ = [
|
|
226
226
|
3,
|
|
227
227
|
n0,
|
|
228
228
|
_CDIAR,
|
|
229
229
|
0,
|
|
230
230
|
[_DII, _CI, _OC, _DURI, _CAM, _CTl, _EC],
|
|
231
|
-
[[0, 1], 0, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]], 0, 128 | 0, [0, 4], () => ExecutionConfiguration],
|
|
231
|
+
[[0, 1], 0, [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]], 0, 128 | 0, [0, 4], () => ExecutionConfiguration$],
|
|
232
232
|
];
|
|
233
|
-
export var CreateDataIntegrationAssociationResponse = [
|
|
234
|
-
|
|
233
|
+
export var CreateDataIntegrationAssociationResponse$ = [
|
|
234
|
+
3,
|
|
235
|
+
n0,
|
|
236
|
+
_CDIARr,
|
|
237
|
+
0,
|
|
238
|
+
[_DIAI, _DIA],
|
|
239
|
+
[0, 0],
|
|
240
|
+
];
|
|
241
|
+
export var CreateDataIntegrationRequest$ = [
|
|
235
242
|
3,
|
|
236
243
|
n0,
|
|
237
244
|
_CDIR,
|
|
@@ -242,14 +249,14 @@ export var CreateDataIntegrationRequest = [
|
|
|
242
249
|
0,
|
|
243
250
|
0,
|
|
244
251
|
0,
|
|
245
|
-
() => ScheduleConfiguration
|
|
252
|
+
() => ScheduleConfiguration$,
|
|
246
253
|
128 | 0,
|
|
247
254
|
[0, 4],
|
|
248
|
-
() => FileConfiguration
|
|
255
|
+
() => FileConfiguration$,
|
|
249
256
|
[2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]],
|
|
250
257
|
],
|
|
251
258
|
];
|
|
252
|
-
export var CreateDataIntegrationResponse = [
|
|
259
|
+
export var CreateDataIntegrationResponse$ = [
|
|
253
260
|
3,
|
|
254
261
|
n0,
|
|
255
262
|
_CDIRr,
|
|
@@ -262,49 +269,49 @@ export var CreateDataIntegrationResponse = [
|
|
|
262
269
|
0,
|
|
263
270
|
0,
|
|
264
271
|
0,
|
|
265
|
-
() => ScheduleConfiguration
|
|
272
|
+
() => ScheduleConfiguration$,
|
|
266
273
|
128 | 0,
|
|
267
274
|
0,
|
|
268
|
-
() => FileConfiguration
|
|
275
|
+
() => FileConfiguration$,
|
|
269
276
|
[2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]],
|
|
270
277
|
],
|
|
271
278
|
];
|
|
272
|
-
export var CreateEventIntegrationRequest = [
|
|
279
|
+
export var CreateEventIntegrationRequest$ = [
|
|
273
280
|
3,
|
|
274
281
|
n0,
|
|
275
282
|
_CEIR,
|
|
276
283
|
0,
|
|
277
284
|
[_N, _D, _EF, _EBB, _CTl, _T],
|
|
278
|
-
[0, 0, () => EventFilter
|
|
285
|
+
[0, 0, () => EventFilter$, 0, [0, 4], 128 | 0],
|
|
279
286
|
];
|
|
280
|
-
export var CreateEventIntegrationResponse = [3, n0, _CEIRr, 0, [_EIA], [0]];
|
|
281
|
-
export var DataIntegrationAssociationSummary = [
|
|
287
|
+
export var CreateEventIntegrationResponse$ = [3, n0, _CEIRr, 0, [_EIA], [0]];
|
|
288
|
+
export var DataIntegrationAssociationSummary$ = [
|
|
282
289
|
3,
|
|
283
290
|
n0,
|
|
284
291
|
_DIAS,
|
|
285
292
|
0,
|
|
286
293
|
[_DIAA, _DIA, _CI, _DURI, _LES, _EC],
|
|
287
|
-
[0, 0, 0, 0, () => LastExecutionStatus
|
|
288
|
-
];
|
|
289
|
-
export var DataIntegrationSummary = [3, n0, _DIS, 0, [_A, _N, _SURI], [0, 0, 0]];
|
|
290
|
-
export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_A], [[0, 1]]];
|
|
291
|
-
export var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
|
|
292
|
-
export var DeleteDataIntegrationRequest = [3, n0, _DDIR, 0, [_DII], [[0, 1]]];
|
|
293
|
-
export var DeleteDataIntegrationResponse = [3, n0, _DDIRe, 0, [], []];
|
|
294
|
-
export var DeleteEventIntegrationRequest = [3, n0, _DEIR, 0, [_N], [[0, 1]]];
|
|
295
|
-
export var DeleteEventIntegrationResponse = [3, n0, _DEIRe, 0, [], []];
|
|
296
|
-
export var DuplicateResourceException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
297
|
-
TypeRegistry.for(n0).registerError(DuplicateResourceException
|
|
298
|
-
export var EventFilter = [3, n0, _EF, 0, [_So], [0]];
|
|
299
|
-
export var EventIntegration = [
|
|
294
|
+
[0, 0, 0, 0, () => LastExecutionStatus$, () => ExecutionConfiguration$],
|
|
295
|
+
];
|
|
296
|
+
export var DataIntegrationSummary$ = [3, n0, _DIS, 0, [_A, _N, _SURI], [0, 0, 0]];
|
|
297
|
+
export var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_A], [[0, 1]]];
|
|
298
|
+
export var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
|
|
299
|
+
export var DeleteDataIntegrationRequest$ = [3, n0, _DDIR, 0, [_DII], [[0, 1]]];
|
|
300
|
+
export var DeleteDataIntegrationResponse$ = [3, n0, _DDIRe, 0, [], []];
|
|
301
|
+
export var DeleteEventIntegrationRequest$ = [3, n0, _DEIR, 0, [_N], [[0, 1]]];
|
|
302
|
+
export var DeleteEventIntegrationResponse$ = [3, n0, _DEIRe, 0, [], []];
|
|
303
|
+
export var DuplicateResourceException$ = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
304
|
+
TypeRegistry.for(n0).registerError(DuplicateResourceException$, DuplicateResourceException);
|
|
305
|
+
export var EventFilter$ = [3, n0, _EF, 0, [_So], [0]];
|
|
306
|
+
export var EventIntegration$ = [
|
|
300
307
|
3,
|
|
301
308
|
n0,
|
|
302
309
|
_EI,
|
|
303
310
|
0,
|
|
304
311
|
[_EIA, _N, _D, _EF, _EBB, _T],
|
|
305
|
-
[0, 0, 0, () => EventFilter
|
|
312
|
+
[0, 0, 0, () => EventFilter$, 0, 128 | 0],
|
|
306
313
|
];
|
|
307
|
-
export var EventIntegrationAssociation = [
|
|
314
|
+
export var EventIntegrationAssociation$ = [
|
|
308
315
|
3,
|
|
309
316
|
n0,
|
|
310
317
|
_EIAv,
|
|
@@ -312,18 +319,18 @@ export var EventIntegrationAssociation = [
|
|
|
312
319
|
[_EIAA, _EIAI, _EIN, _CI, _EBRN, _CAM],
|
|
313
320
|
[0, 0, 0, 0, 0, 128 | 0],
|
|
314
321
|
];
|
|
315
|
-
export var ExecutionConfiguration = [
|
|
322
|
+
export var ExecutionConfiguration$ = [
|
|
316
323
|
3,
|
|
317
324
|
n0,
|
|
318
325
|
_EC,
|
|
319
326
|
0,
|
|
320
327
|
[_EM, _ODC, _SCc],
|
|
321
|
-
[0, () => OnDemandConfiguration
|
|
328
|
+
[0, () => OnDemandConfiguration$, () => ScheduleConfiguration$],
|
|
322
329
|
];
|
|
323
|
-
export var ExternalUrlConfig = [3, n0, _EUC, 0, [_AU, _AO], [0, 64 | 0]];
|
|
324
|
-
export var FileConfiguration = [3, n0, _FC, 0, [_F, _Fi], [64 | 0, [2, n0, _FM, 0, 0, 64 | 0]]];
|
|
325
|
-
export var GetApplicationRequest = [3, n0, _GAR, 0, [_A], [[0, 1]]];
|
|
326
|
-
export var GetApplicationResponse = [
|
|
330
|
+
export var ExternalUrlConfig$ = [3, n0, _EUC, 0, [_AU, _AO], [0, 64 | 0]];
|
|
331
|
+
export var FileConfiguration$ = [3, n0, _FC, 0, [_F, _Fi], [64 | 0, [2, n0, _FM, 0, 0, 64 | 0]]];
|
|
332
|
+
export var GetApplicationRequest$ = [3, n0, _GAR, 0, [_A], [[0, 1]]];
|
|
333
|
+
export var GetApplicationResponse$ = [
|
|
327
334
|
3,
|
|
328
335
|
n0,
|
|
329
336
|
_GARe,
|
|
@@ -335,7 +342,7 @@ export var GetApplicationResponse = [
|
|
|
335
342
|
0,
|
|
336
343
|
0,
|
|
337
344
|
0,
|
|
338
|
-
() => ApplicationSourceConfig
|
|
345
|
+
() => ApplicationSourceConfig$,
|
|
339
346
|
() => SubscriptionList,
|
|
340
347
|
() => PublicationList,
|
|
341
348
|
4,
|
|
@@ -344,13 +351,13 @@ export var GetApplicationResponse = [
|
|
|
344
351
|
64 | 0,
|
|
345
352
|
2,
|
|
346
353
|
1,
|
|
347
|
-
() => ApplicationConfig
|
|
348
|
-
() => IframeConfig
|
|
354
|
+
() => ApplicationConfig$,
|
|
355
|
+
() => IframeConfig$,
|
|
349
356
|
0,
|
|
350
357
|
],
|
|
351
358
|
];
|
|
352
|
-
export var GetDataIntegrationRequest = [3, n0, _GDIR, 0, [_Id], [[0, 1]]];
|
|
353
|
-
export var GetDataIntegrationResponse = [
|
|
359
|
+
export var GetDataIntegrationRequest$ = [3, n0, _GDIR, 0, [_Id], [[0, 1]]];
|
|
360
|
+
export var GetDataIntegrationResponse$ = [
|
|
354
361
|
3,
|
|
355
362
|
n0,
|
|
356
363
|
_GDIRe,
|
|
@@ -363,28 +370,28 @@ export var GetDataIntegrationResponse = [
|
|
|
363
370
|
0,
|
|
364
371
|
0,
|
|
365
372
|
0,
|
|
366
|
-
() => ScheduleConfiguration
|
|
373
|
+
() => ScheduleConfiguration$,
|
|
367
374
|
128 | 0,
|
|
368
|
-
() => FileConfiguration
|
|
375
|
+
() => FileConfiguration$,
|
|
369
376
|
[2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]],
|
|
370
377
|
],
|
|
371
378
|
];
|
|
372
|
-
export var GetEventIntegrationRequest = [3, n0, _GEIR, 0, [_N], [[0, 1]]];
|
|
373
|
-
export var GetEventIntegrationResponse = [
|
|
379
|
+
export var GetEventIntegrationRequest$ = [3, n0, _GEIR, 0, [_N], [[0, 1]]];
|
|
380
|
+
export var GetEventIntegrationResponse$ = [
|
|
374
381
|
3,
|
|
375
382
|
n0,
|
|
376
383
|
_GEIRe,
|
|
377
384
|
0,
|
|
378
385
|
[_N, _D, _EIA, _EBB, _EF, _T],
|
|
379
|
-
[0, 0, 0, 0, () => EventFilter
|
|
380
|
-
];
|
|
381
|
-
export var IframeConfig = [3, n0, _IC, 0, [_Al, _Sa], [64 | 0, 64 | 0]];
|
|
382
|
-
export var InternalServiceError = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
383
|
-
TypeRegistry.for(n0).registerError(InternalServiceError
|
|
384
|
-
export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
385
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
386
|
-
export var LastExecutionStatus = [3, n0, _LES, 0, [_ES, _SM], [0, 0]];
|
|
387
|
-
export var ListApplicationAssociationsRequest = [
|
|
386
|
+
[0, 0, 0, 0, () => EventFilter$, 128 | 0],
|
|
387
|
+
];
|
|
388
|
+
export var IframeConfig$ = [3, n0, _IC, 0, [_Al, _Sa], [64 | 0, 64 | 0]];
|
|
389
|
+
export var InternalServiceError$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
390
|
+
TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
|
|
391
|
+
export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
392
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
393
|
+
export var LastExecutionStatus$ = [3, n0, _LES, 0, [_ES, _SM], [0, 0]];
|
|
394
|
+
export var ListApplicationAssociationsRequest$ = [
|
|
388
395
|
3,
|
|
389
396
|
n0,
|
|
390
397
|
_LAAR,
|
|
@@ -396,7 +403,7 @@ export var ListApplicationAssociationsRequest = [
|
|
|
396
403
|
[1, { [_hQ]: _mR }],
|
|
397
404
|
],
|
|
398
405
|
];
|
|
399
|
-
export var ListApplicationAssociationsResponse = [
|
|
406
|
+
export var ListApplicationAssociationsResponse$ = [
|
|
400
407
|
3,
|
|
401
408
|
n0,
|
|
402
409
|
_LAARi,
|
|
@@ -404,7 +411,7 @@ export var ListApplicationAssociationsResponse = [
|
|
|
404
411
|
[_AAp, _NT],
|
|
405
412
|
[() => ApplicationAssociationsList, 0],
|
|
406
413
|
];
|
|
407
|
-
export var ListApplicationsRequest = [
|
|
414
|
+
export var ListApplicationsRequest$ = [
|
|
408
415
|
3,
|
|
409
416
|
n0,
|
|
410
417
|
_LAR,
|
|
@@ -416,8 +423,15 @@ export var ListApplicationsRequest = [
|
|
|
416
423
|
[0, { [_hQ]: _aT }],
|
|
417
424
|
],
|
|
418
425
|
];
|
|
419
|
-
export var ListApplicationsResponse = [
|
|
420
|
-
|
|
426
|
+
export var ListApplicationsResponse$ = [
|
|
427
|
+
3,
|
|
428
|
+
n0,
|
|
429
|
+
_LARi,
|
|
430
|
+
0,
|
|
431
|
+
[_Ap, _NT],
|
|
432
|
+
[() => ApplicationsList, 0],
|
|
433
|
+
];
|
|
434
|
+
export var ListDataIntegrationAssociationsRequest$ = [
|
|
421
435
|
3,
|
|
422
436
|
n0,
|
|
423
437
|
_LDIAR,
|
|
@@ -429,7 +443,7 @@ export var ListDataIntegrationAssociationsRequest = [
|
|
|
429
443
|
[1, { [_hQ]: _mR }],
|
|
430
444
|
],
|
|
431
445
|
];
|
|
432
|
-
export var ListDataIntegrationAssociationsResponse = [
|
|
446
|
+
export var ListDataIntegrationAssociationsResponse$ = [
|
|
433
447
|
3,
|
|
434
448
|
n0,
|
|
435
449
|
_LDIARi,
|
|
@@ -437,7 +451,7 @@ export var ListDataIntegrationAssociationsResponse = [
|
|
|
437
451
|
[_DIAa, _NT],
|
|
438
452
|
[() => DataIntegrationAssociationsList, 0],
|
|
439
453
|
];
|
|
440
|
-
export var ListDataIntegrationsRequest = [
|
|
454
|
+
export var ListDataIntegrationsRequest$ = [
|
|
441
455
|
3,
|
|
442
456
|
n0,
|
|
443
457
|
_LDIR,
|
|
@@ -448,7 +462,7 @@ export var ListDataIntegrationsRequest = [
|
|
|
448
462
|
[1, { [_hQ]: _mR }],
|
|
449
463
|
],
|
|
450
464
|
];
|
|
451
|
-
export var ListDataIntegrationsResponse = [
|
|
465
|
+
export var ListDataIntegrationsResponse$ = [
|
|
452
466
|
3,
|
|
453
467
|
n0,
|
|
454
468
|
_LDIRi,
|
|
@@ -456,7 +470,7 @@ export var ListDataIntegrationsResponse = [
|
|
|
456
470
|
[_DI, _NT],
|
|
457
471
|
[() => DataIntegrationsList, 0],
|
|
458
472
|
];
|
|
459
|
-
export var ListEventIntegrationAssociationsRequest = [
|
|
473
|
+
export var ListEventIntegrationAssociationsRequest$ = [
|
|
460
474
|
3,
|
|
461
475
|
n0,
|
|
462
476
|
_LEIAR,
|
|
@@ -468,7 +482,7 @@ export var ListEventIntegrationAssociationsRequest = [
|
|
|
468
482
|
[1, { [_hQ]: _mR }],
|
|
469
483
|
],
|
|
470
484
|
];
|
|
471
|
-
export var ListEventIntegrationAssociationsResponse = [
|
|
485
|
+
export var ListEventIntegrationAssociationsResponse$ = [
|
|
472
486
|
3,
|
|
473
487
|
n0,
|
|
474
488
|
_LEIARi,
|
|
@@ -476,7 +490,7 @@ export var ListEventIntegrationAssociationsResponse = [
|
|
|
476
490
|
[_EIAve, _NT],
|
|
477
491
|
[() => EventIntegrationAssociationsList, 0],
|
|
478
492
|
];
|
|
479
|
-
export var ListEventIntegrationsRequest = [
|
|
493
|
+
export var ListEventIntegrationsRequest$ = [
|
|
480
494
|
3,
|
|
481
495
|
n0,
|
|
482
496
|
_LEIR,
|
|
@@ -487,7 +501,7 @@ export var ListEventIntegrationsRequest = [
|
|
|
487
501
|
[1, { [_hQ]: _mR }],
|
|
488
502
|
],
|
|
489
503
|
];
|
|
490
|
-
export var ListEventIntegrationsResponse = [
|
|
504
|
+
export var ListEventIntegrationsResponse$ = [
|
|
491
505
|
3,
|
|
492
506
|
n0,
|
|
493
507
|
_LEIRi,
|
|
@@ -495,23 +509,23 @@ export var ListEventIntegrationsResponse = [
|
|
|
495
509
|
[_EIv, _NT],
|
|
496
510
|
[() => EventIntegrationsList, 0],
|
|
497
511
|
];
|
|
498
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
499
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
500
|
-
export var OnDemandConfiguration = [3, n0, _ODC, 0, [_ST, _ET], [0, 0]];
|
|
501
|
-
export var Publication = [3, n0, _Pu, 0, [_E, _Sc, _D], [0, 0, 0]];
|
|
502
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
503
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
504
|
-
export var ResourceQuotaExceededException = [-3, n0, _RQEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
505
|
-
TypeRegistry.for(n0).registerError(ResourceQuotaExceededException
|
|
506
|
-
export var ScheduleConfiguration = [3, n0, _SCc, 0, [_FEF, _O, _SE], [0, 0, 0]];
|
|
507
|
-
export var Subscription = [3, n0, _Sub, 0, [_E, _D], [0, 0]];
|
|
508
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
509
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
510
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
511
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
512
|
-
export var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
513
|
-
TypeRegistry.for(n0).registerError(UnsupportedOperationException
|
|
514
|
-
export var UntagResourceRequest = [
|
|
512
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
513
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
514
|
+
export var OnDemandConfiguration$ = [3, n0, _ODC, 0, [_ST, _ET], [0, 0]];
|
|
515
|
+
export var Publication$ = [3, n0, _Pu, 0, [_E, _Sc, _D], [0, 0, 0]];
|
|
516
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
517
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
518
|
+
export var ResourceQuotaExceededException$ = [-3, n0, _RQEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
519
|
+
TypeRegistry.for(n0).registerError(ResourceQuotaExceededException$, ResourceQuotaExceededException);
|
|
520
|
+
export var ScheduleConfiguration$ = [3, n0, _SCc, 0, [_FEF, _O, _SE], [0, 0, 0]];
|
|
521
|
+
export var Subscription$ = [3, n0, _Sub, 0, [_E, _D], [0, 0]];
|
|
522
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
523
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
524
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
525
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
526
|
+
export var UnsupportedOperationException$ = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
527
|
+
TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
528
|
+
export var UntagResourceRequest$ = [
|
|
515
529
|
3,
|
|
516
530
|
n0,
|
|
517
531
|
_URR,
|
|
@@ -522,8 +536,8 @@ export var UntagResourceRequest = [
|
|
|
522
536
|
[64 | 0, { [_hQ]: _tK }],
|
|
523
537
|
],
|
|
524
538
|
];
|
|
525
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
526
|
-
export var UpdateApplicationRequest = [
|
|
539
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
540
|
+
export var UpdateApplicationRequest$ = [
|
|
527
541
|
3,
|
|
528
542
|
n0,
|
|
529
543
|
_UAR,
|
|
@@ -533,226 +547,227 @@ export var UpdateApplicationRequest = [
|
|
|
533
547
|
[0, 1],
|
|
534
548
|
0,
|
|
535
549
|
0,
|
|
536
|
-
() => ApplicationSourceConfig
|
|
550
|
+
() => ApplicationSourceConfig$,
|
|
537
551
|
() => SubscriptionList,
|
|
538
552
|
() => PublicationList,
|
|
539
553
|
64 | 0,
|
|
540
554
|
2,
|
|
541
555
|
1,
|
|
542
|
-
() => ApplicationConfig
|
|
543
|
-
() => IframeConfig
|
|
556
|
+
() => ApplicationConfig$,
|
|
557
|
+
() => IframeConfig$,
|
|
544
558
|
0,
|
|
545
559
|
],
|
|
546
560
|
];
|
|
547
|
-
export var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
|
|
548
|
-
export var UpdateDataIntegrationAssociationRequest = [
|
|
561
|
+
export var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [], []];
|
|
562
|
+
export var UpdateDataIntegrationAssociationRequest$ = [
|
|
549
563
|
3,
|
|
550
564
|
n0,
|
|
551
565
|
_UDIAR,
|
|
552
566
|
0,
|
|
553
567
|
[_DII, _DIAIa, _EC],
|
|
554
|
-
[[0, 1], [0, 1], () => ExecutionConfiguration],
|
|
555
|
-
];
|
|
556
|
-
export var UpdateDataIntegrationAssociationResponse = [3, n0, _UDIARp, 0, [], []];
|
|
557
|
-
export var UpdateDataIntegrationRequest = [3, n0, _UDIR, 0, [_Id, _N, _D], [[0, 1], 0, 0]];
|
|
558
|
-
export var UpdateDataIntegrationResponse = [3, n0, _UDIRp, 0, [], []];
|
|
559
|
-
export var UpdateEventIntegrationRequest = [3, n0, _UEIR, 0, [_N, _D], [[0, 1], 0]];
|
|
560
|
-
export var UpdateEventIntegrationResponse = [3, n0, _UEIRp, 0, [], []];
|
|
561
|
-
export var AppIntegrationsServiceException = [
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
export var ApplicationsList = [1, n0, _AL, 0, () => ApplicationSummary];
|
|
566
|
-
export var DataIntegrationAssociationsList = [
|
|
567
|
-
1,
|
|
568
|
-
n0,
|
|
569
|
-
_DIAL,
|
|
568
|
+
[[0, 1], [0, 1], () => ExecutionConfiguration$],
|
|
569
|
+
];
|
|
570
|
+
export var UpdateDataIntegrationAssociationResponse$ = [3, n0, _UDIARp, 0, [], []];
|
|
571
|
+
export var UpdateDataIntegrationRequest$ = [3, n0, _UDIR, 0, [_Id, _N, _D], [[0, 1], 0, 0]];
|
|
572
|
+
export var UpdateDataIntegrationResponse$ = [3, n0, _UDIRp, 0, [], []];
|
|
573
|
+
export var UpdateEventIntegrationRequest$ = [3, n0, _UEIR, 0, [_N, _D], [[0, 1], 0]];
|
|
574
|
+
export var UpdateEventIntegrationResponse$ = [3, n0, _UEIRp, 0, [], []];
|
|
575
|
+
export var AppIntegrationsServiceException$ = [
|
|
576
|
+
-3,
|
|
577
|
+
_sm,
|
|
578
|
+
"AppIntegrationsServiceException",
|
|
570
579
|
0,
|
|
571
|
-
|
|
572
|
-
]
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
580
|
+
[],
|
|
581
|
+
[],
|
|
582
|
+
];
|
|
583
|
+
TypeRegistry.for(_sm).registerError(AppIntegrationsServiceException$, AppIntegrationsServiceException);
|
|
584
|
+
var ApplicationApprovedOrigins = 64 | 0;
|
|
585
|
+
var ApplicationAssociationsList = [1, n0, _AAL, 0, () => ApplicationAssociationSummary$];
|
|
586
|
+
var ApplicationsList = [1, n0, _AL, 0, () => ApplicationSummary$];
|
|
587
|
+
var DataIntegrationAssociationsList = [1, n0, _DIAL, 0, () => DataIntegrationAssociationSummary$];
|
|
588
|
+
var DataIntegrationsList = [1, n0, _DIL, 0, () => DataIntegrationSummary$];
|
|
589
|
+
var EventIntegrationAssociationsList = [1, n0, _EIAL, 0, () => EventIntegrationAssociation$];
|
|
590
|
+
var EventIntegrationsList = [1, n0, _EIL, 0, () => EventIntegration$];
|
|
591
|
+
var FieldsList = 64 | 0;
|
|
592
|
+
var FolderList = 64 | 0;
|
|
593
|
+
var IframePermissionList = 64 | 0;
|
|
594
|
+
var PermissionList = 64 | 0;
|
|
595
|
+
var PublicationList = [1, n0, _PL, 0, () => Publication$];
|
|
596
|
+
var SubscriptionList = [1, n0, _SL, 0, () => Subscription$];
|
|
597
|
+
var TagKeyList = 64 | 0;
|
|
598
|
+
var ClientAssociationMetadata = 128 | 0;
|
|
599
|
+
var FieldsMap = [2, n0, _FM, 0, 0, 64 | 0];
|
|
600
|
+
var ObjectConfiguration = [2, n0, _OC, 0, 0, [2, n0, _FM, 0, 0, 64 | 0]];
|
|
601
|
+
var TagMap = 128 | 0;
|
|
602
|
+
export var CreateApplication$ = [
|
|
588
603
|
9,
|
|
589
604
|
n0,
|
|
590
605
|
_CA,
|
|
591
606
|
{ [_h]: ["POST", "/applications", 200] },
|
|
592
|
-
() => CreateApplicationRequest
|
|
593
|
-
() => CreateApplicationResponse
|
|
607
|
+
() => CreateApplicationRequest$,
|
|
608
|
+
() => CreateApplicationResponse$,
|
|
594
609
|
];
|
|
595
|
-
export var CreateDataIntegration = [
|
|
610
|
+
export var CreateDataIntegration$ = [
|
|
596
611
|
9,
|
|
597
612
|
n0,
|
|
598
613
|
_CDI,
|
|
599
614
|
{ [_h]: ["POST", "/dataIntegrations", 200] },
|
|
600
|
-
() => CreateDataIntegrationRequest
|
|
601
|
-
() => CreateDataIntegrationResponse
|
|
615
|
+
() => CreateDataIntegrationRequest$,
|
|
616
|
+
() => CreateDataIntegrationResponse$,
|
|
602
617
|
];
|
|
603
|
-
export var CreateDataIntegrationAssociation = [
|
|
618
|
+
export var CreateDataIntegrationAssociation$ = [
|
|
604
619
|
9,
|
|
605
620
|
n0,
|
|
606
621
|
_CDIA,
|
|
607
622
|
{ [_h]: ["POST", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] },
|
|
608
|
-
() => CreateDataIntegrationAssociationRequest
|
|
609
|
-
() => CreateDataIntegrationAssociationResponse
|
|
623
|
+
() => CreateDataIntegrationAssociationRequest$,
|
|
624
|
+
() => CreateDataIntegrationAssociationResponse$,
|
|
610
625
|
];
|
|
611
|
-
export var CreateEventIntegration = [
|
|
626
|
+
export var CreateEventIntegration$ = [
|
|
612
627
|
9,
|
|
613
628
|
n0,
|
|
614
629
|
_CEI,
|
|
615
630
|
{ [_h]: ["POST", "/eventIntegrations", 200] },
|
|
616
|
-
() => CreateEventIntegrationRequest
|
|
617
|
-
() => CreateEventIntegrationResponse
|
|
631
|
+
() => CreateEventIntegrationRequest$,
|
|
632
|
+
() => CreateEventIntegrationResponse$,
|
|
618
633
|
];
|
|
619
|
-
export var DeleteApplication = [
|
|
634
|
+
export var DeleteApplication$ = [
|
|
620
635
|
9,
|
|
621
636
|
n0,
|
|
622
637
|
_DA,
|
|
623
638
|
{ [_h]: ["DELETE", "/applications/{Arn}", 200] },
|
|
624
|
-
() => DeleteApplicationRequest
|
|
625
|
-
() => DeleteApplicationResponse
|
|
639
|
+
() => DeleteApplicationRequest$,
|
|
640
|
+
() => DeleteApplicationResponse$,
|
|
626
641
|
];
|
|
627
|
-
export var DeleteDataIntegration = [
|
|
642
|
+
export var DeleteDataIntegration$ = [
|
|
628
643
|
9,
|
|
629
644
|
n0,
|
|
630
645
|
_DDI,
|
|
631
646
|
{ [_h]: ["DELETE", "/dataIntegrations/{DataIntegrationIdentifier}", 200] },
|
|
632
|
-
() => DeleteDataIntegrationRequest
|
|
633
|
-
() => DeleteDataIntegrationResponse
|
|
647
|
+
() => DeleteDataIntegrationRequest$,
|
|
648
|
+
() => DeleteDataIntegrationResponse$,
|
|
634
649
|
];
|
|
635
|
-
export var DeleteEventIntegration = [
|
|
650
|
+
export var DeleteEventIntegration$ = [
|
|
636
651
|
9,
|
|
637
652
|
n0,
|
|
638
653
|
_DEI,
|
|
639
654
|
{ [_h]: ["DELETE", "/eventIntegrations/{Name}", 200] },
|
|
640
|
-
() => DeleteEventIntegrationRequest
|
|
641
|
-
() => DeleteEventIntegrationResponse
|
|
655
|
+
() => DeleteEventIntegrationRequest$,
|
|
656
|
+
() => DeleteEventIntegrationResponse$,
|
|
642
657
|
];
|
|
643
|
-
export var GetApplication = [
|
|
658
|
+
export var GetApplication$ = [
|
|
644
659
|
9,
|
|
645
660
|
n0,
|
|
646
661
|
_GA,
|
|
647
662
|
{ [_h]: ["GET", "/applications/{Arn}", 200] },
|
|
648
|
-
() => GetApplicationRequest
|
|
649
|
-
() => GetApplicationResponse
|
|
663
|
+
() => GetApplicationRequest$,
|
|
664
|
+
() => GetApplicationResponse$,
|
|
650
665
|
];
|
|
651
|
-
export var GetDataIntegration = [
|
|
666
|
+
export var GetDataIntegration$ = [
|
|
652
667
|
9,
|
|
653
668
|
n0,
|
|
654
669
|
_GDI,
|
|
655
670
|
{ [_h]: ["GET", "/dataIntegrations/{Identifier}", 200] },
|
|
656
|
-
() => GetDataIntegrationRequest
|
|
657
|
-
() => GetDataIntegrationResponse
|
|
671
|
+
() => GetDataIntegrationRequest$,
|
|
672
|
+
() => GetDataIntegrationResponse$,
|
|
658
673
|
];
|
|
659
|
-
export var GetEventIntegration = [
|
|
674
|
+
export var GetEventIntegration$ = [
|
|
660
675
|
9,
|
|
661
676
|
n0,
|
|
662
677
|
_GEI,
|
|
663
678
|
{ [_h]: ["GET", "/eventIntegrations/{Name}", 200] },
|
|
664
|
-
() => GetEventIntegrationRequest
|
|
665
|
-
() => GetEventIntegrationResponse
|
|
679
|
+
() => GetEventIntegrationRequest$,
|
|
680
|
+
() => GetEventIntegrationResponse$,
|
|
666
681
|
];
|
|
667
|
-
export var ListApplicationAssociations = [
|
|
682
|
+
export var ListApplicationAssociations$ = [
|
|
668
683
|
9,
|
|
669
684
|
n0,
|
|
670
685
|
_LAA,
|
|
671
686
|
{ [_h]: ["GET", "/applications/{ApplicationId}/associations", 200] },
|
|
672
|
-
() => ListApplicationAssociationsRequest
|
|
673
|
-
() => ListApplicationAssociationsResponse
|
|
687
|
+
() => ListApplicationAssociationsRequest$,
|
|
688
|
+
() => ListApplicationAssociationsResponse$,
|
|
674
689
|
];
|
|
675
|
-
export var ListApplications = [
|
|
690
|
+
export var ListApplications$ = [
|
|
676
691
|
9,
|
|
677
692
|
n0,
|
|
678
693
|
_LA,
|
|
679
694
|
{ [_h]: ["GET", "/applications", 200] },
|
|
680
|
-
() => ListApplicationsRequest
|
|
681
|
-
() => ListApplicationsResponse
|
|
695
|
+
() => ListApplicationsRequest$,
|
|
696
|
+
() => ListApplicationsResponse$,
|
|
682
697
|
];
|
|
683
|
-
export var ListDataIntegrationAssociations = [
|
|
698
|
+
export var ListDataIntegrationAssociations$ = [
|
|
684
699
|
9,
|
|
685
700
|
n0,
|
|
686
701
|
_LDIA,
|
|
687
702
|
{ [_h]: ["GET", "/dataIntegrations/{DataIntegrationIdentifier}/associations", 200] },
|
|
688
|
-
() => ListDataIntegrationAssociationsRequest
|
|
689
|
-
() => ListDataIntegrationAssociationsResponse
|
|
703
|
+
() => ListDataIntegrationAssociationsRequest$,
|
|
704
|
+
() => ListDataIntegrationAssociationsResponse$,
|
|
690
705
|
];
|
|
691
|
-
export var ListDataIntegrations = [
|
|
706
|
+
export var ListDataIntegrations$ = [
|
|
692
707
|
9,
|
|
693
708
|
n0,
|
|
694
709
|
_LDI,
|
|
695
710
|
{ [_h]: ["GET", "/dataIntegrations", 200] },
|
|
696
|
-
() => ListDataIntegrationsRequest
|
|
697
|
-
() => ListDataIntegrationsResponse
|
|
711
|
+
() => ListDataIntegrationsRequest$,
|
|
712
|
+
() => ListDataIntegrationsResponse$,
|
|
698
713
|
];
|
|
699
|
-
export var ListEventIntegrationAssociations = [
|
|
714
|
+
export var ListEventIntegrationAssociations$ = [
|
|
700
715
|
9,
|
|
701
716
|
n0,
|
|
702
717
|
_LEIA,
|
|
703
718
|
{ [_h]: ["GET", "/eventIntegrations/{EventIntegrationName}/associations", 200] },
|
|
704
|
-
() => ListEventIntegrationAssociationsRequest
|
|
705
|
-
() => ListEventIntegrationAssociationsResponse
|
|
719
|
+
() => ListEventIntegrationAssociationsRequest$,
|
|
720
|
+
() => ListEventIntegrationAssociationsResponse$,
|
|
706
721
|
];
|
|
707
|
-
export var ListEventIntegrations = [
|
|
722
|
+
export var ListEventIntegrations$ = [
|
|
708
723
|
9,
|
|
709
724
|
n0,
|
|
710
725
|
_LEI,
|
|
711
726
|
{ [_h]: ["GET", "/eventIntegrations", 200] },
|
|
712
|
-
() => ListEventIntegrationsRequest
|
|
713
|
-
() => ListEventIntegrationsResponse
|
|
727
|
+
() => ListEventIntegrationsRequest$,
|
|
728
|
+
() => ListEventIntegrationsResponse$,
|
|
714
729
|
];
|
|
715
|
-
export var ListTagsForResource = [
|
|
730
|
+
export var ListTagsForResource$ = [
|
|
716
731
|
9,
|
|
717
732
|
n0,
|
|
718
733
|
_LTFR,
|
|
719
734
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
720
|
-
() => ListTagsForResourceRequest
|
|
721
|
-
() => ListTagsForResourceResponse
|
|
735
|
+
() => ListTagsForResourceRequest$,
|
|
736
|
+
() => ListTagsForResourceResponse$,
|
|
722
737
|
];
|
|
723
|
-
export var TagResource = [
|
|
738
|
+
export var TagResource$ = [
|
|
724
739
|
9,
|
|
725
740
|
n0,
|
|
726
741
|
_TR,
|
|
727
742
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
728
|
-
() => TagResourceRequest
|
|
729
|
-
() => TagResourceResponse
|
|
743
|
+
() => TagResourceRequest$,
|
|
744
|
+
() => TagResourceResponse$,
|
|
730
745
|
];
|
|
731
|
-
export var UntagResource = [
|
|
746
|
+
export var UntagResource$ = [
|
|
732
747
|
9,
|
|
733
748
|
n0,
|
|
734
749
|
_UR,
|
|
735
750
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
736
|
-
() => UntagResourceRequest
|
|
737
|
-
() => UntagResourceResponse
|
|
751
|
+
() => UntagResourceRequest$,
|
|
752
|
+
() => UntagResourceResponse$,
|
|
738
753
|
];
|
|
739
|
-
export var UpdateApplication = [
|
|
754
|
+
export var UpdateApplication$ = [
|
|
740
755
|
9,
|
|
741
756
|
n0,
|
|
742
757
|
_UA,
|
|
743
758
|
{ [_h]: ["PATCH", "/applications/{Arn}", 200] },
|
|
744
|
-
() => UpdateApplicationRequest
|
|
745
|
-
() => UpdateApplicationResponse
|
|
759
|
+
() => UpdateApplicationRequest$,
|
|
760
|
+
() => UpdateApplicationResponse$,
|
|
746
761
|
];
|
|
747
|
-
export var UpdateDataIntegration = [
|
|
762
|
+
export var UpdateDataIntegration$ = [
|
|
748
763
|
9,
|
|
749
764
|
n0,
|
|
750
765
|
_UDI,
|
|
751
766
|
{ [_h]: ["PATCH", "/dataIntegrations/{Identifier}", 200] },
|
|
752
|
-
() => UpdateDataIntegrationRequest
|
|
753
|
-
() => UpdateDataIntegrationResponse
|
|
767
|
+
() => UpdateDataIntegrationRequest$,
|
|
768
|
+
() => UpdateDataIntegrationResponse$,
|
|
754
769
|
];
|
|
755
|
-
export var UpdateDataIntegrationAssociation = [
|
|
770
|
+
export var UpdateDataIntegrationAssociation$ = [
|
|
756
771
|
9,
|
|
757
772
|
n0,
|
|
758
773
|
_UDIA,
|
|
@@ -763,14 +778,14 @@ export var UpdateDataIntegrationAssociation = [
|
|
|
763
778
|
200,
|
|
764
779
|
],
|
|
765
780
|
},
|
|
766
|
-
() => UpdateDataIntegrationAssociationRequest
|
|
767
|
-
() => UpdateDataIntegrationAssociationResponse
|
|
781
|
+
() => UpdateDataIntegrationAssociationRequest$,
|
|
782
|
+
() => UpdateDataIntegrationAssociationResponse$,
|
|
768
783
|
];
|
|
769
|
-
export var UpdateEventIntegration = [
|
|
784
|
+
export var UpdateEventIntegration$ = [
|
|
770
785
|
9,
|
|
771
786
|
n0,
|
|
772
787
|
_UEI,
|
|
773
788
|
{ [_h]: ["PATCH", "/eventIntegrations/{Name}", 200] },
|
|
774
|
-
() => UpdateEventIntegrationRequest
|
|
775
|
-
() => UpdateEventIntegrationResponse
|
|
789
|
+
() => UpdateEventIntegrationRequest$,
|
|
790
|
+
() => UpdateEventIntegrationResponse$,
|
|
776
791
|
];
|