aws-sdk-iotdeviceadvisor 1.28.0 → 1.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 942646a637c361114fe7becbd381ec385399bb353980075f3b8edb6b41e00297
4
- data.tar.gz: d162d6f66988441b109b382a4695fad70001ff7692ac6ee30becd5ea2ae6d626
3
+ metadata.gz: e55d3c3ab98e052b60dbb2b90ced891e00b6608dfa95fea8bdf7f37fef835b5e
4
+ data.tar.gz: 5c86d12f9b0a007bb65592ef5646a0953706057b665b18af625593a88282035a
5
5
  SHA512:
6
- metadata.gz: 93c3b099447b4b19e78f5111bc0ae4d45ea7fdf85e9a828ad49d9f42dff80a80158c883b1610c5fd37329a2097b132eeaa8e5175e7a9dc97718775659eb47770
7
- data.tar.gz: 8892ccdfb90c58a7d7bb43ddbaac60426f97c7f596c20e5f368ee4be2afc7aed5bec40c13b998606b9fb497deb4e731b9b511bc9876c55129b2b6cf46a15c404
6
+ metadata.gz: bbed13832f57c7f32cccd877c45996ad97fb7df9083fc3c444623ec92d0fc2e6a232fbd4a0bb01bda876b68e86d37f22aeb3f9c362eb02755f4200e7b22b3007
7
+ data.tar.gz: 3a243739b7bb8ded3ddf6d38db20c0125d5d16c6fbf903d5c9553101a19e43e7cc18f7e006c73eff215bf11c0d1080e0444094890b17649e00c78a0d419d671b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.28.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -1062,7 +1062,7 @@ module Aws::IoTDeviceAdvisor
1062
1062
  params: params,
1063
1063
  config: config)
1064
1064
  context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
1065
- context[:gem_version] = '1.28.0'
1065
+ context[:gem_version] = '1.29.0'
1066
1066
  Seahorse::Client::Request.new(handlers, context)
1067
1067
  end
1068
1068
 
