aws-partitions 1.444.0 → 1.445.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 +12 -0
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c14347d384a456a31012fdc186279b44de741dcf8c82171d075471d6d0b1c5a
4
- data.tar.gz: fe71b68a95b070aefeb662937d827451a8d0290e2164815860183c21bc8be9d8
3
+ metadata.gz: d85c6a6429f1591f7c746f8e5764962adc2d686e2f63b78587297c8db728c1d7
4
+ data.tar.gz: 2741a6b8bc686eaf5544d09d24b42dd26975c58e5b0c293af7a5aebaa1a78e9f
5
5
  SHA512:
6
- metadata.gz: d577883324c4983980bb0ce0ceb3a46e5d57994170e9b568610ecdf4b81a70cb39717de12c3bbdf4dd428dd6dbcf7653c8c9948be42571d0d0878a456d6afe3d
7
- data.tar.gz: 5f84d1f0c796219d8edf61f5a1b25fe1444640b2d2644f024fca0350213441cfeb11a8f0b9c1881e2a52a759d5ee81340d271cdd93eda961a3f87c469fac3751
6
+ metadata.gz: 0bef33d1a8103886e224485e875d1e4bbb6e04880f46088c8b14c1a86b8e63527408e2daa5ebf024aff994bbf95048e8d5be914e2a4b3eba7c826b952f6ba8ff
7
+ data.tar.gz: 1366553af208049d55c223f2fc89a204a19039d98ed75f1d858ce4fb83e539d5fe10f36ed4110a1d88be3678c7bba9d917f3d2e8bdc8873de75e03170a380641
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.445.0 (2021-04-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.444.0 (2021-04-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.444.0
1
+ 1.445.0
data/partitions.json CHANGED
@@ -1245,6 +1245,7 @@
1245
1245
  "ap-east-1" : { },
1246
1246
  "ap-northeast-1" : { },
1247
1247
  "ap-northeast-2" : { },
1248
+ "ap-northeast-3" : { },
1248
1249
  "ap-south-1" : { },
1249
1250
  "ap-southeast-1" : { },
1250
1251
  "ap-southeast-2" : { },
@@ -3063,6 +3064,8 @@
3063
3064
  },
3064
3065
  "gamelift" : {
3065
3066
  "endpoints" : {
3067
+ "af-south-1" : { },
3068
+ "ap-east-1" : { },
3066
3069
  "ap-northeast-1" : { },
3067
3070
  "ap-northeast-2" : { },
3068
3071
  "ap-south-1" : { },
@@ -3070,8 +3073,12 @@
3070
3073
  "ap-southeast-2" : { },
3071
3074
  "ca-central-1" : { },
3072
3075
  "eu-central-1" : { },
3076
+ "eu-north-1" : { },
3077
+ "eu-south-1" : { },
3073
3078
  "eu-west-1" : { },
3074
3079
  "eu-west-2" : { },
3080
+ "eu-west-3" : { },
3081
+ "me-south-1" : { },
3075
3082
  "sa-east-1" : { },
3076
3083
  "us-east-1" : { },
3077
3084
  "us-east-2" : { },
@@ -9788,6 +9795,11 @@
9788
9795
  "us-iso-east-1" : { }
9789
9796
  }
9790
9797
  },
9798
+ "firehose" : {
9799
+ "endpoints" : {
9800
+ "us-iso-east-1" : { }
9801
+ }
9802
+ },
9791
9803
  "glacier" : {
9792
9804
  "endpoints" : {
9793
9805
  "us-iso-east-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.444.0
4
+ version: 1.445.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-12 00:00:00.000000000 Z
11
+ date: 2021-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email:
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  version: '0'
49
49
  requirements: []
50
50
  rubyforge_project:
51
- rubygems_version: 2.7.6.2
51
+ rubygems_version: 2.7.6.3
52
52
  signing_key:
53
53
  specification_version: 4
54
54
  summary: Provides information about AWS partitions, regions, and services.