|
39 | 39 | "shape": "ValidationException"
|
40 | 40 | }
|
41 | 41 | ],
|
42 |
| - "documentation": "<p>Returns metadata and content for multiple entities.</p>" |
| 42 | + "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>" |
43 | 43 | },
|
44 | 44 | "CancelChangeSet": {
|
45 | 45 | "name": "CancelChangeSet",
|
|
474 | 474 | "documentation": "<p>The visibility of the AMI product.</p>"
|
475 | 475 | }
|
476 | 476 | },
|
477 |
| - "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>" |
| 477 | + "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>" |
478 | 478 | },
|
479 | 479 | "AmiProductLastModifiedDateFilter": {
|
480 | 480 | "type": "structure",
|
|
875 | 875 | "documentation": "<p>The visibility of the container product.</p>"
|
876 | 876 | }
|
877 | 877 | },
|
878 |
| - "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>" |
| 878 | + "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>" |
879 | 879 | },
|
880 | 880 | "ContainerProductLastModifiedDateFilter": {
|
881 | 881 | "type": "structure",
|
|
1037 | 1037 | "documentation": "<p>The last date on which the data product was modified.</p>"
|
1038 | 1038 | }
|
1039 | 1039 | },
|
1040 |
| - "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>" |
| 1040 | + "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>" |
1041 | 1041 | },
|
1042 | 1042 | "DataProductLastModifiedDateFilter": {
|
1043 | 1043 | "type": "structure",
|
|
1216 | 1216 | "shape": "ChangeSetName",
|
1217 | 1217 | "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>"
|
1218 | 1218 | },
|
| 1219 | + "Intent": { |
| 1220 | + "shape": "Intent", |
| 1221 | + "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>" |
| 1222 | + }, |
1219 | 1223 | "StartTime": {
|
1220 | 1224 | "shape": "DateTimeISO8601",
|
1221 | 1225 | "documentation": "<p>The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started. </p>"
|
|
1621 | 1625 | "min": 1,
|
1622 | 1626 | "pattern": "^[\\w\\-@]+$"
|
1623 | 1627 | },
|
| 1628 | + "Intent": { |
| 1629 | + "type": "string", |
| 1630 | + "enum": [ |
| 1631 | + "VALIDATE", |
| 1632 | + "APPLY" |
| 1633 | + ] |
| 1634 | + }, |
1624 | 1635 | "Json": {
|
1625 | 1636 | "type": "string",
|
1626 | 1637 | "max": 16384,
|
|
1892 | 1903 | "documentation": "<p>Allows filtering on the <code>LastModifiedDate</code> of an offer.</p>"
|
1893 | 1904 | }
|
1894 | 1905 | },
|
1895 |
| - "documentation": "<p>A filter for offers entity.</p>" |
| 1906 | + "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>" |
1896 | 1907 | },
|
1897 | 1908 | "OfferLastModifiedDateFilter": {
|
1898 | 1909 | "type": "structure",
|
|
2304 | 2315 | "documentation": "<p>Allows filtering on the <code>LastModifiedDate</code> of a ResaleAuthorization.</p>"
|
2305 | 2316 | }
|
2306 | 2317 | },
|
2307 |
| - "documentation": "<p>A filter for ResaleAuthorization entity.</p>" |
| 2318 | + "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>" |
2308 | 2319 | },
|
2309 | 2320 | "ResaleAuthorizationLastModifiedDateFilter": {
|
2310 | 2321 | "type": "structure",
|
|
2768 | 2779 | "documentation": "<p>The last date on which the SaaS product was modified.</p>"
|
2769 | 2780 | }
|
2770 | 2781 | },
|
2771 |
| - "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>" |
| 2782 | + "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>" |
2772 | 2783 | },
|
2773 | 2784 | "SaaSProductLastModifiedDateFilter": {
|
2774 | 2785 | "type": "structure",
|
|
2940 | 2951 | "ChangeSetTags": {
|
2941 | 2952 | "shape": "TagList",
|
2942 | 2953 | "documentation": "<p>A list of objects specifying each key name and value for the <code>ChangeSetTags</code> property.</p>"
|
| 2954 | + }, |
| 2955 | + "Intent": { |
| 2956 | + "shape": "Intent", |
| 2957 | + "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>" |
2943 | 2958 | }
|
2944 | 2959 | }
|
2945 | 2960 | },
|
|
0 commit comments