aws-partitions 1.969.0 → 1.970.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 +12 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 126a7d7bdce9d208969dd9139ca35b6dd65a6458620bbea9e59762e99e6ad9c8
4
- data.tar.gz: 6913e4f69d04639ca7382c4cab38ba1e39d35c2f87c3b0ac1e6dbe03b3ce9e76
3
+ metadata.gz: 0aed489c67ccb089724b4364c5c8470d93e8f4d49579f1a654c4ec22155c20c1
4
+ data.tar.gz: 9fe479a6330ca7184e32148ae3a64b2dd7ded63270502845bafcdeef0201fddc
5
5
  SHA512:
6
- metadata.gz: e3d30bb1fcbdb8fac54ecb4affb1a13e7cc55ee4c2cda5aca4cd1bfd40d1828a984caeea99723d200f40e57f4e28873d4710e6885b6037d42604aeba995c6350
7
- data.tar.gz: 1dff3e24f7544d59a6bd7a560de74ae0376e6b2f6b0f364e7d5496d928028f5d9eb6ea7588b194b1d430f288805d60623daf470fda304ee4dcf5d15a49cef8d6
6
+ metadata.gz: 7bb45ebc32232eedfd6ec2aea1b988614909ecb03d82dca4dc289fcd5cf6304626b61063240cebbb7aafee255cf42578f98a3cf5e03624af6e896522fd7a2221
7
+ data.tar.gz: e706dd29871832d01bcf41fc4941a1aa3182e4d1e1b32b17bdac99a5cc55283ad5d6253c7749934b20419952da4769ba60ad180c38eb9caf2331f2cecbbc48a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.970.0 (2024-08-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.969.0 (2024-08-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.969.0
1
+ 1.970.0
data/partitions.json CHANGED
@@ -17527,7 +17527,18 @@
17527
17527
  "protocols" : [ "https" ]
17528
17528
  },
17529
17529
  "ca-central-1" : {
17530
- "protocols" : [ "https" ]
17530
+ "protocols" : [ "https" ],
17531
+ "variants" : [ {
17532
+ "hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com",
17533
+ "tags" : [ "fips" ]
17534
+ } ]
17535
+ },
17536
+ "ca-central-1-fips" : {
17537
+ "credentialScope" : {
17538
+ "region" : "ca-central-1"
17539
+ },
17540
+ "deprecated" : true,
17541
+ "hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com"
17531
17542
  },
17532
17543
  "eu-central-1" : {
17533
17544
  "protocols" : [ "https" ]
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.969.0
4
+ version: 1.970.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-28 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: