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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a87de5452c677d8973ffac0c0525d47b9eaa302fa5354fad715684f8449a510
4
- data.tar.gz: 3238447b09c2fb518e2f59553defd0decc3d259ec2f82f6e28dd878deb1beb4d
3
+ metadata.gz: a295dfe1aecacc243410fef7576683f3391dc5f9b36ab034d83291eb41f6906c
4
+ data.tar.gz: 4cedb8612e45468e7dc8846e57adfc296ff13897c30ffb2a845de1efd4746144
5
5
  SHA512:
6
- metadata.gz: a2a55cf928a9b867b0dc24608a5281e23b37e7c9e421019ac2ab4885bd42d3d653ddb9b512ae84bc4b950e9ee1b9c5aa4b8a94917106e843cbcbddbe6103da40
7
- data.tar.gz: a09e43b6e5d5a0b103032c064559f25acccfb708450511aa23d2f8f76a069f880626b215a802650beee66aa26a6142cfe56b52c92a8cbe93989fb595822042a6
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.506.0
1
+ 1.507.0
@@ -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
@@ -1216,6 +1216,7 @@
1216
1216
  "ap-east-1" : { },
1217
1217
  "ap-northeast-1" : { },
1218
1218
  "ap-northeast-2" : { },
1219
+ "ap-northeast-3" : { },
1219
1220
  "ap-south-1" : { },
1220
1221
  "ap-southeast-1" : { },
1221
1222
  "ap-southeast-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.506.0
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-24 00:00:00.000000000 Z
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: