aws-partitions 1.445.0 → 1.447.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 +28 -1
- 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: 9b04b1119edbd887bf11012d90e3c7b006ba5d4a5115219e3b6eb3646d9f898c
|
|
4
|
+
data.tar.gz: cf73cf4a725fd9ebd1c8a9f05550aab971f4d3654ce69cdbf9c4f01537594599
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b32d8b3a28cb291d42cd59f00cb0117797f870e1408ea16df0a11b5f50978fa554812836d0bf649faa04552a0cb7f9b1088051261c81c1f907b8acad5893129
|
|
7
|
+
data.tar.gz: 7b2647448fd1ff68e6be8e723a7e1a3e17c00f6831ff8189c3fc87568e325e07a09f12438f7758404a830a866b64db2e13d296d7bcfd329e5ad468c76acf4c5d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.447.0 (2021-04-23)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.446.0 (2021-04-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.445.0 (2021-04-15)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.447.0
|
data/partitions.json
CHANGED
|
@@ -1186,7 +1186,10 @@
|
|
|
1186
1186
|
"ap-southeast-2" : { },
|
|
1187
1187
|
"eu-central-1" : { },
|
|
1188
1188
|
"eu-north-1" : { },
|
|
1189
|
+
"eu-south-1" : { },
|
|
1189
1190
|
"eu-west-1" : { },
|
|
1191
|
+
"eu-west-2" : { },
|
|
1192
|
+
"eu-west-3" : { },
|
|
1190
1193
|
"us-east-1" : { },
|
|
1191
1194
|
"us-east-2" : { },
|
|
1192
1195
|
"us-west-2" : { }
|
|
@@ -4854,6 +4857,7 @@
|
|
|
4854
4857
|
"ap-east-1" : { },
|
|
4855
4858
|
"ap-northeast-1" : { },
|
|
4856
4859
|
"ap-northeast-2" : { },
|
|
4860
|
+
"ap-northeast-3" : { },
|
|
4857
4861
|
"ap-south-1" : { },
|
|
4858
4862
|
"ap-southeast-1" : { },
|
|
4859
4863
|
"ap-southeast-2" : { },
|
|
@@ -5799,6 +5803,7 @@
|
|
|
5799
5803
|
"ap-east-1" : { },
|
|
5800
5804
|
"ap-northeast-1" : { },
|
|
5801
5805
|
"ap-northeast-2" : { },
|
|
5806
|
+
"ap-northeast-3" : { },
|
|
5802
5807
|
"ap-south-1" : { },
|
|
5803
5808
|
"ap-southeast-1" : { },
|
|
5804
5809
|
"ap-southeast-2" : { },
|
|
@@ -6201,7 +6206,9 @@
|
|
|
6201
6206
|
},
|
|
6202
6207
|
"me-south-1" : { },
|
|
6203
6208
|
"sa-east-1" : { },
|
|
6204
|
-
"us-east-1" : {
|
|
6209
|
+
"us-east-1" : {
|
|
6210
|
+
"sslCommonName" : "queue.{dnsSuffix}"
|
|
6211
|
+
},
|
|
6205
6212
|
"us-east-2" : { },
|
|
6206
6213
|
"us-west-1" : { },
|
|
6207
6214
|
"us-west-2" : { }
|
|
@@ -7659,6 +7666,14 @@
|
|
|
7659
7666
|
"isRegionalized" : false,
|
|
7660
7667
|
"partitionEndpoint" : "aws-cn-global"
|
|
7661
7668
|
},
|
|
7669
|
+
"route53resolver" : {
|
|
7670
|
+
"defaults" : {
|
|
7671
|
+
"protocols" : [ "https" ]
|
|
7672
|
+
},
|
|
7673
|
+
"endpoints" : {
|
|
7674
|
+
"cn-north-1" : { }
|
|
7675
|
+
}
|
|
7676
|
+
},
|
|
7662
7677
|
"runtime.sagemaker" : {
|
|
7663
7678
|
"endpoints" : {
|
|
7664
7679
|
"cn-north-1" : { },
|
|
@@ -8104,6 +8119,18 @@
|
|
|
8104
8119
|
},
|
|
8105
8120
|
"batch" : {
|
|
8106
8121
|
"endpoints" : {
|
|
8122
|
+
"fips-us-gov-east-1" : {
|
|
8123
|
+
"credentialScope" : {
|
|
8124
|
+
"region" : "us-gov-east-1"
|
|
8125
|
+
},
|
|
8126
|
+
"hostname" : "batch.us-gov-east-1.amazonaws.com"
|
|
8127
|
+
},
|
|
8128
|
+
"fips-us-gov-west-1" : {
|
|
8129
|
+
"credentialScope" : {
|
|
8130
|
+
"region" : "us-gov-west-1"
|
|
8131
|
+
},
|
|
8132
|
+
"hostname" : "batch.us-gov-west-1.amazonaws.com"
|
|
8133
|
+
},
|
|
8107
8134
|
"us-gov-east-1" : { },
|
|
8108
8135
|
"us-gov-west-1" : { }
|
|
8109
8136
|
}
|
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.447.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: 2021-04-
|
|
11
|
+
date: 2021-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|