@aws-sdk/client-appintegrations 3.289.0 → 3.292.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/README.md +5 -3
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +102 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +102 -0
- package/dist-types/AppIntegrations.d.ts +10 -8
- package/dist-types/AppIntegrationsClient.d.ts +5 -3
- package/dist-types/commands/CreateDataIntegrationCommand.d.ts +22 -3
- package/dist-types/commands/CreateEventIntegrationCommand.d.ts +21 -2
- package/dist-types/commands/DeleteDataIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/GetDataIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/GetEventIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataIntegrationsCommand.d.ts +13 -0
- package/dist-types/commands/ListEventIntegrationAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventIntegrationsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/TagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDataIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventIntegrationCommand.d.ts +16 -0
- package/dist-types/models/models_0.d.ts +65 -17
- package/dist-types/ts3.4/models/models_0.d.ts +17 -4
- package/package.json +35 -40
package/README.md
CHANGED
|
@@ -11,9 +11,11 @@ AWS SDK for JavaScript AppIntegrations Client for Node.js, Browser and React Nat
|
|
|
11
11
|
|
|
12
12
|
<p>The Amazon AppIntegrations service enables you to configure and reuse connections to external
|
|
13
13
|
applications.</p>
|
|
14
|
-
<p>For information about how you can use external applications with Amazon Connect, see
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
<p>For information about how you can use external applications with Amazon Connect, see
|
|
15
|
+
<a href="https://docs.aws.amazon.com/connect/latest/adminguide/crm.html">Set up pre-built
|
|
16
|
+
integrations</a> and <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-wisdom.html">Deliver information to agents
|
|
17
|
+
using Amazon Connect Wisdom</a> in the <i>Amazon Connect Administrator
|
|
18
|
+
Guide</i>.</p>
|
|
17
19
|
|
|
18
20
|
## Installing
|
|
19
21
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://app-integrations-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://app-integrations-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://app-integrations.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://app-integrations.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEventIntegrationResponseFilterSensitiveLog = exports.UpdateEventIntegrationRequestFilterSensitiveLog = exports.UpdateDataIntegrationResponseFilterSensitiveLog = exports.UpdateDataIntegrationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListEventIntegrationsResponseFilterSensitiveLog = exports.EventIntegrationFilterSensitiveLog = exports.ListEventIntegrationsRequestFilterSensitiveLog = exports.ListEventIntegrationAssociationsResponseFilterSensitiveLog = exports.EventIntegrationAssociationFilterSensitiveLog = exports.ListEventIntegrationAssociationsRequestFilterSensitiveLog = exports.ListDataIntegrationsResponseFilterSensitiveLog = exports.DataIntegrationSummaryFilterSensitiveLog = exports.ListDataIntegrationsRequestFilterSensitiveLog = exports.ListDataIntegrationAssociationsResponseFilterSensitiveLog = exports.DataIntegrationAssociationSummaryFilterSensitiveLog = exports.ListDataIntegrationAssociationsRequestFilterSensitiveLog = exports.GetEventIntegrationResponseFilterSensitiveLog = exports.GetEventIntegrationRequestFilterSensitiveLog = exports.GetDataIntegrationResponseFilterSensitiveLog = exports.GetDataIntegrationRequestFilterSensitiveLog = exports.DeleteEventIntegrationResponseFilterSensitiveLog = exports.DeleteEventIntegrationRequestFilterSensitiveLog = exports.DeleteDataIntegrationResponseFilterSensitiveLog = exports.DeleteDataIntegrationRequestFilterSensitiveLog = exports.CreateEventIntegrationResponseFilterSensitiveLog = exports.CreateEventIntegrationRequestFilterSensitiveLog = exports.EventFilterFilterSensitiveLog = exports.CreateDataIntegrationResponseFilterSensitiveLog = exports.CreateDataIntegrationRequestFilterSensitiveLog = exports.ScheduleConfigurationFilterSensitiveLog = exports.ResourceNotFoundException = exports.ThrottlingException = exports.ResourceQuotaExceededException = exports.InvalidRequestException = exports.InternalServiceError = exports.DuplicateResourceException = exports.AccessDeniedException = void 0;
|
|
3
|
+
exports.UpdateEventIntegrationResponseFilterSensitiveLog = exports.UpdateEventIntegrationRequestFilterSensitiveLog = exports.UpdateDataIntegrationResponseFilterSensitiveLog = exports.UpdateDataIntegrationRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListEventIntegrationsResponseFilterSensitiveLog = exports.EventIntegrationFilterSensitiveLog = exports.ListEventIntegrationsRequestFilterSensitiveLog = exports.ListEventIntegrationAssociationsResponseFilterSensitiveLog = exports.EventIntegrationAssociationFilterSensitiveLog = exports.ListEventIntegrationAssociationsRequestFilterSensitiveLog = exports.ListDataIntegrationsResponseFilterSensitiveLog = exports.DataIntegrationSummaryFilterSensitiveLog = exports.ListDataIntegrationsRequestFilterSensitiveLog = exports.ListDataIntegrationAssociationsResponseFilterSensitiveLog = exports.DataIntegrationAssociationSummaryFilterSensitiveLog = exports.ListDataIntegrationAssociationsRequestFilterSensitiveLog = exports.GetEventIntegrationResponseFilterSensitiveLog = exports.GetEventIntegrationRequestFilterSensitiveLog = exports.GetDataIntegrationResponseFilterSensitiveLog = exports.GetDataIntegrationRequestFilterSensitiveLog = exports.DeleteEventIntegrationResponseFilterSensitiveLog = exports.DeleteEventIntegrationRequestFilterSensitiveLog = exports.DeleteDataIntegrationResponseFilterSensitiveLog = exports.DeleteDataIntegrationRequestFilterSensitiveLog = exports.CreateEventIntegrationResponseFilterSensitiveLog = exports.CreateEventIntegrationRequestFilterSensitiveLog = exports.EventFilterFilterSensitiveLog = exports.CreateDataIntegrationResponseFilterSensitiveLog = exports.CreateDataIntegrationRequestFilterSensitiveLog = exports.ScheduleConfigurationFilterSensitiveLog = exports.FileConfigurationFilterSensitiveLog = exports.ResourceNotFoundException = exports.ThrottlingException = exports.ResourceQuotaExceededException = exports.InvalidRequestException = exports.InternalServiceError = exports.DuplicateResourceException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const AppIntegrationsServiceException_1 = require("./AppIntegrationsServiceException");
|
|
5
5
|
class AccessDeniedException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -100,6 +100,10 @@ class ResourceNotFoundException extends AppIntegrationsServiceException_1.AppInt
|
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
103
|
+
const FileConfigurationFilterSensitiveLog = (obj) => ({
|
|
104
|
+
...obj,
|
|
105
|
+
});
|
|
106
|
+
exports.FileConfigurationFilterSensitiveLog = FileConfigurationFilterSensitiveLog;
|
|
103
107
|
const ScheduleConfigurationFilterSensitiveLog = (obj) => ({
|
|
104
108
|
...obj,
|
|
105
109
|
});
|
|
@@ -16,8 +16,14 @@ const serializeAws_restJson1CreateDataIntegrationCommand = async (input, context
|
|
|
16
16
|
body = JSON.stringify({
|
|
17
17
|
ClientToken: input.ClientToken ?? (0, uuid_1.v4)(),
|
|
18
18
|
...(input.Description != null && { Description: input.Description }),
|
|
19
|
+
...(input.FileConfiguration != null && {
|
|
20
|
+
FileConfiguration: serializeAws_restJson1FileConfiguration(input.FileConfiguration, context),
|
|
21
|
+
}),
|
|
19
22
|
...(input.KmsKey != null && { KmsKey: input.KmsKey }),
|
|
20
23
|
...(input.Name != null && { Name: input.Name }),
|
|
24
|
+
...(input.ObjectConfiguration != null && {
|
|
25
|
+
ObjectConfiguration: serializeAws_restJson1ObjectConfiguration(input.ObjectConfiguration, context),
|
|
26
|
+
}),
|
|
21
27
|
...(input.ScheduleConfig != null && {
|
|
22
28
|
ScheduleConfig: serializeAws_restJson1ScheduleConfiguration(input.ScheduleConfig, context),
|
|
23
29
|
}),
|
|
@@ -343,6 +349,9 @@ const deserializeAws_restJson1CreateDataIntegrationCommand = async (output, cont
|
|
|
343
349
|
if (data.Description != null) {
|
|
344
350
|
contents.Description = (0, smithy_client_1.expectString)(data.Description);
|
|
345
351
|
}
|
|
352
|
+
if (data.FileConfiguration != null) {
|
|
353
|
+
contents.FileConfiguration = deserializeAws_restJson1FileConfiguration(data.FileConfiguration, context);
|
|
354
|
+
}
|
|
346
355
|
if (data.Id != null) {
|
|
347
356
|
contents.Id = (0, smithy_client_1.expectString)(data.Id);
|
|
348
357
|
}
|
|
@@ -352,6 +361,9 @@ const deserializeAws_restJson1CreateDataIntegrationCommand = async (output, cont
|
|
|
352
361
|
if (data.Name != null) {
|
|
353
362
|
contents.Name = (0, smithy_client_1.expectString)(data.Name);
|
|
354
363
|
}
|
|
364
|
+
if (data.ObjectConfiguration != null) {
|
|
365
|
+
contents.ObjectConfiguration = deserializeAws_restJson1ObjectConfiguration(data.ObjectConfiguration, context);
|
|
366
|
+
}
|
|
355
367
|
if (data.ScheduleConfiguration != null) {
|
|
356
368
|
contents.ScheduleConfiguration = deserializeAws_restJson1ScheduleConfiguration(data.ScheduleConfiguration, context);
|
|
357
369
|
}
|
|
@@ -548,6 +560,9 @@ const deserializeAws_restJson1GetDataIntegrationCommand = async (output, context
|
|
|
548
560
|
if (data.Description != null) {
|
|
549
561
|
contents.Description = (0, smithy_client_1.expectString)(data.Description);
|
|
550
562
|
}
|
|
563
|
+
if (data.FileConfiguration != null) {
|
|
564
|
+
contents.FileConfiguration = deserializeAws_restJson1FileConfiguration(data.FileConfiguration, context);
|
|
565
|
+
}
|
|
551
566
|
if (data.Id != null) {
|
|
552
567
|
contents.Id = (0, smithy_client_1.expectString)(data.Id);
|
|
553
568
|
}
|
|
@@ -557,6 +572,9 @@ const deserializeAws_restJson1GetDataIntegrationCommand = async (output, context
|
|
|
557
572
|
if (data.Name != null) {
|
|
558
573
|
contents.Name = (0, smithy_client_1.expectString)(data.Name);
|
|
559
574
|
}
|
|
575
|
+
if (data.ObjectConfiguration != null) {
|
|
576
|
+
contents.ObjectConfiguration = deserializeAws_restJson1ObjectConfiguration(data.ObjectConfiguration, context);
|
|
577
|
+
}
|
|
560
578
|
if (data.ScheduleConfiguration != null) {
|
|
561
579
|
contents.ScheduleConfiguration = deserializeAws_restJson1ScheduleConfiguration(data.ScheduleConfiguration, context);
|
|
562
580
|
}
|
|
@@ -1151,6 +1169,44 @@ const serializeAws_restJson1EventFilter = (input, context) => {
|
|
|
1151
1169
|
...(input.Source != null && { Source: input.Source }),
|
|
1152
1170
|
};
|
|
1153
1171
|
};
|
|
1172
|
+
const serializeAws_restJson1FieldsList = (input, context) => {
|
|
1173
|
+
return input
|
|
1174
|
+
.filter((e) => e != null)
|
|
1175
|
+
.map((entry) => {
|
|
1176
|
+
return entry;
|
|
1177
|
+
});
|
|
1178
|
+
};
|
|
1179
|
+
const serializeAws_restJson1FieldsMap = (input, context) => {
|
|
1180
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
1181
|
+
if (value === null) {
|
|
1182
|
+
return acc;
|
|
1183
|
+
}
|
|
1184
|
+
acc[key] = serializeAws_restJson1FieldsList(value, context);
|
|
1185
|
+
return acc;
|
|
1186
|
+
}, {});
|
|
1187
|
+
};
|
|
1188
|
+
const serializeAws_restJson1FileConfiguration = (input, context) => {
|
|
1189
|
+
return {
|
|
1190
|
+
...(input.Filters != null && { Filters: serializeAws_restJson1FieldsMap(input.Filters, context) }),
|
|
1191
|
+
...(input.Folders != null && { Folders: serializeAws_restJson1FolderList(input.Folders, context) }),
|
|
1192
|
+
};
|
|
1193
|
+
};
|
|
1194
|
+
const serializeAws_restJson1FolderList = (input, context) => {
|
|
1195
|
+
return input
|
|
1196
|
+
.filter((e) => e != null)
|
|
1197
|
+
.map((entry) => {
|
|
1198
|
+
return entry;
|
|
1199
|
+
});
|
|
1200
|
+
};
|
|
1201
|
+
const serializeAws_restJson1ObjectConfiguration = (input, context) => {
|
|
1202
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
1203
|
+
if (value === null) {
|
|
1204
|
+
return acc;
|
|
1205
|
+
}
|
|
1206
|
+
acc[key] = serializeAws_restJson1FieldsMap(value, context);
|
|
1207
|
+
return acc;
|
|
1208
|
+
}, {});
|
|
1209
|
+
};
|
|
1154
1210
|
const serializeAws_restJson1ScheduleConfiguration = (input, context) => {
|
|
1155
1211
|
return {
|
|
1156
1212
|
...(input.FirstExecutionFrom != null && { FirstExecutionFrom: input.FirstExecutionFrom }),
|
|
@@ -1261,6 +1317,52 @@ const deserializeAws_restJson1EventIntegrationsList = (output, context) => {
|
|
|
1261
1317
|
});
|
|
1262
1318
|
return retVal;
|
|
1263
1319
|
};
|
|
1320
|
+
const deserializeAws_restJson1FieldsList = (output, context) => {
|
|
1321
|
+
const retVal = (output || [])
|
|
1322
|
+
.filter((e) => e != null)
|
|
1323
|
+
.map((entry) => {
|
|
1324
|
+
if (entry === null) {
|
|
1325
|
+
return null;
|
|
1326
|
+
}
|
|
1327
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
1328
|
+
});
|
|
1329
|
+
return retVal;
|
|
1330
|
+
};
|
|
1331
|
+
const deserializeAws_restJson1FieldsMap = (output, context) => {
|
|
1332
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
1333
|
+
if (value === null) {
|
|
1334
|
+
return acc;
|
|
1335
|
+
}
|
|
1336
|
+
acc[key] = deserializeAws_restJson1FieldsList(value, context);
|
|
1337
|
+
return acc;
|
|
1338
|
+
}, {});
|
|
1339
|
+
};
|
|
1340
|
+
const deserializeAws_restJson1FileConfiguration = (output, context) => {
|
|
1341
|
+
return {
|
|
1342
|
+
Filters: output.Filters != null ? deserializeAws_restJson1FieldsMap(output.Filters, context) : undefined,
|
|
1343
|
+
Folders: output.Folders != null ? deserializeAws_restJson1FolderList(output.Folders, context) : undefined,
|
|
1344
|
+
};
|
|
1345
|
+
};
|
|
1346
|
+
const deserializeAws_restJson1FolderList = (output, context) => {
|
|
1347
|
+
const retVal = (output || [])
|
|
1348
|
+
.filter((e) => e != null)
|
|
1349
|
+
.map((entry) => {
|
|
1350
|
+
if (entry === null) {
|
|
1351
|
+
return null;
|
|
1352
|
+
}
|
|
1353
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
1354
|
+
});
|
|
1355
|
+
return retVal;
|
|
1356
|
+
};
|
|
1357
|
+
const deserializeAws_restJson1ObjectConfiguration = (output, context) => {
|
|
1358
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
1359
|
+
if (value === null) {
|
|
1360
|
+
return acc;
|
|
1361
|
+
}
|
|
1362
|
+
acc[key] = deserializeAws_restJson1FieldsMap(value, context);
|
|
1363
|
+
return acc;
|
|
1364
|
+
}, {});
|
|
1365
|
+
};
|
|
1264
1366
|
const deserializeAws_restJson1ScheduleConfiguration = (output, context) => {
|
|
1265
1367
|
return {
|
|
1266
1368
|
FirstExecutionFrom: (0, smithy_client_1.expectString)(output.FirstExecutionFrom),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://app-integrations-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://app-integrations-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://app-integrations.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://app-integrations.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -90,6 +90,9 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
90
90
|
this.Message = opts.Message;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
+
export const FileConfigurationFilterSensitiveLog = (obj) => ({
|
|
94
|
+
...obj,
|
|
95
|
+
});
|
|
93
96
|
export const ScheduleConfigurationFilterSensitiveLog = (obj) => ({
|
|
94
97
|
...obj,
|
|
95
98
|
});
|
|
@@ -13,8 +13,14 @@ export const serializeAws_restJson1CreateDataIntegrationCommand = async (input,
|
|
|
13
13
|
body = JSON.stringify({
|
|
14
14
|
ClientToken: input.ClientToken ?? generateIdempotencyToken(),
|
|
15
15
|
...(input.Description != null && { Description: input.Description }),
|
|
16
|
+
...(input.FileConfiguration != null && {
|
|
17
|
+
FileConfiguration: serializeAws_restJson1FileConfiguration(input.FileConfiguration, context),
|
|
18
|
+
}),
|
|
16
19
|
...(input.KmsKey != null && { KmsKey: input.KmsKey }),
|
|
17
20
|
...(input.Name != null && { Name: input.Name }),
|
|
21
|
+
...(input.ObjectConfiguration != null && {
|
|
22
|
+
ObjectConfiguration: serializeAws_restJson1ObjectConfiguration(input.ObjectConfiguration, context),
|
|
23
|
+
}),
|
|
18
24
|
...(input.ScheduleConfig != null && {
|
|
19
25
|
ScheduleConfig: serializeAws_restJson1ScheduleConfiguration(input.ScheduleConfig, context),
|
|
20
26
|
}),
|
|
@@ -325,6 +331,9 @@ export const deserializeAws_restJson1CreateDataIntegrationCommand = async (outpu
|
|
|
325
331
|
if (data.Description != null) {
|
|
326
332
|
contents.Description = __expectString(data.Description);
|
|
327
333
|
}
|
|
334
|
+
if (data.FileConfiguration != null) {
|
|
335
|
+
contents.FileConfiguration = deserializeAws_restJson1FileConfiguration(data.FileConfiguration, context);
|
|
336
|
+
}
|
|
328
337
|
if (data.Id != null) {
|
|
329
338
|
contents.Id = __expectString(data.Id);
|
|
330
339
|
}
|
|
@@ -334,6 +343,9 @@ export const deserializeAws_restJson1CreateDataIntegrationCommand = async (outpu
|
|
|
334
343
|
if (data.Name != null) {
|
|
335
344
|
contents.Name = __expectString(data.Name);
|
|
336
345
|
}
|
|
346
|
+
if (data.ObjectConfiguration != null) {
|
|
347
|
+
contents.ObjectConfiguration = deserializeAws_restJson1ObjectConfiguration(data.ObjectConfiguration, context);
|
|
348
|
+
}
|
|
337
349
|
if (data.ScheduleConfiguration != null) {
|
|
338
350
|
contents.ScheduleConfiguration = deserializeAws_restJson1ScheduleConfiguration(data.ScheduleConfiguration, context);
|
|
339
351
|
}
|
|
@@ -526,6 +538,9 @@ export const deserializeAws_restJson1GetDataIntegrationCommand = async (output,
|
|
|
526
538
|
if (data.Description != null) {
|
|
527
539
|
contents.Description = __expectString(data.Description);
|
|
528
540
|
}
|
|
541
|
+
if (data.FileConfiguration != null) {
|
|
542
|
+
contents.FileConfiguration = deserializeAws_restJson1FileConfiguration(data.FileConfiguration, context);
|
|
543
|
+
}
|
|
529
544
|
if (data.Id != null) {
|
|
530
545
|
contents.Id = __expectString(data.Id);
|
|
531
546
|
}
|
|
@@ -535,6 +550,9 @@ export const deserializeAws_restJson1GetDataIntegrationCommand = async (output,
|
|
|
535
550
|
if (data.Name != null) {
|
|
536
551
|
contents.Name = __expectString(data.Name);
|
|
537
552
|
}
|
|
553
|
+
if (data.ObjectConfiguration != null) {
|
|
554
|
+
contents.ObjectConfiguration = deserializeAws_restJson1ObjectConfiguration(data.ObjectConfiguration, context);
|
|
555
|
+
}
|
|
538
556
|
if (data.ScheduleConfiguration != null) {
|
|
539
557
|
contents.ScheduleConfiguration = deserializeAws_restJson1ScheduleConfiguration(data.ScheduleConfiguration, context);
|
|
540
558
|
}
|
|
@@ -1118,6 +1136,44 @@ const serializeAws_restJson1EventFilter = (input, context) => {
|
|
|
1118
1136
|
...(input.Source != null && { Source: input.Source }),
|
|
1119
1137
|
};
|
|
1120
1138
|
};
|
|
1139
|
+
const serializeAws_restJson1FieldsList = (input, context) => {
|
|
1140
|
+
return input
|
|
1141
|
+
.filter((e) => e != null)
|
|
1142
|
+
.map((entry) => {
|
|
1143
|
+
return entry;
|
|
1144
|
+
});
|
|
1145
|
+
};
|
|
1146
|
+
const serializeAws_restJson1FieldsMap = (input, context) => {
|
|
1147
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
1148
|
+
if (value === null) {
|
|
1149
|
+
return acc;
|
|
1150
|
+
}
|
|
1151
|
+
acc[key] = serializeAws_restJson1FieldsList(value, context);
|
|
1152
|
+
return acc;
|
|
1153
|
+
}, {});
|
|
1154
|
+
};
|
|
1155
|
+
const serializeAws_restJson1FileConfiguration = (input, context) => {
|
|
1156
|
+
return {
|
|
1157
|
+
...(input.Filters != null && { Filters: serializeAws_restJson1FieldsMap(input.Filters, context) }),
|
|
1158
|
+
...(input.Folders != null && { Folders: serializeAws_restJson1FolderList(input.Folders, context) }),
|
|
1159
|
+
};
|
|
1160
|
+
};
|
|
1161
|
+
const serializeAws_restJson1FolderList = (input, context) => {
|
|
1162
|
+
return input
|
|
1163
|
+
.filter((e) => e != null)
|
|
1164
|
+
.map((entry) => {
|
|
1165
|
+
return entry;
|
|
1166
|
+
});
|
|
1167
|
+
};
|
|
1168
|
+
const serializeAws_restJson1ObjectConfiguration = (input, context) => {
|
|
1169
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
1170
|
+
if (value === null) {
|
|
1171
|
+
return acc;
|
|
1172
|
+
}
|
|
1173
|
+
acc[key] = serializeAws_restJson1FieldsMap(value, context);
|
|
1174
|
+
return acc;
|
|
1175
|
+
}, {});
|
|
1176
|
+
};
|
|
1121
1177
|
const serializeAws_restJson1ScheduleConfiguration = (input, context) => {
|
|
1122
1178
|
return {
|
|
1123
1179
|
...(input.FirstExecutionFrom != null && { FirstExecutionFrom: input.FirstExecutionFrom }),
|
|
@@ -1228,6 +1284,52 @@ const deserializeAws_restJson1EventIntegrationsList = (output, context) => {
|
|
|
1228
1284
|
});
|
|
1229
1285
|
return retVal;
|
|
1230
1286
|
};
|
|
1287
|
+
const deserializeAws_restJson1FieldsList = (output, context) => {
|
|
1288
|
+
const retVal = (output || [])
|
|
1289
|
+
.filter((e) => e != null)
|
|
1290
|
+
.map((entry) => {
|
|
1291
|
+
if (entry === null) {
|
|
1292
|
+
return null;
|
|
1293
|
+
}
|
|
1294
|
+
return __expectString(entry);
|
|
1295
|
+
});
|
|
1296
|
+
return retVal;
|
|
1297
|
+
};
|
|
1298
|
+
const deserializeAws_restJson1FieldsMap = (output, context) => {
|
|
1299
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
1300
|
+
if (value === null) {
|
|
1301
|
+
return acc;
|
|
1302
|
+
}
|
|
1303
|
+
acc[key] = deserializeAws_restJson1FieldsList(value, context);
|
|
1304
|
+
return acc;
|
|
1305
|
+
}, {});
|
|
1306
|
+
};
|
|
1307
|
+
const deserializeAws_restJson1FileConfiguration = (output, context) => {
|
|
1308
|
+
return {
|
|
1309
|
+
Filters: output.Filters != null ? deserializeAws_restJson1FieldsMap(output.Filters, context) : undefined,
|
|
1310
|
+
Folders: output.Folders != null ? deserializeAws_restJson1FolderList(output.Folders, context) : undefined,
|
|
1311
|
+
};
|
|
1312
|
+
};
|
|
1313
|
+
const deserializeAws_restJson1FolderList = (output, context) => {
|
|
1314
|
+
const retVal = (output || [])
|
|
1315
|
+
.filter((e) => e != null)
|
|
1316
|
+
.map((entry) => {
|
|
1317
|
+
if (entry === null) {
|
|
1318
|
+
return null;
|
|
1319
|
+
}
|
|
1320
|
+
return __expectString(entry);
|
|
1321
|
+
});
|
|
1322
|
+
return retVal;
|
|
1323
|
+
};
|
|
1324
|
+
const deserializeAws_restJson1ObjectConfiguration = (output, context) => {
|
|
1325
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
1326
|
+
if (value === null) {
|
|
1327
|
+
return acc;
|
|
1328
|
+
}
|
|
1329
|
+
acc[key] = deserializeAws_restJson1FieldsMap(value, context);
|
|
1330
|
+
return acc;
|
|
1331
|
+
}, {});
|
|
1332
|
+
};
|
|
1231
1333
|
const deserializeAws_restJson1ScheduleConfiguration = (output, context) => {
|
|
1232
1334
|
return {
|
|
1233
1335
|
FirstExecutionFrom: __expectString(output.FirstExecutionFrom),
|
|
@@ -18,17 +18,19 @@ import { UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput
|
|
|
18
18
|
/**
|
|
19
19
|
* <p>The Amazon AppIntegrations service enables you to configure and reuse connections to external
|
|
20
20
|
* applications.</p>
|
|
21
|
-
* <p>For information about how you can use external applications with Amazon Connect, see
|
|
22
|
-
*
|
|
23
|
-
*
|
|
21
|
+
* <p>For information about how you can use external applications with Amazon Connect, see
|
|
22
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/crm.html">Set up pre-built
|
|
23
|
+
* integrations</a> and <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-wisdom.html">Deliver information to agents
|
|
24
|
+
* using Amazon Connect Wisdom</a> in the <i>Amazon Connect Administrator
|
|
25
|
+
* Guide</i>.</p>
|
|
24
26
|
*/
|
|
25
27
|
export declare class AppIntegrations extends AppIntegrationsClient {
|
|
26
28
|
/**
|
|
27
29
|
* <p>Creates and persists a DataIntegration resource.</p>
|
|
28
30
|
* <note>
|
|
29
|
-
* <p>You cannot create a DataIntegration association for a DataIntegration that has been
|
|
30
|
-
*
|
|
31
|
-
*
|
|
31
|
+
* <p>You cannot create a DataIntegration association for a DataIntegration that has been
|
|
32
|
+
* previously associated. Use a different DataIntegration, or recreate the DataIntegration
|
|
33
|
+
* using the <code>CreateDataIntegration</code> API.</p>
|
|
32
34
|
* </note>
|
|
33
35
|
*/
|
|
34
36
|
createDataIntegration(args: CreateDataIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataIntegrationCommandOutput>;
|
|
@@ -36,8 +38,8 @@ export declare class AppIntegrations extends AppIntegrationsClient {
|
|
|
36
38
|
createDataIntegration(args: CreateDataIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataIntegrationCommandOutput) => void): void;
|
|
37
39
|
/**
|
|
38
40
|
* <p>Creates an EventIntegration, given a specified name, description, and a reference to an
|
|
39
|
-
*
|
|
40
|
-
* objects are created in the your account, only metadata that is persisted on the
|
|
41
|
+
* Amazon EventBridge bus in your account and a partner event source that pushes events to
|
|
42
|
+
* that bus. No objects are created in the your account, only metadata that is persisted on the
|
|
41
43
|
* EventIntegration control plane.</p>
|
|
42
44
|
*/
|
|
43
45
|
createEventIntegration(args: CreateEventIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventIntegrationCommandOutput>;
|
|
@@ -140,9 +140,11 @@ export interface AppIntegrationsClientResolvedConfig extends AppIntegrationsClie
|
|
|
140
140
|
/**
|
|
141
141
|
* <p>The Amazon AppIntegrations service enables you to configure and reuse connections to external
|
|
142
142
|
* applications.</p>
|
|
143
|
-
* <p>For information about how you can use external applications with Amazon Connect, see
|
|
144
|
-
*
|
|
145
|
-
*
|
|
143
|
+
* <p>For information about how you can use external applications with Amazon Connect, see
|
|
144
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/crm.html">Set up pre-built
|
|
145
|
+
* integrations</a> and <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-wisdom.html">Deliver information to agents
|
|
146
|
+
* using Amazon Connect Wisdom</a> in the <i>Amazon Connect Administrator
|
|
147
|
+
* Guide</i>.</p>
|
|
146
148
|
*/
|
|
147
149
|
export declare class AppIntegrationsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppIntegrationsClientResolvedConfig> {
|
|
148
150
|
/**
|
|
@@ -16,9 +16,9 @@ export interface CreateDataIntegrationCommandOutput extends CreateDataIntegratio
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>Creates and persists a DataIntegration resource.</p>
|
|
18
18
|
* <note>
|
|
19
|
-
* <p>You cannot create a DataIntegration association for a DataIntegration that has been
|
|
20
|
-
*
|
|
21
|
-
*
|
|
19
|
+
* <p>You cannot create a DataIntegration association for a DataIntegration that has been
|
|
20
|
+
* previously associated. Use a different DataIntegration, or recreate the DataIntegration
|
|
21
|
+
* using the <code>CreateDataIntegration</code> API.</p>
|
|
22
22
|
* </note>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -34,6 +34,25 @@ export interface CreateDataIntegrationCommandOutput extends CreateDataIntegratio
|
|
|
34
34
|
* @see {@link CreateDataIntegrationCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
41
|
+
* <p>A resource with the specified name already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
44
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
47
|
+
* <p>The request is not valid. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The allowed quota for the resource has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
37
56
|
*/
|
|
38
57
|
export declare class CreateDataIntegrationCommand extends $Command<CreateDataIntegrationCommandInput, CreateDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
39
58
|
readonly input: CreateDataIntegrationCommandInput;
|
|
@@ -15,8 +15,8 @@ export interface CreateEventIntegrationCommandOutput extends CreateEventIntegrat
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>Creates an EventIntegration, given a specified name, description, and a reference to an
|
|
18
|
-
*
|
|
19
|
-
* objects are created in the your account, only metadata that is persisted on the
|
|
18
|
+
* Amazon EventBridge bus in your account and a partner event source that pushes events to
|
|
19
|
+
* that bus. No objects are created in the your account, only metadata that is persisted on the
|
|
20
20
|
* EventIntegration control plane.</p>
|
|
21
21
|
* @example
|
|
22
22
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -32,6 +32,25 @@ export interface CreateEventIntegrationCommandOutput extends CreateEventIntegrat
|
|
|
32
32
|
* @see {@link CreateEventIntegrationCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
39
|
+
* <p>A resource with the specified name already exists.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
42
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
45
|
+
* <p>The request is not valid. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceQuotaExceededException} (client fault)
|
|
48
|
+
* <p>The allowed quota for the resource has been exceeded.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
35
54
|
*/
|
|
36
55
|
export declare class CreateEventIntegrationCommand extends $Command<CreateEventIntegrationCommandInput, CreateEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
37
56
|
readonly input: CreateEventIntegrationCommandInput;
|
|
@@ -36,6 +36,22 @@ export interface DeleteDataIntegrationCommandOutput extends DeleteDataIntegratio
|
|
|
36
36
|
* @see {@link DeleteDataIntegrationCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
43
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
46
|
+
* <p>The request is not valid. </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The specified resource was not found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
39
55
|
*/
|
|
40
56
|
export declare class DeleteDataIntegrationCommand extends $Command<DeleteDataIntegrationCommandInput, DeleteDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
41
57
|
readonly input: DeleteDataIntegrationCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface DeleteEventIntegrationCommandOutput extends DeleteEventIntegrat
|
|
|
30
30
|
* @see {@link DeleteEventIntegrationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
37
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>The request is not valid. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The specified resource was not found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class DeleteEventIntegrationCommand extends $Command<DeleteEventIntegrationCommandInput, DeleteEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
35
51
|
readonly input: DeleteEventIntegrationCommandInput;
|
|
@@ -34,6 +34,22 @@ export interface GetDataIntegrationCommandOutput extends GetDataIntegrationRespo
|
|
|
34
34
|
* @see {@link GetDataIntegrationCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
41
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>The request is not valid. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
37
53
|
*/
|
|
38
54
|
export declare class GetDataIntegrationCommand extends $Command<GetDataIntegrationCommandInput, GetDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
39
55
|
readonly input: GetDataIntegrationCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetEventIntegrationCommandOutput extends GetEventIntegrationRes
|
|
|
29
29
|
* @see {@link GetEventIntegrationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
36
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is not valid. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetEventIntegrationCommand extends $Command<GetEventIntegrationCommandInput, GetEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
34
50
|
readonly input: GetEventIntegrationCommandInput;
|
|
@@ -34,6 +34,22 @@ export interface ListDataIntegrationAssociationsCommandOutput extends ListDataIn
|
|
|
34
34
|
* @see {@link ListDataIntegrationAssociationsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
41
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>The request is not valid. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
37
53
|
*/
|
|
38
54
|
export declare class ListDataIntegrationAssociationsCommand extends $Command<ListDataIntegrationAssociationsCommandInput, ListDataIntegrationAssociationsCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
39
55
|
readonly input: ListDataIntegrationAssociationsCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface ListDataIntegrationsCommandOutput extends ListDataIntegrationsR
|
|
|
34
34
|
* @see {@link ListDataIntegrationsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
41
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>The request is not valid. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
37
50
|
*/
|
|
38
51
|
export declare class ListDataIntegrationsCommand extends $Command<ListDataIntegrationsCommandInput, ListDataIntegrationsCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
39
52
|
readonly input: ListDataIntegrationsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListEventIntegrationAssociationsCommandOutput extends ListEvent
|
|
|
29
29
|
* @see {@link ListEventIntegrationAssociationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
36
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is not valid. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListEventIntegrationAssociationsCommand extends $Command<ListEventIntegrationAssociationsCommandInput, ListEventIntegrationAssociationsCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
34
50
|
readonly input: ListEventIntegrationAssociationsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListEventIntegrationsCommandOutput extends ListEventIntegration
|
|
|
29
29
|
* @see {@link ListEventIntegrationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
36
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is not valid. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListEventIntegrationsCommand extends $Command<ListEventIntegrationsCommandInput, ListEventIntegrationsCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
34
47
|
readonly input: ListEventIntegrationsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
33
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>The request is not valid. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
34
47
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
33
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>The request is not valid. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
34
47
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
33
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>The request is not valid. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The specified resource was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
34
47
|
readonly input: UntagResourceCommandInput;
|
|
@@ -34,6 +34,22 @@ export interface UpdateDataIntegrationCommandOutput extends UpdateDataIntegratio
|
|
|
34
34
|
* @see {@link UpdateDataIntegrationCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
41
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>The request is not valid. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The specified resource was not found.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
37
53
|
*/
|
|
38
54
|
export declare class UpdateDataIntegrationCommand extends $Command<UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
39
55
|
readonly input: UpdateDataIntegrationCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateEventIntegrationCommandOutput extends UpdateEventIntegrat
|
|
|
29
29
|
* @see {@link UpdateEventIntegrationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppIntegrationsClientResolvedConfig | config} for AppIntegrationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
36
|
+
* <p>Request processing failed due to an error or failure with the service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request is not valid. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified resource was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateEventIntegrationCommand extends $Command<UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateEventIntegrationCommandInput;
|
|
@@ -12,12 +12,26 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
12
12
|
*/
|
|
13
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* <p>The configuration for what files should be pulled from the source.</p>
|
|
17
|
+
*/
|
|
18
|
+
export interface FileConfiguration {
|
|
19
|
+
/**
|
|
20
|
+
* <p>Identifiers for the source folders to pull all files from recursively.</p>
|
|
21
|
+
*/
|
|
22
|
+
Folders: string[] | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>Restrictions for what files should be pulled from the source.</p>
|
|
25
|
+
*/
|
|
26
|
+
Filters?: Record<string, string[]>;
|
|
27
|
+
}
|
|
15
28
|
/**
|
|
16
29
|
* <p>The name of the data and how often it should be pulled from the source.</p>
|
|
17
30
|
*/
|
|
18
31
|
export interface ScheduleConfiguration {
|
|
19
32
|
/**
|
|
20
|
-
* <p>The start date for objects to import in the first flow run
|
|
33
|
+
* <p>The start date for objects to import in the first flow run as an Unix/epoch timestamp in
|
|
34
|
+
* milliseconds or in ISO-8601 format.</p>
|
|
21
35
|
*/
|
|
22
36
|
FirstExecutionFrom?: string;
|
|
23
37
|
/**
|
|
@@ -27,7 +41,7 @@ export interface ScheduleConfiguration {
|
|
|
27
41
|
/**
|
|
28
42
|
* <p>How often the data should be pulled from data source.</p>
|
|
29
43
|
*/
|
|
30
|
-
ScheduleExpression
|
|
44
|
+
ScheduleExpression: string | undefined;
|
|
31
45
|
}
|
|
32
46
|
export interface CreateDataIntegrationRequest {
|
|
33
47
|
/**
|
|
@@ -41,24 +55,34 @@ export interface CreateDataIntegrationRequest {
|
|
|
41
55
|
/**
|
|
42
56
|
* <p>The KMS key for the DataIntegration.</p>
|
|
43
57
|
*/
|
|
44
|
-
KmsKey
|
|
58
|
+
KmsKey: string | undefined;
|
|
45
59
|
/**
|
|
46
60
|
* <p>The URI of the data source.</p>
|
|
47
61
|
*/
|
|
48
|
-
SourceURI
|
|
62
|
+
SourceURI: string | undefined;
|
|
49
63
|
/**
|
|
50
64
|
* <p>The name of the data and how often it should be pulled from the source.</p>
|
|
51
65
|
*/
|
|
52
|
-
ScheduleConfig
|
|
66
|
+
ScheduleConfig: ScheduleConfiguration | undefined;
|
|
53
67
|
/**
|
|
54
|
-
* <p>
|
|
68
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
55
69
|
*/
|
|
56
70
|
Tags?: Record<string, string>;
|
|
57
71
|
/**
|
|
58
72
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
59
|
-
* request
|
|
73
|
+
* request. If not provided, the Amazon Web Services
|
|
74
|
+
* SDK populates this field. For more information about idempotency, see
|
|
75
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
60
76
|
*/
|
|
61
77
|
ClientToken?: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The configuration for what files should be pulled from the source.</p>
|
|
80
|
+
*/
|
|
81
|
+
FileConfiguration?: FileConfiguration;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The configuration for what data should be pulled from the source.</p>
|
|
84
|
+
*/
|
|
85
|
+
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
62
86
|
}
|
|
63
87
|
export interface CreateDataIntegrationResponse {
|
|
64
88
|
/**
|
|
@@ -90,14 +114,24 @@ export interface CreateDataIntegrationResponse {
|
|
|
90
114
|
*/
|
|
91
115
|
ScheduleConfiguration?: ScheduleConfiguration;
|
|
92
116
|
/**
|
|
93
|
-
* <p>
|
|
117
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
94
118
|
*/
|
|
95
119
|
Tags?: Record<string, string>;
|
|
96
120
|
/**
|
|
97
121
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
98
|
-
* request
|
|
122
|
+
* request. If not provided, the Amazon Web Services
|
|
123
|
+
* SDK populates this field. For more information about idempotency, see
|
|
124
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
99
125
|
*/
|
|
100
126
|
ClientToken?: string;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The configuration for what files should be pulled from the source.</p>
|
|
129
|
+
*/
|
|
130
|
+
FileConfiguration?: FileConfiguration;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The configuration for what data should be pulled from the source.</p>
|
|
133
|
+
*/
|
|
134
|
+
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
101
135
|
}
|
|
102
136
|
/**
|
|
103
137
|
* <p>A resource with the specified name already exists.</p>
|
|
@@ -187,11 +221,13 @@ export interface CreateEventIntegrationRequest {
|
|
|
187
221
|
EventBridgeBus: string | undefined;
|
|
188
222
|
/**
|
|
189
223
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
190
|
-
*
|
|
224
|
+
* request. If not provided, the Amazon Web Services
|
|
225
|
+
* SDK populates this field. For more information about idempotency, see
|
|
226
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
191
227
|
*/
|
|
192
228
|
ClientToken?: string;
|
|
193
229
|
/**
|
|
194
|
-
* <p>
|
|
230
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
195
231
|
*/
|
|
196
232
|
Tags?: Record<string, string>;
|
|
197
233
|
}
|
|
@@ -265,9 +301,17 @@ export interface GetDataIntegrationResponse {
|
|
|
265
301
|
*/
|
|
266
302
|
ScheduleConfiguration?: ScheduleConfiguration;
|
|
267
303
|
/**
|
|
268
|
-
* <p>
|
|
304
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
269
305
|
*/
|
|
270
306
|
Tags?: Record<string, string>;
|
|
307
|
+
/**
|
|
308
|
+
* <p>The configuration for what files should be pulled from the source.</p>
|
|
309
|
+
*/
|
|
310
|
+
FileConfiguration?: FileConfiguration;
|
|
311
|
+
/**
|
|
312
|
+
* <p>The configuration for what data should be pulled from the source.</p>
|
|
313
|
+
*/
|
|
314
|
+
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
271
315
|
}
|
|
272
316
|
export interface GetEventIntegrationRequest {
|
|
273
317
|
/**
|
|
@@ -297,7 +341,7 @@ export interface GetEventIntegrationResponse {
|
|
|
297
341
|
*/
|
|
298
342
|
EventFilter?: EventFilter;
|
|
299
343
|
/**
|
|
300
|
-
* <p>
|
|
344
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
301
345
|
*/
|
|
302
346
|
Tags?: Record<string, string>;
|
|
303
347
|
}
|
|
@@ -325,11 +369,11 @@ export interface DataIntegrationAssociationSummary {
|
|
|
325
369
|
*/
|
|
326
370
|
DataIntegrationAssociationArn?: string;
|
|
327
371
|
/**
|
|
328
|
-
* <p>The Amazon Resource Name (ARN)of the DataIntegration.</p>
|
|
372
|
+
* <p>The Amazon Resource Name (ARN) of the DataIntegration.</p>
|
|
329
373
|
*/
|
|
330
374
|
DataIntegrationArn?: string;
|
|
331
375
|
/**
|
|
332
|
-
* <p>The identifier for
|
|
376
|
+
* <p>The identifier for the client that is associated with the DataIntegration
|
|
333
377
|
* association.</p>
|
|
334
378
|
*/
|
|
335
379
|
ClientId?: string;
|
|
@@ -472,7 +516,7 @@ export interface EventIntegration {
|
|
|
472
516
|
*/
|
|
473
517
|
EventBridgeBus?: string;
|
|
474
518
|
/**
|
|
475
|
-
* <p>The tags.</p>
|
|
519
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
476
520
|
*/
|
|
477
521
|
Tags?: Record<string, string>;
|
|
478
522
|
}
|
|
@@ -504,7 +548,7 @@ export interface TagResourceRequest {
|
|
|
504
548
|
*/
|
|
505
549
|
resourceArn: string | undefined;
|
|
506
550
|
/**
|
|
507
|
-
* <p>
|
|
551
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.</p>
|
|
508
552
|
*/
|
|
509
553
|
tags: Record<string, string> | undefined;
|
|
510
554
|
}
|
|
@@ -550,6 +594,10 @@ export interface UpdateEventIntegrationRequest {
|
|
|
550
594
|
}
|
|
551
595
|
export interface UpdateEventIntegrationResponse {
|
|
552
596
|
}
|
|
597
|
+
/**
|
|
598
|
+
* @internal
|
|
599
|
+
*/
|
|
600
|
+
export declare const FileConfigurationFilterSensitiveLog: (obj: FileConfiguration) => any;
|
|
553
601
|
/**
|
|
554
602
|
* @internal
|
|
555
603
|
*/
|
|
@@ -8,19 +8,25 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
8
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
9
|
);
|
|
10
10
|
}
|
|
11
|
+
export interface FileConfiguration {
|
|
12
|
+
Folders: string[] | undefined;
|
|
13
|
+
Filters?: Record<string, string[]>;
|
|
14
|
+
}
|
|
11
15
|
export interface ScheduleConfiguration {
|
|
12
16
|
FirstExecutionFrom?: string;
|
|
13
17
|
Object?: string;
|
|
14
|
-
ScheduleExpression
|
|
18
|
+
ScheduleExpression: string | undefined;
|
|
15
19
|
}
|
|
16
20
|
export interface CreateDataIntegrationRequest {
|
|
17
21
|
Name: string | undefined;
|
|
18
22
|
Description?: string;
|
|
19
|
-
KmsKey
|
|
20
|
-
SourceURI
|
|
21
|
-
ScheduleConfig
|
|
23
|
+
KmsKey: string | undefined;
|
|
24
|
+
SourceURI: string | undefined;
|
|
25
|
+
ScheduleConfig: ScheduleConfiguration | undefined;
|
|
22
26
|
Tags?: Record<string, string>;
|
|
23
27
|
ClientToken?: string;
|
|
28
|
+
FileConfiguration?: FileConfiguration;
|
|
29
|
+
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
24
30
|
}
|
|
25
31
|
export interface CreateDataIntegrationResponse {
|
|
26
32
|
Arn?: string;
|
|
@@ -32,6 +38,8 @@ export interface CreateDataIntegrationResponse {
|
|
|
32
38
|
ScheduleConfiguration?: ScheduleConfiguration;
|
|
33
39
|
Tags?: Record<string, string>;
|
|
34
40
|
ClientToken?: string;
|
|
41
|
+
FileConfiguration?: FileConfiguration;
|
|
42
|
+
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
35
43
|
}
|
|
36
44
|
export declare class DuplicateResourceException extends __BaseException {
|
|
37
45
|
readonly name: "DuplicateResourceException";
|
|
@@ -115,6 +123,8 @@ export interface GetDataIntegrationResponse {
|
|
|
115
123
|
SourceURI?: string;
|
|
116
124
|
ScheduleConfiguration?: ScheduleConfiguration;
|
|
117
125
|
Tags?: Record<string, string>;
|
|
126
|
+
FileConfiguration?: FileConfiguration;
|
|
127
|
+
ObjectConfiguration?: Record<string, Record<string, string[]>>;
|
|
118
128
|
}
|
|
119
129
|
export interface GetEventIntegrationRequest {
|
|
120
130
|
Name: string | undefined;
|
|
@@ -214,6 +224,9 @@ export interface UpdateEventIntegrationRequest {
|
|
|
214
224
|
Description?: string;
|
|
215
225
|
}
|
|
216
226
|
export interface UpdateEventIntegrationResponse {}
|
|
227
|
+
export declare const FileConfigurationFilterSensitiveLog: (
|
|
228
|
+
obj: FileConfiguration
|
|
229
|
+
) => any;
|
|
217
230
|
export declare const ScheduleConfigurationFilterSensitiveLog: (
|
|
218
231
|
obj: ScheduleConfiguration
|
|
219
232
|
) => any;
|
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.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,57 +20,52 @@
|
|
|
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-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"@types/uuid": "^8.3.0",
|
|
63
63
|
"concurrently": "7.0.0",
|
|
64
64
|
"downlevel-dts": "0.10.1",
|
|
65
65
|
"rimraf": "3.0.2",
|
|
66
|
-
"typedoc": "0.
|
|
66
|
+
"typedoc": "0.23.23",
|
|
67
67
|
"typescript": "~4.6.2"
|
|
68
68
|
},
|
|
69
|
-
"overrides": {
|
|
70
|
-
"typedoc": {
|
|
71
|
-
"typescript": "~4.6.2"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
69
|
"engines": {
|
|
75
70
|
"node": ">=14.0.0"
|
|
76
71
|
},
|