@aws-sdk/client-cloudwatch-events 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.
Files changed (173) hide show
  1. package/dist-cjs/index.js +162 -615
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/ActivateEventSourceCommand.js +2 -14
  4. package/dist-es/commands/CancelReplayCommand.js +2 -14
  5. package/dist-es/commands/CreateApiDestinationCommand.js +2 -14
  6. package/dist-es/commands/CreateArchiveCommand.js +2 -14
  7. package/dist-es/commands/CreateConnectionCommand.js +2 -14
  8. package/dist-es/commands/CreateEventBusCommand.js +2 -14
  9. package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -14
  10. package/dist-es/commands/DeactivateEventSourceCommand.js +2 -14
  11. package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -14
  12. package/dist-es/commands/DeleteApiDestinationCommand.js +2 -14
  13. package/dist-es/commands/DeleteArchiveCommand.js +2 -14
  14. package/dist-es/commands/DeleteConnectionCommand.js +2 -14
  15. package/dist-es/commands/DeleteEventBusCommand.js +2 -14
  16. package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -14
  17. package/dist-es/commands/DeleteRuleCommand.js +2 -14
  18. package/dist-es/commands/DescribeApiDestinationCommand.js +2 -14
  19. package/dist-es/commands/DescribeArchiveCommand.js +2 -14
  20. package/dist-es/commands/DescribeConnectionCommand.js +2 -14
  21. package/dist-es/commands/DescribeEventBusCommand.js +2 -14
  22. package/dist-es/commands/DescribeEventSourceCommand.js +2 -14
  23. package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -14
  24. package/dist-es/commands/DescribeReplayCommand.js +2 -14
  25. package/dist-es/commands/DescribeRuleCommand.js +2 -14
  26. package/dist-es/commands/DisableRuleCommand.js +2 -14
  27. package/dist-es/commands/EnableRuleCommand.js +2 -14
  28. package/dist-es/commands/ListApiDestinationsCommand.js +2 -14
  29. package/dist-es/commands/ListArchivesCommand.js +2 -14
  30. package/dist-es/commands/ListConnectionsCommand.js +2 -14
  31. package/dist-es/commands/ListEventBusesCommand.js +2 -14
  32. package/dist-es/commands/ListEventSourcesCommand.js +2 -14
  33. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -14
  34. package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -14
  35. package/dist-es/commands/ListReplaysCommand.js +2 -14
  36. package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -14
  37. package/dist-es/commands/ListRulesCommand.js +2 -14
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  39. package/dist-es/commands/ListTargetsByRuleCommand.js +2 -14
  40. package/dist-es/commands/PutEventsCommand.js +2 -14
  41. package/dist-es/commands/PutPartnerEventsCommand.js +2 -14
  42. package/dist-es/commands/PutPermissionCommand.js +2 -14
  43. package/dist-es/commands/PutRuleCommand.js +2 -14
  44. package/dist-es/commands/PutTargetsCommand.js +2 -14
  45. package/dist-es/commands/RemovePermissionCommand.js +2 -14
  46. package/dist-es/commands/RemoveTargetsCommand.js +2 -14
  47. package/dist-es/commands/StartReplayCommand.js +2 -14
  48. package/dist-es/commands/TagResourceCommand.js +2 -14
  49. package/dist-es/commands/TestEventPatternCommand.js +2 -14
  50. package/dist-es/commands/UntagResourceCommand.js +2 -14
  51. package/dist-es/commands/UpdateApiDestinationCommand.js +2 -14
  52. package/dist-es/commands/UpdateArchiveCommand.js +2 -14
  53. package/dist-es/commands/UpdateConnectionCommand.js +2 -14
  54. package/dist-es/index.js +1 -0
  55. package/dist-es/runtimeConfig.browser.js +0 -2
  56. package/dist-es/runtimeConfig.js +1 -2
  57. package/dist-es/runtimeConfig.native.js +0 -2
  58. package/dist-es/runtimeConfig.shared.js +2 -0
  59. package/dist-types/commandBuilder.d.ts +18 -0
  60. package/dist-types/commands/ActivateEventSourceCommand.d.ts +3 -8
  61. package/dist-types/commands/CancelReplayCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateApiDestinationCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateArchiveCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateEventBusCommand.d.ts +3 -8
  66. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +3 -8
  67. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +3 -8
  68. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteEventBusCommand.d.ts +3 -8
  73. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeArchiveCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeConnectionCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeEventBusCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeEventSourceCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeReplayCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeRuleCommand.d.ts +3 -8
  83. package/dist-types/commands/DisableRuleCommand.d.ts +3 -8
  84. package/dist-types/commands/EnableRuleCommand.d.ts +3 -8
  85. package/dist-types/commands/ListApiDestinationsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListArchivesCommand.d.ts +3 -8
  87. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListEventBusesCommand.d.ts +3 -8
  89. package/dist-types/commands/ListEventSourcesCommand.d.ts +3 -8
  90. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListReplaysCommand.d.ts +3 -8
  93. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +3 -8
  94. package/dist-types/commands/ListRulesCommand.d.ts +3 -8
  95. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  96. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +3 -8
  97. package/dist-types/commands/PutEventsCommand.d.ts +3 -8
  98. package/dist-types/commands/PutPartnerEventsCommand.d.ts +3 -8
  99. package/dist-types/commands/PutPermissionCommand.d.ts +3 -8
  100. package/dist-types/commands/PutRuleCommand.d.ts +3 -8
  101. package/dist-types/commands/PutTargetsCommand.d.ts +3 -8
  102. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
  103. package/dist-types/commands/RemoveTargetsCommand.d.ts +3 -8
  104. package/dist-types/commands/StartReplayCommand.d.ts +3 -8
  105. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  106. package/dist-types/commands/TestEventPatternCommand.d.ts +3 -8
  107. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  108. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +3 -8
  109. package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -8
  110. package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
  111. package/dist-types/index.d.ts +1 -0
  112. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  113. package/dist-types/runtimeConfig.d.ts +1 -1
  114. package/dist-types/runtimeConfig.native.d.ts +1 -1
  115. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  116. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  117. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/index.d.ts +1 -0
  169. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  170. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  171. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  172. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  173. package/package.json +8 -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, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultCloudWatchEventsHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1762,6 +1764,7 @@ const getRuntimeConfig$1 = (config) => {
1762
1764
  serviceTarget: "AWSEvents",
1763
1765
  },
1764
1766
  serviceId: config?.serviceId ?? "CloudWatch Events",
1767
+ sha256: config?.sha256 ?? Sha256,
1765
1768
  urlParser: config?.urlParser ?? parseUrl,
1766
1769
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1767
1770
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1795,7 +1798,6 @@ const getRuntimeConfig = (config) => {
1795
1798
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1796
1799
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1797
1800
  }, config),
1798
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1799
1801
  streamCollector: config?.streamCollector ?? streamCollector,
1800
1802
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1801
1803
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1883,616 +1885,161 @@ class CloudWatchEventsClient extends Client {
1883
1885
  }
1884
1886
  }
1885
1887
 
1886
- class ActivateEventSourceCommand extends Command
1887
- .classBuilder()
1888
- .ep(commonParams)
1889
- .m(function (Command, cs, config, o) {
1890
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1891
- })
1892
- .s("AWSEvents", "ActivateEventSource", {})
1893
- .n("CloudWatchEventsClient", "ActivateEventSourceCommand")
1894
- .sc(ActivateEventSource$)
1895
- .build() {
1896
- }
1897
-
1898
- class CancelReplayCommand extends Command
1899
- .classBuilder()
1900
- .ep(commonParams)
1901
- .m(function (Command, cs, config, o) {
1902
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1903
- })
1904
- .s("AWSEvents", "CancelReplay", {})
1905
- .n("CloudWatchEventsClient", "CancelReplayCommand")
1906
- .sc(CancelReplay$)
1907
- .build() {
1908
- }
1909
-
1910
- class CreateApiDestinationCommand extends Command
1911
- .classBuilder()
1912
- .ep(commonParams)
1913
- .m(function (Command, cs, config, o) {
1914
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1915
- })
1916
- .s("AWSEvents", "CreateApiDestination", {})
1917
- .n("CloudWatchEventsClient", "CreateApiDestinationCommand")
1918
- .sc(CreateApiDestination$)
1919
- .build() {
1920
- }
1921
-
1922
- class CreateArchiveCommand extends Command
1923
- .classBuilder()
1924
- .ep(commonParams)
1925
- .m(function (Command, cs, config, o) {
1926
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1927
- })
1928
- .s("AWSEvents", "CreateArchive", {})
1929
- .n("CloudWatchEventsClient", "CreateArchiveCommand")
1930
- .sc(CreateArchive$)
1931
- .build() {
1932
- }
1933
-
1934
- class CreateConnectionCommand extends Command
1935
- .classBuilder()
1936
- .ep(commonParams)
1937
- .m(function (Command, cs, config, o) {
1938
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1939
- })
1940
- .s("AWSEvents", "CreateConnection", {})
1941
- .n("CloudWatchEventsClient", "CreateConnectionCommand")
1942
- .sc(CreateConnection$)
1943
- .build() {
1944
- }
1945
-
1946
- class CreateEventBusCommand extends Command
1947
- .classBuilder()
1948
- .ep(commonParams)
1949
- .m(function (Command, cs, config, o) {
1950
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1951
- })
1952
- .s("AWSEvents", "CreateEventBus", {})
1953
- .n("CloudWatchEventsClient", "CreateEventBusCommand")
1954
- .sc(CreateEventBus$)
1955
- .build() {
1956
- }
1957
-
1958
- class CreatePartnerEventSourceCommand extends Command
1959
- .classBuilder()
1960
- .ep(commonParams)
1961
- .m(function (Command, cs, config, o) {
1962
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1963
- })
1964
- .s("AWSEvents", "CreatePartnerEventSource", {})
1965
- .n("CloudWatchEventsClient", "CreatePartnerEventSourceCommand")
1966
- .sc(CreatePartnerEventSource$)
1967
- .build() {
1968
- }
1969
-
1970
- class DeactivateEventSourceCommand extends Command
1971
- .classBuilder()
1972
- .ep(commonParams)
1973
- .m(function (Command, cs, config, o) {
1974
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1975
- })
1976
- .s("AWSEvents", "DeactivateEventSource", {})
1977
- .n("CloudWatchEventsClient", "DeactivateEventSourceCommand")
1978
- .sc(DeactivateEventSource$)
1979
- .build() {
1980
- }
1981
-
1982
- class DeauthorizeConnectionCommand extends Command
1983
- .classBuilder()
1984
- .ep(commonParams)
1985
- .m(function (Command, cs, config, o) {
1986
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1987
- })
1988
- .s("AWSEvents", "DeauthorizeConnection", {})
1989
- .n("CloudWatchEventsClient", "DeauthorizeConnectionCommand")
1990
- .sc(DeauthorizeConnection$)
1991
- .build() {
1992
- }
1993
-
1994
- class DeleteApiDestinationCommand extends Command
1995
- .classBuilder()
1996
- .ep(commonParams)
1997
- .m(function (Command, cs, config, o) {
1998
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1999
- })
2000
- .s("AWSEvents", "DeleteApiDestination", {})
2001
- .n("CloudWatchEventsClient", "DeleteApiDestinationCommand")
2002
- .sc(DeleteApiDestination$)
2003
- .build() {
2004
- }
2005
-
2006
- class DeleteArchiveCommand extends Command
2007
- .classBuilder()
2008
- .ep(commonParams)
2009
- .m(function (Command, cs, config, o) {
2010
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2011
- })
2012
- .s("AWSEvents", "DeleteArchive", {})
2013
- .n("CloudWatchEventsClient", "DeleteArchiveCommand")
2014
- .sc(DeleteArchive$)
2015
- .build() {
2016
- }
2017
-
2018
- class DeleteConnectionCommand extends Command
2019
- .classBuilder()
2020
- .ep(commonParams)
2021
- .m(function (Command, cs, config, o) {
2022
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2023
- })
2024
- .s("AWSEvents", "DeleteConnection", {})
2025
- .n("CloudWatchEventsClient", "DeleteConnectionCommand")
2026
- .sc(DeleteConnection$)
2027
- .build() {
2028
- }
2029
-
2030
- class DeleteEventBusCommand extends Command
2031
- .classBuilder()
2032
- .ep(commonParams)
2033
- .m(function (Command, cs, config, o) {
2034
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2035
- })
2036
- .s("AWSEvents", "DeleteEventBus", {})
2037
- .n("CloudWatchEventsClient", "DeleteEventBusCommand")
2038
- .sc(DeleteEventBus$)
2039
- .build() {
2040
- }
2041
-
2042
- class DeletePartnerEventSourceCommand extends Command
2043
- .classBuilder()
2044
- .ep(commonParams)
2045
- .m(function (Command, cs, config, o) {
2046
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2047
- })
2048
- .s("AWSEvents", "DeletePartnerEventSource", {})
2049
- .n("CloudWatchEventsClient", "DeletePartnerEventSourceCommand")
2050
- .sc(DeletePartnerEventSource$)
2051
- .build() {
2052
- }
2053
-
2054
- class DeleteRuleCommand extends Command
2055
- .classBuilder()
2056
- .ep(commonParams)
2057
- .m(function (Command, cs, config, o) {
2058
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2059
- })
2060
- .s("AWSEvents", "DeleteRule", {})
2061
- .n("CloudWatchEventsClient", "DeleteRuleCommand")
2062
- .sc(DeleteRule$)
2063
- .build() {
2064
- }
2065
-
2066
- class DescribeApiDestinationCommand extends Command
2067
- .classBuilder()
2068
- .ep(commonParams)
2069
- .m(function (Command, cs, config, o) {
2070
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2071
- })
2072
- .s("AWSEvents", "DescribeApiDestination", {})
2073
- .n("CloudWatchEventsClient", "DescribeApiDestinationCommand")
2074
- .sc(DescribeApiDestination$)
2075
- .build() {
2076
- }
2077
-
2078
- class DescribeArchiveCommand extends Command
2079
- .classBuilder()
2080
- .ep(commonParams)
2081
- .m(function (Command, cs, config, o) {
2082
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2083
- })
2084
- .s("AWSEvents", "DescribeArchive", {})
2085
- .n("CloudWatchEventsClient", "DescribeArchiveCommand")
2086
- .sc(DescribeArchive$)
2087
- .build() {
2088
- }
2089
-
2090
- class DescribeConnectionCommand extends Command
2091
- .classBuilder()
2092
- .ep(commonParams)
2093
- .m(function (Command, cs, config, o) {
2094
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2095
- })
2096
- .s("AWSEvents", "DescribeConnection", {})
2097
- .n("CloudWatchEventsClient", "DescribeConnectionCommand")
2098
- .sc(DescribeConnection$)
2099
- .build() {
2100
- }
2101
-
2102
- class DescribeEventBusCommand extends Command
2103
- .classBuilder()
2104
- .ep(commonParams)
2105
- .m(function (Command, cs, config, o) {
2106
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2107
- })
2108
- .s("AWSEvents", "DescribeEventBus", {})
2109
- .n("CloudWatchEventsClient", "DescribeEventBusCommand")
2110
- .sc(DescribeEventBus$)
2111
- .build() {
2112
- }
2113
-
2114
- class DescribeEventSourceCommand extends Command
2115
- .classBuilder()
2116
- .ep(commonParams)
2117
- .m(function (Command, cs, config, o) {
2118
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2119
- })
2120
- .s("AWSEvents", "DescribeEventSource", {})
2121
- .n("CloudWatchEventsClient", "DescribeEventSourceCommand")
2122
- .sc(DescribeEventSource$)
2123
- .build() {
2124
- }
2125
-
2126
- class DescribePartnerEventSourceCommand extends Command
2127
- .classBuilder()
2128
- .ep(commonParams)
2129
- .m(function (Command, cs, config, o) {
2130
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2131
- })
2132
- .s("AWSEvents", "DescribePartnerEventSource", {})
2133
- .n("CloudWatchEventsClient", "DescribePartnerEventSourceCommand")
2134
- .sc(DescribePartnerEventSource$)
2135
- .build() {
2136
- }
2137
-
2138
- class DescribeReplayCommand extends Command
2139
- .classBuilder()
2140
- .ep(commonParams)
2141
- .m(function (Command, cs, config, o) {
2142
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2143
- })
2144
- .s("AWSEvents", "DescribeReplay", {})
2145
- .n("CloudWatchEventsClient", "DescribeReplayCommand")
2146
- .sc(DescribeReplay$)
2147
- .build() {
2148
- }
2149
-
2150
- class DescribeRuleCommand extends Command
2151
- .classBuilder()
2152
- .ep(commonParams)
2153
- .m(function (Command, cs, config, o) {
2154
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2155
- })
2156
- .s("AWSEvents", "DescribeRule", {})
2157
- .n("CloudWatchEventsClient", "DescribeRuleCommand")
2158
- .sc(DescribeRule$)
2159
- .build() {
2160
- }
2161
-
2162
- class DisableRuleCommand extends Command
2163
- .classBuilder()
2164
- .ep(commonParams)
2165
- .m(function (Command, cs, config, o) {
2166
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2167
- })
2168
- .s("AWSEvents", "DisableRule", {})
2169
- .n("CloudWatchEventsClient", "DisableRuleCommand")
2170
- .sc(DisableRule$)
2171
- .build() {
2172
- }
2173
-
2174
- class EnableRuleCommand extends Command
2175
- .classBuilder()
2176
- .ep(commonParams)
2177
- .m(function (Command, cs, config, o) {
2178
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2179
- })
2180
- .s("AWSEvents", "EnableRule", {})
2181
- .n("CloudWatchEventsClient", "EnableRuleCommand")
2182
- .sc(EnableRule$)
2183
- .build() {
2184
- }
2185
-
2186
- class ListApiDestinationsCommand extends Command
2187
- .classBuilder()
2188
- .ep(commonParams)
2189
- .m(function (Command, cs, config, o) {
2190
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2191
- })
2192
- .s("AWSEvents", "ListApiDestinations", {})
2193
- .n("CloudWatchEventsClient", "ListApiDestinationsCommand")
2194
- .sc(ListApiDestinations$)
2195
- .build() {
2196
- }
2197
-
2198
- class ListArchivesCommand extends Command
2199
- .classBuilder()
2200
- .ep(commonParams)
2201
- .m(function (Command, cs, config, o) {
2202
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2203
- })
2204
- .s("AWSEvents", "ListArchives", {})
2205
- .n("CloudWatchEventsClient", "ListArchivesCommand")
2206
- .sc(ListArchives$)
2207
- .build() {
2208
- }
2209
-
2210
- class ListConnectionsCommand extends Command
2211
- .classBuilder()
2212
- .ep(commonParams)
2213
- .m(function (Command, cs, config, o) {
2214
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2215
- })
2216
- .s("AWSEvents", "ListConnections", {})
2217
- .n("CloudWatchEventsClient", "ListConnectionsCommand")
2218
- .sc(ListConnections$)
2219
- .build() {
2220
- }
2221
-
2222
- class ListEventBusesCommand extends Command
2223
- .classBuilder()
2224
- .ep(commonParams)
2225
- .m(function (Command, cs, config, o) {
2226
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2227
- })
2228
- .s("AWSEvents", "ListEventBuses", {})
2229
- .n("CloudWatchEventsClient", "ListEventBusesCommand")
2230
- .sc(ListEventBuses$)
2231
- .build() {
2232
- }
2233
-
2234
- class ListEventSourcesCommand extends Command
2235
- .classBuilder()
2236
- .ep(commonParams)
2237
- .m(function (Command, cs, config, o) {
2238
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2239
- })
2240
- .s("AWSEvents", "ListEventSources", {})
2241
- .n("CloudWatchEventsClient", "ListEventSourcesCommand")
2242
- .sc(ListEventSources$)
2243
- .build() {
2244
- }
2245
-
2246
- class ListPartnerEventSourceAccountsCommand extends Command
2247
- .classBuilder()
2248
- .ep(commonParams)
2249
- .m(function (Command, cs, config, o) {
2250
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2251
- })
2252
- .s("AWSEvents", "ListPartnerEventSourceAccounts", {})
2253
- .n("CloudWatchEventsClient", "ListPartnerEventSourceAccountsCommand")
2254
- .sc(ListPartnerEventSourceAccounts$)
2255
- .build() {
2256
- }
2257
-
2258
- class ListPartnerEventSourcesCommand extends Command
2259
- .classBuilder()
2260
- .ep(commonParams)
2261
- .m(function (Command, cs, config, o) {
2262
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2263
- })
2264
- .s("AWSEvents", "ListPartnerEventSources", {})
2265
- .n("CloudWatchEventsClient", "ListPartnerEventSourcesCommand")
2266
- .sc(ListPartnerEventSources$)
2267
- .build() {
2268
- }
2269
-
2270
- class ListReplaysCommand extends Command
2271
- .classBuilder()
2272
- .ep(commonParams)
2273
- .m(function (Command, cs, config, o) {
2274
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2275
- })
2276
- .s("AWSEvents", "ListReplays", {})
2277
- .n("CloudWatchEventsClient", "ListReplaysCommand")
2278
- .sc(ListReplays$)
2279
- .build() {
2280
- }
2281
-
2282
- class ListRuleNamesByTargetCommand extends Command
2283
- .classBuilder()
2284
- .ep(commonParams)
2285
- .m(function (Command, cs, config, o) {
2286
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2287
- })
2288
- .s("AWSEvents", "ListRuleNamesByTarget", {})
2289
- .n("CloudWatchEventsClient", "ListRuleNamesByTargetCommand")
2290
- .sc(ListRuleNamesByTarget$)
2291
- .build() {
2292
- }
2293
-
2294
- class ListRulesCommand extends Command
2295
- .classBuilder()
2296
- .ep(commonParams)
2297
- .m(function (Command, cs, config, o) {
2298
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2299
- })
2300
- .s("AWSEvents", "ListRules", {})
2301
- .n("CloudWatchEventsClient", "ListRulesCommand")
2302
- .sc(ListRules$)
2303
- .build() {
2304
- }
2305
-
2306
- class ListTagsForResourceCommand extends Command
2307
- .classBuilder()
2308
- .ep(commonParams)
2309
- .m(function (Command, cs, config, o) {
2310
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2311
- })
2312
- .s("AWSEvents", "ListTagsForResource", {})
2313
- .n("CloudWatchEventsClient", "ListTagsForResourceCommand")
2314
- .sc(ListTagsForResource$)
2315
- .build() {
2316
- }
2317
-
2318
- class ListTargetsByRuleCommand extends Command
2319
- .classBuilder()
2320
- .ep(commonParams)
2321
- .m(function (Command, cs, config, o) {
2322
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2323
- })
2324
- .s("AWSEvents", "ListTargetsByRule", {})
2325
- .n("CloudWatchEventsClient", "ListTargetsByRuleCommand")
2326
- .sc(ListTargetsByRule$)
2327
- .build() {
2328
- }
2329
-
2330
- class PutEventsCommand extends Command
2331
- .classBuilder()
2332
- .ep(commonParams)
2333
- .m(function (Command, cs, config, o) {
2334
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2335
- })
2336
- .s("AWSEvents", "PutEvents", {})
2337
- .n("CloudWatchEventsClient", "PutEventsCommand")
2338
- .sc(PutEvents$)
2339
- .build() {
2340
- }
2341
-
2342
- class PutPartnerEventsCommand extends Command
2343
- .classBuilder()
2344
- .ep(commonParams)
2345
- .m(function (Command, cs, config, o) {
2346
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2347
- })
2348
- .s("AWSEvents", "PutPartnerEvents", {})
2349
- .n("CloudWatchEventsClient", "PutPartnerEventsCommand")
2350
- .sc(PutPartnerEvents$)
2351
- .build() {
2352
- }
2353
-
2354
- class PutPermissionCommand extends Command
2355
- .classBuilder()
2356
- .ep(commonParams)
2357
- .m(function (Command, cs, config, o) {
2358
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2359
- })
2360
- .s("AWSEvents", "PutPermission", {})
2361
- .n("CloudWatchEventsClient", "PutPermissionCommand")
2362
- .sc(PutPermission$)
2363
- .build() {
2364
- }
2365
-
2366
- class PutRuleCommand extends Command
2367
- .classBuilder()
2368
- .ep(commonParams)
2369
- .m(function (Command, cs, config, o) {
2370
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2371
- })
2372
- .s("AWSEvents", "PutRule", {})
2373
- .n("CloudWatchEventsClient", "PutRuleCommand")
2374
- .sc(PutRule$)
2375
- .build() {
2376
- }
2377
-
2378
- class PutTargetsCommand extends Command
2379
- .classBuilder()
2380
- .ep(commonParams)
2381
- .m(function (Command, cs, config, o) {
2382
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2383
- })
2384
- .s("AWSEvents", "PutTargets", {})
2385
- .n("CloudWatchEventsClient", "PutTargetsCommand")
2386
- .sc(PutTargets$)
2387
- .build() {
2388
- }
2389
-
2390
- class RemovePermissionCommand extends Command
2391
- .classBuilder()
2392
- .ep(commonParams)
2393
- .m(function (Command, cs, config, o) {
2394
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2395
- })
2396
- .s("AWSEvents", "RemovePermission", {})
2397
- .n("CloudWatchEventsClient", "RemovePermissionCommand")
2398
- .sc(RemovePermission$)
2399
- .build() {
2400
- }
2401
-
2402
- class RemoveTargetsCommand extends Command
2403
- .classBuilder()
2404
- .ep(commonParams)
2405
- .m(function (Command, cs, config, o) {
2406
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2407
- })
2408
- .s("AWSEvents", "RemoveTargets", {})
2409
- .n("CloudWatchEventsClient", "RemoveTargetsCommand")
2410
- .sc(RemoveTargets$)
2411
- .build() {
2412
- }
2413
-
2414
- class StartReplayCommand extends Command
2415
- .classBuilder()
2416
- .ep(commonParams)
2417
- .m(function (Command, cs, config, o) {
2418
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2419
- })
2420
- .s("AWSEvents", "StartReplay", {})
2421
- .n("CloudWatchEventsClient", "StartReplayCommand")
2422
- .sc(StartReplay$)
2423
- .build() {
2424
- }
2425
-
2426
- class TagResourceCommand extends Command
2427
- .classBuilder()
2428
- .ep(commonParams)
2429
- .m(function (Command, cs, config, o) {
2430
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2431
- })
2432
- .s("AWSEvents", "TagResource", {})
2433
- .n("CloudWatchEventsClient", "TagResourceCommand")
2434
- .sc(TagResource$)
2435
- .build() {
2436
- }
2437
-
2438
- class TestEventPatternCommand extends Command
2439
- .classBuilder()
2440
- .ep(commonParams)
2441
- .m(function (Command, cs, config, o) {
2442
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2443
- })
2444
- .s("AWSEvents", "TestEventPattern", {})
2445
- .n("CloudWatchEventsClient", "TestEventPatternCommand")
2446
- .sc(TestEventPattern$)
2447
- .build() {
2448
- }
2449
-
2450
- class UntagResourceCommand extends Command
2451
- .classBuilder()
2452
- .ep(commonParams)
2453
- .m(function (Command, cs, config, o) {
2454
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2455
- })
2456
- .s("AWSEvents", "UntagResource", {})
2457
- .n("CloudWatchEventsClient", "UntagResourceCommand")
2458
- .sc(UntagResource$)
2459
- .build() {
2460
- }
2461
-
2462
- class UpdateApiDestinationCommand extends Command
2463
- .classBuilder()
2464
- .ep(commonParams)
2465
- .m(function (Command, cs, config, o) {
2466
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2467
- })
2468
- .s("AWSEvents", "UpdateApiDestination", {})
2469
- .n("CloudWatchEventsClient", "UpdateApiDestinationCommand")
2470
- .sc(UpdateApiDestination$)
2471
- .build() {
2472
- }
2473
-
2474
- class UpdateArchiveCommand extends Command
2475
- .classBuilder()
2476
- .ep(commonParams)
2477
- .m(function (Command, cs, config, o) {
2478
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2479
- })
2480
- .s("AWSEvents", "UpdateArchive", {})
2481
- .n("CloudWatchEventsClient", "UpdateArchiveCommand")
2482
- .sc(UpdateArchive$)
2483
- .build() {
2484
- }
2485
-
2486
- class UpdateConnectionCommand extends Command
2487
- .classBuilder()
2488
- .ep(commonParams)
2489
- .m(function (Command, cs, config, o) {
2490
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2491
- })
2492
- .s("AWSEvents", "UpdateConnection", {})
2493
- .n("CloudWatchEventsClient", "UpdateConnectionCommand")
2494
- .sc(UpdateConnection$)
2495
- .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$) {
2496
2043
  }
2497
2044
 
2498
2045
  const commands = {