aws-partitions 1.840.0 → 1.841.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 +25 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '035803c25a7460ba3b0606fc9d9a02aacbe823d83bf514b4f4a0a1894a88a561'
4
- data.tar.gz: 32eb1c5d517586bc9d08cc16a2a7955abb935c2206ee14eee255077c6a76c10e
3
+ metadata.gz: a7b6a48c33c155387781e3d68d96a2b46761bb21d980ec788e4e4bad08b0b6a1
4
+ data.tar.gz: a70659359298726405a33ce014af6813da4386139d76eaad969287717aed24a7
5
5
  SHA512:
6
- metadata.gz: fef2ecb4babfec5753ed65d8ff7ca16900e0c0eb004e66169227849d6450ca3a81dd30668b2c575d6095c94153fc497fbfcc393a4beb5f67b96b377c8e6b6e43
7
- data.tar.gz: 92cce58af42ebce97ffc1a29ae355ed64503f1e856c0bf9466ca16c3718d332b317a12226b47429f268a91b401bfd6e0ff93eeda1337bac91303b298d4d03671
6
+ metadata.gz: c06a855cb9213da666f1aa4e55398da5068347ec470ca53451b2960fe551690daf1a502648ad8f5a85159d90ae5e8a29e0bcf0eeb0e5c2974a2f48a33589195e
7
+ data.tar.gz: 5fe1d4d3e74fd75e900f4829e3225c6855b00b4ab373ccd3ad79c47dcfc5e8e2cd0f75bf12c0c996fcb30828584f2e0ccf8933f4d3c25315d34a8c12a038ada9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.841.0 (2023-10-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.840.0 (2023-10-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.840.0
1
+ 1.841.0
data/partitions.json CHANGED
@@ -10609,6 +10609,7 @@
10609
10609
  "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
10610
10610
  },
10611
10611
  "il-central-1" : { },
10612
+ "me-central-1" : { },
10612
10613
  "me-south-1" : { },
10613
10614
  "sa-east-1" : { },
10614
10615
  "us-east-1" : {
@@ -20018,8 +20019,18 @@
20018
20019
  },
20019
20020
  "states" : {
20020
20021
  "endpoints" : {
20021
- "cn-north-1" : { },
20022
- "cn-northwest-1" : { }
20022
+ "cn-north-1" : {
20023
+ "variants" : [ {
20024
+ "hostname" : "states.cn-north-1.api.amazonwebservices.com.cn",
20025
+ "tags" : [ "dualstack" ]
20026
+ } ]
20027
+ },
20028
+ "cn-northwest-1" : {
20029
+ "variants" : [ {
20030
+ "hostname" : "states.cn-northwest-1.api.amazonwebservices.com.cn",
20031
+ "tags" : [ "dualstack" ]
20032
+ } ]
20033
+ }
20023
20034
  }
20024
20035
  },
20025
20036
  "storagegateway" : {
@@ -22138,12 +22149,24 @@
22138
22149
  "variants" : [ {
22139
22150
  "hostname" : "glue-fips.us-gov-east-1.amazonaws.com",
22140
22151
  "tags" : [ "fips" ]
22152
+ }, {
22153
+ "hostname" : "glue-fips.us-gov-east-1.api.aws",
22154
+ "tags" : [ "dualstack", "fips" ]
22155
+ }, {
22156
+ "hostname" : "glue.us-gov-east-1.api.aws",
22157
+ "tags" : [ "dualstack" ]
22141
22158
  } ]
22142
22159
  },
22143
22160
  "us-gov-west-1" : {
22144
22161
  "variants" : [ {
22145
22162
  "hostname" : "glue-fips.us-gov-west-1.amazonaws.com",
22146
22163
  "tags" : [ "fips" ]
22164
+ }, {
22165
+ "hostname" : "glue-fips.us-gov-west-1.api.aws",
22166
+ "tags" : [ "dualstack", "fips" ]
22167
+ }, {
22168
+ "hostname" : "glue.us-gov-west-1.api.aws",
22169
+ "tags" : [ "dualstack" ]
22147
22170
  } ]
22148
22171
  }
22149
22172
  }
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.840.0
4
+ version: 1.841.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: 2023-10-23 00:00:00.000000000 Z
11
+ date: 2023-10-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: