aws-sdk-iotdeviceadvisor 1.2.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotdeviceadvisor/client.rb +47 -82
- data/lib/aws-sdk-iotdeviceadvisor/client_api.rb +19 -59
- data/lib/aws-sdk-iotdeviceadvisor/types.rb +96 -207
- data/lib/aws-sdk-iotdeviceadvisor.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02b775a8786f28c84808ab265a74c2068b7497486f4dd60df7dae7f1f2b6d53a
|
4
|
+
data.tar.gz: 82051473e785d08e55bfc41b0b7e79f2f3ff5f25491084d43619a67153534b85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdb581aa71fa7926464cb078836a6ede6fa7803d27ca435021ef8ecfa8a80d8654319539df1375257c0c03adf60ad58ee93c881c689a69addfd76e0693dbbb14
|
7
|
+
data.tar.gz: ad8bf72b602576827f5d8f795fe8e0ec9bf1cfe741ad62b07678e6dc0f3953b781ef82647344ce7b8f1e0d82d81819dd12cfbb43e157da0e20baf3469447f08b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.6.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.5.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.4.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.3.0 (2021-05-17)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - AWS IoT Core Device Advisor is fully managed test capability for IoT devices. Device manufacturers can use Device Advisor to test their IoT devices for reliable and secure connectivity with AWS IoT.
|
23
|
+
|
4
24
|
1.2.0 (2021-03-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -380,7 +380,7 @@ module Aws::IoTDeviceAdvisor
|
|
380
380
|
# Deletes a Device Advisor test suite.
|
381
381
|
#
|
382
382
|
# @option params [required, String] :suite_definition_id
|
383
|
-
#
|
383
|
+
# Suite definition Id of the test suite to be deleted.
|
384
384
|
#
|
385
385
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
386
386
|
#
|
@@ -400,10 +400,10 @@ module Aws::IoTDeviceAdvisor
|
|
400
400
|
# Gets information about a Device Advisor test suite.
|
401
401
|
#
|
402
402
|
# @option params [required, String] :suite_definition_id
|
403
|
-
#
|
403
|
+
# Suite definition Id of the test suite to get.
|
404
404
|
#
|
405
405
|
# @option params [String] :suite_definition_version
|
406
|
-
#
|
406
|
+
# Suite definition version of the test suite to get.
|
407
407
|
#
|
408
408
|
# @return [Types::GetSuiteDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
409
409
|
#
|
@@ -451,12 +451,10 @@ module Aws::IoTDeviceAdvisor
|
|
451
451
|
# Gets information about a Device Advisor test suite run.
|
452
452
|
#
|
453
453
|
# @option params [required, String] :suite_definition_id
|
454
|
-
#
|
455
|
-
# suite definition Id.
|
454
|
+
# Suite definition Id for the test suite run.
|
456
455
|
#
|
457
456
|
# @option params [required, String] :suite_run_id
|
458
|
-
#
|
459
|
-
# suite run Id.
|
457
|
+
# Suite run Id for the test suite run.
|
460
458
|
#
|
461
459
|
# @return [Types::GetSuiteRunResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
462
460
|
#
|
@@ -487,8 +485,6 @@ module Aws::IoTDeviceAdvisor
|
|
487
485
|
# resp.suite_run_arn #=> String
|
488
486
|
# resp.suite_run_configuration.primary_device.thing_arn #=> String
|
489
487
|
# resp.suite_run_configuration.primary_device.certificate_arn #=> String
|
490
|
-
# resp.suite_run_configuration.secondary_device.thing_arn #=> String
|
491
|
-
# resp.suite_run_configuration.secondary_device.certificate_arn #=> String
|
492
488
|
# resp.suite_run_configuration.selected_test_list #=> Array
|
493
489
|
# resp.suite_run_configuration.selected_test_list[0] #=> String
|
494
490
|
# resp.test_result.groups #=> Array
|
@@ -498,7 +494,7 @@ module Aws::IoTDeviceAdvisor
|
|
498
494
|
# resp.test_result.groups[0].tests[0].test_case_run_id #=> String
|
499
495
|
# resp.test_result.groups[0].tests[0].test_case_definition_id #=> String
|
500
496
|
# resp.test_result.groups[0].tests[0].test_case_definition_name #=> String
|
501
|
-
# resp.test_result.groups[0].tests[0].status #=> String, one of "PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "PASS_WITH_WARNINGS", "ERROR"
|
497
|
+
# resp.test_result.groups[0].tests[0].status #=> String, one of "PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "STOPPING", "STOPPED", "PASS_WITH_WARNINGS", "ERROR"
|
502
498
|
# resp.test_result.groups[0].tests[0].start_time #=> Time
|
503
499
|
# resp.test_result.groups[0].tests[0].end_time #=> Time
|
504
500
|
# resp.test_result.groups[0].tests[0].log_url #=> String
|
@@ -506,7 +502,7 @@ module Aws::IoTDeviceAdvisor
|
|
506
502
|
# resp.test_result.groups[0].tests[0].failure #=> String
|
507
503
|
# resp.start_time #=> Time
|
508
504
|
# resp.end_time #=> Time
|
509
|
-
# resp.status #=> String, one of "PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "PASS_WITH_WARNINGS", "ERROR"
|
505
|
+
# resp.status #=> String, one of "PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "STOPPING", "STOPPED", "PASS_WITH_WARNINGS", "ERROR"
|
510
506
|
# resp.error_reason #=> String
|
511
507
|
# resp.tags #=> Hash
|
512
508
|
# resp.tags["String128"] #=> String
|
@@ -522,10 +518,10 @@ module Aws::IoTDeviceAdvisor
|
|
522
518
|
# test suite run.
|
523
519
|
#
|
524
520
|
# @option params [required, String] :suite_definition_id
|
525
|
-
#
|
521
|
+
# Suite definition Id of the test suite.
|
526
522
|
#
|
527
523
|
# @option params [required, String] :suite_run_id
|
528
|
-
#
|
524
|
+
# Suite run Id of the test suite run.
|
529
525
|
#
|
530
526
|
# @return [Types::GetSuiteRunReportResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
531
527
|
#
|
@@ -552,10 +548,10 @@ module Aws::IoTDeviceAdvisor
|
|
552
548
|
# Lists the Device Advisor test suites you have created.
|
553
549
|
#
|
554
550
|
# @option params [Integer] :max_results
|
555
|
-
#
|
551
|
+
# The maximum number of results to return at once.
|
556
552
|
#
|
557
553
|
# @option params [String] :next_token
|
558
|
-
#
|
554
|
+
# A token used to get the next set of results.
|
559
555
|
#
|
560
556
|
# @return [Types::ListSuiteDefinitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
561
557
|
#
|
@@ -595,18 +591,18 @@ module Aws::IoTDeviceAdvisor
|
|
595
591
|
# the test suite.
|
596
592
|
#
|
597
593
|
# @option params [String] :suite_definition_id
|
598
|
-
# Lists the runs of the specified
|
599
|
-
#
|
594
|
+
# Lists the test suite runs of the specified test suite based on suite
|
595
|
+
# definition Id.
|
600
596
|
#
|
601
597
|
# @option params [String] :suite_definition_version
|
602
|
-
#
|
603
|
-
# suite definition version.
|
598
|
+
# Must be passed along with suiteDefinitionId. Lists the test suite runs
|
599
|
+
# of the specified test suite based on suite definition version.
|
604
600
|
#
|
605
601
|
# @option params [Integer] :max_results
|
606
|
-
#
|
602
|
+
# The maximum number of results to return at once.
|
607
603
|
#
|
608
604
|
# @option params [String] :next_token
|
609
|
-
#
|
605
|
+
# A token to retrieve the next set of results.
|
610
606
|
#
|
611
607
|
# @return [Types::ListSuiteRunsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
612
608
|
#
|
@@ -634,7 +630,7 @@ module Aws::IoTDeviceAdvisor
|
|
634
630
|
# resp.suite_runs_list[0].created_at #=> Time
|
635
631
|
# resp.suite_runs_list[0].started_at #=> Time
|
636
632
|
# resp.suite_runs_list[0].end_at #=> Time
|
637
|
-
# resp.suite_runs_list[0].status #=> String, one of "PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "PASS_WITH_WARNINGS", "ERROR"
|
633
|
+
# resp.suite_runs_list[0].status #=> String, one of "PASS", "FAIL", "CANCELED", "PENDING", "RUNNING", "STOPPING", "STOPPED", "PASS_WITH_WARNINGS", "ERROR"
|
638
634
|
# resp.suite_runs_list[0].passed #=> Integer
|
639
635
|
# resp.suite_runs_list[0].failed #=> Integer
|
640
636
|
# resp.next_token #=> String
|
@@ -673,67 +669,16 @@ module Aws::IoTDeviceAdvisor
|
|
673
669
|
req.send_request(options)
|
674
670
|
end
|
675
671
|
|
676
|
-
# Lists all the test cases in the test suite.
|
677
|
-
#
|
678
|
-
# @option params [Boolean] :intended_for_qualification
|
679
|
-
# Lists all the qualification test cases in the test suite.
|
680
|
-
#
|
681
|
-
# @option params [Integer] :max_results
|
682
|
-
# Requests the test cases max results.
|
683
|
-
#
|
684
|
-
# @option params [String] :next_token
|
685
|
-
# Requests the test cases next token.
|
686
|
-
#
|
687
|
-
# @return [Types::ListTestCasesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
688
|
-
#
|
689
|
-
# * {Types::ListTestCasesResponse#categories #categories} => Array<Types::TestCaseCategory>
|
690
|
-
# * {Types::ListTestCasesResponse#root_group_configuration #root_group_configuration} => Hash<String,String>
|
691
|
-
# * {Types::ListTestCasesResponse#group_configuration #group_configuration} => Hash<String,String>
|
692
|
-
# * {Types::ListTestCasesResponse#next_token #next_token} => String
|
693
|
-
#
|
694
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
695
|
-
#
|
696
|
-
# @example Request syntax with placeholder values
|
697
|
-
#
|
698
|
-
# resp = client.list_test_cases({
|
699
|
-
# intended_for_qualification: false,
|
700
|
-
# max_results: 1,
|
701
|
-
# next_token: "Token",
|
702
|
-
# })
|
703
|
-
#
|
704
|
-
# @example Response structure
|
705
|
-
#
|
706
|
-
# resp.categories #=> Array
|
707
|
-
# resp.categories[0].name #=> String
|
708
|
-
# resp.categories[0].tests #=> Array
|
709
|
-
# resp.categories[0].tests[0].name #=> String
|
710
|
-
# resp.categories[0].tests[0].configuration #=> Hash
|
711
|
-
# resp.categories[0].tests[0].configuration["ConfigString"] #=> String
|
712
|
-
# resp.categories[0].tests[0].test.id #=> String
|
713
|
-
# resp.categories[0].tests[0].test.test_case_version #=> String
|
714
|
-
# resp.root_group_configuration #=> Hash
|
715
|
-
# resp.root_group_configuration["ConfigString"] #=> String
|
716
|
-
# resp.group_configuration #=> Hash
|
717
|
-
# resp.group_configuration["ConfigString"] #=> String
|
718
|
-
# resp.next_token #=> String
|
719
|
-
#
|
720
|
-
# @overload list_test_cases(params = {})
|
721
|
-
# @param [Hash] params ({})
|
722
|
-
def list_test_cases(params = {}, options = {})
|
723
|
-
req = build_request(:list_test_cases, params)
|
724
|
-
req.send_request(options)
|
725
|
-
end
|
726
|
-
|
727
672
|
# Starts a Device Advisor test suite run.
|
728
673
|
#
|
729
674
|
# @option params [required, String] :suite_definition_id
|
730
|
-
#
|
675
|
+
# Suite definition Id of the test suite.
|
731
676
|
#
|
732
677
|
# @option params [String] :suite_definition_version
|
733
|
-
#
|
678
|
+
# Suite definition version of the test suite.
|
734
679
|
#
|
735
680
|
# @option params [Types::SuiteRunConfiguration] :suite_run_configuration
|
736
|
-
#
|
681
|
+
# Suite run configuration.
|
737
682
|
#
|
738
683
|
# @option params [Hash<String,String>] :tags
|
739
684
|
# The tags to be attached to the suite run.
|
@@ -754,10 +699,6 @@ module Aws::IoTDeviceAdvisor
|
|
754
699
|
# thing_arn: "AmazonResourceName",
|
755
700
|
# certificate_arn: "AmazonResourceName",
|
756
701
|
# },
|
757
|
-
# secondary_device: {
|
758
|
-
# thing_arn: "AmazonResourceName",
|
759
|
-
# certificate_arn: "AmazonResourceName",
|
760
|
-
# },
|
761
702
|
# selected_test_list: ["UUID"],
|
762
703
|
# },
|
763
704
|
# tags: {
|
@@ -778,6 +719,30 @@ module Aws::IoTDeviceAdvisor
|
|
778
719
|
req.send_request(options)
|
779
720
|
end
|
780
721
|
|
722
|
+
# Stops a Device Advisor test suite run that is currently running.
|
723
|
+
#
|
724
|
+
# @option params [required, String] :suite_definition_id
|
725
|
+
# Suite definition Id of the test suite run to be stopped.
|
726
|
+
#
|
727
|
+
# @option params [required, String] :suite_run_id
|
728
|
+
# Suite run Id of the test suite run to be stopped.
|
729
|
+
#
|
730
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
731
|
+
#
|
732
|
+
# @example Request syntax with placeholder values
|
733
|
+
#
|
734
|
+
# resp = client.stop_suite_run({
|
735
|
+
# suite_definition_id: "UUID", # required
|
736
|
+
# suite_run_id: "UUID", # required
|
737
|
+
# })
|
738
|
+
#
|
739
|
+
# @overload stop_suite_run(params = {})
|
740
|
+
# @param [Hash] params ({})
|
741
|
+
def stop_suite_run(params = {}, options = {})
|
742
|
+
req = build_request(:stop_suite_run, params)
|
743
|
+
req.send_request(options)
|
744
|
+
end
|
745
|
+
|
781
746
|
# Adds to and modifies existing tags of an IoT Device Advisor resource.
|
782
747
|
#
|
783
748
|
# @option params [required, String] :resource_arn
|
@@ -831,7 +796,7 @@ module Aws::IoTDeviceAdvisor
|
|
831
796
|
# Updates a Device Advisor test suite.
|
832
797
|
#
|
833
798
|
# @option params [required, String] :suite_definition_id
|
834
|
-
#
|
799
|
+
# Suite definition Id of the test suite to be updated.
|
835
800
|
#
|
836
801
|
# @option params [Types::SuiteDefinitionConfiguration] :suite_definition_configuration
|
837
802
|
# Updates a Device Advisor test suite with suite definition
|
@@ -893,7 +858,7 @@ module Aws::IoTDeviceAdvisor
|
|
893
858
|
params: params,
|
894
859
|
config: config)
|
895
860
|
context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
|
896
|
-
context[:gem_version] = '1.
|
861
|
+
context[:gem_version] = '1.6.0'
|
897
862
|
Seahorse::Client::Request.new(handlers, context)
|
898
863
|
end
|
899
864
|
|
@@ -14,8 +14,6 @@ module Aws::IoTDeviceAdvisor
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
16
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
17
|
-
CategoryName = Shapes::StringShape.new(name: 'CategoryName')
|
18
|
-
ConfigString = Shapes::StringShape.new(name: 'ConfigString')
|
19
17
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
20
18
|
CreateSuiteDefinitionRequest = Shapes::StructureShape.new(name: 'CreateSuiteDefinitionRequest')
|
21
19
|
CreateSuiteDefinitionResponse = Shapes::StructureShape.new(name: 'CreateSuiteDefinitionResponse')
|
@@ -42,8 +40,6 @@ module Aws::IoTDeviceAdvisor
|
|
42
40
|
ListSuiteRunsResponse = Shapes::StructureShape.new(name: 'ListSuiteRunsResponse')
|
43
41
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
44
42
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
45
|
-
ListTestCasesRequest = Shapes::StructureShape.new(name: 'ListTestCasesRequest')
|
46
|
-
ListTestCasesResponse = Shapes::StructureShape.new(name: 'ListTestCasesResponse')
|
47
43
|
LogUrl = Shapes::StringShape.new(name: 'LogUrl')
|
48
44
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
49
45
|
Message = Shapes::StringShape.new(name: 'Message')
|
@@ -54,6 +50,8 @@ module Aws::IoTDeviceAdvisor
|
|
54
50
|
StartSuiteRunRequest = Shapes::StructureShape.new(name: 'StartSuiteRunRequest')
|
55
51
|
StartSuiteRunResponse = Shapes::StructureShape.new(name: 'StartSuiteRunResponse')
|
56
52
|
Status = Shapes::StringShape.new(name: 'Status')
|
53
|
+
StopSuiteRunRequest = Shapes::StructureShape.new(name: 'StopSuiteRunRequest')
|
54
|
+
StopSuiteRunResponse = Shapes::StructureShape.new(name: 'StopSuiteRunResponse')
|
57
55
|
String128 = Shapes::StringShape.new(name: 'String128')
|
58
56
|
String256 = Shapes::StringShape.new(name: 'String256')
|
59
57
|
SuiteDefinitionConfiguration = Shapes::StructureShape.new(name: 'SuiteDefinitionConfiguration')
|
@@ -70,17 +68,9 @@ module Aws::IoTDeviceAdvisor
|
|
70
68
|
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
71
69
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
72
70
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
73
|
-
TestCase = Shapes::StructureShape.new(name: 'TestCase')
|
74
|
-
TestCaseCategory = Shapes::StructureShape.new(name: 'TestCaseCategory')
|
75
|
-
TestCaseDefinition = Shapes::StructureShape.new(name: 'TestCaseDefinition')
|
76
71
|
TestCaseDefinitionName = Shapes::StringShape.new(name: 'TestCaseDefinitionName')
|
77
|
-
TestCaseList = Shapes::ListShape.new(name: 'TestCaseList')
|
78
|
-
TestCaseName = Shapes::StringShape.new(name: 'TestCaseName')
|
79
72
|
TestCaseRun = Shapes::StructureShape.new(name: 'TestCaseRun')
|
80
73
|
TestCaseRuns = Shapes::ListShape.new(name: 'TestCaseRuns')
|
81
|
-
TestCaseVersion = Shapes::StringShape.new(name: 'TestCaseVersion')
|
82
|
-
TestCategory = Shapes::ListShape.new(name: 'TestCategory')
|
83
|
-
TestConfiguration = Shapes::MapShape.new(name: 'TestConfiguration')
|
84
74
|
TestResult = Shapes::StructureShape.new(name: 'TestResult')
|
85
75
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
86
76
|
Token = Shapes::StringShape.new(name: 'Token')
|
@@ -188,17 +178,6 @@ module Aws::IoTDeviceAdvisor
|
|
188
178
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
189
179
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
190
180
|
|
191
|
-
ListTestCasesRequest.add_member(:intended_for_qualification, Shapes::ShapeRef.new(shape: IntendedForQualificationBoolean, location: "querystring", location_name: "intendedForQualification"))
|
192
|
-
ListTestCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
193
|
-
ListTestCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
|
194
|
-
ListTestCasesRequest.struct_class = Types::ListTestCasesRequest
|
195
|
-
|
196
|
-
ListTestCasesResponse.add_member(:categories, Shapes::ShapeRef.new(shape: TestCategory, location_name: "categories"))
|
197
|
-
ListTestCasesResponse.add_member(:root_group_configuration, Shapes::ShapeRef.new(shape: TestConfiguration, location_name: "rootGroupConfiguration"))
|
198
|
-
ListTestCasesResponse.add_member(:group_configuration, Shapes::ShapeRef.new(shape: TestConfiguration, location_name: "groupConfiguration"))
|
199
|
-
ListTestCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
|
200
|
-
ListTestCasesResponse.struct_class = Types::ListTestCasesResponse
|
201
|
-
|
202
181
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
203
182
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
204
183
|
|
@@ -215,6 +194,12 @@ module Aws::IoTDeviceAdvisor
|
|
215
194
|
StartSuiteRunResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
216
195
|
StartSuiteRunResponse.struct_class = Types::StartSuiteRunResponse
|
217
196
|
|
197
|
+
StopSuiteRunRequest.add_member(:suite_definition_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "suiteDefinitionId"))
|
198
|
+
StopSuiteRunRequest.add_member(:suite_run_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "suiteRunId"))
|
199
|
+
StopSuiteRunRequest.struct_class = Types::StopSuiteRunRequest
|
200
|
+
|
201
|
+
StopSuiteRunResponse.struct_class = Types::StopSuiteRunResponse
|
202
|
+
|
218
203
|
SuiteDefinitionConfiguration.add_member(:suite_definition_name, Shapes::ShapeRef.new(shape: SuiteDefinitionName, location_name: "suiteDefinitionName"))
|
219
204
|
SuiteDefinitionConfiguration.add_member(:devices, Shapes::ShapeRef.new(shape: DeviceUnderTestList, location_name: "devices"))
|
220
205
|
SuiteDefinitionConfiguration.add_member(:intended_for_qualification, Shapes::ShapeRef.new(shape: IntendedForQualificationBoolean, location_name: "intendedForQualification"))
|
@@ -232,7 +217,6 @@ module Aws::IoTDeviceAdvisor
|
|
232
217
|
SuiteDefinitionInformationList.member = Shapes::ShapeRef.new(shape: SuiteDefinitionInformation)
|
233
218
|
|
234
219
|
SuiteRunConfiguration.add_member(:primary_device, Shapes::ShapeRef.new(shape: DeviceUnderTest, location_name: "primaryDevice"))
|
235
|
-
SuiteRunConfiguration.add_member(:secondary_device, Shapes::ShapeRef.new(shape: DeviceUnderTest, location_name: "secondaryDevice"))
|
236
220
|
SuiteRunConfiguration.add_member(:selected_test_list, Shapes::ShapeRef.new(shape: SelectedTestList, location_name: "selectedTestList"))
|
237
221
|
SuiteRunConfiguration.struct_class = Types::SuiteRunConfiguration
|
238
222
|
|
@@ -261,21 +245,6 @@ module Aws::IoTDeviceAdvisor
|
|
261
245
|
|
262
246
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
263
247
|
|
264
|
-
TestCase.add_member(:name, Shapes::ShapeRef.new(shape: TestCaseName, location_name: "name"))
|
265
|
-
TestCase.add_member(:configuration, Shapes::ShapeRef.new(shape: TestConfiguration, location_name: "configuration"))
|
266
|
-
TestCase.add_member(:test, Shapes::ShapeRef.new(shape: TestCaseDefinition, location_name: "test"))
|
267
|
-
TestCase.struct_class = Types::TestCase
|
268
|
-
|
269
|
-
TestCaseCategory.add_member(:name, Shapes::ShapeRef.new(shape: CategoryName, location_name: "name"))
|
270
|
-
TestCaseCategory.add_member(:tests, Shapes::ShapeRef.new(shape: TestCaseList, location_name: "tests"))
|
271
|
-
TestCaseCategory.struct_class = Types::TestCaseCategory
|
272
|
-
|
273
|
-
TestCaseDefinition.add_member(:id, Shapes::ShapeRef.new(shape: TestCaseName, location_name: "id"))
|
274
|
-
TestCaseDefinition.add_member(:test_case_version, Shapes::ShapeRef.new(shape: TestCaseVersion, location_name: "testCaseVersion"))
|
275
|
-
TestCaseDefinition.struct_class = Types::TestCaseDefinition
|
276
|
-
|
277
|
-
TestCaseList.member = Shapes::ShapeRef.new(shape: TestCase)
|
278
|
-
|
279
248
|
TestCaseRun.add_member(:test_case_run_id, Shapes::ShapeRef.new(shape: UUID, location_name: "testCaseRunId"))
|
280
249
|
TestCaseRun.add_member(:test_case_definition_id, Shapes::ShapeRef.new(shape: UUID, location_name: "testCaseDefinitionId"))
|
281
250
|
TestCaseRun.add_member(:test_case_definition_name, Shapes::ShapeRef.new(shape: TestCaseDefinitionName, location_name: "testCaseDefinitionName"))
|
@@ -289,11 +258,6 @@ module Aws::IoTDeviceAdvisor
|
|
289
258
|
|
290
259
|
TestCaseRuns.member = Shapes::ShapeRef.new(shape: TestCaseRun)
|
291
260
|
|
292
|
-
TestCategory.member = Shapes::ShapeRef.new(shape: TestCaseCategory)
|
293
|
-
|
294
|
-
TestConfiguration.key = Shapes::ShapeRef.new(shape: ConfigString)
|
295
|
-
TestConfiguration.value = Shapes::ShapeRef.new(shape: ConfigString)
|
296
|
-
|
297
261
|
TestResult.add_member(:groups, Shapes::ShapeRef.new(shape: GroupResultList, location_name: "groups"))
|
298
262
|
TestResult.struct_class = Types::TestResult
|
299
263
|
|
@@ -433,21 +397,6 @@ module Aws::IoTDeviceAdvisor
|
|
433
397
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
434
398
|
end)
|
435
399
|
|
436
|
-
api.add_operation(:list_test_cases, Seahorse::Model::Operation.new.tap do |o|
|
437
|
-
o.name = "ListTestCases"
|
438
|
-
o.http_method = "GET"
|
439
|
-
o.http_request_uri = "/testCases"
|
440
|
-
o.input = Shapes::ShapeRef.new(shape: ListTestCasesRequest)
|
441
|
-
o.output = Shapes::ShapeRef.new(shape: ListTestCasesResponse)
|
442
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
443
|
-
o[:pager] = Aws::Pager.new(
|
444
|
-
limit_key: "max_results",
|
445
|
-
tokens: {
|
446
|
-
"next_token" => "next_token"
|
447
|
-
}
|
448
|
-
)
|
449
|
-
end)
|
450
|
-
|
451
400
|
api.add_operation(:start_suite_run, Seahorse::Model::Operation.new.tap do |o|
|
452
401
|
o.name = "StartSuiteRun"
|
453
402
|
o.http_method = "POST"
|
@@ -459,6 +408,17 @@ module Aws::IoTDeviceAdvisor
|
|
459
408
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
460
409
|
end)
|
461
410
|
|
411
|
+
api.add_operation(:stop_suite_run, Seahorse::Model::Operation.new.tap do |o|
|
412
|
+
o.name = "StopSuiteRun"
|
413
|
+
o.http_method = "POST"
|
414
|
+
o.http_request_uri = "/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/stop"
|
415
|
+
o.input = Shapes::ShapeRef.new(shape: StopSuiteRunRequest)
|
416
|
+
o.output = Shapes::ShapeRef.new(shape: StopSuiteRunResponse)
|
417
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
418
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
419
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
420
|
+
end)
|
421
|
+
|
462
422
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
463
423
|
o.name = "TagResource"
|
464
424
|
o.http_method = "POST"
|
@@ -93,7 +93,7 @@ module Aws::IoTDeviceAdvisor
|
|
93
93
|
# }
|
94
94
|
#
|
95
95
|
# @!attribute [rw] suite_definition_id
|
96
|
-
#
|
96
|
+
# Suite definition Id of the test suite to be deleted.
|
97
97
|
# @return [String]
|
98
98
|
#
|
99
99
|
class DeleteSuiteDefinitionRequest < Struct.new(
|
@@ -138,11 +138,11 @@ module Aws::IoTDeviceAdvisor
|
|
138
138
|
# }
|
139
139
|
#
|
140
140
|
# @!attribute [rw] suite_definition_id
|
141
|
-
#
|
141
|
+
# Suite definition Id of the test suite to get.
|
142
142
|
# @return [String]
|
143
143
|
#
|
144
144
|
# @!attribute [rw] suite_definition_version
|
145
|
-
#
|
145
|
+
# Suite definition version of the test suite to get.
|
146
146
|
# @return [String]
|
147
147
|
#
|
148
148
|
class GetSuiteDefinitionRequest < Struct.new(
|
@@ -153,7 +153,7 @@ module Aws::IoTDeviceAdvisor
|
|
153
153
|
end
|
154
154
|
|
155
155
|
# @!attribute [rw] suite_definition_id
|
156
|
-
#
|
156
|
+
# Suite definition Id of the suite definition.
|
157
157
|
# @return [String]
|
158
158
|
#
|
159
159
|
# @!attribute [rw] suite_definition_arn
|
@@ -161,26 +161,24 @@ module Aws::IoTDeviceAdvisor
|
|
161
161
|
# @return [String]
|
162
162
|
#
|
163
163
|
# @!attribute [rw] suite_definition_version
|
164
|
-
#
|
164
|
+
# Suite definition version of the suite definition.
|
165
165
|
# @return [String]
|
166
166
|
#
|
167
167
|
# @!attribute [rw] latest_version
|
168
|
-
#
|
169
|
-
# call.
|
168
|
+
# Latest suite definition version of the suite definition.
|
170
169
|
# @return [String]
|
171
170
|
#
|
172
171
|
# @!attribute [rw] suite_definition_configuration
|
173
|
-
#
|
172
|
+
# Suite configuration of the suite definition.
|
174
173
|
# @return [Types::SuiteDefinitionConfiguration]
|
175
174
|
#
|
176
175
|
# @!attribute [rw] created_at
|
177
|
-
#
|
178
|
-
# GetSuiteDefinition API call.
|
176
|
+
# Date (in Unix epoch time) when the suite definition was created.
|
179
177
|
# @return [Time]
|
180
178
|
#
|
181
179
|
# @!attribute [rw] last_modified_at
|
182
|
-
#
|
183
|
-
#
|
180
|
+
# Date (in Unix epoch time) when the suite definition was last
|
181
|
+
# modified.
|
184
182
|
# @return [Time]
|
185
183
|
#
|
186
184
|
# @!attribute [rw] tags
|
@@ -209,11 +207,11 @@ module Aws::IoTDeviceAdvisor
|
|
209
207
|
# }
|
210
208
|
#
|
211
209
|
# @!attribute [rw] suite_definition_id
|
212
|
-
#
|
210
|
+
# Suite definition Id of the test suite.
|
213
211
|
# @return [String]
|
214
212
|
#
|
215
213
|
# @!attribute [rw] suite_run_id
|
216
|
-
#
|
214
|
+
# Suite run Id of the test suite run.
|
217
215
|
# @return [String]
|
218
216
|
#
|
219
217
|
class GetSuiteRunReportRequest < Struct.new(
|
@@ -224,7 +222,7 @@ module Aws::IoTDeviceAdvisor
|
|
224
222
|
end
|
225
223
|
|
226
224
|
# @!attribute [rw] qualification_report_download_url
|
227
|
-
#
|
225
|
+
# Download URL of the qualification report.
|
228
226
|
# @return [String]
|
229
227
|
#
|
230
228
|
class GetSuiteRunReportResponse < Struct.new(
|
@@ -242,13 +240,11 @@ module Aws::IoTDeviceAdvisor
|
|
242
240
|
# }
|
243
241
|
#
|
244
242
|
# @!attribute [rw] suite_definition_id
|
245
|
-
#
|
246
|
-
# on suite definition Id.
|
243
|
+
# Suite definition Id for the test suite run.
|
247
244
|
# @return [String]
|
248
245
|
#
|
249
246
|
# @!attribute [rw] suite_run_id
|
250
|
-
#
|
251
|
-
# on suite run Id.
|
247
|
+
# Suite run Id for the test suite run.
|
252
248
|
# @return [String]
|
253
249
|
#
|
254
250
|
class GetSuiteRunRequest < Struct.new(
|
@@ -259,18 +255,15 @@ module Aws::IoTDeviceAdvisor
|
|
259
255
|
end
|
260
256
|
|
261
257
|
# @!attribute [rw] suite_definition_id
|
262
|
-
#
|
263
|
-
# suite definition Id.
|
258
|
+
# Suite definition Id for the test suite run.
|
264
259
|
# @return [String]
|
265
260
|
#
|
266
261
|
# @!attribute [rw] suite_definition_version
|
267
|
-
#
|
268
|
-
# suite definition version.
|
262
|
+
# Suite definition version for the test suite run.
|
269
263
|
# @return [String]
|
270
264
|
#
|
271
265
|
# @!attribute [rw] suite_run_id
|
272
|
-
#
|
273
|
-
# suite run Id.
|
266
|
+
# Suite run Id for the test suite run.
|
274
267
|
# @return [String]
|
275
268
|
#
|
276
269
|
# @!attribute [rw] suite_run_arn
|
@@ -278,33 +271,27 @@ module Aws::IoTDeviceAdvisor
|
|
278
271
|
# @return [String]
|
279
272
|
#
|
280
273
|
# @!attribute [rw] suite_run_configuration
|
281
|
-
#
|
282
|
-
# suite configuration.
|
274
|
+
# Suite run configuration for the test suite run.
|
283
275
|
# @return [Types::SuiteRunConfiguration]
|
284
276
|
#
|
285
277
|
# @!attribute [rw] test_result
|
286
|
-
#
|
287
|
-
# test case runs.
|
278
|
+
# Test results for the test suite run.
|
288
279
|
# @return [Types::TestResult]
|
289
280
|
#
|
290
281
|
# @!attribute [rw] start_time
|
291
|
-
#
|
292
|
-
# start time.
|
282
|
+
# Date (in Unix epoch time) when the test suite run was started.
|
293
283
|
# @return [Time]
|
294
284
|
#
|
295
285
|
# @!attribute [rw] end_time
|
296
|
-
#
|
297
|
-
# end time.
|
286
|
+
# Date (in Unix epoch time) when the test suite run ended.
|
298
287
|
# @return [Time]
|
299
288
|
#
|
300
289
|
# @!attribute [rw] status
|
301
|
-
#
|
302
|
-
# its status.
|
290
|
+
# Status for the test suite run.
|
303
291
|
# @return [String]
|
304
292
|
#
|
305
293
|
# @!attribute [rw] error_reason
|
306
|
-
#
|
307
|
-
# error.
|
294
|
+
# Error reason for any test suite run failure.
|
308
295
|
# @return [String]
|
309
296
|
#
|
310
297
|
# @!attribute [rw] tags
|
@@ -330,15 +317,15 @@ module Aws::IoTDeviceAdvisor
|
|
330
317
|
# Show Group Result.
|
331
318
|
#
|
332
319
|
# @!attribute [rw] group_id
|
333
|
-
#
|
320
|
+
# Group result Id.
|
334
321
|
# @return [String]
|
335
322
|
#
|
336
323
|
# @!attribute [rw] group_name
|
337
|
-
#
|
324
|
+
# Group Result Name.
|
338
325
|
# @return [String]
|
339
326
|
#
|
340
327
|
# @!attribute [rw] tests
|
341
|
-
#
|
328
|
+
# Tests under Group Result.
|
342
329
|
# @return [Array<Types::TestCaseRun>]
|
343
330
|
#
|
344
331
|
class GroupResult < Struct.new(
|
@@ -370,11 +357,11 @@ module Aws::IoTDeviceAdvisor
|
|
370
357
|
# }
|
371
358
|
#
|
372
359
|
# @!attribute [rw] max_results
|
373
|
-
#
|
360
|
+
# The maximum number of results to return at once.
|
374
361
|
# @return [Integer]
|
375
362
|
#
|
376
363
|
# @!attribute [rw] next_token
|
377
|
-
#
|
364
|
+
# A token used to get the next set of results.
|
378
365
|
# @return [String]
|
379
366
|
#
|
380
367
|
class ListSuiteDefinitionsRequest < Struct.new(
|
@@ -385,11 +372,12 @@ module Aws::IoTDeviceAdvisor
|
|
385
372
|
end
|
386
373
|
|
387
374
|
# @!attribute [rw] suite_definition_information_list
|
388
|
-
#
|
375
|
+
# An array of objects that provide summaries of information about the
|
376
|
+
# suite definitions in the list.
|
389
377
|
# @return [Array<Types::SuiteDefinitionInformation>]
|
390
378
|
#
|
391
379
|
# @!attribute [rw] next_token
|
392
|
-
#
|
380
|
+
# A token used to get the next set of results.
|
393
381
|
# @return [String]
|
394
382
|
#
|
395
383
|
class ListSuiteDefinitionsResponse < Struct.new(
|
@@ -410,21 +398,21 @@ module Aws::IoTDeviceAdvisor
|
|
410
398
|
# }
|
411
399
|
#
|
412
400
|
# @!attribute [rw] suite_definition_id
|
413
|
-
# Lists the runs of the specified
|
414
|
-
#
|
401
|
+
# Lists the test suite runs of the specified test suite based on suite
|
402
|
+
# definition Id.
|
415
403
|
# @return [String]
|
416
404
|
#
|
417
405
|
# @!attribute [rw] suite_definition_version
|
418
|
-
#
|
419
|
-
# suite definition version.
|
406
|
+
# Must be passed along with suiteDefinitionId. Lists the test suite
|
407
|
+
# runs of the specified test suite based on suite definition version.
|
420
408
|
# @return [String]
|
421
409
|
#
|
422
410
|
# @!attribute [rw] max_results
|
423
|
-
#
|
411
|
+
# The maximum number of results to return at once.
|
424
412
|
# @return [Integer]
|
425
413
|
#
|
426
414
|
# @!attribute [rw] next_token
|
427
|
-
#
|
415
|
+
# A token to retrieve the next set of results.
|
428
416
|
# @return [String]
|
429
417
|
#
|
430
418
|
class ListSuiteRunsRequest < Struct.new(
|
@@ -437,11 +425,12 @@ module Aws::IoTDeviceAdvisor
|
|
437
425
|
end
|
438
426
|
|
439
427
|
# @!attribute [rw] suite_runs_list
|
440
|
-
#
|
428
|
+
# An array of objects that provide summaries of information about the
|
429
|
+
# suite runs in the list.
|
441
430
|
# @return [Array<Types::SuiteRunInformation>]
|
442
431
|
#
|
443
432
|
# @!attribute [rw] next_token
|
444
|
-
#
|
433
|
+
# A token to retrieve the next set of results.
|
445
434
|
# @return [String]
|
446
435
|
#
|
447
436
|
class ListSuiteRunsResponse < Struct.new(
|
@@ -478,60 +467,6 @@ module Aws::IoTDeviceAdvisor
|
|
478
467
|
include Aws::Structure
|
479
468
|
end
|
480
469
|
|
481
|
-
# @note When making an API call, you may pass ListTestCasesRequest
|
482
|
-
# data as a hash:
|
483
|
-
#
|
484
|
-
# {
|
485
|
-
# intended_for_qualification: false,
|
486
|
-
# max_results: 1,
|
487
|
-
# next_token: "Token",
|
488
|
-
# }
|
489
|
-
#
|
490
|
-
# @!attribute [rw] intended_for_qualification
|
491
|
-
# Lists all the qualification test cases in the test suite.
|
492
|
-
# @return [Boolean]
|
493
|
-
#
|
494
|
-
# @!attribute [rw] max_results
|
495
|
-
# Requests the test cases max results.
|
496
|
-
# @return [Integer]
|
497
|
-
#
|
498
|
-
# @!attribute [rw] next_token
|
499
|
-
# Requests the test cases next token.
|
500
|
-
# @return [String]
|
501
|
-
#
|
502
|
-
class ListTestCasesRequest < Struct.new(
|
503
|
-
:intended_for_qualification,
|
504
|
-
:max_results,
|
505
|
-
:next_token)
|
506
|
-
SENSITIVE = []
|
507
|
-
include Aws::Structure
|
508
|
-
end
|
509
|
-
|
510
|
-
# @!attribute [rw] categories
|
511
|
-
# Gets the category of test case.
|
512
|
-
# @return [Array<Types::TestCaseCategory>]
|
513
|
-
#
|
514
|
-
# @!attribute [rw] root_group_configuration
|
515
|
-
# Gets the configuration of root test group.
|
516
|
-
# @return [Hash<String,String>]
|
517
|
-
#
|
518
|
-
# @!attribute [rw] group_configuration
|
519
|
-
# Gets the configuration of test group.
|
520
|
-
# @return [Hash<String,String>]
|
521
|
-
#
|
522
|
-
# @!attribute [rw] next_token
|
523
|
-
# Test cases next token response.
|
524
|
-
# @return [String]
|
525
|
-
#
|
526
|
-
class ListTestCasesResponse < Struct.new(
|
527
|
-
:categories,
|
528
|
-
:root_group_configuration,
|
529
|
-
:group_configuration,
|
530
|
-
:next_token)
|
531
|
-
SENSITIVE = []
|
532
|
-
include Aws::Structure
|
533
|
-
end
|
534
|
-
|
535
470
|
# Sends Resource Not Found Exception.
|
536
471
|
#
|
537
472
|
# @!attribute [rw] message
|
@@ -555,10 +490,6 @@ module Aws::IoTDeviceAdvisor
|
|
555
490
|
# thing_arn: "AmazonResourceName",
|
556
491
|
# certificate_arn: "AmazonResourceName",
|
557
492
|
# },
|
558
|
-
# secondary_device: {
|
559
|
-
# thing_arn: "AmazonResourceName",
|
560
|
-
# certificate_arn: "AmazonResourceName",
|
561
|
-
# },
|
562
493
|
# selected_test_list: ["UUID"],
|
563
494
|
# },
|
564
495
|
# tags: {
|
@@ -567,15 +498,15 @@ module Aws::IoTDeviceAdvisor
|
|
567
498
|
# }
|
568
499
|
#
|
569
500
|
# @!attribute [rw] suite_definition_id
|
570
|
-
#
|
501
|
+
# Suite definition Id of the test suite.
|
571
502
|
# @return [String]
|
572
503
|
#
|
573
504
|
# @!attribute [rw] suite_definition_version
|
574
|
-
#
|
505
|
+
# Suite definition version of the test suite.
|
575
506
|
# @return [String]
|
576
507
|
#
|
577
508
|
# @!attribute [rw] suite_run_configuration
|
578
|
-
#
|
509
|
+
# Suite run configuration.
|
579
510
|
# @return [Types::SuiteRunConfiguration]
|
580
511
|
#
|
581
512
|
# @!attribute [rw] tags
|
@@ -592,15 +523,15 @@ module Aws::IoTDeviceAdvisor
|
|
592
523
|
end
|
593
524
|
|
594
525
|
# @!attribute [rw] suite_run_id
|
595
|
-
#
|
526
|
+
# Suite Run Id of the started suite run.
|
596
527
|
# @return [String]
|
597
528
|
#
|
598
529
|
# @!attribute [rw] suite_run_arn
|
599
|
-
#
|
530
|
+
# Amazon resource name of the started suite run.
|
600
531
|
# @return [String]
|
601
532
|
#
|
602
533
|
# @!attribute [rw] created_at
|
603
|
-
#
|
534
|
+
# Date (in Unix epoch time) when the suite run was created.
|
604
535
|
# @return [Time]
|
605
536
|
#
|
606
537
|
class StartSuiteRunResponse < Struct.new(
|
@@ -611,6 +542,31 @@ module Aws::IoTDeviceAdvisor
|
|
611
542
|
include Aws::Structure
|
612
543
|
end
|
613
544
|
|
545
|
+
# @note When making an API call, you may pass StopSuiteRunRequest
|
546
|
+
# data as a hash:
|
547
|
+
#
|
548
|
+
# {
|
549
|
+
# suite_definition_id: "UUID", # required
|
550
|
+
# suite_run_id: "UUID", # required
|
551
|
+
# }
|
552
|
+
#
|
553
|
+
# @!attribute [rw] suite_definition_id
|
554
|
+
# Suite definition Id of the test suite run to be stopped.
|
555
|
+
# @return [String]
|
556
|
+
#
|
557
|
+
# @!attribute [rw] suite_run_id
|
558
|
+
# Suite run Id of the test suite run to be stopped.
|
559
|
+
# @return [String]
|
560
|
+
#
|
561
|
+
class StopSuiteRunRequest < Struct.new(
|
562
|
+
:suite_definition_id,
|
563
|
+
:suite_run_id)
|
564
|
+
SENSITIVE = []
|
565
|
+
include Aws::Structure
|
566
|
+
end
|
567
|
+
|
568
|
+
class StopSuiteRunResponse < Aws::EmptyStructure; end
|
569
|
+
|
614
570
|
# Gets Suite Definition Configuration.
|
615
571
|
#
|
616
572
|
# @note When making an API call, you may pass SuiteDefinitionConfiguration
|
@@ -659,26 +615,26 @@ module Aws::IoTDeviceAdvisor
|
|
659
615
|
include Aws::Structure
|
660
616
|
end
|
661
617
|
|
662
|
-
#
|
618
|
+
# Information about the suite definition.
|
663
619
|
#
|
664
620
|
# @!attribute [rw] suite_definition_id
|
665
|
-
#
|
621
|
+
# Suite definition Id of the test suite.
|
666
622
|
# @return [String]
|
667
623
|
#
|
668
624
|
# @!attribute [rw] suite_definition_name
|
669
|
-
#
|
625
|
+
# Suite name of the test suite.
|
670
626
|
# @return [String]
|
671
627
|
#
|
672
628
|
# @!attribute [rw] default_devices
|
673
|
-
# Specifies the devices under test.
|
629
|
+
# Specifies the devices under test for the test suite.
|
674
630
|
# @return [Array<Types::DeviceUnderTest>]
|
675
631
|
#
|
676
632
|
# @!attribute [rw] intended_for_qualification
|
677
|
-
#
|
633
|
+
# Specifies if the test suite is intended for qualification.
|
678
634
|
# @return [Boolean]
|
679
635
|
#
|
680
636
|
# @!attribute [rw] created_at
|
681
|
-
#
|
637
|
+
# Date (in Unix epoch time) when the test suite was created.
|
682
638
|
# @return [Time]
|
683
639
|
#
|
684
640
|
class SuiteDefinitionInformation < Struct.new(
|
@@ -701,10 +657,6 @@ module Aws::IoTDeviceAdvisor
|
|
701
657
|
# thing_arn: "AmazonResourceName",
|
702
658
|
# certificate_arn: "AmazonResourceName",
|
703
659
|
# },
|
704
|
-
# secondary_device: {
|
705
|
-
# thing_arn: "AmazonResourceName",
|
706
|
-
# certificate_arn: "AmazonResourceName",
|
707
|
-
# },
|
708
660
|
# selected_test_list: ["UUID"],
|
709
661
|
# }
|
710
662
|
#
|
@@ -712,62 +664,57 @@ module Aws::IoTDeviceAdvisor
|
|
712
664
|
# Gets the primary device for suite run.
|
713
665
|
# @return [Types::DeviceUnderTest]
|
714
666
|
#
|
715
|
-
# @!attribute [rw] secondary_device
|
716
|
-
# Gets the secondary device for suite run.
|
717
|
-
# @return [Types::DeviceUnderTest]
|
718
|
-
#
|
719
667
|
# @!attribute [rw] selected_test_list
|
720
668
|
# Gets test case list.
|
721
669
|
# @return [Array<String>]
|
722
670
|
#
|
723
671
|
class SuiteRunConfiguration < Struct.new(
|
724
672
|
:primary_device,
|
725
|
-
:secondary_device,
|
726
673
|
:selected_test_list)
|
727
674
|
SENSITIVE = []
|
728
675
|
include Aws::Structure
|
729
676
|
end
|
730
677
|
|
731
|
-
#
|
678
|
+
# Information about the suite run.
|
732
679
|
#
|
733
680
|
# @!attribute [rw] suite_definition_id
|
734
|
-
#
|
681
|
+
# Suite definition Id of the suite run.
|
735
682
|
# @return [String]
|
736
683
|
#
|
737
684
|
# @!attribute [rw] suite_definition_version
|
738
|
-
#
|
685
|
+
# Suite definition version of the suite run.
|
739
686
|
# @return [String]
|
740
687
|
#
|
741
688
|
# @!attribute [rw] suite_definition_name
|
742
|
-
#
|
689
|
+
# Suite definition name of the suite run.
|
743
690
|
# @return [String]
|
744
691
|
#
|
745
692
|
# @!attribute [rw] suite_run_id
|
746
|
-
#
|
693
|
+
# Suite run Id of the suite run.
|
747
694
|
# @return [String]
|
748
695
|
#
|
749
696
|
# @!attribute [rw] created_at
|
750
|
-
#
|
697
|
+
# Date (in Unix epoch time) when the suite run was created.
|
751
698
|
# @return [Time]
|
752
699
|
#
|
753
700
|
# @!attribute [rw] started_at
|
754
|
-
#
|
701
|
+
# Date (in Unix epoch time) when the suite run was started.
|
755
702
|
# @return [Time]
|
756
703
|
#
|
757
704
|
# @!attribute [rw] end_at
|
758
|
-
#
|
705
|
+
# Date (in Unix epoch time) when the suite run ended.
|
759
706
|
# @return [Time]
|
760
707
|
#
|
761
708
|
# @!attribute [rw] status
|
762
|
-
#
|
709
|
+
# Status of the suite run.
|
763
710
|
# @return [String]
|
764
711
|
#
|
765
712
|
# @!attribute [rw] passed
|
766
|
-
#
|
713
|
+
# Number of test cases that passed in the suite run.
|
767
714
|
# @return [Integer]
|
768
715
|
#
|
769
716
|
# @!attribute [rw] failed
|
770
|
-
#
|
717
|
+
# Number of test cases that failed in the suite run.
|
771
718
|
# @return [Integer]
|
772
719
|
#
|
773
720
|
class SuiteRunInformation < Struct.new(
|
@@ -812,62 +759,6 @@ module Aws::IoTDeviceAdvisor
|
|
812
759
|
|
813
760
|
class TagResourceResponse < Aws::EmptyStructure; end
|
814
761
|
|
815
|
-
# Shows tests in a test group.
|
816
|
-
#
|
817
|
-
# @!attribute [rw] name
|
818
|
-
# Shows test case name.
|
819
|
-
# @return [String]
|
820
|
-
#
|
821
|
-
# @!attribute [rw] configuration
|
822
|
-
# Shows test case configuration.
|
823
|
-
# @return [Hash<String,String>]
|
824
|
-
#
|
825
|
-
# @!attribute [rw] test
|
826
|
-
# Specifies a test.
|
827
|
-
# @return [Types::TestCaseDefinition]
|
828
|
-
#
|
829
|
-
class TestCase < Struct.new(
|
830
|
-
:name,
|
831
|
-
:configuration,
|
832
|
-
:test)
|
833
|
-
SENSITIVE = []
|
834
|
-
include Aws::Structure
|
835
|
-
end
|
836
|
-
|
837
|
-
# Gets the test case category.
|
838
|
-
#
|
839
|
-
# @!attribute [rw] name
|
840
|
-
# Lists all the tests name in the specified category.
|
841
|
-
# @return [String]
|
842
|
-
#
|
843
|
-
# @!attribute [rw] tests
|
844
|
-
# Lists all the tests in the specified category.
|
845
|
-
# @return [Array<Types::TestCase>]
|
846
|
-
#
|
847
|
-
class TestCaseCategory < Struct.new(
|
848
|
-
:name,
|
849
|
-
:tests)
|
850
|
-
SENSITIVE = []
|
851
|
-
include Aws::Structure
|
852
|
-
end
|
853
|
-
|
854
|
-
# Provides test case definition.
|
855
|
-
#
|
856
|
-
# @!attribute [rw] id
|
857
|
-
# Provides test case definition Id.
|
858
|
-
# @return [String]
|
859
|
-
#
|
860
|
-
# @!attribute [rw] test_case_version
|
861
|
-
# Provides test case definition version.
|
862
|
-
# @return [String]
|
863
|
-
#
|
864
|
-
class TestCaseDefinition < Struct.new(
|
865
|
-
:id,
|
866
|
-
:test_case_version)
|
867
|
-
SENSITIVE = []
|
868
|
-
include Aws::Structure
|
869
|
-
end
|
870
|
-
|
871
762
|
# Provides test case run.
|
872
763
|
#
|
873
764
|
# @!attribute [rw] test_case_run_id
|
@@ -977,7 +868,7 @@ module Aws::IoTDeviceAdvisor
|
|
977
868
|
# }
|
978
869
|
#
|
979
870
|
# @!attribute [rw] suite_definition_id
|
980
|
-
#
|
871
|
+
# Suite definition Id of the test suite to be updated.
|
981
872
|
# @return [String]
|
982
873
|
#
|
983
874
|
# @!attribute [rw] suite_definition_configuration
|
@@ -993,29 +884,27 @@ module Aws::IoTDeviceAdvisor
|
|
993
884
|
end
|
994
885
|
|
995
886
|
# @!attribute [rw] suite_definition_id
|
996
|
-
#
|
887
|
+
# Suite definition Id of the updated test suite.
|
997
888
|
# @return [String]
|
998
889
|
#
|
999
890
|
# @!attribute [rw] suite_definition_arn
|
1000
|
-
#
|
891
|
+
# Amazon Resource name of the updated test suite.
|
1001
892
|
# @return [String]
|
1002
893
|
#
|
1003
894
|
# @!attribute [rw] suite_definition_name
|
1004
|
-
#
|
895
|
+
# Suite definition name of the updated test suite.
|
1005
896
|
# @return [String]
|
1006
897
|
#
|
1007
898
|
# @!attribute [rw] suite_definition_version
|
1008
|
-
#
|
899
|
+
# Suite definition version of the updated test suite.
|
1009
900
|
# @return [String]
|
1010
901
|
#
|
1011
902
|
# @!attribute [rw] created_at
|
1012
|
-
#
|
1013
|
-
# created.
|
903
|
+
# Timestamp of when the test suite was created.
|
1014
904
|
# @return [Time]
|
1015
905
|
#
|
1016
906
|
# @!attribute [rw] last_updated_at
|
1017
|
-
#
|
1018
|
-
# updated.
|
907
|
+
# Timestamp of when the test suite was updated.
|
1019
908
|
# @return [Time]
|
1020
909
|
#
|
1021
910
|
class UpdateSuiteDefinitionResponse < 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.6.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
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.120.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotdeviceadvisor
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - AWSIoTDeviceAdvisor
|