aws-partitions 1.635.0 → 1.636.0

Sign up to get free protection for your applications and to get access to all the features.
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 +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9806890a367f27018d3d862d436e7414755653b8fa520b31246e98313a04fb84
4
- data.tar.gz: a50cc6c9a64c857700e5cfc46dda9999d5d8c3604eb96c7912c2e61a62df0c76
3
+ metadata.gz: 973bab6d4c3c7bfe4a85d54a884243c380770107400f928e6b4abef12930bda2
4
+ data.tar.gz: f11d9d80637ae0928fe706ebd0c66bb3f6ace29157e9e2e4f3c0351bb3675e56
5
5
  SHA512:
6
- metadata.gz: 38bd4285bc84d5aa18b6bb82f39234ce3ce353cdb5bc63aadc0cc0a75a5d774ae26a2ddfe99617283c5c0c661df3650f0f0af8429c4bcf39ad88bbc20772f3c5
7
- data.tar.gz: 2d44c23c5760dd88eebe82b14ca1bfcee3039ff6fb70e3ed03921a98db851880e1919237e20fc339fab645b702733a8aea9bef2470ce4d1a97a597f04e629f07
6
+ metadata.gz: 207428ddd19bfe8a3c9ae59cf62c47639ac8d0edf997c1c790e1d8f36d18093f44b4389c864d1d7b2c8a257f76c7449bc301529db465afb11896921490d0aef5
7
+ data.tar.gz: 222e9d58a01faac90e4948138c0d7ef2a26982b9c6b04e0d4b041691fdce373e9e2412090f505874a5c20f85069a478188e719f2480664c314f0aa00cf6f352b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.636.0 (2022-09-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.635.0 (2022-09-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.635.0
1
+ 1.636.0
data/partitions.json CHANGED
@@ -5501,6 +5501,8 @@
5501
5501
  "emr-serverless" : {
5502
5502
  "endpoints" : {
5503
5503
  "ap-northeast-1" : { },
5504
+ "ap-northeast-2" : { },
5505
+ "ap-south-1" : { },
5504
5506
  "ap-southeast-1" : { },
5505
5507
  "eu-central-1" : { },
5506
5508
  "eu-west-1" : { },
@@ -5525,6 +5527,7 @@
5525
5527
  "deprecated" : true,
5526
5528
  "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
5527
5529
  },
5530
+ "sa-east-1" : { },
5528
5531
  "us-east-1" : {
5529
5532
  "variants" : [ {
5530
5533
  "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
@@ -7481,6 +7484,10 @@
7481
7484
  },
7482
7485
  "ivschat" : {
7483
7486
  "endpoints" : {
7487
+ "ap-northeast-1" : { },
7488
+ "ap-northeast-2" : { },
7489
+ "ap-south-1" : { },
7490
+ "eu-central-1" : { },
7484
7491
  "eu-west-1" : { },
7485
7492
  "us-east-1" : { },
7486
7493
  "us-west-2" : { }
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.635.0
4
+ version: 1.636.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-22 00:00:00.000000000 Z
11
+ date: 2022-09-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: