aws-sdk-iot 1.137.0 → 1.139.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -190,6 +190,7 @@ module Aws::IoT
190
190
  class AttachThingPrincipalRequest
191
191
  attr_accessor thing_name: ::String
192
192
  attr_accessor principal: ::String
193
+ attr_accessor thing_principal_type: ("EXCLUSIVE_THING" | "NON_EXCLUSIVE_THING")
193
194
  SENSITIVE: []
194
195
  end
195
196
 
@@ -3152,6 +3153,20 @@ module Aws::IoT
3152
3153
  SENSITIVE: []
3153
3154
  end
3154
3155
 
3156
+ class ListPrincipalThingsV2Request
3157
+ attr_accessor next_token: ::String
3158
+ attr_accessor max_results: ::Integer
3159
+ attr_accessor principal: ::String
3160
+ attr_accessor thing_principal_type: ("EXCLUSIVE_THING" | "NON_EXCLUSIVE_THING")
3161
+ SENSITIVE: []
3162
+ end
3163
+
3164
+ class ListPrincipalThingsV2Response
3165
+ attr_accessor principal_thing_objects: ::Array[Types::PrincipalThingObject]
3166
+ attr_accessor next_token: ::String
3167
+ SENSITIVE: []
3168
+ end
3169
+
3155
3170
  class ListProvisioningTemplateVersionsRequest
3156
3171
  attr_accessor template_name: ::String
3157
3172
  attr_accessor max_results: ::Integer
@@ -3350,6 +3365,20 @@ module Aws::IoT
3350
3365
  SENSITIVE: []
3351
3366
  end
3352
3367
 
3368
+ class ListThingPrincipalsV2Request
3369
+ attr_accessor next_token: ::String
3370
+ attr_accessor max_results: ::Integer
3371
+ attr_accessor thing_name: ::String
3372
+ attr_accessor thing_principal_type: ("EXCLUSIVE_THING" | "NON_EXCLUSIVE_THING")
3373
+ SENSITIVE: []
3374
+ end
3375
+
3376
+ class ListThingPrincipalsV2Response
3377
+ attr_accessor thing_principal_objects: ::Array[Types::ThingPrincipalObject]
3378
+ attr_accessor next_token: ::String
3379
+ SENSITIVE: []
3380
+ end
3381
+
3353
3382
  class ListThingRegistrationTaskReportsRequest
3354
3383
  attr_accessor task_id: ::String
3355
3384
  attr_accessor report_type: ("ERRORS" | "RESULTS")
@@ -3611,6 +3640,11 @@ module Aws::IoT
3611
3640
  SENSITIVE: []
3612
3641
  end
3613
3642
 
3643
+ class Mqtt5Configuration
3644
+ attr_accessor propagating_attributes: ::Array[Types::PropagatingAttribute]
3645
+ SENSITIVE: []
3646
+ end
3647
+
3614
3648
  class MqttContext
3615
3649
  attr_accessor username: ::String
3616
3650
  attr_accessor password: ::String
@@ -3749,6 +3783,19 @@ module Aws::IoT
3749
3783
  SENSITIVE: []
3750
3784
  end
3751
3785
 
3786
+ class PrincipalThingObject
3787
+ attr_accessor thing_name: ::String
3788
+ attr_accessor thing_principal_type: ("EXCLUSIVE_THING" | "NON_EXCLUSIVE_THING")
3789
+ SENSITIVE: []
3790
+ end
3791
+
3792
+ class PropagatingAttribute
3793
+ attr_accessor user_property_key: ::String
3794
+ attr_accessor thing_attribute: ::String
3795
+ attr_accessor connection_attribute: ::String
3796
+ SENSITIVE: []
3797
+ end
3798
+
3752
3799
  class ProvisioningHook
3753
3800
  attr_accessor payload_version: ::String
3754
3801
  attr_accessor target_arn: ::String
@@ -4074,6 +4121,8 @@ module Aws::IoT
4074
4121
 
4075
4122
  class ServerCertificateConfig
4076
4123
  attr_accessor enable_ocsp_check: bool
4124
+ attr_accessor ocsp_lambda_arn: ::String
4125
+ attr_accessor ocsp_authorized_responder_arn: ::String
4077
4126
  SENSITIVE: []
4078
4127
  end
4079
4128
 
@@ -4432,6 +4481,12 @@ module Aws::IoT
4432
4481
  SENSITIVE: []
4433
4482
  end
4434
4483
 
4484
+ class ThingPrincipalObject
4485
+ attr_accessor principal: ::String
4486
+ attr_accessor thing_principal_type: ("EXCLUSIVE_THING" | "NON_EXCLUSIVE_THING")
4487
+ SENSITIVE: []
4488
+ end
4489
+
4435
4490
  class ThingTypeDefinition
4436
4491
  attr_accessor thing_type_name: ::String
4437
4492
  attr_accessor thing_type_arn: ::String
@@ -4450,6 +4505,7 @@ module Aws::IoT
4450
4505
  class ThingTypeProperties
4451
4506
  attr_accessor thing_type_description: ::String
4452
4507
  attr_accessor searchable_attributes: ::Array[::String]
4508
+ attr_accessor mqtt5_configuration: Types::Mqtt5Configuration
4453
4509
  SENSITIVE: []
4454
4510
  end
4455
4511
 
@@ -4967,6 +5023,15 @@ module Aws::IoT
4967
5023
  class UpdateThingResponse < Aws::EmptyStructure
4968
5024
  end
4969
5025
 
5026
+ class UpdateThingTypeRequest
5027
+ attr_accessor thing_type_name: ::String
5028
+ attr_accessor thing_type_properties: Types::ThingTypeProperties
5029
+ SENSITIVE: []
5030
+ end
5031
+
5032
+ class UpdateThingTypeResponse < Aws::EmptyStructure
5033
+ end
5034
+
4970
5035
  class UpdateTopicRuleDestinationRequest
4971
5036
  attr_accessor arn: ::String
4972
5037
  attr_accessor status: ("ENABLED" | "IN_PROGRESS" | "DISABLED" | "ERROR" | "DELETING")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.137.0
4
+ version: 1.139.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core