@@ -14,6 +14,7 @@ module Aws::IoTDeviceAdvisor
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::IoTDeviceAdvisor::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotdeviceadvisor/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTDeviceAdvisor
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.29.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,297 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTDeviceAdvisor
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CreateSuiteDefinitionResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSuiteDefinitionResponse]
77
+ def suite_definition_id: () -> ::String
78
+ def suite_definition_arn: () -> ::String
79
+ def suite_definition_name: () -> ::String
80
+ def created_at: () -> ::Time
81
+ end
82
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#create_suite_definition-instance_method
83
+ def create_suite_definition: (
84
+ suite_definition_configuration: {
85
+ suite_definition_name: ::String,
86
+ devices: Array[
87
+ {
88
+ thing_arn: ::String?,
89
+ certificate_arn: ::String?,
90
+ device_role_arn: ::String?
91
+ },
92
+ ]?,
93
+ intended_for_qualification: bool?,
94
+ is_long_duration_test: bool?,
95
+ root_group: ::String,
96
+ device_permission_role_arn: ::String,
97
+ protocol: ("MqttV3_1_1" | "MqttV5" | "MqttV3_1_1_OverWebSocket" | "MqttV5_OverWebSocket")?
98
+ },
99
+ ?tags: Hash[::String, ::String]
100
+ ) -> _CreateSuiteDefinitionResponseSuccess
101
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSuiteDefinitionResponseSuccess
102
+
103
+ interface _DeleteSuiteDefinitionResponseSuccess
104
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSuiteDefinitionResponse]
105
+ end
106
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#delete_suite_definition-instance_method
107
+ def delete_suite_definition: (
108
+ suite_definition_id: ::String
109
+ ) -> _DeleteSuiteDefinitionResponseSuccess
110
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSuiteDefinitionResponseSuccess
111
+
112
+ interface _GetEndpointResponseSuccess
113
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEndpointResponse]
114
+ def endpoint: () -> ::String
115
+ end
116
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#get_endpoint-instance_method
117
+ def get_endpoint: (
118
+ ?thing_arn: ::String,
119
+ ?certificate_arn: ::String,
120
+ ?device_role_arn: ::String,
121
+ ?authentication_method: ("X509ClientCertificate" | "SignatureVersion4")
122
+ ) -> _GetEndpointResponseSuccess
123
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEndpointResponseSuccess
124
+
125
+ interface _GetSuiteDefinitionResponseSuccess
126
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSuiteDefinitionResponse]
127
+ def suite_definition_id: () -> ::String
128
+ def suite_definition_arn: () -> ::String
129
+ def suite_definition_version: () -> ::String
130
+ def latest_version: () -> ::String
131
+ def suite_definition_configuration: () -> Types::SuiteDefinitionConfiguration
132
+ def created_at: () -> ::Time
133
+ def last_modified_at: () -> ::Time
134
+ def tags: () -> ::Hash[::String, ::String]
135
+ end
136
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#get_suite_definition-instance_method
137
+ def get_suite_definition: (
138
+ suite_definition_id: ::String,
139
+ ?suite_definition_version: ::String
140
+ ) -> _GetSuiteDefinitionResponseSuccess
141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSuiteDefinitionResponseSuccess
142
+
143
+ interface _GetSuiteRunResponseSuccess
144
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSuiteRunResponse]
145
+ def suite_definition_id: () -> ::String
146
+ def suite_definition_version: () -> ::String
147
+ def suite_run_id: () -> ::String
148
+ def suite_run_arn: () -> ::String
149
+ def suite_run_configuration: () -> Types::SuiteRunConfiguration
150
+ def test_result: () -> Types::TestResult
151
+ def start_time: () -> ::Time
152
+ def end_time: () -> ::Time
153
+ def status: () -> ("PASS" | "FAIL" | "CANCELED" | "PENDING" | "RUNNING" | "STOPPING" | "STOPPED" | "PASS_WITH_WARNINGS" | "ERROR")
154
+ def error_reason: () -> ::String
155
+ def tags: () -> ::Hash[::String, ::String]
156
+ end
157
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#get_suite_run-instance_method
158
+ def get_suite_run: (
159
+ suite_definition_id: ::String,
160
+ suite_run_id: ::String
161
+ ) -> _GetSuiteRunResponseSuccess
162
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSuiteRunResponseSuccess
163
+
164
+ interface _GetSuiteRunReportResponseSuccess
165
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSuiteRunReportResponse]
166
+ def qualification_report_download_url: () -> ::String
167
+ end
168
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#get_suite_run_report-instance_method
169
+ def get_suite_run_report: (
170
+ suite_definition_id: ::String,
171
+ suite_run_id: ::String
172
+ ) -> _GetSuiteRunReportResponseSuccess
173
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSuiteRunReportResponseSuccess
174
+
175
+ interface _ListSuiteDefinitionsResponseSuccess
176
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSuiteDefinitionsResponse]
177
+ def suite_definition_information_list: () -> ::Array[Types::SuiteDefinitionInformation]
178
+ def next_token: () -> ::String
179
+ end
180
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#list_suite_definitions-instance_method
181
+ def list_suite_definitions: (
182
+ ?max_results: ::Integer,
183
+ ?next_token: ::String
184
+ ) -> _ListSuiteDefinitionsResponseSuccess
185
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSuiteDefinitionsResponseSuccess
186
+
187
+ interface _ListSuiteRunsResponseSuccess
188
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSuiteRunsResponse]
189
+ def suite_runs_list: () -> ::Array[Types::SuiteRunInformation]
190
+ def next_token: () -> ::String
191
+ end
192
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#list_suite_runs-instance_method
193
+ def list_suite_runs: (
194
+ ?suite_definition_id: ::String,
195
+ ?suite_definition_version: ::String,
196
+ ?max_results: ::Integer,
197
+ ?next_token: ::String
198
+ ) -> _ListSuiteRunsResponseSuccess
199
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSuiteRunsResponseSuccess
200
+
201
+ interface _ListTagsForResourceResponseSuccess
202
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
203
+ def tags: () -> ::Hash[::String, ::String]
204
+ end
205
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#list_tags_for_resource-instance_method
206
+ def list_tags_for_resource: (
207
+ resource_arn: ::String
208
+ ) -> _ListTagsForResourceResponseSuccess
209
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
210
+
211
+ interface _StartSuiteRunResponseSuccess
212
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartSuiteRunResponse]
213
+ def suite_run_id: () -> ::String
214
+ def suite_run_arn: () -> ::String
215
+ def created_at: () -> ::Time
216
+ def endpoint: () -> ::String
217
+ end
218
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#start_suite_run-instance_method
219
+ def start_suite_run: (
220
+ suite_definition_id: ::String,
221
+ ?suite_definition_version: ::String,
222
+ suite_run_configuration: {
223
+ primary_device: {
224
+ thing_arn: ::String?,
225
+ certificate_arn: ::String?,
226
+ device_role_arn: ::String?
227
+ },
228
+ selected_test_list: Array[::String]?,
229
+ parallel_run: bool?
230
+ },
231
+ ?tags: Hash[::String, ::String]
232
+ ) -> _StartSuiteRunResponseSuccess
233
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSuiteRunResponseSuccess
234
+
235
+ interface _StopSuiteRunResponseSuccess
236
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopSuiteRunResponse]
237
+ end
238
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#stop_suite_run-instance_method
239
+ def stop_suite_run: (
240
+ suite_definition_id: ::String,
241
+ suite_run_id: ::String
242
+ ) -> _StopSuiteRunResponseSuccess
243
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopSuiteRunResponseSuccess
244
+
245
+ interface _TagResourceResponseSuccess
246
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
247
+ end
248
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#tag_resource-instance_method
249
+ def tag_resource: (
250
+ resource_arn: ::String,
251
+ tags: Hash[::String, ::String]
252
+ ) -> _TagResourceResponseSuccess
253
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
254
+
255
+ interface _UntagResourceResponseSuccess
256
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
257
+ end
258
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#untag_resource-instance_method
259
+ def untag_resource: (
260
+ resource_arn: ::String,
261
+ tag_keys: Array[::String]
262
+ ) -> _UntagResourceResponseSuccess
263
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
264
+
265
+ interface _UpdateSuiteDefinitionResponseSuccess
266
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSuiteDefinitionResponse]
267
+ def suite_definition_id: () -> ::String
268
+ def suite_definition_arn: () -> ::String
269
+ def suite_definition_name: () -> ::String
270
+ def suite_definition_version: () -> ::String
271
+ def created_at: () -> ::Time
272
+ def last_updated_at: () -> ::Time
273
+ end
274
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#update_suite_definition-instance_method
275
+ def update_suite_definition: (
276
+ suite_definition_id: ::String,
277
+ suite_definition_configuration: {
278
+ suite_definition_name: ::String,
279
+ devices: Array[
280
+ {
281
+ thing_arn: ::String?,
282
+ certificate_arn: ::String?,
283
+ device_role_arn: ::String?
284
+ },
285
+ ]?,
286
+ intended_for_qualification: bool?,
287
+ is_long_duration_test: bool?,
288
+ root_group: ::String,
289
+ device_permission_role_arn: ::String,
290
+ protocol: ("MqttV3_1_1" | "MqttV5" | "MqttV3_1_1_OverWebSocket" | "MqttV5_OverWebSocket")?
291
+ }
292
+ ) -> _UpdateSuiteDefinitionResponseSuccess
293
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSuiteDefinitionResponseSuccess
294
+ end
295
+ end
296
+ end
297
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,28 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTDeviceAdvisor
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class ConflictException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class InternalServerException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ValidationException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ end
27
+ end
28
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTDeviceAdvisor
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,296 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::IoTDeviceAdvisor
9
+ module Types
10
+
11
+ class ConflictException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class CreateSuiteDefinitionRequest
17
+ attr_accessor suite_definition_configuration: Types::SuiteDefinitionConfiguration
18
+ attr_accessor tags: ::Hash[::String, ::String]
19
+ SENSITIVE: []
20
+ end
21
+
22
+ class CreateSuiteDefinitionResponse
23
+ attr_accessor suite_definition_id: ::String
24
+ attr_accessor suite_definition_arn: ::String
25
+ attr_accessor suite_definition_name: ::String
26
+ attr_accessor created_at: ::Time
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class DeleteSuiteDefinitionRequest
31
+ attr_accessor suite_definition_id: ::String
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class DeleteSuiteDefinitionResponse < Aws::EmptyStructure
36
+ end
37
+
38
+ class DeviceUnderTest
39
+ attr_accessor thing_arn: ::String
40
+ attr_accessor certificate_arn: ::String
41
+ attr_accessor device_role_arn: ::String
42
+ SENSITIVE: []
43
+ end
44
+
45
+ class GetEndpointRequest
46
+ attr_accessor thing_arn: ::String
47
+ attr_accessor certificate_arn: ::String
48
+ attr_accessor device_role_arn: ::String
49
+ attr_accessor authentication_method: ("X509ClientCertificate" | "SignatureVersion4")
50
+ SENSITIVE: []
51
+ end
52
+
53
+ class GetEndpointResponse
54
+ attr_accessor endpoint: ::String
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class GetSuiteDefinitionRequest
59
+ attr_accessor suite_definition_id: ::String
60
+ attr_accessor suite_definition_version: ::String
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class GetSuiteDefinitionResponse
65
+ attr_accessor suite_definition_id: ::String
66
+ attr_accessor suite_definition_arn: ::String
67
+ attr_accessor suite_definition_version: ::String
68
+ attr_accessor latest_version: ::String
69
+ attr_accessor suite_definition_configuration: Types::SuiteDefinitionConfiguration
70
+ attr_accessor created_at: ::Time
71
+ attr_accessor last_modified_at: ::Time
72
+ attr_accessor tags: ::Hash[::String, ::String]
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class GetSuiteRunReportRequest
77
+ attr_accessor suite_definition_id: ::String
78
+ attr_accessor suite_run_id: ::String
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class GetSuiteRunReportResponse
83
+ attr_accessor qualification_report_download_url: ::String
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class GetSuiteRunRequest
88
+ attr_accessor suite_definition_id: ::String
89
+ attr_accessor suite_run_id: ::String
90
+ SENSITIVE: []
91
+ end
92
+
93
+ class GetSuiteRunResponse
94
+ attr_accessor suite_definition_id: ::String
95
+ attr_accessor suite_definition_version: ::String
96
+ attr_accessor suite_run_id: ::String
97
+ attr_accessor suite_run_arn: ::String
98
+ attr_accessor suite_run_configuration: Types::SuiteRunConfiguration
99
+ attr_accessor test_result: Types::TestResult
100
+ attr_accessor start_time: ::Time
101
+ attr_accessor end_time: ::Time
102
+ attr_accessor status: ("PASS" | "FAIL" | "CANCELED" | "PENDING" | "RUNNING" | "STOPPING" | "STOPPED" | "PASS_WITH_WARNINGS" | "ERROR")
103
+ attr_accessor error_reason: ::String
104
+ attr_accessor tags: ::Hash[::String, ::String]
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class GroupResult
109
+ attr_accessor group_id: ::String
110
+ attr_accessor group_name: ::String
111
+ attr_accessor tests: ::Array[Types::TestCaseRun]
112
+ SENSITIVE: []
113
+ end
114
+
115
+ class InternalServerException
116
+ attr_accessor message: ::String
117
+ SENSITIVE: []
118
+ end
119
+
120
+ class ListSuiteDefinitionsRequest
121
+ attr_accessor max_results: ::Integer
122
+ attr_accessor next_token: ::String
123
+ SENSITIVE: []
124
+ end
125
+
126
+ class ListSuiteDefinitionsResponse
127
+ attr_accessor suite_definition_information_list: ::Array[Types::SuiteDefinitionInformation]
128
+ attr_accessor next_token: ::String
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class ListSuiteRunsRequest
133
+ attr_accessor suite_definition_id: ::String
134
+ attr_accessor suite_definition_version: ::String
135
+ attr_accessor max_results: ::Integer
136
+ attr_accessor next_token: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class ListSuiteRunsResponse
141
+ attr_accessor suite_runs_list: ::Array[Types::SuiteRunInformation]
142
+ attr_accessor next_token: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class ListTagsForResourceRequest
147
+ attr_accessor resource_arn: ::String
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class ListTagsForResourceResponse
152
+ attr_accessor tags: ::Hash[::String, ::String]
153
+ SENSITIVE: []
154
+ end
155
+
156
+ class ResourceNotFoundException
157
+ attr_accessor message: ::String
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class StartSuiteRunRequest
162
+ attr_accessor suite_definition_id: ::String
163
+ attr_accessor suite_definition_version: ::String
164
+ attr_accessor suite_run_configuration: Types::SuiteRunConfiguration
165
+ attr_accessor tags: ::Hash[::String, ::String]
166
+ SENSITIVE: []
167
+ end
168
+
169
+ class StartSuiteRunResponse
170
+ attr_accessor suite_run_id: ::String
171
+ attr_accessor suite_run_arn: ::String
172
+ attr_accessor created_at: ::Time
173
+ attr_accessor endpoint: ::String
174
+ SENSITIVE: []
175
+ end
176
+
177
+ class StopSuiteRunRequest
178
+ attr_accessor suite_definition_id: ::String
179
+ attr_accessor suite_run_id: ::String
180
+ SENSITIVE: []
181
+ end
182
+
183
+ class StopSuiteRunResponse < Aws::EmptyStructure
184
+ end
185
+
186
+ class SuiteDefinitionConfiguration
187
+ attr_accessor suite_definition_name: ::String
188
+ attr_accessor devices: ::Array[Types::DeviceUnderTest]
189
+ attr_accessor intended_for_qualification: bool
190
+ attr_accessor is_long_duration_test: bool
191
+ attr_accessor root_group: ::String
192
+ attr_accessor device_permission_role_arn: ::String
193
+ attr_accessor protocol: ("MqttV3_1_1" | "MqttV5" | "MqttV3_1_1_OverWebSocket" | "MqttV5_OverWebSocket")
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class SuiteDefinitionInformation
198
+ attr_accessor suite_definition_id: ::String
199
+ attr_accessor suite_definition_name: ::String
200
+ attr_accessor default_devices: ::Array[Types::DeviceUnderTest]
201
+ attr_accessor intended_for_qualification: bool
202
+ attr_accessor is_long_duration_test: bool
203
+ attr_accessor protocol: ("MqttV3_1_1" | "MqttV5" | "MqttV3_1_1_OverWebSocket" | "MqttV5_OverWebSocket")
204
+ attr_accessor created_at: ::Time
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class SuiteRunConfiguration
209
+ attr_accessor primary_device: Types::DeviceUnderTest
210
+ attr_accessor selected_test_list: ::Array[::String]
211
+ attr_accessor parallel_run: bool
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class SuiteRunInformation
216
+ attr_accessor suite_definition_id: ::String
217
+ attr_accessor suite_definition_version: ::String
218
+ attr_accessor suite_definition_name: ::String
219
+ attr_accessor suite_run_id: ::String
220
+ attr_accessor created_at: ::Time
221
+ attr_accessor started_at: ::Time
222
+ attr_accessor end_at: ::Time
223
+ attr_accessor status: ("PASS" | "FAIL" | "CANCELED" | "PENDING" | "RUNNING" | "STOPPING" | "STOPPED" | "PASS_WITH_WARNINGS" | "ERROR")
224
+ attr_accessor passed: ::Integer
225
+ attr_accessor failed: ::Integer
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class TagResourceRequest
230
+ attr_accessor resource_arn: ::String
231
+ attr_accessor tags: ::Hash[::String, ::String]
232
+ SENSITIVE: []
233
+ end
234
+
235
+ class TagResourceResponse < Aws::EmptyStructure
236
+ end
237
+
238
+ class TestCaseRun
239
+ attr_accessor test_case_run_id: ::String
240
+ attr_accessor test_case_definition_id: ::String
241
+ attr_accessor test_case_definition_name: ::String
242
+ attr_accessor status: ("PASS" | "FAIL" | "CANCELED" | "PENDING" | "RUNNING" | "STOPPING" | "STOPPED" | "PASS_WITH_WARNINGS" | "ERROR")
243
+ attr_accessor start_time: ::Time
244
+ attr_accessor end_time: ::Time
245
+ attr_accessor log_url: ::String
246
+ attr_accessor warnings: ::String
247
+ attr_accessor failure: ::String
248
+ attr_accessor test_scenarios: ::Array[Types::TestCaseScenario]
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class TestCaseScenario
253
+ attr_accessor test_case_scenario_id: ::String
254
+ attr_accessor test_case_scenario_type: ("Advanced" | "Basic")
255
+ attr_accessor status: ("PASS" | "FAIL" | "CANCELED" | "PENDING" | "RUNNING" | "STOPPING" | "STOPPED" | "PASS_WITH_WARNINGS" | "ERROR")
256
+ attr_accessor failure: ::String
257
+ attr_accessor system_message: ::String
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class TestResult
262
+ attr_accessor groups: ::Array[Types::GroupResult]
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class UntagResourceRequest
267
+ attr_accessor resource_arn: ::String
268
+ attr_accessor tag_keys: ::Array[::String]
269
+ SENSITIVE: []
270
+ end
271
+
272
+ class UntagResourceResponse < Aws::EmptyStructure
273
+ end
274
+
275
+ class UpdateSuiteDefinitionRequest
276
+ attr_accessor suite_definition_id: ::String
277
+ attr_accessor suite_definition_configuration: Types::SuiteDefinitionConfiguration
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class UpdateSuiteDefinitionResponse
282
+ attr_accessor suite_definition_id: ::String
283
+ attr_accessor suite_definition_arn: ::String
284
+ attr_accessor suite_definition_name: ::String
285
+ attr_accessor suite_definition_version: ::String
286
+ attr_accessor created_at: ::Time
287
+ attr_accessor last_updated_at: ::Time
288
+ SENSITIVE: []
289
+ end
290
+
291
+ class ValidationException
292
+ attr_accessor message: ::String
293
+ SENSITIVE: []
294
+ end
295
+ end
296
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTDeviceAdvisor
10
+ module Waiters
11
+ end
12
+ end
13
+ end
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.28.0
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.188.0
22
+ version: 3.191.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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-iotdeviceadvisor/plugins/endpoints.rb
67
67
  - lib/aws-sdk-iotdeviceadvisor/resource.rb
68
68
  - lib/aws-sdk-iotdeviceadvisor/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotdeviceadvisor
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotdeviceadvisor/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - AWSIoTDeviceAdvisor
94
99
  test_files: []