aws-sdk-cloudsearchdomain 1.18.1 → 1.19.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: 65a817f00fd4ab109c953538a72852c76369854fd24c089befb070424b323b48
4
+ data.tar.gz: b46780ddf8d4dc1f52b7878640083e3fb4777e6905d3837bd4657a893c7455a2
5
5
  SHA512:
6
- metadata.gz: d7f919eec9b56a8360c73f2ea10ff1e71007c0aa7cce755aa04f893d6a23f8bd76ac43842acef3055d64899fdce03e507cd5273cd1234e5929578a59b8c94963
7
- data.tar.gz: 4477fb94f457e78a6dcd52537cc33e22a61486254142e8bd5bfc28df24c877dda7ba6ec509036882f7bda6ebbf524e38983eb6f273e1a29e15beb6b8a8733923
6
+ metadata.gz: 60dbff4d494d253a5028acbf574def590aaad741f56d28b5b7a8636dee107a897931df98f33acde97f72bfddee9f828d5127403d629dc3633fda3464e5ef7d20
7
+ data.tar.gz: 3874e9d5a52ec066a7bc9ac9a290601992a21a15abb7c17055f68a126b92072aed83342f9bc680306b3fa723848461bbd2a777e6a031d455b155c97ca7b5285e
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
45
47
  # @service
46
48
  module Aws::CloudSearchDomain
47
49
 
48
- GEM_VERSION = '1.18.1'
50
+ GEM_VERSION = '1.19.0'
49
51
 
50
52
  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:
@@ -871,7 +873,7 @@ module Aws::CloudSearchDomain
871
873
  params: params,
872
874
  config: config)
873
875
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
874
- context[:gem_version] = '1.18.1'
876
+ context[:gem_version] = '1.19.0'
875
877
  Seahorse::Client::Request.new(handlers, context)
876
878
  end
877
879
 
@@ -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.19.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: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core