|
52 | 52 | {"shape":"InternalServerException"},
|
53 | 53 | {"shape":"ConflictException"}
|
54 | 54 | ],
|
55 |
| - "documentation":"<p>Create DataIntegrationFlow to map one or more different sources to one target using the SQL transformation query.</p>", |
| 55 | + "documentation":"<p>Enables you to programmatically create a data pipeline to ingest data from source systems such as Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.</p>", |
56 | 56 | "idempotent":true
|
57 | 57 | },
|
58 | 58 | "CreateDataLakeDataset":{
|
|
73 | 73 | {"shape":"InternalServerException"},
|
74 | 74 | {"shape":"ConflictException"}
|
75 | 75 | ],
|
76 |
| - "documentation":"<p>Create a data lake dataset.</p>", |
| 76 | + "documentation":"<p>Enables you to programmatically create an Amazon Web Services Supply Chain data lake dataset. Developers can create the datasets using their pre-defined or custom schema for a given instance ID, namespace, and dataset name.</p>", |
77 | 77 | "idempotent":true
|
78 | 78 | },
|
79 | 79 | "CreateInstance":{
|
|
94 | 94 | {"shape":"InternalServerException"},
|
95 | 95 | {"shape":"ConflictException"}
|
96 | 96 | ],
|
97 |
| - "documentation":"<p>Create a new instance for AWS Supply Chain. This is an asynchronous operation. Upon receiving a CreateInstance request, AWS Supply Chain immediately returns the instance resource, with instance ID, and the initializing state while simultaneously creating all required Amazon Web Services resources for an instance creation. You can use GetInstance to check the status of the instance.</p>", |
| 97 | + "documentation":"<p>Enables you to programmatically create an Amazon Web Services Supply Chain instance by applying KMS keys and relevant information associated with the API without using the Amazon Web Services console.</p> <p>This is an asynchronous operation. Upon receiving a CreateInstance request, Amazon Web Services Supply Chain immediately returns the instance resource, instance ID, and the initializing state while simultaneously creating all required Amazon Web Services resources for an instance creation. You can use GetInstance to check the status of the instance. If the instance results in an unhealthy state, you need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.</p>", |
98 | 98 | "idempotent":true
|
99 | 99 | },
|
100 | 100 | "DeleteDataIntegrationFlow":{
|
|
115 | 115 | {"shape":"InternalServerException"},
|
116 | 116 | {"shape":"ConflictException"}
|
117 | 117 | ],
|
118 |
| - "documentation":"<p>Delete the DataIntegrationFlow.</p>", |
| 118 | + "documentation":"<p>Enable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.</p>", |
119 | 119 | "idempotent":true
|
120 | 120 | },
|
121 | 121 | "DeleteDataLakeDataset":{
|
|
136 | 136 | {"shape":"InternalServerException"},
|
137 | 137 | {"shape":"ConflictException"}
|
138 | 138 | ],
|
139 |
| - "documentation":"<p>Delete a data lake dataset.</p>", |
| 139 | + "documentation":"<p>Enables you to programmatically delete an Amazon Web Services Supply Chain data lake dataset. Developers can delete the existing datasets for a given instance ID, namespace, and instance name.</p>", |
140 | 140 | "idempotent":true
|
141 | 141 | },
|
142 | 142 | "DeleteInstance":{
|
|
157 | 157 | {"shape":"InternalServerException"},
|
158 | 158 | {"shape":"ConflictException"}
|
159 | 159 | ],
|
160 |
| - "documentation":"<p>Delete the instance. This is an asynchronous operation. Upon receiving a DeleteInstance request, AWS 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>", |
| 160 | + "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> <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>", |
161 | 161 | "idempotent":true
|
162 | 162 | },
|
163 | 163 | "GetBillOfMaterialsImportJob":{
|
|
198 | 198 | {"shape":"InternalServerException"},
|
199 | 199 | {"shape":"ConflictException"}
|
200 | 200 | ],
|
201 |
| - "documentation":"<p>View the DataIntegrationFlow details.</p>" |
| 201 | + "documentation":"<p>Enables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.</p>" |
202 | 202 | },
|
203 | 203 | "GetDataLakeDataset":{
|
204 | 204 | "name":"GetDataLakeDataset",
|
|
218 | 218 | {"shape":"InternalServerException"},
|
219 | 219 | {"shape":"ConflictException"}
|
220 | 220 | ],
|
221 |
| - "documentation":"<p>Get a data lake dataset.</p>" |
| 221 | + "documentation":"<p>Enables you to programmatically view an Amazon Web Services Supply Chain data lake dataset. Developers can view the data lake dataset information such as namespace, schema, and so on for a given instance ID, namespace, and dataset name.</p>" |
222 | 222 | },
|
223 | 223 | "GetInstance":{
|
224 | 224 | "name":"GetInstance",
|
|
238 | 238 | {"shape":"InternalServerException"},
|
239 | 239 | {"shape":"ConflictException"}
|
240 | 240 | ],
|
241 |
| - "documentation":"<p>Get the AWS Supply Chain instance details.</p>" |
| 241 | + "documentation":"<p>Enables you to programmatically retrieve the information related to an Amazon Web Services Supply Chain instance ID.</p>" |
242 | 242 | },
|
243 | 243 | "ListDataIntegrationFlows":{
|
244 | 244 | "name":"ListDataIntegrationFlows",
|
|
258 | 258 | {"shape":"InternalServerException"},
|
259 | 259 | {"shape":"ConflictException"}
|
260 | 260 | ],
|
261 |
| - "documentation":"<p>Lists all the DataIntegrationFlows in a paginated way.</p>" |
| 261 | + "documentation":"<p>Enables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance.</p>" |
262 | 262 | },
|
263 | 263 | "ListDataLakeDatasets":{
|
264 | 264 | "name":"ListDataLakeDatasets",
|
|
278 | 278 | {"shape":"InternalServerException"},
|
279 | 279 | {"shape":"ConflictException"}
|
280 | 280 | ],
|
281 |
| - "documentation":"<p>List the data lake datasets for a specific instance and name space.</p>" |
| 281 | + "documentation":"<p>Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets. Developers can view the datasets and the corresponding information such as namespace, schema, and so on for a given instance ID and namespace.</p>" |
282 | 282 | },
|
283 | 283 | "ListInstances":{
|
284 | 284 | "name":"ListInstances",
|
|
298 | 298 | {"shape":"InternalServerException"},
|
299 | 299 | {"shape":"ConflictException"}
|
300 | 300 | ],
|
301 |
| - "documentation":"<p>List all the AWS Supply Chain instances in a paginated way.</p>" |
| 301 | + "documentation":"<p>List all Amazon Web Services Supply Chain instances for a specific account. Enables you to programmatically list all Amazon Web Services Supply Chain instances based on their account ID, instance name, and state of the instance (active or delete).</p>" |
302 | 302 | },
|
303 | 303 | "ListTagsForResource":{
|
304 | 304 | "name":"ListTagsForResource",
|
|
318 | 318 | {"shape":"InternalServerException"},
|
319 | 319 | {"shape":"ConflictException"}
|
320 | 320 | ],
|
321 |
| - "documentation":"<p>List all the tags for an Amazon Web ServicesSupply Chain resource.</p>" |
| 321 | + "documentation":"<p>List all the tags for an Amazon Web ServicesSupply Chain resource. You can list all the tags added to a resource. By listing the tags, developers can view the tag level information on a resource and perform actions such as, deleting a resource associated with a particular tag.</p>" |
322 | 322 | },
|
323 | 323 | "SendDataIntegrationEvent":{
|
324 | 324 | "name":"SendDataIntegrationEvent",
|
|
359 | 359 | {"shape":"InternalServerException"},
|
360 | 360 | {"shape":"ConflictException"}
|
361 | 361 | ],
|
362 |
| - "documentation":"<p>Create tags for an Amazon Web Services Supply chain resource.</p>" |
| 362 | + "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>" |
363 | 363 | },
|
364 | 364 | "UntagResource":{
|
365 | 365 | "name":"UntagResource",
|
|
379 | 379 | {"shape":"InternalServerException"},
|
380 | 380 | {"shape":"ConflictException"}
|
381 | 381 | ],
|
382 |
| - "documentation":"<p>Delete tags for an Amazon Web Services Supply chain resource.</p>", |
| 382 | + "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>", |
383 | 383 | "idempotent":true
|
384 | 384 | },
|
385 | 385 | "UpdateDataIntegrationFlow":{
|
|
400 | 400 | {"shape":"InternalServerException"},
|
401 | 401 | {"shape":"ConflictException"}
|
402 | 402 | ],
|
403 |
| - "documentation":"<p>Update the DataIntegrationFlow.</p>" |
| 403 | + "documentation":"<p>Enables you to programmatically update an existing data pipeline to ingest data from the source systems such as, Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.</p>" |
404 | 404 | },
|
405 | 405 | "UpdateDataLakeDataset":{
|
406 | 406 | "name":"UpdateDataLakeDataset",
|
|
420 | 420 | {"shape":"InternalServerException"},
|
421 | 421 | {"shape":"ConflictException"}
|
422 | 422 | ],
|
423 |
| - "documentation":"<p>Update a data lake dataset.</p>" |
| 423 | + "documentation":"<p>Enables you to programmatically update an Amazon Web Services Supply Chain data lake dataset. Developers can update the description of a data lake dataset for a given instance ID, namespace, and dataset name.</p>" |
424 | 424 | },
|
425 | 425 | "UpdateInstance":{
|
426 | 426 | "name":"UpdateInstance",
|
|
440 | 440 | {"shape":"InternalServerException"},
|
441 | 441 | {"shape":"ConflictException"}
|
442 | 442 | ],
|
443 |
| - "documentation":"<p>Update the instance.</p>" |
| 443 | + "documentation":"<p>Enables you to programmatically update an Amazon Web Services Supply Chain instance description by providing all the relevant information such as account ID, instance ID and so on without using the AWS console.</p>" |
444 | 444 | }
|
445 | 445 | },
|
446 | 446 | "shapes":{
|
|
1469 | 1469 | "shape":"InstanceState",
|
1470 | 1470 | "documentation":"<p>The state of the instance.</p>"
|
1471 | 1471 | },
|
| 1472 | + "errorMessage":{ |
| 1473 | + "shape":"String", |
| 1474 | + "documentation":"<p>The Amazon Web Services Supply Chain instance error message. If the instance results in an unhealthy state, customers need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.</p>" |
| 1475 | + }, |
1472 | 1476 | "webAppDnsDomain":{
|
1473 | 1477 | "shape":"InstanceWebAppDnsDomain",
|
1474 | 1478 | "documentation":"<p>The WebApp DNS domain name of the instance.</p>"
|
|
0 commit comments