Skip to content

Commit

Permalink
Release v1.44.162 (2022-12-16) (#4666)
Browse files Browse the repository at this point in the history
Release v1.44.162 (2022-12-16)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/cloudfront`: Updates service documentation
  * Updated documentation for CloudFront
* `service/datasync`: Updates service API and documentation
* `service/elasticfilesystem`: Updates service documentation
  * General documentation updates for EFS.
* `service/guardduty`: Updates service documentation
  * This release provides the valid characters for the Description and Name field.
* `service/iotfleetwise`: Updates service API
* `service/sagemaker`: Updates service API and documentation
  * AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job.
  • Loading branch information
aws-sdk-go-automation committed Dec 16, 2022
1 parent a9faefa commit 5afd13d
Show file tree
Hide file tree
Showing 34 changed files with 3,597 additions and 1,493 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
Release v1.44.162 (2022-12-16)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/cloudfront`: Updates service documentation
* Updated documentation for CloudFront
* `service/datasync`: Updates service API and documentation
* `service/elasticfilesystem`: Updates service documentation
* General documentation updates for EFS.
* `service/guardduty`: Updates service documentation
* This release provides the valid characters for the Description and Name field.
* `service/iotfleetwise`: Updates service API
* `service/sagemaker`: Updates service API and documentation
* AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job.

Release v1.44.161 (2022-12-15)
===

Expand Down
40 changes: 40 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.161"
const SDKVersion = "1.44.162"
14 changes: 11 additions & 3 deletions models/apis/appflow/2020-08-23/api-2.json
Expand Up @@ -1477,7 +1477,7 @@
"EntitiesPath":{
"type":"string",
"max":256,
"pattern":"[\\s\\w/!@#+=.-]*"
"pattern":"[\\s\\w/!@#+=,.-]*"
},
"EntityName":{
"type":"string",
Expand Down Expand Up @@ -1870,14 +1870,17 @@
"connectorProfileName":{"shape":"ConnectorProfileName"},
"connectorType":{"shape":"ConnectorType"},
"entitiesPath":{"shape":"EntitiesPath"},
"apiVersion":{"shape":"ApiVersion"}
"apiVersion":{"shape":"ApiVersion"},
"maxResults":{"shape":"ListEntitiesMaxResults"},
"nextToken":{"shape":"NextToken"}
}
},
"ListConnectorEntitiesResponse":{
"type":"structure",
"required":["connectorEntityMap"],
"members":{
"connectorEntityMap":{"shape":"ConnectorEntityMap"}
"connectorEntityMap":{"shape":"ConnectorEntityMap"},
"nextToken":{"shape":"NextToken"}
}
},
"ListConnectorsRequest":{
Expand All @@ -1894,6 +1897,11 @@
"nextToken":{"shape":"NextToken"}
}
},
"ListEntitiesMaxResults":{
"type":"integer",
"max":10000,
"min":1
},
"ListFlowsRequest":{
"type":"structure",
"members":{
Expand Down
8 changes: 8 additions & 0 deletions models/apis/appflow/2020-08-23/docs-2.json
Expand Up @@ -1440,6 +1440,12 @@
"refs": {
}
},
"ListEntitiesMaxResults": {
"base": null,
"refs": {
"ListConnectorEntitiesRequest$maxResults": "<p>The maximum number of items that the operation returns in the response.</p>"
}
},
"ListFlowsRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1578,6 +1584,8 @@
"DescribeConnectorsResponse$nextToken": "<p> The pagination token for the next page of data. </p>",
"DescribeFlowExecutionRecordsRequest$nextToken": "<p> The pagination token for the next page of data. </p>",
"DescribeFlowExecutionRecordsResponse$nextToken": "<p> The pagination token for the next page of data. </p>",
"ListConnectorEntitiesRequest$nextToken": "<p>A token that was provided by your prior <code>ListConnectorEntities</code> operation if the response was too big for the page size. You specify this token to get the next page of results in paginated response.</p>",
"ListConnectorEntitiesResponse$nextToken": "<p>A token that you specify in your next <code>ListConnectorEntities</code> operation to get the next page of results in paginated response. The <code>ListConnectorEntities</code> operation provides this token if the response is too big for the page size.</p>",
"ListConnectorsRequest$nextToken": "<p>The pagination token for the next page of data.</p>",
"ListConnectorsResponse$nextToken": "<p>The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.</p>",
"ListFlowsRequest$nextToken": "<p> The pagination token for next page of data. </p>",
Expand Down
9 changes: 0 additions & 9 deletions models/apis/appflow/2020-08-23/endpoint-rule-set-1.json
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down

0 comments on commit 5afd13d

Please sign in to comment.