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.
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 +13 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4ec8c0b4ee060e1c7592e64220a75684dae12a2c331ba0e900f817b73feb298
4
- data.tar.gz: 409fef8a9eff98b68972be2d475df7df2c3a2fa190719246f83eaf607d87a87c
3
+ metadata.gz: 52b24b2cfc9278898254ac52602758ead2d2221ff961c9b983d57deb93731da4
4
+ data.tar.gz: fa8a18dc5623c0ef31eacafd19ba64ae41e5bb7e44eb18cc6950e614b960edb3
5
5
  SHA512:
6
- metadata.gz: ae8abda7015cfd8c089f9845aadc92e95bc5e4aac738ecdaef24101c647bda6adc37412d94747e6f5dc57564426b93c43aa9d00dd0e3f4ab2f37532c76cdc9b2
7
- data.tar.gz: 1e14a76717aeba24f456c04e2aa92e1902ca31db20cb07595228223bc3f24dbc8e543473fff2346d18d36ea39719e169381ee45d665528a5d9fb8eb0ff5def7d
6
+ metadata.gz: e866f2c8eb70f8dfdaa4541e070695fc82f1f5ca1b3e9b80258d1120b84ce61551b9a34e72254c5569bc5679c6da77f4f2843f1780cb8aabc52e59898acb988e
7
+ data.tar.gz: 466a99fc76e8e40f0eaa8548654f53003cf2d94053e743bc61f0446614ff0f957dcc6033c375ee252dc758ebf081aaaadb88d644e2d524a6eef40b736af73aee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1022.0 (2024-12-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1021.0 (2024-12-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1021.0
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.1021.0
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 00:00:00.000000000 Z
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: