aws-sdk-cloudsearchdomain 1.18.1 → 1.23.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: a2d11050836009820a028d0fec1166880f32a1c204f65f4880a7e612ff632594
4
- data.tar.gz: d0c85a48519308152fa4cc4661971e23b782c133a8ea83905552f6d2ffd95f2c
3
+ metadata.gz: 624289a1852afc7f52fe6569f485eed6df8a6c32c9b74e74891834fb06b92ed4
4
+ data.tar.gz: b783836beb8f64e716d9cd9620f01121df44e289b38cb794f5cf5e3f1ef67636
5
5
  SHA512:
6
- metadata.gz: d7f919eec9b56a8360c73f2ea10ff1e71007c0aa7cce755aa04f893d6a23f8bd76ac43842acef3055d64899fdce03e507cd5273cd1234e5929578a59b8c94963
7
- data.tar.gz: 4477fb94f457e78a6dcd52537cc33e22a61486254142e8bd5bfc28df24c877dda7ba6ec509036882f7bda6ebbf524e38983eb6f273e1a29e15beb6b8a8733923
6
+ metadata.gz: b2989686070f21274bffde26297c496c23bb3f48dce3828b4df45713f9617adebfe2e037ad60d0f2d92f33b8a13dba065ae7aabe33127729e21771f77f353e73
7
+ data.tar.gz: f445d29b4a6ae4a1c06c390d8c683df747e2ff9949eb7fee4cac0e983f7855ff9d0b45c9d24e936a87c7ddfe2e9490d393c603ea910b6381cc68ebe40dc5f043
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::CloudSearchDomain
47
50
 
48
- GEM_VERSION = '1.18.1'
51
+ GEM_VERSION = '1.23.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -81,13 +83,28 @@ module Aws::CloudSearchDomain
81
83
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
84
  # credentials.
83
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
+ #
84
100
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
101
  # from an EC2 IMDS on an EC2 instance.
86
102
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
103
+ # * `Aws::ECSCredentials` - Used for loading credentials from
104
+ # instances running in ECS.
89
105
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
106
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
107
+ # from the Cognito Identity service.
91
108
  #
92
109
  # When `:credentials` are not configured directly, the following
93
110
  # locations will be searched for credentials:
@@ -97,10 +114,10 @@ module Aws::CloudSearchDomain
97
114
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
115
  # * `~/.aws/credentials`
99
116
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # 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.
104
121
  #
105
122
  # @option options [String] :access_key_id
106
123
  #
@@ -819,7 +836,7 @@ module Aws::CloudSearchDomain
819
836
  # [1]: http://docs.aws.amazon.com/cloudsearch/latest/developerguide/preparing-data.html
820
837
  # [2]: http://docs.aws.amazon.com/cloudsearch/latest/developerguide/uploading-data.html
821
838
  #
822
- # @option params [required, String, IO] :documents
839
+ # @option params [required, String, StringIO, File] :documents
823
840
  # A batch of documents formatted in JSON or HTML.
824
841
  #
825
842
  # @option params [required, String] :content_type
@@ -871,7 +888,7 @@ module Aws::CloudSearchDomain
871
888
  params: params,
872
889
  config: config)
873
890
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
874
- context[:gem_version] = '1.18.1'
891
+ context[:gem_version] = '1.23.0'
875
892
  Seahorse::Client::Request.new(handlers, context)
876
893
  end
877
894
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'aws-sigv4'
2
4
 
3
5
  module Aws
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Aws
2
4
  module CloudSearchDomain
3
5
  module Plugins
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -22,6 +24,7 @@ module Aws::CloudSearchDomain
22
24
  class Bucket < Struct.new(
23
25
  :value,
24
26
  :count)
27
+ SENSITIVE = []
25
28
  include Aws::Structure
26
29
  end
27
30
 
@@ -33,6 +36,7 @@ module Aws::CloudSearchDomain
33
36
  #
34
37
  class BucketInfo < Struct.new(
35
38
  :buckets)
39
+ SENSITIVE = []
36
40
  include Aws::Structure
37
41
  end
38
42
 
@@ -51,6 +55,7 @@ module Aws::CloudSearchDomain
51
55
  class DocumentServiceException < Struct.new(
52
56
  :status,
53
57
  :message)
