aws-partitions 1.810.0 → 1.811.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 +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6716824ce6da56d20ed4e6018a00e492ac3649213e6b85475c8702c1510650f6
4
- data.tar.gz: 492529847c1ceb16cd7b1da242b41dcc6dc63a9a17180d1f3a8cd1db8494a660
3
+ metadata.gz: 6c4d2170de1ab30f69f9ab51d87c7d1e4ccc4ed91053f13ff592fa7f73734adf
4
+ data.tar.gz: f3a91b05b1f63cd50a754d1f988c198eca51cc802ebab216dd177c01764cb210
5
5
  SHA512:
6
- metadata.gz: aafde4d019007e7a347124dfc91dfe028145b1f0e5366c393573defb068fc3a0483f47f227511ba1ced3c2bf992372cd52b818244020eb73a92466e0c4fb68b1
7
- data.tar.gz: f00fca19aa826e72a6abff7959943c1a45032bee3405e9dc9e358f376cc155e44edc0c046f0068d871cd54430d53e8dc31c4e2fb320908a434ad03ae962b868e
6
+ metadata.gz: e8ae437949dc50af339b4619e4e3cba326acc1253fef61f9fa5e0858e616f1e93919d31c68c2f98460871802181890dd41982c5a6981782b19a1ea943a964d17
7
+ data.tar.gz: 8d13face9d9bd9e6e5781e936cb76bc77572511795713155313b9ea6edfe4e73c2eb9484d0d16053a9bbb2860add8dd6ae9c058144cc4cc4765bdb0b4dbf3f38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.811.0 (2023-08-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.810.0 (2023-08-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.810.0
1
+ 1.811.0
data/partitions.json CHANGED
@@ -2037,6 +2037,12 @@
2037
2037
  "deprecated" : true,
2038
2038
  "hostname" : "athena-fips.us-west-2.amazonaws.com"
2039
2039
  },
2040
+ "il-central-1" : {
2041
+ "variants" : [ {
2042
+ "hostname" : "athena.il-central-1.api.aws",
2043
+ "tags" : [ "dualstack" ]
2044
+ } ]
2045
+ },
2040
2046
  "me-central-1" : {
2041
2047
  "variants" : [ {
2042
2048
  "hostname" : "athena.me-central-1.api.aws",
@@ -4404,6 +4410,7 @@
4404
4410
  "deprecated" : true,
4405
4411
  "hostname" : "datasync-fips.us-west-2.amazonaws.com"
4406
4412
  },
4413
+ "il-central-1" : { },
4407
4414
  "me-central-1" : { },
4408
4415
  "me-south-1" : { },
4409
4416
  "sa-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.810.0
4
+ version: 1.811.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-08-23 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: