@aws-sdk/client-codecatalyst 3.645.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +38 -114
- package/dist-es/commands/CreateAccessTokenCommand.js +1 -3
- package/dist-es/commands/CreateDevEnvironmentCommand.js +1 -3
- package/dist-es/commands/CreateProjectCommand.js +1 -3
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +1 -3
- package/dist-es/commands/CreateSourceRepositoryCommand.js +1 -3
- package/dist-es/commands/DeleteAccessTokenCommand.js +1 -3
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +1 -3
- package/dist-es/commands/DeleteProjectCommand.js +1 -3
- package/dist-es/commands/DeleteSourceRepositoryCommand.js +1 -3
- package/dist-es/commands/DeleteSpaceCommand.js +1 -3
- package/dist-es/commands/GetDevEnvironmentCommand.js +1 -3
- package/dist-es/commands/GetProjectCommand.js +1 -3
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +1 -3
- package/dist-es/commands/GetSourceRepositoryCommand.js +1 -3
- package/dist-es/commands/GetSpaceCommand.js +1 -3
- package/dist-es/commands/GetSubscriptionCommand.js +1 -3
- package/dist-es/commands/GetUserDetailsCommand.js +1 -3
- package/dist-es/commands/GetWorkflowCommand.js +1 -3
- package/dist-es/commands/GetWorkflowRunCommand.js +1 -3
- package/dist-es/commands/ListAccessTokensCommand.js +1 -3
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +1 -3
- package/dist-es/commands/ListDevEnvironmentsCommand.js +1 -3
- package/dist-es/commands/ListEventLogsCommand.js +1 -3
- package/dist-es/commands/ListProjectsCommand.js +1 -3
- package/dist-es/commands/ListSourceRepositoriesCommand.js +1 -3
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +1 -3
- package/dist-es/commands/ListSpacesCommand.js +1 -3
- package/dist-es/commands/ListWorkflowRunsCommand.js +1 -3
- package/dist-es/commands/ListWorkflowsCommand.js +1 -3
- package/dist-es/commands/StartDevEnvironmentCommand.js +1 -3
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +1 -3
- package/dist-es/commands/StartWorkflowRunCommand.js +1 -3
- package/dist-es/commands/StopDevEnvironmentCommand.js +1 -3
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +1 -3
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +1 -3
- package/dist-es/commands/UpdateProjectCommand.js +1 -3
- package/dist-es/commands/UpdateSpaceCommand.js +1 -3
- package/dist-es/commands/VerifySessionCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +33 -33
|
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
|
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
6
|
const ruleset_1 = require("./ruleset");
|
|
7
|
+
const cache = new util_endpoints_2.EndpointCache({
|
|
8
|
+
size: 50,
|
|
9
|
+
params: ["Endpoint", "Region", "UseFIPS"],
|
|
10
|
+
});
|
|
7
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
8
|
-
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
9
13
|
endpointParams: endpointParams,
|
|
10
14
|
logger: context.logger,
|
|
11
|
-
});
|
|
15
|
+
}));
|
|
12
16
|
};
|
|
13
17
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
18
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
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;
|
|
@@ -17,6 +17,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
17
17
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
18
18
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
apiVersion: string;
|
|
20
|
+
cacheMiddleware?: boolean | undefined;
|
|
20
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
22
23
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
33
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
34
35
|
}) => import("@smithy/types").EndpointV2;
|
|
35
36
|
tls?: boolean | undefined;
|
|
37
|
+
serviceConfiguredEndpoint?: undefined;
|
|
36
38
|
httpAuthSchemes: {
|
|
37
39
|
schemeId: string;
|
|
38
40
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
24
24
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
25
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
26
|
apiVersion: string;
|
|
27
|
+
cacheMiddleware?: boolean | undefined;
|
|
27
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
29
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
30
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -40,6 +41,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
40
41
|
logger?: import("@smithy/types").Logger | undefined;
|
|
41
42
|
}) => import("@smithy/types").EndpointV2;
|
|
42
43
|
tls?: boolean | undefined;
|
|
44
|
+
serviceConfiguredEndpoint?: undefined;
|
|
43
45
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
|
|
44
46
|
token?: import("@smithy/types").TokenIdentity | import("@smithy/types").TokenIdentityProvider | undefined;
|
|
45
47
|
};
|
|
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
|
+
cacheMiddleware?: boolean | undefined;
|
|
10
11
|
urlParser: import("@smithy/types").UrlParser;
|
|
11
12
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
13
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -32,6 +33,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
32
33
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
34
|
}) => import("@smithy/types").EndpointV2;
|
|
34
35
|
tls?: boolean | undefined;
|
|
36
|
+
serviceConfiguredEndpoint?: undefined;
|
|
35
37
|
httpAuthSchemes: {
|
|
36
38
|
schemeId: string;
|
|
37
39
|
identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
|
|
@@ -20,6 +20,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
20
20
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
apiVersion: string;
|
|
23
|
+
cacheMiddleware?: boolean | undefined;
|
|
23
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
24
25
|
base64Decoder: import("@smithy/types").Decoder;
|
|
25
26
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -58,6 +59,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
58
59
|
}
|
|
59
60
|
) => import("@smithy/types").EndpointV2;
|
|
60
61
|
tls?: boolean | undefined;
|
|
62
|
+
serviceConfiguredEndpoint?: undefined;
|
|
61
63
|
httpAuthSchemes: {
|
|
62
64
|
schemeId: string;
|
|
63
65
|
identityProvider: (
|
|
@@ -33,6 +33,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
33
33
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
34
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
35
35
|
apiVersion: string;
|
|
36
|
+
cacheMiddleware?: boolean | undefined;
|
|
36
37
|
urlParser: import("@smithy/types").UrlParser;
|
|
37
38
|
base64Decoder: import("@smithy/types").Decoder;
|
|
38
39
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -71,6 +72,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
71
72
|
}
|
|
72
73
|
) => import("@smithy/types").EndpointV2;
|
|
73
74
|
tls?: boolean | undefined;
|
|
75
|
+
serviceConfiguredEndpoint?: undefined;
|
|
74
76
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodeCatalystHttpAuthSchemeProvider;
|
|
75
77
|
token?:
|
|
76
78
|
| import("@smithy/types").TokenIdentity
|
|
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
apiVersion: string;
|
|
12
|
+
cacheMiddleware?: boolean | undefined;
|
|
12
13
|
urlParser: import("@smithy/types").UrlParser;
|
|
13
14
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -52,6 +53,7 @@ export declare const getRuntimeConfig: (config: CodeCatalystClientConfig) => {
|
|
|
52
53
|
}
|
|
53
54
|
) => import("@smithy/types").EndpointV2;
|
|
54
55
|
tls?: boolean | undefined;
|
|
56
|
+
serviceConfiguredEndpoint?: undefined;
|
|
55
57
|
httpAuthSchemes: {
|
|
56
58
|
schemeId: string;
|
|
57
59
|
identityProvider: (
|
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.
|
|
4
|
+
"version": "3.650.0",
|
|
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,41 +20,41 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
25
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
-
"@aws-sdk/token-providers": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^3.0.
|
|
35
|
-
"@smithy/core": "^2.4.
|
|
36
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
37
|
-
"@smithy/hash-node": "^3.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
41
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
-
"@smithy/middleware-serde": "^3.0.
|
|
43
|
-
"@smithy/middleware-stack": "^3.0.
|
|
44
|
-
"@smithy/node-config-provider": "^3.1.
|
|
45
|
-
"@smithy/node-http-handler": "^3.
|
|
46
|
-
"@smithy/protocol-http": "^4.1.
|
|
47
|
-
"@smithy/smithy-client": "^3.
|
|
48
|
-
"@smithy/types": "^3.
|
|
49
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/core": "3.649.0",
|
|
24
|
+
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
25
|
+
"@aws-sdk/middleware-logger": "3.649.0",
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.649.0",
|
|
28
|
+
"@aws-sdk/region-config-resolver": "3.649.0",
|
|
29
|
+
"@aws-sdk/token-providers": "3.649.0",
|
|
30
|
+
"@aws-sdk/types": "3.649.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.649.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.649.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.649.0",
|
|
34
|
+
"@smithy/config-resolver": "^3.0.6",
|
|
35
|
+
"@smithy/core": "^2.4.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^3.2.5",
|
|
37
|
+
"@smithy/hash-node": "^3.0.4",
|
|
38
|
+
"@smithy/invalid-dependency": "^3.0.4",
|
|
39
|
+
"@smithy/middleware-content-length": "^3.0.6",
|
|
40
|
+
"@smithy/middleware-endpoint": "^3.1.1",
|
|
41
|
+
"@smithy/middleware-retry": "^3.0.16",
|
|
42
|
+
"@smithy/middleware-serde": "^3.0.4",
|
|
43
|
+
"@smithy/middleware-stack": "^3.0.4",
|
|
44
|
+
"@smithy/node-config-provider": "^3.1.5",
|
|
45
|
+
"@smithy/node-http-handler": "^3.2.0",
|
|
46
|
+
"@smithy/protocol-http": "^4.1.1",
|
|
47
|
+
"@smithy/smithy-client": "^3.3.0",
|
|
48
|
+
"@smithy/types": "^3.4.0",
|
|
49
|
+
"@smithy/url-parser": "^3.0.4",
|
|
50
50
|
"@smithy/util-base64": "^3.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
-
"@smithy/util-endpoints": "^2.0
|
|
56
|
-
"@smithy/util-middleware": "^3.0.
|
|
57
|
-
"@smithy/util-retry": "^3.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^3.0.16",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^3.0.16",
|
|
55
|
+
"@smithy/util-endpoints": "^2.1.0",
|
|
56
|
+
"@smithy/util-middleware": "^3.0.4",
|
|
57
|
+
"@smithy/util-retry": "^3.0.4",
|
|
58
58
|
"@smithy/util-utf8": "^3.0.0",
|
|
59
59
|
"tslib": "^2.6.2",
|
|
60
60
|
"uuid": "^9.0.1"
|