aws-partitions 1.468.0 → 1.469.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 +1 -10
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54efe630326f9f9fab329c6a293a69adcea9f67ed201b1ba0502b2caf4eb4128
4
- data.tar.gz: dbdcbdf3a3715435d3f592fdf2ca322dd9f16d67c5c0125157e272797578b933
3
+ metadata.gz: a764d2444ed05f0f936d494e5a6f50f030ab429cfd88c711c14b70f67e8da912
4
+ data.tar.gz: bafded7d4343efff1babb763daf8f6dca6cbce4cc7ce0c8d7a75335c8fad3297
5
5
  SHA512:
6
- metadata.gz: 33ecd8aa60992dc72186aa0594b3c3843511624c8611d757baa0cd367f7eea0cb4d1889d3dcd8e334d0587d9b9fdabdb4fff043f5d0452f264c0dc167147b60c
7
- data.tar.gz: 0c4f6816d329269feb0df41ed369bee2d35632ba4251ec5869318c7d5c6cae65e3b82a4ee749127b61836f69553eb570fceef91a41b91f245d714cdb0e24fd14
6
+ metadata.gz: fab9ccdd6cc68d0fa14d6f29c76eb6336821d2ad33ce31f9bef7f1855177434b420960770f79ed5794d91851bdc43a5064c5d0e5976ff49274e90d5bb0f86c77
7
+ data.tar.gz: deb834153d5541f354f52f045c8f57856852ef0165caa25ef7cd62b43f62305c448d2a929ae012c69ea393af5cc698914c968057cb82797ac445baa5001077f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.469.0 (2021-06-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.468.0 (2021-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.468.0
1
+ 1.469.0
data/partitions.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "dnsSuffix" : "amazonaws.com",
9
9
  "partition" : "aws",
10
10
  "partitionName" : "AWS Standard",
11
- "regionRegex" : "^(us|eu|ap|sa|ca|me|af|in)\\-\\w+\\-\\d+$",
11
+ "regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
12
12
  "regions" : {
13
13
  "af-south-1" : {
14
14
  "description" : "Africa (Cape Town)"
@@ -55,9 +55,6 @@
55
55
  "eu-west-3" : {
56
56
  "description" : "Europe (Paris)"
57
57
  },
58
- "in-amazon-1" : {
59
- "description" : "India (Begumpet)"
60
- },
61
58
  "me-south-1" : {
62
59
  "description" : "Middle East (Bahrain)"
63
60
  },
@@ -6614,12 +6611,6 @@
6614
6611
  "eu-west-1" : { },
6615
6612
  "eu-west-2" : { },
6616
6613
  "eu-west-3" : { },
6617
- "in-amazon-1" : {
6618
- "credentialScope" : {
6619
- "region" : "ap-south-1"
6620
- },
6621
- "hostname" : "sts.ap-south-1.amazonaws.com"
6622
- },
6623
6614
  "me-south-1" : { },
6624
6615
  "sa-east-1" : { },
6625
6616
  "us-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.468.0
4
+ version: 1.469.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-06-15 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: