Skip to content

Commit

Permalink
Release v1.38.71 (2021-07-01) (#3988)
Browse files Browse the repository at this point in the history
Release v1.38.71 (2021-07-01)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Adding a new reserved field to support future infrastructure improvements for Amazon EC2 Fleet.
* `service/sagemaker`: Updates service API and documentation
  * SageMaker model registry now supports up to 5 containers and associated environment variables.
* `service/sqs`: Updates service documentation
  * Documentation updates for Amazon SQS.
  • Loading branch information
aws-sdk-go-automation authored Jul 1, 2021
1 parent c2c371d commit 610918a
Show file tree
Hide file tree
Showing 13 changed files with 1,197 additions and 935 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.38.71 (2021-07-01)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Adding a new reserved field to support future infrastructure improvements for Amazon EC2 Fleet.
* `service/sagemaker`: Updates service API and documentation
* SageMaker model registry now supports up to 5 containers and associated environment variables.
* `service/sqs`: Updates service documentation
* Documentation updates for Amazon SQS.

Release v1.38.70 (2021-06-30)
===

Expand Down
3 changes: 3 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.38.70"
const SDKVersion = "1.38.71"
18 changes: 15 additions & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7763,7 +7763,8 @@
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
},
"Context":{"shape":"String"}
}
},
"CreateFleetResult":{
Expand Down Expand Up @@ -16819,6 +16820,10 @@
"Instances":{
"shape":"DescribeFleetsInstancesSet",
"locationName":"fleetInstanceSet"
},
"Context":{
"shape":"String",
"locationName":"context"
}
}
},
Expand Down Expand Up @@ -22830,7 +22835,8 @@
"locationName":"LaunchTemplateConfig"
},
"FleetId":{"shape":"FleetId"},
"TargetCapacitySpecification":{"shape":"TargetCapacitySpecificationRequest"}
"TargetCapacitySpecification":{"shape":"TargetCapacitySpecificationRequest"},
"Context":{"shape":"String"}
}
},
"ModifyFleetResult":{
Expand Down Expand Up @@ -23312,7 +23318,8 @@
"shape":"Integer",
"locationName":"targetCapacity"
},
"OnDemandTargetCapacity":{"shape":"Integer"}
"OnDemandTargetCapacity":{"shape":"Integer"},
"Context":{"shape":"String"}
}
},
"ModifySpotFleetRequestResponse":{
Expand Down Expand Up @@ -27580,6 +27587,7 @@
"network-acl",
"network-interface",
"network-insights-analysis",
"network-insights-boundary",
"network-insights-path",
"placement-group",
"reserved-instances",
Expand Down Expand Up @@ -29516,6 +29524,10 @@
"shape":"Integer",
"locationName":"instancePoolsToUseCount"
},
"Context":{
"shape":"String",
"locationName":"context"
},
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
Expand Down
99 changes: 52 additions & 47 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions models/apis/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,10 @@
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteModelPackageGroupInput"}
"input":{"shape":"DeleteModelPackageGroupInput"},
"errors":[
{"shape":"ConflictException"}
]
},
"DeleteModelPackageGroupPolicy":{
"name":"DeleteModelPackageGroupPolicy",
Expand Down Expand Up @@ -916,7 +919,10 @@
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteProjectInput"}
"input":{"shape":"DeleteProjectInput"},
"errors":[
{"shape":"ConflictException"}
]
},
"DeleteTags":{
"name":"DeleteTags",
Expand Down Expand Up @@ -10646,13 +10652,14 @@
"Image":{"shape":"ContainerImage"},
"ImageDigest":{"shape":"ImageDigest"},
"ModelDataUrl":{"shape":"Url"},
"ProductId":{"shape":"ProductId"}
"ProductId":{"shape":"ProductId"},
"Environment":{"shape":"EnvironmentMap"}
}
},
"ModelPackageContainerDefinitionList":{
"type":"list",
"member":{"shape":"ModelPackageContainerDefinition"},
"max":1,
"max":5,
"min":1
},
"ModelPackageGroup":{
Expand Down
381 changes: 191 additions & 190 deletions models/apis/sagemaker/2017-07-24/docs-2.json

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions models/apis/sqs/2012-11-05/docs-2.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -2896,6 +2897,7 @@
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -6503,6 +6505,7 @@
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down
Loading

0 comments on commit 610918a

Please sign in to comment.