Skip to content

Commit 9c8523e

Browse files
committed
Update services based on v1.44.214 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.44.214
1 parent eec7013 commit 9c8523e

File tree

3 files changed

+84
-31
lines changed

3 files changed

+84
-31
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.44.213
1+
v1.44.214

lib/aws/generated/dynamodb.ex

Lines changed: 69 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,13 @@ defmodule AWS.DynamoDB do
263263
A global table creates a replication relationship between two or more DynamoDB
264264
tables with the same table name in the provided Regions.
265265
266-
This operation only applies to [Version 2017.11.29](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
267-
of global tables.
266+
This operation only applies to [Version 2017.11.29 (Legacy)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
267+
of global tables. We recommend using [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
268+
when creating new global tables, as it provides greater flexibility, higher
269+
efficiency and consumes less write capacity than 2017.11.29 (Legacy). To
270+
determine which version you are using, see [Determining the version](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html).
271+
To update existing global tables from version 2017.11.29 (Legacy) to version
272+
2019.11.21 (Current), see [ Updating global tables](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html).
268273
269274
If you want to add a new replica table to a global table, each of the following
270275
conditions must be true:
@@ -381,6 +386,9 @@ defmodule AWS.DynamoDB do
381386
exist, DynamoDB returns a `ResourceNotFoundException`. If table is already in
382387
the `DELETING` state, no error is returned.
383388
389+
This operation only applies to [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
390+
of global tables.
391+
384392
DynamoDB might continue to accept data read and write operations, such as
385393
`GetItem` and `PutItem`, on a table in the `DELETING` state until the table
386394
deletion is complete.
@@ -434,7 +442,7 @@ defmodule AWS.DynamoDB do
434442
end
435443

436444
@doc """
437-
Returns information about contributor insights, for a given table or global
445+
Returns information about contributor insights for a given table or global
438446
secondary index.
439447
"""
440448
def describe_contributor_insights(%Client{} = client, input, options \\ []) do
@@ -445,6 +453,10 @@ defmodule AWS.DynamoDB do
445453

446454
@doc """
447455
Returns the regional endpoint information.
456+
457+
This action must be included in your VPC endpoint policies, or access to the
458+
DescribeEndpoints API will be denied. For more information on policy
459+
permissions, please see [Internetwork traffic privacy](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/inter-network-traffic-privacy.html#inter-network-traffic-DescribeEndpoints).
448460
"""
449461
def describe_endpoints(%Client{} = client, input, options \\ []) do
450462
meta = metadata()
@@ -464,11 +476,13 @@ defmodule AWS.DynamoDB do
464476
@doc """
465477
Returns information about the specified global table.
466478
467-
This operation only applies to [Version 2017.11.29](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
468-
of global tables. If you are using global tables [Version 2019.11.21](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
469-
you can use
470-
[DescribeTable](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DescribeTable.html)
471-
instead.
479+
This operation only applies to [Version 2017.11.29 (Legacy)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
480+
of global tables. We recommend using [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
481+
when creating new global tables, as it provides greater flexibility, higher
482+
efficiency and consumes less write capacity than 2017.11.29 (Legacy). To
483+
determine which version you are using, see [Determining the version](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html).
484+
To update existing global tables from version 2017.11.29 (Legacy) to version
485+
2019.11.21 (Current), see [ Updating global tables](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html).
472486
"""
473487
def describe_global_table(%Client{} = client, input, options \\ []) do
474488
meta = metadata()
@@ -479,8 +493,13 @@ defmodule AWS.DynamoDB do
479493
@doc """
480494
Describes Region-specific settings for a global table.
481495
482-
This operation only applies to [Version 2017.11.29](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
483-
of global tables.
496+
This operation only applies to [Version 2017.11.29 (Legacy)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
497+
of global tables. We recommend using [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
498+
when creating new global tables, as it provides greater flexibility, higher
499+
efficiency and consumes less write capacity than 2017.11.29 (Legacy). To
500+
determine which version you are using, see [Determining the version](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html).
501+
To update existing global tables from version 2017.11.29 (Legacy) to version
502+
2019.11.21 (Current), see [ Updating global tables](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html).
484503
"""
485504
def describe_global_table_settings(%Client{} = client, input, options \\ []) do
486505
meta = metadata()
@@ -579,6 +598,9 @@ defmodule AWS.DynamoDB do
579598
Returns information about the table, including the current status of the table,
580599
when it was created, the primary key schema, and any indexes on the table.
581600
601+
This operation only applies to [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
602+
of global tables.
603+
582604
If you issue a `DescribeTable` request immediately after a `CreateTable`
583605
request, DynamoDB might return a `ResourceNotFoundException`. This is because
584606
`DescribeTable` uses an eventually consistent query, and the metadata for your
@@ -594,7 +616,7 @@ defmodule AWS.DynamoDB do
594616
@doc """
595617
Describes auto scaling settings across replicas of the global table at once.
596618
597-
This operation only applies to [Version 2019.11.21](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
619+
This operation only applies to [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
598620
of global tables.
599621
"""
600622
def describe_table_replica_auto_scaling(%Client{} = client, input, options \\ []) do
@@ -650,7 +672,8 @@ defmodule AWS.DynamoDB do
650672
A single `SELECT` statement response can return up to the maximum number of
651673
items (if using the Limit parameter) or a maximum of 1 MB of data (and then
652674
apply any filtering to the results using `WHERE` clause). If `LastEvaluatedKey`
653-
is present in the response, you need to paginate the result set.
675+
is present in the response, you need to paginate the result set. If `NextToken`
676+
is present, you need to paginate the result set and include `NextToken`.
654677
"""
655678
def execute_statement(%Client{} = client, input, options \\ []) do
656679
meta = metadata()
@@ -754,8 +777,13 @@ defmodule AWS.DynamoDB do
754777
@doc """
755778
Lists all global tables that have a replica in the specified Region.
756779
757-
This operation only applies to [Version 2017.11.29](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
758-
of global tables.
780+
This operation only applies to [Version 2017.11.29 (Legacy)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
781+
of global tables. We recommend using [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
782+
when creating new global tables, as it provides greater flexibility, higher
783+
efficiency and consumes less write capacity than 2017.11.29 (Legacy). To
784+
determine which version you are using, see [Determining the version](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html).
785+
To update existing global tables from version 2017.11.29 (Legacy) to version
786+
2019.11.21 (Current), see [ Updating global tables](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html).
759787
"""
760788
def list_global_tables(%Client{} = client, input, options \\ []) do
761789
meta = metadata()
@@ -1046,8 +1074,7 @@ defmodule AWS.DynamoDB do
10461074
10471075
* There is a user error, such as an invalid data format.
10481076
1049-
* The aggregate size of the items in the transaction cannot exceed 4
1050-
MB.
1077+
* The aggregate size of the items in the transaction exceeded 4 MB.
10511078
"""
10521079
def transact_get_items(%Client{} = client, input, options \\ []) do
10531080
meta = metadata()
@@ -1179,6 +1206,20 @@ defmodule AWS.DynamoDB do
11791206
the same key schema, have DynamoDB Streams enabled, and have the same
11801207
provisioned and maximum write capacity units.
11811208
1209+
This operation only applies to [Version 2017.11.29 (Legacy)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
1210+
of global tables. We recommend using [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
1211+
when creating new global tables, as it provides greater flexibility, higher
1212+
efficiency and consumes less write capacity than 2017.11.29 (Legacy). To
1213+
determine which version you are using, see [Determining the version](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html).
1214+
To update existing global tables from version 2017.11.29 (Legacy) to version
1215+
2019.11.21 (Current), see [ Updating global tables](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html).
1216+
1217+
This operation only applies to [Version 2017.11.29](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
1218+
of global tables. If you are using global tables [Version 2019.11.21](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
1219+
you can use
1220+
[DescribeTable](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DescribeTable.html)
1221+
instead.
1222+
11821223
Although you can use `UpdateGlobalTable` to add replicas and remove replicas in
11831224
a single request, for simplicity we recommend that you issue separate requests
11841225
for adding or removing replicas.
@@ -1202,6 +1243,14 @@ defmodule AWS.DynamoDB do
12021243

12031244
@doc """
12041245
Updates settings for a global table.
1246+
1247+
This operation only applies to [Version 2017.11.29 (Legacy)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html)
1248+
of global tables. We recommend using [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
1249+
when creating new global tables, as it provides greater flexibility, higher
1250+
efficiency and consumes less write capacity than 2017.11.29 (Legacy). To
1251+
determine which version you are using, see [Determining the version](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html).
1252+
To update existing global tables from version 2017.11.29 (Legacy) to version
1253+
2019.11.21 (Current), see [ Updating global tables](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html).
12051254
"""
12061255
def update_global_table_settings(%Client{} = client, input, options \\ []) do
12071256
meta = metadata()
@@ -1231,6 +1280,9 @@ defmodule AWS.DynamoDB do
12311280
Modifies the provisioned throughput settings, global secondary indexes, or
12321281
DynamoDB Streams settings for a given table.
12331282
1283+
This operation only applies to [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
1284+
of global tables.
1285+
12341286
You can only perform one of the following operations at once:
12351287
12361288
* Modify the provisioned throughput settings of the table.
@@ -1254,7 +1306,7 @@ defmodule AWS.DynamoDB do
12541306
@doc """
12551307
Updates auto scaling settings on your global tables at once.
12561308
1257-
This operation only applies to [Version 2019.11.21](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
1309+
This operation only applies to [Version 2019.11.21 (Current)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html)
12581310
of global tables.
12591311
"""
12601312
def update_table_replica_auto_scaling(%Client{} = client, input, options \\ []) do

lib/aws/generated/transcribe.ex

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,19 @@ defmodule AWS.Transcribe do
4747
applied retroactively.
4848
4949
When creating a new category, you can use the `InputType` parameter to label the
50-
category as a batch category (`POST_CALL`) or a streaming category
51-
(`REAL_TIME`). Batch categories can only be applied to batch transcriptions and
52-
streaming categories can only be applied to streaming transcriptions. If you do
53-
not include `InputType`, your category is created as a batch category by
54-
default.
50+
category as a `POST_CALL` or a `REAL_TIME` category. `POST_CALL` categories can
51+
only be applied to post-call transcriptions and `REAL_TIME` categories can only
52+
be applied to real-time transcriptions. If you do not include `InputType`, your
53+
category is created as a `POST_CALL` category by default.
5554
5655
Call Analytics categories are composed of rules. For each category, you must
5756
create between 1 and 20 rules. Rules can include these parameters: , , , and .
5857
5958
To update an existing category, see .
6059
61-
To learn more about Call Analytics categories, see [Creating categories for batch
60+
To learn more about Call Analytics categories, see [Creating categories for post-call
6261
transcriptions](https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html)
63-
and [Creating categories for streaming transcriptions](https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html).
62+
and [Creating categories for real-time transcriptions](https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html).
6463
"""
6564
def create_call_analytics_category(%Client{} = client, input, options \\ []) do
6665
meta = metadata()
@@ -93,10 +92,10 @@ defmodule AWS.Transcribe do
9392
Creates a new custom medical vocabulary.
9493
9594
Before creating a new custom medical vocabulary, you must first upload a text
96-
file that contains your new entries, phrases, and terms into an Amazon S3
97-
bucket. Note that this differs from , where you can include a list of terms
98-
within your request using the `Phrases` flag; `CreateMedicalVocabulary` does not
99-
support the `Phrases` flag.
95+
file that contains your vocabulary table into an Amazon S3 bucket. Note that
96+
this differs from , where you can include a list of terms within your request
97+
using the `Phrases` flag; `CreateMedicalVocabulary` does not support the
98+
`Phrases` flag and only accepts vocabularies in table format.
10099
101100
Each language has a character set that contains all allowed characters for that
102101
specific language. If you use unsupported characters, your custom vocabulary
@@ -517,13 +516,15 @@ defmodule AWS.Transcribe do
517516
If you want to apply categories to your Call Analytics job, you must create them
518517
before submitting your job request. Categories cannot be retroactively applied
519518
to a job. To create a new category, use the operation. To learn more about Call
520-
Analytics categories, see [Creating categories for batch transcriptions](https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html)
521-
and [Creating categories for streaming transcriptions](https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html).
519+
Analytics categories, see [Creating categories for post-call transcriptions](https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html)
520+
and [Creating categories for real-time transcriptions](https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html).
522521
523522
To make a `StartCallAnalyticsJob` request, you must first upload your media file
524523
into an Amazon S3 bucket; you can then specify the Amazon S3 location of the
525524
file using the `Media` parameter.
526525
526+
Note that job queuing is enabled by default for Call Analytics jobs.
527+
527528
You must include the following parameters in your `StartCallAnalyticsJob`
528529
request:
529530

0 commit comments

Comments
 (0)