|
27 | 27 | {"shape":"ThrottlingException"},
|
28 | 28 | {"shape":"ValidationException"}
|
29 | 29 | ],
|
30 |
| - "documentation":"<p>Returns metadata and content for multiple entities.</p>" |
| 30 | + "documentation":"<p>Returns metadata and content for multiple entities. This is the Batch version of the <code>DescribeEntity</code> API and uses the same IAM permission action as <code>DescribeEntity</code> API.</p>" |
31 | 31 | },
|
32 | 32 | "CancelChangeSet":{
|
33 | 33 | "name":"CancelChangeSet",
|
|
296 | 296 | "documentation":"<p>The visibility of the AMI product.</p>"
|
297 | 297 | }
|
298 | 298 | },
|
299 |
| - "documentation":"<p>Object containing all the filter fields for AMI products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
| 299 | + "documentation":"<p>Object containing all the filter fields for AMI products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
300 | 300 | },
|
301 | 301 | "AmiProductLastModifiedDateFilter":{
|
302 | 302 | "type":"structure",
|
|
685 | 685 | "documentation":"<p>The visibility of the container product.</p>"
|
686 | 686 | }
|
687 | 687 | },
|
688 |
| - "documentation":"<p>Object containing all the filter fields for container products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
| 688 | + "documentation":"<p>Object containing all the filter fields for container products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
689 | 689 | },
|
690 | 690 | "ContainerProductLastModifiedDateFilter":{
|
691 | 691 | "type":"structure",
|
|
841 | 841 | "documentation":"<p>The last date on which the data product was modified.</p>"
|
842 | 842 | }
|
843 | 843 | },
|
844 |
| - "documentation":"<p>Object containing all the filter fields for data products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
| 844 | + "documentation":"<p>Object containing all the filter fields for data products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
845 | 845 | },
|
846 | 846 | "DataProductLastModifiedDateFilter":{
|
847 | 847 | "type":"structure",
|
|
1015 | 1015 | "shape":"ChangeSetName",
|
1016 | 1016 | "documentation":"<p>The optional name provided in the <code>StartChangeSet</code> request. If you do not provide a name, one is set by default.</p>"
|
1017 | 1017 | },
|
| 1018 | + "Intent":{ |
| 1019 | + "shape":"Intent", |
| 1020 | + "documentation":"<p>The optional intent provided in the <code>StartChangeSet</code> request. If you do not provide an intent, <code>APPLY</code> is set by default.</p>" |
| 1021 | + }, |
1018 | 1022 | "StartTime":{
|
1019 | 1023 | "shape":"DateTimeISO8601",
|
1020 | 1024 | "documentation":"<p>The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started. </p>"
|
|
1400 | 1404 | "min":1,
|
1401 | 1405 | "pattern":"^[\\w\\-@]+$"
|
1402 | 1406 | },
|
| 1407 | + "Intent":{ |
| 1408 | + "type":"string", |
| 1409 | + "enum":[ |
| 1410 | + "VALIDATE", |
| 1411 | + "APPLY" |
| 1412 | + ] |
| 1413 | + }, |
1403 | 1414 | "InternalServiceException":{
|
1404 | 1415 | "type":"structure",
|
1405 | 1416 | "members":{
|
|
1674 | 1685 | "documentation":"<p>Allows filtering on the <code>LastModifiedDate</code> of an offer.</p>"
|
1675 | 1686 | }
|
1676 | 1687 | },
|
1677 |
| - "documentation":"<p>A filter for offers entity.</p>" |
| 1688 | + "documentation":"<p>Object containing all the filter fields for offers entity. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
1678 | 1689 | },
|
1679 | 1690 | "OfferLastModifiedDateFilter":{
|
1680 | 1691 | "type":"structure",
|
|
2069 | 2080 | "documentation":"<p>Allows filtering on the <code>LastModifiedDate</code> of a ResaleAuthorization.</p>"
|
2070 | 2081 | }
|
2071 | 2082 | },
|
2072 |
| - "documentation":"<p>A filter for ResaleAuthorization entity.</p>" |
| 2083 | + "documentation":"<p>Object containing all the filter fields for resale authorization entity. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
2073 | 2084 | },
|
2074 | 2085 | "ResaleAuthorizationLastModifiedDateFilter":{
|
2075 | 2086 | "type":"structure",
|
|
2541 | 2552 | "documentation":"<p>The last date on which the SaaS product was modified.</p>"
|
2542 | 2553 | }
|
2543 | 2554 | },
|
2544 |
| - "documentation":"<p>Object containing all the filter fields for SaaS products. Client can add a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
| 2555 | + "documentation":"<p>Object containing all the filter fields for SaaS products. Client can add only one wildcard filter and a maximum of 8 filters in a single <code>ListEntities</code> request.</p>" |
2545 | 2556 | },
|
2546 | 2557 | "SaaSProductLastModifiedDateFilter":{
|
2547 | 2558 | "type":"structure",
|
|
2719 | 2730 | "ChangeSetTags":{
|
2720 | 2731 | "shape":"TagList",
|
2721 | 2732 | "documentation":"<p>A list of objects specifying each key name and value for the <code>ChangeSetTags</code> property.</p>"
|
| 2733 | + }, |
| 2734 | + "Intent":{ |
| 2735 | + "shape":"Intent", |
| 2736 | + "documentation":"<p>The intent related to the request. The default is <code>APPLY</code>. To test your request before applying changes to your entities, use <code>VALIDATE</code>. This feature is currently available for adding versions to single-AMI products. For more information, see <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#ami-add-version\">Add a new version</a>.</p>" |
2722 | 2737 | }
|
2723 | 2738 | }
|
2724 | 2739 | },
|
|
0 commit comments