aws-sdk-iotdeviceadvisor 1.9.0 → 1.10.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-iotdeviceadvisor/client.rb +10 -6
- data/lib/aws-sdk-iotdeviceadvisor/types.rb +25 -21
- data/lib/aws-sdk-iotdeviceadvisor.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d5ed19a57d9c770b99f5eff886728c1115d3b9ce2094a3fa70773e82f5e6d72
|
4
|
+
data.tar.gz: 1c0c7328e1d7228451407e2c87900124221bb73a1970d447e4945f8ddd24cfd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b88db054913a75efbb024a34d42c5e3a7017a3f417a53786f4aa04a8ececb41c3416e920382fd06311dfbe4734052bcf899f5d32d52976651d7cd0593bffddaf
|
7
|
+
data.tar.gz: f24ea309a645dcbe28968773792979b6d8dda753f9c9a8cdc81d5b8e98e30cc26efe224d6b416129cf0f1f882ba4dba571b32877fe8efebe8f938129d63cfc15
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.10.0
|
@@ -418,9 +418,13 @@ module Aws::IoTDeviceAdvisor
|
|
418
418
|
req.send_request(options)
|
419
419
|
end
|
420
420
|
|
421
|
+
# Gets information about an Device Advisor endpoint.
|
422
|
+
#
|
421
423
|
# @option params [String] :thing_arn
|
424
|
+
# The thing ARN of the device. This is an optional parameter.
|
422
425
|
#
|
423
426
|
# @option params [String] :certificate_arn
|
427
|
+
# The certificate ARN of the device. This is an optional parameter.
|
424
428
|
#
|
425
429
|
# @return [Types::GetEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
426
430
|
#
|
@@ -658,9 +662,9 @@ module Aws::IoTDeviceAdvisor
|
|
658
662
|
req.send_request(options)
|
659
663
|
end
|
660
664
|
|
661
|
-
# Lists
|
662
|
-
#
|
663
|
-
#
|
665
|
+
# Lists runs of the specified Device Advisor test suite. You can list
|
666
|
+
# all runs of the test suite, or the runs of a specific version of the
|
667
|
+
# test suite.
|
664
668
|
#
|
665
669
|
# Requires permission to access the [ListSuiteRuns][1] action.
|
666
670
|
#
|
@@ -673,8 +677,8 @@ module Aws::IoTDeviceAdvisor
|
|
673
677
|
# definition ID.
|
674
678
|
#
|
675
679
|
# @option params [String] :suite_definition_version
|
676
|
-
# Must be passed along with suiteDefinitionId
|
677
|
-
# of the specified test suite based on suite definition version.
|
680
|
+
# Must be passed along with `suiteDefinitionId`. Lists the test suite
|
681
|
+
# runs of the specified test suite based on suite definition version.
|
678
682
|
#
|
679
683
|
# @option params [Integer] :max_results
|
680
684
|
# The maximum number of results to return at once.
|
@@ -973,7 +977,7 @@ module Aws::IoTDeviceAdvisor
|
|
973
977
|
params: params,
|
974
978
|
config: config)
|
975
979
|
context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
|
976
|
-
context[:gem_version] = '1.
|
980
|
+
context[:gem_version] = '1.10.0'
|
977
981
|
Seahorse::Client::Request.new(handlers, context)
|
978
982
|
end
|
979
983
|
|
@@ -10,10 +10,10 @@
|
|
10
10
|
module Aws::IoTDeviceAdvisor
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# Sends Conflict Exception.
|
13
|
+
# Sends a Conflict Exception.
|
14
14
|
#
|
15
15
|
# @!attribute [rw] message
|
16
|
-
# Sends Conflict Exception message.
|
16
|
+
# Sends a Conflict Exception message.
|
17
17
|
# @return [String]
|
18
18
|
#
|
19
19
|
class ConflictException < Struct.new(
|
@@ -104,8 +104,8 @@ module Aws::IoTDeviceAdvisor
|
|
104
104
|
|
105
105
|
class DeleteSuiteDefinitionResponse < Aws::EmptyStructure; end
|
106
106
|
|
107
|
-
# Information of a test device.
|
108
|
-
#
|
107
|
+
# Information of a test device. A thing ARN or a certificate ARN is
|
108
|
+
# required.
|
109
109
|
#
|
110
110
|
# @note When making an API call, you may pass DeviceUnderTest
|
111
111
|
# data as a hash:
|
@@ -139,9 +139,11 @@ module Aws::IoTDeviceAdvisor
|
|
139
139
|
# }
|
140
140
|
#
|
141
141
|
# @!attribute [rw] thing_arn
|
142
|
+
# The thing ARN of the device. This is an optional parameter.
|
142
143
|
# @return [String]
|
143
144
|
#
|
144
145
|
# @!attribute [rw] certificate_arn
|
146
|
+
# The certificate ARN of the device. This is an optional parameter.
|
145
147
|
# @return [String]
|
146
148
|
#
|
147
149
|
class GetEndpointRequest < Struct.new(
|
@@ -152,6 +154,7 @@ module Aws::IoTDeviceAdvisor
|
|
152
154
|
end
|
153
155
|
|
154
156
|
# @!attribute [rw] endpoint
|
157
|
+
# The response of an Device Advisor endpoint.
|
155
158
|
# @return [String]
|
156
159
|
#
|
157
160
|
class GetEndpointResponse < Struct.new(
|
@@ -310,7 +313,7 @@ module Aws::IoTDeviceAdvisor
|
|
310
313
|
# @return [Types::TestResult]
|
311
314
|
#
|
312
315
|
# @!attribute [rw] start_time
|
313
|
-
# Date (in Unix epoch time) when the test suite run
|
316
|
+
# Date (in Unix epoch time) when the test suite run started.
|
314
317
|
# @return [Time]
|
315
318
|
#
|
316
319
|
# @!attribute [rw] end_time
|
@@ -367,10 +370,10 @@ module Aws::IoTDeviceAdvisor
|
|
367
370
|
include Aws::Structure
|
368
371
|
end
|
369
372
|
|
370
|
-
# Sends Internal Failure
|
373
|
+
# Sends an Internal Failure exception.
|
371
374
|
#
|
372
375
|
# @!attribute [rw] message
|
373
|
-
# Sends Internal Failure Exception message.
|
376
|
+
# Sends an Internal Failure Exception message.
|
374
377
|
# @return [String]
|
375
378
|
#
|
376
379
|
class InternalServerException < Struct.new(
|
@@ -434,7 +437,7 @@ module Aws::IoTDeviceAdvisor
|
|
434
437
|
# @return [String]
|
435
438
|
#
|
436
439
|
# @!attribute [rw] suite_definition_version
|
437
|
-
# Must be passed along with suiteDefinitionId
|
440
|
+
# Must be passed along with `suiteDefinitionId`. Lists the test suite
|
438
441
|
# runs of the specified test suite based on suite definition version.
|
439
442
|
# @return [String]
|
440
443
|
#
|
@@ -498,10 +501,10 @@ module Aws::IoTDeviceAdvisor
|
|
498
501
|
include Aws::Structure
|
499
502
|
end
|
500
503
|
|
501
|
-
# Sends Resource Not Found
|
504
|
+
# Sends a Resource Not Found exception.
|
502
505
|
#
|
503
506
|
# @!attribute [rw] message
|
504
|
-
# Sends Resource Not Found Exception message.
|
507
|
+
# Sends a Resource Not Found Exception message.
|
505
508
|
# @return [String]
|
506
509
|
#
|
507
510
|
class ResourceNotFoundException < Struct.new(
|
@@ -634,7 +637,7 @@ module Aws::IoTDeviceAdvisor
|
|
634
637
|
# @return [String]
|
635
638
|
#
|
636
639
|
# @!attribute [rw] device_permission_role_arn
|
637
|
-
# Gets device permission ARN.
|
640
|
+
# Gets the device permission ARN.
|
638
641
|
# @return [String]
|
639
642
|
#
|
640
643
|
class SuiteDefinitionConfiguration < Struct.new(
|
@@ -658,7 +661,7 @@ module Aws::IoTDeviceAdvisor
|
|
658
661
|
# @return [String]
|
659
662
|
#
|
660
663
|
# @!attribute [rw] default_devices
|
661
|
-
# Specifies the devices under test for the test suite.
|
664
|
+
# Specifies the devices that are under test for the test suite.
|
662
665
|
# @return [Array<Types::DeviceUnderTest>]
|
663
666
|
#
|
664
667
|
# @!attribute [rw] intended_for_qualification
|
@@ -702,6 +705,7 @@ module Aws::IoTDeviceAdvisor
|
|
702
705
|
# @return [Array<String>]
|
703
706
|
#
|
704
707
|
# @!attribute [rw] parallel_run
|
708
|
+
# TRUE if multiple test suites run in parallel.
|
705
709
|
# @return [Boolean]
|
706
710
|
#
|
707
711
|
class SuiteRunConfiguration < Struct.new(
|
@@ -802,22 +806,22 @@ module Aws::IoTDeviceAdvisor
|
|
802
806
|
|
803
807
|
class TagResourceResponse < Aws::EmptyStructure; end
|
804
808
|
|
805
|
-
# Provides test case run.
|
809
|
+
# Provides the test case run.
|
806
810
|
#
|
807
811
|
# @!attribute [rw] test_case_run_id
|
808
|
-
# Provides test case run ID.
|
812
|
+
# Provides the test case run ID.
|
809
813
|
# @return [String]
|
810
814
|
#
|
811
815
|
# @!attribute [rw] test_case_definition_id
|
812
|
-
# Provides test case run definition ID.
|
816
|
+
# Provides the test case run definition ID.
|
813
817
|
# @return [String]
|
814
818
|
#
|
815
819
|
# @!attribute [rw] test_case_definition_name
|
816
|
-
# Provides test case run definition
|
820
|
+
# Provides the test case run definition name.
|
817
821
|
# @return [String]
|
818
822
|
#
|
819
823
|
# @!attribute [rw] status
|
820
|
-
# Provides test case run status.
|
824
|
+
# Provides the test case run status. Status is one of the following:
|
821
825
|
#
|
822
826
|
# * `PASS`\: Test passed.
|
823
827
|
#
|
@@ -825,7 +829,7 @@ module Aws::IoTDeviceAdvisor
|
|
825
829
|
#
|
826
830
|
# * `PENDING`\: Test has not started running but is scheduled.
|
827
831
|
#
|
828
|
-
# * `RUNNING`\: Test is running
|
832
|
+
# * `RUNNING`\: Test is running.
|
829
833
|
#
|
830
834
|
# * `STOPPING`\: Test is performing cleanup steps. You will see this
|
831
835
|
# status only if you stop a suite run.
|
@@ -848,7 +852,7 @@ module Aws::IoTDeviceAdvisor
|
|
848
852
|
# @return [Time]
|
849
853
|
#
|
850
854
|
# @!attribute [rw] log_url
|
851
|
-
# Provides test case run log
|
855
|
+
# Provides test case run log URL.
|
852
856
|
# @return [String]
|
853
857
|
#
|
854
858
|
# @!attribute [rw] warnings
|
@@ -980,10 +984,10 @@ module Aws::IoTDeviceAdvisor
|
|
980
984
|
include Aws::Structure
|
981
985
|
end
|
982
986
|
|
983
|
-
# Sends
|
987
|
+
# Sends a validation exception.
|
984
988
|
#
|
985
989
|
# @!attribute [rw] message
|
986
|
-
# Sends
|
990
|
+
# Sends a Validation Exception message.
|
987
991
|
# @return [String]
|
988
992
|
#
|
989
993
|
class ValidationException < Struct.new(
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotdeviceadvisor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.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: 2021-11-
|
11
|
+
date: 2021-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|