aws-partitions 1.720.0 → 1.721.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/partitions.json +9 -2
- 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: 5c6883fcc1a9de6f99f697ad4a120a6657864751bafa763fdb49320f5967fac9
|
|
4
|
+
data.tar.gz: 74262e1369aa63aac7817f762a8ec655751fccf1ee589ab39632f8d06c17fccf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db24818f9041a206830537168d99ffd71b0202c20f1f18bc62f7e632d43a2cdbc336484c2092852829cd12a1e6c5bcdfefa5dc3aaa97eb960f65dee4d8513cb5
|
|
7
|
+
data.tar.gz: 997ab06afb9f756cf39840e7d19675e1e0863616e231bff68ce5e20f4ef1d90ab9f947bfc6f07a18b5b36bedd11b0b6e787bd3cc4059d33aa3b519490edcbc26
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.721.0
|
data/partitions.json
CHANGED
|
@@ -10590,6 +10590,7 @@
|
|
|
10590
10590
|
"deprecated" : true,
|
|
10591
10591
|
"hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
|
|
10592
10592
|
},
|
|
10593
|
+
"me-central-1" : { },
|
|
10593
10594
|
"me-south-1" : { },
|
|
10594
10595
|
"sa-east-1" : { },
|
|
10595
10596
|
"us-east-1" : {
|
|
@@ -11461,7 +11462,6 @@
|
|
|
11461
11462
|
"ap-south-1" : { },
|
|
11462
11463
|
"ap-southeast-1" : { },
|
|
11463
11464
|
"ap-southeast-2" : { },
|
|
11464
|
-
"api" : { },
|
|
11465
11465
|
"ca-central-1" : { },
|
|
11466
11466
|
"eu-central-1" : { },
|
|
11467
11467
|
"eu-north-1" : { },
|
|
@@ -20416,11 +20416,18 @@
|
|
|
20416
20416
|
},
|
|
20417
20417
|
"mediaconvert" : {
|
|
20418
20418
|
"endpoints" : {
|
|
20419
|
-
"us-gov-west-1" : {
|
|
20419
|
+
"fips-us-gov-west-1" : {
|
|
20420
20420
|
"credentialScope" : {
|
|
20421
20421
|
"region" : "us-gov-west-1"
|
|
20422
20422
|
},
|
|
20423
|
+
"deprecated" : true,
|
|
20423
20424
|
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
|
|
20425
|
+
},
|
|
20426
|
+
"us-gov-west-1" : {
|
|
20427
|
+
"variants" : [ {
|
|
20428
|
+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
|
|
20429
|
+
"tags" : [ "fips" ]
|
|
20430
|
+
} ]
|
|
20424
20431
|
}
|
|
20425
20432
|
}
|
|
20426
20433
|
},
|
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.721.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: 2023-03-
|
|
11
|
+
date: 2023-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|