aws-partitions 1.501.0 → 1.502.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +34 -0
- 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: 2424fac58b4177a5c663493aa98006180665b0f10e3321580448ab240cddabc2
|
|
4
|
+
data.tar.gz: 0f28adabee0da8ed43305498fe655569fd32670e81129f1bd2075ab16a37e912
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b6c21bba4b55bc0b5525a942593328edfb91ef74b15b85bb3b3f6141c2a3bed64c4f5badd34f02c2842d60743c5f08bfa4cd6901d2aa93437d77fa81ae5c6ce
|
|
7
|
+
data.tar.gz: 8aaf0ca3e752b6b0f4df116ec6078119b61d720330ef01ef3aa2975aba8a4eaf27b934dfecf86310b0c0c6eba2e031ed5f4207b88eea5bbc28f9720c4f898ea4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.502.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -7240,6 +7240,30 @@
|
|
|
7240
7240
|
"eu-west-1" : { },
|
|
7241
7241
|
"eu-west-2" : { },
|
|
7242
7242
|
"sa-east-1" : { },
|
|
7243
|
+
"transcribestreaming-fips-ca-central-1" : {
|
|
7244
|
+
"credentialScope" : {
|
|
7245
|
+
"region" : "ca-central-1"
|
|
7246
|
+
},
|
|
7247
|
+
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
|
|
7248
|
+
},
|
|
7249
|
+
"transcribestreaming-fips-us-east-1" : {
|
|
7250
|
+
"credentialScope" : {
|
|
7251
|
+
"region" : "us-east-1"
|
|
7252
|
+
},
|
|
7253
|
+
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
|
|
7254
|
+
},
|
|
7255
|
+
"transcribestreaming-fips-us-east-2" : {
|
|
7256
|
+
"credentialScope" : {
|
|
7257
|
+
"region" : "us-east-2"
|
|
7258
|
+
},
|
|
7259
|
+
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
|
|
7260
|
+
},
|
|
7261
|
+
"transcribestreaming-fips-us-west-2" : {
|
|
7262
|
+
"credentialScope" : {
|
|
7263
|
+
"region" : "us-west-2"
|
|
7264
|
+
},
|
|
7265
|
+
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
|
|
7266
|
+
},
|
|
7243
7267
|
"us-east-1" : { },
|
|
7244
7268
|
"us-east-2" : { },
|
|
7245
7269
|
"us-west-2" : { }
|
|
@@ -9804,6 +9828,16 @@
|
|
|
9804
9828
|
"us-gov-west-1" : { }
|
|
9805
9829
|
}
|
|
9806
9830
|
},
|
|
9831
|
+
"oidc" : {
|
|
9832
|
+
"endpoints" : {
|
|
9833
|
+
"us-gov-west-1" : {
|
|
9834
|
+
"credentialScope" : {
|
|
9835
|
+
"region" : "us-gov-west-1"
|
|
9836
|
+
},
|
|
9837
|
+
"hostname" : "oidc.us-gov-west-1.amazonaws.com"
|
|
9838
|
+
}
|
|
9839
|
+
}
|
|
9840
|
+
},
|
|
9807
9841
|
"organizations" : {
|
|
9808
9842
|
"endpoints" : {
|
|
9809
9843
|
"aws-us-gov-global" : {
|
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.502.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-09-
|
|
11
|
+
date: 2021-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|