aws-partitions 1.981.0 → 1.982.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: 8fde521e72e262b7ad032fb3b9f3687f47b6f6e7baccb5edd128755fa77fbecf
|
4
|
+
data.tar.gz: e7d4b6c86a186dde577c9fd4b2c59282650af1ad846ee57f210350bab36d71e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: beb1673752614ef2f6ef31d80f80bd419548a56d147c49fe03a00d78601f734e3d23099f31f6ec20ff5a59b4a13bd7404ae81c8dedb366cc2f95310caf5eb1f6
|
7
|
+
data.tar.gz: fe95f9f2aadd40ac42ba6d22e1fd217e9411ab668699fe7c8f84eeb6c844468b6b0c88ddf92f2928e138f721093f822c189abbba34cf5cd2f99d10ac56bdb2f1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.982.0
|
data/partitions.json
CHANGED
@@ -559,6 +559,7 @@
|
|
559
559
|
"aoss" : {
|
560
560
|
"endpoints" : {
|
561
561
|
"ap-northeast-1" : { },
|
562
|
+
"ap-northeast-2" : { },
|
562
563
|
"ap-south-1" : { },
|
563
564
|
"ap-southeast-1" : { },
|
564
565
|
"ap-southeast-2" : { },
|
@@ -9138,6 +9139,7 @@
|
|
9138
9139
|
"ca-central-1" : { },
|
9139
9140
|
"eu-central-1" : { },
|
9140
9141
|
"eu-north-1" : { },
|
9142
|
+
"eu-south-2" : { },
|
9141
9143
|
"eu-west-1" : { },
|
9142
9144
|
"eu-west-2" : { },
|
9143
9145
|
"sa-east-1" : { },
|
@@ -13001,6 +13003,7 @@
|
|
13001
13003
|
"eu-central-1" : { },
|
13002
13004
|
"eu-north-1" : { },
|
13003
13005
|
"eu-south-1" : { },
|
13006
|
+
"eu-south-2" : { },
|
13004
13007
|
"eu-west-1" : { },
|
13005
13008
|
"eu-west-2" : { },
|
13006
13009
|
"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.
|
4
|
+
version: 1.982.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-
|
11
|
+
date: 2024-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|