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>Returns metadata and content for multiple entities.</p>
35
+
* <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>
36
36
* @example
37
37
* Use a bare-bones client and the command you need to make an API call.
* <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>
1114
+
* <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>
* <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>
1234
+
* <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>
* <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>
* <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>
* <p>Object containing all the filter fields for SaaS products. Client can add a maximum of
1955
-
* 8 filters in a single <code>ListEntities</code> request.</p>
1975
+
* <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>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/marketplace-catalog.json
+36-7
Original file line number
Diff line number
Diff line change
@@ -805,7 +805,7 @@
805
805
}
806
806
},
807
807
"traits": {
808
-
"smithy.api#documentation": "<p>Object containing all the filter fields for AMI products. Client can add a maximum of 8\n filters in a single <code>ListEntities</code> request.</p>"
808
+
"smithy.api#documentation": "<p>Object containing all the filter fields for AMI products. Client can add only one wildcard filter and a maximum of 8\n filters in a single <code>ListEntities</code> request.</p>"
"smithy.api#documentation": "<p>Returns metadata and content for multiple entities.</p>",
1034
+
"smithy.api#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>",
1035
1035
"smithy.api#http": {
1036
1036
"method": "POST",
1037
1037
"uri": "/BatchDescribeEntities",
@@ -1503,7 +1503,7 @@
1503
1503
}
1504
1504
},
1505
1505
"traits": {
1506
-
"smithy.api#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>"
1506
+
"smithy.api#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>"
"smithy.api#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>"
1774
+
"smithy.api#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>"
"smithy.api#documentation": "<p>The optional name provided in the <code>StartChangeSet</code> request. If you do not\n provide a name, one is set by default.</p>"
"smithy.api#documentation": "<p>The optional intent provided in the <code>StartChangeSet</code> request. If you do not\n provide an intent, <code>APPLY</code> is set by default.</p>"
"smithy.api#documentation": "<p>A filter for offers entity.</p>"
3320
+
"smithy.api#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>"
"smithy.api#documentation": "<p>A filter for ResaleAuthorization entity.</p>"
4023
+
"smithy.api#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>"
"smithy.api#documentation": "<p>Object containing all the filter fields for SaaS products. Client can add a maximum of\n 8 filters in a single <code>ListEntities</code> request.</p>"
4826
+
"smithy.api#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>"
"smithy.api#documentation": "<p>The intent related to the request. The default is <code>APPLY</code>.\n To test your request before applying changes to your entities, use <code>VALIDATE</code>.\n This feature is currently available for adding versions to single-AMI products. For more information, see\n <a href=\"https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/ami-products.html#ami-add-version\">Add a new version</a>.</p>"
0 commit comments