Skip to content

Commit

Permalink
Release v1.25.44 (2019-12-02) (#2982)
Browse files Browse the repository at this point in the history
Release v1.25.44 (2019-12-02)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * AWS now provides a new BYOL experience for software licenses, such as Windows and SQL Server, that require a dedicated physical server. You can now enjoy the flexibility and cost effectiveness of using your own licenses on Amazon EC2 Dedicated Hosts, but with the simplicity, resiliency, and elasticity of AWS. You can specify your Dedicated Host management preferences, such as host allocation, host capacity utilization, and instance placement in AWS License Manager.  Once set up, AWS takes care of these administrative tasks on your behalf, so that you can seamlessly launch virtual machines (instances) on Dedicated Hosts just like you would launch an EC2 instance with AWS provided licenses.
* `service/imagebuilder`: Adds new service
* `service/license-manager`: Updates service API and documentation
* `service/schemas`: Adds new service
  • Loading branch information
aws-sdk-go-automation committed Dec 2, 2019
1 parent eed38bc commit 3724cb0
Show file tree
Hide file tree
Showing 31 changed files with 26,585 additions and 279 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.25.44 (2019-12-02)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* AWS now provides a new BYOL experience for software licenses, such as Windows and SQL Server, that require a dedicated physical server. You can now enjoy the flexibility and cost effectiveness of using your own licenses on Amazon EC2 Dedicated Hosts, but with the simplicity, resiliency, and elasticity of AWS. You can specify your Dedicated Host management preferences, such as host allocation, host capacity utilization, and instance placement in AWS License Manager. Once set up, AWS takes care of these administrative tasks on your behalf, so that you can seamlessly launch virtual machines (instances) on Dedicated Hosts just like you would launch an EC2 instance with AWS provided licenses.
* `service/imagebuilder`: Adds new service
* `service/license-manager`: Updates service API and documentation
* `service/schemas`: Adds new service

Release v1.25.43 (2019-11-26)
===

Expand Down
47 changes: 45 additions & 2 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.25.43"
const SDKVersion = "1.25.44"
19 changes: 17 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14362,6 +14362,10 @@
"AvailabilityZoneId":{
"shape":"String",
"locationName":"availabilityZoneId"
},
"MemberOfServiceLinkedResourceGroup":{
"shape":"Boolean",
"locationName":"memberOfServiceLinkedResourceGroup"
}
}
},
Expand Down Expand Up @@ -17608,6 +17612,10 @@
"SpreadDomain":{
"shape":"String",
"locationName":"spreadDomain"
},
"HostResourceGroupArn":{
"shape":"String",
"locationName":"hostResourceGroupArn"
}
}
},
Expand All @@ -17619,7 +17627,8 @@
"GroupName":{"shape":"String"},
"HostId":{"shape":"String"},
"Tenancy":{"shape":"Tenancy"},
"SpreadDomain":{"shape":"String"}
"SpreadDomain":{"shape":"String"},
"HostResourceGroupArn":{"shape":"String"}
}
},
"LaunchTemplateSet":{
Expand Down Expand Up @@ -18312,7 +18321,8 @@
"shape":"HostTenancy",
"locationName":"tenancy"
},
"PartitionNumber":{"shape":"Integer"}
"PartitionNumber":{"shape":"Integer"},
"HostResourceGroupArn":{"shape":"String"}
}
},
"ModifyInstancePlacementResult":{
Expand Down Expand Up @@ -19876,6 +19886,10 @@
"SpreadDomain":{
"shape":"String",
"locationName":"spreadDomain"
},
"HostResourceGroupArn":{
"shape":"String",
"locationName":"hostResourceGroupArn"
}
}
},
Expand Down Expand Up @@ -21838,6 +21852,7 @@
"route-table",
"security-group",
"snapshot",
"spot-fleet-request",
"spot-instances-request",
"subnet",
"traffic-mirror-filter",
Expand Down
7 changes: 6 additions & 1 deletion models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3724cb0

Please sign in to comment.