aws-sdk-opensearchservice 1.15.0 → 1.16.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: 42b1c41075cedb2a2a536a4467527ab6a925319bd50654e43d41d60b7b9ad84d
4
- data.tar.gz: bcb4a5e2cbfb1e26e0a8cbfd3693626f3b32da21936b4372a5aa20e420efa7bd
3
+ metadata.gz: 3f054dc53aa113e06953780833d69b7e887e6feac5b5a2b4195cb3d07e8343be
4
+ data.tar.gz: 0e3c2b33d194d896c875fb50001039ffb40ac2117469b44ad45c77d45d54f59d
5
5
  SHA512:
6
- metadata.gz: 11d0905459211f00cc8aa91cde568e4ea333bdddd6bd0bad92b3eeb6e593b2b3189c8e4b8305c88e01cb20627ccc0661cb7612c5b85883254532869153f93cdd
7
- data.tar.gz: 9fbfd97b7975d9d60a420a10198c6b1102873c39db9a787417bb785667baa9842999605be2724600fe50f7a34786eee49ca7d96abe7c9bc5fd425dd5eacb135e
6
+ metadata.gz: 17c930295be5b72585be652441f64034c913b966af3018dceafb69100544a8c3fa6055f14d123e5c62d639f7a78334e286a2c974815e02be09cacacb8d2a210f
7
+ data.tar.gz: 23b8642d487057a093c69e777152c09548ef79aa041b1b31d2fef669c944506c07e8cf32dcc7a0697aadd060d8c2f40354bc63285af4153526ad70da81f2f6ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2023-01-31)
5
+ ------------------
6
+
7
+ * Feature - Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy.
8
+
4
9
  1.15.0 (2023-01-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -401,6 +401,7 @@ module Aws::OpenSearchService
401
401
  # resp.connection.connection_id #=> String
402
402
  # resp.connection.connection_status.status_code #=> String, one of "PENDING_ACCEPTANCE", "APPROVED", "PROVISIONING", "ACTIVE", "REJECTING", "REJECTED", "DELETING", "DELETED"
403
403
  # resp.connection.connection_status.message #=> String
404
+ # resp.connection.connection_mode #=> String, one of "DIRECT", "VPC_ENDPOINT"
404
405
  #
405
406
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AcceptInboundConnection AWS API Documentation
406
407
  #
@@ -905,6 +906,9 @@ module Aws::OpenSearchService
905
906
  # @option params [required, String] :connection_alias
906
907
  # Name of the connection.
907
908
  #
909
+ # @option params [String] :connection_mode
910
+ # The connection mode.
911
+ #
908
912
  # @return [Types::CreateOutboundConnectionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
909
913
  #
910
914
  # * {Types::CreateOutboundConnectionResponse#local_domain_info #local_domain_info} => Types::DomainInformationContainer
@@ -912,6 +916,8 @@ module Aws::OpenSearchService
912
916
  # * {Types::CreateOutboundConnectionResponse#connection_alias #connection_alias} => String
913
917
  # * {Types::CreateOutboundConnectionResponse#connection_status #connection_status} => Types::OutboundConnectionStatus
914
918
  # * {Types::CreateOutboundConnectionResponse#connection_id #connection_id} => String
919
+ # * {Types::CreateOutboundConnectionResponse#connection_mode #connection_mode} => String
920
+ # * {Types::CreateOutboundConnectionResponse#connection_properties #connection_properties} => Types::ConnectionProperties
915
921
  #
916
922
  # @example Request syntax with placeholder values
917
923
  #
@@ -931,6 +937,7 @@ module Aws::OpenSearchService
931
937
  # },
932
938
  # },
933
939
  # connection_alias: "ConnectionAlias", # required
940
+ # connection_mode: "DIRECT", # accepts DIRECT, VPC_ENDPOINT
934
941
  # })
935
942
  #
936
943
  # @example Response structure
@@ -945,6 +952,8 @@ module Aws::OpenSearchService
945
952
  # resp.connection_status.status_code #=> String, one of "VALIDATING", "VALIDATION_FAILED", "PENDING_ACCEPTANCE", "APPROVED", "PROVISIONING", "ACTIVE", "REJECTING", "REJECTED", "DELETING", "DELETED"
946
953
  # resp.connection_status.message #=> String
947
954
  # resp.connection_id #=> String
955
+ # resp.connection_mode #=> String, one of "DIRECT", "VPC_ENDPOINT"
956
+ # resp.connection_properties.endpoint #=> String
948
957
  #
949
958
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateOutboundConnection AWS API Documentation
950
959
  #
@@ -1201,6 +1210,7 @@ module Aws::OpenSearchService
1201
1210
  # resp.connection.connection_id #=> String
1202
1211
  # resp.connection.connection_status.status_code #=> String, one of "PENDING_ACCEPTANCE", "APPROVED", "PROVISIONING", "ACTIVE", "REJECTING", "REJECTED", "DELETING", "DELETED"
1203
1212
  # resp.connection.connection_status.message #=> String
1213
+ # resp.connection.connection_mode #=> String, one of "DIRECT", "VPC_ENDPOINT"
1204
1214
  #
1205
1215
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteInboundConnection AWS API Documentation
1206
1216
  #
@@ -1245,6 +1255,8 @@ module Aws::OpenSearchService
1245
1255
  # resp.connection.connection_alias #=> String
1246
1256
  # resp.connection.connection_status.status_code #=> String, one of "VALIDATING", "VALIDATION_FAILED", "PENDING_ACCEPTANCE", "APPROVED", "PROVISIONING", "ACTIVE", "REJECTING", "REJECTED", "DELETING", "DELETED"
1247
1257
  # resp.connection.connection_status.message #=> String
1258
+ # resp.connection.connection_mode #=> String, one of "DIRECT", "VPC_ENDPOINT"
1259
+ # resp.connection.connection_properties.endpoint #=> String
1248
1260
  #
1249
1261
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DeleteOutboundConnection AWS API Documentation
1250
1262
  #
@@ -1991,6 +2003,7 @@ module Aws::OpenSearchService
1991
2003
  # resp.connections[0].connection_id #=> String
1992
2004
  # resp.connections[0].connection_status.status_code #=> String, one of "PENDING_ACCEPTANCE", "APPROVED", "PROVISIONING", "ACTIVE", "REJECTING", "REJECTED", "DELETING", "DELETED"
1993
2005
  # resp.connections[0].connection_status.message #=> String
2006
+ # resp.connections[0].connection_mode #=> String, one of "DIRECT", "VPC_ENDPOINT"
1994
2007
  # resp.next_token #=> String
1995
2008
  #
1996
2009
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeInboundConnections AWS API Documentation
@@ -2110,6 +2123,8 @@ module Aws::OpenSearchService
2110
2123
  # resp.connections[0].connection_alias #=> String
2111
2124
  # resp.connections[0].connection_status.status_code #=> String, one of "VALIDATING", "VALIDATION_FAILED", "PENDING_ACCEPTANCE", "APPROVED", "PROVISIONING", "ACTIVE", "REJECTING", "REJECTED", "DELETING", "DELETED"
2112
2125
  # resp.connections[0].connection_status.message #=> String
2126
+ # resp.connections[0].connection_mode #=> String, one of "DIRECT", "VPC_ENDPOINT"
2127
+ # resp.connections[0].connection_properties.endpoint #=> String
2113
2128
  # resp.next_token #=> String
2114
2129
  #
2115
2130
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeOutboundConnections AWS API Documentation
@@ -3059,6 +3074,7 @@ module Aws::OpenSearchService
3059
3074
  # resp.connection.connection_id #=> String
3060
3075
  # resp.connection.connection_status.status_code #=> String, one of "PENDING_ACCEPTANCE", "APPROVED", "PROVISIONING", "ACTIVE", "REJECTING", "REJECTED", "DELETING", "DELETED"
3061
3076
  # resp.connection.connection_status.message #=> String
3077
+ # resp.connection.connection_mode #=> String, one of "DIRECT", "VPC_ENDPOINT"
3062
3078
  #
3063
3079
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/RejectInboundConnection AWS API Documentation
3064
3080
  #
@@ -3722,7 +3738,7 @@ module Aws::OpenSearchService
3722
3738
  params: params,
3723
3739
  config: config)
3724
3740
  context[:gem_name] = 'aws-sdk-opensearchservice'
3725
- context[:gem_version] = '1.15.0'
3741
+ context[:gem_version] = '1.16.0'
3726
3742
  Seahorse::Client::Request.new(handlers, context)
3727
3743
  end
3728
3744
 
@@ -72,6 +72,8 @@ module Aws::OpenSearchService
72
72
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
73
73
  ConnectionAlias = Shapes::StringShape.new(name: 'ConnectionAlias')
74
74
  ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
75
+ ConnectionMode = Shapes::StringShape.new(name: 'ConnectionMode')
76
+ ConnectionProperties = Shapes::StructureShape.new(name: 'ConnectionProperties')
75
77
  ConnectionStatusMessage = Shapes::StringShape.new(name: 'ConnectionStatusMessage')
76
78
  CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
77
79
  CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
@@ -536,6 +538,9 @@ module Aws::OpenSearchService
536
538
 
537
539
  ConflictException.struct_class = Types::ConflictException
538
540
 
541
+ ConnectionProperties.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
542
+ ConnectionProperties.struct_class = Types::ConnectionProperties
543
+
539
544
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
540
545
  CreateDomainRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: VersionString, location_name: "EngineVersion"))
541
546
  CreateDomainRequest.add_member(:cluster_config, Shapes::ShapeRef.new(shape: ClusterConfig, location_name: "ClusterConfig"))
@@ -560,6 +565,7 @@ module Aws::OpenSearchService
560
565
  CreateOutboundConnectionRequest.add_member(:local_domain_info, Shapes::ShapeRef.new(shape: DomainInformationContainer, required: true, location_name: "LocalDomainInfo"))
561
566
  CreateOutboundConnectionRequest.add_member(:remote_domain_info, Shapes::ShapeRef.new(shape: DomainInformationContainer, required: true, location_name: "RemoteDomainInfo"))
562
567
  CreateOutboundConnectionRequest.add_member(:connection_alias, Shapes::ShapeRef.new(shape: ConnectionAlias, required: true, location_name: "ConnectionAlias"))
568
+ CreateOutboundConnectionRequest.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "ConnectionMode"))
563
569
  CreateOutboundConnectionRequest.struct_class = Types::CreateOutboundConnectionRequest
564
570
 
565
571
  CreateOutboundConnectionResponse.add_member(:local_domain_info, Shapes::ShapeRef.new(shape: DomainInformationContainer, location_name: "LocalDomainInfo"))
@@ -567,6 +573,8 @@ module Aws::OpenSearchService
567
573
  CreateOutboundConnectionResponse.add_member(:connection_alias, Shapes::ShapeRef.new(shape: ConnectionAlias, location_name: "ConnectionAlias"))
568
574
  CreateOutboundConnectionResponse.add_member(:connection_status, Shapes::ShapeRef.new(shape: OutboundConnectionStatus, location_name: "ConnectionStatus"))
569
575
  CreateOutboundConnectionResponse.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
576
+ CreateOutboundConnectionResponse.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "ConnectionMode"))
577
+ CreateOutboundConnectionResponse.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "ConnectionProperties"))
570
578
  CreateOutboundConnectionResponse.struct_class = Types::CreateOutboundConnectionResponse
571
579
 
572
580
  CreatePackageRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location_name: "PackageName"))
@@ -902,6 +910,7 @@ module Aws::OpenSearchService
902
910
  InboundConnection.add_member(:remote_domain_info, Shapes::ShapeRef.new(shape: DomainInformationContainer, location_name: "RemoteDomainInfo"))
903
911
  InboundConnection.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
904
912
  InboundConnection.add_member(:connection_status, Shapes::ShapeRef.new(shape: InboundConnectionStatus, location_name: "ConnectionStatus"))
913
+ InboundConnection.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "ConnectionMode"))
905
914
  InboundConnection.struct_class = Types::InboundConnection
906
915
 
907
916
  InboundConnectionStatus.add_member(:status_code, Shapes::ShapeRef.new(shape: InboundConnectionStatusCode, location_name: "StatusCode"))
@@ -1056,6 +1065,8 @@ module Aws::OpenSearchService
1056
1065
  OutboundConnection.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "ConnectionId"))
1057
1066
  OutboundConnection.add_member(:connection_alias, Shapes::ShapeRef.new(shape: ConnectionAlias, location_name: "ConnectionAlias"))
1058
1067
  OutboundConnection.add_member(:connection_status, Shapes::ShapeRef.new(shape: OutboundConnectionStatus, location_name: "ConnectionStatus"))
1068
+ OutboundConnection.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "ConnectionMode"))
1069
+ OutboundConnection.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "ConnectionProperties"))
1059
1070
  OutboundConnection.struct_class = Types::OutboundConnection
1060
1071
 
1061
1072
  OutboundConnectionStatus.add_member(:status_code, Shapes::ShapeRef.new(shape: OutboundConnectionStatusCode, location_name: "StatusCode"))
@@ -63,8 +63,8 @@ module Aws::OpenSearchService
63
63
  include Aws::Structure
64
64
  end
65
65
 
66
- # An error occurred because user does not have permissions to access the
67
- # resource. Returns HTTP status code 403.
66
+ # An error occurred because you don't have permissions to access the
67
+ # resource.
68
68
  #
69
69
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AccessDeniedException AWS API Documentation
70
70
  #
@@ -963,12 +963,26 @@ module Aws::OpenSearchService
963
963
  end
964
964
 
965
965
  # An error occurred because the client attempts to remove a resource
966
- # that is currently in use. Returns HTTP status code 409.
966
+ # that's currently in use.
967
967
  #
968
968
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ConflictException AWS API Documentation
969
969
  #
970
970
  class ConflictException < Aws::EmptyStructure; end
971
971
 
972
+ # The connection properties of an outbound connection.
973
+ #
974
+ # @!attribute [rw] endpoint
975
+ # The endpoint of the remote domain.
976
+ # @return [String]
977
+ #
978
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ConnectionProperties AWS API Documentation
979
+ #
980
+ class ConnectionProperties < Struct.new(
981
+ :endpoint)
982
+ SENSITIVE = []
983
+ include Aws::Structure
984
+ end
985
+
972
986
  # @!attribute [rw] domain_name
973
987
  # Name of the OpenSearch Service domain to create. Domain names are
974
988
  # unique across the domains owned by an account within an Amazon Web
@@ -1142,12 +1156,17 @@ module Aws::OpenSearchService
1142
1156
  # Name of the connection.
1143
1157
  # @return [String]
1144
1158
  #
1159
+ # @!attribute [rw] connection_mode
1160
+ # The connection mode.
1161
+ # @return [String]
1162
+ #
1145
1163
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateOutboundConnectionRequest AWS API Documentation
1146
1164
  #
1147
1165
  class CreateOutboundConnectionRequest < Struct.new(
1148
1166
  :local_domain_info,
1149
1167
  :remote_domain_info,
1150
- :connection_alias)
1168
+ :connection_alias,
1169
+ :connection_mode)
1151
1170
  SENSITIVE = []
1152
1171
  include Aws::Structure
1153
1172
  end
@@ -1176,6 +1195,14 @@ module Aws::OpenSearchService
1176
1195
  # used for subsequent operations on the connection.
1177
1196
  # @return [String]
1178
1197
  #
1198
+ # @!attribute [rw] connection_mode
1199
+ # The connection mode.
1200
+ # @return [String]
1201
+ #
1202
+ # @!attribute [rw] connection_properties
1203
+ # The `ConnectionProperties` for the newly created connection.
1204
+ # @return [Types::ConnectionProperties]
1205
+ #
1179
1206
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateOutboundConnectionResponse AWS API Documentation
1180
1207
  #
1181
1208
  class CreateOutboundConnectionResponse < Struct.new(
@@ -1183,7 +1210,9 @@ module Aws::OpenSearchService
1183
1210
  :remote_domain_info,
1184
1211
  :connection_alias,
1185
1212
  :connection_status,
1186
- :connection_id)
1213
+ :connection_id,
1214
+ :connection_mode,
1215
+ :connection_properties)
1187
1216
  SENSITIVE = []
1188
1217
  include Aws::Structure
1189
1218
  end
@@ -1993,8 +2022,8 @@ module Aws::OpenSearchService
1993
2022
  include Aws::Structure
1994
2023
  end
1995
2024
 
1996
- # An error occured because the client wanted to access a not supported
1997
- # operation. Gives http status code of 409.
2025
+ # An error occured because the client wanted to access an unsupported
2026
+ # operation.
1998
2027
  #
1999
2028
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DisabledOperationException AWS API Documentation
2000
2029
  #
@@ -2890,13 +2919,18 @@ module Aws::OpenSearchService
2890
2919
  # The current status of the connection.
2891
2920
  # @return [Types::InboundConnectionStatus]
2892
2921
  #
2922
+ # @!attribute [rw] connection_mode
2923
+ # The connection mode.
2924
+ # @return [String]
2925
+ #
2893
2926
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/InboundConnection AWS API Documentation
2894
2927
  #
2895
2928
  class InboundConnection < Struct.new(
2896
2929
  :local_domain_info,
2897
2930
  :remote_domain_info,
2898
2931
  :connection_id,
2899
- :connection_status)
2932
+ :connection_status,
2933
+ :connection_mode)
2900
2934
  SENSITIVE = []
2901
2935
  include Aws::Structure
2902
2936
  end
@@ -3024,30 +3058,29 @@ module Aws::OpenSearchService
3024
3058
  include Aws::Structure
3025
3059
  end
3026
3060
 
3027
- # The request processing has failed because of an unknown error,
3028
- # exception or failure (the failure is internal to the service) . Gives
3029
- # http status code of 500.
3061
+ # Request processing failed because of an unknown error, exception, or
3062
+ # internal failure.
3030
3063
  #
3031
3064
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/InternalException AWS API Documentation
3032
3065
  #
3033
3066
  class InternalException < Aws::EmptyStructure; end
3034
3067
 
3035
- # The request processing has failed because of invalid pagination token
3036
- # provided by customer. Returns an HTTP status code of 400.
3068
+ # The request processing has failed because you provided an invalid
3069
+ # pagination token.
3037
3070
  #
3038
3071
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/InvalidPaginationTokenException AWS API Documentation
3039
3072
  #
3040
3073
  class InvalidPaginationTokenException < Aws::EmptyStructure; end
3041
3074
 
3042
- # An exception for trying to create or access sub-resource that is
3043
- # either invalid or not supported. Gives http status code of 409.
3075
+ # An exception for trying to create or access a sub-resource that's
3076
+ # either invalid or not supported.
3044
3077
  #
3045
3078
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/InvalidTypeException AWS API Documentation
3046
3079
  #
3047
3080
  class InvalidTypeException < Aws::EmptyStructure; end
3048
3081
 
3049
- # An exception for trying to create more than allowed resources or
3050
- # sub-resources. Gives http status code of 409.
3082
+ # An exception for trying to create more than the allowed number of
3083
+ # resources or sub-resources.
3051
3084
  #
3052
3085
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/LimitExceededException AWS API Documentation
3053
3086
  #
@@ -3638,6 +3671,14 @@ module Aws::OpenSearchService
3638
3671
  # Status of the connection.
3639
3672
  # @return [Types::OutboundConnectionStatus]
3640
3673
  #
3674
+ # @!attribute [rw] connection_mode
3675
+ # The connection mode.
3676
+ # @return [String]
3677
+ #
3678
+ # @!attribute [rw] connection_properties
3679
+ # Properties for the outbound connection.
3680
+ # @return [Types::ConnectionProperties]
3681
+ #
3641
3682
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/OutboundConnection AWS API Documentation
3642
3683
  #
3643
3684
  class OutboundConnection < Struct.new(
@@ -3645,7 +3686,9 @@ module Aws::OpenSearchService
3645
3686
  :remote_domain_info,
3646
3687
  :connection_id,
3647
3688
  :connection_alias,
3648
- :connection_status)
3689
+ :connection_status,
3690
+ :connection_mode,
3691
+ :connection_properties)
3649
3692
  SENSITIVE = []
3650
3693
  include Aws::Structure
3651
3694
  end
@@ -4047,15 +4090,13 @@ module Aws::OpenSearchService
4047
4090
  include Aws::Structure
4048
4091
  end
4049
4092
 
4050
- # An exception for creating a resource that already exists. Gives http
4051
- # status code of 400.
4093
+ # An exception for creating a resource that already exists.
4052
4094
  #
4053
4095
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ResourceAlreadyExistsException AWS API Documentation
4054
4096
  #
4055
4097
  class ResourceAlreadyExistsException < Aws::EmptyStructure; end
4056
4098
 
4057
- # An exception for accessing or deleting a resource that does not exist.
4058
- # Gives http status code of 400.
4099
+ # An exception for accessing or deleting a resource that doesn't exist.
4059
4100
  #
4060
4101
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ResourceNotFoundException AWS API Documentation
4061
4102
  #
@@ -4936,8 +4977,7 @@ module Aws::OpenSearchService
4936
4977
  include Aws::Structure
4937
4978
  end
4938
4979
 
4939
- # An exception for missing / invalid input fields. Gives http status
4940
- # code of 400.
4980
+ # An exception for missing or invalid input fields.
4941
4981
  #
4942
4982
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/ValidationException AWS API Documentation
4943
4983
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opensearchservice/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchService
54
54
 
55
- GEM_VERSION = '1.15.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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: 2023-01-19 00:00:00.000000000 Z
11
+ date: 2023-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core