You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.</p>
32
-
* <p>This is an asynchronous operation. Upon receiving a DeleteInstance request, Amazon Web Services Supply Chain immediately returns a response with the instance resource, delete state while cleaning up all Amazon Web Services resources created during
33
-
* the instance creation process. You can use the GetInstance action to check the instance status.</p>
32
+
* <p>This is an asynchronous operation. Upon receiving a DeleteInstance request, Amazon Web Services Supply Chain immediately returns a response with the instance resource, delete state while cleaning up all Amazon Web Services resources created during the instance creation process. You can use the GetInstance action to check the instance status.</p>
34
33
* @example
35
34
* Use a bare-bones client and the command you need to make an API call.
* <p>Send the transactional data payload for the event with real-time data for analysis or monitoring. The real-time data events are stored in an Amazon Web Services service before being processed and stored in data lake.
36
-
* New data events are synced with data lake at 5 PM GMT everyday. The updated transactional data is available in data lake after ingestion.</p>
35
+
* <p>Send the transactional data payload for the event with real-time data for analysis or monitoring. The real-time data events are stored in an Amazon Web Services service before being processed and stored in data lake. New data events are synced with data lake at 5 PM GMT everyday. The updated transactional data is available in data lake after ingestion.</p>
37
36
* @example
38
37
* Use a bare-bones client and the command you need to make an API call.
* <p>You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain. During the data ingestion process, you can add tags such as dev, test, or prod to data flows
32
-
* created during the data ingestion process in the AWS Supply Chain datasets. You can use these tags to identify a group of resources or a single resource used by the developer.</p>
31
+
* <p>You can create tags during or after creating a resource such as instance, data flow, or dataset in AWS Supply chain. During the data ingestion process, you can add tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets. You can use these tags to identify a group of resources or a single resource used by the developer.</p>
33
32
* @example
34
33
* Use a bare-bones client and the command you need to make an API call.
* <p>You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain. During the data ingestion process, you can delete tags such as dev, test, or prod to data flows
32
-
* created during the data ingestion process in the AWS Supply Chain datasets. </p>
31
+
* <p>You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain. During the data ingestion process, you can delete tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets. </p>
33
32
* @example
34
33
* Use a bare-bones client and the command you need to make an API call.
* <p>The DNS subdomain of the web app. This would be "example" in the URL "example.scn.global.on.aws". You can set this to a custom value, as long as the domain isn't already being used by someone else. The name may only include alphanumeric characters and hyphens.</p>
815
+
* @public
816
+
*/
817
+
webAppDnsDomain?: string|undefined;
818
+
813
819
/**
814
820
* <p>The Amazon Web Services tags of an instance to be created.</p>
* <p>The data payload of the event. For more information on the data schema to use, see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">Data entities supported in AWS Supply Chain
974
-
* </a>.</p>
979
+
* <p>The data payload of the event. For more information on the data schema to use, see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">Data entities supported in AWS Supply Chain</a>.</p>
* <p>The namespace of the dataset. The available values are:</p>
1231
+
* <p>The name space of the dataset. The available values are:</p>
1227
1232
* <ul>
1228
1233
* <li>
1229
-
* <p>asc: for <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">
1230
-
* AWS Supply Chain supported datasets
1231
-
* </a>.</p>
1234
+
* <p>
1235
+
* <b>asc</b> - For information on the Amazon Web Services Supply Chain supported datasets see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p>
1232
1236
* </li>
1233
1237
* <li>
1234
-
* <p>default: for datasets with custom user-defined schemas.</p>
1238
+
* <p>
1239
+
* <b>default</b> - For datasets with custom user-defined schemas.</p>
1235
1240
* </li>
1236
1241
* </ul>
1237
1242
* @public
1238
1243
*/
1239
1244
namespace: string|undefined;
1240
1245
1241
1246
/**
1242
-
* <p>The name of the dataset. If the namespace is <i>asc</i>, the name must be one of the supported <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">data entities
1243
-
* </a>.</p>
1247
+
* <p>The name of the dataset. For <b>asc</b> name space, the name must be one of the supported data entities under <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p>
* <p>The namespace of the dataset. The available values are:</p>
1335
+
* <p>The name space of the dataset. The available values are:</p>
1332
1336
* <ul>
1333
1337
* <li>
1334
-
* <p>asc: for <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">
1335
-
* AWS Supply Chain supported datasets
1336
-
* </a>.</p>
1338
+
* <p>
1339
+
* <b>asc</b> - For information on the Amazon Web Services Supply Chain supported datasets see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p>
1337
1340
* </li>
1338
1341
* <li>
1339
-
* <p>default: for datasets with custom user-defined schemas.</p>
1342
+
* <p>
1343
+
* <b>default</b> - For datasets with custom user-defined schemas.</p>
0 commit comments