Skip to content

Commit 20aad10

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

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.5
1+
v1.50.6

lib/aws/generated/auto_scaling.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ defmodule AWS.AutoScaling do
475475

476476
@doc """
477477
Gets information about the instance refreshes for the specified Auto Scaling
478-
group.
478+
group from the previous six weeks.
479479
480480
This operation is part of the [instance refresh feature](https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html)
481481
in Amazon EC2 Auto Scaling, which helps you update instances in your Auto

lib/aws/generated/snowball.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ defmodule AWS.Snowball do
6464
6565
In most regions, addresses are validated at the time of creation. The address
6666
you provide must be located within the serviceable area of your region. If the
67-
address is invalid or unsupported, then an exception is thrown.
67+
address is invalid or unsupported, then an exception is thrown. If providing an
68+
address as a JSON file through the `cli-input-json` option, include the full
69+
file path. For example, `--cli-input-json file://create-address.json`.
6870
"""
6971
def create_address(%Client{} = client, input, options \\ []) do
7072
meta = metadata()

0 commit comments

Comments
 (0)