aws-sdk-cloudsearchdomain 1.19.0 → 1.20.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: 65a817f00fd4ab109c953538a72852c76369854fd24c089befb070424b323b48
4
- data.tar.gz: b46780ddf8d4dc1f52b7878640083e3fb4777e6905d3837bd4657a893c7455a2
3
+ metadata.gz: 589c21fffa453723053b5d455e2d54922a4dab83175f251ef77274fa78ba7270
4
+ data.tar.gz: 7c1a0925f2ed331932df2ae96ee53f6a8328c3a435a9b913bad4e3e031eaf725
5
5
  SHA512:
6
- metadata.gz: 60dbff4d494d253a5028acbf574def590aaad741f56d28b5b7a8636dee107a897931df98f33acde97f72bfddee9f828d5127403d629dc3633fda3464e5ef7d20
7
- data.tar.gz: 3874e9d5a52ec066a7bc9ac9a290601992a21a15abb7c17055f68a126b92072aed83342f9bc680306b3fa723848461bbd2a777e6a031d455b155c97ca7b5285e
6
+ metadata.gz: db93b77ec7b8f5dcad4630adfc5e3d2a38834209d6dc6942fbca26686b75c95551abb27a1153af2e104f0d488be6f34765753f9134adea64468386f5558f2ebf
7
+ data.tar.gz: e0797b889d8b08332dcc8ed050b9d2f7c8f6e821929710b41b81d920d6d6fe92616265a69bf10d5fc9b5a265f6c07f966e418ab1e3513abe447d49342a1dd83c
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::CloudSearchDomain
49
49
 
50
- GEM_VERSION = '1.19.0'
50
+ GEM_VERSION = '1.20.0'
51
51
 
52
52
  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.20.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.20.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-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core