GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::AppIntegrations(3) User Contributed Perl Documentation Paws::AppIntegrations(3)

Paws::AppIntegrations - Perl Interface to AWS Amazon AppIntegrations Service

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

The Amazon AppIntegrations APIs are in preview release and are subject to change.

The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.

For information about how you can use external applications with Amazon Connect, see Set up pre-built integrations (https://docs.aws.amazon.com/connect/latest/adminguide/crm.html) in the Amazon Connect Administrator Guide.

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/app-integrations-2020-07-29>

[ClientToken => Str]
[Description => Str]
[Tags => Paws::AppIntegrations::TagMap]

Each argument is described in detail in: Paws::AppIntegrations::CreateEventIntegration

Returns: a Paws::AppIntegrations::CreateEventIntegrationResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Creates an EventIntegration, given a specified name, description, and a reference to an Amazon Eventbridge bus in your account and a partner event source that will push events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.

Each argument is described in detail in: Paws::AppIntegrations::DeleteEventIntegration

Returns: a Paws::AppIntegrations::DeleteEventIntegrationResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.

Each argument is described in detail in: Paws::AppIntegrations::GetEventIntegration

Returns: a Paws::AppIntegrations::GetEventIntegrationResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Return information about the event integration.

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

Each argument is described in detail in: Paws::AppIntegrations::ListEventIntegrationAssociations

Returns: a Paws::AppIntegrations::ListEventIntegrationAssociationsResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Returns a paginated list of event integration associations in the account.

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

Each argument is described in detail in: Paws::AppIntegrations::ListEventIntegrations

Returns: a Paws::AppIntegrations::ListEventIntegrationsResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Returns a paginated list of event integrations in the account.

Each argument is described in detail in: Paws::AppIntegrations::ListTagsForResource

Returns: a Paws::AppIntegrations::ListTagsForResourceResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Lists the tags for the specified resource.

Each argument is described in detail in: Paws::AppIntegrations::TagResource

Returns: a Paws::AppIntegrations::TagResourceResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Adds the specified tags to the specified resource.

Each argument is described in detail in: Paws::AppIntegrations::UntagResource

Returns: a Paws::AppIntegrations::UntagResourceResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Removes the specified tags from the specified resource.

[Description => Str]

Each argument is described in detail in: Paws::AppIntegrations::UpdateEventIntegration

Returns: a Paws::AppIntegrations::UpdateEventIntegrationResponse instance

The Amazon AppIntegrations APIs are in preview release and are subject to change.

Updates the description of an event integration.

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

This service class forms part of Paws

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.