aws-partitions 1.422.0 → 1.423.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.
- checksums.yaml +4 -4
- data/partitions.json +18 -1
- 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: 2ed94c46907a4053962b3f89ecfd8ceb1bf7f868884789fefc1b83587e6d348c
|
|
4
|
+
data.tar.gz: 274dfc6ea4e16ad614cc41d7b0abe67e8d6b021151a9d2e59670e127ca3c40c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef9f0a996ca92ddff25303a8bd8235e3e293199f0e8f25261cf22639d834c544d8acafcaa9165586d7a431f6fc27c475ad1d6bbf217af9b0e7bf0b349d08d282
|
|
7
|
+
data.tar.gz: 774d7b9b41011589ebe76f2a2f74b28464290fbcbc3ab9f07f3e63837884ff09cd18479223ac28f01c875b9854074f3764d14721412e29237543912609375570
|
data/partitions.json
CHANGED
|
@@ -1448,6 +1448,12 @@
|
|
|
1448
1448
|
},
|
|
1449
1449
|
"hostname" : "cognito-idp-fips.us-east-2.amazonaws.com"
|
|
1450
1450
|
},
|
|
1451
|
+
"fips-us-west-1" : {
|
|
1452
|
+
"credentialScope" : {
|
|
1453
|
+
"region" : "us-west-1"
|
|
1454
|
+
},
|
|
1455
|
+
"hostname" : "cognito-idp-fips.us-west-1.amazonaws.com"
|
|
1456
|
+
},
|
|
1451
1457
|
"fips-us-west-2" : {
|
|
1452
1458
|
"credentialScope" : {
|
|
1453
1459
|
"region" : "us-west-2"
|
|
@@ -8761,7 +8767,13 @@
|
|
|
8761
8767
|
},
|
|
8762
8768
|
"runtime.sagemaker" : {
|
|
8763
8769
|
"endpoints" : {
|
|
8764
|
-
"us-gov-west-1" : { }
|
|
8770
|
+
"us-gov-west-1" : { },
|
|
8771
|
+
"us-gov-west-1-fips" : {
|
|
8772
|
+
"credentialScope" : {
|
|
8773
|
+
"region" : "us-gov-west-1"
|
|
8774
|
+
},
|
|
8775
|
+
"hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com"
|
|
8776
|
+
}
|
|
8765
8777
|
}
|
|
8766
8778
|
},
|
|
8767
8779
|
"s3" : {
|
|
@@ -9422,6 +9434,11 @@
|
|
|
9422
9434
|
"us-iso-east-1" : { }
|
|
9423
9435
|
}
|
|
9424
9436
|
},
|
|
9437
|
+
"outposts" : {
|
|
9438
|
+
"endpoints" : {
|
|
9439
|
+
"us-iso-east-1" : { }
|
|
9440
|
+
}
|
|
9441
|
+
},
|
|
9425
9442
|
"rds" : {
|
|
9426
9443
|
"endpoints" : {
|
|
9427
9444
|
"us-iso-east-1" : { }
|
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.423.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: 2021-
|
|
11
|
+
date: 2021-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|