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