aws-sdk-osis 1.39.0 → 1.40.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 +289 -17
- data/lib/aws-sdk-osis/client_api.rb +227 -0
- data/lib/aws-sdk-osis/types.rb +361 -19
- data/lib/aws-sdk-osis.rb +1 -1
- data/sig/client.rbs +93 -0
- data/sig/types.rbs +112 -0
- metadata +1 -1
@@ -15,6 +15,7 @@ module Aws::OSIS
|
|
15
15
|
include Seahorse::Model
|
16
16
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
+
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
18
19
|
BlueprintFormat = Shapes::StringShape.new(name: 'BlueprintFormat')
|
19
20
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
20
21
|
BufferOptions = Shapes::StructureShape.new(name: 'BufferOptions')
|
@@ -27,10 +28,16 @@ module Aws::OSIS
|
|
27
28
|
CidrBlock = Shapes::StringShape.new(name: 'CidrBlock')
|
28
29
|
CloudWatchLogDestination = Shapes::StructureShape.new(name: 'CloudWatchLogDestination')
|
29
30
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
31
|
+
CreatePipelineEndpointRequest = Shapes::StructureShape.new(name: 'CreatePipelineEndpointRequest')
|
32
|
+
CreatePipelineEndpointResponse = Shapes::StructureShape.new(name: 'CreatePipelineEndpointResponse')
|
30
33
|
CreatePipelineRequest = Shapes::StructureShape.new(name: 'CreatePipelineRequest')
|
31
34
|
CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
|
35
|
+
DeletePipelineEndpointRequest = Shapes::StructureShape.new(name: 'DeletePipelineEndpointRequest')
|
36
|
+
DeletePipelineEndpointResponse = Shapes::StructureShape.new(name: 'DeletePipelineEndpointResponse')
|
32
37
|
DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
|
33
38
|
DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
|
39
|
+
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
40
|
+
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
34
41
|
DisabledOperationException = Shapes::StructureShape.new(name: 'DisabledOperationException')
|
35
42
|
EncryptionAtRestOptions = Shapes::StructureShape.new(name: 'EncryptionAtRestOptions')
|
36
43
|
GetPipelineBlueprintRequest = Shapes::StructureShape.new(name: 'GetPipelineBlueprintRequest')
|
@@ -39,6 +46,8 @@ module Aws::OSIS
|
|
39
46
|
GetPipelineChangeProgressResponse = Shapes::StructureShape.new(name: 'GetPipelineChangeProgressResponse')
|
40
47
|
GetPipelineRequest = Shapes::StructureShape.new(name: 'GetPipelineRequest')
|
41
48
|
GetPipelineResponse = Shapes::StructureShape.new(name: 'GetPipelineResponse')
|
49
|
+
GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
|
50
|
+
GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
|
42
51
|
IngestEndpointUrlsList = Shapes::ListShape.new(name: 'IngestEndpointUrlsList')
|
43
52
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
44
53
|
InternalException = Shapes::StructureShape.new(name: 'InternalException')
|
@@ -47,6 +56,10 @@ module Aws::OSIS
|
|
47
56
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
48
57
|
ListPipelineBlueprintsRequest = Shapes::StructureShape.new(name: 'ListPipelineBlueprintsRequest')
|
49
58
|
ListPipelineBlueprintsResponse = Shapes::StructureShape.new(name: 'ListPipelineBlueprintsResponse')
|
59
|
+
ListPipelineEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'ListPipelineEndpointConnectionsRequest')
|
60
|
+
ListPipelineEndpointConnectionsResponse = Shapes::StructureShape.new(name: 'ListPipelineEndpointConnectionsResponse')
|
61
|
+
ListPipelineEndpointsRequest = Shapes::StructureShape.new(name: 'ListPipelineEndpointsRequest')
|
62
|
+
ListPipelineEndpointsResponse = Shapes::StructureShape.new(name: 'ListPipelineEndpointsResponse')
|
50
63
|
ListPipelinesRequest = Shapes::StructureShape.new(name: 'ListPipelinesRequest')
|
51
64
|
ListPipelinesResponse = Shapes::StructureShape.new(name: 'ListPipelinesResponse')
|
52
65
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
@@ -63,6 +76,14 @@ module Aws::OSIS
|
|
63
76
|
PipelineConfigurationBody = Shapes::StringShape.new(name: 'PipelineConfigurationBody')
|
64
77
|
PipelineDestination = Shapes::StructureShape.new(name: 'PipelineDestination')
|
65
78
|
PipelineDestinationList = Shapes::ListShape.new(name: 'PipelineDestinationList')
|
79
|
+
PipelineEndpoint = Shapes::StructureShape.new(name: 'PipelineEndpoint')
|
80
|
+
PipelineEndpointConnection = Shapes::StructureShape.new(name: 'PipelineEndpointConnection')
|
81
|
+
PipelineEndpointConnectionsSummaryList = Shapes::ListShape.new(name: 'PipelineEndpointConnectionsSummaryList')
|
82
|
+
PipelineEndpointId = Shapes::StringShape.new(name: 'PipelineEndpointId')
|
83
|
+
PipelineEndpointIdsList = Shapes::ListShape.new(name: 'PipelineEndpointIdsList')
|
84
|
+
PipelineEndpointStatus = Shapes::StringShape.new(name: 'PipelineEndpointStatus')
|
85
|
+
PipelineEndpointVpcOptions = Shapes::StructureShape.new(name: 'PipelineEndpointVpcOptions')
|
86
|
+
PipelineEndpointsSummaryList = Shapes::ListShape.new(name: 'PipelineEndpointsSummaryList')
|
66
87
|
PipelineName = Shapes::StringShape.new(name: 'PipelineName')
|
67
88
|
PipelineRoleArn = Shapes::StringShape.new(name: 'PipelineRoleArn')
|
68
89
|
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
@@ -70,8 +91,13 @@ module Aws::OSIS
|
|
70
91
|
PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
|
71
92
|
PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
|
72
93
|
PipelineUnits = Shapes::IntegerShape.new(name: 'PipelineUnits')
|
94
|
+
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
95
|
+
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
73
96
|
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
74
97
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
98
|
+
ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
|
99
|
+
RevokePipelineEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'RevokePipelineEndpointConnectionsRequest')
|
100
|
+
RevokePipelineEndpointConnectionsResponse = Shapes::StructureShape.new(name: 'RevokePipelineEndpointConnectionsResponse')
|
75
101
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
76
102
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
77
103
|
ServiceVpcEndpoint = Shapes::StructureShape.new(name: 'ServiceVpcEndpoint')
|
@@ -133,6 +159,16 @@ module Aws::OSIS
|
|
133
159
|
|
134
160
|
ConflictException.struct_class = Types::ConflictException
|
135
161
|
|
162
|
+
CreatePipelineEndpointRequest.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, required: true, location_name: "PipelineArn"))
|
163
|
+
CreatePipelineEndpointRequest.add_member(:vpc_options, Shapes::ShapeRef.new(shape: PipelineEndpointVpcOptions, required: true, location_name: "VpcOptions"))
|
164
|
+
CreatePipelineEndpointRequest.struct_class = Types::CreatePipelineEndpointRequest
|
165
|
+
|
166
|
+
CreatePipelineEndpointResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
167
|
+
CreatePipelineEndpointResponse.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: PipelineEndpointId, location_name: "EndpointId"))
|
168
|
+
CreatePipelineEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: PipelineEndpointStatus, location_name: "Status"))
|
169
|
+
CreatePipelineEndpointResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
170
|
+
CreatePipelineEndpointResponse.struct_class = Types::CreatePipelineEndpointResponse
|
171
|
+
|
136
172
|
CreatePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
137
173
|
CreatePipelineRequest.add_member(:min_units, Shapes::ShapeRef.new(shape: PipelineUnits, required: true, location_name: "MinUnits"))
|
138
174
|
CreatePipelineRequest.add_member(:max_units, Shapes::ShapeRef.new(shape: PipelineUnits, required: true, location_name: "MaxUnits"))
|
@@ -148,11 +184,21 @@ module Aws::OSIS
|
|
148
184
|
CreatePipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
|
149
185
|
CreatePipelineResponse.struct_class = Types::CreatePipelineResponse
|
150
186
|
|
187
|
+
DeletePipelineEndpointRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: PipelineEndpointId, required: true, location: "uri", location_name: "EndpointId"))
|
188
|
+
DeletePipelineEndpointRequest.struct_class = Types::DeletePipelineEndpointRequest
|
189
|
+
|
190
|
+
DeletePipelineEndpointResponse.struct_class = Types::DeletePipelineEndpointResponse
|
191
|
+
|
151
192
|
DeletePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location: "uri", location_name: "PipelineName"))
|
152
193
|
DeletePipelineRequest.struct_class = Types::DeletePipelineRequest
|
153
194
|
|
154
195
|
DeletePipelineResponse.struct_class = Types::DeletePipelineResponse
|
155
196
|
|
197
|
+
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: PipelineArn, required: true, location: "uri", location_name: "ResourceArn"))
|
198
|
+
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
199
|
+
|
200
|
+
DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
|
201
|
+
|
156
202
|
DisabledOperationException.struct_class = Types::DisabledOperationException
|
157
203
|
|
158
204
|
EncryptionAtRestOptions.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "KmsKeyArn"))
|
@@ -178,6 +224,13 @@ module Aws::OSIS
|
|
178
224
|
GetPipelineResponse.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
|
179
225
|
GetPipelineResponse.struct_class = Types::GetPipelineResponse
|
180
226
|
|
227
|
+
GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: PipelineArn, required: true, location: "uri", location_name: "ResourceArn"))
|
228
|
+
GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
|
229
|
+
|
230
|
+
GetResourcePolicyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "ResourceArn"))
|
231
|
+
GetResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "Policy"))
|
232
|
+
GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
|
233
|
+
|
181
234
|
IngestEndpointUrlsList.member = Shapes::ShapeRef.new(shape: String)
|
182
235
|
|
183
236
|
InternalException.struct_class = Types::InternalException
|
@@ -191,6 +244,22 @@ module Aws::OSIS
|
|
191
244
|
ListPipelineBlueprintsResponse.add_member(:blueprints, Shapes::ShapeRef.new(shape: PipelineBlueprintsSummaryList, location_name: "Blueprints"))
|
192
245
|
ListPipelineBlueprintsResponse.struct_class = Types::ListPipelineBlueprintsResponse
|
193
246
|
|
247
|
+
ListPipelineEndpointConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
248
|
+
ListPipelineEndpointConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
249
|
+
ListPipelineEndpointConnectionsRequest.struct_class = Types::ListPipelineEndpointConnectionsRequest
|
250
|
+
|
251
|
+
ListPipelineEndpointConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
252
|
+
ListPipelineEndpointConnectionsResponse.add_member(:pipeline_endpoint_connections, Shapes::ShapeRef.new(shape: PipelineEndpointConnectionsSummaryList, location_name: "PipelineEndpointConnections"))
|
253
|
+
ListPipelineEndpointConnectionsResponse.struct_class = Types::ListPipelineEndpointConnectionsResponse
|
254
|
+
|
255
|
+
ListPipelineEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
256
|
+
ListPipelineEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
257
|
+
ListPipelineEndpointsRequest.struct_class = Types::ListPipelineEndpointsRequest
|
258
|
+
|
259
|
+
ListPipelineEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
260
|
+
ListPipelineEndpointsResponse.add_member(:pipeline_endpoints, Shapes::ShapeRef.new(shape: PipelineEndpointsSummaryList, location_name: "PipelineEndpoints"))
|
261
|
+
ListPipelineEndpointsResponse.struct_class = Types::ListPipelineEndpointsResponse
|
262
|
+
|
194
263
|
ListPipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
195
264
|
ListPipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
196
265
|
ListPipelinesRequest.struct_class = Types::ListPipelinesRequest
|
@@ -253,6 +322,30 @@ module Aws::OSIS
|
|
253
322
|
|
254
323
|
PipelineDestinationList.member = Shapes::ShapeRef.new(shape: PipelineDestination)
|
255
324
|
|
325
|
+
PipelineEndpoint.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
326
|
+
PipelineEndpoint.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: PipelineEndpointId, location_name: "EndpointId"))
|
327
|
+
PipelineEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: PipelineEndpointStatus, location_name: "Status"))
|
328
|
+
PipelineEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
329
|
+
PipelineEndpoint.add_member(:vpc_options, Shapes::ShapeRef.new(shape: PipelineEndpointVpcOptions, location_name: "VpcOptions"))
|
330
|
+
PipelineEndpoint.add_member(:ingest_endpoint_url, Shapes::ShapeRef.new(shape: String, location_name: "IngestEndpointUrl"))
|
331
|
+
PipelineEndpoint.struct_class = Types::PipelineEndpoint
|
332
|
+
|
333
|
+
PipelineEndpointConnection.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
334
|
+
PipelineEndpointConnection.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: PipelineEndpointId, location_name: "EndpointId"))
|
335
|
+
PipelineEndpointConnection.add_member(:status, Shapes::ShapeRef.new(shape: PipelineEndpointStatus, location_name: "Status"))
|
336
|
+
PipelineEndpointConnection.add_member(:vpc_endpoint_owner, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "VpcEndpointOwner"))
|
337
|
+
PipelineEndpointConnection.struct_class = Types::PipelineEndpointConnection
|
338
|
+
|
339
|
+
PipelineEndpointConnectionsSummaryList.member = Shapes::ShapeRef.new(shape: PipelineEndpointConnection)
|
340
|
+
|
341
|
+
PipelineEndpointIdsList.member = Shapes::ShapeRef.new(shape: PipelineEndpointId)
|
342
|
+
|
343
|
+
PipelineEndpointVpcOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
|
344
|
+
PipelineEndpointVpcOptions.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
345
|
+
PipelineEndpointVpcOptions.struct_class = Types::PipelineEndpointVpcOptions
|
346
|
+
|
347
|
+
PipelineEndpointsSummaryList.member = Shapes::ShapeRef.new(shape: PipelineEndpoint)
|
348
|
+
|
256
349
|
PipelineStatusReason.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
257
350
|
PipelineStatusReason.struct_class = Types::PipelineStatusReason
|
258
351
|
|
@@ -270,10 +363,25 @@ module Aws::OSIS
|
|
270
363
|
|
271
364
|
PipelineSummaryList.member = Shapes::ShapeRef.new(shape: PipelineSummary)
|
272
365
|
|
366
|
+
PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: PipelineArn, required: true, location: "uri", location_name: "ResourceArn"))
|
367
|
+
PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "Policy"))
|
368
|
+
PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
|
369
|
+
|
370
|
+
PutResourcePolicyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "ResourceArn"))
|
371
|
+
PutResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "Policy"))
|
372
|
+
PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
|
373
|
+
|
273
374
|
ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
|
274
375
|
|
275
376
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
276
377
|
|
378
|
+
RevokePipelineEndpointConnectionsRequest.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, required: true, location_name: "PipelineArn"))
|
379
|
+
RevokePipelineEndpointConnectionsRequest.add_member(:endpoint_ids, Shapes::ShapeRef.new(shape: PipelineEndpointIdsList, required: true, location_name: "EndpointIds"))
|
380
|
+
RevokePipelineEndpointConnectionsRequest.struct_class = Types::RevokePipelineEndpointConnectionsRequest
|
381
|
+
|
382
|
+
RevokePipelineEndpointConnectionsResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
383
|
+
RevokePipelineEndpointConnectionsResponse.struct_class = Types::RevokePipelineEndpointConnectionsResponse
|
384
|
+
|
277
385
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
278
386
|
|
279
387
|
ServiceVpcEndpoint.add_member(:service_name, Shapes::ShapeRef.new(shape: VpcEndpointServiceName, location_name: "ServiceName"))
|
@@ -393,6 +501,20 @@ module Aws::OSIS
|
|
393
501
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
394
502
|
end)
|
395
503
|
|
504
|
+
api.add_operation(:create_pipeline_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
505
|
+
o.name = "CreatePipelineEndpoint"
|
506
|
+
o.http_method = "POST"
|
507
|
+
o.http_request_uri = "/2022-01-01/osis/createPipelineEndpoint"
|
508
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePipelineEndpointRequest)
|
509
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePipelineEndpointResponse)
|
510
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
511
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
512
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
513
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
514
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
515
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
516
|
+
end)
|
517
|
+
|
396
518
|
api.add_operation(:delete_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
397
519
|
o.name = "DeletePipeline"
|
398
520
|
o.http_method = "DELETE"
|
@@ -407,6 +529,32 @@ module Aws::OSIS
|
|
407
529
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
408
530
|
end)
|
409
531
|
|
532
|
+
api.add_operation(:delete_pipeline_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
533
|
+
o.name = "DeletePipelineEndpoint"
|
534
|
+
o.http_method = "DELETE"
|
535
|
+
o.http_request_uri = "/2022-01-01/osis/deletePipelineEndpoint/{EndpointId}"
|
536
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePipelineEndpointRequest)
|
537
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePipelineEndpointResponse)
|
538
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
539
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
540
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
541
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
542
|
+
end)
|
543
|
+
|
544
|
+
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
545
|
+
o.name = "DeleteResourcePolicy"
|
546
|
+
o.http_method = "DELETE"
|
547
|
+
o.http_request_uri = "/2022-01-01/osis/resourcePolicy/{ResourceArn}"
|
548
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyRequest)
|
549
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyResponse)
|
550
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
551
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
552
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
553
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
554
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
555
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
556
|
+
end)
|
557
|
+
|
410
558
|
api.add_operation(:get_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
411
559
|
o.name = "GetPipeline"
|
412
560
|
o.http_method = "GET"
|
@@ -446,6 +594,20 @@ module Aws::OSIS
|
|
446
594
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
447
595
|
end)
|
448
596
|
|
597
|
+
api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
598
|
+
o.name = "GetResourcePolicy"
|
599
|
+
o.http_method = "GET"
|
600
|
+
o.http_request_uri = "/2022-01-01/osis/resourcePolicy/{ResourceArn}"
|
601
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyRequest)
|
602
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResponse)
|
603
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
604
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
605
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
606
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
607
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
608
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
609
|
+
end)
|
610
|
+
|
449
611
|
api.add_operation(:list_pipeline_blueprints, Seahorse::Model::Operation.new.tap do |o|
|
450
612
|
o.name = "ListPipelineBlueprints"
|
451
613
|
o.http_method = "POST"
|
@@ -459,6 +621,44 @@ module Aws::OSIS
|
|
459
621
|
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
|
460
622
|
end)
|
461
623
|
|
624
|
+
api.add_operation(:list_pipeline_endpoint_connections, Seahorse::Model::Operation.new.tap do |o|
|
625
|
+
o.name = "ListPipelineEndpointConnections"
|
626
|
+
o.http_method = "GET"
|
627
|
+
o.http_request_uri = "/2022-01-01/osis/listPipelineEndpointConnections"
|
628
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineEndpointConnectionsRequest)
|
629
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineEndpointConnectionsResponse)
|
630
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
631
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
632
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
633
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
634
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
635
|
+
o[:pager] = Aws::Pager.new(
|
636
|
+
limit_key: "max_results",
|
637
|
+
tokens: {
|
638
|
+
"next_token" => "next_token"
|
639
|
+
}
|
640
|
+
)
|
641
|
+
end)
|
642
|
+
|
643
|
+
api.add_operation(:list_pipeline_endpoints, Seahorse::Model::Operation.new.tap do |o|
|
644
|
+
o.name = "ListPipelineEndpoints"
|
645
|
+
o.http_method = "GET"
|
646
|
+
o.http_request_uri = "/2022-01-01/osis/listPipelineEndpoints"
|
647
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineEndpointsRequest)
|
648
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineEndpointsResponse)
|
649
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
650
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
651
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
652
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
653
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
654
|
+
o[:pager] = Aws::Pager.new(
|
655
|
+
limit_key: "max_results",
|
656
|
+
tokens: {
|
657
|
+
"next_token" => "next_token"
|
658
|
+
}
|
659
|
+
)
|
660
|
+
end)
|
661
|
+
|
462
662
|
api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
|
463
663
|
o.name = "ListPipelines"
|
464
664
|
o.http_method = "GET"
|
@@ -491,6 +691,33 @@ module Aws::OSIS
|
|
491
691
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
492
692
|
end)
|
493
693
|
|
694
|
+
api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
695
|
+
o.name = "PutResourcePolicy"
|
696
|
+
o.http_method = "PUT"
|
697
|
+
o.http_request_uri = "/2022-01-01/osis/resourcePolicy/{ResourceArn}"
|
698
|
+
o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyRequest)
|
699
|
+
o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
|
700
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
701
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
702
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
703
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
704
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
705
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
706
|
+
end)
|
707
|
+
|
708
|
+
api.add_operation(:revoke_pipeline_endpoint_connections, Seahorse::Model::Operation.new.tap do |o|
|
709
|
+
o.name = "RevokePipelineEndpointConnections"
|
710
|
+
o.http_method = "POST"
|
711
|
+
o.http_request_uri = "/2022-01-01/osis/revokePipelineEndpointConnections"
|
712
|
+
o.input = Shapes::ShapeRef.new(shape: RevokePipelineEndpointConnectionsRequest)
|
713
|
+
o.output = Shapes::ShapeRef.new(shape: RevokePipelineEndpointConnectionsResponse)
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: DisabledOperationException)
|
715
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
716
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
717
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
718
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
719
|
+
end)
|
720
|
+
|
494
721
|
api.add_operation(:start_pipeline, Seahorse::Model::Operation.new.tap do |o|
|
495
722
|
o.name = "StartPipeline"
|
496
723
|
o.http_method = "PUT"
|