aws-partitions 1.431.1 → 1.432.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 +3 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d1e2395911a7d5c828ee74ce2083c619200a0c04819da37392024b0cafc6021
4
- data.tar.gz: fdec6da3c061eed42c71bc9d69dc4cebe352b18dd72ef275936d525e8fd67601
3
+ metadata.gz: e94bf0e134ba1332e2300ce0a4df252f7d22446b5f12c23943abf7d5b785915f
4
+ data.tar.gz: 9dd821c90a3b5ce2d740d5d6eea2dbeb392a8e64593b6a4a2b5e33d57170b172
5
5
  SHA512:
6
- metadata.gz: '04094eb08c5ec10cdb55668561c1e9a6c0e9ac07b3d86c4c4bbb37e27ab0bd132715adb361b0e84f529ca1a1bfb52dd8c163363d066c3027b38e454bb4132eb1'
7
- data.tar.gz: 7fd59a20da3d1d4fc23732d956ef94b82cc8ad2a7bbac4117c19b49437a87526750337578ef05dbd9fc94ff8846c488d0d7d776803a08453188b452eba37770f
6
+ metadata.gz: e24531cf36fd8b2099c9e93c5961556ed20b30ba22b93bdb12ef3092c1bb313d2e0afb73b242deef3cc4a0371ba70646b5a43ee70ed8fc1a780dd391c37c6b9a
7
+ data.tar.gz: 692282bcb40e6a24968d470c31bda196f9fe56a5b37566c8eca14eb569a4a7d1c36c63a6e7d7df44ed7c41464e918d46d166efc161aa6df0f31e0f3006961a90
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.432.0 (2021-03-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.431.1 (2021-03-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.431.1
1
+ 1.432.0
data/partitions.json CHANGED
@@ -262,12 +262,13 @@
262
262
  },
263
263
  "amplifybackend" : {
264
264
  "endpoints" : {
265
+ "ap-northeast-1" : { },
265
266
  "ap-northeast-2" : { },
266
267
  "ap-south-1" : { },
267
268
  "ap-southeast-1" : { },
268
269
  "ap-southeast-2" : { },
270
+ "ca-central-1" : { },
269
271
  "eu-central-1" : { },
270
- "eu-south-1" : { },
271
272
  "eu-west-1" : { },
272
273
  "eu-west-2" : { },
273
274
  "us-east-1" : { },
@@ -6820,6 +6821,7 @@
6820
6821
  "endpoints" : {
6821
6822
  "ap-northeast-1" : { },
6822
6823
  "ap-northeast-2" : { },
6824
+ "ap-south-1" : { },
6823
6825
  "ap-southeast-1" : { },
6824
6826
  "ap-southeast-2" : { },
6825
6827
  "ca-central-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.431.1
4
+ version: 1.432.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-05 00:00:00.000000000 Z
11
+ date: 2021-03-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: