@aws-sdk/core 3.974.20 → 3.974.22
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/index.js +45 -50
- package/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
- package/dist-cjs/submodules/client/index.browser.js +297 -23
- package/dist-cjs/submodules/client/index.js +327 -52
- package/dist-cjs/submodules/client/index.native.js +297 -23
- package/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
- package/dist-cjs/submodules/protocols/index.js +107 -109
- package/dist-cjs/submodules/util/index.js +2 -4
- package/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
- package/package.json +8 -8
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var protocols = require('@smithy/core/protocols');
|
|
1
|
+
const { buildQueryString } = require("@smithy/core/protocols");
|
|
4
2
|
|
|
5
3
|
const validate = (str) => typeof str === "string" && str.indexOf("arn:") === 0 && str.split(":").length >= 6;
|
|
6
4
|
const parse = (arn) => {
|
|
@@ -36,7 +34,7 @@ function formatUrl(request) {
|
|
|
36
34
|
if (path && path.charAt(0) !== "/") {
|
|
37
35
|
path = `/${path}`;
|
|
38
36
|
}
|
|
39
|
-
let queryString = query ?
|
|
37
|
+
let queryString = query ? buildQueryString(query) : "";
|
|
40
38
|
if (queryString && queryString[0] !== "?") {
|
|
41
39
|
queryString = `?${queryString}`;
|
|
42
40
|
}
|
|
@@ -1 +1,276 @@
|
|
|
1
|
-
export const partitionsInfo = {
|
|
1
|
+
export const partitionsInfo = {
|
|
2
|
+
"partitions": [
|
|
3
|
+
{
|
|
4
|
+
"id": "aws",
|
|
5
|
+
"outputs": {
|
|
6
|
+
"dnsSuffix": "amazonaws.com",
|
|
7
|
+
"dualStackDnsSuffix": "api.aws",
|
|
8
|
+
"implicitGlobalRegion": "us-east-1",
|
|
9
|
+
"name": "aws",
|
|
10
|
+
"supportsDualStack": true,
|
|
11
|
+
"supportsFIPS": true
|
|
12
|
+
},
|
|
13
|
+
"regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
14
|
+
"regions": {
|
|
15
|
+
"af-south-1": {
|
|
16
|
+
"description": "Africa (Cape Town)"
|
|
17
|
+
},
|
|
18
|
+
"ap-east-1": {
|
|
19
|
+
"description": "Asia Pacific (Hong Kong)"
|
|
20
|
+
},
|
|
21
|
+
"ap-east-2": {
|
|
22
|
+
"description": "Asia Pacific (Taipei)"
|
|
23
|
+
},
|
|
24
|
+
"ap-northeast-1": {
|
|
25
|
+
"description": "Asia Pacific (Tokyo)"
|
|
26
|
+
},
|
|
27
|
+
"ap-northeast-2": {
|
|
28
|
+
"description": "Asia Pacific (Seoul)"
|
|
29
|
+
},
|
|
30
|
+
"ap-northeast-3": {
|
|
31
|
+
"description": "Asia Pacific (Osaka)"
|
|
32
|
+
},
|
|
33
|
+
"ap-south-1": {
|
|
34
|
+
"description": "Asia Pacific (Mumbai)"
|
|
35
|
+
},
|
|
36
|
+
"ap-south-2": {
|
|
37
|
+
"description": "Asia Pacific (Hyderabad)"
|
|
38
|
+
},
|
|
39
|
+
"ap-southeast-1": {
|
|
40
|
+
"description": "Asia Pacific (Singapore)"
|
|
41
|
+
},
|
|
42
|
+
"ap-southeast-2": {
|
|
43
|
+
"description": "Asia Pacific (Sydney)"
|
|
44
|
+
},
|
|
45
|
+
"ap-southeast-3": {
|
|
46
|
+
"description": "Asia Pacific (Jakarta)"
|
|
47
|
+
},
|
|
48
|
+
"ap-southeast-4": {
|
|
49
|
+
"description": "Asia Pacific (Melbourne)"
|
|
50
|
+
},
|
|
51
|
+
"ap-southeast-5": {
|
|
52
|
+
"description": "Asia Pacific (Malaysia)"
|
|
53
|
+
},
|
|
54
|
+
"ap-southeast-6": {
|
|
55
|
+
"description": "Asia Pacific (New Zealand)"
|
|
56
|
+
},
|
|
57
|
+
"ap-southeast-7": {
|
|
58
|
+
"description": "Asia Pacific (Thailand)"
|
|
59
|
+
},
|
|
60
|
+
"aws-global": {
|
|
61
|
+
"description": "aws global region"
|
|
62
|
+
},
|
|
63
|
+
"ca-central-1": {
|
|
64
|
+
"description": "Canada (Central)"
|
|
65
|
+
},
|
|
66
|
+
"ca-west-1": {
|
|
67
|
+
"description": "Canada West (Calgary)"
|
|
68
|
+
},
|
|
69
|
+
"eu-central-1": {
|
|
70
|
+
"description": "Europe (Frankfurt)"
|
|
71
|
+
},
|
|
72
|
+
"eu-central-2": {
|
|
73
|
+
"description": "Europe (Zurich)"
|
|
74
|
+
},
|
|
75
|
+
"eu-north-1": {
|
|
76
|
+
"description": "Europe (Stockholm)"
|
|
77
|
+
},
|
|
78
|
+
"eu-south-1": {
|
|
79
|
+
"description": "Europe (Milan)"
|
|
80
|
+
},
|
|
81
|
+
"eu-south-2": {
|
|
82
|
+
"description": "Europe (Spain)"
|
|
83
|
+
},
|
|
84
|
+
"eu-west-1": {
|
|
85
|
+
"description": "Europe (Ireland)"
|
|
86
|
+
},
|
|
87
|
+
"eu-west-2": {
|
|
88
|
+
"description": "Europe (London)"
|
|
89
|
+
},
|
|
90
|
+
"eu-west-3": {
|
|
91
|
+
"description": "Europe (Paris)"
|
|
92
|
+
},
|
|
93
|
+
"il-central-1": {
|
|
94
|
+
"description": "Israel (Tel Aviv)"
|
|
95
|
+
},
|
|
96
|
+
"me-central-1": {
|
|
97
|
+
"description": "Middle East (UAE)"
|
|
98
|
+
},
|
|
99
|
+
"me-south-1": {
|
|
100
|
+
"description": "Middle East (Bahrain)"
|
|
101
|
+
},
|
|
102
|
+
"mx-central-1": {
|
|
103
|
+
"description": "Mexico (Central)"
|
|
104
|
+
},
|
|
105
|
+
"sa-east-1": {
|
|
106
|
+
"description": "South America (Sao Paulo)"
|
|
107
|
+
},
|
|
108
|
+
"us-east-1": {
|
|
109
|
+
"description": "US East (N. Virginia)"
|
|
110
|
+
},
|
|
111
|
+
"us-east-2": {
|
|
112
|
+
"description": "US East (Ohio)"
|
|
113
|
+
},
|
|
114
|
+
"us-west-1": {
|
|
115
|
+
"description": "US West (N. California)"
|
|
116
|
+
},
|
|
117
|
+
"us-west-2": {
|
|
118
|
+
"description": "US West (Oregon)"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "aws-cn",
|
|
124
|
+
"outputs": {
|
|
125
|
+
"dnsSuffix": "amazonaws.com.cn",
|
|
126
|
+
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
127
|
+
"implicitGlobalRegion": "cn-northwest-1",
|
|
128
|
+
"name": "aws-cn",
|
|
129
|
+
"supportsDualStack": true,
|
|
130
|
+
"supportsFIPS": true
|
|
131
|
+
},
|
|
132
|
+
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
133
|
+
"regions": {
|
|
134
|
+
"aws-cn-global": {
|
|
135
|
+
"description": "aws-cn global region"
|
|
136
|
+
},
|
|
137
|
+
"cn-north-1": {
|
|
138
|
+
"description": "China (Beijing)"
|
|
139
|
+
},
|
|
140
|
+
"cn-northwest-1": {
|
|
141
|
+
"description": "China (Ningxia)"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "aws-eusc",
|
|
147
|
+
"outputs": {
|
|
148
|
+
"dnsSuffix": "amazonaws.eu",
|
|
149
|
+
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
150
|
+
"implicitGlobalRegion": "eusc-de-east-1",
|
|
151
|
+
"name": "aws-eusc",
|
|
152
|
+
"supportsDualStack": true,
|
|
153
|
+
"supportsFIPS": true
|
|
154
|
+
},
|
|
155
|
+
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
156
|
+
"regions": {
|
|
157
|
+
"eusc-de-east-1": {
|
|
158
|
+
"description": "AWS European Sovereign Cloud (Germany)"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "aws-iso",
|
|
164
|
+
"outputs": {
|
|
165
|
+
"dnsSuffix": "c2s.ic.gov",
|
|
166
|
+
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
167
|
+
"implicitGlobalRegion": "us-iso-east-1",
|
|
168
|
+
"name": "aws-iso",
|
|
169
|
+
"supportsDualStack": true,
|
|
170
|
+
"supportsFIPS": true
|
|
171
|
+
},
|
|
172
|
+
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
173
|
+
"regions": {
|
|
174
|
+
"aws-iso-global": {
|
|
175
|
+
"description": "aws-iso global region"
|
|
176
|
+
},
|
|
177
|
+
"us-iso-east-1": {
|
|
178
|
+
"description": "US ISO East"
|
|
179
|
+
},
|
|
180
|
+
"us-iso-west-1": {
|
|
181
|
+
"description": "US ISO WEST"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "aws-iso-b",
|
|
187
|
+
"outputs": {
|
|
188
|
+
"dnsSuffix": "sc2s.sgov.gov",
|
|
189
|
+
"dualStackDnsSuffix": "api.aws.scloud",
|
|
190
|
+
"implicitGlobalRegion": "us-isob-east-1",
|
|
191
|
+
"name": "aws-iso-b",
|
|
192
|
+
"supportsDualStack": true,
|
|
193
|
+
"supportsFIPS": true
|
|
194
|
+
},
|
|
195
|
+
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
196
|
+
"regions": {
|
|
197
|
+
"aws-iso-b-global": {
|
|
198
|
+
"description": "aws-iso-b global region"
|
|
199
|
+
},
|
|
200
|
+
"us-isob-east-1": {
|
|
201
|
+
"description": "US ISOB East (Ohio)"
|
|
202
|
+
},
|
|
203
|
+
"us-isob-west-1": {
|
|
204
|
+
"description": "US ISOB West"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "aws-iso-e",
|
|
210
|
+
"outputs": {
|
|
211
|
+
"dnsSuffix": "cloud.adc-e.uk",
|
|
212
|
+
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
213
|
+
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
214
|
+
"name": "aws-iso-e",
|
|
215
|
+
"supportsDualStack": true,
|
|
216
|
+
"supportsFIPS": true
|
|
217
|
+
},
|
|
218
|
+
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
219
|
+
"regions": {
|
|
220
|
+
"aws-iso-e-global": {
|
|
221
|
+
"description": "aws-iso-e global region"
|
|
222
|
+
},
|
|
223
|
+
"eu-isoe-west-1": {
|
|
224
|
+
"description": "EU ISOE West"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "aws-iso-f",
|
|
230
|
+
"outputs": {
|
|
231
|
+
"dnsSuffix": "csp.hci.ic.gov",
|
|
232
|
+
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
233
|
+
"implicitGlobalRegion": "us-isof-south-1",
|
|
234
|
+
"name": "aws-iso-f",
|
|
235
|
+
"supportsDualStack": true,
|
|
236
|
+
"supportsFIPS": true
|
|
237
|
+
},
|
|
238
|
+
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
239
|
+
"regions": {
|
|
240
|
+
"aws-iso-f-global": {
|
|
241
|
+
"description": "aws-iso-f global region"
|
|
242
|
+
},
|
|
243
|
+
"us-isof-east-1": {
|
|
244
|
+
"description": "US ISOF EAST"
|
|
245
|
+
},
|
|
246
|
+
"us-isof-south-1": {
|
|
247
|
+
"description": "US ISOF SOUTH"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "aws-us-gov",
|
|
253
|
+
"outputs": {
|
|
254
|
+
"dnsSuffix": "amazonaws.com",
|
|
255
|
+
"dualStackDnsSuffix": "api.aws",
|
|
256
|
+
"implicitGlobalRegion": "us-gov-west-1",
|
|
257
|
+
"name": "aws-us-gov",
|
|
258
|
+
"supportsDualStack": true,
|
|
259
|
+
"supportsFIPS": true
|
|
260
|
+
},
|
|
261
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
262
|
+
"regions": {
|
|
263
|
+
"aws-us-gov-global": {
|
|
264
|
+
"description": "aws-us-gov global region"
|
|
265
|
+
},
|
|
266
|
+
"us-gov-east-1": {
|
|
267
|
+
"description": "AWS GovCloud (US-East)"
|
|
268
|
+
},
|
|
269
|
+
"us-gov-west-1": {
|
|
270
|
+
"description": "AWS GovCloud (US-West)"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"version": "1.1"
|
|
276
|
+
};
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.974.
|
|
3
|
+
"version": "3.974.22",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline && premove ./dist-cjs/api-extractor-type-index.js",
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json && premove ./dist-es/api-extractor-type-index.js",
|
|
8
|
+
"build:es": "premove dist-es && tsc -p tsconfig.es.json && premove ./dist-es/api-extractor-type-index.js",
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
|
-
"build:types": "premove dist-types tsconfig.types.tsbuildinfo && tsc -p tsconfig.types.json",
|
|
10
|
+
"build:types": "premove dist-types && premove dist-types tsconfig.types.tsbuildinfo && tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "premove dist-cjs dist-es dist-types
|
|
12
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
14
|
"lint": "node ../../scripts/validation/submodules-linter.js",
|
|
15
|
-
"prebuild": "node scripts/copy-partitions.js",
|
|
15
|
+
"prebuild": "node scripts/copy-partitions.js && yarn lint",
|
|
16
16
|
"test": "yarn g:vitest run",
|
|
17
17
|
"test:watch": "yarn g:vitest watch",
|
|
18
18
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts && yarn test:temp:retry",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
},
|
|
111
111
|
"license": "Apache-2.0",
|
|
112
112
|
"dependencies": {
|
|
113
|
-
"@aws-sdk/types": "^3.973.
|
|
114
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
113
|
+
"@aws-sdk/types": "^3.973.13",
|
|
114
|
+
"@aws-sdk/xml-builder": "^3.972.30",
|
|
115
115
|
"@aws/lambda-invoke-store": "^0.2.2",
|
|
116
116
|
"@smithy/core": "^3.24.6",
|
|
117
117
|
"@smithy/signature-v4": "^5.4.6",
|