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

@@ -1689,10 +1689,10 @@ type ProjectDetails struct {
ConsoleUrl *string `locationName:"consoleUrl" type:"string"`
// Date the project was created.
CreatedDate *time.Time `locationName:"createdDate" type:"timestamp"`
CreatedDate *time.Time `locationName:"createdDate" type:"timestamp" timestampFormat:"unix"`
// Date of the last modification of the project.
LastUpdatedDate *time.Time `locationName:"lastUpdatedDate" type:"timestamp"`
LastUpdatedDate *time.Time `locationName:"lastUpdatedDate" type:"timestamp" timestampFormat:"unix"`
// Name of the project.
Name *string `locationName:"name" type:"string"`