@aws-sdk/client-appintegrations 3.128.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 +30 -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-cjs/protocols/Aws_restJson1.js +3 -0
- 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-es/protocols/Aws_restJson1.js +3 -0
- 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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-appintegrations
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **codegen:** fix error code parsing when it's a number ([#3371](https://github.com/aws/aws-sdk-js-v3/issues/3371)) ([c2d8522](https://github.com/aws/aws-sdk-js-v3/commit/c2d852279a3d23958521a6ceb4f4c642b0cb1848))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.128.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.127.0...v3.128.0) (2022-07-12)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @aws-sdk/client-appintegrations
|
|
@@ -20,8 +20,8 @@ class CreateDataIntegrationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateDataIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateDataIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class CreateEventIntegrationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.CreateEventIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.CreateEventIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DeleteDataIntegrationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteDataIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteDataIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class DeleteEventIntegrationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteEventIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteEventIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetDataIntegrationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetDataIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetDataIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetEventIntegrationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetEventIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetEventIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListDataIntegrationAssociationsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListDataIntegrationAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListDataIntegrationAssociationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListDataIntegrationsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListDataIntegrationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListDataIntegrationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListEventIntegrationAssociationsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListEventIntegrationAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListEventIntegrationAssociationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListEventIntegrationsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListEventIntegrationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListEventIntegrationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UpdateDataIntegrationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateDataIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateDataIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UpdateEventIntegrationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateEventIntegrationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateEventIntegrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
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;
|
|
4
4
|
const AppIntegrationsServiceException_1 = require("./AppIntegrationsServiceException");
|
|
5
5
|
class AccessDeniedException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -16,24 +16,6 @@ class AccessDeniedException extends AppIntegrationsServiceException_1.AppIntegra
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
var ScheduleConfiguration;
|
|
20
|
-
(function (ScheduleConfiguration) {
|
|
21
|
-
ScheduleConfiguration.filterSensitiveLog = (obj) => ({
|
|
22
|
-
...obj,
|
|
23
|
-
});
|
|
24
|
-
})(ScheduleConfiguration = exports.ScheduleConfiguration || (exports.ScheduleConfiguration = {}));
|
|
25
|
-
var CreateDataIntegrationRequest;
|
|
26
|
-
(function (CreateDataIntegrationRequest) {
|
|
27
|
-
CreateDataIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
28
|
-
...obj,
|
|
29
|
-
});
|
|
30
|
-
})(CreateDataIntegrationRequest = exports.CreateDataIntegrationRequest || (exports.CreateDataIntegrationRequest = {}));
|
|
31
|
-
var CreateDataIntegrationResponse;
|
|
32
|
-
(function (CreateDataIntegrationResponse) {
|
|
33
|
-
CreateDataIntegrationResponse.filterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
})(CreateDataIntegrationResponse = exports.CreateDataIntegrationResponse || (exports.CreateDataIntegrationResponse = {}));
|
|
37
19
|
class DuplicateResourceException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException {
|
|
38
20
|
constructor(opts) {
|
|
39
21
|
super({
|
|
@@ -104,36 +86,6 @@ class ThrottlingException extends AppIntegrationsServiceException_1.AppIntegrati
|
|
|
104
86
|
}
|
|
105
87
|
}
|
|
106
88
|
exports.ThrottlingException = ThrottlingException;
|
|
107
|
-
var EventFilter;
|
|
108
|
-
(function (EventFilter) {
|
|
109
|
-
EventFilter.filterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
})(EventFilter = exports.EventFilter || (exports.EventFilter = {}));
|
|
113
|
-
var CreateEventIntegrationRequest;
|
|
114
|
-
(function (CreateEventIntegrationRequest) {
|
|
115
|
-
CreateEventIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
116
|
-
...obj,
|
|
117
|
-
});
|
|
118
|
-
})(CreateEventIntegrationRequest = exports.CreateEventIntegrationRequest || (exports.CreateEventIntegrationRequest = {}));
|
|
119
|
-
var CreateEventIntegrationResponse;
|
|
120
|
-
(function (CreateEventIntegrationResponse) {
|
|
121
|
-
CreateEventIntegrationResponse.filterSensitiveLog = (obj) => ({
|
|
122
|
-
...obj,
|
|
123
|
-
});
|
|
124
|
-
})(CreateEventIntegrationResponse = exports.CreateEventIntegrationResponse || (exports.CreateEventIntegrationResponse = {}));
|
|
125
|
-
var DeleteDataIntegrationRequest;
|
|
126
|
-
(function (DeleteDataIntegrationRequest) {
|
|
127
|
-
DeleteDataIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
128
|
-
...obj,
|
|
129
|
-
});
|
|
130
|
-
})(DeleteDataIntegrationRequest = exports.DeleteDataIntegrationRequest || (exports.DeleteDataIntegrationRequest = {}));
|
|
131
|
-
var DeleteDataIntegrationResponse;
|
|
132
|
-
(function (DeleteDataIntegrationResponse) {
|
|
133
|
-
DeleteDataIntegrationResponse.filterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
})(DeleteDataIntegrationResponse = exports.DeleteDataIntegrationResponse || (exports.DeleteDataIntegrationResponse = {}));
|
|
137
89
|
class ResourceNotFoundException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException {
|
|
138
90
|
constructor(opts) {
|
|
139
91
|
super({
|
|
@@ -148,171 +100,147 @@ class ResourceNotFoundException extends AppIntegrationsServiceException_1.AppInt
|
|
|
148
100
|
}
|
|
149
101
|
}
|
|
150
102
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
var UpdateDataIntegrationRequest;
|
|
296
|
-
(function (UpdateDataIntegrationRequest) {
|
|
297
|
-
UpdateDataIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
})(UpdateDataIntegrationRequest = exports.UpdateDataIntegrationRequest || (exports.UpdateDataIntegrationRequest = {}));
|
|
301
|
-
var UpdateDataIntegrationResponse;
|
|
302
|
-
(function (UpdateDataIntegrationResponse) {
|
|
303
|
-
UpdateDataIntegrationResponse.filterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
})(UpdateDataIntegrationResponse = exports.UpdateDataIntegrationResponse || (exports.UpdateDataIntegrationResponse = {}));
|
|
307
|
-
var UpdateEventIntegrationRequest;
|
|
308
|
-
(function (UpdateEventIntegrationRequest) {
|
|
309
|
-
UpdateEventIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
})(UpdateEventIntegrationRequest = exports.UpdateEventIntegrationRequest || (exports.UpdateEventIntegrationRequest = {}));
|
|
313
|
-
var UpdateEventIntegrationResponse;
|
|
314
|
-
(function (UpdateEventIntegrationResponse) {
|
|
315
|
-
UpdateEventIntegrationResponse.filterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
})(UpdateEventIntegrationResponse = exports.UpdateEventIntegrationResponse || (exports.UpdateEventIntegrationResponse = {}));
|
|
103
|
+
const ScheduleConfigurationFilterSensitiveLog = (obj) => ({
|
|
104
|
+
...obj,
|
|
105
|
+
});
|
|
106
|
+
exports.ScheduleConfigurationFilterSensitiveLog = ScheduleConfigurationFilterSensitiveLog;
|
|
107
|
+
const CreateDataIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
108
|
+
...obj,
|
|
109
|
+
});
|
|
110
|
+
exports.CreateDataIntegrationRequestFilterSensitiveLog = CreateDataIntegrationRequestFilterSensitiveLog;
|
|
111
|
+
const CreateDataIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
exports.CreateDataIntegrationResponseFilterSensitiveLog = CreateDataIntegrationResponseFilterSensitiveLog;
|
|
115
|
+
const EventFilterFilterSensitiveLog = (obj) => ({
|
|
116
|
+
...obj,
|
|
117
|
+
});
|
|
118
|
+
exports.EventFilterFilterSensitiveLog = EventFilterFilterSensitiveLog;
|
|
119
|
+
const CreateEventIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
120
|
+
...obj,
|
|
121
|
+
});
|
|
122
|
+
exports.CreateEventIntegrationRequestFilterSensitiveLog = CreateEventIntegrationRequestFilterSensitiveLog;
|
|
123
|
+
const CreateEventIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
124
|
+
...obj,
|
|
125
|
+
});
|
|
126
|
+
exports.CreateEventIntegrationResponseFilterSensitiveLog = CreateEventIntegrationResponseFilterSensitiveLog;
|
|
127
|
+
const DeleteDataIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
128
|
+
...obj,
|
|
129
|
+
});
|
|
130
|
+
exports.DeleteDataIntegrationRequestFilterSensitiveLog = DeleteDataIntegrationRequestFilterSensitiveLog;
|
|
131
|
+
const DeleteDataIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
132
|
+
...obj,
|
|
133
|
+
});
|
|
134
|
+
exports.DeleteDataIntegrationResponseFilterSensitiveLog = DeleteDataIntegrationResponseFilterSensitiveLog;
|
|
135
|
+
const DeleteEventIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
136
|
+
...obj,
|
|
137
|
+
});
|
|
138
|
+
exports.DeleteEventIntegrationRequestFilterSensitiveLog = DeleteEventIntegrationRequestFilterSensitiveLog;
|
|
139
|
+
const DeleteEventIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
140
|
+
...obj,
|
|
141
|
+
});
|
|
142
|
+
exports.DeleteEventIntegrationResponseFilterSensitiveLog = DeleteEventIntegrationResponseFilterSensitiveLog;
|
|
143
|
+
const GetDataIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
144
|
+
...obj,
|
|
145
|
+
});
|
|
146
|
+
exports.GetDataIntegrationRequestFilterSensitiveLog = GetDataIntegrationRequestFilterSensitiveLog;
|
|
147
|
+
const GetDataIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
});
|
|
150
|
+
exports.GetDataIntegrationResponseFilterSensitiveLog = GetDataIntegrationResponseFilterSensitiveLog;
|
|
151
|
+
const GetEventIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
152
|
+
...obj,
|
|
153
|
+
});
|
|
154
|
+
exports.GetEventIntegrationRequestFilterSensitiveLog = GetEventIntegrationRequestFilterSensitiveLog;
|
|
155
|
+
const GetEventIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
156
|
+
...obj,
|
|
157
|
+
});
|
|
158
|
+
exports.GetEventIntegrationResponseFilterSensitiveLog = GetEventIntegrationResponseFilterSensitiveLog;
|
|
159
|
+
const ListDataIntegrationAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
160
|
+
...obj,
|
|
161
|
+
});
|
|
162
|
+
exports.ListDataIntegrationAssociationsRequestFilterSensitiveLog = ListDataIntegrationAssociationsRequestFilterSensitiveLog;
|
|
163
|
+
const DataIntegrationAssociationSummaryFilterSensitiveLog = (obj) => ({
|
|
164
|
+
...obj,
|
|
165
|
+
});
|
|
166
|
+
exports.DataIntegrationAssociationSummaryFilterSensitiveLog = DataIntegrationAssociationSummaryFilterSensitiveLog;
|
|
167
|
+
const ListDataIntegrationAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
168
|
+
...obj,
|
|
169
|
+
});
|
|
170
|
+
exports.ListDataIntegrationAssociationsResponseFilterSensitiveLog = ListDataIntegrationAssociationsResponseFilterSensitiveLog;
|
|
171
|
+
const ListDataIntegrationsRequestFilterSensitiveLog = (obj) => ({
|
|
172
|
+
...obj,
|
|
173
|
+
});
|
|
174
|
+
exports.ListDataIntegrationsRequestFilterSensitiveLog = ListDataIntegrationsRequestFilterSensitiveLog;
|
|
175
|
+
const DataIntegrationSummaryFilterSensitiveLog = (obj) => ({
|
|
176
|
+
...obj,
|
|
177
|
+
});
|
|
178
|
+
exports.DataIntegrationSummaryFilterSensitiveLog = DataIntegrationSummaryFilterSensitiveLog;
|
|
179
|
+
const ListDataIntegrationsResponseFilterSensitiveLog = (obj) => ({
|
|
180
|
+
...obj,
|
|
181
|
+
});
|
|
182
|
+
exports.ListDataIntegrationsResponseFilterSensitiveLog = ListDataIntegrationsResponseFilterSensitiveLog;
|
|
183
|
+
const ListEventIntegrationAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
184
|
+
...obj,
|
|
185
|
+
});
|
|
186
|
+
exports.ListEventIntegrationAssociationsRequestFilterSensitiveLog = ListEventIntegrationAssociationsRequestFilterSensitiveLog;
|
|
187
|
+
const EventIntegrationAssociationFilterSensitiveLog = (obj) => ({
|
|
188
|
+
...obj,
|
|
189
|
+
});
|
|
190
|
+
exports.EventIntegrationAssociationFilterSensitiveLog = EventIntegrationAssociationFilterSensitiveLog;
|
|
191
|
+
const ListEventIntegrationAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
192
|
+
...obj,
|
|
193
|
+
});
|
|
194
|
+
exports.ListEventIntegrationAssociationsResponseFilterSensitiveLog = ListEventIntegrationAssociationsResponseFilterSensitiveLog;
|
|
195
|
+
const ListEventIntegrationsRequestFilterSensitiveLog = (obj) => ({
|
|
196
|
+
...obj,
|
|
197
|
+
});
|
|
198
|
+
exports.ListEventIntegrationsRequestFilterSensitiveLog = ListEventIntegrationsRequestFilterSensitiveLog;
|
|
199
|
+
const EventIntegrationFilterSensitiveLog = (obj) => ({
|
|
200
|
+
...obj,
|
|
201
|
+
});
|
|
202
|
+
exports.EventIntegrationFilterSensitiveLog = EventIntegrationFilterSensitiveLog;
|
|
203
|
+
const ListEventIntegrationsResponseFilterSensitiveLog = (obj) => ({
|
|
204
|
+
...obj,
|
|
205
|
+
});
|
|
206
|
+
exports.ListEventIntegrationsResponseFilterSensitiveLog = ListEventIntegrationsResponseFilterSensitiveLog;
|
|
207
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
208
|
+
...obj,
|
|
209
|
+
});
|
|
210
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
211
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
212
|
+
...obj,
|
|
213
|
+
});
|
|
214
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
215
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
216
|
+
...obj,
|
|
217
|
+
});
|
|
218
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
219
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
220
|
+
...obj,
|
|
221
|
+
});
|
|
222
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
223
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
224
|
+
...obj,
|
|
225
|
+
});
|
|
226
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
227
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
228
|
+
...obj,
|
|
229
|
+
});
|
|
230
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
231
|
+
const UpdateDataIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
232
|
+
...obj,
|
|
233
|
+
});
|
|
234
|
+
exports.UpdateDataIntegrationRequestFilterSensitiveLog = UpdateDataIntegrationRequestFilterSensitiveLog;
|
|
235
|
+
const UpdateDataIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
236
|
+
...obj,
|
|
237
|
+
});
|
|
238
|
+
exports.UpdateDataIntegrationResponseFilterSensitiveLog = UpdateDataIntegrationResponseFilterSensitiveLog;
|
|
239
|
+
const UpdateEventIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
});
|
|
242
|
+
exports.UpdateEventIntegrationRequestFilterSensitiveLog = UpdateEventIntegrationRequestFilterSensitiveLog;
|
|
243
|
+
const UpdateEventIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
244
|
+
...obj,
|
|
245
|
+
});
|
|
246
|
+
exports.UpdateEventIntegrationResponseFilterSensitiveLog = UpdateEventIntegrationResponseFilterSensitiveLog;
|
|
@@ -1489,6 +1489,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
1489
1489
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1490
1490
|
const sanitizeErrorCode = (rawValue) => {
|
|
1491
1491
|
let cleanValue = rawValue;
|
|
1492
|
+
if (typeof cleanValue === "number") {
|
|
1493
|
+
cleanValue = cleanValue.toString();
|
|
1494
|
+
}
|
|
1492
1495
|
if (cleanValue.indexOf(":") >= 0) {
|
|
1493
1496
|
cleanValue = cleanValue.split(":")[0];
|
|
1494
1497
|
}
|