aws-partitions 1.493.0 → 1.494.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 +7 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +20 -0
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9618ccb7786af1f04d754c228cc109f218627afe3ff325eb7d159b83a5c3acdd
4
- data.tar.gz: d788a4f5d5998a63f62112156a898f2dec342bb8a0dee4a30313a88aa7c1df45
3
+ metadata.gz: 68284b79ecb6de7af1a3ddb0b0dd04b68ae911bff48195cbfa2f25b76644a9fa
4
+ data.tar.gz: 4aa5f1eddbee1391acbbe35dd65201e551242dd81167501a1eaa2cb221b771b7
5
5
  SHA512:
6
- metadata.gz: 690cc3d34c0811deec6f9b715ebf53cb02fc638bc2f6dec4d8fa35486c1fd2eb7ec2c925947205456b02cf9eaf1696d8865e177096d8966bfb5504610dd68c94
7
- data.tar.gz: 94bf725fd18c19445ad7a4d45ac68ce0e25da2f464f86f5fd5a2b96b335e3f1a6db60fdfd02f8c34cf7ba4042e875338997a06034d10212ab1fd79957d1c182c
6
+ metadata.gz: ed0393546f1dddcf96abfd4a512816f1fd2d5ae7ac164e1ac56b64c29f9e70e55a20ddc23f803f6a137b3f69b6bb7763d492ce5e0179beb8e26e26179496904e
7
+ data.tar.gz: 9ea04cc65a7727bb2b5630b3174d39143097c43ed1925d2a3d698717c2ad45f808908b278d28a70ffc0958d4e590645f1ba0acbd275ca6439ec4acdd0764798b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.494.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ * Feature - AWS SDK for Ruby no longer supports Ruby runtime versions 1.9, 2.0, 2.1, and 2.2.
10
+
4
11
  1.493.0 (2021-08-31)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.493.0
1
+ 1.494.0
data/partitions.json CHANGED
@@ -3945,6 +3945,13 @@
3945
3945
  }
3946
3946
  }
3947
3947
  },
3948
+ "ivs" : {
3949
+ "endpoints" : {
3950
+ "eu-west-1" : { },
3951
+ "us-east-1" : { },
3952
+ "us-west-2" : { }
3953
+ }
3954
+ },
3948
3955
  "kafka" : {
3949
3956
  "endpoints" : {
3950
3957
  "ap-east-1" : { },
@@ -6759,6 +6766,19 @@
6759
6766
  "us-west-2" : { }
6760
6767
  }
6761
6768
  },
6769
+ "ssm-incidents" : {
6770
+ "endpoints" : {
6771
+ "ap-northeast-1" : { },
6772
+ "ap-southeast-1" : { },
6773
+ "ap-southeast-2" : { },
6774
+ "eu-central-1" : { },
6775
+ "eu-north-1" : { },
6776
+ "eu-west-1" : { },
6777
+ "us-east-1" : { },
6778
+ "us-east-2" : { },
6779
+ "us-west-2" : { }
6780
+ }
6781
+ },
6762
6782
  "states" : {
6763
6783
  "endpoints" : {
6764
6784
  "af-south-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.493.0
4
+ version: 1.494.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-08-31 00:00:00.000000000 Z
11
+ date: 2021-09-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email:
@@ -40,7 +40,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: '0'
43
+ version: '2.3'
44
44
  required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - ">="