aws-partitions 1.506.0 → 1.507.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +1 -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: a295dfe1aecacc243410fef7576683f3391dc5f9b36ab034d83291eb41f6906c
|
4
|
+
data.tar.gz: 4cedb8612e45468e7dc8846e57adfc296ff13897c30ffb2a845de1efd4746144
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99ff62cfdd8f37020ff755b707e993f4abae1d9c152bec56bc22cedb9e8694e8c0004933e68babfa3600f6b81843f115ba89d7b90722c7d7b354232d972ae738
|
7
|
+
data.tar.gz: 7b7589f0b2dd48bb9083fb3ff5cb8749976c5bc6ff931906b6bd2662920c71a0ac5c90fd6c0666a6d75f3180c375e343c1389ca4749cf95b09b1be420882fca5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.507.0 (2021-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::VoiceID`.
|
8
|
+
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::ConnectWisdomService`.
|
10
|
+
|
4
11
|
1.506.0 (2021-09-24)
|
5
12
|
------------------
|
6
13
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.507.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -288,6 +288,7 @@ module Aws
|
|
288
288
|
'Connect' => 'connect',
|
289
289
|
'ConnectContactLens' => 'contact-lens',
|
290
290
|
'ConnectParticipant' => 'participant.connect',
|
291
|
+
'ConnectWisdomService' => 'wisdom',
|
291
292
|
'CostExplorer' => 'ce',
|
292
293
|
'CostandUsageReportService' => 'cur',
|
293
294
|
'CustomerProfiles' => 'profile',
|
@@ -493,6 +494,7 @@ module Aws
|
|
493
494
|
'TranscribeStreamingService' => 'transcribestreaming',
|
494
495
|
'Transfer' => 'transfer',
|
495
496
|
'Translate' => 'translate',
|
497
|
+
'VoiceID' => 'voiceid',
|
496
498
|
'WAF' => 'waf',
|
497
499
|
'WAFRegional' => 'waf-regional',
|
498
500
|
'WAFV2' => 'wafv2',
|
data/partitions.json
CHANGED
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.507.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-09-
|
11
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|