Skip to content

Commit

Permalink
Release v1.44.253 (2023-04-28) (#4819)
Browse files Browse the repository at this point in the history
Release v1.44.253 (2023-04-28)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/athena`: Updates service API, documentation, and paginators
  * You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.
* `service/directconnect`: Updates service documentation
  * This release corrects the jumbo frames MTU from 9100 to 8500.
* `service/elasticfilesystem`: Updates service API
  * This release adds PAUSED and PAUSING state as a returned value for DescribeReplicationConfigurations response.
* `service/grafana`: Updates service API and documentation
* `service/iot`: Updates service API and documentation
  * This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations.
* `service/rekognition`: Updates service API and documentation
  * Added support for aggregating moderation labels by video segment timestamps for Stored Video Content Moderation APIs and added additional information about the job to all Stored Video Get API responses.
* `service/simspaceweaver`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation
* `service/workspaces`: Updates service documentation
  * Added Windows 11 to support Microsoft_Office_2019
  • Loading branch information
aws-sdk-go-automation authored Apr 28, 2023
1 parent b5c9332 commit af48150
Show file tree
Hide file tree
Showing 45 changed files with 4,673 additions and 1,468 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Release v1.44.253 (2023-04-28)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/athena`: Updates service API, documentation, and paginators
* You can now use capacity reservations on Amazon Athena to run SQL queries on fully-managed compute capacity.
* `service/directconnect`: Updates service documentation
* This release corrects the jumbo frames MTU from 9100 to 8500.
* `service/elasticfilesystem`: Updates service API
* This release adds PAUSED and PAUSING state as a returned value for DescribeReplicationConfigurations response.
* `service/grafana`: Updates service API and documentation
* `service/iot`: Updates service API and documentation
* This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations.
* `service/rekognition`: Updates service API and documentation
* Added support for aggregating moderation labels by video segment timestamps for Stored Video Content Moderation APIs and added additional information about the job to all Stored Video Get API responses.
* `service/simspaceweaver`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation
* `service/workspaces`: Updates service documentation
* Added Windows 11 to support Microsoft_Office_2019

Release v1.44.252 (2023-04-27)
===

Expand Down
88 changes: 3 additions & 85 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.44.252"
const SDKVersion = "1.44.253"
16 changes: 13 additions & 3 deletions models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,12 @@
"exception":true
},
"JavaBoolean":{"type":"boolean"},
"JwtToken":{
"type":"string",
"max":8000,
"pattern":"^([a-zA-Z0-9_=]+)\\.([a-zA-Z0-9_=]+)\\.([a-zA-Z0-9_\\-\\+\\/=]*)",
"sensitive":true
},
"KMSArn":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -2120,7 +2126,8 @@
"type":"string",
"enum":[
"CLIENT_CREDENTIALS",
"AUTHORIZATION_CODE"
"AUTHORIZATION_CODE",
"JWT_BEARER"
]
},
"OAuth2GrantTypeSupportedList":{
Expand Down Expand Up @@ -2706,7 +2713,9 @@
"accessToken":{"shape":"AccessToken"},
"refreshToken":{"shape":"RefreshToken"},
"oAuthRequest":{"shape":"ConnectorOAuthRequest"},
"clientCredentialsArn":{"shape":"ClientCredentialsArn"}
"clientCredentialsArn":{"shape":"ClientCredentialsArn"},
"oAuth2GrantType":{"shape":"OAuth2GrantType"},
"jwtToken":{"shape":"JwtToken"}
}
},
"SalesforceConnectorProfileProperties":{
Expand Down Expand Up @@ -2744,7 +2753,8 @@
"type":"structure",
"members":{
"oAuthScopes":{"shape":"OAuthScopeList"},
"dataTransferApis":{"shape":"SalesforceDataTransferApiList"}
"dataTransferApis":{"shape":"SalesforceDataTransferApiList"},
"oauth2GrantTypesSupported":{"shape":"OAuth2GrantTypeSupportedList"}
}
},
"SalesforceSourceProperties":{
Expand Down
12 changes: 10 additions & 2 deletions models/apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,12 @@
"S3OutputFormatConfig$preserveSourceDataTyping": "<p>If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3. </p> <ul> <li> <p> <code>true</code>: Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or <code>1</code> in your source data is still an integer in your output.</p> </li> <li> <p> <code>false</code>: Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of <code>1</code> in your source data becomes the string <code>\"1\"</code> in the output.</p> </li> </ul>"
}
},
"JwtToken": {
"base": null,
"refs": {
"SalesforceConnectorProfileCredentials$jwtToken": "<p>A JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.</p>"
}
},
"KMSArn": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1650,13 +1656,15 @@
"base": null,
"refs": {
"OAuth2GrantTypeSupportedList$member": null,
"OAuth2Properties$oAuth2GrantType": "<p>The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.</p>"
"OAuth2Properties$oAuth2GrantType": "<p>The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.</p>",
"SalesforceConnectorProfileCredentials$oAuth2GrantType": "<p>Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce. Amazon AppFlow requires an access token each time it attempts to access your Salesforce records.</p> <p>You can specify one of the following values:</p> <dl> <dt>AUTHORIZATION_CODE</dt> <dd> <p>Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.</p> </dd> <dt>CLIENT_CREDENTIALS</dt> <dd> <p>Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.</p> </dd> <dt>JWT_BEARER</dt> <dd> <p>Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.</p> </dd> </dl>"
}
},
"OAuth2GrantTypeSupportedList": {
"base": null,
"refs": {
"OAuth2Defaults$oauth2GrantTypesSupported": "<p>OAuth 2.0 grant types supported by the connector.</p>"
"OAuth2Defaults$oauth2GrantTypesSupported": "<p>OAuth 2.0 grant types supported by the connector.</p>",
"SalesforceMetadata$oauth2GrantTypesSupported": "<p>The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce. Amazon AppFlow requires an access token each time it attempts to access your Salesforce records.</p> <dl> <dt>AUTHORIZATION_CODE</dt> <dd> <p>Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.</p> </dd> <dt>CLIENT_CREDENTIALS</dt> <dd> <p>Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.</p> </dd> <dt>JWT_BEARER</dt> <dd> <p>Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.</p> </dd> </dl>"
}
},
"OAuth2Properties": {
Expand Down
Loading

0 comments on commit af48150

Please sign in to comment.