aws-partitions 1.829.0 → 1.830.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: 8e94fe25b9091daa529fd6f3b02a949218992e39438bd09c31e758480e13917b
4
+ data.tar.gz: 6fe5e293292627c8113a61c195f5dc9284cc442ceb4fe0459250b4e4007b0129
5
5
  SHA512:
6
- metadata.gz: 6060a1078122bfa22df4d86d94bf440fe7bdde1d55200c5c6bc0399a574a7820feb4065bb9a7c5f3be632dc4dab566db6ee27d11f9c2e61d3bc55c340240f481
7
- data.tar.gz: d970cb3afac78b07d969a6c29a659491ee49a95e8bf023f96cecf4a2034f5e17f85e8b7971e210a79f41b3135b011fada7d00913c2a69d2b9cb9ef4bab66a0ea
6
+ metadata.gz: 5ba502a41796ccf447837519276f4a0d437050a27bcbf8e2e940a5e348d611b98fb9901ee53b1a851c0066bc22465f21355cf4c4d717e8f3f3be3be635653cab
7
+ data.tar.gz: b982615ab60f119bb03b4525c58203ca499b6a0eb2d3751bad14347459cdf16979438995aa78e33fde87e4e439f23551582ce87ed9d915a525b12be13b046f46
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.830.0 (2023-09-28)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::BedrockRuntime`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::Bedrock`.
10
+
4
11
  1.829.0 (2023-09-27)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.829.0
1
+ 1.830.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
@@ -8258,14 +8258,18 @@
8258
8258
  },
8259
8259
  "inspector2" : {
8260
8260
  "endpoints" : {
8261
+ "af-south-1" : { },
8261
8262
  "ap-east-1" : { },
8262
8263
  "ap-northeast-1" : { },
8263
8264
  "ap-northeast-2" : { },
8265
+ "ap-northeast-3" : { },
8264
8266
  "ap-south-1" : { },
8265
8267
  "ap-southeast-1" : { },
8266
8268
  "ap-southeast-2" : { },
8269
+ "ap-southeast-3" : { },
8267
8270
  "ca-central-1" : { },
8268
8271
  "eu-central-1" : { },
8272
+ "eu-central-2" : { },
8269
8273
  "eu-north-1" : { },
8270
8274
  "eu-south-1" : { },
8271
8275
  "eu-west-1" : { },
@@ -11634,6 +11638,7 @@
11634
11638
  "deprecated" : true,
11635
11639
  "hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
11636
11640
  },
11641
+ "il-central-1" : { },
11637
11642
  "me-central-1" : { },
11638
11643
  "me-south-1" : { },
11639
11644
  "sa-east-1" : { },
@@ -16803,9 +16808,14 @@
16803
16808
  },
16804
16809
  "tnb" : {
16805
16810
  "endpoints" : {
16811
+ "ap-northeast-2" : { },
16806
16812
  "ap-southeast-2" : { },
16813
+ "ca-central-1" : { },
16807
16814
  "eu-central-1" : { },
16815
+ "eu-north-1" : { },
16816
+ "eu-south-2" : { },
16808
16817
  "eu-west-3" : { },
16818
+ "sa-east-1" : { },
16809
16819
  "us-east-1" : { },
16810
16820
  "us-west-2" : { }
16811
16821
  }
@@ -18590,6 +18600,16 @@
18590
18600
  }
18591
18601
  }
18592
18602
  },
18603
+ "api.pricing" : {
18604
+ "defaults" : {
18605
+ "credentialScope" : {
18606
+ "service" : "pricing"
18607
+ }
18608
+ },
18609
+ "endpoints" : {
18610
+ "cn-northwest-1" : { }
18611
+ }
18612
+ },
18593
18613
  "api.sagemaker" : {
18594
18614
  "endpoints" : {
18595
18615
  "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.830.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-09-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: