aws-partitions 1.1048.0 → 1.1049.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 +13 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1de0ef68d2fb986b29d480dea68b76c0e301369b7bed9c0beaa134928e020bda
4
- data.tar.gz: 38911c0ad6f2b1679a58b7dac57f3b284619eca26eaecc9bcc44ae7bb21c3374
3
+ metadata.gz: 2d58d95c011495f544417415f11979b76f855b71d1ea080ce29ec2e380994ce4
4
+ data.tar.gz: 4a03df3b067723158eaa0f9f7db8357fe119cb988bff2889b87939dcb38a558e
5
5
  SHA512:
6
- metadata.gz: b243f217f8c48a12969207965e843d0a49f619c9c81ae319556db3cf32329eb56d87aea37b3e6858ebcc1c44e4a6954a6baa191cd2efb9c04b1fc3bfbc32a80c
7
- data.tar.gz: 25d87b37a471a00ec5fd1330cf90e07356373a06868ea2c9f742f675399fe2864d027a190d8a0e4dde6515b696e32c5376c3aacce431864d3d17f9773eaad45e
6
+ metadata.gz: 8777377cf2f56c53d66d3ac2ed6ed27630ea5b7f497f7b935b4ef59245efa5f34e5f591d86f19110d8b0f029e3a8700b0345d35edbabd72ac8f64ab20f42f572
7
+ data.tar.gz: 90a90a7adacc5d3fbb99af617efeecaef87514a50bcd5adfcb3e7bf4131c79184a228cea435960596624855114efb61bd2d1a01879c5279ca89e70a81b42e731
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1049.0 (2025-02-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1048.0 (2025-02-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1048.0
1
+ 1.1049.0
data/partitions.json CHANGED
@@ -34087,7 +34087,19 @@
34087
34087
  "protocols" : [ "https" ]
34088
34088
  },
34089
34089
  "endpoints" : {
34090
- "us-iso-east-1" : { }
34090
+ "fips-us-iso-east-1" : {
34091
+ "credentialScope" : {
34092
+ "region" : "us-iso-east-1"
34093
+ },
34094
+ "deprecated" : true,
34095
+ "hostname" : "fips.transcribe.us-iso-east-1.c2s.ic.gov"
34096
+ },
34097
+ "us-iso-east-1" : {
34098
+ "variants" : [ {
34099
+ "hostname" : "fips.transcribe.us-iso-east-1.c2s.ic.gov",
34100
+ "tags" : [ "fips" ]
34101
+ } ]
34102
+ }
34091
34103
  }
34092
34104
  },
34093
34105
  "transcribestreaming" : {
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.1048.0
4
+ version: 1.1049.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-02-07 00:00:00.000000000 Z
11
+ date: 2025-02-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: