@@ -513,7 +513,8 @@ defmodule AWS.SupplyChain do
513
513
optional("instanceDescription") => String.t(),
514
514
optional("instanceName") => String.t(),
515
515
optional("kmsKeyArn") => String.t(),
516
- optional("tags") => map()
516
+ optional("tags") => map(),
517
+ optional("webAppDnsDomain") => String.t()
517
518
}
518
519
519
520
"""
@@ -1215,9 +1216,8 @@ defmodule AWS.SupplyChain do
1215
1216
This is an asynchronous operation. Upon receiving a DeleteInstance request,
1216
1217
Amazon Web Services Supply Chain immediately returns a response with the
1217
1218
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.
1221
1221
"""
1222
1222
@ spec delete_instance ( map ( ) , String . t ( ) , delete_instance_request ( ) , list ( ) ) ::
1223
1223
{ :ok , delete_instance_response ( ) , any ( ) }
@@ -1504,9 +1504,9 @@ defmodule AWS.SupplyChain do
1504
1504
analysis or monitoring.
1505
1505
1506
1506
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.
1510
1510
"""
1511
1511
@ spec send_data_integration_event (
1512
1512
map ( ) ,
@@ -1545,10 +1545,9 @@ defmodule AWS.SupplyChain do
1545
1545
flow, or dataset in AWS Supply chain.
1546
1546
1547
1547
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.
1552
1551
"""
1553
1552
@ spec tag_resource ( map ( ) , String . t ( ) , tag_resource_request ( ) , list ( ) ) ::
1554
1553
{ :ok , tag_resource_response ( ) , any ( ) }
@@ -1580,8 +1579,8 @@ defmodule AWS.SupplyChain do
1580
1579
instance, data flow, or dataset in AWS Supply Chain.
1581
1580
1582
1581
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.
1585
1584
"""
1586
1585
@ spec untag_resource ( map ( ) , String . t ( ) , untag_resource_request ( ) , list ( ) ) ::
1587
1586
{ :ok , untag_resource_response ( ) , any ( ) }
0 commit comments