You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aws/generated/dynamodb.ex
+69-17Lines changed: 69 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -263,8 +263,13 @@ defmodule AWS.DynamoDB do
263
263
A global table creates a replication relationship between two or more DynamoDB
264
264
tables with the same table name in the provided Regions.
265
265
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).
268
273
269
274
If you want to add a new replica table to a global table, each of the following
270
275
conditions must be true:
@@ -381,6 +386,9 @@ defmodule AWS.DynamoDB do
381
386
exist, DynamoDB returns a `ResourceNotFoundException`. If table is already in
382
387
the `DELETING` state, no error is returned.
383
388
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
+
384
392
DynamoDB might continue to accept data read and write operations, such as
385
393
`GetItem` and `PutItem`, on a table in the `DELETING` state until the table
386
394
deletion is complete.
@@ -434,7 +442,7 @@ defmodule AWS.DynamoDB do
434
442
end
435
443
436
444
@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
Returns information about the specified global table.
466
478
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)
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).
Describes Region-specific settings for a global table.
481
495
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).
Lists all global tables that have a replica in the specified Region.
756
779
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).
the same key schema, have DynamoDB Streams enabled, and have the same
1180
1207
provisioned and maximum write capacity units.
1181
1208
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)
Although you can use `UpdateGlobalTable` to add replicas and remove replicas in
1183
1224
a single request, for simplicity we recommend that you issue separate requests
1184
1225
for adding or removing replicas.
@@ -1202,6 +1243,14 @@ defmodule AWS.DynamoDB do
1202
1243
1203
1244
@doc"""
1204
1245
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).
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.
100
99
101
100
Each language has a character set that contains all allowed characters for that
102
101
specific language. If you use unsupported characters, your custom vocabulary
@@ -517,13 +516,15 @@ defmodule AWS.Transcribe do
517
516
If you want to apply categories to your Call Analytics job, you must create them
518
517
before submitting your job request. Categories cannot be retroactively applied
519
518
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).
522
521
523
522
To make a `StartCallAnalyticsJob` request, you must first upload your media file
524
523
into an Amazon S3 bucket; you can then specify the Amazon S3 location of the
525
524
file using the `Media` parameter.
526
525
526
+
Note that job queuing is enabled by default for Call Analytics jobs.
527
+
527
528
You must include the following parameters in your `StartCallAnalyticsJob`
0 commit comments