aws-partitions 1.651.0 → 1.652.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 +3 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcc02d873496276ad8043f41ae1658b2afdf0a332ce99b05ff48989894b510a2
4
- data.tar.gz: 0ef2a04a36a4b808b96d0d76ad952c7af100ce3d3cfea5e86e7bc8384e55cb51
3
+ metadata.gz: 1cc02bb0a86234b31a12251bbe27f0e63397bd9180e76048fd1b4c2381600313
4
+ data.tar.gz: 338c887a4ce2a38173d318724082b711d2a52d937f0c9e85a4742a8bc9f9a105
5
5
  SHA512:
6
- metadata.gz: 575a2c637da0bcb4ea6ed4759a206de6d60531ea0fbce46f7cecb4ce5a71ba7771532569856f26b4fd06b2538b169fab8bd450662edef5295dbd2cda5e997f96
7
- data.tar.gz: 4d055f5cf07168316c2099c8506ff9476625128e11a7c37eb4152f48e8b673030aae283d5e593b9672d1cbddfe04f384534b75586c578186cddc77005ef608c0
6
+ metadata.gz: cca5d139688ec025e1dc59a1bbcb2e377e3ce3389e95779e3c5c5f78401b68542493c8413237c1140f0e8a05e927c87e82d8a3002728bfcc40ed06b335f0e6b1
7
+ data.tar.gz: 7d57625c5e46a7febf9e3777fa79e50a839955f7e6e572a3be7889a0a6258a1b61c27126deaa3a7cecfb21e8d401d09def1b97815e86127f48c791ebda905a2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.652.0 (2022-10-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.651.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.651.0
1
+ 1.652.0
data/partitions.json CHANGED
@@ -2190,6 +2190,7 @@
2190
2190
  "deprecated" : true,
2191
2191
  "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
2192
2192
  },
2193
+ "me-central-1" : { },
2193
2194
  "me-south-1" : { },
2194
2195
  "sa-east-1" : { },
2195
2196
  "us-east-1" : {
@@ -20372,7 +20373,8 @@
20372
20373
  },
20373
20374
  "ds" : {
20374
20375
  "endpoints" : {
20375
- "us-iso-east-1" : { }
20376
+ "us-iso-east-1" : { },
20377
+ "us-iso-west-1" : { }
20376
20378
  }
20377
20379
  },
20378
20380
  "dynamodb" : {
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.651.0
4
+ version: 1.652.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-10-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: