@aws-sdk/client-appintegrations 3.588.0 → 3.592.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 +0 -21
- package/dist-types/AppIntegrationsClient.d.ts +4 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetDataIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/GetEventIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataIntegrationsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventIntegrationAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventIntegrationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataIntegrationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventIntegrationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/AppIntegrationsServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppIntegrationsClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEventIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDataIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEventIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDataIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEventIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataIntegrationAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDataIntegrationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEventIntegrationAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEventIntegrationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDataIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEventIntegrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/AppIntegrationsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- 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) {
|
|
@@ -111,15 +111,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
111
111
|
* Enables FIPS compatible endpoints.
|
|
112
112
|
*/
|
|
113
113
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
114
|
+
/**
|
|
115
|
+
* The AWS region to which this client will send requests
|
|
116
|
+
*/
|
|
117
|
+
region?: string | __Provider<string>;
|
|
114
118
|
/**
|
|
115
119
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
116
120
|
* @internal
|
|
117
121
|
*/
|
|
118
122
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
119
|
-
/**
|
|
120
|
-
* The AWS region to which this client will send requests
|
|
121
|
-
*/
|
|
122
|
-
region?: string | __Provider<string>;
|
|
123
123
|
/**
|
|
124
124
|
* Default credentials provider; Not available in browser runtime.
|
|
125
125
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: AppIntegrationsClientConfig) =>
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -196,8 +196,8 @@ export interface ClientDefaults
|
|
|
196
196
|
serviceId?: string;
|
|
197
197
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
198
198
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
199
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
200
199
|
region?: string | __Provider<string>;
|
|
200
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
201
201
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
202
202
|
maxAttempts?: number | __Provider<number>;
|
|
203
203
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateApplicationRequest,
|
|
10
10
|
CreateApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class AppIntegrationsServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
26
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
26
27
|
import("@smithy/types").UserAgent
|
|
27
28
|
>;
|
|
28
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.
|
|
4
|
+
"version": "3.592.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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.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.
|
|
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",
|