aws-partitions 1.532.0 → 1.533.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 +17 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91ea901a369968bb5345e9596cd7ad7cac36b6123657c1551618f6e4f7acd142
4
- data.tar.gz: 5e52f0589cb2fb4e93b871c42ca693f4f1bf7bb46227366e556827d2a6106b83
3
+ metadata.gz: 449f3be91d0c0323cd7659372bafd1a35e5a45b85f3bacee96aa0f5926a080a4
4
+ data.tar.gz: dcefdec0d3947193d21f12ba188274b3fe64c73ff40411135930ceb91bbd5a99
5
5
  SHA512:
6
- metadata.gz: b71012a0778d34eb12bc79c369f99740c38f1c0b20790008d79d33aaa4cc784aad4c8deac212dd210af09e22b6362d5f8dcb5d59f32e81c62544cd7abb3868c7
7
- data.tar.gz: 62c442a86b5dcd8ea484d918dc127715dc058cf87b5c6d25c4a7e69d603790b5c0210d9f68869816eb5dae240dd78c7a4bec388867590dcd51585ea39ab8d391
6
+ metadata.gz: f46fdaf2afef6ae2a56f692c1f50cfdf3c7670463f09eae6586ae6140d5204bde1f16b455000808196b14334043ec6588a7223807363d783c46c50e478c51135
7
+ data.tar.gz: bd50ab9f60149fccaf6c8be3c42c048ef16e18813c937b5da109272db9b37ec2b5f63522e9d30f65eb5bec02a590ebb8b795e66e09eaf24a25f883ff01575082
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.533.0 (2021-11-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.532.0 (2021-11-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.532.0
1
+ 1.533.0
data/partitions.json CHANGED
@@ -3258,6 +3258,19 @@
3258
3258
  }
3259
3259
  }
3260
3260
  },
3261
+ "drs" : {
3262
+ "endpoints" : {
3263
+ "ap-northeast-1" : { },
3264
+ "ap-southeast-1" : { },
3265
+ "ap-southeast-2" : { },
3266
+ "eu-central-1" : { },
3267
+ "eu-west-1" : { },
3268
+ "eu-west-2" : { },
3269
+ "us-east-1" : { },
3270
+ "us-east-2" : { },
3271
+ "us-west-2" : { }
3272
+ }
3273
+ },
3261
3274
  "ds" : {
3262
3275
  "endpoints" : {
3263
3276
  "af-south-1" : { },
@@ -7409,6 +7422,7 @@
7409
7422
  },
7410
7423
  "mgn" : {
7411
7424
  "endpoints" : {
7425
+ "af-south-1" : { },
7412
7426
  "ap-east-1" : { },
7413
7427
  "ap-northeast-1" : { },
7414
7428
  "ap-northeast-2" : { },
@@ -7419,8 +7433,11 @@
7419
7433
  "ca-central-1" : { },
7420
7434
  "eu-central-1" : { },
7421
7435
  "eu-north-1" : { },
7436
+ "eu-south-1" : { },
7422
7437
  "eu-west-1" : { },
7423
7438
  "eu-west-2" : { },
7439
+ "eu-west-3" : { },
7440
+ "me-south-1" : { },
7424
7441
  "sa-east-1" : { },
7425
7442
  "us-east-1" : { },
7426
7443
  "us-east-2" : { },
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.532.0
4
+ version: 1.533.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-11-17 00:00:00.000000000 Z
11
+ date: 2021-11-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: