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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +26 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f59555e4cb3090bac378c64340292205269004c16f8c31d5eee68a30d582fedc
4
- data.tar.gz: 2098b31925ca38f97c6f493a67f151fe955eca51d1d02be4322415a07692e8f6
3
+ metadata.gz: 9b47c519cb9fb3f113d5c2af41eb5751a85c365726377d36bd5877c7257447b5
4
+ data.tar.gz: 284711cfa9a58ffdc3f73e5fdf0f8f4b31d30621e89fd4232dde72902e949feb
5
5
  SHA512:
6
- metadata.gz: 7cf37f9e4919e7d31176259596913ece599b971a26eca14abcdd9a84c8d194e2540a72faddb4f7974b067a3db80483f935a62ffb8c16d7dc9f2f193db782869f
7
- data.tar.gz: eb0fa690edf31fc644bf5be60cabbba88bb08277b6bde925f595e67ceee98e1353b6dde5086c73a82061d008205b930fb5c0b831753a3cee03198c498c492285
6
+ metadata.gz: 78e15f213eeba7449345589a199473e0ecc63a4add59b805e0cde624b8485cc6082843d193ab0474d303da640ddee46c2114af7ce37dc48abc6b02ece5ba983f
7
+ data.tar.gz: 4dfed29aadc648c7adf786cb00113157ad6a0aad1117b5ab3d49024f6f79cc7f5f0488a425e8ab4124197964ae46790437d7b7542ec93943d872169e6be94491
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.963.0 (2024-08-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.962.0 (2024-08-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.962.0
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.962.0
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-05 00:00:00.000000000 Z
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: