aws-partitions 1.446.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +10 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4038c09923c1a83be471c673d645a92f8579eaf8c147fd4ebf1ca62615831321
4
- data.tar.gz: d810a31013ac83d6d9fc4878a97434cbe84256b92047e5e2e653d399ee7d7372
3
+ metadata.gz: 9b04b1119edbd887bf11012d90e3c7b006ba5d4a5115219e3b6eb3646d9f898c
4
+ data.tar.gz: cf73cf4a725fd9ebd1c8a9f05550aab971f4d3654ce69cdbf9c4f01537594599
5
5
  SHA512:
6
- metadata.gz: fcf3bc13bfa2fe6e5499158042358e838ce241bbb434ddab8900f0275180d4d55452bee09eea0154390aada02736d09d526882d6e567e9d67c76ebafcb80d2b4
7
- data.tar.gz: c5e5a159749a8734d45002c999b969f35572fd4315a3dc1bce963606409149f861ad9b4b9e48280e57e057b4ff12383611130697fd70d5754b0fbbab38cc576d
6
+ metadata.gz: 4b32d8b3a28cb291d42cd59f00cb0117797f870e1408ea16df0a11b5f50978fa554812836d0bf649faa04552a0cb7f9b1088051261c81c1f907b8acad5893129
7
+ data.tar.gz: 7b2647448fd1ff68e6be8e723a7e1a3e17c00f6831ff8189c3fc87568e325e07a09f12438f7758404a830a866b64db2e13d296d7bcfd329e5ad468c76acf4c5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.446.0 (2021-04-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.446.0
1
+ 1.447.0
data/partitions.json CHANGED
@@ -4857,6 +4857,7 @@
4857
4857
  "ap-east-1" : { },
4858
4858
  "ap-northeast-1" : { },
4859
4859
  "ap-northeast-2" : { },
4860
+ "ap-northeast-3" : { },
4860
4861
  "ap-south-1" : { },
4861
4862
  "ap-southeast-1" : { },
4862
4863
  "ap-southeast-2" : { },
@@ -5802,6 +5803,7 @@
5802
5803
  "ap-east-1" : { },
5803
5804
  "ap-northeast-1" : { },
5804
5805
  "ap-northeast-2" : { },
5806
+ "ap-northeast-3" : { },
5805
5807
  "ap-south-1" : { },
5806
5808
  "ap-southeast-1" : { },
5807
5809
  "ap-southeast-2" : { },
@@ -7664,6 +7666,14 @@
7664
7666
  "isRegionalized" : false,
7665
7667
  "partitionEndpoint" : "aws-cn-global"
7666
7668
  },
7669
+ "route53resolver" : {
7670
+ "defaults" : {
7671
+ "protocols" : [ "https" ]
7672
+ },
7673
+ "endpoints" : {
7674
+ "cn-north-1" : { }
7675
+ }
7676
+ },
7667
7677
  "runtime.sagemaker" : {
7668
7678
  "endpoints" : {
7669
7679
  "cn-north-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.446.0
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-19 00:00:00.000000000 Z
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: