The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::MobileHub - Perl Interface to AWS AWS Mobile

SYNOPSIS

  use Paws;

  my $obj = Paws->service('MobileHub');
  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' } ],
  );

DESCRIPTION

AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of those resources.

For the AWS API documentation, see https://docs.aws.amazon.com/mobile-hub/

METHODS

CreateProject

[Contents => Str]
[Name => Str]
[Region => Str]
[SnapshotId => Str]

Each argument is described in detail in: Paws::MobileHub::CreateProject

Returns: a Paws::MobileHub::CreateProjectResult instance

Creates an AWS Mobile Hub project.

DeleteProject

ProjectId => Str

Each argument is described in detail in: Paws::MobileHub::DeleteProject

Returns: a Paws::MobileHub::DeleteProjectResult instance

Delets a project in AWS Mobile Hub.

DescribeBundle

BundleId => Str

Each argument is described in detail in: Paws::MobileHub::DescribeBundle

Returns: a Paws::MobileHub::DescribeBundleResult instance

Get the bundle details for the requested bundle id.

DescribeProject

ProjectId => Str
[SyncFromResources => Bool]

Each argument is described in detail in: Paws::MobileHub::DescribeProject

Returns: a Paws::MobileHub::DescribeProjectResult instance

Gets details about a project in AWS Mobile Hub.

ExportBundle

BundleId => Str
[Platform => Str]
[ProjectId => Str]

Each argument is described in detail in: Paws::MobileHub::ExportBundle

Returns: a Paws::MobileHub::ExportBundleResult instance

Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.

ExportProject

ProjectId => Str

Each argument is described in detail in: Paws::MobileHub::ExportProject

Returns: a Paws::MobileHub::ExportProjectResult instance

Exports project configuration to a snapshot which can be downloaded and shared. Note that mobile app push credentials are encrypted in exported projects, so they can only be shared successfully within the same AWS account.

ListBundles

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::MobileHub::ListBundles

Returns: a Paws::MobileHub::ListBundlesResult instance

List all available bundles.

ListProjects

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::MobileHub::ListProjects

Returns: a Paws::MobileHub::ListProjectsResult instance

Lists projects in AWS Mobile Hub.

UpdateProject

ProjectId => Str
[Contents => Str]

Each argument is described in detail in: Paws::MobileHub::UpdateProject

Returns: a Paws::MobileHub::UpdateProjectResult instance

Update an existing project.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

ListAllBundles(sub { },[MaxResults => Int, NextToken => Str])

ListAllBundles([MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - bundleList, passing the object as the first parameter, and the string 'bundleList' as the second parameter 

If not, it will return a a Paws::MobileHub::ListBundlesResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllProjects(sub { },[MaxResults => Int, NextToken => Str])

ListAllProjects([MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - projects, passing the object as the first parameter, and the string 'projects' as the second parameter 

If not, it will return a a Paws::MobileHub::ListProjectsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues