aws-partitions 1.789.0 → 1.791.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 +8 -15
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ce0559109fd210025aa33b276e33c127f76feddd63aee2cb0a884c9c9d30f46
4
- data.tar.gz: b65cf91fb2adafeadbc1bb0a6ef6bd8ad264b94e58effdb1c07edc3aa60a2c31
3
+ metadata.gz: edab2ffc76d40aca3bb3acfb532f34a821310494f375075c2c7aa7a5aeaac165
4
+ data.tar.gz: 13e347ab46fbb92e76104e25c44d2b665bd893b17da26af68da738c82fce3c56
5
5
  SHA512:
6
- metadata.gz: e01958b06f3a6089d994956f21b67c5ef8d7532f8009b2515fb6cab8572c7974c9edf622e20a717b575e95a0eb7e3b638ba20bb4ec2638441237173d24739b6a
7
- data.tar.gz: 744f4b545c2314193bbdca7e85c8840b92804837de6b436481c2b66db6e6f9ad9d1ae1e4670835d4bde092f6787bc2608f96805a8f8c07102a75442ad895d29f
6
+ metadata.gz: 79c1a48edee4b0ef1446e0f823f79fb3391e7dd57cebf308e257cd5007d0640dda608d8199779d1bfb9d7edfd7abb902d910b00295fe4d1df6da1a46f37e27e0
7
+ data.tar.gz: ec20335a22730bb7e9f9c978bc7bcb9da69342093092ff4f9f74fe2928c74ec7a613dcc9e0a777e9c7b040659dc5a6838b831fba09931a08568460e4d21c0394
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.791.0 (2023-07-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.790.0 (2023-07-20)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.789.0 (2023-07-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.789.0
1
+ 1.791.0
data/partitions.json CHANGED
@@ -18942,15 +18942,20 @@
18942
18942
  },
18943
18943
  "savingsplans" : {
18944
18944
  "endpoints" : {
18945
- "aws-cn" : {
18945
+ "cn-north-1" : {
18946
+ "credentialScope" : {
18947
+ "region" : "cn-north-1"
18948
+ },
18949
+ "hostname" : "savingsplans.cn-north-1.amazonaws.com.cn"
18950
+ },
18951
+ "cn-northwest-1" : {
18946
18952
  "credentialScope" : {
18947
18953
  "region" : "cn-northwest-1"
18948
18954
  },
18949
18955
  "hostname" : "savingsplans.cn-northwest-1.amazonaws.com.cn"
18950
18956
  }
18951
18957
  },
18952
- "isRegionalized" : false,
18953
- "partitionEndpoint" : "aws-cn"
18958
+ "isRegionalized" : true
18954
18959
  },
18955
18960
  "secretsmanager" : {
18956
18961
  "endpoints" : {
@@ -22712,18 +22717,6 @@
22712
22717
  }
22713
22718
  }
22714
22719
  },
22715
- "savingsplans" : {
22716
- "endpoints" : {
22717
- "aws-us-gov-global" : {
22718
- "credentialScope" : {
22719
- "region" : "us-gov-west-1"
22720
- },
22721
- "hostname" : "savingsplans.amazonaws.com"
22722
- }
22723
- },
22724
- "isRegionalized" : false,
22725
- "partitionEndpoint" : "aws-us-gov-global"
22726
- },
22727
22720
  "secretsmanager" : {
22728
22721
  "endpoints" : {
22729
22722
  "us-gov-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.789.0
4
+ version: 1.791.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-19 00:00:00.000000000 Z
11
+ date: 2023-07-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: