aws-partitions 1.980.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +39 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e01bd0fed258e6ab2e6cae2d12e6a5996c2efd21b7a9d7ea513cf0973526a6f5
4
- data.tar.gz: 42ac4c8d51cc59fe1591f9e7b5c8776f1d59d6b9b9f99062c49bfd17ab0f9d36
3
+ metadata.gz: a6ff88b6794dc79399cc19d2a74108ab733269c4b1f4f2608ef66e5b1c30523a
4
+ data.tar.gz: c7a6e3f8dc3ddb2f0c493d1bfe65039429ba02a3fd0bd55cebe9aac50786de73
5
5
  SHA512:
6
- metadata.gz: 5a33fc54a34d7bd6fb4601a894eb911fd7f486f56ec697c0f18b970f589ca40225c5dfe402c40875d07947911d0b7f4db77249d4085356a248e75ecd38f02be2
7
- data.tar.gz: ec3f1145a09eed63611f13f95a38d3a973a55d4493d323078b0d2a3eb4b8cf5ea71993cc3105fa98d2bc0dbef742e728ef75b868124d7191971e558c700a5b08
6
+ metadata.gz: 8aac331ce460a83afe65f7cf9816527a00debfc6d3ea7c48aed6bad6cdf1d29c652eb76d9182f76f2a8905d000b5704f20ba437902ab71b9dc2ae05de6bdd68b
7
+ data.tar.gz: 43e2caf0fecc28da46c550407ebc5f61e055890e471765ebbec0c9b24c627760b4b3cdc8a715d24666c63263435a0f495c8fd2f114b8e4a0ba05a5bd0090551c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.980.0 (2024-09-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.980.0
1
+ 1.981.0
data/partitions.json CHANGED
@@ -29169,8 +29169,32 @@
29169
29169
  },
29170
29170
  "ds" : {
29171
29171
  "endpoints" : {
29172
- "us-iso-east-1" : { },
29173
- "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
+ }
29174
29198
  }
29175
29199
  },
29176
29200
  "dynamodb" : {
@@ -29990,7 +30014,19 @@
29990
30014
  },
29991
30015
  "ds" : {
29992
30016
  "endpoints" : {
29993
- "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
+ }
29994
30030
  }
29995
30031
  },
29996
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.980.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-26 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: