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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20ee58afbe4b1a488f6a98376cfa038fd37758faafcf3b26bea047347c896c1b
|
|
4
|
+
data.tar.gz: 2599d4d5c55fb1ef8eef46fab8e71113bc25b5d8876eee8c4ac82e829b37dc74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfeb52cbdb656138edf5d43c14ac6410b8235f5b3cf25d8da4d23be6b51b4f38906fca8b72a3deb8ab1954dc33a9e72c42d5e795550e07ec39923c87968e5f80
|
|
7
|
+
data.tar.gz: d965b3485e919c55874d53a835698ae3a5f3bb140181332f6b51922fa6e94caec10b8f49cadc68f575dd68c19d474694d033340bcdf0b2d5e347173537f3c5f2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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-
|
|
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:
|