aws-partitions 1.439.0 → 1.440.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 +10 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c12251b7e97f9c0d401cc96bc222a2e2c5bad1d622cfb1d277276be4c978ada
4
- data.tar.gz: 07014b018ef7cb37a9d115f88dcaa7cfd5812fc05ac3cd3f046219d1ec34e64f
3
+ metadata.gz: 804868633a4ba4b14e5abd1d85c3876b11ee02a2c30095d1c078745efb055df8
4
+ data.tar.gz: bee194e5122d531a66bf843b6eb8f866540b2f2da16fccc19b625abbb31f8d92
5
5
  SHA512:
6
- metadata.gz: ce93e65579321dcf6b6d0894cf1394f040c155288153c65cf8e77e2d82336dcbe9ccc3850d8cd89ece2232894bc728ea1f4aa3e01dcf3945991d28f6b9400ab4
7
- data.tar.gz: e7f5ce58ad23db658f6dcc23b3f04d87ca98f1412675b81cd070cfb3e9fc3fb402c3e2c30dedd6234f3acb94105913c7e9a7f250545276bce5e72253d6649c71
6
+ metadata.gz: 8bb4c05296aec9bbe98c56e85be92d383233cfe0c201ecb15d25972ffa7d5b59a2b1ba089c9a0bfb8a98b1e8a32dd615400ad84efec11b9ff5057916c485c514
7
+ data.tar.gz: 7b82a3652535659b52a9f0860353705d21fe832f2591b1ef7c606826640638acc14142a86025fe201746255e4581653efd7947d499ca23ad3ce0243e87ef9b2e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.440.0 (2021-04-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.439.0 (2021-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.439.0
1
+ 1.440.0
data/partitions.json CHANGED
@@ -632,6 +632,7 @@
632
632
  "ap-northeast-1" : { },
633
633
  "ap-southeast-1" : { },
634
634
  "ap-southeast-2" : { },
635
+ "ca-central-1" : { },
635
636
  "eu-central-1" : { },
636
637
  "eu-west-2" : { },
637
638
  "us-east-1" : { },
@@ -1637,6 +1638,7 @@
1637
1638
  "ap-northeast-1" : { },
1638
1639
  "ap-southeast-1" : { },
1639
1640
  "ap-southeast-2" : { },
1641
+ "ca-central-1" : { },
1640
1642
  "eu-central-1" : { },
1641
1643
  "eu-west-2" : { },
1642
1644
  "us-east-1" : { },
@@ -3206,8 +3208,15 @@
3206
3208
  "endpoints" : {
3207
3209
  "af-south-1" : { },
3208
3210
  "ap-southeast-2" : { },
3211
+ "eu-central-1" : { },
3209
3212
  "eu-north-1" : { },
3210
3213
  "eu-west-1" : { },
3214
+ "fips-us-east-1" : {
3215
+ "credentialScope" : {
3216
+ "region" : "us-east-1"
3217
+ },
3218
+ "hostname" : "groundstation-fips.us-east-1.amazonaws.com"
3219
+ },
3211
3220
  "fips-us-east-2" : {
3212
3221
  "credentialScope" : {
3213
3222
  "region" : "us-east-2"
@@ -3221,6 +3230,7 @@
3221
3230
  "hostname" : "groundstation-fips.us-west-2.amazonaws.com"
3222
3231
  },
3223
3232
  "me-south-1" : { },
3233
+ "us-east-1" : { },
3224
3234
  "us-east-2" : { },
3225
3235
  "us-west-2" : { }
3226
3236
  }
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.439.0
4
+ version: 1.440.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-03-31 00:00:00.000000000 Z
11
+ date: 2021-04-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: