aws-sdk-cloudsearchdomain 1.50.0 → 1.52.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: 80e659444f6155e8e983b84330a4f3a5bea485a0e8e7db02186a3b51e7f8ddaf
4
- data.tar.gz: b320d9ed17801998724f9cdfb316b9e2bd1e6eca28675f6cca1a22b928bda0eb
3
+ metadata.gz: cd9e35473a7e31c1aa6af73f4c7509699cc9927b919a438a59e95b83b60ca8e5
4
+ data.tar.gz: 3737506489ba11cab2a5cb9ada9e1302962941206b04614a5230da9598f11b0f
5
5
  SHA512:
6
- metadata.gz: d382b380f856cda97ffc096f7ec7f1072e229a74357c07478d5df38bbaa8ac0c31d09a9c72965c56a6c0f5a66c35fd1048826b1181cca1039a2ddce92641be1e
7
- data.tar.gz: afd6d50f23e6617b12f4fa27967814e6ca0dba80bb970fb2ac6bc47d065bdbf95bb1d02e84ef60034c96dae330d626bb345a9be667bc2a0cfd70631a75fe95bb
6
+ metadata.gz: fdd1d8c6d0d2bfca4eba413804a80f109040f7a7658432b0bd17dd7f6c4b776f41486a99deedb603ff936064128f4b87012283e9b5293a5febde5149fb277259
7
+ data.tar.gz: 4350db34f73d5ef3d591220658db3aca4e2fdc502b6d14725f014c59997b3ac9c4a15547799f0711cd4ecf97b4b9c0cfbd0ddf4b2062c53df7ed4908c3f229c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.51.0 (2024-09-20)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.50.0 (2024-09-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.52.0
@@ -127,19 +127,23 @@ module Aws::CloudSearchDomain
127
127
  # locations will be searched for credentials:
128
128
  #
129
129
  # * `Aws.config[:credentials]`
130
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
131
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
130
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
131
+ # `:account_id` options.
132
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
133
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
132
134
  # * `~/.aws/credentials`
133
135
  # * `~/.aws/config`
134
136
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
135
137
  # are very aggressive. Construct and pass an instance of
136
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
138
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
137
139
  # enable retries and extended timeouts. Instance profile credential
138
140
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
139
141
  # to true.
140
142
  #
141
143
  # @option options [String] :access_key_id
142
144
  #
145
+ # @option options [String] :account_id
146
+ #
143
147
  # @option options [Boolean] :adaptive_retry_wait_to_fill (true)
144
148
  # Used only in `adaptive` retry mode. When true, the request will sleep
145
149
  # until there is sufficent client side capacity to retry the request.
@@ -988,7 +992,7 @@ module Aws::CloudSearchDomain
988
992
  tracer: tracer
989
993
  )
990
994
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
991
- context[:gem_version] = '1.50.0'
995
+ context[:gem_version] = '1.52.0'
992
996
  Seahorse::Client::Request.new(handlers, context)
993
997
  end
994
998
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CloudSearchDomain
11
12
  # @api private
12
13
  module ClientApi
@@ -830,3 +830,4 @@ module Aws::CloudSearchDomain
830
830
 
831
831
  end
832
832
  end
833
+
@@ -11,13 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-cloudsearchdomain/types'
15
- require_relative 'aws-sdk-cloudsearchdomain/client_api'
16
- require_relative 'aws-sdk-cloudsearchdomain/client'
17
- require_relative 'aws-sdk-cloudsearchdomain/errors'
18
- require_relative 'aws-sdk-cloudsearchdomain/resource'
19
- require_relative 'aws-sdk-cloudsearchdomain/customizations'
20
-
21
14
  # This module provides support for Amazon CloudSearch Domain. This module is available in the
22
15
  # `aws-sdk-cloudsearchdomain` gem.
23
16
  #
@@ -47,7 +40,14 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
47
40
  #
48
41
  # @!group service
49
42
  module Aws::CloudSearchDomain
43
+ autoload :Types, 'aws-sdk-cloudsearchdomain/types'
44
+ autoload :ClientApi, 'aws-sdk-cloudsearchdomain/client_api'
45
+ autoload :Client, 'aws-sdk-cloudsearchdomain/client'
46
+ autoload :Errors, 'aws-sdk-cloudsearchdomain/errors'
47
+ autoload :Resource, 'aws-sdk-cloudsearchdomain/resource'
50
48
 
51
- GEM_VERSION = '1.50.0'
49
+ GEM_VERSION = '1.52.0'
52
50
 
53
51
  end
52
+
53
+ require_relative 'aws-sdk-cloudsearchdomain/customizations'
data/sig/client.rbs CHANGED
@@ -14,6 +14,7 @@ module Aws
14
14
  def self.new: (
15
15
  ?credentials: untyped,
16
16
  ?access_key_id: String,
17
+ ?account_id: String,
17
18
  ?adaptive_retry_wait_to_fill: bool,
18
19
  ?client_side_monitoring: bool,
19
20
  ?client_side_monitoring_client_id: String,
data/sig/resource.rbs CHANGED
@@ -14,6 +14,7 @@ module Aws
14
14
  ?client: Client,
15
15
  ?credentials: untyped,
16
16
  ?access_key_id: String,
17
+ ?account_id: String,
17
18
  ?adaptive_retry_wait_to_fill: bool,
18
19
  ?client_side_monitoring: bool,
19
20
  ?client_side_monitoring_client_id: String,
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.50.0
4
+ version: 1.52.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-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-23 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.205.0
22
+ version: 3.207.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.205.0
32
+ version: 3.207.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement