|
792 | 792 | "schema": {
|
793 | 793 | "target": "com.amazonaws.supplychain#DataLakeDatasetSchema",
|
794 | 794 | "traits": {
|
795 |
| - "smithy.api#documentation": "<p>The custom schema of the data lake dataset and is only required when the name space is <i>default</i>.</p>" |
| 795 | + "smithy.api#documentation": "<p>The custom schema of the data lake dataset and is only required when the name space is <b>default</b>.</p>" |
796 | 796 | }
|
797 | 797 | },
|
798 | 798 | "description": {
|
|
931 | 931 | "smithy.api#documentation": "<p>The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon Web Services owned KMS key. If you don't provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key.</p>"
|
932 | 932 | }
|
933 | 933 | },
|
| 934 | + "webAppDnsDomain": { |
| 935 | + "target": "com.amazonaws.supplychain#InstanceWebAppDnsDomain", |
| 936 | + "traits": { |
| 937 | + "smithy.api#documentation": "<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>" |
| 938 | + } |
| 939 | + }, |
934 | 940 | "tags": {
|
935 | 941 | "target": "com.amazonaws.supplychain#TagMap",
|
936 | 942 | "traits": {
|
|
1356 | 1362 | "traits": {
|
1357 | 1363 | "aws.api#arn": {
|
1358 | 1364 | "template": "instance/{instanceId}/data-integration-flows/{name}"
|
| 1365 | + }, |
| 1366 | + "aws.cloudformation#cfnResource": { |
| 1367 | + "name": "DataIntegrationFlow" |
1359 | 1368 | }
|
1360 | 1369 | }
|
1361 | 1370 | },
|
|
1793 | 1802 | "aws.api#arn": {
|
1794 | 1803 | "template": "instance/{instanceId}/namespaces/{namespace}/datasets/{name}"
|
1795 | 1804 | },
|
| 1805 | + "aws.cloudformation#cfnResource": { |
| 1806 | + "name": "DataLakeDataset" |
| 1807 | + }, |
1796 | 1808 | "smithy.api#noReplace": {}
|
1797 | 1809 | }
|
1798 | 1810 | },
|
|
2088 | 2100 | "namespace": {
|
2089 | 2101 | "target": "com.amazonaws.supplychain#DataLakeDatasetNamespace",
|
2090 | 2102 | "traits": {
|
2091 |
| - "smithy.api#documentation": "<p>The namespace of the dataset. The available values are:</p>\n <ul>\n <li>\n <p>asc: for <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\">\n AWS Supply Chain supported datasets\n </a>.</p>\n </li>\n <li>\n <p>default: for datasets with custom user-defined schemas.</p>\n </li>\n </ul>", |
| 2103 | + "smithy.api#documentation": "<p>The name space of the dataset. The available values are:</p>\n <ul>\n <li>\n <p>\n <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>\n </li>\n <li>\n <p>\n <b>default</b> - For datasets with custom user-defined schemas.</p>\n </li>\n </ul>", |
2092 | 2104 | "smithy.api#httpLabel": {},
|
2093 | 2105 | "smithy.api#required": {}
|
2094 | 2106 | }
|
2095 | 2107 | },
|
2096 | 2108 | "name": {
|
2097 | 2109 | "target": "com.amazonaws.supplychain#DataLakeDatasetName",
|
2098 | 2110 | "traits": {
|
2099 |
| - "smithy.api#documentation": "<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\n </a>.</p>", |
| 2111 | + "smithy.api#documentation": "<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>", |
2100 | 2112 | "smithy.api#httpLabel": {},
|
2101 | 2113 | "smithy.api#required": {}
|
2102 | 2114 | }
|
|
2120 | 2132 | "namespace": {
|
2121 | 2133 | "target": "com.amazonaws.supplychain#DataLakeDatasetNamespace",
|
2122 | 2134 | "traits": {
|
2123 |
| - "smithy.api#documentation": "<p>The namespace of deleted dataset.</p>", |
| 2135 | + "smithy.api#documentation": "<p>The name space of deleted dataset.</p>", |
2124 | 2136 | "smithy.api#required": {}
|
2125 | 2137 | }
|
2126 | 2138 | },
|
|
2163 | 2175 | }
|
2164 | 2176 | ],
|
2165 | 2177 | "traits": {
|
2166 |
| - "smithy.api#documentation": "<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>\n <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 \n the instance creation process. You can use the GetInstance action to check the instance status.</p>", |
| 2178 | + "smithy.api#documentation": "<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>\n <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>", |
2167 | 2179 | "smithy.api#examples": [
|
2168 | 2180 | {
|
2169 | 2181 | "title": "Successful DeleteInstance request",
|
|
3804 | 3816 | "traits": {
|
3805 | 3817 | "aws.api#arn": {
|
3806 | 3818 | "template": "instance/{instanceId}"
|
| 3819 | + }, |
| 3820 | + "aws.cloudformation#cfnResource": { |
| 3821 | + "name": "Instance" |
3807 | 3822 | }
|
3808 | 3823 | }
|
3809 | 3824 | },
|
|
3863 | 3878 | "com.amazonaws.supplychain#InstanceWebAppDnsDomain": {
|
3864 | 3879 | "type": "string",
|
3865 | 3880 | "traits": {
|
3866 |
| - "smithy.api#pattern": "^[A-Za-z0-9]+(.[A-Za-z0-9]+)+$" |
| 3881 | + "smithy.api#pattern": "^(?![-])[a-zA-Z0-9-]{1,62}[a-zA-Z0-9]$" |
3867 | 3882 | }
|
3868 | 3883 | },
|
3869 | 3884 | "com.amazonaws.supplychain#InternalServerException": {
|
|
4359 | 4374 | "namespace": {
|
4360 | 4375 | "target": "com.amazonaws.supplychain#DataLakeDatasetNamespace",
|
4361 | 4376 | "traits": {
|
4362 |
| - "smithy.api#documentation": "<p>The namespace of the dataset. The available values are:</p>\n <ul>\n <li>\n <p>asc: for <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\">\n AWS Supply Chain supported datasets\n </a>.</p>\n </li>\n <li>\n <p>default: for datasets with custom user-defined schemas.</p>\n </li>\n </ul>", |
| 4377 | + "smithy.api#documentation": "<p>The name space of the dataset. The available values are:</p>\n <ul>\n <li>\n <p>\n <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>\n </li>\n <li>\n <p>\n <b>default</b> - For datasets with custom user-defined schemas.</p>\n </li>\n </ul>", |
4363 | 4378 | "smithy.api#httpLabel": {},
|
4364 | 4379 | "smithy.api#required": {}
|
4365 | 4380 | }
|
|
4736 | 4751 | }
|
4737 | 4752 | ],
|
4738 | 4753 | "traits": {
|
4739 |
| - "smithy.api#documentation": "<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. \n 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>", |
| 4754 | + "smithy.api#documentation": "<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>", |
4740 | 4755 | "smithy.api#examples": [
|
4741 | 4756 | {
|
4742 | 4757 | "title": "Successful SendDataIntegrationEvent for inboundorder event type",
|
|
4963 | 4978 | "data": {
|
4964 | 4979 | "target": "com.amazonaws.supplychain#DataIntegrationEventData",
|
4965 | 4980 | "traits": {
|
4966 |
| - "smithy.api#documentation": "<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\n </a>.</p>", |
| 4981 | + "smithy.api#documentation": "<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>", |
4967 | 4982 | "smithy.api#required": {}
|
4968 | 4983 | }
|
4969 | 4984 | },
|
|
5085 | 5100 | }
|
5086 | 5101 | ],
|
5087 | 5102 | "traits": {
|
5088 |
| - "smithy.api#documentation": "<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 \n 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>", |
| 5103 | + "smithy.api#documentation": "<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>", |
5089 | 5104 | "smithy.api#examples": [
|
5090 | 5105 | {
|
5091 | 5106 | "title": "Successful TagResource",
|
|
5198 | 5213 | }
|
5199 | 5214 | ],
|
5200 | 5215 | "traits": {
|
5201 |
| - "smithy.api#documentation": "<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 \n created during the data ingestion process in the AWS Supply Chain datasets. </p>", |
| 5216 | + "smithy.api#documentation": "<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>", |
5202 | 5217 | "smithy.api#examples": [
|
5203 | 5218 | {
|
5204 | 5219 | "title": "Successful UntagResource",
|
|
0 commit comments