@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.
Files changed (161) hide show
  1. package/dist-cjs/index.js +159 -613
  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-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/ActivateEventSourceCommand.d.ts +3 -8
  57. package/dist-types/commands/CancelReplayCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateApiDestinationCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateArchiveCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateEventBusCommand.d.ts +3 -8
  62. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +3 -8
  63. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +3 -8
  64. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteEventBusCommand.d.ts +3 -8
  69. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeArchiveCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeConnectionCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeEventBusCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeEventSourceCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeReplayCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeRuleCommand.d.ts +3 -8
  79. package/dist-types/commands/DisableRuleCommand.d.ts +3 -8
  80. package/dist-types/commands/EnableRuleCommand.d.ts +3 -8
  81. package/dist-types/commands/ListApiDestinationsCommand.d.ts +3 -8
  82. package/dist-types/commands/ListArchivesCommand.d.ts +3 -8
  83. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListEventBusesCommand.d.ts +3 -8
  85. package/dist-types/commands/ListEventSourcesCommand.d.ts +3 -8
  86. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListReplaysCommand.d.ts +3 -8
  89. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +3 -8
  90. package/dist-types/commands/ListRulesCommand.d.ts +3 -8
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +3 -8
  93. package/dist-types/commands/PutEventsCommand.d.ts +3 -8
  94. package/dist-types/commands/PutPartnerEventsCommand.d.ts +3 -8
  95. package/dist-types/commands/PutPermissionCommand.d.ts +3 -8
  96. package/dist-types/commands/PutRuleCommand.d.ts +3 -8
  97. package/dist-types/commands/PutTargetsCommand.d.ts +3 -8
  98. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
  99. package/dist-types/commands/RemoveTargetsCommand.d.ts +3 -8
  100. package/dist-types/commands/StartReplayCommand.d.ts +3 -8
  101. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/TestEventPatternCommand.d.ts +3 -8
  103. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
  107. package/dist-types/index.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/index.d.ts +1 -0
  161. 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, 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");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
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
- class ActivateEventSourceCommand extends Command
1888
- .classBuilder()
1889
- .ep(commonParams)
1890
- .m(function (Command, cs, config, o) {
1891
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1892
- })
1893
- .s("AWSEvents", "ActivateEventSource", {})
1894
- .n("CloudWatchEventsClient", "ActivateEventSourceCommand")
1895
- .sc(ActivateEventSource$)
1896
- .build() {
1897
- }
1898
-
1899
- class CancelReplayCommand extends Command
1900
- .classBuilder()
1901
- .ep(commonParams)
1902
- .m(function (Command, cs, config, o) {
1903
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1904
- })
1905
- .s("AWSEvents", "CancelReplay", {})
1906
- .n("CloudWatchEventsClient", "CancelReplayCommand")
1907
- .sc(CancelReplay$)
1908
- .build() {
1909
- }
1910
-
1911
- class CreateApiDestinationCommand extends Command
1912
- .classBuilder()
1913
- .ep(commonParams)
1914
- .m(function (Command, cs, config, o) {
1915
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1916
- })
1917
- .s("AWSEvents", "CreateApiDestination", {})
1918
- .n("CloudWatchEventsClient", "CreateApiDestinationCommand")
1919
- .sc(CreateApiDestination$)
1920
- .build() {
1921
- }
1922
-
1923
- class CreateArchiveCommand extends Command
1924
- .classBuilder()
1925
- .ep(commonParams)
1926
- .m(function (Command, cs, config, o) {
1927
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1928
- })
1929
- .s("AWSEvents", "CreateArchive", {})
1930
- .n("CloudWatchEventsClient", "CreateArchiveCommand")
1931
- .sc(CreateArchive$)
1932
- .build() {
1933
- }
1934
-
1935
- class CreateConnectionCommand extends Command
1936
- .classBuilder()
1937
- .ep(commonParams)
1938
- .m(function (Command, cs, config, o) {
1939
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1940
- })
1941
- .s("AWSEvents", "CreateConnection", {})
1942
- .n("CloudWatchEventsClient", "CreateConnectionCommand")
1943
- .sc(CreateConnection$)
1944
- .build() {
1945
- }
1946
-
1947
- class CreateEventBusCommand extends Command
1948
- .classBuilder()
1949
- .ep(commonParams)
1950
- .m(function (Command, cs, config, o) {
1951
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1952
- })
1953
- .s("AWSEvents", "CreateEventBus", {})
1954
- .n("CloudWatchEventsClient", "CreateEventBusCommand")
1955
- .sc(CreateEventBus$)
1956
- .build() {
1957
- }
1958
-
1959
- class CreatePartnerEventSourceCommand extends Command
1960
- .classBuilder()
1961
- .ep(commonParams)
1962
- .m(function (Command, cs, config, o) {
1963
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1964
- })
1965
- .s("AWSEvents", "CreatePartnerEventSource", {})
1966
- .n("CloudWatchEventsClient", "CreatePartnerEventSourceCommand")
1967
- .sc(CreatePartnerEventSource$)
1968
- .build() {
1969
- }
1970
-
1971
- class DeactivateEventSourceCommand extends Command
1972
- .classBuilder()
1973
- .ep(commonParams)
1974
- .m(function (Command, cs, config, o) {
1975
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1976
- })
1977
- .s("AWSEvents", "DeactivateEventSource", {})
1978
- .n("CloudWatchEventsClient", "DeactivateEventSourceCommand")
1979
- .sc(DeactivateEventSource$)
1980
- .build() {
1981
- }
1982
-
1983
- class DeauthorizeConnectionCommand extends Command
1984
- .classBuilder()
1985
- .ep(commonParams)
1986
- .m(function (Command, cs, config, o) {
1987
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1988
- })
1989
- .s("AWSEvents", "DeauthorizeConnection", {})
1990
- .n("CloudWatchEventsClient", "DeauthorizeConnectionCommand")
1991
- .sc(DeauthorizeConnection$)
1992
- .build() {
1993
- }
1994
-
1995
- class DeleteApiDestinationCommand extends Command
1996
- .classBuilder()
1997
- .ep(commonParams)
1998
- .m(function (Command, cs, config, o) {
1999
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2000
- })
2001
- .s("AWSEvents", "DeleteApiDestination", {})
2002
- .n("CloudWatchEventsClient", "DeleteApiDestinationCommand")
2003
- .sc(DeleteApiDestination$)
2004
- .build() {
2005
- }
2006
-
2007
- class DeleteArchiveCommand extends Command
2008
- .classBuilder()
2009
- .ep(commonParams)
2010
- .m(function (Command, cs, config, o) {
2011
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2012
- })
2013
- .s("AWSEvents", "DeleteArchive", {})
2014
- .n("CloudWatchEventsClient", "DeleteArchiveCommand")
2015
- .sc(DeleteArchive$)
2016
- .build() {
2017
- }
2018
-
2019
- class DeleteConnectionCommand extends Command
2020
- .classBuilder()
2021
- .ep(commonParams)
2022
- .m(function (Command, cs, config, o) {
2023
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2024
- })
2025
- .s("AWSEvents", "DeleteConnection", {})
2026
- .n("CloudWatchEventsClient", "DeleteConnectionCommand")
2027
- .sc(DeleteConnection$)
2028
- .build() {
2029
- }
2030
-
2031
- class DeleteEventBusCommand extends Command
2032
- .classBuilder()
2033
- .ep(commonParams)
2034
- .m(function (Command, cs, config, o) {
2035
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2036
- })
2037
- .s("AWSEvents", "DeleteEventBus", {})
2038
- .n("CloudWatchEventsClient", "DeleteEventBusCommand")
2039
- .sc(DeleteEventBus$)
2040
- .build() {
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 = {