aws-sdk-iot 1.135.0 → 1.137.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +193 -11
- data/lib/aws-sdk-iot/client_api.rb +16 -0
- data/lib/aws-sdk-iot/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-iot/endpoints.rb +2 -2836
- data/lib/aws-sdk-iot/plugins/endpoints.rb +1 -522
- data/lib/aws-sdk-iot/types.rb +272 -18
- data/lib/aws-sdk-iot.rb +1 -1
- data/sig/client.rbs +13 -0
- data/sig/types.rbs +14 -0
- metadata +4 -4
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
27
27
|
class Handler < Seahorse::Client::Handler
|
28
28
|
def call(context)
|
29
29
|
unless context[:discovered_endpoint]
|
30
|
-
params = parameters_for_operation(context)
|
30
|
+
params = Aws::IoT::Endpoints.parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
@@ -67,527 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
67
67
|
context.http_request.headers[key] = value
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
71
|
-
def parameters_for_operation(context)
|
72
|
-
case context.operation_name
|
73
|
-
when :accept_certificate_transfer
|
74
|
-
Aws::IoT::Endpoints::AcceptCertificateTransfer.build(context)
|
75
|
-
when :add_thing_to_billing_group
|
76
|
-
Aws::IoT::Endpoints::AddThingToBillingGroup.build(context)
|
77
|
-
when :add_thing_to_thing_group
|
78
|
-
Aws::IoT::Endpoints::AddThingToThingGroup.build(context)
|
79
|
-
when :associate_sbom_with_package_version
|
80
|
-
Aws::IoT::Endpoints::AssociateSbomWithPackageVersion.build(context)
|
81
|
-
when :associate_targets_with_job
|
82
|
-
Aws::IoT::Endpoints::AssociateTargetsWithJob.build(context)
|
83
|
-
when :attach_policy
|
84
|
-
Aws::IoT::Endpoints::AttachPolicy.build(context)
|
85
|
-
when :attach_principal_policy
|
86
|
-
Aws::IoT::Endpoints::AttachPrincipalPolicy.build(context)
|
87
|
-
when :attach_security_profile
|
88
|
-
Aws::IoT::Endpoints::AttachSecurityProfile.build(context)
|
89
|
-
when :attach_thing_principal
|
90
|
-
Aws::IoT::Endpoints::AttachThingPrincipal.build(context)
|
91
|
-
when :cancel_audit_mitigation_actions_task
|
92
|
-
Aws::IoT::Endpoints::CancelAuditMitigationActionsTask.build(context)
|
93
|
-
when :cancel_audit_task
|
94
|
-
Aws::IoT::Endpoints::CancelAuditTask.build(context)
|
95
|
-
when :cancel_certificate_transfer
|
96
|
-
Aws::IoT::Endpoints::CancelCertificateTransfer.build(context)
|
97
|
-
when :cancel_detect_mitigation_actions_task
|
98
|
-
Aws::IoT::Endpoints::CancelDetectMitigationActionsTask.build(context)
|
99
|
-
when :cancel_job
|
100
|
-
Aws::IoT::Endpoints::CancelJob.build(context)
|
101
|
-
when :cancel_job_execution
|
102
|
-
Aws::IoT::Endpoints::CancelJobExecution.build(context)
|
103
|
-
when :clear_default_authorizer
|
104
|
-
Aws::IoT::Endpoints::ClearDefaultAuthorizer.build(context)
|
105
|
-
when :confirm_topic_rule_destination
|
106
|
-
Aws::IoT::Endpoints::ConfirmTopicRuleDestination.build(context)
|
107
|
-
when :create_audit_suppression
|
108
|
-
Aws::IoT::Endpoints::CreateAuditSuppression.build(context)
|
109
|
-
when :create_authorizer
|
110
|
-
Aws::IoT::Endpoints::CreateAuthorizer.build(context)
|
111
|
-
when :create_billing_group
|
112
|
-
Aws::IoT::Endpoints::CreateBillingGroup.build(context)
|
113
|
-
when :create_certificate_from_csr
|
114
|
-
Aws::IoT::Endpoints::CreateCertificateFromCsr.build(context)
|
115
|
-
when :create_certificate_provider
|
116
|
-
Aws::IoT::Endpoints::CreateCertificateProvider.build(context)
|
117
|
-
when :create_custom_metric
|
118
|
-
Aws::IoT::Endpoints::CreateCustomMetric.build(context)
|
119
|
-
when :create_dimension
|
120
|
-
Aws::IoT::Endpoints::CreateDimension.build(context)
|
121
|
-
when :create_domain_configuration
|
122
|
-
Aws::IoT::Endpoints::CreateDomainConfiguration.build(context)
|
123
|
-
when :create_dynamic_thing_group
|
124
|
-
Aws::IoT::Endpoints::CreateDynamicThingGroup.build(context)
|
125
|
-
when :create_fleet_metric
|
126
|
-
Aws::IoT::Endpoints::CreateFleetMetric.build(context)
|
127
|
-
when :create_job
|
128
|
-
Aws::IoT::Endpoints::CreateJob.build(context)
|
129
|
-
when :create_job_template
|
130
|
-
Aws::IoT::Endpoints::CreateJobTemplate.build(context)
|
131
|
-
when :create_keys_and_certificate
|
132
|
-
Aws::IoT::Endpoints::CreateKeysAndCertificate.build(context)
|
133
|
-
when :create_mitigation_action
|
134
|
-
Aws::IoT::Endpoints::CreateMitigationAction.build(context)
|
135
|
-
when :create_ota_update
|
136
|
-
Aws::IoT::Endpoints::CreateOTAUpdate.build(context)
|
137
|
-
when :create_package
|
138
|
-
Aws::IoT::Endpoints::CreatePackage.build(context)
|
139
|
-
when :create_package_version
|
140
|
-
Aws::IoT::Endpoints::CreatePackageVersion.build(context)
|
141
|
-
when :create_policy
|
142
|
-
Aws::IoT::Endpoints::CreatePolicy.build(context)
|
143
|
-
when :create_policy_version
|
144
|
-
Aws::IoT::Endpoints::CreatePolicyVersion.build(context)
|
145
|
-
when :create_provisioning_claim
|
146
|
-
Aws::IoT::Endpoints::CreateProvisioningClaim.build(context)
|
147
|
-
when :create_provisioning_template
|
148
|
-
Aws::IoT::Endpoints::CreateProvisioningTemplate.build(context)
|
149
|
-
when :create_provisioning_template_version
|
150
|
-
Aws::IoT::Endpoints::CreateProvisioningTemplateVersion.build(context)
|
151
|
-
when :create_role_alias
|
152
|
-
Aws::IoT::Endpoints::CreateRoleAlias.build(context)
|
153
|
-
when :create_scheduled_audit
|
154
|
-
Aws::IoT::Endpoints::CreateScheduledAudit.build(context)
|
155
|
-
when :create_security_profile
|
156
|
-
Aws::IoT::Endpoints::CreateSecurityProfile.build(context)
|
157
|
-
when :create_stream
|
158
|
-
Aws::IoT::Endpoints::CreateStream.build(context)
|
159
|
-
when :create_thing
|
160
|
-
Aws::IoT::Endpoints::CreateThing.build(context)
|
161
|
-
when :create_thing_group
|
162
|
-
Aws::IoT::Endpoints::CreateThingGroup.build(context)
|
163
|
-
when :create_thing_type
|
164
|
-
Aws::IoT::Endpoints::CreateThingType.build(context)
|
165
|
-
when :create_topic_rule
|
166
|
-
Aws::IoT::Endpoints::CreateTopicRule.build(context)
|
167
|
-
when :create_topic_rule_destination
|
168
|
-
Aws::IoT::Endpoints::CreateTopicRuleDestination.build(context)
|
169
|
-
when :delete_account_audit_configuration
|
170
|
-
Aws::IoT::Endpoints::DeleteAccountAuditConfiguration.build(context)
|
171
|
-
when :delete_audit_suppression
|
172
|
-
Aws::IoT::Endpoints::DeleteAuditSuppression.build(context)
|
173
|
-
when :delete_authorizer
|
174
|
-
Aws::IoT::Endpoints::DeleteAuthorizer.build(context)
|
175
|
-
when :delete_billing_group
|
176
|
-
Aws::IoT::Endpoints::DeleteBillingGroup.build(context)
|
177
|
-
when :delete_ca_certificate
|
178
|
-
Aws::IoT::Endpoints::DeleteCACertificate.build(context)
|
179
|
-
when :delete_certificate
|
180
|
-
Aws::IoT::Endpoints::DeleteCertificate.build(context)
|
181
|
-
when :delete_certificate_provider
|
182
|
-
Aws::IoT::Endpoints::DeleteCertificateProvider.build(context)
|
183
|
-
when :delete_custom_metric
|
184
|
-
Aws::IoT::Endpoints::DeleteCustomMetric.build(context)
|
185
|
-
when :delete_dimension
|
186
|
-
Aws::IoT::Endpoints::DeleteDimension.build(context)
|
187
|
-
when :delete_domain_configuration
|
188
|
-
Aws::IoT::Endpoints::DeleteDomainConfiguration.build(context)
|
189
|
-
when :delete_dynamic_thing_group
|
190
|
-
Aws::IoT::Endpoints::DeleteDynamicThingGroup.build(context)
|
191
|
-
when :delete_fleet_metric
|
192
|
-
Aws::IoT::Endpoints::DeleteFleetMetric.build(context)
|
193
|
-
when :delete_job
|
194
|
-
Aws::IoT::Endpoints::DeleteJob.build(context)
|
195
|
-
when :delete_job_execution
|
196
|
-
Aws::IoT::Endpoints::DeleteJobExecution.build(context)
|
197
|
-
when :delete_job_template
|
198
|
-
Aws::IoT::Endpoints::DeleteJobTemplate.build(context)
|
199
|
-
when :delete_mitigation_action
|
200
|
-
Aws::IoT::Endpoints::DeleteMitigationAction.build(context)
|
201
|
-
when :delete_ota_update
|
202
|
-
Aws::IoT::Endpoints::DeleteOTAUpdate.build(context)
|
203
|
-
when :delete_package
|
204
|
-
Aws::IoT::Endpoints::DeletePackage.build(context)
|
205
|
-
when :delete_package_version
|
206
|
-
Aws::IoT::Endpoints::DeletePackageVersion.build(context)
|
207
|
-
when :delete_policy
|
208
|
-
Aws::IoT::Endpoints::DeletePolicy.build(context)
|
209
|
-
when :delete_policy_version
|
210
|
-
Aws::IoT::Endpoints::DeletePolicyVersion.build(context)
|
211
|
-
when :delete_provisioning_template
|
212
|
-
Aws::IoT::Endpoints::DeleteProvisioningTemplate.build(context)
|
213
|
-
when :delete_provisioning_template_version
|
214
|
-
Aws::IoT::Endpoints::DeleteProvisioningTemplateVersion.build(context)
|
215
|
-
when :delete_registration_code
|
216
|
-
Aws::IoT::Endpoints::DeleteRegistrationCode.build(context)
|
217
|
-
when :delete_role_alias
|
218
|
-
Aws::IoT::Endpoints::DeleteRoleAlias.build(context)
|
219
|
-
when :delete_scheduled_audit
|
220
|
-
Aws::IoT::Endpoints::DeleteScheduledAudit.build(context)
|
221
|
-
when :delete_security_profile
|
222
|
-
Aws::IoT::Endpoints::DeleteSecurityProfile.build(context)
|
223
|
-
when :delete_stream
|
224
|
-
Aws::IoT::Endpoints::DeleteStream.build(context)
|
225
|
-
when :delete_thing
|
226
|
-
Aws::IoT::Endpoints::DeleteThing.build(context)
|
227
|
-
when :delete_thing_group
|
228
|
-
Aws::IoT::Endpoints::DeleteThingGroup.build(context)
|
229
|
-
when :delete_thing_type
|
230
|
-
Aws::IoT::Endpoints::DeleteThingType.build(context)
|
231
|
-
when :delete_topic_rule
|
232
|
-
Aws::IoT::Endpoints::DeleteTopicRule.build(context)
|
233
|
-
when :delete_topic_rule_destination
|
234
|
-
Aws::IoT::Endpoints::DeleteTopicRuleDestination.build(context)
|
235
|
-
when :delete_v2_logging_level
|
236
|
-
Aws::IoT::Endpoints::DeleteV2LoggingLevel.build(context)
|
237
|
-
when :deprecate_thing_type
|
238
|
-
Aws::IoT::Endpoints::DeprecateThingType.build(context)
|
239
|
-
when :describe_account_audit_configuration
|
240
|
-
Aws::IoT::Endpoints::DescribeAccountAuditConfiguration.build(context)
|
241
|
-
when :describe_audit_finding
|
242
|
-
Aws::IoT::Endpoints::DescribeAuditFinding.build(context)
|
243
|
-
when :describe_audit_mitigation_actions_task
|
244
|
-
Aws::IoT::Endpoints::DescribeAuditMitigationActionsTask.build(context)
|
245
|
-
when :describe_audit_suppression
|
246
|
-
Aws::IoT::Endpoints::DescribeAuditSuppression.build(context)
|
247
|
-
when :describe_audit_task
|
248
|
-
Aws::IoT::Endpoints::DescribeAuditTask.build(context)
|
249
|
-
when :describe_authorizer
|
250
|
-
Aws::IoT::Endpoints::DescribeAuthorizer.build(context)
|
251
|
-
when :describe_billing_group
|
252
|
-
Aws::IoT::Endpoints::DescribeBillingGroup.build(context)
|
253
|
-
when :describe_ca_certificate
|
254
|
-
Aws::IoT::Endpoints::DescribeCACertificate.build(context)
|
255
|
-
when :describe_certificate
|
256
|
-
Aws::IoT::Endpoints::DescribeCertificate.build(context)
|
257
|
-
when :describe_certificate_provider
|
258
|
-
Aws::IoT::Endpoints::DescribeCertificateProvider.build(context)
|
259
|
-
when :describe_custom_metric
|
260
|
-
Aws::IoT::Endpoints::DescribeCustomMetric.build(context)
|
261
|
-
when :describe_default_authorizer
|
262
|
-
Aws::IoT::Endpoints::DescribeDefaultAuthorizer.build(context)
|
263
|
-
when :describe_detect_mitigation_actions_task
|
264
|
-
Aws::IoT::Endpoints::DescribeDetectMitigationActionsTask.build(context)
|
265
|
-
when :describe_dimension
|
266
|
-
Aws::IoT::Endpoints::DescribeDimension.build(context)
|
267
|
-
when :describe_domain_configuration
|
268
|
-
Aws::IoT::Endpoints::DescribeDomainConfiguration.build(context)
|
269
|
-
when :describe_endpoint
|
270
|
-
Aws::IoT::Endpoints::DescribeEndpoint.build(context)
|
271
|
-
when :describe_event_configurations
|
272
|
-
Aws::IoT::Endpoints::DescribeEventConfigurations.build(context)
|
273
|
-
when :describe_fleet_metric
|
274
|
-
Aws::IoT::Endpoints::DescribeFleetMetric.build(context)
|
275
|
-
when :describe_index
|
276
|
-
Aws::IoT::Endpoints::DescribeIndex.build(context)
|
277
|
-
when :describe_job
|
278
|
-
Aws::IoT::Endpoints::DescribeJob.build(context)
|
279
|
-
when :describe_job_execution
|
280
|
-
Aws::IoT::Endpoints::DescribeJobExecution.build(context)
|
281
|
-
when :describe_job_template
|
282
|
-
Aws::IoT::Endpoints::DescribeJobTemplate.build(context)
|
283
|
-
when :describe_managed_job_template
|
284
|
-
Aws::IoT::Endpoints::DescribeManagedJobTemplate.build(context)
|
285
|
-
when :describe_mitigation_action
|
286
|
-
Aws::IoT::Endpoints::DescribeMitigationAction.build(context)
|
287
|
-
when :describe_provisioning_template
|
288
|
-
Aws::IoT::Endpoints::DescribeProvisioningTemplate.build(context)
|
289
|
-
when :describe_provisioning_template_version
|
290
|
-
Aws::IoT::Endpoints::DescribeProvisioningTemplateVersion.build(context)
|
291
|
-
when :describe_role_alias
|
292
|
-
Aws::IoT::Endpoints::DescribeRoleAlias.build(context)
|
293
|
-
when :describe_scheduled_audit
|
294
|
-
Aws::IoT::Endpoints::DescribeScheduledAudit.build(context)
|
295
|
-
when :describe_security_profile
|
296
|
-
Aws::IoT::Endpoints::DescribeSecurityProfile.build(context)
|
297
|
-
when :describe_stream
|
298
|
-
Aws::IoT::Endpoints::DescribeStream.build(context)
|
299
|
-
when :describe_thing
|
300
|
-
Aws::IoT::Endpoints::DescribeThing.build(context)
|
301
|
-
when :describe_thing_group
|
302
|
-
Aws::IoT::Endpoints::DescribeThingGroup.build(context)
|
303
|
-
when :describe_thing_registration_task
|
304
|
-
Aws::IoT::Endpoints::DescribeThingRegistrationTask.build(context)
|
305
|
-
when :describe_thing_type
|
306
|
-
Aws::IoT::Endpoints::DescribeThingType.build(context)
|
307
|
-
when :detach_policy
|
308
|
-
Aws::IoT::Endpoints::DetachPolicy.build(context)
|
309
|
-
when :detach_principal_policy
|
310
|
-
Aws::IoT::Endpoints::DetachPrincipalPolicy.build(context)
|
311
|
-
when :detach_security_profile
|
312
|
-
Aws::IoT::Endpoints::DetachSecurityProfile.build(context)
|
313
|
-
when :detach_thing_principal
|
314
|
-
Aws::IoT::Endpoints::DetachThingPrincipal.build(context)
|
315
|
-
when :disable_topic_rule
|
316
|
-
Aws::IoT::Endpoints::DisableTopicRule.build(context)
|
317
|
-
when :disassociate_sbom_from_package_version
|
318
|
-
Aws::IoT::Endpoints::DisassociateSbomFromPackageVersion.build(context)
|
319
|
-
when :enable_topic_rule
|
320
|
-
Aws::IoT::Endpoints::EnableTopicRule.build(context)
|
321
|
-
when :get_behavior_model_training_summaries
|
322
|
-
Aws::IoT::Endpoints::GetBehaviorModelTrainingSummaries.build(context)
|
323
|
-
when :get_buckets_aggregation
|
324
|
-
Aws::IoT::Endpoints::GetBucketsAggregation.build(context)
|
325
|
-
when :get_cardinality
|
326
|
-
Aws::IoT::Endpoints::GetCardinality.build(context)
|
327
|
-
when :get_effective_policies
|
328
|
-
Aws::IoT::Endpoints::GetEffectivePolicies.build(context)
|
329
|
-
when :get_indexing_configuration
|
330
|
-
Aws::IoT::Endpoints::GetIndexingConfiguration.build(context)
|
331
|
-
when :get_job_document
|
332
|
-
Aws::IoT::Endpoints::GetJobDocument.build(context)
|
333
|
-
when :get_logging_options
|
334
|
-
Aws::IoT::Endpoints::GetLoggingOptions.build(context)
|
335
|
-
when :get_ota_update
|
336
|
-
Aws::IoT::Endpoints::GetOTAUpdate.build(context)
|
337
|
-
when :get_package
|
338
|
-
Aws::IoT::Endpoints::GetPackage.build(context)
|
339
|
-
when :get_package_configuration
|
340
|
-
Aws::IoT::Endpoints::GetPackageConfiguration.build(context)
|
341
|
-
when :get_package_version
|
342
|
-
Aws::IoT::Endpoints::GetPackageVersion.build(context)
|
343
|
-
when :get_percentiles
|
344
|
-
Aws::IoT::Endpoints::GetPercentiles.build(context)
|
345
|
-
when :get_policy
|
346
|
-
Aws::IoT::Endpoints::GetPolicy.build(context)
|
347
|
-
when :get_policy_version
|
348
|
-
Aws::IoT::Endpoints::GetPolicyVersion.build(context)
|
349
|
-
when :get_registration_code
|
350
|
-
Aws::IoT::Endpoints::GetRegistrationCode.build(context)
|
351
|
-
when :get_statistics
|
352
|
-
Aws::IoT::Endpoints::GetStatistics.build(context)
|
353
|
-
when :get_topic_rule
|
354
|
-
Aws::IoT::Endpoints::GetTopicRule.build(context)
|
355
|
-
when :get_topic_rule_destination
|
356
|
-
Aws::IoT::Endpoints::GetTopicRuleDestination.build(context)
|
357
|
-
when :get_v2_logging_options
|
358
|
-
Aws::IoT::Endpoints::GetV2LoggingOptions.build(context)
|
359
|
-
when :list_active_violations
|
360
|
-
Aws::IoT::Endpoints::ListActiveViolations.build(context)
|
361
|
-
when :list_attached_policies
|
362
|
-
Aws::IoT::Endpoints::ListAttachedPolicies.build(context)
|
363
|
-
when :list_audit_findings
|
364
|
-
Aws::IoT::Endpoints::ListAuditFindings.build(context)
|
365
|
-
when :list_audit_mitigation_actions_executions
|
366
|
-
Aws::IoT::Endpoints::ListAuditMitigationActionsExecutions.build(context)
|
367
|
-
when :list_audit_mitigation_actions_tasks
|
368
|
-
Aws::IoT::Endpoints::ListAuditMitigationActionsTasks.build(context)
|
369
|
-
when :list_audit_suppressions
|
370
|
-
Aws::IoT::Endpoints::ListAuditSuppressions.build(context)
|
371
|
-
when :list_audit_tasks
|
372
|
-
Aws::IoT::Endpoints::ListAuditTasks.build(context)
|
373
|
-
when :list_authorizers
|
374
|
-
Aws::IoT::Endpoints::ListAuthorizers.build(context)
|
375
|
-
when :list_billing_groups
|
376
|
-
Aws::IoT::Endpoints::ListBillingGroups.build(context)
|
377
|
-
when :list_ca_certificates
|
378
|
-
Aws::IoT::Endpoints::ListCACertificates.build(context)
|
379
|
-
when :list_certificate_providers
|
380
|
-
Aws::IoT::Endpoints::ListCertificateProviders.build(context)
|
381
|
-
when :list_certificates
|
382
|
-
Aws::IoT::Endpoints::ListCertificates.build(context)
|
383
|
-
when :list_certificates_by_ca
|
384
|
-
Aws::IoT::Endpoints::ListCertificatesByCA.build(context)
|
385
|
-
when :list_custom_metrics
|
386
|
-
Aws::IoT::Endpoints::ListCustomMetrics.build(context)
|
387
|
-
when :list_detect_mitigation_actions_executions
|
388
|
-
Aws::IoT::Endpoints::ListDetectMitigationActionsExecutions.build(context)
|
389
|
-
when :list_detect_mitigation_actions_tasks
|
390
|
-
Aws::IoT::Endpoints::ListDetectMitigationActionsTasks.build(context)
|
391
|
-
when :list_dimensions
|
392
|
-
Aws::IoT::Endpoints::ListDimensions.build(context)
|
393
|
-
when :list_domain_configurations
|
394
|
-
Aws::IoT::Endpoints::ListDomainConfigurations.build(context)
|
395
|
-
when :list_fleet_metrics
|
396
|
-
Aws::IoT::Endpoints::ListFleetMetrics.build(context)
|
397
|
-
when :list_indices
|
398
|
-
Aws::IoT::Endpoints::ListIndices.build(context)
|
399
|
-
when :list_job_executions_for_job
|
400
|
-
Aws::IoT::Endpoints::ListJobExecutionsForJob.build(context)
|
401
|
-
when :list_job_executions_for_thing
|
402
|
-
Aws::IoT::Endpoints::ListJobExecutionsForThing.build(context)
|
403
|
-
when :list_job_templates
|
404
|
-
Aws::IoT::Endpoints::ListJobTemplates.build(context)
|
405
|
-
when :list_jobs
|
406
|
-
Aws::IoT::Endpoints::ListJobs.build(context)
|
407
|
-
when :list_managed_job_templates
|
408
|
-
Aws::IoT::Endpoints::ListManagedJobTemplates.build(context)
|
409
|
-
when :list_metric_values
|
410
|
-
Aws::IoT::Endpoints::ListMetricValues.build(context)
|
411
|
-
when :list_mitigation_actions
|
412
|
-
Aws::IoT::Endpoints::ListMitigationActions.build(context)
|
413
|
-
when :list_ota_updates
|
414
|
-
Aws::IoT::Endpoints::ListOTAUpdates.build(context)
|
415
|
-
when :list_outgoing_certificates
|
416
|
-
Aws::IoT::Endpoints::ListOutgoingCertificates.build(context)
|
417
|
-
when :list_package_versions
|
418
|
-
Aws::IoT::Endpoints::ListPackageVersions.build(context)
|
419
|
-
when :list_packages
|
420
|
-
Aws::IoT::Endpoints::ListPackages.build(context)
|
421
|
-
when :list_policies
|
422
|
-
Aws::IoT::Endpoints::ListPolicies.build(context)
|
423
|
-
when :list_policy_principals
|
424
|
-
Aws::IoT::Endpoints::ListPolicyPrincipals.build(context)
|
425
|
-
when :list_policy_versions
|
426
|
-
Aws::IoT::Endpoints::ListPolicyVersions.build(context)
|
427
|
-
when :list_principal_policies
|
428
|
-
Aws::IoT::Endpoints::ListPrincipalPolicies.build(context)
|
429
|
-
when :list_principal_things
|
430
|
-
Aws::IoT::Endpoints::ListPrincipalThings.build(context)
|
431
|
-
when :list_provisioning_template_versions
|
432
|
-
Aws::IoT::Endpoints::ListProvisioningTemplateVersions.build(context)
|
433
|
-
when :list_provisioning_templates
|
434
|
-
Aws::IoT::Endpoints::ListProvisioningTemplates.build(context)
|
435
|
-
when :list_related_resources_for_audit_finding
|
436
|
-
Aws::IoT::Endpoints::ListRelatedResourcesForAuditFinding.build(context)
|
437
|
-
when :list_role_aliases
|
438
|
-
Aws::IoT::Endpoints::ListRoleAliases.build(context)
|
439
|
-
when :list_sbom_validation_results
|
440
|
-
Aws::IoT::Endpoints::ListSbomValidationResults.build(context)
|
441
|
-
when :list_scheduled_audits
|
442
|
-
Aws::IoT::Endpoints::ListScheduledAudits.build(context)
|
443
|
-
when :list_security_profiles
|
444
|
-
Aws::IoT::Endpoints::ListSecurityProfiles.build(context)
|
445
|
-
when :list_security_profiles_for_target
|
446
|
-
Aws::IoT::Endpoints::ListSecurityProfilesForTarget.build(context)
|
447
|
-
when :list_streams
|
448
|
-
Aws::IoT::Endpoints::ListStreams.build(context)
|
449
|
-
when :list_tags_for_resource
|
450
|
-
Aws::IoT::Endpoints::ListTagsForResource.build(context)
|
451
|
-
when :list_targets_for_policy
|
452
|
-
Aws::IoT::Endpoints::ListTargetsForPolicy.build(context)
|
453
|
-
when :list_targets_for_security_profile
|
454
|
-
Aws::IoT::Endpoints::ListTargetsForSecurityProfile.build(context)
|
455
|
-
when :list_thing_groups
|
456
|
-
Aws::IoT::Endpoints::ListThingGroups.build(context)
|
457
|
-
when :list_thing_groups_for_thing
|
458
|
-
Aws::IoT::Endpoints::ListThingGroupsForThing.build(context)
|
459
|
-
when :list_thing_principals
|
460
|
-
Aws::IoT::Endpoints::ListThingPrincipals.build(context)
|
461
|
-
when :list_thing_registration_task_reports
|
462
|
-
Aws::IoT::Endpoints::ListThingRegistrationTaskReports.build(context)
|
463
|
-
when :list_thing_registration_tasks
|
464
|
-
Aws::IoT::Endpoints::ListThingRegistrationTasks.build(context)
|
465
|
-
when :list_thing_types
|
466
|
-
Aws::IoT::Endpoints::ListThingTypes.build(context)
|
467
|
-
when :list_things
|
468
|
-
Aws::IoT::Endpoints::ListThings.build(context)
|
469
|
-
when :list_things_in_billing_group
|
470
|
-
Aws::IoT::Endpoints::ListThingsInBillingGroup.build(context)
|
471
|
-
when :list_things_in_thing_group
|
472
|
-
Aws::IoT::Endpoints::ListThingsInThingGroup.build(context)
|
473
|
-
when :list_topic_rule_destinations
|
474
|
-
Aws::IoT::Endpoints::ListTopicRuleDestinations.build(context)
|
475
|
-
when :list_topic_rules
|
476
|
-
Aws::IoT::Endpoints::ListTopicRules.build(context)
|
477
|
-
when :list_v2_logging_levels
|
478
|
-
Aws::IoT::Endpoints::ListV2LoggingLevels.build(context)
|
479
|
-
when :list_violation_events
|
480
|
-
Aws::IoT::Endpoints::ListViolationEvents.build(context)
|
481
|
-
when :put_verification_state_on_violation
|
482
|
-
Aws::IoT::Endpoints::PutVerificationStateOnViolation.build(context)
|
483
|
-
when :register_ca_certificate
|
484
|
-
Aws::IoT::Endpoints::RegisterCACertificate.build(context)
|
485
|
-
when :register_certificate
|
486
|
-
Aws::IoT::Endpoints::RegisterCertificate.build(context)
|
487
|
-
when :register_certificate_without_ca
|
488
|
-
Aws::IoT::Endpoints::RegisterCertificateWithoutCA.build(context)
|
489
|
-
when :register_thing
|
490
|
-
Aws::IoT::Endpoints::RegisterThing.build(context)
|
491
|
-
when :reject_certificate_transfer
|
492
|
-
Aws::IoT::Endpoints::RejectCertificateTransfer.build(context)
|
493
|
-
when :remove_thing_from_billing_group
|
494
|
-
Aws::IoT::Endpoints::RemoveThingFromBillingGroup.build(context)
|
495
|
-
when :remove_thing_from_thing_group
|
496
|
-
Aws::IoT::Endpoints::RemoveThingFromThingGroup.build(context)
|
497
|
-
when :replace_topic_rule
|
498
|
-
Aws::IoT::Endpoints::ReplaceTopicRule.build(context)
|
499
|
-
when :search_index
|
500
|
-
Aws::IoT::Endpoints::SearchIndex.build(context)
|
501
|
-
when :set_default_authorizer
|
502
|
-
Aws::IoT::Endpoints::SetDefaultAuthorizer.build(context)
|
503
|
-
when :set_default_policy_version
|
504
|
-
Aws::IoT::Endpoints::SetDefaultPolicyVersion.build(context)
|
505
|
-
when :set_logging_options
|
506
|
-
Aws::IoT::Endpoints::SetLoggingOptions.build(context)
|
507
|
-
when :set_v2_logging_level
|
508
|
-
Aws::IoT::Endpoints::SetV2LoggingLevel.build(context)
|
509
|
-
when :set_v2_logging_options
|
510
|
-
Aws::IoT::Endpoints::SetV2LoggingOptions.build(context)
|
511
|
-
when :start_audit_mitigation_actions_task
|
512
|
-
Aws::IoT::Endpoints::StartAuditMitigationActionsTask.build(context)
|
513
|
-
when :start_detect_mitigation_actions_task
|
514
|
-
Aws::IoT::Endpoints::StartDetectMitigationActionsTask.build(context)
|
515
|
-
when :start_on_demand_audit_task
|
516
|
-
Aws::IoT::Endpoints::StartOnDemandAuditTask.build(context)
|
517
|
-
when :start_thing_registration_task
|
518
|
-
Aws::IoT::Endpoints::StartThingRegistrationTask.build(context)
|
519
|
-
when :stop_thing_registration_task
|
520
|
-
Aws::IoT::Endpoints::StopThingRegistrationTask.build(context)
|
521
|
-
when :tag_resource
|
522
|
-
Aws::IoT::Endpoints::TagResource.build(context)
|
523
|
-
when :test_authorization
|
524
|
-
Aws::IoT::Endpoints::TestAuthorization.build(context)
|
525
|
-
when :test_invoke_authorizer
|
526
|
-
Aws::IoT::Endpoints::TestInvokeAuthorizer.build(context)
|
527
|
-
when :transfer_certificate
|
528
|
-
Aws::IoT::Endpoints::TransferCertificate.build(context)
|
529
|
-
when :untag_resource
|
530
|
-
Aws::IoT::Endpoints::UntagResource.build(context)
|
531
|
-
when :update_account_audit_configuration
|
532
|
-
Aws::IoT::Endpoints::UpdateAccountAuditConfiguration.build(context)
|
533
|
-
when :update_audit_suppression
|
534
|
-
Aws::IoT::Endpoints::UpdateAuditSuppression.build(context)
|
535
|
-
when :update_authorizer
|
536
|
-
Aws::IoT::Endpoints::UpdateAuthorizer.build(context)
|
537
|
-
when :update_billing_group
|
538
|
-
Aws::IoT::Endpoints::UpdateBillingGroup.build(context)
|
539
|
-
when :update_ca_certificate
|
540
|
-
Aws::IoT::Endpoints::UpdateCACertificate.build(context)
|
541
|
-
when :update_certificate
|
542
|
-
Aws::IoT::Endpoints::UpdateCertificate.build(context)
|
543
|
-
when :update_certificate_provider
|
544
|
-
Aws::IoT::Endpoints::UpdateCertificateProvider.build(context)
|
545
|
-
when :update_custom_metric
|
546
|
-
Aws::IoT::Endpoints::UpdateCustomMetric.build(context)
|
547
|
-
when :update_dimension
|
548
|
-
Aws::IoT::Endpoints::UpdateDimension.build(context)
|
549
|
-
when :update_domain_configuration
|
550
|
-
Aws::IoT::Endpoints::UpdateDomainConfiguration.build(context)
|
551
|
-
when :update_dynamic_thing_group
|
552
|
-
Aws::IoT::Endpoints::UpdateDynamicThingGroup.build(context)
|
553
|
-
when :update_event_configurations
|
554
|
-
Aws::IoT::Endpoints::UpdateEventConfigurations.build(context)
|
555
|
-
when :update_fleet_metric
|
556
|
-
Aws::IoT::Endpoints::UpdateFleetMetric.build(context)
|
557
|
-
when :update_indexing_configuration
|
558
|
-
Aws::IoT::Endpoints::UpdateIndexingConfiguration.build(context)
|
559
|
-
when :update_job
|
560
|
-
Aws::IoT::Endpoints::UpdateJob.build(context)
|
561
|
-
when :update_mitigation_action
|
562
|
-
Aws::IoT::Endpoints::UpdateMitigationAction.build(context)
|
563
|
-
when :update_package
|
564
|
-
Aws::IoT::Endpoints::UpdatePackage.build(context)
|
565
|
-
when :update_package_configuration
|
566
|
-
Aws::IoT::Endpoints::UpdatePackageConfiguration.build(context)
|
567
|
-
when :update_package_version
|
568
|
-
Aws::IoT::Endpoints::UpdatePackageVersion.build(context)
|
569
|
-
when :update_provisioning_template
|
570
|
-
Aws::IoT::Endpoints::UpdateProvisioningTemplate.build(context)
|
571
|
-
when :update_role_alias
|
572
|
-
Aws::IoT::Endpoints::UpdateRoleAlias.build(context)
|
573
|
-
when :update_scheduled_audit
|
574
|
-
Aws::IoT::Endpoints::UpdateScheduledAudit.build(context)
|
575
|
-
when :update_security_profile
|
576
|
-
Aws::IoT::Endpoints::UpdateSecurityProfile.build(context)
|
577
|
-
when :update_stream
|
578
|
-
Aws::IoT::Endpoints::UpdateStream.build(context)
|
579
|
-
when :update_thing
|
580
|
-
Aws::IoT::Endpoints::UpdateThing.build(context)
|
581
|
-
when :update_thing_group
|
582
|
-
Aws::IoT::Endpoints::UpdateThingGroup.build(context)
|
583
|
-
when :update_thing_groups_for_thing
|
584
|
-
Aws::IoT::Endpoints::UpdateThingGroupsForThing.build(context)
|
585
|
-
when :update_topic_rule_destination
|
586
|
-
Aws::IoT::Endpoints::UpdateTopicRuleDestination.build(context)
|
587
|
-
when :validate_security_profile_behaviors
|
588
|
-
Aws::IoT::Endpoints::ValidateSecurityProfileBehaviors.build(context)
|
589
|
-
end
|
590
|
-
end
|
591
70
|
end
|
592
71
|
|
593
72
|
def add_handlers(handlers, _config)
|