aws-partitions 1.662.0 → 1.663.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 +18 -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: b68a0535f4e7106a6cb622b15f98862acabc728dd9982055953da21ee17cacd7
|
|
4
|
+
data.tar.gz: 9f5d7bd28ae2186b0be4de18ca27c0d149e03638d6502b508164bd72780ce961
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b33f62711baa284e4b8837e978a78b7005e9735cc5f6c273d1e69406d264f3530641cac885316ea013fe75e28ff6b1eb377316d4665d7031d6535178ab05274
|
|
7
|
+
data.tar.gz: 8207cfe07299973e9b6f414a7b7578e1dd59a7b022d1b3e3c3e1db4b21af4ea6623cf4c13497de35083bad70eccc15f6c7c8a2712dd48d270c483c8b8d6720b6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.663.0
|
data/partitions.json
CHANGED
|
@@ -4506,6 +4506,7 @@
|
|
|
4506
4506
|
"deprecated" : true,
|
|
4507
4507
|
"hostname" : "ds-fips.us-west-2.amazonaws.com"
|
|
4508
4508
|
},
|
|
4509
|
+
"me-central-1" : { },
|
|
4509
4510
|
"me-south-1" : { },
|
|
4510
4511
|
"sa-east-1" : { },
|
|
4511
4512
|
"us-east-1" : {
|
|
@@ -14628,18 +14629,28 @@
|
|
|
14628
14629
|
"eu-central-1" : { },
|
|
14629
14630
|
"eu-west-2" : { },
|
|
14630
14631
|
"fips-us-east-1" : {
|
|
14631
|
-
"
|
|
14632
|
+
"credentialScope" : {
|
|
14633
|
+
"region" : "us-east-1"
|
|
14634
|
+
},
|
|
14635
|
+
"deprecated" : true,
|
|
14636
|
+
"hostname" : "voiceid-fips.us-east-1.amazonaws.com"
|
|
14632
14637
|
},
|
|
14633
14638
|
"fips-us-west-2" : {
|
|
14634
|
-
"
|
|
14639
|
+
"credentialScope" : {
|
|
14640
|
+
"region" : "us-west-2"
|
|
14641
|
+
},
|
|
14642
|
+
"deprecated" : true,
|
|
14643
|
+
"hostname" : "voiceid-fips.us-west-2.amazonaws.com"
|
|
14635
14644
|
},
|
|
14636
14645
|
"us-east-1" : {
|
|
14637
14646
|
"variants" : [ {
|
|
14647
|
+
"hostname" : "voiceid-fips.us-east-1.amazonaws.com",
|
|
14638
14648
|
"tags" : [ "fips" ]
|
|
14639
14649
|
} ]
|
|
14640
14650
|
},
|
|
14641
14651
|
"us-west-2" : {
|
|
14642
14652
|
"variants" : [ {
|
|
14653
|
+
"hostname" : "voiceid-fips.us-west-2.amazonaws.com",
|
|
14643
14654
|
"tags" : [ "fips" ]
|
|
14644
14655
|
} ]
|
|
14645
14656
|
}
|
|
@@ -18676,6 +18687,11 @@
|
|
|
18676
18687
|
}
|
|
18677
18688
|
}
|
|
18678
18689
|
},
|
|
18690
|
+
"ingest.timestream" : {
|
|
18691
|
+
"endpoints" : {
|
|
18692
|
+
"us-gov-west-1" : { }
|
|
18693
|
+
}
|
|
18694
|
+
},
|
|
18679
18695
|
"inspector" : {
|
|
18680
18696
|
"endpoints" : {
|
|
18681
18697
|
"fips-us-gov-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.663.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: 2022-11-
|
|
11
|
+
date: 2022-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|