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