aws-sdk-gluedatabrew 1.25.0 → 1.26.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: ba78351e5abd3801489a526032816e270c7c7d0004fa81c371c416e6df1235e3
4
- data.tar.gz: 9d03cc4067333fb53cf492c2f5edb74af5f5bf949f11c75819079d11e175363c
3
+ metadata.gz: 4cf640d57f81c64802ba761246064d900af6f5848314e774b4c6b94510ed453d
4
+ data.tar.gz: 59a8c15d8a5d02bb703cd2727e5dd2d9c468dce7afa4109362de6fc1eddb59c0
5
5
  SHA512:
6
- metadata.gz: f14ba6f5845ce0d6b7a0221628cc4f7f699a23c4f47a52abb840c60558727d0291c85e324087fdd3159d583f6457d87aa34e26ffdbdb19c9ba490e2170d9a3d8
7
- data.tar.gz: f59ce88a88929017eb7e947caa9789d937b6073c9aceef7e6bfa12f6ae1a6fec5a03f570fd4ccb8566e20deb675e6c1fcedb0db0a8dff63e73d08e34ea7e9456
6
+ metadata.gz: 17494b4db3c8001e6e5d87859e84857dad81237a1d6694ec9a97c61e5e7f56e8d5f51089cef83e7b96debd2b7a97a4ecac9771956647749e1b3cfd3ccd9faa04
7
+ data.tar.gz: 9902f4c68a425ab4b84d366e26293967da9b7677697c4dd66946fb71aa559d0bbf26d46f146b8980c65bddb70b13361cea44d2df99268346c93953d0314adaec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.25.0 (2023-01-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -275,6 +275,11 @@ module Aws::GlueDataBrew
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -3334,7 +3339,7 @@ module Aws::GlueDataBrew
3334
3339
  params: params,
3335
3340
  config: config)
3336
3341
  context[:gem_name] = 'aws-sdk-gluedatabrew'
3337
- context[:gem_version] = '1.25.0'
3342
+ context[:gem_version] = '1.26.0'
3338
3343
  Seahorse::Client::Request.new(handlers, context)
3339
3344
  end
3340
3345
 
@@ -1992,7 +1992,7 @@ module Aws::GlueDataBrew
1992
1992
  # The expression which includes condition names followed by
1993
1993
  # substitution variables, possibly grouped and combined with other
1994
1994
  # conditions. For example, "(starts\_with :prefix1 or starts\_with
1995
- # :prefix2) and (ends\_with :suffix1 or ends\_with :suffix2)".
1995
+ # \:prefix2) and (ends\_with :suffix1 or ends\_with :suffix2)".
1996
1996
  # Substitution variables should start with ':' symbol.
1997
1997
  # @return [String]
1998
1998
  #
@@ -3243,7 +3243,7 @@ module Aws::GlueDataBrew
3243
3243
  # reference, then ColumnSelectors in the rule should be null. If
3244
3244
  # ColumnSelectors has been defined, then there should be no column
3245
3245
  # reference in the left side of a condition, for example, `is_between
3246
- # :val1 and :val2`.
3246
+ # \:val1 and :val2`.
3247
3247
  #
3248
3248
  # For more information, see [Available checks][1]
3249
3249
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-gluedatabrew/customizations'
52
52
  # @!group service
53
53
  module Aws::GlueDataBrew
54
54
 
55
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gluedatabrew
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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-01-24 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement