aws-sdk-osis 1.16.0 → 1.18.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: a67678d75840b0353acb8b5baa4515e95272f0f164029c1f7255cc128828e5a9
4
- data.tar.gz: 98775b4841293185f4be68d28366617574d621f60c1de809b79abe80dbbc8f33
3
+ metadata.gz: 92119c5c339efae6e9d247714812520f2f48dfe1f43be2c2296f85f06eb50369
4
+ data.tar.gz: cac0fe63799071746c8d154065895817fd5a3e98b73ee02a3a1d8fcbb1d02e2d
5
5
  SHA512:
6
- metadata.gz: 7fb7e8367800ecbbd661c3d339ff3b439e645ad596eb0f155d39a1f65fff077eddc89589fe220617513a7f1a8ddfab4c4b340c49864c0047e2dd8666af4cb1d1
7
- data.tar.gz: 0e7a9abde194bbe11084a5b0dc1d279b2aa98e23d9d6e2a87ae0434e2011168c9ee47592829c95acdb80c7fe3f179be02137a0166eccd55b610427896f2635aa
6
+ metadata.gz: 6fe4d270d0e58bf6e83451fb3e6f980dec05879bd7705b2ee53d214894c699b6dd4383799348bbc92be538dcc9de9652f993a597c9eedc65e63542206daf3e0d
7
+ data.tar.gz: 4d76131d6e2c56883205528a44c1347b6af04f237836f0c5dcfa90a7214c2ebb565bf0269a19aa93d88cdf071062b4c740b6e6ee906a7bad64bfb4ad7e6ad7a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.17.0 (2024-06-12)
10
+ ------------------
11
+
12
+ * Feature - SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.
13
+
4
14
  1.16.0 (2024-06-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.18.0
@@ -89,6 +89,11 @@ module Aws::OSIS
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
98
  # Your AWS credentials. This can be an instance of any one of the
94
99
  # following classes:
@@ -209,7 +214,6 @@ module Aws::OSIS
209
214
  # 'https://example.com'
210
215
  # 'http://example.com:123'
211
216
  #
212
- #
213
217
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
218
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
219
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -298,7 +302,6 @@ module Aws::OSIS
298
302
  # throttling. This is a provisional mode that may change behavior
299
303
  # in the future.
300
304
  #
301
- #
302
305
  # @option options [String] :sdk_ua_app_id
303
306
  # A unique and opaque application ID that is appended to the
304
307
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -479,6 +482,7 @@ module Aws::OSIS
479
482
  # attach_to_vpc: false, # required
480
483
  # cidr_block: "CidrBlock",
481
484
  # },
485
+ # vpc_endpoint_management: "CUSTOMER", # accepts CUSTOMER, SERVICE
482
486
  # },
483
487
  # buffer_options: {
484
488
  # persistent_buffer_enabled: false, # required
@@ -518,8 +522,10 @@ module Aws::OSIS
518
522
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
519
523
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
520
524
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
525
+ # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
521
526
  # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
522
527
  # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
528
+ # resp.pipeline.vpc_endpoint_service #=> String
523
529
  # resp.pipeline.service_vpc_endpoints #=> Array
524
530
  # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
525
531
  # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
@@ -605,8 +611,10 @@ module Aws::OSIS
605
611
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
606
612
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
607
613
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
614
+ # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
608
615
  # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
609
616
  # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
617
+ # resp.pipeline.vpc_endpoint_service #=> String
610
618
  # resp.pipeline.service_vpc_endpoints #=> Array
611
619
  # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
612
620
  # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
@@ -885,8 +893,10 @@ module Aws::OSIS
885
893
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
886
894
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
887
895
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
896
+ # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
888
897
  # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
889
898
  # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
899
+ # resp.pipeline.vpc_endpoint_service #=> String
890
900
  # resp.pipeline.service_vpc_endpoints #=> Array
891
901
  # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
892
902
  # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
@@ -950,8 +960,10 @@ module Aws::OSIS
950
960
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
951
961
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
952
962
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
963
+ # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
953
964
  # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
954
965
  # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
966
+ # resp.pipeline.vpc_endpoint_service #=> String
955
967
  # resp.pipeline.service_vpc_endpoints #=> Array
956
968
  # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
957
969
  # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
@@ -1120,8 +1132,10 @@ module Aws::OSIS
1120
1132
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
1121
1133
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
1122
1134
  # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
1135
+ # resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
1123
1136
  # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
1124
1137
  # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
1138
+ # resp.pipeline.vpc_endpoint_service #=> String
1125
1139
  # resp.pipeline.service_vpc_endpoints #=> Array
1126
1140
  # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
1127
1141
  # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
@@ -1194,7 +1208,7 @@ module Aws::OSIS
1194
1208
  params: params,
1195
1209
  config: config)
1196
1210
  context[:gem_name] = 'aws-sdk-osis'
1197
- context[:gem_version] = '1.16.0'
1211
+ context[:gem_version] = '1.18.0'
1198
1212
  Seahorse::Client::Request.new(handlers, context)
1199
1213
  end
1200
1214
 
@@ -100,6 +100,7 @@ module Aws::OSIS
100
100
  ValidationMessageList = Shapes::ListShape.new(name: 'ValidationMessageList')
101
101
  VpcAttachmentOptions = Shapes::StructureShape.new(name: 'VpcAttachmentOptions')
102
102
  VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
103
+ VpcEndpointManagement = Shapes::StringShape.new(name: 'VpcEndpointManagement')
103
104
  VpcEndpointServiceName = Shapes::StringShape.new(name: 'VpcEndpointServiceName')
104
105
  VpcEndpointsList = Shapes::ListShape.new(name: 'VpcEndpointsList')
105
106
  VpcOptions = Shapes::StructureShape.new(name: 'VpcOptions')
@@ -219,6 +220,7 @@ module Aws::OSIS
219
220
  Pipeline.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointsList, location_name: "VpcEndpoints"))
220
221
  Pipeline.add_member(:buffer_options, Shapes::ShapeRef.new(shape: BufferOptions, location_name: "BufferOptions"))
221
222
  Pipeline.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
223
+ Pipeline.add_member(:vpc_endpoint_service, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointService"))
222
224
  Pipeline.add_member(:service_vpc_endpoints, Shapes::ShapeRef.new(shape: ServiceVpcEndpointsList, location_name: "ServiceVpcEndpoints"))
223
225
  Pipeline.add_member(:destinations, Shapes::ShapeRef.new(shape: PipelineDestinationList, location_name: "Destinations"))
224
226
  Pipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -350,6 +352,7 @@ module Aws::OSIS
350
352
  VpcOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
351
353
  VpcOptions.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
352
354
  VpcOptions.add_member(:vpc_attachment_options, Shapes::ShapeRef.new(shape: VpcAttachmentOptions, location_name: "VpcAttachmentOptions"))
355
+ VpcOptions.add_member(:vpc_endpoint_management, Shapes::ShapeRef.new(shape: VpcEndpointManagement, location_name: "VpcEndpointManagement"))
353
356
  VpcOptions.struct_class = Types::VpcOptions
354
357
 
355
358
 
@@ -360,6 +363,7 @@ module Aws::OSIS
360
363
 
361
364
  api.metadata = {
362
365
  "apiVersion" => "2022-01-01",
366
+ "auth" => ["aws.auth#sigv4"],
363
367
  "endpointPrefix" => "osis",
364
368
  "protocol" => "rest-json",
365
369
  "protocols" => ["rest-json"],
@@ -502,6 +502,10 @@ module Aws::OSIS
502
502
  # Options to control how OpenSearch encrypts buffer data.
503
503
  # @return [Types::EncryptionAtRestOptions]
504
504
  #
505
+ # @!attribute [rw] vpc_endpoint_service
506
+ # The VPC endpoint service name for the pipeline.
507
+ # @return [String]
508
+ #
505
509
  # @!attribute [rw] service_vpc_endpoints
506
510
  # A list of VPC endpoints that OpenSearch Ingestion has created to
507
511
  # other Amazon Web Services services.
@@ -532,6 +536,7 @@ module Aws::OSIS
532
536
  :vpc_endpoints,
533
537
  :buffer_options,
534
538
  :encryption_at_rest_options,
539
+ :vpc_endpoint_service,
535
540
  :service_vpc_endpoints,
536
541
  :destinations,
537
542
  :tags)
@@ -1023,12 +1028,18 @@ module Aws::OSIS
1023
1028
  # Options for attaching a VPC to a pipeline.
1024
1029
  # @return [Types::VpcAttachmentOptions]
1025
1030
  #
1031
+ # @!attribute [rw] vpc_endpoint_management
1032
+ # Defines whether you or Amazon OpenSearch Ingestion service create
1033
+ # and manage the VPC endpoint configured for the pipeline.
1034
+ # @return [String]
1035
+ #
1026
1036
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/VpcOptions AWS API Documentation
1027
1037
  #
1028
1038
  class VpcOptions < Struct.new(
1029
1039
  :subnet_ids,
1030
1040
  :security_group_ids,
1031
- :vpc_attachment_options)
1041
+ :vpc_attachment_options,
1042
+ :vpc_endpoint_management)
1032
1043
  SENSITIVE = []
1033
1044
  include Aws::Structure
1034
1045
  end
data/lib/aws-sdk-osis.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-osis/customizations'
52
52
  # @!group service
53
53
  module Aws::OSIS
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -94,7 +94,8 @@ module Aws
94
94
  vpc_attachment_options: {
95
95
  attach_to_vpc: bool,
96
96
  cidr_block: ::String?
97
- }?
97
+ }?,
98
+ vpc_endpoint_management: ("CUSTOMER" | "SERVICE")?
98
99
  },
99
100
  ?buffer_options: {
100
101
  persistent_buffer_enabled: bool
data/sig/types.rbs CHANGED
@@ -166,6 +166,7 @@ module Aws::OSIS
166
166
  attr_accessor vpc_endpoints: ::Array[Types::VpcEndpoint]
167
167
  attr_accessor buffer_options: Types::BufferOptions
168
168
  attr_accessor encryption_at_rest_options: Types::EncryptionAtRestOptions
169
+ attr_accessor vpc_endpoint_service: ::String
169
170
  attr_accessor service_vpc_endpoints: ::Array[Types::ServiceVpcEndpoint]
170
171
  attr_accessor destinations: ::Array[Types::PipelineDestination]
171
172
  attr_accessor tags: ::Array[Types::Tag]
@@ -324,6 +325,7 @@ module Aws::OSIS
324
325
  attr_accessor subnet_ids: ::Array[::String]
325
326
  attr_accessor security_group_ids: ::Array[::String]
326
327
  attr_accessor vpc_attachment_options: Types::VpcAttachmentOptions
328
+ attr_accessor vpc_endpoint_management: ("CUSTOMER" | "SERVICE")
327
329
  SENSITIVE: []
328
330
  end
329
331
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-osis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.18.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-05 00:00:00.000000000 Z
11
+ date: 2024-06-24 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.197.0
22
+ version: 3.198.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.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement