@aws-sdk/client-codecatalyst 3.649.0 → 3.651.1

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 (42) hide show
  1. package/dist-cjs/index.js +38 -114
  2. package/dist-es/commands/CreateAccessTokenCommand.js +1 -3
  3. package/dist-es/commands/CreateDevEnvironmentCommand.js +1 -3
  4. package/dist-es/commands/CreateProjectCommand.js +1 -3
  5. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +1 -3
  6. package/dist-es/commands/CreateSourceRepositoryCommand.js +1 -3
  7. package/dist-es/commands/DeleteAccessTokenCommand.js +1 -3
  8. package/dist-es/commands/DeleteDevEnvironmentCommand.js +1 -3
  9. package/dist-es/commands/DeleteProjectCommand.js +1 -3
  10. package/dist-es/commands/DeleteSourceRepositoryCommand.js +1 -3
  11. package/dist-es/commands/DeleteSpaceCommand.js +1 -3
  12. package/dist-es/commands/GetDevEnvironmentCommand.js +1 -3
  13. package/dist-es/commands/GetProjectCommand.js +1 -3
  14. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +1 -3
  15. package/dist-es/commands/GetSourceRepositoryCommand.js +1 -3
  16. package/dist-es/commands/GetSpaceCommand.js +1 -3
  17. package/dist-es/commands/GetSubscriptionCommand.js +1 -3
  18. package/dist-es/commands/GetUserDetailsCommand.js +1 -3
  19. package/dist-es/commands/GetWorkflowCommand.js +1 -3
  20. package/dist-es/commands/GetWorkflowRunCommand.js +1 -3
  21. package/dist-es/commands/ListAccessTokensCommand.js +1 -3
  22. package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +1 -3
  23. package/dist-es/commands/ListDevEnvironmentsCommand.js +1 -3
  24. package/dist-es/commands/ListEventLogsCommand.js +1 -3
  25. package/dist-es/commands/ListProjectsCommand.js +1 -3
  26. package/dist-es/commands/ListSourceRepositoriesCommand.js +1 -3
  27. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +1 -3
  28. package/dist-es/commands/ListSpacesCommand.js +1 -3
  29. package/dist-es/commands/ListWorkflowRunsCommand.js +1 -3
  30. package/dist-es/commands/ListWorkflowsCommand.js +1 -3
  31. package/dist-es/commands/StartDevEnvironmentCommand.js +1 -3
  32. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +1 -3
  33. package/dist-es/commands/StartWorkflowRunCommand.js +1 -3
  34. package/dist-es/commands/StopDevEnvironmentCommand.js +1 -3
  35. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +1 -3
  36. package/dist-es/commands/UpdateDevEnvironmentCommand.js +1 -3
  37. package/dist-es/commands/UpdateProjectCommand.js +1 -3
  38. package/dist-es/commands/UpdateSpaceCommand.js +1 -3
  39. package/dist-es/commands/VerifySessionCommand.js +1 -3
  40. package/dist-es/endpoint/endpointResolver.js +7 -3
  41. package/package.json +2 -2
  42. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -1917,9 +1917,7 @@ var _uN = "userName";
1917
1917
  var _wI = "workflowId";
1918
1918
 
1919
1919
  // src/commands/CreateAccessTokenCommand.ts
1920
- var _CreateAccessTokenCommand = class _CreateAccessTokenCommand extends import_smithy_client.Command.classBuilder().ep({
1921
- ...commonParams
1922
- }).m(function(Command, cs, config, o) {
1920
+ var _CreateAccessTokenCommand = class _CreateAccessTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1923
1921
  return [
1924
1922
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1925
1923
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1933,9 +1931,7 @@ var CreateAccessTokenCommand = _CreateAccessTokenCommand;
1933
1931
 
1934
1932
 
1935
1933
 
1936
- var _CreateDevEnvironmentCommand = class _CreateDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
1937
- ...commonParams
1938
- }).m(function(Command, cs, config, o) {
1934
+ var _CreateDevEnvironmentCommand = class _CreateDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1939
1935
  return [
1940
1936
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1941
1937
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1949,9 +1945,7 @@ var CreateDevEnvironmentCommand = _CreateDevEnvironmentCommand;
1949
1945
 
1950
1946
 
1951
1947
 
1952
- var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep({
1953
- ...commonParams
1954
- }).m(function(Command, cs, config, o) {
1948
+ var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1955
1949
  return [
1956
1950
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1957
1951
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1965,9 +1959,7 @@ var CreateProjectCommand = _CreateProjectCommand;
1965
1959
 
1966
1960
 
1967
1961
 
1968
- var _CreateSourceRepositoryBranchCommand = class _CreateSourceRepositoryBranchCommand extends import_smithy_client.Command.classBuilder().ep({
1969
- ...commonParams
1970
- }).m(function(Command, cs, config, o) {
1962
+ var _CreateSourceRepositoryBranchCommand = class _CreateSourceRepositoryBranchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1971
1963
  return [
1972
1964
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1973
1965
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1981,9 +1973,7 @@ var CreateSourceRepositoryBranchCommand = _CreateSourceRepositoryBranchCommand;
1981
1973
 
1982
1974
 
1983
1975
 
1984
- var _CreateSourceRepositoryCommand = class _CreateSourceRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
1985
- ...commonParams
1986
- }).m(function(Command, cs, config, o) {
1976
+ var _CreateSourceRepositoryCommand = class _CreateSourceRepositoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1987
1977
  return [
1988
1978
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1989
1979
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1997,9 +1987,7 @@ var CreateSourceRepositoryCommand = _CreateSourceRepositoryCommand;
1997
1987
 
1998
1988
 
1999
1989
 
2000
- var _DeleteAccessTokenCommand = class _DeleteAccessTokenCommand extends import_smithy_client.Command.classBuilder().ep({
2001
- ...commonParams
2002
- }).m(function(Command, cs, config, o) {
1990
+ var _DeleteAccessTokenCommand = class _DeleteAccessTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2003
1991
  return [
2004
1992
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2005
1993
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2013,9 +2001,7 @@ var DeleteAccessTokenCommand = _DeleteAccessTokenCommand;
2013
2001
 
2014
2002
 
2015
2003
 
2016
- var _DeleteDevEnvironmentCommand = class _DeleteDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2017
- ...commonParams
2018
- }).m(function(Command, cs, config, o) {
2004
+ var _DeleteDevEnvironmentCommand = class _DeleteDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2019
2005
  return [
2020
2006
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2021
2007
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2029,9 +2015,7 @@ var DeleteDevEnvironmentCommand = _DeleteDevEnvironmentCommand;
2029
2015
 
2030
2016
 
2031
2017
 
2032
- var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep({
2033
- ...commonParams
2034
- }).m(function(Command, cs, config, o) {
2018
+ var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2035
2019
  return [
2036
2020
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2037
2021
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2045,9 +2029,7 @@ var DeleteProjectCommand = _DeleteProjectCommand;
2045
2029
 
2046
2030
 
2047
2031
 
2048
- var _DeleteSourceRepositoryCommand = class _DeleteSourceRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
2049
- ...commonParams
2050
- }).m(function(Command, cs, config, o) {
2032
+ var _DeleteSourceRepositoryCommand = class _DeleteSourceRepositoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2051
2033
  return [
2052
2034
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2053
2035
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2061,9 +2043,7 @@ var DeleteSourceRepositoryCommand = _DeleteSourceRepositoryCommand;
2061
2043
 
2062
2044
 
2063
2045
 
2064
- var _DeleteSpaceCommand = class _DeleteSpaceCommand extends import_smithy_client.Command.classBuilder().ep({
2065
- ...commonParams
2066
- }).m(function(Command, cs, config, o) {
2046
+ var _DeleteSpaceCommand = class _DeleteSpaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2067
2047
  return [
2068
2048
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2069
2049
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2077,9 +2057,7 @@ var DeleteSpaceCommand = _DeleteSpaceCommand;
2077
2057
 
2078
2058
 
2079
2059
 
2080
- var _GetDevEnvironmentCommand = class _GetDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2081
- ...commonParams
2082
- }).m(function(Command, cs, config, o) {
2060
+ var _GetDevEnvironmentCommand = class _GetDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2083
2061
  return [
2084
2062
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2085
2063
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2093,9 +2071,7 @@ var GetDevEnvironmentCommand = _GetDevEnvironmentCommand;
2093
2071
 
2094
2072
 
2095
2073
 
2096
- var _GetProjectCommand = class _GetProjectCommand extends import_smithy_client.Command.classBuilder().ep({
2097
- ...commonParams
2098
- }).m(function(Command, cs, config, o) {
2074
+ var _GetProjectCommand = class _GetProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2099
2075
  return [
2100
2076
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2101
2077
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2109,9 +2085,7 @@ var GetProjectCommand = _GetProjectCommand;
2109
2085
 
2110
2086
 
2111
2087
 
2112
- var _GetSourceRepositoryCloneUrlsCommand = class _GetSourceRepositoryCloneUrlsCommand extends import_smithy_client.Command.classBuilder().ep({
2113
- ...commonParams
2114
- }).m(function(Command, cs, config, o) {
2088
+ var _GetSourceRepositoryCloneUrlsCommand = class _GetSourceRepositoryCloneUrlsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2115
2089
  return [
2116
2090
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2117
2091
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2125,9 +2099,7 @@ var GetSourceRepositoryCloneUrlsCommand = _GetSourceRepositoryCloneUrlsCommand;
2125
2099
 
2126
2100
 
2127
2101
 
2128
- var _GetSourceRepositoryCommand = class _GetSourceRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
2129
- ...commonParams
2130
- }).m(function(Command, cs, config, o) {
2102
+ var _GetSourceRepositoryCommand = class _GetSourceRepositoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2131
2103
  return [
2132
2104
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2133
2105
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2141,9 +2113,7 @@ var GetSourceRepositoryCommand = _GetSourceRepositoryCommand;
2141
2113
 
2142
2114
 
2143
2115
 
2144
- var _GetSpaceCommand = class _GetSpaceCommand extends import_smithy_client.Command.classBuilder().ep({
2145
- ...commonParams
2146
- }).m(function(Command, cs, config, o) {
2116
+ var _GetSpaceCommand = class _GetSpaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2147
2117
  return [
2148
2118
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2149
2119
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2157,9 +2127,7 @@ var GetSpaceCommand = _GetSpaceCommand;
2157
2127
 
2158
2128
 
2159
2129
 
2160
- var _GetSubscriptionCommand = class _GetSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2161
- ...commonParams
2162
- }).m(function(Command, cs, config, o) {
2130
+ var _GetSubscriptionCommand = class _GetSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2163
2131
  return [
2164
2132
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2165
2133
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2173,9 +2141,7 @@ var GetSubscriptionCommand = _GetSubscriptionCommand;
2173
2141
 
2174
2142
 
2175
2143
 
2176
- var _GetUserDetailsCommand = class _GetUserDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
2177
- ...commonParams
2178
- }).m(function(Command, cs, config, o) {
2144
+ var _GetUserDetailsCommand = class _GetUserDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2179
2145
  return [
2180
2146
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2181
2147
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2189,9 +2155,7 @@ var GetUserDetailsCommand = _GetUserDetailsCommand;
2189
2155
 
2190
2156
 
2191
2157
 
2192
- var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
2193
- ...commonParams
2194
- }).m(function(Command, cs, config, o) {
2158
+ var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2195
2159
  return [
2196
2160
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2197
2161
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2205,9 +2169,7 @@ var GetWorkflowCommand = _GetWorkflowCommand;
2205
2169
 
2206
2170
 
2207
2171
 
2208
- var _GetWorkflowRunCommand = class _GetWorkflowRunCommand extends import_smithy_client.Command.classBuilder().ep({
2209
- ...commonParams
2210
- }).m(function(Command, cs, config, o) {
2172
+ var _GetWorkflowRunCommand = class _GetWorkflowRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2211
2173
  return [
2212
2174
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2213
2175
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2221,9 +2183,7 @@ var GetWorkflowRunCommand = _GetWorkflowRunCommand;
2221
2183
 
2222
2184
 
2223
2185
 
2224
- var _ListAccessTokensCommand = class _ListAccessTokensCommand extends import_smithy_client.Command.classBuilder().ep({
2225
- ...commonParams
2226
- }).m(function(Command, cs, config, o) {
2186
+ var _ListAccessTokensCommand = class _ListAccessTokensCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2227
2187
  return [
2228
2188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2229
2189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2237,9 +2197,7 @@ var ListAccessTokensCommand = _ListAccessTokensCommand;
2237
2197
 
2238
2198
 
2239
2199
 
2240
- var _ListDevEnvironmentsCommand = class _ListDevEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
2241
- ...commonParams
2242
- }).m(function(Command, cs, config, o) {
2200
+ var _ListDevEnvironmentsCommand = class _ListDevEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2243
2201
  return [
2244
2202
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2245
2203
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2253,9 +2211,7 @@ var ListDevEnvironmentsCommand = _ListDevEnvironmentsCommand;
2253
2211
 
2254
2212
 
2255
2213
 
2256
- var _ListDevEnvironmentSessionsCommand = class _ListDevEnvironmentSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
2257
- ...commonParams
2258
- }).m(function(Command, cs, config, o) {
2214
+ var _ListDevEnvironmentSessionsCommand = class _ListDevEnvironmentSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2259
2215
  return [
2260
2216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2261
2217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2269,9 +2225,7 @@ var ListDevEnvironmentSessionsCommand = _ListDevEnvironmentSessionsCommand;
2269
2225
 
2270
2226
 
2271
2227
 
2272
- var _ListEventLogsCommand = class _ListEventLogsCommand extends import_smithy_client.Command.classBuilder().ep({
2273
- ...commonParams
2274
- }).m(function(Command, cs, config, o) {
2228
+ var _ListEventLogsCommand = class _ListEventLogsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2275
2229
  return [
2276
2230
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2277
2231
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2285,9 +2239,7 @@ var ListEventLogsCommand = _ListEventLogsCommand;
2285
2239
 
2286
2240
 
2287
2241
 
2288
- var _ListProjectsCommand = class _ListProjectsCommand extends import_smithy_client.Command.classBuilder().ep({
2289
- ...commonParams
2290
- }).m(function(Command, cs, config, o) {
2242
+ var _ListProjectsCommand = class _ListProjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2291
2243
  return [
2292
2244
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2293
2245
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2301,9 +2253,7 @@ var ListProjectsCommand = _ListProjectsCommand;
2301
2253
 
2302
2254
 
2303
2255
 
2304
- var _ListSourceRepositoriesCommand = class _ListSourceRepositoriesCommand extends import_smithy_client.Command.classBuilder().ep({
2305
- ...commonParams
2306
- }).m(function(Command, cs, config, o) {
2256
+ var _ListSourceRepositoriesCommand = class _ListSourceRepositoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2307
2257
  return [
2308
2258
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2309
2259
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2317,9 +2267,7 @@ var ListSourceRepositoriesCommand = _ListSourceRepositoriesCommand;
2317
2267
 
2318
2268
 
2319
2269
 
2320
- var _ListSourceRepositoryBranchesCommand = class _ListSourceRepositoryBranchesCommand extends import_smithy_client.Command.classBuilder().ep({
2321
- ...commonParams
2322
- }).m(function(Command, cs, config, o) {
2270
+ var _ListSourceRepositoryBranchesCommand = class _ListSourceRepositoryBranchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2323
2271
  return [
2324
2272
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2325
2273
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2333,9 +2281,7 @@ var ListSourceRepositoryBranchesCommand = _ListSourceRepositoryBranchesCommand;
2333
2281
 
2334
2282
 
2335
2283
 
2336
- var _ListSpacesCommand = class _ListSpacesCommand extends import_smithy_client.Command.classBuilder().ep({
2337
- ...commonParams
2338
- }).m(function(Command, cs, config, o) {
2284
+ var _ListSpacesCommand = class _ListSpacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2339
2285
  return [
2340
2286
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2341
2287
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2349,9 +2295,7 @@ var ListSpacesCommand = _ListSpacesCommand;
2349
2295
 
2350
2296
 
2351
2297
 
2352
- var _ListWorkflowRunsCommand = class _ListWorkflowRunsCommand extends import_smithy_client.Command.classBuilder().ep({
2353
- ...commonParams
2354
- }).m(function(Command, cs, config, o) {
2298
+ var _ListWorkflowRunsCommand = class _ListWorkflowRunsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2355
2299
  return [
2356
2300
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2357
2301
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2365,9 +2309,7 @@ var ListWorkflowRunsCommand = _ListWorkflowRunsCommand;
2365
2309
 
2366
2310
 
2367
2311
 
2368
- var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
2369
- ...commonParams
2370
- }).m(function(Command, cs, config, o) {
2312
+ var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2371
2313
  return [
2372
2314
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2373
2315
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2381,9 +2323,7 @@ var ListWorkflowsCommand = _ListWorkflowsCommand;
2381
2323
 
2382
2324
 
2383
2325
 
2384
- var _StartDevEnvironmentCommand = class _StartDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2385
- ...commonParams
2386
- }).m(function(Command, cs, config, o) {
2326
+ var _StartDevEnvironmentCommand = class _StartDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2387
2327
  return [
2388
2328
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2389
2329
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2397,9 +2337,7 @@ var StartDevEnvironmentCommand = _StartDevEnvironmentCommand;
2397
2337
 
2398
2338
 
2399
2339
 
2400
- var _StartDevEnvironmentSessionCommand = class _StartDevEnvironmentSessionCommand extends import_smithy_client.Command.classBuilder().ep({
2401
- ...commonParams
2402
- }).m(function(Command, cs, config, o) {
2340
+ var _StartDevEnvironmentSessionCommand = class _StartDevEnvironmentSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2403
2341
  return [
2404
2342
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2405
2343
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2413,9 +2351,7 @@ var StartDevEnvironmentSessionCommand = _StartDevEnvironmentSessionCommand;
2413
2351
 
2414
2352
 
2415
2353
 
2416
- var _StartWorkflowRunCommand = class _StartWorkflowRunCommand extends import_smithy_client.Command.classBuilder().ep({
2417
- ...commonParams
2418
- }).m(function(Command, cs, config, o) {
2354
+ var _StartWorkflowRunCommand = class _StartWorkflowRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2419
2355
  return [
2420
2356
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2421
2357
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2429,9 +2365,7 @@ var StartWorkflowRunCommand = _StartWorkflowRunCommand;
2429
2365
 
2430
2366
 
2431
2367
 
2432
- var _StopDevEnvironmentCommand = class _StopDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2433
- ...commonParams
2434
- }).m(function(Command, cs, config, o) {
2368
+ var _StopDevEnvironmentCommand = class _StopDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2435
2369
  return [
2436
2370
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2437
2371
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2445,9 +2379,7 @@ var StopDevEnvironmentCommand = _StopDevEnvironmentCommand;
2445
2379
 
2446
2380
 
2447
2381
 
2448
- var _StopDevEnvironmentSessionCommand = class _StopDevEnvironmentSessionCommand extends import_smithy_client.Command.classBuilder().ep({
2449
- ...commonParams
2450
- }).m(function(Command, cs, config, o) {
2382
+ var _StopDevEnvironmentSessionCommand = class _StopDevEnvironmentSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2451
2383
  return [
2452
2384
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2453
2385
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2461,9 +2393,7 @@ var StopDevEnvironmentSessionCommand = _StopDevEnvironmentSessionCommand;
2461
2393
 
2462
2394
 
2463
2395
 
2464
- var _UpdateDevEnvironmentCommand = class _UpdateDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
2465
- ...commonParams
2466
- }).m(function(Command, cs, config, o) {
2396
+ var _UpdateDevEnvironmentCommand = class _UpdateDevEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2467
2397
  return [
2468
2398
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2469
2399
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2477,9 +2407,7 @@ var UpdateDevEnvironmentCommand = _UpdateDevEnvironmentCommand;
2477
2407
 
2478
2408
 
2479
2409
 
2480
- var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_client.Command.classBuilder().ep({
2481
- ...commonParams
2482
- }).m(function(Command, cs, config, o) {
2410
+ var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2483
2411
  return [
2484
2412
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2485
2413
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2493,9 +2421,7 @@ var UpdateProjectCommand = _UpdateProjectCommand;
2493
2421
 
2494
2422
 
2495
2423
 
2496
- var _UpdateSpaceCommand = class _UpdateSpaceCommand extends import_smithy_client.Command.classBuilder().ep({
2497
- ...commonParams
2498
- }).m(function(Command, cs, config, o) {
2424
+ var _UpdateSpaceCommand = class _UpdateSpaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2499
2425
  return [
2500
2426
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2501
2427
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2509,9 +2435,7 @@ var UpdateSpaceCommand = _UpdateSpaceCommand;
2509
2435
 
2510
2436
 
2511
2437
 
2512
- var _VerifySessionCommand = class _VerifySessionCommand extends import_smithy_client.Command.classBuilder().ep({
2513
- ...commonParams
2514
- }).m(function(Command, cs, config, o) {
2438
+ var _VerifySessionCommand = class _VerifySessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2515
2439
  return [
2516
2440
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2517
2441
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7,9 +7,7 @@ import { de_CreateAccessTokenCommand, se_CreateAccessTokenCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreateAccessTokenCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDevEnvironmentCommand, se_CreateDevEnvironmentCommand } from "
6
6
  export { $Command };
7
7
  export class CreateDevEnvironmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateProjectCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateSourceRepositoryBranchCommand, se_CreateSourceRepositoryBranch
6
6
  export { $Command };
7
7
  export class CreateSourceRepositoryBranchCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateSourceRepositoryCommand, se_CreateSourceRepositoryCommand } fr
6
6
  export { $Command };
7
7
  export class CreateSourceRepositoryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAccessTokenCommand, se_DeleteAccessTokenCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteAccessTokenCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDevEnvironmentCommand, se_DeleteDevEnvironmentCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteDevEnvironmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteProjectCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSourceRepositoryCommand, se_DeleteSourceRepositoryCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteSourceRepositoryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSpaceCommand, se_DeleteSpaceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteSpaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDevEnvironmentCommand, se_GetDevEnvironmentCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetDevEnvironmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class GetProjectCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSourceRepositoryCloneUrlsCommand, se_GetSourceRepositoryCloneUrls
6
6
  export { $Command };
7
7
  export class GetSourceRepositoryCloneUrlsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSourceRepositoryCommand, se_GetSourceRepositoryCommand } from "..
6
6
  export { $Command };
7
7
  export class GetSourceRepositoryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSpaceCommand, se_GetSpaceCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class GetSpaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSubscriptionCommand, se_GetSubscriptionCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetUserDetailsCommand, se_GetUserDetailsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetUserDetailsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class GetWorkflowCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetWorkflowRunCommand, se_GetWorkflowRunCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetWorkflowRunCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAccessTokensCommand, se_ListAccessTokensCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListAccessTokensCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDevEnvironmentSessionsCommand, se_ListDevEnvironmentSessionsComm
6
6
  export { $Command };
7
7
  export class ListDevEnvironmentSessionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDevEnvironmentsCommand, se_ListDevEnvironmentsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListDevEnvironmentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEventLogsCommand, se_ListEventLogsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListEventLogsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListProjectsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSourceRepositoriesCommand, se_ListSourceRepositoriesCommand } fr
6
6
  export { $Command };
7
7
  export class ListSourceRepositoriesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSourceRepositoryBranchesCommand, se_ListSourceRepositoryBranches
6
6
  export { $Command };
7
7
  export class ListSourceRepositoryBranchesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSpacesCommand, se_ListSpacesCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListSpacesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListWorkflowRunsCommand, se_ListWorkflowRunsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListWorkflowRunsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListWorkflowsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartDevEnvironmentCommand, se_StartDevEnvironmentCommand } from "..
6
6
  export { $Command };
7
7
  export class StartDevEnvironmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StartDevEnvironmentSessionCommand, se_StartDevEnvironmentSessionComm
7
7
  export { $Command };
8
8
  export class StartDevEnvironmentSessionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartWorkflowRunCommand, se_StartWorkflowRunCommand } from "../proto
6
6
  export { $Command };
7
7
  export class StartWorkflowRunCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopDevEnvironmentCommand, se_StopDevEnvironmentCommand } from "../p
6
6
  export { $Command };
7
7
  export class StopDevEnvironmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopDevEnvironmentSessionCommand, se_StopDevEnvironmentSessionComman
6
6
  export { $Command };
7
7
  export class StopDevEnvironmentSessionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateDevEnvironmentCommand, se_UpdateDevEnvironmentCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateDevEnvironmentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateProjectCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateSpaceCommand, se_UpdateSpaceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateSpaceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_VerifySessionCommand, se_VerifySessionCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class VerifySessionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecatalyst",
3
3
  "description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.651.1",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codecatalyst",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.649.0",
23
+ "@aws-sdk/core": "3.651.1",
24
24
  "@aws-sdk/middleware-host-header": "3.649.0",
25
25
  "@aws-sdk/middleware-logger": "3.649.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.649.0",
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }