aws-sdk-glue 1.268.0 → 1.269.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: 775f9502c83364b4feb933cbdbf05df2db19026589f40c77c289b85aa45db3ae
4
- data.tar.gz: ba37272e8b0aaf782b0c4cd20325ca812cb75473f7c7c1be3bb223674250c4f5
3
+ metadata.gz: 0be39b344efbb4870425779365c1cdc9427fe199a4ae2d32c5bdea13bb94eb3e
4
+ data.tar.gz: 3441e7d1307ecc5da8756ea97f1990fc2e11b4af158e3b8075c9df194aafaf66
5
5
  SHA512:
6
- metadata.gz: 818a15cf7406835d454078f61be5411da2ffbe9714521b7ad069bd4b1a83760845070adf0211aca37f11895254729796bd4cffe0a18c6d537fc0872e2bfe70ab
7
- data.tar.gz: 7a8b4f58f0e0632fba66ca52f0f7e038c509f4aa17e66ebd095100540eea180859d18b9856722da7be31653336401e5de112bfcdd4545994971e40fa32b768aa
6
+ metadata.gz: f6322b25e8352683417722f12a2b9701ff9c886cc34ef630b350459224062f22e4b59cb76fdeceb143464e90e67a5c01ef970d90633cbb48bd2ef040a7c7eccc
7
+ data.tar.gz: 55b1e31f03956ce804d577cc14a5d6f221c823b6face7c225298813fe8d699951eba725047a62095779e0761cd87a2104df010875245c73d6add2fb38697f6f3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.269.0 (2026-08-12)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for materialized views APIs.
8
+
4
9
  1.268.0 (2026-08-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.268.0
1
+ 1.269.0
@@ -15004,7 +15004,7 @@ module Aws::Glue
15004
15004
  # The database where the table resides.
15005
15005
  #
15006
15006
  # @option params [String] :table_name
15007
- # The name of the table for which statistics is generated.
15007
+ # The name of the materialized view.
15008
15008
  #
15009
15009
  # @option params [Integer] :max_results
15010
15010
  # The maximum size of the response.
@@ -18263,8 +18263,8 @@ module Aws::Glue
18263
18263
  req.send_request(options)
18264
18264
  end
18265
18265
 
18266
- # Starts a materialized view refresh task run, for a specified table and
18267
- # columns.
18266
+ # Starts a materialized view refresh task run for a specified
18267
+ # materialized view.
18268
18268
  #
18269
18269
  # @option params [required, String] :catalog_id
18270
18270
  # The ID of the Data Catalog where the table reside. If none is
@@ -18274,8 +18274,7 @@ module Aws::Glue
18274
18274
  # The name of the database where the table resides.
18275
18275
  #
18276
18276
  # @option params [required, String] :table_name
18277
- # The name of the table to generate run the materialized view refresh
18278
- # task.
18277
+ # The name of the materialized view to run the refresh task for.
18279
18278
  #
18280
18279
  # @option params [Boolean] :full_refresh
18281
18280
  # Specifies whether this is a full refresh of the task run.
@@ -18476,8 +18475,8 @@ module Aws::Glue
18476
18475
  req.send_request(options)
18477
18476
  end
18478
18477
 
18479
- # Stops a materialized view refresh task run, for a specified table and
18480
- # columns.
18478
+ # Stops a materialized view refresh task run for a specified
18479
+ # materialized view.
18481
18480
  #
18482
18481
  # @option params [required, String] :catalog_id
18483
18482
  # The ID of the Data Catalog where the table reside. If none is
@@ -18487,7 +18486,7 @@ module Aws::Glue
18487
18486
  # The name of the database where the table resides.
18488
18487
  #
18489
18488
  # @option params [required, String] :table_name
18490
- # The name of the table to generate statistics.
18489
+ # The name of the materialized view.
18491
18490
  #
18492
18491
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
18493
18492
  #
@@ -21069,7 +21068,7 @@ module Aws::Glue
21069
21068
  tracer: tracer
21070
21069
  )
21071
21070
  context[:gem_name] = 'aws-sdk-glue'
21072
- context[:gem_version] = '1.268.0'
21071
+ context[:gem_version] = '1.269.0'
21073
21072
  Seahorse::Client::Request.new(handlers, context)
21074
21073
  end
21075
21074
 
@@ -12987,6 +12987,8 @@ module Aws::Glue
12987
12987
  include Aws::Structure
12988
12988
  end
12989
12989
 
12990
+ # The asset metadata returned by the `GetAsset` operation.
12991
+ #
12990
12992
  # @!attribute [rw] id
12991
12993
  # The unique identifier of the asset.
12992
12994
  # @return [String]
@@ -13894,6 +13896,9 @@ module Aws::Glue
13894
13896
  #
13895
13897
  class GetDataCatalogExportConfigurationInput < Aws::EmptyStructure; end
13896
13898
 
13899
+ # The export configuration returned by the
13900
+ # `GetDataCatalogExportConfiguration` operation.
13901
+ #
13897
13902
  # @!attribute [rw] export_setting
13898
13903
  # The export setting for the data catalog. Valid values are `ENABLED`
13899
13904
  # and `DISABLED`.
@@ -22127,7 +22132,7 @@ module Aws::Glue
22127
22132
  # @return [String]
22128
22133
  #
22129
22134
  # @!attribute [rw] table_name
22130
- # The name of the table for which statistics is generated.
22135
+ # The name of the materialized view.
22131
22136
  # @return [String]
22132
22137
  #
22133
22138
  # @!attribute [rw] max_results
@@ -22963,6 +22968,7 @@ module Aws::Glue
22963
22968
  # Exception thrown when stopping a task that is not in running state.
22964
22969
  #
22965
22970
  # @!attribute [rw] message
22971
+ # A message describing the problem.
22966
22972
  # @return [String]
22967
22973
  #
22968
22974
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MaterializedViewRefreshTaskNotRunningException AWS API Documentation
@@ -22989,7 +22995,7 @@ module Aws::Glue
22989
22995
  # @return [String]
22990
22996
  #
22991
22997
  # @!attribute [rw] table_name
22992
- # The name of the table for which statistics is generated.
22998
+ # The name of the materialized view.
22993
22999
  # @return [String]
22994
23000
  #
22995
23001
  # @!attribute [rw] catalog_id
@@ -22998,7 +23004,8 @@ module Aws::Glue
22998
23004
  # @return [String]
22999
23005
  #
23000
23006
  # @!attribute [rw] role
23001
- # The IAM role that the service assumes to generate statistics.
23007
+ # The IAM role that the service assumes to run the materialized view
23008
+ # refresh task.
23002
23009
  # @return [String]
23003
23010
  #
23004
23011
  # @!attribute [rw] status
@@ -23063,6 +23070,7 @@ module Aws::Glue
23063
23070
  # Exception thrown when a task is already in running state.
23064
23071
  #
23065
23072
  # @!attribute [rw] message
23073
+ # A message describing the problem.
23066
23074
  # @return [String]
23067
23075
  #
23068
23076
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MaterializedViewRefreshTaskRunningException AWS API Documentation
@@ -23076,6 +23084,7 @@ module Aws::Glue
23076
23084
  # Exception thrown when a task is already in stopping state.
23077
23085
  #
23078
23086
  # @!attribute [rw] message
23087
+ # A message describing the problem.
23079
23088
  # @return [String]
23080
23089
  #
23081
23090
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MaterializedViewRefreshTaskStoppingException AWS API Documentation
@@ -24791,6 +24800,9 @@ module Aws::Glue
24791
24800
  include Aws::Structure
24792
24801
  end
24793
24802
 
24803
+ # The export configuration returned by the
24804
+ # `PutDataCatalogExportConfiguration` operation.
24805
+ #
24794
24806
  # @!attribute [rw] export_setting
24795
24807
  # The export setting for the data catalog.
24796
24808
  # @return [String]
@@ -27647,6 +27659,8 @@ module Aws::Glue
27647
27659
  include Aws::Structure
27648
27660
  end
27649
27661
 
27662
+ # The search results returned by the `SearchAssets` operation.
27663
+ #
27650
27664
  # @!attribute [rw] items
27651
27665
  # The list of assets matching the search criteria.
27652
27666
  # @return [Array<Types::SearchResultItem>]
@@ -29487,8 +29501,7 @@ module Aws::Glue
29487
29501
  # @return [String]
29488
29502
  #
29489
29503
  # @!attribute [rw] table_name
29490
- # The name of the table to generate run the materialized view refresh
29491
- # task.
29504
+ # The name of the materialized view to run the refresh task for.
29492
29505
  # @return [String]
29493
29506
  #
29494
29507
  # @!attribute [rw] full_refresh
@@ -29941,7 +29954,7 @@ module Aws::Glue
29941
29954
  # @return [String]
29942
29955
  #
29943
29956
  # @!attribute [rw] table_name
29944
- # The name of the table to generate statistics.
29957
+ # The name of the materialized view.
29945
29958
  # @return [String]
29946
29959
  #
29947
29960
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StopMaterializedViewRefreshTaskRunRequest AWS API Documentation
data/lib/aws-sdk-glue.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.268.0'
57
+ GEM_VERSION = '1.269.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.268.0
4
+ version: 1.269.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services