2021/03/01 - Alexa For Business - 6 updated api methods
Changes Update alexaforbusiness client to latest version
{'Tags': [{'Key': 'string', 'Value': 'string'}]}
Creates an address book with the specified details.
See also: AWS API Documentation
Request Syntax
client.create_address_book( Name='string', Description='string', ClientRequestToken='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
string
[REQUIRED]
The name of the address book.
string
The description of the address book.
string
A unique, user-specified identifier for the request that ensures idempotency.
This field is autopopulated if not provided.
list
The tags to be added to the specified resource. Do not provide system tags.
(dict) --
A key-value pair that can be associated with a resource.
Key (string) -- [REQUIRED]
The key of a tag. Tag keys are case-sensitive.
Value (string) -- [REQUIRED]
The value of a tag. Tag values are case sensitive and can be null.
dict
Response Syntax
{ 'AddressBookArn': 'string' }
Response Structure
(dict) --
AddressBookArn (string) --
The ARN of the newly created address book.
{'Tags': [{'Key': 'string', 'Value': 'string'}]}
Adds a new conference provider under the user's AWS account.
See also: AWS API Documentation
Request Syntax
client.create_conference_provider( ConferenceProviderName='string', ConferenceProviderType='CHIME'|'BLUEJEANS'|'FUZE'|'GOOGLE_HANGOUTS'|'POLYCOM'|'RINGCENTRAL'|'SKYPE_FOR_BUSINESS'|'WEBEX'|'ZOOM'|'CUSTOM', IPDialIn={ 'Endpoint': 'string', 'CommsProtocol': 'SIP'|'SIPS'|'H323' }, PSTNDialIn={ 'CountryCode': 'string', 'PhoneNumber': 'string', 'OneClickIdDelay': 'string', 'OneClickPinDelay': 'string' }, MeetingSetting={ 'RequirePin': 'YES'|'NO'|'OPTIONAL' }, ClientRequestToken='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
string
[REQUIRED]
The name of the conference provider.
string
[REQUIRED]
Represents a type within a list of predefined types.
dict
The IP endpoint and protocol for calling.
Endpoint (string) -- [REQUIRED]
The IP address.
CommsProtocol (string) -- [REQUIRED]
The protocol, including SIP, SIPS, and H323.
dict
The information for PSTN conferencing.
CountryCode (string) -- [REQUIRED]
The zip code.
PhoneNumber (string) -- [REQUIRED]
The phone number to call to join the conference.
OneClickIdDelay (string) -- [REQUIRED]
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
OneClickPinDelay (string) -- [REQUIRED]
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
dict
[REQUIRED]
The meeting settings for the conference provider.
RequirePin (string) -- [REQUIRED]
The values that indicate whether the pin is always required.
string
The request token of the client.
This field is autopopulated if not provided.
list
The tags to be added to the specified resource. Do not provide system tags.
(dict) --
A key-value pair that can be associated with a resource.
Key (string) -- [REQUIRED]
The key of a tag. Tag keys are case-sensitive.
Value (string) -- [REQUIRED]
The value of a tag. Tag values are case sensitive and can be null.
dict
Response Syntax
{ 'ConferenceProviderArn': 'string' }
Response Structure
(dict) --
ConferenceProviderArn (string) --
The ARN of the newly-created conference provider.
{'Tags': [{'Key': 'string', 'Value': 'string'}]}
Creates a contact with the specified details.
See also: AWS API Documentation
Request Syntax
client.create_contact( DisplayName='string', FirstName='string', LastName='string', PhoneNumber='string', PhoneNumbers=[ { 'Number': 'string', 'Type': 'MOBILE'|'WORK'|'HOME' }, ], SipAddresses=[ { 'Uri': 'string', 'Type': 'WORK' }, ], ClientRequestToken='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
string
The name of the contact to display on the console.
string
[REQUIRED]
The first name of the contact that is used to call the contact on the device.
string
The last name of the contact that is used to call the contact on the device.
string
The phone number of the contact in E.164 format. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
list
The list of phone numbers for the contact.
(dict) --
The phone number for the contact containing the raw number and phone number type.
Number (string) -- [REQUIRED]
The raw value of the phone number.
Type (string) -- [REQUIRED]
The type of the phone number.
list
The list of SIP addresses for the contact.
(dict) --
The SIP address for the contact containing the URI and SIP address type.
Uri (string) -- [REQUIRED]
The URI for the SIP address.
Type (string) -- [REQUIRED]
The type of the SIP address.
string
A unique, user-specified identifier for this request that ensures idempotency.
This field is autopopulated if not provided.
list
The tags to be added to the specified resource. Do not provide system tags.
(dict) --
A key-value pair that can be associated with a resource.
Key (string) -- [REQUIRED]
The key of a tag. Tag keys are case-sensitive.
Value (string) -- [REQUIRED]
The value of a tag. Tag values are case sensitive and can be null.
dict
Response Syntax
{ 'ContactArn': 'string' }
Response Structure
(dict) --
ContactArn (string) --
The ARN of the newly created address book.
{'Tags': [{'Key': 'string', 'Value': 'string'}]}
Creates a gateway group with the specified details.
See also: AWS API Documentation
Request Syntax
client.create_gateway_group( Name='string', Description='string', ClientRequestToken='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
string
[REQUIRED]
The name of the gateway group.
string
The description of the gateway group.
string
[REQUIRED]
A unique, user-specified identifier for the request that ensures idempotency.
This field is autopopulated if not provided.
list
The tags to be added to the specified resource. Do not provide system tags.
(dict) --
A key-value pair that can be associated with a resource.
Key (string) -- [REQUIRED]
The key of a tag. Tag keys are case-sensitive.
Value (string) -- [REQUIRED]
The value of a tag. Tag values are case sensitive and can be null.
dict
Response Syntax
{ 'GatewayGroupArn': 'string' }
Response Structure
(dict) --
GatewayGroupArn (string) --
The ARN of the created gateway group.
{'Tags': [{'Key': 'string', 'Value': 'string'}]}
Creates a network profile with the specified details.
See also: AWS API Documentation
Request Syntax
client.create_network_profile( NetworkProfileName='string', Description='string', Ssid='string', SecurityType='OPEN'|'WEP'|'WPA_PSK'|'WPA2_PSK'|'WPA2_ENTERPRISE', EapMethod='EAP_TLS', CurrentPassword='string', NextPassword='string', CertificateAuthorityArn='string', TrustAnchors=[ 'string', ], ClientRequestToken='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
string
[REQUIRED]
The name of the network profile associated with a device.
string
Detailed information about a device's network profile.
string
[REQUIRED]
The SSID of the Wi-Fi network.
string
[REQUIRED]
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
string
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
string
The current password of the Wi-Fi network.
string
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
string
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
list
The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation.
(string) --
string
[REQUIRED]
A unique, user-specified identifier for the request that ensures idempotency.
This field is autopopulated if not provided.
list
The tags to be added to the specified resource. Do not provide system tags.
(dict) --
A key-value pair that can be associated with a resource.
Key (string) -- [REQUIRED]
The key of a tag. Tag keys are case-sensitive.
Value (string) -- [REQUIRED]
The value of a tag. Tag values are case sensitive and can be null.
dict
Response Syntax
{ 'NetworkProfileArn': 'string' }
Response Structure
(dict) --
NetworkProfileArn (string) --
The ARN of the network profile associated with a device.
{'Tags': [{'Key': 'string', 'Value': 'string'}]}
Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS).
See also: AWS API Documentation
Request Syntax
client.register_avs_device( ClientId='string', UserCode='string', ProductId='string', DeviceSerialNumber='string', AmazonId='string', RoomArn='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
string
[REQUIRED]
The client ID of the OEM used for code-based linking authorization on an AVS device.
string
[REQUIRED]
The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification.
string
[REQUIRED]
The product ID used to identify your AVS device during authorization.
string
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
string
[REQUIRED]
The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console.
string
The Amazon Resource Name (ARN) of the room with which to associate your AVS device.
list
The tags to be added to the specified resource. Do not provide system tags.
(dict) --
A key-value pair that can be associated with a resource.
Key (string) -- [REQUIRED]
The key of a tag. Tag keys are case-sensitive.
Value (string) -- [REQUIRED]
The value of a tag. Tag values are case sensitive and can be null.
dict
Response Syntax
{ 'DeviceArn': 'string' }
Response Structure
(dict) --
DeviceArn (string) --
The ARN of the device.