![]() |
![]()
| ![]() |
![]()
NAMEPaws::AppIntegrations - Perl Interface to AWS Amazon AppIntegrations Service SYNOPSISuse 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' } ], ); DESCRIPTIONThe 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> METHODSCreateEventIntegration
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. DeleteEventIntegrationEach 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. GetEventIntegrationEach 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. ListEventIntegrationAssociations
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. ListEventIntegrations
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. ListTagsForResourceEach 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. TagResourceEach 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. UntagResourceEach 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. UpdateEventIntegration
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. PAGINATORSPaginator methods are helpers that repetively call methods that return partial results 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>
|