Skip to content

Commit 9e5727d

Browse files
author
AWS
committed
Amazon CloudSearch Update: This release adds support for new Amazon CloudSearch instances.
1 parent 147968b commit 9e5727d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
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 CloudSearch",
4+
"contributor": "",
5+
"description": "This release adds support for new Amazon CloudSearch instances."
6+
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,12 @@
17961796
"search.m3.medium",
17971797
"search.m3.large",
17981798
"search.m3.xlarge",
1799-
"search.m3.2xlarge"
1799+
"search.m3.2xlarge",
1800+
"search.small",
1801+
"search.medium",
1802+
"search.large",
1803+
"search.xlarge",
1804+
"search.2xlarge"
18001805
]
18011806
},
18021807
"PolicyDocument":{

0 commit comments

Comments
 (0)