mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
14
vendor/github.com/aws/aws-sdk-go/service/codestar/api.go
generated
vendored
14
vendor/github.com/aws/aws-sdk-go/service/codestar/api.go
generated
vendored
@@ -1944,7 +1944,7 @@ type CreateUserProfileOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The date the user profile was created, in timestamp format.
|
||||
CreatedTimestamp *time.Time `locationName:"createdTimestamp" type:"timestamp"`
|
||||
CreatedTimestamp *time.Time `locationName:"createdTimestamp" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The name that is displayed as the friendly name for the user in AWS CodeStar.
|
||||
DisplayName *string `locationName:"displayName" min:"1" type:"string"`
|
||||
@@ -1954,7 +1954,7 @@ type CreateUserProfileOutput struct {
|
||||
EmailAddress *string `locationName:"emailAddress" min:"3" type:"string"`
|
||||
|
||||
// The date the user profile was last modified, in timestamp format.
|
||||
LastModifiedTimestamp *time.Time `locationName:"lastModifiedTimestamp" type:"timestamp"`
|
||||
LastModifiedTimestamp *time.Time `locationName:"lastModifiedTimestamp" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The SSH public key associated with the user in AWS CodeStar. This is the
|
||||
// public portion of the public/private keypair the user can use to access project
|
||||
@@ -2230,7 +2230,7 @@ type DescribeProjectOutput struct {
|
||||
ClientRequestToken *string `locationName:"clientRequestToken" min:"1" type:"string"`
|
||||
|
||||
// The date and time the project was created, in timestamp format.
|
||||
CreatedTimeStamp *time.Time `locationName:"createdTimeStamp" type:"timestamp"`
|
||||
CreatedTimeStamp *time.Time `locationName:"createdTimeStamp" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The description of the project, if any.
|
||||
Description *string `locationName:"description" type:"string"`
|
||||
@@ -2355,7 +2355,7 @@ type DescribeUserProfileOutput struct {
|
||||
// format.
|
||||
//
|
||||
// CreatedTimestamp is a required field
|
||||
CreatedTimestamp *time.Time `locationName:"createdTimestamp" type:"timestamp" required:"true"`
|
||||
CreatedTimestamp *time.Time `locationName:"createdTimestamp" type:"timestamp" timestampFormat:"unix" required:"true"`
|
||||
|
||||
// The display name shown for the user in AWS CodeStar projects. For example,
|
||||
// this could be set to both first and last name ("Mary Major") or a single
|
||||
@@ -2374,7 +2374,7 @@ type DescribeUserProfileOutput struct {
|
||||
// The date and time when the user profile was last modified, in timestamp format.
|
||||
//
|
||||
// LastModifiedTimestamp is a required field
|
||||
LastModifiedTimestamp *time.Time `locationName:"lastModifiedTimestamp" type:"timestamp" required:"true"`
|
||||
LastModifiedTimestamp *time.Time `locationName:"lastModifiedTimestamp" type:"timestamp" timestampFormat:"unix" required:"true"`
|
||||
|
||||
// The SSH public key associated with the user. This SSH public key is associated
|
||||
// with the user profile, and can be used in conjunction with the associated
|
||||
@@ -3510,7 +3510,7 @@ type UpdateUserProfileOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The date the user profile was created, in timestamp format.
|
||||
CreatedTimestamp *time.Time `locationName:"createdTimestamp" type:"timestamp"`
|
||||
CreatedTimestamp *time.Time `locationName:"createdTimestamp" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The name that is displayed as the friendly name for the user in AWS CodeStar.
|
||||
DisplayName *string `locationName:"displayName" min:"1" type:"string"`
|
||||
@@ -3520,7 +3520,7 @@ type UpdateUserProfileOutput struct {
|
||||
EmailAddress *string `locationName:"emailAddress" min:"3" type:"string"`
|
||||
|
||||
// The date the user profile was last modified, in timestamp format.
|
||||
LastModifiedTimestamp *time.Time `locationName:"lastModifiedTimestamp" type:"timestamp"`
|
||||
LastModifiedTimestamp *time.Time `locationName:"lastModifiedTimestamp" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The SSH public key associated with the user in AWS CodeStar. This is the
|
||||
// public portion of the public/private keypair the user can use to access project
|
||||
|
||||
Reference in New Issue
Block a user