58
+ SENSITIVE = []
54
59
  include Aws::Structure
55
60
  end
56
61
 
@@ -63,6 +68,7 @@ module Aws::CloudSearchDomain
63
68
  #
64
69
  class DocumentServiceWarning < Struct.new(
65
70
  :message)
71
+ SENSITIVE = []
66
72
  include Aws::Structure
67
73
  end
68
74
 
@@ -147,6 +153,7 @@ module Aws::CloudSearchDomain
147
153
  :sum_of_squares,
148
154
  :mean,
149
155
  :stddev)
156
+ SENSITIVE = []
150
157
  include Aws::Structure
151
158
  end
152
159
 
@@ -175,6 +182,7 @@ module Aws::CloudSearchDomain
175
182
  :fields,
176
183
  :exprs,
177
184
  :highlights)
185
+ SENSITIVE = []
178
186
  include Aws::Structure
179
187
  end
180
188
 
@@ -202,6 +210,7 @@ module Aws::CloudSearchDomain
202
210
  :start,
203
211
  :cursor,
204
212
  :hit)
213
+ SENSITIVE = []
205
214
  include Aws::Structure
206
215
  end
207
216
 
@@ -214,6 +223,7 @@ module Aws::CloudSearchDomain
214
223
  #
215
224
  class SearchException < Struct.new(
216
225
  :message)
226
+ SENSITIVE = []
217
227
  include Aws::Structure
218
228
  end
219
229
 
@@ -635,6 +645,7 @@ module Aws::CloudSearchDomain
635
645
  :sort,
636
646
  :start,
637
647
  :stats)
648
+ SENSITIVE = []
638
649
  include Aws::Structure
639
650
  end
640
651
 
@@ -663,6 +674,7 @@ module Aws::CloudSearchDomain
663
674
  :hits,
664
675
  :facets,
665
676
  :stats)
677
+ SENSITIVE = []
666
678
  include Aws::Structure
667
679
  end
668
680
 
@@ -680,6 +692,7 @@ module Aws::CloudSearchDomain
680
692
  class SearchStatus < Struct.new(
681
693
  :timems,
682
694
  :rid)
695
+ SENSITIVE = []
683
696
  include Aws::Structure
684
697
  end
685
698
 
@@ -702,6 +715,7 @@ module Aws::CloudSearchDomain
702
715
  :query,
703
716
  :found,
704
717
  :suggestions)
718
+ SENSITIVE = []
705
719
  include Aws::Structure
706
720
  end
707
721
 
@@ -733,6 +747,7 @@ module Aws::CloudSearchDomain
733
747
  :query,
734
748
  :suggester,
735
749
  :size)
750
+ SENSITIVE = []
736
751
  include Aws::Structure
737
752
  end
738
753
 
@@ -750,6 +765,7 @@ module Aws::CloudSearchDomain
750
765
  class SuggestResponse < Struct.new(
751
766
  :status,
752
767
  :suggest)
768
+ SENSITIVE = []
753
769
  include Aws::Structure
754
770
  end
755
771
 
@@ -767,6 +783,7 @@ module Aws::CloudSearchDomain
767
783
  class SuggestStatus < Struct.new(
768
784
  :timems,
769
785
  :rid)
786
+ SENSITIVE = []
770
787
  include Aws::Structure
771
788
  end
772
789
 
@@ -790,6 +807,7 @@ module Aws::CloudSearchDomain
790
807
  :suggestion,
791
808
  :score,
792
809
  :id)
810
+ SENSITIVE = []
793
811
  include Aws::Structure
794
812
  end
795
813
 
@@ -818,6 +836,7 @@ module Aws::CloudSearchDomain
818
836
  class UploadDocumentsRequest < Struct.new(
819
837
  :documents,
820
838
  :content_type)
839
+ SENSITIVE = []
821
840
  include Aws::Structure
822
841
  end
823
842
 
@@ -845,6 +864,7 @@ module Aws::CloudSearchDomain
845
864
  :adds,
846
865
  :deletes,
847
866
  :warnings)
867
+ SENSITIVE = []
848
868
  include Aws::Structure
849
869
  end
850
870
 
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.18.1
4
+ version: 1.23.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-11 00:00:00.000000000 Z
11
+ date: 2021-02-02 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.112.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.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement