aws-sdk-glue 1.140.0 → 1.142.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0da8ad2caf540a0d00e14f9b4cd40d0a0ad6773149d6e8f4f37e60105ab36780
4
- data.tar.gz: cf31d17c7b19b906e7c54a56deab98ac4d56078b603d446892fb28ccc5ffc5af
3
+ metadata.gz: b07222e65a160f1b79344858fb362cd5b8db32da29c19bb2e02a9f124443ffdf
4
+ data.tar.gz: f1a5dd450bc83a45283807c67f2963b4c856062d173324a445b66e0ab86e03cd
5
5
  SHA512:
6
- metadata.gz: 31857ac560958f529d82839fe46bfe0eb3438291cf1e8a37bca08a37c9c8ef2d2aa96494d37f6d8315d5ef2eccfb8d6aa449c9b4c721ffca2daab16e6ee53480
7
- data.tar.gz: bed0eb69137bb27f84e20a3d35b5e57767b63f2338e184d27eb86d2aa85a209633c286565ec919098f7def968e9fc19799601d6dd99c3257382a55de0aabb385
6
+ metadata.gz: 30c6c5e04bb5f8d75dcda55f23225d0266e2a07b3ee54bb90e97ed1253c1175a9b0244a063b910ca4ec530993ac8eb8526a9a3d8f9658e12d0051fcfd0cb6783
7
+ data.tar.gz: 2075c23c428679e0dfba1c411eccff9ff2f7804f35002bf2d87508da3dfaf0cba90be3bd7bca22b880e755633b2e8dcb5b4ee8551451bc38d5f9b35dcb81ceed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.142.0 (2023-06-19)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for creating cross region table/database resource links
8
+
9
+ 1.141.0 (2023-06-15)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.140.0 (2023-05-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.140.0
1
+ 1.142.0
@@ -2946,6 +2946,7 @@ module Aws::Glue
2946
2946
  # target_database: {
2947
2947
  # catalog_id: "CatalogIdString",
2948
2948
  # database_name: "NameString",
2949
+ # region: "NameString",
2949
2950
  # },
2950
2951
  # federated_database: {
2951
2952
  # identifier: "FederationIdentifier",
@@ -4280,6 +4281,7 @@ module Aws::Glue
4280
4281
  # catalog_id: "CatalogIdString",
4281
4282
  # database_name: "NameString",
4282
4283
  # name: "NameString",
4284
+ # region: "NameString",
4283
4285
  # },
4284
4286
  # },
4285
4287
  # partition_indexes: [
@@ -6503,6 +6505,7 @@ module Aws::Glue
6503
6505
  # resp.database.create_table_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
6504
6506
  # resp.database.target_database.catalog_id #=> String
6505
6507
  # resp.database.target_database.database_name #=> String
6508
+ # resp.database.target_database.region #=> String
6506
6509
  # resp.database.catalog_id #=> String
6507
6510
  # resp.database.federated_database.identifier #=> String
6508
6511
  # resp.database.federated_database.connection_name #=> String
@@ -6573,6 +6576,7 @@ module Aws::Glue
6573
6576
  # resp.database_list[0].create_table_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
6574
6577
  # resp.database_list[0].target_database.catalog_id #=> String
6575
6578
  # resp.database_list[0].target_database.database_name #=> String
6579
+ # resp.database_list[0].target_database.region #=> String
6576
6580
  # resp.database_list[0].catalog_id #=> String
6577
6581
  # resp.database_list[0].federated_database.identifier #=> String
6578
6582
  # resp.database_list[0].federated_database.connection_name #=> String
@@ -10108,6 +10112,7 @@ module Aws::Glue
10108
10112
  # resp.table.target_table.catalog_id #=> String
10109
10113
  # resp.table.target_table.database_name #=> String
10110
10114
  # resp.table.target_table.name #=> String
10115
+ # resp.table.target_table.region #=> String
10111
10116
  # resp.table.catalog_id #=> String
10112
10117
  # resp.table.version_id #=> String
10113
10118
  # resp.table.federated_table.identifier #=> String
@@ -10217,6 +10222,7 @@ module Aws::Glue
10217
10222
  # resp.table_version.table.target_table.catalog_id #=> String
10218
10223
  # resp.table_version.table.target_table.database_name #=> String
10219
10224
  # resp.table_version.table.target_table.name #=> String
10225
+ # resp.table_version.table.target_table.region #=> String
10220
10226
  # resp.table_version.table.catalog_id #=> String
10221
10227
  # resp.table_version.table.version_id #=> String
10222
10228
  # resp.table_version.table.federated_table.identifier #=> String
@@ -10335,6 +10341,7 @@ module Aws::Glue
10335
10341
  # resp.table_versions[0].table.target_table.catalog_id #=> String
10336
10342
  # resp.table_versions[0].table.target_table.database_name #=> String
10337
10343
  # resp.table_versions[0].table.target_table.name #=> String
10344
+ # resp.table_versions[0].table.target_table.region #=> String
10338
10345
  # resp.table_versions[0].table.catalog_id #=> String
10339
10346
  # resp.table_versions[0].table.version_id #=> String
10340
10347
  # resp.table_versions[0].table.federated_table.identifier #=> String
@@ -10464,6 +10471,7 @@ module Aws::Glue
10464
10471
  # resp.table_list[0].target_table.catalog_id #=> String
10465
10472
  # resp.table_list[0].target_table.database_name #=> String
10466
10473
  # resp.table_list[0].target_table.name #=> String
10474
+ # resp.table_list[0].target_table.region #=> String
10467
10475
  # resp.table_list[0].catalog_id #=> String
10468
10476
  # resp.table_list[0].version_id #=> String
10469
10477
  # resp.table_list[0].federated_table.identifier #=> String
@@ -11050,6 +11058,7 @@ module Aws::Glue
11050
11058
  # resp.table.target_table.catalog_id #=> String
11051
11059
  # resp.table.target_table.database_name #=> String
11052
11060
  # resp.table.target_table.name #=> String
11061
+ # resp.table.target_table.region #=> String
11053
11062
  # resp.table.catalog_id #=> String
11054
11063
  # resp.table.version_id #=> String
11055
11064
  # resp.table.federated_table.identifier #=> String
@@ -13391,6 +13400,7 @@ module Aws::Glue
13391
13400
  # resp.table_list[0].target_table.catalog_id #=> String
13392
13401
  # resp.table_list[0].target_table.database_name #=> String
13393
13402
  # resp.table_list[0].target_table.name #=> String
13403
+ # resp.table_list[0].target_table.region #=> String
13394
13404
  # resp.table_list[0].catalog_id #=> String
13395
13405
  # resp.table_list[0].version_id #=> String
13396
13406
  # resp.table_list[0].federated_table.identifier #=> String
@@ -14959,6 +14969,7 @@ module Aws::Glue
14959
14969
  # target_database: {
14960
14970
  # catalog_id: "CatalogIdString",
14961
14971
  # database_name: "NameString",
14972
+ # region: "NameString",
14962
14973
  # },
14963
14974
  # federated_database: {
14964
14975
  # identifier: "FederationIdentifier",
@@ -15654,6 +15665,7 @@ module Aws::Glue
15654
15665
  # catalog_id: "CatalogIdString",
15655
15666
  # database_name: "NameString",
15656
15667
  # name: "NameString",
15668
+ # region: "NameString",
15657
15669
  # },
15658
15670
  # },
15659
15671
  # skip_archive: false,
@@ -15868,7 +15880,7 @@ module Aws::Glue
15868
15880
  params: params,
15869
15881
  config: config)
15870
15882
  context[:gem_name] = 'aws-sdk-glue'
15871
- context[:gem_version] = '1.140.0'
15883
+ context[:gem_version] = '1.142.0'
15872
15884
  Seahorse::Client::Request.new(handlers, context)
15873
15885
  end
15874
15886
 
@@ -2361,6 +2361,7 @@ module Aws::Glue
2361
2361
 
2362
2362
  DatabaseIdentifier.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2363
2363
  DatabaseIdentifier.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
2364
+ DatabaseIdentifier.add_member(:region, Shapes::ShapeRef.new(shape: NameString, location_name: "Region"))
2364
2365
  DatabaseIdentifier.struct_class = Types::DatabaseIdentifier
2365
2366
 
2366
2367
  DatabaseInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -4998,6 +4999,7 @@ module Aws::Glue
4998
4999
  TableIdentifier.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
4999
5000
  TableIdentifier.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
5000
5001
  TableIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
5002
+ TableIdentifier.add_member(:region, Shapes::ShapeRef.new(shape: NameString, location_name: "Region"))
5001
5003
  TableIdentifier.struct_class = Types::TableIdentifier
5002
5004
 
5003
5005
  TableInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::Glue
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class BatchCreatePartition
@@ -6142,11 +6142,16 @@ module Aws::Glue
6142
6142
  # The name of the catalog database.
6143
6143
  # @return [String]
6144
6144
  #
6145
+ # @!attribute [rw] region
6146
+ # Region of the target database.
6147
+ # @return [String]
6148
+ #
6145
6149
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DatabaseIdentifier AWS API Documentation
6146
6150
  #
6147
6151
  class DatabaseIdentifier < Struct.new(
6148
6152
  :catalog_id,
6149
- :database_name)
6153
+ :database_name,
6154
+ :region)
6150
6155
  SENSITIVE = []
6151
6156
  include Aws::Structure
6152
6157
  end
@@ -19274,12 +19279,17 @@ module Aws::Glue
19274
19279
  # The name of the target table.
19275
19280
  # @return [String]
19276
19281
  #
19282
+ # @!attribute [rw] region
19283
+ # Region of the target table.
19284
+ # @return [String]
19285
+ #
19277
19286
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TableIdentifier AWS API Documentation
19278
19287
  #
19279
19288
  class TableIdentifier < Struct.new(
19280
19289
  :catalog_id,
19281
19290
  :database_name,
19282
- :name)
19291
+ :name,
19292
+ :region)
19283
19293
  SENSITIVE = []
19284
19294
  include Aws::Structure
19285
19295
  end
data/lib/aws-sdk-glue.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-glue/customizations'
52
52
  # @!group service
53
53
  module Aws::Glue
54
54
 
55
- GEM_VERSION = '1.140.0'
55
+ GEM_VERSION = '1.142.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.140.0
4
+ version: 1.142.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core