@aws-sdk/client-eventbridge 3.1077.0 → 3.1078.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 +179 -687
- package/dist-es/commandBuilder.js +9 -0
- package/dist-es/commands/ActivateEventSourceCommand.js +2 -14
- package/dist-es/commands/CancelReplayCommand.js +2 -14
- package/dist-es/commands/CreateApiDestinationCommand.js +2 -14
- package/dist-es/commands/CreateArchiveCommand.js +2 -14
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateEndpointCommand.js +2 -14
- package/dist-es/commands/CreateEventBusCommand.js +2 -14
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -14
- package/dist-es/commands/DeactivateEventSourceCommand.js +2 -14
- package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteApiDestinationCommand.js +2 -14
- package/dist-es/commands/DeleteArchiveCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointCommand.js +2 -14
- package/dist-es/commands/DeleteEventBusCommand.js +2 -14
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -14
- package/dist-es/commands/DeleteRuleCommand.js +2 -14
- package/dist-es/commands/DescribeApiDestinationCommand.js +2 -14
- package/dist-es/commands/DescribeArchiveCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionCommand.js +2 -14
- package/dist-es/commands/DescribeEndpointCommand.js +2 -14
- package/dist-es/commands/DescribeEventBusCommand.js +2 -14
- package/dist-es/commands/DescribeEventSourceCommand.js +2 -14
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -14
- package/dist-es/commands/DescribeReplayCommand.js +2 -14
- package/dist-es/commands/DescribeRuleCommand.js +2 -14
- package/dist-es/commands/DisableRuleCommand.js +2 -14
- package/dist-es/commands/EnableRuleCommand.js +2 -14
- package/dist-es/commands/ListApiDestinationsCommand.js +2 -14
- package/dist-es/commands/ListArchivesCommand.js +2 -14
- package/dist-es/commands/ListConnectionsCommand.js +2 -14
- package/dist-es/commands/ListEndpointsCommand.js +2 -14
- package/dist-es/commands/ListEventBusesCommand.js +2 -14
- package/dist-es/commands/ListEventSourcesCommand.js +2 -14
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -14
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -14
- package/dist-es/commands/ListReplaysCommand.js +2 -14
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -14
- package/dist-es/commands/ListRulesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTargetsByRuleCommand.js +2 -14
- package/dist-es/commands/PutEventsCommand.js +2 -17
- package/dist-es/commands/PutPartnerEventsCommand.js +2 -14
- package/dist-es/commands/PutPermissionCommand.js +2 -14
- package/dist-es/commands/PutRuleCommand.js +2 -14
- package/dist-es/commands/PutTargetsCommand.js +2 -14
- package/dist-es/commands/RemovePermissionCommand.js +2 -14
- package/dist-es/commands/RemoveTargetsCommand.js +2 -14
- package/dist-es/commands/StartReplayCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TestEventPatternCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApiDestinationCommand.js +2 -14
- package/dist-es/commands/UpdateArchiveCommand.js +2 -14
- package/dist-es/commands/UpdateConnectionCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointCommand.js +2 -14
- package/dist-es/commands/UpdateEventBusCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/CancelReplayCommand.d.ts +3 -8
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +3 -8
- package/dist-types/commands/CreateArchiveCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventBusCommand.d.ts +3 -8
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventBusCommand.d.ts +3 -8
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeArchiveCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventBusCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplayCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRuleCommand.d.ts +3 -8
- package/dist-types/commands/DisableRuleCommand.d.ts +3 -8
- package/dist-types/commands/EnableRuleCommand.d.ts +3 -8
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +3 -8
- package/dist-types/commands/ListArchivesCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventBusesCommand.d.ts +3 -8
- package/dist-types/commands/ListEventSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListReplaysCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +3 -8
- package/dist-types/commands/ListRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +3 -8
- package/dist-types/commands/PutEventsCommand.d.ts +3 -8
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +3 -8
- package/dist-types/commands/PutPermissionCommand.d.ts +3 -8
- package/dist-types/commands/PutRuleCommand.d.ts +3 -8
- package/dist-types/commands/PutTargetsCommand.d.ts +3 -8
- package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTargetsCommand.d.ts +3 -8
- package/dist-types/commands/StartReplayCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TestEventPatternCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventBusCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +47 -0
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +10 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveParams, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -236,7 +237,7 @@ const commonParams = {
|
|
|
236
237
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
237
238
|
};
|
|
238
239
|
|
|
239
|
-
var version = "3.
|
|
240
|
+
var version = "3.1077.0";
|
|
240
241
|
var packageInfo = {
|
|
241
242
|
version: version};
|
|
242
243
|
|
|
@@ -2240,691 +2241,182 @@ class EventBridgeClient extends Client {
|
|
|
2240
2241
|
}
|
|
2241
2242
|
}
|
|
2242
2243
|
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
.m(function (Command, cs, config, o) {
|
|
2247
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2248
|
-
})
|
|
2249
|
-
.s("AWSEvents", "ActivateEventSource", {})
|
|
2250
|
-
.n("EventBridgeClient", "ActivateEventSourceCommand")
|
|
2251
|
-
.sc(ActivateEventSource$)
|
|
2252
|
-
.build() {
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
class CancelReplayCommand extends Command
|
|
2256
|
-
.classBuilder()
|
|
2257
|
-
.ep(commonParams)
|
|
2258
|
-
.m(function (Command, cs, config, o) {
|
|
2259
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2260
|
-
})
|
|
2261
|
-
.s("AWSEvents", "CancelReplay", {})
|
|
2262
|
-
.n("EventBridgeClient", "CancelReplayCommand")
|
|
2263
|
-
.sc(CancelReplay$)
|
|
2264
|
-
.build() {
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
|
-
class CreateApiDestinationCommand extends Command
|
|
2268
|
-
.classBuilder()
|
|
2269
|
-
.ep(commonParams)
|
|
2270
|
-
.m(function (Command, cs, config, o) {
|
|
2271
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2272
|
-
})
|
|
2273
|
-
.s("AWSEvents", "CreateApiDestination", {})
|
|
2274
|
-
.n("EventBridgeClient", "CreateApiDestinationCommand")
|
|
2275
|
-
.sc(CreateApiDestination$)
|
|
2276
|
-
.build() {
|
|
2277
|
-
}
|
|
2278
|
-
|
|
2279
|
-
class CreateArchiveCommand extends Command
|
|
2280
|
-
.classBuilder()
|
|
2281
|
-
.ep(commonParams)
|
|
2282
|
-
.m(function (Command, cs, config, o) {
|
|
2283
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2284
|
-
})
|
|
2285
|
-
.s("AWSEvents", "CreateArchive", {})
|
|
2286
|
-
.n("EventBridgeClient", "CreateArchiveCommand")
|
|
2287
|
-
.sc(CreateArchive$)
|
|
2288
|
-
.build() {
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
class CreateConnectionCommand extends Command
|
|
2292
|
-
.classBuilder()
|
|
2293
|
-
.ep(commonParams)
|
|
2294
|
-
.m(function (Command, cs, config, o) {
|
|
2295
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2296
|
-
})
|
|
2297
|
-
.s("AWSEvents", "CreateConnection", {})
|
|
2298
|
-
.n("EventBridgeClient", "CreateConnectionCommand")
|
|
2299
|
-
.sc(CreateConnection$)
|
|
2300
|
-
.build() {
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
|
-
class CreateEndpointCommand extends Command
|
|
2304
|
-
.classBuilder()
|
|
2305
|
-
.ep(commonParams)
|
|
2306
|
-
.m(function (Command, cs, config, o) {
|
|
2307
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2308
|
-
})
|
|
2309
|
-
.s("AWSEvents", "CreateEndpoint", {})
|
|
2310
|
-
.n("EventBridgeClient", "CreateEndpointCommand")
|
|
2311
|
-
.sc(CreateEndpoint$)
|
|
2312
|
-
.build() {
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
|
-
class CreateEventBusCommand extends Command
|
|
2316
|
-
.classBuilder()
|
|
2317
|
-
.ep(commonParams)
|
|
2318
|
-
.m(function (Command, cs, config, o) {
|
|
2319
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2320
|
-
})
|
|
2321
|
-
.s("AWSEvents", "CreateEventBus", {})
|
|
2322
|
-
.n("EventBridgeClient", "CreateEventBusCommand")
|
|
2323
|
-
.sc(CreateEventBus$)
|
|
2324
|
-
.build() {
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
class CreatePartnerEventSourceCommand extends Command
|
|
2328
|
-
.classBuilder()
|
|
2329
|
-
.ep(commonParams)
|
|
2330
|
-
.m(function (Command, cs, config, o) {
|
|
2331
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2332
|
-
})
|
|
2333
|
-
.s("AWSEvents", "CreatePartnerEventSource", {})
|
|
2334
|
-
.n("EventBridgeClient", "CreatePartnerEventSourceCommand")
|
|
2335
|
-
.sc(CreatePartnerEventSource$)
|
|
2336
|
-
.build() {
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
class DeactivateEventSourceCommand extends Command
|
|
2340
|
-
.classBuilder()
|
|
2341
|
-
.ep(commonParams)
|
|
2342
|
-
.m(function (Command, cs, config, o) {
|
|
2343
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2344
|
-
})
|
|
2345
|
-
.s("AWSEvents", "DeactivateEventSource", {})
|
|
2346
|
-
.n("EventBridgeClient", "DeactivateEventSourceCommand")
|
|
2347
|
-
.sc(DeactivateEventSource$)
|
|
2348
|
-
.build() {
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
class DeauthorizeConnectionCommand extends Command
|
|
2352
|
-
.classBuilder()
|
|
2353
|
-
.ep(commonParams)
|
|
2354
|
-
.m(function (Command, cs, config, o) {
|
|
2355
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2356
|
-
})
|
|
2357
|
-
.s("AWSEvents", "DeauthorizeConnection", {})
|
|
2358
|
-
.n("EventBridgeClient", "DeauthorizeConnectionCommand")
|
|
2359
|
-
.sc(DeauthorizeConnection$)
|
|
2360
|
-
.build() {
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
class DeleteApiDestinationCommand extends Command
|
|
2364
|
-
.classBuilder()
|
|
2365
|
-
.ep(commonParams)
|
|
2366
|
-
.m(function (Command, cs, config, o) {
|
|
2367
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2368
|
-
})
|
|
2369
|
-
.s("AWSEvents", "DeleteApiDestination", {})
|
|
2370
|
-
.n("EventBridgeClient", "DeleteApiDestinationCommand")
|
|
2371
|
-
.sc(DeleteApiDestination$)
|
|
2372
|
-
.build() {
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
class DeleteArchiveCommand extends Command
|
|
2376
|
-
.classBuilder()
|
|
2377
|
-
.ep(commonParams)
|
|
2378
|
-
.m(function (Command, cs, config, o) {
|
|
2379
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2380
|
-
})
|
|
2381
|
-
.s("AWSEvents", "DeleteArchive", {})
|
|
2382
|
-
.n("EventBridgeClient", "DeleteArchiveCommand")
|
|
2383
|
-
.sc(DeleteArchive$)
|
|
2384
|
-
.build() {
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
class DeleteConnectionCommand extends Command
|
|
2388
|
-
.classBuilder()
|
|
2389
|
-
.ep(commonParams)
|
|
2390
|
-
.m(function (Command, cs, config, o) {
|
|
2391
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2392
|
-
})
|
|
2393
|
-
.s("AWSEvents", "DeleteConnection", {})
|
|
2394
|
-
.n("EventBridgeClient", "DeleteConnectionCommand")
|
|
2395
|
-
.sc(DeleteConnection$)
|
|
2396
|
-
.build() {
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
class DeleteEndpointCommand extends Command
|
|
2400
|
-
.classBuilder()
|
|
2401
|
-
.ep(commonParams)
|
|
2402
|
-
.m(function (Command, cs, config, o) {
|
|
2403
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2404
|
-
})
|
|
2405
|
-
.s("AWSEvents", "DeleteEndpoint", {})
|
|
2406
|
-
.n("EventBridgeClient", "DeleteEndpointCommand")
|
|
2407
|
-
.sc(DeleteEndpoint$)
|
|
2408
|
-
.build() {
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
class DeleteEventBusCommand extends Command
|
|
2412
|
-
.classBuilder()
|
|
2413
|
-
.ep(commonParams)
|
|
2414
|
-
.m(function (Command, cs, config, o) {
|
|
2415
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2416
|
-
})
|
|
2417
|
-
.s("AWSEvents", "DeleteEventBus", {})
|
|
2418
|
-
.n("EventBridgeClient", "DeleteEventBusCommand")
|
|
2419
|
-
.sc(DeleteEventBus$)
|
|
2420
|
-
.build() {
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
class DeletePartnerEventSourceCommand extends Command
|
|
2424
|
-
.classBuilder()
|
|
2425
|
-
.ep(commonParams)
|
|
2426
|
-
.m(function (Command, cs, config, o) {
|
|
2427
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2428
|
-
})
|
|
2429
|
-
.s("AWSEvents", "DeletePartnerEventSource", {})
|
|
2430
|
-
.n("EventBridgeClient", "DeletePartnerEventSourceCommand")
|
|
2431
|
-
.sc(DeletePartnerEventSource$)
|
|
2432
|
-
.build() {
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
class DeleteRuleCommand extends Command
|
|
2436
|
-
.classBuilder()
|
|
2437
|
-
.ep(commonParams)
|
|
2438
|
-
.m(function (Command, cs, config, o) {
|
|
2439
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2440
|
-
})
|
|
2441
|
-
.s("AWSEvents", "DeleteRule", {})
|
|
2442
|
-
.n("EventBridgeClient", "DeleteRuleCommand")
|
|
2443
|
-
.sc(DeleteRule$)
|
|
2444
|
-
.build() {
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
|
-
class DescribeApiDestinationCommand extends Command
|
|
2448
|
-
.classBuilder()
|
|
2449
|
-
.ep(commonParams)
|
|
2450
|
-
.m(function (Command, cs, config, o) {
|
|
2451
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2452
|
-
})
|
|
2453
|
-
.s("AWSEvents", "DescribeApiDestination", {})
|
|
2454
|
-
.n("EventBridgeClient", "DescribeApiDestinationCommand")
|
|
2455
|
-
.sc(DescribeApiDestination$)
|
|
2456
|
-
.build() {
|
|
2457
|
-
}
|
|
2458
|
-
|
|
2459
|
-
class DescribeArchiveCommand extends Command
|
|
2460
|
-
.classBuilder()
|
|
2461
|
-
.ep(commonParams)
|
|
2462
|
-
.m(function (Command, cs, config, o) {
|
|
2463
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2464
|
-
})
|
|
2465
|
-
.s("AWSEvents", "DescribeArchive", {})
|
|
2466
|
-
.n("EventBridgeClient", "DescribeArchiveCommand")
|
|
2467
|
-
.sc(DescribeArchive$)
|
|
2468
|
-
.build() {
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
|
-
class DescribeConnectionCommand extends Command
|
|
2472
|
-
.classBuilder()
|
|
2473
|
-
.ep(commonParams)
|
|
2474
|
-
.m(function (Command, cs, config, o) {
|
|
2475
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2476
|
-
})
|
|
2477
|
-
.s("AWSEvents", "DescribeConnection", {})
|
|
2478
|
-
.n("EventBridgeClient", "DescribeConnectionCommand")
|
|
2479
|
-
.sc(DescribeConnection$)
|
|
2480
|
-
.build() {
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
class DescribeEndpointCommand extends Command
|
|
2484
|
-
.classBuilder()
|
|
2485
|
-
.ep(commonParams)
|
|
2486
|
-
.m(function (Command, cs, config, o) {
|
|
2487
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2488
|
-
})
|
|
2489
|
-
.s("AWSEvents", "DescribeEndpoint", {})
|
|
2490
|
-
.n("EventBridgeClient", "DescribeEndpointCommand")
|
|
2491
|
-
.sc(DescribeEndpoint$)
|
|
2492
|
-
.build() {
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
class DescribeEventBusCommand extends Command
|
|
2496
|
-
.classBuilder()
|
|
2497
|
-
.ep(commonParams)
|
|
2498
|
-
.m(function (Command, cs, config, o) {
|
|
2499
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2500
|
-
})
|
|
2501
|
-
.s("AWSEvents", "DescribeEventBus", {})
|
|
2502
|
-
.n("EventBridgeClient", "DescribeEventBusCommand")
|
|
2503
|
-
.sc(DescribeEventBus$)
|
|
2504
|
-
.build() {
|
|
2505
|
-
}
|
|
2506
|
-
|
|
2507
|
-
class DescribeEventSourceCommand extends Command
|
|
2508
|
-
.classBuilder()
|
|
2509
|
-
.ep(commonParams)
|
|
2510
|
-
.m(function (Command, cs, config, o) {
|
|
2511
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2512
|
-
})
|
|
2513
|
-
.s("AWSEvents", "DescribeEventSource", {})
|
|
2514
|
-
.n("EventBridgeClient", "DescribeEventSourceCommand")
|
|
2515
|
-
.sc(DescribeEventSource$)
|
|
2516
|
-
.build() {
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
class DescribePartnerEventSourceCommand extends Command
|
|
2520
|
-
.classBuilder()
|
|
2521
|
-
.ep(commonParams)
|
|
2522
|
-
.m(function (Command, cs, config, o) {
|
|
2523
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2524
|
-
})
|
|
2525
|
-
.s("AWSEvents", "DescribePartnerEventSource", {})
|
|
2526
|
-
.n("EventBridgeClient", "DescribePartnerEventSourceCommand")
|
|
2527
|
-
.sc(DescribePartnerEventSource$)
|
|
2528
|
-
.build() {
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
class DescribeReplayCommand extends Command
|
|
2532
|
-
.classBuilder()
|
|
2533
|
-
.ep(commonParams)
|
|
2534
|
-
.m(function (Command, cs, config, o) {
|
|
2535
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2536
|
-
})
|
|
2537
|
-
.s("AWSEvents", "DescribeReplay", {})
|
|
2538
|
-
.n("EventBridgeClient", "DescribeReplayCommand")
|
|
2539
|
-
.sc(DescribeReplay$)
|
|
2540
|
-
.build() {
|
|
2541
|
-
}
|
|
2542
|
-
|
|
2543
|
-
class DescribeRuleCommand extends Command
|
|
2544
|
-
.classBuilder()
|
|
2545
|
-
.ep(commonParams)
|
|
2546
|
-
.m(function (Command, cs, config, o) {
|
|
2547
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2548
|
-
})
|
|
2549
|
-
.s("AWSEvents", "DescribeRule", {})
|
|
2550
|
-
.n("EventBridgeClient", "DescribeRuleCommand")
|
|
2551
|
-
.sc(DescribeRule$)
|
|
2552
|
-
.build() {
|
|
2553
|
-
}
|
|
2554
|
-
|
|
2555
|
-
class DisableRuleCommand extends Command
|
|
2556
|
-
.classBuilder()
|
|
2557
|
-
.ep(commonParams)
|
|
2558
|
-
.m(function (Command, cs, config, o) {
|
|
2559
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2560
|
-
})
|
|
2561
|
-
.s("AWSEvents", "DisableRule", {})
|
|
2562
|
-
.n("EventBridgeClient", "DisableRuleCommand")
|
|
2563
|
-
.sc(DisableRule$)
|
|
2564
|
-
.build() {
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
class EnableRuleCommand extends Command
|
|
2568
|
-
.classBuilder()
|
|
2569
|
-
.ep(commonParams)
|
|
2570
|
-
.m(function (Command, cs, config, o) {
|
|
2571
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2572
|
-
})
|
|
2573
|
-
.s("AWSEvents", "EnableRule", {})
|
|
2574
|
-
.n("EventBridgeClient", "EnableRuleCommand")
|
|
2575
|
-
.sc(EnableRule$)
|
|
2576
|
-
.build() {
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
class ListApiDestinationsCommand extends Command
|
|
2580
|
-
.classBuilder()
|
|
2581
|
-
.ep(commonParams)
|
|
2582
|
-
.m(function (Command, cs, config, o) {
|
|
2583
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2584
|
-
})
|
|
2585
|
-
.s("AWSEvents", "ListApiDestinations", {})
|
|
2586
|
-
.n("EventBridgeClient", "ListApiDestinationsCommand")
|
|
2587
|
-
.sc(ListApiDestinations$)
|
|
2588
|
-
.build() {
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
class ListArchivesCommand extends Command
|
|
2592
|
-
.classBuilder()
|
|
2593
|
-
.ep(commonParams)
|
|
2594
|
-
.m(function (Command, cs, config, o) {
|
|
2595
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2596
|
-
})
|
|
2597
|
-
.s("AWSEvents", "ListArchives", {})
|
|
2598
|
-
.n("EventBridgeClient", "ListArchivesCommand")
|
|
2599
|
-
.sc(ListArchives$)
|
|
2600
|
-
.build() {
|
|
2601
|
-
}
|
|
2602
|
-
|
|
2603
|
-
class ListConnectionsCommand extends Command
|
|
2604
|
-
.classBuilder()
|
|
2605
|
-
.ep(commonParams)
|
|
2606
|
-
.m(function (Command, cs, config, o) {
|
|
2607
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2608
|
-
})
|
|
2609
|
-
.s("AWSEvents", "ListConnections", {})
|
|
2610
|
-
.n("EventBridgeClient", "ListConnectionsCommand")
|
|
2611
|
-
.sc(ListConnections$)
|
|
2612
|
-
.build() {
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
class ListEndpointsCommand extends Command
|
|
2616
|
-
.classBuilder()
|
|
2617
|
-
.ep(commonParams)
|
|
2618
|
-
.m(function (Command, cs, config, o) {
|
|
2619
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2620
|
-
})
|
|
2621
|
-
.s("AWSEvents", "ListEndpoints", {})
|
|
2622
|
-
.n("EventBridgeClient", "ListEndpointsCommand")
|
|
2623
|
-
.sc(ListEndpoints$)
|
|
2624
|
-
.build() {
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
class ListEventBusesCommand extends Command
|
|
2628
|
-
.classBuilder()
|
|
2629
|
-
.ep(commonParams)
|
|
2630
|
-
.m(function (Command, cs, config, o) {
|
|
2631
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2632
|
-
})
|
|
2633
|
-
.s("AWSEvents", "ListEventBuses", {})
|
|
2634
|
-
.n("EventBridgeClient", "ListEventBusesCommand")
|
|
2635
|
-
.sc(ListEventBuses$)
|
|
2636
|
-
.build() {
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
class ListEventSourcesCommand extends Command
|
|
2640
|
-
.classBuilder()
|
|
2641
|
-
.ep(commonParams)
|
|
2642
|
-
.m(function (Command, cs, config, o) {
|
|
2643
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2644
|
-
})
|
|
2645
|
-
.s("AWSEvents", "ListEventSources", {})
|
|
2646
|
-
.n("EventBridgeClient", "ListEventSourcesCommand")
|
|
2647
|
-
.sc(ListEventSources$)
|
|
2648
|
-
.build() {
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
class ListPartnerEventSourceAccountsCommand extends Command
|
|
2652
|
-
.classBuilder()
|
|
2653
|
-
.ep(commonParams)
|
|
2654
|
-
.m(function (Command, cs, config, o) {
|
|
2655
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2656
|
-
})
|
|
2657
|
-
.s("AWSEvents", "ListPartnerEventSourceAccounts", {})
|
|
2658
|
-
.n("EventBridgeClient", "ListPartnerEventSourceAccountsCommand")
|
|
2659
|
-
.sc(ListPartnerEventSourceAccounts$)
|
|
2660
|
-
.build() {
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
class ListPartnerEventSourcesCommand extends Command
|
|
2664
|
-
.classBuilder()
|
|
2665
|
-
.ep(commonParams)
|
|
2666
|
-
.m(function (Command, cs, config, o) {
|
|
2667
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2668
|
-
})
|
|
2669
|
-
.s("AWSEvents", "ListPartnerEventSources", {})
|
|
2670
|
-
.n("EventBridgeClient", "ListPartnerEventSourcesCommand")
|
|
2671
|
-
.sc(ListPartnerEventSources$)
|
|
2672
|
-
.build() {
|
|
2673
|
-
}
|
|
2674
|
-
|
|
2675
|
-
class ListReplaysCommand extends Command
|
|
2676
|
-
.classBuilder()
|
|
2677
|
-
.ep(commonParams)
|
|
2678
|
-
.m(function (Command, cs, config, o) {
|
|
2679
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2680
|
-
})
|
|
2681
|
-
.s("AWSEvents", "ListReplays", {})
|
|
2682
|
-
.n("EventBridgeClient", "ListReplaysCommand")
|
|
2683
|
-
.sc(ListReplays$)
|
|
2684
|
-
.build() {
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
class ListRuleNamesByTargetCommand extends Command
|
|
2688
|
-
.classBuilder()
|
|
2689
|
-
.ep(commonParams)
|
|
2690
|
-
.m(function (Command, cs, config, o) {
|
|
2691
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2692
|
-
})
|
|
2693
|
-
.s("AWSEvents", "ListRuleNamesByTarget", {})
|
|
2694
|
-
.n("EventBridgeClient", "ListRuleNamesByTargetCommand")
|
|
2695
|
-
.sc(ListRuleNamesByTarget$)
|
|
2696
|
-
.build() {
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
|
-
class ListRulesCommand extends Command
|
|
2700
|
-
.classBuilder()
|
|
2701
|
-
.ep(commonParams)
|
|
2702
|
-
.m(function (Command, cs, config, o) {
|
|
2703
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2704
|
-
})
|
|
2705
|
-
.s("AWSEvents", "ListRules", {})
|
|
2706
|
-
.n("EventBridgeClient", "ListRulesCommand")
|
|
2707
|
-
.sc(ListRules$)
|
|
2708
|
-
.build() {
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
class ListTagsForResourceCommand extends Command
|
|
2712
|
-
.classBuilder()
|
|
2713
|
-
.ep(commonParams)
|
|
2714
|
-
.m(function (Command, cs, config, o) {
|
|
2715
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2716
|
-
})
|
|
2717
|
-
.s("AWSEvents", "ListTagsForResource", {})
|
|
2718
|
-
.n("EventBridgeClient", "ListTagsForResourceCommand")
|
|
2719
|
-
.sc(ListTagsForResource$)
|
|
2720
|
-
.build() {
|
|
2721
|
-
}
|
|
2722
|
-
|
|
2723
|
-
class ListTargetsByRuleCommand extends Command
|
|
2724
|
-
.classBuilder()
|
|
2725
|
-
.ep(commonParams)
|
|
2726
|
-
.m(function (Command, cs, config, o) {
|
|
2727
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2728
|
-
})
|
|
2729
|
-
.s("AWSEvents", "ListTargetsByRule", {})
|
|
2730
|
-
.n("EventBridgeClient", "ListTargetsByRuleCommand")
|
|
2731
|
-
.sc(ListTargetsByRule$)
|
|
2732
|
-
.build() {
|
|
2733
|
-
}
|
|
2734
|
-
|
|
2735
|
-
class PutEventsCommand extends Command
|
|
2736
|
-
.classBuilder()
|
|
2737
|
-
.ep({
|
|
2738
|
-
...commonParams,
|
|
2244
|
+
const command = makeBuilder(commonParams, "AWSEvents", "EventBridgeClient", getEndpointPlugin);
|
|
2245
|
+
const _ep0 = {};
|
|
2246
|
+
const _ep1 = {
|
|
2739
2247
|
EndpointId: { type: "contextParams", name: "EndpointId" },
|
|
2740
|
-
}
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
.s("AWSEvents", "UpdateEndpoint", {})
|
|
2913
|
-
.n("EventBridgeClient", "UpdateEndpointCommand")
|
|
2914
|
-
.sc(UpdateEndpoint$)
|
|
2915
|
-
.build() {
|
|
2916
|
-
}
|
|
2917
|
-
|
|
2918
|
-
class UpdateEventBusCommand extends Command
|
|
2919
|
-
.classBuilder()
|
|
2920
|
-
.ep(commonParams)
|
|
2921
|
-
.m(function (Command, cs, config, o) {
|
|
2922
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2923
|
-
})
|
|
2924
|
-
.s("AWSEvents", "UpdateEventBus", {})
|
|
2925
|
-
.n("EventBridgeClient", "UpdateEventBusCommand")
|
|
2926
|
-
.sc(UpdateEventBus$)
|
|
2927
|
-
.build() {
|
|
2248
|
+
};
|
|
2249
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2250
|
+
|
|
2251
|
+
class ActivateEventSourceCommand extends command(_ep0, _mw0, "ActivateEventSource", ActivateEventSource$) {
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
class CancelReplayCommand extends command(_ep0, _mw0, "CancelReplay", CancelReplay$) {
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
class CreateApiDestinationCommand extends command(_ep0, _mw0, "CreateApiDestination", CreateApiDestination$) {
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
class CreateArchiveCommand extends command(_ep0, _mw0, "CreateArchive", CreateArchive$) {
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
class CreateConnectionCommand extends command(_ep0, _mw0, "CreateConnection", CreateConnection$) {
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
class CreateEndpointCommand extends command(_ep0, _mw0, "CreateEndpoint", CreateEndpoint$) {
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
class CreateEventBusCommand extends command(_ep0, _mw0, "CreateEventBus", CreateEventBus$) {
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
class CreatePartnerEventSourceCommand extends command(_ep0, _mw0, "CreatePartnerEventSource", CreatePartnerEventSource$) {
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
class DeactivateEventSourceCommand extends command(_ep0, _mw0, "DeactivateEventSource", DeactivateEventSource$) {
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
class DeauthorizeConnectionCommand extends command(_ep0, _mw0, "DeauthorizeConnection", DeauthorizeConnection$) {
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
class DeleteApiDestinationCommand extends command(_ep0, _mw0, "DeleteApiDestination", DeleteApiDestination$) {
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
class DeleteArchiveCommand extends command(_ep0, _mw0, "DeleteArchive", DeleteArchive$) {
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
class DeleteEndpointCommand extends command(_ep0, _mw0, "DeleteEndpoint", DeleteEndpoint$) {
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
class DeleteEventBusCommand extends command(_ep0, _mw0, "DeleteEventBus", DeleteEventBus$) {
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
class DeletePartnerEventSourceCommand extends command(_ep0, _mw0, "DeletePartnerEventSource", DeletePartnerEventSource$) {
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
class DeleteRuleCommand extends command(_ep0, _mw0, "DeleteRule", DeleteRule$) {
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
class DescribeApiDestinationCommand extends command(_ep0, _mw0, "DescribeApiDestination", DescribeApiDestination$) {
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
class DescribeArchiveCommand extends command(_ep0, _mw0, "DescribeArchive", DescribeArchive$) {
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
class DescribeConnectionCommand extends command(_ep0, _mw0, "DescribeConnection", DescribeConnection$) {
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
class DescribeEndpointCommand extends command(_ep0, _mw0, "DescribeEndpoint", DescribeEndpoint$) {
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
class DescribeEventBusCommand extends command(_ep0, _mw0, "DescribeEventBus", DescribeEventBus$) {
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
class DescribeEventSourceCommand extends command(_ep0, _mw0, "DescribeEventSource", DescribeEventSource$) {
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
class DescribePartnerEventSourceCommand extends command(_ep0, _mw0, "DescribePartnerEventSource", DescribePartnerEventSource$) {
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
class DescribeReplayCommand extends command(_ep0, _mw0, "DescribeReplay", DescribeReplay$) {
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
class DescribeRuleCommand extends command(_ep0, _mw0, "DescribeRule", DescribeRule$) {
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
class DisableRuleCommand extends command(_ep0, _mw0, "DisableRule", DisableRule$) {
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
class EnableRuleCommand extends command(_ep0, _mw0, "EnableRule", EnableRule$) {
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
class ListApiDestinationsCommand extends command(_ep0, _mw0, "ListApiDestinations", ListApiDestinations$) {
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
class ListArchivesCommand extends command(_ep0, _mw0, "ListArchives", ListArchives$) {
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
class ListEndpointsCommand extends command(_ep0, _mw0, "ListEndpoints", ListEndpoints$) {
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
class ListEventBusesCommand extends command(_ep0, _mw0, "ListEventBuses", ListEventBuses$) {
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
class ListEventSourcesCommand extends command(_ep0, _mw0, "ListEventSources", ListEventSources$) {
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
class ListPartnerEventSourceAccountsCommand extends command(_ep0, _mw0, "ListPartnerEventSourceAccounts", ListPartnerEventSourceAccounts$) {
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
class ListPartnerEventSourcesCommand extends command(_ep0, _mw0, "ListPartnerEventSources", ListPartnerEventSources$) {
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
class ListReplaysCommand extends command(_ep0, _mw0, "ListReplays", ListReplays$) {
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
class ListRuleNamesByTargetCommand extends command(_ep0, _mw0, "ListRuleNamesByTarget", ListRuleNamesByTarget$) {
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2365
|
+
class ListRulesCommand extends command(_ep0, _mw0, "ListRules", ListRules$) {
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
class ListTargetsByRuleCommand extends command(_ep0, _mw0, "ListTargetsByRule", ListTargetsByRule$) {
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
class PutEventsCommand extends command(_ep1, _mw0, "PutEvents", PutEvents$) {
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
class PutPartnerEventsCommand extends command(_ep0, _mw0, "PutPartnerEvents", PutPartnerEvents$) {
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
class PutPermissionCommand extends command(_ep0, _mw0, "PutPermission", PutPermission$) {
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
class PutRuleCommand extends command(_ep0, _mw0, "PutRule", PutRule$) {
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
class PutTargetsCommand extends command(_ep0, _mw0, "PutTargets", PutTargets$) {
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
class RemovePermissionCommand extends command(_ep0, _mw0, "RemovePermission", RemovePermission$) {
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
class RemoveTargetsCommand extends command(_ep0, _mw0, "RemoveTargets", RemoveTargets$) {
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
class StartReplayCommand extends command(_ep0, _mw0, "StartReplay", StartReplay$) {
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
class TestEventPatternCommand extends command(_ep0, _mw0, "TestEventPattern", TestEventPattern$) {
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
class UpdateApiDestinationCommand extends command(_ep0, _mw0, "UpdateApiDestination", UpdateApiDestination$) {
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
class UpdateArchiveCommand extends command(_ep0, _mw0, "UpdateArchive", UpdateArchive$) {
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
class UpdateConnectionCommand extends command(_ep0, _mw0, "UpdateConnection", UpdateConnection$) {
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
class UpdateEndpointCommand extends command(_ep0, _mw0, "UpdateEndpoint", UpdateEndpoint$) {
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
class UpdateEventBusCommand extends command(_ep0, _mw0, "UpdateEventBus", UpdateEventBus$) {
|
|
2928
2420
|
}
|
|
2929
2421
|
|
|
2930
2422
|
const commands = {
|