![]() |
![]()
| ![]() |
![]()
NAMEPaws::AlexaForBusiness::UpdateConferenceProvider - Arguments for method UpdateConferenceProvider on Paws::AlexaForBusiness DESCRIPTIONThis class represents the parameters used for calling the method UpdateConferenceProvider on the Alexa For Business service. Use the attributes of this class as arguments to method UpdateConferenceProvider. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateConferenceProvider. SYNOPSISmy $a4b = Paws->service('AlexaForBusiness'); my $UpdateConferenceProviderResponse = $a4b->UpdateConferenceProvider( ConferenceProviderArn => 'MyArn', ConferenceProviderType => 'CHIME', MeetingSetting => { RequirePin => 'YES', # values: YES, NO, OPTIONAL }, IPDialIn => { CommsProtocol => 'SIP', # values: SIP, SIPS, H323 Endpoint => 'MyEndpoint', # min: 1, max: 256 }, # OPTIONAL PSTNDialIn => { CountryCode => 'MyCountryCode', OneClickIdDelay => 'MyOneClickIdDelay', # min: 1, max: 2 OneClickPinDelay => 'MyOneClickPinDelay', # min: 1, max: 2 PhoneNumber => 'MyOutboundPhoneNumber', }, # OPTIONAL ); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/a4b/UpdateConferenceProvider> ATTRIBUTESREQUIRED ConferenceProviderArn => StrThe ARN of the conference provider. REQUIRED ConferenceProviderType => StrThe type of the conference provider. Valid values are: "CHIME", "BLUEJEANS", "FUZE", "GOOGLE_HANGOUTS", "POLYCOM", "RINGCENTRAL", "SKYPE_FOR_BUSINESS", "WEBEX", "ZOOM", "CUSTOM" IPDialIn => Paws::AlexaForBusiness::IPDialInThe IP endpoint and protocol for calling. REQUIRED MeetingSetting => Paws::AlexaForBusiness::MeetingSettingThe meeting settings for the conference provider. PSTNDialIn => Paws::AlexaForBusiness::PSTNDialInThe information for PSTN conferencing. SEE ALSOThis class forms part of Paws, documenting arguments for method UpdateConferenceProvider in Paws::AlexaForBusiness 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>
|