aws-sdk-osis 1.7.0 → 1.9.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: 88d3392e3f248eac7bc98bd8719e16f5e374877b66ea494714dc6b27a4e5983b
4
- data.tar.gz: cc527e11c8bf4fc0ef91386e9b01413a648fdc13e9104fd56bd86a17ff52cfd1
3
+ metadata.gz: 883c50517ceaf2d8786ed94a10d3fd47e63c5c7d3084035a1c2e8af5153fd644
4
+ data.tar.gz: fcc3ec89f6af5917ce188155bf153e30431a3c2e8d0f8ed2a470cd0e8e861943
5
5
  SHA512:
6
- metadata.gz: 24b7e586e85083f286e6a14663fa8838398aa33a4a04809ddee270327fc20cdcbcd018fbd7a9f4b447625807b7d56eecd18cabb45f99dedc5be5065b44ff8062
7
- data.tar.gz: 68dcd60fb6d201f1bf75b53f798cc55a2d56276047d54e7a6ccabcb5f6a0ed45636ab16eef4286a38b870b96c5373f840121b88671c0f64b6e1266be26844dbb
6
+ metadata.gz: a709950af5e43ffb6bb66c5f14c854259d1125b4a9a3483e029efbb82a90b6cea57bc4082bcf9e99d9672c89115c72bd813728d5b03eb2c20a5e2f84a86c3e73
7
+ data.tar.gz: a3d53a345ef2966fa1d7d3e9dfebfb0d63e4a0ebf0c1c30c9d9b2fbf10caaedb7dcc9ffb74a4570ca52cd20f0818c6ea57396a00942001c4d5a40640bd261bce
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2023-11-17)
5
+ ------------------
6
+
7
+ * Feature - Add support for enabling a persistent buffer when creating or updating an OpenSearch Ingestion pipeline. Add tags to Pipeline and PipelineSummary response models.
8
+
9
+ 1.8.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.7.0 (2023-09-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.9.0
@@ -420,6 +420,13 @@ module Aws::OSIS
420
420
  # pipeline. If you don't specify these values, OpenSearch Ingestion
421
421
  # creates the pipeline with a public endpoint.
422
422
  #
423
+ # @option params [Types::BufferOptions] :buffer_options
424
+ # Key-value pairs to configure persistent buffering for the pipeline.
425
+ #
426
+ # @option params [Types::EncryptionAtRestOptions] :encryption_at_rest_options
427
+ # Key-value pairs to configure encryption for data that is written to a
428
+ # persistent buffer.
429
+ #
423
430
  # @option params [Array<Types::Tag>] :tags
424
431
  # List of tags to add to the pipeline upon creation.
425
432
  #
@@ -444,6 +451,12 @@ module Aws::OSIS
444
451
  # subnet_ids: ["SubnetId"], # required
445
452
  # security_group_ids: ["SecurityGroupId"],
446
453
  # },
454
+ # buffer_options: {
455
+ # persistent_buffer_enabled: false, # required
456
+ # },
457
+ # encryption_at_rest_options: {
458
+ # kms_key_arn: "KmsKeyArn", # required
459
+ # },
447
460
  # tags: [
448
461
  # {
449
462
  # key: "TagKey", # required
@@ -474,6 +487,14 @@ module Aws::OSIS
474
487
  # resp.pipeline.vpc_endpoints[0].vpc_options.subnet_ids[0] #=> String
475
488
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids #=> Array
476
489
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
490
+ # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
491
+ # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
492
+ # resp.pipeline.service_vpc_endpoints #=> Array
493
+ # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
494
+ # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
495
+ # resp.pipeline.tags #=> Array
496
+ # resp.pipeline.tags[0].key #=> String
497
+ # resp.pipeline.tags[0].value #=> String
477
498
  #
478
499
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/CreatePipeline AWS API Documentation
479
500
  #
@@ -548,6 +569,14 @@ module Aws::OSIS
548
569
  # resp.pipeline.vpc_endpoints[0].vpc_options.subnet_ids[0] #=> String
549
570
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids #=> Array
550
571
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
572
+ # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
573
+ # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
574
+ # resp.pipeline.service_vpc_endpoints #=> Array
575
+ # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
576
+ # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
577
+ # resp.pipeline.tags #=> Array
578
+ # resp.pipeline.tags[0].key #=> String
579
+ # resp.pipeline.tags[0].value #=> String
551
580
  #
552
581
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/GetPipeline AWS API Documentation
553
582
  #
@@ -707,6 +736,9 @@ module Aws::OSIS
707
736
  # resp.pipelines[0].max_units #=> Integer
708
737
  # resp.pipelines[0].created_at #=> Time
709
738
  # resp.pipelines[0].last_updated_at #=> Time
739
+ # resp.pipelines[0].tags #=> Array
740
+ # resp.pipelines[0].tags[0].key #=> String
741
+ # resp.pipelines[0].tags[0].value #=> String
710
742
  #
711
743
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/ListPipelines AWS API Documentation
712
744
  #
@@ -795,6 +827,14 @@ module Aws::OSIS
795
827
  # resp.pipeline.vpc_endpoints[0].vpc_options.subnet_ids[0] #=> String
796
828
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids #=> Array
797
829
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
830
+ # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
831
+ # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
832
+ # resp.pipeline.service_vpc_endpoints #=> Array
833
+ # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
834
+ # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
835
+ # resp.pipeline.tags #=> Array
836
+ # resp.pipeline.tags[0].key #=> String
837
+ # resp.pipeline.tags[0].value #=> String
798
838
  #
799
839
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/StartPipeline AWS API Documentation
800
840
  #
@@ -847,6 +887,14 @@ module Aws::OSIS
847
887
  # resp.pipeline.vpc_endpoints[0].vpc_options.subnet_ids[0] #=> String
848
888
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids #=> Array
849
889
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
890
+ # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
891
+ # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
892
+ # resp.pipeline.service_vpc_endpoints #=> Array
893
+ # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
894
+ # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
895
+ # resp.pipeline.tags #=> Array
896
+ # resp.pipeline.tags[0].key #=> String
897
+ # resp.pipeline.tags[0].value #=> String
850
898
  #
851
899
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/StopPipeline AWS API Documentation
852
900
  #
@@ -950,6 +998,13 @@ module Aws::OSIS
950
998
  # @option params [Types::LogPublishingOptions] :log_publishing_options
951
999
  # Key-value pairs to configure log publishing.
952
1000
  #
1001
+ # @option params [Types::BufferOptions] :buffer_options
1002
+ # Key-value pairs to configure persistent buffering for the pipeline.
1003
+ #
1004
+ # @option params [Types::EncryptionAtRestOptions] :encryption_at_rest_options
1005
+ # Key-value pairs to configure encryption for data that is written to a
1006
+ # persistent buffer.
1007
+ #
953
1008
  # @return [Types::UpdatePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
954
1009
  #
955
1010
  # * {Types::UpdatePipelineResponse#pipeline #pipeline} => Types::Pipeline
@@ -967,6 +1022,12 @@ module Aws::OSIS
967
1022
  # log_group: "LogGroup", # required
968
1023
  # },
969
1024
  # },
1025
+ # buffer_options: {
1026
+ # persistent_buffer_enabled: false, # required
1027
+ # },
1028
+ # encryption_at_rest_options: {
1029
+ # kms_key_arn: "KmsKeyArn", # required
1030
+ # },
970
1031
  # })
971
1032
  #
972
1033
  # @example Response structure
@@ -991,6 +1052,14 @@ module Aws::OSIS
991
1052
  # resp.pipeline.vpc_endpoints[0].vpc_options.subnet_ids[0] #=> String
992
1053
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids #=> Array
993
1054
  # resp.pipeline.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
1055
+ # resp.pipeline.buffer_options.persistent_buffer_enabled #=> Boolean
1056
+ # resp.pipeline.encryption_at_rest_options.kms_key_arn #=> String
1057
+ # resp.pipeline.service_vpc_endpoints #=> Array
1058
+ # resp.pipeline.service_vpc_endpoints[0].service_name #=> String, one of "OPENSEARCH_SERVERLESS"
1059
+ # resp.pipeline.service_vpc_endpoints[0].vpc_endpoint_id #=> String
1060
+ # resp.pipeline.tags #=> Array
1061
+ # resp.pipeline.tags[0].key #=> String
1062
+ # resp.pipeline.tags[0].value #=> String
994
1063
  #
995
1064
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/UpdatePipeline AWS API Documentation
996
1065
  #
@@ -1054,7 +1123,7 @@ module Aws::OSIS
1054
1123
  params: params,
1055
1124
  config: config)
1056
1125
  context[:gem_name] = 'aws-sdk-osis'
1057
- context[:gem_version] = '1.7.0'
1126
+ context[:gem_version] = '1.9.0'
1058
1127
  Seahorse::Client::Request.new(handlers, context)
1059
1128
  end
1060
1129
 
@@ -15,6 +15,7 @@ module Aws::OSIS
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
18
+ BufferOptions = Shapes::StructureShape.new(name: 'BufferOptions')
18
19
  ChangeProgressStage = Shapes::StructureShape.new(name: 'ChangeProgressStage')
19
20
  ChangeProgressStageList = Shapes::ListShape.new(name: 'ChangeProgressStageList')
20
21
  ChangeProgressStageStatuses = Shapes::StringShape.new(name: 'ChangeProgressStageStatuses')
@@ -27,6 +28,7 @@ module Aws::OSIS
27
28
  CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
28
29
  DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
29
30
  DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
31
+ EncryptionAtRestOptions = Shapes::StructureShape.new(name: 'EncryptionAtRestOptions')
30
32
  GetPipelineBlueprintRequest = Shapes::StructureShape.new(name: 'GetPipelineBlueprintRequest')
31
33
  GetPipelineBlueprintResponse = Shapes::StructureShape.new(name: 'GetPipelineBlueprintResponse')
32
34
  GetPipelineChangeProgressRequest = Shapes::StructureShape.new(name: 'GetPipelineChangeProgressRequest')
@@ -37,6 +39,7 @@ module Aws::OSIS
37
39
  Integer = Shapes::IntegerShape.new(name: 'Integer')
38
40
  InternalException = Shapes::StructureShape.new(name: 'InternalException')
39
41
  InvalidPaginationTokenException = Shapes::StructureShape.new(name: 'InvalidPaginationTokenException')
42
+ KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
40
43
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
41
44
  ListPipelineBlueprintsRequest = Shapes::StructureShape.new(name: 'ListPipelineBlueprintsRequest')
42
45
  ListPipelineBlueprintsResponse = Shapes::StructureShape.new(name: 'ListPipelineBlueprintsResponse')
@@ -64,6 +67,8 @@ module Aws::OSIS
64
67
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
65
68
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
66
69
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
70
+ ServiceVpcEndpoint = Shapes::StructureShape.new(name: 'ServiceVpcEndpoint')
71
+ ServiceVpcEndpointsList = Shapes::ListShape.new(name: 'ServiceVpcEndpointsList')
67
72
  StartPipelineRequest = Shapes::StructureShape.new(name: 'StartPipelineRequest')
68
73
  StartPipelineResponse = Shapes::StructureShape.new(name: 'StartPipelineResponse')
69
74
  StopPipelineRequest = Shapes::StructureShape.new(name: 'StopPipelineRequest')
@@ -89,11 +94,15 @@ module Aws::OSIS
89
94
  ValidationMessage = Shapes::StructureShape.new(name: 'ValidationMessage')
90
95
  ValidationMessageList = Shapes::ListShape.new(name: 'ValidationMessageList')
91
96
  VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
97
+ VpcEndpointServiceName = Shapes::StringShape.new(name: 'VpcEndpointServiceName')
92
98
  VpcEndpointsList = Shapes::ListShape.new(name: 'VpcEndpointsList')
93
99
  VpcOptions = Shapes::StructureShape.new(name: 'VpcOptions')
94
100
 
95
101
  AccessDeniedException.struct_class = Types::AccessDeniedException
96
102
 
103
+ BufferOptions.add_member(:persistent_buffer_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "PersistentBufferEnabled"))
104
+ BufferOptions.struct_class = Types::BufferOptions
105
+
97
106
  ChangeProgressStage.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
98
107
  ChangeProgressStage.add_member(:status, Shapes::ShapeRef.new(shape: ChangeProgressStageStatuses, location_name: "Status"))
99
108
  ChangeProgressStage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
@@ -121,6 +130,8 @@ module Aws::OSIS
121
130
  CreatePipelineRequest.add_member(:pipeline_configuration_body, Shapes::ShapeRef.new(shape: PipelineConfigurationBody, required: true, location_name: "PipelineConfigurationBody"))
122
131
  CreatePipelineRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
123
132
  CreatePipelineRequest.add_member(:vpc_options, Shapes::ShapeRef.new(shape: VpcOptions, location_name: "VpcOptions"))
133
+ CreatePipelineRequest.add_member(:buffer_options, Shapes::ShapeRef.new(shape: BufferOptions, location_name: "BufferOptions"))
134
+ CreatePipelineRequest.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
124
135
  CreatePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
125
136
  CreatePipelineRequest.struct_class = Types::CreatePipelineRequest
126
137
 
@@ -132,6 +143,9 @@ module Aws::OSIS
132
143
 
133
144
  DeletePipelineResponse.struct_class = Types::DeletePipelineResponse
134
145
 
146
+ EncryptionAtRestOptions.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "KmsKeyArn"))
147
+ EncryptionAtRestOptions.struct_class = Types::EncryptionAtRestOptions
148
+
135
149
  GetPipelineBlueprintRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "BlueprintName"))
136
150
  GetPipelineBlueprintRequest.struct_class = Types::GetPipelineBlueprintRequest
137
151
 
@@ -193,6 +207,10 @@ module Aws::OSIS
193
207
  Pipeline.add_member(:ingest_endpoint_urls, Shapes::ShapeRef.new(shape: IngestEndpointUrlsList, location_name: "IngestEndpointUrls"))
194
208
  Pipeline.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
195
209
  Pipeline.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointsList, location_name: "VpcEndpoints"))
210
+ Pipeline.add_member(:buffer_options, Shapes::ShapeRef.new(shape: BufferOptions, location_name: "BufferOptions"))
211
+ Pipeline.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
212
+ Pipeline.add_member(:service_vpc_endpoints, Shapes::ShapeRef.new(shape: ServiceVpcEndpointsList, location_name: "ServiceVpcEndpoints"))
213
+ Pipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
196
214
  Pipeline.struct_class = Types::Pipeline
197
215
 
198
216
  PipelineBlueprint.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: String, location_name: "BlueprintName"))
@@ -215,6 +233,7 @@ module Aws::OSIS
215
233
  PipelineSummary.add_member(:max_units, Shapes::ShapeRef.new(shape: PipelineUnits, location_name: "MaxUnits"))
216
234
  PipelineSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
217
235
  PipelineSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedAt"))
236
+ PipelineSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
218
237
  PipelineSummary.struct_class = Types::PipelineSummary
219
238
 
220
239
  PipelineSummaryList.member = Shapes::ShapeRef.new(shape: PipelineSummary)
@@ -225,6 +244,12 @@ module Aws::OSIS
225
244
 
226
245
  SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
227
246
 
247
+ ServiceVpcEndpoint.add_member(:service_name, Shapes::ShapeRef.new(shape: VpcEndpointServiceName, location_name: "ServiceName"))
248
+ ServiceVpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
249
+ ServiceVpcEndpoint.struct_class = Types::ServiceVpcEndpoint
250
+
251
+ ServiceVpcEndpointsList.member = Shapes::ShapeRef.new(shape: ServiceVpcEndpoint)
252
+
228
253
  StartPipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location: "uri", location_name: "PipelineName"))
229
254
  StartPipelineRequest.struct_class = Types::StartPipelineRequest
230
255
 
@@ -264,6 +289,8 @@ module Aws::OSIS
264
289
  UpdatePipelineRequest.add_member(:max_units, Shapes::ShapeRef.new(shape: PipelineUnits, location_name: "MaxUnits"))
265
290
  UpdatePipelineRequest.add_member(:pipeline_configuration_body, Shapes::ShapeRef.new(shape: PipelineConfigurationBody, location_name: "PipelineConfigurationBody"))
266
291
  UpdatePipelineRequest.add_member(:log_publishing_options, Shapes::ShapeRef.new(shape: LogPublishingOptions, location_name: "LogPublishingOptions"))
292
+ UpdatePipelineRequest.add_member(:buffer_options, Shapes::ShapeRef.new(shape: BufferOptions, location_name: "BufferOptions"))
293
+ UpdatePipelineRequest.add_member(:encryption_at_rest_options, Shapes::ShapeRef.new(shape: EncryptionAtRestOptions, location_name: "EncryptionAtRestOptions"))
267
294
  UpdatePipelineRequest.struct_class = Types::UpdatePipelineRequest
268
295
 
269
296
  UpdatePipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
@@ -321,6 +348,7 @@ module Aws::OSIS
321
348
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
322
349
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
323
350
  o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
351
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
324
352
  end)
325
353
 
326
354
  api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
@@ -32,7 +32,7 @@ module Aws::OSIS
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://osis-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -16,6 +16,22 @@ module Aws::OSIS
16
16
  #
17
17
  class AccessDeniedException < Aws::EmptyStructure; end
18
18
 
19
+ # Options that specify the configuration of a persistent buffer. To
20
+ # configure how OpenSearch Ingestion encrypts this data, set the
21
+ # EncryptionAtRestOptions.
22
+ #
23
+ # @!attribute [rw] persistent_buffer_enabled
24
+ # Whether persistent buffering should be enabled.
25
+ # @return [Boolean]
26
+ #
27
+ # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/BufferOptions AWS API Documentation
28
+ #
29
+ class BufferOptions < Struct.new(
30
+ :persistent_buffer_enabled)
31
+ SENSITIVE = []
32
+ include Aws::Structure
33
+ end
34
+
19
35
  # Progress details for a specific stage of a pipeline configuration
20
36
  # change.
21
37
  #
@@ -131,6 +147,15 @@ module Aws::OSIS
131
147
  # creates the pipeline with a public endpoint.
132
148
  # @return [Types::VpcOptions]
133
149
  #
150
+ # @!attribute [rw] buffer_options
151
+ # Key-value pairs to configure persistent buffering for the pipeline.
152
+ # @return [Types::BufferOptions]
153
+ #
154
+ # @!attribute [rw] encryption_at_rest_options
155
+ # Key-value pairs to configure encryption for data that is written to
156
+ # a persistent buffer.
157
+ # @return [Types::EncryptionAtRestOptions]
158
+ #
134
159
  # @!attribute [rw] tags
135
160
  # List of tags to add to the pipeline upon creation.
136
161
  # @return [Array<Types::Tag>]
@@ -144,6 +169,8 @@ module Aws::OSIS
144
169
  :pipeline_configuration_body,
145
170
  :log_publishing_options,
146
171
  :vpc_options,
172
+ :buffer_options,
173
+ :encryption_at_rest_options,
147
174
  :tags)
148
175
  SENSITIVE = []
149
176
  include Aws::Structure
@@ -177,6 +204,21 @@ module Aws::OSIS
177
204
  #
178
205
  class DeletePipelineResponse < Aws::EmptyStructure; end
179
206
 
207
+ # Options to control how OpenSearch encrypts all data-at-rest.
208
+ #
209
+ # @!attribute [rw] kms_key_arn
210
+ # The ARN of the KMS key used to encrypt data-at-rest in OpenSearch
211
+ # Ingestion. By default, data is encrypted using an AWS owned key.
212
+ # @return [String]
213
+ #
214
+ # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/EncryptionAtRestOptions AWS API Documentation
215
+ #
216
+ class EncryptionAtRestOptions < Struct.new(
217
+ :kms_key_arn)
218
+ SENSITIVE = []
219
+ include Aws::Structure
220
+ end
221
+
180
222
  # @!attribute [rw] blueprint_name
181
223
  # The name of the blueprint to retrieve.
182
224
  # @return [String]
@@ -424,6 +466,25 @@ module Aws::OSIS
424
466
  # The VPC interface endpoints that have access to the pipeline.
425
467
  # @return [Array<Types::VpcEndpoint>]
426
468
  #
469
+ # @!attribute [rw] buffer_options
470
+ # Options that specify the configuration of a persistent buffer. To
471
+ # configure how OpenSearch Ingestion encrypts this data, set the
472
+ # EncryptionAtRestOptions.
473
+ # @return [Types::BufferOptions]
474
+ #
475
+ # @!attribute [rw] encryption_at_rest_options
476
+ # Options to control how OpenSearch encrypts all data-at-rest.
477
+ # @return [Types::EncryptionAtRestOptions]
478
+ #
479
+ # @!attribute [rw] service_vpc_endpoints
480
+ # A list of VPC endpoints that OpenSearch Ingestion has created to
481
+ # other AWS services.
482
+ # @return [Array<Types::ServiceVpcEndpoint>]
483
+ #
484
+ # @!attribute [rw] tags
485
+ # A list of tags associated with the given pipeline.
486
+ # @return [Array<Types::Tag>]
487
+ #
427
488
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/Pipeline AWS API Documentation
428
489
  #
429
490
  class Pipeline < Struct.new(
@@ -438,7 +499,11 @@ module Aws::OSIS
438
499
  :last_updated_at,
439
500
  :ingest_endpoint_urls,
440
501
  :log_publishing_options,
441
- :vpc_endpoints)
502
+ :vpc_endpoints,
503
+ :buffer_options,
504
+ :encryption_at_rest_options,
505
+ :service_vpc_endpoints,
506
+ :tags)
442
507
  SENSITIVE = []
443
508
  include Aws::Structure
444
509
  end
@@ -524,6 +589,10 @@ module Aws::OSIS
524
589
  # The date and time when the pipeline was last updated.
525
590
  # @return [Time]
526
591
  #
592
+ # @!attribute [rw] tags
593
+ # A list of tags associated with the given pipeline.
594
+ # @return [Array<Types::Tag>]
595
+ #
527
596
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/PipelineSummary AWS API Documentation
528
597
  #
529
598
  class PipelineSummary < Struct.new(
@@ -534,7 +603,8 @@ module Aws::OSIS
534
603
  :min_units,
535
604
  :max_units,
536
605
  :created_at,
537
- :last_updated_at)
606
+ :last_updated_at,
607
+ :tags)
538
608
  SENSITIVE = []
539
609
  include Aws::Structure
540
610
  end
@@ -551,6 +621,26 @@ module Aws::OSIS
551
621
  #
552
622
  class ResourceNotFoundException < Aws::EmptyStructure; end
553
623
 
624
+ # A container for information about VPC endpoints that were created to
625
+ # other services
626
+ #
627
+ # @!attribute [rw] service_name
628
+ # The name of the service for which a VPC endpoint was created.
629
+ # @return [String]
630
+ #
631
+ # @!attribute [rw] vpc_endpoint_id
632
+ # The ID of the VPC endpoint that was created.
633
+ # @return [String]
634
+ #
635
+ # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/ServiceVpcEndpoint AWS API Documentation
636
+ #
637
+ class ServiceVpcEndpoint < Struct.new(
638
+ :service_name,
639
+ :vpc_endpoint_id)
640
+ SENSITIVE = []
641
+ include Aws::Structure
642
+ end
643
+
554
644
  # @!attribute [rw] pipeline_name
555
645
  # The name of the pipeline to start.
556
646
  # @return [String]
@@ -687,6 +777,15 @@ module Aws::OSIS
687
777
  # Key-value pairs to configure log publishing.
688
778
  # @return [Types::LogPublishingOptions]
689
779
  #
780
+ # @!attribute [rw] buffer_options
781
+ # Key-value pairs to configure persistent buffering for the pipeline.
782
+ # @return [Types::BufferOptions]
783
+ #
784
+ # @!attribute [rw] encryption_at_rest_options
785
+ # Key-value pairs to configure encryption for data that is written to
786
+ # a persistent buffer.
787
+ # @return [Types::EncryptionAtRestOptions]
788
+ #
690
789
  # @see http://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/UpdatePipelineRequest AWS API Documentation
691
790
  #
692
791
  class UpdatePipelineRequest < Struct.new(
@@ -694,7 +793,9 @@ module Aws::OSIS
694
793
  :min_units,
695
794
  :max_units,
696
795
  :pipeline_configuration_body,
697
- :log_publishing_options)
796
+ :log_publishing_options,
797
+ :buffer_options,
798
+ :encryption_at_rest_options)
698
799
  SENSITIVE = []
699
800
  include Aws::Structure
700
801
  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.7.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  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.7.0
4
+ version: 1.9.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-09-19 00:00:00.000000000 Z
11
+ date: 2023-11-17 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.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement