@aws-sdk/client-appintegrations 3.940.0 → 3.942.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 +23 -6
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +17 -6
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +34 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +11 -1
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -243,6 +243,7 @@ const _AL = "ApplicationsList";
|
|
|
243
243
|
const _AO = "ApprovedOrigins";
|
|
244
244
|
const _AS = "ApplicationSummary";
|
|
245
245
|
const _ASC = "ApplicationSourceConfig";
|
|
246
|
+
const _AT = "ApplicationType";
|
|
246
247
|
const _AU = "AccessUrl";
|
|
247
248
|
const _Al = "Allow";
|
|
248
249
|
const _Ap = "Applications";
|
|
@@ -398,6 +399,7 @@ const _UOE = "UnsupportedOperationException";
|
|
|
398
399
|
const _UR = "UntagResource";
|
|
399
400
|
const _URR = "UntagResourceRequest";
|
|
400
401
|
const _URRn = "UntagResourceResponse";
|
|
402
|
+
const _aT = "applicationType";
|
|
401
403
|
const _c = "client";
|
|
402
404
|
const _e = "error";
|
|
403
405
|
const _h = "http";
|
|
@@ -431,8 +433,8 @@ var ApplicationSummary = [
|
|
|
431
433
|
n0,
|
|
432
434
|
_AS,
|
|
433
435
|
0,
|
|
434
|
-
[_A, _I, _N, _Na, _CT, _LMT, _IS],
|
|
435
|
-
[0, 0, 0, 0, 4, 4, 2],
|
|
436
|
+
[_A, _I, _N, _Na, _CT, _LMT, _IS, _AT],
|
|
437
|
+
[0, 0, 0, 0, 4, 4, 2, 0],
|
|
436
438
|
];
|
|
437
439
|
var ContactHandling = [3, n0, _CH, 0, [_S], [0]];
|
|
438
440
|
var CreateApplicationRequest = [
|
|
@@ -440,7 +442,7 @@ var CreateApplicationRequest = [
|
|
|
440
442
|
n0,
|
|
441
443
|
_CAR,
|
|
442
444
|
0,
|
|
443
|
-
[_N, _Na, _D, _ASC, _Su, _P, _CTl, _T, _Pe, _IS, _IT, _AC, _IC],
|
|
445
|
+
[_N, _Na, _D, _ASC, _Su, _P, _CTl, _T, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
444
446
|
[
|
|
445
447
|
0,
|
|
446
448
|
0,
|
|
@@ -455,6 +457,7 @@ var CreateApplicationRequest = [
|
|
|
455
457
|
1,
|
|
456
458
|
() => ApplicationConfig,
|
|
457
459
|
() => IframeConfig,
|
|
460
|
+
0,
|
|
458
461
|
],
|
|
459
462
|
];
|
|
460
463
|
var CreateApplicationResponse = [3, n0, _CARr, 0, [_A, _I], [0, 0]];
|
|
@@ -574,7 +577,7 @@ var GetApplicationResponse = [
|
|
|
574
577
|
n0,
|
|
575
578
|
_GARe,
|
|
576
579
|
0,
|
|
577
|
-
[_A, _I, _N, _Na, _D, _ASC, _Su, _P, _CT, _LMT, _T, _Pe, _IS, _IT, _AC, _IC],
|
|
580
|
+
[_A, _I, _N, _Na, _D, _ASC, _Su, _P, _CT, _LMT, _T, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
578
581
|
[
|
|
579
582
|
0,
|
|
580
583
|
0,
|
|
@@ -592,6 +595,7 @@ var GetApplicationResponse = [
|
|
|
592
595
|
1,
|
|
593
596
|
() => ApplicationConfig,
|
|
594
597
|
() => IframeConfig,
|
|
598
|
+
0,
|
|
595
599
|
],
|
|
596
600
|
];
|
|
597
601
|
var GetDataIntegrationRequest = [3, n0, _GDIR, 0, [_Id], [[0, 1]]];
|
|
@@ -684,7 +688,7 @@ var ListApplicationsRequest = [
|
|
|
684
688
|
n0,
|
|
685
689
|
_LAR,
|
|
686
690
|
0,
|
|
687
|
-
[_NT, _MR],
|
|
691
|
+
[_NT, _MR, _AT],
|
|
688
692
|
[
|
|
689
693
|
[
|
|
690
694
|
0,
|
|
@@ -698,6 +702,12 @@ var ListApplicationsRequest = [
|
|
|
698
702
|
[_hQ]: _mR,
|
|
699
703
|
},
|
|
700
704
|
],
|
|
705
|
+
[
|
|
706
|
+
0,
|
|
707
|
+
{
|
|
708
|
+
[_hQ]: _aT,
|
|
709
|
+
},
|
|
710
|
+
],
|
|
701
711
|
],
|
|
702
712
|
];
|
|
703
713
|
var ListApplicationsResponse = [3, n0, _LARi, 0, [_Ap, _NT], [() => ApplicationsList, 0]];
|
|
@@ -897,7 +907,7 @@ var UpdateApplicationRequest = [
|
|
|
897
907
|
n0,
|
|
898
908
|
_UAR,
|
|
899
909
|
0,
|
|
900
|
-
[_A, _N, _D, _ASC, _Su, _P, _Pe, _IS, _IT, _AC, _IC],
|
|
910
|
+
[_A, _N, _D, _ASC, _Su, _P, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
901
911
|
[
|
|
902
912
|
[0, 1],
|
|
903
913
|
0,
|
|
@@ -910,6 +920,7 @@ var UpdateApplicationRequest = [
|
|
|
910
920
|
1,
|
|
911
921
|
() => ApplicationConfig,
|
|
912
922
|
() => IframeConfig,
|
|
923
|
+
0,
|
|
913
924
|
],
|
|
914
925
|
];
|
|
915
926
|
var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
|
|
@@ -1498,6 +1509,11 @@ const ContactHandlingScope = {
|
|
|
1498
1509
|
CROSS_CONTACTS: "CROSS_CONTACTS",
|
|
1499
1510
|
PER_CONTACT: "PER_CONTACT",
|
|
1500
1511
|
};
|
|
1512
|
+
const ApplicationType = {
|
|
1513
|
+
MCP_SERVER: "MCP_SERVER",
|
|
1514
|
+
SERVICE: "SERVICE",
|
|
1515
|
+
STANDARD: "STANDARD",
|
|
1516
|
+
};
|
|
1501
1517
|
const ExecutionMode = {
|
|
1502
1518
|
ON_DEMAND: "ON_DEMAND",
|
|
1503
1519
|
SCHEDULED: "SCHEDULED",
|
|
@@ -1520,6 +1536,7 @@ exports.AccessDeniedException = AccessDeniedException$1;
|
|
|
1520
1536
|
exports.AppIntegrations = AppIntegrations;
|
|
1521
1537
|
exports.AppIntegrationsClient = AppIntegrationsClient;
|
|
1522
1538
|
exports.AppIntegrationsServiceException = AppIntegrationsServiceException$1;
|
|
1539
|
+
exports.ApplicationType = ApplicationType;
|
|
1523
1540
|
exports.ContactHandlingScope = ContactHandlingScope;
|
|
1524
1541
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
1525
1542
|
exports.CreateDataIntegrationAssociationCommand = CreateDataIntegrationAssociationCommand;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -2,6 +2,11 @@ export const ContactHandlingScope = {
|
|
|
2
2
|
CROSS_CONTACTS: "CROSS_CONTACTS",
|
|
3
3
|
PER_CONTACT: "PER_CONTACT",
|
|
4
4
|
};
|
|
5
|
+
export const ApplicationType = {
|
|
6
|
+
MCP_SERVER: "MCP_SERVER",
|
|
7
|
+
SERVICE: "SERVICE",
|
|
8
|
+
STANDARD: "STANDARD",
|
|
9
|
+
};
|
|
5
10
|
export const ExecutionMode = {
|
|
6
11
|
ON_DEMAND: "ON_DEMAND",
|
|
7
12
|
SCHEDULED: "SCHEDULED",
|
|
@@ -11,6 +11,7 @@ const _AL = "ApplicationsList";
|
|
|
11
11
|
const _AO = "ApprovedOrigins";
|
|
12
12
|
const _AS = "ApplicationSummary";
|
|
13
13
|
const _ASC = "ApplicationSourceConfig";
|
|
14
|
+
const _AT = "ApplicationType";
|
|
14
15
|
const _AU = "AccessUrl";
|
|
15
16
|
const _Al = "Allow";
|
|
16
17
|
const _Ap = "Applications";
|
|
@@ -166,6 +167,7 @@ const _UOE = "UnsupportedOperationException";
|
|
|
166
167
|
const _UR = "UntagResource";
|
|
167
168
|
const _URR = "UntagResourceRequest";
|
|
168
169
|
const _URRn = "UntagResourceResponse";
|
|
170
|
+
const _aT = "applicationType";
|
|
169
171
|
const _c = "client";
|
|
170
172
|
const _e = "error";
|
|
171
173
|
const _h = "http";
|
|
@@ -202,8 +204,8 @@ export var ApplicationSummary = [
|
|
|
202
204
|
n0,
|
|
203
205
|
_AS,
|
|
204
206
|
0,
|
|
205
|
-
[_A, _I, _N, _Na, _CT, _LMT, _IS],
|
|
206
|
-
[0, 0, 0, 0, 4, 4, 2],
|
|
207
|
+
[_A, _I, _N, _Na, _CT, _LMT, _IS, _AT],
|
|
208
|
+
[0, 0, 0, 0, 4, 4, 2, 0],
|
|
207
209
|
];
|
|
208
210
|
export var ContactHandling = [3, n0, _CH, 0, [_S], [0]];
|
|
209
211
|
export var CreateApplicationRequest = [
|
|
@@ -211,7 +213,7 @@ export var CreateApplicationRequest = [
|
|
|
211
213
|
n0,
|
|
212
214
|
_CAR,
|
|
213
215
|
0,
|
|
214
|
-
[_N, _Na, _D, _ASC, _Su, _P, _CTl, _T, _Pe, _IS, _IT, _AC, _IC],
|
|
216
|
+
[_N, _Na, _D, _ASC, _Su, _P, _CTl, _T, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
215
217
|
[
|
|
216
218
|
0,
|
|
217
219
|
0,
|
|
@@ -226,6 +228,7 @@ export var CreateApplicationRequest = [
|
|
|
226
228
|
1,
|
|
227
229
|
() => ApplicationConfig,
|
|
228
230
|
() => IframeConfig,
|
|
231
|
+
0,
|
|
229
232
|
],
|
|
230
233
|
];
|
|
231
234
|
export var CreateApplicationResponse = [3, n0, _CARr, 0, [_A, _I], [0, 0]];
|
|
@@ -345,7 +348,7 @@ export var GetApplicationResponse = [
|
|
|
345
348
|
n0,
|
|
346
349
|
_GARe,
|
|
347
350
|
0,
|
|
348
|
-
[_A, _I, _N, _Na, _D, _ASC, _Su, _P, _CT, _LMT, _T, _Pe, _IS, _IT, _AC, _IC],
|
|
351
|
+
[_A, _I, _N, _Na, _D, _ASC, _Su, _P, _CT, _LMT, _T, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
349
352
|
[
|
|
350
353
|
0,
|
|
351
354
|
0,
|
|
@@ -363,6 +366,7 @@ export var GetApplicationResponse = [
|
|
|
363
366
|
1,
|
|
364
367
|
() => ApplicationConfig,
|
|
365
368
|
() => IframeConfig,
|
|
369
|
+
0,
|
|
366
370
|
],
|
|
367
371
|
];
|
|
368
372
|
export var GetDataIntegrationRequest = [3, n0, _GDIR, 0, [_Id], [[0, 1]]];
|
|
@@ -455,7 +459,7 @@ export var ListApplicationsRequest = [
|
|
|
455
459
|
n0,
|
|
456
460
|
_LAR,
|
|
457
461
|
0,
|
|
458
|
-
[_NT, _MR],
|
|
462
|
+
[_NT, _MR, _AT],
|
|
459
463
|
[
|
|
460
464
|
[
|
|
461
465
|
0,
|
|
@@ -469,6 +473,12 @@ export var ListApplicationsRequest = [
|
|
|
469
473
|
[_hQ]: _mR,
|
|
470
474
|
},
|
|
471
475
|
],
|
|
476
|
+
[
|
|
477
|
+
0,
|
|
478
|
+
{
|
|
479
|
+
[_hQ]: _aT,
|
|
480
|
+
},
|
|
481
|
+
],
|
|
472
482
|
],
|
|
473
483
|
];
|
|
474
484
|
export var ListApplicationsResponse = [3, n0, _LARi, 0, [_Ap, _NT], [() => ApplicationsList, 0]];
|
|
@@ -668,7 +678,7 @@ export var UpdateApplicationRequest = [
|
|
|
668
678
|
n0,
|
|
669
679
|
_UAR,
|
|
670
680
|
0,
|
|
671
|
-
[_A, _N, _D, _ASC, _Su, _P, _Pe, _IS, _IT, _AC, _IC],
|
|
681
|
+
[_A, _N, _D, _ASC, _Su, _P, _Pe, _IS, _IT, _AC, _IC, _AT],
|
|
672
682
|
[
|
|
673
683
|
[0, 1],
|
|
674
684
|
0,
|
|
@@ -681,6 +691,7 @@ export var UpdateApplicationRequest = [
|
|
|
681
691
|
1,
|
|
682
692
|
() => ApplicationConfig,
|
|
683
693
|
() => IframeConfig,
|
|
694
|
+
0,
|
|
684
695
|
],
|
|
685
696
|
];
|
|
686
697
|
export var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
|
|
@@ -83,6 +83,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
83
83
|
* "STRING_VALUE",
|
|
84
84
|
* ],
|
|
85
85
|
* },
|
|
86
|
+
* ApplicationType: "STANDARD" || "SERVICE" || "MCP_SERVER",
|
|
86
87
|
* };
|
|
87
88
|
* const command = new CreateApplicationCommand(input);
|
|
88
89
|
* const response = await client.send(command);
|
|
@@ -39,6 +39,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
39
39
|
* const input = { // ListApplicationsRequest
|
|
40
40
|
* NextToken: "STRING_VALUE",
|
|
41
41
|
* MaxResults: Number("int"),
|
|
42
|
+
* ApplicationType: "STANDARD" || "SERVICE" || "MCP_SERVER",
|
|
42
43
|
* };
|
|
43
44
|
* const command = new ListApplicationsCommand(input);
|
|
44
45
|
* const response = await client.send(command);
|
|
@@ -52,6 +53,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
52
53
|
* // CreatedTime: new Date("TIMESTAMP"),
|
|
53
54
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
54
55
|
* // IsService: true || false,
|
|
56
|
+
* // ApplicationType: "STANDARD" || "SERVICE" || "MCP_SERVER",
|
|
55
57
|
* // },
|
|
56
58
|
* // ],
|
|
57
59
|
* // NextToken: "STRING_VALUE",
|
|
@@ -79,6 +79,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
79
79
|
* "STRING_VALUE",
|
|
80
80
|
* ],
|
|
81
81
|
* },
|
|
82
|
+
* ApplicationType: "STANDARD" || "SERVICE" || "MCP_SERVER",
|
|
82
83
|
* };
|
|
83
84
|
* const command = new UpdateApplicationCommand(input);
|
|
84
85
|
* const response = await client.send(command);
|
|
@@ -10,6 +10,19 @@ export declare const ContactHandlingScope: {
|
|
|
10
10
|
* @public
|
|
11
11
|
*/
|
|
12
12
|
export type ContactHandlingScope = (typeof ContactHandlingScope)[keyof typeof ContactHandlingScope];
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const ApplicationType: {
|
|
18
|
+
readonly MCP_SERVER: "MCP_SERVER";
|
|
19
|
+
readonly SERVICE: "SERVICE";
|
|
20
|
+
readonly STANDARD: "STANDARD";
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];
|
|
13
26
|
/**
|
|
14
27
|
* @public
|
|
15
28
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ContactHandlingScope, ExecutionMode, ExecutionStatus } from "./enums";
|
|
1
|
+
import { ApplicationType, ContactHandlingScope, ExecutionMode, ExecutionStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The contact handling configuration for the application.</p>
|
|
4
4
|
* @public
|
|
@@ -159,6 +159,8 @@ export interface CreateApplicationRequest {
|
|
|
159
159
|
Permissions?: string[] | undefined;
|
|
160
160
|
/**
|
|
161
161
|
* <p>Indicates whether the application is a service.</p>
|
|
162
|
+
*
|
|
163
|
+
* @deprecated IsService has been deprecated in favor of ApplicationType
|
|
162
164
|
* @public
|
|
163
165
|
*/
|
|
164
166
|
IsService?: boolean | undefined;
|
|
@@ -177,6 +179,11 @@ export interface CreateApplicationRequest {
|
|
|
177
179
|
* @public
|
|
178
180
|
*/
|
|
179
181
|
IframeConfig?: IframeConfig | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* <p>The type of application.</p>
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
ApplicationType?: ApplicationType | undefined;
|
|
180
187
|
}
|
|
181
188
|
/**
|
|
182
189
|
* @public
|
|
@@ -629,6 +636,8 @@ export interface GetApplicationResponse {
|
|
|
629
636
|
Permissions?: string[] | undefined;
|
|
630
637
|
/**
|
|
631
638
|
* <p>Indicates whether the application is a service.</p>
|
|
639
|
+
*
|
|
640
|
+
* @deprecated IsService has been deprecated in favor of ApplicationType
|
|
632
641
|
* @public
|
|
633
642
|
*/
|
|
634
643
|
IsService?: boolean | undefined;
|
|
@@ -647,6 +656,11 @@ export interface GetApplicationResponse {
|
|
|
647
656
|
* @public
|
|
648
657
|
*/
|
|
649
658
|
IframeConfig?: IframeConfig | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* <p>The type of application.</p>
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
ApplicationType?: ApplicationType | undefined;
|
|
650
664
|
}
|
|
651
665
|
/**
|
|
652
666
|
* @public
|
|
@@ -830,6 +844,11 @@ export interface ListApplicationsRequest {
|
|
|
830
844
|
* @public
|
|
831
845
|
*/
|
|
832
846
|
MaxResults?: number | undefined;
|
|
847
|
+
/**
|
|
848
|
+
* <p>The type of application.</p>
|
|
849
|
+
* @public
|
|
850
|
+
*/
|
|
851
|
+
ApplicationType?: ApplicationType | undefined;
|
|
833
852
|
}
|
|
834
853
|
/**
|
|
835
854
|
* <p>Summary information about the Application.</p>
|
|
@@ -868,9 +887,16 @@ export interface ApplicationSummary {
|
|
|
868
887
|
LastModifiedTime?: Date | undefined;
|
|
869
888
|
/**
|
|
870
889
|
* <p>Indicates whether the application is a service.</p>
|
|
890
|
+
*
|
|
891
|
+
* @deprecated IsService has been deprecated in favor of ApplicationType
|
|
871
892
|
* @public
|
|
872
893
|
*/
|
|
873
894
|
IsService?: boolean | undefined;
|
|
895
|
+
/**
|
|
896
|
+
* <p>The type of application.</p>
|
|
897
|
+
* @public
|
|
898
|
+
*/
|
|
899
|
+
ApplicationType?: ApplicationType | undefined;
|
|
874
900
|
}
|
|
875
901
|
/**
|
|
876
902
|
* @public
|
|
@@ -1272,6 +1298,8 @@ export interface UpdateApplicationRequest {
|
|
|
1272
1298
|
Permissions?: string[] | undefined;
|
|
1273
1299
|
/**
|
|
1274
1300
|
* <p>Indicates whether the application is a service.</p>
|
|
1301
|
+
*
|
|
1302
|
+
* @deprecated IsService has been deprecated in favor of ApplicationType
|
|
1275
1303
|
* @public
|
|
1276
1304
|
*/
|
|
1277
1305
|
IsService?: boolean | undefined;
|
|
@@ -1290,6 +1318,11 @@ export interface UpdateApplicationRequest {
|
|
|
1290
1318
|
* @public
|
|
1291
1319
|
*/
|
|
1292
1320
|
IframeConfig?: IframeConfig | undefined;
|
|
1321
|
+
/**
|
|
1322
|
+
* <p>The type of application.</p>
|
|
1323
|
+
* @public
|
|
1324
|
+
*/
|
|
1325
|
+
ApplicationType?: ApplicationType | undefined;
|
|
1293
1326
|
}
|
|
1294
1327
|
/**
|
|
1295
1328
|
* @public
|
|
@@ -4,6 +4,13 @@ export declare const ContactHandlingScope: {
|
|
|
4
4
|
};
|
|
5
5
|
export type ContactHandlingScope =
|
|
6
6
|
(typeof ContactHandlingScope)[keyof typeof ContactHandlingScope];
|
|
7
|
+
export declare const ApplicationType: {
|
|
8
|
+
readonly MCP_SERVER: "MCP_SERVER";
|
|
9
|
+
readonly SERVICE: "SERVICE";
|
|
10
|
+
readonly STANDARD: "STANDARD";
|
|
11
|
+
};
|
|
12
|
+
export type ApplicationType =
|
|
13
|
+
(typeof ApplicationType)[keyof typeof ApplicationType];
|
|
7
14
|
export declare const ExecutionMode: {
|
|
8
15
|
readonly ON_DEMAND: "ON_DEMAND";
|
|
9
16
|
readonly SCHEDULED: "SCHEDULED";
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
ApplicationType,
|
|
3
|
+
ContactHandlingScope,
|
|
4
|
+
ExecutionMode,
|
|
5
|
+
ExecutionStatus,
|
|
6
|
+
} from "./enums";
|
|
2
7
|
export interface ContactHandling {
|
|
3
8
|
Scope?: ContactHandlingScope | undefined;
|
|
4
9
|
}
|
|
@@ -39,6 +44,7 @@ export interface CreateApplicationRequest {
|
|
|
39
44
|
InitializationTimeout?: number | undefined;
|
|
40
45
|
ApplicationConfig?: ApplicationConfig | undefined;
|
|
41
46
|
IframeConfig?: IframeConfig | undefined;
|
|
47
|
+
ApplicationType?: ApplicationType | undefined;
|
|
42
48
|
}
|
|
43
49
|
export interface CreateApplicationResponse {
|
|
44
50
|
Arn?: string | undefined;
|
|
@@ -145,6 +151,7 @@ export interface GetApplicationResponse {
|
|
|
145
151
|
InitializationTimeout?: number | undefined;
|
|
146
152
|
ApplicationConfig?: ApplicationConfig | undefined;
|
|
147
153
|
IframeConfig?: IframeConfig | undefined;
|
|
154
|
+
ApplicationType?: ApplicationType | undefined;
|
|
148
155
|
}
|
|
149
156
|
export interface GetDataIntegrationRequest {
|
|
150
157
|
Identifier: string | undefined;
|
|
@@ -189,6 +196,7 @@ export interface ListApplicationAssociationsResponse {
|
|
|
189
196
|
export interface ListApplicationsRequest {
|
|
190
197
|
NextToken?: string | undefined;
|
|
191
198
|
MaxResults?: number | undefined;
|
|
199
|
+
ApplicationType?: ApplicationType | undefined;
|
|
192
200
|
}
|
|
193
201
|
export interface ApplicationSummary {
|
|
194
202
|
Arn?: string | undefined;
|
|
@@ -198,6 +206,7 @@ export interface ApplicationSummary {
|
|
|
198
206
|
CreatedTime?: Date | undefined;
|
|
199
207
|
LastModifiedTime?: Date | undefined;
|
|
200
208
|
IsService?: boolean | undefined;
|
|
209
|
+
ApplicationType?: ApplicationType | undefined;
|
|
201
210
|
}
|
|
202
211
|
export interface ListApplicationsResponse {
|
|
203
212
|
Applications?: ApplicationSummary[] | undefined;
|
|
@@ -298,6 +307,7 @@ export interface UpdateApplicationRequest {
|
|
|
298
307
|
InitializationTimeout?: number | undefined;
|
|
299
308
|
ApplicationConfig?: ApplicationConfig | undefined;
|
|
300
309
|
IframeConfig?: IframeConfig | undefined;
|
|
310
|
+
ApplicationType?: ApplicationType | undefined;
|
|
301
311
|
}
|
|
302
312
|
export interface UpdateApplicationResponse {}
|
|
303
313
|
export interface UpdateDataIntegrationRequest {
|
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.942.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",
|