aws-sdk-cloudsearch 1.33.0 → 1.34.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: d698a798a296512a0ca31c1d0e704f589daee5cfe49d77b9dac0dbd8d992d243
4
- data.tar.gz: 01db68f73652239f01eb7a63e6d82a7a82582b068d0cb4bb41c3a47ebb280273
3
+ metadata.gz: f9fbaad3ed6594ed96a4cd0bac38f65db70b670a2493db1d52ce525a74d40c56
4
+ data.tar.gz: 7f0d278960474573a9d52cff5f22ca96df2ba2212552c96fd2a08ec440d809cc
5
5
  SHA512:
6
- metadata.gz: b095a327537baf28ccb419320dffa725a475e320b68572e0cc1dd1d8b1cc786716963d9958a4753cbb7631052ac9ec570b044fcf5b51deac7fb92eac29ff1458
7
- data.tar.gz: cfc1e3ad9631bcaa7a660c149c0ffae0a978695b4a7ef64cdc121a83a48b47b8857ee5711481adad251bd0b53c89a43e8ab6b1c1315a610af25004abe66cf0bc
6
+ metadata.gz: 7c1d3b5bcb03f3d330933b8da7f488867b2af959b14e97cf28e994feb1d8daa9a6180b300138fa00f030e6919c58f33c49b807e77454079b63ced02dff40b256
7
+ data.tar.gz: d6bbd9a7c02f92bed331de374d5cfdc22ea3461a413a7b65c9198777aaddca96f8e5b9b92c3354f34aa7d66d71ca3cda74a33ae7e2db755e0f8025a8d691e03c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.33.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
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.33.0'
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
 
@@ -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.33.0'
51
+ GEM_VERSION = '1.34.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.33.0
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-09-01 00:00:00.000000000 Z
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