Skip to content

Commit

Permalink
Release v1.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Apr 20, 2017
1 parent 538c13a commit ccc54a4
Show file tree
Hide file tree
Showing 24 changed files with 1,732 additions and 2,106 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Release v1.8.15 (2017-04-20)
===

### Service Client Updates
* `service/devicefarm`: Updates service API and documentation
* API Update for AWS Device Farm: Support for Deals and Promotions
* `service/directconnect`: Updates service documentation
* Documentation updates for AWS Direct Connect.
* `service/elbv2`: Updates service waiters
* `service/kms`: Updates service documentation and examples
* Doc-only update for Key Management Service (KMS): Update docs for GrantConstraints and GenerateRandom
* `service/route53`: Updates service documentation
* Release notes: SDK documentation now includes examples for ChangeResourceRecordSets for all types of resource record set, such as weighted, alias, and failover.
* `service/route53domains`: Updates service API, documentation, and paginators
* Adding examples and other documentation updates.

### SDK Enhancements
* `service/s3`: Add utilities to make getting a bucket's region easier (#1207)
* Adds two features which make it easier to get a bucket's region, `s3.NormalizeBucketLocation` and `s3manager.GetBucketRegion`.

### SDK Bugs
* `service/s3`: Fix HeadObject's incorrect documented error codes (#1213)
* The HeadObject's model incorrectly states that the operation can return the NoSuchKey error code.
* Fixes #1208
Release v1.8.14 (2017-04-19)
===

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
* `service/s3`: Add utilities to make getting a bucket's region easier (#1207)
* Adds two features which make it easier to get a bucket's region, `s3.NormalizeBucketLocation` and `s3manager.GetBucketRegion`.

### SDK Bugs
* `service/s3`: Fix HeadObject's incorrect documented error codes (#1213)
* The HeadObject's model incorrectly states that the operation can return the NoSuchKey error code.
* Fixes #1208
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.8.14"
const SDKVersion = "1.8.15"
77 changes: 72 additions & 5 deletions models/apis/devicefarm/2015-06-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,22 @@
{"shape":"ServiceAccountException"}
]
},
"ListOfferingPromotions":{
"name":"ListOfferingPromotions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListOfferingPromotionsRequest"},
"output":{"shape":"ListOfferingPromotionsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"NotEligibleException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
]
},
"ListOfferingTransactions":{
"name":"ListOfferingTransactions",
"http":{
Expand Down Expand Up @@ -751,9 +767,12 @@
"unmeteredDevices":{"shape":"PurchasedDevicesMap"},
"unmeteredRemoteAccessDevices":{"shape":"PurchasedDevicesMap"},
"maxJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
"trialMinutes":{"shape":"TrialMinutes"},
"maxSlots":{"shape":"MaxSlotMap"},
"defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
}
},
"AccountsCleanup":{"type":"boolean"},
"AmazonResourceName":{
"type":"string",
"min":32
Expand All @@ -762,6 +781,7 @@
"type":"list",
"member":{"shape":"AmazonResourceName"}
},
"AppPackagesCleanup":{"type":"boolean"},
"ArgumentException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1066,7 +1086,8 @@
"PLATFORM",
"FORM_FACTOR",
"MANUFACTURER",
"REMOTE_ACCESS_ENABLED"
"REMOTE_ACCESS_ENABLED",
"APPIUM_VERSION"
]
},
"DeviceFormFactor":{
Expand Down Expand Up @@ -1132,7 +1153,9 @@
"ExecutionConfiguration":{
"type":"structure",
"members":{
"jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
"jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
"accountsCleanup":{"shape":"AccountsCleanup"},
"appPackagesCleanup":{"shape":"AppPackagesCleanup"}
}
},
"ExecutionResult":{
Expand Down Expand Up @@ -1183,7 +1206,8 @@
"members":{
"devicePoolArn":{"shape":"AmazonResourceName"},
"appArn":{"shape":"AmazonResourceName"},
"testType":{"shape":"TestType"}
"testType":{"shape":"TestType"},
"test":{"shape":"ScheduleRunTest"}
}
},
"GetDevicePoolCompatibilityResult":{
Expand Down Expand Up @@ -1482,6 +1506,19 @@
"nextToken":{"shape":"PaginationToken"}
}
},
"ListOfferingPromotionsRequest":{
"type":"structure",
"members":{
"nextToken":{"shape":"PaginationToken"}
}
},
"ListOfferingPromotionsResult":{
"type":"structure",
"members":{
"offeringPromotions":{"shape":"OfferingPromotions"},
"nextToken":{"shape":"PaginationToken"}
}
},
"ListOfferingTransactionsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1639,6 +1676,11 @@
}
},
"Long":{"type":"long"},
"MaxSlotMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"Integer"}
},
"Message":{
"type":"string",
"max":16384,
Expand Down Expand Up @@ -1717,6 +1759,21 @@
"type":"string",
"min":32
},
"OfferingPromotion":{
"type":"structure",
"members":{
"id":{"shape":"OfferingPromotionIdentifier"},
"description":{"shape":"Message"}
}
},
"OfferingPromotionIdentifier":{
"type":"string",
"min":4
},
"OfferingPromotions":{
"type":"list",
"member":{"shape":"OfferingPromotion"}
},
"OfferingStatus":{
"type":"structure",
"members":{
Expand All @@ -1736,6 +1793,7 @@
"members":{
"offeringStatus":{"shape":"OfferingStatus"},
"transactionId":{"shape":"TransactionIdentifier"},
"offeringPromotionId":{"shape":"OfferingPromotionIdentifier"},
"createdOn":{"shape":"DateTime"},
"cost":{"shape":"MonetaryAmount"}
}
Expand Down Expand Up @@ -1810,7 +1868,8 @@
"type":"structure",
"members":{
"offeringId":{"shape":"OfferingIdentifier"},
"quantity":{"shape":"Integer"}
"quantity":{"shape":"Integer"},
"offeringPromotionId":{"shape":"OfferingPromotionIdentifier"}
}
},
"PurchaseOfferingResult":{
Expand Down Expand Up @@ -1904,7 +1963,8 @@
"LESS_THAN",
"GREATER_THAN",
"IN",
"NOT_IN"
"NOT_IN",
"CONTAINS"
]
},
"Rules":{
Expand Down Expand Up @@ -2117,6 +2177,13 @@
"type":"string",
"min":32
},
"TrialMinutes":{
"type":"structure",
"members":{
"total":{"shape":"Double"},
"remaining":{"shape":"Double"}
}
},
"URL":{
"type":"string",
"max":2048,
Expand Down
Loading

0 comments on commit ccc54a4

Please sign in to comment.