aws-sdk-osis 1.16.0 → 1.17.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-osis/client.rb +12 -1
- data/lib/aws-sdk-osis/client_api.rb +4 -0
- data/lib/aws-sdk-osis/types.rb +12 -1
- data/lib/aws-sdk-osis.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f64db7ba1b8e6953a25741eccd397c8329fe3fd4503cfbffbc9d0d13e8a2a8b6
|
|
4
|
+
data.tar.gz: f7a2623ebd075b5dd60973c63c7842697e5b31b1300fdad9f36a1a94f65187c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b958844d4f3299533373f193c31389349972e8f55f064b5b5561b250405dad33f28530db334f81c7f563ab42ff92b7b90d7cca5c5b10c7189323f516f6888646
|
|
7
|
+
data.tar.gz: cc74283203457be40a296ba3274ab6933146479bcc767f789b3ab2f52ad3e845dc9213f3ce99c437c74fec3d11cecedadd5d6cc80226e77f5aa88f51b3053664
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.17.0
|
data/lib/aws-sdk-osis/client.rb
CHANGED
|
@@ -479,6 +479,7 @@ module Aws::OSIS
|
|
|
479
479
|
# attach_to_vpc: false, # required
|
|
480
480
|
# cidr_block: "CidrBlock",
|
|
481
481
|
# },
|
|
482
|
+
# vpc_endpoint_management: "CUSTOMER", # accepts CUSTOMER, SERVICE
|
|
482
483
|
# },
|
|
483
484
|
# buffer_options: {
|
|
484
485
|
# persistent_buffer_enabled: false, # required
|
|
@@ -518,8 +519,10 @@ module Aws::OSIS
|
|
|
518
519
|
# resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
|
|
519
520
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
|
|
520
521
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
|
|
522
|
+
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
|
|
521
523
|
# resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
|
|
522
524
|
# resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
|
|
525
|
+
# resp.pipeline.vpc_endpoint_service #=> String
|
|
523
526
|
# resp.pipeline.service_vpc_endpoints #=> Array
|
|
524
527
|
# resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
|
|
525
528
|
# resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
@@ -605,8 +608,10 @@ module Aws::OSIS
|
|
|
605
608
|
# resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
|
|
606
609
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
|
|
607
610
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
|
|
611
|
+
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
|
|
608
612
|
# resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
|
|
609
613
|
# resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
|
|
614
|
+
# resp.pipeline.vpc_endpoint_service #=> String
|
|
610
615
|
# resp.pipeline.service_vpc_endpoints #=> Array
|
|
611
616
|
# resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
|
|
612
617
|
# resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
@@ -885,8 +890,10 @@ module Aws::OSIS
|
|
|
885
890
|
# resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
|
|
886
891
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
|
|
887
892
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
|
|
893
|
+
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
|
|
888
894
|
# resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
|
|
889
895
|
# resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
|
|
896
|
+
# resp.pipeline.vpc_endpoint_service #=> String
|
|
890
897
|
# resp.pipeline.service_vpc_endpoints #=> Array
|
|
891
898
|
# resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
|
|
892
899
|
# resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
@@ -950,8 +957,10 @@ module Aws::OSIS
|
|
|
950
957
|
# resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
|
|
951
958
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
|
|
952
959
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
|
|
960
|
+
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
|
|
953
961
|
# resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
|
|
954
962
|
# resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
|
|
963
|
+
# resp.pipeline.vpc_endpoint_service #=> String
|
|
955
964
|
# resp.pipeline.service_vpc_endpoints #=> Array
|
|
956
965
|
# resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
|
|
957
966
|
# resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
@@ -1120,8 +1129,10 @@ module Aws::OSIS
|
|
|
1120
1129
|
# resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
|
|
1121
1130
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.attach_to_vpc #=> Boolean
|
|
1122
1131
|
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_attachment_options.cidr_block #=> String
|
|
1132
|
+
# resp.pipeline.vpc_endpoints[0].vpc_options.vpc_endpoint_management #=> String, one of "CUSTOMER", "SERVICE"
|
|
1123
1133
|
# resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
|
|
1124
1134
|
# resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
|
|
1135
|
+
# resp.pipeline.vpc_endpoint_service #=> String
|
|
1125
1136
|
# resp.pipeline.service_vpc_endpoints #=> Array
|
|
1126
1137
|
# resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
|
|
1127
1138
|
# resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
|
|
@@ -1194,7 +1205,7 @@ module Aws::OSIS
|
|
|
1194
1205
|
params: params,
|
|
1195
1206
|
config: config)
|
|
1196
1207
|
context[:gem_name] = 'aws-sdk-osis'
|
|
1197
|
-
context[:gem_version] = '1.
|
|
1208
|
+
context[:gem_version] = '1.17.0'
|
|
1198
1209
|
Seahorse::Client::Request.new(handlers, context)
|
|
1199
1210
|
end
|
|
1200
1211
|
|
|
@@ -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"],
|
data/lib/aws-sdk-osis/types.rb
CHANGED
|
@@ -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
data/sig/client.rbs
CHANGED
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.
|
|
4
|
+
version: 1.17.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-
|
|
11
|
+
date: 2024-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|