Skip to content

Commit

Permalink
Release v1.29.21 (2020-03-10)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Documentation updates for EC2
* `service/iotevents`: Updates service API and documentation
* `service/marketplacecommerceanalytics`: Updates service documentation
  * Change the disbursement data set to look past 31 days instead until the beginning of the month.
* `service/serverlessrepo`: Updates service API and documentation

### SDK Enhancements
* `aws/credentials`: Clarify `token` usage in `NewStaticCredentials` documentation.
  * Related to [#3162](#3162).
* `service/s3/s3manager`: Improve memory allocation behavior by replacing sync.Pool with custom pool implementation ([#3183](#3183))
  * Improves memory allocations that occur when the provided `io.Reader` to upload does not satisfy both the `io.ReaderAt` and `io.ReadSeeker` interfaces.
  * Fixes [#3075](#3075)
  • Loading branch information
awssdkgo committed Mar 10, 2020
1 parent a837662 commit ecf76c5
Show file tree
Hide file tree
Showing 15 changed files with 497 additions and 119 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.29.21 (2020-03-10)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Documentation updates for EC2
* `service/iotevents`: Updates service API and documentation
* `service/marketplacecommerceanalytics`: Updates service documentation
* Change the disbursement data set to look past 31 days instead until the beginning of the month.
* `service/serverlessrepo`: Updates service API and documentation

### SDK Enhancements
* `aws/credentials`: Clarify `token` usage in `NewStaticCredentials` documentation.
* Related to [#3162](https://github.com/aws/aws-sdk-go/issues/3162).
* `service/s3/s3manager`: Improve memory allocation behavior by replacing sync.Pool with custom pool implementation ([#3183](https://github.com/aws/aws-sdk-go/pull/3183))
* Improves memory allocations that occur when the provided `io.Reader` to upload does not satisfy both the `io.ReaderAt` and `io.ReadSeeker` interfaces.
* Fixes [#3075](https://github.com/aws/aws-sdk-go/issues/3075)

Release v1.29.20 (2020-03-09)
===

Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
### SDK Features

### SDK Enhancements
* `aws/credentials`: Clarify `token` usage in `NewStaticCredentials` documentation.
* Related to [#3162](https://github.com/aws/aws-sdk-go/issues/3162).
* `service/s3/s3manager`: Improve memory allocation behavior by replacing sync.Pool with custom pool implementation ([#3183](https://github.com/aws/aws-sdk-go/pull/3183))
* Improves memory allocations that occur when the provided `io.Reader` to upload does not satisfy both the `io.ReaderAt` and `io.ReadSeeker` interfaces.
* Fixes [#3075](https://github.com/aws/aws-sdk-go/issues/3075)

### SDK Bugs
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.29.20"
const SDKVersion = "1.29.21"
59 changes: 31 additions & 28 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3927,7 +3927,7 @@
"AllocationIdList":{
"type":"list",
"member":{
"shape":"String",
"shape":"AllocationId",
"locationName":"AllocationId"
}
},
Expand Down Expand Up @@ -5075,7 +5075,7 @@
"required":["ExportTaskId"],
"members":{
"ExportTaskId":{
"shape":"ExportTaskId",
"shape":"ExportVmTaskId",
"locationName":"exportTaskId"
}
}
Expand Down Expand Up @@ -5349,7 +5349,7 @@
"CapacityReservationIdSet":{
"type":"list",
"member":{
"shape":"String",
"shape":"CapacityReservationId",
"locationName":"item"
}
},
Expand Down Expand Up @@ -5596,6 +5596,7 @@
"UploadStart":{"shape":"DateTime"}
}
},
"ClientVpnAssociationId":{"type":"string"},
"ClientVpnAuthentication":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5925,7 +5926,7 @@
"ClientVpnSecurityGroupIdSet":{
"type":"list",
"member":{
"shape":"String",
"shape":"SecurityGroupId",
"locationName":"item"
}
},
Expand Down Expand Up @@ -5982,7 +5983,7 @@
"CoipPoolIdSet":{
"type":"list",
"member":{
"shape":"String",
"shape":"CoipPoolId",
"locationName":"item"
}
},
Expand Down Expand Up @@ -6600,7 +6601,7 @@
"type":"structure",
"members":{
"FleetId":{
"shape":"FleetIdentifier",
"shape":"FleetId",
"locationName":"fleetId"
},
"Errors":{
Expand Down Expand Up @@ -7512,7 +7513,7 @@
],
"members":{
"TransitGatewayId":{"shape":"TransitGatewayId"},
"PeerTransitGatewayId":{"shape":"String"},
"PeerTransitGatewayId":{"shape":"TransitAssociationGatewayId"},
"PeerAccountId":{"shape":"String"},
"PeerRegion":{"shape":"String"},
"TagSpecifications":{
Expand Down Expand Up @@ -8130,7 +8131,7 @@
"locationName":"error"
},
"FleetId":{
"shape":"FleetIdentifier",
"shape":"FleetId",
"locationName":"fleetId"
}
}
Expand All @@ -8154,7 +8155,7 @@
"locationName":"previousFleetState"
},
"FleetId":{
"shape":"FleetIdentifier",
"shape":"FleetId",
"locationName":"fleetId"
}
}
Expand Down Expand Up @@ -9780,7 +9781,7 @@
"EventType":{"shape":"FleetEventType"},
"MaxResults":{"shape":"Integer"},
"NextToken":{"shape":"String"},
"FleetId":{"shape":"FleetIdentifier"},
"FleetId":{"shape":"FleetId"},
"StartTime":{"shape":"DateTime"}
}
},
Expand All @@ -9800,7 +9801,7 @@
"locationName":"nextToken"
},
"FleetId":{
"shape":"FleetIdentifier",
"shape":"FleetId",
"locationName":"fleetId"
},
"StartTime":{
Expand All @@ -9816,7 +9817,7 @@
"DryRun":{"shape":"Boolean"},
"MaxResults":{"shape":"Integer"},
"NextToken":{"shape":"String"},
"FleetId":{"shape":"FleetIdentifier"},
"FleetId":{"shape":"FleetId"},
"Filters":{
"shape":"FilterList",
"locationName":"Filter"
Expand All @@ -9835,7 +9836,7 @@
"locationName":"nextToken"
},
"FleetId":{
"shape":"FleetIdentifier",
"shape":"FleetId",
"locationName":"fleetId"
}
}
Expand Down Expand Up @@ -12250,7 +12251,7 @@
],
"members":{
"Attribute":{"shape":"VpcAttributeName"},
"VpcId":{"shape":"String"},
"VpcId":{"shape":"VpcId"},
"DryRun":{
"shape":"Boolean",
"locationName":"dryRun"
Expand Down Expand Up @@ -13060,7 +13061,7 @@
],
"members":{
"ClientVpnEndpointId":{"shape":"ClientVpnEndpointId"},
"AssociationId":{"shape":"String"},
"AssociationId":{"shape":"ClientVpnAssociationId"},
"DryRun":{"shape":"Boolean"}
}
},
Expand Down Expand Up @@ -14164,7 +14165,7 @@
"ExportTaskIdStringList":{
"type":"list",
"member":{
"shape":"String",
"shape":"ExportTaskId",
"locationName":"ExportTaskId"
}
},
Expand Down Expand Up @@ -14272,6 +14273,7 @@
}
}
},
"ExportVmTaskId":{"type":"string"},
"FailedQueuedPurchaseDeletion":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -14344,7 +14346,7 @@
"locationName":"createTime"
},
"FleetId":{
"shape":"FleetIdentifier",
"shape":"FleetId",
"locationName":"fleetId"
},
"FleetState":{
Expand Down Expand Up @@ -14432,11 +14434,11 @@
"termination"
]
},
"FleetId":{"type":"string"},
"FleetIdSet":{
"type":"list",
"member":{"shape":"FleetIdentifier"}
"member":{"shape":"FleetId"}
},
"FleetIdentifier":{"type":"string"},
"FleetLaunchTemplateConfig":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -16347,7 +16349,7 @@
"locationName":"privateIpAddress"
},
"SubnetId":{
"shape":"String",
"shape":"SubnetId",
"locationName":"subnetId"
},
"UserData":{
Expand Down Expand Up @@ -18680,7 +18682,7 @@
"Encrypted":{"shape":"Boolean"},
"DeleteOnTermination":{"shape":"Boolean"},
"Iops":{"shape":"Integer"},
"KmsKeyId":{"shape":"String"},
"KmsKeyId":{"shape":"KmsKeyId"},
"SnapshotId":{"shape":"SnapshotId"},
"VolumeSize":{"shape":"Integer"},
"VolumeType":{"shape":"VolumeType"}
Expand Down Expand Up @@ -19792,7 +19794,7 @@
"members":{
"DryRun":{"shape":"Boolean"},
"ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
"FleetId":{"shape":"FleetIdentifier"},
"FleetId":{"shape":"FleetId"},
"TargetCapacitySpecification":{"shape":"TargetCapacitySpecificationRequest"}
}
},
Expand Down Expand Up @@ -24369,13 +24371,13 @@
"shape":"InstanceIpv6AddressList",
"locationName":"Ipv6Address"
},
"KernelId":{"shape":"String"},
"KernelId":{"shape":"KernelId"},
"KeyName":{"shape":"KeyPairName"},
"MaxCount":{"shape":"Integer"},
"MinCount":{"shape":"Integer"},
"Monitoring":{"shape":"RunInstancesMonitoringEnabled"},
"Placement":{"shape":"Placement"},
"RamdiskId":{"shape":"String"},
"RamdiskId":{"shape":"RamdiskId"},
"SecurityGroupIds":{
"shape":"SecurityGroupIdStringList",
"locationName":"SecurityGroupId"
Expand All @@ -24384,7 +24386,7 @@
"shape":"SecurityGroupStringList",
"locationName":"SecurityGroup"
},
"SubnetId":{"shape":"String"},
"SubnetId":{"shape":"SubnetId"},
"UserData":{"shape":"String"},
"AdditionalInfo":{
"shape":"String",
Expand Down Expand Up @@ -26608,7 +26610,7 @@
"required":["ClientVpnEndpointId"],
"members":{
"ClientVpnEndpointId":{"shape":"ClientVpnEndpointId"},
"ConnectionId":{"shape":"String"},
"ConnectionId":{"shape":"VpnConnectionId"},
"Username":{"shape":"String"},
"DryRun":{"shape":"Boolean"}
}
Expand Down Expand Up @@ -26984,6 +26986,7 @@
"ALL"
]
},
"TransitAssociationGatewayId":{"type":"string"},
"TransitGateway":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -27316,7 +27319,7 @@
"TransitGatewayMulticastDomainIdStringList":{
"type":"list",
"member":{
"shape":"String",
"shape":"TransitGatewayMulticastDomainId",
"locationName":"item"
}
},
Expand Down Expand Up @@ -27683,7 +27686,7 @@
"TransitGatewayRouteTableIdStringList":{
"type":"list",
"member":{
"shape":"String",
"shape":"TransitGatewayRouteTableId",
"locationName":"item"
}
},
Expand Down

0 comments on commit ecf76c5

Please sign in to comment.