aws-sdk-transcribeservice 1.41.0 → 1.42.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: e9cfabb91ea6889702bae50ac7925b29d56efd5d7e873c2300b8628f102194a2
4
- data.tar.gz: 4c3d1a0c0bab439ac443e6d57484c3a077158961d69dc986e40999a96ed2042c
3
+ metadata.gz: 204f8f15eb10a4ac1cce998ce6239f4c2db0425101b5d20b216d0253e7f457be
4
+ data.tar.gz: a15da424f8f923640e5df0fd78bb6112a3026b57c2ed2e146a50035e6b87ddaa
5
5
  SHA512:
6
- metadata.gz: 2384a45c7adf6fad2a86e99b041674aea0e5cc89abe074fefabba518e6fb05f98ca0865e2d30e294e76ab1049d92c24e3fabb4a0debd8a90b2d24ea32b092fb8
7
- data.tar.gz: 9c6feedf32906176426811d57aa1c5918101601ee4e05c1a1e21f13b31569bb957336412a434560ab838f1d99bea1b69dfadc2cc92d69c7f3a67a615551e3621
6
+ metadata.gz: 47a6f2345f84e4bc54744f1834278096150f4e994271959d3f068ab1b6a72bafbb4838a2255e841f283f5173465963b46fd0f6424a690d5f3aa578f618a7b974
7
+ data.tar.gz: 8231b80ee0335cb7d761fb2e627a8425d832a762366d1a792449107607f0affae29accc566985ea15136f6f8d589de9a206de4bc205a164cfd63280abc5b283d
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
45
45
  # @service
46
46
  module Aws::TranscribeService
47
47
 
48
- GEM_VERSION = '1.41.0'
48
+ GEM_VERSION = '1.42.0'
49
49
 
50
50
  end
@@ -345,7 +345,7 @@ module Aws::TranscribeService
345
345
  #
346
346
  # This is an example of a vocabulary file uri location in Amazon S3:
347
347
  #
348
- # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
348
+ # `https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt`
349
349
  #
350
350
  # For more information about S3 object names, see [Object Keys][1] in
351
351
  # the *Amazon S3 Developer Guide*.
@@ -411,14 +411,6 @@ module Aws::TranscribeService
411
411
  # custom vocabulary. The URI must be in the same region as the API
412
412
  # endpoint that you are calling. The general form is
413
413
  #
414
- # `
415
- # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
416
- # `
417
- #
418
- # For example:
419
- #
420
- # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
421
- #
422
414
  # For more information about S3 object names, see [Object Keys][1] in
423
415
  # the *Amazon S3 Developer Guide*.
424
416
  #
@@ -1506,7 +1498,7 @@ module Aws::TranscribeService
1506
1498
  #
1507
1499
  # For example:
1508
1500
  #
1509
- # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
1501
+ # `https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt`
1510
1502
  #
1511
1503
  # For more information about S3 object names, see [Object Keys][1] in
1512
1504
  # the *Amazon S3 Developer Guide*.
@@ -1570,14 +1562,8 @@ module Aws::TranscribeService
1570
1562
  # custom vocabulary. The URI must be in the same region as the API
1571
1563
  # endpoint that you are calling. The general form is
1572
1564
  #
1573
- # `
1574
- # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
1575
- # `
1576
- #
1577
1565
  # For example:
1578
1566
  #
1579
- # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
1580
- #
1581
1567
  # For more information about S3 object names, see [Object Keys][1] in
1582
1568
  # the *Amazon S3 Developer Guide*.
1583
1569
  #
@@ -1698,7 +1684,7 @@ module Aws::TranscribeService
1698
1684
  params: params,
1699
1685
  config: config)
1700
1686
  context[:gem_name] = 'aws-sdk-transcribeservice'
1701
- context[:gem_version] = '1.41.0'
1687
+ context[:gem_version] = '1.42.0'
1702
1688
  Seahorse::Client::Request.new(handlers, context)
1703
1689
  end
1704
1690
 
@@ -104,7 +104,7 @@ module Aws::TranscribeService
104
104
  #
105
105
  # This is an example of a vocabulary file uri location in Amazon S3:
106
106
  #
107
- # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
107
+ # `https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt`
108
108
  #
109
109
  # For more information about S3 object names, see [Object Keys][1] in
110
110
  # the *Amazon S3 Developer Guide*.
@@ -278,14 +278,6 @@ module Aws::TranscribeService
278
278
  # custom vocabulary. The URI must be in the same region as the API
279
279
  # endpoint that you are calling. The general form is
280
280
  #
281
- # `
282
- # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
283
- # `
284
- #
285
- # For example:
286
- #
287
- # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
288
- #
289
281
  # For more information about S3 object names, see [Object Keys][1] in
290
282
  # the *Amazon S3 Developer Guide*.
291
283
  #
@@ -1079,14 +1071,8 @@ module Aws::TranscribeService
1079
1071
  # the same region as the API endpoint that you are calling. The
1080
1072
  # general form is:
1081
1073
  #
1082
- # ` s3://<bucket-name>/<keyprefix>/<objectkey> `
1083
- #
1084
1074
  # For example:
1085
1075
  #
1086
- # `s3://examplebucket/example.mp4`
1087
- #
1088
- # `s3://examplebucket/mediadocs/example.mp4`
1089
- #
1090
1076
  # For more information about S3 object names, see [Object Keys][1] in
1091
1077
  # the *Amazon S3 Developer Guide*.
1092
1078
  #
@@ -2085,7 +2071,7 @@ module Aws::TranscribeService
2085
2071
  #
2086
2072
  # For example:
2087
2073
  #
2088
- # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
2074
+ # `https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt`
2089
2075
  #
2090
2076
  # For more information about S3 object names, see [Object Keys][1] in
2091
2077
  # the *Amazon S3 Developer Guide*.
@@ -2242,14 +2228,8 @@ module Aws::TranscribeService
2242
2228
  # custom vocabulary. The URI must be in the same region as the API
2243
2229
  # endpoint that you are calling. The general form is
2244
2230
  #
2245
- # `
2246
- # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
2247
- # `
2248
- #
2249
2231
  # For example:
2250
2232
  #
2251
- # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
2252
- #
2253
2233
  # For more information about S3 object names, see [Object Keys][1] in
2254
2234
  # the *Amazon S3 Developer Guide*.
2255
2235
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core