aws-partitions 1.704.0 → 1.705.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 +29 -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: f72a9d76520a920f01e0e378c457c87e580af88d3e651e9e0bd768b83565a101
|
|
4
|
+
data.tar.gz: d037aae29b8b01204646848b1c5dfb0f8d4d58437c34ca47a46e95e93e6815b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7acc7114c9850c9955c763f29e9b9d14c24c76321d7ec6a6796903665f15e2a3108ab71caf38a08e88ede9738f36fe36fc40d3af8c224116c990fad0bf709bd7
|
|
7
|
+
data.tar.gz: ea5e5025ca73bef66a6cf9653353b869005812c5db11b5d55cc09f59cddd112664c27fce76c627ef6c14dbe202da11e8b73197506d0d6fc044e7f875ce4fc364
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.705.0
|
data/partitions.json
CHANGED
|
@@ -18744,6 +18744,22 @@
|
|
|
18744
18744
|
}
|
|
18745
18745
|
}
|
|
18746
18746
|
},
|
|
18747
|
+
"compute-optimizer" : {
|
|
18748
|
+
"endpoints" : {
|
|
18749
|
+
"us-gov-east-1" : {
|
|
18750
|
+
"credentialScope" : {
|
|
18751
|
+
"region" : "us-gov-east-1"
|
|
18752
|
+
},
|
|
18753
|
+
"hostname" : "compute-optimizer-fips.us-gov-east-1.amazonaws.com"
|
|
18754
|
+
},
|
|
18755
|
+
"us-gov-west-1" : {
|
|
18756
|
+
"credentialScope" : {
|
|
18757
|
+
"region" : "us-gov-west-1"
|
|
18758
|
+
},
|
|
18759
|
+
"hostname" : "compute-optimizer-fips.us-gov-west-1.amazonaws.com"
|
|
18760
|
+
}
|
|
18761
|
+
}
|
|
18762
|
+
},
|
|
18747
18763
|
"config" : {
|
|
18748
18764
|
"defaults" : {
|
|
18749
18765
|
"variants" : [ {
|
|
@@ -19783,7 +19799,19 @@
|
|
|
19783
19799
|
},
|
|
19784
19800
|
"ingest.timestream" : {
|
|
19785
19801
|
"endpoints" : {
|
|
19786
|
-
"us-gov-west-1" : {
|
|
19802
|
+
"us-gov-west-1" : {
|
|
19803
|
+
"variants" : [ {
|
|
19804
|
+
"hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com",
|
|
19805
|
+
"tags" : [ "fips" ]
|
|
19806
|
+
} ]
|
|
19807
|
+
},
|
|
19808
|
+
"us-gov-west-1-fips" : {
|
|
19809
|
+
"credentialScope" : {
|
|
19810
|
+
"region" : "us-gov-west-1"
|
|
19811
|
+
},
|
|
19812
|
+
"deprecated" : true,
|
|
19813
|
+
"hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com"
|
|
19814
|
+
}
|
|
19787
19815
|
}
|
|
19788
19816
|
},
|
|
19789
19817
|
"inspector" : {
|
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.705.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-02-
|
|
11
|
+
date: 2023-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|