aws-partitions 1.449.0 → 1.451.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fc37d1f52051099fe0cb439bc9c55f5a9b1b0b4d25475101bd5e800bddb9896
|
|
4
|
+
data.tar.gz: c7f2c8b731e03163725faa7a16883e28e600afa61c43103b697ffae7c8c76a9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f368de3489dd34afe73c3885ecf84fe4c823397d78e9d9a2beb900f25e263f9dd2f91c45a6e17e665468dad3294d1a5d816cdcf108aa5bd958c73ff47573145
|
|
7
|
+
data.tar.gz: 6f3098379d4ead744b1a00a8e1713124de10d29df40ec5c1850c43356cb5bb9aec856f2adc72c3188f99b80d73af82dcb54e538d68b00a8d0c0d924157ed2545
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.451.0 (2021-05-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::FinSpaceData`.
|
|
8
|
+
|
|
9
|
+
1.450.0 (2021-05-03)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Finspace`.
|
|
13
|
+
|
|
4
14
|
1.449.0 (2021-04-28)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.451.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -322,6 +322,8 @@ module Aws
|
|
|
322
322
|
'FIS' => 'fis',
|
|
323
323
|
'FMS' => 'fms',
|
|
324
324
|
'FSx' => 'fsx',
|
|
325
|
+
'FinSpaceData' => 'finspace-api',
|
|
326
|
+
'Finspace' => 'finspace',
|
|
325
327
|
'Firehose' => 'firehose',
|
|
326
328
|
'ForecastQueryService' => 'forecastquery',
|
|
327
329
|
'ForecastService' => 'forecast',
|
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.
|
|
4
|
+
version: 1.451.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
|
+
date: 2021-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|