Skip to content

Commit a8553c4

Browse files
Amazon OpenSearch Ingestion: Update the pipeline configuration body character limit for the CreatePipeline API call.
1 parent 355473b commit a8553c4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon OpenSearch Ingestion",
4+
"contributor": "",
5+
"description": "Update the pipeline configuration body character limit for the CreatePipeline API call."
6+
}

services/osis/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
},
503503
"CidrBlock":{
504504
"type":"string",
505-
"pattern":"^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)/(3[0-2]|[12]?[0-9])$"
505+
"pattern":"^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)/24$"
506506
},
507507
"CloudWatchLogDestination":{
508508
"type":"structure",
@@ -1114,7 +1114,7 @@
11141114
},
11151115
"PipelineConfigurationBody":{
11161116
"type":"string",
1117-
"max":24000,
1117+
"max":100000,
11181118
"min":1
11191119
},
11201120
"PipelineDestination":{

0 commit comments

Comments
 (0)