@aws-sdk/client-eventbridge 3.1076.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 +182 -689
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +10 -12
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");
|
|
@@ -11,9 +12,10 @@ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
|
11
12
|
const { resolveAwsSdkSigV4Config, resolveAwsSdkSigV4AConfig, AwsSdkSigV4Signer, AwsSdkSigV4ASigner, NODE_SIGV4A_CONFIG_OPTIONS, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { SignatureV4MultiRegion } = require("@aws-sdk/signature-v4-multi-region");
|
|
13
14
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
14
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
15
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
15
16
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
16
17
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
18
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
19
|
|
|
18
20
|
const o = "ref";
|
|
19
21
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "stringEquals", g = "getAttr", h = { [o]: "Endpoint" }, i = { [o]: "EndpointId" }, j = { [o]: d }, k = { [o]: "Region" }, l = {}, m = { "authSchemes": [{ "name": "sigv4a", "signingName": "events", "signingRegionSet": ["*"] }] }, n = [k];
|
|
@@ -235,7 +237,7 @@ const commonParams = {
|
|
|
235
237
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
236
238
|
};
|
|
237
239
|
|
|
238
|
-
var version = "3.
|
|
240
|
+
var version = "3.1077.0";
|
|
239
241
|
var packageInfo = {
|
|
240
242
|
version: version};
|
|
241
243
|
|
|
@@ -2115,6 +2117,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2115
2117
|
serviceTarget: "AWSEvents",
|
|
2116
2118
|
},
|
|
2117
2119
|
serviceId: config?.serviceId ?? "EventBridge",
|
|
2120
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2118
2121
|
signerConstructor: config?.signerConstructor ?? SignatureV4MultiRegion,
|
|
2119
2122
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2120
2123
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -2149,7 +2152,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2149
2152
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2150
2153
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2151
2154
|
}, config),
|
|
2152
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2153
2155
|
sigv4aSigningRegionSet: config?.sigv4aSigningRegionSet ?? loadConfig(NODE_SIGV4A_CONFIG_OPTIONS, loaderConfig),
|
|
2154
2156
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2155
2157
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2239,691 +2241,182 @@ class EventBridgeClient extends Client {
|
|
|
2239
2241
|
}
|
|
2240
2242
|
}
|
|
2241
2243
|
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
.m(function (Command, cs, config, o) {
|
|
2246
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2247
|
-
})
|
|
2248
|
-
.s("AWSEvents", "ActivateEventSource", {})
|
|
2249
|
-
.n("EventBridgeClient", "ActivateEventSourceCommand")
|
|
2250
|
-
.sc(ActivateEventSource$)
|
|
2251
|
-
.build() {
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
class CancelReplayCommand extends Command
|
|
2255
|
-
.classBuilder()
|
|
2256
|
-
.ep(commonParams)
|
|
2257
|
-
.m(function (Command, cs, config, o) {
|
|
2258
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2259
|
-
})
|
|
2260
|
-
.s("AWSEvents", "CancelReplay", {})
|
|
2261
|
-
.n("EventBridgeClient", "CancelReplayCommand")
|
|
2262
|
-
.sc(CancelReplay$)
|
|
2263
|
-
.build() {
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
|
-
class CreateApiDestinationCommand extends Command
|
|
2267
|
-
.classBuilder()
|
|
2268
|
-
.ep(commonParams)
|
|
2269
|
-
.m(function (Command, cs, config, o) {
|
|
2270
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2271
|
-
})
|
|
2272
|
-
.s("AWSEvents", "CreateApiDestination", {})
|
|
2273
|
-
.n("EventBridgeClient", "CreateApiDestinationCommand")
|
|
2274
|
-
.sc(CreateApiDestination$)
|
|
2275
|
-
.build() {
|
|
2276
|
-
}
|
|
2277
|
-
|
|
2278
|
-
class CreateArchiveCommand extends Command
|
|
2279
|
-
.classBuilder()
|
|
2280
|
-
.ep(commonParams)
|
|
2281
|
-
.m(function (Command, cs, config, o) {
|
|
2282
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2283
|
-
})
|
|
2284
|
-
.s("AWSEvents", "CreateArchive", {})
|
|
2285
|
-
.n("EventBridgeClient", "CreateArchiveCommand")
|
|
2286
|
-
.sc(CreateArchive$)
|
|
2287
|
-
.build() {
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
class CreateConnectionCommand extends Command
|
|
2291
|
-
.classBuilder()
|
|
2292
|
-
.ep(commonParams)
|
|
2293
|
-
.m(function (Command, cs, config, o) {
|
|
2294
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2295
|
-
})
|
|
2296
|
-
.s("AWSEvents", "CreateConnection", {})
|
|
2297
|
-
.n("EventBridgeClient", "CreateConnectionCommand")
|
|
2298
|
-
.sc(CreateConnection$)
|
|
2299
|
-
.build() {
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
|
-
class CreateEndpointCommand extends Command
|
|
2303
|
-
.classBuilder()
|
|
2304
|
-
.ep(commonParams)
|
|
2305
|
-
.m(function (Command, cs, config, o) {
|
|
2306
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2307
|
-
})
|
|
2308
|
-
.s("AWSEvents", "CreateEndpoint", {})
|
|
2309
|
-
.n("EventBridgeClient", "CreateEndpointCommand")
|
|
2310
|
-
.sc(CreateEndpoint$)
|
|
2311
|
-
.build() {
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
class CreateEventBusCommand extends Command
|
|
2315
|
-
.classBuilder()
|
|
2316
|
-
.ep(commonParams)
|
|
2317
|
-
.m(function (Command, cs, config, o) {
|
|
2318
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2319
|
-
})
|
|
2320
|
-
.s("AWSEvents", "CreateEventBus", {})
|
|
2321
|
-
.n("EventBridgeClient", "CreateEventBusCommand")
|
|
2322
|
-
.sc(CreateEventBus$)
|
|
2323
|
-
.build() {
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
|
-
class CreatePartnerEventSourceCommand extends Command
|
|
2327
|
-
.classBuilder()
|
|
2328
|
-
.ep(commonParams)
|
|
2329
|
-
.m(function (Command, cs, config, o) {
|
|
2330
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2331
|
-
})
|
|
2332
|
-
.s("AWSEvents", "CreatePartnerEventSource", {})
|
|
2333
|
-
.n("EventBridgeClient", "CreatePartnerEventSourceCommand")
|
|
2334
|
-
.sc(CreatePartnerEventSource$)
|
|
2335
|
-
.build() {
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
class DeactivateEventSourceCommand extends Command
|
|
2339
|
-
.classBuilder()
|
|
2340
|
-
.ep(commonParams)
|
|
2341
|
-
.m(function (Command, cs, config, o) {
|
|
2342
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2343
|
-
})
|
|
2344
|
-
.s("AWSEvents", "DeactivateEventSource", {})
|
|
2345
|
-
.n("EventBridgeClient", "DeactivateEventSourceCommand")
|
|
2346
|
-
.sc(DeactivateEventSource$)
|
|
2347
|
-
.build() {
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
|
-
class DeauthorizeConnectionCommand extends Command
|
|
2351
|
-
.classBuilder()
|
|
2352
|
-
.ep(commonParams)
|
|
2353
|
-
.m(function (Command, cs, config, o) {
|
|
2354
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2355
|
-
})
|
|
2356
|
-
.s("AWSEvents", "DeauthorizeConnection", {})
|
|
2357
|
-
.n("EventBridgeClient", "DeauthorizeConnectionCommand")
|
|
2358
|
-
.sc(DeauthorizeConnection$)
|
|
2359
|
-
.build() {
|
|
2360
|
-
}
|
|
2361
|
-
|
|
2362
|
-
class DeleteApiDestinationCommand extends Command
|
|
2363
|
-
.classBuilder()
|
|
2364
|
-
.ep(commonParams)
|
|
2365
|
-
.m(function (Command, cs, config, o) {
|
|
2366
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2367
|
-
})
|
|
2368
|
-
.s("AWSEvents", "DeleteApiDestination", {})
|
|
2369
|
-
.n("EventBridgeClient", "DeleteApiDestinationCommand")
|
|
2370
|
-
.sc(DeleteApiDestination$)
|
|
2371
|
-
.build() {
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
class DeleteArchiveCommand extends Command
|
|
2375
|
-
.classBuilder()
|
|
2376
|
-
.ep(commonParams)
|
|
2377
|
-
.m(function (Command, cs, config, o) {
|
|
2378
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2379
|
-
})
|
|
2380
|
-
.s("AWSEvents", "DeleteArchive", {})
|
|
2381
|
-
.n("EventBridgeClient", "DeleteArchiveCommand")
|
|
2382
|
-
.sc(DeleteArchive$)
|
|
2383
|
-
.build() {
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
class DeleteConnectionCommand extends Command
|
|
2387
|
-
.classBuilder()
|
|
2388
|
-
.ep(commonParams)
|
|
2389
|
-
.m(function (Command, cs, config, o) {
|
|
2390
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2391
|
-
})
|
|
2392
|
-
.s("AWSEvents", "DeleteConnection", {})
|
|
2393
|
-
.n("EventBridgeClient", "DeleteConnectionCommand")
|
|
2394
|
-
.sc(DeleteConnection$)
|
|
2395
|
-
.build() {
|
|
2396
|
-
}
|
|
2397
|
-
|
|
2398
|
-
class DeleteEndpointCommand extends Command
|
|
2399
|
-
.classBuilder()
|
|
2400
|
-
.ep(commonParams)
|
|
2401
|
-
.m(function (Command, cs, config, o) {
|
|
2402
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2403
|
-
})
|
|
2404
|
-
.s("AWSEvents", "DeleteEndpoint", {})
|
|
2405
|
-
.n("EventBridgeClient", "DeleteEndpointCommand")
|
|
2406
|
-
.sc(DeleteEndpoint$)
|
|
2407
|
-
.build() {
|
|
2408
|
-
}
|
|
2409
|
-
|
|
2410
|
-
class DeleteEventBusCommand extends Command
|
|
2411
|
-
.classBuilder()
|
|
2412
|
-
.ep(commonParams)
|
|
2413
|
-
.m(function (Command, cs, config, o) {
|
|
2414
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2415
|
-
})
|
|
2416
|
-
.s("AWSEvents", "DeleteEventBus", {})
|
|
2417
|
-
.n("EventBridgeClient", "DeleteEventBusCommand")
|
|
2418
|
-
.sc(DeleteEventBus$)
|
|
2419
|
-
.build() {
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
class DeletePartnerEventSourceCommand extends Command
|
|
2423
|
-
.classBuilder()
|
|
2424
|
-
.ep(commonParams)
|
|
2425
|
-
.m(function (Command, cs, config, o) {
|
|
2426
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2427
|
-
})
|
|
2428
|
-
.s("AWSEvents", "DeletePartnerEventSource", {})
|
|
2429
|
-
.n("EventBridgeClient", "DeletePartnerEventSourceCommand")
|
|
2430
|
-
.sc(DeletePartnerEventSource$)
|
|
2431
|
-
.build() {
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
class DeleteRuleCommand extends Command
|
|
2435
|
-
.classBuilder()
|
|
2436
|
-
.ep(commonParams)
|
|
2437
|
-
.m(function (Command, cs, config, o) {
|
|
2438
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2439
|
-
})
|
|
2440
|
-
.s("AWSEvents", "DeleteRule", {})
|
|
2441
|
-
.n("EventBridgeClient", "DeleteRuleCommand")
|
|
2442
|
-
.sc(DeleteRule$)
|
|
2443
|
-
.build() {
|
|
2444
|
-
}
|
|
2445
|
-
|
|
2446
|
-
class DescribeApiDestinationCommand extends Command
|
|
2447
|
-
.classBuilder()
|
|
2448
|
-
.ep(commonParams)
|
|
2449
|
-
.m(function (Command, cs, config, o) {
|
|
2450
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2451
|
-
})
|
|
2452
|
-
.s("AWSEvents", "DescribeApiDestination", {})
|
|
2453
|
-
.n("EventBridgeClient", "DescribeApiDestinationCommand")
|
|
2454
|
-
.sc(DescribeApiDestination$)
|
|
2455
|
-
.build() {
|
|
2456
|
-
}
|
|
2457
|
-
|
|
2458
|
-
class DescribeArchiveCommand extends Command
|
|
2459
|
-
.classBuilder()
|
|
2460
|
-
.ep(commonParams)
|
|
2461
|
-
.m(function (Command, cs, config, o) {
|
|
2462
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2463
|
-
})
|
|
2464
|
-
.s("AWSEvents", "DescribeArchive", {})
|
|
2465
|
-
.n("EventBridgeClient", "DescribeArchiveCommand")
|
|
2466
|
-
.sc(DescribeArchive$)
|
|
2467
|
-
.build() {
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
class DescribeConnectionCommand extends Command
|
|
2471
|
-
.classBuilder()
|
|
2472
|
-
.ep(commonParams)
|
|
2473
|
-
.m(function (Command, cs, config, o) {
|
|
2474
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2475
|
-
})
|
|
2476
|
-
.s("AWSEvents", "DescribeConnection", {})
|
|
2477
|
-
.n("EventBridgeClient", "DescribeConnectionCommand")
|
|
2478
|
-
.sc(DescribeConnection$)
|
|
2479
|
-
.build() {
|
|
2480
|
-
}
|
|
2481
|
-
|
|
2482
|
-
class DescribeEndpointCommand extends Command
|
|
2483
|
-
.classBuilder()
|
|
2484
|
-
.ep(commonParams)
|
|
2485
|
-
.m(function (Command, cs, config, o) {
|
|
2486
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2487
|
-
})
|
|
2488
|
-
.s("AWSEvents", "DescribeEndpoint", {})
|
|
2489
|
-
.n("EventBridgeClient", "DescribeEndpointCommand")
|
|
2490
|
-
.sc(DescribeEndpoint$)
|
|
2491
|
-
.build() {
|
|
2492
|
-
}
|
|
2493
|
-
|
|
2494
|
-
class DescribeEventBusCommand extends Command
|
|
2495
|
-
.classBuilder()
|
|
2496
|
-
.ep(commonParams)
|
|
2497
|
-
.m(function (Command, cs, config, o) {
|
|
2498
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2499
|
-
})
|
|
2500
|
-
.s("AWSEvents", "DescribeEventBus", {})
|
|
2501
|
-
.n("EventBridgeClient", "DescribeEventBusCommand")
|
|
2502
|
-
.sc(DescribeEventBus$)
|
|
2503
|
-
.build() {
|
|
2504
|
-
}
|
|
2505
|
-
|
|
2506
|
-
class DescribeEventSourceCommand extends Command
|
|
2507
|
-
.classBuilder()
|
|
2508
|
-
.ep(commonParams)
|
|
2509
|
-
.m(function (Command, cs, config, o) {
|
|
2510
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2511
|
-
})
|
|
2512
|
-
.s("AWSEvents", "DescribeEventSource", {})
|
|
2513
|
-
.n("EventBridgeClient", "DescribeEventSourceCommand")
|
|
2514
|
-
.sc(DescribeEventSource$)
|
|
2515
|
-
.build() {
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2518
|
-
class DescribePartnerEventSourceCommand extends Command
|
|
2519
|
-
.classBuilder()
|
|
2520
|
-
.ep(commonParams)
|
|
2521
|
-
.m(function (Command, cs, config, o) {
|
|
2522
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2523
|
-
})
|
|
2524
|
-
.s("AWSEvents", "DescribePartnerEventSource", {})
|
|
2525
|
-
.n("EventBridgeClient", "DescribePartnerEventSourceCommand")
|
|
2526
|
-
.sc(DescribePartnerEventSource$)
|
|
2527
|
-
.build() {
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
class DescribeReplayCommand extends Command
|
|
2531
|
-
.classBuilder()
|
|
2532
|
-
.ep(commonParams)
|
|
2533
|
-
.m(function (Command, cs, config, o) {
|
|
2534
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2535
|
-
})
|
|
2536
|
-
.s("AWSEvents", "DescribeReplay", {})
|
|
2537
|
-
.n("EventBridgeClient", "DescribeReplayCommand")
|
|
2538
|
-
.sc(DescribeReplay$)
|
|
2539
|
-
.build() {
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
class DescribeRuleCommand extends Command
|
|
2543
|
-
.classBuilder()
|
|
2544
|
-
.ep(commonParams)
|
|
2545
|
-
.m(function (Command, cs, config, o) {
|
|
2546
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2547
|
-
})
|
|
2548
|
-
.s("AWSEvents", "DescribeRule", {})
|
|
2549
|
-
.n("EventBridgeClient", "DescribeRuleCommand")
|
|
2550
|
-
.sc(DescribeRule$)
|
|
2551
|
-
.build() {
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
class DisableRuleCommand extends Command
|
|
2555
|
-
.classBuilder()
|
|
2556
|
-
.ep(commonParams)
|
|
2557
|
-
.m(function (Command, cs, config, o) {
|
|
2558
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2559
|
-
})
|
|
2560
|
-
.s("AWSEvents", "DisableRule", {})
|
|
2561
|
-
.n("EventBridgeClient", "DisableRuleCommand")
|
|
2562
|
-
.sc(DisableRule$)
|
|
2563
|
-
.build() {
|
|
2564
|
-
}
|
|
2565
|
-
|
|
2566
|
-
class EnableRuleCommand extends Command
|
|
2567
|
-
.classBuilder()
|
|
2568
|
-
.ep(commonParams)
|
|
2569
|
-
.m(function (Command, cs, config, o) {
|
|
2570
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2571
|
-
})
|
|
2572
|
-
.s("AWSEvents", "EnableRule", {})
|
|
2573
|
-
.n("EventBridgeClient", "EnableRuleCommand")
|
|
2574
|
-
.sc(EnableRule$)
|
|
2575
|
-
.build() {
|
|
2576
|
-
}
|
|
2577
|
-
|
|
2578
|
-
class ListApiDestinationsCommand extends Command
|
|
2579
|
-
.classBuilder()
|
|
2580
|
-
.ep(commonParams)
|
|
2581
|
-
.m(function (Command, cs, config, o) {
|
|
2582
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2583
|
-
})
|
|
2584
|
-
.s("AWSEvents", "ListApiDestinations", {})
|
|
2585
|
-
.n("EventBridgeClient", "ListApiDestinationsCommand")
|
|
2586
|
-
.sc(ListApiDestinations$)
|
|
2587
|
-
.build() {
|
|
2588
|
-
}
|
|
2589
|
-
|
|
2590
|
-
class ListArchivesCommand extends Command
|
|
2591
|
-
.classBuilder()
|
|
2592
|
-
.ep(commonParams)
|
|
2593
|
-
.m(function (Command, cs, config, o) {
|
|
2594
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2595
|
-
})
|
|
2596
|
-
.s("AWSEvents", "ListArchives", {})
|
|
2597
|
-
.n("EventBridgeClient", "ListArchivesCommand")
|
|
2598
|
-
.sc(ListArchives$)
|
|
2599
|
-
.build() {
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
class ListConnectionsCommand extends Command
|
|
2603
|
-
.classBuilder()
|
|
2604
|
-
.ep(commonParams)
|
|
2605
|
-
.m(function (Command, cs, config, o) {
|
|
2606
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2607
|
-
})
|
|
2608
|
-
.s("AWSEvents", "ListConnections", {})
|
|
2609
|
-
.n("EventBridgeClient", "ListConnectionsCommand")
|
|
2610
|
-
.sc(ListConnections$)
|
|
2611
|
-
.build() {
|
|
2612
|
-
}
|
|
2613
|
-
|
|
2614
|
-
class ListEndpointsCommand extends Command
|
|
2615
|
-
.classBuilder()
|
|
2616
|
-
.ep(commonParams)
|
|
2617
|
-
.m(function (Command, cs, config, o) {
|
|
2618
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2619
|
-
})
|
|
2620
|
-
.s("AWSEvents", "ListEndpoints", {})
|
|
2621
|
-
.n("EventBridgeClient", "ListEndpointsCommand")
|
|
2622
|
-
.sc(ListEndpoints$)
|
|
2623
|
-
.build() {
|
|
2624
|
-
}
|
|
2625
|
-
|
|
2626
|
-
class ListEventBusesCommand extends Command
|
|
2627
|
-
.classBuilder()
|
|
2628
|
-
.ep(commonParams)
|
|
2629
|
-
.m(function (Command, cs, config, o) {
|
|
2630
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2631
|
-
})
|
|
2632
|
-
.s("AWSEvents", "ListEventBuses", {})
|
|
2633
|
-
.n("EventBridgeClient", "ListEventBusesCommand")
|
|
2634
|
-
.sc(ListEventBuses$)
|
|
2635
|
-
.build() {
|
|
2636
|
-
}
|
|
2637
|
-
|
|
2638
|
-
class ListEventSourcesCommand extends Command
|
|
2639
|
-
.classBuilder()
|
|
2640
|
-
.ep(commonParams)
|
|
2641
|
-
.m(function (Command, cs, config, o) {
|
|
2642
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2643
|
-
})
|
|
2644
|
-
.s("AWSEvents", "ListEventSources", {})
|
|
2645
|
-
.n("EventBridgeClient", "ListEventSourcesCommand")
|
|
2646
|
-
.sc(ListEventSources$)
|
|
2647
|
-
.build() {
|
|
2648
|
-
}
|
|
2649
|
-
|
|
2650
|
-
class ListPartnerEventSourceAccountsCommand extends Command
|
|
2651
|
-
.classBuilder()
|
|
2652
|
-
.ep(commonParams)
|
|
2653
|
-
.m(function (Command, cs, config, o) {
|
|
2654
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2655
|
-
})
|
|
2656
|
-
.s("AWSEvents", "ListPartnerEventSourceAccounts", {})
|
|
2657
|
-
.n("EventBridgeClient", "ListPartnerEventSourceAccountsCommand")
|
|
2658
|
-
.sc(ListPartnerEventSourceAccounts$)
|
|
2659
|
-
.build() {
|
|
2660
|
-
}
|
|
2661
|
-
|
|
2662
|
-
class ListPartnerEventSourcesCommand extends Command
|
|
2663
|
-
.classBuilder()
|
|
2664
|
-
.ep(commonParams)
|
|
2665
|
-
.m(function (Command, cs, config, o) {
|
|
2666
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2667
|
-
})
|
|
2668
|
-
.s("AWSEvents", "ListPartnerEventSources", {})
|
|
2669
|
-
.n("EventBridgeClient", "ListPartnerEventSourcesCommand")
|
|
2670
|
-
.sc(ListPartnerEventSources$)
|
|
2671
|
-
.build() {
|
|
2672
|
-
}
|
|
2673
|
-
|
|
2674
|
-
class ListReplaysCommand extends Command
|
|
2675
|
-
.classBuilder()
|
|
2676
|
-
.ep(commonParams)
|
|
2677
|
-
.m(function (Command, cs, config, o) {
|
|
2678
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2679
|
-
})
|
|
2680
|
-
.s("AWSEvents", "ListReplays", {})
|
|
2681
|
-
.n("EventBridgeClient", "ListReplaysCommand")
|
|
2682
|
-
.sc(ListReplays$)
|
|
2683
|
-
.build() {
|
|
2684
|
-
}
|
|
2685
|
-
|
|
2686
|
-
class ListRuleNamesByTargetCommand extends Command
|
|
2687
|
-
.classBuilder()
|
|
2688
|
-
.ep(commonParams)
|
|
2689
|
-
.m(function (Command, cs, config, o) {
|
|
2690
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2691
|
-
})
|
|
2692
|
-
.s("AWSEvents", "ListRuleNamesByTarget", {})
|
|
2693
|
-
.n("EventBridgeClient", "ListRuleNamesByTargetCommand")
|
|
2694
|
-
.sc(ListRuleNamesByTarget$)
|
|
2695
|
-
.build() {
|
|
2696
|
-
}
|
|
2697
|
-
|
|
2698
|
-
class ListRulesCommand extends Command
|
|
2699
|
-
.classBuilder()
|
|
2700
|
-
.ep(commonParams)
|
|
2701
|
-
.m(function (Command, cs, config, o) {
|
|
2702
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2703
|
-
})
|
|
2704
|
-
.s("AWSEvents", "ListRules", {})
|
|
2705
|
-
.n("EventBridgeClient", "ListRulesCommand")
|
|
2706
|
-
.sc(ListRules$)
|
|
2707
|
-
.build() {
|
|
2708
|
-
}
|
|
2709
|
-
|
|
2710
|
-
class ListTagsForResourceCommand extends Command
|
|
2711
|
-
.classBuilder()
|
|
2712
|
-
.ep(commonParams)
|
|
2713
|
-
.m(function (Command, cs, config, o) {
|
|
2714
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2715
|
-
})
|
|
2716
|
-
.s("AWSEvents", "ListTagsForResource", {})
|
|
2717
|
-
.n("EventBridgeClient", "ListTagsForResourceCommand")
|
|
2718
|
-
.sc(ListTagsForResource$)
|
|
2719
|
-
.build() {
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
class ListTargetsByRuleCommand extends Command
|
|
2723
|
-
.classBuilder()
|
|
2724
|
-
.ep(commonParams)
|
|
2725
|
-
.m(function (Command, cs, config, o) {
|
|
2726
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2727
|
-
})
|
|
2728
|
-
.s("AWSEvents", "ListTargetsByRule", {})
|
|
2729
|
-
.n("EventBridgeClient", "ListTargetsByRuleCommand")
|
|
2730
|
-
.sc(ListTargetsByRule$)
|
|
2731
|
-
.build() {
|
|
2732
|
-
}
|
|
2733
|
-
|
|
2734
|
-
class PutEventsCommand extends Command
|
|
2735
|
-
.classBuilder()
|
|
2736
|
-
.ep({
|
|
2737
|
-
...commonParams,
|
|
2244
|
+
const command = makeBuilder(commonParams, "AWSEvents", "EventBridgeClient", getEndpointPlugin);
|
|
2245
|
+
const _ep0 = {};
|
|
2246
|
+
const _ep1 = {
|
|
2738
2247
|
EndpointId: { type: "contextParams", name: "EndpointId" },
|
|
2739
|
-
}
|
|
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
|
-
.s("AWSEvents", "UpdateEndpoint", {})
|
|
2912
|
-
.n("EventBridgeClient", "UpdateEndpointCommand")
|
|
2913
|
-
.sc(UpdateEndpoint$)
|
|
2914
|
-
.build() {
|
|
2915
|
-
}
|
|
2916
|
-
|
|
2917
|
-
class UpdateEventBusCommand extends Command
|
|
2918
|
-
.classBuilder()
|
|
2919
|
-
.ep(commonParams)
|
|
2920
|
-
.m(function (Command, cs, config, o) {
|
|
2921
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2922
|
-
})
|
|
2923
|
-
.s("AWSEvents", "UpdateEventBus", {})
|
|
2924
|
-
.n("EventBridgeClient", "UpdateEventBusCommand")
|
|
2925
|
-
.sc(UpdateEventBus$)
|
|
2926
|
-
.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$) {
|
|
2927
2420
|
}
|
|
2928
2421
|
|
|
2929
2422
|
const commands = {
|