aws-partitions 1.717.0 → 1.719.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 +4 -0
- 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: ec95537b49127a966a961d2f023c62eaca57740d867cb904ba64fbf951a286c0
|
|
4
|
+
data.tar.gz: ebd6115b22b8f3e39acca1b3a81b70e08862df5188681f0719ec65d66e3db553
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ad911e604d09b579d0968532fea2e1fde41afd21a6152c4bb3213805e966bbf9892b4627960ce7e3300733aec83fa071529cfb581d9784c00e50ab1c506b8f4
|
|
7
|
+
data.tar.gz: 4c89f195384c7021610fec1a7c4354e9cba9676cd4415add8a068ee6667b294335887a0a094522b7f86fd6fd2c2fea059e033934b9fee449df9996cb227291c2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.719.0 (2023-03-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.718.0 (2023-02-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.717.0 (2023-02-27)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.719.0
|
data/partitions.json
CHANGED
|
@@ -1666,6 +1666,9 @@
|
|
|
1666
1666
|
"apprunner" : {
|
|
1667
1667
|
"endpoints" : {
|
|
1668
1668
|
"ap-northeast-1" : { },
|
|
1669
|
+
"ap-southeast-1" : { },
|
|
1670
|
+
"ap-southeast-2" : { },
|
|
1671
|
+
"eu-central-1" : { },
|
|
1669
1672
|
"eu-west-1" : { },
|
|
1670
1673
|
"fips-us-east-1" : {
|
|
1671
1674
|
"credentialScope" : {
|
|
@@ -2855,6 +2858,7 @@
|
|
|
2855
2858
|
"ap-south-1" : { },
|
|
2856
2859
|
"ap-southeast-1" : { },
|
|
2857
2860
|
"ap-southeast-2" : { },
|
|
2861
|
+
"ap-southeast-3" : { },
|
|
2858
2862
|
"ca-central-1" : {
|
|
2859
2863
|
"variants" : [ {
|
|
2860
2864
|
"hostname" : "codecommit-fips.ca-central-1.amazonaws.com",
|
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.719.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-
|
|
11
|
+
date: 2023-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|