File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
services/osis/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon OpenSearch Ingestion" ,
4
+ "contributor" : " " ,
5
+ "description" : " SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines."
6
+ }
Original file line number Diff line number Diff line change 8
8
"serviceFullName" :" Amazon OpenSearch Ingestion" ,
9
9
"serviceId" :" OSIS" ,
10
10
"signatureVersion" :" v4" ,
11
- "uid" :" osis-2022-01-01"
11
+ "uid" :" osis-2022-01-01" ,
12
+ "auth" :[" aws.auth#sigv4" ]
12
13
},
13
14
"operations" :{
14
15
"CreatePipeline" :{
722
723
},
723
724
"BufferOptions" :{"shape" :" BufferOptions" },
724
725
"EncryptionAtRestOptions" :{"shape" :" EncryptionAtRestOptions" },
726
+ "VpcEndpointService" :{
727
+ "shape" :" String" ,
728
+ "documentation" :" <p>The VPC endpoint service name for the pipeline.</p>"
729
+ },
725
730
"ServiceVpcEndpoints" :{
726
731
"shape" :" ServiceVpcEndpointsList" ,
727
732
"documentation" :" <p>A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.</p>"
1213
1218
},
1214
1219
"documentation" :" <p>An OpenSearch Ingestion-managed VPC endpoint that will access one or more pipelines.</p>"
1215
1220
},
1221
+ "VpcEndpointManagement" :{
1222
+ "type" :" string" ,
1223
+ "enum" :[
1224
+ " CUSTOMER" ,
1225
+ " SERVICE"
1226
+ ]
1227
+ },
1216
1228
"VpcEndpointServiceName" :{
1217
1229
"type" :" string" ,
1218
1230
"enum" :[" OPENSEARCH_SERVERLESS" ]
1236
1248
"VpcAttachmentOptions" :{
1237
1249
"shape" :" VpcAttachmentOptions" ,
1238
1250
"documentation" :" <p>Options for attaching a VPC to a pipeline.</p>"
1251
+ },
1252
+ "VpcEndpointManagement" :{
1253
+ "shape" :" VpcEndpointManagement" ,
1254
+ "documentation" :" <p>Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.</p>"
1239
1255
}
1240
1256
},
1241
1257
"documentation" :" <p>Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.</p>"
You can’t perform that action at this time.
0 commit comments