|
NAMEPaws::CodeDeploy - Perl Interface to AWS AWS CodeDeploySYNOPSISuse Paws; my $obj = Paws->service('CodeDeploy')->new; my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); DESCRIPTIONAWS CodeDeploy OverviewThis is the AWS CodeDeploy API Reference. This guide provides descriptions of the AWS CodeDeploy APIs. For additional information, see the AWS CodeDeploy User Guide. Using the APIs You can use the AWS CodeDeploy APIs to work with the following items:
METHODSAddTagsToOnPremisesInstances(instanceNames => ArrayRef[Str], tags => ArrayRef[Paws::CodeDeploy::Tag])Each argument is described in detail in: Paws::CodeDeploy::AddTagsToOnPremisesInstancesReturns: nothing Adds tags to on-premises instances. BatchGetApplications([applicationNames => ArrayRef[Str]])Each argument is described in detail in: Paws::CodeDeploy::BatchGetApplicationsReturns: a Paws::CodeDeploy::BatchGetApplicationsOutput instance Gets information about one or more applications. BatchGetDeployments([deploymentIds => ArrayRef[Str]])Each argument is described in detail in: Paws::CodeDeploy::BatchGetDeploymentsReturns: a Paws::CodeDeploy::BatchGetDeploymentsOutput instance Gets information about one or more deployments. BatchGetOnPremisesInstances([instanceNames => ArrayRef[Str]])Each argument is described in detail in: Paws::CodeDeploy::BatchGetOnPremisesInstancesReturns: a Paws::CodeDeploy::BatchGetOnPremisesInstancesOutput instance Gets information about one or more on-premises instances. CreateApplication(applicationName => Str)Each argument is described in detail in: Paws::CodeDeploy::CreateApplicationReturns: a Paws::CodeDeploy::CreateApplicationOutput instance Creates a new application. CreateDeployment(applicationName => Str, [deploymentConfigName => Str, deploymentGroupName => Str, description => Str, ignoreApplicationStopFailures => Bool, revision => Paws::CodeDeploy::RevisionLocation])Each argument is described in detail in: Paws::CodeDeploy::CreateDeploymentReturns: a Paws::CodeDeploy::CreateDeploymentOutput instance Deploys an application revision through the specified deployment group. CreateDeploymentConfig(deploymentConfigName => Str, [minimumHealthyHosts => Paws::CodeDeploy::MinimumHealthyHosts])Each argument is described in detail in: Paws::CodeDeploy::CreateDeploymentConfigReturns: a Paws::CodeDeploy::CreateDeploymentConfigOutput instance Creates a new deployment configuration. CreateDeploymentGroup(applicationName => Str, deploymentGroupName => Str, serviceRoleArn => Str, [autoScalingGroups => ArrayRef[Str], deploymentConfigName => Str, ec2TagFilters => ArrayRef[Paws::CodeDeploy::EC2TagFilter], onPremisesInstanceTagFilters => ArrayRef[Paws::CodeDeploy::TagFilter]])Each argument is described in detail in: Paws::CodeDeploy::CreateDeploymentGroupReturns: a Paws::CodeDeploy::CreateDeploymentGroupOutput instance Creates a new deployment group for application revisions to be deployed to. DeleteApplication(applicationName => Str)Each argument is described in detail in: Paws::CodeDeploy::DeleteApplicationReturns: nothing Deletes an application. DeleteDeploymentConfig(deploymentConfigName => Str)Each argument is described in detail in: Paws::CodeDeploy::DeleteDeploymentConfigReturns: nothing Deletes a deployment configuration. A deployment configuration cannot be deleted if it is currently in use. Also, predefined configurations cannot be deleted. DeleteDeploymentGroup(applicationName => Str, deploymentGroupName => Str)Each argument is described in detail in: Paws::CodeDeploy::DeleteDeploymentGroupReturns: a Paws::CodeDeploy::DeleteDeploymentGroupOutput instance Deletes a deployment group. DeregisterOnPremisesInstance(instanceName => Str)Each argument is described in detail in: Paws::CodeDeploy::DeregisterOnPremisesInstanceReturns: nothing Deregisters an on-premises instance. GetApplication(applicationName => Str)Each argument is described in detail in: Paws::CodeDeploy::GetApplicationReturns: a Paws::CodeDeploy::GetApplicationOutput instance Gets information about an application. GetApplicationRevision(applicationName => Str, revision => Paws::CodeDeploy::RevisionLocation)Each argument is described in detail in: Paws::CodeDeploy::GetApplicationRevisionReturns: a Paws::CodeDeploy::GetApplicationRevisionOutput instance Gets information about an application revision. GetDeployment(deploymentId => Str)Each argument is described in detail in: Paws::CodeDeploy::GetDeploymentReturns: a Paws::CodeDeploy::GetDeploymentOutput instance Gets information about a deployment. GetDeploymentConfig(deploymentConfigName => Str)Each argument is described in detail in: Paws::CodeDeploy::GetDeploymentConfigReturns: a Paws::CodeDeploy::GetDeploymentConfigOutput instance Gets information about a deployment configuration. GetDeploymentGroup(applicationName => Str, deploymentGroupName => Str)Each argument is described in detail in: Paws::CodeDeploy::GetDeploymentGroupReturns: a Paws::CodeDeploy::GetDeploymentGroupOutput instance Gets information about a deployment group. GetDeploymentInstance(deploymentId => Str, instanceId => Str)Each argument is described in detail in: Paws::CodeDeploy::GetDeploymentInstanceReturns: a Paws::CodeDeploy::GetDeploymentInstanceOutput instance Gets information about an instance as part of a deployment. GetOnPremisesInstance(instanceName => Str)Each argument is described in detail in: Paws::CodeDeploy::GetOnPremisesInstanceReturns: a Paws::CodeDeploy::GetOnPremisesInstanceOutput instance Gets information about an on-premises instance. ListApplicationRevisions(applicationName => Str, [deployed => Str, nextToken => Str, s3Bucket => Str, s3KeyPrefix => Str, sortBy => Str, sortOrder => Str])Each argument is described in detail in: Paws::CodeDeploy::ListApplicationRevisionsReturns: a Paws::CodeDeploy::ListApplicationRevisionsOutput instance Lists information about revisions for an application. ListApplications([nextToken => Str])Each argument is described in detail in: Paws::CodeDeploy::ListApplicationsReturns: a Paws::CodeDeploy::ListApplicationsOutput instance Lists the applications registered with the applicable IAM user or AWS account. ListDeploymentConfigs([nextToken => Str])Each argument is described in detail in: Paws::CodeDeploy::ListDeploymentConfigsReturns: a Paws::CodeDeploy::ListDeploymentConfigsOutput instance Lists the deployment configurations with the applicable IAM user or AWS account. ListDeploymentGroups(applicationName => Str, [nextToken => Str])Each argument is described in detail in: Paws::CodeDeploy::ListDeploymentGroupsReturns: a Paws::CodeDeploy::ListDeploymentGroupsOutput instance Lists the deployment groups for an application registered with the applicable IAM user or AWS account. ListDeploymentInstances(deploymentId => Str, [instanceStatusFilter => ArrayRef[Str], nextToken => Str])Each argument is described in detail in: Paws::CodeDeploy::ListDeploymentInstancesReturns: a Paws::CodeDeploy::ListDeploymentInstancesOutput instance Lists the instances for a deployment associated with the applicable IAM user or AWS account. ListDeployments([applicationName => Str, createTimeRange => Paws::CodeDeploy::TimeRange, deploymentGroupName => Str, includeOnlyStatuses => ArrayRef[Str], nextToken => Str])Each argument is described in detail in: Paws::CodeDeploy::ListDeploymentsReturns: a Paws::CodeDeploy::ListDeploymentsOutput instance Lists the deployments within a deployment group for an application registered with the applicable IAM user or AWS account. ListOnPremisesInstances([nextToken => Str, registrationStatus => Str, tagFilters => ArrayRef[Paws::CodeDeploy::TagFilter]])Each argument is described in detail in: Paws::CodeDeploy::ListOnPremisesInstancesReturns: a Paws::CodeDeploy::ListOnPremisesInstancesOutput instance Gets a list of one or more on-premises instance names. Unless otherwise specified, both registered and deregistered on-premises instance names will be listed. To list only registered or deregistered on-premises instance names, use the registration status parameter. RegisterApplicationRevision(applicationName => Str, revision => Paws::CodeDeploy::RevisionLocation, [description => Str])Each argument is described in detail in: Paws::CodeDeploy::RegisterApplicationRevisionReturns: nothing Registers with AWS CodeDeploy a revision for the specified application. RegisterOnPremisesInstance(iamUserArn => Str, instanceName => Str)Each argument is described in detail in: Paws::CodeDeploy::RegisterOnPremisesInstanceReturns: nothing Registers an on-premises instance. RemoveTagsFromOnPremisesInstances(instanceNames => ArrayRef[Str], tags => ArrayRef[Paws::CodeDeploy::Tag])Each argument is described in detail in: Paws::CodeDeploy::RemoveTagsFromOnPremisesInstancesReturns: nothing Removes one or more tags from one or more on-premises instances. StopDeployment(deploymentId => Str)Each argument is described in detail in: Paws::CodeDeploy::StopDeploymentReturns: a Paws::CodeDeploy::StopDeploymentOutput instance Attempts to stop an ongoing deployment. UpdateApplication([applicationName => Str, newApplicationName => Str])Each argument is described in detail in: Paws::CodeDeploy::UpdateApplicationReturns: nothing Changes an existing application's name. UpdateDeploymentGroup(applicationName => Str, currentDeploymentGroupName => Str, [autoScalingGroups => ArrayRef[Str], deploymentConfigName => Str, ec2TagFilters => ArrayRef[Paws::CodeDeploy::EC2TagFilter], newDeploymentGroupName => Str, onPremisesInstanceTagFilters => ArrayRef[Paws::CodeDeploy::TagFilter], serviceRoleArn => Str])Each argument is described in detail in: Paws::CodeDeploy::UpdateDeploymentGroupReturns: a Paws::CodeDeploy::UpdateDeploymentGroupOutput instance Changes information about an existing deployment group. SEE ALSOThis service class forms part of PawsBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |