Skip to content

Commit 083967a

Browse files
committed
Update services based on release-2025-01-06 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2025-01-06
1 parent 0221f4d commit 083967a

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-2025-01-03
1+
release-2025-01-06

lib/aws/generated/supply_chain.ex

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@ defmodule AWS.SupplyChain do
513513
optional("instanceDescription") => String.t(),
514514
optional("instanceName") => String.t(),
515515
optional("kmsKeyArn") => String.t(),
516-
optional("tags") => map()
516+
optional("tags") => map(),
517+
optional("webAppDnsDomain") => String.t()
517518
}
518519
519520
"""
@@ -1215,9 +1216,8 @@ defmodule AWS.SupplyChain do
12151216
This is an asynchronous operation. Upon receiving a DeleteInstance request,
12161217
Amazon Web Services Supply Chain immediately returns a response with the
12171218
instance resource, delete state while cleaning up all Amazon Web Services
1218-
resources created during
1219-
the instance creation process. You can use the GetInstance action to check the
1220-
instance status.
1219+
resources created during the instance creation process. You can use the
1220+
GetInstance action to check the instance status.
12211221
"""
12221222
@spec delete_instance(map(), String.t(), delete_instance_request(), list()) ::
12231223
{:ok, delete_instance_response(), any()}
@@ -1504,9 +1504,9 @@ defmodule AWS.SupplyChain do
15041504
analysis or monitoring.
15051505
15061506
The real-time data events are stored in an Amazon Web Services service before
1507-
being processed and stored in data lake.
1508-
New data events are synced with data lake at 5 PM GMT everyday. The updated
1509-
transactional data is available in data lake after ingestion.
1507+
being processed and stored in data lake. New data events are synced with data
1508+
lake at 5 PM GMT everyday. The updated transactional data is available in data
1509+
lake after ingestion.
15101510
"""
15111511
@spec send_data_integration_event(
15121512
map(),
@@ -1545,10 +1545,9 @@ defmodule AWS.SupplyChain do
15451545
flow, or dataset in AWS Supply chain.
15461546
15471547
During the data ingestion process, you can add tags such as dev, test, or prod
1548-
to data flows
1549-
created during the data ingestion process in the AWS Supply Chain datasets. You
1550-
can use these tags to identify a group of resources or a single resource used by
1551-
the developer.
1548+
to data flows created during the data ingestion process in the AWS Supply Chain
1549+
datasets. You can use these tags to identify a group of resources or a single
1550+
resource used by the developer.
15521551
"""
15531552
@spec tag_resource(map(), String.t(), tag_resource_request(), list()) ::
15541553
{:ok, tag_resource_response(), any()}
@@ -1580,8 +1579,8 @@ defmodule AWS.SupplyChain do
15801579
instance, data flow, or dataset in AWS Supply Chain.
15811580
15821581
During the data ingestion process, you can delete tags such as dev, test, or
1583-
prod to data flows
1584-
created during the data ingestion process in the AWS Supply Chain datasets.
1582+
prod to data flows created during the data ingestion process in the AWS Supply
1583+
Chain datasets.
15851584
"""
15861585
@spec untag_resource(map(), String.t(), untag_resource_request(), list()) ::
15871586
{:ok, untag_resource_response(), any()}

0 commit comments

Comments
 (0)