aws-sdk-alexaforbusiness 1.32.0 → 1.33.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9439eaa85190997b66079493f391ecd382980468
|
4
|
+
data.tar.gz: fb6f1de73811b9e533d0b04b693d31c773849a5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97a0e6a57b005511bba34fe54a107cb1b679c88c0aba084e9258e413ee3c6fbe0f9110269e81e853548e6ae8e6ad6e790ebc840fed93c99c10e4b7c0f594b943
|
7
|
+
data.tar.gz: 4fa6f52536de58e4226bfaed5891427a282beb036d0e2e5eef690a39163e0c04ce2149c12baa98671c5d6324e3f5f209f04a212075a26bf6227e222f0cb59e3d
|
@@ -1680,6 +1680,7 @@ module Aws::AlexaForBusiness
|
|
1680
1680
|
# resp.device.device_status_info.device_status_details[0].feature #=> String, one of "BLUETOOTH", "VOLUME", "NOTIFICATIONS", "LISTS", "SKILLS", "NETWORK_PROFILE", "SETTINGS", "ALL"
|
1681
1681
|
# resp.device.device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND"
|
1682
1682
|
# resp.device.device_status_info.connection_status #=> String, one of "ONLINE", "OFFLINE"
|
1683
|
+
# resp.device.device_status_info.connection_status_updated_time #=> Time
|
1683
1684
|
# resp.device.network_profile_info.network_profile_arn #=> String
|
1684
1685
|
# resp.device.network_profile_info.certificate_arn #=> String
|
1685
1686
|
# resp.device.network_profile_info.certificate_expiration_time #=> Time
|
@@ -2933,6 +2934,8 @@ module Aws::AlexaForBusiness
|
|
2933
2934
|
# resp.devices[0].device_status_info.device_status_details[0].feature #=> String, one of "BLUETOOTH", "VOLUME", "NOTIFICATIONS", "LISTS", "SKILLS", "NETWORK_PROFILE", "SETTINGS", "ALL"
|
2934
2935
|
# resp.devices[0].device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND"
|
2935
2936
|
# resp.devices[0].device_status_info.connection_status #=> String, one of "ONLINE", "OFFLINE"
|
2937
|
+
# resp.devices[0].device_status_info.connection_status_updated_time #=> Time
|
2938
|
+
# resp.devices[0].created_time #=> Time
|
2936
2939
|
# resp.next_token #=> String
|
2937
2940
|
# resp.total_count #=> Integer
|
2938
2941
|
#
|
@@ -4016,7 +4019,7 @@ module Aws::AlexaForBusiness
|
|
4016
4019
|
params: params,
|
4017
4020
|
config: config)
|
4018
4021
|
context[:gem_name] = 'aws-sdk-alexaforbusiness'
|
4019
|
-
context[:gem_version] = '1.
|
4022
|
+
context[:gem_version] = '1.33.0'
|
4020
4023
|
Seahorse::Client::Request.new(handlers, context)
|
4021
4024
|
end
|
4022
4025
|
|
@@ -73,6 +73,7 @@ module Aws::AlexaForBusiness
|
|
73
73
|
ConferenceProviderType = Shapes::StringShape.new(name: 'ConferenceProviderType')
|
74
74
|
ConferenceProvidersList = Shapes::ListShape.new(name: 'ConferenceProvidersList')
|
75
75
|
ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
|
76
|
+
ConnectionStatusUpdatedTime = Shapes::TimestampShape.new(name: 'ConnectionStatusUpdatedTime')
|
76
77
|
Contact = Shapes::StructureShape.new(name: 'Contact')
|
77
78
|
ContactData = Shapes::StructureShape.new(name: 'ContactData')
|
78
79
|
ContactDataList = Shapes::ListShape.new(name: 'ContactDataList')
|
@@ -138,6 +139,7 @@ module Aws::AlexaForBusiness
|
|
138
139
|
DeveloperName = Shapes::StringShape.new(name: 'DeveloperName')
|
139
140
|
Device = Shapes::StructureShape.new(name: 'Device')
|
140
141
|
DeviceData = Shapes::StructureShape.new(name: 'DeviceData')
|
142
|
+
DeviceDataCreatedTime = Shapes::TimestampShape.new(name: 'DeviceDataCreatedTime')
|
141
143
|
DeviceDataList = Shapes::ListShape.new(name: 'DeviceDataList')
|
142
144
|
DeviceEvent = Shapes::StructureShape.new(name: 'DeviceEvent')
|
143
145
|
DeviceEventList = Shapes::ListShape.new(name: 'DeviceEventList')
|
@@ -825,6 +827,7 @@ module Aws::AlexaForBusiness
|
|
825
827
|
DeviceData.add_member(:room_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoomArn"))
|
826
828
|
DeviceData.add_member(:room_name, Shapes::ShapeRef.new(shape: RoomName, location_name: "RoomName"))
|
827
829
|
DeviceData.add_member(:device_status_info, Shapes::ShapeRef.new(shape: DeviceStatusInfo, location_name: "DeviceStatusInfo"))
|
830
|
+
DeviceData.add_member(:created_time, Shapes::ShapeRef.new(shape: DeviceDataCreatedTime, location_name: "CreatedTime"))
|
828
831
|
DeviceData.struct_class = Types::DeviceData
|
829
832
|
|
830
833
|
DeviceDataList.member = Shapes::ShapeRef.new(shape: DeviceData)
|
@@ -852,6 +855,7 @@ module Aws::AlexaForBusiness
|
|
852
855
|
|
853
856
|
DeviceStatusInfo.add_member(:device_status_details, Shapes::ShapeRef.new(shape: DeviceStatusDetails, location_name: "DeviceStatusDetails"))
|
854
857
|
DeviceStatusInfo.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "ConnectionStatus"))
|
858
|
+
DeviceStatusInfo.add_member(:connection_status_updated_time, Shapes::ShapeRef.new(shape: ConnectionStatusUpdatedTime, location_name: "ConnectionStatusUpdatedTime"))
|
855
859
|
DeviceStatusInfo.struct_class = Types::DeviceStatusInfo
|
856
860
|
|
857
861
|
DisassociateContactFromAddressBookRequest.add_member(:contact_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ContactArn"))
|
@@ -2018,6 +2018,10 @@ module Aws::AlexaForBusiness
|
|
2018
2018
|
# Detailed information about a device's status.
|
2019
2019
|
# @return [Types::DeviceStatusInfo]
|
2020
2020
|
#
|
2021
|
+
# @!attribute [rw] created_time
|
2022
|
+
# The time (in epoch) when the device data was created.
|
2023
|
+
# @return [Time]
|
2024
|
+
#
|
2021
2025
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeviceData AWS API Documentation
|
2022
2026
|
#
|
2023
2027
|
class DeviceData < Struct.new(
|
@@ -2032,7 +2036,8 @@ module Aws::AlexaForBusiness
|
|
2032
2036
|
:network_profile_name,
|
2033
2037
|
:room_arn,
|
2034
2038
|
:room_name,
|
2035
|
-
:device_status_info
|
2039
|
+
:device_status_info,
|
2040
|
+
:created_time)
|
2036
2041
|
include Aws::Structure
|
2037
2042
|
end
|
2038
2043
|
|
@@ -2124,11 +2129,16 @@ module Aws::AlexaForBusiness
|
|
2124
2129
|
# device.
|
2125
2130
|
# @return [String]
|
2126
2131
|
#
|
2132
|
+
# @!attribute [rw] connection_status_updated_time
|
2133
|
+
# The time (in epoch) when the device connection status changed.
|
2134
|
+
# @return [Time]
|
2135
|
+
#
|
2127
2136
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeviceStatusInfo AWS API Documentation
|
2128
2137
|
#
|
2129
2138
|
class DeviceStatusInfo < Struct.new(
|
2130
2139
|
:device_status_details,
|
2131
|
-
:connection_status
|
2140
|
+
:connection_status,
|
2141
|
+
:connection_status_updated_time)
|
2132
2142
|
include Aws::Structure
|
2133
2143
|
end
|
2134
2144
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-alexaforbusiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|