aws-partitions 1.962.0 → 1.963.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 +26 -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: 9b47c519cb9fb3f113d5c2af41eb5751a85c365726377d36bd5877c7257447b5
|
4
|
+
data.tar.gz: 284711cfa9a58ffdc3f73e5fdf0f8f4b31d30621e89fd4232dde72902e949feb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78e15f213eeba7449345589a199473e0ecc63a4add59b805e0cde624b8485cc6082843d193ab0474d303da640ddee46c2114af7ce37dc48abc6b02ece5ba983f
|
7
|
+
data.tar.gz: 4dfed29aadc648c7adf786cb00113157ad6a0aad1117b5ab3d49024f6f79cc7f5f0488a425e8ab4124197964ae46790437d7b7542ec93943d872169e6be94491
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.963.0
|
data/partitions.json
CHANGED
@@ -2126,12 +2126,24 @@
|
|
2126
2126
|
},
|
2127
2127
|
"ca-central-1" : {
|
2128
2128
|
"variants" : [ {
|
2129
|
+
"hostname" : "athena-fips.ca-central-1.amazonaws.com",
|
2130
|
+
"tags" : [ "fips" ]
|
2131
|
+
}, {
|
2132
|
+
"hostname" : "athena-fips.ca-central-1.api.aws",
|
2133
|
+
"tags" : [ "dualstack", "fips" ]
|
2134
|
+
}, {
|
2129
2135
|
"hostname" : "athena.ca-central-1.api.aws",
|
2130
2136
|
"tags" : [ "dualstack" ]
|
2131
2137
|
} ]
|
2132
2138
|
},
|
2133
2139
|
"ca-west-1" : {
|
2134
2140
|
"variants" : [ {
|
2141
|
+
"hostname" : "athena-fips.ca-west-1.amazonaws.com",
|
2142
|
+
"tags" : [ "fips" ]
|
2143
|
+
}, {
|
2144
|
+
"hostname" : "athena-fips.ca-west-1.api.aws",
|
2145
|
+
"tags" : [ "dualstack", "fips" ]
|
2146
|
+
}, {
|
2135
2147
|
"hostname" : "athena.ca-west-1.api.aws",
|
2136
2148
|
"tags" : [ "dualstack" ]
|
2137
2149
|
} ]
|
@@ -2184,6 +2196,20 @@
|
|
2184
2196
|
"tags" : [ "dualstack" ]
|
2185
2197
|
} ]
|
2186
2198
|
},
|
2199
|
+
"fips-ca-central-1" : {
|
2200
|
+
"credentialScope" : {
|
2201
|
+
"region" : "ca-central-1"
|
2202
|
+
},
|
2203
|
+
"deprecated" : true,
|
2204
|
+
"hostname" : "athena-fips.ca-central-1.amazonaws.com"
|
2205
|
+
},
|
2206
|
+
"fips-ca-west-1" : {
|
2207
|
+
"credentialScope" : {
|
2208
|
+
"region" : "ca-west-1"
|
2209
|
+
},
|
2210
|
+
"deprecated" : true,
|
2211
|
+
"hostname" : "athena-fips.ca-west-1.amazonaws.com"
|
2212
|
+
},
|
2187
2213
|
"fips-us-east-1" : {
|
2188
2214
|
"credentialScope" : {
|
2189
2215
|
"region" : "us-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.963.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: 2024-08-
|
11
|
+
date: 2024-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|