Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Apr 11, 2022
1 parent ccfb26b commit 3e79476
Show file tree
Hide file tree
Showing 27 changed files with 1,331 additions and 147 deletions.
34 changes: 12 additions & 22 deletions apis/amplifyuibuilder/2021-08-11/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@
"componentType":{"shape":"String"},
"events":{"shape":"ComponentEvents"},
"name":{"shape":"String"},
"properties":{"shape":"ComponentProperties"}
"properties":{"shape":"ComponentProperties"},
"sourceId":{"shape":"String"}
}
},
"ComponentChildList":{
Expand Down Expand Up @@ -349,6 +350,7 @@
"type":"structure",
"members":{
"action":{"shape":"String"},
"bindingEvent":{"shape":"String"},
"parameters":{"shape":"ActionParameters"}
}
},
Expand Down Expand Up @@ -636,7 +638,7 @@
"redirectUri"
],
"members":{
"code":{"shape":"SyntheticExchangeCodeForTokenRequestBodyString"},
"code":{"shape":"SensitiveString"},
"redirectUri":{"shape":"String"}
}
},
Expand All @@ -648,9 +650,9 @@
"refreshToken"
],
"members":{
"accessToken":{"shape":"SyntheticExchangeCodeForTokenResponseString"},
"accessToken":{"shape":"SensitiveString"},
"expiresIn":{"shape":"Integer"},
"refreshToken":{"shape":"SyntheticExchangeCodeForTokenResponseString"}
"refreshToken":{"shape":"SensitiveString"}
}
},
"ExportComponentsRequest":{
Expand Down Expand Up @@ -956,7 +958,7 @@
"type":"structure",
"required":["token"],
"members":{
"token":{"shape":"SyntheticRefreshTokenRequestBodyString"}
"token":{"shape":"SensitiveString"}
}
},
"RefreshTokenResponse":{
Expand All @@ -966,7 +968,7 @@
"expiresIn"
],
"members":{
"accessToken":{"shape":"SyntheticRefreshTokenResponseString"},
"accessToken":{"shape":"SensitiveString"},
"expiresIn":{"shape":"Integer"}
}
},
Expand All @@ -992,6 +994,10 @@
},
"exception":true
},
"SensitiveString":{
"type":"string",
"sensitive":true
},
"ServiceQuotaExceededException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1026,22 +1032,6 @@
"member":{"shape":"SortProperty"}
},
"String":{"type":"string"},
"SyntheticExchangeCodeForTokenRequestBodyString":{
"type":"string",
"sensitive":true
},
"SyntheticExchangeCodeForTokenResponseString":{
"type":"string",
"sensitive":true
},
"SyntheticRefreshTokenRequestBodyString":{
"type":"string",
"sensitive":true
},
"SyntheticRefreshTokenResponseString":{
"type":"string",
"sensitive":true
},
"SyntheticTimestamp_date_time":{
"type":"timestamp",
"timestampFormat":"iso8601"
Expand Down
37 changes: 12 additions & 25 deletions apis/amplifyuibuilder/2021-08-11/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,16 @@
"refs": {
}
},
"SensitiveString": {
"base": null,
"refs": {
"ExchangeCodeForTokenRequestBody$code": "<p>The access code to send in the request.</p>",
"ExchangeCodeForTokenResponse$accessToken": "<p>The access token.</p>",
"ExchangeCodeForTokenResponse$refreshToken": "<p>The token to use to refresh a previously issued access token that might have expired.</p>",
"RefreshTokenRequestBody$token": "<p>The token to use to refresh a previously issued access token that might have expired.</p>",
"RefreshTokenResponse$accessToken": "<p>The access token.</p>"
}
},
"ServiceQuotaExceededException": {
"base": "<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>",
"refs": {
Expand Down Expand Up @@ -473,6 +483,7 @@
"ComponentBindingPropertiesValueProperties$userAttribute": "<p>An authenticated user attribute.</p>",
"ComponentChild$componentType": "<p>The type of the child component. </p>",
"ComponentChild$name": "<p>The name of the child component.</p>",
"ComponentChild$sourceId": "<p>The unique ID of the child component in its original source system, such as Figma.</p>",
"ComponentCollectionProperties$key": null,
"ComponentConditionProperty$field": "<p>The name of a field. Specify this when the property is a data model.</p>",
"ComponentConditionProperty$operand": "<p>The value of the property to evaluate.</p>",
Expand All @@ -481,6 +492,7 @@
"ComponentConditionProperty$property": "<p>The name of the conditional property.</p>",
"ComponentDataConfiguration$model": "<p>The name of the data model to use to bind data to a component.</p>",
"ComponentEvent$action": "<p>The action to perform when a specific event is raised.</p>",
"ComponentEvent$bindingEvent": "<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>",
"ComponentEvents$key": null,
"ComponentOverrides$key": null,
"ComponentOverridesValue$key": null,
Expand Down Expand Up @@ -565,31 +577,6 @@
"UpdateThemeRequest$environmentName": "<p>The name of the backend environment that is part of the Amplify app.</p>"
}
},
"SyntheticExchangeCodeForTokenRequestBodyString": {
"base": null,
"refs": {
"ExchangeCodeForTokenRequestBody$code": "<p>The access code to send in the request.</p>"
}
},
"SyntheticExchangeCodeForTokenResponseString": {
"base": null,
"refs": {
"ExchangeCodeForTokenResponse$accessToken": "<p>The access token.</p>",
"ExchangeCodeForTokenResponse$refreshToken": "<p>The token to use to refresh a previously issued access token that might have expired.</p>"
}
},
"SyntheticRefreshTokenRequestBodyString": {
"base": null,
"refs": {
"RefreshTokenRequestBody$token": "<p>The token to use to refresh a previously issued access token that might have expired.</p>"
}
},
"SyntheticRefreshTokenResponseString": {
"base": null,
"refs": {
"RefreshTokenResponse$accessToken": "<p>The access token.</p>"
}
},
"SyntheticTimestamp_date_time": {
"base": null,
"refs": {
Expand Down
Loading

0 comments on commit 3e79476

Please sign in to comment.