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

@@ -1835,7 +1835,7 @@ type AttackDetail struct {
// The time the attack ended, in Unix time in seconds. For more information
// see timestamp (http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types).
EndTime *time.Time `type:"timestamp"`
EndTime *time.Time `type:"timestamp" timestampFormat:"unix"`
// List of mitigation actions taken for the attack.
Mitigations []*Mitigation `type:"list"`
@@ -1845,7 +1845,7 @@ type AttackDetail struct {
// The time the attack started, in Unix time in seconds. For more information
// see timestamp (http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types).
StartTime *time.Time `type:"timestamp"`
StartTime *time.Time `type:"timestamp" timestampFormat:"unix"`
// If applicable, additional detail about the resource being attacked, for example,
// IP address or URL.
@@ -1985,14 +1985,14 @@ type AttackSummary struct {
// The end time of the attack, in Unix time in seconds. For more information
// see timestamp (http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types).
EndTime *time.Time `type:"timestamp"`
EndTime *time.Time `type:"timestamp" timestampFormat:"unix"`
// The ARN (Amazon Resource Name) of the resource that was attacked.
ResourceArn *string `type:"string"`
// The start time of the attack, in Unix time in seconds. For more information
// see timestamp (http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types).
StartTime *time.Time `type:"timestamp"`
StartTime *time.Time `type:"timestamp" timestampFormat:"unix"`
}
// String returns the string representation
@@ -3106,14 +3106,14 @@ type Subscription struct {
AutoRenew *string `type:"string" enum:"AutoRenew"`
// The date and time your subscription will end.
EndTime *time.Time `type:"timestamp"`
EndTime *time.Time `type:"timestamp" timestampFormat:"unix"`
// Specifies how many protections of a given type you can create.
Limits []*Limit `type:"list"`
// The start time of the subscription, in Unix time in seconds. For more information
// see timestamp (http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types).
StartTime *time.Time `type:"timestamp"`
StartTime *time.Time `type:"timestamp" timestampFormat:"unix"`
// The length, in seconds, of the AWS Shield Advanced subscription for the account.
TimeCommitmentInSeconds *int64 `type:"long"`
@@ -3269,11 +3269,11 @@ type TimeRange struct {
// The start time, in Unix time in seconds. For more information see timestamp
// (http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types).
FromInclusive *time.Time `type:"timestamp"`
FromInclusive *time.Time `type:"timestamp" timestampFormat:"unix"`
// The end time, in Unix time in seconds. For more information see timestamp
// (http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types).
ToExclusive *time.Time `type:"timestamp"`
ToExclusive *time.Time `type:"timestamp" timestampFormat:"unix"`
}
// String returns the string representation