@aws-sdk/client-eventbridge 3.490.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/EventBridge.js +1 -123
- package/dist-cjs/EventBridgeClient.js +1 -43
- package/dist-cjs/commands/ActivateEventSourceCommand.js +1 -28
- package/dist-cjs/commands/CancelReplayCommand.js +1 -28
- package/dist-cjs/commands/CreateApiDestinationCommand.js +1 -28
- package/dist-cjs/commands/CreateArchiveCommand.js +1 -28
- package/dist-cjs/commands/CreateConnectionCommand.js +1 -29
- package/dist-cjs/commands/CreateEndpointCommand.js +1 -28
- package/dist-cjs/commands/CreateEventBusCommand.js +1 -28
- package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +1 -28
- package/dist-cjs/commands/DeactivateEventSourceCommand.js +1 -28
- package/dist-cjs/commands/DeauthorizeConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiDestinationCommand.js +1 -28
- package/dist-cjs/commands/DeleteArchiveCommand.js +1 -28
- package/dist-cjs/commands/DeleteConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteEventBusCommand.js +1 -28
- package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
- package/dist-cjs/commands/DescribeApiDestinationCommand.js +1 -28
- package/dist-cjs/commands/DescribeArchiveCommand.js +1 -28
- package/dist-cjs/commands/DescribeConnectionCommand.js +1 -29
- package/dist-cjs/commands/DescribeEndpointCommand.js +1 -28
- package/dist-cjs/commands/DescribeEventBusCommand.js +1 -28
- package/dist-cjs/commands/DescribeEventSourceCommand.js +1 -28
- package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeReplayCommand.js +1 -28
- package/dist-cjs/commands/DescribeRuleCommand.js +1 -28
- package/dist-cjs/commands/DisableRuleCommand.js +1 -28
- package/dist-cjs/commands/EnableRuleCommand.js +1 -28
- package/dist-cjs/commands/ListApiDestinationsCommand.js +1 -28
- package/dist-cjs/commands/ListArchivesCommand.js +1 -28
- package/dist-cjs/commands/ListConnectionsCommand.js +1 -28
- package/dist-cjs/commands/ListEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListEventBusesCommand.js +1 -28
- package/dist-cjs/commands/ListEventSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +1 -28
- package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListReplaysCommand.js +1 -28
- package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +1 -28
- package/dist-cjs/commands/ListRulesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetsByRuleCommand.js +1 -29
- package/dist-cjs/commands/PutEventsCommand.js +1 -29
- package/dist-cjs/commands/PutPartnerEventsCommand.js +1 -28
- package/dist-cjs/commands/PutPermissionCommand.js +1 -28
- package/dist-cjs/commands/PutRuleCommand.js +1 -28
- package/dist-cjs/commands/PutTargetsCommand.js +1 -29
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -28
- package/dist-cjs/commands/RemoveTargetsCommand.js +1 -28
- package/dist-cjs/commands/StartReplayCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TestEventPatternCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiDestinationCommand.js +1 -28
- package/dist-cjs/commands/UpdateArchiveCommand.js +1 -28
- package/dist-cjs/commands/UpdateConnectionCommand.js +1 -29
- package/dist-cjs/commands/UpdateEndpointCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -59
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4827 -10
- package/dist-cjs/models/EventBridgeServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -416
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3150
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EventBridgeServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class EventBridgeServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, EventBridgeServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.EventBridgeServiceException = EventBridgeServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,416 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateConnectionAuthRequestParametersFilterSensitiveLog = exports.UpdateConnectionOAuthRequestParametersFilterSensitiveLog = exports.UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = exports.UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = exports.UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = exports.PutTargetsRequestFilterSensitiveLog = exports.ListTargetsByRuleResponseFilterSensitiveLog = exports.TargetFilterSensitiveLog = exports.RedshiftDataParametersFilterSensitiveLog = exports.DescribeConnectionResponseFilterSensitiveLog = exports.ConnectionAuthResponseParametersFilterSensitiveLog = exports.ConnectionOAuthResponseParametersFilterSensitiveLog = exports.CreateConnectionRequestFilterSensitiveLog = exports.CreateConnectionAuthRequestParametersFilterSensitiveLog = exports.CreateConnectionOAuthRequestParametersFilterSensitiveLog = exports.CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = exports.ConnectionHttpParametersFilterSensitiveLog = exports.ConnectionQueryStringParameterFilterSensitiveLog = exports.ConnectionHeaderParameterFilterSensitiveLog = exports.ConnectionBodyParameterFilterSensitiveLog = exports.CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = exports.CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = exports.AppSyncParametersFilterSensitiveLog = exports.PolicyLengthExceededException = exports.PropagateTags = exports.PlacementStrategyType = exports.PlacementConstraintType = exports.LaunchType = exports.RuleState = exports.EventSourceState = exports.ManagedRuleException = exports.EndpointState = exports.ReplicationState = exports.ConnectionState = exports.ConnectionOAuthHttpMethod = exports.ConnectionAuthorizationType = exports.InvalidEventPatternException = exports.ResourceAlreadyExistsException = exports.LimitExceededException = exports.IllegalStatusException = exports.ReplayState = exports.AssignPublicIp = exports.ArchiveState = exports.ApiDestinationHttpMethod = exports.ApiDestinationState = exports.ResourceNotFoundException = exports.OperationDisabledException = exports.InvalidStateException = exports.InternalException = exports.ConcurrentModificationException = void 0;
|
|
4
|
-
exports.UpdateConnectionRequestFilterSensitiveLog = void 0;
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
const EventBridgeServiceException_1 = require("./EventBridgeServiceException");
|
|
7
|
-
class ConcurrentModificationException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
8
|
-
constructor(opts) {
|
|
9
|
-
super({
|
|
10
|
-
name: "ConcurrentModificationException",
|
|
11
|
-
$fault: "client",
|
|
12
|
-
...opts,
|
|
13
|
-
});
|
|
14
|
-
this.name = "ConcurrentModificationException";
|
|
15
|
-
this.$fault = "client";
|
|
16
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
20
|
-
class InternalException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
21
|
-
constructor(opts) {
|
|
22
|
-
super({
|
|
23
|
-
name: "InternalException",
|
|
24
|
-
$fault: "server",
|
|
25
|
-
...opts,
|
|
26
|
-
});
|
|
27
|
-
this.name = "InternalException";
|
|
28
|
-
this.$fault = "server";
|
|
29
|
-
Object.setPrototypeOf(this, InternalException.prototype);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.InternalException = InternalException;
|
|
33
|
-
class InvalidStateException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "InvalidStateException",
|
|
37
|
-
$fault: "client",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
this.name = "InvalidStateException";
|
|
41
|
-
this.$fault = "client";
|
|
42
|
-
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.InvalidStateException = InvalidStateException;
|
|
46
|
-
class OperationDisabledException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
47
|
-
constructor(opts) {
|
|
48
|
-
super({
|
|
49
|
-
name: "OperationDisabledException",
|
|
50
|
-
$fault: "client",
|
|
51
|
-
...opts,
|
|
52
|
-
});
|
|
53
|
-
this.name = "OperationDisabledException";
|
|
54
|
-
this.$fault = "client";
|
|
55
|
-
Object.setPrototypeOf(this, OperationDisabledException.prototype);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
exports.OperationDisabledException = OperationDisabledException;
|
|
59
|
-
class ResourceNotFoundException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
60
|
-
constructor(opts) {
|
|
61
|
-
super({
|
|
62
|
-
name: "ResourceNotFoundException",
|
|
63
|
-
$fault: "client",
|
|
64
|
-
...opts,
|
|
65
|
-
});
|
|
66
|
-
this.name = "ResourceNotFoundException";
|
|
67
|
-
this.$fault = "client";
|
|
68
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
72
|
-
exports.ApiDestinationState = {
|
|
73
|
-
ACTIVE: "ACTIVE",
|
|
74
|
-
INACTIVE: "INACTIVE",
|
|
75
|
-
};
|
|
76
|
-
exports.ApiDestinationHttpMethod = {
|
|
77
|
-
DELETE: "DELETE",
|
|
78
|
-
GET: "GET",
|
|
79
|
-
HEAD: "HEAD",
|
|
80
|
-
OPTIONS: "OPTIONS",
|
|
81
|
-
PATCH: "PATCH",
|
|
82
|
-
POST: "POST",
|
|
83
|
-
PUT: "PUT",
|
|
84
|
-
};
|
|
85
|
-
exports.ArchiveState = {
|
|
86
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
87
|
-
CREATING: "CREATING",
|
|
88
|
-
DISABLED: "DISABLED",
|
|
89
|
-
ENABLED: "ENABLED",
|
|
90
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
91
|
-
UPDATING: "UPDATING",
|
|
92
|
-
};
|
|
93
|
-
exports.AssignPublicIp = {
|
|
94
|
-
DISABLED: "DISABLED",
|
|
95
|
-
ENABLED: "ENABLED",
|
|
96
|
-
};
|
|
97
|
-
exports.ReplayState = {
|
|
98
|
-
CANCELLED: "CANCELLED",
|
|
99
|
-
CANCELLING: "CANCELLING",
|
|
100
|
-
COMPLETED: "COMPLETED",
|
|
101
|
-
FAILED: "FAILED",
|
|
102
|
-
RUNNING: "RUNNING",
|
|
103
|
-
STARTING: "STARTING",
|
|
104
|
-
};
|
|
105
|
-
class IllegalStatusException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
106
|
-
constructor(opts) {
|
|
107
|
-
super({
|
|
108
|
-
name: "IllegalStatusException",
|
|
109
|
-
$fault: "client",
|
|
110
|
-
...opts,
|
|
111
|
-
});
|
|
112
|
-
this.name = "IllegalStatusException";
|
|
113
|
-
this.$fault = "client";
|
|
114
|
-
Object.setPrototypeOf(this, IllegalStatusException.prototype);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
exports.IllegalStatusException = IllegalStatusException;
|
|
118
|
-
class LimitExceededException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
119
|
-
constructor(opts) {
|
|
120
|
-
super({
|
|
121
|
-
name: "LimitExceededException",
|
|
122
|
-
$fault: "client",
|
|
123
|
-
...opts,
|
|
124
|
-
});
|
|
125
|
-
this.name = "LimitExceededException";
|
|
126
|
-
this.$fault = "client";
|
|
127
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
exports.LimitExceededException = LimitExceededException;
|
|
131
|
-
class ResourceAlreadyExistsException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
132
|
-
constructor(opts) {
|
|
133
|
-
super({
|
|
134
|
-
name: "ResourceAlreadyExistsException",
|
|
135
|
-
$fault: "client",
|
|
136
|
-
...opts,
|
|
137
|
-
});
|
|
138
|
-
this.name = "ResourceAlreadyExistsException";
|
|
139
|
-
this.$fault = "client";
|
|
140
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
144
|
-
class InvalidEventPatternException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
145
|
-
constructor(opts) {
|
|
146
|
-
super({
|
|
147
|
-
name: "InvalidEventPatternException",
|
|
148
|
-
$fault: "client",
|
|
149
|
-
...opts,
|
|
150
|
-
});
|
|
151
|
-
this.name = "InvalidEventPatternException";
|
|
152
|
-
this.$fault = "client";
|
|
153
|
-
Object.setPrototypeOf(this, InvalidEventPatternException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
exports.InvalidEventPatternException = InvalidEventPatternException;
|
|
157
|
-
exports.ConnectionAuthorizationType = {
|
|
158
|
-
API_KEY: "API_KEY",
|
|
159
|
-
BASIC: "BASIC",
|
|
160
|
-
OAUTH_CLIENT_CREDENTIALS: "OAUTH_CLIENT_CREDENTIALS",
|
|
161
|
-
};
|
|
162
|
-
exports.ConnectionOAuthHttpMethod = {
|
|
163
|
-
GET: "GET",
|
|
164
|
-
POST: "POST",
|
|
165
|
-
PUT: "PUT",
|
|
166
|
-
};
|
|
167
|
-
exports.ConnectionState = {
|
|
168
|
-
AUTHORIZED: "AUTHORIZED",
|
|
169
|
-
AUTHORIZING: "AUTHORIZING",
|
|
170
|
-
CREATING: "CREATING",
|
|
171
|
-
DEAUTHORIZED: "DEAUTHORIZED",
|
|
172
|
-
DEAUTHORIZING: "DEAUTHORIZING",
|
|
173
|
-
DELETING: "DELETING",
|
|
174
|
-
UPDATING: "UPDATING",
|
|
175
|
-
};
|
|
176
|
-
exports.ReplicationState = {
|
|
177
|
-
DISABLED: "DISABLED",
|
|
178
|
-
ENABLED: "ENABLED",
|
|
179
|
-
};
|
|
180
|
-
exports.EndpointState = {
|
|
181
|
-
ACTIVE: "ACTIVE",
|
|
182
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
183
|
-
CREATING: "CREATING",
|
|
184
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
185
|
-
DELETING: "DELETING",
|
|
186
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
187
|
-
UPDATING: "UPDATING",
|
|
188
|
-
};
|
|
189
|
-
class ManagedRuleException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
190
|
-
constructor(opts) {
|
|
191
|
-
super({
|
|
192
|
-
name: "ManagedRuleException",
|
|
193
|
-
$fault: "client",
|
|
194
|
-
...opts,
|
|
195
|
-
});
|
|
196
|
-
this.name = "ManagedRuleException";
|
|
197
|
-
this.$fault = "client";
|
|
198
|
-
Object.setPrototypeOf(this, ManagedRuleException.prototype);
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
exports.ManagedRuleException = ManagedRuleException;
|
|
202
|
-
exports.EventSourceState = {
|
|
203
|
-
ACTIVE: "ACTIVE",
|
|
204
|
-
DELETED: "DELETED",
|
|
205
|
-
PENDING: "PENDING",
|
|
206
|
-
};
|
|
207
|
-
exports.RuleState = {
|
|
208
|
-
DISABLED: "DISABLED",
|
|
209
|
-
ENABLED: "ENABLED",
|
|
210
|
-
ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS: "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS",
|
|
211
|
-
};
|
|
212
|
-
exports.LaunchType = {
|
|
213
|
-
EC2: "EC2",
|
|
214
|
-
EXTERNAL: "EXTERNAL",
|
|
215
|
-
FARGATE: "FARGATE",
|
|
216
|
-
};
|
|
217
|
-
exports.PlacementConstraintType = {
|
|
218
|
-
DISTINCT_INSTANCE: "distinctInstance",
|
|
219
|
-
MEMBER_OF: "memberOf",
|
|
220
|
-
};
|
|
221
|
-
exports.PlacementStrategyType = {
|
|
222
|
-
BINPACK: "binpack",
|
|
223
|
-
RANDOM: "random",
|
|
224
|
-
SPREAD: "spread",
|
|
225
|
-
};
|
|
226
|
-
exports.PropagateTags = {
|
|
227
|
-
TASK_DEFINITION: "TASK_DEFINITION",
|
|
228
|
-
};
|
|
229
|
-
class PolicyLengthExceededException extends EventBridgeServiceException_1.EventBridgeServiceException {
|
|
230
|
-
constructor(opts) {
|
|
231
|
-
super({
|
|
232
|
-
name: "PolicyLengthExceededException",
|
|
233
|
-
$fault: "client",
|
|
234
|
-
...opts,
|
|
235
|
-
});
|
|
236
|
-
this.name = "PolicyLengthExceededException";
|
|
237
|
-
this.$fault = "client";
|
|
238
|
-
Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
exports.PolicyLengthExceededException = PolicyLengthExceededException;
|
|
242
|
-
const AppSyncParametersFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
...(obj.GraphQLOperation && { GraphQLOperation: smithy_client_1.SENSITIVE_STRING }),
|
|
245
|
-
});
|
|
246
|
-
exports.AppSyncParametersFilterSensitiveLog = AppSyncParametersFilterSensitiveLog;
|
|
247
|
-
const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
...(obj.ApiKeyValue && { ApiKeyValue: smithy_client_1.SENSITIVE_STRING }),
|
|
250
|
-
});
|
|
251
|
-
exports.CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog;
|
|
252
|
-
const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
255
|
-
});
|
|
256
|
-
exports.CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = CreateConnectionBasicAuthRequestParametersFilterSensitiveLog;
|
|
257
|
-
const ConnectionBodyParameterFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
|
|
260
|
-
});
|
|
261
|
-
exports.ConnectionBodyParameterFilterSensitiveLog = ConnectionBodyParameterFilterSensitiveLog;
|
|
262
|
-
const ConnectionHeaderParameterFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
|
|
265
|
-
});
|
|
266
|
-
exports.ConnectionHeaderParameterFilterSensitiveLog = ConnectionHeaderParameterFilterSensitiveLog;
|
|
267
|
-
const ConnectionQueryStringParameterFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
|
|
270
|
-
});
|
|
271
|
-
exports.ConnectionQueryStringParameterFilterSensitiveLog = ConnectionQueryStringParameterFilterSensitiveLog;
|
|
272
|
-
const ConnectionHttpParametersFilterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
...(obj.HeaderParameters && {
|
|
275
|
-
HeaderParameters: obj.HeaderParameters.map((item) => (0, exports.ConnectionHeaderParameterFilterSensitiveLog)(item)),
|
|
276
|
-
}),
|
|
277
|
-
...(obj.QueryStringParameters && {
|
|
278
|
-
QueryStringParameters: obj.QueryStringParameters.map((item) => (0, exports.ConnectionQueryStringParameterFilterSensitiveLog)(item)),
|
|
279
|
-
}),
|
|
280
|
-
...(obj.BodyParameters && {
|
|
281
|
-
BodyParameters: obj.BodyParameters.map((item) => (0, exports.ConnectionBodyParameterFilterSensitiveLog)(item)),
|
|
282
|
-
}),
|
|
283
|
-
});
|
|
284
|
-
exports.ConnectionHttpParametersFilterSensitiveLog = ConnectionHttpParametersFilterSensitiveLog;
|
|
285
|
-
const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
...(obj.ClientSecret && { ClientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
288
|
-
});
|
|
289
|
-
exports.CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = CreateConnectionOAuthClientRequestParametersFilterSensitiveLog;
|
|
290
|
-
const CreateConnectionOAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
...(obj.ClientParameters && {
|
|
293
|
-
ClientParameters: (0, exports.CreateConnectionOAuthClientRequestParametersFilterSensitiveLog)(obj.ClientParameters),
|
|
294
|
-
}),
|
|
295
|
-
...(obj.OAuthHttpParameters && {
|
|
296
|
-
OAuthHttpParameters: (0, exports.ConnectionHttpParametersFilterSensitiveLog)(obj.OAuthHttpParameters),
|
|
297
|
-
}),
|
|
298
|
-
});
|
|
299
|
-
exports.CreateConnectionOAuthRequestParametersFilterSensitiveLog = CreateConnectionOAuthRequestParametersFilterSensitiveLog;
|
|
300
|
-
const CreateConnectionAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
...(obj.BasicAuthParameters && {
|
|
303
|
-
BasicAuthParameters: (0, exports.CreateConnectionBasicAuthRequestParametersFilterSensitiveLog)(obj.BasicAuthParameters),
|
|
304
|
-
}),
|
|
305
|
-
...(obj.OAuthParameters && {
|
|
306
|
-
OAuthParameters: (0, exports.CreateConnectionOAuthRequestParametersFilterSensitiveLog)(obj.OAuthParameters),
|
|
307
|
-
}),
|
|
308
|
-
...(obj.ApiKeyAuthParameters && {
|
|
309
|
-
ApiKeyAuthParameters: (0, exports.CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog)(obj.ApiKeyAuthParameters),
|
|
310
|
-
}),
|
|
311
|
-
...(obj.InvocationHttpParameters && {
|
|
312
|
-
InvocationHttpParameters: (0, exports.ConnectionHttpParametersFilterSensitiveLog)(obj.InvocationHttpParameters),
|
|
313
|
-
}),
|
|
314
|
-
});
|
|
315
|
-
exports.CreateConnectionAuthRequestParametersFilterSensitiveLog = CreateConnectionAuthRequestParametersFilterSensitiveLog;
|
|
316
|
-
const CreateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
...(obj.AuthParameters && {
|
|
319
|
-
AuthParameters: (0, exports.CreateConnectionAuthRequestParametersFilterSensitiveLog)(obj.AuthParameters),
|
|
320
|
-
}),
|
|
321
|
-
});
|
|
322
|
-
exports.CreateConnectionRequestFilterSensitiveLog = CreateConnectionRequestFilterSensitiveLog;
|
|
323
|
-
const ConnectionOAuthResponseParametersFilterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
...(obj.OAuthHttpParameters && {
|
|
326
|
-
OAuthHttpParameters: (0, exports.ConnectionHttpParametersFilterSensitiveLog)(obj.OAuthHttpParameters),
|
|
327
|
-
}),
|
|
328
|
-
});
|
|
329
|
-
exports.ConnectionOAuthResponseParametersFilterSensitiveLog = ConnectionOAuthResponseParametersFilterSensitiveLog;
|
|
330
|
-
const ConnectionAuthResponseParametersFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
...(obj.OAuthParameters && {
|
|
333
|
-
OAuthParameters: (0, exports.ConnectionOAuthResponseParametersFilterSensitiveLog)(obj.OAuthParameters),
|
|
334
|
-
}),
|
|
335
|
-
...(obj.InvocationHttpParameters && {
|
|
336
|
-
InvocationHttpParameters: (0, exports.ConnectionHttpParametersFilterSensitiveLog)(obj.InvocationHttpParameters),
|
|
337
|
-
}),
|
|
338
|
-
});
|
|
339
|
-
exports.ConnectionAuthResponseParametersFilterSensitiveLog = ConnectionAuthResponseParametersFilterSensitiveLog;
|
|
340
|
-
const DescribeConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
...(obj.AuthParameters && { AuthParameters: (0, exports.ConnectionAuthResponseParametersFilterSensitiveLog)(obj.AuthParameters) }),
|
|
343
|
-
});
|
|
344
|
-
exports.DescribeConnectionResponseFilterSensitiveLog = DescribeConnectionResponseFilterSensitiveLog;
|
|
345
|
-
const RedshiftDataParametersFilterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
...(obj.Sql && { Sql: smithy_client_1.SENSITIVE_STRING }),
|
|
348
|
-
...(obj.Sqls && { Sqls: smithy_client_1.SENSITIVE_STRING }),
|
|
349
|
-
});
|
|
350
|
-
exports.RedshiftDataParametersFilterSensitiveLog = RedshiftDataParametersFilterSensitiveLog;
|
|
351
|
-
const TargetFilterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
...(obj.RedshiftDataParameters && {
|
|
354
|
-
RedshiftDataParameters: (0, exports.RedshiftDataParametersFilterSensitiveLog)(obj.RedshiftDataParameters),
|
|
355
|
-
}),
|
|
356
|
-
...(obj.AppSyncParameters && { AppSyncParameters: (0, exports.AppSyncParametersFilterSensitiveLog)(obj.AppSyncParameters) }),
|
|
357
|
-
});
|
|
358
|
-
exports.TargetFilterSensitiveLog = TargetFilterSensitiveLog;
|
|
359
|
-
const ListTargetsByRuleResponseFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
...(obj.Targets && { Targets: obj.Targets.map((item) => (0, exports.TargetFilterSensitiveLog)(item)) }),
|
|
362
|
-
});
|
|
363
|
-
exports.ListTargetsByRuleResponseFilterSensitiveLog = ListTargetsByRuleResponseFilterSensitiveLog;
|
|
364
|
-
const PutTargetsRequestFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
...(obj.Targets && { Targets: obj.Targets.map((item) => (0, exports.TargetFilterSensitiveLog)(item)) }),
|
|
367
|
-
});
|
|
368
|
-
exports.PutTargetsRequestFilterSensitiveLog = PutTargetsRequestFilterSensitiveLog;
|
|
369
|
-
const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
...(obj.ApiKeyValue && { ApiKeyValue: smithy_client_1.SENSITIVE_STRING }),
|
|
372
|
-
});
|
|
373
|
-
exports.UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog;
|
|
374
|
-
const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
377
|
-
});
|
|
378
|
-
exports.UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog;
|
|
379
|
-
const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
...(obj.ClientSecret && { ClientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
382
|
-
});
|
|
383
|
-
exports.UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog;
|
|
384
|
-
const UpdateConnectionOAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
...(obj.ClientParameters && {
|
|
387
|
-
ClientParameters: (0, exports.UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog)(obj.ClientParameters),
|
|
388
|
-
}),
|
|
389
|
-
...(obj.OAuthHttpParameters && {
|
|
390
|
-
OAuthHttpParameters: (0, exports.ConnectionHttpParametersFilterSensitiveLog)(obj.OAuthHttpParameters),
|
|
391
|
-
}),
|
|
392
|
-
});
|
|
393
|
-
exports.UpdateConnectionOAuthRequestParametersFilterSensitiveLog = UpdateConnectionOAuthRequestParametersFilterSensitiveLog;
|
|
394
|
-
const UpdateConnectionAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
...(obj.BasicAuthParameters && {
|
|
397
|
-
BasicAuthParameters: (0, exports.UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog)(obj.BasicAuthParameters),
|
|
398
|
-
}),
|
|
399
|
-
...(obj.OAuthParameters && {
|
|
400
|
-
OAuthParameters: (0, exports.UpdateConnectionOAuthRequestParametersFilterSensitiveLog)(obj.OAuthParameters),
|
|
401
|
-
}),
|
|
402
|
-
...(obj.ApiKeyAuthParameters && {
|
|
403
|
-
ApiKeyAuthParameters: (0, exports.UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog)(obj.ApiKeyAuthParameters),
|
|
404
|
-
}),
|
|
405
|
-
...(obj.InvocationHttpParameters && {
|
|
406
|
-
InvocationHttpParameters: (0, exports.ConnectionHttpParametersFilterSensitiveLog)(obj.InvocationHttpParameters),
|
|
407
|
-
}),
|
|
408
|
-
});
|
|
409
|
-
exports.UpdateConnectionAuthRequestParametersFilterSensitiveLog = UpdateConnectionAuthRequestParametersFilterSensitiveLog;
|
|
410
|
-
const UpdateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
...(obj.AuthParameters && {
|
|
413
|
-
AuthParameters: (0, exports.UpdateConnectionAuthRequestParametersFilterSensitiveLog)(obj.AuthParameters),
|
|
414
|
-
}),
|
|
415
|
-
});
|
|
416
|
-
exports.UpdateConnectionRequestFilterSensitiveLog = UpdateConnectionRequestFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|