aws-partitions 1.718.0 → 1.720.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +5 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d167424db07dedbc1e9206b4385b1151806895f34c307a9994befe7ff384de29
4
- data.tar.gz: b98cefb53f79524ab2593181e5f6e21fe5ead07a67515b51acd58a3422d5e150
3
+ metadata.gz: 633324d80bd50ab1977d67e9ee50cd811c556a542b9e0d9cdc9a1d0fe9a6e549
4
+ data.tar.gz: 48497ac9d0213470dc8816e9378f3f43b1bae64739793a7e743bcdd1e83b26cc
5
5
  SHA512:
6
- metadata.gz: 43dd659a34a4913e7cb7c247e9cc30b6f57e5952a7f96534d6008d3d8c0a9d887c32cb859769124659036094991bedd6acacdebc8b03563bb6f32ace0430558d
7
- data.tar.gz: 8b6aedd5ae4418be2ff64dd59c91e344d53c7a19018615b4c5ef7a1563e7507e2d20f039b5fd1e238e23b7779f38a77a8bfa7d8d20739d4d665484fd782f2c9b
6
+ metadata.gz: d85e0aed338d83bd831bbca575983395b0c053a56de5fce7acb1056cac60b288e85fa95b62f9c30d1fb1f3aab6c3121053b4d2eb415996c163574b8e21361dfa
7
+ data.tar.gz: 3941a103f727f320aca1cf31f17085cce550ab71eb345e8ba6633accecc2c91116024c0db78c3469816c90f2a336022a390773f6d1b0bd7f0f683f729ec68c38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.720.0 (2023-03-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.719.0 (2023-03-01)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.718.0 (2023-02-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.718.0
1
+ 1.720.0
data/partitions.json CHANGED
@@ -2856,8 +2856,10 @@
2856
2856
  "ap-northeast-2" : { },
2857
2857
  "ap-northeast-3" : { },
2858
2858
  "ap-south-1" : { },
2859
+ "ap-south-2" : { },
2859
2860
  "ap-southeast-1" : { },
2860
2861
  "ap-southeast-2" : { },
2862
+ "ap-southeast-3" : { },
2861
2863
  "ca-central-1" : {
2862
2864
  "variants" : [ {
2863
2865
  "hostname" : "codecommit-fips.ca-central-1.amazonaws.com",
@@ -2884,6 +2886,7 @@
2884
2886
  "deprecated" : true,
2885
2887
  "hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
2886
2888
  },
2889
+ "me-central-1" : { },
2887
2890
  "me-south-1" : { },
2888
2891
  "sa-east-1" : { },
2889
2892
  "us-east-1" : {
@@ -22561,7 +22564,8 @@
22561
22564
  },
22562
22565
  "secretsmanager" : {
22563
22566
  "endpoints" : {
22564
- "us-iso-east-1" : { }
22567
+ "us-iso-east-1" : { },
22568
+ "us-iso-west-1" : { }
22565
22569
  }
22566
22570
  },
22567
22571
  "snowball" : {
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.718.0
4
+ version: 1.720.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-28 00:00:00.000000000 Z
11
+ date: 2023-03-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: