@aws-sdk/client-appintegrations 3.131.0 → 3.137.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/CHANGELOG.md +11 -0
- package/dist-cjs/commands/CreateDataIntegrationCommand.js +2 -2
- package/dist-cjs/commands/CreateEventIntegrationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataIntegrationCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetDataIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetEventIntegrationCommand.js +2 -2
- package/dist-cjs/commands/ListDataIntegrationAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListDataIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/ListEventIntegrationAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListEventIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataIntegrationCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventIntegrationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +145 -217
- package/dist-es/commands/CreateDataIntegrationCommand.js +3 -3
- package/dist-es/commands/CreateEventIntegrationCommand.js +3 -3
- package/dist-es/commands/DeleteDataIntegrationCommand.js +3 -3
- package/dist-es/commands/DeleteEventIntegrationCommand.js +3 -3
- package/dist-es/commands/GetDataIntegrationCommand.js +3 -3
- package/dist-es/commands/GetEventIntegrationCommand.js +3 -3
- package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +3 -3
- package/dist-es/commands/ListDataIntegrationsCommand.js +3 -3
- package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +3 -3
- package/dist-es/commands/ListEventIntegrationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataIntegrationCommand.js +3 -3
- package/dist-es/commands/UpdateEventIntegrationCommand.js +3 -3
- package/dist-es/models/models_0.js +36 -144
- package/dist-types/models/models_0.d.ts +144 -216
- package/dist-types/ts3.4/models/models_0.d.ts +72 -144
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateEventIntegrationRequestFilterSensitiveLog, CreateEventIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateEventIntegrationCommand, serializeAws_restJson1CreateEventIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateEventIntegrationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEventIntegrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEventIntegrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEventIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEventIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteDataIntegrationRequestFilterSensitiveLog, DeleteDataIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteDataIntegrationCommand, serializeAws_restJson1DeleteDataIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteDataIntegrationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDataIntegrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteDataIntegrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDataIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDataIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteEventIntegrationRequestFilterSensitiveLog, DeleteEventIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteEventIntegrationCommand, serializeAws_restJson1DeleteEventIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteEventIntegrationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEventIntegrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteEventIntegrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEventIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteEventIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetDataIntegrationRequestFilterSensitiveLog, GetDataIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDataIntegrationCommand, serializeAws_restJson1GetDataIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDataIntegrationCommand = (function (_super) {
|
|
7
7
|
__extends(GetDataIntegrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDataIntegrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDataIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDataIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetEventIntegrationRequestFilterSensitiveLog, GetEventIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetEventIntegrationCommand, serializeAws_restJson1GetEventIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetEventIntegrationCommand = (function (_super) {
|
|
7
7
|
__extends(GetEventIntegrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEventIntegrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEventIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEventIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListDataIntegrationAssociationsRequestFilterSensitiveLog, ListDataIntegrationAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListDataIntegrationAssociationsCommand, serializeAws_restJson1ListDataIntegrationAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListDataIntegrationAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListDataIntegrationAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDataIntegrationAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDataIntegrationAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListDataIntegrationAssociationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListDataIntegrationsRequestFilterSensitiveLog, ListDataIntegrationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListDataIntegrationsCommand, serializeAws_restJson1ListDataIntegrationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListDataIntegrationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListDataIntegrationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDataIntegrationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDataIntegrationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListDataIntegrationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListEventIntegrationAssociationsRequestFilterSensitiveLog, ListEventIntegrationAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListEventIntegrationAssociationsCommand, serializeAws_restJson1ListEventIntegrationAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListEventIntegrationAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListEventIntegrationAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEventIntegrationAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEventIntegrationAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEventIntegrationAssociationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListEventIntegrationsRequestFilterSensitiveLog, ListEventIntegrationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListEventIntegrationsCommand, serializeAws_restJson1ListEventIntegrationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListEventIntegrationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListEventIntegrationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEventIntegrationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEventIntegrationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEventIntegrationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateDataIntegrationRequestFilterSensitiveLog, UpdateDataIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateDataIntegrationCommand, serializeAws_restJson1UpdateDataIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateDataIntegrationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDataIntegrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateDataIntegrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateDataIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateDataIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateEventIntegrationRequestFilterSensitiveLog, UpdateEventIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateEventIntegrationCommand, serializeAws_restJson1UpdateEventIntegrationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateEventIntegrationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateEventIntegrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateEventIntegrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateEventIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateEventIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -13,18 +13,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
13
13
|
return AccessDeniedException;
|
|
14
14
|
}(__BaseException));
|
|
15
15
|
export { AccessDeniedException };
|
|
16
|
-
export var ScheduleConfiguration;
|
|
17
|
-
(function (ScheduleConfiguration) {
|
|
18
|
-
ScheduleConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(ScheduleConfiguration || (ScheduleConfiguration = {}));
|
|
20
|
-
export var CreateDataIntegrationRequest;
|
|
21
|
-
(function (CreateDataIntegrationRequest) {
|
|
22
|
-
CreateDataIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(CreateDataIntegrationRequest || (CreateDataIntegrationRequest = {}));
|
|
24
|
-
export var CreateDataIntegrationResponse;
|
|
25
|
-
(function (CreateDataIntegrationResponse) {
|
|
26
|
-
CreateDataIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
-
})(CreateDataIntegrationResponse || (CreateDataIntegrationResponse = {}));
|
|
28
16
|
var DuplicateResourceException = (function (_super) {
|
|
29
17
|
__extends(DuplicateResourceException, _super);
|
|
30
18
|
function DuplicateResourceException(opts) {
|
|
@@ -90,26 +78,6 @@ var ThrottlingException = (function (_super) {
|
|
|
90
78
|
return ThrottlingException;
|
|
91
79
|
}(__BaseException));
|
|
92
80
|
export { ThrottlingException };
|
|
93
|
-
export var EventFilter;
|
|
94
|
-
(function (EventFilter) {
|
|
95
|
-
EventFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(EventFilter || (EventFilter = {}));
|
|
97
|
-
export var CreateEventIntegrationRequest;
|
|
98
|
-
(function (CreateEventIntegrationRequest) {
|
|
99
|
-
CreateEventIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(CreateEventIntegrationRequest || (CreateEventIntegrationRequest = {}));
|
|
101
|
-
export var CreateEventIntegrationResponse;
|
|
102
|
-
(function (CreateEventIntegrationResponse) {
|
|
103
|
-
CreateEventIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
-
})(CreateEventIntegrationResponse || (CreateEventIntegrationResponse = {}));
|
|
105
|
-
export var DeleteDataIntegrationRequest;
|
|
106
|
-
(function (DeleteDataIntegrationRequest) {
|
|
107
|
-
DeleteDataIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
-
})(DeleteDataIntegrationRequest || (DeleteDataIntegrationRequest = {}));
|
|
109
|
-
export var DeleteDataIntegrationResponse;
|
|
110
|
-
(function (DeleteDataIntegrationResponse) {
|
|
111
|
-
DeleteDataIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
-
})(DeleteDataIntegrationResponse || (DeleteDataIntegrationResponse = {}));
|
|
113
81
|
var ResourceNotFoundException = (function (_super) {
|
|
114
82
|
__extends(ResourceNotFoundException, _super);
|
|
115
83
|
function ResourceNotFoundException(opts) {
|
|
@@ -123,115 +91,39 @@ var ResourceNotFoundException = (function (_super) {
|
|
|
123
91
|
return ResourceNotFoundException;
|
|
124
92
|
}(__BaseException));
|
|
125
93
|
export { ResourceNotFoundException };
|
|
126
|
-
export var
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
export var
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
export var
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
export var
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
export var
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
export var
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
export var
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
export var
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
export var
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
export var ListDataIntegrationsRequest;
|
|
163
|
-
(function (ListDataIntegrationsRequest) {
|
|
164
|
-
ListDataIntegrationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
-
})(ListDataIntegrationsRequest || (ListDataIntegrationsRequest = {}));
|
|
166
|
-
export var DataIntegrationSummary;
|
|
167
|
-
(function (DataIntegrationSummary) {
|
|
168
|
-
DataIntegrationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(DataIntegrationSummary || (DataIntegrationSummary = {}));
|
|
170
|
-
export var ListDataIntegrationsResponse;
|
|
171
|
-
(function (ListDataIntegrationsResponse) {
|
|
172
|
-
ListDataIntegrationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(ListDataIntegrationsResponse || (ListDataIntegrationsResponse = {}));
|
|
174
|
-
export var ListEventIntegrationAssociationsRequest;
|
|
175
|
-
(function (ListEventIntegrationAssociationsRequest) {
|
|
176
|
-
ListEventIntegrationAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(ListEventIntegrationAssociationsRequest || (ListEventIntegrationAssociationsRequest = {}));
|
|
178
|
-
export var EventIntegrationAssociation;
|
|
179
|
-
(function (EventIntegrationAssociation) {
|
|
180
|
-
EventIntegrationAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(EventIntegrationAssociation || (EventIntegrationAssociation = {}));
|
|
182
|
-
export var ListEventIntegrationAssociationsResponse;
|
|
183
|
-
(function (ListEventIntegrationAssociationsResponse) {
|
|
184
|
-
ListEventIntegrationAssociationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(ListEventIntegrationAssociationsResponse || (ListEventIntegrationAssociationsResponse = {}));
|
|
186
|
-
export var ListEventIntegrationsRequest;
|
|
187
|
-
(function (ListEventIntegrationsRequest) {
|
|
188
|
-
ListEventIntegrationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(ListEventIntegrationsRequest || (ListEventIntegrationsRequest = {}));
|
|
190
|
-
export var EventIntegration;
|
|
191
|
-
(function (EventIntegration) {
|
|
192
|
-
EventIntegration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(EventIntegration || (EventIntegration = {}));
|
|
194
|
-
export var ListEventIntegrationsResponse;
|
|
195
|
-
(function (ListEventIntegrationsResponse) {
|
|
196
|
-
ListEventIntegrationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(ListEventIntegrationsResponse || (ListEventIntegrationsResponse = {}));
|
|
198
|
-
export var ListTagsForResourceRequest;
|
|
199
|
-
(function (ListTagsForResourceRequest) {
|
|
200
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
202
|
-
export var ListTagsForResourceResponse;
|
|
203
|
-
(function (ListTagsForResourceResponse) {
|
|
204
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
206
|
-
export var TagResourceRequest;
|
|
207
|
-
(function (TagResourceRequest) {
|
|
208
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
210
|
-
export var TagResourceResponse;
|
|
211
|
-
(function (TagResourceResponse) {
|
|
212
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
214
|
-
export var UntagResourceRequest;
|
|
215
|
-
(function (UntagResourceRequest) {
|
|
216
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
218
|
-
export var UntagResourceResponse;
|
|
219
|
-
(function (UntagResourceResponse) {
|
|
220
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
222
|
-
export var UpdateDataIntegrationRequest;
|
|
223
|
-
(function (UpdateDataIntegrationRequest) {
|
|
224
|
-
UpdateDataIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
-
})(UpdateDataIntegrationRequest || (UpdateDataIntegrationRequest = {}));
|
|
226
|
-
export var UpdateDataIntegrationResponse;
|
|
227
|
-
(function (UpdateDataIntegrationResponse) {
|
|
228
|
-
UpdateDataIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
-
})(UpdateDataIntegrationResponse || (UpdateDataIntegrationResponse = {}));
|
|
230
|
-
export var UpdateEventIntegrationRequest;
|
|
231
|
-
(function (UpdateEventIntegrationRequest) {
|
|
232
|
-
UpdateEventIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
-
})(UpdateEventIntegrationRequest || (UpdateEventIntegrationRequest = {}));
|
|
234
|
-
export var UpdateEventIntegrationResponse;
|
|
235
|
-
(function (UpdateEventIntegrationResponse) {
|
|
236
|
-
UpdateEventIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(UpdateEventIntegrationResponse || (UpdateEventIntegrationResponse = {}));
|
|
94
|
+
export var ScheduleConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
export var CreateDataIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
export var CreateDataIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
export var EventFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
export var CreateEventIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
export var CreateEventIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var DeleteDataIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var DeleteDataIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var DeleteEventIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var DeleteEventIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var GetDataIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var GetDataIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var GetEventIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
export var GetEventIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
export var ListDataIntegrationAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
export var DataIntegrationAssociationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
export var ListDataIntegrationAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
export var ListDataIntegrationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
export var DataIntegrationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
export var ListDataIntegrationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
+
export var ListEventIntegrationAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
export var EventIntegrationAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
export var ListEventIntegrationAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
export var ListEventIntegrationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
export var EventIntegrationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
export var ListEventIntegrationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
export var UpdateDataIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
export var UpdateDataIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
export var UpdateEventIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
export var UpdateEventIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|