Skip to content

Commit

Permalink
Release v1.44.72 (2022-08-09) (#4506)
Browse files Browse the repository at this point in the history
Release v1.44.72 (2022-08-09)
===

### Service Client Updates
* `service/location`: Updates service API and documentation
* `service/monitoring`: Updates service API and documentation
  * Various quota increases related to dimensions and custom metrics
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker Automatic Model Tuning now supports specifying multiple alternate EC2 instance types to make tuning jobs more robust when the preferred instance type is not available due to insufficient capacity.
* `service/sagemaker-a2i-runtime`: Updates service API
  • Loading branch information
aws-sdk-go-automation committed Aug 9, 2022
1 parent 114784d commit 76296e1
Show file tree
Hide file tree
Showing 14 changed files with 553 additions and 68 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.72 (2022-08-09)
===

### Service Client Updates
* `service/location`: Updates service API and documentation
* `service/monitoring`: Updates service API and documentation
* Various quota increases related to dimensions and custom metrics
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Automatic Model Tuning now supports specifying multiple alternate EC2 instance types to make tuning jobs more robust when the preferred instance type is not available due to insufficient capacity.
* `service/sagemaker-a2i-runtime`: Updates service API

Release v1.44.71 (2022-08-08)
===

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.71"
const SDKVersion = "1.44.72"
13 changes: 13 additions & 0 deletions models/apis/location/2020-11-19/api-2.json
Expand Up @@ -1513,6 +1513,18 @@
"Weight":{"shape":"TruckWeight"}
}
},
"Circle":{
"type":"structure",
"required":[
"Center",
"Radius"
],
"members":{
"Center":{"shape":"Position"},
"Radius":{"shape":"Double"}
},
"sensitive":true
},
"ConflictException":{
"type":"structure",
"required":["Message"],
Expand Down Expand Up @@ -2058,6 +2070,7 @@
"GeofenceGeometry":{
"type":"structure",
"members":{
"Circle":{"shape":"Circle"},
"Polygon":{"shape":"LinearRings"}
}
},
Expand Down
36 changes: 22 additions & 14 deletions models/apis/location/2020-11-19/docs-2.json

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions models/apis/monitoring/2010-08-01/api-2.json
Expand Up @@ -1119,13 +1119,13 @@
},
"DimensionValue":{
"type":"string",
"max":255,
"max":1024,
"min":1
},
"Dimensions":{
"type":"list",
"member":{"shape":"Dimension"},
"max":10
"max":30
},
"DisableAlarmActionsInput":{
"type":"structure",
Expand Down Expand Up @@ -1182,10 +1182,7 @@
"min":1
},
"ExceptionType":{"type":"string"},
"ExtendedStatistic":{
"type":"string",
"pattern":"p(\\d{1,2}(\\.\\d{0,2})?|100)"
},
"ExtendedStatistic":{"type":"string"},
"ExtendedStatistics":{
"type":"list",
"member":{"shape":"ExtendedStatistic"},
Expand Down Expand Up @@ -1790,7 +1787,7 @@
},
"MetricExpression":{
"type":"string",
"max":1024,
"max":2048,
"min":1
},
"MetricId":{
Expand Down
12 changes: 6 additions & 6 deletions models/apis/monitoring/2010-08-01/docs-2.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions models/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json
Expand Up @@ -3,7 +3,6 @@
"metadata":{
"apiVersion":"2019-11-07",
"endpointPrefix":"a2i-runtime.sagemaker",
"jsonVersion":"1.1",
"protocol":"rest-json",
"serviceFullName":"Amazon Augmented AI Runtime",
"serviceId":"SageMaker A2I Runtime",
Expand Down Expand Up @@ -353,7 +352,10 @@
"error":{"httpStatusCode":429},
"exception":true
},
"Timestamp":{"type":"timestamp"},
"Timestamp":{
"type":"timestamp",
"timestampFormat":"iso8601"
},
"ValidationException":{
"type":"structure",
"members":{
Expand Down
38 changes: 36 additions & 2 deletions models/apis/sagemaker/2017-07-24/api-2.json
Expand Up @@ -9575,7 +9575,6 @@
"AlgorithmSpecification",
"RoleArn",
"OutputDataConfig",
"ResourceConfig",
"StoppingCondition"
],
"members":{
Expand All @@ -9594,7 +9593,8 @@
"EnableInterContainerTrafficEncryption":{"shape":"Boolean"},
"EnableManagedSpotTraining":{"shape":"Boolean"},
"CheckpointConfig":{"shape":"CheckpointConfig"},
"RetryStrategy":{"shape":"RetryStrategy"}
"RetryStrategy":{"shape":"RetryStrategy"},
"HyperParameterTuningResourceConfig":{"shape":"HyperParameterTuningResourceConfig"}
}
},
"HyperParameterTrainingJobDefinitionName":{
Expand Down Expand Up @@ -9637,6 +9637,29 @@
"ObjectiveStatus":{"shape":"ObjectiveStatus"}
}
},
"HyperParameterTuningAllocationStrategy":{
"type":"string",
"enum":["Prioritized"]
},
"HyperParameterTuningInstanceConfig":{
"type":"structure",
"required":[
"InstanceType",
"InstanceCount",
"VolumeSizeInGB"
],
"members":{
"InstanceType":{"shape":"TrainingInstanceType"},
"InstanceCount":{"shape":"TrainingInstanceCount"},
"VolumeSizeInGB":{"shape":"VolumeSizeInGB"}
}
},
"HyperParameterTuningInstanceConfigs":{
"type":"list",
"member":{"shape":"HyperParameterTuningInstanceConfig"},
"max":6,
"min":1
},
"HyperParameterTuningJobArn":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -9756,6 +9779,17 @@
"TransferLearning"
]
},
"HyperParameterTuningResourceConfig":{
"type":"structure",
"members":{
"InstanceType":{"shape":"TrainingInstanceType"},
"InstanceCount":{"shape":"TrainingInstanceCount"},
"VolumeSizeInGB":{"shape":"OptionalVolumeSizeInGB"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"AllocationStrategy":{"shape":"HyperParameterTuningAllocationStrategy"},
"InstanceConfigs":{"shape":"HyperParameterTuningInstanceConfigs"}
}
},
"HyperParameterValue":{
"type":"string",
"max":2500,
Expand Down

0 comments on commit 76296e1

Please sign in to comment.