aws-sdk-amplifyuibuilder 1.9.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-amplifyuibuilder/client.rb +3460 -3294
- data/lib/aws-sdk-amplifyuibuilder/client_api.rb +160 -116
- data/lib/aws-sdk-amplifyuibuilder/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-amplifyuibuilder/types.rb +773 -597
- data/lib/aws-sdk-amplifyuibuilder/waiters.rb +15 -0
- data/lib/aws-sdk-amplifyuibuilder.rb +2 -1
- metadata +3 -2
| @@ -67,6 +67,7 @@ module Aws::AmplifyUIBuilder | |
| 67 67 | 
             
                FieldPosition = Shapes::UnionShape.new(name: 'FieldPosition')
         | 
| 68 68 | 
             
                FieldValidationConfiguration = Shapes::StructureShape.new(name: 'FieldValidationConfiguration')
         | 
| 69 69 | 
             
                FieldsMap = Shapes::MapShape.new(name: 'FieldsMap')
         | 
| 70 | 
            +
                FileUploaderFieldConfig = Shapes::StructureShape.new(name: 'FileUploaderFieldConfig')
         | 
| 70 71 | 
             
                FixedPosition = Shapes::StringShape.new(name: 'FixedPosition')
         | 
| 71 72 | 
             
                Float = Shapes::FloatShape.new(name: 'Float')
         | 
| 72 73 | 
             
                Form = Shapes::StructureShape.new(name: 'Form')
         | 
| @@ -78,7 +79,12 @@ module Aws::AmplifyUIBuilder | |
| 78 79 | 
             
                FormCTA = Shapes::StructureShape.new(name: 'FormCTA')
         | 
| 79 80 | 
             
                FormDataSourceType = Shapes::StringShape.new(name: 'FormDataSourceType')
         | 
| 80 81 | 
             
                FormDataTypeConfig = Shapes::StructureShape.new(name: 'FormDataTypeConfig')
         | 
| 82 | 
            +
                FormInputBindingProperties = Shapes::MapShape.new(name: 'FormInputBindingProperties')
         | 
| 83 | 
            +
                FormInputBindingPropertiesValue = Shapes::StructureShape.new(name: 'FormInputBindingPropertiesValue')
         | 
| 84 | 
            +
                FormInputBindingPropertiesValueProperties = Shapes::StructureShape.new(name: 'FormInputBindingPropertiesValueProperties')
         | 
| 81 85 | 
             
                FormInputValueProperty = Shapes::StructureShape.new(name: 'FormInputValueProperty')
         | 
| 86 | 
            +
                FormInputValuePropertyBindingProperties = Shapes::StructureShape.new(name: 'FormInputValuePropertyBindingProperties')
         | 
| 87 | 
            +
                FormInputValuePropertyList = Shapes::ListShape.new(name: 'FormInputValuePropertyList')
         | 
| 82 88 | 
             
                FormList = Shapes::ListShape.new(name: 'FormList')
         | 
| 83 89 | 
             
                FormName = Shapes::StringShape.new(name: 'FormName')
         | 
| 84 90 | 
             
                FormStyle = Shapes::StructureShape.new(name: 'FormStyle')
         | 
| @@ -97,6 +103,7 @@ module Aws::AmplifyUIBuilder | |
| 97 103 | 
             
                Integer = Shapes::IntegerShape.new(name: 'Integer')
         | 
| 98 104 | 
             
                InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
         | 
| 99 105 | 
             
                InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
         | 
| 106 | 
            +
                LabelDecorator = Shapes::StringShape.new(name: 'LabelDecorator')
         | 
| 100 107 | 
             
                ListComponentsLimit = Shapes::IntegerShape.new(name: 'ListComponentsLimit')
         | 
| 101 108 | 
             
                ListComponentsRequest = Shapes::StructureShape.new(name: 'ListComponentsRequest')
         | 
| 102 109 | 
             
                ListComponentsResponse = Shapes::StructureShape.new(name: 'ListComponentsResponse')
         | 
| @@ -108,6 +115,7 @@ module Aws::AmplifyUIBuilder | |
| 108 115 | 
             
                ListThemesResponse = Shapes::StructureShape.new(name: 'ListThemesResponse')
         | 
| 109 116 | 
             
                MutationActionSetStateParameter = Shapes::StructureShape.new(name: 'MutationActionSetStateParameter')
         | 
| 110 117 | 
             
                NumValues = Shapes::ListShape.new(name: 'NumValues')
         | 
| 118 | 
            +
                OperandType = Shapes::StringShape.new(name: 'OperandType')
         | 
| 111 119 | 
             
                Predicate = Shapes::StructureShape.new(name: 'Predicate')
         | 
| 112 120 | 
             
                PredicateList = Shapes::ListShape.new(name: 'PredicateList')
         | 
| 113 121 | 
             
                PutMetadataFlagBody = Shapes::StructureShape.new(name: 'PutMetadataFlagBody')
         | 
| @@ -124,6 +132,7 @@ module Aws::AmplifyUIBuilder | |
| 124 132 | 
             
                SortDirection = Shapes::StringShape.new(name: 'SortDirection')
         | 
| 125 133 | 
             
                SortProperty = Shapes::StructureShape.new(name: 'SortProperty')
         | 
| 126 134 | 
             
                SortPropertyList = Shapes::ListShape.new(name: 'SortPropertyList')
         | 
| 135 | 
            +
                StorageAccessLevel = Shapes::StringShape.new(name: 'StorageAccessLevel')
         | 
| 127 136 | 
             
                StrValues = Shapes::ListShape.new(name: 'StrValues')
         | 
| 128 137 | 
             
                String = Shapes::StringShape.new(name: 'String')
         | 
| 129 138 | 
             
                SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
         | 
| @@ -155,59 +164,59 @@ module Aws::AmplifyUIBuilder | |
| 155 164 | 
             
                ValueMappingList = Shapes::ListShape.new(name: 'ValueMappingList')
         | 
| 156 165 | 
             
                ValueMappings = Shapes::StructureShape.new(name: 'ValueMappings')
         | 
| 157 166 |  | 
| 167 | 
            +
                ActionParameters.add_member(:type, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "type"))
         | 
| 168 | 
            +
                ActionParameters.add_member(:url, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "url"))
         | 
| 158 169 | 
             
                ActionParameters.add_member(:anchor, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "anchor"))
         | 
| 159 | 
            -
                ActionParameters.add_member(: | 
| 170 | 
            +
                ActionParameters.add_member(:target, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "target"))
         | 
| 160 171 | 
             
                ActionParameters.add_member(:global, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "global"))
         | 
| 161 | 
            -
                ActionParameters.add_member(:id, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "id"))
         | 
| 162 172 | 
             
                ActionParameters.add_member(:model, Shapes::ShapeRef.new(shape: String, location_name: "model"))
         | 
| 173 | 
            +
                ActionParameters.add_member(:id, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "id"))
         | 
| 174 | 
            +
                ActionParameters.add_member(:fields, Shapes::ShapeRef.new(shape: ComponentProperties, location_name: "fields"))
         | 
| 163 175 | 
             
                ActionParameters.add_member(:state, Shapes::ShapeRef.new(shape: MutationActionSetStateParameter, location_name: "state"))
         | 
| 164 | 
            -
                ActionParameters.add_member(:target, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "target"))
         | 
| 165 | 
            -
                ActionParameters.add_member(:type, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "type"))
         | 
| 166 | 
            -
                ActionParameters.add_member(:url, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "url"))
         | 
| 167 176 | 
             
                ActionParameters.struct_class = Types::ActionParameters
         | 
| 168 177 |  | 
| 169 178 | 
             
                Component.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "appId"))
         | 
| 170 | 
            -
                Component.add_member(:binding_properties, Shapes::ShapeRef.new(shape: ComponentBindingProperties, required: true, location_name: "bindingProperties"))
         | 
| 171 | 
            -
                Component.add_member(:children, Shapes::ShapeRef.new(shape: ComponentChildList, location_name: "children"))
         | 
| 172 | 
            -
                Component.add_member(:collection_properties, Shapes::ShapeRef.new(shape: ComponentCollectionProperties, location_name: "collectionProperties"))
         | 
| 173 | 
            -
                Component.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "componentType"))
         | 
| 174 | 
            -
                Component.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
         | 
| 175 179 | 
             
                Component.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "environmentName"))
         | 
| 176 | 
            -
                Component.add_member(: | 
| 180 | 
            +
                Component.add_member(:source_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceId"))
         | 
| 177 181 | 
             
                Component.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
         | 
| 178 | 
            -
                Component.add_member(:modified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "modifiedAt"))
         | 
| 179 182 | 
             
                Component.add_member(:name, Shapes::ShapeRef.new(shape: ComponentName, required: true, location_name: "name"))
         | 
| 180 | 
            -
                Component.add_member(: | 
| 183 | 
            +
                Component.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "componentType"))
         | 
| 181 184 | 
             
                Component.add_member(:properties, Shapes::ShapeRef.new(shape: ComponentProperties, required: true, location_name: "properties"))
         | 
| 182 | 
            -
                Component.add_member(: | 
| 183 | 
            -
                Component.add_member(:source_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceId"))
         | 
| 184 | 
            -
                Component.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         | 
| 185 | 
            +
                Component.add_member(:children, Shapes::ShapeRef.new(shape: ComponentChildList, location_name: "children"))
         | 
| 185 186 | 
             
                Component.add_member(:variants, Shapes::ShapeRef.new(shape: ComponentVariants, required: true, location_name: "variants"))
         | 
| 187 | 
            +
                Component.add_member(:overrides, Shapes::ShapeRef.new(shape: ComponentOverrides, required: true, location_name: "overrides"))
         | 
| 188 | 
            +
                Component.add_member(:binding_properties, Shapes::ShapeRef.new(shape: ComponentBindingProperties, required: true, location_name: "bindingProperties"))
         | 
| 189 | 
            +
                Component.add_member(:collection_properties, Shapes::ShapeRef.new(shape: ComponentCollectionProperties, location_name: "collectionProperties"))
         | 
| 190 | 
            +
                Component.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
         | 
| 191 | 
            +
                Component.add_member(:modified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "modifiedAt"))
         | 
| 192 | 
            +
                Component.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         | 
| 193 | 
            +
                Component.add_member(:events, Shapes::ShapeRef.new(shape: ComponentEvents, location_name: "events"))
         | 
| 194 | 
            +
                Component.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, location_name: "schemaVersion"))
         | 
| 186 195 | 
             
                Component.struct_class = Types::Component
         | 
| 187 196 |  | 
| 188 197 | 
             
                ComponentBindingProperties.key = Shapes::ShapeRef.new(shape: String)
         | 
| 189 198 | 
             
                ComponentBindingProperties.value = Shapes::ShapeRef.new(shape: ComponentBindingPropertiesValue)
         | 
| 190 199 |  | 
| 200 | 
            +
                ComponentBindingPropertiesValue.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
         | 
| 191 201 | 
             
                ComponentBindingPropertiesValue.add_member(:binding_properties, Shapes::ShapeRef.new(shape: ComponentBindingPropertiesValueProperties, location_name: "bindingProperties"))
         | 
| 192 202 | 
             
                ComponentBindingPropertiesValue.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
         | 
| 193 | 
            -
                ComponentBindingPropertiesValue.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
         | 
| 194 203 | 
             
                ComponentBindingPropertiesValue.struct_class = Types::ComponentBindingPropertiesValue
         | 
| 195 204 |  | 
| 196 | 
            -
                ComponentBindingPropertiesValueProperties.add_member(:bucket, Shapes::ShapeRef.new(shape: String, location_name: "bucket"))
         | 
| 197 | 
            -
                ComponentBindingPropertiesValueProperties.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
         | 
| 198 | 
            -
                ComponentBindingPropertiesValueProperties.add_member(:field, Shapes::ShapeRef.new(shape: String, location_name: "field"))
         | 
| 199 | 
            -
                ComponentBindingPropertiesValueProperties.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
         | 
| 200 205 | 
             
                ComponentBindingPropertiesValueProperties.add_member(:model, Shapes::ShapeRef.new(shape: String, location_name: "model"))
         | 
| 206 | 
            +
                ComponentBindingPropertiesValueProperties.add_member(:field, Shapes::ShapeRef.new(shape: String, location_name: "field"))
         | 
| 201 207 | 
             
                ComponentBindingPropertiesValueProperties.add_member(:predicates, Shapes::ShapeRef.new(shape: PredicateList, location_name: "predicates"))
         | 
| 202 | 
            -
                ComponentBindingPropertiesValueProperties.add_member(:slot_name, Shapes::ShapeRef.new(shape: String, location_name: "slotName"))
         | 
| 203 208 | 
             
                ComponentBindingPropertiesValueProperties.add_member(:user_attribute, Shapes::ShapeRef.new(shape: String, location_name: "userAttribute"))
         | 
| 209 | 
            +
                ComponentBindingPropertiesValueProperties.add_member(:bucket, Shapes::ShapeRef.new(shape: String, location_name: "bucket"))
         | 
| 210 | 
            +
                ComponentBindingPropertiesValueProperties.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
         | 
| 211 | 
            +
                ComponentBindingPropertiesValueProperties.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
         | 
| 212 | 
            +
                ComponentBindingPropertiesValueProperties.add_member(:slot_name, Shapes::ShapeRef.new(shape: String, location_name: "slotName"))
         | 
| 204 213 | 
             
                ComponentBindingPropertiesValueProperties.struct_class = Types::ComponentBindingPropertiesValueProperties
         | 
| 205 214 |  | 
| 206 | 
            -
                ComponentChild.add_member(:children, Shapes::ShapeRef.new(shape: ComponentChildList, location_name: "children"))
         | 
| 207 215 | 
             
                ComponentChild.add_member(:component_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "componentType"))
         | 
| 208 | 
            -
                ComponentChild.add_member(:events, Shapes::ShapeRef.new(shape: ComponentEvents, location_name: "events"))
         | 
| 209 216 | 
             
                ComponentChild.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
         | 
| 210 217 | 
             
                ComponentChild.add_member(:properties, Shapes::ShapeRef.new(shape: ComponentProperties, required: true, location_name: "properties"))
         | 
| 218 | 
            +
                ComponentChild.add_member(:children, Shapes::ShapeRef.new(shape: ComponentChildList, location_name: "children"))
         | 
| 219 | 
            +
                ComponentChild.add_member(:events, Shapes::ShapeRef.new(shape: ComponentEvents, location_name: "events"))
         | 
| 211 220 | 
             
                ComponentChild.add_member(:source_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceId"))
         | 
| 212 221 | 
             
                ComponentChild.struct_class = Types::ComponentChild
         | 
| 213 222 |  | 
| @@ -216,24 +225,24 @@ module Aws::AmplifyUIBuilder | |
| 216 225 | 
             
                ComponentCollectionProperties.key = Shapes::ShapeRef.new(shape: String)
         | 
| 217 226 | 
             
                ComponentCollectionProperties.value = Shapes::ShapeRef.new(shape: ComponentDataConfiguration)
         | 
| 218 227 |  | 
| 219 | 
            -
                ComponentConditionProperty.add_member(: | 
| 228 | 
            +
                ComponentConditionProperty.add_member(:property, Shapes::ShapeRef.new(shape: String, location_name: "property"))
         | 
| 220 229 | 
             
                ComponentConditionProperty.add_member(:field, Shapes::ShapeRef.new(shape: String, location_name: "field"))
         | 
| 221 | 
            -
                ComponentConditionProperty.add_member(:operand, Shapes::ShapeRef.new(shape: String, location_name: "operand"))
         | 
| 222 | 
            -
                ComponentConditionProperty.add_member(:operand_type, Shapes::ShapeRef.new(shape: String, location_name: "operandType"))
         | 
| 223 230 | 
             
                ComponentConditionProperty.add_member(:operator, Shapes::ShapeRef.new(shape: String, location_name: "operator"))
         | 
| 224 | 
            -
                ComponentConditionProperty.add_member(: | 
| 231 | 
            +
                ComponentConditionProperty.add_member(:operand, Shapes::ShapeRef.new(shape: String, location_name: "operand"))
         | 
| 225 232 | 
             
                ComponentConditionProperty.add_member(:then, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "then"))
         | 
| 233 | 
            +
                ComponentConditionProperty.add_member(:else, Shapes::ShapeRef.new(shape: ComponentProperty, location_name: "else"))
         | 
| 234 | 
            +
                ComponentConditionProperty.add_member(:operand_type, Shapes::ShapeRef.new(shape: String, location_name: "operandType"))
         | 
| 226 235 | 
             
                ComponentConditionProperty.struct_class = Types::ComponentConditionProperty
         | 
| 227 236 |  | 
| 228 | 
            -
                ComponentDataConfiguration.add_member(:identifiers, Shapes::ShapeRef.new(shape: IdentifierList, location_name: "identifiers"))
         | 
| 229 237 | 
             
                ComponentDataConfiguration.add_member(:model, Shapes::ShapeRef.new(shape: String, required: true, location_name: "model"))
         | 
| 230 | 
            -
                ComponentDataConfiguration.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "predicate"))
         | 
| 231 238 | 
             
                ComponentDataConfiguration.add_member(:sort, Shapes::ShapeRef.new(shape: SortPropertyList, location_name: "sort"))
         | 
| 239 | 
            +
                ComponentDataConfiguration.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "predicate"))
         | 
| 240 | 
            +
                ComponentDataConfiguration.add_member(:identifiers, Shapes::ShapeRef.new(shape: IdentifierList, location_name: "identifiers"))
         | 
| 232 241 | 
             
                ComponentDataConfiguration.struct_class = Types::ComponentDataConfiguration
         | 
| 233 242 |  | 
| 234 243 | 
             
                ComponentEvent.add_member(:action, Shapes::ShapeRef.new(shape: String, location_name: "action"))
         | 
| 235 | 
            -
                ComponentEvent.add_member(:binding_event, Shapes::ShapeRef.new(shape: String, location_name: "bindingEvent"))
         | 
| 236 244 | 
             
                ComponentEvent.add_member(:parameters, Shapes::ShapeRef.new(shape: ActionParameters, location_name: "parameters"))
         | 
| 245 | 
            +
                ComponentEvent.add_member(:binding_event, Shapes::ShapeRef.new(shape: String, location_name: "bindingEvent"))
         | 
| 237 246 | 
             
                ComponentEvent.struct_class = Types::ComponentEvent
         | 
| 238 247 |  | 
| 239 248 | 
             
                ComponentEvents.key = Shapes::ShapeRef.new(shape: String)
         | 
| @@ -250,40 +259,40 @@ module Aws::AmplifyUIBuilder | |
| 250 259 | 
             
                ComponentProperties.key = Shapes::ShapeRef.new(shape: String)
         | 
| 251 260 | 
             
                ComponentProperties.value = Shapes::ShapeRef.new(shape: ComponentProperty)
         | 
| 252 261 |  | 
| 262 | 
            +
                ComponentProperty.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
         | 
| 253 263 | 
             
                ComponentProperty.add_member(:binding_properties, Shapes::ShapeRef.new(shape: ComponentPropertyBindingProperties, location_name: "bindingProperties"))
         | 
| 254 | 
            -
                ComponentProperty.add_member(:bindings, Shapes::ShapeRef.new(shape: FormBindings, location_name: "bindings"))
         | 
| 255 264 | 
             
                ComponentProperty.add_member(:collection_binding_properties, Shapes::ShapeRef.new(shape: ComponentPropertyBindingProperties, location_name: "collectionBindingProperties"))
         | 
| 256 | 
            -
                ComponentProperty.add_member(: | 
| 265 | 
            +
                ComponentProperty.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
         | 
| 266 | 
            +
                ComponentProperty.add_member(:model, Shapes::ShapeRef.new(shape: String, location_name: "model"))
         | 
| 267 | 
            +
                ComponentProperty.add_member(:bindings, Shapes::ShapeRef.new(shape: FormBindings, location_name: "bindings"))
         | 
| 268 | 
            +
                ComponentProperty.add_member(:event, Shapes::ShapeRef.new(shape: String, location_name: "event"))
         | 
| 269 | 
            +
                ComponentProperty.add_member(:user_attribute, Shapes::ShapeRef.new(shape: String, location_name: "userAttribute"))
         | 
| 257 270 | 
             
                ComponentProperty.add_member(:concat, Shapes::ShapeRef.new(shape: ComponentPropertyList, location_name: "concat"))
         | 
| 258 271 | 
             
                ComponentProperty.add_member(:condition, Shapes::ShapeRef.new(shape: ComponentConditionProperty, location_name: "condition"))
         | 
| 259 272 | 
             
                ComponentProperty.add_member(:configured, Shapes::ShapeRef.new(shape: Boolean, location_name: "configured"))
         | 
| 260 | 
            -
                ComponentProperty.add_member(: | 
| 261 | 
            -
                ComponentProperty.add_member(:event, Shapes::ShapeRef.new(shape: String, location_name: "event"))
         | 
| 273 | 
            +
                ComponentProperty.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
         | 
| 262 274 | 
             
                ComponentProperty.add_member(:imported_value, Shapes::ShapeRef.new(shape: String, location_name: "importedValue"))
         | 
| 263 | 
            -
                ComponentProperty.add_member(: | 
| 275 | 
            +
                ComponentProperty.add_member(:component_name, Shapes::ShapeRef.new(shape: String, location_name: "componentName"))
         | 
| 264 276 | 
             
                ComponentProperty.add_member(:property, Shapes::ShapeRef.new(shape: String, location_name: "property"))
         | 
| 265 | 
            -
                ComponentProperty.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
         | 
| 266 | 
            -
                ComponentProperty.add_member(:user_attribute, Shapes::ShapeRef.new(shape: String, location_name: "userAttribute"))
         | 
| 267 | 
            -
                ComponentProperty.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
         | 
| 268 277 | 
             
                ComponentProperty.struct_class = Types::ComponentProperty
         | 
| 269 278 |  | 
| 270 | 
            -
                ComponentPropertyBindingProperties.add_member(:field, Shapes::ShapeRef.new(shape: String, location_name: "field"))
         | 
| 271 279 | 
             
                ComponentPropertyBindingProperties.add_member(:property, Shapes::ShapeRef.new(shape: String, required: true, location_name: "property"))
         | 
| 280 | 
            +
                ComponentPropertyBindingProperties.add_member(:field, Shapes::ShapeRef.new(shape: String, location_name: "field"))
         | 
| 272 281 | 
             
                ComponentPropertyBindingProperties.struct_class = Types::ComponentPropertyBindingProperties
         | 
| 273 282 |  | 
| 274 283 | 
             
                ComponentPropertyList.member = Shapes::ShapeRef.new(shape: ComponentProperty)
         | 
| 275 284 |  | 
| 276 285 | 
             
                ComponentSummary.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "appId"))
         | 
| 277 | 
            -
                ComponentSummary.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "componentType"))
         | 
| 278 286 | 
             
                ComponentSummary.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "environmentName"))
         | 
| 279 287 | 
             
                ComponentSummary.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
         | 
| 280 288 | 
             
                ComponentSummary.add_member(:name, Shapes::ShapeRef.new(shape: ComponentName, required: true, location_name: "name"))
         | 
| 289 | 
            +
                ComponentSummary.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "componentType"))
         | 
| 281 290 | 
             
                ComponentSummary.struct_class = Types::ComponentSummary
         | 
| 282 291 |  | 
| 283 292 | 
             
                ComponentSummaryList.member = Shapes::ShapeRef.new(shape: ComponentSummary)
         | 
| 284 293 |  | 
| 285 | 
            -
                ComponentVariant.add_member(:overrides, Shapes::ShapeRef.new(shape: ComponentOverrides, location_name: "overrides"))
         | 
| 286 294 | 
             
                ComponentVariant.add_member(:variant_values, Shapes::ShapeRef.new(shape: ComponentVariantValues, location_name: "variantValues"))
         | 
| 295 | 
            +
                ComponentVariant.add_member(:overrides, Shapes::ShapeRef.new(shape: ComponentOverrides, location_name: "overrides"))
         | 
| 287 296 | 
             
                ComponentVariant.struct_class = Types::ComponentVariant
         | 
| 288 297 |  | 
| 289 298 | 
             
                ComponentVariantValues.key = Shapes::ShapeRef.new(shape: String)
         | 
| @@ -291,24 +300,24 @@ module Aws::AmplifyUIBuilder | |
| 291 300 |  | 
| 292 301 | 
             
                ComponentVariants.member = Shapes::ShapeRef.new(shape: ComponentVariant)
         | 
| 293 302 |  | 
| 294 | 
            -
                CreateComponentData.add_member(: | 
| 303 | 
            +
                CreateComponentData.add_member(:name, Shapes::ShapeRef.new(shape: ComponentName, required: true, location_name: "name"))
         | 
| 304 | 
            +
                CreateComponentData.add_member(:source_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceId"))
         | 
| 305 | 
            +
                CreateComponentData.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "componentType"))
         | 
| 306 | 
            +
                CreateComponentData.add_member(:properties, Shapes::ShapeRef.new(shape: ComponentProperties, required: true, location_name: "properties"))
         | 
| 295 307 | 
             
                CreateComponentData.add_member(:children, Shapes::ShapeRef.new(shape: ComponentChildList, location_name: "children"))
         | 
| 308 | 
            +
                CreateComponentData.add_member(:variants, Shapes::ShapeRef.new(shape: ComponentVariants, required: true, location_name: "variants"))
         | 
| 309 | 
            +
                CreateComponentData.add_member(:overrides, Shapes::ShapeRef.new(shape: ComponentOverrides, required: true, location_name: "overrides"))
         | 
| 310 | 
            +
                CreateComponentData.add_member(:binding_properties, Shapes::ShapeRef.new(shape: ComponentBindingProperties, required: true, location_name: "bindingProperties"))
         | 
| 296 311 | 
             
                CreateComponentData.add_member(:collection_properties, Shapes::ShapeRef.new(shape: ComponentCollectionProperties, location_name: "collectionProperties"))
         | 
| 297 | 
            -
                CreateComponentData.add_member(: | 
| 312 | 
            +
                CreateComponentData.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         | 
| 298 313 | 
             
                CreateComponentData.add_member(:events, Shapes::ShapeRef.new(shape: ComponentEvents, location_name: "events"))
         | 
| 299 | 
            -
                CreateComponentData.add_member(:name, Shapes::ShapeRef.new(shape: ComponentName, required: true, location_name: "name"))
         | 
| 300 | 
            -
                CreateComponentData.add_member(:overrides, Shapes::ShapeRef.new(shape: ComponentOverrides, required: true, location_name: "overrides"))
         | 
| 301 | 
            -
                CreateComponentData.add_member(:properties, Shapes::ShapeRef.new(shape: ComponentProperties, required: true, location_name: "properties"))
         | 
| 302 314 | 
             
                CreateComponentData.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, location_name: "schemaVersion"))
         | 
| 303 | 
            -
                CreateComponentData.add_member(:source_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceId"))
         | 
| 304 | 
            -
                CreateComponentData.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         | 
| 305 | 
            -
                CreateComponentData.add_member(:variants, Shapes::ShapeRef.new(shape: ComponentVariants, required: true, location_name: "variants"))
         | 
| 306 315 | 
             
                CreateComponentData.struct_class = Types::CreateComponentData
         | 
| 307 316 |  | 
| 308 317 | 
             
                CreateComponentRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 318 | 
            +
                CreateComponentRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 309 319 | 
             
                CreateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 310 320 | 
             
                CreateComponentRequest.add_member(:component_to_create, Shapes::ShapeRef.new(shape: CreateComponentData, required: true, location_name: "componentToCreate"))
         | 
| 311 | 
            -
                CreateComponentRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 312 321 | 
             
                CreateComponentRequest.struct_class = Types::CreateComponentRequest
         | 
| 313 322 | 
             
                CreateComponentRequest[:payload] = :component_to_create
         | 
| 314 323 | 
             
                CreateComponentRequest[:payload_member] = CreateComponentRequest.member(:component_to_create)
         | 
| @@ -318,20 +327,21 @@ module Aws::AmplifyUIBuilder | |
| 318 327 | 
             
                CreateComponentResponse[:payload] = :entity
         | 
| 319 328 | 
             
                CreateComponentResponse[:payload_member] = CreateComponentResponse.member(:entity)
         | 
| 320 329 |  | 
| 321 | 
            -
                CreateFormData.add_member(: | 
| 330 | 
            +
                CreateFormData.add_member(:name, Shapes::ShapeRef.new(shape: FormName, required: true, location_name: "name"))
         | 
| 322 331 | 
             
                CreateFormData.add_member(:data_type, Shapes::ShapeRef.new(shape: FormDataTypeConfig, required: true, location_name: "dataType"))
         | 
| 323 | 
            -
                CreateFormData.add_member(:fields, Shapes::ShapeRef.new(shape: FieldsMap, required: true, location_name: "fields"))
         | 
| 324 332 | 
             
                CreateFormData.add_member(:form_action_type, Shapes::ShapeRef.new(shape: FormActionType, required: true, location_name: "formActionType"))
         | 
| 325 | 
            -
                CreateFormData.add_member(: | 
| 326 | 
            -
                CreateFormData.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "schemaVersion"))
         | 
| 327 | 
            -
                CreateFormData.add_member(:sectional_elements, Shapes::ShapeRef.new(shape: SectionalElementMap, required: true, location_name: "sectionalElements"))
         | 
| 333 | 
            +
                CreateFormData.add_member(:fields, Shapes::ShapeRef.new(shape: FieldsMap, required: true, location_name: "fields"))
         | 
| 328 334 | 
             
                CreateFormData.add_member(:style, Shapes::ShapeRef.new(shape: FormStyle, required: true, location_name: "style"))
         | 
| 335 | 
            +
                CreateFormData.add_member(:sectional_elements, Shapes::ShapeRef.new(shape: SectionalElementMap, required: true, location_name: "sectionalElements"))
         | 
| 336 | 
            +
                CreateFormData.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "schemaVersion"))
         | 
| 337 | 
            +
                CreateFormData.add_member(:cta, Shapes::ShapeRef.new(shape: FormCTA, location_name: "cta"))
         | 
| 329 338 | 
             
                CreateFormData.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         | 
| 339 | 
            +
                CreateFormData.add_member(:label_decorator, Shapes::ShapeRef.new(shape: LabelDecorator, location_name: "labelDecorator"))
         | 
| 330 340 | 
             
                CreateFormData.struct_class = Types::CreateFormData
         | 
| 331 341 |  | 
| 332 342 | 
             
                CreateFormRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 333 | 
            -
                CreateFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 334 343 | 
             
                CreateFormRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 344 | 
            +
                CreateFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 335 345 | 
             
                CreateFormRequest.add_member(:form_to_create, Shapes::ShapeRef.new(shape: CreateFormData, required: true, location_name: "formToCreate"))
         | 
| 336 346 | 
             
                CreateFormRequest.struct_class = Types::CreateFormRequest
         | 
| 337 347 | 
             
                CreateFormRequest[:payload] = :form_to_create
         | 
| @@ -343,14 +353,14 @@ module Aws::AmplifyUIBuilder | |
| 343 353 | 
             
                CreateFormResponse[:payload_member] = CreateFormResponse.member(:entity)
         | 
| 344 354 |  | 
| 345 355 | 
             
                CreateThemeData.add_member(:name, Shapes::ShapeRef.new(shape: ThemeName, required: true, location_name: "name"))
         | 
| 356 | 
            +
                CreateThemeData.add_member(:values, Shapes::ShapeRef.new(shape: ThemeValuesList, required: true, location_name: "values"))
         | 
| 346 357 | 
             
                CreateThemeData.add_member(:overrides, Shapes::ShapeRef.new(shape: ThemeValuesList, location_name: "overrides"))
         | 
| 347 358 | 
             
                CreateThemeData.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         | 
| 348 | 
            -
                CreateThemeData.add_member(:values, Shapes::ShapeRef.new(shape: ThemeValuesList, required: true, location_name: "values"))
         | 
| 349 359 | 
             
                CreateThemeData.struct_class = Types::CreateThemeData
         | 
| 350 360 |  | 
| 351 361 | 
             
                CreateThemeRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 352 | 
            -
                CreateThemeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 353 362 | 
             
                CreateThemeRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 363 | 
            +
                CreateThemeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 354 364 | 
             
                CreateThemeRequest.add_member(:theme_to_create, Shapes::ShapeRef.new(shape: CreateThemeData, required: true, location_name: "themeToCreate"))
         | 
| 355 365 | 
             
                CreateThemeRequest.struct_class = Types::CreateThemeRequest
         | 
| 356 366 | 
             
                CreateThemeRequest[:payload] = :theme_to_create
         | 
| @@ -384,6 +394,7 @@ module Aws::AmplifyUIBuilder | |
| 384 394 |  | 
| 385 395 | 
             
                ExchangeCodeForTokenRequestBody.add_member(:code, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "code"))
         | 
| 386 396 | 
             
                ExchangeCodeForTokenRequestBody.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: String, required: true, location_name: "redirectUri"))
         | 
| 397 | 
            +
                ExchangeCodeForTokenRequestBody.add_member(:client_id, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "clientId"))
         | 
| 387 398 | 
             
                ExchangeCodeForTokenRequestBody.struct_class = Types::ExchangeCodeForTokenRequestBody
         | 
| 388 399 |  | 
| 389 400 | 
             
                ExchangeCodeForTokenResponse.add_member(:access_token, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "accessToken"))
         | 
| @@ -421,61 +432,71 @@ module Aws::AmplifyUIBuilder | |
| 421 432 | 
             
                FeaturesMap.key = Shapes::ShapeRef.new(shape: String)
         | 
| 422 433 | 
             
                FeaturesMap.value = Shapes::ShapeRef.new(shape: String)
         | 
| 423 434 |  | 
| 424 | 
            -
                FieldConfig.add_member(:excluded, Shapes::ShapeRef.new(shape: Boolean, location_name: "excluded"))
         | 
| 425 | 
            -
                FieldConfig.add_member(:input_type, Shapes::ShapeRef.new(shape: FieldInputConfig, location_name: "inputType"))
         | 
| 426 435 | 
             
                FieldConfig.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "label"))
         | 
| 427 436 | 
             
                FieldConfig.add_member(:position, Shapes::ShapeRef.new(shape: FieldPosition, location_name: "position"))
         | 
| 437 | 
            +
                FieldConfig.add_member(:excluded, Shapes::ShapeRef.new(shape: Boolean, location_name: "excluded"))
         | 
| 438 | 
            +
                FieldConfig.add_member(:input_type, Shapes::ShapeRef.new(shape: FieldInputConfig, location_name: "inputType"))
         | 
| 428 439 | 
             
                FieldConfig.add_member(:validations, Shapes::ShapeRef.new(shape: ValidationsList, location_name: "validations"))
         | 
| 429 440 | 
             
                FieldConfig.struct_class = Types::FieldConfig
         | 
| 430 441 |  | 
| 431 | 
            -
                FieldInputConfig.add_member(: | 
| 432 | 
            -
                FieldInputConfig.add_member(: | 
| 442 | 
            +
                FieldInputConfig.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
         | 
| 443 | 
            +
                FieldInputConfig.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
         | 
| 444 | 
            +
                FieldInputConfig.add_member(:read_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "readOnly"))
         | 
| 445 | 
            +
                FieldInputConfig.add_member(:placeholder, Shapes::ShapeRef.new(shape: String, location_name: "placeholder"))
         | 
| 433 446 | 
             
                FieldInputConfig.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
         | 
| 434 447 | 
             
                FieldInputConfig.add_member(:descriptive_text, Shapes::ShapeRef.new(shape: String, location_name: "descriptiveText"))
         | 
| 435 | 
            -
                FieldInputConfig.add_member(: | 
| 436 | 
            -
                FieldInputConfig.add_member(: | 
| 437 | 
            -
                FieldInputConfig.add_member(: | 
| 448 | 
            +
                FieldInputConfig.add_member(:default_checked, Shapes::ShapeRef.new(shape: Boolean, location_name: "defaultChecked"))
         | 
| 449 | 
            +
                FieldInputConfig.add_member(:default_country_code, Shapes::ShapeRef.new(shape: String, location_name: "defaultCountryCode"))
         | 
| 450 | 
            +
                FieldInputConfig.add_member(:value_mappings, Shapes::ShapeRef.new(shape: ValueMappings, location_name: "valueMappings"))
         | 
| 438 451 | 
             
                FieldInputConfig.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
         | 
| 439 | 
            -
                FieldInputConfig.add_member(: | 
| 440 | 
            -
                FieldInputConfig.add_member(: | 
| 441 | 
            -
                FieldInputConfig.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
         | 
| 452 | 
            +
                FieldInputConfig.add_member(:min_value, Shapes::ShapeRef.new(shape: Float, location_name: "minValue"))
         | 
| 453 | 
            +
                FieldInputConfig.add_member(:max_value, Shapes::ShapeRef.new(shape: Float, location_name: "maxValue"))
         | 
| 442 454 | 
             
                FieldInputConfig.add_member(:step, Shapes::ShapeRef.new(shape: Float, location_name: "step"))
         | 
| 443 | 
            -
                FieldInputConfig.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
         | 
| 444 455 | 
             
                FieldInputConfig.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
         | 
| 445 | 
            -
                FieldInputConfig.add_member(: | 
| 456 | 
            +
                FieldInputConfig.add_member(:is_array, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArray"))
         | 
| 457 | 
            +
                FieldInputConfig.add_member(:file_uploader_config, Shapes::ShapeRef.new(shape: FileUploaderFieldConfig, location_name: "fileUploaderConfig"))
         | 
| 446 458 | 
             
                FieldInputConfig.struct_class = Types::FieldInputConfig
         | 
| 447 459 |  | 
| 448 | 
            -
                FieldPosition.add_member(:below, Shapes::ShapeRef.new(shape: String, location_name: "below"))
         | 
| 449 460 | 
             
                FieldPosition.add_member(:fixed, Shapes::ShapeRef.new(shape: FixedPosition, location_name: "fixed"))
         | 
| 450 461 | 
             
                FieldPosition.add_member(:right_of, Shapes::ShapeRef.new(shape: String, location_name: "rightOf"))
         | 
| 462 | 
            +
                FieldPosition.add_member(:below, Shapes::ShapeRef.new(shape: String, location_name: "below"))
         | 
| 451 463 | 
             
                FieldPosition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
         | 
| 452 | 
            -
                FieldPosition.add_member_subclass(:below, Types::FieldPosition::Below)
         | 
| 453 464 | 
             
                FieldPosition.add_member_subclass(:fixed, Types::FieldPosition::Fixed)
         | 
| 454 465 | 
             
                FieldPosition.add_member_subclass(:right_of, Types::FieldPosition::RightOf)
         | 
| 466 | 
            +
                FieldPosition.add_member_subclass(:below, Types::FieldPosition::Below)
         | 
| 455 467 | 
             
                FieldPosition.add_member_subclass(:unknown, Types::FieldPosition::Unknown)
         | 
| 456 468 | 
             
                FieldPosition.struct_class = Types::FieldPosition
         | 
| 457 469 |  | 
| 458 | 
            -
                FieldValidationConfiguration.add_member(:num_values, Shapes::ShapeRef.new(shape: NumValues, location_name: "numValues"))
         | 
| 459 | 
            -
                FieldValidationConfiguration.add_member(:str_values, Shapes::ShapeRef.new(shape: StrValues, location_name: "strValues"))
         | 
| 460 470 | 
             
                FieldValidationConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
         | 
| 471 | 
            +
                FieldValidationConfiguration.add_member(:str_values, Shapes::ShapeRef.new(shape: StrValues, location_name: "strValues"))
         | 
| 472 | 
            +
                FieldValidationConfiguration.add_member(:num_values, Shapes::ShapeRef.new(shape: NumValues, location_name: "numValues"))
         | 
| 461 473 | 
             
                FieldValidationConfiguration.add_member(:validation_message, Shapes::ShapeRef.new(shape: String, location_name: "validationMessage"))
         | 
| 462 474 | 
             
                FieldValidationConfiguration.struct_class = Types::FieldValidationConfiguration
         | 
| 463 475 |  | 
| 464 476 | 
             
                FieldsMap.key = Shapes::ShapeRef.new(shape: String)
         | 
| 465 477 | 
             
                FieldsMap.value = Shapes::ShapeRef.new(shape: FieldConfig)
         | 
| 466 478 |  | 
| 479 | 
            +
                FileUploaderFieldConfig.add_member(:access_level, Shapes::ShapeRef.new(shape: StorageAccessLevel, required: true, location_name: "accessLevel"))
         | 
| 480 | 
            +
                FileUploaderFieldConfig.add_member(:accepted_file_types, Shapes::ShapeRef.new(shape: StrValues, required: true, location_name: "acceptedFileTypes"))
         | 
| 481 | 
            +
                FileUploaderFieldConfig.add_member(:show_thumbnails, Shapes::ShapeRef.new(shape: Boolean, location_name: "showThumbnails"))
         | 
| 482 | 
            +
                FileUploaderFieldConfig.add_member(:is_resumable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isResumable"))
         | 
| 483 | 
            +
                FileUploaderFieldConfig.add_member(:max_file_count, Shapes::ShapeRef.new(shape: Integer, location_name: "maxFileCount"))
         | 
| 484 | 
            +
                FileUploaderFieldConfig.add_member(:max_size, Shapes::ShapeRef.new(shape: Integer, location_name: "maxSize"))
         | 
| 485 | 
            +
                FileUploaderFieldConfig.struct_class = Types::FileUploaderFieldConfig
         | 
| 486 | 
            +
             | 
| 467 487 | 
             
                Form.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "appId"))
         | 
| 468 | 
            -
                Form.add_member(:cta, Shapes::ShapeRef.new(shape: FormCTA, location_name: "cta"))
         | 
| 469 | 
            -
                Form.add_member(:data_type, Shapes::ShapeRef.new(shape: FormDataTypeConfig, required: true, location_name: "dataType"))
         | 
| 470 488 | 
             
                Form.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "environmentName"))
         | 
| 471 | 
            -
                Form.add_member(:fields, Shapes::ShapeRef.new(shape: FieldsMap, required: true, location_name: "fields"))
         | 
| 472 | 
            -
                Form.add_member(:form_action_type, Shapes::ShapeRef.new(shape: FormActionType, required: true, location_name: "formActionType"))
         | 
| 473 489 | 
             
                Form.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
         | 
| 474 490 | 
             
                Form.add_member(:name, Shapes::ShapeRef.new(shape: FormName, required: true, location_name: "name"))
         | 
| 475 | 
            -
                Form.add_member(: | 
| 476 | 
            -
                Form.add_member(:sectional_elements, Shapes::ShapeRef.new(shape: SectionalElementMap, required: true, location_name: "sectionalElements"))
         | 
| 491 | 
            +
                Form.add_member(:form_action_type, Shapes::ShapeRef.new(shape: FormActionType, required: true, location_name: "formActionType"))
         | 
| 477 492 | 
             
                Form.add_member(:style, Shapes::ShapeRef.new(shape: FormStyle, required: true, location_name: "style"))
         | 
| 493 | 
            +
                Form.add_member(:data_type, Shapes::ShapeRef.new(shape: FormDataTypeConfig, required: true, location_name: "dataType"))
         | 
| 494 | 
            +
                Form.add_member(:fields, Shapes::ShapeRef.new(shape: FieldsMap, required: true, location_name: "fields"))
         | 
| 495 | 
            +
                Form.add_member(:sectional_elements, Shapes::ShapeRef.new(shape: SectionalElementMap, required: true, location_name: "sectionalElements"))
         | 
| 496 | 
            +
                Form.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "schemaVersion"))
         | 
| 478 497 | 
             
                Form.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         | 
| 498 | 
            +
                Form.add_member(:cta, Shapes::ShapeRef.new(shape: FormCTA, location_name: "cta"))
         | 
| 499 | 
            +
                Form.add_member(:label_decorator, Shapes::ShapeRef.new(shape: LabelDecorator, location_name: "labelDecorator"))
         | 
| 479 500 | 
             
                Form.struct_class = Types::Form
         | 
| 480 501 |  | 
| 481 502 | 
             
                FormBindingElement.add_member(:element, Shapes::ShapeRef.new(shape: String, required: true, location_name: "element"))
         | 
| @@ -485,14 +506,14 @@ module Aws::AmplifyUIBuilder | |
| 485 506 | 
             
                FormBindings.key = Shapes::ShapeRef.new(shape: String)
         | 
| 486 507 | 
             
                FormBindings.value = Shapes::ShapeRef.new(shape: FormBindingElement)
         | 
| 487 508 |  | 
| 488 | 
            -
                FormButton.add_member(:children, Shapes::ShapeRef.new(shape: String, location_name: "children"))
         | 
| 489 509 | 
             
                FormButton.add_member(:excluded, Shapes::ShapeRef.new(shape: Boolean, location_name: "excluded"))
         | 
| 510 | 
            +
                FormButton.add_member(:children, Shapes::ShapeRef.new(shape: String, location_name: "children"))
         | 
| 490 511 | 
             
                FormButton.add_member(:position, Shapes::ShapeRef.new(shape: FieldPosition, location_name: "position"))
         | 
| 491 512 | 
             
                FormButton.struct_class = Types::FormButton
         | 
| 492 513 |  | 
| 493 | 
            -
                FormCTA.add_member(:cancel, Shapes::ShapeRef.new(shape: FormButton, location_name: "cancel"))
         | 
| 494 | 
            -
                FormCTA.add_member(:clear, Shapes::ShapeRef.new(shape: FormButton, location_name: "clear"))
         | 
| 495 514 | 
             
                FormCTA.add_member(:position, Shapes::ShapeRef.new(shape: FormButtonsPosition, location_name: "position"))
         | 
| 515 | 
            +
                FormCTA.add_member(:clear, Shapes::ShapeRef.new(shape: FormButton, location_name: "clear"))
         | 
| 516 | 
            +
                FormCTA.add_member(:cancel, Shapes::ShapeRef.new(shape: FormButton, location_name: "cancel"))
         | 
| 496 517 | 
             
                FormCTA.add_member(:submit, Shapes::ShapeRef.new(shape: FormButton, location_name: "submit"))
         | 
| 497 518 | 
             
                FormCTA.struct_class = Types::FormCTA
         | 
| 498 519 |  | 
| @@ -500,14 +521,32 @@ module Aws::AmplifyUIBuilder | |
| 500 521 | 
             
                FormDataTypeConfig.add_member(:data_type_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "dataTypeName"))
         | 
| 501 522 | 
             
                FormDataTypeConfig.struct_class = Types::FormDataTypeConfig
         | 
| 502 523 |  | 
| 524 | 
            +
                FormInputBindingProperties.key = Shapes::ShapeRef.new(shape: String)
         | 
| 525 | 
            +
                FormInputBindingProperties.value = Shapes::ShapeRef.new(shape: FormInputBindingPropertiesValue)
         | 
| 526 | 
            +
             | 
| 527 | 
            +
                FormInputBindingPropertiesValue.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
         | 
| 528 | 
            +
                FormInputBindingPropertiesValue.add_member(:binding_properties, Shapes::ShapeRef.new(shape: FormInputBindingPropertiesValueProperties, location_name: "bindingProperties"))
         | 
| 529 | 
            +
                FormInputBindingPropertiesValue.struct_class = Types::FormInputBindingPropertiesValue
         | 
| 530 | 
            +
             | 
| 531 | 
            +
                FormInputBindingPropertiesValueProperties.add_member(:model, Shapes::ShapeRef.new(shape: String, location_name: "model"))
         | 
| 532 | 
            +
                FormInputBindingPropertiesValueProperties.struct_class = Types::FormInputBindingPropertiesValueProperties
         | 
| 533 | 
            +
             | 
| 503 534 | 
             
                FormInputValueProperty.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
         | 
| 535 | 
            +
                FormInputValueProperty.add_member(:binding_properties, Shapes::ShapeRef.new(shape: FormInputValuePropertyBindingProperties, location_name: "bindingProperties"))
         | 
| 536 | 
            +
                FormInputValueProperty.add_member(:concat, Shapes::ShapeRef.new(shape: FormInputValuePropertyList, location_name: "concat"))
         | 
| 504 537 | 
             
                FormInputValueProperty.struct_class = Types::FormInputValueProperty
         | 
| 505 538 |  | 
| 539 | 
            +
                FormInputValuePropertyBindingProperties.add_member(:property, Shapes::ShapeRef.new(shape: String, required: true, location_name: "property"))
         | 
| 540 | 
            +
                FormInputValuePropertyBindingProperties.add_member(:field, Shapes::ShapeRef.new(shape: String, location_name: "field"))
         | 
| 541 | 
            +
                FormInputValuePropertyBindingProperties.struct_class = Types::FormInputValuePropertyBindingProperties
         | 
| 542 | 
            +
             | 
| 543 | 
            +
                FormInputValuePropertyList.member = Shapes::ShapeRef.new(shape: FormInputValueProperty)
         | 
| 544 | 
            +
             | 
| 506 545 | 
             
                FormList.member = Shapes::ShapeRef.new(shape: Form)
         | 
| 507 546 |  | 
| 508 547 | 
             
                FormStyle.add_member(:horizontal_gap, Shapes::ShapeRef.new(shape: FormStyleConfig, location_name: "horizontalGap"))
         | 
| 509 | 
            -
                FormStyle.add_member(:outer_padding, Shapes::ShapeRef.new(shape: FormStyleConfig, location_name: "outerPadding"))
         | 
| 510 548 | 
             
                FormStyle.add_member(:vertical_gap, Shapes::ShapeRef.new(shape: FormStyleConfig, location_name: "verticalGap"))
         | 
| 549 | 
            +
                FormStyle.add_member(:outer_padding, Shapes::ShapeRef.new(shape: FormStyleConfig, location_name: "outerPadding"))
         | 
| 511 550 | 
             
                FormStyle.struct_class = Types::FormStyle
         | 
| 512 551 |  | 
| 513 552 | 
             
                FormStyleConfig.add_member(:token_reference, Shapes::ShapeRef.new(shape: String, location_name: "tokenReference"))
         | 
| @@ -575,8 +614,8 @@ module Aws::AmplifyUIBuilder | |
| 575 614 |  | 
| 576 615 | 
             
                ListComponentsRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 577 616 | 
             
                ListComponentsRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 578 | 
            -
                ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListComponentsLimit, location: "querystring", location_name: "maxResults"))
         | 
| 579 617 | 
             
                ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
         | 
| 618 | 
            +
                ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListComponentsLimit, location: "querystring", location_name: "maxResults"))
         | 
| 580 619 | 
             
                ListComponentsRequest.struct_class = Types::ListComponentsRequest
         | 
| 581 620 |  | 
| 582 621 | 
             
                ListComponentsResponse.add_member(:entities, Shapes::ShapeRef.new(shape: ComponentSummaryList, required: true, location_name: "entities"))
         | 
| @@ -585,8 +624,8 @@ module Aws::AmplifyUIBuilder | |
| 585 624 |  | 
| 586 625 | 
             
                ListFormsRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 587 626 | 
             
                ListFormsRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 588 | 
            -
                ListFormsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListFormsLimit, location: "querystring", location_name: "maxResults"))
         | 
| 589 627 | 
             
                ListFormsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
         | 
| 628 | 
            +
                ListFormsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListFormsLimit, location: "querystring", location_name: "maxResults"))
         | 
| 590 629 | 
             
                ListFormsRequest.struct_class = Types::ListFormsRequest
         | 
| 591 630 |  | 
| 592 631 | 
             
                ListFormsResponse.add_member(:entities, Shapes::ShapeRef.new(shape: FormSummaryList, required: true, location_name: "entities"))
         | 
| @@ -595,8 +634,8 @@ module Aws::AmplifyUIBuilder | |
| 595 634 |  | 
| 596 635 | 
             
                ListThemesRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 597 636 | 
             
                ListThemesRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 598 | 
            -
                ListThemesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListThemesLimit, location: "querystring", location_name: "maxResults"))
         | 
| 599 637 | 
             
                ListThemesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
         | 
| 638 | 
            +
                ListThemesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListThemesLimit, location: "querystring", location_name: "maxResults"))
         | 
| 600 639 | 
             
                ListThemesRequest.struct_class = Types::ListThemesRequest
         | 
| 601 640 |  | 
| 602 641 | 
             
                ListThemesResponse.add_member(:entities, Shapes::ShapeRef.new(shape: ThemeSummaryList, required: true, location_name: "entities"))
         | 
| @@ -610,11 +649,12 @@ module Aws::AmplifyUIBuilder | |
| 610 649 |  | 
| 611 650 | 
             
                NumValues.member = Shapes::ShapeRef.new(shape: Integer)
         | 
| 612 651 |  | 
| 652 | 
            +
                Predicate.add_member(:or, Shapes::ShapeRef.new(shape: PredicateList, location_name: "or"))
         | 
| 613 653 | 
             
                Predicate.add_member(:and, Shapes::ShapeRef.new(shape: PredicateList, location_name: "and"))
         | 
| 614 654 | 
             
                Predicate.add_member(:field, Shapes::ShapeRef.new(shape: String, location_name: "field"))
         | 
| 615 | 
            -
                Predicate.add_member(:operand, Shapes::ShapeRef.new(shape: String, location_name: "operand"))
         | 
| 616 655 | 
             
                Predicate.add_member(:operator, Shapes::ShapeRef.new(shape: String, location_name: "operator"))
         | 
| 617 | 
            -
                Predicate.add_member(: | 
| 656 | 
            +
                Predicate.add_member(:operand, Shapes::ShapeRef.new(shape: String, location_name: "operand"))
         | 
| 657 | 
            +
                Predicate.add_member(:operand_type, Shapes::ShapeRef.new(shape: OperandType, location_name: "operandType"))
         | 
| 618 658 | 
             
                Predicate.struct_class = Types::Predicate
         | 
| 619 659 |  | 
| 620 660 | 
             
                PredicateList.member = Shapes::ShapeRef.new(shape: Predicate)
         | 
| @@ -623,9 +663,9 @@ module Aws::AmplifyUIBuilder | |
| 623 663 | 
             
                PutMetadataFlagBody.struct_class = Types::PutMetadataFlagBody
         | 
| 624 664 |  | 
| 625 665 | 
             
                PutMetadataFlagRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 626 | 
            -
                PutMetadataFlagRequest.add_member(:body, Shapes::ShapeRef.new(shape: PutMetadataFlagBody, required: true, location_name: "body"))
         | 
| 627 666 | 
             
                PutMetadataFlagRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 628 667 | 
             
                PutMetadataFlagRequest.add_member(:feature_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "featureName"))
         | 
| 668 | 
            +
                PutMetadataFlagRequest.add_member(:body, Shapes::ShapeRef.new(shape: PutMetadataFlagBody, required: true, location_name: "body"))
         | 
| 629 669 | 
             
                PutMetadataFlagRequest.struct_class = Types::PutMetadataFlagRequest
         | 
| 630 670 | 
             
                PutMetadataFlagRequest[:payload] = :body
         | 
| 631 671 | 
             
                PutMetadataFlagRequest[:payload_member] = PutMetadataFlagRequest.member(:body)
         | 
| @@ -637,6 +677,7 @@ module Aws::AmplifyUIBuilder | |
| 637 677 | 
             
                RefreshTokenRequest[:payload_member] = RefreshTokenRequest.member(:refresh_token_body)
         | 
| 638 678 |  | 
| 639 679 | 
             
                RefreshTokenRequestBody.add_member(:token, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "token"))
         | 
| 680 | 
            +
                RefreshTokenRequestBody.add_member(:client_id, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "clientId"))
         | 
| 640 681 | 
             
                RefreshTokenRequestBody.struct_class = Types::RefreshTokenRequestBody
         | 
| 641 682 |  | 
| 642 683 | 
             
                RefreshTokenResponse.add_member(:access_token, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "accessToken"))
         | 
| @@ -649,11 +690,12 @@ module Aws::AmplifyUIBuilder | |
| 649 690 | 
             
                ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
         | 
| 650 691 | 
             
                ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
         | 
| 651 692 |  | 
| 652 | 
            -
                SectionalElement.add_member(: | 
| 653 | 
            -
                SectionalElement.add_member(:orientation, Shapes::ShapeRef.new(shape: String, location_name: "orientation"))
         | 
| 693 | 
            +
                SectionalElement.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
         | 
| 654 694 | 
             
                SectionalElement.add_member(:position, Shapes::ShapeRef.new(shape: FieldPosition, location_name: "position"))
         | 
| 655 695 | 
             
                SectionalElement.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
         | 
| 656 | 
            -
                SectionalElement.add_member(: | 
| 696 | 
            +
                SectionalElement.add_member(:level, Shapes::ShapeRef.new(shape: Integer, location_name: "level"))
         | 
| 697 | 
            +
                SectionalElement.add_member(:orientation, Shapes::ShapeRef.new(shape: String, location_name: "orientation"))
         | 
| 698 | 
            +
                SectionalElement.add_member(:excluded, Shapes::ShapeRef.new(shape: Boolean, location_name: "excluded"))
         | 
| 657 699 | 
             
                SectionalElement.struct_class = Types::SectionalElement
         | 
| 658 700 |  | 
| 659 701 | 
             
                SectionalElementMap.key = Shapes::ShapeRef.new(shape: String)
         | 
| @@ -662,8 +704,8 @@ module Aws::AmplifyUIBuilder | |
| 662 704 | 
             
                ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
         | 
| 663 705 | 
             
                ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
         | 
| 664 706 |  | 
| 665 | 
            -
                SortProperty.add_member(:direction, Shapes::ShapeRef.new(shape: SortDirection, required: true, location_name: "direction"))
         | 
| 666 707 | 
             
                SortProperty.add_member(:field, Shapes::ShapeRef.new(shape: String, required: true, location_name: "field"))
         | 
| 708 | 
            +
                SortProperty.add_member(:direction, Shapes::ShapeRef.new(shape: SortDirection, required: true, location_name: "direction"))
         | 
| 667 709 | 
             
                SortProperty.struct_class = Types::SortProperty
         | 
| 668 710 |  | 
| 669 711 | 
             
                SortPropertyList.member = Shapes::ShapeRef.new(shape: SortProperty)
         | 
| @@ -674,14 +716,14 @@ module Aws::AmplifyUIBuilder | |
| 674 716 | 
             
                Tags.value = Shapes::ShapeRef.new(shape: TagValue)
         | 
| 675 717 |  | 
| 676 718 | 
             
                Theme.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "appId"))
         | 
| 677 | 
            -
                Theme.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
         | 
| 678 719 | 
             
                Theme.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "environmentName"))
         | 
| 679 720 | 
             
                Theme.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
         | 
| 680 | 
            -
                Theme.add_member(:modified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "modifiedAt"))
         | 
| 681 721 | 
             
                Theme.add_member(:name, Shapes::ShapeRef.new(shape: ThemeName, required: true, location_name: "name"))
         | 
| 722 | 
            +
                Theme.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
         | 
| 723 | 
            +
                Theme.add_member(:modified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "modifiedAt"))
         | 
| 724 | 
            +
                Theme.add_member(:values, Shapes::ShapeRef.new(shape: ThemeValuesList, required: true, location_name: "values"))
         | 
| 682 725 | 
             
                Theme.add_member(:overrides, Shapes::ShapeRef.new(shape: ThemeValuesList, location_name: "overrides"))
         | 
| 683 726 | 
             
                Theme.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
         | 
| 684 | 
            -
                Theme.add_member(:values, Shapes::ShapeRef.new(shape: ThemeValuesList, required: true, location_name: "values"))
         | 
| 685 727 | 
             
                Theme.struct_class = Types::Theme
         | 
| 686 728 |  | 
| 687 729 | 
             
                ThemeList.member = Shapes::ShapeRef.new(shape: Theme)
         | 
| @@ -694,8 +736,8 @@ module Aws::AmplifyUIBuilder | |
| 694 736 |  | 
| 695 737 | 
             
                ThemeSummaryList.member = Shapes::ShapeRef.new(shape: ThemeSummary)
         | 
| 696 738 |  | 
| 697 | 
            -
                ThemeValue.add_member(:children, Shapes::ShapeRef.new(shape: ThemeValuesList, location_name: "children"))
         | 
| 698 739 | 
             
                ThemeValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
         | 
| 740 | 
            +
                ThemeValue.add_member(:children, Shapes::ShapeRef.new(shape: ThemeValuesList, location_name: "children"))
         | 
| 699 741 | 
             
                ThemeValue.struct_class = Types::ThemeValue
         | 
| 700 742 |  | 
| 701 743 | 
             
                ThemeValues.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
         | 
| @@ -707,24 +749,24 @@ module Aws::AmplifyUIBuilder | |
| 707 749 | 
             
                UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
         | 
| 708 750 | 
             
                UnauthorizedException.struct_class = Types::UnauthorizedException
         | 
| 709 751 |  | 
| 710 | 
            -
                UpdateComponentData.add_member(:binding_properties, Shapes::ShapeRef.new(shape: ComponentBindingProperties, location_name: "bindingProperties"))
         | 
| 711 | 
            -
                UpdateComponentData.add_member(:children, Shapes::ShapeRef.new(shape: ComponentChildList, location_name: "children"))
         | 
| 712 | 
            -
                UpdateComponentData.add_member(:collection_properties, Shapes::ShapeRef.new(shape: ComponentCollectionProperties, location_name: "collectionProperties"))
         | 
| 713 | 
            -
                UpdateComponentData.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, location_name: "componentType"))
         | 
| 714 | 
            -
                UpdateComponentData.add_member(:events, Shapes::ShapeRef.new(shape: ComponentEvents, location_name: "events"))
         | 
| 715 752 | 
             
                UpdateComponentData.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, location_name: "id"))
         | 
| 716 753 | 
             
                UpdateComponentData.add_member(:name, Shapes::ShapeRef.new(shape: ComponentName, location_name: "name"))
         | 
| 717 | 
            -
                UpdateComponentData.add_member(:overrides, Shapes::ShapeRef.new(shape: ComponentOverrides, location_name: "overrides"))
         | 
| 718 | 
            -
                UpdateComponentData.add_member(:properties, Shapes::ShapeRef.new(shape: ComponentProperties, location_name: "properties"))
         | 
| 719 | 
            -
                UpdateComponentData.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, location_name: "schemaVersion"))
         | 
| 720 754 | 
             
                UpdateComponentData.add_member(:source_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceId"))
         | 
| 755 | 
            +
                UpdateComponentData.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, location_name: "componentType"))
         | 
| 756 | 
            +
                UpdateComponentData.add_member(:properties, Shapes::ShapeRef.new(shape: ComponentProperties, location_name: "properties"))
         | 
| 757 | 
            +
                UpdateComponentData.add_member(:children, Shapes::ShapeRef.new(shape: ComponentChildList, location_name: "children"))
         | 
| 721 758 | 
             
                UpdateComponentData.add_member(:variants, Shapes::ShapeRef.new(shape: ComponentVariants, location_name: "variants"))
         | 
| 759 | 
            +
                UpdateComponentData.add_member(:overrides, Shapes::ShapeRef.new(shape: ComponentOverrides, location_name: "overrides"))
         | 
| 760 | 
            +
                UpdateComponentData.add_member(:binding_properties, Shapes::ShapeRef.new(shape: ComponentBindingProperties, location_name: "bindingProperties"))
         | 
| 761 | 
            +
                UpdateComponentData.add_member(:collection_properties, Shapes::ShapeRef.new(shape: ComponentCollectionProperties, location_name: "collectionProperties"))
         | 
| 762 | 
            +
                UpdateComponentData.add_member(:events, Shapes::ShapeRef.new(shape: ComponentEvents, location_name: "events"))
         | 
| 763 | 
            +
                UpdateComponentData.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, location_name: "schemaVersion"))
         | 
| 722 764 | 
             
                UpdateComponentData.struct_class = Types::UpdateComponentData
         | 
| 723 765 |  | 
| 724 766 | 
             
                UpdateComponentRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 725 | 
            -
                UpdateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 726 767 | 
             
                UpdateComponentRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 727 768 | 
             
                UpdateComponentRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
         | 
| 769 | 
            +
                UpdateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 728 770 | 
             
                UpdateComponentRequest.add_member(:updated_component, Shapes::ShapeRef.new(shape: UpdateComponentData, required: true, location_name: "updatedComponent"))
         | 
| 729 771 | 
             
                UpdateComponentRequest.struct_class = Types::UpdateComponentRequest
         | 
| 730 772 | 
             
                UpdateComponentRequest[:payload] = :updated_component
         | 
| @@ -735,20 +777,21 @@ module Aws::AmplifyUIBuilder | |
| 735 777 | 
             
                UpdateComponentResponse[:payload] = :entity
         | 
| 736 778 | 
             
                UpdateComponentResponse[:payload_member] = UpdateComponentResponse.member(:entity)
         | 
| 737 779 |  | 
| 738 | 
            -
                UpdateFormData.add_member(: | 
| 780 | 
            +
                UpdateFormData.add_member(:name, Shapes::ShapeRef.new(shape: FormName, location_name: "name"))
         | 
| 739 781 | 
             
                UpdateFormData.add_member(:data_type, Shapes::ShapeRef.new(shape: FormDataTypeConfig, location_name: "dataType"))
         | 
| 740 | 
            -
                UpdateFormData.add_member(:fields, Shapes::ShapeRef.new(shape: FieldsMap, location_name: "fields"))
         | 
| 741 782 | 
             
                UpdateFormData.add_member(:form_action_type, Shapes::ShapeRef.new(shape: FormActionType, location_name: "formActionType"))
         | 
| 742 | 
            -
                UpdateFormData.add_member(: | 
| 743 | 
            -
                UpdateFormData.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, location_name: "schemaVersion"))
         | 
| 744 | 
            -
                UpdateFormData.add_member(:sectional_elements, Shapes::ShapeRef.new(shape: SectionalElementMap, location_name: "sectionalElements"))
         | 
| 783 | 
            +
                UpdateFormData.add_member(:fields, Shapes::ShapeRef.new(shape: FieldsMap, location_name: "fields"))
         | 
| 745 784 | 
             
                UpdateFormData.add_member(:style, Shapes::ShapeRef.new(shape: FormStyle, location_name: "style"))
         | 
| 785 | 
            +
                UpdateFormData.add_member(:sectional_elements, Shapes::ShapeRef.new(shape: SectionalElementMap, location_name: "sectionalElements"))
         | 
| 786 | 
            +
                UpdateFormData.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, location_name: "schemaVersion"))
         | 
| 787 | 
            +
                UpdateFormData.add_member(:cta, Shapes::ShapeRef.new(shape: FormCTA, location_name: "cta"))
         | 
| 788 | 
            +
                UpdateFormData.add_member(:label_decorator, Shapes::ShapeRef.new(shape: LabelDecorator, location_name: "labelDecorator"))
         | 
| 746 789 | 
             
                UpdateFormData.struct_class = Types::UpdateFormData
         | 
| 747 790 |  | 
| 748 791 | 
             
                UpdateFormRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 749 | 
            -
                UpdateFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 750 792 | 
             
                UpdateFormRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 751 793 | 
             
                UpdateFormRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
         | 
| 794 | 
            +
                UpdateFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 752 795 | 
             
                UpdateFormRequest.add_member(:updated_form, Shapes::ShapeRef.new(shape: UpdateFormData, required: true, location_name: "updatedForm"))
         | 
| 753 796 | 
             
                UpdateFormRequest.struct_class = Types::UpdateFormRequest
         | 
| 754 797 | 
             
                UpdateFormRequest[:payload] = :updated_form
         | 
| @@ -761,14 +804,14 @@ module Aws::AmplifyUIBuilder | |
| 761 804 |  | 
| 762 805 | 
             
                UpdateThemeData.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, location_name: "id"))
         | 
| 763 806 | 
             
                UpdateThemeData.add_member(:name, Shapes::ShapeRef.new(shape: ThemeName, location_name: "name"))
         | 
| 764 | 
            -
                UpdateThemeData.add_member(:overrides, Shapes::ShapeRef.new(shape: ThemeValuesList, location_name: "overrides"))
         | 
| 765 807 | 
             
                UpdateThemeData.add_member(:values, Shapes::ShapeRef.new(shape: ThemeValuesList, required: true, location_name: "values"))
         | 
| 808 | 
            +
                UpdateThemeData.add_member(:overrides, Shapes::ShapeRef.new(shape: ThemeValuesList, location_name: "overrides"))
         | 
| 766 809 | 
             
                UpdateThemeData.struct_class = Types::UpdateThemeData
         | 
| 767 810 |  | 
| 768 811 | 
             
                UpdateThemeRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
         | 
| 769 | 
            -
                UpdateThemeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 770 812 | 
             
                UpdateThemeRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
         | 
| 771 813 | 
             
                UpdateThemeRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
         | 
| 814 | 
            +
                UpdateThemeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
         | 
| 772 815 | 
             
                UpdateThemeRequest.add_member(:updated_theme, Shapes::ShapeRef.new(shape: UpdateThemeData, required: true, location_name: "updatedTheme"))
         | 
| 773 816 | 
             
                UpdateThemeRequest.struct_class = Types::UpdateThemeRequest
         | 
| 774 817 | 
             
                UpdateThemeRequest[:payload] = :updated_theme
         | 
| @@ -788,6 +831,7 @@ module Aws::AmplifyUIBuilder | |
| 788 831 | 
             
                ValueMappingList.member = Shapes::ShapeRef.new(shape: ValueMapping)
         | 
| 789 832 |  | 
| 790 833 | 
             
                ValueMappings.add_member(:values, Shapes::ShapeRef.new(shape: ValueMappingList, required: true, location_name: "values"))
         | 
| 834 | 
            +
                ValueMappings.add_member(:binding_properties, Shapes::ShapeRef.new(shape: FormInputBindingProperties, location_name: "bindingProperties"))
         | 
| 791 835 | 
             
                ValueMappings.struct_class = Types::ValueMappings
         | 
| 792 836 |  | 
| 793 837 |  |