aws-sdk-cloudsearch 1.30.0 → 1.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudsearch/client.rb +1 -1
- data/lib/aws-sdk-cloudsearch/client_api.rb +12 -0
- data/lib/aws-sdk-cloudsearch.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9fbaad3ed6594ed96a4cd0bac38f65db70b670a2493db1d52ce525a74d40c56
|
4
|
+
data.tar.gz: 7f0d278960474573a9d52cff5f22ca96df2ba2212552c96fd2a08ec440d809cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c1d3b5bcb03f3d330933b8da7f488867b2af959b14e97cf28e994feb1d8daa9a6180b300138fa00f030e6919c58f33c49b807e77454079b63ced02dff40b256
|
7
|
+
data.tar.gz: d6bbd9a7c02f92bed331de374d5cfdc22ea3461a413a7b65c9198777aaddca96f8e5b9b92c3354f34aa7d66d71ca3cda74a33ae7e2db755e0f8025a8d691e03c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.34.0 (2021-10-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling.
|
8
|
+
|
9
|
+
1.33.0 (2021-09-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.32.0 (2021-07-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.31.0 (2021-07-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.30.0 (2021-06-23)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.34.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.
|
1848
|
+
context[:gem_version] = '1.34.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
|
|
data/lib/aws-sdk-cloudsearch.rb
CHANGED
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.
|
4
|
+
version: 1.34.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-
|
11
|
+
date: 2021-10-12 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.
|
22
|
+
version: 3.120.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.
|
32
|
+
version: 3.120.0
|
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: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|