aws-partitions 1.1025.0 → 1.1026.0

Sign up to get free protection for your applications and to get access to all the features.
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 +24 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52d3f9a0c33e35e2d40af8cd769b8831b5c9371ae3aa208b4f6af31ed1453204
4
- data.tar.gz: 6a1b0d78a0a4c4dcf36b20311781daa79b43d042a4583ceed823fcab1515b420
3
+ metadata.gz: dd80980e4b76df0e409af416302936381b4181f1fdf0a9c898723c479462c218
4
+ data.tar.gz: d9c1e5f84adffc8934e390c0f3a27e59ce4d0a00ce23a3292ea2723afbb8fd51
5
5
  SHA512:
6
- metadata.gz: 72e3ffc26c999d5b342f63ead097da4f5a5b8c05589816fb72756560efb73d913fb9f3776057e7042210e831c26f66988c5cf9ebe1334932e98453e10fae3150
7
- data.tar.gz: 30ccc37833f01b613c084d26f82965e2c814b5adaff31f1492eb6a4722f761d8b74edd533281f81b40b2a1d27101bc5c73136a8669293b29b0dd74b449b4b54e
6
+ metadata.gz: 3482f30959d994992b41aa208a1a3e44570124d6fc656a4803e84dd0e6362ad04cdd952cdb943e132b15456d89aef1b11aede3fdbff54fa094204565d888cb35
7
+ data.tar.gz: 2e3ff6468fe52791e922743f7f68a91f661fcdc4a528229fcf0b4310edf1b78f162868cdbf7352341974916270d18e61e1086f3e094d93d34e51e33e6ebd7ac8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1026.0 (2024-12-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1025.0 (2024-12-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1025.0
1
+ 1.1026.0
data/partitions.json CHANGED
@@ -24512,8 +24512,18 @@
24512
24512
  },
24513
24513
  "dlm" : {
24514
24514
  "endpoints" : {
24515
- "cn-north-1" : { },
24516
- "cn-northwest-1" : { }
24515
+ "cn-north-1" : {
24516
+ "variants" : [ {
24517
+ "hostname" : "dlm.cn-north-1.api.amazonwebservices.com.cn",
24518
+ "tags" : [ "dualstack" ]
24519
+ } ]
24520
+ },
24521
+ "cn-northwest-1" : {
24522
+ "variants" : [ {
24523
+ "hostname" : "dlm.cn-northwest-1.api.amazonwebservices.com.cn",
24524
+ "tags" : [ "dualstack" ]
24525
+ } ]
24526
+ }
24517
24527
  }
24518
24528
  },
24519
24529
  "dms" : {
@@ -31568,6 +31578,18 @@
31568
31578
  "us-iso-east-1" : { }
31569
31579
  }
31570
31580
  },
31581
+ "organizations" : {
31582
+ "endpoints" : {
31583
+ "aws-iso-global" : {
31584
+ "credentialScope" : {
31585
+ "region" : "us-iso-east-1"
31586
+ },
31587
+ "hostname" : "organizations.us-iso-east-1.c2s.ic.gov"
31588
+ }
31589
+ },
31590
+ "isRegionalized" : false,
31591
+ "partitionEndpoint" : "aws-iso-global"
31592
+ },
31571
31593
  "outposts" : {
31572
31594
  "endpoints" : {
31573
31595
  "us-iso-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.1025.0
4
+ version: 1.1026.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-18 00:00:00.000000000 Z
11
+ date: 2024-12-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: