|
182 | 182 | "federationParameters":{
|
183 | 183 | "shape":"FederationParameters",
|
184 | 184 | "documentation":"<p>Configuration information when authentication mode is FEDERATED.</p>"
|
| 185 | + }, |
| 186 | + "superuserParameters":{ |
| 187 | + "shape":"SuperuserParameters", |
| 188 | + "documentation":"<p>Configuration information for the superuser.</p>" |
| 189 | + }, |
| 190 | + "dataBundles":{ |
| 191 | + "shape":"DataBundleArns", |
| 192 | + "documentation":"<p>The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:</p> <ul> <li> <p> <code>arn:aws:finspace:${Region}::data-bundle/capital-markets-sample</code> - Contains sample Capital Markets datasets, categories and controlled vocabularies.</p> </li> <li> <p> <code>arn:aws:finspace:${Region}::data-bundle/taq</code> (default) - Contains trades and quotes data in addition to sample Capital Markets data.</p> </li> </ul>" |
185 | 193 | }
|
186 | 194 | }
|
187 | 195 | },
|
|
202 | 210 | }
|
203 | 211 | }
|
204 | 212 | },
|
| 213 | + "DataBundleArn":{ |
| 214 | + "type":"string", |
| 215 | + "documentation":"<p>The Amazon Resource Name (ARN) of the data bundle.</p>", |
| 216 | + "max":2048, |
| 217 | + "min":20, |
| 218 | + "pattern":"^arn:aws:finspace:[A-Za-z0-9_/.-]{0,63}:\\d*:data-bundle/[0-9A-Za-z_-]{1,128}$" |
| 219 | + }, |
| 220 | + "DataBundleArns":{ |
| 221 | + "type":"list", |
| 222 | + "member":{"shape":"DataBundleArn"} |
| 223 | + }, |
205 | 224 | "DeleteEnvironmentRequest":{
|
206 | 225 | "type":"structure",
|
207 | 226 | "required":["environmentId"],
|
|
225 | 244 | "min":1,
|
226 | 245 | "pattern":"^[a-zA-Z0-9. ]{1,1000}$"
|
227 | 246 | },
|
| 247 | + "EmailId":{ |
| 248 | + "type":"string", |
| 249 | + "max":128, |
| 250 | + "min":1, |
| 251 | + "pattern":"[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+[.]+[A-Za-z]+", |
| 252 | + "sensitive":true |
| 253 | + }, |
228 | 254 | "Environment":{
|
229 | 255 | "type":"structure",
|
230 | 256 | "members":{
|
|
470 | 496 | }
|
471 | 497 | }
|
472 | 498 | },
|
| 499 | + "NameString":{ |
| 500 | + "type":"string", |
| 501 | + "max":50, |
| 502 | + "min":1, |
| 503 | + "pattern":"^[a-zA-Z0-9]{1,50}$" |
| 504 | + }, |
473 | 505 | "PaginationToken":{
|
474 | 506 | "type":"string",
|
475 | 507 | "max":1000,
|
|
511 | 543 | "min":1,
|
512 | 544 | "pattern":"^[a-zA-Z-0-9-:\\/.]*$"
|
513 | 545 | },
|
| 546 | + "SuperuserParameters":{ |
| 547 | + "type":"structure", |
| 548 | + "required":[ |
| 549 | + "emailAddress", |
| 550 | + "firstName", |
| 551 | + "lastName" |
| 552 | + ], |
| 553 | + "members":{ |
| 554 | + "emailAddress":{ |
| 555 | + "shape":"EmailId", |
| 556 | + "documentation":"<p>The email address of the superuser.</p>" |
| 557 | + }, |
| 558 | + "firstName":{ |
| 559 | + "shape":"NameString", |
| 560 | + "documentation":"<p>The first name of the superuser.</p>" |
| 561 | + }, |
| 562 | + "lastName":{ |
| 563 | + "shape":"NameString", |
| 564 | + "documentation":"<p>The last name of the superuser.</p>" |
| 565 | + } |
| 566 | + }, |
| 567 | + "documentation":"<p>Configuration information for the superuser.</p>" |
| 568 | + }, |
514 | 569 | "TagKey":{
|
515 | 570 | "type":"string",
|
516 | 571 | "max":128,
|
|
651 | 706 | "pattern":"^[A-Za-z0-9._\\-:\\/#\\+]+$"
|
652 | 707 | }
|
653 | 708 | },
|
654 |
| - "documentation":"<p>The FinSpace management service provides the APIs for managing the FinSpace environments. </p>" |
| 709 | + "documentation":"<p>The FinSpace management service provides the APIs for managing FinSpace environments.</p>" |
655 | 710 | }
|
0 commit comments