aws-sdk-resourceexplorer2 1.46.0 → 1.47.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6a34941e23cbd759024b6cb2ffef581fd083ac91d53a0a9c7735a2aa15bd645
4
- data.tar.gz: b43938e800057a4aa4a41f7926c9a255d30555e789863f71d01d021dcfba7c62
3
+ metadata.gz: d39ac4240d7206bc9f5683813dde4e91ea715fab21a4d395538853f820210e07
4
+ data.tar.gz: 06fc1db63e7e35463700cf22a9bf1ece5aee054cf49b5130a62a2679c13b7e9b
5
5
  SHA512:
6
- metadata.gz: c99aea46c83e549f42986e6ab4ab830411aa0b93f331f2a4dcdfcdab44eaf50c9db1d137b434bb5b44d875912a2bb8a8019f259460eb87482cb8daf2d5928831
7
- data.tar.gz: 1032a123556afd15cf5be819f7a3858c47b206b76316714505a7296e33577d7a7747bba4d2cc62d954a53e4e06460cbfcd0c458f1534f1f96706f67cf4a5ee80
6
+ metadata.gz: 20712b8e508bd112dc8e9d41fecd104e96feb7859244584eac9d06a12844de967d41294ebaec50d35ca8c183433a663581f9b8d849d4fbeaf0e47b61e88465a0
7
+ data.tar.gz: fb972159ae90533d18fca804ffadbfd804f6f877588207ec78fc2d86253da77c676b75fe0e9f18aa4ba904537424d590a512bca1f0f53e02ed178042b4360bc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2026-01-16)
5
+ ------------------
6
+
7
+ * Feature - Added ViewName to View-related responses and ServiceViewName to GetServiceView response.
8
+
4
9
  1.46.0 (2026-01-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -544,6 +544,7 @@ module Aws::ResourceExplorer2
544
544
  #
545
545
  # resp.views #=> Array
546
546
  # resp.views[0].view_arn #=> String
547
+ # resp.views[0].view_name #=> String
547
548
  # resp.views[0].owner #=> String
548
549
  # resp.views[0].last_updated_at #=> Time
549
550
  # resp.views[0].scope #=> String
@@ -817,6 +818,7 @@ module Aws::ResourceExplorer2
817
818
  # @example Response structure
818
819
  #
819
820
  # resp.view.view_arn #=> String
821
+ # resp.view.view_name #=> String
820
822
  # resp.view.owner #=> String
821
823
  # resp.view.last_updated_at #=> Time
822
824
  # resp.view.scope #=> String
@@ -1151,6 +1153,7 @@ module Aws::ResourceExplorer2
1151
1153
  # resp.regions[0].index.error_details.message #=> String
1152
1154
  # resp.regions[0].view.status #=> String, one of "SUCCEEDED", "FAILED", "IN_PROGRESS", "SKIPPED"
1153
1155
  # resp.regions[0].view.view.view_arn #=> String
1156
+ # resp.regions[0].view.view.view_name #=> String
1154
1157
  # resp.regions[0].view.view.owner #=> String
1155
1158
  # resp.regions[0].view.view.last_updated_at #=> Time
1156
1159
  # resp.regions[0].view.view.scope #=> String
@@ -1214,6 +1217,7 @@ module Aws::ResourceExplorer2
1214
1217
  # @example Response structure
1215
1218
  #
1216
1219
  # resp.view.service_view_arn #=> String
1220
+ # resp.view.service_view_name #=> String
1217
1221
  # resp.view.filters.filter_string #=> String
1218
1222
  # resp.view.included_properties #=> Array
1219
1223
  # resp.view.included_properties[0].name #=> String
@@ -1253,6 +1257,7 @@ module Aws::ResourceExplorer2
1253
1257
  # @example Response structure
1254
1258
  #
1255
1259
  # resp.view.view_arn #=> String
1260
+ # resp.view.view_name #=> String
1256
1261
  # resp.view.owner #=> String
1257
1262
  # resp.view.last_updated_at #=> Time
1258
1263
  # resp.view.scope #=> String
@@ -2230,6 +2235,7 @@ module Aws::ResourceExplorer2
2230
2235
  # @example Response structure
2231
2236
  #
2232
2237
  # resp.view.view_arn #=> String
2238
+ # resp.view.view_name #=> String
2233
2239
  # resp.view.owner #=> String
2234
2240
  # resp.view.last_updated_at #=> Time
2235
2241
  # resp.view.scope #=> String
@@ -2264,7 +2270,7 @@ module Aws::ResourceExplorer2
2264
2270
  tracer: tracer
2265
2271
  )
2266
2272
  context[:gem_name] = 'aws-sdk-resourceexplorer2'
2267
- context[:gem_version] = '1.46.0'
2273
+ context[:gem_version] = '1.47.0'
2268
2274
  Seahorse::Client::Request.new(handlers, context)
2269
2275
  end
2270
2276
 
@@ -154,6 +154,7 @@ module Aws::ResourceExplorer2
154
154
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
155
155
  ServiceView = Shapes::StructureShape.new(name: 'ServiceView')
156
156
  ServiceViewArnList = Shapes::ListShape.new(name: 'ServiceViewArnList')
157
+ ServiceViewName = Shapes::StringShape.new(name: 'ServiceViewName')
157
158
  StreamingAccessDetails = Shapes::StructureShape.new(name: 'StreamingAccessDetails')
158
159
  StreamingAccessDetailsList = Shapes::ListShape.new(name: 'StreamingAccessDetailsList')
159
160
  String = Shapes::StringShape.new(name: 'String')
@@ -508,6 +509,7 @@ module Aws::ResourceExplorer2
508
509
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
509
510
 
510
511
  ServiceView.add_member(:service_view_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceViewArn"))
512
+ ServiceView.add_member(:service_view_name, Shapes::ShapeRef.new(shape: ServiceViewName, location_name: "ServiceViewName"))
511
513
  ServiceView.add_member(:filters, Shapes::ShapeRef.new(shape: SearchFilter, location_name: "Filters"))
512
514
  ServiceView.add_member(:included_properties, Shapes::ShapeRef.new(shape: IncludedPropertyList, location_name: "IncludedProperties"))
513
515
  ServiceView.add_member(:streaming_access_for_service, Shapes::ShapeRef.new(shape: String, location_name: "StreamingAccessForService"))
@@ -578,6 +580,7 @@ module Aws::ResourceExplorer2
578
580
  ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
579
581
 
580
582
  View.add_member(:view_arn, Shapes::ShapeRef.new(shape: String, location_name: "ViewArn"))
583
+ View.add_member(:view_name, Shapes::ShapeRef.new(shape: ViewName, location_name: "ViewName"))
581
584
  View.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "Owner"))
582
585
  View.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "LastUpdatedAt"))
583
586
  View.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
@@ -1902,6 +1902,10 @@ module Aws::ResourceExplorer2
1902
1902
  # The Amazon Resource Name (ARN) of the service view.
1903
1903
  # @return [String]
1904
1904
  #
1905
+ # @!attribute [rw] service_view_name
1906
+ # The name of the service view.
1907
+ # @return [String]
1908
+ #
1905
1909
  # @!attribute [rw] filters
1906
1910
  # A search filter defines which resources can be part of a search
1907
1911
  # query result set.
@@ -1926,6 +1930,7 @@ module Aws::ResourceExplorer2
1926
1930
  #
1927
1931
  class ServiceView < Struct.new(
1928
1932
  :service_view_arn,
1933
+ :service_view_name,
1929
1934
  :filters,
1930
1935
  :included_properties,
1931
1936
  :streaming_access_for_service,
@@ -2239,6 +2244,10 @@ module Aws::ResourceExplorer2
2239
2244
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2240
2245
  # @return [String]
2241
2246
  #
2247
+ # @!attribute [rw] view_name
2248
+ # The name of the view.
2249
+ # @return [String]
2250
+ #
2242
2251
  # @!attribute [rw] owner
2243
2252
  # The Amazon Web Services account that owns this view.
2244
2253
  # @return [String]
@@ -2275,6 +2284,7 @@ module Aws::ResourceExplorer2
2275
2284
  #
2276
2285
  class View < Struct.new(
2277
2286
  :view_arn,
2287
+ :view_name,
2278
2288
  :owner,
2279
2289
  :last_updated_at,
2280
2290
  :scope,
@@ -55,7 +55,7 @@ module Aws::ResourceExplorer2
55
55
  autoload :EndpointProvider, 'aws-sdk-resourceexplorer2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-resourceexplorer2/endpoints'
57
57
 
58
- GEM_VERSION = '1.46.0'
58
+ GEM_VERSION = '1.47.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -440,6 +440,7 @@ module Aws::ResourceExplorer2
440
440
 
441
441
  class ServiceView
442
442
  attr_accessor service_view_arn: ::String
443
+ attr_accessor service_view_name: ::String
443
444
  attr_accessor filters: Types::SearchFilter
444
445
  attr_accessor included_properties: ::Array[Types::IncludedProperty]
445
446
  attr_accessor streaming_access_for_service: ::String
@@ -527,6 +528,7 @@ module Aws::ResourceExplorer2
527
528
 
528
529
  class View
529
530
  attr_accessor view_arn: ::String
531
+ attr_accessor view_name: ::String
530
532
  attr_accessor owner: ::String
531
533
  attr_accessor last_updated_at: ::Time
532
534
  attr_accessor scope: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourceexplorer2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.241.3
21
+ version: 3.241.4
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.241.3
31
+ version: 3.241.4
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement