aws-partitions 1.979.0 → 1.981.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +41 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e677e817ff27b7593ddb3b543156b232dcbf668de0e26bcef2fb4bffeb787fba
4
- data.tar.gz: 92d286267757e748350f1685e5029a3bf05184785a136428a24214a4af09a7c0
3
+ metadata.gz: a6ff88b6794dc79399cc19d2a74108ab733269c4b1f4f2608ef66e5b1c30523a
4
+ data.tar.gz: c7a6e3f8dc3ddb2f0c493d1bfe65039429ba02a3fd0bd55cebe9aac50786de73
5
5
  SHA512:
6
- metadata.gz: 289fbc7a352ff896ba3922d0ca6cce7fa1a33da832b0a030504c90e89c5c90bfece0a0ece2958968e3b6602c0fff66c2b661900137a9dd02ee98c3fa2d2527c6
7
- data.tar.gz: 6806493bfc21b8e6c00058193827d31759179ed8223fec9efebe94617460b9bce81d2482fcc951062e5d874ff1796a2d18b1adbb3905ff5915c51ed7a2972367
6
+ metadata.gz: 8aac331ce460a83afe65f7cf9816527a00debfc6d3ea7c48aed6bad6cdf1d29c652eb76d9182f76f2a8905d000b5704f20ba437902ab71b9dc2ae05de6bdd68b
7
+ data.tar.gz: 43e2caf0fecc28da46c550407ebc5f61e055890e471765ebbec0c9b24c627760b4b3cdc8a715d24666c63263435a0f495c8fd2f114b8e4a0ba05a5bd0090551c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.981.0 (2024-09-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.980.0 (2024-09-26)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.979.0 (2024-09-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.979.0
1
+ 1.981.0
data/partitions.json CHANGED
@@ -9634,6 +9634,8 @@
9634
9634
  },
9635
9635
  "endpoints" : {
9636
9636
  "ap-south-1" : { },
9637
+ "ap-southeast-2" : { },
9638
+ "eu-west-2" : { },
9637
9639
  "us-east-1" : { },
9638
9640
  "us-east-2" : { },
9639
9641
  "us-west-2" : { }
@@ -29167,8 +29169,32 @@
29167
29169
  },
29168
29170
  "ds" : {
29169
29171
  "endpoints" : {
29170
- "us-iso-east-1" : { },
29171
- "us-iso-west-1" : { }
29172
+ "fips-us-iso-east-1" : {
29173
+ "credentialScope" : {
29174
+ "region" : "us-iso-east-1"
29175
+ },
29176
+ "deprecated" : true,
29177
+ "hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
29178
+ },
29179
+ "fips-us-iso-west-1" : {
29180
+ "credentialScope" : {
29181
+ "region" : "us-iso-west-1"
29182
+ },
29183
+ "deprecated" : true,
29184
+ "hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
29185
+ },
29186
+ "us-iso-east-1" : {
29187
+ "variants" : [ {
29188
+ "hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
29189
+ "tags" : [ "fips" ]
29190
+ } ]
29191
+ },
29192
+ "us-iso-west-1" : {
29193
+ "variants" : [ {
29194
+ "hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
29195
+ "tags" : [ "fips" ]
29196
+ } ]
29197
+ }
29172
29198
  }
29173
29199
  },
29174
29200
  "dynamodb" : {
@@ -29988,7 +30014,19 @@
29988
30014
  },
29989
30015
  "ds" : {
29990
30016
  "endpoints" : {
29991
- "us-isob-east-1" : { }
30017
+ "fips-us-isob-east-1" : {
30018
+ "credentialScope" : {
30019
+ "region" : "us-isob-east-1"
30020
+ },
30021
+ "deprecated" : true,
30022
+ "hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
30023
+ },
30024
+ "us-isob-east-1" : {
30025
+ "variants" : [ {
30026
+ "hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
30027
+ "tags" : [ "fips" ]
30028
+ } ]
30029
+ }
29992
30030
  }
29993
30031
  },
29994
30032
  "dynamodb" : {
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.979.0
4
+ version: 1.981.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-09-25 00:00:00.000000000 Z
11
+ date: 2024-09-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: