aws-partitions 1.612.0 → 1.613.0

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.
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: 66acbcdb9bf7317ebc48894f19abca1d958167aea616c968d20106c0aeab4245
4
- data.tar.gz: a6b3ef25818e07dcabb24211e89b47bff914c1535d10664fd01a1f35a7a10d55
3
+ metadata.gz: 20ee58afbe4b1a488f6a98376cfa038fd37758faafcf3b26bea047347c896c1b
4
+ data.tar.gz: 2599d4d5c55fb1ef8eef46fab8e71113bc25b5d8876eee8c4ac82e829b37dc74
5
5
  SHA512:
6
- metadata.gz: e22e1615a28631d4ca2dc8fc40ae955d4a81ff3e0cce04558c24bcd4d1d944087b2503d57d2e98889aec5796dbe0787dfd096353da2ee200b7ff40e5f620a22a
7
- data.tar.gz: 23407dd358f754ef3d3ba4ab1d576f86a0ea9f54ca9b0b32dd85ade502605ce6e95e1441e52dfab302a95ad8111d923efbac9e4af9fb76e4b8c2f49436a78ed7
6
+ metadata.gz: dfeb52cbdb656138edf5d43c14ac6410b8235f5b3cf25d8da4d23be6b51b4f38906fca8b72a3deb8ab1954dc33a9e72c42d5e795550e07ec39923c87968e5f80
7
+ data.tar.gz: d965b3485e919c55874d53a835698ae3a5f3bb140181332f6b51922fa6e94caec10b8f49cadc68f575dd68c19d474694d033340bcdf0b2d5e347173537f3c5f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.613.0 (2022-07-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.612.0 (2022-07-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.612.0
1
+ 1.613.0
data/partitions.json CHANGED
@@ -9168,6 +9168,7 @@
9168
9168
  "ap-south-1" : { },
9169
9169
  "ap-southeast-1" : { },
9170
9170
  "ap-southeast-2" : { },
9171
+ "ap-southeast-3" : { },
9171
9172
  "ca-central-1" : {
9172
9173
  "variants" : [ {
9173
9174
  "hostname" : "outposts-fips.ca-central-1.amazonaws.com",
@@ -11556,9 +11557,11 @@
11556
11557
  "ap-east-1" : { },
11557
11558
  "ap-northeast-1" : { },
11558
11559
  "ap-northeast-2" : { },
11560
+ "ap-northeast-3" : { },
11559
11561
  "ap-south-1" : { },
11560
11562
  "ap-southeast-1" : { },
11561
11563
  "ap-southeast-2" : { },
11564
+ "ap-southeast-3" : { },
11562
11565
  "ca-central-1" : {
11563
11566
  "variants" : [ {
11564
11567
  "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
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.612.0
4
+ version: 1.613.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: 2022-07-28 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: