aws-partitions 1.626.0 → 1.628.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 +12 -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: 63f5cbfbec9ea06d37ba684e23d7e787c8b6f9e4ab11ad87508b7da40c48c1e4
|
|
4
|
+
data.tar.gz: d3441a5bea94c161c6f404f8fcb6a852d262c98615eac6f5b2012d9221bfc20d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8617e4564b87a5214f14e26e59457bf434657ebde1835ec028f96b5b2393c11a37b78f5b404f552b64a1089d62c70ab9d69f7c122822825ee69d584267c7d3fd
|
|
7
|
+
data.tar.gz: 03f40369a2a4620b5c3868ccfcc233f2c12056a47ddbabd82774975a89a3b7e90c63b73a875ca954ee730c714ed63fbc7fb1ce31215247e946b6865affcbb7f5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.628.0 (2022-09-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.627.0 (2022-09-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.626.0 (2022-09-02)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.628.0
|
data/partitions.json
CHANGED
|
@@ -3796,11 +3796,16 @@
|
|
|
3796
3796
|
},
|
|
3797
3797
|
"endpoints" : {
|
|
3798
3798
|
"ap-northeast-1" : { },
|
|
3799
|
+
"ap-northeast-2" : { },
|
|
3800
|
+
"ap-south-1" : { },
|
|
3799
3801
|
"ap-southeast-1" : { },
|
|
3800
3802
|
"ap-southeast-2" : { },
|
|
3803
|
+
"ca-central-1" : { },
|
|
3801
3804
|
"eu-central-1" : { },
|
|
3802
3805
|
"eu-north-1" : { },
|
|
3803
3806
|
"eu-west-1" : { },
|
|
3807
|
+
"eu-west-2" : { },
|
|
3808
|
+
"eu-west-3" : { },
|
|
3804
3809
|
"fips-us-east-1" : {
|
|
3805
3810
|
"credentialScope" : {
|
|
3806
3811
|
"region" : "us-east-1"
|
|
@@ -3822,6 +3827,7 @@
|
|
|
3822
3827
|
"deprecated" : true,
|
|
3823
3828
|
"hostname" : "devops-guru-fips.us-west-2.amazonaws.com"
|
|
3824
3829
|
},
|
|
3830
|
+
"sa-east-1" : { },
|
|
3825
3831
|
"us-east-1" : {
|
|
3826
3832
|
"variants" : [ {
|
|
3827
3833
|
"hostname" : "devops-guru-fips.us-east-1.amazonaws.com",
|
|
@@ -3834,6 +3840,7 @@
|
|
|
3834
3840
|
"tags" : [ "fips" ]
|
|
3835
3841
|
} ]
|
|
3836
3842
|
},
|
|
3843
|
+
"us-west-1" : { },
|
|
3837
3844
|
"us-west-2" : {
|
|
3838
3845
|
"variants" : [ {
|
|
3839
3846
|
"hostname" : "devops-guru-fips.us-west-2.amazonaws.com",
|
|
@@ -18220,6 +18227,11 @@
|
|
|
18220
18227
|
}
|
|
18221
18228
|
}
|
|
18222
18229
|
},
|
|
18230
|
+
"managedblockchain" : {
|
|
18231
|
+
"endpoints" : {
|
|
18232
|
+
"us-gov-west-1" : { }
|
|
18233
|
+
}
|
|
18234
|
+
},
|
|
18223
18235
|
"mediaconvert" : {
|
|
18224
18236
|
"endpoints" : {
|
|
18225
18237
|
"us-gov-west-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.628.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: 2022-09-
|
|
11
|
+
date: 2022-09-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|