@aws-sdk/client-resource-explorer-2 3.782.0 → 3.795.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -183,7 +183,7 @@ export interface IncludedProperty {
183
183
  * <ul>
184
184
  * <li>
185
185
  * <p>
186
- * <code>Tags</code>
186
+ * <code>tags</code>
187
187
  * </p>
188
188
  * </li>
189
189
  * </ul>
@@ -1119,8 +1119,20 @@ export interface ListManagedViewsOutput {
1119
1119
  */
1120
1120
  export interface ListResourcesInput {
1121
1121
  /**
1122
- * <p>A search filter defines which resources can be part of a search query result
1123
- * set.</p>
1122
+ * <p>An array of strings that specify which resources are included in the results of
1123
+ * queries made using this view. When you use this view in a <a>Search</a>
1124
+ * operation, the filter string is combined with the search's <code>QueryString</code>
1125
+ * parameter using a logical <code>AND</code> operator.</p>
1126
+ * <p>For information about the supported syntax, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html">Search query reference for
1127
+ * Resource Explorer</a> in the <i>Amazon Web Services Resource Explorer User Guide</i>.</p>
1128
+ * <important>
1129
+ * <p>This query string in the context of this operation supports only <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html#query-syntax-filters">filter
1130
+ * prefixes</a> with optional <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html#query-syntax-operators">operators</a>. It doesn't support free-form text. For example, the
1131
+ * string <code>region:us* service:ec2 -tag:stage=prod</code> includes all Amazon EC2
1132
+ * resources in any Amazon Web Services Region that begins with the letters <code>us</code> and is
1133
+ * <i>not</i> tagged with a key <code>Stage</code> that has the value
1134
+ * <code>prod</code>.</p>
1135
+ * </important>
1124
1136
  * @public
1125
1137
  */
1126
1138
  Filters?: SearchFilter | undefined;
@@ -1154,6 +1166,10 @@ export interface ListResourcesInput {
1154
1166
  * indicates that more output is available. Set this parameter to the value of the previous
1155
1167
  * call's <code>NextToken</code> response to indicate where the output should continue
1156
1168
  * from. The pagination tokens expire after 24 hours.</p>
1169
+ * <note>
1170
+ * <p>The <code>ListResources</code> operation
1171
+ * does not generate a <code>NextToken</code> if you set <code>MaxResults</code> to 1000. </p>
1172
+ * </note>
1157
1173
  * @public
1158
1174
  */
1159
1175
  NextToken?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-explorer-2",
3
3
  "description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
4
- "version": "3.782.0",
4
+ "version": "3.795.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-resource-explorer-2",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.782.0",
24
+ "@aws-sdk/credential-provider-node": "3.787.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.782.0",
28
+ "@aws-sdk/middleware-user-agent": "3.787.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.782.0",
31
+ "@aws-sdk/util-endpoints": "3.787.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.782.0",
33
+ "@aws-sdk/util-user-agent-node": "3.787.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",