mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 01:46:23 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
34
vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go
generated
vendored
34
vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go
generated
vendored
@@ -4458,7 +4458,7 @@ type ApplicationInfo struct {
|
||||
ComputePlatform *string `locationName:"computePlatform" type:"string" enum:"ComputePlatform"`
|
||||
|
||||
// The time at which the application was created.
|
||||
CreateTime *time.Time `locationName:"createTime" type:"timestamp"`
|
||||
CreateTime *time.Time `locationName:"createTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The name for a connection to a GitHub account.
|
||||
GitHubAccountName *string `locationName:"gitHubAccountName" type:"string"`
|
||||
@@ -6033,7 +6033,7 @@ type DeploymentConfigInfo struct {
|
||||
ComputePlatform *string `locationName:"computePlatform" type:"string" enum:"ComputePlatform"`
|
||||
|
||||
// The time at which the deployment configuration was created.
|
||||
CreateTime *time.Time `locationName:"createTime" type:"timestamp"`
|
||||
CreateTime *time.Time `locationName:"createTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The deployment configuration ID.
|
||||
DeploymentConfigId *string `locationName:"deploymentConfigId" type:"string"`
|
||||
@@ -6320,13 +6320,13 @@ type DeploymentInfo struct {
|
||||
BlueGreenDeploymentConfiguration *BlueGreenDeploymentConfiguration `locationName:"blueGreenDeploymentConfiguration" type:"structure"`
|
||||
|
||||
// A timestamp indicating when the deployment was complete.
|
||||
CompleteTime *time.Time `locationName:"completeTime" type:"timestamp"`
|
||||
CompleteTime *time.Time `locationName:"completeTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The destination platform type for the deployment (Lambda or Server).
|
||||
ComputePlatform *string `locationName:"computePlatform" type:"string" enum:"ComputePlatform"`
|
||||
|
||||
// A timestamp indicating when the deployment was created.
|
||||
CreateTime *time.Time `locationName:"createTime" type:"timestamp"`
|
||||
CreateTime *time.Time `locationName:"createTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The means by which the deployment was created:
|
||||
//
|
||||
@@ -6413,7 +6413,7 @@ type DeploymentInfo struct {
|
||||
// In some cases, the reported value of the start time may be later than the
|
||||
// complete time. This is due to differences in the clock settings of back-end
|
||||
// servers that participate in the deployment process.
|
||||
StartTime *time.Time `locationName:"startTime" type:"timestamp"`
|
||||
StartTime *time.Time `locationName:"startTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The current state of the deployment as a whole.
|
||||
Status *string `locationName:"status" type:"string" enum:"DeploymentStatus"`
|
||||
@@ -7059,13 +7059,13 @@ type GenericRevisionInfo struct {
|
||||
Description *string `locationName:"description" type:"string"`
|
||||
|
||||
// When the revision was first used by AWS CodeDeploy.
|
||||
FirstUsedTime *time.Time `locationName:"firstUsedTime" type:"timestamp"`
|
||||
FirstUsedTime *time.Time `locationName:"firstUsedTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// When the revision was last used by AWS CodeDeploy.
|
||||
LastUsedTime *time.Time `locationName:"lastUsedTime" type:"timestamp"`
|
||||
LastUsedTime *time.Time `locationName:"lastUsedTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// When the revision was registered with AWS CodeDeploy.
|
||||
RegisterTime *time.Time `locationName:"registerTime" type:"timestamp"`
|
||||
RegisterTime *time.Time `locationName:"registerTime" type:"timestamp" timestampFormat:"unix"`
|
||||
}
|
||||
|
||||
// String returns the string representation
|
||||
@@ -7701,7 +7701,7 @@ type InstanceInfo struct {
|
||||
|
||||
// If the on-premises instance was deregistered, the time at which the on-premises
|
||||
// instance was deregistered.
|
||||
DeregisterTime *time.Time `locationName:"deregisterTime" type:"timestamp"`
|
||||
DeregisterTime *time.Time `locationName:"deregisterTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The ARN of the IAM session associated with the on-premises instance.
|
||||
IamSessionArn *string `locationName:"iamSessionArn" type:"string"`
|
||||
@@ -7716,7 +7716,7 @@ type InstanceInfo struct {
|
||||
InstanceName *string `locationName:"instanceName" type:"string"`
|
||||
|
||||
// The time at which the on-premises instance was registered.
|
||||
RegisterTime *time.Time `locationName:"registerTime" type:"timestamp"`
|
||||
RegisterTime *time.Time `locationName:"registerTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The tags currently associated with the on-premises instance.
|
||||
Tags []*Tag `locationName:"tags" type:"list"`
|
||||
@@ -7793,7 +7793,7 @@ type InstanceSummary struct {
|
||||
InstanceType *string `locationName:"instanceType" type:"string" enum:"InstanceType"`
|
||||
|
||||
// A timestamp indicating when the instance information was last updated.
|
||||
LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`
|
||||
LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// A list of lifecycle events for this instance.
|
||||
LifecycleEvents []*LifecycleEvent `locationName:"lifecycleEvents" type:"list"`
|
||||
@@ -7867,14 +7867,14 @@ type LastDeploymentInfo struct {
|
||||
|
||||
// A timestamp indicating when the most recent deployment to the deployment
|
||||
// group started.
|
||||
CreateTime *time.Time `locationName:"createTime" type:"timestamp"`
|
||||
CreateTime *time.Time `locationName:"createTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The deployment ID.
|
||||
DeploymentId *string `locationName:"deploymentId" type:"string"`
|
||||
|
||||
// A timestamp indicating when the most recent deployment to the deployment
|
||||
// group completed.
|
||||
EndTime *time.Time `locationName:"endTime" type:"timestamp"`
|
||||
EndTime *time.Time `locationName:"endTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The status of the most recent deployment.
|
||||
Status *string `locationName:"status" type:"string" enum:"DeploymentStatus"`
|
||||
@@ -7922,14 +7922,14 @@ type LifecycleEvent struct {
|
||||
Diagnostics *Diagnostics `locationName:"diagnostics" type:"structure"`
|
||||
|
||||
// A timestamp indicating when the deployment lifecycle event ended.
|
||||
EndTime *time.Time `locationName:"endTime" type:"timestamp"`
|
||||
EndTime *time.Time `locationName:"endTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The deployment lifecycle event name, such as ApplicationStop, BeforeInstall,
|
||||
// AfterInstall, ApplicationStart, or ValidateService.
|
||||
LifecycleEventName *string `locationName:"lifecycleEventName" type:"string"`
|
||||
|
||||
// A timestamp indicating when the deployment lifecycle event started.
|
||||
StartTime *time.Time `locationName:"startTime" type:"timestamp"`
|
||||
StartTime *time.Time `locationName:"startTime" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The deployment lifecycle event status:
|
||||
//
|
||||
@@ -9783,12 +9783,12 @@ type TimeRange struct {
|
||||
// The end time of the time range.
|
||||
//
|
||||
// Specify null to leave the end time open-ended.
|
||||
End *time.Time `locationName:"end" type:"timestamp"`
|
||||
End *time.Time `locationName:"end" type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The start time of the time range.
|
||||
//
|
||||
// Specify null to leave the start time open-ended.
|
||||
Start *time.Time `locationName:"start" type:"timestamp"`
|
||||
Start *time.Time `locationName:"start" type:"timestamp" timestampFormat:"unix"`
|
||||
}
|
||||
|
||||
// String returns the string representation
|
||||
|
||||
Reference in New Issue
Block a user