aws-partitions 1.790.0 → 1.792.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 +12 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26de6123f9c0fd860f7e3a02072c9a0e33d6a39818bc446644b74fe5cdd74e54
4
- data.tar.gz: 689f762b63c6078cf9c2a64f9a16c4ed631afaa23cb329190429d4bb0f9d36c1
3
+ metadata.gz: '0993a3917ca69bf0c9b0ba1f4f9e369a18e203bb5fb77d8dfd272953bed48ebc'
4
+ data.tar.gz: 168711a9ebb2045d2a2bba1797e07b056476cadc989d3724145634b756aeb97c
5
5
  SHA512:
6
- metadata.gz: 48322a3f2153907df338e02009bd6aba45f204f51652b2f93a6605bdffa809024286bd4065b36597c49e84144af59dd971bbaf15be9da6540f8b407fa2b37e41
7
- data.tar.gz: bbaff1461348c8ff2bbcf9228d927b0b896a9825a0251d6f47fda51901486937b9b7badfb3d3e2aa0aae627a132b82a7c50bcb8e96d4cee3efc877889ca37ba7
6
+ metadata.gz: fbd6e3c5949a785a4445ad02432f6aabda827d4794e11f622a37681f4873bd129c1ec9e7873e685647df3cc8362a07a65b6e928d945e061b98f10d2e7f1f3329
7
+ data.tar.gz: '091ee744b98c09713b9a5d56953f9fbc1c25c4623281b49de1d6c386136d32c76da7ae77282c4fd561b45dced3e08322ec26a1813b8210f710bce3d77b97cbf1'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.792.0 (2023-07-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.791.0 (2023-07-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.790.0 (2023-07-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.790.0
1
+ 1.792.0
data/partitions.json CHANGED
@@ -1461,16 +1461,20 @@
1461
1461
  "ap-northeast-2" : { },
1462
1462
  "ap-northeast-3" : { },
1463
1463
  "ap-south-1" : { },
1464
+ "ap-south-2" : { },
1464
1465
  "ap-southeast-1" : { },
1465
1466
  "ap-southeast-2" : { },
1466
1467
  "ap-southeast-3" : { },
1467
1468
  "ca-central-1" : { },
1468
1469
  "eu-central-1" : { },
1470
+ "eu-central-2" : { },
1469
1471
  "eu-north-1" : { },
1470
1472
  "eu-south-1" : { },
1473
+ "eu-south-2" : { },
1471
1474
  "eu-west-1" : { },
1472
1475
  "eu-west-2" : { },
1473
1476
  "eu-west-3" : { },
1477
+ "me-central-1" : { },
1474
1478
  "me-south-1" : { },
1475
1479
  "sa-east-1" : { },
1476
1480
  "us-east-1" : { },
@@ -18942,15 +18946,20 @@
18942
18946
  },
18943
18947
  "savingsplans" : {
18944
18948
  "endpoints" : {
18945
- "aws-cn" : {
18949
+ "cn-north-1" : {
18950
+ "credentialScope" : {
18951
+ "region" : "cn-north-1"
18952
+ },
18953
+ "hostname" : "savingsplans.cn-north-1.amazonaws.com.cn"
18954
+ },
18955
+ "cn-northwest-1" : {
18946
18956
  "credentialScope" : {
18947
18957
  "region" : "cn-northwest-1"
18948
18958
  },
18949
18959
  "hostname" : "savingsplans.cn-northwest-1.amazonaws.com.cn"
18950
18960
  }
18951
18961
  },
18952
- "isRegionalized" : false,
18953
- "partitionEndpoint" : "aws-cn"
18962
+ "isRegionalized" : true
18954
18963
  },
18955
18964
  "secretsmanager" : {
18956
18965
  "endpoints" : {
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.790.0
4
+ version: 1.792.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-07-20 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: