aws-sdk-opensearchserverless 1.20.0 → 1.22.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: 8f30c5cca44dbd2f9baf25ec3723e7f291e15cd8d8c41fa27ce08fbeb0281683
4
- data.tar.gz: 470fa0ce33f279b45ef4fdc55176c9a0834dc7dec283dd0ce2cc1342d9a72b26
3
+ metadata.gz: 539b15ed26e4d685beffafd2408b624ebc703d220e394665359d2afe23a3a16d
4
+ data.tar.gz: f7eb96341c725352e7d36a6bb110b29579997a0c6858c12670c4b0f477a81eff
5
5
  SHA512:
6
- metadata.gz: df34d4698730afa87f2e9596394cf39671621dab2374f146dd4e89ce724f6b4d481bd0beeb967f4371b00fd9c169d1d45052e035bacb1bd97d722d417d050965
7
- data.tar.gz: 350016d8f0fb8a715c81e786d4a1835bb262071fa467b2a1dbac1a4d7c492be3064de031c043371224b53fa4951989713351c37a7ef520d944b75bf1487a5deb
6
+ metadata.gz: e80f363941bc4b8d3bec6a49a9d32ae9339427f02721d48ff9cc02f2bc37be22bb3bb3278613ff74fafd60035cf903e204d5866dcf4c0ed0ea67619e8c4e777b
7
+ data.tar.gz: de9b0e7a2782dac9370cab452d1fdf2af6b4ab3017cb2e3b4acea916cdf2fd7c9cc1c8769c3b4d066a94bae9c5edd38d3eb16f29839b788abf6d6706e3d849c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2024-08-20)
5
+ ------------------
6
+
7
+ * Feature - Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
8
+
9
+ 1.21.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.20.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.22.0
@@ -312,6 +312,15 @@ module Aws::OpenSearchServerless
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :simple_json (false)
316
325
  # Disables request parameter conversion, validation, and formatting.
317
326
  # Also disables response data type conversions. The request parameters
@@ -465,6 +474,8 @@ module Aws::OpenSearchServerless
465
474
  # resp.collection_details[0].created_date #=> Integer
466
475
  # resp.collection_details[0].dashboard_endpoint #=> String
467
476
  # resp.collection_details[0].description #=> String
477
+ # resp.collection_details[0].failure_code #=> String
478
+ # resp.collection_details[0].failure_message #=> String
468
479
  # resp.collection_details[0].id #=> String
469
480
  # resp.collection_details[0].kms_key_arn #=> String
470
481
  # resp.collection_details[0].last_modified_date #=> Integer
@@ -615,6 +626,8 @@ module Aws::OpenSearchServerless
615
626
  #
616
627
  # resp.vpc_endpoint_details #=> Array
617
628
  # resp.vpc_endpoint_details[0].created_date #=> Integer
629
+ # resp.vpc_endpoint_details[0].failure_code #=> String
630
+ # resp.vpc_endpoint_details[0].failure_message #=> String
618
631
  # resp.vpc_endpoint_details[0].id #=> String
619
632
  # resp.vpc_endpoint_details[0].name #=> String
620
633
  # resp.vpc_endpoint_details[0].security_group_ids #=> Array
@@ -2346,7 +2359,7 @@ module Aws::OpenSearchServerless
2346
2359
  params: params,
2347
2360
  config: config)
2348
2361
  context[:gem_name] = 'aws-sdk-opensearchserverless'
2349
- context[:gem_version] = '1.20.0'
2362
+ context[:gem_version] = '1.22.0'
2350
2363
  Seahorse::Client::Request.new(handlers, context)
2351
2364
  end
2352
2365
 
@@ -266,6 +266,8 @@ module Aws::OpenSearchServerless
266
266
  CollectionDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
267
267
  CollectionDetail.add_member(:dashboard_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "dashboardEndpoint"))
268
268
  CollectionDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
269
+ CollectionDetail.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
270
+ CollectionDetail.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
269
271
  CollectionDetail.add_member(:id, Shapes::ShapeRef.new(shape: CollectionId, location_name: "id"))
270
272
  CollectionDetail.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyArn"))
271
273
  CollectionDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
@@ -779,6 +781,8 @@ module Aws::OpenSearchServerless
779
781
  ValidationException.struct_class = Types::ValidationException
780
782
 
781
783
  VpcEndpointDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
784
+ VpcEndpointDetail.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
785
+ VpcEndpointDetail.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
782
786
  VpcEndpointDetail.add_member(:id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "id"))
783
787
  VpcEndpointDetail.add_member(:name, Shapes::ShapeRef.new(shape: VpcEndpointName, location_name: "name"))
784
788
  VpcEndpointDetail.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "securityGroupIds"))
@@ -816,9 +820,11 @@ module Aws::OpenSearchServerless
816
820
 
817
821
  api.metadata = {
818
822
  "apiVersion" => "2021-11-01",
823
+ "auth" => ["aws.auth#sigv4"],
819
824
  "endpointPrefix" => "aoss",
820
825
  "jsonVersion" => "1.0",
821
826
  "protocol" => "json",
827
+ "protocols" => ["json"],
822
828
  "serviceFullName" => "OpenSearch Service Serverless",
823
829
  "serviceId" => "OpenSearchServerless",
824
830
  "signatureVersion" => "v4",
@@ -311,6 +311,14 @@ module Aws::OpenSearchServerless
311
311
  # A description of the collection.
312
312
  # @return [String]
313
313
  #
314
+ # @!attribute [rw] failure_code
315
+ # A failure code associated with the request.
316
+ # @return [String]
317
+ #
318
+ # @!attribute [rw] failure_message
319
+ # A message associated with the failure code.
320
+ # @return [String]
321
+ #
314
322
  # @!attribute [rw] id
315
323
  # A unique identifier for the collection.
316
324
  # @return [String]
@@ -348,6 +356,8 @@ module Aws::OpenSearchServerless
348
356
  :created_date,
349
357
  :dashboard_endpoint,
350
358
  :description,
359
+ :failure_code,
360
+ :failure_message,
351
361
  :id,
352
362
  :kms_key_arn,
353
363
  :last_modified_date,
@@ -2616,6 +2626,14 @@ module Aws::OpenSearchServerless
2616
2626
  # The date the endpoint was created.
2617
2627
  # @return [Integer]
2618
2628
  #
2629
+ # @!attribute [rw] failure_code
2630
+ # A failure code associated with the request.
2631
+ # @return [String]
2632
+ #
2633
+ # @!attribute [rw] failure_message
2634
+ # A message associated with the failure code.
2635
+ # @return [String]
2636
+ #
2619
2637
  # @!attribute [rw] id
2620
2638
  # The unique identifier of the endpoint.
2621
2639
  # @return [String]
@@ -2646,6 +2664,8 @@ module Aws::OpenSearchServerless
2646
2664
  #
2647
2665
  class VpcEndpointDetail < Struct.new(
2648
2666
  :created_date,
2667
+ :failure_code,
2668
+ :failure_message,
2649
2669
  :id,
2650
2670
  :name,
2651
2671
  :security_group_ids,
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opensearchserverless/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchServerless
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/types.rbs CHANGED
@@ -96,6 +96,8 @@ module Aws::OpenSearchServerless
96
96
  attr_accessor created_date: ::Integer
97
97
  attr_accessor dashboard_endpoint: ::String
98
98
  attr_accessor description: ::String
99
+ attr_accessor failure_code: ::String
100
+ attr_accessor failure_message: ::String
99
101
  attr_accessor id: ::String
100
102
  attr_accessor kms_key_arn: ::String
101
103
  attr_accessor last_modified_date: ::Integer
@@ -755,6 +757,8 @@ module Aws::OpenSearchServerless
755
757
 
756
758
  class VpcEndpointDetail
757
759
  attr_accessor created_date: ::Integer
760
+ attr_accessor failure_code: ::String
761
+ attr_accessor failure_message: ::String
758
762
  attr_accessor id: ::String
759
763
  attr_accessor name: ::String
760
764
  attr_accessor security_group_ids: ::Array[::String]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.22.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: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-08-20 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.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for OpenSearch Service Serverless. This gem is
48
48
  part of the AWS SDK for Ruby.
49
49
  email: