aws-partitions 1.1069.0 → 1.1070.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 +57 -8
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c4d48f251f975b533cb9af8cf0faee2fc40a7ab62f426cccbde8b56f173dfea
4
- data.tar.gz: 0cf3ba5a0dbd08745bf572b8c4e3cd1030e64fca2a9cf27195f004ccbbf278a8
3
+ metadata.gz: 39f0de17456090236c470c26512f4019df99bc4898c579c5ae4959fd342a55fa
4
+ data.tar.gz: a89eaa30a4c9f6cf7b872190808d48b38b106828d398591546d2d1220e5e53f7
5
5
  SHA512:
6
- metadata.gz: b4e8c5595cae63eca237608c98e902d77463556ad265f72cb9582a862460f165a265efd6a608d49d3aa954dcc7f47de69dff23a622d875774fa363472b4a811e
7
- data.tar.gz: a34165b7f319e949263d0e5ea2c4354e700ab50cb57265546c64398906feb034b881f65e301967a8e94e889f037c9d459f24b5493937c9bbd63c32399c940980
6
+ metadata.gz: 8cccb973f21c0f9b5957afcc66327d422782e331334a4bd2c4f46bd91aa58331f6b5c5360fee0c268f6cc7b70c010d3b222b65ca6145b9f5f57fa2c8dcc08676
7
+ data.tar.gz: e5cea28be4e8c0e8047cb7fcbff3a7e6c26e3e1dc0d0d058fdcc22952300c66891426ef2eb553fb13ba4ef524acbc319166a408ff09aea8c3ec1bf11e536031d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1070.0 (2025-03-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1069.0 (2025-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1069.0
1
+ 1.1070.0
data/partitions.json CHANGED
@@ -3974,14 +3974,54 @@
3974
3974
  },
3975
3975
  "cleanrooms" : {
3976
3976
  "endpoints" : {
3977
- "ap-northeast-1" : { },
3978
- "ap-northeast-2" : { },
3979
- "ap-southeast-1" : { },
3980
- "ap-southeast-2" : { },
3981
- "eu-central-1" : { },
3982
- "eu-north-1" : { },
3983
- "eu-west-1" : { },
3984
- "eu-west-2" : { },
3977
+ "ap-northeast-1" : {
3978
+ "variants" : [ {
3979
+ "hostname" : "cleanrooms.ap-northeast-1.api.aws",
3980
+ "tags" : [ "dualstack" ]
3981
+ } ]
3982
+ },
3983
+ "ap-northeast-2" : {
3984
+ "variants" : [ {
3985
+ "hostname" : "cleanrooms.ap-northeast-2.api.aws",
3986
+ "tags" : [ "dualstack" ]
3987
+ } ]
3988
+ },
3989
+ "ap-southeast-1" : {
3990
+ "variants" : [ {
3991
+ "hostname" : "cleanrooms.ap-southeast-1.api.aws",
3992
+ "tags" : [ "dualstack" ]
3993
+ } ]
3994
+ },
3995
+ "ap-southeast-2" : {
3996
+ "variants" : [ {
3997
+ "hostname" : "cleanrooms.ap-southeast-2.api.aws",
3998
+ "tags" : [ "dualstack" ]
3999
+ } ]
4000
+ },
4001
+ "eu-central-1" : {
4002
+ "variants" : [ {
4003
+ "hostname" : "cleanrooms.eu-central-1.api.aws",
4004
+ "tags" : [ "dualstack" ]
4005
+ } ]
4006
+ },
4007
+ "eu-north-1" : {
4008
+ "variants" : [ {
4009
+ "hostname" : "cleanrooms.eu-north-1.api.aws",
4010
+ "tags" : [ "dualstack" ]
4011
+ } ]
4012
+ },
4013
+ "eu-west-1" : {
4014
+ "variants" : [ {
4015
+ "hostname" : "cleanrooms.eu-west-1.api.aws",
4016
+ "tags" : [ "dualstack" ]
4017
+ } ]
4018
+ },
4019
+ "eu-west-2" : {
4020
+ "variants" : [ {
4021
+ "hostname" : "cleanrooms.eu-west-2.api.aws",
4022
+ "tags" : [ "dualstack" ]
4023
+ } ]
4024
+ },
3985
4025
  "fips-us-east-1" : {
3986
4026
  "credentialScope" : {
3987
4027
  "region" : "us-east-1"
@@ -4007,18 +4047,27 @@
4007
4047
  "variants" : [ {
4008
4048
  "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
4009
4049
  "tags" : [ "fips" ]
4050
+ }, {
4051
+ "hostname" : "cleanrooms.us-east-1.api.aws",
4052
+ "tags" : [ "dualstack" ]
4010
4053
  } ]
4011
4054
  },
4012
4055
  "us-east-2" : {
4013
4056
  "variants" : [ {
4014
4057
  "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
4015
4058
  "tags" : [ "fips" ]
4059
+ }, {
4060
+ "hostname" : "cleanrooms.us-east-2.api.aws",
4061
+ "tags" : [ "dualstack" ]
4016
4062
  } ]
4017
4063
  },
4018
4064
  "us-west-2" : {
4019
4065
  "variants" : [ {
4020
4066
  "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
4021
4067
  "tags" : [ "fips" ]
4068
+ }, {
4069
+ "hostname" : "cleanrooms.us-west-2.api.aws",
4070
+ "tags" : [ "dualstack" ]
4022
4071
  } ]
4023
4072
  }
4024
4073
  }
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.1069.0
4
+ version: 1.1070.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: 2025-03-18 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: