aws-partitions 1.973.0 → 1.974.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +11 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dfe8dac57148e22f3a95abbd37ce138ec3deaa707fb9578663da16542787b39
4
- data.tar.gz: 12f82c6bd757156b00e4ea9200b4ee374ec2c2dd108872c667e3430d193c377d
3
+ metadata.gz: 2a1d036f94ea6baf894e46fea777ce848bd561b57c3f5e5617d83f7e5422b028
4
+ data.tar.gz: 19d4209468777e393b27c8f271db5ee9dbc37af002d8eb8aeafac8d5ccaf2947
5
5
  SHA512:
6
- metadata.gz: 05d3a43bcca3a5656fe69a9176acecfb03c74558e38a4adde8ca13e4c661eada4f434cf403daede1c94b948c707b250c632c702f542a19ceff1fa2f789c41270
7
- data.tar.gz: 7bb01690966c6cf2cf0e827294be40730f362d0f318365cd9b93a58330378ad73bb63b9636a71545ed8d2c9ef8ff076f39f647c3bd74950950dce45ba3893c3f
6
+ metadata.gz: 2056af2a30730de1d8af1a985ff2eb8bcad204590d3ddff202460cc86dbae866ad90ab1c136f1caa10f3755915ac05495f7ebf9fbfe45814e60fbfe860ee6b2f
7
+ data.tar.gz: ab9b6ebefb44d121370313fe764ace33d88c3ea11fdb2af62300ed3b0ca03f6b802dc404cb0425401e1d39cdc92202e5f8dd1c29ee245570b312f2cfa19c7960
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.974.0 (2024-09-11)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.973.0 (2024-09-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.973.0
1
+ 1.974.0
data/partitions.json CHANGED
@@ -17689,6 +17689,7 @@
17689
17689
  "ap-southeast-2" : { },
17690
17690
  "ap-southeast-3" : { },
17691
17691
  "ap-southeast-4" : { },
17692
+ "ap-southeast-5" : { },
17692
17693
  "ca-central-1" : { },
17693
17694
  "ca-west-1" : { },
17694
17695
  "eu-central-1" : { },
@@ -29425,6 +29426,11 @@
29425
29426
  "us-iso-west-1" : { }
29426
29427
  }
29427
29428
  },
29429
+ "oam" : {
29430
+ "endpoints" : {
29431
+ "us-iso-east-1" : { }
29432
+ }
29433
+ },
29428
29434
  "outposts" : {
29429
29435
  "endpoints" : {
29430
29436
  "us-iso-east-1" : { }
@@ -30148,6 +30154,11 @@
30148
30154
  "us-isob-east-1" : { }
30149
30155
  }
30150
30156
  },
30157
+ "oam" : {
30158
+ "endpoints" : {
30159
+ "us-isob-east-1" : { }
30160
+ }
30161
+ },
30151
30162
  "outposts" : {
30152
30163
  "endpoints" : {
30153
30164
  "us-isob-east-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.973.0
4
+ version: 1.974.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: 2024-09-10 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: