aws-partitions 1.829.0 → 1.831.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3aff722cab32093d4ce722cc8d9b8ba86e84b59305319c3c9a99dc43be79b2f
4
- data.tar.gz: 8fffe7831f916836cc5d354f8b231d5ce99ff398c239916a5685c27a3ce04ad9
3
+ metadata.gz: fe6866de2e11faa4e768131cdb1a87cbc10c1677a12cb3ffb45c415d91cb90bc
4
+ data.tar.gz: dc6b77c6334f3906607da2955f1eb6bc64a8f0fe82d3c88a4100e733d1438722
5
5
  SHA512:
6
- metadata.gz: 6060a1078122bfa22df4d86d94bf440fe7bdde1d55200c5c6bc0399a574a7820feb4065bb9a7c5f3be632dc4dab566db6ee27d11f9c2e61d3bc55c340240f481
7
- data.tar.gz: d970cb3afac78b07d969a6c29a659491ee49a95e8bf023f96cecf4a2034f5e17f85e8b7971e210a79f41b3135b011fada7d00913c2a69d2b9cb9ef4bab66a0ea
6
+ metadata.gz: 8300f86c8f7af657cfd852df6d902efd99c578f63fdc9c4cdc23b8b310f5458701a16b44d206c4b4a159e96a0eba81307bc95aee4053289b66e852bd66621328
7
+ data.tar.gz: e6ddcec583da538308a8fb5ed509a5e217ea5d8bd5bf3016694a154c50b40960a51cb49fe16ce09c02a787983fc819bf815dd8ec4d5939214a3cb4c2d03d1253
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.831.0 (2023-10-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.830.0 (2023-09-28)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::BedrockRuntime`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::Bedrock`.
15
+
4
16
  1.829.0 (2023-09-27)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.829.0
1
+ 1.831.0
@@ -279,6 +279,8 @@ module Aws
279
279
  'BackupGateway' => 'backup-gateway',
280
280
  'BackupStorage' => 'backupstorage',
281
281
  'Batch' => 'batch',
282
+ 'Bedrock' => 'bedrock',
283
+ 'BedrockRuntime' => 'bedrock-runtime',
282
284
  'BillingConductor' => 'billingconductor',
283
285
  'Braket' => 'braket',
284
286
  'Budgets' => 'budgets',
data/partitions.json CHANGED
@@ -2420,6 +2420,73 @@
2420
2420
  }
2421
2421
  }
2422
2422
  },
2423
+ "bedrock" : {
2424
+ "endpoints" : {
2425
+ "ap-southeast-1" : { },
2426
+ "bedrock-ap-southeast-1" : {
2427
+ "credentialScope" : {
2428
+ "region" : "ap-southeast-1"
2429
+ },
2430
+ "hostname" : "bedrock.ap-southeast-1.amazonaws.com"
2431
+ },
2432
+ "bedrock-fips-us-east-1" : {
2433
+ "credentialScope" : {
2434
+ "region" : "us-east-1"
2435
+ },
2436
+ "hostname" : "bedrock-fips.us-east-1.amazonaws.com"
2437
+ },
2438
+ "bedrock-fips-us-west-2" : {
2439
+ "credentialScope" : {
2440
+ "region" : "us-west-2"
2441
+ },
2442
+ "hostname" : "bedrock-fips.us-west-2.amazonaws.com"
2443
+ },
2444
+ "bedrock-runtime-ap-southeast-1" : {
2445
+ "credentialScope" : {
2446
+ "region" : "ap-southeast-1"
2447
+ },
2448
+ "hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
2449
+ },
2450
+ "bedrock-runtime-fips-us-east-1" : {
2451
+ "credentialScope" : {
2452
+ "region" : "us-east-1"
2453
+ },
2454
+ "hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
2455
+ },
2456
+ "bedrock-runtime-fips-us-west-2" : {
2457
+ "credentialScope" : {
2458
+ "region" : "us-west-2"
2459
+ },
2460
+ "hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
2461
+ },
2462
+ "bedrock-runtime-us-east-1" : {
2463
+ "credentialScope" : {
2464
+ "region" : "us-east-1"
2465
+ },
2466
+ "hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
2467
+ },
2468
+ "bedrock-runtime-us-west-2" : {
2469
+ "credentialScope" : {
2470
+ "region" : "us-west-2"
2471
+ },
2472
+ "hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
2473
+ },
2474
+ "bedrock-us-east-1" : {
2475
+ "credentialScope" : {
2476
+ "region" : "us-east-1"
2477
+ },
2478
+ "hostname" : "bedrock.us-east-1.amazonaws.com"
2479
+ },
2480
+ "bedrock-us-west-2" : {
2481
+ "credentialScope" : {
2482
+ "region" : "us-west-2"
2483
+ },
2484
+ "hostname" : "bedrock.us-west-2.amazonaws.com"
2485
+ },
2486
+ "us-east-1" : { },
2487
+ "us-west-2" : { }
2488
+ }
2489
+ },
2423
2490
  "billingconductor" : {
2424
2491
  "endpoints" : {
2425
2492
  "aws-global" : {
@@ -8258,14 +8325,18 @@
8258
8325
  },
8259
8326
  "inspector2" : {
8260
8327
  "endpoints" : {
8328
+ "af-south-1" : { },
8261
8329
  "ap-east-1" : { },
8262
8330
  "ap-northeast-1" : { },
8263
8331
  "ap-northeast-2" : { },
8332
+ "ap-northeast-3" : { },
8264
8333
  "ap-south-1" : { },
8265
8334
  "ap-southeast-1" : { },
8266
8335
  "ap-southeast-2" : { },
8336
+ "ap-southeast-3" : { },
8267
8337
  "ca-central-1" : { },
8268
8338
  "eu-central-1" : { },
8339
+ "eu-central-2" : { },
8269
8340
  "eu-north-1" : { },
8270
8341
  "eu-south-1" : { },
8271
8342
  "eu-west-1" : { },
@@ -10312,11 +10383,14 @@
10312
10383
  "ap-northeast-2" : { },
10313
10384
  "ap-northeast-3" : { },
10314
10385
  "ap-south-1" : { },
10386
+ "ap-south-2" : { },
10315
10387
  "ap-southeast-1" : { },
10316
10388
  "ap-southeast-2" : { },
10317
10389
  "ap-southeast-3" : { },
10390
+ "ap-southeast-4" : { },
10318
10391
  "ca-central-1" : { },
10319
10392
  "eu-central-1" : { },
10393
+ "eu-central-2" : { },
10320
10394
  "eu-north-1" : { },
10321
10395
  "eu-south-1" : { },
10322
10396
  "eu-west-1" : { },
@@ -11634,6 +11708,7 @@
11634
11708
  "deprecated" : true,
11635
11709
  "hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
11636
11710
  },
11711
+ "il-central-1" : { },
11637
11712
  "me-central-1" : { },
11638
11713
  "me-south-1" : { },
11639
11714
  "sa-east-1" : { },
@@ -13441,6 +13516,9 @@
13441
13516
  "ap-southeast-2" : {
13442
13517
  "hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
13443
13518
  },
13519
+ "ap-southeast-3" : {
13520
+ "hostname" : "resource-explorer-2.ap-southeast-3.api.aws"
13521
+ },
13444
13522
  "ap-southeast-4" : {
13445
13523
  "hostname" : "resource-explorer-2.ap-southeast-4.api.aws"
13446
13524
  },
@@ -13468,6 +13546,9 @@
13468
13546
  "il-central-1" : {
13469
13547
  "hostname" : "resource-explorer-2.il-central-1.api.aws"
13470
13548
  },
13549
+ "me-south-1" : {
13550
+ "hostname" : "resource-explorer-2.me-south-1.api.aws"
13551
+ },
13471
13552
  "sa-east-1" : {
13472
13553
  "hostname" : "resource-explorer-2.sa-east-1.api.aws"
13473
13554
  },
@@ -16803,9 +16884,14 @@
16803
16884
  },
16804
16885
  "tnb" : {
16805
16886
  "endpoints" : {
16887
+ "ap-northeast-2" : { },
16806
16888
  "ap-southeast-2" : { },
16889
+ "ca-central-1" : { },
16807
16890
  "eu-central-1" : { },
16891
+ "eu-north-1" : { },
16892
+ "eu-south-2" : { },
16808
16893
  "eu-west-3" : { },
16894
+ "sa-east-1" : { },
16809
16895
  "us-east-1" : { },
16810
16896
  "us-west-2" : { }
16811
16897
  }
@@ -18590,6 +18676,16 @@
18590
18676
  }
18591
18677
  }
18592
18678
  },
18679
+ "api.pricing" : {
18680
+ "defaults" : {
18681
+ "credentialScope" : {
18682
+ "service" : "pricing"
18683
+ }
18684
+ },
18685
+ "endpoints" : {
18686
+ "cn-northwest-1" : { }
18687
+ }
18688
+ },
18593
18689
  "api.sagemaker" : {
18594
18690
  "endpoints" : {
18595
18691
  "cn-north-1" : { },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.829.0
4
+ version: 1.831.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: