mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
4
vendor/github.com/aws/aws-sdk-go/service/fms/api.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/service/fms/api.go
generated
vendored
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user