Skip to content

Commit

Permalink
Release v1.37.5 (2021-02-04) (#3774)
Browse files Browse the repository at this point in the history
Release v1.37.5 (2021-02-04)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and paginators
  * AWS Outposts now supports EBS local snapshots on Outposts that allows customers to store snapshots of EBS volumes and AMIs locally on S3 on Outposts.
  • Loading branch information
aws-sdk-go-automation committed Feb 4, 2021
1 parent 2081f65 commit 33f311b
Show file tree
Hide file tree
Showing 9 changed files with 980 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.37.5 (2021-02-04)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and paginators
* AWS Outposts now supports EBS local snapshots on Outposts that allows customers to store snapshots of EBS volumes and AMIs locally on S3 on Outposts.

Release v1.37.4 (2021-02-04)
===

Expand Down
6 changes: 6 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.37.4"
const SDKVersion = "1.37.5"
153 changes: 153 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,15 @@
"input":{"shape":"DescribeAddressesRequest"},
"output":{"shape":"DescribeAddressesResult"}
},
"DescribeAddressesAttribute":{
"name":"DescribeAddressesAttribute",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAddressesAttributeRequest"},
"output":{"shape":"DescribeAddressesAttributeResult"}
},
"DescribeAggregateIdFormat":{
"name":"DescribeAggregateIdFormat",
"http":{
Expand Down Expand Up @@ -3016,6 +3025,15 @@
"input":{"shape":"ImportVolumeRequest"},
"output":{"shape":"ImportVolumeResult"}
},
"ModifyAddressAttribute":{
"name":"ModifyAddressAttribute",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyAddressAttributeRequest"},
"output":{"shape":"ModifyAddressAttributeResult"}
},
"ModifyAvailabilityZoneGroup":{
"name":"ModifyAvailabilityZoneGroup",
"http":{
Expand Down Expand Up @@ -3632,6 +3650,15 @@
"input":{"shape":"RequestSpotInstancesRequest"},
"output":{"shape":"RequestSpotInstancesResult"}
},
"ResetAddressAttribute":{
"name":"ResetAddressAttribute",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ResetAddressAttributeRequest"},
"output":{"shape":"ResetAddressAttributeResult"}
},
"ResetEbsDefaultKmsKeyId":{
"name":"ResetEbsDefaultKmsKeyId",
"http":{
Expand Down Expand Up @@ -4173,13 +4200,50 @@
}
}
},
"AddressAttribute":{
"type":"structure",
"members":{
"PublicIp":{
"shape":"PublicIpAddress",
"locationName":"publicIp"
},
"AllocationId":{
"shape":"AllocationId",
"locationName":"allocationId"
},
"PtrRecord":{
"shape":"String",
"locationName":"ptrRecord"
},
"PtrRecordUpdate":{
"shape":"PtrUpdateStatus",
"locationName":"ptrRecordUpdate"
}
}
},
"AddressAttributeName":{
"type":"string",
"enum":["domain-name"]
},
"AddressList":{
"type":"list",
"member":{
"shape":"Address",
"locationName":"item"
}
},
"AddressMaxResults":{
"type":"integer",
"max":1000,
"min":1
},
"AddressSet":{
"type":"list",
"member":{
"shape":"AddressAttribute",
"locationName":"item"
}
},
"AdvertiseByoipCidrRequest":{
"type":"structure",
"required":["Cidr"],
Expand Down Expand Up @@ -4311,6 +4375,13 @@
"locationName":"AllocationId"
}
},
"AllocationIds":{
"type":"list",
"member":{
"shape":"AllocationId",
"locationName":"item"
}
},
"AllocationState":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -10335,6 +10406,32 @@
}
}
},
"DescribeAddressesAttributeRequest":{
"type":"structure",
"members":{
"AllocationIds":{
"shape":"AllocationIds",
"locationName":"AllocationId"
},
"Attribute":{"shape":"AddressAttributeName"},
"NextToken":{"shape":"NextToken"},
"MaxResults":{"shape":"AddressMaxResults"},
"DryRun":{"shape":"Boolean"}
}
},
"DescribeAddressesAttributeResult":{
"type":"structure",
"members":{
"Addresses":{
"shape":"AddressSet",
"locationName":"addressSet"
},
"NextToken":{
"shape":"NextToken",
"locationName":"nextToken"
}
}
},
"DescribeAddressesRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -21985,6 +22082,24 @@
},
"MemorySize":{"type":"long"},
"MillisecondDateTime":{"type":"timestamp"},
"ModifyAddressAttributeRequest":{
"type":"structure",
"required":["AllocationId"],
"members":{
"AllocationId":{"shape":"AllocationId"},
"DomainName":{"shape":"String"},
"DryRun":{"shape":"Boolean"}
}
},
"ModifyAddressAttributeResult":{
"type":"structure",
"members":{
"Address":{
"shape":"AddressAttribute",
"locationName":"address"
}
}
},
"ModifyAvailabilityZoneGroupRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -25009,6 +25124,23 @@
}
}
},
"PtrUpdateStatus":{
"type":"structure",
"members":{
"Value":{
"shape":"String",
"locationName":"value"
},
"Status":{
"shape":"String",
"locationName":"status"
},
"Reason":{
"shape":"String",
"locationName":"reason"
}
}
},
"PublicIpAddress":{"type":"string"},
"PublicIpStringList":{
"type":"list",
Expand Down Expand Up @@ -26589,6 +26721,27 @@
"locationName":"item"
}
},
"ResetAddressAttributeRequest":{
"type":"structure",
"required":[
"AllocationId",
"Attribute"
],
"members":{
"AllocationId":{"shape":"AllocationId"},
"Attribute":{"shape":"AddressAttributeName"},
"DryRun":{"shape":"Boolean"}
}
},
"ResetAddressAttributeResult":{
"type":"structure",
"members":{
"Address":{
"shape":"AddressAttribute",
"locationName":"address"
}
}
},
"ResetEbsDefaultKmsKeyIdRequest":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 33f311b

Please sign in to comment.