aws-partitions 1.771.0 → 1.772.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 +3 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37f4c6049c4937d25f369f96880e6eb6a54c0ef4b72537e63e730deda2348cf2
4
- data.tar.gz: 5a618326228c46897ca6f9a626bf3bb0df740a5ca03061c4c411b76dead83239
3
+ metadata.gz: 00702b3fb1aab6872af7baa017edba0df4a12a39dcdd25eee3e4a159dd27d8ce
4
+ data.tar.gz: b26ac9b943b1459011ed744f144b9f2b15e79cb4e3f8c9e5b808eeb04c260012
5
5
  SHA512:
6
- metadata.gz: 9642e22dbeb803e4f2eed6a571e15eecf6fa14d6f91f6818c99eb3c47cd99fa0a1e9b6d9f0b9ffda0109cbc89f013267d6728139b5f89076147af02fc88e3429
7
- data.tar.gz: '0740980a74a2b35a2bdf0f5a7792992a7ce600804367b01a4f2c60e7e249241c70433e621384d9a085807c3e55555b7ca63e029a1b2dcd7ede5083080e458f7b'
6
+ metadata.gz: 23653d83822e903c4b068936f64a021c07536a8b95f9d11a328dfc24f49b2aba6c42a956949a149ed805632bae0d572b29b071cfcef19650ec8b160aa0a2710e
7
+ data.tar.gz: 58dd9d2526b38d9aaccf034cd53242f45872ef4fd611673eabaf288fe14b00e7e6e8b6bc9ca5e156b0547fdc0c6d3bf2f4bc2ee161331a6320dcf8d3ab550cb1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.772.0 (2023-05-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.771.0 (2023-05-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.771.0
1
+ 1.772.0
data/partitions.json CHANGED
@@ -16168,6 +16168,7 @@
16168
16168
  "ap-northeast-2" : { },
16169
16169
  "ap-northeast-3" : { },
16170
16170
  "ap-south-1" : { },
16171
+ "ap-south-2" : { },
16171
16172
  "ap-southeast-1" : { },
16172
16173
  "ap-southeast-2" : { },
16173
16174
  "ap-southeast-3" : { },
@@ -16178,8 +16179,10 @@
16178
16179
  } ]
16179
16180
  },
16180
16181
  "eu-central-1" : { },
16182
+ "eu-central-2" : { },
16181
16183
  "eu-north-1" : { },
16182
16184
  "eu-south-1" : { },
16185
+ "eu-south-2" : { },
16183
16186
  "eu-west-1" : { },
16184
16187
  "eu-west-2" : { },
16185
16188
  "eu-west-3" : { },
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.771.0
4
+ version: 1.772.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-05-26 00:00:00.000000000 Z
11
+ date: 2023-05-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: