aws-partitions 1.719.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +4 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec95537b49127a966a961d2f023c62eaca57740d867cb904ba64fbf951a286c0
4
- data.tar.gz: ebd6115b22b8f3e39acca1b3a81b70e08862df5188681f0719ec65d66e3db553
3
+ metadata.gz: 633324d80bd50ab1977d67e9ee50cd811c556a542b9e0d9cdc9a1d0fe9a6e549
4
+ data.tar.gz: 48497ac9d0213470dc8816e9378f3f43b1bae64739793a7e743bcdd1e83b26cc
5
5
  SHA512:
6
- metadata.gz: 0ad911e604d09b579d0968532fea2e1fde41afd21a6152c4bb3213805e966bbf9892b4627960ce7e3300733aec83fa071529cfb581d9784c00e50ab1c506b8f4
7
- data.tar.gz: 4c89f195384c7021610fec1a7c4354e9cba9676cd4415add8a068ee6667b294335887a0a094522b7f86fd6fd2c2fea059e033934b9fee449df9996cb227291c2
6
+ metadata.gz: d85e0aed338d83bd831bbca575983395b0c053a56de5fce7acb1056cac60b288e85fa95b62f9c30d1fb1f3aab6c3121053b4d2eb415996c163574b8e21361dfa
7
+ data.tar.gz: 3941a103f727f320aca1cf31f17085cce550ab71eb345e8ba6633accecc2c91116024c0db78c3469816c90f2a336022a390773f6d1b0bd7f0f683f729ec68c38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.719.0 (2023-03-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.719.0
1
+ 1.720.0
data/partitions.json CHANGED
@@ -2856,6 +2856,7 @@
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" : { },
2861
2862
  "ap-southeast-3" : { },
@@ -2885,6 +2886,7 @@
2885
2886
  "deprecated" : true,
2886
2887
  "hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
2887
2888
  },
2889
+ "me-central-1" : { },
2888
2890
  "me-south-1" : { },
2889
2891
  "sa-east-1" : { },
2890
2892
  "us-east-1" : {
@@ -22562,7 +22564,8 @@
22562
22564
  },
22563
22565
  "secretsmanager" : {
22564
22566
  "endpoints" : {
22565
- "us-iso-east-1" : { }
22567
+ "us-iso-east-1" : { },
22568
+ "us-iso-west-1" : { }
22566
22569
  }
22567
22570
  },
22568
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.719.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-03-01 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: