vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
122
vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go
generated
vendored
122
vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go
generated
vendored
|
@ -4295,7 +4295,6 @@ func (c *CodeDeploy) UpdateDeploymentGroupWithContext(ctx aws.Context, input *Up
|
|||
}
|
||||
|
||||
// Represents the input of, and adds tags to, an on-premises instance operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/AddTagsToOnPremisesInstancesInput
|
||||
type AddTagsToOnPremisesInstancesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4351,7 +4350,6 @@ func (s *AddTagsToOnPremisesInstancesInput) SetTags(v []*Tag) *AddTagsToOnPremis
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/AddTagsToOnPremisesInstancesOutput
|
||||
type AddTagsToOnPremisesInstancesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -4367,7 +4365,6 @@ func (s AddTagsToOnPremisesInstancesOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Information about an alarm.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/Alarm
|
||||
type Alarm struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4393,7 +4390,6 @@ func (s *Alarm) SetName(v string) *Alarm {
|
|||
}
|
||||
|
||||
// Information about alarms associated with the deployment group.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/AlarmConfiguration
|
||||
type AlarmConfiguration struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4445,7 +4441,6 @@ func (s *AlarmConfiguration) SetIgnorePollAlarmFailure(v bool) *AlarmConfigurati
|
|||
}
|
||||
|
||||
// Information about an application.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ApplicationInfo
|
||||
type ApplicationInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4518,7 +4513,6 @@ func (s *ApplicationInfo) SetLinkedToGitHub(v bool) *ApplicationInfo {
|
|||
|
||||
// Information about a configuration for automatically rolling back to a previous
|
||||
// version of an application revision when a deployment doesn't complete successfully.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/AutoRollbackConfiguration
|
||||
type AutoRollbackConfiguration struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4553,7 +4547,6 @@ func (s *AutoRollbackConfiguration) SetEvents(v []*string) *AutoRollbackConfigur
|
|||
}
|
||||
|
||||
// Information about an Auto Scaling group.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/AutoScalingGroup
|
||||
type AutoScalingGroup struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4587,7 +4580,6 @@ func (s *AutoScalingGroup) SetName(v string) *AutoScalingGroup {
|
|||
}
|
||||
|
||||
// Represents the input of a BatchGetApplicationRevisions operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetApplicationRevisionsInput
|
||||
type BatchGetApplicationRevisionsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4644,7 +4636,6 @@ func (s *BatchGetApplicationRevisionsInput) SetRevisions(v []*RevisionLocation)
|
|||
}
|
||||
|
||||
// Represents the output of a BatchGetApplicationRevisions operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetApplicationRevisionsOutput
|
||||
type BatchGetApplicationRevisionsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4687,7 +4678,6 @@ func (s *BatchGetApplicationRevisionsOutput) SetRevisions(v []*RevisionInfo) *Ba
|
|||
}
|
||||
|
||||
// Represents the input of a BatchGetApplications operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetApplicationsInput
|
||||
type BatchGetApplicationsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4727,7 +4717,6 @@ func (s *BatchGetApplicationsInput) SetApplicationNames(v []*string) *BatchGetAp
|
|||
}
|
||||
|
||||
// Represents the output of a BatchGetApplications operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetApplicationsOutput
|
||||
type BatchGetApplicationsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4752,7 +4741,6 @@ func (s *BatchGetApplicationsOutput) SetApplicationsInfo(v []*ApplicationInfo) *
|
|||
}
|
||||
|
||||
// Represents the input of a BatchGetDeploymentGroups operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentGroupsInput
|
||||
type BatchGetDeploymentGroupsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4810,7 +4798,6 @@ func (s *BatchGetDeploymentGroupsInput) SetDeploymentGroupNames(v []*string) *Ba
|
|||
}
|
||||
|
||||
// Represents the output of a BatchGetDeploymentGroups operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentGroupsOutput
|
||||
type BatchGetDeploymentGroupsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4844,7 +4831,6 @@ func (s *BatchGetDeploymentGroupsOutput) SetErrorMessage(v string) *BatchGetDepl
|
|||
}
|
||||
|
||||
// Represents the input of a BatchGetDeploymentInstances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentInstancesInput
|
||||
type BatchGetDeploymentInstancesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4898,7 +4884,6 @@ func (s *BatchGetDeploymentInstancesInput) SetInstanceIds(v []*string) *BatchGet
|
|||
}
|
||||
|
||||
// Represents the output of a BatchGetDeploymentInstances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentInstancesOutput
|
||||
type BatchGetDeploymentInstancesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4932,7 +4917,6 @@ func (s *BatchGetDeploymentInstancesOutput) SetInstancesSummary(v []*InstanceSum
|
|||
}
|
||||
|
||||
// Represents the input of a BatchGetDeployments operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentsInput
|
||||
type BatchGetDeploymentsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4972,7 +4956,6 @@ func (s *BatchGetDeploymentsInput) SetDeploymentIds(v []*string) *BatchGetDeploy
|
|||
}
|
||||
|
||||
// Represents the output of a BatchGetDeployments operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentsOutput
|
||||
type BatchGetDeploymentsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -4997,7 +4980,6 @@ func (s *BatchGetDeploymentsOutput) SetDeploymentsInfo(v []*DeploymentInfo) *Bat
|
|||
}
|
||||
|
||||
// Represents the input of a BatchGetOnPremisesInstances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetOnPremisesInstancesInput
|
||||
type BatchGetOnPremisesInstancesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5037,7 +5019,6 @@ func (s *BatchGetOnPremisesInstancesInput) SetInstanceNames(v []*string) *BatchG
|
|||
}
|
||||
|
||||
// Represents the output of a BatchGetOnPremisesInstances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetOnPremisesInstancesOutput
|
||||
type BatchGetOnPremisesInstancesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5062,7 +5043,6 @@ func (s *BatchGetOnPremisesInstancesOutput) SetInstanceInfos(v []*InstanceInfo)
|
|||
}
|
||||
|
||||
// Information about blue/green deployment options for a deployment group.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BlueGreenDeploymentConfiguration
|
||||
type BlueGreenDeploymentConfiguration struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5109,7 +5089,6 @@ func (s *BlueGreenDeploymentConfiguration) SetTerminateBlueInstancesOnDeployment
|
|||
|
||||
// Information about whether instances in the original environment are terminated
|
||||
// when a blue/green deployment is successful.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BlueInstanceTerminationOption
|
||||
type BlueInstanceTerminationOption struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5149,7 +5128,6 @@ func (s *BlueInstanceTerminationOption) SetTerminationWaitTimeInMinutes(v int64)
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ContinueDeploymentInput
|
||||
type ContinueDeploymentInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5174,7 +5152,6 @@ func (s *ContinueDeploymentInput) SetDeploymentId(v string) *ContinueDeploymentI
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ContinueDeploymentOutput
|
||||
type ContinueDeploymentOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -5190,7 +5167,6 @@ func (s ContinueDeploymentOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Represents the input of a CreateApplication operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateApplicationInput
|
||||
type CreateApplicationInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5243,7 +5219,6 @@ func (s *CreateApplicationInput) SetComputePlatform(v string) *CreateApplication
|
|||
}
|
||||
|
||||
// Represents the output of a CreateApplication operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateApplicationOutput
|
||||
type CreateApplicationOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5268,7 +5243,6 @@ func (s *CreateApplicationOutput) SetApplicationId(v string) *CreateApplicationO
|
|||
}
|
||||
|
||||
// Represents the input of a CreateDeploymentConfig operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateDeploymentConfigInput
|
||||
type CreateDeploymentConfigInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5356,7 +5330,6 @@ func (s *CreateDeploymentConfigInput) SetTrafficRoutingConfig(v *TrafficRoutingC
|
|||
}
|
||||
|
||||
// Represents the output of a CreateDeploymentConfig operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateDeploymentConfigOutput
|
||||
type CreateDeploymentConfigOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5381,7 +5354,6 @@ func (s *CreateDeploymentConfigOutput) SetDeploymentConfigId(v string) *CreateDe
|
|||
}
|
||||
|
||||
// Represents the input of a CreateDeploymentGroup operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateDeploymentGroupInput
|
||||
type CreateDeploymentGroupInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5592,7 +5564,6 @@ func (s *CreateDeploymentGroupInput) SetTriggerConfigurations(v []*TriggerConfig
|
|||
}
|
||||
|
||||
// Represents the output of a CreateDeploymentGroup operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateDeploymentGroupOutput
|
||||
type CreateDeploymentGroupOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5617,7 +5588,6 @@ func (s *CreateDeploymentGroupOutput) SetDeploymentGroupId(v string) *CreateDepl
|
|||
}
|
||||
|
||||
// Represents the input of a CreateDeployment operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateDeploymentInput
|
||||
type CreateDeploymentInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5777,7 +5747,6 @@ func (s *CreateDeploymentInput) SetUpdateOutdatedInstancesOnly(v bool) *CreateDe
|
|||
}
|
||||
|
||||
// Represents the output of a CreateDeployment operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateDeploymentOutput
|
||||
type CreateDeploymentOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5802,7 +5771,6 @@ func (s *CreateDeploymentOutput) SetDeploymentId(v string) *CreateDeploymentOutp
|
|||
}
|
||||
|
||||
// Represents the input of a DeleteApplication operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteApplicationInput
|
||||
type DeleteApplicationInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5845,7 +5813,6 @@ func (s *DeleteApplicationInput) SetApplicationName(v string) *DeleteApplication
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteApplicationOutput
|
||||
type DeleteApplicationOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -5861,7 +5828,6 @@ func (s DeleteApplicationOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Represents the input of a DeleteDeploymentConfig operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteDeploymentConfigInput
|
||||
type DeleteDeploymentConfigInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5904,7 +5870,6 @@ func (s *DeleteDeploymentConfigInput) SetDeploymentConfigName(v string) *DeleteD
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteDeploymentConfigOutput
|
||||
type DeleteDeploymentConfigOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -5920,7 +5885,6 @@ func (s DeleteDeploymentConfigOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Represents the input of a DeleteDeploymentGroup operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteDeploymentGroupInput
|
||||
type DeleteDeploymentGroupInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -5981,7 +5945,6 @@ func (s *DeleteDeploymentGroupInput) SetDeploymentGroupName(v string) *DeleteDep
|
|||
}
|
||||
|
||||
// Represents the output of a DeleteDeploymentGroup operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteDeploymentGroupOutput
|
||||
type DeleteDeploymentGroupOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6011,7 +5974,6 @@ func (s *DeleteDeploymentGroupOutput) SetHooksNotCleanedUp(v []*AutoScalingGroup
|
|||
}
|
||||
|
||||
// Represents the input of a DeleteGitHubAccount operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteGitHubAccountTokenInput
|
||||
type DeleteGitHubAccountTokenInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6036,7 +5998,6 @@ func (s *DeleteGitHubAccountTokenInput) SetTokenName(v string) *DeleteGitHubAcco
|
|||
}
|
||||
|
||||
// Represents the output of a DeleteGitHubAccountToken operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteGitHubAccountTokenOutput
|
||||
type DeleteGitHubAccountTokenOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6061,7 +6022,6 @@ func (s *DeleteGitHubAccountTokenOutput) SetTokenName(v string) *DeleteGitHubAcc
|
|||
}
|
||||
|
||||
// Information about a deployment configuration.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigInfo
|
||||
type DeploymentConfigInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6132,7 +6092,6 @@ func (s *DeploymentConfigInfo) SetTrafficRoutingConfig(v *TrafficRoutingConfig)
|
|||
}
|
||||
|
||||
// Information about a deployment group.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupInfo
|
||||
type DeploymentGroupInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6339,7 +6298,6 @@ func (s *DeploymentGroupInfo) SetTriggerConfigurations(v []*TriggerConfig) *Depl
|
|||
}
|
||||
|
||||
// Information about a deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentInfo
|
||||
type DeploymentInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6638,7 +6596,6 @@ func (s *DeploymentInfo) SetUpdateOutdatedInstancesOnly(v bool) *DeploymentInfo
|
|||
}
|
||||
|
||||
// Information about the deployment status of the instances in the deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentOverview
|
||||
type DeploymentOverview struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6711,7 +6668,6 @@ func (s *DeploymentOverview) SetSucceeded(v int64) *DeploymentOverview {
|
|||
|
||||
// Information about how traffic is rerouted to instances in a replacement environment
|
||||
// in a blue/green deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentReadyOption
|
||||
type DeploymentReadyOption struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6758,7 +6714,6 @@ func (s *DeploymentReadyOption) SetWaitTimeInMinutes(v int64) *DeploymentReadyOp
|
|||
|
||||
// Information about the type of deployment, either in-place or blue/green,
|
||||
// you want to run and whether to route deployment traffic behind a load balancer.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentStyle
|
||||
type DeploymentStyle struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6792,7 +6747,6 @@ func (s *DeploymentStyle) SetDeploymentType(v string) *DeploymentStyle {
|
|||
}
|
||||
|
||||
// Represents the input of a DeregisterOnPremisesInstance operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeregisterOnPremisesInstanceInput
|
||||
type DeregisterOnPremisesInstanceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6831,7 +6785,6 @@ func (s *DeregisterOnPremisesInstanceInput) SetInstanceName(v string) *Deregiste
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeregisterOnPremisesInstanceOutput
|
||||
type DeregisterOnPremisesInstanceOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -6847,7 +6800,6 @@ func (s DeregisterOnPremisesInstanceOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Diagnostic information about executable scripts that are part of a deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/Diagnostics
|
||||
type Diagnostics struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6916,7 +6868,6 @@ func (s *Diagnostics) SetScriptName(v string) *Diagnostics {
|
|||
}
|
||||
|
||||
// Information about an EC2 tag filter.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/EC2TagFilter
|
||||
type EC2TagFilter struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6965,7 +6916,6 @@ func (s *EC2TagFilter) SetValue(v string) *EC2TagFilter {
|
|||
}
|
||||
|
||||
// Information about groups of EC2 instance tags.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/EC2TagSet
|
||||
type EC2TagSet struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -6994,7 +6944,6 @@ func (s *EC2TagSet) SetEc2TagSetList(v [][]*EC2TagFilter) *EC2TagSet {
|
|||
// Information about a load balancer in Elastic Load Balancing to use in a deployment.
|
||||
// Instances are registered directly with a load balancer, and traffic is routed
|
||||
// to the load balancer.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ELBInfo
|
||||
type ELBInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7023,7 +6972,6 @@ func (s *ELBInfo) SetName(v string) *ELBInfo {
|
|||
}
|
||||
|
||||
// Information about a deployment error.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ErrorInformation
|
||||
type ErrorInformation struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7097,7 +7045,6 @@ func (s *ErrorInformation) SetMessage(v string) *ErrorInformation {
|
|||
}
|
||||
|
||||
// Information about an application revision.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GenericRevisionInfo
|
||||
type GenericRevisionInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7158,7 +7105,6 @@ func (s *GenericRevisionInfo) SetRegisterTime(v time.Time) *GenericRevisionInfo
|
|||
}
|
||||
|
||||
// Represents the input of a GetApplication operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetApplicationInput
|
||||
type GetApplicationInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7202,7 +7148,6 @@ func (s *GetApplicationInput) SetApplicationName(v string) *GetApplicationInput
|
|||
}
|
||||
|
||||
// Represents the output of a GetApplication operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetApplicationOutput
|
||||
type GetApplicationOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7227,7 +7172,6 @@ func (s *GetApplicationOutput) SetApplication(v *ApplicationInfo) *GetApplicatio
|
|||
}
|
||||
|
||||
// Represents the input of a GetApplicationRevision operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetApplicationRevisionInput
|
||||
type GetApplicationRevisionInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7284,7 +7228,6 @@ func (s *GetApplicationRevisionInput) SetRevision(v *RevisionLocation) *GetAppli
|
|||
}
|
||||
|
||||
// Represents the output of a GetApplicationRevision operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetApplicationRevisionOutput
|
||||
type GetApplicationRevisionOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7327,7 +7270,6 @@ func (s *GetApplicationRevisionOutput) SetRevisionInfo(v *GenericRevisionInfo) *
|
|||
}
|
||||
|
||||
// Represents the input of a GetDeploymentConfig operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentConfigInput
|
||||
type GetDeploymentConfigInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7371,7 +7313,6 @@ func (s *GetDeploymentConfigInput) SetDeploymentConfigName(v string) *GetDeploym
|
|||
}
|
||||
|
||||
// Represents the output of a GetDeploymentConfig operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentConfigOutput
|
||||
type GetDeploymentConfigOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7396,7 +7337,6 @@ func (s *GetDeploymentConfigOutput) SetDeploymentConfigInfo(v *DeploymentConfigI
|
|||
}
|
||||
|
||||
// Represents the input of a GetDeploymentGroup operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentGroupInput
|
||||
type GetDeploymentGroupInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7457,7 +7397,6 @@ func (s *GetDeploymentGroupInput) SetDeploymentGroupName(v string) *GetDeploymen
|
|||
}
|
||||
|
||||
// Represents the output of a GetDeploymentGroup operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentGroupOutput
|
||||
type GetDeploymentGroupOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7482,7 +7421,6 @@ func (s *GetDeploymentGroupOutput) SetDeploymentGroupInfo(v *DeploymentGroupInfo
|
|||
}
|
||||
|
||||
// Represents the input of a GetDeployment operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentInput
|
||||
type GetDeploymentInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7522,7 +7460,6 @@ func (s *GetDeploymentInput) SetDeploymentId(v string) *GetDeploymentInput {
|
|||
}
|
||||
|
||||
// Represents the input of a GetDeploymentInstance operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentInstanceInput
|
||||
type GetDeploymentInstanceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7576,7 +7513,6 @@ func (s *GetDeploymentInstanceInput) SetInstanceId(v string) *GetDeploymentInsta
|
|||
}
|
||||
|
||||
// Represents the output of a GetDeploymentInstance operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentInstanceOutput
|
||||
type GetDeploymentInstanceOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7601,7 +7537,6 @@ func (s *GetDeploymentInstanceOutput) SetInstanceSummary(v *InstanceSummary) *Ge
|
|||
}
|
||||
|
||||
// Represents the output of a GetDeployment operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentOutput
|
||||
type GetDeploymentOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7626,7 +7561,6 @@ func (s *GetDeploymentOutput) SetDeploymentInfo(v *DeploymentInfo) *GetDeploymen
|
|||
}
|
||||
|
||||
// Represents the input of a GetOnPremisesInstance operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetOnPremisesInstanceInput
|
||||
type GetOnPremisesInstanceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7666,7 +7600,6 @@ func (s *GetOnPremisesInstanceInput) SetInstanceName(v string) *GetOnPremisesIns
|
|||
}
|
||||
|
||||
// Represents the output of a GetOnPremisesInstance operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetOnPremisesInstanceOutput
|
||||
type GetOnPremisesInstanceOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7691,7 +7624,6 @@ func (s *GetOnPremisesInstanceOutput) SetInstanceInfo(v *InstanceInfo) *GetOnPre
|
|||
}
|
||||
|
||||
// Information about the location of application artifacts stored in GitHub.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GitHubLocation
|
||||
type GitHubLocation struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7730,7 +7662,6 @@ func (s *GitHubLocation) SetRepository(v string) *GitHubLocation {
|
|||
|
||||
// Information about the instances that belong to the replacement environment
|
||||
// in a blue/green deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GreenFleetProvisioningOption
|
||||
type GreenFleetProvisioningOption struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7761,7 +7692,6 @@ func (s *GreenFleetProvisioningOption) SetAction(v string) *GreenFleetProvisioni
|
|||
}
|
||||
|
||||
// Information about an on-premises instance.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceInfo
|
||||
type InstanceInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7841,7 +7771,6 @@ func (s *InstanceInfo) SetTags(v []*Tag) *InstanceInfo {
|
|||
}
|
||||
|
||||
// Information about an instance in a deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceSummary
|
||||
type InstanceSummary struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7929,7 +7858,6 @@ func (s *InstanceSummary) SetStatus(v string) *InstanceSummary {
|
|||
|
||||
// Information about the most recent attempted or successful deployment to a
|
||||
// deployment group.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LastDeploymentInfo
|
||||
type LastDeploymentInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -7983,7 +7911,6 @@ func (s *LastDeploymentInfo) SetStatus(v string) *LastDeploymentInfo {
|
|||
}
|
||||
|
||||
// Information about a deployment lifecycle event.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LifecycleEvent
|
||||
type LifecycleEvent struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8057,7 +7984,6 @@ func (s *LifecycleEvent) SetStatus(v string) *LifecycleEvent {
|
|||
}
|
||||
|
||||
// Represents the input of a ListApplicationRevisions operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListApplicationRevisionsInput
|
||||
type ListApplicationRevisionsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8184,7 +8110,6 @@ func (s *ListApplicationRevisionsInput) SetSortOrder(v string) *ListApplicationR
|
|||
}
|
||||
|
||||
// Represents the output of a ListApplicationRevisions operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListApplicationRevisionsOutput
|
||||
type ListApplicationRevisionsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8220,7 +8145,6 @@ func (s *ListApplicationRevisionsOutput) SetRevisions(v []*RevisionLocation) *Li
|
|||
}
|
||||
|
||||
// Represents the input of a ListApplications operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListApplicationsInput
|
||||
type ListApplicationsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8246,7 +8170,6 @@ func (s *ListApplicationsInput) SetNextToken(v string) *ListApplicationsInput {
|
|||
}
|
||||
|
||||
// Represents the output of a ListApplications operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListApplicationsOutput
|
||||
type ListApplicationsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8282,7 +8205,6 @@ func (s *ListApplicationsOutput) SetNextToken(v string) *ListApplicationsOutput
|
|||
}
|
||||
|
||||
// Represents the input of a ListDeploymentConfigs operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentConfigsInput
|
||||
type ListDeploymentConfigsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8309,7 +8231,6 @@ func (s *ListDeploymentConfigsInput) SetNextToken(v string) *ListDeploymentConfi
|
|||
}
|
||||
|
||||
// Represents the output of a ListDeploymentConfigs operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentConfigsOutput
|
||||
type ListDeploymentConfigsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8346,7 +8267,6 @@ func (s *ListDeploymentConfigsOutput) SetNextToken(v string) *ListDeploymentConf
|
|||
}
|
||||
|
||||
// Represents the input of a ListDeploymentGroups operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentGroupsInput
|
||||
type ListDeploymentGroupsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8400,7 +8320,6 @@ func (s *ListDeploymentGroupsInput) SetNextToken(v string) *ListDeploymentGroups
|
|||
}
|
||||
|
||||
// Represents the output of a ListDeploymentGroups operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentGroupsOutput
|
||||
type ListDeploymentGroupsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8445,7 +8364,6 @@ func (s *ListDeploymentGroupsOutput) SetNextToken(v string) *ListDeploymentGroup
|
|||
}
|
||||
|
||||
// Represents the input of a ListDeploymentInstances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentInstancesInput
|
||||
type ListDeploymentInstancesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8527,7 +8445,6 @@ func (s *ListDeploymentInstancesInput) SetNextToken(v string) *ListDeploymentIns
|
|||
}
|
||||
|
||||
// Represents the output of a ListDeploymentInstances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentInstancesOutput
|
||||
type ListDeploymentInstancesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8563,7 +8480,6 @@ func (s *ListDeploymentInstancesOutput) SetNextToken(v string) *ListDeploymentIn
|
|||
}
|
||||
|
||||
// Represents the input of a ListDeployments operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentsInput
|
||||
type ListDeploymentsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8654,7 +8570,6 @@ func (s *ListDeploymentsInput) SetNextToken(v string) *ListDeploymentsInput {
|
|||
}
|
||||
|
||||
// Represents the output of a ListDeployments operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentsOutput
|
||||
type ListDeploymentsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8690,7 +8605,6 @@ func (s *ListDeploymentsOutput) SetNextToken(v string) *ListDeploymentsOutput {
|
|||
}
|
||||
|
||||
// Represents the input of a ListGitHubAccountTokenNames operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListGitHubAccountTokenNamesInput
|
||||
type ListGitHubAccountTokenNamesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8716,7 +8630,6 @@ func (s *ListGitHubAccountTokenNamesInput) SetNextToken(v string) *ListGitHubAcc
|
|||
}
|
||||
|
||||
// Represents the output of a ListGitHubAccountTokenNames operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListGitHubAccountTokenNamesOutput
|
||||
type ListGitHubAccountTokenNamesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8752,7 +8665,6 @@ func (s *ListGitHubAccountTokenNamesOutput) SetTokenNameList(v []*string) *ListG
|
|||
}
|
||||
|
||||
// Represents the input of a ListOnPremisesInstances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListOnPremisesInstancesInput
|
||||
type ListOnPremisesInstancesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8803,7 +8715,6 @@ func (s *ListOnPremisesInstancesInput) SetTagFilters(v []*TagFilter) *ListOnPrem
|
|||
}
|
||||
|
||||
// Represents the output of list on-premises instances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListOnPremisesInstancesOutput
|
||||
type ListOnPremisesInstancesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8840,7 +8751,6 @@ func (s *ListOnPremisesInstancesOutput) SetNextToken(v string) *ListOnPremisesIn
|
|||
|
||||
// Information about the Elastic Load Balancing load balancer or target group
|
||||
// used in a deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LoadBalancerInfo
|
||||
type LoadBalancerInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8878,7 +8788,6 @@ func (s *LoadBalancerInfo) SetTargetGroupInfoList(v []*TargetGroupInfo) *LoadBal
|
|||
}
|
||||
|
||||
// Information about minimum healthy instance.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/MinimumHealthyHosts
|
||||
type MinimumHealthyHosts struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8937,7 +8846,6 @@ func (s *MinimumHealthyHosts) SetValue(v int64) *MinimumHealthyHosts {
|
|||
}
|
||||
|
||||
// Information about groups of on-premises instance tags.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/OnPremisesTagSet
|
||||
type OnPremisesTagSet struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -8963,7 +8871,6 @@ func (s *OnPremisesTagSet) SetOnPremisesTagSetList(v [][]*TagFilter) *OnPremises
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/PutLifecycleEventHookExecutionStatusInput
|
||||
type PutLifecycleEventHookExecutionStatusInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9008,7 +8915,6 @@ func (s *PutLifecycleEventHookExecutionStatusInput) SetStatus(v string) *PutLife
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/PutLifecycleEventHookExecutionStatusOutput
|
||||
type PutLifecycleEventHookExecutionStatusOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9036,7 +8942,6 @@ func (s *PutLifecycleEventHookExecutionStatusOutput) SetLifecycleEventHookExecut
|
|||
// A revision for an AWS Lambda deployment that is a YAML-formatted or JSON-formatted
|
||||
// string. For AWS Lambda deployments, the revision is the same as the AppSpec
|
||||
// file.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RawString
|
||||
type RawString struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9072,7 +8977,6 @@ func (s *RawString) SetSha256(v string) *RawString {
|
|||
}
|
||||
|
||||
// Represents the input of a RegisterApplicationRevision operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RegisterApplicationRevisionInput
|
||||
type RegisterApplicationRevisionInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9139,7 +9043,6 @@ func (s *RegisterApplicationRevisionInput) SetRevision(v *RevisionLocation) *Reg
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RegisterApplicationRevisionOutput
|
||||
type RegisterApplicationRevisionOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -9155,7 +9058,6 @@ func (s RegisterApplicationRevisionOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Represents the input of the register on-premises instance operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RegisterOnPremisesInstanceInput
|
||||
type RegisterOnPremisesInstanceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9212,7 +9114,6 @@ func (s *RegisterOnPremisesInstanceInput) SetInstanceName(v string) *RegisterOnP
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RegisterOnPremisesInstanceOutput
|
||||
type RegisterOnPremisesInstanceOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -9228,7 +9129,6 @@ func (s RegisterOnPremisesInstanceOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Represents the input of a RemoveTagsFromOnPremisesInstances operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RemoveTagsFromOnPremisesInstancesInput
|
||||
type RemoveTagsFromOnPremisesInstancesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9281,7 +9181,6 @@ func (s *RemoveTagsFromOnPremisesInstancesInput) SetTags(v []*Tag) *RemoveTagsFr
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RemoveTagsFromOnPremisesInstancesOutput
|
||||
type RemoveTagsFromOnPremisesInstancesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -9297,7 +9196,6 @@ func (s RemoveTagsFromOnPremisesInstancesOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Information about an application revision.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RevisionInfo
|
||||
type RevisionInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9332,7 +9230,6 @@ func (s *RevisionInfo) SetRevisionLocation(v *RevisionLocation) *RevisionInfo {
|
|||
}
|
||||
|
||||
// Information about the location of an application revision.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RevisionLocation
|
||||
type RevisionLocation struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9393,7 +9290,6 @@ func (s *RevisionLocation) SetString_(v *RawString) *RevisionLocation {
|
|||
}
|
||||
|
||||
// Information about a deployment rollback.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RollbackInfo
|
||||
type RollbackInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9439,7 +9335,6 @@ func (s *RollbackInfo) SetRollbackTriggeringDeploymentId(v string) *RollbackInfo
|
|||
|
||||
// Information about the location of application artifacts stored in Amazon
|
||||
// S3.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/S3Location
|
||||
type S3Location struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9514,7 +9409,6 @@ func (s *S3Location) SetVersion(v string) *S3Location {
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/SkipWaitTimeForInstanceTerminationInput
|
||||
type SkipWaitTimeForInstanceTerminationInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9539,7 +9433,6 @@ func (s *SkipWaitTimeForInstanceTerminationInput) SetDeploymentId(v string) *Ski
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/SkipWaitTimeForInstanceTerminationOutput
|
||||
type SkipWaitTimeForInstanceTerminationOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -9555,7 +9448,6 @@ func (s SkipWaitTimeForInstanceTerminationOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Represents the input of a StopDeployment operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/StopDeploymentInput
|
||||
type StopDeploymentInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9606,7 +9498,6 @@ func (s *StopDeploymentInput) SetDeploymentId(v string) *StopDeploymentInput {
|
|||
}
|
||||
|
||||
// Represents the output of a StopDeployment operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/StopDeploymentOutput
|
||||
type StopDeploymentOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9644,7 +9535,6 @@ func (s *StopDeploymentOutput) SetStatusMessage(v string) *StopDeploymentOutput
|
|||
}
|
||||
|
||||
// Information about a tag.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/Tag
|
||||
type Tag struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9678,7 +9568,6 @@ func (s *Tag) SetValue(v string) *Tag {
|
|||
}
|
||||
|
||||
// Information about an on-premises instance tag filter.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TagFilter
|
||||
type TagFilter struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9729,7 +9618,6 @@ func (s *TagFilter) SetValue(v string) *TagFilter {
|
|||
// Information about a target group in Elastic Load Balancing to use in a deployment.
|
||||
// Instances are registered as targets in a target group, and traffic is routed
|
||||
// to the target group.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TargetGroupInfo
|
||||
type TargetGroupInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9759,7 +9647,6 @@ func (s *TargetGroupInfo) SetName(v string) *TargetGroupInfo {
|
|||
|
||||
// Information about the instances to be used in the replacement environment
|
||||
// in a blue/green deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TargetInstances
|
||||
type TargetInstances struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9809,7 +9696,6 @@ func (s *TargetInstances) SetTagFilters(v []*EC2TagFilter) *TargetInstances {
|
|||
// A configuration that shifts traffic from one version of a Lambda function
|
||||
// to another in two increments. The original and target Lambda function versions
|
||||
// are specified in the deployment's AppSpec file.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TimeBasedCanary
|
||||
type TimeBasedCanary struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9848,7 +9734,6 @@ func (s *TimeBasedCanary) SetCanaryPercentage(v int64) *TimeBasedCanary {
|
|||
// to another in equal increments, with an equal number of minutes between each
|
||||
// increment. The original and target Lambda function versions are specified
|
||||
// in the deployment's AppSpec file.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TimeBasedLinear
|
||||
type TimeBasedLinear struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9884,7 +9769,6 @@ func (s *TimeBasedLinear) SetLinearPercentage(v int64) *TimeBasedLinear {
|
|||
}
|
||||
|
||||
// Information about a time range.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TimeRange
|
||||
type TimeRange struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9923,7 +9807,6 @@ func (s *TimeRange) SetStart(v time.Time) *TimeRange {
|
|||
|
||||
// The configuration that specifies how traffic is shifted from one version
|
||||
// of a Lambda function to another version during an AWS Lambda deployment.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TrafficRoutingConfig
|
||||
type TrafficRoutingConfig struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -9972,7 +9855,6 @@ func (s *TrafficRoutingConfig) SetType(v string) *TrafficRoutingConfig {
|
|||
}
|
||||
|
||||
// Information about notification triggers for the deployment group.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TriggerConfig
|
||||
type TriggerConfig struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -10016,7 +9898,6 @@ func (s *TriggerConfig) SetTriggerTargetArn(v string) *TriggerConfig {
|
|||
}
|
||||
|
||||
// Represents the input of an UpdateApplication operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UpdateApplicationInput
|
||||
type UpdateApplicationInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -10065,7 +9946,6 @@ func (s *UpdateApplicationInput) SetNewApplicationName(v string) *UpdateApplicat
|
|||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UpdateApplicationOutput
|
||||
type UpdateApplicationOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -10081,7 +9961,6 @@ func (s UpdateApplicationOutput) GoString() string {
|
|||
}
|
||||
|
||||
// Represents the input of an UpdateDeploymentGroup operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UpdateDeploymentGroupInput
|
||||
type UpdateDeploymentGroupInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -10288,7 +10167,6 @@ func (s *UpdateDeploymentGroupInput) SetTriggerConfigurations(v []*TriggerConfig
|
|||
}
|
||||
|
||||
// Represents the output of an UpdateDeploymentGroup operation.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UpdateDeploymentGroupOutput
|
||||
type UpdateDeploymentGroupOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue