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

@@ -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"`