aws-partitions 1.585.0 → 1.587.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 +15 -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: 694bc2fcbdc3cbf4ba9528ad56dd2810146f43d1bd51702e148926494dce761a
|
|
4
|
+
data.tar.gz: aae5441833a8ce65f679edfc5acd7d71e2eae5a342aebb0e5cb3a22a643f42fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eca688f0c27d8ddcb12f60f3d4428825b27c94b4661a7e3aa4022bbb95cc970b5154c925a68a7381d7a0e93229f8f34a7d11a7859f528e1dff186123a2a0e124
|
|
7
|
+
data.tar.gz: 9debaa37ec5451b71eddad4252f3345426e198f7118abf583ab1ccd971db2c355ec7ec0289fb34a64ee03bb0c1145046bb90eb8f0cd767747610d8a7ba822dc8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.587.0 (2022-05-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.586.0 (2022-05-06)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.585.0 (2022-05-05)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.587.0
|
data/partitions.json
CHANGED
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
"ap-northeast-3" : { },
|
|
3951
3951
|
"ap-south-1" : {
|
|
3952
3952
|
"variants" : [ {
|
|
3953
|
-
"hostname" : "
|
|
3953
|
+
"hostname" : "ec2.ap-south-1.api.aws",
|
|
3954
3954
|
"tags" : [ "dualstack" ]
|
|
3955
3955
|
} ]
|
|
3956
3956
|
},
|
|
@@ -3968,7 +3968,7 @@
|
|
|
3968
3968
|
"eu-south-1" : { },
|
|
3969
3969
|
"eu-west-1" : {
|
|
3970
3970
|
"variants" : [ {
|
|
3971
|
-
"hostname" : "
|
|
3971
|
+
"hostname" : "ec2.eu-west-1.api.aws",
|
|
3972
3972
|
"tags" : [ "dualstack" ]
|
|
3973
3973
|
} ]
|
|
3974
3974
|
},
|
|
@@ -4012,26 +4012,26 @@
|
|
|
4012
4012
|
"me-south-1" : { },
|
|
4013
4013
|
"sa-east-1" : {
|
|
4014
4014
|
"variants" : [ {
|
|
4015
|
-
"hostname" : "
|
|
4015
|
+
"hostname" : "ec2.sa-east-1.api.aws",
|
|
4016
4016
|
"tags" : [ "dualstack" ]
|
|
4017
4017
|
} ]
|
|
4018
4018
|
},
|
|
4019
4019
|
"us-east-1" : {
|
|
4020
4020
|
"variants" : [ {
|
|
4021
|
-
"hostname" : "api.ec2.us-east-1.aws",
|
|
4022
|
-
"tags" : [ "dualstack" ]
|
|
4023
|
-
}, {
|
|
4024
4021
|
"hostname" : "ec2-fips.us-east-1.amazonaws.com",
|
|
4025
4022
|
"tags" : [ "fips" ]
|
|
4023
|
+
}, {
|
|
4024
|
+
"hostname" : "ec2.us-east-1.api.aws",
|
|
4025
|
+
"tags" : [ "dualstack" ]
|
|
4026
4026
|
} ]
|
|
4027
4027
|
},
|
|
4028
4028
|
"us-east-2" : {
|
|
4029
4029
|
"variants" : [ {
|
|
4030
|
-
"hostname" : "api.ec2.us-east-2.aws",
|
|
4031
|
-
"tags" : [ "dualstack" ]
|
|
4032
|
-
}, {
|
|
4033
4030
|
"hostname" : "ec2-fips.us-east-2.amazonaws.com",
|
|
4034
4031
|
"tags" : [ "fips" ]
|
|
4032
|
+
}, {
|
|
4033
|
+
"hostname" : "ec2.us-east-2.api.aws",
|
|
4034
|
+
"tags" : [ "dualstack" ]
|
|
4035
4035
|
} ]
|
|
4036
4036
|
},
|
|
4037
4037
|
"us-west-1" : {
|
|
@@ -4042,11 +4042,11 @@
|
|
|
4042
4042
|
},
|
|
4043
4043
|
"us-west-2" : {
|
|
4044
4044
|
"variants" : [ {
|
|
4045
|
-
"hostname" : "api.ec2.us-west-2.aws",
|
|
4046
|
-
"tags" : [ "dualstack" ]
|
|
4047
|
-
}, {
|
|
4048
4045
|
"hostname" : "ec2-fips.us-west-2.amazonaws.com",
|
|
4049
4046
|
"tags" : [ "fips" ]
|
|
4047
|
+
}, {
|
|
4048
|
+
"hostname" : "ec2.us-west-2.api.aws",
|
|
4049
|
+
"tags" : [ "dualstack" ]
|
|
4050
4050
|
} ]
|
|
4051
4051
|
}
|
|
4052
4052
|
}
|
|
@@ -5146,6 +5146,7 @@
|
|
|
5146
5146
|
"ap-south-1" : { },
|
|
5147
5147
|
"ap-southeast-1" : { },
|
|
5148
5148
|
"ap-southeast-2" : { },
|
|
5149
|
+
"ap-southeast-3" : { },
|
|
5149
5150
|
"ca-central-1" : { },
|
|
5150
5151
|
"eu-central-1" : { },
|
|
5151
5152
|
"eu-north-1" : { },
|
|
@@ -6228,6 +6229,7 @@
|
|
|
6228
6229
|
},
|
|
6229
6230
|
"identity-chime" : {
|
|
6230
6231
|
"endpoints" : {
|
|
6232
|
+
"eu-central-1" : { },
|
|
6231
6233
|
"us-east-1" : {
|
|
6232
6234
|
"variants" : [ {
|
|
6233
6235
|
"hostname" : "identity-chime-fips.us-east-1.amazonaws.com",
|
|
@@ -8088,6 +8090,7 @@
|
|
|
8088
8090
|
},
|
|
8089
8091
|
"messaging-chime" : {
|
|
8090
8092
|
"endpoints" : {
|
|
8093
|
+
"eu-central-1" : { },
|
|
8091
8094
|
"us-east-1" : {
|
|
8092
8095
|
"variants" : [ {
|
|
8093
8096
|
"hostname" : "messaging-chime-fips.us-east-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.587.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-05-
|
|
11
|
+
date: 2022-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|