aws-partitions 1.788.0 → 1.790.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +0 -12
- 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: 26de6123f9c0fd860f7e3a02072c9a0e33d6a39818bc446644b74fe5cdd74e54
|
4
|
+
data.tar.gz: 689f762b63c6078cf9c2a64f9a16c4ed631afaa23cb329190429d4bb0f9d36c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48322a3f2153907df338e02009bd6aba45f204f51652b2f93a6605bdffa809024286bd4065b36597c49e84144af59dd971bbaf15be9da6540f8b407fa2b37e41
|
7
|
+
data.tar.gz: bbaff1461348c8ff2bbcf9228d927b0b896a9825a0251d6f47fda51901486937b9b7badfb3d3e2aa0aae627a132b82a7c50bcb8e96d4cee3efc877889ca37ba7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.790.0 (2023-07-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.789.0 (2023-07-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::MedicalImaging`.
|
13
|
+
|
4
14
|
1.788.0 (2023-07-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.790.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -22712,18 +22712,6 @@
|
|
22712
22712
|
}
|
22713
22713
|
}
|
22714
22714
|
},
|
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
22715
|
"secretsmanager" : {
|
22728
22716
|
"endpoints" : {
|
22729
22717
|
"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.790.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-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|