Skip to content

Commit

Permalink
Release v1.44.124 (2022-10-26) (#4601)
Browse files Browse the repository at this point in the history
Release v1.44.124 (2022-10-26)
===

### Service Client Updates
* `service/iam`: Updates service documentation
  * Doc only update that corrects instances of CLI not using an entity.
* `service/kafka`: Updates service API and documentation
* `service/neptune`: Updates service API, documentation, and paginators
  * Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances.
* `service/sagemaker`: Updates service API
  * Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided.
  • Loading branch information
aws-sdk-go-automation committed Oct 26, 2022
1 parent 64a5c0b commit db46e95
Show file tree
Hide file tree
Showing 21 changed files with 6,300 additions and 29 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.44.124 (2022-10-26)
===

### Service Client Updates
* `service/iam`: Updates service documentation
* Doc only update that corrects instances of CLI not using an entity.
* `service/kafka`: Updates service API and documentation
* `service/neptune`: Updates service API, documentation, and paginators
* Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances.
* `service/sagemaker`: Updates service API
* Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided.

Release v1.44.123 (2022-10-25)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.123"
const SDKVersion = "1.44.124"
2 changes: 1 addition & 1 deletion models/apis/iam/2010-05-08/docs-2.json
Expand Up @@ -3170,7 +3170,7 @@
"roleMaxSessionDurationType": {
"base": null,
"refs": {
"CreateRoleRequest$MaxSessionDuration": "<p>The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours.</p> <p>Anyone who assumes the role from the or API can use the <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI parameter to request a longer session. The <code>MaxSessionDuration</code> setting determines the maximum duration that can be requested using the <code>DurationSeconds</code> parameter. If users don't specify a value for the <code>DurationSeconds</code> parameter, their security credentials are valid for one hour by default. This applies when you use the <code>AssumeRole*</code> API operations or the <code>assume-role*</code> CLI operations but does not apply when you use those operations to create a console URL. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html\">Using IAM roles</a> in the <i>IAM User Guide</i>.</p>",
"CreateRoleRequest$MaxSessionDuration": "<p>The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours.</p> <p>Anyone who assumes the role from the CLI or API can use the <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI parameter to request a longer session. The <code>MaxSessionDuration</code> setting determines the maximum duration that can be requested using the <code>DurationSeconds</code> parameter. If users don't specify a value for the <code>DurationSeconds</code> parameter, their security credentials are valid for one hour by default. This applies when you use the <code>AssumeRole*</code> API operations or the <code>assume-role*</code> CLI operations but does not apply when you use those operations to create a console URL. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html\">Using IAM roles</a> in the <i>IAM User Guide</i>.</p>",
"Role$MaxSessionDuration": "<p>The maximum session duration (in seconds) for the specified role. Anyone who uses the CLI, or API to assume the role can specify the duration using the optional <code>DurationSeconds</code> API parameter or <code>duration-seconds</code> CLI parameter.</p>",
"UpdateRoleRequest$MaxSessionDuration": "<p>The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours.</p> <p>Anyone who assumes the role from the CLI or API can use the <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI parameter to request a longer session. The <code>MaxSessionDuration</code> setting determines the maximum duration that can be requested using the <code>DurationSeconds</code> parameter. If users don't specify a value for the <code>DurationSeconds</code> parameter, their security credentials are valid for one hour by default. This applies when you use the <code>AssumeRole*</code> API operations or the <code>assume-role*</code> CLI operations but does not apply when you use those operations to create a console URL. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html\">Using IAM roles</a> in the <i>IAM User Guide</i>.</p>"
}
Expand Down

0 comments on commit db46e95

Please sign in to comment.