@aws-sdk/client-appintegrations 3.590.0 → 3.596.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.
Files changed (47) hide show
  1. package/dist-cjs/index.js +0 -21
  2. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateDataIntegrationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateEventIntegrationCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteDataIntegrationCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteEventIntegrationCommand.d.ts +2 -1
  8. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  9. package/dist-types/commands/GetDataIntegrationCommand.d.ts +2 -1
  10. package/dist-types/commands/GetEventIntegrationCommand.d.ts +2 -1
  11. package/dist-types/commands/ListApplicationAssociationsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +2 -1
  14. package/dist-types/commands/ListDataIntegrationsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListEventIntegrationAssociationsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListEventIntegrationsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  18. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  21. package/dist-types/commands/UpdateDataIntegrationCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateEventIntegrationCommand.d.ts +2 -1
  23. package/dist-types/index.d.ts +2 -2
  24. package/dist-types/models/AppIntegrationsServiceException.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/CreateDataIntegrationCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/CreateEventIntegrationCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DeleteDataIntegrationCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/DeleteEventIntegrationCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/GetDataIntegrationCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/GetEventIntegrationCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/ListApplicationAssociationsCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/ListDataIntegrationAssociationsCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/ListDataIntegrationsCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/ListEventIntegrationAssociationsCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ListEventIntegrationsCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/UpdateDataIntegrationCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/UpdateEventIntegrationCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/models/AppIntegrationsServiceException.d.ts +2 -1
  47. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -213,7 +213,6 @@ var AppIntegrationsClient = _AppIntegrationsClient;
213
213
 
214
214
  var import_middleware_serde = require("@smithy/middleware-serde");
215
215
 
216
- var import_types = require("@smithy/types");
217
216
 
218
217
  // src/protocols/Aws_restJson1.ts
219
218
  var import_core2 = require("@aws-sdk/core");
@@ -1165,7 +1164,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
1165
1164
 
1166
1165
 
1167
1166
 
1168
-
1169
1167
  var _CreateDataIntegrationCommand = class _CreateDataIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
1170
1168
  ...commonParams
1171
1169
  }).m(function(Command, cs, config, o) {
@@ -1182,7 +1180,6 @@ var CreateDataIntegrationCommand = _CreateDataIntegrationCommand;
1182
1180
 
1183
1181
 
1184
1182
 
1185
-
1186
1183
  var _CreateEventIntegrationCommand = class _CreateEventIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
1187
1184
  ...commonParams
1188
1185
  }).m(function(Command, cs, config, o) {
@@ -1199,7 +1196,6 @@ var CreateEventIntegrationCommand = _CreateEventIntegrationCommand;
1199
1196
 
1200
1197
 
1201
1198
 
1202
-
1203
1199
  var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1204
1200
  ...commonParams
1205
1201
  }).m(function(Command, cs, config, o) {
@@ -1216,7 +1212,6 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
1216
1212
 
1217
1213
 
1218
1214
 
1219
-
1220
1215
  var _DeleteDataIntegrationCommand = class _DeleteDataIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
1221
1216
  ...commonParams
1222
1217
  }).m(function(Command, cs, config, o) {
@@ -1233,7 +1228,6 @@ var DeleteDataIntegrationCommand = _DeleteDataIntegrationCommand;
1233
1228
 
1234
1229
 
1235
1230
 
1236
-
1237
1231
  var _DeleteEventIntegrationCommand = class _DeleteEventIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
1238
1232
  ...commonParams
1239
1233
  }).m(function(Command, cs, config, o) {
@@ -1250,7 +1244,6 @@ var DeleteEventIntegrationCommand = _DeleteEventIntegrationCommand;
1250
1244
 
1251
1245
 
1252
1246
 
1253
-
1254
1247
  var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1255
1248
  ...commonParams
1256
1249
  }).m(function(Command, cs, config, o) {
@@ -1267,7 +1260,6 @@ var GetApplicationCommand = _GetApplicationCommand;
1267
1260
 
1268
1261
 
1269
1262
 
1270
-
1271
1263
  var _GetDataIntegrationCommand = class _GetDataIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
1272
1264
  ...commonParams
1273
1265
  }).m(function(Command, cs, config, o) {
@@ -1284,7 +1276,6 @@ var GetDataIntegrationCommand = _GetDataIntegrationCommand;
1284
1276
 
1285
1277
 
1286
1278
 
1287
-
1288
1279
  var _GetEventIntegrationCommand = class _GetEventIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
1289
1280
  ...commonParams
1290
1281
  }).m(function(Command, cs, config, o) {
@@ -1301,7 +1292,6 @@ var GetEventIntegrationCommand = _GetEventIntegrationCommand;
1301
1292
 
1302
1293
 
1303
1294
 
1304
-
1305
1295
  var _ListApplicationAssociationsCommand = class _ListApplicationAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
1306
1296
  ...commonParams
1307
1297
  }).m(function(Command, cs, config, o) {
@@ -1318,7 +1308,6 @@ var ListApplicationAssociationsCommand = _ListApplicationAssociationsCommand;
1318
1308
 
1319
1309
 
1320
1310
 
1321
-
1322
1311
  var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1323
1312
  ...commonParams
1324
1313
  }).m(function(Command, cs, config, o) {
@@ -1335,7 +1324,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
1335
1324
 
1336
1325
 
1337
1326
 
1338
-
1339
1327
  var _ListDataIntegrationAssociationsCommand = class _ListDataIntegrationAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
1340
1328
  ...commonParams
1341
1329
  }).m(function(Command, cs, config, o) {
@@ -1352,7 +1340,6 @@ var ListDataIntegrationAssociationsCommand = _ListDataIntegrationAssociationsCom
1352
1340
 
1353
1341
 
1354
1342
 
1355
-
1356
1343
  var _ListDataIntegrationsCommand = class _ListDataIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep({
1357
1344
  ...commonParams
1358
1345
  }).m(function(Command, cs, config, o) {
@@ -1369,7 +1356,6 @@ var ListDataIntegrationsCommand = _ListDataIntegrationsCommand;
1369
1356
 
1370
1357
 
1371
1358
 
1372
-
1373
1359
  var _ListEventIntegrationAssociationsCommand = class _ListEventIntegrationAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
1374
1360
  ...commonParams
1375
1361
  }).m(function(Command, cs, config, o) {
@@ -1386,7 +1372,6 @@ var ListEventIntegrationAssociationsCommand = _ListEventIntegrationAssociationsC
1386
1372
 
1387
1373
 
1388
1374
 
1389
-
1390
1375
  var _ListEventIntegrationsCommand = class _ListEventIntegrationsCommand extends import_smithy_client.Command.classBuilder().ep({
1391
1376
  ...commonParams
1392
1377
  }).m(function(Command, cs, config, o) {
@@ -1403,7 +1388,6 @@ var ListEventIntegrationsCommand = _ListEventIntegrationsCommand;
1403
1388
 
1404
1389
 
1405
1390
 
1406
-
1407
1391
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1408
1392
  ...commonParams
1409
1393
  }).m(function(Command, cs, config, o) {
@@ -1420,7 +1404,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1420
1404
 
1421
1405
 
1422
1406
 
1423
-
1424
1407
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1425
1408
  ...commonParams
1426
1409
  }).m(function(Command, cs, config, o) {
@@ -1437,7 +1420,6 @@ var TagResourceCommand = _TagResourceCommand;
1437
1420
 
1438
1421
 
1439
1422
 
1440
-
1441
1423
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1442
1424
  ...commonParams
1443
1425
  }).m(function(Command, cs, config, o) {
@@ -1454,7 +1436,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1454
1436
 
1455
1437
 
1456
1438
 
1457
-
1458
1439
  var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1459
1440
  ...commonParams
1460
1441
  }).m(function(Command, cs, config, o) {
@@ -1471,7 +1452,6 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
1471
1452
 
1472
1453
 
1473
1454
 
1474
-
1475
1455
  var _UpdateDataIntegrationCommand = class _UpdateDataIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
1476
1456
  ...commonParams
1477
1457
  }).m(function(Command, cs, config, o) {
@@ -1488,7 +1468,6 @@ var UpdateDataIntegrationCommand = _UpdateDataIntegrationCommand;
1488
1468
 
1489
1469
 
1490
1470
 
1491
-
1492
1471
  var _UpdateEventIntegrationCommand = class _UpdateEventIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
1493
1472
  ...commonParams
1494
1473
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateApplicationRequest, CreateApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDataIntegrationRequest, CreateDataIntegrationResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateEventIntegrationRequest, CreateEventIntegrationResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDataIntegrationRequest, DeleteDataIntegrationResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteEventIntegrationRequest, DeleteEventIntegrationResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetApplicationRequest, GetApplicationResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDataIntegrationRequest, GetDataIntegrationResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetEventIntegrationRequest, GetEventIntegrationResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListApplicationAssociationsRequest, ListApplicationAssociationsResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDataIntegrationAssociationsRequest, ListDataIntegrationAssociations
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDataIntegrationsRequest, ListDataIntegrationsResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEventIntegrationAssociationsRequest, ListEventIntegrationAssociatio
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEventIntegrationsRequest, ListEventIntegrationsResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateDataIntegrationRequest, UpdateDataIntegrationResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateEventIntegrationRequest, UpdateEventIntegrationResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -12,8 +12,8 @@
12
12
  export * from "./AppIntegrationsClient";
13
13
  export * from "./AppIntegrations";
14
14
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
15
- export { RuntimeExtension } from "./runtimeExtensions";
16
- export { AppIntegrationsExtensionConfiguration } from "./extensionConfiguration";
15
+ export type { RuntimeExtension } from "./runtimeExtensions";
16
+ export type { AppIntegrationsExtensionConfiguration } from "./extensionConfiguration";
17
17
  export * from "./commands";
18
18
  export * from "./pagination";
19
19
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateApplicationRequest,
10
10
  CreateApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateApplicationCommandInput
14
15
  extends CreateApplicationRequest {}
15
16
  export interface CreateApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateDataIntegrationRequest,
10
10
  CreateDataIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateDataIntegrationCommandInput
14
15
  extends CreateDataIntegrationRequest {}
15
16
  export interface CreateDataIntegrationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateEventIntegrationRequest,
10
10
  CreateEventIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEventIntegrationCommandInput
14
15
  extends CreateEventIntegrationRequest {}
15
16
  export interface CreateEventIntegrationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteApplicationRequest,
10
10
  DeleteApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApplicationCommandInput
14
15
  extends DeleteApplicationRequest {}
15
16
  export interface DeleteApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteDataIntegrationRequest,
10
10
  DeleteDataIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteDataIntegrationCommandInput
14
15
  extends DeleteDataIntegrationRequest {}
15
16
  export interface DeleteDataIntegrationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteEventIntegrationRequest,
10
10
  DeleteEventIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEventIntegrationCommandInput
14
15
  extends DeleteEventIntegrationRequest {}
15
16
  export interface DeleteEventIntegrationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetApplicationRequest,
10
10
  GetApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetApplicationCommandInput extends GetApplicationRequest {}
14
15
  export interface GetApplicationCommandOutput
15
16
  extends GetApplicationResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetDataIntegrationRequest,
10
10
  GetDataIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDataIntegrationCommandInput
14
15
  extends GetDataIntegrationRequest {}
15
16
  export interface GetDataIntegrationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetEventIntegrationRequest,
10
10
  GetEventIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetEventIntegrationCommandInput
14
15
  extends GetEventIntegrationRequest {}
15
16
  export interface GetEventIntegrationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListApplicationAssociationsRequest,
10
10
  ListApplicationAssociationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListApplicationAssociationsCommandInput
14
15
  extends ListApplicationAssociationsRequest {}
15
16
  export interface ListApplicationAssociationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListApplicationsRequest,
10
10
  ListApplicationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
14
15
  export interface ListApplicationsCommandOutput
15
16
  extends ListApplicationsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListDataIntegrationAssociationsRequest,
10
10
  ListDataIntegrationAssociationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDataIntegrationAssociationsCommandInput
14
15
  extends ListDataIntegrationAssociationsRequest {}
15
16
  export interface ListDataIntegrationAssociationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListDataIntegrationsRequest,
10
10
  ListDataIntegrationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDataIntegrationsCommandInput
14
15
  extends ListDataIntegrationsRequest {}
15
16
  export interface ListDataIntegrationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListEventIntegrationAssociationsRequest,
10
10
  ListEventIntegrationAssociationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEventIntegrationAssociationsCommandInput
14
15
  extends ListEventIntegrationAssociationsRequest {}
15
16
  export interface ListEventIntegrationAssociationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListEventIntegrationsRequest,
10
10
  ListEventIntegrationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEventIntegrationsCommandInput
14
15
  extends ListEventIntegrationsRequest {}
15
16
  export interface ListEventIntegrationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../AppIntegrationsClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateApplicationRequest,
10
10
  UpdateApplicationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateApplicationCommandInput
14
15
  extends UpdateApplicationRequest {}
15
16
  export interface UpdateApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateDataIntegrationRequest,
10
10
  UpdateDataIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateDataIntegrationCommandInput
14
15
  extends UpdateDataIntegrationRequest {}
15
16
  export interface UpdateDataIntegrationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateEventIntegrationRequest,
10
10
  UpdateEventIntegrationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateEventIntegrationCommandInput
14
15
  extends UpdateEventIntegrationRequest {}
15
16
  export interface UpdateEventIntegrationCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class AppIntegrationsServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appintegrations",
3
3
  "description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-appintegrations",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",