aws-sdk-resourceexplorer2 1.33.0 → 1.34.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resourceexplorer2/client.rb +27 -3
- data/lib/aws-sdk-resourceexplorer2/types.rb +27 -3
- data/lib/aws-sdk-resourceexplorer2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c9e19414bff62000f5ebf68c34b055893b79a33755dcfffe53e4dfe15aa7df2
|
4
|
+
data.tar.gz: ac03f84f5b3c79b1d81e46cce9e682e002f0be1e04026297b4ef775d745dfeba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ca544da807dc71a92b837eb66c904b67018be1b5e7f92fae346bc7a1b12a1877045eabf5bd768fe0e316678c792d5069d1f3bd37e70f460c12ffa54831b2f9f
|
7
|
+
data.tar.gz: 4523393b33b225582f5487a41ad9d5ed46bd734bb647c5fef32221e0ad045b43341004bb6f6d1cfcb37f7d1bb8849f2a062f6ce1423b250f4a3e25996bc06c9c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.34.0
|
@@ -1266,8 +1266,27 @@ module Aws::ResourceExplorer2
|
|
1266
1266
|
# Web Services Region in which you call this operation.
|
1267
1267
|
#
|
1268
1268
|
# @option params [Types::SearchFilter] :filters
|
1269
|
-
#
|
1270
|
-
#
|
1269
|
+
# An array of strings that specify which resources are included in the
|
1270
|
+
# results of queries made using this view. When you use this view in a
|
1271
|
+
# Search operation, the filter string is combined with the search's
|
1272
|
+
# `QueryString` parameter using a logical `AND` operator.
|
1273
|
+
#
|
1274
|
+
# For information about the supported syntax, see [Search query
|
1275
|
+
# reference for Resource Explorer][1] in the *Amazon Web Services
|
1276
|
+
# Resource Explorer User Guide*.
|
1277
|
+
#
|
1278
|
+
# This query string in the context of this operation supports only
|
1279
|
+
# [filter prefixes][2] with optional [operators][3]. It doesn't support
|
1280
|
+
# free-form text. For example, the string `region:us* service:ec2
|
1281
|
+
# -tag:stage=prod` includes all Amazon EC2 resources in any Amazon Web
|
1282
|
+
# Services Region that begins with the letters `us` and is *not* tagged
|
1283
|
+
# with a key `Stage` that has the value `prod`.
|
1284
|
+
#
|
1285
|
+
#
|
1286
|
+
#
|
1287
|
+
# [1]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html
|
1288
|
+
# [2]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html#query-syntax-filters
|
1289
|
+
# [3]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html#query-syntax-operators
|
1271
1290
|
#
|
1272
1291
|
# @option params [Integer] :max_results
|
1273
1292
|
# The maximum number of results that you want included on each page of
|
@@ -1292,6 +1311,11 @@ module Aws::ResourceExplorer2
|
|
1292
1311
|
# the output should continue from. The pagination tokens expire after 24
|
1293
1312
|
# hours.
|
1294
1313
|
#
|
1314
|
+
# <note markdown="1"> The `ListResources` operation does not generate a `NextToken` if you
|
1315
|
+
# set `MaxResults` to 1000.
|
1316
|
+
#
|
1317
|
+
# </note>
|
1318
|
+
#
|
1295
1319
|
# @option params [String] :view_arn
|
1296
1320
|
# Specifies the Amazon resource name (ARN) of the view to use for the
|
1297
1321
|
# query. If you don't specify a value for this parameter, then the
|
@@ -1889,7 +1913,7 @@ module Aws::ResourceExplorer2
|
|
1889
1913
|
tracer: tracer
|
1890
1914
|
)
|
1891
1915
|
context[:gem_name] = 'aws-sdk-resourceexplorer2'
|
1892
|
-
context[:gem_version] = '1.
|
1916
|
+
context[:gem_version] = '1.34.0'
|
1893
1917
|
Seahorse::Client::Request.new(handlers, context)
|
1894
1918
|
end
|
1895
1919
|
|
@@ -547,7 +547,7 @@ module Aws::ResourceExplorer2
|
|
547
547
|
#
|
548
548
|
# You can specify the following property names for this field:
|
549
549
|
#
|
550
|
-
# * `
|
550
|
+
# * `tags`
|
551
551
|
#
|
552
552
|
# ^
|
553
553
|
# @return [String]
|
@@ -821,8 +821,27 @@ module Aws::ResourceExplorer2
|
|
821
821
|
end
|
822
822
|
|
823
823
|
# @!attribute [rw] filters
|
824
|
-
#
|
825
|
-
#
|
824
|
+
# An array of strings that specify which resources are included in the
|
825
|
+
# results of queries made using this view. When you use this view in a
|
826
|
+
# Search operation, the filter string is combined with the search's
|
827
|
+
# `QueryString` parameter using a logical `AND` operator.
|
828
|
+
#
|
829
|
+
# For information about the supported syntax, see [Search query
|
830
|
+
# reference for Resource Explorer][1] in the *Amazon Web Services
|
831
|
+
# Resource Explorer User Guide*.
|
832
|
+
#
|
833
|
+
# This query string in the context of this operation supports only
|
834
|
+
# [filter prefixes][2] with optional [operators][3]. It doesn't
|
835
|
+
# support free-form text. For example, the string `region:us*
|
836
|
+
# service:ec2 -tag:stage=prod` includes all Amazon EC2 resources in
|
837
|
+
# any Amazon Web Services Region that begins with the letters `us` and
|
838
|
+
# is *not* tagged with a key `Stage` that has the value `prod`.
|
839
|
+
#
|
840
|
+
#
|
841
|
+
#
|
842
|
+
# [1]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html
|
843
|
+
# [2]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html#query-syntax-filters
|
844
|
+
# [3]: https://docs.aws.amazon.com/resource-explorer/latest/userguide/using-search-query-syntax.html#query-syntax-operators
|
826
845
|
# @return [Types::SearchFilter]
|
827
846
|
#
|
828
847
|
# @!attribute [rw] max_results
|
@@ -848,6 +867,11 @@ module Aws::ResourceExplorer2
|
|
848
867
|
# value of the previous call's `NextToken` response to indicate where
|
849
868
|
# the output should continue from. The pagination tokens expire after
|
850
869
|
# 24 hours.
|
870
|
+
#
|
871
|
+
# <note markdown="1"> The `ListResources` operation does not generate a `NextToken` if you
|
872
|
+
# set `MaxResults` to 1000.
|
873
|
+
#
|
874
|
+
# </note>
|
851
875
|
# @return [String]
|
852
876
|
#
|
853
877
|
# @!attribute [rw] view_arn
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-resourceexplorer2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|