aws-sdk-cloudsearchdomain 1.41.0 → 1.42.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: 57df18e50e0ae33c677e1c3d20aa9c8e6c696b9947b5edbad603ce2e57f8abe9
4
- data.tar.gz: 2d9f61dee4921e25f87129c6121604418984b066a0b9f55dbc1e5995cf1cb439
3
+ metadata.gz: ae96e3ff6a0af202d30eb11bdfde09e67cfdfdf76f03e96371d23b850d050991
4
+ data.tar.gz: 5f02aa29297b5ba7dd6423a14778c77affa128f612fa21cebec73fcc08954cc5
5
5
  SHA512:
6
- metadata.gz: aa2636107faa92a6e60fa8ad84df884c124c02ff1772dd70b7fc9a8c5c0e42f5a36eec808244e2da123c26b475f79ce2c5a68b89d1d1b4f35dc91e67efb528cb
7
- data.tar.gz: 2ca4f6202b53129941e4de6fdb5cbbe9b72aa7be302c70fe93ca1bdb0d627b3ae7c3ec854d3507c79e840b2712c787be40c956b1099826ef3bac3e8159f44bb9
6
+ metadata.gz: a1bad10ba1eb7bad4fbcc0a9458b96c7dac4d6277883b42d29773d3873b325cb6b917e843d8aba9ab5e3027e2bba01cab3d9bc20b9806817dceb07b7f721adea
7
+ data.tar.gz: 59ce0a29c0014190ee0ba8895023aeb11e86422ba0815c142c69c748eade59b7cbd712315f8f3a47a15ad116db9f6b734c733472765b71546be88418884e115d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -247,8 +247,9 @@ module Aws::CloudSearchDomain
247
247
  #
248
248
  # @option options [String] :sdk_ua_app_id
249
249
  # A unique and opaque application ID that is appended to the
250
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
251
- # maximum length of 50.
250
+ # User-Agent header as app/sdk_ua_app_id. It should have a
251
+ # maximum length of 50. This variable is sourced from environment
252
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
252
253
  #
253
254
  # @option options [String] :secret_access_key
254
255
  #
@@ -961,7 +962,7 @@ module Aws::CloudSearchDomain
961
962
  params: params,
962
963
  config: config)
963
964
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
964
- context[:gem_version] = '1.41.0'
965
+ context[:gem_version] = '1.42.0'
965
966
  Seahorse::Client::Request.new(handlers, context)
966
967
  end
967
968
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudSearchDomain
50
50
 
51
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.42.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearchdomain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core