aws-partitions 1.558.0 → 1.559.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 +21 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a587f9ccf525ac2f4d0ee875319cc307549b6aacfb0061a3b3339f418170a35
4
- data.tar.gz: 9558a647586837423b641cc7e1df42187c03a6088ccb812af60fb1e3bd55f550
3
+ metadata.gz: 0e4f2849e84e435bb9008c0fcd18f378bf7c61398a04bc1e89ecec24f4fab2c4
4
+ data.tar.gz: f40cf94cac20c5a416220ba3efc9603d707d9487846568a997e1c77d9808ceb7
5
5
  SHA512:
6
- metadata.gz: df663f00548f787445828e70b3fa4db1c103855d5bc1012601eda03cb28f5dc9cf85270f105a34ebd0b9db3d9540202148857ab2ff8d4ceaa653f60c6db2d3c6
7
- data.tar.gz: 6e3413607687c6a4859cebfbabec931c37ab9e745217b7ec9bfa7dd36401371d4ecc6f55a244e80e219a6f00e58f4b6695bea8a4a3f2b49937387cbfca3ae236
6
+ metadata.gz: d29364b65813c0b08c04154e73b8ff82819296a5cfea7ca0c3f91a012568c66ecdbcea661484f8bfca0459893ab76985f649df70528bad2f57888e1fe63f72c9
7
+ data.tar.gz: 33e16c5dfdb94e044e8cee5392ea0a07b4bf7ba1e900c6ba3a7e6c87c2e110672e825f0f495c0479cb3249b06eb793de3b66a5e646eed8f67670bb1c26758227
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.559.0 (2022-02-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.558.0 (2022-02-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.558.0
1
+ 1.559.0
data/partitions.json CHANGED
@@ -426,6 +426,27 @@
426
426
  "us-west-2" : { }
427
427
  }
428
428
  },
429
+ "amplifyuibuilder" : {
430
+ "endpoints" : {
431
+ "ap-northeast-1" : { },
432
+ "ap-northeast-2" : { },
433
+ "ap-south-1" : { },
434
+ "ap-southeast-1" : { },
435
+ "ap-southeast-2" : { },
436
+ "ca-central-1" : { },
437
+ "eu-central-1" : { },
438
+ "eu-north-1" : { },
439
+ "eu-west-1" : { },
440
+ "eu-west-2" : { },
441
+ "eu-west-3" : { },
442
+ "me-south-1" : { },
443
+ "sa-east-1" : { },
444
+ "us-east-1" : { },
445
+ "us-east-2" : { },
446
+ "us-west-1" : { },
447
+ "us-west-2" : { }
448
+ }
449
+ },
429
450
  "api.detective" : {
430
451
  "defaults" : {
431
452
  "protocols" : [ "https" ]
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.558.0
4
+ version: 1.559.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: 2022-02-23 00:00:00.000000000 Z
11
+ date: 2022-02-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: