change github.com/aws/aws-sdk-go to be the same revision in kubernetes

This commit is contained in:
Jingfang Liu
2018-10-16 09:34:22 -07:00
parent e0958159f3
commit c6a78cee92
462 changed files with 20605 additions and 85780 deletions

View File

@@ -2832,7 +2832,7 @@ type TimePeriod struct {
//
// After the end date, AWS deletes the budget and all associated notifications
// and subscribers. You can change your end date with the UpdateBudget operation.
End *time.Time `type:"timestamp"`
End *time.Time `type:"timestamp" timestampFormat:"unix"`
// The start date for a budget. If you created your budget and didn't specify
// a start date, AWS defaults to the start of your chosen time period (i.e.
@@ -2843,7 +2843,7 @@ type TimePeriod struct {
// and Cost Management console and the API.
//
// You can change your start date with the UpdateBudget operation.
Start *time.Time `type:"timestamp"`
Start *time.Time `type:"timestamp" timestampFormat:"unix"`
}
// String returns the string representation