1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2021-08-11",
5    "endpointPrefix":"amplifyuibuilder",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceFullName":"AWS Amplify UI Builder",
9    "serviceId":"AmplifyUIBuilder",
10    "signatureVersion":"v4",
11    "signingName":"amplifyuibuilder",
12    "uid":"amplifyuibuilder-2021-08-11"
13  },
14  "operations":{
15    "CreateComponent":{
16      "name":"CreateComponent",
17      "http":{
18        "method":"POST",
19        "requestUri":"/app/{appId}/environment/{environmentName}/components",
20        "responseCode":200
21      },
22      "input":{"shape":"CreateComponentRequest"},
23      "output":{"shape":"CreateComponentResponse"},
24      "errors":[
25        {"shape":"ServiceQuotaExceededException"},
26        {"shape":"ResourceConflictException"},
27        {"shape":"InternalServerException"},
28        {"shape":"InvalidParameterException"}
29      ],
30      "documentation":"<p>Creates a new component for an Amplify app.</p>",
31      "idempotent":true
32    },
33    "CreateForm":{
34      "name":"CreateForm",
35      "http":{
36        "method":"POST",
37        "requestUri":"/app/{appId}/environment/{environmentName}/forms",
38        "responseCode":200
39      },
40      "input":{"shape":"CreateFormRequest"},
41      "output":{"shape":"CreateFormResponse"},
42      "errors":[
43        {"shape":"ServiceQuotaExceededException"},
44        {"shape":"ResourceConflictException"},
45        {"shape":"InternalServerException"},
46        {"shape":"InvalidParameterException"}
47      ],
48      "documentation":"<p>Creates a new form for an Amplify app.</p>",
49      "idempotent":true
50    },
51    "CreateTheme":{
52      "name":"CreateTheme",
53      "http":{
54        "method":"POST",
55        "requestUri":"/app/{appId}/environment/{environmentName}/themes",
56        "responseCode":200
57      },
58      "input":{"shape":"CreateThemeRequest"},
59      "output":{"shape":"CreateThemeResponse"},
60      "errors":[
61        {"shape":"ServiceQuotaExceededException"},
62        {"shape":"ResourceConflictException"},
63        {"shape":"InternalServerException"},
64        {"shape":"InvalidParameterException"}
65      ],
66      "documentation":"<p>Creates a theme to apply to the components in an Amplify app.</p>",
67      "idempotent":true
68    },
69    "DeleteComponent":{
70      "name":"DeleteComponent",
71      "http":{
72        "method":"DELETE",
73        "requestUri":"/app/{appId}/environment/{environmentName}/components/{id}",
74        "responseCode":200
75      },
76      "input":{"shape":"DeleteComponentRequest"},
77      "errors":[
78        {"shape":"InternalServerException"},
79        {"shape":"InvalidParameterException"},
80        {"shape":"ResourceNotFoundException"}
81      ],
82      "documentation":"<p>Deletes a component from an Amplify app.</p>",
83      "idempotent":true
84    },
85    "DeleteForm":{
86      "name":"DeleteForm",
87      "http":{
88        "method":"DELETE",
89        "requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}",
90        "responseCode":200
91      },
92      "input":{"shape":"DeleteFormRequest"},
93      "errors":[
94        {"shape":"InternalServerException"},
95        {"shape":"InvalidParameterException"},
96        {"shape":"ResourceNotFoundException"}
97      ],
98      "documentation":"<p>Deletes a form from an Amplify app.</p>",
99      "idempotent":true
100    },
101    "DeleteTheme":{
102      "name":"DeleteTheme",
103      "http":{
104        "method":"DELETE",
105        "requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}",
106        "responseCode":200
107      },
108      "input":{"shape":"DeleteThemeRequest"},
109      "errors":[
110        {"shape":"InternalServerException"},
111        {"shape":"InvalidParameterException"},
112        {"shape":"ResourceNotFoundException"}
113      ],
114      "documentation":"<p>Deletes a theme from an Amplify app.</p>",
115      "idempotent":true
116    },
117    "ExchangeCodeForToken":{
118      "name":"ExchangeCodeForToken",
119      "http":{
120        "method":"POST",
121        "requestUri":"/tokens/{provider}",
122        "responseCode":200
123      },
124      "input":{"shape":"ExchangeCodeForTokenRequest"},
125      "output":{"shape":"ExchangeCodeForTokenResponse"},
126      "errors":[
127        {"shape":"InvalidParameterException"}
128      ],
129      "documentation":"<note> <p>This is for internal use.</p> </note> <p>Amplify uses this action to exchange an access code for a token.</p>"
130    },
131    "ExportComponents":{
132      "name":"ExportComponents",
133      "http":{
134        "method":"GET",
135        "requestUri":"/export/app/{appId}/environment/{environmentName}/components",
136        "responseCode":200
137      },
138      "input":{"shape":"ExportComponentsRequest"},
139      "output":{"shape":"ExportComponentsResponse"},
140      "errors":[
141        {"shape":"InternalServerException"},
142        {"shape":"InvalidParameterException"}
143      ],
144      "documentation":"<p>Exports component configurations to code that is ready to integrate into an Amplify app.</p>"
145    },
146    "ExportForms":{
147      "name":"ExportForms",
148      "http":{
149        "method":"GET",
150        "requestUri":"/export/app/{appId}/environment/{environmentName}/forms",
151        "responseCode":200
152      },
153      "input":{"shape":"ExportFormsRequest"},
154      "output":{"shape":"ExportFormsResponse"},
155      "errors":[
156        {"shape":"InternalServerException"},
157        {"shape":"InvalidParameterException"}
158      ],
159      "documentation":"<p>Exports form configurations to code that is ready to integrate into an Amplify app.</p>"
160    },
161    "ExportThemes":{
162      "name":"ExportThemes",
163      "http":{
164        "method":"GET",
165        "requestUri":"/export/app/{appId}/environment/{environmentName}/themes",
166        "responseCode":200
167      },
168      "input":{"shape":"ExportThemesRequest"},
169      "output":{"shape":"ExportThemesResponse"},
170      "errors":[
171        {"shape":"InternalServerException"},
172        {"shape":"InvalidParameterException"}
173      ],
174      "documentation":"<p>Exports theme configurations to code that is ready to integrate into an Amplify app.</p>"
175    },
176    "GetCodegenJob":{
177      "name":"GetCodegenJob",
178      "http":{
179        "method":"GET",
180        "requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs/{id}",
181        "responseCode":200
182      },
183      "input":{"shape":"GetCodegenJobRequest"},
184      "output":{"shape":"GetCodegenJobResponse"},
185      "errors":[
186        {"shape":"InternalServerException"},
187        {"shape":"InvalidParameterException"},
188        {"shape":"ThrottlingException"},
189        {"shape":"ResourceNotFoundException"}
190      ],
191      "documentation":"<p>Returns an existing code generation job.</p>"
192    },
193    "GetComponent":{
194      "name":"GetComponent",
195      "http":{
196        "method":"GET",
197        "requestUri":"/app/{appId}/environment/{environmentName}/components/{id}",
198        "responseCode":200
199      },
200      "input":{"shape":"GetComponentRequest"},
201      "output":{"shape":"GetComponentResponse"},
202      "errors":[
203        {"shape":"InternalServerException"},
204        {"shape":"InvalidParameterException"},
205        {"shape":"ResourceNotFoundException"}
206      ],
207      "documentation":"<p>Returns an existing component for an Amplify app.</p>"
208    },
209    "GetForm":{
210      "name":"GetForm",
211      "http":{
212        "method":"GET",
213        "requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}",
214        "responseCode":200
215      },
216      "input":{"shape":"GetFormRequest"},
217      "output":{"shape":"GetFormResponse"},
218      "errors":[
219        {"shape":"InternalServerException"},
220        {"shape":"InvalidParameterException"},
221        {"shape":"ResourceNotFoundException"}
222      ],
223      "documentation":"<p>Returns an existing form for an Amplify app.</p>"
224    },
225    "GetMetadata":{
226      "name":"GetMetadata",
227      "http":{
228        "method":"GET",
229        "requestUri":"/app/{appId}/environment/{environmentName}/metadata",
230        "responseCode":200
231      },
232      "input":{"shape":"GetMetadataRequest"},
233      "output":{"shape":"GetMetadataResponse"},
234      "errors":[
235        {"shape":"UnauthorizedException"},
236        {"shape":"InvalidParameterException"}
237      ],
238      "documentation":"<p>Returns existing metadata for an Amplify app.</p>"
239    },
240    "GetTheme":{
241      "name":"GetTheme",
242      "http":{
243        "method":"GET",
244        "requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}",
245        "responseCode":200
246      },
247      "input":{"shape":"GetThemeRequest"},
248      "output":{"shape":"GetThemeResponse"},
249      "errors":[
250        {"shape":"InternalServerException"},
251        {"shape":"InvalidParameterException"},
252        {"shape":"ResourceNotFoundException"}
253      ],
254      "documentation":"<p>Returns an existing theme for an Amplify app.</p>"
255    },
256    "ListCodegenJobs":{
257      "name":"ListCodegenJobs",
258      "http":{
259        "method":"GET",
260        "requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs",
261        "responseCode":200
262      },
263      "input":{"shape":"ListCodegenJobsRequest"},
264      "output":{"shape":"ListCodegenJobsResponse"},
265      "errors":[
266        {"shape":"InternalServerException"},
267        {"shape":"InvalidParameterException"},
268        {"shape":"ThrottlingException"}
269      ],
270      "documentation":"<p>Retrieves a list of code generation jobs for a specified Amplify app and backend environment.</p>"
271    },
272    "ListComponents":{
273      "name":"ListComponents",
274      "http":{
275        "method":"GET",
276        "requestUri":"/app/{appId}/environment/{environmentName}/components",
277        "responseCode":200
278      },
279      "input":{"shape":"ListComponentsRequest"},
280      "output":{"shape":"ListComponentsResponse"},
281      "errors":[
282        {"shape":"InternalServerException"},
283        {"shape":"InvalidParameterException"}
284      ],
285      "documentation":"<p>Retrieves a list of components for a specified Amplify app and backend environment.</p>"
286    },
287    "ListForms":{
288      "name":"ListForms",
289      "http":{
290        "method":"GET",
291        "requestUri":"/app/{appId}/environment/{environmentName}/forms",
292        "responseCode":200
293      },
294      "input":{"shape":"ListFormsRequest"},
295      "output":{"shape":"ListFormsResponse"},
296      "errors":[
297        {"shape":"InternalServerException"},
298        {"shape":"InvalidParameterException"}
299      ],
300      "documentation":"<p>Retrieves a list of forms for a specified Amplify app and backend environment.</p>"
301    },
302    "ListThemes":{
303      "name":"ListThemes",
304      "http":{
305        "method":"GET",
306        "requestUri":"/app/{appId}/environment/{environmentName}/themes",
307        "responseCode":200
308      },
309      "input":{"shape":"ListThemesRequest"},
310      "output":{"shape":"ListThemesResponse"},
311      "errors":[
312        {"shape":"InternalServerException"},
313        {"shape":"InvalidParameterException"}
314      ],
315      "documentation":"<p>Retrieves a list of themes for a specified Amplify app and backend environment.</p>"
316    },
317    "PutMetadataFlag":{
318      "name":"PutMetadataFlag",
319      "http":{
320        "method":"PUT",
321        "requestUri":"/app/{appId}/environment/{environmentName}/metadata/features/{featureName}",
322        "responseCode":200
323      },
324      "input":{"shape":"PutMetadataFlagRequest"},
325      "errors":[
326        {"shape":"UnauthorizedException"},
327        {"shape":"InvalidParameterException"}
328      ],
329      "documentation":"<p>Stores the metadata information about a feature on a form.</p>"
330    },
331    "RefreshToken":{
332      "name":"RefreshToken",
333      "http":{
334        "method":"POST",
335        "requestUri":"/tokens/{provider}/refresh",
336        "responseCode":200
337      },
338      "input":{"shape":"RefreshTokenRequest"},
339      "output":{"shape":"RefreshTokenResponse"},
340      "errors":[
341        {"shape":"InvalidParameterException"}
342      ],
343      "documentation":"<note> <p>This is for internal use.</p> </note> <p>Amplify uses this action to refresh a previously issued access token that might have expired.</p>"
344    },
345    "StartCodegenJob":{
346      "name":"StartCodegenJob",
347      "http":{
348        "method":"POST",
349        "requestUri":"/app/{appId}/environment/{environmentName}/codegen-jobs",
350        "responseCode":200
351      },
352      "input":{"shape":"StartCodegenJobRequest"},
353      "output":{"shape":"StartCodegenJobResponse"},
354      "errors":[
355        {"shape":"InternalServerException"},
356        {"shape":"InvalidParameterException"},
357        {"shape":"ThrottlingException"}
358      ],
359      "documentation":"<p>Starts a code generation job for a specified Amplify app and backend environment.</p>"
360    },
361    "UpdateComponent":{
362      "name":"UpdateComponent",
363      "http":{
364        "method":"PATCH",
365        "requestUri":"/app/{appId}/environment/{environmentName}/components/{id}",
366        "responseCode":200
367      },
368      "input":{"shape":"UpdateComponentRequest"},
369      "output":{"shape":"UpdateComponentResponse"},
370      "errors":[
371        {"shape":"ResourceConflictException"},
372        {"shape":"InternalServerException"},
373        {"shape":"InvalidParameterException"}
374      ],
375      "documentation":"<p>Updates an existing component.</p>",
376      "idempotent":true
377    },
378    "UpdateForm":{
379      "name":"UpdateForm",
380      "http":{
381        "method":"PATCH",
382        "requestUri":"/app/{appId}/environment/{environmentName}/forms/{id}",
383        "responseCode":200
384      },
385      "input":{"shape":"UpdateFormRequest"},
386      "output":{"shape":"UpdateFormResponse"},
387      "errors":[
388        {"shape":"ResourceConflictException"},
389        {"shape":"InternalServerException"},
390        {"shape":"InvalidParameterException"}
391      ],
392      "documentation":"<p>Updates an existing form.</p>",
393      "idempotent":true
394    },
395    "UpdateTheme":{
396      "name":"UpdateTheme",
397      "http":{
398        "method":"PATCH",
399        "requestUri":"/app/{appId}/environment/{environmentName}/themes/{id}",
400        "responseCode":200
401      },
402      "input":{"shape":"UpdateThemeRequest"},
403      "output":{"shape":"UpdateThemeResponse"},
404      "errors":[
405        {"shape":"ResourceConflictException"},
406        {"shape":"InternalServerException"},
407        {"shape":"InvalidParameterException"}
408      ],
409      "documentation":"<p>Updates an existing theme.</p>",
410      "idempotent":true
411    }
412  },
413  "shapes":{
414    "ActionParameters":{
415      "type":"structure",
416      "members":{
417        "type":{
418          "shape":"ComponentProperty",
419          "documentation":"<p>The type of navigation action. Valid values are <code>url</code> and <code>anchor</code>. This value is required for a navigation action.</p>"
420        },
421        "url":{
422          "shape":"ComponentProperty",
423          "documentation":"<p>The URL to the location to open. Specify this value for a navigation action.</p>"
424        },
425        "anchor":{
426          "shape":"ComponentProperty",
427          "documentation":"<p>The HTML anchor link to the location to open. Specify this value for a navigation action.</p>"
428        },
429        "target":{
430          "shape":"ComponentProperty",
431          "documentation":"<p>The element within the same component to modify when the action occurs.</p>"
432        },
433        "global":{
434          "shape":"ComponentProperty",
435          "documentation":"<p>Specifies whether the user should be signed out globally. Specify this value for an auth sign out action.</p>"
436        },
437        "model":{
438          "shape":"String",
439          "documentation":"<p>The name of the data model. Use when the action performs an operation on an Amplify DataStore model.</p>"
440        },
441        "id":{
442          "shape":"ComponentProperty",
443          "documentation":"<p>The unique ID of the component that the <code>ActionParameters</code> apply to.</p>"
444        },
445        "fields":{
446          "shape":"ComponentProperties",
447          "documentation":"<p>A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model. Use when the action performs an operation on an Amplify DataStore model.</p>"
448        },
449        "state":{
450          "shape":"MutationActionSetStateParameter",
451          "documentation":"<p>A key-value pair that specifies the state property name and its initial value.</p>"
452        }
453      },
454      "documentation":"<p>Represents the event action configuration for an element of a <code>Component</code> or <code>ComponentChild</code>. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components. <code>ActionParameters</code> defines the action that is performed when an event occurs on the component.</p>"
455    },
456    "ApiConfiguration":{
457      "type":"structure",
458      "members":{
459        "graphQLConfig":{
460          "shape":"GraphQLRenderConfig",
461          "documentation":"<p>The configuration for an application using GraphQL APIs.</p>"
462        },
463        "dataStoreConfig":{
464          "shape":"DataStoreRenderConfig",
465          "documentation":"<p>The configuration for an application using DataStore APIs.</p>"
466        },
467        "noApiConfig":{
468          "shape":"NoApiRenderConfig",
469          "documentation":"<p>The configuration for an application with no API being used.</p>"
470        }
471      },
472      "documentation":"<p>Describes the API configuration for a code generation job.</p>",
473      "union":true
474    },
475    "AppId":{
476      "type":"string",
477      "max":20,
478      "min":1,
479      "pattern":"d[a-z0-9]+"
480    },
481    "AssociatedFieldsList":{
482      "type":"list",
483      "member":{"shape":"String"}
484    },
485    "Boolean":{
486      "type":"boolean",
487      "box":true
488    },
489    "CodegenDependencies":{
490      "type":"list",
491      "member":{"shape":"CodegenDependency"}
492    },
493    "CodegenDependency":{
494      "type":"structure",
495      "members":{
496        "name":{
497          "shape":"String",
498          "documentation":"<p>Name of the dependency package.</p>"
499        },
500        "supportedVersion":{
501          "shape":"String",
502          "documentation":"<p>Indicates the version of the supported dependency package.</p>"
503        },
504        "isSemVer":{
505          "shape":"Boolean",
506          "documentation":"<p>Determines if the dependency package is using Semantic versioning. If set to true, it indicates that the dependency package uses Semantic versioning.</p>"
507        },
508        "reason":{
509          "shape":"String",
510          "documentation":"<p>Indicates the reason to include the dependency package in your project code.</p>"
511        }
512      },
513      "documentation":"<p>Dependency package that may be required for the project code to run.</p>"
514    },
515    "CodegenFeatureFlags":{
516      "type":"structure",
517      "members":{
518        "isRelationshipSupported":{
519          "shape":"Boolean",
520          "documentation":"<p>Specifes whether a code generation job supports data relationships.</p>"
521        },
522        "isNonModelSupported":{
523          "shape":"Boolean",
524          "documentation":"<p>Specifies whether a code generation job supports non models.</p>"
525        }
526      },
527      "documentation":"<p>Describes the feature flags that you can specify for a code generation job.</p>"
528    },
529    "CodegenGenericDataEnum":{
530      "type":"structure",
531      "required":["values"],
532      "members":{
533        "values":{
534          "shape":"CodegenGenericDataEnumValuesList",
535          "documentation":"<p>The list of enum values in the generic data schema.</p>"
536        }
537      },
538      "documentation":"<p>Describes the enums in a generic data schema.</p>"
539    },
540    "CodegenGenericDataEnumValuesList":{
541      "type":"list",
542      "member":{"shape":"String"}
543    },
544    "CodegenGenericDataEnums":{
545      "type":"map",
546      "key":{"shape":"String"},
547      "value":{"shape":"CodegenGenericDataEnum"}
548    },
549    "CodegenGenericDataField":{
550      "type":"structure",
551      "required":[
552        "dataType",
553        "dataTypeValue",
554        "required",
555        "readOnly",
556        "isArray"
557      ],
558      "members":{
559        "dataType":{
560          "shape":"CodegenGenericDataFieldDataType",
561          "documentation":"<p>The data type for the generic data field.</p>"
562        },
563        "dataTypeValue":{
564          "shape":"String",
565          "documentation":"<p>The value of the data type for the generic data field.</p>"
566        },
567        "required":{
568          "shape":"Boolean",
569          "documentation":"<p>Specifies whether the generic data field is required.</p>"
570        },
571        "readOnly":{
572          "shape":"Boolean",
573          "documentation":"<p>Specifies whether the generic data field is read-only.</p>"
574        },
575        "isArray":{
576          "shape":"Boolean",
577          "documentation":"<p>Specifies whether the generic data field is an array.</p>"
578        },
579        "relationship":{
580          "shape":"CodegenGenericDataRelationshipType",
581          "documentation":"<p>The relationship of the generic data schema.</p>"
582        }
583      },
584      "documentation":"<p>Describes a field in a generic data schema.</p>"
585    },
586    "CodegenGenericDataFieldDataType":{
587      "type":"string",
588      "enum":[
589        "ID",
590        "String",
591        "Int",
592        "Float",
593        "AWSDate",
594        "AWSTime",
595        "AWSDateTime",
596        "AWSTimestamp",
597        "AWSEmail",
598        "AWSURL",
599        "AWSIPAddress",
600        "Boolean",
601        "AWSJSON",
602        "AWSPhone",
603        "Enum",
604        "Model",
605        "NonModel"
606      ]
607    },
608    "CodegenGenericDataFields":{
609      "type":"map",
610      "key":{"shape":"String"},
611      "value":{"shape":"CodegenGenericDataField"}
612    },
613    "CodegenGenericDataModel":{
614      "type":"structure",
615      "required":[
616        "fields",
617        "primaryKeys"
618      ],
619      "members":{
620        "fields":{
621          "shape":"CodegenGenericDataFields",
622          "documentation":"<p>The fields in the generic data model.</p>"
623        },
624        "isJoinTable":{
625          "shape":"Boolean",
626          "documentation":"<p>Specifies whether the generic data model is a join table.</p>"
627        },
628        "primaryKeys":{
629          "shape":"CodegenPrimaryKeysList",
630          "documentation":"<p>The primary keys of the generic data model.</p>"
631        }
632      },
633      "documentation":"<p>Describes a model in a generic data schema.</p>"
634    },
635    "CodegenGenericDataModels":{
636      "type":"map",
637      "key":{"shape":"String"},
638      "value":{"shape":"CodegenGenericDataModel"}
639    },
640    "CodegenGenericDataNonModel":{
641      "type":"structure",
642      "required":["fields"],
643      "members":{
644        "fields":{
645          "shape":"CodegenGenericDataNonModelFields",
646          "documentation":"<p>The fields in a generic data schema non model.</p>"
647        }
648      },
649      "documentation":"<p>Describes a non-model in a generic data schema.</p>"
650    },
651    "CodegenGenericDataNonModelFields":{
652      "type":"map",
653      "key":{"shape":"String"},
654      "value":{"shape":"CodegenGenericDataField"}
655    },
656    "CodegenGenericDataNonModels":{
657      "type":"map",
658      "key":{"shape":"String"},
659      "value":{"shape":"CodegenGenericDataNonModel"}
660    },
661    "CodegenGenericDataRelationshipType":{
662      "type":"structure",
663      "required":[
664        "type",
665        "relatedModelName"
666      ],
667      "members":{
668        "type":{
669          "shape":"GenericDataRelationshipType",
670          "documentation":"<p>The data relationship type.</p>"
671        },
672        "relatedModelName":{
673          "shape":"String",
674          "documentation":"<p>The name of the related model in the data relationship.</p>"
675        },
676        "relatedModelFields":{
677          "shape":"RelatedModelFieldsList",
678          "documentation":"<p>The related model fields in the data relationship.</p>"
679        },
680        "canUnlinkAssociatedModel":{
681          "shape":"Boolean",
682          "documentation":"<p>Specifies whether the relationship can unlink the associated model.</p>"
683        },
684        "relatedJoinFieldName":{
685          "shape":"String",
686          "documentation":"<p>The name of the related join field in the data relationship.</p>"
687        },
688        "relatedJoinTableName":{
689          "shape":"String",
690          "documentation":"<p>The name of the related join table in the data relationship.</p>"
691        },
692        "belongsToFieldOnRelatedModel":{
693          "shape":"String",
694          "documentation":"<p>The value of the <code>belongsTo</code> field on the related data model. </p>"
695        },
696        "associatedFields":{
697          "shape":"AssociatedFieldsList",
698          "documentation":"<p>The associated fields of the data relationship.</p>"
699        },
700        "isHasManyIndex":{
701          "shape":"Boolean",
702          "documentation":"<p>Specifies whether the <code>@index</code> directive is supported for a <code>hasMany</code> data relationship.</p>"
703        }
704      },
705      "documentation":"<p>Describes the relationship between generic data models.</p>"
706    },
707    "CodegenJob":{
708      "type":"structure",
709      "required":[
710        "id",
711        "appId",
712        "environmentName"
713      ],
714      "members":{
715        "id":{
716          "shape":"Uuid",
717          "documentation":"<p>The unique ID for the code generation job.</p>"
718        },
719        "appId":{
720          "shape":"AppId",
721          "documentation":"<p>The ID of the Amplify app associated with the code generation job.</p>"
722        },
723        "environmentName":{
724          "shape":"String",
725          "documentation":"<p>The name of the backend environment associated with the code generation job.</p>"
726        },
727        "renderConfig":{"shape":"CodegenJobRenderConfig"},
728        "genericDataSchema":{"shape":"CodegenJobGenericDataSchema"},
729        "autoGenerateForms":{
730          "shape":"Boolean",
731          "documentation":"<p>Specifies whether to autogenerate forms in the code generation job.</p>"
732        },
733        "features":{"shape":"CodegenFeatureFlags"},
734        "status":{
735          "shape":"CodegenJobStatus",
736          "documentation":"<p>The status of the code generation job.</p>"
737        },
738        "statusMessage":{
739          "shape":"String",
740          "documentation":"<p>The customized status message for the code generation job.</p>"
741        },
742        "asset":{
743          "shape":"CodegenJobAsset",
744          "documentation":"<p>The <code>CodegenJobAsset</code> to use for the code generation job.</p>"
745        },
746        "tags":{
747          "shape":"Tags",
748          "documentation":"<p>One or more key-value pairs to use when tagging the code generation job.</p>"
749        },
750        "createdAt":{
751          "shape":"SyntheticTimestamp_date_time",
752          "documentation":"<p>The time that the code generation job was created.</p>"
753        },
754        "modifiedAt":{
755          "shape":"SyntheticTimestamp_date_time",
756          "documentation":"<p>The time that the code generation job was modified.</p>"
757        },
758        "dependencies":{
759          "shape":"CodegenDependencies",
760          "documentation":"<p>Lists the dependency packages that may be required for the project code to run.</p>"
761        }
762      },
763      "documentation":"<p>Describes the configuration for a code generation job that is associated with an Amplify app.</p>"
764    },
765    "CodegenJobAsset":{
766      "type":"structure",
767      "members":{
768        "downloadUrl":{
769          "shape":"String",
770          "documentation":"<p>The URL to use to access the asset.</p>"
771        }
772      },
773      "documentation":"<p>Describes an asset for a code generation job.</p>"
774    },
775    "CodegenJobGenericDataSchema":{
776      "type":"structure",
777      "required":[
778        "dataSourceType",
779        "models",
780        "enums",
781        "nonModels"
782      ],
783      "members":{
784        "dataSourceType":{
785          "shape":"CodegenJobGenericDataSourceType",
786          "documentation":"<p>The type of the data source for the schema. Currently, the only valid value is an Amplify <code>DataStore</code>.</p>"
787        },
788        "models":{
789          "shape":"CodegenGenericDataModels",
790          "documentation":"<p>The name of a <code>CodegenGenericDataModel</code>.</p>"
791        },
792        "enums":{
793          "shape":"CodegenGenericDataEnums",
794          "documentation":"<p>The name of a <code>CodegenGenericDataEnum</code>.</p>"
795        },
796        "nonModels":{
797          "shape":"CodegenGenericDataNonModels",
798          "documentation":"<p>The name of a <code>CodegenGenericDataNonModel</code>.</p>"
799        }
800      },
801      "documentation":"<p>Describes the data schema for a code generation job.</p>"
802    },
803    "CodegenJobGenericDataSourceType":{
804      "type":"string",
805      "enum":["DataStore"]
806    },
807    "CodegenJobRenderConfig":{
808      "type":"structure",
809      "members":{
810        "react":{
811          "shape":"ReactStartCodegenJobData",
812          "documentation":"<p>The name of the <code>ReactStartCodegenJobData</code> object.</p>"
813        }
814      },
815      "documentation":"<p>Describes the configuration information for rendering the UI component associated with the code generation job.</p>",
816      "union":true
817    },
818    "CodegenJobStatus":{
819      "type":"string",
820      "enum":[
821        "in_progress",
822        "failed",
823        "succeeded"
824      ]
825    },
826    "CodegenJobSummary":{
827      "type":"structure",
828      "required":[
829        "appId",
830        "environmentName",
831        "id"
832      ],
833      "members":{
834        "appId":{
835          "shape":"AppId",
836          "documentation":"<p>The unique ID of the Amplify app associated with the code generation job.</p>"
837        },
838        "environmentName":{
839          "shape":"String",
840          "documentation":"<p>The name of the backend environment associated with the code generation job.</p>"
841        },
842        "id":{
843          "shape":"Uuid",
844          "documentation":"<p>The unique ID for the code generation job summary.</p>"
845        },
846        "createdAt":{
847          "shape":"SyntheticTimestamp_date_time",
848          "documentation":"<p>The time that the code generation job summary was created.</p>"
849        },
850        "modifiedAt":{
851          "shape":"SyntheticTimestamp_date_time",
852          "documentation":"<p>The time that the code generation job summary was modified.</p>"
853        }
854      },
855      "documentation":"<p>A summary of the basic information about the code generation job.</p>"
856    },
857    "CodegenJobSummaryList":{
858      "type":"list",
859      "member":{"shape":"CodegenJobSummary"}
860    },
861    "CodegenPrimaryKeysList":{
862      "type":"list",
863      "member":{"shape":"String"}
864    },
865    "Component":{
866      "type":"structure",
867      "required":[
868        "appId",
869        "environmentName",
870        "id",
871        "name",
872        "componentType",
873        "properties",
874        "variants",
875        "overrides",
876        "bindingProperties",
877        "createdAt"
878      ],
879      "members":{
880        "appId":{
881          "shape":"String",
882          "documentation":"<p>The unique ID of the Amplify app associated with the component.</p>"
883        },
884        "environmentName":{
885          "shape":"String",
886          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>"
887        },
888        "sourceId":{
889          "shape":"String",
890          "documentation":"<p>The unique ID of the component in its original source system, such as Figma.</p>"
891        },
892        "id":{
893          "shape":"Uuid",
894          "documentation":"<p>The unique ID of the component.</p>"
895        },
896        "name":{
897          "shape":"ComponentName",
898          "documentation":"<p>The name of the component.</p>"
899        },
900        "componentType":{
901          "shape":"ComponentType",
902          "documentation":"<p>The type of the component. This can be an Amplify custom UI component or another custom component.</p>"
903        },
904        "properties":{
905          "shape":"ComponentProperties",
906          "documentation":"<p>Describes the component's properties. You can't specify <code>tags</code> as a valid property for <code>properties</code>.</p>"
907        },
908        "children":{
909          "shape":"ComponentChildList",
910          "documentation":"<p>A list of the component's <code>ComponentChild</code> instances.</p>"
911        },
912        "variants":{
913          "shape":"ComponentVariants",
914          "documentation":"<p>A list of the component's variants. A variant is a unique style configuration of a main component.</p>"
915        },
916        "overrides":{
917          "shape":"ComponentOverrides",
918          "documentation":"<p>Describes the component's properties that can be overriden in a customized instance of the component. You can't specify <code>tags</code> as a valid property for <code>overrides</code>.</p>"
919        },
920        "bindingProperties":{
921          "shape":"ComponentBindingProperties",
922          "documentation":"<p>The information to connect a component's properties to data at runtime. You can't specify <code>tags</code> as a valid property for <code>bindingProperties</code>.</p> <p/>"
923        },
924        "collectionProperties":{
925          "shape":"ComponentCollectionProperties",
926          "documentation":"<p>The data binding configuration for the component's properties. Use this for a collection component. You can't specify <code>tags</code> as a valid property for <code>collectionProperties</code>.</p>"
927        },
928        "createdAt":{
929          "shape":"SyntheticTimestamp_date_time",
930          "documentation":"<p>The time that the component was created.</p>"
931        },
932        "modifiedAt":{
933          "shape":"SyntheticTimestamp_date_time",
934          "documentation":"<p>The time that the component was modified.</p>"
935        },
936        "tags":{
937          "shape":"Tags",
938          "documentation":"<p>One or more key-value pairs to use when tagging the component.</p>"
939        },
940        "events":{
941          "shape":"ComponentEvents",
942          "documentation":"<p>Describes the events that can be raised on the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.</p>"
943        },
944        "schemaVersion":{
945          "shape":"String",
946          "documentation":"<p>The schema version of the component when it was imported.</p>"
947        }
948      },
949      "documentation":"<p>Contains the configuration settings for a user interface (UI) element for an Amplify app. A component is configured as a primary, stand-alone UI element. Use <code>ComponentChild</code> to configure an instance of a <code>Component</code>. A <code>ComponentChild</code> instance inherits the configuration of the main <code>Component</code>.</p>"
950    },
951    "ComponentBindingProperties":{
952      "type":"map",
953      "key":{"shape":"String"},
954      "value":{"shape":"ComponentBindingPropertiesValue"}
955    },
956    "ComponentBindingPropertiesValue":{
957      "type":"structure",
958      "members":{
959        "type":{
960          "shape":"String",
961          "documentation":"<p>The property type.</p>"
962        },
963        "bindingProperties":{
964          "shape":"ComponentBindingPropertiesValueProperties",
965          "documentation":"<p>Describes the properties to customize with data at runtime.</p>"
966        },
967        "defaultValue":{
968          "shape":"String",
969          "documentation":"<p>The default value of the property.</p>"
970        }
971      },
972      "documentation":"<p>Represents the data binding configuration for a component at runtime. You can use <code>ComponentBindingPropertiesValue</code> to add exposed properties to a component to allow different values to be entered when a component is reused in different places in an app.</p>"
973    },
974    "ComponentBindingPropertiesValueProperties":{
975      "type":"structure",
976      "members":{
977        "model":{
978          "shape":"String",
979          "documentation":"<p>An Amplify DataStore model.</p>"
980        },
981        "field":{
982          "shape":"String",
983          "documentation":"<p>The field to bind the data to.</p>"
984        },
985        "predicates":{
986          "shape":"PredicateList",
987          "documentation":"<p>A list of predicates for binding a component's properties to data.</p>"
988        },
989        "userAttribute":{
990          "shape":"String",
991          "documentation":"<p>An authenticated user attribute.</p>"
992        },
993        "bucket":{
994          "shape":"String",
995          "documentation":"<p>An Amazon S3 bucket.</p>"
996        },
997        "key":{
998          "shape":"String",
999          "documentation":"<p>The storage key for an Amazon S3 bucket.</p>"
1000        },
1001        "defaultValue":{
1002          "shape":"String",
1003          "documentation":"<p>The default value to assign to the property.</p>"
1004        },
1005        "slotName":{
1006          "shape":"String",
1007          "documentation":"<p>The name of a component slot.</p>"
1008        }
1009      },
1010      "documentation":"<p>Represents the data binding configuration for a specific property using data stored in Amazon Web Services. For Amazon Web Services connected properties, you can bind a property to data stored in an Amazon S3 bucket, an Amplify DataStore model or an authenticated user attribute.</p>"
1011    },
1012    "ComponentChild":{
1013      "type":"structure",
1014      "required":[
1015        "componentType",
1016        "name",
1017        "properties"
1018      ],
1019      "members":{
1020        "componentType":{
1021          "shape":"String",
1022          "documentation":"<p>The type of the child component. </p>"
1023        },
1024        "name":{
1025          "shape":"String",
1026          "documentation":"<p>The name of the child component.</p>"
1027        },
1028        "properties":{
1029          "shape":"ComponentProperties",
1030          "documentation":"<p>Describes the properties of the child component. You can't specify <code>tags</code> as a valid property for <code>properties</code>.</p>"
1031        },
1032        "children":{
1033          "shape":"ComponentChildList",
1034          "documentation":"<p>The list of <code>ComponentChild</code> instances for this component.</p>"
1035        },
1036        "events":{
1037          "shape":"ComponentEvents",
1038          "documentation":"<p>Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.</p>"
1039        },
1040        "sourceId":{
1041          "shape":"String",
1042          "documentation":"<p>The unique ID of the child component in its original source system, such as Figma.</p>"
1043        }
1044      },
1045      "documentation":"<p>A nested UI configuration within a parent <code>Component</code>.</p>"
1046    },
1047    "ComponentChildList":{
1048      "type":"list",
1049      "member":{"shape":"ComponentChild"}
1050    },
1051    "ComponentCollectionProperties":{
1052      "type":"map",
1053      "key":{"shape":"String"},
1054      "value":{"shape":"ComponentDataConfiguration"}
1055    },
1056    "ComponentConditionProperty":{
1057      "type":"structure",
1058      "members":{
1059        "property":{
1060          "shape":"String",
1061          "documentation":"<p>The name of the conditional property.</p>"
1062        },
1063        "field":{
1064          "shape":"String",
1065          "documentation":"<p>The name of a field. Specify this when the property is a data model.</p>"
1066        },
1067        "operator":{
1068          "shape":"String",
1069          "documentation":"<p>The operator to use to perform the evaluation, such as <code>eq</code> to represent equals.</p>"
1070        },
1071        "operand":{
1072          "shape":"String",
1073          "documentation":"<p>The value of the property to evaluate.</p>"
1074        },
1075        "then":{
1076          "shape":"ComponentProperty",
1077          "documentation":"<p>The value to assign to the property if the condition is met.</p>"
1078        },
1079        "else":{
1080          "shape":"ComponentProperty",
1081          "documentation":"<p>The value to assign to the property if the condition is not met.</p>"
1082        },
1083        "operandType":{
1084          "shape":"String",
1085          "documentation":"<p>The type of the property to evaluate.</p>"
1086        }
1087      },
1088      "documentation":"<p>Represents a conditional expression to set a component property. Use <code>ComponentConditionProperty</code> to set a property to different values conditionally, based on the value of another property.</p>"
1089    },
1090    "ComponentDataConfiguration":{
1091      "type":"structure",
1092      "required":["model"],
1093      "members":{
1094        "model":{
1095          "shape":"String",
1096          "documentation":"<p>The name of the data model to use to bind data to a component.</p>"
1097        },
1098        "sort":{
1099          "shape":"SortPropertyList",
1100          "documentation":"<p>Describes how to sort the component's properties.</p>"
1101        },
1102        "predicate":{
1103          "shape":"Predicate",
1104          "documentation":"<p>Represents the conditional logic to use when binding data to a component. Use this property to retrieve only a subset of the data in a collection.</p>"
1105        },
1106        "identifiers":{
1107          "shape":"IdentifierList",
1108          "documentation":"<p>A list of IDs to use to bind data to a component. Use this property to bind specifically chosen data, rather than data retrieved from a query.</p>"
1109        }
1110      },
1111      "documentation":"<p>Describes the configuration for binding a component's properties to data.</p>"
1112    },
1113    "ComponentEvent":{
1114      "type":"structure",
1115      "members":{
1116        "action":{
1117          "shape":"String",
1118          "documentation":"<p>The action to perform when a specific event is raised.</p>"
1119        },
1120        "parameters":{
1121          "shape":"ActionParameters",
1122          "documentation":"<p>Describes information about the action.</p>"
1123        },
1124        "bindingEvent":{
1125          "shape":"String",
1126          "documentation":"<p>Binds an event to an action on a component. When you specify a <code>bindingEvent</code>, the event is called when the action is performed.</p>"
1127        }
1128      },
1129      "documentation":"<p>Describes the configuration of an event. You can bind an event and a corresponding action to a <code>Component</code> or a <code>ComponentChild</code>. A button click is an example of an event. </p>"
1130    },
1131    "ComponentEvents":{
1132      "type":"map",
1133      "key":{"shape":"String"},
1134      "value":{"shape":"ComponentEvent"}
1135    },
1136    "ComponentList":{
1137      "type":"list",
1138      "member":{"shape":"Component"}
1139    },
1140    "ComponentName":{
1141      "type":"string",
1142      "max":255,
1143      "min":1
1144    },
1145    "ComponentOverrides":{
1146      "type":"map",
1147      "key":{"shape":"String"},
1148      "value":{"shape":"ComponentOverridesValue"}
1149    },
1150    "ComponentOverridesValue":{
1151      "type":"map",
1152      "key":{"shape":"String"},
1153      "value":{"shape":"String"}
1154    },
1155    "ComponentProperties":{
1156      "type":"map",
1157      "key":{"shape":"String"},
1158      "value":{"shape":"ComponentProperty"}
1159    },
1160    "ComponentProperty":{
1161      "type":"structure",
1162      "members":{
1163        "value":{
1164          "shape":"String",
1165          "documentation":"<p>The value to assign to the component property.</p>"
1166        },
1167        "bindingProperties":{
1168          "shape":"ComponentPropertyBindingProperties",
1169          "documentation":"<p>The information to bind the component property to data at runtime.</p>"
1170        },
1171        "collectionBindingProperties":{
1172          "shape":"ComponentPropertyBindingProperties",
1173          "documentation":"<p>The information to bind the component property to data at runtime. Use this for collection components.</p>"
1174        },
1175        "defaultValue":{
1176          "shape":"String",
1177          "documentation":"<p>The default value to assign to the component property.</p>"
1178        },
1179        "model":{
1180          "shape":"String",
1181          "documentation":"<p>The data model to use to assign a value to the component property.</p>"
1182        },
1183        "bindings":{
1184          "shape":"FormBindings",
1185          "documentation":"<p>The information to bind the component property to form data.</p>"
1186        },
1187        "event":{
1188          "shape":"String",
1189          "documentation":"<p>An event that occurs in your app. Use this for workflow data binding.</p>"
1190        },
1191        "userAttribute":{
1192          "shape":"String",
1193          "documentation":"<p>An authenticated user attribute to use to assign a value to the component property.</p>"
1194        },
1195        "concat":{
1196          "shape":"ComponentPropertyList",
1197          "documentation":"<p>A list of component properties to concatenate to create the value to assign to this component property.</p>"
1198        },
1199        "condition":{
1200          "shape":"ComponentConditionProperty",
1201          "documentation":"<p>The conditional expression to use to assign a value to the component property.</p>"
1202        },
1203        "configured":{
1204          "shape":"Boolean",
1205          "documentation":"<p>Specifies whether the user configured the property in Amplify Studio after importing it.</p>"
1206        },
1207        "type":{
1208          "shape":"String",
1209          "documentation":"<p>The component type.</p>"
1210        },
1211        "importedValue":{
1212          "shape":"String",
1213          "documentation":"<p>The default value assigned to the property when the component is imported into an app.</p>"
1214        },
1215        "componentName":{
1216          "shape":"String",
1217          "documentation":"<p>The name of the component that is affected by an event.</p>"
1218        },
1219        "property":{
1220          "shape":"String",
1221          "documentation":"<p>The name of the component's property that is affected by an event.</p>"
1222        }
1223      },
1224      "documentation":"<p>Describes the configuration for all of a component's properties. Use <code>ComponentProperty</code> to specify the values to render or bind by default.</p>"
1225    },
1226    "ComponentPropertyBindingProperties":{
1227      "type":"structure",
1228      "required":["property"],
1229      "members":{
1230        "property":{
1231          "shape":"String",
1232          "documentation":"<p>The component property to bind to the data field.</p>"
1233        },
1234        "field":{
1235          "shape":"String",
1236          "documentation":"<p>The data field to bind the property to.</p>"
1237        }
1238      },
1239      "documentation":"<p>Associates a component property to a binding property. This enables exposed properties on the top level component to propagate data to the component's property values.</p>"
1240    },
1241    "ComponentPropertyList":{
1242      "type":"list",
1243      "member":{"shape":"ComponentProperty"}
1244    },
1245    "ComponentSummary":{
1246      "type":"structure",
1247      "required":[
1248        "appId",
1249        "environmentName",
1250        "id",
1251        "name",
1252        "componentType"
1253      ],
1254      "members":{
1255        "appId":{
1256          "shape":"String",
1257          "documentation":"<p>The unique ID of the Amplify app associated with the component.</p>"
1258        },
1259        "environmentName":{
1260          "shape":"String",
1261          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>"
1262        },
1263        "id":{
1264          "shape":"Uuid",
1265          "documentation":"<p>The unique ID of the component.</p>"
1266        },
1267        "name":{
1268          "shape":"ComponentName",
1269          "documentation":"<p>The name of the component.</p>"
1270        },
1271        "componentType":{
1272          "shape":"ComponentType",
1273          "documentation":"<p>The component type.</p>"
1274        }
1275      },
1276      "documentation":"<p>Contains a summary of a component. This is a read-only data type that is returned by <code>ListComponents</code>.</p>"
1277    },
1278    "ComponentSummaryList":{
1279      "type":"list",
1280      "member":{"shape":"ComponentSummary"}
1281    },
1282    "ComponentType":{
1283      "type":"string",
1284      "max":255,
1285      "min":1
1286    },
1287    "ComponentVariant":{
1288      "type":"structure",
1289      "members":{
1290        "variantValues":{
1291          "shape":"ComponentVariantValues",
1292          "documentation":"<p>The combination of variants that comprise this variant. You can't specify <code>tags</code> as a valid property for <code>variantValues</code>.</p>"
1293        },
1294        "overrides":{
1295          "shape":"ComponentOverrides",
1296          "documentation":"<p>The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify <code>tags</code> as a valid property for <code>overrides</code>.</p>"
1297        }
1298      },
1299      "documentation":"<p>Describes the style configuration of a unique variation of a main component.</p>"
1300    },
1301    "ComponentVariantValues":{
1302      "type":"map",
1303      "key":{"shape":"String"},
1304      "value":{"shape":"String"}
1305    },
1306    "ComponentVariants":{
1307      "type":"list",
1308      "member":{"shape":"ComponentVariant"}
1309    },
1310    "CreateComponentData":{
1311      "type":"structure",
1312      "required":[
1313        "name",
1314        "componentType",
1315        "properties",
1316        "variants",
1317        "overrides",
1318        "bindingProperties"
1319      ],
1320      "members":{
1321        "name":{
1322          "shape":"ComponentName",
1323          "documentation":"<p>The name of the component</p>"
1324        },
1325        "sourceId":{
1326          "shape":"String",
1327          "documentation":"<p>The unique ID of the component in its original source system, such as Figma.</p>"
1328        },
1329        "componentType":{
1330          "shape":"ComponentType",
1331          "documentation":"<p>The component type. This can be an Amplify custom UI component or another custom component.</p>"
1332        },
1333        "properties":{
1334          "shape":"ComponentProperties",
1335          "documentation":"<p>Describes the component's properties.</p>"
1336        },
1337        "children":{
1338          "shape":"ComponentChildList",
1339          "documentation":"<p>A list of child components that are instances of the main component.</p>"
1340        },
1341        "variants":{
1342          "shape":"ComponentVariants",
1343          "documentation":"<p>A list of the unique variants of this component.</p>"
1344        },
1345        "overrides":{
1346          "shape":"ComponentOverrides",
1347          "documentation":"<p>Describes the component properties that can be overriden to customize an instance of the component.</p>"
1348        },
1349        "bindingProperties":{
1350          "shape":"ComponentBindingProperties",
1351          "documentation":"<p>The data binding information for the component's properties.</p>"
1352        },
1353        "collectionProperties":{
1354          "shape":"ComponentCollectionProperties",
1355          "documentation":"<p>The data binding configuration for customizing a component's properties. Use this for a collection component.</p>"
1356        },
1357        "tags":{
1358          "shape":"Tags",
1359          "documentation":"<p>One or more key-value pairs to use when tagging the component data.</p>"
1360        },
1361        "events":{
1362          "shape":"ComponentEvents",
1363          "documentation":"<p>The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.</p>"
1364        },
1365        "schemaVersion":{
1366          "shape":"String",
1367          "documentation":"<p>The schema version of the component when it was imported.</p>"
1368        }
1369      },
1370      "documentation":"<p>Represents all of the information that is required to create a component.</p>"
1371    },
1372    "CreateComponentRequest":{
1373      "type":"structure",
1374      "required":[
1375        "appId",
1376        "environmentName",
1377        "componentToCreate"
1378      ],
1379      "members":{
1380        "appId":{
1381          "shape":"String",
1382          "documentation":"<p>The unique ID of the Amplify app to associate with the component.</p>",
1383          "location":"uri",
1384          "locationName":"appId"
1385        },
1386        "environmentName":{
1387          "shape":"String",
1388          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
1389          "location":"uri",
1390          "locationName":"environmentName"
1391        },
1392        "clientToken":{
1393          "shape":"String",
1394          "documentation":"<p>The unique client token.</p>",
1395          "idempotencyToken":true,
1396          "location":"querystring",
1397          "locationName":"clientToken"
1398        },
1399        "componentToCreate":{
1400          "shape":"CreateComponentData",
1401          "documentation":"<p>Represents the configuration of the component to create.</p>"
1402        }
1403      },
1404      "payload":"componentToCreate"
1405    },
1406    "CreateComponentResponse":{
1407      "type":"structure",
1408      "members":{
1409        "entity":{
1410          "shape":"Component",
1411          "documentation":"<p>Describes the configuration of the new component.</p>"
1412        }
1413      },
1414      "payload":"entity"
1415    },
1416    "CreateFormData":{
1417      "type":"structure",
1418      "required":[
1419        "name",
1420        "dataType",
1421        "formActionType",
1422        "fields",
1423        "style",
1424        "sectionalElements",
1425        "schemaVersion"
1426      ],
1427      "members":{
1428        "name":{
1429          "shape":"FormName",
1430          "documentation":"<p>The name of the form.</p>"
1431        },
1432        "dataType":{
1433          "shape":"FormDataTypeConfig",
1434          "documentation":"<p>The type of data source to use to create the form.</p>"
1435        },
1436        "formActionType":{
1437          "shape":"FormActionType",
1438          "documentation":"<p>Specifies whether to perform a create or update action on the form.</p>"
1439        },
1440        "fields":{
1441          "shape":"FieldsMap",
1442          "documentation":"<p>The configuration information for the form's fields.</p>"
1443        },
1444        "style":{
1445          "shape":"FormStyle",
1446          "documentation":"<p>The configuration for the form's style.</p>"
1447        },
1448        "sectionalElements":{
1449          "shape":"SectionalElementMap",
1450          "documentation":"<p>The configuration information for the visual helper elements for the form. These elements are not associated with any data.</p>"
1451        },
1452        "schemaVersion":{
1453          "shape":"String",
1454          "documentation":"<p>The schema version of the form.</p>"
1455        },
1456        "cta":{
1457          "shape":"FormCTA",
1458          "documentation":"<p>The <code>FormCTA</code> object that stores the call to action configuration for the form.</p>"
1459        },
1460        "tags":{
1461          "shape":"Tags",
1462          "documentation":"<p>One or more key-value pairs to use when tagging the form data.</p>"
1463        },
1464        "labelDecorator":{
1465          "shape":"LabelDecorator",
1466          "documentation":"<p>Specifies an icon or decoration to display on the form.</p>"
1467        }
1468      },
1469      "documentation":"<p>Represents all of the information that is required to create a form.</p>"
1470    },
1471    "CreateFormRequest":{
1472      "type":"structure",
1473      "required":[
1474        "appId",
1475        "environmentName",
1476        "formToCreate"
1477      ],
1478      "members":{
1479        "appId":{
1480          "shape":"String",
1481          "documentation":"<p>The unique ID of the Amplify app to associate with the form.</p>",
1482          "location":"uri",
1483          "locationName":"appId"
1484        },
1485        "environmentName":{
1486          "shape":"String",
1487          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
1488          "location":"uri",
1489          "locationName":"environmentName"
1490        },
1491        "clientToken":{
1492          "shape":"String",
1493          "documentation":"<p>The unique client token.</p>",
1494          "idempotencyToken":true,
1495          "location":"querystring",
1496          "locationName":"clientToken"
1497        },
1498        "formToCreate":{
1499          "shape":"CreateFormData",
1500          "documentation":"<p>Represents the configuration of the form to create.</p>"
1501        }
1502      },
1503      "payload":"formToCreate"
1504    },
1505    "CreateFormResponse":{
1506      "type":"structure",
1507      "members":{
1508        "entity":{
1509          "shape":"Form",
1510          "documentation":"<p>Describes the configuration of the new form.</p>"
1511        }
1512      },
1513      "payload":"entity"
1514    },
1515    "CreateThemeData":{
1516      "type":"structure",
1517      "required":[
1518        "name",
1519        "values"
1520      ],
1521      "members":{
1522        "name":{
1523          "shape":"ThemeName",
1524          "documentation":"<p>The name of the theme.</p>"
1525        },
1526        "values":{
1527          "shape":"ThemeValuesList",
1528          "documentation":"<p>A list of key-value pairs that defines the properties of the theme.</p>"
1529        },
1530        "overrides":{
1531          "shape":"ThemeValuesList",
1532          "documentation":"<p>Describes the properties that can be overriden to customize an instance of the theme.</p>"
1533        },
1534        "tags":{
1535          "shape":"Tags",
1536          "documentation":"<p>One or more key-value pairs to use when tagging the theme data.</p>"
1537        }
1538      },
1539      "documentation":"<p>Represents all of the information that is required to create a theme.</p>"
1540    },
1541    "CreateThemeRequest":{
1542      "type":"structure",
1543      "required":[
1544        "appId",
1545        "environmentName",
1546        "themeToCreate"
1547      ],
1548      "members":{
1549        "appId":{
1550          "shape":"String",
1551          "documentation":"<p>The unique ID of the Amplify app associated with the theme.</p>",
1552          "location":"uri",
1553          "locationName":"appId"
1554        },
1555        "environmentName":{
1556          "shape":"String",
1557          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
1558          "location":"uri",
1559          "locationName":"environmentName"
1560        },
1561        "clientToken":{
1562          "shape":"String",
1563          "documentation":"<p>The unique client token.</p>",
1564          "idempotencyToken":true,
1565          "location":"querystring",
1566          "locationName":"clientToken"
1567        },
1568        "themeToCreate":{
1569          "shape":"CreateThemeData",
1570          "documentation":"<p>Represents the configuration of the theme to create.</p>"
1571        }
1572      },
1573      "payload":"themeToCreate"
1574    },
1575    "CreateThemeResponse":{
1576      "type":"structure",
1577      "members":{
1578        "entity":{
1579          "shape":"Theme",
1580          "documentation":"<p>Describes the configuration of the new theme.</p>"
1581        }
1582      },
1583      "payload":"entity"
1584    },
1585    "DataStoreRenderConfig":{
1586      "type":"structure",
1587      "members":{
1588      },
1589      "documentation":"<p>Describes the DataStore configuration for an API for a code generation job.</p>"
1590    },
1591    "DeleteComponentRequest":{
1592      "type":"structure",
1593      "required":[
1594        "appId",
1595        "environmentName",
1596        "id"
1597      ],
1598      "members":{
1599        "appId":{
1600          "shape":"String",
1601          "documentation":"<p>The unique ID of the Amplify app associated with the component to delete.</p>",
1602          "location":"uri",
1603          "locationName":"appId"
1604        },
1605        "environmentName":{
1606          "shape":"String",
1607          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
1608          "location":"uri",
1609          "locationName":"environmentName"
1610        },
1611        "id":{
1612          "shape":"Uuid",
1613          "documentation":"<p>The unique ID of the component to delete.</p>",
1614          "location":"uri",
1615          "locationName":"id"
1616        }
1617      }
1618    },
1619    "DeleteFormRequest":{
1620      "type":"structure",
1621      "required":[
1622        "appId",
1623        "environmentName",
1624        "id"
1625      ],
1626      "members":{
1627        "appId":{
1628          "shape":"String",
1629          "documentation":"<p>The unique ID of the Amplify app associated with the form to delete.</p>",
1630          "location":"uri",
1631          "locationName":"appId"
1632        },
1633        "environmentName":{
1634          "shape":"String",
1635          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
1636          "location":"uri",
1637          "locationName":"environmentName"
1638        },
1639        "id":{
1640          "shape":"Uuid",
1641          "documentation":"<p>The unique ID of the form to delete.</p>",
1642          "location":"uri",
1643          "locationName":"id"
1644        }
1645      }
1646    },
1647    "DeleteThemeRequest":{
1648      "type":"structure",
1649      "required":[
1650        "appId",
1651        "environmentName",
1652        "id"
1653      ],
1654      "members":{
1655        "appId":{
1656          "shape":"String",
1657          "documentation":"<p>The unique ID of the Amplify app associated with the theme to delete.</p>",
1658          "location":"uri",
1659          "locationName":"appId"
1660        },
1661        "environmentName":{
1662          "shape":"String",
1663          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
1664          "location":"uri",
1665          "locationName":"environmentName"
1666        },
1667        "id":{
1668          "shape":"Uuid",
1669          "documentation":"<p>The unique ID of the theme to delete.</p>",
1670          "location":"uri",
1671          "locationName":"id"
1672        }
1673      }
1674    },
1675    "ExchangeCodeForTokenRequest":{
1676      "type":"structure",
1677      "required":[
1678        "provider",
1679        "request"
1680      ],
1681      "members":{
1682        "provider":{
1683          "shape":"TokenProviders",
1684          "documentation":"<p>The third-party provider for the token. The only valid value is <code>figma</code>.</p>",
1685          "location":"uri",
1686          "locationName":"provider"
1687        },
1688        "request":{
1689          "shape":"ExchangeCodeForTokenRequestBody",
1690          "documentation":"<p>Describes the configuration of the request.</p>"
1691        }
1692      },
1693      "payload":"request"
1694    },
1695    "ExchangeCodeForTokenRequestBody":{
1696      "type":"structure",
1697      "required":[
1698        "code",
1699        "redirectUri"
1700      ],
1701      "members":{
1702        "code":{
1703          "shape":"SensitiveString",
1704          "documentation":"<p>The access code to send in the request.</p>"
1705        },
1706        "redirectUri":{
1707          "shape":"String",
1708          "documentation":"<p>The location of the application that will receive the access code.</p>"
1709        },
1710        "clientId":{
1711          "shape":"SensitiveString",
1712          "documentation":"<p>The ID of the client to request the token from.</p>"
1713        }
1714      },
1715      "documentation":"<p>Describes the configuration of a request to exchange an access code for a token.</p>"
1716    },
1717    "ExchangeCodeForTokenResponse":{
1718      "type":"structure",
1719      "required":[
1720        "accessToken",
1721        "expiresIn",
1722        "refreshToken"
1723      ],
1724      "members":{
1725        "accessToken":{
1726          "shape":"SensitiveString",
1727          "documentation":"<p>The access token.</p>"
1728        },
1729        "expiresIn":{
1730          "shape":"Integer",
1731          "documentation":"<p>The date and time when the new access token expires.</p>"
1732        },
1733        "refreshToken":{
1734          "shape":"SensitiveString",
1735          "documentation":"<p>The token to use to refresh a previously issued access token that might have expired.</p>"
1736        }
1737      }
1738    },
1739    "ExportComponentsRequest":{
1740      "type":"structure",
1741      "required":[
1742        "appId",
1743        "environmentName"
1744      ],
1745      "members":{
1746        "appId":{
1747          "shape":"String",
1748          "documentation":"<p>The unique ID of the Amplify app to export components to.</p>",
1749          "location":"uri",
1750          "locationName":"appId"
1751        },
1752        "environmentName":{
1753          "shape":"String",
1754          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
1755          "location":"uri",
1756          "locationName":"environmentName"
1757        },
1758        "nextToken":{
1759          "shape":"String",
1760          "documentation":"<p>The token to request the next page of results.</p>",
1761          "location":"querystring",
1762          "locationName":"nextToken"
1763        }
1764      }
1765    },
1766    "ExportComponentsResponse":{
1767      "type":"structure",
1768      "required":["entities"],
1769      "members":{
1770        "entities":{
1771          "shape":"ComponentList",
1772          "documentation":"<p>Represents the configuration of the exported components.</p>"
1773        },
1774        "nextToken":{
1775          "shape":"String",
1776          "documentation":"<p>The pagination token that's included if more results are available.</p>"
1777        }
1778      }
1779    },
1780    "ExportFormsRequest":{
1781      "type":"structure",
1782      "required":[
1783        "appId",
1784        "environmentName"
1785      ],
1786      "members":{
1787        "appId":{
1788          "shape":"String",
1789          "documentation":"<p>The unique ID of the Amplify app to export forms to.</p>",
1790          "location":"uri",
1791          "locationName":"appId"
1792        },
1793        "environmentName":{
1794          "shape":"String",
1795          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
1796          "location":"uri",
1797          "locationName":"environmentName"
1798        },
1799        "nextToken":{
1800          "shape":"String",
1801          "documentation":"<p>The token to request the next page of results.</p>",
1802          "location":"querystring",
1803          "locationName":"nextToken"
1804        }
1805      }
1806    },
1807    "ExportFormsResponse":{
1808      "type":"structure",
1809      "required":["entities"],
1810      "members":{
1811        "entities":{
1812          "shape":"FormList",
1813          "documentation":"<p>Represents the configuration of the exported forms.</p>"
1814        },
1815        "nextToken":{
1816          "shape":"String",
1817          "documentation":"<p>The pagination token that's included if more results are available.</p>"
1818        }
1819      }
1820    },
1821    "ExportThemesRequest":{
1822      "type":"structure",
1823      "required":[
1824        "appId",
1825        "environmentName"
1826      ],
1827      "members":{
1828        "appId":{
1829          "shape":"String",
1830          "documentation":"<p>The unique ID of the Amplify app to export the themes to.</p>",
1831          "location":"uri",
1832          "locationName":"appId"
1833        },
1834        "environmentName":{
1835          "shape":"String",
1836          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
1837          "location":"uri",
1838          "locationName":"environmentName"
1839        },
1840        "nextToken":{
1841          "shape":"String",
1842          "documentation":"<p>The token to request the next page of results.</p>",
1843          "location":"querystring",
1844          "locationName":"nextToken"
1845        }
1846      }
1847    },
1848    "ExportThemesResponse":{
1849      "type":"structure",
1850      "required":["entities"],
1851      "members":{
1852        "entities":{
1853          "shape":"ThemeList",
1854          "documentation":"<p>Represents the configuration of the exported themes.</p>"
1855        },
1856        "nextToken":{
1857          "shape":"String",
1858          "documentation":"<p>The pagination token that's included if more results are available.</p>"
1859        }
1860      }
1861    },
1862    "FeaturesMap":{
1863      "type":"map",
1864      "key":{"shape":"String"},
1865      "value":{"shape":"String"}
1866    },
1867    "FieldConfig":{
1868      "type":"structure",
1869      "members":{
1870        "label":{
1871          "shape":"String",
1872          "documentation":"<p>The label for the field.</p>"
1873        },
1874        "position":{
1875          "shape":"FieldPosition",
1876          "documentation":"<p>Specifies the field position.</p>"
1877        },
1878        "excluded":{
1879          "shape":"Boolean",
1880          "documentation":"<p>Specifies whether to hide a field.</p>"
1881        },
1882        "inputType":{
1883          "shape":"FieldInputConfig",
1884          "documentation":"<p>Describes the configuration for the default input value to display for a field.</p>"
1885        },
1886        "validations":{
1887          "shape":"ValidationsList",
1888          "documentation":"<p>The validations to perform on the value in the field.</p>"
1889        }
1890      },
1891      "documentation":"<p>Describes the configuration information for a field in a table.</p>"
1892    },
1893    "FieldInputConfig":{
1894      "type":"structure",
1895      "required":["type"],
1896      "members":{
1897        "type":{
1898          "shape":"String",
1899          "documentation":"<p>The input type for the field. </p>"
1900        },
1901        "required":{
1902          "shape":"Boolean",
1903          "documentation":"<p>Specifies a field that requires input.</p>"
1904        },
1905        "readOnly":{
1906          "shape":"Boolean",
1907          "documentation":"<p>Specifies a read only field.</p>"
1908        },
1909        "placeholder":{
1910          "shape":"String",
1911          "documentation":"<p>The text to display as a placeholder for the field.</p>"
1912        },
1913        "defaultValue":{
1914          "shape":"String",
1915          "documentation":"<p>The default value for the field.</p>"
1916        },
1917        "descriptiveText":{
1918          "shape":"String",
1919          "documentation":"<p>The text to display to describe the field.</p>"
1920        },
1921        "defaultChecked":{
1922          "shape":"Boolean",
1923          "documentation":"<p>Specifies whether a field has a default value.</p>"
1924        },
1925        "defaultCountryCode":{
1926          "shape":"String",
1927          "documentation":"<p>The default country code for a phone number.</p>"
1928        },
1929        "valueMappings":{
1930          "shape":"ValueMappings",
1931          "documentation":"<p>The information to use to customize the input fields with data at runtime.</p>"
1932        },
1933        "name":{
1934          "shape":"String",
1935          "documentation":"<p>The name of the field.</p>"
1936        },
1937        "minValue":{
1938          "shape":"Float",
1939          "documentation":"<p>The minimum value to display for the field.</p>"
1940        },
1941        "maxValue":{
1942          "shape":"Float",
1943          "documentation":"<p>The maximum value to display for the field.</p>"
1944        },
1945        "step":{
1946          "shape":"Float",
1947          "documentation":"<p>The stepping increment for a numeric value in a field.</p>"
1948        },
1949        "value":{
1950          "shape":"String",
1951          "documentation":"<p>The value for the field.</p>"
1952        },
1953        "isArray":{
1954          "shape":"Boolean",
1955          "documentation":"<p>Specifies whether to render the field as an array. This property is ignored if the <code>dataSourceType</code> for the form is a Data Store.</p>"
1956        },
1957        "fileUploaderConfig":{
1958          "shape":"FileUploaderFieldConfig",
1959          "documentation":"<p>The configuration for the file uploader field.</p>"
1960        }
1961      },
1962      "documentation":"<p>Describes the configuration for the default input values to display for a field.</p>"
1963    },
1964    "FieldPosition":{
1965      "type":"structure",
1966      "members":{
1967        "fixed":{
1968          "shape":"FixedPosition",
1969          "documentation":"<p>The field position is fixed and doesn't change in relation to other fields.</p>"
1970        },
1971        "rightOf":{
1972          "shape":"String",
1973          "documentation":"<p>The field position is to the right of the field specified by the string.</p>"
1974        },
1975        "below":{
1976          "shape":"String",
1977          "documentation":"<p>The field position is below the field specified by the string.</p>"
1978        }
1979      },
1980      "documentation":"<p>Describes the field position.</p>",
1981      "union":true
1982    },
1983    "FieldValidationConfiguration":{
1984      "type":"structure",
1985      "required":["type"],
1986      "members":{
1987        "type":{
1988          "shape":"String",
1989          "documentation":"<p>The validation to perform on an object type.<code/> </p>"
1990        },
1991        "strValues":{
1992          "shape":"StrValues",
1993          "documentation":"<p>The validation to perform on a string value.</p>"
1994        },
1995        "numValues":{
1996          "shape":"NumValues",
1997          "documentation":"<p>The validation to perform on a number value.</p>"
1998        },
1999        "validationMessage":{
2000          "shape":"String",
2001          "documentation":"<p>The validation message to display.</p>"
2002        }
2003      },
2004      "documentation":"<p>Describes the validation configuration for a field.</p>"
2005    },
2006    "FieldsMap":{
2007      "type":"map",
2008      "key":{"shape":"String"},
2009      "value":{"shape":"FieldConfig"}
2010    },
2011    "FileUploaderFieldConfig":{
2012      "type":"structure",
2013      "required":[
2014        "accessLevel",
2015        "acceptedFileTypes"
2016      ],
2017      "members":{
2018        "accessLevel":{
2019          "shape":"StorageAccessLevel",
2020          "documentation":"<p>The access level to assign to the uploaded files in the Amazon S3 bucket where they are stored. The valid values for this property are <code>private</code>, <code>protected</code>, or <code>public</code>. For detailed information about the permissions associated with each access level, see <a href=\"https://docs.amplify.aws/lib/storage/configureaccess/q/platform/js/\">File access levels</a> in the <i>Amplify documentation</i>.</p>"
2021        },
2022        "acceptedFileTypes":{
2023          "shape":"StrValues",
2024          "documentation":"<p>The file types that are allowed to be uploaded by the file uploader. Provide this information in an array of strings specifying the valid file extensions.</p>"
2025        },
2026        "showThumbnails":{
2027          "shape":"Boolean",
2028          "documentation":"<p>Specifies whether to display or hide the image preview after selecting a file for upload. The default value is <code>true</code> to display the image preview.</p>"
2029        },
2030        "isResumable":{
2031          "shape":"Boolean",
2032          "documentation":"<p>Allows the file upload operation to be paused and resumed. The default value is <code>false</code>.</p> <p>When <code>isResumable</code> is set to <code>true</code>, the file uploader uses a multipart upload to break the files into chunks before upload. The progress of the upload isn't continuous, because the file uploader uploads a chunk at a time.</p>"
2033        },
2034        "maxFileCount":{
2035          "shape":"Integer",
2036          "documentation":"<p>Specifies the maximum number of files that can be selected to upload. The default value is an unlimited number of files.</p>"
2037        },
2038        "maxSize":{
2039          "shape":"Integer",
2040          "documentation":"<p>The maximum file size in bytes that the file uploader will accept. The default value is an unlimited file size.</p>"
2041        }
2042      },
2043      "documentation":"<p>Describes the configuration for the file uploader field.</p>"
2044    },
2045    "FixedPosition":{
2046      "type":"string",
2047      "enum":["first"]
2048    },
2049    "Float":{
2050      "type":"float",
2051      "box":true
2052    },
2053    "Form":{
2054      "type":"structure",
2055      "required":[
2056        "appId",
2057        "environmentName",
2058        "id",
2059        "name",
2060        "formActionType",
2061        "style",
2062        "dataType",
2063        "fields",
2064        "sectionalElements",
2065        "schemaVersion"
2066      ],
2067      "members":{
2068        "appId":{
2069          "shape":"String",
2070          "documentation":"<p>The unique ID of the Amplify app associated with the form.</p>"
2071        },
2072        "environmentName":{
2073          "shape":"String",
2074          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>"
2075        },
2076        "id":{
2077          "shape":"Uuid",
2078          "documentation":"<p>The unique ID of the form.</p>"
2079        },
2080        "name":{
2081          "shape":"FormName",
2082          "documentation":"<p>The name of the form.</p>"
2083        },
2084        "formActionType":{
2085          "shape":"FormActionType",
2086          "documentation":"<p>The operation to perform on the specified form.</p>"
2087        },
2088        "style":{
2089          "shape":"FormStyle",
2090          "documentation":"<p>Stores the configuration for the form's style.</p>"
2091        },
2092        "dataType":{
2093          "shape":"FormDataTypeConfig",
2094          "documentation":"<p>The type of data source to use to create the form.</p>"
2095        },
2096        "fields":{
2097          "shape":"FieldsMap",
2098          "documentation":"<p>Stores the information about the form's fields.</p>"
2099        },
2100        "sectionalElements":{
2101          "shape":"SectionalElementMap",
2102          "documentation":"<p>Stores the visual helper elements for the form that are not associated with any data.</p>"
2103        },
2104        "schemaVersion":{
2105          "shape":"String",
2106          "documentation":"<p>The schema version of the form when it was imported.</p>"
2107        },
2108        "tags":{
2109          "shape":"Tags",
2110          "documentation":"<p>One or more key-value pairs to use when tagging the form.</p>"
2111        },
2112        "cta":{
2113          "shape":"FormCTA",
2114          "documentation":"<p>Stores the call to action configuration for the form.</p>"
2115        },
2116        "labelDecorator":{
2117          "shape":"LabelDecorator",
2118          "documentation":"<p>Specifies an icon or decoration to display on the form.</p>"
2119        }
2120      },
2121      "documentation":"<p>Contains the configuration settings for a <code>Form</code> user interface (UI) element for an Amplify app. A form is a component you can add to your project by specifying a data source as the default configuration for the form.</p>"
2122    },
2123    "FormActionType":{
2124      "type":"string",
2125      "enum":[
2126        "create",
2127        "update"
2128      ]
2129    },
2130    "FormBindingElement":{
2131      "type":"structure",
2132      "required":[
2133        "element",
2134        "property"
2135      ],
2136      "members":{
2137        "element":{
2138          "shape":"String",
2139          "documentation":"<p>The name of the component to retrieve a value from.</p>"
2140        },
2141        "property":{
2142          "shape":"String",
2143          "documentation":"<p>The property to retrieve a value from.</p>"
2144        }
2145      },
2146      "documentation":"<p>Describes how to bind a component property to form data.</p>"
2147    },
2148    "FormBindings":{
2149      "type":"map",
2150      "key":{"shape":"String"},
2151      "value":{"shape":"FormBindingElement"}
2152    },
2153    "FormButton":{
2154      "type":"structure",
2155      "members":{
2156        "excluded":{
2157          "shape":"Boolean",
2158          "documentation":"<p>Specifies whether the button is visible on the form.</p>"
2159        },
2160        "children":{
2161          "shape":"String",
2162          "documentation":"<p>Describes the button's properties.</p>"
2163        },
2164        "position":{
2165          "shape":"FieldPosition",
2166          "documentation":"<p>The position of the button.</p>"
2167        }
2168      },
2169      "documentation":"<p>Describes the configuration for a button UI element that is a part of a form.</p>"
2170    },
2171    "FormButtonsPosition":{
2172      "type":"string",
2173      "enum":[
2174        "top",
2175        "bottom",
2176        "top_and_bottom"
2177      ]
2178    },
2179    "FormCTA":{
2180      "type":"structure",
2181      "members":{
2182        "position":{
2183          "shape":"FormButtonsPosition",
2184          "documentation":"<p>The position of the button.</p>"
2185        },
2186        "clear":{
2187          "shape":"FormButton",
2188          "documentation":"<p>Displays a clear button.</p>"
2189        },
2190        "cancel":{
2191          "shape":"FormButton",
2192          "documentation":"<p>Displays a cancel button.</p>"
2193        },
2194        "submit":{
2195          "shape":"FormButton",
2196          "documentation":"<p>Displays a submit button.</p>"
2197        }
2198      },
2199      "documentation":"<p>Describes the call to action button configuration for the form.</p>"
2200    },
2201    "FormDataSourceType":{
2202      "type":"string",
2203      "enum":[
2204        "DataStore",
2205        "Custom"
2206      ]
2207    },
2208    "FormDataTypeConfig":{
2209      "type":"structure",
2210      "required":[
2211        "dataSourceType",
2212        "dataTypeName"
2213      ],
2214      "members":{
2215        "dataSourceType":{
2216          "shape":"FormDataSourceType",
2217          "documentation":"<p>The data source type, either an Amplify DataStore model or a custom data type.</p>"
2218        },
2219        "dataTypeName":{
2220          "shape":"String",
2221          "documentation":"<p>The unique name of the data type you are using as the data source for the form.</p>"
2222        }
2223      },
2224      "documentation":"<p>Describes the data type configuration for the data source associated with a form.</p>"
2225    },
2226    "FormInputBindingProperties":{
2227      "type":"map",
2228      "key":{"shape":"String"},
2229      "value":{"shape":"FormInputBindingPropertiesValue"}
2230    },
2231    "FormInputBindingPropertiesValue":{
2232      "type":"structure",
2233      "members":{
2234        "type":{
2235          "shape":"String",
2236          "documentation":"<p>The property type.</p>"
2237        },
2238        "bindingProperties":{
2239          "shape":"FormInputBindingPropertiesValueProperties",
2240          "documentation":"<p>Describes the properties to customize with data at runtime.</p>"
2241        }
2242      },
2243      "documentation":"<p>Represents the data binding configuration for a form's input fields at runtime.You can use <code>FormInputBindingPropertiesValue</code> to add exposed properties to a form to allow different values to be entered when a form is reused in different places in an app.</p>"
2244    },
2245    "FormInputBindingPropertiesValueProperties":{
2246      "type":"structure",
2247      "members":{
2248        "model":{
2249          "shape":"String",
2250          "documentation":"<p>An Amplify DataStore model.</p>"
2251        }
2252      },
2253      "documentation":"<p>Represents the data binding configuration for a specific property using data stored in Amazon Web Services. For Amazon Web Services connected properties, you can bind a property to data stored in an Amplify DataStore model.</p>"
2254    },
2255    "FormInputValueProperty":{
2256      "type":"structure",
2257      "members":{
2258        "value":{
2259          "shape":"String",
2260          "documentation":"<p>The value to assign to the input field.</p>"
2261        },
2262        "bindingProperties":{
2263          "shape":"FormInputValuePropertyBindingProperties",
2264          "documentation":"<p>The information to bind fields to data at runtime.</p>"
2265        },
2266        "concat":{
2267          "shape":"FormInputValuePropertyList",
2268          "documentation":"<p>A list of form properties to concatenate to create the value to assign to this field property.</p>"
2269        }
2270      },
2271      "documentation":"<p>Describes the configuration for an input field on a form. Use <code>FormInputValueProperty</code> to specify the values to render or bind by default.</p>"
2272    },
2273    "FormInputValuePropertyBindingProperties":{
2274      "type":"structure",
2275      "required":["property"],
2276      "members":{
2277        "property":{
2278          "shape":"String",
2279          "documentation":"<p>The form property to bind to the data field.</p>"
2280        },
2281        "field":{
2282          "shape":"String",
2283          "documentation":"<p>The data field to bind the property to.</p>"
2284        }
2285      },
2286      "documentation":"<p>Associates a form property to a binding property. This enables exposed properties on the top level form to propagate data to the form's property values.</p>"
2287    },
2288    "FormInputValuePropertyList":{
2289      "type":"list",
2290      "member":{"shape":"FormInputValueProperty"}
2291    },
2292    "FormList":{
2293      "type":"list",
2294      "member":{"shape":"Form"}
2295    },
2296    "FormName":{
2297      "type":"string",
2298      "max":255,
2299      "min":1
2300    },
2301    "FormStyle":{
2302      "type":"structure",
2303      "members":{
2304        "horizontalGap":{
2305          "shape":"FormStyleConfig",
2306          "documentation":"<p>The spacing for the horizontal gap.</p>"
2307        },
2308        "verticalGap":{
2309          "shape":"FormStyleConfig",
2310          "documentation":"<p>The spacing for the vertical gap.</p>"
2311        },
2312        "outerPadding":{
2313          "shape":"FormStyleConfig",
2314          "documentation":"<p>The size of the outer padding for the form.</p>"
2315        }
2316      },
2317      "documentation":"<p>Describes the configuration for the form's style.</p>"
2318    },
2319    "FormStyleConfig":{
2320      "type":"structure",
2321      "members":{
2322        "tokenReference":{
2323          "shape":"String",
2324          "documentation":"<p>A reference to a design token to use to bind the form's style properties to an existing theme.</p>"
2325        },
2326        "value":{
2327          "shape":"String",
2328          "documentation":"<p>The value of the style setting.</p>"
2329        }
2330      },
2331      "documentation":"<p>Describes the configuration settings for the form's style properties.</p>",
2332      "union":true
2333    },
2334    "FormSummary":{
2335      "type":"structure",
2336      "required":[
2337        "appId",
2338        "dataType",
2339        "environmentName",
2340        "formActionType",
2341        "id",
2342        "name"
2343      ],
2344      "members":{
2345        "appId":{
2346          "shape":"String",
2347          "documentation":"<p>The unique ID for the app associated with the form summary.</p>"
2348        },
2349        "dataType":{
2350          "shape":"FormDataTypeConfig",
2351          "documentation":"<p>The form's data source type.</p>"
2352        },
2353        "environmentName":{
2354          "shape":"String",
2355          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>"
2356        },
2357        "formActionType":{
2358          "shape":"FormActionType",
2359          "documentation":"<p>The type of operation to perform on the form.</p>"
2360        },
2361        "id":{
2362          "shape":"Uuid",
2363          "documentation":"<p>The ID of the form.</p>"
2364        },
2365        "name":{
2366          "shape":"FormName",
2367          "documentation":"<p>The name of the form.</p>"
2368        }
2369      },
2370      "documentation":"<p>Describes the basic information about a form.</p>"
2371    },
2372    "FormSummaryList":{
2373      "type":"list",
2374      "member":{"shape":"FormSummary"}
2375    },
2376    "GenericDataRelationshipType":{
2377      "type":"string",
2378      "enum":[
2379        "HAS_MANY",
2380        "HAS_ONE",
2381        "BELONGS_TO"
2382      ]
2383    },
2384    "GetCodegenJobRequest":{
2385      "type":"structure",
2386      "required":[
2387        "appId",
2388        "environmentName",
2389        "id"
2390      ],
2391      "members":{
2392        "appId":{
2393          "shape":"AppId",
2394          "documentation":"<p>The unique ID of the Amplify app associated with the code generation job.</p>",
2395          "location":"uri",
2396          "locationName":"appId"
2397        },
2398        "environmentName":{
2399          "shape":"String",
2400          "documentation":"<p>The name of the backend environment that is a part of the Amplify app associated with the code generation job.</p>",
2401          "location":"uri",
2402          "locationName":"environmentName"
2403        },
2404        "id":{
2405          "shape":"Uuid",
2406          "documentation":"<p>The unique ID of the code generation job.</p>",
2407          "location":"uri",
2408          "locationName":"id"
2409        }
2410      }
2411    },
2412    "GetCodegenJobResponse":{
2413      "type":"structure",
2414      "members":{
2415        "job":{
2416          "shape":"CodegenJob",
2417          "documentation":"<p>The configuration settings for the code generation job.</p>"
2418        }
2419      },
2420      "payload":"job"
2421    },
2422    "GetComponentRequest":{
2423      "type":"structure",
2424      "required":[
2425        "appId",
2426        "environmentName",
2427        "id"
2428      ],
2429      "members":{
2430        "appId":{
2431          "shape":"String",
2432          "documentation":"<p>The unique ID of the Amplify app.</p>",
2433          "location":"uri",
2434          "locationName":"appId"
2435        },
2436        "environmentName":{
2437          "shape":"String",
2438          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
2439          "location":"uri",
2440          "locationName":"environmentName"
2441        },
2442        "id":{
2443          "shape":"Uuid",
2444          "documentation":"<p>The unique ID of the component.</p>",
2445          "location":"uri",
2446          "locationName":"id"
2447        }
2448      }
2449    },
2450    "GetComponentResponse":{
2451      "type":"structure",
2452      "members":{
2453        "component":{
2454          "shape":"Component",
2455          "documentation":"<p>Represents the configuration settings for the component.</p>"
2456        }
2457      },
2458      "payload":"component"
2459    },
2460    "GetFormRequest":{
2461      "type":"structure",
2462      "required":[
2463        "appId",
2464        "environmentName",
2465        "id"
2466      ],
2467      "members":{
2468        "appId":{
2469          "shape":"String",
2470          "documentation":"<p>The unique ID of the Amplify app.</p>",
2471          "location":"uri",
2472          "locationName":"appId"
2473        },
2474        "environmentName":{
2475          "shape":"String",
2476          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
2477          "location":"uri",
2478          "locationName":"environmentName"
2479        },
2480        "id":{
2481          "shape":"Uuid",
2482          "documentation":"<p>The unique ID of the form.</p>",
2483          "location":"uri",
2484          "locationName":"id"
2485        }
2486      }
2487    },
2488    "GetFormResponse":{
2489      "type":"structure",
2490      "members":{
2491        "form":{
2492          "shape":"Form",
2493          "documentation":"<p>Represents the configuration settings for the form.</p>"
2494        }
2495      },
2496      "payload":"form"
2497    },
2498    "GetMetadataRequest":{
2499      "type":"structure",
2500      "required":[
2501        "appId",
2502        "environmentName"
2503      ],
2504      "members":{
2505        "appId":{
2506          "shape":"String",
2507          "documentation":"<p>The unique ID of the Amplify app.</p>",
2508          "location":"uri",
2509          "locationName":"appId"
2510        },
2511        "environmentName":{
2512          "shape":"String",
2513          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
2514          "location":"uri",
2515          "locationName":"environmentName"
2516        }
2517      }
2518    },
2519    "GetMetadataResponse":{
2520      "type":"structure",
2521      "required":["features"],
2522      "members":{
2523        "features":{
2524          "shape":"FeaturesMap",
2525          "documentation":"<p>Represents the configuration settings for the features metadata.</p>"
2526        }
2527      }
2528    },
2529    "GetThemeRequest":{
2530      "type":"structure",
2531      "required":[
2532        "appId",
2533        "environmentName",
2534        "id"
2535      ],
2536      "members":{
2537        "appId":{
2538          "shape":"String",
2539          "documentation":"<p>The unique ID of the Amplify app.</p>",
2540          "location":"uri",
2541          "locationName":"appId"
2542        },
2543        "environmentName":{
2544          "shape":"String",
2545          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
2546          "location":"uri",
2547          "locationName":"environmentName"
2548        },
2549        "id":{
2550          "shape":"Uuid",
2551          "documentation":"<p>The unique ID for the theme.</p>",
2552          "location":"uri",
2553          "locationName":"id"
2554        }
2555      }
2556    },
2557    "GetThemeResponse":{
2558      "type":"structure",
2559      "members":{
2560        "theme":{
2561          "shape":"Theme",
2562          "documentation":"<p>Represents the configuration settings for the theme.</p>"
2563        }
2564      },
2565      "payload":"theme"
2566    },
2567    "GraphQLRenderConfig":{
2568      "type":"structure",
2569      "required":[
2570        "typesFilePath",
2571        "queriesFilePath",
2572        "mutationsFilePath",
2573        "subscriptionsFilePath",
2574        "fragmentsFilePath"
2575      ],
2576      "members":{
2577        "typesFilePath":{
2578          "shape":"String",
2579          "documentation":"<p>The path to the GraphQL types file, relative to the component output directory.</p>"
2580        },
2581        "queriesFilePath":{
2582          "shape":"String",
2583          "documentation":"<p>The path to the GraphQL queries file, relative to the component output directory.</p>"
2584        },
2585        "mutationsFilePath":{
2586          "shape":"String",
2587          "documentation":"<p>The path to the GraphQL mutations file, relative to the component output directory.</p>"
2588        },
2589        "subscriptionsFilePath":{
2590          "shape":"String",
2591          "documentation":"<p>The path to the GraphQL subscriptions file, relative to the component output directory.</p>"
2592        },
2593        "fragmentsFilePath":{
2594          "shape":"String",
2595          "documentation":"<p>The path to the GraphQL fragments file, relative to the component output directory.</p>"
2596        }
2597      },
2598      "documentation":"<p>Describes the GraphQL configuration for an API for a code generation job.</p>"
2599    },
2600    "IdentifierList":{
2601      "type":"list",
2602      "member":{"shape":"String"}
2603    },
2604    "Integer":{
2605      "type":"integer",
2606      "box":true
2607    },
2608    "InternalServerException":{
2609      "type":"structure",
2610      "members":{
2611        "message":{"shape":"String"}
2612      },
2613      "documentation":"<p>An internal error has occurred. Please retry your request.</p>",
2614      "error":{"httpStatusCode":500},
2615      "exception":true,
2616      "fault":true
2617    },
2618    "InvalidParameterException":{
2619      "type":"structure",
2620      "members":{
2621        "message":{"shape":"String"}
2622      },
2623      "documentation":"<p>An invalid or out-of-range value was supplied for the input parameter.</p>",
2624      "error":{
2625        "httpStatusCode":400,
2626        "senderFault":true
2627      },
2628      "exception":true
2629    },
2630    "JSModule":{
2631      "type":"string",
2632      "enum":[
2633        "es2020",
2634        "esnext"
2635      ]
2636    },
2637    "JSScript":{
2638      "type":"string",
2639      "enum":[
2640        "jsx",
2641        "tsx",
2642        "js"
2643      ]
2644    },
2645    "JSTarget":{
2646      "type":"string",
2647      "enum":[
2648        "es2015",
2649        "es2020"
2650      ]
2651    },
2652    "LabelDecorator":{
2653      "type":"string",
2654      "enum":[
2655        "required",
2656        "optional",
2657        "none"
2658      ]
2659    },
2660    "ListCodegenJobsLimit":{
2661      "type":"integer",
2662      "box":true,
2663      "max":100,
2664      "min":1
2665    },
2666    "ListCodegenJobsRequest":{
2667      "type":"structure",
2668      "required":[
2669        "appId",
2670        "environmentName"
2671      ],
2672      "members":{
2673        "appId":{
2674          "shape":"AppId",
2675          "documentation":"<p>The unique ID for the Amplify app.</p>",
2676          "location":"uri",
2677          "locationName":"appId"
2678        },
2679        "environmentName":{
2680          "shape":"String",
2681          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
2682          "location":"uri",
2683          "locationName":"environmentName"
2684        },
2685        "nextToken":{
2686          "shape":"String",
2687          "documentation":"<p>The token to request the next page of results.</p>",
2688          "location":"querystring",
2689          "locationName":"nextToken"
2690        },
2691        "maxResults":{
2692          "shape":"ListCodegenJobsLimit",
2693          "documentation":"<p>The maximum number of jobs to retrieve.</p>",
2694          "location":"querystring",
2695          "locationName":"maxResults"
2696        }
2697      }
2698    },
2699    "ListCodegenJobsResponse":{
2700      "type":"structure",
2701      "required":["entities"],
2702      "members":{
2703        "entities":{
2704          "shape":"CodegenJobSummaryList",
2705          "documentation":"<p>The list of code generation jobs for the Amplify app.</p>"
2706        },
2707        "nextToken":{
2708          "shape":"String",
2709          "documentation":"<p>The pagination token that's included if more results are available.</p>"
2710        }
2711      }
2712    },
2713    "ListComponentsLimit":{
2714      "type":"integer",
2715      "max":100,
2716      "min":1
2717    },
2718    "ListComponentsRequest":{
2719      "type":"structure",
2720      "required":[
2721        "appId",
2722        "environmentName"
2723      ],
2724      "members":{
2725        "appId":{
2726          "shape":"String",
2727          "documentation":"<p>The unique ID for the Amplify app.</p>",
2728          "location":"uri",
2729          "locationName":"appId"
2730        },
2731        "environmentName":{
2732          "shape":"String",
2733          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
2734          "location":"uri",
2735          "locationName":"environmentName"
2736        },
2737        "nextToken":{
2738          "shape":"String",
2739          "documentation":"<p>The token to request the next page of results.</p>",
2740          "location":"querystring",
2741          "locationName":"nextToken"
2742        },
2743        "maxResults":{
2744          "shape":"ListComponentsLimit",
2745          "documentation":"<p>The maximum number of components to retrieve.</p>",
2746          "location":"querystring",
2747          "locationName":"maxResults"
2748        }
2749      }
2750    },
2751    "ListComponentsResponse":{
2752      "type":"structure",
2753      "required":["entities"],
2754      "members":{
2755        "entities":{
2756          "shape":"ComponentSummaryList",
2757          "documentation":"<p>The list of components for the Amplify app.</p>"
2758        },
2759        "nextToken":{
2760          "shape":"String",
2761          "documentation":"<p>The pagination token that's included if more results are available.</p>"
2762        }
2763      }
2764    },
2765    "ListFormsLimit":{
2766      "type":"integer",
2767      "max":100,
2768      "min":1
2769    },
2770    "ListFormsRequest":{
2771      "type":"structure",
2772      "required":[
2773        "appId",
2774        "environmentName"
2775      ],
2776      "members":{
2777        "appId":{
2778          "shape":"String",
2779          "documentation":"<p>The unique ID for the Amplify app.</p>",
2780          "location":"uri",
2781          "locationName":"appId"
2782        },
2783        "environmentName":{
2784          "shape":"String",
2785          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
2786          "location":"uri",
2787          "locationName":"environmentName"
2788        },
2789        "nextToken":{
2790          "shape":"String",
2791          "documentation":"<p>The token to request the next page of results.</p>",
2792          "location":"querystring",
2793          "locationName":"nextToken"
2794        },
2795        "maxResults":{
2796          "shape":"ListFormsLimit",
2797          "documentation":"<p>The maximum number of forms to retrieve.</p>",
2798          "location":"querystring",
2799          "locationName":"maxResults"
2800        }
2801      }
2802    },
2803    "ListFormsResponse":{
2804      "type":"structure",
2805      "required":["entities"],
2806      "members":{
2807        "entities":{
2808          "shape":"FormSummaryList",
2809          "documentation":"<p>The list of forms for the Amplify app.</p>"
2810        },
2811        "nextToken":{
2812          "shape":"String",
2813          "documentation":"<p>The pagination token that's included if more results are available.</p>"
2814        }
2815      }
2816    },
2817    "ListThemesLimit":{
2818      "type":"integer",
2819      "max":100,
2820      "min":1
2821    },
2822    "ListThemesRequest":{
2823      "type":"structure",
2824      "required":[
2825        "appId",
2826        "environmentName"
2827      ],
2828      "members":{
2829        "appId":{
2830          "shape":"String",
2831          "documentation":"<p>The unique ID for the Amplify app.</p>",
2832          "location":"uri",
2833          "locationName":"appId"
2834        },
2835        "environmentName":{
2836          "shape":"String",
2837          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
2838          "location":"uri",
2839          "locationName":"environmentName"
2840        },
2841        "nextToken":{
2842          "shape":"String",
2843          "documentation":"<p>The token to request the next page of results.</p>",
2844          "location":"querystring",
2845          "locationName":"nextToken"
2846        },
2847        "maxResults":{
2848          "shape":"ListThemesLimit",
2849          "documentation":"<p>The maximum number of theme results to return in the response.</p>",
2850          "location":"querystring",
2851          "locationName":"maxResults"
2852        }
2853      }
2854    },
2855    "ListThemesResponse":{
2856      "type":"structure",
2857      "required":["entities"],
2858      "members":{
2859        "entities":{
2860          "shape":"ThemeSummaryList",
2861          "documentation":"<p>The list of themes for the Amplify app.</p>"
2862        },
2863        "nextToken":{
2864          "shape":"String",
2865          "documentation":"<p>The pagination token that's returned if more results are available.</p>"
2866        }
2867      }
2868    },
2869    "MutationActionSetStateParameter":{
2870      "type":"structure",
2871      "required":[
2872        "componentName",
2873        "property",
2874        "set"
2875      ],
2876      "members":{
2877        "componentName":{
2878          "shape":"String",
2879          "documentation":"<p>The name of the component that is being modified.</p>"
2880        },
2881        "property":{
2882          "shape":"String",
2883          "documentation":"<p>The name of the component property to apply the state configuration to.</p>"
2884        },
2885        "set":{
2886          "shape":"ComponentProperty",
2887          "documentation":"<p>The state configuration to assign to the property.</p>"
2888        }
2889      },
2890      "documentation":"<p>Represents the state configuration when an action modifies a property of another element within the same component.</p>"
2891    },
2892    "NoApiRenderConfig":{
2893      "type":"structure",
2894      "members":{
2895      },
2896      "documentation":"<p>Describes the configuration for an application with no API being used.</p>"
2897    },
2898    "NumValues":{
2899      "type":"list",
2900      "member":{"shape":"Integer"}
2901    },
2902    "OperandType":{
2903      "type":"string",
2904      "pattern":"boolean|string|number"
2905    },
2906    "Predicate":{
2907      "type":"structure",
2908      "members":{
2909        "or":{
2910          "shape":"PredicateList",
2911          "documentation":"<p>A list of predicates to combine logically.</p>"
2912        },
2913        "and":{
2914          "shape":"PredicateList",
2915          "documentation":"<p>A list of predicates to combine logically.</p>"
2916        },
2917        "field":{
2918          "shape":"String",
2919          "documentation":"<p>The field to query.</p>"
2920        },
2921        "operator":{
2922          "shape":"String",
2923          "documentation":"<p>The operator to use to perform the evaluation.</p>"
2924        },
2925        "operand":{
2926          "shape":"String",
2927          "documentation":"<p>The value to use when performing the evaluation.</p>"
2928        },
2929        "operandType":{
2930          "shape":"OperandType",
2931          "documentation":"<p>The type of value to use when performing the evaluation.</p>"
2932        }
2933      },
2934      "documentation":"<p>Stores information for generating Amplify DataStore queries. Use a <code>Predicate</code> to retrieve a subset of the data in a collection.</p>"
2935    },
2936    "PredicateList":{
2937      "type":"list",
2938      "member":{"shape":"Predicate"}
2939    },
2940    "PutMetadataFlagBody":{
2941      "type":"structure",
2942      "required":["newValue"],
2943      "members":{
2944        "newValue":{
2945          "shape":"String",
2946          "documentation":"<p>The new information to store.</p>"
2947        }
2948      },
2949      "documentation":"<p>Stores the metadata information about a feature on a form.</p>"
2950    },
2951    "PutMetadataFlagRequest":{
2952      "type":"structure",
2953      "required":[
2954        "appId",
2955        "environmentName",
2956        "featureName",
2957        "body"
2958      ],
2959      "members":{
2960        "appId":{
2961          "shape":"String",
2962          "documentation":"<p>The unique ID for the Amplify app.</p>",
2963          "location":"uri",
2964          "locationName":"appId"
2965        },
2966        "environmentName":{
2967          "shape":"String",
2968          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
2969          "location":"uri",
2970          "locationName":"environmentName"
2971        },
2972        "featureName":{
2973          "shape":"String",
2974          "documentation":"<p>The name of the feature associated with the metadata.</p>",
2975          "location":"uri",
2976          "locationName":"featureName"
2977        },
2978        "body":{
2979          "shape":"PutMetadataFlagBody",
2980          "documentation":"<p>The metadata information to store.</p>"
2981        }
2982      },
2983      "payload":"body"
2984    },
2985    "ReactCodegenDependencies":{
2986      "type":"map",
2987      "key":{"shape":"String"},
2988      "value":{"shape":"String"},
2989      "documentation":"<p>Indicates the dependency version of the project code to be generated by Amazon Web Services Amplify. The version of the generated code output is determined by the version number contained in <code>aws-amplify</code>.</p>"
2990    },
2991    "ReactStartCodegenJobData":{
2992      "type":"structure",
2993      "members":{
2994        "module":{
2995          "shape":"JSModule",
2996          "documentation":"<p>The JavaScript module type.</p>"
2997        },
2998        "target":{
2999          "shape":"JSTarget",
3000          "documentation":"<p>The ECMAScript specification to use.</p>"
3001        },
3002        "script":{
3003          "shape":"JSScript",
3004          "documentation":"<p>The file type to use for a JavaScript project.</p>"
3005        },
3006        "renderTypeDeclarations":{
3007          "shape":"Boolean",
3008          "documentation":"<p>Specifies whether the code generation job should render type declaration files.</p>"
3009        },
3010        "inlineSourceMap":{
3011          "shape":"Boolean",
3012          "documentation":"<p>Specifies whether the code generation job should render inline source maps.</p>"
3013        },
3014        "apiConfiguration":{
3015          "shape":"ApiConfiguration",
3016          "documentation":"<p>The API configuration for the code generation job.</p>"
3017        },
3018        "dependencies":{
3019          "shape":"ReactCodegenDependencies",
3020          "documentation":"<p>Lists the dependency packages that may be required for the project code to run.</p>"
3021        }
3022      },
3023      "documentation":"<p>Describes the code generation job configuration for a React project.</p>"
3024    },
3025    "RefreshTokenRequest":{
3026      "type":"structure",
3027      "required":[
3028        "provider",
3029        "refreshTokenBody"
3030      ],
3031      "members":{
3032        "provider":{
3033          "shape":"TokenProviders",
3034          "documentation":"<p>The third-party provider for the token. The only valid value is <code>figma</code>.</p>",
3035          "location":"uri",
3036          "locationName":"provider"
3037        },
3038        "refreshTokenBody":{
3039          "shape":"RefreshTokenRequestBody",
3040          "documentation":"<p>Information about the refresh token request.</p>"
3041        }
3042      },
3043      "payload":"refreshTokenBody"
3044    },
3045    "RefreshTokenRequestBody":{
3046      "type":"structure",
3047      "required":["token"],
3048      "members":{
3049        "token":{
3050          "shape":"SensitiveString",
3051          "documentation":"<p>The token to use to refresh a previously issued access token that might have expired.</p>"
3052        },
3053        "clientId":{
3054          "shape":"SensitiveString",
3055          "documentation":"<p>The ID of the client to request the token from.</p>"
3056        }
3057      },
3058      "documentation":"<p>Describes a refresh token.</p>"
3059    },
3060    "RefreshTokenResponse":{
3061      "type":"structure",
3062      "required":[
3063        "accessToken",
3064        "expiresIn"
3065      ],
3066      "members":{
3067        "accessToken":{
3068          "shape":"SensitiveString",
3069          "documentation":"<p>The access token.</p>"
3070        },
3071        "expiresIn":{
3072          "shape":"Integer",
3073          "documentation":"<p>The date and time when the new access token expires.</p>"
3074        }
3075      }
3076    },
3077    "RelatedModelFieldsList":{
3078      "type":"list",
3079      "member":{"shape":"String"}
3080    },
3081    "ResourceConflictException":{
3082      "type":"structure",
3083      "members":{
3084        "message":{"shape":"String"}
3085      },
3086      "documentation":"<p>The resource specified in the request conflicts with an existing resource.</p>",
3087      "error":{
3088        "httpStatusCode":409,
3089        "senderFault":true
3090      },
3091      "exception":true
3092    },
3093    "ResourceNotFoundException":{
3094      "type":"structure",
3095      "members":{
3096        "message":{"shape":"String"}
3097      },
3098      "documentation":"<p>The requested resource does not exist, or access was denied.</p>",
3099      "error":{
3100        "httpStatusCode":404,
3101        "senderFault":true
3102      },
3103      "exception":true
3104    },
3105    "SectionalElement":{
3106      "type":"structure",
3107      "required":["type"],
3108      "members":{
3109        "type":{
3110          "shape":"String",
3111          "documentation":"<p>The type of sectional element. Valid values are <code>Heading</code>, <code>Text</code>, and <code>Divider</code>.</p>"
3112        },
3113        "position":{
3114          "shape":"FieldPosition",
3115          "documentation":"<p>Specifies the position of the text in a field for a <code>Text</code> sectional element.</p>"
3116        },
3117        "text":{
3118          "shape":"String",
3119          "documentation":"<p>The text for a <code>Text</code> sectional element.</p>"
3120        },
3121        "level":{
3122          "shape":"Integer",
3123          "documentation":"<p>Specifies the size of the font for a <code>Heading</code> sectional element. Valid values are <code>1 | 2 | 3 | 4 | 5 | 6</code>.</p>"
3124        },
3125        "orientation":{
3126          "shape":"String",
3127          "documentation":"<p>Specifies the orientation for a <code>Divider</code> sectional element. Valid values are <code>horizontal</code> or <code>vertical</code>.</p>"
3128        },
3129        "excluded":{
3130          "shape":"Boolean",
3131          "documentation":"<p>Excludes a sectional element that was generated by default for a specified data model.</p>"
3132        }
3133      },
3134      "documentation":"<p>Stores the configuration information for a visual helper element for a form. A sectional element can be a header, a text block, or a divider. These elements are static and not associated with any data.</p>"
3135    },
3136    "SectionalElementMap":{
3137      "type":"map",
3138      "key":{"shape":"String"},
3139      "value":{"shape":"SectionalElement"}
3140    },
3141    "SensitiveString":{
3142      "type":"string",
3143      "sensitive":true
3144    },
3145    "ServiceQuotaExceededException":{
3146      "type":"structure",
3147      "members":{
3148        "message":{"shape":"String"}
3149      },
3150      "documentation":"<p>You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account. </p>",
3151      "error":{
3152        "httpStatusCode":402,
3153        "senderFault":true
3154      },
3155      "exception":true
3156    },
3157    "SortDirection":{
3158      "type":"string",
3159      "enum":[
3160        "ASC",
3161        "DESC"
3162      ]
3163    },
3164    "SortProperty":{
3165      "type":"structure",
3166      "required":[
3167        "field",
3168        "direction"
3169      ],
3170      "members":{
3171        "field":{
3172          "shape":"String",
3173          "documentation":"<p>The field to perform the sort on.</p>"
3174        },
3175        "direction":{
3176          "shape":"SortDirection",
3177          "documentation":"<p>The direction of the sort, either ascending or descending.</p>"
3178        }
3179      },
3180      "documentation":"<p>Describes how to sort the data that you bind to a component.</p>"
3181    },
3182    "SortPropertyList":{
3183      "type":"list",
3184      "member":{"shape":"SortProperty"}
3185    },
3186    "StartCodegenJobData":{
3187      "type":"structure",
3188      "required":["renderConfig"],
3189      "members":{
3190        "renderConfig":{
3191          "shape":"CodegenJobRenderConfig",
3192          "documentation":"<p>The code generation configuration for the codegen job.</p>"
3193        },
3194        "genericDataSchema":{
3195          "shape":"CodegenJobGenericDataSchema",
3196          "documentation":"<p>The data schema to use for a code generation job.</p>"
3197        },
3198        "autoGenerateForms":{
3199          "shape":"Boolean",
3200          "documentation":"<p>Specifies whether to autogenerate forms in the code generation job.</p>"
3201        },
3202        "features":{
3203          "shape":"CodegenFeatureFlags",
3204          "documentation":"<p>The feature flags for a code generation job.</p>"
3205        },
3206        "tags":{
3207          "shape":"Tags",
3208          "documentation":"<p>One or more key-value pairs to use when tagging the code generation job data.</p>"
3209        }
3210      },
3211      "documentation":"<p>The code generation job resource configuration.</p>"
3212    },
3213    "StartCodegenJobRequest":{
3214      "type":"structure",
3215      "required":[
3216        "appId",
3217        "environmentName",
3218        "codegenJobToCreate"
3219      ],
3220      "members":{
3221        "appId":{
3222          "shape":"AppId",
3223          "documentation":"<p>The unique ID for the Amplify app.</p>",
3224          "location":"uri",
3225          "locationName":"appId"
3226        },
3227        "environmentName":{
3228          "shape":"String",
3229          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>",
3230          "location":"uri",
3231          "locationName":"environmentName"
3232        },
3233        "clientToken":{
3234          "shape":"String",
3235          "documentation":"<p>The idempotency token used to ensure that the code generation job request completes only once.</p>",
3236          "idempotencyToken":true,
3237          "location":"querystring",
3238          "locationName":"clientToken"
3239        },
3240        "codegenJobToCreate":{
3241          "shape":"StartCodegenJobData",
3242          "documentation":"<p>The code generation job resource configuration.</p>"
3243        }
3244      },
3245      "payload":"codegenJobToCreate"
3246    },
3247    "StartCodegenJobResponse":{
3248      "type":"structure",
3249      "members":{
3250        "entity":{
3251          "shape":"CodegenJob",
3252          "documentation":"<p>The code generation job for a UI component that is associated with an Amplify app.</p>"
3253        }
3254      },
3255      "payload":"entity"
3256    },
3257    "StorageAccessLevel":{
3258      "type":"string",
3259      "enum":[
3260        "public",
3261        "protected",
3262        "private"
3263      ]
3264    },
3265    "StrValues":{
3266      "type":"list",
3267      "member":{"shape":"String"}
3268    },
3269    "String":{"type":"string"},
3270    "SyntheticTimestamp_date_time":{
3271      "type":"timestamp",
3272      "timestampFormat":"iso8601"
3273    },
3274    "TagKey":{
3275      "type":"string",
3276      "max":128,
3277      "min":1,
3278      "pattern":"(?!aws:)[a-zA-Z+-=._:/]+"
3279    },
3280    "TagValue":{
3281      "type":"string",
3282      "max":256,
3283      "min":1
3284    },
3285    "Tags":{
3286      "type":"map",
3287      "key":{"shape":"TagKey"},
3288      "value":{"shape":"TagValue"}
3289    },
3290    "Theme":{
3291      "type":"structure",
3292      "required":[
3293        "appId",
3294        "environmentName",
3295        "id",
3296        "name",
3297        "createdAt",
3298        "values"
3299      ],
3300      "members":{
3301        "appId":{
3302          "shape":"String",
3303          "documentation":"<p>The unique ID for the Amplify app associated with the theme.</p>"
3304        },
3305        "environmentName":{
3306          "shape":"String",
3307          "documentation":"<p>The name of the backend environment that is a part of the Amplify app.</p>"
3308        },
3309        "id":{
3310          "shape":"Uuid",
3311          "documentation":"<p>The ID for the theme.</p>"
3312        },
3313        "name":{
3314          "shape":"ThemeName",
3315          "documentation":"<p>The name of the theme.</p>"
3316        },
3317        "createdAt":{
3318          "shape":"SyntheticTimestamp_date_time",
3319          "documentation":"<p>The time that the theme was created.</p>"
3320        },
3321        "modifiedAt":{
3322          "shape":"SyntheticTimestamp_date_time",
3323          "documentation":"<p>The time that the theme was modified.</p>"
3324        },
3325        "values":{
3326          "shape":"ThemeValuesList",
3327          "documentation":"<p>A list of key-value pairs that defines the properties of the theme.</p>"
3328        },
3329        "overrides":{
3330          "shape":"ThemeValuesList",
3331          "documentation":"<p>Describes the properties that can be overriden to customize a theme.</p>"
3332        },
3333        "tags":{
3334          "shape":"Tags",
3335          "documentation":"<p>One or more key-value pairs to use when tagging the theme.</p>"
3336        }
3337      },
3338      "documentation":"<p>A theme is a collection of style settings that apply globally to the components associated with an Amplify application.</p>"
3339    },
3340    "ThemeList":{
3341      "type":"list",
3342      "member":{"shape":"Theme"}
3343    },
3344    "ThemeName":{
3345      "type":"string",
3346      "max":255,
3347      "min":1
3348    },
3349    "ThemeSummary":{
3350      "type":"structure",
3351      "required":[
3352        "appId",
3353        "environmentName",
3354        "id",
3355        "name"
3356      ],
3357      "members":{
3358        "appId":{
3359          "shape":"String",
3360          "documentation":"<p>The unique ID for the app associated with the theme summary.</p>"
3361        },
3362        "environmentName":{
3363          "shape":"String",
3364          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>"
3365        },
3366        "id":{
3367          "shape":"Uuid",
3368          "documentation":"<p>The ID of the theme.</p>"
3369        },
3370        "name":{
3371          "shape":"ThemeName",
3372          "documentation":"<p>The name of the theme.</p>"
3373        }
3374      },
3375      "documentation":"<p>Describes the basic information about a theme.</p>"
3376    },
3377    "ThemeSummaryList":{
3378      "type":"list",
3379      "member":{"shape":"ThemeSummary"}
3380    },
3381    "ThemeValue":{
3382      "type":"structure",
3383      "members":{
3384        "value":{
3385          "shape":"String",
3386          "documentation":"<p>The value of a theme property.</p>"
3387        },
3388        "children":{
3389          "shape":"ThemeValuesList",
3390          "documentation":"<p>A list of key-value pairs that define the theme's properties.</p>"
3391        }
3392      },
3393      "documentation":"<p>Describes the configuration of a theme's properties.</p>"
3394    },
3395    "ThemeValues":{
3396      "type":"structure",
3397      "members":{
3398        "key":{
3399          "shape":"String",
3400          "documentation":"<p>The name of the property.</p>"
3401        },
3402        "value":{
3403          "shape":"ThemeValue",
3404          "documentation":"<p>The value of the property.</p>"
3405        }
3406      },
3407      "documentation":"<p>A key-value pair that defines a property of a theme.</p>"
3408    },
3409    "ThemeValuesList":{
3410      "type":"list",
3411      "member":{"shape":"ThemeValues"}
3412    },
3413    "ThrottlingException":{
3414      "type":"structure",
3415      "members":{
3416        "message":{"shape":"String"}
3417      },
3418      "documentation":"<p>The request was denied due to request throttling.</p>",
3419      "error":{
3420        "httpStatusCode":429,
3421        "senderFault":true
3422      },
3423      "exception":true
3424    },
3425    "TokenProviders":{
3426      "type":"string",
3427      "enum":["figma"]
3428    },
3429    "UnauthorizedException":{
3430      "type":"structure",
3431      "members":{
3432        "message":{"shape":"String"}
3433      },
3434      "documentation":"<p>You don't have permission to perform this operation.</p>",
3435      "error":{
3436        "httpStatusCode":401,
3437        "senderFault":true
3438      },
3439      "exception":true
3440    },
3441    "UpdateComponentData":{
3442      "type":"structure",
3443      "members":{
3444        "id":{
3445          "shape":"Uuid",
3446          "documentation":"<p>The unique ID of the component to update.</p>"
3447        },
3448        "name":{
3449          "shape":"ComponentName",
3450          "documentation":"<p>The name of the component to update.</p>"
3451        },
3452        "sourceId":{
3453          "shape":"String",
3454          "documentation":"<p>The unique ID of the component in its original source system, such as Figma.</p>"
3455        },
3456        "componentType":{
3457          "shape":"ComponentType",
3458          "documentation":"<p>The type of the component. This can be an Amplify custom UI component or another custom component.</p>"
3459        },
3460        "properties":{
3461          "shape":"ComponentProperties",
3462          "documentation":"<p>Describes the component's properties.</p>"
3463        },
3464        "children":{
3465          "shape":"ComponentChildList",
3466          "documentation":"<p>The components that are instances of the main component.</p>"
3467        },
3468        "variants":{
3469          "shape":"ComponentVariants",
3470          "documentation":"<p>A list of the unique variants of the main component being updated.</p>"
3471        },
3472        "overrides":{
3473          "shape":"ComponentOverrides",
3474          "documentation":"<p>Describes the properties that can be overriden to customize the component.</p>"
3475        },
3476        "bindingProperties":{
3477          "shape":"ComponentBindingProperties",
3478          "documentation":"<p>The data binding information for the component's properties.</p>"
3479        },
3480        "collectionProperties":{
3481          "shape":"ComponentCollectionProperties",
3482          "documentation":"<p>The configuration for binding a component's properties to a data model. Use this for a collection component.</p>"
3483        },
3484        "events":{
3485          "shape":"ComponentEvents",
3486          "documentation":"<p>The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.</p>"
3487        },
3488        "schemaVersion":{
3489          "shape":"String",
3490          "documentation":"<p>The schema version of the component when it was imported.</p>"
3491        }
3492      },
3493      "documentation":"<p>Updates and saves all of the information about a component, based on component ID.</p>"
3494    },
3495    "UpdateComponentRequest":{
3496      "type":"structure",
3497      "required":[
3498        "appId",
3499        "environmentName",
3500        "id",
3501        "updatedComponent"
3502      ],
3503      "members":{
3504        "appId":{
3505          "shape":"String",
3506          "documentation":"<p>The unique ID for the Amplify app.</p>",
3507          "location":"uri",
3508          "locationName":"appId"
3509        },
3510        "environmentName":{
3511          "shape":"String",
3512          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
3513          "location":"uri",
3514          "locationName":"environmentName"
3515        },
3516        "id":{
3517          "shape":"Uuid",
3518          "documentation":"<p>The unique ID for the component.</p>",
3519          "location":"uri",
3520          "locationName":"id"
3521        },
3522        "clientToken":{
3523          "shape":"String",
3524          "documentation":"<p>The unique client token.</p>",
3525          "idempotencyToken":true,
3526          "location":"querystring",
3527          "locationName":"clientToken"
3528        },
3529        "updatedComponent":{
3530          "shape":"UpdateComponentData",
3531          "documentation":"<p>The configuration of the updated component.</p>"
3532        }
3533      },
3534      "payload":"updatedComponent"
3535    },
3536    "UpdateComponentResponse":{
3537      "type":"structure",
3538      "members":{
3539        "entity":{
3540          "shape":"Component",
3541          "documentation":"<p>Describes the configuration of the updated component.</p>"
3542        }
3543      },
3544      "payload":"entity"
3545    },
3546    "UpdateFormData":{
3547      "type":"structure",
3548      "members":{
3549        "name":{
3550          "shape":"FormName",
3551          "documentation":"<p>The name of the form.</p>"
3552        },
3553        "dataType":{
3554          "shape":"FormDataTypeConfig",
3555          "documentation":"<p>The type of data source to use to create the form.</p>"
3556        },
3557        "formActionType":{
3558          "shape":"FormActionType",
3559          "documentation":"<p>Specifies whether to perform a create or update action on the form.</p>"
3560        },
3561        "fields":{
3562          "shape":"FieldsMap",
3563          "documentation":"<p>The configuration information for the form's fields.</p>"
3564        },
3565        "style":{
3566          "shape":"FormStyle",
3567          "documentation":"<p>The configuration for the form's style.</p>"
3568        },
3569        "sectionalElements":{
3570          "shape":"SectionalElementMap",
3571          "documentation":"<p>The configuration information for the visual helper elements for the form. These elements are not associated with any data.</p>"
3572        },
3573        "schemaVersion":{
3574          "shape":"String",
3575          "documentation":"<p>The schema version of the form.</p>"
3576        },
3577        "cta":{
3578          "shape":"FormCTA",
3579          "documentation":"<p>The <code>FormCTA</code> object that stores the call to action configuration for the form.</p>"
3580        },
3581        "labelDecorator":{
3582          "shape":"LabelDecorator",
3583          "documentation":"<p>Specifies an icon or decoration to display on the form.</p>"
3584        }
3585      },
3586      "documentation":"<p>Updates and saves all of the information about a form, based on form ID.</p>"
3587    },
3588    "UpdateFormRequest":{
3589      "type":"structure",
3590      "required":[
3591        "appId",
3592        "environmentName",
3593        "id",
3594        "updatedForm"
3595      ],
3596      "members":{
3597        "appId":{
3598          "shape":"String",
3599          "documentation":"<p>The unique ID for the Amplify app.</p>",
3600          "location":"uri",
3601          "locationName":"appId"
3602        },
3603        "environmentName":{
3604          "shape":"String",
3605          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
3606          "location":"uri",
3607          "locationName":"environmentName"
3608        },
3609        "id":{
3610          "shape":"Uuid",
3611          "documentation":"<p>The unique ID for the form.</p>",
3612          "location":"uri",
3613          "locationName":"id"
3614        },
3615        "clientToken":{
3616          "shape":"String",
3617          "documentation":"<p>The unique client token.</p>",
3618          "idempotencyToken":true,
3619          "location":"querystring",
3620          "locationName":"clientToken"
3621        },
3622        "updatedForm":{
3623          "shape":"UpdateFormData",
3624          "documentation":"<p>The request accepts the following data in JSON format.</p>"
3625        }
3626      },
3627      "payload":"updatedForm"
3628    },
3629    "UpdateFormResponse":{
3630      "type":"structure",
3631      "members":{
3632        "entity":{
3633          "shape":"Form",
3634          "documentation":"<p>Describes the configuration of the updated form.</p>"
3635        }
3636      },
3637      "payload":"entity"
3638    },
3639    "UpdateThemeData":{
3640      "type":"structure",
3641      "required":["values"],
3642      "members":{
3643        "id":{
3644          "shape":"Uuid",
3645          "documentation":"<p>The unique ID of the theme to update.</p>"
3646        },
3647        "name":{
3648          "shape":"ThemeName",
3649          "documentation":"<p>The name of the theme to update.</p>"
3650        },
3651        "values":{
3652          "shape":"ThemeValuesList",
3653          "documentation":"<p>A list of key-value pairs that define the theme's properties.</p>"
3654        },
3655        "overrides":{
3656          "shape":"ThemeValuesList",
3657          "documentation":"<p>Describes the properties that can be overriden to customize the theme.</p>"
3658        }
3659      },
3660      "documentation":"<p>Saves the data binding information for a theme.</p>"
3661    },
3662    "UpdateThemeRequest":{
3663      "type":"structure",
3664      "required":[
3665        "appId",
3666        "environmentName",
3667        "id",
3668        "updatedTheme"
3669      ],
3670      "members":{
3671        "appId":{
3672          "shape":"String",
3673          "documentation":"<p>The unique ID for the Amplify app.</p>",
3674          "location":"uri",
3675          "locationName":"appId"
3676        },
3677        "environmentName":{
3678          "shape":"String",
3679          "documentation":"<p>The name of the backend environment that is part of the Amplify app.</p>",
3680          "location":"uri",
3681          "locationName":"environmentName"
3682        },
3683        "id":{
3684          "shape":"Uuid",
3685          "documentation":"<p>The unique ID for the theme.</p>",
3686          "location":"uri",
3687          "locationName":"id"
3688        },
3689        "clientToken":{
3690          "shape":"String",
3691          "documentation":"<p>The unique client token.</p>",
3692          "idempotencyToken":true,
3693          "location":"querystring",
3694          "locationName":"clientToken"
3695        },
3696        "updatedTheme":{
3697          "shape":"UpdateThemeData",
3698          "documentation":"<p>The configuration of the updated theme.</p>"
3699        }
3700      },
3701      "payload":"updatedTheme"
3702    },
3703    "UpdateThemeResponse":{
3704      "type":"structure",
3705      "members":{
3706        "entity":{
3707          "shape":"Theme",
3708          "documentation":"<p>Describes the configuration of the updated theme.</p>"
3709        }
3710      },
3711      "payload":"entity"
3712    },
3713    "Uuid":{"type":"string"},
3714    "ValidationsList":{
3715      "type":"list",
3716      "member":{"shape":"FieldValidationConfiguration"}
3717    },
3718    "ValueMapping":{
3719      "type":"structure",
3720      "required":["value"],
3721      "members":{
3722        "displayValue":{
3723          "shape":"FormInputValueProperty",
3724          "documentation":"<p>The value to display for the complex object.</p>"
3725        },
3726        "value":{
3727          "shape":"FormInputValueProperty",
3728          "documentation":"<p>The complex object.</p>"
3729        }
3730      },
3731      "documentation":"<p>Associates a complex object with a display value. Use <code>ValueMapping</code> to store how to represent complex objects when they are displayed.</p>"
3732    },
3733    "ValueMappingList":{
3734      "type":"list",
3735      "member":{"shape":"ValueMapping"}
3736    },
3737    "ValueMappings":{
3738      "type":"structure",
3739      "required":["values"],
3740      "members":{
3741        "values":{
3742          "shape":"ValueMappingList",
3743          "documentation":"<p>The value and display value pairs.</p>"
3744        },
3745        "bindingProperties":{
3746          "shape":"FormInputBindingProperties",
3747          "documentation":"<p>The information to bind fields to data at runtime.</p>"
3748        }
3749      },
3750      "documentation":"<p>Represents the data binding configuration for a value map.</p>"
3751    }
3752  },
3753  "documentation":"<p>The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in your Amplify applications. You can then connect these UI components to an application's backend Amazon Web Services resources.</p> <p>You can also use the Amplify Studio visual designer to create UI components and model data for an app. For more information, see <a href=\"https://docs.amplify.aws/console/adminui/intro\">Introduction</a> in the <i>Amplify Docs</i>.</p> <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework</a>. For more information about deploying an Amplify application to Amazon Web Services, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify User Guide</a>.</p>"
3754}
3755