aws-partitions 1.1021.0 → 1.1022.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 +13 -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: 52b24b2cfc9278898254ac52602758ead2d2221ff961c9b983d57deb93731da4
|
|
4
|
+
data.tar.gz: fa8a18dc5623c0ef31eacafd19ba64ae41e5bb7e44eb18cc6950e614b960edb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e866f2c8eb70f8dfdaa4541e070695fc82f1f5ca1b3e9b80258d1120b84ce61551b9a34e72254c5569bc5679c6da77f4f2843f1780cb8aabc52e59898acb988e
|
|
7
|
+
data.tar.gz: 466a99fc76e8e40f0eaa8548654f53003cf2d94053e743bc61f0446614ff0f957dcc6033c375ee252dc758ebf081aaaadb88d644e2d524a6eef40b736af73aee
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1022.0
|
data/partitions.json
CHANGED
|
@@ -14403,6 +14403,7 @@
|
|
|
14403
14403
|
"ap-southeast-2" : { },
|
|
14404
14404
|
"ap-southeast-3" : { },
|
|
14405
14405
|
"ap-southeast-4" : { },
|
|
14406
|
+
"ap-southeast-5" : { },
|
|
14406
14407
|
"ca-central-1" : {
|
|
14407
14408
|
"variants" : [ {
|
|
14408
14409
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
|
@@ -31875,6 +31876,18 @@
|
|
|
31875
31876
|
"us-isob-east-1" : { }
|
|
31876
31877
|
}
|
|
31877
31878
|
},
|
|
31879
|
+
"organizations" : {
|
|
31880
|
+
"endpoints" : {
|
|
31881
|
+
"aws-iso-b-global" : {
|
|
31882
|
+
"credentialScope" : {
|
|
31883
|
+
"region" : "us-isob-east-1"
|
|
31884
|
+
},
|
|
31885
|
+
"hostname" : "organizations.us-isob-east-1.sc2s.sgov.gov"
|
|
31886
|
+
}
|
|
31887
|
+
},
|
|
31888
|
+
"isRegionalized" : false,
|
|
31889
|
+
"partitionEndpoint" : "aws-iso-b-global"
|
|
31890
|
+
},
|
|
31878
31891
|
"outposts" : {
|
|
31879
31892
|
"endpoints" : {
|
|
31880
31893
|
"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.
|
|
4
|
+
version: 1.1022.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-12-
|
|
11
|
+
date: 2024-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|