@aws-sdk/client-swf 3.590.0 → 3.592.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 (83) hide show
  1. package/dist-cjs/index.js +0 -39
  2. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -1
  3. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -1
  4. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +2 -1
  5. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +2 -1
  8. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +2 -1
  9. package/dist-types/commands/DeprecateDomainCommand.d.ts +2 -1
  10. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +2 -1
  15. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -1
  16. package/dist-types/commands/ListActivityTypesCommand.d.ts +2 -1
  17. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +2 -1
  22. package/dist-types/commands/PollForActivityTaskCommand.d.ts +2 -1
  23. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +2 -1
  24. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -1
  25. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/RegisterDomainCommand.d.ts +2 -1
  27. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +2 -1
  28. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -1
  29. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +2 -1
  30. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +2 -1
  31. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +2 -1
  32. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -1
  33. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +2 -1
  34. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +2 -1
  35. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +2 -1
  37. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +2 -1
  38. package/dist-types/commands/UndeprecateDomainCommand.d.ts +2 -1
  39. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/index.d.ts +2 -2
  42. package/dist-types/models/SWFServiceException.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/models/SWFServiceException.d.ts +2 -1
  83. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -261,7 +261,6 @@ var SWFClient = _SWFClient;
261
261
 
262
262
  var import_middleware_serde = require("@smithy/middleware-serde");
263
263
 
264
- var import_types = require("@smithy/types");
265
264
 
266
265
  // src/protocols/Aws_json1_0.ts
267
266
  var import_core2 = require("@aws-sdk/core");
@@ -1776,7 +1775,6 @@ var CountClosedWorkflowExecutionsCommand = _CountClosedWorkflowExecutionsCommand
1776
1775
 
1777
1776
 
1778
1777
 
1779
-
1780
1778
  var _CountOpenWorkflowExecutionsCommand = class _CountOpenWorkflowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
1781
1779
  ...commonParams
1782
1780
  }).m(function(Command, cs, config, o) {
@@ -1793,7 +1791,6 @@ var CountOpenWorkflowExecutionsCommand = _CountOpenWorkflowExecutionsCommand;
1793
1791
 
1794
1792
 
1795
1793
 
1796
-
1797
1794
  var _CountPendingActivityTasksCommand = class _CountPendingActivityTasksCommand extends import_smithy_client.Command.classBuilder().ep({
1798
1795
  ...commonParams
1799
1796
  }).m(function(Command, cs, config, o) {
@@ -1810,7 +1807,6 @@ var CountPendingActivityTasksCommand = _CountPendingActivityTasksCommand;
1810
1807
 
1811
1808
 
1812
1809
 
1813
-
1814
1810
  var _CountPendingDecisionTasksCommand = class _CountPendingDecisionTasksCommand extends import_smithy_client.Command.classBuilder().ep({
1815
1811
  ...commonParams
1816
1812
  }).m(function(Command, cs, config, o) {
@@ -1827,7 +1823,6 @@ var CountPendingDecisionTasksCommand = _CountPendingDecisionTasksCommand;
1827
1823
 
1828
1824
 
1829
1825
 
1830
-
1831
1826
  var _DeleteActivityTypeCommand = class _DeleteActivityTypeCommand extends import_smithy_client.Command.classBuilder().ep({
1832
1827
  ...commonParams
1833
1828
  }).m(function(Command, cs, config, o) {
@@ -1844,7 +1839,6 @@ var DeleteActivityTypeCommand = _DeleteActivityTypeCommand;
1844
1839
 
1845
1840
 
1846
1841
 
1847
-
1848
1842
  var _DeleteWorkflowTypeCommand = class _DeleteWorkflowTypeCommand extends import_smithy_client.Command.classBuilder().ep({
1849
1843
  ...commonParams
1850
1844
  }).m(function(Command, cs, config, o) {
@@ -1861,7 +1855,6 @@ var DeleteWorkflowTypeCommand = _DeleteWorkflowTypeCommand;
1861
1855
 
1862
1856
 
1863
1857
 
1864
-
1865
1858
  var _DeprecateActivityTypeCommand = class _DeprecateActivityTypeCommand extends import_smithy_client.Command.classBuilder().ep({
1866
1859
  ...commonParams
1867
1860
  }).m(function(Command, cs, config, o) {
@@ -1878,7 +1871,6 @@ var DeprecateActivityTypeCommand = _DeprecateActivityTypeCommand;
1878
1871
 
1879
1872
 
1880
1873
 
1881
-
1882
1874
  var _DeprecateDomainCommand = class _DeprecateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
1883
1875
  ...commonParams
1884
1876
  }).m(function(Command, cs, config, o) {
@@ -1895,7 +1887,6 @@ var DeprecateDomainCommand = _DeprecateDomainCommand;
1895
1887
 
1896
1888
 
1897
1889
 
1898
-
1899
1890
  var _DeprecateWorkflowTypeCommand = class _DeprecateWorkflowTypeCommand extends import_smithy_client.Command.classBuilder().ep({
1900
1891
  ...commonParams
1901
1892
  }).m(function(Command, cs, config, o) {
@@ -1912,7 +1903,6 @@ var DeprecateWorkflowTypeCommand = _DeprecateWorkflowTypeCommand;
1912
1903
 
1913
1904
 
1914
1905
 
1915
-
1916
1906
  var _DescribeActivityTypeCommand = class _DescribeActivityTypeCommand extends import_smithy_client.Command.classBuilder().ep({
1917
1907
  ...commonParams
1918
1908
  }).m(function(Command, cs, config, o) {
@@ -1929,7 +1919,6 @@ var DescribeActivityTypeCommand = _DescribeActivityTypeCommand;
1929
1919
 
1930
1920
 
1931
1921
 
1932
-
1933
1922
  var _DescribeDomainCommand = class _DescribeDomainCommand extends import_smithy_client.Command.classBuilder().ep({
1934
1923
  ...commonParams
1935
1924
  }).m(function(Command, cs, config, o) {
@@ -1946,7 +1935,6 @@ var DescribeDomainCommand = _DescribeDomainCommand;
1946
1935
 
1947
1936
 
1948
1937
 
1949
-
1950
1938
  var _DescribeWorkflowExecutionCommand = class _DescribeWorkflowExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
1951
1939
  ...commonParams
1952
1940
  }).m(function(Command, cs, config, o) {
@@ -1963,7 +1951,6 @@ var DescribeWorkflowExecutionCommand = _DescribeWorkflowExecutionCommand;
1963
1951
 
1964
1952
 
1965
1953
 
1966
-
1967
1954
  var _DescribeWorkflowTypeCommand = class _DescribeWorkflowTypeCommand extends import_smithy_client.Command.classBuilder().ep({
1968
1955
  ...commonParams
1969
1956
  }).m(function(Command, cs, config, o) {
@@ -1980,7 +1967,6 @@ var DescribeWorkflowTypeCommand = _DescribeWorkflowTypeCommand;
1980
1967
 
1981
1968
 
1982
1969
 
1983
-
1984
1970
  var _GetWorkflowExecutionHistoryCommand = class _GetWorkflowExecutionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
1985
1971
  ...commonParams
1986
1972
  }).m(function(Command, cs, config, o) {
@@ -1997,7 +1983,6 @@ var GetWorkflowExecutionHistoryCommand = _GetWorkflowExecutionHistoryCommand;
1997
1983
 
1998
1984
 
1999
1985
 
2000
-
2001
1986
  var _ListActivityTypesCommand = class _ListActivityTypesCommand extends import_smithy_client.Command.classBuilder().ep({
2002
1987
  ...commonParams
2003
1988
  }).m(function(Command, cs, config, o) {
@@ -2014,7 +1999,6 @@ var ListActivityTypesCommand = _ListActivityTypesCommand;
2014
1999
 
2015
2000
 
2016
2001
 
2017
-
2018
2002
  var _ListClosedWorkflowExecutionsCommand = class _ListClosedWorkflowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
2019
2003
  ...commonParams
2020
2004
  }).m(function(Command, cs, config, o) {
@@ -2031,7 +2015,6 @@ var ListClosedWorkflowExecutionsCommand = _ListClosedWorkflowExecutionsCommand;
2031
2015
 
2032
2016
 
2033
2017
 
2034
-
2035
2018
  var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
2036
2019
  ...commonParams
2037
2020
  }).m(function(Command, cs, config, o) {
@@ -2048,7 +2031,6 @@ var ListDomainsCommand = _ListDomainsCommand;
2048
2031
 
2049
2032
 
2050
2033
 
2051
-
2052
2034
  var _ListOpenWorkflowExecutionsCommand = class _ListOpenWorkflowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
2053
2035
  ...commonParams
2054
2036
  }).m(function(Command, cs, config, o) {
@@ -2065,7 +2047,6 @@ var ListOpenWorkflowExecutionsCommand = _ListOpenWorkflowExecutionsCommand;
2065
2047
 
2066
2048
 
2067
2049
 
2068
-
2069
2050
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2070
2051
  ...commonParams
2071
2052
  }).m(function(Command, cs, config, o) {
@@ -2082,7 +2063,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2082
2063
 
2083
2064
 
2084
2065
 
2085
-
2086
2066
  var _ListWorkflowTypesCommand = class _ListWorkflowTypesCommand extends import_smithy_client.Command.classBuilder().ep({
2087
2067
  ...commonParams
2088
2068
  }).m(function(Command, cs, config, o) {
@@ -2099,7 +2079,6 @@ var ListWorkflowTypesCommand = _ListWorkflowTypesCommand;
2099
2079
 
2100
2080
 
2101
2081
 
2102
-
2103
2082
  var _PollForActivityTaskCommand = class _PollForActivityTaskCommand extends import_smithy_client.Command.classBuilder().ep({
2104
2083
  ...commonParams
2105
2084
  }).m(function(Command, cs, config, o) {
@@ -2116,7 +2095,6 @@ var PollForActivityTaskCommand = _PollForActivityTaskCommand;
2116
2095
 
2117
2096
 
2118
2097
 
2119
-
2120
2098
  var _PollForDecisionTaskCommand = class _PollForDecisionTaskCommand extends import_smithy_client.Command.classBuilder().ep({
2121
2099
  ...commonParams
2122
2100
  }).m(function(Command, cs, config, o) {
@@ -2133,7 +2111,6 @@ var PollForDecisionTaskCommand = _PollForDecisionTaskCommand;
2133
2111
 
2134
2112
 
2135
2113
 
2136
-
2137
2114
  var _RecordActivityTaskHeartbeatCommand = class _RecordActivityTaskHeartbeatCommand extends import_smithy_client.Command.classBuilder().ep({
2138
2115
  ...commonParams
2139
2116
  }).m(function(Command, cs, config, o) {
@@ -2150,7 +2127,6 @@ var RecordActivityTaskHeartbeatCommand = _RecordActivityTaskHeartbeatCommand;
2150
2127
 
2151
2128
 
2152
2129
 
2153
-
2154
2130
  var _RegisterActivityTypeCommand = class _RegisterActivityTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2155
2131
  ...commonParams
2156
2132
  }).m(function(Command, cs, config, o) {
@@ -2167,7 +2143,6 @@ var RegisterActivityTypeCommand = _RegisterActivityTypeCommand;
2167
2143
 
2168
2144
 
2169
2145
 
2170
-
2171
2146
  var _RegisterDomainCommand = class _RegisterDomainCommand extends import_smithy_client.Command.classBuilder().ep({
2172
2147
  ...commonParams
2173
2148
  }).m(function(Command, cs, config, o) {
@@ -2184,7 +2159,6 @@ var RegisterDomainCommand = _RegisterDomainCommand;
2184
2159
 
2185
2160
 
2186
2161
 
2187
-
2188
2162
  var _RegisterWorkflowTypeCommand = class _RegisterWorkflowTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2189
2163
  ...commonParams
2190
2164
  }).m(function(Command, cs, config, o) {
@@ -2201,7 +2175,6 @@ var RegisterWorkflowTypeCommand = _RegisterWorkflowTypeCommand;
2201
2175
 
2202
2176
 
2203
2177
 
2204
-
2205
2178
  var _RequestCancelWorkflowExecutionCommand = class _RequestCancelWorkflowExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
2206
2179
  ...commonParams
2207
2180
  }).m(function(Command, cs, config, o) {
@@ -2218,7 +2191,6 @@ var RequestCancelWorkflowExecutionCommand = _RequestCancelWorkflowExecutionComma
2218
2191
 
2219
2192
 
2220
2193
 
2221
-
2222
2194
  var _RespondActivityTaskCanceledCommand = class _RespondActivityTaskCanceledCommand extends import_smithy_client.Command.classBuilder().ep({
2223
2195
  ...commonParams
2224
2196
  }).m(function(Command, cs, config, o) {
@@ -2235,7 +2207,6 @@ var RespondActivityTaskCanceledCommand = _RespondActivityTaskCanceledCommand;
2235
2207
 
2236
2208
 
2237
2209
 
2238
-
2239
2210
  var _RespondActivityTaskCompletedCommand = class _RespondActivityTaskCompletedCommand extends import_smithy_client.Command.classBuilder().ep({
2240
2211
  ...commonParams
2241
2212
  }).m(function(Command, cs, config, o) {
@@ -2252,7 +2223,6 @@ var RespondActivityTaskCompletedCommand = _RespondActivityTaskCompletedCommand;
2252
2223
 
2253
2224
 
2254
2225
 
2255
-
2256
2226
  var _RespondActivityTaskFailedCommand = class _RespondActivityTaskFailedCommand extends import_smithy_client.Command.classBuilder().ep({
2257
2227
  ...commonParams
2258
2228
  }).m(function(Command, cs, config, o) {
@@ -2269,7 +2239,6 @@ var RespondActivityTaskFailedCommand = _RespondActivityTaskFailedCommand;
2269
2239
 
2270
2240
 
2271
2241
 
2272
-
2273
2242
  var _RespondDecisionTaskCompletedCommand = class _RespondDecisionTaskCompletedCommand extends import_smithy_client.Command.classBuilder().ep({
2274
2243
  ...commonParams
2275
2244
  }).m(function(Command, cs, config, o) {
@@ -2286,7 +2255,6 @@ var RespondDecisionTaskCompletedCommand = _RespondDecisionTaskCompletedCommand;
2286
2255
 
2287
2256
 
2288
2257
 
2289
-
2290
2258
  var _SignalWorkflowExecutionCommand = class _SignalWorkflowExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
2291
2259
  ...commonParams
2292
2260
  }).m(function(Command, cs, config, o) {
@@ -2303,7 +2271,6 @@ var SignalWorkflowExecutionCommand = _SignalWorkflowExecutionCommand;
2303
2271
 
2304
2272
 
2305
2273
 
2306
-
2307
2274
  var _StartWorkflowExecutionCommand = class _StartWorkflowExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
2308
2275
  ...commonParams
2309
2276
  }).m(function(Command, cs, config, o) {
@@ -2320,7 +2287,6 @@ var StartWorkflowExecutionCommand = _StartWorkflowExecutionCommand;
2320
2287
 
2321
2288
 
2322
2289
 
2323
-
2324
2290
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2325
2291
  ...commonParams
2326
2292
  }).m(function(Command, cs, config, o) {
@@ -2337,7 +2303,6 @@ var TagResourceCommand = _TagResourceCommand;
2337
2303
 
2338
2304
 
2339
2305
 
2340
-
2341
2306
  var _TerminateWorkflowExecutionCommand = class _TerminateWorkflowExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
2342
2307
  ...commonParams
2343
2308
  }).m(function(Command, cs, config, o) {
@@ -2354,7 +2319,6 @@ var TerminateWorkflowExecutionCommand = _TerminateWorkflowExecutionCommand;
2354
2319
 
2355
2320
 
2356
2321
 
2357
-
2358
2322
  var _UndeprecateActivityTypeCommand = class _UndeprecateActivityTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2359
2323
  ...commonParams
2360
2324
  }).m(function(Command, cs, config, o) {
@@ -2371,7 +2335,6 @@ var UndeprecateActivityTypeCommand = _UndeprecateActivityTypeCommand;
2371
2335
 
2372
2336
 
2373
2337
 
2374
-
2375
2338
  var _UndeprecateDomainCommand = class _UndeprecateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
2376
2339
  ...commonParams
2377
2340
  }).m(function(Command, cs, config, o) {
@@ -2388,7 +2351,6 @@ var UndeprecateDomainCommand = _UndeprecateDomainCommand;
2388
2351
 
2389
2352
 
2390
2353
 
2391
-
2392
2354
  var _UndeprecateWorkflowTypeCommand = class _UndeprecateWorkflowTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2393
2355
  ...commonParams
2394
2356
  }).m(function(Command, cs, config, o) {
@@ -2405,7 +2367,6 @@ var UndeprecateWorkflowTypeCommand = _UndeprecateWorkflowTypeCommand;
2405
2367
 
2406
2368
 
2407
2369
 
2408
-
2409
2370
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2410
2371
  ...commonParams
2411
2372
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *