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

@@ -1972,7 +1972,7 @@ type PolicyComplianceDetail struct {
// A time stamp that indicates when the returned information should be considered
// out-of-date.
ExpiredAt *time.Time `type:"timestamp"`
ExpiredAt *time.Time `type:"timestamp" timestampFormat:"unix"`
// The AWS account ID.
MemberAccount *string `min:"1" type:"string"`
@@ -2043,7 +2043,7 @@ type PolicyComplianceStatus struct {
EvaluationResults []*EvaluationResult `type:"list"`
// Time stamp of the last update to the EvaluationResult objects.
LastUpdated *time.Time `type:"timestamp"`
LastUpdated *time.Time `type:"timestamp" timestampFormat:"unix"`
// The member account ID.
MemberAccount *string `min:"1" type:"string"`