mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 02:11:20 +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/workspaces/api.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/service/workspaces/api.go
generated
vendored
@@ -4675,10 +4675,10 @@ type WorkspaceConnectionStatus struct {
|
||||
ConnectionState *string `type:"string" enum:"ConnectionState"`
|
||||
|
||||
// The timestamp of the connection state check.
|
||||
ConnectionStateCheckTimestamp *time.Time `type:"timestamp"`
|
||||
ConnectionStateCheckTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The timestamp of the last known user connection.
|
||||
LastKnownUserConnectionTimestamp *time.Time `type:"timestamp"`
|
||||
LastKnownUserConnectionTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The ID of the WorkSpace.
|
||||
WorkspaceId *string `type:"string"`
|
||||
|
||||
Reference in New Issue
Block a user