Skip to content

Commit

Permalink
Release v1.43.37 (2022-04-11) (#4358)
Browse files Browse the repository at this point in the history
Release v1.43.37 (2022-04-11)
===

### Service Client Updates
* `service/amplifyuibuilder`: Updates service API and documentation
* `service/apprunner`: Updates service API, documentation, and paginators
* `service/workspaces`: Updates service API and documentation
  * Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances.
  • Loading branch information
aws-sdk-go-automation authored Apr 11, 2022
1 parent f8cc9ed commit c045da0
Show file tree
Hide file tree
Showing 15 changed files with 1,701 additions and 117 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.43.37 (2022-04-11)
===

### Service Client Updates
* `service/amplifyuibuilder`: Updates service API and documentation
* `service/apprunner`: Updates service API, documentation, and paginators
* `service/workspaces`: Updates service API and documentation
* Added API support that allows customers to create GPU-enabled WorkSpaces using EC2 G4dn instances.

Release v1.43.36 (2022-04-08)
===

Expand Down
6 changes: 6 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.36"
const SDKVersion = "1.43.37"
34 changes: 12 additions & 22 deletions models/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 models/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 c045da0

Please sign in to comment.