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

@@ -1271,7 +1271,7 @@ type Connector struct {
_ struct{} `type:"structure"`
// Timestamp of an operation
AssociatedOn *time.Time `locationName:"associatedOn" type:"timestamp"`
AssociatedOn *time.Time `locationName:"associatedOn" type:"timestamp" timestampFormat:"unix"`
// List of Connector Capabilities
CapabilityList []*string `locationName:"capabilityList" locationNameList:"item" type:"list"`
@@ -1393,7 +1393,7 @@ type CreateReplicationJobInput struct {
// Timestamp of an operation
//
// SeedReplicationTime is a required field
SeedReplicationTime *time.Time `locationName:"seedReplicationTime" type:"timestamp" required:"true"`
SeedReplicationTime *time.Time `locationName:"seedReplicationTime" type:"timestamp" timestampFormat:"unix" required:"true"`
// Unique Identifier for a server
//
@@ -1895,7 +1895,7 @@ type GetServersOutput struct {
_ struct{} `type:"structure"`
// Timestamp of an operation
LastModifiedOn *time.Time `locationName:"lastModifiedOn" type:"timestamp"`
LastModifiedOn *time.Time `locationName:"lastModifiedOn" type:"timestamp" timestampFormat:"unix"`
// Pagination token to pass as input to API call
NextToken *string `locationName:"nextToken" type:"string"`
@@ -1988,7 +1988,7 @@ type ReplicationJob struct {
LicenseType *string `locationName:"licenseType" type:"string" enum:"LicenseType"`
// Timestamp of an operation
NextReplicationRunStartTime *time.Time `locationName:"nextReplicationRunStartTime" type:"timestamp"`
NextReplicationRunStartTime *time.Time `locationName:"nextReplicationRunStartTime" type:"timestamp" timestampFormat:"unix"`
// The unique identifier for a Replication Job.
ReplicationJobId *string `locationName:"replicationJobId" type:"string"`
@@ -2000,7 +2000,7 @@ type ReplicationJob struct {
RoleName *string `locationName:"roleName" type:"string"`
// Timestamp of an operation
SeedReplicationTime *time.Time `locationName:"seedReplicationTime" type:"timestamp"`
SeedReplicationTime *time.Time `locationName:"seedReplicationTime" type:"timestamp" timestampFormat:"unix"`
// Unique Identifier for a server
ServerId *string `locationName:"serverId" type:"string"`
@@ -2120,7 +2120,7 @@ type ReplicationRun struct {
AmiId *string `locationName:"amiId" type:"string"`
// Timestamp of an operation
CompletedTime *time.Time `locationName:"completedTime" type:"timestamp"`
CompletedTime *time.Time `locationName:"completedTime" type:"timestamp" timestampFormat:"unix"`
// The description for a Replication Job/Run.
Description *string `locationName:"description" type:"string"`
@@ -2129,7 +2129,7 @@ type ReplicationRun struct {
ReplicationRunId *string `locationName:"replicationRunId" type:"string"`
// Timestamp of an operation
ScheduledStartTime *time.Time `locationName:"scheduledStartTime" type:"timestamp"`
ScheduledStartTime *time.Time `locationName:"scheduledStartTime" type:"timestamp" timestampFormat:"unix"`
// Current state of Replication Run
State *string `locationName:"state" type:"string" enum:"ReplicationRunState"`
@@ -2344,7 +2344,7 @@ type UpdateReplicationJobInput struct {
LicenseType *string `locationName:"licenseType" type:"string" enum:"LicenseType"`
// Timestamp of an operation
NextReplicationRunStartTime *time.Time `locationName:"nextReplicationRunStartTime" type:"timestamp"`
NextReplicationRunStartTime *time.Time `locationName:"nextReplicationRunStartTime" type:"timestamp" timestampFormat:"unix"`
// The unique identifier for a Replication Job.
//