aws-sdk-cloudsearch 1.31.0 → 1.35.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: 3da533890bb5ff94360f186ca4913ce1fc085f10deb7d58ad183c7595cd4d5cb
4
- data.tar.gz: 77ec5ac1cea0d0ab2f914a180409b725bf115afd1c34bbb22bf7d76de8a40a13
3
+ metadata.gz: e2dffe4ebabf045e5b31e54108e6b20d7673ecd52bd468051da2bb8152283a68
4
+ data.tar.gz: 9963d27bafa3a685362724e6de509a56f0f518f89a3d33846e1bc3fc3114b052
5
5
  SHA512:
6
- metadata.gz: e9b09ad371c39e97dab33ce7ae7a4aee65478c14afebe7acbd47af15d7b99dd4d05943d3de26cb1dac8cf23fec8bf920c0a23a844c791a210cb32f3f823c63cd
7
- data.tar.gz: fcb6e39b42fe89c73bd71dbe04289f1467ee492522ce44f1c6ae186a78fa3e5bc2e9651718932e0f0e554730f9a8735a60def56ffda02c72850ae3054fc4594c
6
+ metadata.gz: 9a339e00d085930ce510bef769218be0573b8b099dd15dd17117647ed559ff9e5308501cb47eb5f891388d15677f4bc63b3394bcf268f5666dcab1768e218a1f
7
+ data.tar.gz: 703a44e5d06d528b5ee4b376cb80efbefde64000391297ba9aadbdc1ae570d82d57456cd9c98df934573ac0df1580c23b764255d70baa9f894232f484dcf6000
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.34.0 (2021-10-12)
10
+ ------------------
11
+
12
+ * Feature - Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling.
13
+
14
+ 1.33.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.32.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.31.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.35.0
@@ -1845,7 +1845,7 @@ module Aws::CloudSearch
1845
1845
  params: params,
1846
1846
  config: config)
1847
1847
  context[:gem_name] = 'aws-sdk-cloudsearch'
1848
- context[:gem_version] = '1.31.0'
1848
+ context[:gem_version] = '1.35.0'
1849
1849
  Seahorse::Client::Request.new(handlers, context)
1850
1850
  end
1851
1851
 
@@ -582,6 +582,7 @@ module Aws::CloudSearch
582
582
  o.errors << Shapes::ShapeRef.new(shape: BaseException)
583
583
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
584
584
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
585
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
585
586
  end)
586
587
 
587
588
  api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
@@ -608,6 +609,7 @@ module Aws::CloudSearch
608
609
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
609
610
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
610
611
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
612
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
611
613
  end)
612
614
 
613
615
  api.add_operation(:define_expression, Seahorse::Model::Operation.new.tap do |o|
@@ -621,6 +623,7 @@ module Aws::CloudSearch
621
623
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
622
624
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
623
625
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
626
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
624
627
  end)
625
628
 
626
629
  api.add_operation(:define_index_field, Seahorse::Model::Operation.new.tap do |o|
@@ -634,6 +637,7 @@ module Aws::CloudSearch
634
637
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
635
638
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
636
639
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
640
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
637
641
  end)
638
642
 
639
643
  api.add_operation(:define_suggester, Seahorse::Model::Operation.new.tap do |o|
@@ -647,6 +651,7 @@ module Aws::CloudSearch
647
651
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
648
652
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
649
653
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
654
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
650
655
  end)
651
656
 
652
657
  api.add_operation(:delete_analysis_scheme, Seahorse::Model::Operation.new.tap do |o|
@@ -659,6 +664,7 @@ module Aws::CloudSearch
659
664
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
660
665
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
661
666
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
667
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
662
668
  end)
663
669
 
664
670
  api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
@@ -681,6 +687,7 @@ module Aws::CloudSearch
681
687
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
682
688
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
683
689
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
690
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
684
691
  end)
685
692
 
686
693
  api.add_operation(:delete_index_field, Seahorse::Model::Operation.new.tap do |o|
@@ -693,6 +700,7 @@ module Aws::CloudSearch
693
700
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
694
701
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
695
702
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
703
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
696
704
  end)
697
705
 
698
706
  api.add_operation(:delete_suggester, Seahorse::Model::Operation.new.tap do |o|
@@ -705,6 +713,7 @@ module Aws::CloudSearch
705
713
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
706
714
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
707
715
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
716
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
708
717
  end)
709
718
 
710
719
  api.add_operation(:describe_analysis_schemes, Seahorse::Model::Operation.new.tap do |o|
@@ -819,6 +828,7 @@ module Aws::CloudSearch
819
828
  o.errors << Shapes::ShapeRef.new(shape: BaseException)
820
829
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
821
830
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
831
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
822
832
  end)
823
833
 
824
834
  api.add_operation(:list_domain_names, Seahorse::Model::Operation.new.tap do |o|
@@ -871,6 +881,7 @@ module Aws::CloudSearch
871
881
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
872
882
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
873
883
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
884
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
874
885
  end)
875
886
 
876
887
  api.add_operation(:update_service_access_policies, Seahorse::Model::Operation.new.tap do |o|
@@ -884,6 +895,7 @@ module Aws::CloudSearch
884
895
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
885
896
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
886
897
  o.errors << Shapes::ShapeRef.new(shape: InvalidTypeException)
898
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
887
899
  end)
888
900
  end
889
901
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudsearch/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudSearch
50
50
 
51
- GEM_VERSION = '1.31.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.35.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: 2021-07-28 00:00:00.000000000 Z
11
+ date: 2021-10-18 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.118.0
22
+ version: 3.121.2
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.118.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="