@aws-sdk/client-cloudwatch-events 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1612 -2010
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudWatchEventsClient.js +2 -0
- package/dist-es/commands/ActivateEventSourceCommand.js +3 -9
- package/dist-es/commands/CancelReplayCommand.js +3 -9
- package/dist-es/commands/CreateApiDestinationCommand.js +3 -9
- package/dist-es/commands/CreateArchiveCommand.js +3 -9
- package/dist-es/commands/CreateConnectionCommand.js +3 -10
- package/dist-es/commands/CreateEventBusCommand.js +3 -9
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -9
- package/dist-es/commands/DeactivateEventSourceCommand.js +3 -9
- package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteApiDestinationCommand.js +3 -9
- package/dist-es/commands/DeleteArchiveCommand.js +3 -9
- package/dist-es/commands/DeleteConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteEventBusCommand.js +3 -9
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +3 -9
- package/dist-es/commands/DeleteRuleCommand.js +3 -9
- package/dist-es/commands/DescribeApiDestinationCommand.js +3 -9
- package/dist-es/commands/DescribeArchiveCommand.js +3 -9
- package/dist-es/commands/DescribeConnectionCommand.js +3 -10
- package/dist-es/commands/DescribeEventBusCommand.js +3 -9
- package/dist-es/commands/DescribeEventSourceCommand.js +3 -9
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -9
- package/dist-es/commands/DescribeReplayCommand.js +3 -9
- package/dist-es/commands/DescribeRuleCommand.js +3 -9
- package/dist-es/commands/DisableRuleCommand.js +3 -9
- package/dist-es/commands/EnableRuleCommand.js +3 -9
- package/dist-es/commands/ListApiDestinationsCommand.js +3 -9
- package/dist-es/commands/ListArchivesCommand.js +3 -9
- package/dist-es/commands/ListConnectionsCommand.js +3 -9
- package/dist-es/commands/ListEventBusesCommand.js +3 -9
- package/dist-es/commands/ListEventSourcesCommand.js +3 -9
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -9
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -9
- package/dist-es/commands/ListReplaysCommand.js +3 -9
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -9
- package/dist-es/commands/ListRulesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetsByRuleCommand.js +3 -9
- package/dist-es/commands/PutEventsCommand.js +3 -9
- package/dist-es/commands/PutPartnerEventsCommand.js +3 -9
- package/dist-es/commands/PutPermissionCommand.js +3 -9
- package/dist-es/commands/PutRuleCommand.js +3 -9
- package/dist-es/commands/PutTargetsCommand.js +3 -9
- package/dist-es/commands/RemovePermissionCommand.js +3 -9
- package/dist-es/commands/RemoveTargetsCommand.js +3 -9
- package/dist-es/commands/StartReplayCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TestEventPatternCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApiDestinationCommand.js +3 -9
- package/dist-es/commands/UpdateArchiveCommand.js +3 -9
- package/dist-es/commands/UpdateConnectionCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -128
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1486 -0
- package/dist-types/CloudWatchEventsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -76
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +256 -0
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -57
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +262 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1478
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -461
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -617
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { TestEventPattern } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TestEventPatternCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSEvents", "TestEventPattern", {})
|
|
17
13
|
.n("CloudWatchEventsClient", "TestEventPatternCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TestEventPatternCommand)
|
|
20
|
-
.de(de_TestEventPatternCommand)
|
|
14
|
+
.sc(TestEventPattern)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSEvents", "UntagResource", {})
|
|
17
13
|
.n("CloudWatchEventsClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateApiDestination } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateApiDestinationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSEvents", "UpdateApiDestination", {})
|
|
17
13
|
.n("CloudWatchEventsClient", "UpdateApiDestinationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateApiDestinationCommand)
|
|
20
|
-
.de(de_UpdateApiDestinationCommand)
|
|
14
|
+
.sc(UpdateApiDestination)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateArchive } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateArchiveCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSEvents", "UpdateArchive", {})
|
|
17
13
|
.n("CloudWatchEventsClient", "UpdateArchiveCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateArchiveCommand)
|
|
20
|
-
.de(de_UpdateArchiveCommand)
|
|
14
|
+
.sc(UpdateArchive)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { UpdateConnection } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateConnectionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSEvents", "UpdateConnection", {})
|
|
18
13
|
.n("CloudWatchEventsClient", "UpdateConnectionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateConnectionCommand)
|
|
21
|
-
.de(de_UpdateConnectionCommand)
|
|
14
|
+
.sc(UpdateConnection)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
1
|
import { CloudWatchEventsServiceException as __BaseException } from "./CloudWatchEventsServiceException";
|
|
3
2
|
export class ConcurrentModificationException extends __BaseException {
|
|
4
3
|
name = "ConcurrentModificationException";
|
|
@@ -210,130 +209,3 @@ export class PolicyLengthExceededException extends __BaseException {
|
|
|
210
209
|
Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
|
|
211
210
|
}
|
|
212
211
|
}
|
|
213
|
-
export const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
...(obj.ApiKeyValue && { ApiKeyValue: SENSITIVE_STRING }),
|
|
216
|
-
});
|
|
217
|
-
export const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
220
|
-
});
|
|
221
|
-
export const ConnectionBodyParameterFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
224
|
-
});
|
|
225
|
-
export const ConnectionHeaderParameterFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
228
|
-
});
|
|
229
|
-
export const ConnectionQueryStringParameterFilterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
232
|
-
});
|
|
233
|
-
export const ConnectionHttpParametersFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
...(obj.HeaderParameters && {
|
|
236
|
-
HeaderParameters: obj.HeaderParameters.map((item) => ConnectionHeaderParameterFilterSensitiveLog(item)),
|
|
237
|
-
}),
|
|
238
|
-
...(obj.QueryStringParameters && {
|
|
239
|
-
QueryStringParameters: obj.QueryStringParameters.map((item) => ConnectionQueryStringParameterFilterSensitiveLog(item)),
|
|
240
|
-
}),
|
|
241
|
-
...(obj.BodyParameters && {
|
|
242
|
-
BodyParameters: obj.BodyParameters.map((item) => ConnectionBodyParameterFilterSensitiveLog(item)),
|
|
243
|
-
}),
|
|
244
|
-
});
|
|
245
|
-
export const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
248
|
-
});
|
|
249
|
-
export const CreateConnectionOAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
...(obj.ClientParameters && {
|
|
252
|
-
ClientParameters: CreateConnectionOAuthClientRequestParametersFilterSensitiveLog(obj.ClientParameters),
|
|
253
|
-
}),
|
|
254
|
-
...(obj.OAuthHttpParameters && {
|
|
255
|
-
OAuthHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.OAuthHttpParameters),
|
|
256
|
-
}),
|
|
257
|
-
});
|
|
258
|
-
export const CreateConnectionAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
...(obj.BasicAuthParameters && {
|
|
261
|
-
BasicAuthParameters: CreateConnectionBasicAuthRequestParametersFilterSensitiveLog(obj.BasicAuthParameters),
|
|
262
|
-
}),
|
|
263
|
-
...(obj.OAuthParameters && {
|
|
264
|
-
OAuthParameters: CreateConnectionOAuthRequestParametersFilterSensitiveLog(obj.OAuthParameters),
|
|
265
|
-
}),
|
|
266
|
-
...(obj.ApiKeyAuthParameters && {
|
|
267
|
-
ApiKeyAuthParameters: CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog(obj.ApiKeyAuthParameters),
|
|
268
|
-
}),
|
|
269
|
-
...(obj.InvocationHttpParameters && {
|
|
270
|
-
InvocationHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.InvocationHttpParameters),
|
|
271
|
-
}),
|
|
272
|
-
});
|
|
273
|
-
export const CreateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
...(obj.AuthParameters && {
|
|
276
|
-
AuthParameters: CreateConnectionAuthRequestParametersFilterSensitiveLog(obj.AuthParameters),
|
|
277
|
-
}),
|
|
278
|
-
});
|
|
279
|
-
export const ConnectionOAuthResponseParametersFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
...(obj.OAuthHttpParameters && {
|
|
282
|
-
OAuthHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.OAuthHttpParameters),
|
|
283
|
-
}),
|
|
284
|
-
});
|
|
285
|
-
export const ConnectionAuthResponseParametersFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
...(obj.OAuthParameters && {
|
|
288
|
-
OAuthParameters: ConnectionOAuthResponseParametersFilterSensitiveLog(obj.OAuthParameters),
|
|
289
|
-
}),
|
|
290
|
-
...(obj.InvocationHttpParameters && {
|
|
291
|
-
InvocationHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.InvocationHttpParameters),
|
|
292
|
-
}),
|
|
293
|
-
});
|
|
294
|
-
export const DescribeConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
...(obj.AuthParameters && { AuthParameters: ConnectionAuthResponseParametersFilterSensitiveLog(obj.AuthParameters) }),
|
|
297
|
-
});
|
|
298
|
-
export const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
...(obj.ApiKeyValue && { ApiKeyValue: SENSITIVE_STRING }),
|
|
301
|
-
});
|
|
302
|
-
export const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
305
|
-
});
|
|
306
|
-
export const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
309
|
-
});
|
|
310
|
-
export const UpdateConnectionOAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
...(obj.ClientParameters && {
|
|
313
|
-
ClientParameters: UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog(obj.ClientParameters),
|
|
314
|
-
}),
|
|
315
|
-
...(obj.OAuthHttpParameters && {
|
|
316
|
-
OAuthHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.OAuthHttpParameters),
|
|
317
|
-
}),
|
|
318
|
-
});
|
|
319
|
-
export const UpdateConnectionAuthRequestParametersFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
...(obj.BasicAuthParameters && {
|
|
322
|
-
BasicAuthParameters: UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog(obj.BasicAuthParameters),
|
|
323
|
-
}),
|
|
324
|
-
...(obj.OAuthParameters && {
|
|
325
|
-
OAuthParameters: UpdateConnectionOAuthRequestParametersFilterSensitiveLog(obj.OAuthParameters),
|
|
326
|
-
}),
|
|
327
|
-
...(obj.ApiKeyAuthParameters && {
|
|
328
|
-
ApiKeyAuthParameters: UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog(obj.ApiKeyAuthParameters),
|
|
329
|
-
}),
|
|
330
|
-
...(obj.InvocationHttpParameters && {
|
|
331
|
-
InvocationHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.InvocationHttpParameters),
|
|
332
|
-
}),
|
|
333
|
-
});
|
|
334
|
-
export const UpdateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
...(obj.AuthParameters && {
|
|
337
|
-
AuthParameters: UpdateConnectionAuthRequestParametersFilterSensitiveLog(obj.AuthParameters),
|
|
338
|
-
}),
|
|
339
|
-
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
2
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
4
5
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
@@ -22,6 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
22
23
|
},
|
|
23
24
|
],
|
|
24
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
+
protocol: config?.protocol ??
|
|
27
|
+
new AwsJson1_1Protocol({
|
|
28
|
+
defaultNamespace: "com.amazonaws.cloudwatchevents",
|
|
29
|
+
serviceTarget: "AWSEvents",
|
|
30
|
+
awsQueryCompatible: false,
|
|
31
|
+
}),
|
|
25
32
|
serviceId: config?.serviceId ?? "CloudWatch Events",
|
|
26
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
27
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|