aws-sdk-iotmanagedintegrations 1.15.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotmanagedintegrations/client.rb +60 -15
- data/lib/aws-sdk-iotmanagedintegrations/client_api.rb +16 -0
- data/lib/aws-sdk-iotmanagedintegrations/types.rb +85 -5
- data/lib/aws-sdk-iotmanagedintegrations.rb +1 -1
- data/sig/client.rbs +23 -10
- data/sig/types.rbs +23 -11
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d33d106076d0a10cc0cc4959eb1755a68e63ac3ec1cefb569069c702cc87cd0
|
|
4
|
+
data.tar.gz: 46f34145a4484e58298342a994c854116b73b65e822757816dde2e586f0fffee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63a7abf9d796ce0d9d10045b943d50829055d7348b98343dc18925204239ccf9d35ca6addc1d03792af8f60f035a89d4419cb5a4e8df3a27c1bae705fc9184cf
|
|
7
|
+
data.tar.gz: 0a3c558cd2cead2d640a80fcdd09f36d6e69d6b7379113687cd7475302bc72436d9d8488554eabf1c1ad5e4f11614226088975e64ff81ed6ac507f4a05674498
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.16.0 (2026-01-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release introduces WiFi Simple Setup (WSS) enabling device provisioning via barcode scanning with automated network discovery, authentication, and credential provisioning. Additionally, it introduces 2P Device Capability Rediscovery for updating hub-managed device capabilities post-onboarding.
|
|
8
|
+
|
|
4
9
|
1.15.0 (2026-01-08)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|
|
@@ -894,6 +894,10 @@ module Aws::IoTManagedIntegrations
|
|
|
894
894
|
# The type of authentication material used for device connectivity setup
|
|
895
895
|
# requests.
|
|
896
896
|
#
|
|
897
|
+
# @option params [Types::WiFiSimpleSetupConfiguration] :wi_fi_simple_setup_configuration
|
|
898
|
+
# The Wi-Fi Simple Setup configuration for the managed thing, which
|
|
899
|
+
# defines provisioning capabilities and timeout settings.
|
|
900
|
+
#
|
|
897
901
|
# @option params [String] :serial_number
|
|
898
902
|
# The serial number of the device.
|
|
899
903
|
#
|
|
@@ -958,6 +962,11 @@ module Aws::IoTManagedIntegrations
|
|
|
958
962
|
# credential_locker_id: "CredentialLockerId",
|
|
959
963
|
# authentication_material: "AuthMaterialString", # required
|
|
960
964
|
# authentication_material_type: "CUSTOM_PROTOCOL_QR_BAR_CODE", # required, accepts CUSTOM_PROTOCOL_QR_BAR_CODE, WIFI_SETUP_QR_BAR_CODE, ZWAVE_QR_BAR_CODE, ZIGBEE_QR_BAR_CODE, DISCOVERED_DEVICE
|
|
965
|
+
# wi_fi_simple_setup_configuration: {
|
|
966
|
+
# enable_as_provisioner: false,
|
|
967
|
+
# enable_as_provisionee: false,
|
|
968
|
+
# timeout_in_minutes: 1,
|
|
969
|
+
# },
|
|
961
970
|
# serial_number: "SerialNumber",
|
|
962
971
|
# brand: "Brand",
|
|
963
972
|
# model: "Model",
|
|
@@ -1046,7 +1055,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1046
1055
|
# @example Request syntax with placeholder values
|
|
1047
1056
|
#
|
|
1048
1057
|
# resp = client.create_notification_configuration({
|
|
1049
|
-
# event_type: "DEVICE_COMMAND", # required, accepts DEVICE_COMMAND, DEVICE_COMMAND_REQUEST, DEVICE_DISCOVERY_STATUS, DEVICE_EVENT, DEVICE_LIFE_CYCLE, DEVICE_STATE, DEVICE_OTA, CONNECTOR_ASSOCIATION, ACCOUNT_ASSOCIATION, CONNECTOR_ERROR_REPORT
|
|
1058
|
+
# event_type: "DEVICE_COMMAND", # required, accepts DEVICE_COMMAND, DEVICE_COMMAND_REQUEST, DEVICE_DISCOVERY_STATUS, DEVICE_EVENT, DEVICE_LIFE_CYCLE, DEVICE_STATE, DEVICE_OTA, DEVICE_WSS, CONNECTOR_ASSOCIATION, ACCOUNT_ASSOCIATION, CONNECTOR_ERROR_REPORT
|
|
1050
1059
|
# destination_name: "DestinationName", # required
|
|
1051
1060
|
# client_token: "ClientToken",
|
|
1052
1061
|
# tags: {
|
|
@@ -1056,7 +1065,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1056
1065
|
#
|
|
1057
1066
|
# @example Response structure
|
|
1058
1067
|
#
|
|
1059
|
-
# resp.event_type #=> String, one of "DEVICE_COMMAND", "DEVICE_COMMAND_REQUEST", "DEVICE_DISCOVERY_STATUS", "DEVICE_EVENT", "DEVICE_LIFE_CYCLE", "DEVICE_STATE", "DEVICE_OTA", "CONNECTOR_ASSOCIATION", "ACCOUNT_ASSOCIATION", "CONNECTOR_ERROR_REPORT"
|
|
1068
|
+
# resp.event_type #=> String, one of "DEVICE_COMMAND", "DEVICE_COMMAND_REQUEST", "DEVICE_DISCOVERY_STATUS", "DEVICE_EVENT", "DEVICE_LIFE_CYCLE", "DEVICE_STATE", "DEVICE_OTA", "DEVICE_WSS", "CONNECTOR_ASSOCIATION", "ACCOUNT_ASSOCIATION", "CONNECTOR_ERROR_REPORT"
|
|
1060
1069
|
#
|
|
1061
1070
|
# @overload create_notification_configuration(params = {})
|
|
1062
1071
|
# @param [Hash] params ({})
|
|
@@ -1479,7 +1488,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1479
1488
|
# @example Request syntax with placeholder values
|
|
1480
1489
|
#
|
|
1481
1490
|
# resp = client.delete_notification_configuration({
|
|
1482
|
-
# event_type: "DEVICE_COMMAND", # required, accepts DEVICE_COMMAND, DEVICE_COMMAND_REQUEST, DEVICE_DISCOVERY_STATUS, DEVICE_EVENT, DEVICE_LIFE_CYCLE, DEVICE_STATE, DEVICE_OTA, CONNECTOR_ASSOCIATION, ACCOUNT_ASSOCIATION, CONNECTOR_ERROR_REPORT
|
|
1491
|
+
# event_type: "DEVICE_COMMAND", # required, accepts DEVICE_COMMAND, DEVICE_COMMAND_REQUEST, DEVICE_DISCOVERY_STATUS, DEVICE_EVENT, DEVICE_LIFE_CYCLE, DEVICE_STATE, DEVICE_OTA, DEVICE_WSS, CONNECTOR_ASSOCIATION, ACCOUNT_ASSOCIATION, CONNECTOR_ERROR_REPORT
|
|
1483
1492
|
# })
|
|
1484
1493
|
#
|
|
1485
1494
|
# @overload delete_notification_configuration(params = {})
|
|
@@ -1894,7 +1903,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1894
1903
|
#
|
|
1895
1904
|
# resp.id #=> String
|
|
1896
1905
|
# resp.arn #=> String
|
|
1897
|
-
# resp.discovery_type #=> String, one of "ZWAVE", "ZIGBEE", "CLOUD", "CUSTOM"
|
|
1906
|
+
# resp.discovery_type #=> String, one of "ZWAVE", "ZIGBEE", "CLOUD", "CUSTOM", "CONTROLLER_CAPABILITY_REDISCOVERY"
|
|
1898
1907
|
# resp.status #=> String, one of "RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT"
|
|
1899
1908
|
# resp.started_at #=> Time
|
|
1900
1909
|
# resp.controller_id #=> String
|
|
@@ -1996,6 +2005,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1996
2005
|
# * {Types::GetManagedThingResponse#hub_network_mode #hub_network_mode} => String
|
|
1997
2006
|
# * {Types::GetManagedThingResponse#meta_data #meta_data} => Hash<String,String>
|
|
1998
2007
|
# * {Types::GetManagedThingResponse#tags #tags} => Hash<String,String>
|
|
2008
|
+
# * {Types::GetManagedThingResponse#wi_fi_simple_setup_configuration #wi_fi_simple_setup_configuration} => Types::WiFiSimpleSetupConfiguration
|
|
1999
2009
|
#
|
|
2000
2010
|
# @example Request syntax with placeholder values
|
|
2001
2011
|
#
|
|
@@ -2033,6 +2043,9 @@ module Aws::IoTManagedIntegrations
|
|
|
2033
2043
|
# resp.meta_data["AttributeName"] #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
|
|
2034
2044
|
# resp.tags #=> Hash
|
|
2035
2045
|
# resp.tags["TagKey"] #=> String
|
|
2046
|
+
# resp.wi_fi_simple_setup_configuration.enable_as_provisioner #=> Boolean
|
|
2047
|
+
# resp.wi_fi_simple_setup_configuration.enable_as_provisionee #=> Boolean
|
|
2048
|
+
# resp.wi_fi_simple_setup_configuration.timeout_in_minutes #=> Integer
|
|
2036
2049
|
#
|
|
2037
2050
|
# @overload get_managed_thing(params = {})
|
|
2038
2051
|
# @param [Hash] params ({})
|
|
@@ -2244,12 +2257,12 @@ module Aws::IoTManagedIntegrations
|
|
|
2244
2257
|
# @example Request syntax with placeholder values
|
|
2245
2258
|
#
|
|
2246
2259
|
# resp = client.get_notification_configuration({
|
|
2247
|
-
# event_type: "DEVICE_COMMAND", # required, accepts DEVICE_COMMAND, DEVICE_COMMAND_REQUEST, DEVICE_DISCOVERY_STATUS, DEVICE_EVENT, DEVICE_LIFE_CYCLE, DEVICE_STATE, DEVICE_OTA, CONNECTOR_ASSOCIATION, ACCOUNT_ASSOCIATION, CONNECTOR_ERROR_REPORT
|
|
2260
|
+
# event_type: "DEVICE_COMMAND", # required, accepts DEVICE_COMMAND, DEVICE_COMMAND_REQUEST, DEVICE_DISCOVERY_STATUS, DEVICE_EVENT, DEVICE_LIFE_CYCLE, DEVICE_STATE, DEVICE_OTA, DEVICE_WSS, CONNECTOR_ASSOCIATION, ACCOUNT_ASSOCIATION, CONNECTOR_ERROR_REPORT
|
|
2248
2261
|
# })
|
|
2249
2262
|
#
|
|
2250
2263
|
# @example Response structure
|
|
2251
2264
|
#
|
|
2252
|
-
# resp.event_type #=> String, one of "DEVICE_COMMAND", "DEVICE_COMMAND_REQUEST", "DEVICE_DISCOVERY_STATUS", "DEVICE_EVENT", "DEVICE_LIFE_CYCLE", "DEVICE_STATE", "DEVICE_OTA", "CONNECTOR_ASSOCIATION", "ACCOUNT_ASSOCIATION", "CONNECTOR_ERROR_REPORT"
|
|
2265
|
+
# resp.event_type #=> String, one of "DEVICE_COMMAND", "DEVICE_COMMAND_REQUEST", "DEVICE_DISCOVERY_STATUS", "DEVICE_EVENT", "DEVICE_LIFE_CYCLE", "DEVICE_STATE", "DEVICE_OTA", "DEVICE_WSS", "CONNECTOR_ASSOCIATION", "ACCOUNT_ASSOCIATION", "CONNECTOR_ERROR_REPORT"
|
|
2253
2266
|
# resp.destination_name #=> String
|
|
2254
2267
|
# resp.created_at #=> Time
|
|
2255
2268
|
# resp.updated_at #=> Time
|
|
@@ -2790,7 +2803,7 @@ module Aws::IoTManagedIntegrations
|
|
|
2790
2803
|
# resp = client.list_device_discoveries({
|
|
2791
2804
|
# next_token: "NextToken",
|
|
2792
2805
|
# max_results: 1,
|
|
2793
|
-
# type_filter: "ZWAVE", # accepts ZWAVE, ZIGBEE, CLOUD, CUSTOM
|
|
2806
|
+
# type_filter: "ZWAVE", # accepts ZWAVE, ZIGBEE, CLOUD, CUSTOM, CONTROLLER_CAPABILITY_REDISCOVERY
|
|
2794
2807
|
# status_filter: "RUNNING", # accepts RUNNING, SUCCEEDED, FAILED, TIMED_OUT
|
|
2795
2808
|
# })
|
|
2796
2809
|
#
|
|
@@ -2798,7 +2811,7 @@ module Aws::IoTManagedIntegrations
|
|
|
2798
2811
|
#
|
|
2799
2812
|
# resp.items #=> Array
|
|
2800
2813
|
# resp.items[0].id #=> String
|
|
2801
|
-
# resp.items[0].discovery_type #=> String, one of "ZWAVE", "ZIGBEE", "CLOUD", "CUSTOM"
|
|
2814
|
+
# resp.items[0].discovery_type #=> String, one of "ZWAVE", "ZIGBEE", "CLOUD", "CUSTOM", "CONTROLLER_CAPABILITY_REDISCOVERY"
|
|
2802
2815
|
# resp.items[0].status #=> String, one of "RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT"
|
|
2803
2816
|
# resp.next_token #=> String
|
|
2804
2817
|
#
|
|
@@ -3023,7 +3036,12 @@ module Aws::IoTManagedIntegrations
|
|
|
3023
3036
|
# Filter on the serial number of the device.
|
|
3024
3037
|
#
|
|
3025
3038
|
# @option params [String] :provisioning_status_filter
|
|
3026
|
-
# Filter on the status of the device.
|
|
3039
|
+
# Filter on the status of the device. For more information, see [Device
|
|
3040
|
+
# Provisioning][1].
|
|
3041
|
+
#
|
|
3042
|
+
#
|
|
3043
|
+
#
|
|
3044
|
+
# [1]: https://docs.aws.amazon.com/iot-mi/latest/devguide/device-provisioning.html
|
|
3027
3045
|
#
|
|
3028
3046
|
# @option params [String] :next_token
|
|
3029
3047
|
# A token that can be used to retrieve the next set of results.
|
|
@@ -3110,7 +3128,7 @@ module Aws::IoTManagedIntegrations
|
|
|
3110
3128
|
# @example Response structure
|
|
3111
3129
|
#
|
|
3112
3130
|
# resp.notification_configuration_list #=> Array
|
|
3113
|
-
# resp.notification_configuration_list[0].event_type #=> String, one of "DEVICE_COMMAND", "DEVICE_COMMAND_REQUEST", "DEVICE_DISCOVERY_STATUS", "DEVICE_EVENT", "DEVICE_LIFE_CYCLE", "DEVICE_STATE", "DEVICE_OTA", "CONNECTOR_ASSOCIATION", "ACCOUNT_ASSOCIATION", "CONNECTOR_ERROR_REPORT"
|
|
3131
|
+
# resp.notification_configuration_list[0].event_type #=> String, one of "DEVICE_COMMAND", "DEVICE_COMMAND_REQUEST", "DEVICE_DISCOVERY_STATUS", "DEVICE_EVENT", "DEVICE_LIFE_CYCLE", "DEVICE_STATE", "DEVICE_OTA", "DEVICE_WSS", "CONNECTOR_ASSOCIATION", "ACCOUNT_ASSOCIATION", "CONNECTOR_ERROR_REPORT"
|
|
3114
3132
|
# resp.notification_configuration_list[0].destination_name #=> String
|
|
3115
3133
|
# resp.next_token #=> String
|
|
3116
3134
|
#
|
|
@@ -3488,8 +3506,7 @@ module Aws::IoTManagedIntegrations
|
|
|
3488
3506
|
req.send_request(options)
|
|
3489
3507
|
end
|
|
3490
3508
|
|
|
3491
|
-
# Set the runtime log configuration for a specific managed thing
|
|
3492
|
-
# all managed things as a group.
|
|
3509
|
+
# Set the runtime log configuration for a specific managed thing.
|
|
3493
3510
|
#
|
|
3494
3511
|
# @option params [required, String] :managed_thing_id
|
|
3495
3512
|
# The id for a managed thing.
|
|
@@ -3902,6 +3919,23 @@ module Aws::IoTManagedIntegrations
|
|
|
3902
3919
|
# A set of key/value pairs that are used to manage the device discovery
|
|
3903
3920
|
# request.
|
|
3904
3921
|
#
|
|
3922
|
+
# @option params [String] :protocol
|
|
3923
|
+
# The protocol type for capability rediscovery (ZWAVE, ZIGBEE, or
|
|
3924
|
+
# CUSTOM).
|
|
3925
|
+
#
|
|
3926
|
+
# <note markdown="1"> This parameter is only available when the discovery type is
|
|
3927
|
+
# CONTROLLER\_CAPABILITY\_REDISCOVERY.
|
|
3928
|
+
#
|
|
3929
|
+
# </note>
|
|
3930
|
+
#
|
|
3931
|
+
# @option params [String] :end_device_identifier
|
|
3932
|
+
# The unique id of the end device for capability rediscovery.
|
|
3933
|
+
#
|
|
3934
|
+
# <note markdown="1"> This parameter is only available when the discovery type is
|
|
3935
|
+
# CONTROLLER\_CAPABILITY\_REDISCOVERY.
|
|
3936
|
+
#
|
|
3937
|
+
# </note>
|
|
3938
|
+
#
|
|
3905
3939
|
# @return [Types::StartDeviceDiscoveryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3906
3940
|
#
|
|
3907
3941
|
# * {Types::StartDeviceDiscoveryResponse#id #id} => String
|
|
@@ -3910,7 +3944,7 @@ module Aws::IoTManagedIntegrations
|
|
|
3910
3944
|
# @example Request syntax with placeholder values
|
|
3911
3945
|
#
|
|
3912
3946
|
# resp = client.start_device_discovery({
|
|
3913
|
-
# discovery_type: "ZWAVE", # required, accepts ZWAVE, ZIGBEE, CLOUD, CUSTOM
|
|
3947
|
+
# discovery_type: "ZWAVE", # required, accepts ZWAVE, ZIGBEE, CLOUD, CUSTOM, CONTROLLER_CAPABILITY_REDISCOVERY
|
|
3914
3948
|
# custom_protocol_detail: {
|
|
3915
3949
|
# "CustomProtocolDetailKey" => "CustomProtocolDetailValue",
|
|
3916
3950
|
# },
|
|
@@ -3923,6 +3957,8 @@ module Aws::IoTManagedIntegrations
|
|
|
3923
3957
|
# tags: {
|
|
3924
3958
|
# "TagKey" => "TagValue",
|
|
3925
3959
|
# },
|
|
3960
|
+
# protocol: "ZWAVE", # accepts ZWAVE, ZIGBEE, CUSTOM
|
|
3961
|
+
# end_device_identifier: "ManagedThingId",
|
|
3926
3962
|
# })
|
|
3927
3963
|
#
|
|
3928
3964
|
# @example Response structure
|
|
@@ -4187,6 +4223,10 @@ module Aws::IoTManagedIntegrations
|
|
|
4187
4223
|
# @option params [String] :serial_number
|
|
4188
4224
|
# The serial number of the device.
|
|
4189
4225
|
#
|
|
4226
|
+
# @option params [Types::WiFiSimpleSetupConfiguration] :wi_fi_simple_setup_configuration
|
|
4227
|
+
# The Wi-Fi Simple Setup configuration for the managed thing, which
|
|
4228
|
+
# defines provisioning capabilities and timeout settings.
|
|
4229
|
+
#
|
|
4190
4230
|
# @option params [String] :brand
|
|
4191
4231
|
# The brand of the device.
|
|
4192
4232
|
#
|
|
@@ -4225,6 +4265,11 @@ module Aws::IoTManagedIntegrations
|
|
|
4225
4265
|
# owner: "Owner",
|
|
4226
4266
|
# credential_locker_id: "CredentialLockerId",
|
|
4227
4267
|
# serial_number: "SerialNumber",
|
|
4268
|
+
# wi_fi_simple_setup_configuration: {
|
|
4269
|
+
# enable_as_provisioner: false,
|
|
4270
|
+
# enable_as_provisionee: false,
|
|
4271
|
+
# timeout_in_minutes: 1,
|
|
4272
|
+
# },
|
|
4228
4273
|
# brand: "Brand",
|
|
4229
4274
|
# model: "Model",
|
|
4230
4275
|
# name: "Name",
|
|
@@ -4287,7 +4332,7 @@ module Aws::IoTManagedIntegrations
|
|
|
4287
4332
|
# @example Request syntax with placeholder values
|
|
4288
4333
|
#
|
|
4289
4334
|
# resp = client.update_notification_configuration({
|
|
4290
|
-
# event_type: "DEVICE_COMMAND", # required, accepts DEVICE_COMMAND, DEVICE_COMMAND_REQUEST, DEVICE_DISCOVERY_STATUS, DEVICE_EVENT, DEVICE_LIFE_CYCLE, DEVICE_STATE, DEVICE_OTA, CONNECTOR_ASSOCIATION, ACCOUNT_ASSOCIATION, CONNECTOR_ERROR_REPORT
|
|
4335
|
+
# event_type: "DEVICE_COMMAND", # required, accepts DEVICE_COMMAND, DEVICE_COMMAND_REQUEST, DEVICE_DISCOVERY_STATUS, DEVICE_EVENT, DEVICE_LIFE_CYCLE, DEVICE_STATE, DEVICE_OTA, DEVICE_WSS, CONNECTOR_ASSOCIATION, ACCOUNT_ASSOCIATION, CONNECTOR_ERROR_REPORT
|
|
4291
4336
|
# destination_name: "DestinationName", # required
|
|
4292
4337
|
# })
|
|
4293
4338
|
#
|
|
@@ -4344,7 +4389,7 @@ module Aws::IoTManagedIntegrations
|
|
|
4344
4389
|
tracer: tracer
|
|
4345
4390
|
)
|
|
4346
4391
|
context[:gem_name] = 'aws-sdk-iotmanagedintegrations'
|
|
4347
|
-
context[:gem_version] = '1.
|
|
4392
|
+
context[:gem_version] = '1.16.0'
|
|
4348
4393
|
Seahorse::Client::Request.new(handlers, context)
|
|
4349
4394
|
end
|
|
4350
4395
|
|
|
@@ -177,6 +177,8 @@ module Aws::IoTManagedIntegrations
|
|
|
177
177
|
DiscoveryType = Shapes::StringShape.new(name: 'DiscoveryType')
|
|
178
178
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
|
179
179
|
DurationInMinutes = Shapes::IntegerShape.new(name: 'DurationInMinutes')
|
|
180
|
+
EnableAsProvisionee = Shapes::BooleanShape.new(name: 'EnableAsProvisionee')
|
|
181
|
+
EnableAsProvisioner = Shapes::BooleanShape.new(name: 'EnableAsProvisioner')
|
|
180
182
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
|
181
183
|
EndTime = Shapes::StringShape.new(name: 'EndTime')
|
|
182
184
|
EndpointAddress = Shapes::StringShape.new(name: 'EndpointAddress')
|
|
@@ -379,6 +381,7 @@ module Aws::IoTManagedIntegrations
|
|
|
379
381
|
ProactiveRefreshTokenRenewal = Shapes::StructureShape.new(name: 'ProactiveRefreshTokenRenewal')
|
|
380
382
|
ProactiveRefreshTokenRenewalDaysBeforeRenewalInteger = Shapes::IntegerShape.new(name: 'ProactiveRefreshTokenRenewalDaysBeforeRenewalInteger')
|
|
381
383
|
PropertyName = Shapes::StringShape.new(name: 'PropertyName')
|
|
384
|
+
ProtocolType = Shapes::StringShape.new(name: 'ProtocolType')
|
|
382
385
|
ProvisioningProfileArn = Shapes::StringShape.new(name: 'ProvisioningProfileArn')
|
|
383
386
|
ProvisioningProfileId = Shapes::StringShape.new(name: 'ProvisioningProfileId')
|
|
384
387
|
ProvisioningProfileListDefinition = Shapes::ListShape.new(name: 'ProvisioningProfileListDefinition')
|
|
@@ -458,6 +461,7 @@ module Aws::IoTManagedIntegrations
|
|
|
458
461
|
ThirdPartyUserId = Shapes::StringShape.new(name: 'ThirdPartyUserId')
|
|
459
462
|
ThresholdPercentage = Shapes::FloatShape.new(name: 'ThresholdPercentage')
|
|
460
463
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
464
|
+
TimeoutInMinutes = Shapes::IntegerShape.new(name: 'TimeoutInMinutes')
|
|
461
465
|
TokenEndpointAuthenticationScheme = Shapes::StringShape.new(name: 'TokenEndpointAuthenticationScheme')
|
|
462
466
|
TokenUrl = Shapes::StringShape.new(name: 'TokenUrl')
|
|
463
467
|
TraceId = Shapes::StringShape.new(name: 'TraceId')
|
|
@@ -478,6 +482,7 @@ module Aws::IoTManagedIntegrations
|
|
|
478
482
|
UploadPeriodMinutes = Shapes::IntegerShape.new(name: 'UploadPeriodMinutes')
|
|
479
483
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
480
484
|
ValidationSchema = Shapes::DocumentShape.new(name: 'ValidationSchema', document: true)
|
|
485
|
+
WiFiSimpleSetupConfiguration = Shapes::StructureShape.new(name: 'WiFiSimpleSetupConfiguration')
|
|
481
486
|
|
|
482
487
|
AbortConfigCriteria.add_member(:action, Shapes::ShapeRef.new(shape: AbortCriteriaAction, location_name: "Action"))
|
|
483
488
|
AbortConfigCriteria.add_member(:failure_type, Shapes::ShapeRef.new(shape: AbortCriteriaFailureType, location_name: "FailureType"))
|
|
@@ -666,6 +671,7 @@ module Aws::IoTManagedIntegrations
|
|
|
666
671
|
CreateManagedThingRequest.add_member(:credential_locker_id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "CredentialLockerId"))
|
|
667
672
|
CreateManagedThingRequest.add_member(:authentication_material, Shapes::ShapeRef.new(shape: AuthMaterialString, required: true, location_name: "AuthenticationMaterial"))
|
|
668
673
|
CreateManagedThingRequest.add_member(:authentication_material_type, Shapes::ShapeRef.new(shape: AuthMaterialType, required: true, location_name: "AuthenticationMaterialType"))
|
|
674
|
+
CreateManagedThingRequest.add_member(:wi_fi_simple_setup_configuration, Shapes::ShapeRef.new(shape: WiFiSimpleSetupConfiguration, location_name: "WiFiSimpleSetupConfiguration"))
|
|
669
675
|
CreateManagedThingRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: SerialNumber, location_name: "SerialNumber"))
|
|
670
676
|
CreateManagedThingRequest.add_member(:brand, Shapes::ShapeRef.new(shape: Brand, location_name: "Brand"))
|
|
671
677
|
CreateManagedThingRequest.add_member(:model, Shapes::ShapeRef.new(shape: Model, location_name: "Model"))
|
|
@@ -1006,6 +1012,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1006
1012
|
GetManagedThingResponse.add_member(:hub_network_mode, Shapes::ShapeRef.new(shape: HubNetworkMode, location_name: "HubNetworkMode"))
|
|
1007
1013
|
GetManagedThingResponse.add_member(:meta_data, Shapes::ShapeRef.new(shape: MetaData, location_name: "MetaData"))
|
|
1008
1014
|
GetManagedThingResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
|
1015
|
+
GetManagedThingResponse.add_member(:wi_fi_simple_setup_configuration, Shapes::ShapeRef.new(shape: WiFiSimpleSetupConfiguration, location_name: "WiFiSimpleSetupConfiguration"))
|
|
1009
1016
|
GetManagedThingResponse.struct_class = Types::GetManagedThingResponse
|
|
1010
1017
|
|
|
1011
1018
|
GetManagedThingStateRequest.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, required: true, location: "uri", location_name: "ManagedThingId"))
|
|
@@ -1591,6 +1598,8 @@ module Aws::IoTManagedIntegrations
|
|
|
1591
1598
|
StartDeviceDiscoveryRequest.add_member(:authentication_material_type, Shapes::ShapeRef.new(shape: DiscoveryAuthMaterialType, location_name: "AuthenticationMaterialType"))
|
|
1592
1599
|
StartDeviceDiscoveryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
|
|
1593
1600
|
StartDeviceDiscoveryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, deprecated: true, location_name: "Tags", metadata: {"deprecatedMessage" => "Tags have been deprecated from this api", "deprecatedSince" => "06-25-2025"}))
|
|
1601
|
+
StartDeviceDiscoveryRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolType, location_name: "Protocol"))
|
|
1602
|
+
StartDeviceDiscoveryRequest.add_member(:end_device_identifier, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "EndDeviceIdentifier"))
|
|
1594
1603
|
StartDeviceDiscoveryRequest.struct_class = Types::StartDeviceDiscoveryRequest
|
|
1595
1604
|
|
|
1596
1605
|
StartDeviceDiscoveryResponse.add_member(:id, Shapes::ShapeRef.new(shape: DeviceDiscoveryId, location_name: "Id"))
|
|
@@ -1680,6 +1689,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1680
1689
|
UpdateManagedThingRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
|
1681
1690
|
UpdateManagedThingRequest.add_member(:credential_locker_id, Shapes::ShapeRef.new(shape: CredentialLockerId, location_name: "CredentialLockerId"))
|
|
1682
1691
|
UpdateManagedThingRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: SerialNumber, location_name: "SerialNumber"))
|
|
1692
|
+
UpdateManagedThingRequest.add_member(:wi_fi_simple_setup_configuration, Shapes::ShapeRef.new(shape: WiFiSimpleSetupConfiguration, location_name: "WiFiSimpleSetupConfiguration"))
|
|
1683
1693
|
UpdateManagedThingRequest.add_member(:brand, Shapes::ShapeRef.new(shape: Brand, location_name: "Brand"))
|
|
1684
1694
|
UpdateManagedThingRequest.add_member(:model, Shapes::ShapeRef.new(shape: Model, location_name: "Model"))
|
|
1685
1695
|
UpdateManagedThingRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
@@ -1703,6 +1713,11 @@ module Aws::IoTManagedIntegrations
|
|
|
1703
1713
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
|
1704
1714
|
ValidationException.struct_class = Types::ValidationException
|
|
1705
1715
|
|
|
1716
|
+
WiFiSimpleSetupConfiguration.add_member(:enable_as_provisioner, Shapes::ShapeRef.new(shape: EnableAsProvisioner, location_name: "EnableAsProvisioner"))
|
|
1717
|
+
WiFiSimpleSetupConfiguration.add_member(:enable_as_provisionee, Shapes::ShapeRef.new(shape: EnableAsProvisionee, location_name: "EnableAsProvisionee"))
|
|
1718
|
+
WiFiSimpleSetupConfiguration.add_member(:timeout_in_minutes, Shapes::ShapeRef.new(shape: TimeoutInMinutes, location_name: "TimeoutInMinutes"))
|
|
1719
|
+
WiFiSimpleSetupConfiguration.struct_class = Types::WiFiSimpleSetupConfiguration
|
|
1720
|
+
|
|
1706
1721
|
|
|
1707
1722
|
# @api private
|
|
1708
1723
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -2042,6 +2057,7 @@ module Aws::IoTManagedIntegrations
|
|
|
2042
2057
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2043
2058
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2044
2059
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2060
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2045
2061
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2046
2062
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2047
2063
|
end)
|
|
@@ -774,6 +774,11 @@ module Aws::IoTManagedIntegrations
|
|
|
774
774
|
# setup requests.
|
|
775
775
|
# @return [String]
|
|
776
776
|
#
|
|
777
|
+
# @!attribute [rw] wi_fi_simple_setup_configuration
|
|
778
|
+
# The Wi-Fi Simple Setup configuration for the managed thing, which
|
|
779
|
+
# defines provisioning capabilities and timeout settings.
|
|
780
|
+
# @return [Types::WiFiSimpleSetupConfiguration]
|
|
781
|
+
#
|
|
777
782
|
# @!attribute [rw] serial_number
|
|
778
783
|
# The serial number of the device.
|
|
779
784
|
# @return [String]
|
|
@@ -841,6 +846,7 @@ module Aws::IoTManagedIntegrations
|
|
|
841
846
|
:credential_locker_id,
|
|
842
847
|
:authentication_material,
|
|
843
848
|
:authentication_material_type,
|
|
849
|
+
:wi_fi_simple_setup_configuration,
|
|
844
850
|
:serial_number,
|
|
845
851
|
:brand,
|
|
846
852
|
:model,
|
|
@@ -2103,7 +2109,12 @@ module Aws::IoTManagedIntegrations
|
|
|
2103
2109
|
#
|
|
2104
2110
|
# @!attribute [rw] provisioning_status
|
|
2105
2111
|
# The provisioning status of the device in the provisioning workflow
|
|
2106
|
-
# for onboarding to IoT managed integrations.
|
|
2112
|
+
# for onboarding to IoT managed integrations. For more information,
|
|
2113
|
+
# see [Device Provisioning][1].
|
|
2114
|
+
#
|
|
2115
|
+
#
|
|
2116
|
+
#
|
|
2117
|
+
# [1]: https://docs.aws.amazon.com/iot-mi/latest/devguide/device-provisioning.html
|
|
2107
2118
|
# @return [String]
|
|
2108
2119
|
#
|
|
2109
2120
|
# @!attribute [rw] name
|
|
@@ -2203,6 +2214,11 @@ module Aws::IoTManagedIntegrations
|
|
|
2203
2214
|
# A set of key/value pairs that are used to manage the managed thing.
|
|
2204
2215
|
# @return [Hash<String,String>]
|
|
2205
2216
|
#
|
|
2217
|
+
# @!attribute [rw] wi_fi_simple_setup_configuration
|
|
2218
|
+
# The Wi-Fi Simple Setup configuration for the managed thing, which
|
|
2219
|
+
# defines provisioning capabilities and timeout settings.
|
|
2220
|
+
# @return [Types::WiFiSimpleSetupConfiguration]
|
|
2221
|
+
#
|
|
2206
2222
|
class GetManagedThingResponse < Struct.new(
|
|
2207
2223
|
:id,
|
|
2208
2224
|
:arn,
|
|
@@ -2229,7 +2245,8 @@ module Aws::IoTManagedIntegrations
|
|
|
2229
2245
|
:activated_at,
|
|
2230
2246
|
:hub_network_mode,
|
|
2231
2247
|
:meta_data,
|
|
2232
|
-
:tags
|
|
2248
|
+
:tags,
|
|
2249
|
+
:wi_fi_simple_setup_configuration)
|
|
2233
2250
|
SENSITIVE = [:owner, :model, :brand, :serial_number, :universal_product_code, :international_article_number, :connector_device_id, :device_specific_key, :mac_address, :classification, :tags]
|
|
2234
2251
|
include Aws::Structure
|
|
2235
2252
|
end
|
|
@@ -3059,7 +3076,12 @@ module Aws::IoTManagedIntegrations
|
|
|
3059
3076
|
# @return [String]
|
|
3060
3077
|
#
|
|
3061
3078
|
# @!attribute [rw] provisioning_status_filter
|
|
3062
|
-
# Filter on the status of the device.
|
|
3079
|
+
# Filter on the status of the device. For more information, see
|
|
3080
|
+
# [Device Provisioning][1].
|
|
3081
|
+
#
|
|
3082
|
+
#
|
|
3083
|
+
#
|
|
3084
|
+
# [1]: https://docs.aws.amazon.com/iot-mi/latest/devguide/device-provisioning.html
|
|
3063
3085
|
# @return [String]
|
|
3064
3086
|
#
|
|
3065
3087
|
# @!attribute [rw] next_token
|
|
@@ -3443,7 +3465,12 @@ module Aws::IoTManagedIntegrations
|
|
|
3443
3465
|
#
|
|
3444
3466
|
# @!attribute [rw] provisioning_status
|
|
3445
3467
|
# The provisioning status of the device in the provisioning workflow
|
|
3446
|
-
# for onboarding to IoT managed integrations.
|
|
3468
|
+
# for onboarding to IoT managed integrations. For more information,
|
|
3469
|
+
# see [Device Provisioning][1].
|
|
3470
|
+
#
|
|
3471
|
+
#
|
|
3472
|
+
#
|
|
3473
|
+
# [1]: https://docs.aws.amazon.com/iot-mi/latest/devguide/device-provisioning.html
|
|
3447
3474
|
# @return [String]
|
|
3448
3475
|
#
|
|
3449
3476
|
# @!attribute [rw] role
|
|
@@ -4611,6 +4638,25 @@ module Aws::IoTManagedIntegrations
|
|
|
4611
4638
|
# discovery request.
|
|
4612
4639
|
# @return [Hash<String,String>]
|
|
4613
4640
|
#
|
|
4641
|
+
# @!attribute [rw] protocol
|
|
4642
|
+
# The protocol type for capability rediscovery (ZWAVE, ZIGBEE, or
|
|
4643
|
+
# CUSTOM).
|
|
4644
|
+
#
|
|
4645
|
+
# <note markdown="1"> This parameter is only available when the discovery type is
|
|
4646
|
+
# CONTROLLER\_CAPABILITY\_REDISCOVERY.
|
|
4647
|
+
#
|
|
4648
|
+
# </note>
|
|
4649
|
+
# @return [String]
|
|
4650
|
+
#
|
|
4651
|
+
# @!attribute [rw] end_device_identifier
|
|
4652
|
+
# The unique id of the end device for capability rediscovery.
|
|
4653
|
+
#
|
|
4654
|
+
# <note markdown="1"> This parameter is only available when the discovery type is
|
|
4655
|
+
# CONTROLLER\_CAPABILITY\_REDISCOVERY.
|
|
4656
|
+
#
|
|
4657
|
+
# </note>
|
|
4658
|
+
# @return [String]
|
|
4659
|
+
#
|
|
4614
4660
|
class StartDeviceDiscoveryRequest < Struct.new(
|
|
4615
4661
|
:discovery_type,
|
|
4616
4662
|
:custom_protocol_detail,
|
|
@@ -4620,7 +4666,9 @@ module Aws::IoTManagedIntegrations
|
|
|
4620
4666
|
:authentication_material,
|
|
4621
4667
|
:authentication_material_type,
|
|
4622
4668
|
:client_token,
|
|
4623
|
-
:tags
|
|
4669
|
+
:tags,
|
|
4670
|
+
:protocol,
|
|
4671
|
+
:end_device_identifier)
|
|
4624
4672
|
SENSITIVE = [:authentication_material, :tags]
|
|
4625
4673
|
include Aws::Structure
|
|
4626
4674
|
end
|
|
@@ -4934,6 +4982,11 @@ module Aws::IoTManagedIntegrations
|
|
|
4934
4982
|
# The serial number of the device.
|
|
4935
4983
|
# @return [String]
|
|
4936
4984
|
#
|
|
4985
|
+
# @!attribute [rw] wi_fi_simple_setup_configuration
|
|
4986
|
+
# The Wi-Fi Simple Setup configuration for the managed thing, which
|
|
4987
|
+
# defines provisioning capabilities and timeout settings.
|
|
4988
|
+
# @return [Types::WiFiSimpleSetupConfiguration]
|
|
4989
|
+
#
|
|
4937
4990
|
# @!attribute [rw] brand
|
|
4938
4991
|
# The brand of the device.
|
|
4939
4992
|
# @return [String]
|
|
@@ -4977,6 +5030,7 @@ module Aws::IoTManagedIntegrations
|
|
|
4977
5030
|
:owner,
|
|
4978
5031
|
:credential_locker_id,
|
|
4979
5032
|
:serial_number,
|
|
5033
|
+
:wi_fi_simple_setup_configuration,
|
|
4980
5034
|
:brand,
|
|
4981
5035
|
:model,
|
|
4982
5036
|
:name,
|
|
@@ -5037,6 +5091,32 @@ module Aws::IoTManagedIntegrations
|
|
|
5037
5091
|
include Aws::Structure
|
|
5038
5092
|
end
|
|
5039
5093
|
|
|
5094
|
+
# The Wi-Fi Simple Setup configuration for the managed thing, which
|
|
5095
|
+
# defines provisioning capabilities and timeout settings.
|
|
5096
|
+
#
|
|
5097
|
+
# @!attribute [rw] enable_as_provisioner
|
|
5098
|
+
# Indicates whether the device can act as a provisioner in Wi-Fi
|
|
5099
|
+
# Simple Setup, allowing it to configure other devices.
|
|
5100
|
+
# @return [Boolean]
|
|
5101
|
+
#
|
|
5102
|
+
# @!attribute [rw] enable_as_provisionee
|
|
5103
|
+
# Indicates whether the device can act as a provisionee in Wi-Fi
|
|
5104
|
+
# Simple Setup, allowing it to be configured by other devices.
|
|
5105
|
+
# @return [Boolean]
|
|
5106
|
+
#
|
|
5107
|
+
# @!attribute [rw] timeout_in_minutes
|
|
5108
|
+
# The timeout duration in minutes for Wi-Fi Simple Setup. Valid range
|
|
5109
|
+
# is 5 to 15 minutes.
|
|
5110
|
+
# @return [Integer]
|
|
5111
|
+
#
|
|
5112
|
+
class WiFiSimpleSetupConfiguration < Struct.new(
|
|
5113
|
+
:enable_as_provisioner,
|
|
5114
|
+
:enable_as_provisionee,
|
|
5115
|
+
:timeout_in_minutes)
|
|
5116
|
+
SENSITIVE = []
|
|
5117
|
+
include Aws::Structure
|
|
5118
|
+
end
|
|
5119
|
+
|
|
5040
5120
|
end
|
|
5041
5121
|
end
|
|
5042
5122
|
|
data/sig/client.rbs
CHANGED
|
@@ -200,6 +200,11 @@ module Aws
|
|
|
200
200
|
?credential_locker_id: ::String,
|
|
201
201
|
authentication_material: ::String,
|
|
202
202
|
authentication_material_type: ("CUSTOM_PROTOCOL_QR_BAR_CODE" | "WIFI_SETUP_QR_BAR_CODE" | "ZWAVE_QR_BAR_CODE" | "ZIGBEE_QR_BAR_CODE" | "DISCOVERED_DEVICE"),
|
|
203
|
+
?wi_fi_simple_setup_configuration: {
|
|
204
|
+
enable_as_provisioner: bool?,
|
|
205
|
+
enable_as_provisionee: bool?,
|
|
206
|
+
timeout_in_minutes: ::Integer?
|
|
207
|
+
},
|
|
203
208
|
?serial_number: ::String,
|
|
204
209
|
?brand: ::String,
|
|
205
210
|
?model: ::String,
|
|
@@ -244,11 +249,11 @@ module Aws
|
|
|
244
249
|
|
|
245
250
|
interface _CreateNotificationConfigurationResponseSuccess
|
|
246
251
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateNotificationConfigurationResponse]
|
|
247
|
-
def event_type: () -> ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
252
|
+
def event_type: () -> ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
248
253
|
end
|
|
249
254
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_notification_configuration-instance_method
|
|
250
255
|
def create_notification_configuration: (
|
|
251
|
-
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT"),
|
|
256
|
+
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT"),
|
|
252
257
|
destination_name: ::String,
|
|
253
258
|
?client_token: ::String,
|
|
254
259
|
?tags: Hash[::String, ::String]
|
|
@@ -397,7 +402,7 @@ module Aws
|
|
|
397
402
|
|
|
398
403
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_notification_configuration-instance_method
|
|
399
404
|
def delete_notification_configuration: (
|
|
400
|
-
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
405
|
+
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
401
406
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
402
407
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
403
408
|
|
|
@@ -531,7 +536,7 @@ module Aws
|
|
|
531
536
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetDeviceDiscoveryResponse]
|
|
532
537
|
def id: () -> ::String
|
|
533
538
|
def arn: () -> ::String
|
|
534
|
-
def discovery_type: () -> ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM")
|
|
539
|
+
def discovery_type: () -> ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM" | "CONTROLLER_CAPABILITY_REDISCOVERY")
|
|
535
540
|
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT")
|
|
536
541
|
def started_at: () -> ::Time
|
|
537
542
|
def controller_id: () -> ::String
|
|
@@ -597,6 +602,7 @@ module Aws
|
|
|
597
602
|
def hub_network_mode: () -> ("STANDARD" | "NETWORK_WIDE_EXCLUSION")
|
|
598
603
|
def meta_data: () -> ::Hash[::String, ::String]
|
|
599
604
|
def tags: () -> ::Hash[::String, ::String]
|
|
605
|
+
def wi_fi_simple_setup_configuration: () -> Types::WiFiSimpleSetupConfiguration
|
|
600
606
|
end
|
|
601
607
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_managed_thing-instance_method
|
|
602
608
|
def get_managed_thing: (
|
|
@@ -663,7 +669,7 @@ module Aws
|
|
|
663
669
|
|
|
664
670
|
interface _GetNotificationConfigurationResponseSuccess
|
|
665
671
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetNotificationConfigurationResponse]
|
|
666
|
-
def event_type: () -> ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
672
|
+
def event_type: () -> ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
667
673
|
def destination_name: () -> ::String
|
|
668
674
|
def created_at: () -> ::Time
|
|
669
675
|
def updated_at: () -> ::Time
|
|
@@ -671,7 +677,7 @@ module Aws
|
|
|
671
677
|
end
|
|
672
678
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_notification_configuration-instance_method
|
|
673
679
|
def get_notification_configuration: (
|
|
674
|
-
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
680
|
+
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
675
681
|
) -> _GetNotificationConfigurationResponseSuccess
|
|
676
682
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetNotificationConfigurationResponseSuccess
|
|
677
683
|
|
|
@@ -832,7 +838,7 @@ module Aws
|
|
|
832
838
|
def list_device_discoveries: (
|
|
833
839
|
?next_token: ::String,
|
|
834
840
|
?max_results: ::Integer,
|
|
835
|
-
?type_filter: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM"),
|
|
841
|
+
?type_filter: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM" | "CONTROLLER_CAPABILITY_REDISCOVERY"),
|
|
836
842
|
?status_filter: ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT")
|
|
837
843
|
) -> _ListDeviceDiscoveriesResponseSuccess
|
|
838
844
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDeviceDiscoveriesResponseSuccess
|
|
@@ -1203,7 +1209,7 @@ module Aws
|
|
|
1203
1209
|
end
|
|
1204
1210
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#start_device_discovery-instance_method
|
|
1205
1211
|
def start_device_discovery: (
|
|
1206
|
-
discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM"),
|
|
1212
|
+
discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM" | "CONTROLLER_CAPABILITY_REDISCOVERY"),
|
|
1207
1213
|
?custom_protocol_detail: Hash[::String, ::String],
|
|
1208
1214
|
?controller_identifier: ::String,
|
|
1209
1215
|
?connector_association_identifier: ::String,
|
|
@@ -1211,7 +1217,9 @@ module Aws
|
|
|
1211
1217
|
?authentication_material: ::String,
|
|
1212
1218
|
?authentication_material_type: ("ZWAVE_INSTALL_CODE"),
|
|
1213
1219
|
?client_token: ::String,
|
|
1214
|
-
?tags: Hash[::String, ::String]
|
|
1220
|
+
?tags: Hash[::String, ::String],
|
|
1221
|
+
?protocol: ("ZWAVE" | "ZIGBEE" | "CUSTOM"),
|
|
1222
|
+
?end_device_identifier: ::String
|
|
1215
1223
|
) -> _StartDeviceDiscoveryResponseSuccess
|
|
1216
1224
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDeviceDiscoveryResponseSuccess
|
|
1217
1225
|
|
|
@@ -1296,6 +1304,11 @@ module Aws
|
|
|
1296
1304
|
?owner: ::String,
|
|
1297
1305
|
?credential_locker_id: ::String,
|
|
1298
1306
|
?serial_number: ::String,
|
|
1307
|
+
?wi_fi_simple_setup_configuration: {
|
|
1308
|
+
enable_as_provisioner: bool?,
|
|
1309
|
+
enable_as_provisionee: bool?,
|
|
1310
|
+
timeout_in_minutes: ::Integer?
|
|
1311
|
+
},
|
|
1299
1312
|
?brand: ::String,
|
|
1300
1313
|
?model: ::String,
|
|
1301
1314
|
?name: ::String,
|
|
@@ -1338,7 +1351,7 @@ module Aws
|
|
|
1338
1351
|
|
|
1339
1352
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#update_notification_configuration-instance_method
|
|
1340
1353
|
def update_notification_configuration: (
|
|
1341
|
-
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT"),
|
|
1354
|
+
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT"),
|
|
1342
1355
|
destination_name: ::String
|
|
1343
1356
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
1344
1357
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
data/sig/types.rbs
CHANGED
|
@@ -228,6 +228,7 @@ module Aws::IoTManagedIntegrations
|
|
|
228
228
|
attr_accessor credential_locker_id: ::String
|
|
229
229
|
attr_accessor authentication_material: ::String
|
|
230
230
|
attr_accessor authentication_material_type: ("CUSTOM_PROTOCOL_QR_BAR_CODE" | "WIFI_SETUP_QR_BAR_CODE" | "ZWAVE_QR_BAR_CODE" | "ZIGBEE_QR_BAR_CODE" | "DISCOVERED_DEVICE")
|
|
231
|
+
attr_accessor wi_fi_simple_setup_configuration: Types::WiFiSimpleSetupConfiguration
|
|
231
232
|
attr_accessor serial_number: ::String
|
|
232
233
|
attr_accessor brand: ::String
|
|
233
234
|
attr_accessor model: ::String
|
|
@@ -250,7 +251,7 @@ module Aws::IoTManagedIntegrations
|
|
|
250
251
|
end
|
|
251
252
|
|
|
252
253
|
class CreateNotificationConfigurationRequest
|
|
253
|
-
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
254
|
+
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
254
255
|
attr_accessor destination_name: ::String
|
|
255
256
|
attr_accessor client_token: ::String
|
|
256
257
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -258,7 +259,7 @@ module Aws::IoTManagedIntegrations
|
|
|
258
259
|
end
|
|
259
260
|
|
|
260
261
|
class CreateNotificationConfigurationResponse
|
|
261
|
-
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
262
|
+
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
262
263
|
SENSITIVE: []
|
|
263
264
|
end
|
|
264
265
|
|
|
@@ -362,7 +363,7 @@ module Aws::IoTManagedIntegrations
|
|
|
362
363
|
end
|
|
363
364
|
|
|
364
365
|
class DeleteNotificationConfigurationRequest
|
|
365
|
-
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
366
|
+
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
366
367
|
SENSITIVE: []
|
|
367
368
|
end
|
|
368
369
|
|
|
@@ -407,7 +408,7 @@ module Aws::IoTManagedIntegrations
|
|
|
407
408
|
|
|
408
409
|
class DeviceDiscoverySummary
|
|
409
410
|
attr_accessor id: ::String
|
|
410
|
-
attr_accessor discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM")
|
|
411
|
+
attr_accessor discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM" | "CONTROLLER_CAPABILITY_REDISCOVERY")
|
|
411
412
|
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT")
|
|
412
413
|
SENSITIVE: []
|
|
413
414
|
end
|
|
@@ -552,7 +553,7 @@ module Aws::IoTManagedIntegrations
|
|
|
552
553
|
class GetDeviceDiscoveryResponse
|
|
553
554
|
attr_accessor id: ::String
|
|
554
555
|
attr_accessor arn: ::String
|
|
555
|
-
attr_accessor discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM")
|
|
556
|
+
attr_accessor discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM" | "CONTROLLER_CAPABILITY_REDISCOVERY")
|
|
556
557
|
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT")
|
|
557
558
|
attr_accessor started_at: ::Time
|
|
558
559
|
attr_accessor controller_id: ::String
|
|
@@ -664,6 +665,7 @@ module Aws::IoTManagedIntegrations
|
|
|
664
665
|
attr_accessor hub_network_mode: ("STANDARD" | "NETWORK_WIDE_EXCLUSION")
|
|
665
666
|
attr_accessor meta_data: ::Hash[::String, ::String]
|
|
666
667
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
668
|
+
attr_accessor wi_fi_simple_setup_configuration: Types::WiFiSimpleSetupConfiguration
|
|
667
669
|
SENSITIVE: [:owner, :model, :brand, :serial_number, :universal_product_code, :international_article_number, :connector_device_id, :device_specific_key, :mac_address, :classification, :tags]
|
|
668
670
|
end
|
|
669
671
|
|
|
@@ -678,12 +680,12 @@ module Aws::IoTManagedIntegrations
|
|
|
678
680
|
end
|
|
679
681
|
|
|
680
682
|
class GetNotificationConfigurationRequest
|
|
681
|
-
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
683
|
+
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
682
684
|
SENSITIVE: []
|
|
683
685
|
end
|
|
684
686
|
|
|
685
687
|
class GetNotificationConfigurationResponse
|
|
686
|
-
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
688
|
+
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
687
689
|
attr_accessor destination_name: ::String
|
|
688
690
|
attr_accessor created_at: ::Time
|
|
689
691
|
attr_accessor updated_at: ::Time
|
|
@@ -867,7 +869,7 @@ module Aws::IoTManagedIntegrations
|
|
|
867
869
|
class ListDeviceDiscoveriesRequest
|
|
868
870
|
attr_accessor next_token: ::String
|
|
869
871
|
attr_accessor max_results: ::Integer
|
|
870
|
-
attr_accessor type_filter: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM")
|
|
872
|
+
attr_accessor type_filter: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM" | "CONTROLLER_CAPABILITY_REDISCOVERY")
|
|
871
873
|
attr_accessor status_filter: ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT")
|
|
872
874
|
SENSITIVE: []
|
|
873
875
|
end
|
|
@@ -1131,7 +1133,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1131
1133
|
end
|
|
1132
1134
|
|
|
1133
1135
|
class NotificationConfigurationSummary
|
|
1134
|
-
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
1136
|
+
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
1135
1137
|
attr_accessor destination_name: ::String
|
|
1136
1138
|
SENSITIVE: []
|
|
1137
1139
|
end
|
|
@@ -1398,7 +1400,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1398
1400
|
end
|
|
1399
1401
|
|
|
1400
1402
|
class StartDeviceDiscoveryRequest
|
|
1401
|
-
attr_accessor discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM")
|
|
1403
|
+
attr_accessor discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD" | "CUSTOM" | "CONTROLLER_CAPABILITY_REDISCOVERY")
|
|
1402
1404
|
attr_accessor custom_protocol_detail: ::Hash[::String, ::String]
|
|
1403
1405
|
attr_accessor controller_identifier: ::String
|
|
1404
1406
|
attr_accessor connector_association_identifier: ::String
|
|
@@ -1407,6 +1409,8 @@ module Aws::IoTManagedIntegrations
|
|
|
1407
1409
|
attr_accessor authentication_material_type: ("ZWAVE_INSTALL_CODE")
|
|
1408
1410
|
attr_accessor client_token: ::String
|
|
1409
1411
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1412
|
+
attr_accessor protocol: ("ZWAVE" | "ZIGBEE" | "CUSTOM")
|
|
1413
|
+
attr_accessor end_device_identifier: ::String
|
|
1410
1414
|
SENSITIVE: [:authentication_material, :tags]
|
|
1411
1415
|
end
|
|
1412
1416
|
|
|
@@ -1515,6 +1519,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1515
1519
|
attr_accessor owner: ::String
|
|
1516
1520
|
attr_accessor credential_locker_id: ::String
|
|
1517
1521
|
attr_accessor serial_number: ::String
|
|
1522
|
+
attr_accessor wi_fi_simple_setup_configuration: Types::WiFiSimpleSetupConfiguration
|
|
1518
1523
|
attr_accessor brand: ::String
|
|
1519
1524
|
attr_accessor model: ::String
|
|
1520
1525
|
attr_accessor name: ::String
|
|
@@ -1528,7 +1533,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1528
1533
|
end
|
|
1529
1534
|
|
|
1530
1535
|
class UpdateNotificationConfigurationRequest
|
|
1531
|
-
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
1536
|
+
attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_DISCOVERY_STATUS" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "DEVICE_WSS" | "CONNECTOR_ASSOCIATION" | "ACCOUNT_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
|
1532
1537
|
attr_accessor destination_name: ::String
|
|
1533
1538
|
SENSITIVE: []
|
|
1534
1539
|
end
|
|
@@ -1544,5 +1549,12 @@ module Aws::IoTManagedIntegrations
|
|
|
1544
1549
|
attr_accessor message: ::String
|
|
1545
1550
|
SENSITIVE: []
|
|
1546
1551
|
end
|
|
1552
|
+
|
|
1553
|
+
class WiFiSimpleSetupConfiguration
|
|
1554
|
+
attr_accessor enable_as_provisioner: bool
|
|
1555
|
+
attr_accessor enable_as_provisionee: bool
|
|
1556
|
+
attr_accessor timeout_in_minutes: ::Integer
|
|
1557
|
+
SENSITIVE: []
|
|
1558
|
+
end
|
|
1547
1559
|
end
|
|
1548
1560
|
end
|