@aws-sdk/client-cloudwatch-events 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 +159 -613
- package/dist-es/commandBuilder.js +6 -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/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/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/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/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 -14
- 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/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -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/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/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/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/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/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -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/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/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/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/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/index.d.ts +1 -0
- package/package.json +8 -8
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, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1884,616 +1885,161 @@ class CloudWatchEventsClient extends Client {
|
|
|
1884
1885
|
}
|
|
1885
1886
|
}
|
|
1886
1887
|
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
}
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
}
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
class DeletePartnerEventSourceCommand extends Command
|
|
2044
|
-
.classBuilder()
|
|
2045
|
-
.ep(commonParams)
|
|
2046
|
-
.m(function (Command, cs, config, o) {
|
|
2047
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2048
|
-
})
|
|
2049
|
-
.s("AWSEvents", "DeletePartnerEventSource", {})
|
|
2050
|
-
.n("CloudWatchEventsClient", "DeletePartnerEventSourceCommand")
|
|
2051
|
-
.sc(DeletePartnerEventSource$)
|
|
2052
|
-
.build() {
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
class DeleteRuleCommand extends Command
|
|
2056
|
-
.classBuilder()
|
|
2057
|
-
.ep(commonParams)
|
|
2058
|
-
.m(function (Command, cs, config, o) {
|
|
2059
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2060
|
-
})
|
|
2061
|
-
.s("AWSEvents", "DeleteRule", {})
|
|
2062
|
-
.n("CloudWatchEventsClient", "DeleteRuleCommand")
|
|
2063
|
-
.sc(DeleteRule$)
|
|
2064
|
-
.build() {
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
class DescribeApiDestinationCommand extends Command
|
|
2068
|
-
.classBuilder()
|
|
2069
|
-
.ep(commonParams)
|
|
2070
|
-
.m(function (Command, cs, config, o) {
|
|
2071
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2072
|
-
})
|
|
2073
|
-
.s("AWSEvents", "DescribeApiDestination", {})
|
|
2074
|
-
.n("CloudWatchEventsClient", "DescribeApiDestinationCommand")
|
|
2075
|
-
.sc(DescribeApiDestination$)
|
|
2076
|
-
.build() {
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
class DescribeArchiveCommand extends Command
|
|
2080
|
-
.classBuilder()
|
|
2081
|
-
.ep(commonParams)
|
|
2082
|
-
.m(function (Command, cs, config, o) {
|
|
2083
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2084
|
-
})
|
|
2085
|
-
.s("AWSEvents", "DescribeArchive", {})
|
|
2086
|
-
.n("CloudWatchEventsClient", "DescribeArchiveCommand")
|
|
2087
|
-
.sc(DescribeArchive$)
|
|
2088
|
-
.build() {
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
class DescribeConnectionCommand extends Command
|
|
2092
|
-
.classBuilder()
|
|
2093
|
-
.ep(commonParams)
|
|
2094
|
-
.m(function (Command, cs, config, o) {
|
|
2095
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2096
|
-
})
|
|
2097
|
-
.s("AWSEvents", "DescribeConnection", {})
|
|
2098
|
-
.n("CloudWatchEventsClient", "DescribeConnectionCommand")
|
|
2099
|
-
.sc(DescribeConnection$)
|
|
2100
|
-
.build() {
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
class DescribeEventBusCommand extends Command
|
|
2104
|
-
.classBuilder()
|
|
2105
|
-
.ep(commonParams)
|
|
2106
|
-
.m(function (Command, cs, config, o) {
|
|
2107
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2108
|
-
})
|
|
2109
|
-
.s("AWSEvents", "DescribeEventBus", {})
|
|
2110
|
-
.n("CloudWatchEventsClient", "DescribeEventBusCommand")
|
|
2111
|
-
.sc(DescribeEventBus$)
|
|
2112
|
-
.build() {
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
class DescribeEventSourceCommand extends Command
|
|
2116
|
-
.classBuilder()
|
|
2117
|
-
.ep(commonParams)
|
|
2118
|
-
.m(function (Command, cs, config, o) {
|
|
2119
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2120
|
-
})
|
|
2121
|
-
.s("AWSEvents", "DescribeEventSource", {})
|
|
2122
|
-
.n("CloudWatchEventsClient", "DescribeEventSourceCommand")
|
|
2123
|
-
.sc(DescribeEventSource$)
|
|
2124
|
-
.build() {
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
class DescribePartnerEventSourceCommand extends Command
|
|
2128
|
-
.classBuilder()
|
|
2129
|
-
.ep(commonParams)
|
|
2130
|
-
.m(function (Command, cs, config, o) {
|
|
2131
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2132
|
-
})
|
|
2133
|
-
.s("AWSEvents", "DescribePartnerEventSource", {})
|
|
2134
|
-
.n("CloudWatchEventsClient", "DescribePartnerEventSourceCommand")
|
|
2135
|
-
.sc(DescribePartnerEventSource$)
|
|
2136
|
-
.build() {
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
class DescribeReplayCommand extends Command
|
|
2140
|
-
.classBuilder()
|
|
2141
|
-
.ep(commonParams)
|
|
2142
|
-
.m(function (Command, cs, config, o) {
|
|
2143
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2144
|
-
})
|
|
2145
|
-
.s("AWSEvents", "DescribeReplay", {})
|
|
2146
|
-
.n("CloudWatchEventsClient", "DescribeReplayCommand")
|
|
2147
|
-
.sc(DescribeReplay$)
|
|
2148
|
-
.build() {
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
class DescribeRuleCommand extends Command
|
|
2152
|
-
.classBuilder()
|
|
2153
|
-
.ep(commonParams)
|
|
2154
|
-
.m(function (Command, cs, config, o) {
|
|
2155
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2156
|
-
})
|
|
2157
|
-
.s("AWSEvents", "DescribeRule", {})
|
|
2158
|
-
.n("CloudWatchEventsClient", "DescribeRuleCommand")
|
|
2159
|
-
.sc(DescribeRule$)
|
|
2160
|
-
.build() {
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
|
-
class DisableRuleCommand extends Command
|
|
2164
|
-
.classBuilder()
|
|
2165
|
-
.ep(commonParams)
|
|
2166
|
-
.m(function (Command, cs, config, o) {
|
|
2167
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2168
|
-
})
|
|
2169
|
-
.s("AWSEvents", "DisableRule", {})
|
|
2170
|
-
.n("CloudWatchEventsClient", "DisableRuleCommand")
|
|
2171
|
-
.sc(DisableRule$)
|
|
2172
|
-
.build() {
|
|
2173
|
-
}
|
|
2174
|
-
|
|
2175
|
-
class EnableRuleCommand extends Command
|
|
2176
|
-
.classBuilder()
|
|
2177
|
-
.ep(commonParams)
|
|
2178
|
-
.m(function (Command, cs, config, o) {
|
|
2179
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2180
|
-
})
|
|
2181
|
-
.s("AWSEvents", "EnableRule", {})
|
|
2182
|
-
.n("CloudWatchEventsClient", "EnableRuleCommand")
|
|
2183
|
-
.sc(EnableRule$)
|
|
2184
|
-
.build() {
|
|
2185
|
-
}
|
|
2186
|
-
|
|
2187
|
-
class ListApiDestinationsCommand extends Command
|
|
2188
|
-
.classBuilder()
|
|
2189
|
-
.ep(commonParams)
|
|
2190
|
-
.m(function (Command, cs, config, o) {
|
|
2191
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2192
|
-
})
|
|
2193
|
-
.s("AWSEvents", "ListApiDestinations", {})
|
|
2194
|
-
.n("CloudWatchEventsClient", "ListApiDestinationsCommand")
|
|
2195
|
-
.sc(ListApiDestinations$)
|
|
2196
|
-
.build() {
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
class ListArchivesCommand extends Command
|
|
2200
|
-
.classBuilder()
|
|
2201
|
-
.ep(commonParams)
|
|
2202
|
-
.m(function (Command, cs, config, o) {
|
|
2203
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2204
|
-
})
|
|
2205
|
-
.s("AWSEvents", "ListArchives", {})
|
|
2206
|
-
.n("CloudWatchEventsClient", "ListArchivesCommand")
|
|
2207
|
-
.sc(ListArchives$)
|
|
2208
|
-
.build() {
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
class ListConnectionsCommand extends Command
|
|
2212
|
-
.classBuilder()
|
|
2213
|
-
.ep(commonParams)
|
|
2214
|
-
.m(function (Command, cs, config, o) {
|
|
2215
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2216
|
-
})
|
|
2217
|
-
.s("AWSEvents", "ListConnections", {})
|
|
2218
|
-
.n("CloudWatchEventsClient", "ListConnectionsCommand")
|
|
2219
|
-
.sc(ListConnections$)
|
|
2220
|
-
.build() {
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
class ListEventBusesCommand extends Command
|
|
2224
|
-
.classBuilder()
|
|
2225
|
-
.ep(commonParams)
|
|
2226
|
-
.m(function (Command, cs, config, o) {
|
|
2227
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2228
|
-
})
|
|
2229
|
-
.s("AWSEvents", "ListEventBuses", {})
|
|
2230
|
-
.n("CloudWatchEventsClient", "ListEventBusesCommand")
|
|
2231
|
-
.sc(ListEventBuses$)
|
|
2232
|
-
.build() {
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
class ListEventSourcesCommand extends Command
|
|
2236
|
-
.classBuilder()
|
|
2237
|
-
.ep(commonParams)
|
|
2238
|
-
.m(function (Command, cs, config, o) {
|
|
2239
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2240
|
-
})
|
|
2241
|
-
.s("AWSEvents", "ListEventSources", {})
|
|
2242
|
-
.n("CloudWatchEventsClient", "ListEventSourcesCommand")
|
|
2243
|
-
.sc(ListEventSources$)
|
|
2244
|
-
.build() {
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
class ListPartnerEventSourceAccountsCommand extends Command
|
|
2248
|
-
.classBuilder()
|
|
2249
|
-
.ep(commonParams)
|
|
2250
|
-
.m(function (Command, cs, config, o) {
|
|
2251
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2252
|
-
})
|
|
2253
|
-
.s("AWSEvents", "ListPartnerEventSourceAccounts", {})
|
|
2254
|
-
.n("CloudWatchEventsClient", "ListPartnerEventSourceAccountsCommand")
|
|
2255
|
-
.sc(ListPartnerEventSourceAccounts$)
|
|
2256
|
-
.build() {
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
class ListPartnerEventSourcesCommand extends Command
|
|
2260
|
-
.classBuilder()
|
|
2261
|
-
.ep(commonParams)
|
|
2262
|
-
.m(function (Command, cs, config, o) {
|
|
2263
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2264
|
-
})
|
|
2265
|
-
.s("AWSEvents", "ListPartnerEventSources", {})
|
|
2266
|
-
.n("CloudWatchEventsClient", "ListPartnerEventSourcesCommand")
|
|
2267
|
-
.sc(ListPartnerEventSources$)
|
|
2268
|
-
.build() {
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
class ListReplaysCommand extends Command
|
|
2272
|
-
.classBuilder()
|
|
2273
|
-
.ep(commonParams)
|
|
2274
|
-
.m(function (Command, cs, config, o) {
|
|
2275
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2276
|
-
})
|
|
2277
|
-
.s("AWSEvents", "ListReplays", {})
|
|
2278
|
-
.n("CloudWatchEventsClient", "ListReplaysCommand")
|
|
2279
|
-
.sc(ListReplays$)
|
|
2280
|
-
.build() {
|
|
2281
|
-
}
|
|
2282
|
-
|
|
2283
|
-
class ListRuleNamesByTargetCommand extends Command
|
|
2284
|
-
.classBuilder()
|
|
2285
|
-
.ep(commonParams)
|
|
2286
|
-
.m(function (Command, cs, config, o) {
|
|
2287
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2288
|
-
})
|
|
2289
|
-
.s("AWSEvents", "ListRuleNamesByTarget", {})
|
|
2290
|
-
.n("CloudWatchEventsClient", "ListRuleNamesByTargetCommand")
|
|
2291
|
-
.sc(ListRuleNamesByTarget$)
|
|
2292
|
-
.build() {
|
|
2293
|
-
}
|
|
2294
|
-
|
|
2295
|
-
class ListRulesCommand extends Command
|
|
2296
|
-
.classBuilder()
|
|
2297
|
-
.ep(commonParams)
|
|
2298
|
-
.m(function (Command, cs, config, o) {
|
|
2299
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2300
|
-
})
|
|
2301
|
-
.s("AWSEvents", "ListRules", {})
|
|
2302
|
-
.n("CloudWatchEventsClient", "ListRulesCommand")
|
|
2303
|
-
.sc(ListRules$)
|
|
2304
|
-
.build() {
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
class ListTagsForResourceCommand extends Command
|
|
2308
|
-
.classBuilder()
|
|
2309
|
-
.ep(commonParams)
|
|
2310
|
-
.m(function (Command, cs, config, o) {
|
|
2311
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2312
|
-
})
|
|
2313
|
-
.s("AWSEvents", "ListTagsForResource", {})
|
|
2314
|
-
.n("CloudWatchEventsClient", "ListTagsForResourceCommand")
|
|
2315
|
-
.sc(ListTagsForResource$)
|
|
2316
|
-
.build() {
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
class ListTargetsByRuleCommand extends Command
|
|
2320
|
-
.classBuilder()
|
|
2321
|
-
.ep(commonParams)
|
|
2322
|
-
.m(function (Command, cs, config, o) {
|
|
2323
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2324
|
-
})
|
|
2325
|
-
.s("AWSEvents", "ListTargetsByRule", {})
|
|
2326
|
-
.n("CloudWatchEventsClient", "ListTargetsByRuleCommand")
|
|
2327
|
-
.sc(ListTargetsByRule$)
|
|
2328
|
-
.build() {
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
class PutEventsCommand extends Command
|
|
2332
|
-
.classBuilder()
|
|
2333
|
-
.ep(commonParams)
|
|
2334
|
-
.m(function (Command, cs, config, o) {
|
|
2335
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2336
|
-
})
|
|
2337
|
-
.s("AWSEvents", "PutEvents", {})
|
|
2338
|
-
.n("CloudWatchEventsClient", "PutEventsCommand")
|
|
2339
|
-
.sc(PutEvents$)
|
|
2340
|
-
.build() {
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
class PutPartnerEventsCommand extends Command
|
|
2344
|
-
.classBuilder()
|
|
2345
|
-
.ep(commonParams)
|
|
2346
|
-
.m(function (Command, cs, config, o) {
|
|
2347
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2348
|
-
})
|
|
2349
|
-
.s("AWSEvents", "PutPartnerEvents", {})
|
|
2350
|
-
.n("CloudWatchEventsClient", "PutPartnerEventsCommand")
|
|
2351
|
-
.sc(PutPartnerEvents$)
|
|
2352
|
-
.build() {
|
|
2353
|
-
}
|
|
2354
|
-
|
|
2355
|
-
class PutPermissionCommand extends Command
|
|
2356
|
-
.classBuilder()
|
|
2357
|
-
.ep(commonParams)
|
|
2358
|
-
.m(function (Command, cs, config, o) {
|
|
2359
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2360
|
-
})
|
|
2361
|
-
.s("AWSEvents", "PutPermission", {})
|
|
2362
|
-
.n("CloudWatchEventsClient", "PutPermissionCommand")
|
|
2363
|
-
.sc(PutPermission$)
|
|
2364
|
-
.build() {
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
class PutRuleCommand extends Command
|
|
2368
|
-
.classBuilder()
|
|
2369
|
-
.ep(commonParams)
|
|
2370
|
-
.m(function (Command, cs, config, o) {
|
|
2371
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2372
|
-
})
|
|
2373
|
-
.s("AWSEvents", "PutRule", {})
|
|
2374
|
-
.n("CloudWatchEventsClient", "PutRuleCommand")
|
|
2375
|
-
.sc(PutRule$)
|
|
2376
|
-
.build() {
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
class PutTargetsCommand extends Command
|
|
2380
|
-
.classBuilder()
|
|
2381
|
-
.ep(commonParams)
|
|
2382
|
-
.m(function (Command, cs, config, o) {
|
|
2383
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2384
|
-
})
|
|
2385
|
-
.s("AWSEvents", "PutTargets", {})
|
|
2386
|
-
.n("CloudWatchEventsClient", "PutTargetsCommand")
|
|
2387
|
-
.sc(PutTargets$)
|
|
2388
|
-
.build() {
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
class RemovePermissionCommand extends Command
|
|
2392
|
-
.classBuilder()
|
|
2393
|
-
.ep(commonParams)
|
|
2394
|
-
.m(function (Command, cs, config, o) {
|
|
2395
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2396
|
-
})
|
|
2397
|
-
.s("AWSEvents", "RemovePermission", {})
|
|
2398
|
-
.n("CloudWatchEventsClient", "RemovePermissionCommand")
|
|
2399
|
-
.sc(RemovePermission$)
|
|
2400
|
-
.build() {
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
|
-
class RemoveTargetsCommand extends Command
|
|
2404
|
-
.classBuilder()
|
|
2405
|
-
.ep(commonParams)
|
|
2406
|
-
.m(function (Command, cs, config, o) {
|
|
2407
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2408
|
-
})
|
|
2409
|
-
.s("AWSEvents", "RemoveTargets", {})
|
|
2410
|
-
.n("CloudWatchEventsClient", "RemoveTargetsCommand")
|
|
2411
|
-
.sc(RemoveTargets$)
|
|
2412
|
-
.build() {
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
class StartReplayCommand extends Command
|
|
2416
|
-
.classBuilder()
|
|
2417
|
-
.ep(commonParams)
|
|
2418
|
-
.m(function (Command, cs, config, o) {
|
|
2419
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2420
|
-
})
|
|
2421
|
-
.s("AWSEvents", "StartReplay", {})
|
|
2422
|
-
.n("CloudWatchEventsClient", "StartReplayCommand")
|
|
2423
|
-
.sc(StartReplay$)
|
|
2424
|
-
.build() {
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
class TagResourceCommand extends Command
|
|
2428
|
-
.classBuilder()
|
|
2429
|
-
.ep(commonParams)
|
|
2430
|
-
.m(function (Command, cs, config, o) {
|
|
2431
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2432
|
-
})
|
|
2433
|
-
.s("AWSEvents", "TagResource", {})
|
|
2434
|
-
.n("CloudWatchEventsClient", "TagResourceCommand")
|
|
2435
|
-
.sc(TagResource$)
|
|
2436
|
-
.build() {
|
|
2437
|
-
}
|
|
2438
|
-
|
|
2439
|
-
class TestEventPatternCommand extends Command
|
|
2440
|
-
.classBuilder()
|
|
2441
|
-
.ep(commonParams)
|
|
2442
|
-
.m(function (Command, cs, config, o) {
|
|
2443
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2444
|
-
})
|
|
2445
|
-
.s("AWSEvents", "TestEventPattern", {})
|
|
2446
|
-
.n("CloudWatchEventsClient", "TestEventPatternCommand")
|
|
2447
|
-
.sc(TestEventPattern$)
|
|
2448
|
-
.build() {
|
|
2449
|
-
}
|
|
2450
|
-
|
|
2451
|
-
class UntagResourceCommand extends Command
|
|
2452
|
-
.classBuilder()
|
|
2453
|
-
.ep(commonParams)
|
|
2454
|
-
.m(function (Command, cs, config, o) {
|
|
2455
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2456
|
-
})
|
|
2457
|
-
.s("AWSEvents", "UntagResource", {})
|
|
2458
|
-
.n("CloudWatchEventsClient", "UntagResourceCommand")
|
|
2459
|
-
.sc(UntagResource$)
|
|
2460
|
-
.build() {
|
|
2461
|
-
}
|
|
2462
|
-
|
|
2463
|
-
class UpdateApiDestinationCommand extends Command
|
|
2464
|
-
.classBuilder()
|
|
2465
|
-
.ep(commonParams)
|
|
2466
|
-
.m(function (Command, cs, config, o) {
|
|
2467
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2468
|
-
})
|
|
2469
|
-
.s("AWSEvents", "UpdateApiDestination", {})
|
|
2470
|
-
.n("CloudWatchEventsClient", "UpdateApiDestinationCommand")
|
|
2471
|
-
.sc(UpdateApiDestination$)
|
|
2472
|
-
.build() {
|
|
2473
|
-
}
|
|
2474
|
-
|
|
2475
|
-
class UpdateArchiveCommand extends Command
|
|
2476
|
-
.classBuilder()
|
|
2477
|
-
.ep(commonParams)
|
|
2478
|
-
.m(function (Command, cs, config, o) {
|
|
2479
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2480
|
-
})
|
|
2481
|
-
.s("AWSEvents", "UpdateArchive", {})
|
|
2482
|
-
.n("CloudWatchEventsClient", "UpdateArchiveCommand")
|
|
2483
|
-
.sc(UpdateArchive$)
|
|
2484
|
-
.build() {
|
|
2485
|
-
}
|
|
2486
|
-
|
|
2487
|
-
class UpdateConnectionCommand extends Command
|
|
2488
|
-
.classBuilder()
|
|
2489
|
-
.ep(commonParams)
|
|
2490
|
-
.m(function (Command, cs, config, o) {
|
|
2491
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2492
|
-
})
|
|
2493
|
-
.s("AWSEvents", "UpdateConnection", {})
|
|
2494
|
-
.n("CloudWatchEventsClient", "UpdateConnectionCommand")
|
|
2495
|
-
.sc(UpdateConnection$)
|
|
2496
|
-
.build() {
|
|
1888
|
+
const command = makeBuilder(commonParams, "AWSEvents", "CloudWatchEventsClient", getEndpointPlugin);
|
|
1889
|
+
const _ep0 = {};
|
|
1890
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1891
|
+
|
|
1892
|
+
class ActivateEventSourceCommand extends command(_ep0, _mw0, "ActivateEventSource", ActivateEventSource$) {
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
class CancelReplayCommand extends command(_ep0, _mw0, "CancelReplay", CancelReplay$) {
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
class CreateApiDestinationCommand extends command(_ep0, _mw0, "CreateApiDestination", CreateApiDestination$) {
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
class CreateArchiveCommand extends command(_ep0, _mw0, "CreateArchive", CreateArchive$) {
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
class CreateConnectionCommand extends command(_ep0, _mw0, "CreateConnection", CreateConnection$) {
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
class CreateEventBusCommand extends command(_ep0, _mw0, "CreateEventBus", CreateEventBus$) {
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
class CreatePartnerEventSourceCommand extends command(_ep0, _mw0, "CreatePartnerEventSource", CreatePartnerEventSource$) {
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
class DeactivateEventSourceCommand extends command(_ep0, _mw0, "DeactivateEventSource", DeactivateEventSource$) {
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
class DeauthorizeConnectionCommand extends command(_ep0, _mw0, "DeauthorizeConnection", DeauthorizeConnection$) {
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
class DeleteApiDestinationCommand extends command(_ep0, _mw0, "DeleteApiDestination", DeleteApiDestination$) {
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
class DeleteArchiveCommand extends command(_ep0, _mw0, "DeleteArchive", DeleteArchive$) {
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
class DeleteEventBusCommand extends command(_ep0, _mw0, "DeleteEventBus", DeleteEventBus$) {
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
class DeletePartnerEventSourceCommand extends command(_ep0, _mw0, "DeletePartnerEventSource", DeletePartnerEventSource$) {
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
class DeleteRuleCommand extends command(_ep0, _mw0, "DeleteRule", DeleteRule$) {
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
class DescribeApiDestinationCommand extends command(_ep0, _mw0, "DescribeApiDestination", DescribeApiDestination$) {
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
class DescribeArchiveCommand extends command(_ep0, _mw0, "DescribeArchive", DescribeArchive$) {
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
class DescribeConnectionCommand extends command(_ep0, _mw0, "DescribeConnection", DescribeConnection$) {
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
class DescribeEventBusCommand extends command(_ep0, _mw0, "DescribeEventBus", DescribeEventBus$) {
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
class DescribeEventSourceCommand extends command(_ep0, _mw0, "DescribeEventSource", DescribeEventSource$) {
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
class DescribePartnerEventSourceCommand extends command(_ep0, _mw0, "DescribePartnerEventSource", DescribePartnerEventSource$) {
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
class DescribeReplayCommand extends command(_ep0, _mw0, "DescribeReplay", DescribeReplay$) {
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
class DescribeRuleCommand extends command(_ep0, _mw0, "DescribeRule", DescribeRule$) {
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
class DisableRuleCommand extends command(_ep0, _mw0, "DisableRule", DisableRule$) {
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
class EnableRuleCommand extends command(_ep0, _mw0, "EnableRule", EnableRule$) {
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
class ListApiDestinationsCommand extends command(_ep0, _mw0, "ListApiDestinations", ListApiDestinations$) {
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
class ListArchivesCommand extends command(_ep0, _mw0, "ListArchives", ListArchives$) {
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
class ListEventBusesCommand extends command(_ep0, _mw0, "ListEventBuses", ListEventBuses$) {
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
class ListEventSourcesCommand extends command(_ep0, _mw0, "ListEventSources", ListEventSources$) {
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
class ListPartnerEventSourceAccountsCommand extends command(_ep0, _mw0, "ListPartnerEventSourceAccounts", ListPartnerEventSourceAccounts$) {
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
class ListPartnerEventSourcesCommand extends command(_ep0, _mw0, "ListPartnerEventSources", ListPartnerEventSources$) {
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
class ListReplaysCommand extends command(_ep0, _mw0, "ListReplays", ListReplays$) {
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
class ListRuleNamesByTargetCommand extends command(_ep0, _mw0, "ListRuleNamesByTarget", ListRuleNamesByTarget$) {
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
class ListRulesCommand extends command(_ep0, _mw0, "ListRules", ListRules$) {
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
class ListTargetsByRuleCommand extends command(_ep0, _mw0, "ListTargetsByRule", ListTargetsByRule$) {
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
class PutEventsCommand extends command(_ep0, _mw0, "PutEvents", PutEvents$) {
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
class PutPartnerEventsCommand extends command(_ep0, _mw0, "PutPartnerEvents", PutPartnerEvents$) {
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
class PutPermissionCommand extends command(_ep0, _mw0, "PutPermission", PutPermission$) {
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
class PutRuleCommand extends command(_ep0, _mw0, "PutRule", PutRule$) {
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
class PutTargetsCommand extends command(_ep0, _mw0, "PutTargets", PutTargets$) {
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
class RemovePermissionCommand extends command(_ep0, _mw0, "RemovePermission", RemovePermission$) {
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
class RemoveTargetsCommand extends command(_ep0, _mw0, "RemoveTargets", RemoveTargets$) {
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
class StartReplayCommand extends command(_ep0, _mw0, "StartReplay", StartReplay$) {
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
class TestEventPatternCommand extends command(_ep0, _mw0, "TestEventPattern", TestEventPattern$) {
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
class UpdateApiDestinationCommand extends command(_ep0, _mw0, "UpdateApiDestination", UpdateApiDestination$) {
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
class UpdateArchiveCommand extends command(_ep0, _mw0, "UpdateArchive", UpdateArchive$) {
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
class UpdateConnectionCommand extends command(_ep0, _mw0, "UpdateConnection", UpdateConnection$) {
|
|
2497
2043
|
}
|
|
2498
2044
|
|
|
2499
2045
|
const commands = {
|