![]() |
![]()
| ![]() |
![]()
NAMEPaws::Cloud9 - Perl Interface to AWS AWS Cloud9 SYNOPSISuse Paws; my $obj = Paws->service('Cloud9'); 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' } ], ); DESCRIPTIONCloud9 Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the cloud. For more information about Cloud9, see the Cloud9 User Guide (https://docs.aws.amazon.com/cloud9/latest/user-guide). Cloud9 supports these operations:
For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23> METHODSCreateEnvironmentEC2
Each argument is described in detail in: Paws::Cloud9::CreateEnvironmentEC2 Returns: a Paws::Cloud9::CreateEnvironmentEC2Result instance Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment. CreateEnvironmentMembershipEach argument is described in detail in: Paws::Cloud9::CreateEnvironmentMembership Returns: a Paws::Cloud9::CreateEnvironmentMembershipResult instance Adds an environment member to an Cloud9 development environment. DeleteEnvironmentEach argument is described in detail in: Paws::Cloud9::DeleteEnvironment Returns: a Paws::Cloud9::DeleteEnvironmentResult instance Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance. DeleteEnvironmentMembershipEach argument is described in detail in: Paws::Cloud9::DeleteEnvironmentMembership Returns: a Paws::Cloud9::DeleteEnvironmentMembershipResult instance Deletes an environment member from an Cloud9 development environment. DescribeEnvironmentMemberships
Each argument is described in detail in: Paws::Cloud9::DescribeEnvironmentMemberships Returns: a Paws::Cloud9::DescribeEnvironmentMembershipsResult instance Gets information about environment members for an Cloud9 development environment. DescribeEnvironmentsEach argument is described in detail in: Paws::Cloud9::DescribeEnvironments Returns: a Paws::Cloud9::DescribeEnvironmentsResult instance Gets information about Cloud9 development environments. DescribeEnvironmentStatusEach argument is described in detail in: Paws::Cloud9::DescribeEnvironmentStatus Returns: a Paws::Cloud9::DescribeEnvironmentStatusResult instance Gets status information for an Cloud9 development environment. ListEnvironments
Each argument is described in detail in: Paws::Cloud9::ListEnvironments Returns: a Paws::Cloud9::ListEnvironmentsResult instance Gets a list of Cloud9 development environment identifiers. ListTagsForResourceEach argument is described in detail in: Paws::Cloud9::ListTagsForResource Returns: a Paws::Cloud9::ListTagsForResourceResponse instance Gets a list of the tags associated with an Cloud9 development environment. TagResourceEach argument is described in detail in: Paws::Cloud9::TagResource Returns: a Paws::Cloud9::TagResourceResponse instance Adds tags to an Cloud9 development environment. Tags that you add to an Cloud9 environment by using this method will NOT be automatically propagated to underlying resources. UntagResourceEach argument is described in detail in: Paws::Cloud9::UntagResource Returns: a Paws::Cloud9::UntagResourceResponse instance Removes tags from an Cloud9 development environment. UpdateEnvironment
Each argument is described in detail in: Paws::Cloud9::UpdateEnvironment Returns: a Paws::Cloud9::UpdateEnvironmentResult instance Changes the settings of an existing Cloud9 development environment. UpdateEnvironmentMembershipEach argument is described in detail in: Paws::Cloud9::UpdateEnvironmentMembership Returns: a Paws::Cloud9::UpdateEnvironmentMembershipResult instance Changes the settings of an existing environment member for an Cloud9 development environment. PAGINATORSPaginator methods are helpers that repetively call methods that return partial results DescribeAllEnvironmentMemberships(sub { },[EnvironmentId => Str, MaxResults => Int, NextToken => Str, Permissions => ArrayRef[Str|Undef], UserArn => Str])DescribeAllEnvironmentMemberships([EnvironmentId => Str, MaxResults => Int, NextToken => Str, Permissions => ArrayRef[Str|Undef], UserArn => Str])If passed a sub as first parameter, it will call the sub for each element found in : - memberships, passing the object as the first parameter, and the string 'memberships' as the second parameter If not, it will return a a Paws::Cloud9::DescribeEnvironmentMembershipsResult instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. ListAllEnvironments(sub { },[MaxResults => Int, NextToken => Str])ListAllEnvironments([MaxResults => Int, NextToken => Str])If passed a sub as first parameter, it will call the sub for each element found in : - environmentIds, passing the object as the first parameter, and the string 'environmentIds' as the second parameter If not, it will return a a Paws::Cloud9::ListEnvironmentsResult instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|