@psnext/slingcli 2.5.20260617-1 → 2.5.20260621-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.
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +276 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +276 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +276 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +21 -57
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +30 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +252 -261
- package/node_modules/@earendil-works/pi-ai/dist/models.js +4 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +52 -34
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +11 -9
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +7 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js +15 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/google.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +18 -17
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +21 -8
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +8 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/stream.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.js +17 -22
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/provider-env.js +44 -0
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bun/restore-sandbox-env.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +10 -7
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +8 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +10 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/vendor/marked.min.js +75 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +17 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +8 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +10 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resolve-config-value.js +19 -19
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +6 -6
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +17 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +0 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector.js +0 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +6 -6
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.js +23 -5
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +17 -17
- package/node_modules/@earendil-works/pi-coding-agent/package.json +4 -4
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +5 -1
- package/node_modules/@earendil-works/pi-tui/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +10 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +2 -2
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/node/buffer.d.ts +0 -5
- package/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/node/crypto.d.ts +454 -571
- package/node_modules/@types/node/diagnostics_channel.d.ts +20 -9
- package/node_modules/@types/node/dns.d.ts +14 -14
- package/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/node/fs/promises.d.ts +4 -4
- package/node_modules/@types/node/fs.d.ts +3 -12
- package/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/node/http.d.ts +5 -5
- package/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/node/index.d.ts +0 -3
- package/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/node/process.d.ts +11 -11
- package/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/node/sqlite.d.ts +1 -1
- package/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/node/stream.d.ts +5 -5
- package/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/node/test.d.ts +8 -8
- package/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/node/ts5.6/index.d.ts +1 -4
- package/node_modules/@types/node/ts5.7/index.d.ts +0 -3
- package/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/node/util.d.ts +3 -20
- package/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/worker_threads.d.ts +2 -5
- package/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/anynum/package.json +2 -2
- package/node_modules/marked/README.md +13 -4
- package/node_modules/marked/bin/main.js +16 -14
- package/node_modules/marked/bin/marked.js +2 -1
- package/node_modules/marked/lib/marked.d.ts +157 -125
- package/node_modules/marked/lib/marked.esm.js +67 -2179
- package/node_modules/marked/lib/marked.esm.js.map +3 -3
- package/node_modules/marked/lib/marked.umd.js +67 -2201
- package/node_modules/marked/lib/marked.umd.js.map +3 -3
- package/node_modules/marked/man/marked.1 +4 -2
- package/node_modules/marked/man/marked.1.md +2 -1
- package/node_modules/marked/package.json +27 -35
- package/node_modules/path-expression-matcher/README.md +82 -7
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +83 -2
- package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
- package/node_modules/path-expression-matcher/package.json +3 -2
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +18 -2
- package/node_modules/path-expression-matcher/src/Matcher.js +93 -3
- package/node_modules/path-expression-matcher/src/index.d.ts +67 -1
- package/node_modules/semver/classes/range.js +6 -2
- package/node_modules/semver/package.json +1 -1
- package/node_modules/strnum/package.json +5 -4
- package/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/webidl.d.ts +0 -1
- package/package.json +6 -6
- package/slingshot/index.js +253 -253
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/marked/lib/marked.cjs +0 -2211
- package/node_modules/marked/lib/marked.cjs.map +0 -7
- package/node_modules/marked/lib/marked.d.cts +0 -728
- package/node_modules/marked/marked.min.js +0 -69
- /package/node_modules/marked/{LICENSE.md → LICENSE} +0 -0
|
@@ -172,7 +172,282 @@ function resolveUserAgentConfig(input) {
|
|
|
172
172
|
});
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
const partitionsInfo = {
|
|
175
|
+
const partitionsInfo = {
|
|
176
|
+
"partitions": [
|
|
177
|
+
{
|
|
178
|
+
"id": "aws",
|
|
179
|
+
"outputs": {
|
|
180
|
+
"dnsSuffix": "amazonaws.com",
|
|
181
|
+
"dualStackDnsSuffix": "api.aws",
|
|
182
|
+
"implicitGlobalRegion": "us-east-1",
|
|
183
|
+
"name": "aws",
|
|
184
|
+
"supportsDualStack": true,
|
|
185
|
+
"supportsFIPS": true
|
|
186
|
+
},
|
|
187
|
+
"regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
188
|
+
"regions": {
|
|
189
|
+
"af-south-1": {
|
|
190
|
+
"description": "Africa (Cape Town)"
|
|
191
|
+
},
|
|
192
|
+
"ap-east-1": {
|
|
193
|
+
"description": "Asia Pacific (Hong Kong)"
|
|
194
|
+
},
|
|
195
|
+
"ap-east-2": {
|
|
196
|
+
"description": "Asia Pacific (Taipei)"
|
|
197
|
+
},
|
|
198
|
+
"ap-northeast-1": {
|
|
199
|
+
"description": "Asia Pacific (Tokyo)"
|
|
200
|
+
},
|
|
201
|
+
"ap-northeast-2": {
|
|
202
|
+
"description": "Asia Pacific (Seoul)"
|
|
203
|
+
},
|
|
204
|
+
"ap-northeast-3": {
|
|
205
|
+
"description": "Asia Pacific (Osaka)"
|
|
206
|
+
},
|
|
207
|
+
"ap-south-1": {
|
|
208
|
+
"description": "Asia Pacific (Mumbai)"
|
|
209
|
+
},
|
|
210
|
+
"ap-south-2": {
|
|
211
|
+
"description": "Asia Pacific (Hyderabad)"
|
|
212
|
+
},
|
|
213
|
+
"ap-southeast-1": {
|
|
214
|
+
"description": "Asia Pacific (Singapore)"
|
|
215
|
+
},
|
|
216
|
+
"ap-southeast-2": {
|
|
217
|
+
"description": "Asia Pacific (Sydney)"
|
|
218
|
+
},
|
|
219
|
+
"ap-southeast-3": {
|
|
220
|
+
"description": "Asia Pacific (Jakarta)"
|
|
221
|
+
},
|
|
222
|
+
"ap-southeast-4": {
|
|
223
|
+
"description": "Asia Pacific (Melbourne)"
|
|
224
|
+
},
|
|
225
|
+
"ap-southeast-5": {
|
|
226
|
+
"description": "Asia Pacific (Malaysia)"
|
|
227
|
+
},
|
|
228
|
+
"ap-southeast-6": {
|
|
229
|
+
"description": "Asia Pacific (New Zealand)"
|
|
230
|
+
},
|
|
231
|
+
"ap-southeast-7": {
|
|
232
|
+
"description": "Asia Pacific (Thailand)"
|
|
233
|
+
},
|
|
234
|
+
"aws-global": {
|
|
235
|
+
"description": "aws global region"
|
|
236
|
+
},
|
|
237
|
+
"ca-central-1": {
|
|
238
|
+
"description": "Canada (Central)"
|
|
239
|
+
},
|
|
240
|
+
"ca-west-1": {
|
|
241
|
+
"description": "Canada West (Calgary)"
|
|
242
|
+
},
|
|
243
|
+
"eu-central-1": {
|
|
244
|
+
"description": "Europe (Frankfurt)"
|
|
245
|
+
},
|
|
246
|
+
"eu-central-2": {
|
|
247
|
+
"description": "Europe (Zurich)"
|
|
248
|
+
},
|
|
249
|
+
"eu-north-1": {
|
|
250
|
+
"description": "Europe (Stockholm)"
|
|
251
|
+
},
|
|
252
|
+
"eu-south-1": {
|
|
253
|
+
"description": "Europe (Milan)"
|
|
254
|
+
},
|
|
255
|
+
"eu-south-2": {
|
|
256
|
+
"description": "Europe (Spain)"
|
|
257
|
+
},
|
|
258
|
+
"eu-west-1": {
|
|
259
|
+
"description": "Europe (Ireland)"
|
|
260
|
+
},
|
|
261
|
+
"eu-west-2": {
|
|
262
|
+
"description": "Europe (London)"
|
|
263
|
+
},
|
|
264
|
+
"eu-west-3": {
|
|
265
|
+
"description": "Europe (Paris)"
|
|
266
|
+
},
|
|
267
|
+
"il-central-1": {
|
|
268
|
+
"description": "Israel (Tel Aviv)"
|
|
269
|
+
},
|
|
270
|
+
"me-central-1": {
|
|
271
|
+
"description": "Middle East (UAE)"
|
|
272
|
+
},
|
|
273
|
+
"me-south-1": {
|
|
274
|
+
"description": "Middle East (Bahrain)"
|
|
275
|
+
},
|
|
276
|
+
"mx-central-1": {
|
|
277
|
+
"description": "Mexico (Central)"
|
|
278
|
+
},
|
|
279
|
+
"sa-east-1": {
|
|
280
|
+
"description": "South America (Sao Paulo)"
|
|
281
|
+
},
|
|
282
|
+
"us-east-1": {
|
|
283
|
+
"description": "US East (N. Virginia)"
|
|
284
|
+
},
|
|
285
|
+
"us-east-2": {
|
|
286
|
+
"description": "US East (Ohio)"
|
|
287
|
+
},
|
|
288
|
+
"us-west-1": {
|
|
289
|
+
"description": "US West (N. California)"
|
|
290
|
+
},
|
|
291
|
+
"us-west-2": {
|
|
292
|
+
"description": "US West (Oregon)"
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": "aws-cn",
|
|
298
|
+
"outputs": {
|
|
299
|
+
"dnsSuffix": "amazonaws.com.cn",
|
|
300
|
+
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
301
|
+
"implicitGlobalRegion": "cn-northwest-1",
|
|
302
|
+
"name": "aws-cn",
|
|
303
|
+
"supportsDualStack": true,
|
|
304
|
+
"supportsFIPS": true
|
|
305
|
+
},
|
|
306
|
+
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
307
|
+
"regions": {
|
|
308
|
+
"aws-cn-global": {
|
|
309
|
+
"description": "aws-cn global region"
|
|
310
|
+
},
|
|
311
|
+
"cn-north-1": {
|
|
312
|
+
"description": "China (Beijing)"
|
|
313
|
+
},
|
|
314
|
+
"cn-northwest-1": {
|
|
315
|
+
"description": "China (Ningxia)"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"id": "aws-eusc",
|
|
321
|
+
"outputs": {
|
|
322
|
+
"dnsSuffix": "amazonaws.eu",
|
|
323
|
+
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
324
|
+
"implicitGlobalRegion": "eusc-de-east-1",
|
|
325
|
+
"name": "aws-eusc",
|
|
326
|
+
"supportsDualStack": true,
|
|
327
|
+
"supportsFIPS": true
|
|
328
|
+
},
|
|
329
|
+
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
330
|
+
"regions": {
|
|
331
|
+
"eusc-de-east-1": {
|
|
332
|
+
"description": "AWS European Sovereign Cloud (Germany)"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"id": "aws-iso",
|
|
338
|
+
"outputs": {
|
|
339
|
+
"dnsSuffix": "c2s.ic.gov",
|
|
340
|
+
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
341
|
+
"implicitGlobalRegion": "us-iso-east-1",
|
|
342
|
+
"name": "aws-iso",
|
|
343
|
+
"supportsDualStack": true,
|
|
344
|
+
"supportsFIPS": true
|
|
345
|
+
},
|
|
346
|
+
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
347
|
+
"regions": {
|
|
348
|
+
"aws-iso-global": {
|
|
349
|
+
"description": "aws-iso global region"
|
|
350
|
+
},
|
|
351
|
+
"us-iso-east-1": {
|
|
352
|
+
"description": "US ISO East"
|
|
353
|
+
},
|
|
354
|
+
"us-iso-west-1": {
|
|
355
|
+
"description": "US ISO WEST"
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "aws-iso-b",
|
|
361
|
+
"outputs": {
|
|
362
|
+
"dnsSuffix": "sc2s.sgov.gov",
|
|
363
|
+
"dualStackDnsSuffix": "api.aws.scloud",
|
|
364
|
+
"implicitGlobalRegion": "us-isob-east-1",
|
|
365
|
+
"name": "aws-iso-b",
|
|
366
|
+
"supportsDualStack": true,
|
|
367
|
+
"supportsFIPS": true
|
|
368
|
+
},
|
|
369
|
+
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
370
|
+
"regions": {
|
|
371
|
+
"aws-iso-b-global": {
|
|
372
|
+
"description": "aws-iso-b global region"
|
|
373
|
+
},
|
|
374
|
+
"us-isob-east-1": {
|
|
375
|
+
"description": "US ISOB East (Ohio)"
|
|
376
|
+
},
|
|
377
|
+
"us-isob-west-1": {
|
|
378
|
+
"description": "US ISOB West"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": "aws-iso-e",
|
|
384
|
+
"outputs": {
|
|
385
|
+
"dnsSuffix": "cloud.adc-e.uk",
|
|
386
|
+
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
387
|
+
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
388
|
+
"name": "aws-iso-e",
|
|
389
|
+
"supportsDualStack": true,
|
|
390
|
+
"supportsFIPS": true
|
|
391
|
+
},
|
|
392
|
+
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
393
|
+
"regions": {
|
|
394
|
+
"aws-iso-e-global": {
|
|
395
|
+
"description": "aws-iso-e global region"
|
|
396
|
+
},
|
|
397
|
+
"eu-isoe-west-1": {
|
|
398
|
+
"description": "EU ISOE West"
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "aws-iso-f",
|
|
404
|
+
"outputs": {
|
|
405
|
+
"dnsSuffix": "csp.hci.ic.gov",
|
|
406
|
+
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
407
|
+
"implicitGlobalRegion": "us-isof-south-1",
|
|
408
|
+
"name": "aws-iso-f",
|
|
409
|
+
"supportsDualStack": true,
|
|
410
|
+
"supportsFIPS": true
|
|
411
|
+
},
|
|
412
|
+
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
413
|
+
"regions": {
|
|
414
|
+
"aws-iso-f-global": {
|
|
415
|
+
"description": "aws-iso-f global region"
|
|
416
|
+
},
|
|
417
|
+
"us-isof-east-1": {
|
|
418
|
+
"description": "US ISOF EAST"
|
|
419
|
+
},
|
|
420
|
+
"us-isof-south-1": {
|
|
421
|
+
"description": "US ISOF SOUTH"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"id": "aws-us-gov",
|
|
427
|
+
"outputs": {
|
|
428
|
+
"dnsSuffix": "amazonaws.com",
|
|
429
|
+
"dualStackDnsSuffix": "api.aws",
|
|
430
|
+
"implicitGlobalRegion": "us-gov-west-1",
|
|
431
|
+
"name": "aws-us-gov",
|
|
432
|
+
"supportsDualStack": true,
|
|
433
|
+
"supportsFIPS": true
|
|
434
|
+
},
|
|
435
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
436
|
+
"regions": {
|
|
437
|
+
"aws-us-gov-global": {
|
|
438
|
+
"description": "aws-us-gov global region"
|
|
439
|
+
},
|
|
440
|
+
"us-gov-east-1": {
|
|
441
|
+
"description": "AWS GovCloud (US-East)"
|
|
442
|
+
},
|
|
443
|
+
"us-gov-west-1": {
|
|
444
|
+
"description": "AWS GovCloud (US-West)"
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"version": "1.1"
|
|
450
|
+
};
|
|
176
451
|
|
|
177
452
|
let selectedPartitionsInfo = partitionsInfo;
|
|
178
453
|
let selectedUserAgentPrefix = "";
|
|
@@ -235,7 +235,282 @@ function resolveUserAgentConfig(input) {
|
|
|
235
235
|
});
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
const partitionsInfo = {
|
|
238
|
+
const partitionsInfo = {
|
|
239
|
+
"partitions": [
|
|
240
|
+
{
|
|
241
|
+
"id": "aws",
|
|
242
|
+
"outputs": {
|
|
243
|
+
"dnsSuffix": "amazonaws.com",
|
|
244
|
+
"dualStackDnsSuffix": "api.aws",
|
|
245
|
+
"implicitGlobalRegion": "us-east-1",
|
|
246
|
+
"name": "aws",
|
|
247
|
+
"supportsDualStack": true,
|
|
248
|
+
"supportsFIPS": true
|
|
249
|
+
},
|
|
250
|
+
"regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
251
|
+
"regions": {
|
|
252
|
+
"af-south-1": {
|
|
253
|
+
"description": "Africa (Cape Town)"
|
|
254
|
+
},
|
|
255
|
+
"ap-east-1": {
|
|
256
|
+
"description": "Asia Pacific (Hong Kong)"
|
|
257
|
+
},
|
|
258
|
+
"ap-east-2": {
|
|
259
|
+
"description": "Asia Pacific (Taipei)"
|
|
260
|
+
},
|
|
261
|
+
"ap-northeast-1": {
|
|
262
|
+
"description": "Asia Pacific (Tokyo)"
|
|
263
|
+
},
|
|
264
|
+
"ap-northeast-2": {
|
|
265
|
+
"description": "Asia Pacific (Seoul)"
|
|
266
|
+
},
|
|
267
|
+
"ap-northeast-3": {
|
|
268
|
+
"description": "Asia Pacific (Osaka)"
|
|
269
|
+
},
|
|
270
|
+
"ap-south-1": {
|
|
271
|
+
"description": "Asia Pacific (Mumbai)"
|
|
272
|
+
},
|
|
273
|
+
"ap-south-2": {
|
|
274
|
+
"description": "Asia Pacific (Hyderabad)"
|
|
275
|
+
},
|
|
276
|
+
"ap-southeast-1": {
|
|
277
|
+
"description": "Asia Pacific (Singapore)"
|
|
278
|
+
},
|
|
279
|
+
"ap-southeast-2": {
|
|
280
|
+
"description": "Asia Pacific (Sydney)"
|
|
281
|
+
},
|
|
282
|
+
"ap-southeast-3": {
|
|
283
|
+
"description": "Asia Pacific (Jakarta)"
|
|
284
|
+
},
|
|
285
|
+
"ap-southeast-4": {
|
|
286
|
+
"description": "Asia Pacific (Melbourne)"
|
|
287
|
+
},
|
|
288
|
+
"ap-southeast-5": {
|
|
289
|
+
"description": "Asia Pacific (Malaysia)"
|
|
290
|
+
},
|
|
291
|
+
"ap-southeast-6": {
|
|
292
|
+
"description": "Asia Pacific (New Zealand)"
|
|
293
|
+
},
|
|
294
|
+
"ap-southeast-7": {
|
|
295
|
+
"description": "Asia Pacific (Thailand)"
|
|
296
|
+
},
|
|
297
|
+
"aws-global": {
|
|
298
|
+
"description": "aws global region"
|
|
299
|
+
},
|
|
300
|
+
"ca-central-1": {
|
|
301
|
+
"description": "Canada (Central)"
|
|
302
|
+
},
|
|
303
|
+
"ca-west-1": {
|
|
304
|
+
"description": "Canada West (Calgary)"
|
|
305
|
+
},
|
|
306
|
+
"eu-central-1": {
|
|
307
|
+
"description": "Europe (Frankfurt)"
|
|
308
|
+
},
|
|
309
|
+
"eu-central-2": {
|
|
310
|
+
"description": "Europe (Zurich)"
|
|
311
|
+
},
|
|
312
|
+
"eu-north-1": {
|
|
313
|
+
"description": "Europe (Stockholm)"
|
|
314
|
+
},
|
|
315
|
+
"eu-south-1": {
|
|
316
|
+
"description": "Europe (Milan)"
|
|
317
|
+
},
|
|
318
|
+
"eu-south-2": {
|
|
319
|
+
"description": "Europe (Spain)"
|
|
320
|
+
},
|
|
321
|
+
"eu-west-1": {
|
|
322
|
+
"description": "Europe (Ireland)"
|
|
323
|
+
},
|
|
324
|
+
"eu-west-2": {
|
|
325
|
+
"description": "Europe (London)"
|
|
326
|
+
},
|
|
327
|
+
"eu-west-3": {
|
|
328
|
+
"description": "Europe (Paris)"
|
|
329
|
+
},
|
|
330
|
+
"il-central-1": {
|
|
331
|
+
"description": "Israel (Tel Aviv)"
|
|
332
|
+
},
|
|
333
|
+
"me-central-1": {
|
|
334
|
+
"description": "Middle East (UAE)"
|
|
335
|
+
},
|
|
336
|
+
"me-south-1": {
|
|
337
|
+
"description": "Middle East (Bahrain)"
|
|
338
|
+
},
|
|
339
|
+
"mx-central-1": {
|
|
340
|
+
"description": "Mexico (Central)"
|
|
341
|
+
},
|
|
342
|
+
"sa-east-1": {
|
|
343
|
+
"description": "South America (Sao Paulo)"
|
|
344
|
+
},
|
|
345
|
+
"us-east-1": {
|
|
346
|
+
"description": "US East (N. Virginia)"
|
|
347
|
+
},
|
|
348
|
+
"us-east-2": {
|
|
349
|
+
"description": "US East (Ohio)"
|
|
350
|
+
},
|
|
351
|
+
"us-west-1": {
|
|
352
|
+
"description": "US West (N. California)"
|
|
353
|
+
},
|
|
354
|
+
"us-west-2": {
|
|
355
|
+
"description": "US West (Oregon)"
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "aws-cn",
|
|
361
|
+
"outputs": {
|
|
362
|
+
"dnsSuffix": "amazonaws.com.cn",
|
|
363
|
+
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
364
|
+
"implicitGlobalRegion": "cn-northwest-1",
|
|
365
|
+
"name": "aws-cn",
|
|
366
|
+
"supportsDualStack": true,
|
|
367
|
+
"supportsFIPS": true
|
|
368
|
+
},
|
|
369
|
+
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
370
|
+
"regions": {
|
|
371
|
+
"aws-cn-global": {
|
|
372
|
+
"description": "aws-cn global region"
|
|
373
|
+
},
|
|
374
|
+
"cn-north-1": {
|
|
375
|
+
"description": "China (Beijing)"
|
|
376
|
+
},
|
|
377
|
+
"cn-northwest-1": {
|
|
378
|
+
"description": "China (Ningxia)"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": "aws-eusc",
|
|
384
|
+
"outputs": {
|
|
385
|
+
"dnsSuffix": "amazonaws.eu",
|
|
386
|
+
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
387
|
+
"implicitGlobalRegion": "eusc-de-east-1",
|
|
388
|
+
"name": "aws-eusc",
|
|
389
|
+
"supportsDualStack": true,
|
|
390
|
+
"supportsFIPS": true
|
|
391
|
+
},
|
|
392
|
+
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
393
|
+
"regions": {
|
|
394
|
+
"eusc-de-east-1": {
|
|
395
|
+
"description": "AWS European Sovereign Cloud (Germany)"
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"id": "aws-iso",
|
|
401
|
+
"outputs": {
|
|
402
|
+
"dnsSuffix": "c2s.ic.gov",
|
|
403
|
+
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
404
|
+
"implicitGlobalRegion": "us-iso-east-1",
|
|
405
|
+
"name": "aws-iso",
|
|
406
|
+
"supportsDualStack": true,
|
|
407
|
+
"supportsFIPS": true
|
|
408
|
+
},
|
|
409
|
+
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
410
|
+
"regions": {
|
|
411
|
+
"aws-iso-global": {
|
|
412
|
+
"description": "aws-iso global region"
|
|
413
|
+
},
|
|
414
|
+
"us-iso-east-1": {
|
|
415
|
+
"description": "US ISO East"
|
|
416
|
+
},
|
|
417
|
+
"us-iso-west-1": {
|
|
418
|
+
"description": "US ISO WEST"
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"id": "aws-iso-b",
|
|
424
|
+
"outputs": {
|
|
425
|
+
"dnsSuffix": "sc2s.sgov.gov",
|
|
426
|
+
"dualStackDnsSuffix": "api.aws.scloud",
|
|
427
|
+
"implicitGlobalRegion": "us-isob-east-1",
|
|
428
|
+
"name": "aws-iso-b",
|
|
429
|
+
"supportsDualStack": true,
|
|
430
|
+
"supportsFIPS": true
|
|
431
|
+
},
|
|
432
|
+
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
433
|
+
"regions": {
|
|
434
|
+
"aws-iso-b-global": {
|
|
435
|
+
"description": "aws-iso-b global region"
|
|
436
|
+
},
|
|
437
|
+
"us-isob-east-1": {
|
|
438
|
+
"description": "US ISOB East (Ohio)"
|
|
439
|
+
},
|
|
440
|
+
"us-isob-west-1": {
|
|
441
|
+
"description": "US ISOB West"
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"id": "aws-iso-e",
|
|
447
|
+
"outputs": {
|
|
448
|
+
"dnsSuffix": "cloud.adc-e.uk",
|
|
449
|
+
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
450
|
+
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
451
|
+
"name": "aws-iso-e",
|
|
452
|
+
"supportsDualStack": true,
|
|
453
|
+
"supportsFIPS": true
|
|
454
|
+
},
|
|
455
|
+
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
456
|
+
"regions": {
|
|
457
|
+
"aws-iso-e-global": {
|
|
458
|
+
"description": "aws-iso-e global region"
|
|
459
|
+
},
|
|
460
|
+
"eu-isoe-west-1": {
|
|
461
|
+
"description": "EU ISOE West"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"id": "aws-iso-f",
|
|
467
|
+
"outputs": {
|
|
468
|
+
"dnsSuffix": "csp.hci.ic.gov",
|
|
469
|
+
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
470
|
+
"implicitGlobalRegion": "us-isof-south-1",
|
|
471
|
+
"name": "aws-iso-f",
|
|
472
|
+
"supportsDualStack": true,
|
|
473
|
+
"supportsFIPS": true
|
|
474
|
+
},
|
|
475
|
+
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
476
|
+
"regions": {
|
|
477
|
+
"aws-iso-f-global": {
|
|
478
|
+
"description": "aws-iso-f global region"
|
|
479
|
+
},
|
|
480
|
+
"us-isof-east-1": {
|
|
481
|
+
"description": "US ISOF EAST"
|
|
482
|
+
},
|
|
483
|
+
"us-isof-south-1": {
|
|
484
|
+
"description": "US ISOF SOUTH"
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"id": "aws-us-gov",
|
|
490
|
+
"outputs": {
|
|
491
|
+
"dnsSuffix": "amazonaws.com",
|
|
492
|
+
"dualStackDnsSuffix": "api.aws",
|
|
493
|
+
"implicitGlobalRegion": "us-gov-west-1",
|
|
494
|
+
"name": "aws-us-gov",
|
|
495
|
+
"supportsDualStack": true,
|
|
496
|
+
"supportsFIPS": true
|
|
497
|
+
},
|
|
498
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
499
|
+
"regions": {
|
|
500
|
+
"aws-us-gov-global": {
|
|
501
|
+
"description": "aws-us-gov global region"
|
|
502
|
+
},
|
|
503
|
+
"us-gov-east-1": {
|
|
504
|
+
"description": "AWS GovCloud (US-East)"
|
|
505
|
+
},
|
|
506
|
+
"us-gov-west-1": {
|
|
507
|
+
"description": "AWS GovCloud (US-West)"
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
],
|
|
512
|
+
"version": "1.1"
|
|
513
|
+
};
|
|
239
514
|
|
|
240
515
|
let selectedPartitionsInfo = partitionsInfo;
|
|
241
516
|
let selectedUserAgentPrefix = "";
|