aws-sdk-iot 1.138.0 → 1.140.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -166,8 +166,12 @@ module Aws::IoT
166
166
  BillingGroupName = Shapes::StringShape.new(name: 'BillingGroupName')
167
167
  BillingGroupNameAndArnList = Shapes::ListShape.new(name: 'BillingGroupNameAndArnList')
168
168
  BillingGroupProperties = Shapes::StructureShape.new(name: 'BillingGroupProperties')
169
+ BinaryCommandExecutionResult = Shapes::BlobShape.new(name: 'BinaryCommandExecutionResult')
170
+ BinaryParameterValue = Shapes::BlobShape.new(name: 'BinaryParameterValue')
169
171
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
172
+ BooleanCommandExecutionResult = Shapes::BooleanShape.new(name: 'BooleanCommandExecutionResult')
170
173
  BooleanKey = Shapes::BooleanShape.new(name: 'BooleanKey')
174
+ BooleanParameterValue = Shapes::BooleanShape.new(name: 'BooleanParameterValue')
171
175
  BooleanWrapperObject = Shapes::BooleanShape.new(name: 'BooleanWrapperObject')
172
176
  Bucket = Shapes::StructureShape.new(name: 'Bucket')
173
177
  BucketKeyValue = Shapes::StringShape.new(name: 'BucketKeyValue')
@@ -235,6 +239,29 @@ module Aws::IoT
235
239
  CodeSigningCertificateChain = Shapes::StructureShape.new(name: 'CodeSigningCertificateChain')
236
240
  CodeSigningSignature = Shapes::StructureShape.new(name: 'CodeSigningSignature')
237
241
  CognitoIdentityPoolId = Shapes::StringShape.new(name: 'CognitoIdentityPoolId')
242
+ CommandArn = Shapes::StringShape.new(name: 'CommandArn')
243
+ CommandDescription = Shapes::StringShape.new(name: 'CommandDescription')
244
+ CommandExecutionId = Shapes::StringShape.new(name: 'CommandExecutionId')
245
+ CommandExecutionParameterMap = Shapes::MapShape.new(name: 'CommandExecutionParameterMap')
246
+ CommandExecutionResult = Shapes::StructureShape.new(name: 'CommandExecutionResult')
247
+ CommandExecutionResultMap = Shapes::MapShape.new(name: 'CommandExecutionResultMap')
248
+ CommandExecutionResultName = Shapes::StringShape.new(name: 'CommandExecutionResultName')
249
+ CommandExecutionStatus = Shapes::StringShape.new(name: 'CommandExecutionStatus')
250
+ CommandExecutionSummary = Shapes::StructureShape.new(name: 'CommandExecutionSummary')
251
+ CommandExecutionSummaryList = Shapes::ListShape.new(name: 'CommandExecutionSummaryList')
252
+ CommandExecutionTimeoutInSeconds = Shapes::IntegerShape.new(name: 'CommandExecutionTimeoutInSeconds')
253
+ CommandId = Shapes::StringShape.new(name: 'CommandId')
254
+ CommandMaxResults = Shapes::IntegerShape.new(name: 'CommandMaxResults')
255
+ CommandNamespace = Shapes::StringShape.new(name: 'CommandNamespace')
256
+ CommandParameter = Shapes::StructureShape.new(name: 'CommandParameter')
257
+ CommandParameterDescription = Shapes::StringShape.new(name: 'CommandParameterDescription')
258
+ CommandParameterList = Shapes::ListShape.new(name: 'CommandParameterList')
259
+ CommandParameterName = Shapes::StringShape.new(name: 'CommandParameterName')
260
+ CommandParameterValue = Shapes::StructureShape.new(name: 'CommandParameterValue')
261
+ CommandPayload = Shapes::StructureShape.new(name: 'CommandPayload')
262
+ CommandPayloadBlob = Shapes::BlobShape.new(name: 'CommandPayloadBlob')
263
+ CommandSummary = Shapes::StructureShape.new(name: 'CommandSummary')
264
+ CommandSummaryList = Shapes::ListShape.new(name: 'CommandSummaryList')
238
265
  Comment = Shapes::StringShape.new(name: 'Comment')
239
266
  ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
240
267
  CompliantChecksCount = Shapes::IntegerShape.new(name: 'CompliantChecksCount')
@@ -245,6 +272,7 @@ module Aws::IoT
245
272
  ConfirmationToken = Shapes::StringShape.new(name: 'ConfirmationToken')
246
273
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
247
274
  ConflictingResourceUpdateException = Shapes::StructureShape.new(name: 'ConflictingResourceUpdateException')
275
+ ConnectionAttributeName = Shapes::StringShape.new(name: 'ConnectionAttributeName')
248
276
  ConnectivityTimestamp = Shapes::IntegerShape.new(name: 'ConnectivityTimestamp')
249
277
  ConsecutiveDatapointsToAlarm = Shapes::IntegerShape.new(name: 'ConsecutiveDatapointsToAlarm')
250
278
  ConsecutiveDatapointsToClear = Shapes::IntegerShape.new(name: 'ConsecutiveDatapointsToClear')
@@ -261,6 +289,8 @@ module Aws::IoT
261
289
  CreateCertificateFromCsrResponse = Shapes::StructureShape.new(name: 'CreateCertificateFromCsrResponse')
262
290
  CreateCertificateProviderRequest = Shapes::StructureShape.new(name: 'CreateCertificateProviderRequest')
263
291
  CreateCertificateProviderResponse = Shapes::StructureShape.new(name: 'CreateCertificateProviderResponse')
292
+ CreateCommandRequest = Shapes::StructureShape.new(name: 'CreateCommandRequest')
293
+ CreateCommandResponse = Shapes::StructureShape.new(name: 'CreateCommandResponse')
264
294
  CreateCustomMetricRequest = Shapes::StructureShape.new(name: 'CreateCustomMetricRequest')
265
295
  CreateCustomMetricResponse = Shapes::StructureShape.new(name: 'CreateCustomMetricResponse')
266
296
  CreateDimensionRequest = Shapes::StructureShape.new(name: 'CreateDimensionRequest')
@@ -341,6 +371,10 @@ module Aws::IoT
341
371
  DeleteCertificateProviderRequest = Shapes::StructureShape.new(name: 'DeleteCertificateProviderRequest')
342
372
  DeleteCertificateProviderResponse = Shapes::StructureShape.new(name: 'DeleteCertificateProviderResponse')
343
373
  DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
374
+ DeleteCommandExecutionRequest = Shapes::StructureShape.new(name: 'DeleteCommandExecutionRequest')
375
+ DeleteCommandExecutionResponse = Shapes::StructureShape.new(name: 'DeleteCommandExecutionResponse')
376
+ DeleteCommandRequest = Shapes::StructureShape.new(name: 'DeleteCommandRequest')
377
+ DeleteCommandResponse = Shapes::StructureShape.new(name: 'DeleteCommandResponse')
344
378
  DeleteConflictException = Shapes::StructureShape.new(name: 'DeleteConflictException')
345
379
  DeleteCustomMetricRequest = Shapes::StructureShape.new(name: 'DeleteCustomMetricRequest')
346
380
  DeleteCustomMetricResponse = Shapes::StructureShape.new(name: 'DeleteCustomMetricResponse')
@@ -396,6 +430,7 @@ module Aws::IoT
396
430
  DeprecateThingTypeRequest = Shapes::StructureShape.new(name: 'DeprecateThingTypeRequest')
397
431
  DeprecateThingTypeResponse = Shapes::StructureShape.new(name: 'DeprecateThingTypeResponse')
398
432
  DeprecationDate = Shapes::TimestampShape.new(name: 'DeprecationDate')
433
+ DeprecationFlag = Shapes::BooleanShape.new(name: 'DeprecationFlag')
399
434
  DescribeAccountAuditConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeAccountAuditConfigurationRequest')
400
435
  DescribeAccountAuditConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeAccountAuditConfigurationResponse')
401
436
  DescribeAuditFindingRequest = Shapes::StructureShape.new(name: 'DescribeAuditFindingRequest')
@@ -501,6 +536,7 @@ module Aws::IoT
501
536
  DisassociateSbomFromPackageVersionRequest = Shapes::StructureShape.new(name: 'DisassociateSbomFromPackageVersionRequest')
502
537
  DisassociateSbomFromPackageVersionResponse = Shapes::StructureShape.new(name: 'DisassociateSbomFromPackageVersionResponse')
503
538
  DisconnectReason = Shapes::StringShape.new(name: 'DisconnectReason')
539
+ DisplayName = Shapes::StringShape.new(name: 'DisplayName')
504
540
  DocumentParameter = Shapes::StructureShape.new(name: 'DocumentParameter')
505
541
  DocumentParameters = Shapes::ListShape.new(name: 'DocumentParameters')
506
542
  DomainConfigurationArn = Shapes::StringShape.new(name: 'DomainConfigurationArn')
@@ -510,6 +546,7 @@ module Aws::IoT
510
546
  DomainConfigurations = Shapes::ListShape.new(name: 'DomainConfigurations')
511
547
  DomainName = Shapes::StringShape.new(name: 'DomainName')
512
548
  DomainType = Shapes::StringShape.new(name: 'DomainType')
549
+ DoubleParameterValue = Shapes::FloatShape.new(name: 'DoubleParameterValue')
513
550
  DurationInMinutes = Shapes::IntegerShape.new(name: 'DurationInMinutes')
514
551
  DurationSeconds = Shapes::IntegerShape.new(name: 'DurationSeconds')
515
552
  DynamicGroupStatus = Shapes::StringShape.new(name: 'DynamicGroupStatus')
@@ -587,6 +624,10 @@ module Aws::IoT
587
624
  GetBucketsAggregationResponse = Shapes::StructureShape.new(name: 'GetBucketsAggregationResponse')
588
625
  GetCardinalityRequest = Shapes::StructureShape.new(name: 'GetCardinalityRequest')
589
626
  GetCardinalityResponse = Shapes::StructureShape.new(name: 'GetCardinalityResponse')
627
+ GetCommandExecutionRequest = Shapes::StructureShape.new(name: 'GetCommandExecutionRequest')
628
+ GetCommandExecutionResponse = Shapes::StructureShape.new(name: 'GetCommandExecutionResponse')
629
+ GetCommandRequest = Shapes::StructureShape.new(name: 'GetCommandRequest')
630
+ GetCommandResponse = Shapes::StructureShape.new(name: 'GetCommandResponse')
590
631
  GetEffectivePoliciesRequest = Shapes::StructureShape.new(name: 'GetEffectivePoliciesRequest')
591
632
  GetEffectivePoliciesResponse = Shapes::StructureShape.new(name: 'GetEffectivePoliciesResponse')
592
633
  GetIndexingConfigurationRequest = Shapes::StructureShape.new(name: 'GetIndexingConfigurationRequest')
@@ -650,6 +691,7 @@ module Aws::IoT
650
691
  IndexingFilter = Shapes::StructureShape.new(name: 'IndexingFilter')
651
692
  InlineDocument = Shapes::StringShape.new(name: 'InlineDocument')
652
693
  InputName = Shapes::StringShape.new(name: 'InputName')
694
+ IntegerParameterValue = Shapes::IntegerShape.new(name: 'IntegerParameterValue')
653
695
  InternalException = Shapes::StructureShape.new(name: 'InternalException')
654
696
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
655
697
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
@@ -738,6 +780,10 @@ module Aws::IoT
738
780
  ListCertificatesByCAResponse = Shapes::StructureShape.new(name: 'ListCertificatesByCAResponse')
739
781
  ListCertificatesRequest = Shapes::StructureShape.new(name: 'ListCertificatesRequest')
740
782
  ListCertificatesResponse = Shapes::StructureShape.new(name: 'ListCertificatesResponse')
783
+ ListCommandExecutionsRequest = Shapes::StructureShape.new(name: 'ListCommandExecutionsRequest')
784
+ ListCommandExecutionsResponse = Shapes::StructureShape.new(name: 'ListCommandExecutionsResponse')
785
+ ListCommandsRequest = Shapes::StructureShape.new(name: 'ListCommandsRequest')
786
+ ListCommandsResponse = Shapes::StructureShape.new(name: 'ListCommandsResponse')
741
787
  ListCustomMetricsRequest = Shapes::StructureShape.new(name: 'ListCustomMetricsRequest')
742
788
  ListCustomMetricsResponse = Shapes::StructureShape.new(name: 'ListCustomMetricsResponse')
743
789
  ListDetectMitigationActionsExecutionsRequest = Shapes::StructureShape.new(name: 'ListDetectMitigationActionsExecutionsRequest')
@@ -784,6 +830,8 @@ module Aws::IoT
784
830
  ListPrincipalPoliciesResponse = Shapes::StructureShape.new(name: 'ListPrincipalPoliciesResponse')
785
831
  ListPrincipalThingsRequest = Shapes::StructureShape.new(name: 'ListPrincipalThingsRequest')
786
832
  ListPrincipalThingsResponse = Shapes::StructureShape.new(name: 'ListPrincipalThingsResponse')
833
+ ListPrincipalThingsV2Request = Shapes::StructureShape.new(name: 'ListPrincipalThingsV2Request')
834
+ ListPrincipalThingsV2Response = Shapes::StructureShape.new(name: 'ListPrincipalThingsV2Response')
787
835
  ListProvisioningTemplateVersionsRequest = Shapes::StructureShape.new(name: 'ListProvisioningTemplateVersionsRequest')
788
836
  ListProvisioningTemplateVersionsResponse = Shapes::StructureShape.new(name: 'ListProvisioningTemplateVersionsResponse')
789
837
  ListProvisioningTemplatesRequest = Shapes::StructureShape.new(name: 'ListProvisioningTemplatesRequest')
@@ -816,6 +864,8 @@ module Aws::IoT
816
864
  ListThingGroupsResponse = Shapes::StructureShape.new(name: 'ListThingGroupsResponse')
817
865
  ListThingPrincipalsRequest = Shapes::StructureShape.new(name: 'ListThingPrincipalsRequest')
818
866
  ListThingPrincipalsResponse = Shapes::StructureShape.new(name: 'ListThingPrincipalsResponse')
867
+ ListThingPrincipalsV2Request = Shapes::StructureShape.new(name: 'ListThingPrincipalsV2Request')
868
+ ListThingPrincipalsV2Response = Shapes::StructureShape.new(name: 'ListThingPrincipalsV2Response')
819
869
  ListThingRegistrationTaskReportsRequest = Shapes::StructureShape.new(name: 'ListThingRegistrationTaskReportsRequest')
820
870
  ListThingRegistrationTaskReportsResponse = Shapes::StructureShape.new(name: 'ListThingRegistrationTaskReportsResponse')
821
871
  ListThingRegistrationTasksRequest = Shapes::StructureShape.new(name: 'ListThingRegistrationTasksRequest')
@@ -846,6 +896,7 @@ module Aws::IoT
846
896
  LogTargetName = Shapes::StringShape.new(name: 'LogTargetName')
847
897
  LogTargetType = Shapes::StringShape.new(name: 'LogTargetType')
848
898
  LoggingOptionsPayload = Shapes::StructureShape.new(name: 'LoggingOptionsPayload')
899
+ LongParameterValue = Shapes::IntegerShape.new(name: 'LongParameterValue')
849
900
  MachineLearningDetectionConfig = Shapes::StructureShape.new(name: 'MachineLearningDetectionConfig')
850
901
  MaintenanceWindow = Shapes::StructureShape.new(name: 'MaintenanceWindow')
851
902
  MaintenanceWindows = Shapes::ListShape.new(name: 'MaintenanceWindows')
@@ -872,6 +923,7 @@ module Aws::IoT
872
923
  MetricToRetain = Shapes::StructureShape.new(name: 'MetricToRetain')
873
924
  MetricValue = Shapes::StructureShape.new(name: 'MetricValue')
874
925
  MetricsExportConfig = Shapes::StructureShape.new(name: 'MetricsExportConfig')
926
+ MimeType = Shapes::StringShape.new(name: 'MimeType')
875
927
  Minimum = Shapes::FloatShape.new(name: 'Minimum')
876
928
  MinimumNumberOfExecutedThings = Shapes::IntegerShape.new(name: 'MinimumNumberOfExecutedThings')
877
929
  MissingContextValue = Shapes::StringShape.new(name: 'MissingContextValue')
@@ -888,6 +940,7 @@ module Aws::IoT
888
940
  MitigationActionType = Shapes::StringShape.new(name: 'MitigationActionType')
889
941
  MitigationActionsTaskId = Shapes::StringShape.new(name: 'MitigationActionsTaskId')
890
942
  ModelStatus = Shapes::StringShape.new(name: 'ModelStatus')
943
+ Mqtt5Configuration = Shapes::StructureShape.new(name: 'Mqtt5Configuration')
891
944
  MqttClientId = Shapes::StringShape.new(name: 'MqttClientId')
892
945
  MqttContext = Shapes::StructureShape.new(name: 'MqttContext')
893
946
  MqttHeaders = Shapes::StructureShape.new(name: 'MqttHeaders')
@@ -907,6 +960,7 @@ module Aws::IoT
907
960
  NumberList = Shapes::ListShape.new(name: 'NumberList')
908
961
  NumberOfRetries = Shapes::IntegerShape.new(name: 'NumberOfRetries')
909
962
  NumberOfThings = Shapes::IntegerShape.new(name: 'NumberOfThings')
963
+ OCSPLambdaArn = Shapes::StringShape.new(name: 'OCSPLambdaArn')
910
964
  OTAUpdateArn = Shapes::StringShape.new(name: 'OTAUpdateArn')
911
965
  OTAUpdateDescription = Shapes::StringShape.new(name: 'OTAUpdateDescription')
912
966
  OTAUpdateErrorMessage = Shapes::StringShape.new(name: 'OTAUpdateErrorMessage')
@@ -976,10 +1030,14 @@ module Aws::IoT
976
1030
  Principal = Shapes::StringShape.new(name: 'Principal')
977
1031
  PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
978
1032
  PrincipalId = Shapes::StringShape.new(name: 'PrincipalId')
1033
+ PrincipalThingObject = Shapes::StructureShape.new(name: 'PrincipalThingObject')
1034
+ PrincipalThingObjects = Shapes::ListShape.new(name: 'PrincipalThingObjects')
979
1035
  Principals = Shapes::ListShape.new(name: 'Principals')
980
1036
  PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
981
1037
  ProcessingTargetName = Shapes::StringShape.new(name: 'ProcessingTargetName')
982
1038
  ProcessingTargetNameList = Shapes::ListShape.new(name: 'ProcessingTargetNameList')
1039
+ PropagatingAttribute = Shapes::StructureShape.new(name: 'PropagatingAttribute')
1040
+ PropagatingAttributeList = Shapes::ListShape.new(name: 'PropagatingAttributeList')
983
1041
  Protocol = Shapes::StringShape.new(name: 'Protocol')
984
1042
  Protocols = Shapes::ListShape.new(name: 'Protocols')
985
1043
  ProvisioningHook = Shapes::StructureShape.new(name: 'ProvisioningHook')
@@ -1146,6 +1204,7 @@ module Aws::IoT
1146
1204
  SkyfallMaxResults = Shapes::IntegerShape.new(name: 'SkyfallMaxResults')
1147
1205
  SnsAction = Shapes::StructureShape.new(name: 'SnsAction')
1148
1206
  SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
1207
+ SortOrder = Shapes::StringShape.new(name: 'SortOrder')
1149
1208
  SqlParseException = Shapes::StructureShape.new(name: 'SqlParseException')
1150
1209
  SqsAction = Shapes::StructureShape.new(name: 'SqsAction')
1151
1210
  StartAuditMitigationActionsTaskRequest = Shapes::StructureShape.new(name: 'StartAuditMitigationActionsTaskRequest')
@@ -1163,6 +1222,10 @@ module Aws::IoT
1163
1222
  StatisticalThreshold = Shapes::StructureShape.new(name: 'StatisticalThreshold')
1164
1223
  Statistics = Shapes::StructureShape.new(name: 'Statistics')
1165
1224
  Status = Shapes::StringShape.new(name: 'Status')
1225
+ StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
1226
+ StatusReason = Shapes::StructureShape.new(name: 'StatusReason')
1227
+ StatusReasonCode = Shapes::StringShape.new(name: 'StatusReasonCode')
1228
+ StatusReasonDescription = Shapes::StringShape.new(name: 'StatusReasonDescription')
1166
1229
  StdDeviation = Shapes::FloatShape.new(name: 'StdDeviation')
1167
1230
  StepFunctionsAction = Shapes::StructureShape.new(name: 'StepFunctionsAction')
1168
1231
  StopThingRegistrationTaskRequest = Shapes::StructureShape.new(name: 'StopThingRegistrationTaskRequest')
@@ -1179,9 +1242,11 @@ module Aws::IoT
1179
1242
  StreamVersion = Shapes::IntegerShape.new(name: 'StreamVersion')
1180
1243
  StreamsSummary = Shapes::ListShape.new(name: 'StreamsSummary')
1181
1244
  String = Shapes::StringShape.new(name: 'String')
1245
+ StringCommandExecutionResult = Shapes::StringShape.new(name: 'StringCommandExecutionResult')
1182
1246
  StringDateTime = Shapes::StringShape.new(name: 'StringDateTime')
1183
1247
  StringList = Shapes::ListShape.new(name: 'StringList')
1184
1248
  StringMap = Shapes::MapShape.new(name: 'StringMap')
1249
+ StringParameterValue = Shapes::StringShape.new(name: 'StringParameterValue')
1185
1250
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
1186
1251
  SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
1187
1252
  SucceededFindingsCount = Shapes::IntegerShape.new(name: 'SucceededFindingsCount')
@@ -1250,6 +1315,9 @@ module Aws::IoT
1250
1315
  ThingIndexingMode = Shapes::StringShape.new(name: 'ThingIndexingMode')
1251
1316
  ThingName = Shapes::StringShape.new(name: 'ThingName')
1252
1317
  ThingNameList = Shapes::ListShape.new(name: 'ThingNameList')
1318
+ ThingPrincipalObject = Shapes::StructureShape.new(name: 'ThingPrincipalObject')
1319
+ ThingPrincipalObjects = Shapes::ListShape.new(name: 'ThingPrincipalObjects')
1320
+ ThingPrincipalType = Shapes::StringShape.new(name: 'ThingPrincipalType')
1253
1321
  ThingTypeArn = Shapes::StringShape.new(name: 'ThingTypeArn')
1254
1322
  ThingTypeDefinition = Shapes::StructureShape.new(name: 'ThingTypeDefinition')
1255
1323
  ThingTypeDescription = Shapes::StringShape.new(name: 'ThingTypeDescription')
@@ -1259,6 +1327,7 @@ module Aws::IoT
1259
1327
  ThingTypeName = Shapes::StringShape.new(name: 'ThingTypeName')
1260
1328
  ThingTypeProperties = Shapes::StructureShape.new(name: 'ThingTypeProperties')
1261
1329
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
1330
+ TimeFilter = Shapes::StructureShape.new(name: 'TimeFilter')
1262
1331
  TimedOutThings = Shapes::IntegerShape.new(name: 'TimedOutThings')
1263
1332
  TimeoutConfig = Shapes::StructureShape.new(name: 'TimeoutConfig')
1264
1333
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
@@ -1303,6 +1372,7 @@ module Aws::IoT
1303
1372
  UndoDeprecate = Shapes::BooleanShape.new(name: 'UndoDeprecate')
1304
1373
  UnsetDefaultVersion = Shapes::BooleanShape.new(name: 'UnsetDefaultVersion')
1305
1374
  UnsignedLong = Shapes::IntegerShape.new(name: 'UnsignedLong')
1375
+ UnsignedLongParameterValue = Shapes::StringShape.new(name: 'UnsignedLongParameterValue')
1306
1376
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
1307
1377
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
1308
1378
  UpdateAccountAuditConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateAccountAuditConfigurationRequest')
@@ -1318,6 +1388,8 @@ module Aws::IoT
1318
1388
  UpdateCertificateProviderRequest = Shapes::StructureShape.new(name: 'UpdateCertificateProviderRequest')
1319
1389
  UpdateCertificateProviderResponse = Shapes::StructureShape.new(name: 'UpdateCertificateProviderResponse')
1320
1390
  UpdateCertificateRequest = Shapes::StructureShape.new(name: 'UpdateCertificateRequest')
1391
+ UpdateCommandRequest = Shapes::StructureShape.new(name: 'UpdateCommandRequest')
1392
+ UpdateCommandResponse = Shapes::StructureShape.new(name: 'UpdateCommandResponse')
1321
1393
  UpdateCustomMetricRequest = Shapes::StructureShape.new(name: 'UpdateCustomMetricRequest')
1322
1394
  UpdateCustomMetricResponse = Shapes::StructureShape.new(name: 'UpdateCustomMetricResponse')
1323
1395
  UpdateDeviceCertificateParams = Shapes::StructureShape.new(name: 'UpdateDeviceCertificateParams')
@@ -1357,6 +1429,8 @@ module Aws::IoT
1357
1429
  UpdateThingGroupsForThingResponse = Shapes::StructureShape.new(name: 'UpdateThingGroupsForThingResponse')
1358
1430
  UpdateThingRequest = Shapes::StructureShape.new(name: 'UpdateThingRequest')
1359
1431
  UpdateThingResponse = Shapes::StructureShape.new(name: 'UpdateThingResponse')
1432
+ UpdateThingTypeRequest = Shapes::StructureShape.new(name: 'UpdateThingTypeRequest')
1433
+ UpdateThingTypeResponse = Shapes::StructureShape.new(name: 'UpdateThingTypeResponse')
1360
1434
  UpdateTopicRuleDestinationRequest = Shapes::StructureShape.new(name: 'UpdateTopicRuleDestinationRequest')
1361
1435
  UpdateTopicRuleDestinationResponse = Shapes::StructureShape.new(name: 'UpdateTopicRuleDestinationResponse')
1362
1436
  Url = Shapes::StringShape.new(name: 'Url')
@@ -1364,6 +1438,7 @@ module Aws::IoT
1364
1438
  UserProperties = Shapes::ListShape.new(name: 'UserProperties')
1365
1439
  UserProperty = Shapes::StructureShape.new(name: 'UserProperty')
1366
1440
  UserPropertyKey = Shapes::StringShape.new(name: 'UserPropertyKey')
1441
+ UserPropertyKeyName = Shapes::StringShape.new(name: 'UserPropertyKeyName')
1367
1442
  UserPropertyValue = Shapes::StringShape.new(name: 'UserPropertyValue')
1368
1443
  Valid = Shapes::BooleanShape.new(name: 'Valid')
1369
1444
  ValidateSecurityProfileBehaviorsRequest = Shapes::StructureShape.new(name: 'ValidateSecurityProfileBehaviorsRequest')
@@ -1554,6 +1629,7 @@ module Aws::IoT
1554
1629
 
1555
1630
  AttachThingPrincipalRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
1556
1631
  AttachThingPrincipalRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location: "header", location_name: "x-amzn-principal"))
1632
+ AttachThingPrincipalRequest.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location: "querystring", location_name: "thingPrincipalType"))
1557
1633
  AttachThingPrincipalRequest.struct_class = Types::AttachThingPrincipalRequest
1558
1634
 
1559
1635
  AttachThingPrincipalResponse.struct_class = Types::AttachThingPrincipalResponse
@@ -1919,6 +1995,60 @@ module Aws::IoT
1919
1995
  CodeSigningSignature.add_member(:inline_document, Shapes::ShapeRef.new(shape: Signature, location_name: "inlineDocument"))
1920
1996
  CodeSigningSignature.struct_class = Types::CodeSigningSignature
1921
1997
 
1998
+ CommandExecutionParameterMap.key = Shapes::ShapeRef.new(shape: CommandParameterName)
1999
+ CommandExecutionParameterMap.value = Shapes::ShapeRef.new(shape: CommandParameterValue)
2000
+
2001
+ CommandExecutionResult.add_member(:s, Shapes::ShapeRef.new(shape: StringCommandExecutionResult, location_name: "S"))
2002
+ CommandExecutionResult.add_member(:b, Shapes::ShapeRef.new(shape: BooleanCommandExecutionResult, location_name: "B"))
2003
+ CommandExecutionResult.add_member(:bin, Shapes::ShapeRef.new(shape: BinaryCommandExecutionResult, location_name: "BIN"))
2004
+ CommandExecutionResult.struct_class = Types::CommandExecutionResult
2005
+
2006
+ CommandExecutionResultMap.key = Shapes::ShapeRef.new(shape: CommandExecutionResultName)
2007
+ CommandExecutionResultMap.value = Shapes::ShapeRef.new(shape: CommandExecutionResult)
2008
+
2009
+ CommandExecutionSummary.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
2010
+ CommandExecutionSummary.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, location_name: "executionId"))
2011
+ CommandExecutionSummary.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
2012
+ CommandExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: CommandExecutionStatus, location_name: "status"))
2013
+ CommandExecutionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
2014
+ CommandExecutionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: DateType, location_name: "startedAt"))
2015
+ CommandExecutionSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateType, location_name: "completedAt"))
2016
+ CommandExecutionSummary.struct_class = Types::CommandExecutionSummary
2017
+
2018
+ CommandExecutionSummaryList.member = Shapes::ShapeRef.new(shape: CommandExecutionSummary)
2019
+
2020
+ CommandParameter.add_member(:name, Shapes::ShapeRef.new(shape: CommandParameterName, required: true, location_name: "name"))
2021
+ CommandParameter.add_member(:value, Shapes::ShapeRef.new(shape: CommandParameterValue, location_name: "value"))
2022
+ CommandParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: CommandParameterValue, location_name: "defaultValue"))
2023
+ CommandParameter.add_member(:description, Shapes::ShapeRef.new(shape: CommandParameterDescription, location_name: "description"))
2024
+ CommandParameter.struct_class = Types::CommandParameter
2025
+
2026
+ CommandParameterList.member = Shapes::ShapeRef.new(shape: CommandParameter)
2027
+
2028
+ CommandParameterValue.add_member(:s, Shapes::ShapeRef.new(shape: StringParameterValue, location_name: "S"))
2029
+ CommandParameterValue.add_member(:b, Shapes::ShapeRef.new(shape: BooleanParameterValue, location_name: "B"))
2030
+ CommandParameterValue.add_member(:i, Shapes::ShapeRef.new(shape: IntegerParameterValue, location_name: "I"))
2031
+ CommandParameterValue.add_member(:l, Shapes::ShapeRef.new(shape: LongParameterValue, location_name: "L"))
2032
+ CommandParameterValue.add_member(:d, Shapes::ShapeRef.new(shape: DoubleParameterValue, location_name: "D"))
2033
+ CommandParameterValue.add_member(:bin, Shapes::ShapeRef.new(shape: BinaryParameterValue, location_name: "BIN"))
2034
+ CommandParameterValue.add_member(:ul, Shapes::ShapeRef.new(shape: UnsignedLongParameterValue, location_name: "UL"))
2035
+ CommandParameterValue.struct_class = Types::CommandParameterValue
2036
+
2037
+ CommandPayload.add_member(:content, Shapes::ShapeRef.new(shape: CommandPayloadBlob, location_name: "content"))
2038
+ CommandPayload.add_member(:content_type, Shapes::ShapeRef.new(shape: MimeType, location_name: "contentType"))
2039
+ CommandPayload.struct_class = Types::CommandPayload
2040
+
2041
+ CommandSummary.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
2042
+ CommandSummary.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "commandId"))
2043
+ CommandSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
2044
+ CommandSummary.add_member(:deprecated, Shapes::ShapeRef.new(shape: DeprecationFlag, location_name: "deprecated"))
2045
+ CommandSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
2046
+ CommandSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
2047
+ CommandSummary.add_member(:pending_deletion, Shapes::ShapeRef.new(shape: BooleanWrapperObject, location_name: "pendingDeletion"))
2048
+ CommandSummary.struct_class = Types::CommandSummary
2049
+
2050
+ CommandSummaryList.member = Shapes::ShapeRef.new(shape: CommandSummary)
2051
+
1922
2052
  Configuration.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
1923
2053
  Configuration.struct_class = Types::Configuration
1924
2054
 
@@ -1988,6 +2118,20 @@ module Aws::IoT
1988
2118
  CreateCertificateProviderResponse.add_member(:certificate_provider_arn, Shapes::ShapeRef.new(shape: CertificateProviderArn, location_name: "certificateProviderArn"))
1989
2119
  CreateCertificateProviderResponse.struct_class = Types::CreateCertificateProviderResponse
1990
2120
 
2121
+ CreateCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location: "uri", location_name: "commandId"))
2122
+ CreateCommandRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: CommandNamespace, location_name: "namespace"))
2123
+ CreateCommandRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
2124
+ CreateCommandRequest.add_member(:description, Shapes::ShapeRef.new(shape: CommandDescription, location_name: "description"))
2125
+ CreateCommandRequest.add_member(:payload, Shapes::ShapeRef.new(shape: CommandPayload, location_name: "payload"))
2126
+ CreateCommandRequest.add_member(:mandatory_parameters, Shapes::ShapeRef.new(shape: CommandParameterList, location_name: "mandatoryParameters"))
2127
+ CreateCommandRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
2128
+ CreateCommandRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
2129
+ CreateCommandRequest.struct_class = Types::CreateCommandRequest
2130
+
2131
+ CreateCommandResponse.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "commandId"))
2132
+ CreateCommandResponse.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
2133
+ CreateCommandResponse.struct_class = Types::CreateCommandResponse
2134
+
1991
2135
  CreateCustomMetricRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location: "uri", location_name: "metricName"))
1992
2136
  CreateCustomMetricRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: CustomMetricDisplayName, location_name: "displayName"))
1993
2137
  CreateCustomMetricRequest.add_member(:metric_type, Shapes::ShapeRef.new(shape: CustomMetricType, required: true, location_name: "metricType"))
@@ -2366,6 +2510,18 @@ module Aws::IoT
2366
2510
  DeleteCertificateRequest.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location: "querystring", location_name: "forceDelete"))
2367
2511
  DeleteCertificateRequest.struct_class = Types::DeleteCertificateRequest
2368
2512
 
2513
+ DeleteCommandExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, required: true, location: "uri", location_name: "executionId"))
2514
+ DeleteCommandExecutionRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, required: true, location: "querystring", location_name: "targetArn"))
2515
+ DeleteCommandExecutionRequest.struct_class = Types::DeleteCommandExecutionRequest
2516
+
2517
+ DeleteCommandExecutionResponse.struct_class = Types::DeleteCommandExecutionResponse
2518
+
2519
+ DeleteCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location: "uri", location_name: "commandId"))
2520
+ DeleteCommandRequest.struct_class = Types::DeleteCommandRequest
2521
+
2522
+ DeleteCommandResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "statusCode"))
2523
+ DeleteCommandResponse.struct_class = Types::DeleteCommandResponse
2524
+
2369
2525
  DeleteConflictException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
2370
2526
  DeleteConflictException.struct_class = Types::DeleteConflictException
2371
2527
 
@@ -3085,6 +3241,43 @@ module Aws::IoT
3085
3241
  GetCardinalityResponse.add_member(:cardinality, Shapes::ShapeRef.new(shape: Count, location_name: "cardinality"))
3086
3242
  GetCardinalityResponse.struct_class = Types::GetCardinalityResponse
3087
3243
 
3244
+ GetCommandExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, required: true, location: "uri", location_name: "executionId"))
3245
+ GetCommandExecutionRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, required: true, location: "querystring", location_name: "targetArn"))
3246
+ GetCommandExecutionRequest.add_member(:include_result, Shapes::ShapeRef.new(shape: BooleanWrapperObject, location: "querystring", location_name: "includeResult"))
3247
+ GetCommandExecutionRequest.struct_class = Types::GetCommandExecutionRequest
3248
+
3249
+ GetCommandExecutionResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: CommandExecutionId, location_name: "executionId"))
3250
+ GetCommandExecutionResponse.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
3251
+ GetCommandExecutionResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
3252
+ GetCommandExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: CommandExecutionStatus, location_name: "status"))
3253
+ GetCommandExecutionResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "statusReason"))
3254
+ GetCommandExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: CommandExecutionResultMap, location_name: "result"))
3255
+ GetCommandExecutionResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: CommandExecutionParameterMap, location_name: "parameters"))
3256
+ GetCommandExecutionResponse.add_member(:execution_timeout_seconds, Shapes::ShapeRef.new(shape: CommandExecutionTimeoutInSeconds, location_name: "executionTimeoutSeconds"))
3257
+ GetCommandExecutionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
3258
+ GetCommandExecutionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
3259
+ GetCommandExecutionResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: DateType, location_name: "startedAt"))
3260
+ GetCommandExecutionResponse.add_member(:completed_at, Shapes::ShapeRef.new(shape: DateType, location_name: "completedAt"))
3261
+ GetCommandExecutionResponse.add_member(:time_to_live, Shapes::ShapeRef.new(shape: DateType, location_name: "timeToLive"))
3262
+ GetCommandExecutionResponse.struct_class = Types::GetCommandExecutionResponse
3263
+
3264
+ GetCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location: "uri", location_name: "commandId"))
3265
+ GetCommandRequest.struct_class = Types::GetCommandRequest
3266
+
3267
+ GetCommandResponse.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "commandId"))
3268
+ GetCommandResponse.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
3269
+ GetCommandResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: CommandNamespace, location_name: "namespace"))
3270
+ GetCommandResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
3271
+ GetCommandResponse.add_member(:description, Shapes::ShapeRef.new(shape: CommandDescription, location_name: "description"))
3272
+ GetCommandResponse.add_member(:mandatory_parameters, Shapes::ShapeRef.new(shape: CommandParameterList, location_name: "mandatoryParameters"))
3273
+ GetCommandResponse.add_member(:payload, Shapes::ShapeRef.new(shape: CommandPayload, location_name: "payload"))
3274
+ GetCommandResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
3275
+ GetCommandResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateType, location_name: "createdAt"))
3276
+ GetCommandResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
3277
+ GetCommandResponse.add_member(:deprecated, Shapes::ShapeRef.new(shape: DeprecationFlag, location_name: "deprecated"))
3278
+ GetCommandResponse.add_member(:pending_deletion, Shapes::ShapeRef.new(shape: BooleanWrapperObject, location_name: "pendingDeletion"))
3279
+ GetCommandResponse.struct_class = Types::GetCommandResponse
3280
+
3088
3281
  GetEffectivePoliciesRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, location_name: "principal"))
3089
3282
  GetEffectivePoliciesRequest.add_member(:cognito_identity_pool_id, Shapes::ShapeRef.new(shape: CognitoIdentityPoolId, location_name: "cognitoIdentityPoolId"))
3090
3283
  GetEffectivePoliciesRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location: "querystring", location_name: "thingName"))
@@ -3588,6 +3781,32 @@ module Aws::IoT
3588
3781
  ListCertificatesResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: Marker, location_name: "nextMarker"))
3589
3782
  ListCertificatesResponse.struct_class = Types::ListCertificatesResponse
3590
3783
 
3784
+ ListCommandExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CommandMaxResults, location: "querystring", location_name: "maxResults"))
3785
+ ListCommandExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
3786
+ ListCommandExecutionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: CommandNamespace, location_name: "namespace"))
3787
+ ListCommandExecutionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: CommandExecutionStatus, location_name: "status"))
3788
+ ListCommandExecutionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
3789
+ ListCommandExecutionsRequest.add_member(:started_time_filter, Shapes::ShapeRef.new(shape: TimeFilter, location_name: "startedTimeFilter"))
3790
+ ListCommandExecutionsRequest.add_member(:completed_time_filter, Shapes::ShapeRef.new(shape: TimeFilter, location_name: "completedTimeFilter"))
3791
+ ListCommandExecutionsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
3792
+ ListCommandExecutionsRequest.add_member(:command_arn, Shapes::ShapeRef.new(shape: CommandArn, location_name: "commandArn"))
3793
+ ListCommandExecutionsRequest.struct_class = Types::ListCommandExecutionsRequest
3794
+
3795
+ ListCommandExecutionsResponse.add_member(:command_executions, Shapes::ShapeRef.new(shape: CommandExecutionSummaryList, location_name: "commandExecutions"))
3796
+ ListCommandExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3797
+ ListCommandExecutionsResponse.struct_class = Types::ListCommandExecutionsResponse
3798
+
3799
+ ListCommandsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CommandMaxResults, location: "querystring", location_name: "maxResults"))
3800
+ ListCommandsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
3801
+ ListCommandsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: CommandNamespace, location: "querystring", location_name: "namespace"))
3802
+ ListCommandsRequest.add_member(:command_parameter_name, Shapes::ShapeRef.new(shape: CommandParameterName, location: "querystring", location_name: "commandParameterName"))
3803
+ ListCommandsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
3804
+ ListCommandsRequest.struct_class = Types::ListCommandsRequest
3805
+
3806
+ ListCommandsResponse.add_member(:commands, Shapes::ShapeRef.new(shape: CommandSummaryList, location_name: "commands"))
3807
+ ListCommandsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3808
+ ListCommandsResponse.struct_class = Types::ListCommandsResponse
3809
+
3591
3810
  ListCustomMetricsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
3592
3811
  ListCustomMetricsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
3593
3812
  ListCustomMetricsRequest.struct_class = Types::ListCustomMetricsRequest
@@ -3807,6 +4026,16 @@ module Aws::IoT
3807
4026
  ListPrincipalThingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3808
4027
  ListPrincipalThingsResponse.struct_class = Types::ListPrincipalThingsResponse
3809
4028
 
4029
+ ListPrincipalThingsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
4030
+ ListPrincipalThingsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
4031
+ ListPrincipalThingsV2Request.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location: "header", location_name: "x-amzn-principal"))
4032
+ ListPrincipalThingsV2Request.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location: "querystring", location_name: "thingPrincipalType"))
4033
+ ListPrincipalThingsV2Request.struct_class = Types::ListPrincipalThingsV2Request
4034
+
4035
+ ListPrincipalThingsV2Response.add_member(:principal_thing_objects, Shapes::ShapeRef.new(shape: PrincipalThingObjects, location_name: "principalThingObjects"))
4036
+ ListPrincipalThingsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
4037
+ ListPrincipalThingsV2Response.struct_class = Types::ListPrincipalThingsV2Response
4038
+
3810
4039
  ListProvisioningTemplateVersionsRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location: "uri", location_name: "templateName"))
3811
4040
  ListProvisioningTemplateVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
3812
4041
  ListProvisioningTemplateVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -3945,6 +4174,16 @@ module Aws::IoT
3945
4174
  ListThingPrincipalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3946
4175
  ListThingPrincipalsResponse.struct_class = Types::ListThingPrincipalsResponse
3947
4176
 
4177
+ ListThingPrincipalsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
4178
+ ListThingPrincipalsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: RegistryMaxResults, location: "querystring", location_name: "maxResults"))
4179
+ ListThingPrincipalsV2Request.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
4180
+ ListThingPrincipalsV2Request.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location: "querystring", location_name: "thingPrincipalType"))
4181
+ ListThingPrincipalsV2Request.struct_class = Types::ListThingPrincipalsV2Request
4182
+
4183
+ ListThingPrincipalsV2Response.add_member(:thing_principal_objects, Shapes::ShapeRef.new(shape: ThingPrincipalObjects, location_name: "thingPrincipalObjects"))
4184
+ ListThingPrincipalsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
4185
+ ListThingPrincipalsV2Response.struct_class = Types::ListThingPrincipalsV2Response
4186
+
3948
4187
  ListThingRegistrationTaskReportsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
3949
4188
  ListThingRegistrationTaskReportsRequest.add_member(:report_type, Shapes::ShapeRef.new(shape: ReportType, required: true, location: "querystring", location_name: "reportType"))
3950
4189
  ListThingRegistrationTaskReportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -4150,6 +4389,9 @@ module Aws::IoT
4150
4389
  MitigationActionParams.add_member(:publish_finding_to_sns_params, Shapes::ShapeRef.new(shape: PublishFindingToSnsParams, location_name: "publishFindingToSnsParams"))
4151
4390
  MitigationActionParams.struct_class = Types::MitigationActionParams
4152
4391
 
4392
+ Mqtt5Configuration.add_member(:propagating_attributes, Shapes::ShapeRef.new(shape: PropagatingAttributeList, location_name: "propagatingAttributes"))
4393
+ Mqtt5Configuration.struct_class = Types::Mqtt5Configuration
4394
+
4153
4395
  MqttContext.add_member(:username, Shapes::ShapeRef.new(shape: MqttUsername, location_name: "username"))
4154
4396
  MqttContext.add_member(:password, Shapes::ShapeRef.new(shape: MqttPassword, location_name: "password"))
4155
4397
  MqttContext.add_member(:client_id, Shapes::ShapeRef.new(shape: MqttClientId, location_name: "clientId"))
@@ -4290,10 +4532,23 @@ module Aws::IoT
4290
4532
  PresignedUrlConfig.add_member(:expires_in_sec, Shapes::ShapeRef.new(shape: ExpiresInSec, location_name: "expiresInSec"))
4291
4533
  PresignedUrlConfig.struct_class = Types::PresignedUrlConfig
4292
4534
 
4535
+ PrincipalThingObject.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location_name: "thingName"))
4536
+ PrincipalThingObject.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location_name: "thingPrincipalType"))
4537
+ PrincipalThingObject.struct_class = Types::PrincipalThingObject
4538
+
4539
+ PrincipalThingObjects.member = Shapes::ShapeRef.new(shape: PrincipalThingObject)
4540
+
4293
4541
  Principals.member = Shapes::ShapeRef.new(shape: PrincipalArn)
4294
4542
 
4295
4543
  ProcessingTargetNameList.member = Shapes::ShapeRef.new(shape: ProcessingTargetName)
4296
4544
 
4545
+ PropagatingAttribute.add_member(:user_property_key, Shapes::ShapeRef.new(shape: UserPropertyKeyName, location_name: "userPropertyKey"))
4546
+ PropagatingAttribute.add_member(:thing_attribute, Shapes::ShapeRef.new(shape: AttributeName, location_name: "thingAttribute"))
4547
+ PropagatingAttribute.add_member(:connection_attribute, Shapes::ShapeRef.new(shape: ConnectionAttributeName, location_name: "connectionAttribute"))
4548
+ PropagatingAttribute.struct_class = Types::PropagatingAttribute
4549
+
4550
+ PropagatingAttributeList.member = Shapes::ShapeRef.new(shape: PropagatingAttribute)
4551
+
4297
4552
  Protocols.member = Shapes::ShapeRef.new(shape: Protocol)
4298
4553
 
4299
4554
  ProvisioningHook.add_member(:payload_version, Shapes::ShapeRef.new(shape: PayloadVersion, location_name: "payloadVersion"))
@@ -4574,6 +4829,8 @@ module Aws::IoT
4574
4829
  ServerCertificateArns.member = Shapes::ShapeRef.new(shape: AcmCertificateArn)
4575
4830
 
4576
4831
  ServerCertificateConfig.add_member(:enable_ocsp_check, Shapes::ShapeRef.new(shape: EnableOCSPCheck, location_name: "enableOCSPCheck"))
4832
+ ServerCertificateConfig.add_member(:ocsp_lambda_arn, Shapes::ShapeRef.new(shape: OCSPLambdaArn, location_name: "ocspLambdaArn"))
4833
+ ServerCertificateConfig.add_member(:ocsp_authorized_responder_arn, Shapes::ShapeRef.new(shape: AcmCertificateArn, location_name: "ocspAuthorizedResponderArn"))
4577
4834
  ServerCertificateConfig.struct_class = Types::ServerCertificateConfig
4578
4835
 
4579
4836
  ServerCertificateSummary.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: AcmCertificateArn, location_name: "serverCertificateArn"))
