aws-partitions 1.1053.0 → 1.1054.0

Sign up to get free protection for your applications and to get access to all the features.
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: 806c85d8334acc2e35296400c3aad2e38432607496c16b9bdb14aaaf817dfcca
4
- data.tar.gz: 9c57ee571a9bbdc1b2a0e33ddc019ea61c579f5f039eb50ecd02c09594d2b458
3
+ metadata.gz: 8f4ccaf5cdd4dd5e1f779cd45670e044364691fff53c08afb2c2a0fd1964d047
4
+ data.tar.gz: 2f9cd466853ad739e809dffd49abb7d64158460ce380c5a3d84a71c3c9000236
5
5
  SHA512:
6
- metadata.gz: 073f83b649436d7158e84ec3033abcc2532c14912ba77c39ffd6f93fe256c69234af55e6906ce18f03b50ba536ce448bf3abe0fc2a8f2b30559e1f03fa5ed12b
7
- data.tar.gz: 811984f7e32e29f33ec48b89e9d69a87621635bd8f6b1fbc8a6f108c57c443daeabfec86213716c2c36bbf80c7948518624b47f10c31b190d63702bc0bf57cb2
6
+ metadata.gz: 92f6396aeb7379c1484f9429b812d36b2bee2e7ce69ae13f2055df07807375f5897244e7d8a5ed2a288649ee0939fa8dc63bc209d9b2357dcd6677191848af2c
7
+ data.tar.gz: 3eb8741e02e2a92bee834e658bdb89e0ca9f94dcabdb2577a78e3eff5d8a318a6c6bdc8e57b6c1ce21adacf8574dd0568d7d79c5677d3381cd48c485dc2fe92a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1054.0 (2025-02-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1053.0 (2025-02-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1053.0
1
+ 1.1054.0
data/partitions.json CHANGED
@@ -33507,8 +33507,32 @@
33507
33507
  },
33508
33508
  "config" : {
33509
33509
  "endpoints" : {
33510
- "us-iso-east-1" : { },
33511
- "us-iso-west-1" : { }
33510
+ "fips-us-iso-east-1" : {
33511
+ "credentialScope" : {
33512
+ "region" : "us-iso-east-1"
33513
+ },
33514
+ "deprecated" : true,
33515
+ "hostname" : "config-fips.us-iso-east-1.c2s.ic.gov"
33516
+ },
33517
+ "fips-us-iso-west-1" : {
33518
+ "credentialScope" : {
33519
+ "region" : "us-iso-west-1"
33520
+ },
33521
+ "deprecated" : true,
33522
+ "hostname" : "config-fips.us-iso-west-1.c2s.ic.gov"
33523
+ },
33524
+ "us-iso-east-1" : {
33525
+ "variants" : [ {
33526
+ "hostname" : "config-fips.us-iso-east-1.c2s.ic.gov",
33527
+ "tags" : [ "fips" ]
33528
+ } ]
33529
+ },
33530
+ "us-iso-west-1" : {
33531
+ "variants" : [ {
33532
+ "hostname" : "config-fips.us-iso-west-1.c2s.ic.gov",
33533
+ "tags" : [ "fips" ]
33534
+ } ]
33535
+ }
33512
33536
  }
33513
33537
  },
33514
33538
  "datapipeline" : {
@@ -34489,7 +34513,19 @@
34489
34513
  },
34490
34514
  "config" : {
34491
34515
  "endpoints" : {
34492
- "us-isob-east-1" : { }
34516
+ "fips-us-isob-east-1" : {
34517
+ "credentialScope" : {
34518
+ "region" : "us-isob-east-1"
34519
+ },
34520
+ "deprecated" : true,
34521
+ "hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov"
34522
+ },
34523
+ "us-isob-east-1" : {
34524
+ "variants" : [ {
34525
+ "hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
34526
+ "tags" : [ "fips" ]
34527
+ } ]
34528
+ }
34493
34529
  }
34494
34530
  },
34495
34531
  "directconnect" : {
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.1053.0
4
+ version: 1.1054.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-20 00:00:00.000000000 Z
11
+ date: 2025-02-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: