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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +8 -15
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edab2ffc76d40aca3bb3acfb532f34a821310494f375075c2c7aa7a5aeaac165
|
4
|
+
data.tar.gz: 13e347ab46fbb92e76104e25c44d2b665bd893b17da26af68da738c82fce3c56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.791.0
|
data/partitions.json
CHANGED
@@ -18942,15 +18942,20 @@
|
|
18942
18942
|
},
|
18943
18943
|
"savingsplans" : {
|
18944
18944
|
"endpoints" : {
|
18945
|
-
"
|
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" :
|
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.
|
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-
|
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:
|