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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +39 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f4ccaf5cdd4dd5e1f779cd45670e044364691fff53c08afb2c2a0fd1964d047
|
4
|
+
data.tar.gz: 2f9cd466853ad739e809dffd49abb7d64158460ce380c5a3d84a71c3c9000236
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92f6396aeb7379c1484f9429b812d36b2bee2e7ce69ae13f2055df07807375f5897244e7d8a5ed2a288649ee0939fa8dc63bc209d9b2357dcd6677191848af2c
|
7
|
+
data.tar.gz: 3eb8741e02e2a92bee834e658bdb89e0ca9f94dcabdb2577a78e3eff5d8a318a6c6bdc8e57b6c1ce21adacf8574dd0568d7d79c5677d3381cd48c485dc2fe92a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
|
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.
|
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-
|
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:
|