aws-partitions 1.500.0 → 1.501.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 +26 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20f7188bde8060e8f585956a9996c3ed6fdffae69a7fcb6bfdb9aeb60c74a3a5
4
- data.tar.gz: a1bc6d769bd6d2e1d586aa87fad24b6b326ff8000ce37b08fa3f7c489b150533
3
+ metadata.gz: 18551536ea3fef89da33a6dfdce498ea53d3bf94a5f5cd822f14bd135290ca41
4
+ data.tar.gz: e3e7a9e101b4b75f0d895db39f4eecba5f5914ec250058391af2eee49f466051
5
5
  SHA512:
6
- metadata.gz: 056e7b42260443629e5bd71bfee10f68c2cba5101810579498e3dac86697974508575e28d4a8096e1ea2897199a186d71ec2fa1526a68f012a03a1b62f2f0a8d
7
- data.tar.gz: 0dc5edfec90e5483aa4008fd627d30bc0a3918b3c49684516e0d584d8c2dd9336c6fa50e97ee22681550dc970a1ef5bff036a1c3f805c02c9896a10ade87b234
6
+ metadata.gz: 8166ceb88baa92422cd32dad41e2d579d0030196f75cd4bd4b2a7419ef831ed1136d8e53351dfdf64d7bc5a5bfa129e05796db6b974c8fbaa87119116e8ceefa
7
+ data.tar.gz: bc8f8317b06c84fd4cb99f1fd4f441abe4c9a5f58ca7e10f71681dc07c2478ec43f86a37dd7a1f42d1c401d7e1aa94fde1c83b5e0c6e63e60bfa46a5633b8727
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.501.0 (2021-09-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.500.0 (2021-09-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.500.0
1
+ 1.501.0
data/partitions.json CHANGED
@@ -4640,6 +4640,19 @@
4640
4640
  "us-east-1" : { }
4641
4641
  }
4642
4642
  },
4643
+ "models-v2-lex" : {
4644
+ "endpoints" : {
4645
+ "ap-northeast-1" : { },
4646
+ "ap-southeast-1" : { },
4647
+ "ap-southeast-2" : { },
4648
+ "ca-central-1" : { },
4649
+ "eu-central-1" : { },
4650
+ "eu-west-1" : { },
4651
+ "eu-west-2" : { },
4652
+ "us-east-1" : { },
4653
+ "us-west-2" : { }
4654
+ }
4655
+ },
4643
4656
  "models.lex" : {
4644
4657
  "defaults" : {
4645
4658
  "credentialScope" : {
@@ -5690,6 +5703,19 @@
5690
5703
  "us-west-2" : { }
5691
5704
  }
5692
5705
  },
5706
+ "runtime-v2-lex" : {
5707
+ "endpoints" : {
5708
+ "ap-northeast-1" : { },
5709
+ "ap-southeast-1" : { },
5710
+ "ap-southeast-2" : { },
5711
+ "ca-central-1" : { },
5712
+ "eu-central-1" : { },
5713
+ "eu-west-1" : { },
5714
+ "eu-west-2" : { },
5715
+ "us-east-1" : { },
5716
+ "us-west-2" : { }
5717
+ }
5718
+ },
5693
5719
  "runtime.lex" : {
5694
5720
  "defaults" : {
5695
5721
  "credentialScope" : {
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.500.0
4
+ version: 1.501.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-09-10 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: