Skip to content

Commit c1b70cf

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

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
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.50.21
1+
v1.50.22

lib/aws/generated/dynamodb.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,10 +1318,10 @@ defmodule AWS.DynamoDB do
13181318
* Create a new global secondary index on the table. After the index
13191319
begins backfilling, you can use `UpdateTable` to perform other operations.
13201320
1321-
`UpdateTable` is an asynchronous operation; while it is executing, the table
1322-
status changes from `ACTIVE` to `UPDATING`. While it is `UPDATING`, you cannot
1323-
issue another `UpdateTable` request. When the table returns to the `ACTIVE`
1324-
state, the `UpdateTable` operation is complete.
1321+
`UpdateTable` is an asynchronous operation; while it's executing, the table
1322+
status changes from `ACTIVE` to `UPDATING`. While it's `UPDATING`, you can't
1323+
issue another `UpdateTable` request on the base table nor any replicas. When the
1324+
table returns to the `ACTIVE` state, the `UpdateTable` operation is complete.
13251325
"""
13261326
def update_table(%Client{} = client, input, options \\ []) do
13271327
meta = metadata()

lib/aws/generated/firehose.ex

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,6 @@ defmodule AWS.Firehose do
153153
Request.request_post(client, meta, "DescribeDeliveryStream", input, options)
154154
end
155155

156-
def get_kinesis_stream(%Client{} = client, input, options \\ []) do
157-
meta = metadata()
158-
159-
Request.request_post(client, meta, "GetKinesisStream", input, options)
160-
end
161-
162156
@doc """
163157
Lists your delivery streams in alphabetical order of their names.
164158
@@ -481,10 +475,4 @@ defmodule AWS.Firehose do
481475

482476
Request.request_post(client, meta, "UpdateDestination", input, options)
483477
end
484-
485-
def verify_resources_exist_for_tagris(%Client{} = client, input, options \\ []) do
486-
meta = metadata()
487-
488-
Request.request_post(client, meta, "VerifyResourcesExistForTagris", input, options)
489-
end
490478
end

0 commit comments

Comments
 (0)