codedeploy_register_application_revision {paws.developer.tools}R Documentation

Registers with CodeDeploy a revision for the specified application

Description

Registers with CodeDeploy a revision for the specified application.

See https://www.paws-r-sdk.com/docs/codedeploy_register_application_revision/ for full documentation.

Usage

codedeploy_register_application_revision(
  applicationName,
  description = NULL,
  revision
)

Arguments

applicationName

[required] The name of an CodeDeploy application associated with the user or Amazon Web Services account.

description

A comment about the revision.

revision

[required] Information about the application revision to register, including type and location.


[Package paws.developer.tools version 0.9.0 Index]