@@ -4691,6 +4948,10 @@ module Aws::IoT
4691
4948
  Statistics.add_member(:std_deviation, Shapes::ShapeRef.new(shape: StdDeviation, location_name: "stdDeviation", metadata: {"box"=>true}))
4692
4949
  Statistics.struct_class = Types::Statistics
4693
4950
 
4951
+ StatusReason.add_member(:reason_code, Shapes::ShapeRef.new(shape: StatusReasonCode, required: true, location_name: "reasonCode"))
4952
+ StatusReason.add_member(:reason_description, Shapes::ShapeRef.new(shape: StatusReasonDescription, location_name: "reasonDescription"))
4953
+ StatusReason.struct_class = Types::StatusReason
4954
+
4694
4955
  StepFunctionsAction.add_member(:execution_name_prefix, Shapes::ShapeRef.new(shape: ExecutionNamePrefix, location_name: "executionNamePrefix"))
4695
4956
  StepFunctionsAction.add_member(:state_machine_name, Shapes::ShapeRef.new(shape: StateMachineName, required: true, location_name: "stateMachineName"))
4696
4957
  StepFunctionsAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
@@ -4877,6 +5138,12 @@ module Aws::IoT
4877
5138
 
4878
5139
  ThingNameList.member = Shapes::ShapeRef.new(shape: ThingName)
4879
5140
 
5141
+ ThingPrincipalObject.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "principal"))
5142
+ ThingPrincipalObject.add_member(:thing_principal_type, Shapes::ShapeRef.new(shape: ThingPrincipalType, location_name: "thingPrincipalType"))
5143
+ ThingPrincipalObject.struct_class = Types::ThingPrincipalObject
5144
+
5145
+ ThingPrincipalObjects.member = Shapes::ShapeRef.new(shape: ThingPrincipalObject)
5146
+
4880
5147
  ThingTypeDefinition.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, location_name: "thingTypeName"))
4881
5148
  ThingTypeDefinition.add_member(:thing_type_arn, Shapes::ShapeRef.new(shape: ThingTypeArn, location_name: "thingTypeArn"))
4882
5149
  ThingTypeDefinition.add_member(:thing_type_properties, Shapes::ShapeRef.new(shape: ThingTypeProperties, location_name: "thingTypeProperties"))
@@ -4892,11 +5159,16 @@ module Aws::IoT
4892
5159
 
4893
5160
  ThingTypeProperties.add_member(:thing_type_description, Shapes::ShapeRef.new(shape: ThingTypeDescription, location_name: "thingTypeDescription"))
4894
5161
  ThingTypeProperties.add_member(:searchable_attributes, Shapes::ShapeRef.new(shape: SearchableAttributes, location_name: "searchableAttributes"))
5162
+ ThingTypeProperties.add_member(:mqtt5_configuration, Shapes::ShapeRef.new(shape: Mqtt5Configuration, location_name: "mqtt5Configuration"))
4895
5163
  ThingTypeProperties.struct_class = Types::ThingTypeProperties
4896
5164
 
4897
5165
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
4898
5166
  ThrottlingException.struct_class = Types::ThrottlingException
4899
5167
 
5168
+ TimeFilter.add_member(:after, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "after"))
5169
+ TimeFilter.add_member(:before, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "before"))
5170
+ TimeFilter.struct_class = Types::TimeFilter
5171
+
4900
5172
  TimeoutConfig.add_member(:in_progress_timeout_in_minutes, Shapes::ShapeRef.new(shape: InProgressTimeoutInMinutes, location_name: "inProgressTimeoutInMinutes"))
4901
5173
  TimeoutConfig.struct_class = Types::TimeoutConfig
4902
5174
 
@@ -5063,6 +5335,19 @@ module Aws::IoT
5063
5335
  UpdateCertificateRequest.add_member(:new_status, Shapes::ShapeRef.new(shape: CertificateStatus, required: true, location: "querystring", location_name: "newStatus"))
5064
5336
  UpdateCertificateRequest.struct_class = Types::UpdateCertificateRequest
5065
5337
 
5338
+ UpdateCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location: "uri", location_name: "commandId"))
5339
+ UpdateCommandRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
5340
+ UpdateCommandRequest.add_member(:description, Shapes::ShapeRef.new(shape: CommandDescription, location_name: "description"))
5341
+ UpdateCommandRequest.add_member(:deprecated, Shapes::ShapeRef.new(shape: DeprecationFlag, location_name: "deprecated"))
5342
+ UpdateCommandRequest.struct_class = Types::UpdateCommandRequest
5343
+
5344
+ UpdateCommandResponse.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "commandId"))
5345
+ UpdateCommandResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
5346
+ UpdateCommandResponse.add_member(:description, Shapes::ShapeRef.new(shape: CommandDescription, location_name: "description"))
5347
+ UpdateCommandResponse.add_member(:deprecated, Shapes::ShapeRef.new(shape: DeprecationFlag, location_name: "deprecated"))
5348
+ UpdateCommandResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateType, location_name: "lastUpdatedAt"))
5349
+ UpdateCommandResponse.struct_class = Types::UpdateCommandResponse
5350
+
5066
5351
  UpdateCustomMetricRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location: "uri", location_name: "metricName"))
5067
5352
  UpdateCustomMetricRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: CustomMetricDisplayName, required: true, location_name: "displayName"))
5068
5353
  UpdateCustomMetricRequest.struct_class = Types::UpdateCustomMetricRequest
@@ -5279,6 +5564,12 @@ module Aws::IoT
5279
5564
 
5280
5565
  UpdateThingResponse.struct_class = Types::UpdateThingResponse
5281
5566
 
5567
+ UpdateThingTypeRequest.add_member(:thing_type_name, Shapes::ShapeRef.new(shape: ThingTypeName, required: true, location: "uri", location_name: "thingTypeName"))
5568
+ UpdateThingTypeRequest.add_member(:thing_type_properties, Shapes::ShapeRef.new(shape: ThingTypeProperties, location_name: "thingTypeProperties"))
5569
+ UpdateThingTypeRequest.struct_class = Types::UpdateThingTypeRequest
5570
+
5571
+ UpdateThingTypeResponse.struct_class = Types::UpdateThingTypeResponse
5572
+
5282
5573
  UpdateTopicRuleDestinationRequest.add_member(:arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "arn"))
5283
5574
  UpdateTopicRuleDestinationRequest.add_member(:status, Shapes::ShapeRef.new(shape: TopicRuleDestinationStatus, required: true, location_name: "status"))
5284
5575
  UpdateTopicRuleDestinationRequest.struct_class = Types::UpdateTopicRuleDestinationRequest
@@ -5672,6 +5963,19 @@ module Aws::IoT
5672
5963
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5673
5964
  end)
5674
5965
 
5966
+ api.add_operation(:create_command, Seahorse::Model::Operation.new.tap do |o|
5967
+ o.name = "CreateCommand"
5968
+ o.http_method = "PUT"
5969
+ o.http_request_uri = "/commands/{commandId}"
5970
+ o.input = Shapes::ShapeRef.new(shape: CreateCommandRequest)
5971
+ o.output = Shapes::ShapeRef.new(shape: CreateCommandResponse)
5972
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5973
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
5974
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
5975
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5976
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5977
+ end)
5978
+
5675
5979
  api.add_operation(:create_custom_metric, Seahorse::Model::Operation.new.tap do |o|
5676
5980
  o.name = "CreateCustomMetric"
5677
5981
  o.http_method = "POST"
@@ -6138,6 +6442,30 @@ module Aws::IoT
6138
6442
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6139
6443
  end)
6140
6444
 
6445
+ api.add_operation(:delete_command, Seahorse::Model::Operation.new.tap do |o|
6446
+ o.name = "DeleteCommand"
6447
+ o.http_method = "DELETE"
6448
+ o.http_request_uri = "/commands/{commandId}"
6449
+ o.input = Shapes::ShapeRef.new(shape: DeleteCommandRequest)
6450
+ o.output = Shapes::ShapeRef.new(shape: DeleteCommandResponse)
6451
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6452
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
6453
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6454
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6455
+ end)
6456
+
6457
+ api.add_operation(:delete_command_execution, Seahorse::Model::Operation.new.tap do |o|
6458
+ o.name = "DeleteCommandExecution"
6459
+ o.http_method = "DELETE"
6460
+ o.http_request_uri = "/command-executions/{executionId}"
6461
+ o.input = Shapes::ShapeRef.new(shape: DeleteCommandExecutionRequest)
6462
+ o.output = Shapes::ShapeRef.new(shape: DeleteCommandExecutionResponse)
6463
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
6464
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6465
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6466
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6467
+ end)
6468
+
6141
6469
  api.add_operation(:delete_custom_metric, Seahorse::Model::Operation.new.tap do |o|
6142
6470
  o.name = "DeleteCustomMetric"
6143
6471
  o.http_method = "DELETE"
@@ -7083,6 +7411,30 @@ module Aws::IoT
7083
7411
  o.errors << Shapes::ShapeRef.new(shape: IndexNotReadyException)
7084
7412
  end)
7085
7413
 
7414
+ api.add_operation(:get_command, Seahorse::Model::Operation.new.tap do |o|
7415
+ o.name = "GetCommand"
7416
+ o.http_method = "GET"
7417
+ o.http_request_uri = "/commands/{commandId}"
7418
+ o.input = Shapes::ShapeRef.new(shape: GetCommandRequest)
7419
+ o.output = Shapes::ShapeRef.new(shape: GetCommandResponse)
7420
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7421
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7422
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7423
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7424
+ end)
7425
+
7426
+ api.add_operation(:get_command_execution, Seahorse::Model::Operation.new.tap do |o|
7427
+ o.name = "GetCommandExecution"
7428
+ o.http_method = "GET"
7429
+ o.http_request_uri = "/command-executions/{executionId}"
7430
+ o.input = Shapes::ShapeRef.new(shape: GetCommandExecutionRequest)
7431
+ o.output = Shapes::ShapeRef.new(shape: GetCommandExecutionResponse)
7432
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7433
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7434
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7435
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7436
+ end)
7437
+
7086
7438
  api.add_operation(:get_effective_policies, Seahorse::Model::Operation.new.tap do |o|
7087
7439
  o.name = "GetEffectivePolicies"
7088
7440
  o.http_method = "POST"
@@ -7523,6 +7875,41 @@ module Aws::IoT
7523
7875
  )
7524
7876
  end)
7525
7877
 
7878
+ api.add_operation(:list_command_executions, Seahorse::Model::Operation.new.tap do |o|
7879
+ o.name = "ListCommandExecutions"
7880
+ o.http_method = "POST"
7881
+ o.http_request_uri = "/command-executions"
7882
+ o.input = Shapes::ShapeRef.new(shape: ListCommandExecutionsRequest)
7883
+ o.output = Shapes::ShapeRef.new(shape: ListCommandExecutionsResponse)
7884
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7885
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7886
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7887
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7888
+ o[:pager] = Aws::Pager.new(
7889
+ limit_key: "max_results",
7890
+ tokens: {
7891
+ "next_token" => "next_token"
7892
+ }
7893
+ )
7894
+ end)
7895
+
7896
+ api.add_operation(:list_commands, Seahorse::Model::Operation.new.tap do |o|
7897
+ o.name = "ListCommands"
7898
+ o.http_method = "GET"
7899
+ o.http_request_uri = "/commands"
7900
+ o.input = Shapes::ShapeRef.new(shape: ListCommandsRequest)
7901
+ o.output = Shapes::ShapeRef.new(shape: ListCommandsResponse)
7902
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7903
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7904
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7905
+ o[:pager] = Aws::Pager.new(
7906
+ limit_key: "max_results",
7907
+ tokens: {
7908
+ "next_token" => "next_token"
7909
+ }
7910
+ )
7911
+ end)
7912
+
7526
7913
  api.add_operation(:list_custom_metrics, Seahorse::Model::Operation.new.tap do |o|
7527
7914
  o.name = "ListCustomMetrics"
7528
7915
  o.http_method = "GET"
@@ -7939,6 +8326,26 @@ module Aws::IoT
7939
8326
  )
7940
8327
  end)
7941
8328
 
8329
+ api.add_operation(:list_principal_things_v2, Seahorse::Model::Operation.new.tap do |o|
8330
+ o.name = "ListPrincipalThingsV2"
8331
+ o.http_method = "GET"
8332
+ o.http_request_uri = "/principals/things-v2"
8333
+ o.input = Shapes::ShapeRef.new(shape: ListPrincipalThingsV2Request)
8334
+ o.output = Shapes::ShapeRef.new(shape: ListPrincipalThingsV2Response)
8335
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8336
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8337
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
8338
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
8339
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
8340
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8341
+ o[:pager] = Aws::Pager.new(
8342
+ limit_key: "max_results",
8343
+ tokens: {
8344
+ "next_token" => "next_token"
8345
+ }
8346
+ )
8347
+ end)
8348
+
7942
8349
  api.add_operation(:list_provisioning_template_versions, Seahorse::Model::Operation.new.tap do |o|
7943
8350
  o.name = "ListProvisioningTemplateVersions"
7944
8351
  o.http_method = "GET"
@@ -8215,6 +8622,26 @@ module Aws::IoT
8215
8622
  )
8216
8623
  end)
8217
8624
 
8625
+ api.add_operation(:list_thing_principals_v2, Seahorse::Model::Operation.new.tap do |o|
8626
+ o.name = "ListThingPrincipalsV2"
8627
+ o.http_method = "GET"
8628
+ o.http_request_uri = "/things/{thingName}/principals-v2"
8629
+ o.input = Shapes::ShapeRef.new(shape: ListThingPrincipalsV2Request)
8630
+ o.output = Shapes::ShapeRef.new(shape: ListThingPrincipalsV2Response)
8631
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
8632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
8633
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
8634
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
8635
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
8636
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8637
+ o[:pager] = Aws::Pager.new(
8638
+ limit_key: "max_results",
8639
+ tokens: {
8640
+ "next_token" => "next_token"
8641
+ }
8642
+ )
8643
+ end)
8644
+
8218
8645
  api.add_operation(:list_thing_registration_task_reports, Seahorse::Model::Operation.new.tap do |o|
8219
8646
  o.name = "ListThingRegistrationTaskReports"
8220
8647
  o.http_method = "GET"
@@ -8833,6 +9260,19 @@ module Aws::IoT
8833
9260
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
8834
9261
  end)
8835
9262
 
9263
+ api.add_operation(:update_command, Seahorse::Model::Operation.new.tap do |o|
9264
+ o.name = "UpdateCommand"
9265
+ o.http_method = "PATCH"
9266
+ o.http_request_uri = "/commands/{commandId}"
9267
+ o.input = Shapes::ShapeRef.new(shape: UpdateCommandRequest)
9268
+ o.output = Shapes::ShapeRef.new(shape: UpdateCommandResponse)
9269
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
9270
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9271
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
9272
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9273
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
9274
+ end)
9275
+
8836
9276
  api.add_operation(:update_custom_metric, Seahorse::Model::Operation.new.tap do |o|
8837
9277
  o.name = "UpdateCustomMetric"
8838
9278
  o.http_method = "PATCH"
@@ -9097,6 +9537,20 @@ module Aws::IoT
9097
9537
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9098
9538
  end)
9099
9539
 
9540
+ api.add_operation(:update_thing_type, Seahorse::Model::Operation.new.tap do |o|
9541
+ o.name = "UpdateThingType"
9542
+ o.http_method = "PATCH"
9543
+ o.http_request_uri = "/thing-types/{thingTypeName}"
9544
+ o.input = Shapes::ShapeRef.new(shape: UpdateThingTypeRequest)
9545
+ o.output = Shapes::ShapeRef.new(shape: UpdateThingTypeResponse)
9546
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
9547
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
9548
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
9549
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
9550
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
9551
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
9552
+ end)
9553
+
9100
9554
  api.add_operation(:update_topic_rule_destination, Seahorse::Model::Operation.new.tap do |o|
9101
9555
  o.name = "UpdateTopicRuleDestination"
9102
9556
  o.http_method = "PATCH"