Skip to content

Commit 437eb78

Browse files
committed
Update services based on v1.49.15 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.49.15
1 parent 94e49e3 commit 437eb78

File tree

3 files changed

+32
-5
lines changed

3 files changed

+32
-5
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.49.14
1+
v1.49.15

lib/aws/generated/ecs.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ defmodule AWS.ECS do
193193
This is used when a service uses the `EXTERNAL` deployment controller type. For
194194
more information, see [Amazon ECS deployment types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html)
195195
in the *Amazon Elastic Container Service Developer Guide*.
196+
197+
You can create a maximum of 5 tasks sets for a deployment.
196198
"""
197199
def create_task_set(%Client{} = client, input, options \\ []) do
198200
meta = metadata()

lib/aws/generated/lightsail.ex

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ defmodule AWS.Lightsail do
326326

327327
@doc """
328328
Creates a block storage disk that can be attached to an Amazon Lightsail
329-
instance in the same Availability Zone (e.g., `us-east-2a`).
329+
instance in the same Availability Zone (`us-east-2a`).
330330
331331
The `create disk` operation supports tag-based access control via request tags.
332332
For more information, see the [Amazon Lightsail Developer Guide](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags).
@@ -341,7 +341,7 @@ defmodule AWS.Lightsail do
341341
Creates a block storage disk from a manual or automatic snapshot of a disk.
342342
343343
The resulting disk can be attached to an Amazon Lightsail instance in the same
344-
Availability Zone (e.g., `us-east-2a`).
344+
Availability Zone (`us-east-2a`).
345345
346346
The `create disk from snapshot` operation supports tag-based access control via
347347
request tags and resource tags applied to the resource identified by `disk
@@ -402,7 +402,7 @@ defmodule AWS.Lightsail do
402402
end
403403

404404
@doc """
405-
Creates a domain resource for the specified domain (e.g., example.com).
405+
Creates a domain resource for the specified domain (example.com).
406406
407407
The `create domain` operation supports tag-based access control via request
408408
tags. For more information, see the [Amazon Lightsail Developer Guide](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags).
@@ -1591,7 +1591,7 @@ defmodule AWS.Lightsail do
15911591
end
15921592

15931593
@doc """
1594-
Gets operations for a specific resource (e.g., an instance or a static IP).
1594+
Gets operations for a specific resource (an instance or a static IP).
15951595
"""
15961596
def get_operations_for_resource(%Client{} = client, input, options \\ []) do
15971597
meta = metadata()
@@ -1746,6 +1746,16 @@ defmodule AWS.Lightsail do
17461746
Request.request_post(client, meta, "GetRelationalDatabases", input, options)
17471747
end
17481748

1749+
@doc """
1750+
Returns detailed information for five of the most recent `SetupInstanceHttps`
1751+
requests that were ran on the target instance.
1752+
"""
1753+
def get_setup_history(%Client{} = client, input, options \\ []) do
1754+
meta = metadata()
1755+
1756+
Request.request_post(client, meta, "GetSetupHistory", input, options)
1757+
end
1758+
17491759
@doc """
17501760
Returns information about an Amazon Lightsail static IP.
17511761
"""
@@ -1963,6 +1973,21 @@ defmodule AWS.Lightsail do
19631973
Request.request_post(client, meta, "SetResourceAccessForBucket", input, options)
19641974
end
19651975

1976+
@doc """
1977+
Creates an SSL/TLS certificate that secures traffic for your website.
1978+
1979+
After the certificate is created, it is installed on the specified Lightsail
1980+
instance.
1981+
1982+
If you provide more than one domain name in the request, at least one name must
1983+
be less than or equal to 63 characters in length.
1984+
"""
1985+
def setup_instance_https(%Client{} = client, input, options \\ []) do
1986+
meta = metadata()
1987+
1988+
Request.request_post(client, meta, "SetupInstanceHttps", input, options)
1989+
end
1990+
19661991
@doc """
19671992
Initiates a graphical user interface (GUI) session that’s used to access a
19681993
virtual computer’s operating system and application.

0 commit comments

Comments
 (0)