aws-sdk-cloudsearchdomain 1.19.0 → 1.22.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: 65a817f00fd4ab109c953538a72852c76369854fd24c089befb070424b323b48
4
- data.tar.gz: b46780ddf8d4dc1f52b7878640083e3fb4777e6905d3837bd4657a893c7455a2
3
+ metadata.gz: 2e2b4ecf282da9dbb6ec61977db3ca0414329e097b08737e1bc14f1a06fac39b
4
+ data.tar.gz: bac14b58f349c8233bf25f04d28b1fa391f2c17f29b3a97d0d01901a6affb564
5
5
  SHA512:
6
- metadata.gz: 60dbff4d494d253a5028acbf574def590aaad741f56d28b5b7a8636dee107a897931df98f33acde97f72bfddee9f828d5127403d629dc3633fda3464e5ef7d20
7
- data.tar.gz: 3874e9d5a52ec066a7bc9ac9a290601992a21a15abb7c17055f68a126b92072aed83342f9bc680306b3fa723848461bbd2a777e6a031d455b155c97ca7b5285e
6
+ metadata.gz: 95946584496dec8c304a896cdd3542d7fbd1e084d23293544a9f63d6d2e58bc18c287d4086b3e0896aab40dc59ca8d7cf699206118178d5f7162a4fd9674c5e7
7
+ data.tar.gz: 89ba6ed948d6bd38d22da276e564bc8720e2c389ee2da88352dbaae5a2e15623953374cfaec7d427445ed195a0067b17c8f271884c7979b83edd39c605014ef6
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::CloudSearchDomain
49
50
 
50
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.22.0'
51
52
 
52
53
  end
@@ -83,13 +83,28 @@ module Aws::CloudSearchDomain
83
83
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
84
  # credentials.
85
85
  #
86
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
87
+ # shared file, such as `~/.aws/config`.
88
+ #
89
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
90
+ #
91
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
92
+ # assume a role after providing credentials via the web.
93
+ #
94
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
95
+ # access token generated from `aws login`.
96
+ #
97
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
98
+ # process that outputs to stdout.
99
+ #
86
100
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
101
  # from an EC2 IMDS on an EC2 instance.
88
102
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
103
+ # * `Aws::ECSCredentials` - Used for loading credentials from
104
+ # instances running in ECS.
91
105
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
106
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
107
+ # from the Cognito Identity service.
93
108
  #
94
109
  # When `:credentials` are not configured directly, the following
95
110
  # locations will be searched for credentials:
@@ -99,10 +114,10 @@ module Aws::CloudSearchDomain
99
114
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
115
  # * `~/.aws/credentials`
101
116
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
117
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
118
+ # are very aggressive. Construct and pass an instance of
119
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
120
+ # enable retries and extended timeouts.
106
121
  #
107
122
  # @option options [String] :access_key_id
108
123
  #
@@ -821,7 +836,7 @@ module Aws::CloudSearchDomain
821
836
  # [1]: http://docs.aws.amazon.com/cloudsearch/latest/developerguide/preparing-data.html
822
837
  # [2]: http://docs.aws.amazon.com/cloudsearch/latest/developerguide/uploading-data.html
823
838
  #
824
- # @option params [required, String, IO] :documents
839
+ # @option params [required, String, StringIO, File] :documents
825
840
  # A batch of documents formatted in JSON or HTML.
826
841
  #
827
842
  # @option params [required, String] :content_type
@@ -873,7 +888,7 @@ module Aws::CloudSearchDomain
873
888
  params: params,
874
889
  config: config)
875
890
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
876
- context[:gem_version] = '1.19.0'
891
+ context[:gem_version] = '1.22.0'
877
892
  Seahorse::Client::Request.new(handlers, context)
878
893
  end
879
894
 
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.19.0
4
+ version: 1.22.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: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-09-30 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.99.0
22
+ version: 3.109.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.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement