|
139 | 139 | "errors":[ |
140 | 140 | {"shape":"ThrottlingException"}, |
141 | 141 | {"shape":"InternalServerException"}, |
| 142 | + {"shape":"ResourceNotFoundException"}, |
142 | 143 | {"shape":"AccessDeniedException"}, |
143 | 144 | {"shape":"ConflictException"}, |
144 | 145 | {"shape":"ValidationException"} |
145 | 146 | ], |
146 | | - "documentation":"<p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation will succeed even if a workflow with the given name does not exist.</p>", |
| 147 | + "documentation":"<p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation returns a <code>ResourceNotFoundException</code> if a workflow with the given name does not exist.</p>", |
147 | 148 | "idempotent":true |
148 | 149 | }, |
149 | 150 | "DeleteIdNamespace":{ |
|
158 | 159 | "errors":[ |
159 | 160 | {"shape":"ThrottlingException"}, |
160 | 161 | {"shape":"InternalServerException"}, |
| 162 | + {"shape":"ResourceNotFoundException"}, |
161 | 163 | {"shape":"AccessDeniedException"}, |
162 | 164 | {"shape":"ValidationException"} |
163 | 165 | ], |
164 | | - "documentation":"<p>Deletes the <code>IdNamespace</code> with a given name.</p>", |
| 166 | + "documentation":"<p>Deletes the <code>IdNamespace</code> with a given name. This operation returns a <code>ResourceNotFoundException</code> if an ID namespace with the given name does not exist.</p>", |
165 | 167 | "idempotent":true |
166 | 168 | }, |
167 | 169 | "DeleteMatchingWorkflow":{ |
|
176 | 178 | "errors":[ |
177 | 179 | {"shape":"ThrottlingException"}, |
178 | 180 | {"shape":"InternalServerException"}, |
| 181 | + {"shape":"ResourceNotFoundException"}, |
179 | 182 | {"shape":"AccessDeniedException"}, |
180 | 183 | {"shape":"ConflictException"}, |
181 | 184 | {"shape":"ValidationException"} |
182 | 185 | ], |
183 | | - "documentation":"<p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation will succeed even if a workflow with the given name does not exist.</p>", |
| 186 | + "documentation":"<p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation returns a <code>ResourceNotFoundException</code> if a workflow with the given name does not exist.</p>", |
184 | 187 | "idempotent":true |
185 | 188 | }, |
186 | 189 | "DeletePolicyStatement":{ |
|
215 | 218 | "errors":[ |
216 | 219 | {"shape":"ThrottlingException"}, |
217 | 220 | {"shape":"InternalServerException"}, |
| 221 | + {"shape":"ResourceNotFoundException"}, |
218 | 222 | {"shape":"AccessDeniedException"}, |
219 | 223 | {"shape":"ConflictException"}, |
220 | 224 | {"shape":"ValidationException"} |
221 | 225 | ], |
222 | | - "documentation":"<p>Deletes the <code>SchemaMapping</code> with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in the workflow's <code>InputSourceConfig</code>.</p>", |
| 226 | + "documentation":"<p>Deletes the <code>SchemaMapping</code> with a given name. This operation returns a <code>ResourceNotFoundException</code> if a schema with the given name does not exist. This operation will fail if there is a <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in the workflow's <code>InputSourceConfig</code>.</p>", |
223 | 227 | "idempotent":true |
224 | 228 | }, |
225 | 229 | "GenerateMatchId":{ |
|
3718 | 3722 | "SchemaInputAttributes":{ |
3719 | 3723 | "type":"list", |
3720 | 3724 | "member":{"shape":"SchemaInputAttribute"}, |
3721 | | - "max":35, |
| 3725 | + "max":60, |
3722 | 3726 | "min":2 |
3723 | 3727 | }, |
3724 | 3728 | "SchemaList":{ |
|
3870 | 3874 | "type":"string", |
3871 | 3875 | "max":64, |
3872 | 3876 | "min":12, |
3873 | | - "pattern":"(\\d{12})|([a-z0-9\\.]+)" |
| 3877 | + "pattern":"((\\d{12})|([a-z0-9\\.]+))" |
3874 | 3878 | }, |
3875 | 3879 | "StatementPrincipalList":{ |
3876 | 3880 | "type":"list", |
|
0 commit comments