aws-sdk-iot 1.53.0 → 1.58.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.
@@ -80,6 +80,7 @@ module Aws::IoT
80
80
  AuditCheckRunStatus = Shapes::StringShape.new(name: 'AuditCheckRunStatus')
81
81
  AuditCheckToActionsMapping = Shapes::MapShape.new(name: 'AuditCheckToActionsMapping')
82
82
  AuditCheckToReasonCodeFilter = Shapes::MapShape.new(name: 'AuditCheckToReasonCodeFilter')
83
+ AuditDescription = Shapes::StringShape.new(name: 'AuditDescription')
83
84
  AuditDetails = Shapes::MapShape.new(name: 'AuditDetails')
84
85
  AuditFinding = Shapes::StructureShape.new(name: 'AuditFinding')
85
86
  AuditFindingSeverity = Shapes::StringShape.new(name: 'AuditFindingSeverity')
@@ -97,6 +98,8 @@ module Aws::IoT
97
98
  AuditNotificationTarget = Shapes::StructureShape.new(name: 'AuditNotificationTarget')
98
99
  AuditNotificationTargetConfigurations = Shapes::MapShape.new(name: 'AuditNotificationTargetConfigurations')
99
100
  AuditNotificationType = Shapes::StringShape.new(name: 'AuditNotificationType')
101
+ AuditSuppression = Shapes::StructureShape.new(name: 'AuditSuppression')
102
+ AuditSuppressionList = Shapes::ListShape.new(name: 'AuditSuppressionList')
100
103
  AuditTaskId = Shapes::StringShape.new(name: 'AuditTaskId')
101
104
  AuditTaskMetadata = Shapes::StructureShape.new(name: 'AuditTaskMetadata')
102
105
  AuditTaskMetadataList = Shapes::ListShape.new(name: 'AuditTaskMetadataList')
@@ -213,6 +216,8 @@ module Aws::IoT
213
216
  ConsecutiveDatapointsToAlarm = Shapes::IntegerShape.new(name: 'ConsecutiveDatapointsToAlarm')
214
217
  ConsecutiveDatapointsToClear = Shapes::IntegerShape.new(name: 'ConsecutiveDatapointsToClear')
215
218
  Count = Shapes::IntegerShape.new(name: 'Count')
219
+ CreateAuditSuppressionRequest = Shapes::StructureShape.new(name: 'CreateAuditSuppressionRequest')
220
+ CreateAuditSuppressionResponse = Shapes::StructureShape.new(name: 'CreateAuditSuppressionResponse')
216
221
  CreateAuthorizerRequest = Shapes::StructureShape.new(name: 'CreateAuthorizerRequest')
217
222
  CreateAuthorizerResponse = Shapes::StructureShape.new(name: 'CreateAuthorizerResponse')
218
223
  CreateBillingGroupRequest = Shapes::StructureShape.new(name: 'CreateBillingGroupRequest')
@@ -272,6 +277,8 @@ module Aws::IoT
272
277
  DeleteAccountAuditConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAccountAuditConfigurationResponse')
273
278
  DeleteAdditionalMetricsToRetain = Shapes::BooleanShape.new(name: 'DeleteAdditionalMetricsToRetain')
274
279
  DeleteAlertTargets = Shapes::BooleanShape.new(name: 'DeleteAlertTargets')
280
+ DeleteAuditSuppressionRequest = Shapes::StructureShape.new(name: 'DeleteAuditSuppressionRequest')
281
+ DeleteAuditSuppressionResponse = Shapes::StructureShape.new(name: 'DeleteAuditSuppressionResponse')
275
282
  DeleteAuthorizerRequest = Shapes::StructureShape.new(name: 'DeleteAuthorizerRequest')
276
283
  DeleteAuthorizerResponse = Shapes::StructureShape.new(name: 'DeleteAuthorizerResponse')
277
284
  DeleteBehaviors = Shapes::BooleanShape.new(name: 'DeleteBehaviors')
@@ -332,6 +339,8 @@ module Aws::IoT
332
339
  DescribeAuditFindingResponse = Shapes::StructureShape.new(name: 'DescribeAuditFindingResponse')
333
340
  DescribeAuditMitigationActionsTaskRequest = Shapes::StructureShape.new(name: 'DescribeAuditMitigationActionsTaskRequest')
334
341
  DescribeAuditMitigationActionsTaskResponse = Shapes::StructureShape.new(name: 'DescribeAuditMitigationActionsTaskResponse')
342
+ DescribeAuditSuppressionRequest = Shapes::StructureShape.new(name: 'DescribeAuditSuppressionRequest')
343
+ DescribeAuditSuppressionResponse = Shapes::StructureShape.new(name: 'DescribeAuditSuppressionResponse')
335
344
  DescribeAuditTaskRequest = Shapes::StructureShape.new(name: 'DescribeAuditTaskRequest')
336
345
  DescribeAuditTaskResponse = Shapes::StructureShape.new(name: 'DescribeAuditTaskResponse')
337
346
  DescribeAuthorizerRequest = Shapes::StructureShape.new(name: 'DescribeAuthorizerRequest')
@@ -532,6 +541,7 @@ module Aws::IoT
532
541
  IsAuthenticated = Shapes::BooleanShape.new(name: 'IsAuthenticated')
533
542
  IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
534
543
  IsDisabled = Shapes::BooleanShape.new(name: 'IsDisabled')
544
+ IsSuppressed = Shapes::BooleanShape.new(name: 'IsSuppressed')
535
545
  Job = Shapes::StructureShape.new(name: 'Job')
536
546
  JobArn = Shapes::StringShape.new(name: 'JobArn')
537
547
  JobDescription = Shapes::StringShape.new(name: 'JobDescription')
@@ -573,6 +583,8 @@ module Aws::IoT
573
583
  ListAuditMitigationActionsExecutionsResponse = Shapes::StructureShape.new(name: 'ListAuditMitigationActionsExecutionsResponse')
574
584
  ListAuditMitigationActionsTasksRequest = Shapes::StructureShape.new(name: 'ListAuditMitigationActionsTasksRequest')
575
585
  ListAuditMitigationActionsTasksResponse = Shapes::StructureShape.new(name: 'ListAuditMitigationActionsTasksResponse')
586
+ ListAuditSuppressionsRequest = Shapes::StructureShape.new(name: 'ListAuditSuppressionsRequest')
587
+ ListAuditSuppressionsResponse = Shapes::StructureShape.new(name: 'ListAuditSuppressionsResponse')
576
588
  ListAuditTasksRequest = Shapes::StructureShape.new(name: 'ListAuditTasksRequest')
577
589
  ListAuditTasksResponse = Shapes::StructureShape.new(name: 'ListAuditTasksResponse')
578
590
  ListAuthorizersRequest = Shapes::StructureShape.new(name: 'ListAuthorizersRequest')
@@ -627,6 +639,7 @@ module Aws::IoT
627
639
  ListSecurityProfilesResponse = Shapes::StructureShape.new(name: 'ListSecurityProfilesResponse')
628
640
  ListStreamsRequest = Shapes::StructureShape.new(name: 'ListStreamsRequest')
629
641
  ListStreamsResponse = Shapes::StructureShape.new(name: 'ListStreamsResponse')
642
+ ListSuppressedFindings = Shapes::BooleanShape.new(name: 'ListSuppressedFindings')
630
643
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
631
644
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
632
645
  ListTargetsForPolicyRequest = Shapes::StructureShape.new(name: 'ListTargetsForPolicyRequest')
@@ -929,6 +942,8 @@ module Aws::IoT
929
942
  SucceededThings = Shapes::IntegerShape.new(name: 'SucceededThings')
930
943
  Sum = Shapes::FloatShape.new(name: 'Sum')
931
944
  SumOfSquares = Shapes::FloatShape.new(name: 'SumOfSquares')
945
+ SuppressIndefinitely = Shapes::BooleanShape.new(name: 'SuppressIndefinitely')
946
+ SuppressedNonCompliantResourcesCount = Shapes::IntegerShape.new(name: 'SuppressedNonCompliantResourcesCount')
932
947
  TableName = Shapes::StringShape.new(name: 'TableName')
933
948
  Tag = Shapes::StructureShape.new(name: 'Tag')
934
949
  TagKey = Shapes::StringShape.new(name: 'TagKey')
@@ -994,6 +1009,16 @@ module Aws::IoT
994
1009
  TimedOutThings = Shapes::IntegerShape.new(name: 'TimedOutThings')
995
1010
  TimeoutConfig = Shapes::StructureShape.new(name: 'TimeoutConfig')
996
1011
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
1012
+ TimestreamAction = Shapes::StructureShape.new(name: 'TimestreamAction')
1013
+ TimestreamDatabaseName = Shapes::StringShape.new(name: 'TimestreamDatabaseName')
1014
+ TimestreamDimension = Shapes::StructureShape.new(name: 'TimestreamDimension')
1015
+ TimestreamDimensionList = Shapes::ListShape.new(name: 'TimestreamDimensionList')
1016
+ TimestreamDimensionName = Shapes::StringShape.new(name: 'TimestreamDimensionName')
1017
+ TimestreamDimensionValue = Shapes::StringShape.new(name: 'TimestreamDimensionValue')
1018
+ TimestreamTableName = Shapes::StringShape.new(name: 'TimestreamTableName')
1019
+ TimestreamTimestamp = Shapes::StructureShape.new(name: 'TimestreamTimestamp')
1020
+ TimestreamTimestampUnit = Shapes::StringShape.new(name: 'TimestreamTimestampUnit')
1021
+ TimestreamTimestampValue = Shapes::StringShape.new(name: 'TimestreamTimestampValue')
997
1022
  TlsContext = Shapes::StructureShape.new(name: 'TlsContext')
998
1023
  Token = Shapes::StringShape.new(name: 'Token')
999
1024
  TokenKeyName = Shapes::StringShape.new(name: 'TokenKeyName')
@@ -1026,6 +1051,8 @@ module Aws::IoT
1026
1051
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
1027
1052
  UpdateAccountAuditConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateAccountAuditConfigurationRequest')
1028
1053
  UpdateAccountAuditConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateAccountAuditConfigurationResponse')
1054
+ UpdateAuditSuppressionRequest = Shapes::StructureShape.new(name: 'UpdateAuditSuppressionRequest')
1055
+ UpdateAuditSuppressionResponse = Shapes::StructureShape.new(name: 'UpdateAuditSuppressionResponse')
1029
1056
  UpdateAuthorizerRequest = Shapes::StructureShape.new(name: 'UpdateAuthorizerRequest')
1030
1057
  UpdateAuthorizerResponse = Shapes::StructureShape.new(name: 'UpdateAuthorizerResponse')
1031
1058
  UpdateBillingGroupRequest = Shapes::StructureShape.new(name: 'UpdateBillingGroupRequest')
@@ -1120,6 +1147,7 @@ module Aws::IoT
1120
1147
  Action.add_member(:iot_events, Shapes::ShapeRef.new(shape: IotEventsAction, location_name: "iotEvents"))
1121
1148
  Action.add_member(:iot_site_wise, Shapes::ShapeRef.new(shape: IotSiteWiseAction, location_name: "iotSiteWise"))
1122
1149
  Action.add_member(:step_functions, Shapes::ShapeRef.new(shape: StepFunctionsAction, location_name: "stepFunctions"))
1150
+ Action.add_member(:timestream, Shapes::ShapeRef.new(shape: TimestreamAction, location_name: "timestream"))
1123
1151
  Action.add_member(:http, Shapes::ShapeRef.new(shape: HttpAction, location_name: "http"))
1124
1152
  Action.struct_class = Types::Action
1125
1153
 
@@ -1241,6 +1269,7 @@ module Aws::IoT
1241
1269
  AuditCheckDetails.add_member(:check_compliant, Shapes::ShapeRef.new(shape: CheckCompliant, location_name: "checkCompliant"))
1242
1270
  AuditCheckDetails.add_member(:total_resources_count, Shapes::ShapeRef.new(shape: TotalResourcesCount, location_name: "totalResourcesCount"))
1243
1271
  AuditCheckDetails.add_member(:non_compliant_resources_count, Shapes::ShapeRef.new(shape: NonCompliantResourcesCount, location_name: "nonCompliantResourcesCount"))
1272
+ AuditCheckDetails.add_member(:suppressed_non_compliant_resources_count, Shapes::ShapeRef.new(shape: SuppressedNonCompliantResourcesCount, location_name: "suppressedNonCompliantResourcesCount"))
1244
1273
  AuditCheckDetails.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "errorCode"))
1245
1274
  AuditCheckDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1246
1275
  AuditCheckDetails.struct_class = Types::AuditCheckDetails
@@ -1264,6 +1293,7 @@ module Aws::IoT
1264
1293
  AuditFinding.add_member(:related_resources, Shapes::ShapeRef.new(shape: RelatedResources, location_name: "relatedResources"))
1265
1294
  AuditFinding.add_member(:reason_for_non_compliance, Shapes::ShapeRef.new(shape: ReasonForNonCompliance, location_name: "reasonForNonCompliance"))
1266
1295
  AuditFinding.add_member(:reason_for_non_compliance_code, Shapes::ShapeRef.new(shape: ReasonForNonComplianceCode, location_name: "reasonForNonComplianceCode"))
1296
+ AuditFinding.add_member(:is_suppressed, Shapes::ShapeRef.new(shape: IsSuppressed, location_name: "isSuppressed"))
1267
1297
  AuditFinding.struct_class = Types::AuditFinding
1268
1298
 
1269
1299
  AuditFindings.member = Shapes::ShapeRef.new(shape: AuditFinding)
@@ -1304,6 +1334,15 @@ module Aws::IoT
1304
1334
  AuditNotificationTargetConfigurations.key = Shapes::ShapeRef.new(shape: AuditNotificationType)
1305
1335
  AuditNotificationTargetConfigurations.value = Shapes::ShapeRef.new(shape: AuditNotificationTarget)
1306
1336
 
1337
+ AuditSuppression.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, required: true, location_name: "checkName"))
1338
+ AuditSuppression.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
1339
+ AuditSuppression.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationDate"))
1340
+ AuditSuppression.add_member(:suppress_indefinitely, Shapes::ShapeRef.new(shape: SuppressIndefinitely, location_name: "suppressIndefinitely"))
1341
+ AuditSuppression.add_member(:description, Shapes::ShapeRef.new(shape: AuditDescription, location_name: "description"))
1342
+ AuditSuppression.struct_class = Types::AuditSuppression
1343
+
1344
+ AuditSuppressionList.member = Shapes::ShapeRef.new(shape: AuditSuppression)
1345
+
1307
1346
  AuditTaskMetadata.add_member(:task_id, Shapes::ShapeRef.new(shape: AuditTaskId, location_name: "taskId"))
1308
1347
  AuditTaskMetadata.add_member(:task_status, Shapes::ShapeRef.new(shape: AuditTaskStatus, location_name: "taskStatus"))
1309
1348
  AuditTaskMetadata.add_member(:task_type, Shapes::ShapeRef.new(shape: AuditTaskType, location_name: "taskType"))
@@ -1538,6 +1577,16 @@ module Aws::IoT
1538
1577
  ConflictingResourceUpdateException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1539
1578
  ConflictingResourceUpdateException.struct_class = Types::ConflictingResourceUpdateException
1540
1579
 
1580
+ CreateAuditSuppressionRequest.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, required: true, location_name: "checkName"))
1581
+ CreateAuditSuppressionRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
1582
+ CreateAuditSuppressionRequest.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationDate"))
1583
+ CreateAuditSuppressionRequest.add_member(:suppress_indefinitely, Shapes::ShapeRef.new(shape: SuppressIndefinitely, location_name: "suppressIndefinitely"))
1584
+ CreateAuditSuppressionRequest.add_member(:description, Shapes::ShapeRef.new(shape: AuditDescription, location_name: "description"))
1585
+ CreateAuditSuppressionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
1586
+ CreateAuditSuppressionRequest.struct_class = Types::CreateAuditSuppressionRequest
1587
+
1588
+ CreateAuditSuppressionResponse.struct_class = Types::CreateAuditSuppressionResponse
1589
+
1541
1590
  CreateAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
1542
1591
  CreateAuthorizerRequest.add_member(:authorizer_function_arn, Shapes::ShapeRef.new(shape: AuthorizerFunctionArn, required: true, location_name: "authorizerFunctionArn"))
1543
1592
  CreateAuthorizerRequest.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, location_name: "tokenKeyName"))
@@ -1828,6 +1877,12 @@ module Aws::IoT
1828
1877
 
1829
1878
  DeleteAccountAuditConfigurationResponse.struct_class = Types::DeleteAccountAuditConfigurationResponse
1830
1879
 
1880
+ DeleteAuditSuppressionRequest.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, required: true, location_name: "checkName"))
1881
+ DeleteAuditSuppressionRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
1882
+ DeleteAuditSuppressionRequest.struct_class = Types::DeleteAuditSuppressionRequest
1883
+
1884
+ DeleteAuditSuppressionResponse.struct_class = Types::DeleteAuditSuppressionResponse
1885
+
1831
1886
  DeleteAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
1832
1887
  DeleteAuthorizerRequest.struct_class = Types::DeleteAuthorizerRequest
1833
1888
 
@@ -1996,6 +2051,17 @@ module Aws::IoT
1996
2051
  DescribeAuditMitigationActionsTaskResponse.add_member(:actions_definition, Shapes::ShapeRef.new(shape: MitigationActionList, location_name: "actionsDefinition"))
1997
2052
  DescribeAuditMitigationActionsTaskResponse.struct_class = Types::DescribeAuditMitigationActionsTaskResponse
1998
2053
 
2054
+ DescribeAuditSuppressionRequest.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, required: true, location_name: "checkName"))
2055
+ DescribeAuditSuppressionRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
2056
+ DescribeAuditSuppressionRequest.struct_class = Types::DescribeAuditSuppressionRequest
2057
+
2058
+ DescribeAuditSuppressionResponse.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, location_name: "checkName"))
2059
+ DescribeAuditSuppressionResponse.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "resourceIdentifier"))
2060
+ DescribeAuditSuppressionResponse.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationDate"))
2061
+ DescribeAuditSuppressionResponse.add_member(:suppress_indefinitely, Shapes::ShapeRef.new(shape: SuppressIndefinitely, location_name: "suppressIndefinitely"))
2062
+ DescribeAuditSuppressionResponse.add_member(:description, Shapes::ShapeRef.new(shape: AuditDescription, location_name: "description"))
2063
+ DescribeAuditSuppressionResponse.struct_class = Types::DescribeAuditSuppressionResponse
2064
+
1999
2065
  DescribeAuditTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: AuditTaskId, required: true, location: "uri", location_name: "taskId"))
2000
2066
  DescribeAuditTaskRequest.struct_class = Types::DescribeAuditTaskRequest
2001
2067
 
@@ -2656,6 +2722,7 @@ module Aws::IoT
2656
2722
  ListAuditFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2657
2723
  ListAuditFindingsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
2658
2724
  ListAuditFindingsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
2725
+ ListAuditFindingsRequest.add_member(:list_suppressed_findings, Shapes::ShapeRef.new(shape: ListSuppressedFindings, location_name: "listSuppressedFindings"))
2659
2726
  ListAuditFindingsRequest.struct_class = Types::ListAuditFindingsRequest
2660
2727
 
2661
2728
  ListAuditFindingsResponse.add_member(:findings, Shapes::ShapeRef.new(shape: AuditFindings, location_name: "findings"))
@@ -2686,6 +2753,17 @@ module Aws::IoT
2686
2753
  ListAuditMitigationActionsTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2687
2754
  ListAuditMitigationActionsTasksResponse.struct_class = Types::ListAuditMitigationActionsTasksResponse
2688
2755
 
2756
+ ListAuditSuppressionsRequest.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, location_name: "checkName"))
2757
+ ListAuditSuppressionsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "resourceIdentifier"))
2758
+ ListAuditSuppressionsRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location_name: "ascendingOrder"))
2759
+ ListAuditSuppressionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2760
+ ListAuditSuppressionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
2761
+ ListAuditSuppressionsRequest.struct_class = Types::ListAuditSuppressionsRequest
2762
+
2763
+ ListAuditSuppressionsResponse.add_member(:suppressions, Shapes::ShapeRef.new(shape: AuditSuppressionList, location_name: "suppressions"))
2764
+ ListAuditSuppressionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2765
+ ListAuditSuppressionsResponse.struct_class = Types::ListAuditSuppressionsResponse
2766
+
2689
2767
  ListAuditTasksRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "startTime"))
2690
2768
  ListAuditTasksRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "endTime"))
2691
2769
  ListAuditTasksRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: AuditTaskType, location: "querystring", location_name: "taskType"))
@@ -3768,6 +3846,23 @@ module Aws::IoT
3768
3846
  TimeoutConfig.add_member(:in_progress_timeout_in_minutes, Shapes::ShapeRef.new(shape: InProgressTimeoutInMinutes, location_name: "inProgressTimeoutInMinutes"))
3769
3847
  TimeoutConfig.struct_class = Types::TimeoutConfig
3770
3848
 
3849
+ TimestreamAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
3850
+ TimestreamAction.add_member(:database_name, Shapes::ShapeRef.new(shape: TimestreamDatabaseName, required: true, location_name: "databaseName"))
3851
+ TimestreamAction.add_member(:table_name, Shapes::ShapeRef.new(shape: TimestreamTableName, required: true, location_name: "tableName"))
3852
+ TimestreamAction.add_member(:dimensions, Shapes::ShapeRef.new(shape: TimestreamDimensionList, required: true, location_name: "dimensions"))
3853
+ TimestreamAction.add_member(:timestamp, Shapes::ShapeRef.new(shape: TimestreamTimestamp, location_name: "timestamp"))
3854
+ TimestreamAction.struct_class = Types::TimestreamAction
3855
+
3856
+ TimestreamDimension.add_member(:name, Shapes::ShapeRef.new(shape: TimestreamDimensionName, required: true, location_name: "name"))
3857
+ TimestreamDimension.add_member(:value, Shapes::ShapeRef.new(shape: TimestreamDimensionValue, required: true, location_name: "value"))
3858
+ TimestreamDimension.struct_class = Types::TimestreamDimension
3859
+
3860
+ TimestreamDimensionList.member = Shapes::ShapeRef.new(shape: TimestreamDimension)
3861
+
3862
+ TimestreamTimestamp.add_member(:value, Shapes::ShapeRef.new(shape: TimestreamTimestampValue, required: true, location_name: "value"))
3863
+ TimestreamTimestamp.add_member(:unit, Shapes::ShapeRef.new(shape: TimestreamTimestampUnit, required: true, location_name: "unit"))
3864
+ TimestreamTimestamp.struct_class = Types::TimestreamTimestamp
3865
+
3771
3866
  TlsContext.add_member(:server_name, Shapes::ShapeRef.new(shape: ServerName, location_name: "serverName"))
3772
3867
  TlsContext.struct_class = Types::TlsContext
3773
3868
 
@@ -3852,6 +3947,15 @@ module Aws::IoT
3852
3947
 
3853
3948
  UpdateAccountAuditConfigurationResponse.struct_class = Types::UpdateAccountAuditConfigurationResponse
3854
3949
 
3950
+ UpdateAuditSuppressionRequest.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, required: true, location_name: "checkName"))
3951
+ UpdateAuditSuppressionRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
3952
+ UpdateAuditSuppressionRequest.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationDate"))
3953
+ UpdateAuditSuppressionRequest.add_member(:suppress_indefinitely, Shapes::ShapeRef.new(shape: SuppressIndefinitely, location_name: "suppressIndefinitely"))
3954
+ UpdateAuditSuppressionRequest.add_member(:description, Shapes::ShapeRef.new(shape: AuditDescription, location_name: "description"))
3955
+ UpdateAuditSuppressionRequest.struct_class = Types::UpdateAuditSuppressionRequest
3956
+
3957
+ UpdateAuditSuppressionResponse.struct_class = Types::UpdateAuditSuppressionResponse
3958
+
3855
3959
  UpdateAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
3856
3960
  UpdateAuthorizerRequest.add_member(:authorizer_function_arn, Shapes::ShapeRef.new(shape: AuthorizerFunctionArn, location_name: "authorizerFunctionArn"))
3857
3961
  UpdateAuthorizerRequest.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, location_name: "tokenKeyName"))
@@ -4295,6 +4399,19 @@ module Aws::IoT
4295
4399
  o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
4296
4400
  end)
4297
4401
 
4402
+ api.add_operation(:create_audit_suppression, Seahorse::Model::Operation.new.tap do |o|
4403
+ o.name = "CreateAuditSuppression"
4404
+ o.http_method = "POST"
4405
+ o.http_request_uri = "/audit/suppressions/create"
4406
+ o.input = Shapes::ShapeRef.new(shape: CreateAuditSuppressionRequest)
4407
+ o.output = Shapes::ShapeRef.new(shape: CreateAuditSuppressionResponse)
4408
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4409
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
4410
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4411
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4412
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
4413
+ end)
4414
+
4298
4415
  api.add_operation(:create_authorizer, Seahorse::Model::Operation.new.tap do |o|
4299
4416
  o.name = "CreateAuthorizer"
4300
4417
  o.http_method = "POST"
@@ -4645,6 +4762,17 @@ module Aws::IoT
4645
4762
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4646
4763
  end)
4647
4764
 
4765
+ api.add_operation(:delete_audit_suppression, Seahorse::Model::Operation.new.tap do |o|
4766
+ o.name = "DeleteAuditSuppression"
4767
+ o.http_method = "POST"
4768
+ o.http_request_uri = "/audit/suppressions/delete"
4769
+ o.input = Shapes::ShapeRef.new(shape: DeleteAuditSuppressionRequest)
4770
+ o.output = Shapes::ShapeRef.new(shape: DeleteAuditSuppressionResponse)
4771
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
4772
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4773
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
4774
+ end)
4775
+
4648
4776
  api.add_operation(:delete_authorizer, Seahorse::Model::Operation.new.tap do |o|
4649
4777
  o.name = "DeleteAuthorizer"
4650
4778
  o.http_method = "DELETE"
@@ -5044,6 +5172,18 @@ module Aws::IoT
5044
5172
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5045
5173
  end)
5046
5174
 
5175
+ api.add_operation(:describe_audit_suppression, Seahorse::Model::Operation.new.tap do |o|
5176
+ o.name = "DescribeAuditSuppression"
5177
+ o.http_method = "POST"
5178
+ o.http_request_uri = "/audit/suppressions/describe"
5179
+ o.input = Shapes::ShapeRef.new(shape: DescribeAuditSuppressionRequest)
5180
+ o.output = Shapes::ShapeRef.new(shape: DescribeAuditSuppressionResponse)
5181
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5182
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5183
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5184
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5185
+ end)
5186
+
5047
5187
  api.add_operation(:describe_audit_task, Seahorse::Model::Operation.new.tap do |o|
5048
5188
  o.name = "DescribeAuditTask"
5049
5189
  o.http_method = "GET"
@@ -5636,6 +5776,12 @@ module Aws::IoT
5636
5776
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5637
5777
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5638
5778
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5779
+ o[:pager] = Aws::Pager.new(
5780
+ limit_key: "max_results",
5781
+ tokens: {
5782
+ "next_token" => "next_token"
5783
+ }
5784
+ )
5639
5785
  end)
5640
5786
 
5641
5787
  api.add_operation(:list_attached_policies, Seahorse::Model::Operation.new.tap do |o|
@@ -5651,6 +5797,12 @@ module Aws::IoT
5651
5797
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5652
5798
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5653
5799
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
5800
+ o[:pager] = Aws::Pager.new(
5801
+ limit_key: "page_size",
5802
+ tokens: {
5803
+ "next_marker" => "marker"
5804
+ }
5805
+ )
5654
5806
  end)
5655
5807
 
5656
5808
  api.add_operation(:list_audit_findings, Seahorse::Model::Operation.new.tap do |o|
@@ -5662,6 +5814,12 @@ module Aws::IoT
5662
5814
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5663
5815
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5664
5816
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5817
+ o[:pager] = Aws::Pager.new(
5818
+ limit_key: "max_results",
5819
+ tokens: {
5820
+ "next_token" => "next_token"
5821
+ }
5822
+ )
5665
5823
  end)
5666
5824
 
5667
5825
  api.add_operation(:list_audit_mitigation_actions_executions, Seahorse::Model::Operation.new.tap do |o|
@@ -5673,6 +5831,12 @@ module Aws::IoT
5673
5831
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5674
5832
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5675
5833
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5834
+ o[:pager] = Aws::Pager.new(
5835
+ limit_key: "max_results",
5836
+ tokens: {
5837
+ "next_token" => "next_token"
5838
+ }
5839
+ )
5676
5840
  end)
5677
5841
 
5678
5842
  api.add_operation(:list_audit_mitigation_actions_tasks, Seahorse::Model::Operation.new.tap do |o|
@@ -5684,6 +5848,29 @@ module Aws::IoT
5684
5848
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5685
5849
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5686
5850
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5851
+ o[:pager] = Aws::Pager.new(
5852
+ limit_key: "max_results",
5853
+ tokens: {
5854
+ "next_token" => "next_token"
5855
+ }
5856
+ )
5857
+ end)
5858
+
5859
+ api.add_operation(:list_audit_suppressions, Seahorse::Model::Operation.new.tap do |o|
5860
+ o.name = "ListAuditSuppressions"
5861
+ o.http_method = "POST"
5862
+ o.http_request_uri = "/audit/suppressions/list"
5863
+ o.input = Shapes::ShapeRef.new(shape: ListAuditSuppressionsRequest)
5864
+ o.output = Shapes::ShapeRef.new(shape: ListAuditSuppressionsResponse)
5865
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5866
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5867
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5868
+ o[:pager] = Aws::Pager.new(
5869
+ limit_key: "max_results",
5870
+ tokens: {
5871
+ "next_token" => "next_token"
5872
+ }
5873
+ )
5687
5874
  end)
5688
5875
 
5689
5876
  api.add_operation(:list_audit_tasks, Seahorse::Model::Operation.new.tap do |o|
@@ -5695,6 +5882,12 @@ module Aws::IoT
5695
5882
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5696
5883
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5697
5884
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5885
+ o[:pager] = Aws::Pager.new(
5886
+ limit_key: "max_results",
5887
+ tokens: {
5888
+ "next_token" => "next_token"
5889
+ }
5890
+ )
5698
5891
  end)
5699
5892
 
5700
5893
  api.add_operation(:list_authorizers, Seahorse::Model::Operation.new.tap do |o|
@@ -5708,6 +5901,12 @@ module Aws::IoT
5708
5901
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5709
5902
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5710
5903
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5904
+ o[:pager] = Aws::Pager.new(
5905
+ limit_key: "page_size",
5906
+ tokens: {
5907
+ "next_marker" => "marker"
5908
+ }
5909
+ )
5711
5910
  end)
5712
5911
 
5713
5912
  api.add_operation(:list_billing_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -5720,6 +5919,12 @@ module Aws::IoT
5720
5919
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5721
5920
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5722
5921
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5922
+ o[:pager] = Aws::Pager.new(
5923
+ limit_key: "max_results",
5924
+ tokens: {
5925
+ "next_token" => "next_token"
5926
+ }
5927
+ )
5723
5928
  end)
5724
5929
 
5725
5930
  api.add_operation(:list_ca_certificates, Seahorse::Model::Operation.new.tap do |o|
@@ -5733,6 +5938,12 @@ module Aws::IoT
5733
5938
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5734
5939
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5735
5940
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5941
+ o[:pager] = Aws::Pager.new(
5942
+ limit_key: "page_size",
5943
+ tokens: {
5944
+ "next_marker" => "marker"
5945
+ }
5946
+ )
5736
5947
  end)
5737
5948
 
5738
5949
  api.add_operation(:list_certificates, Seahorse::Model::Operation.new.tap do |o|
@@ -5746,6 +5957,12 @@ module Aws::IoT
5746
5957
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5747
5958
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5748
5959
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5960
+ o[:pager] = Aws::Pager.new(
5961
+ limit_key: "page_size",
5962
+ tokens: {
5963
+ "next_marker" => "marker"
5964
+ }
5965
+ )
5749
5966
  end)
5750
5967
 
5751
5968
  api.add_operation(:list_certificates_by_ca, Seahorse::Model::Operation.new.tap do |o|
@@ -5759,6 +5976,12 @@ module Aws::IoT
5759
5976
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5760
5977
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5761
5978
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5979
+ o[:pager] = Aws::Pager.new(
5980
+ limit_key: "page_size",
5981
+ tokens: {
5982
+ "next_marker" => "marker"
5983
+ }
5984
+ )
5762
5985
  end)
5763
5986
 
5764
5987
  api.add_operation(:list_dimensions, Seahorse::Model::Operation.new.tap do |o|
@@ -5770,6 +5993,12 @@ module Aws::IoT
5770
5993
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5771
5994
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5772
5995
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5996
+ o[:pager] = Aws::Pager.new(
5997
+ limit_key: "max_results",
5998
+ tokens: {
5999
+ "next_token" => "next_token"
6000
+ }
6001
+ )
5773
6002
  end)
5774
6003
 
5775
6004
  api.add_operation(:list_domain_configurations, Seahorse::Model::Operation.new.tap do |o|
@@ -5783,6 +6012,12 @@ module Aws::IoT
5783
6012
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5784
6013
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5785
6014
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6015
+ o[:pager] = Aws::Pager.new(
6016
+ limit_key: "page_size",
6017
+ tokens: {
6018
+ "next_marker" => "marker"
6019
+ }
6020
+ )
5786
6021
  end)
5787
6022
 
5788
6023
  api.add_operation(:list_indices, Seahorse::Model::Operation.new.tap do |o|
@@ -5796,6 +6031,12 @@ module Aws::IoT
5796
6031
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5797
6032
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5798
6033
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6034
+ o[:pager] = Aws::Pager.new(
6035
+ limit_key: "max_results",
6036
+ tokens: {
6037
+ "next_token" => "next_token"
6038
+ }
6039
+ )
5799
6040
  end)
5800
6041
 
5801
6042
  api.add_operation(:list_job_executions_for_job, Seahorse::Model::Operation.new.tap do |o|
@@ -5808,6 +6049,12 @@ module Aws::IoT
5808
6049
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5809
6050
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5810
6051
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6052
+ o[:pager] = Aws::Pager.new(
6053
+ limit_key: "max_results",
6054
+ tokens: {
6055
+ "next_token" => "next_token"
6056
+ }
6057
+ )
5811
6058
  end)
5812
6059
 
5813
6060
  api.add_operation(:list_job_executions_for_thing, Seahorse::Model::Operation.new.tap do |o|
@@ -5820,6 +6067,12 @@ module Aws::IoT
5820
6067
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5821
6068
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5822
6069
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6070
+ o[:pager] = Aws::Pager.new(
6071
+ limit_key: "max_results",
6072
+ tokens: {
6073
+ "next_token" => "next_token"
6074
+ }
6075
+ )
5823
6076
  end)
5824
6077
 
5825
6078
  api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
@@ -5832,6 +6085,12 @@ module Aws::IoT
5832
6085
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5833
6086
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5834
6087
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6088
+ o[:pager] = Aws::Pager.new(
6089
+ limit_key: "max_results",
6090
+ tokens: {
6091
+ "next_token" => "next_token"
6092
+ }
6093
+ )
5835
6094
  end)
5836
6095
 
5837
6096
  api.add_operation(:list_mitigation_actions, Seahorse::Model::Operation.new.tap do |o|
@@ -5843,6 +6102,12 @@ module Aws::IoT
5843
6102
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5844
6103
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5845
6104
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6105
+ o[:pager] = Aws::Pager.new(
6106
+ limit_key: "max_results",
6107
+ tokens: {
6108
+ "next_token" => "next_token"
6109
+ }
6110
+ )
5846
6111
  end)
5847
6112
 
5848
6113
  api.add_operation(:list_ota_updates, Seahorse::Model::Operation.new.tap do |o|
@@ -5856,6 +6121,12 @@ module Aws::IoT
5856
6121
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5857
6122
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5858
6123
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6124
+ o[:pager] = Aws::Pager.new(
6125
+ limit_key: "max_results",
6126
+ tokens: {
6127
+ "next_token" => "next_token"
6128
+ }
6129
+ )
5859
6130
  end)
5860
6131
 
5861
6132
  api.add_operation(:list_outgoing_certificates, Seahorse::Model::Operation.new.tap do |o|
@@ -5869,6 +6140,12 @@ module Aws::IoT
5869
6140
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5870
6141
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5871
6142
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6143
+ o[:pager] = Aws::Pager.new(
6144
+ limit_key: "page_size",
6145
+ tokens: {
6146
+ "next_marker" => "marker"
6147
+ }
6148
+ )
5872
6149
  end)
5873
6150
 
5874
6151
  api.add_operation(:list_policies, Seahorse::Model::Operation.new.tap do |o|
@@ -5882,6 +6159,12 @@ module Aws::IoT
5882
6159
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5883
6160
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5884
6161
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6162
+ o[:pager] = Aws::Pager.new(
6163
+ limit_key: "page_size",
6164
+ tokens: {
6165
+ "next_marker" => "marker"
6166
+ }
6167
+ )
5885
6168
  end)
5886
6169
 
5887
6170
  api.add_operation(:list_policy_principals, Seahorse::Model::Operation.new.tap do |o|
@@ -5897,6 +6180,12 @@ module Aws::IoT
5897
6180
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5898
6181
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5899
6182
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6183
+ o[:pager] = Aws::Pager.new(
6184
+ limit_key: "page_size",
6185
+ tokens: {
6186
+ "next_marker" => "marker"
6187
+ }
6188
+ )
5900
6189
  end)
5901
6190
 
5902
6191
  api.add_operation(:list_policy_versions, Seahorse::Model::Operation.new.tap do |o|
@@ -5926,6 +6215,12 @@ module Aws::IoT
5926
6215
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5927
6216
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5928
6217
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6218
+ o[:pager] = Aws::Pager.new(
6219
+ limit_key: "page_size",
6220
+ tokens: {
6221
+ "next_marker" => "marker"
6222
+ }
6223
+ )
5929
6224
  end)
5930
6225
 
5931
6226
  api.add_operation(:list_principal_things, Seahorse::Model::Operation.new.tap do |o|
@@ -5940,6 +6235,12 @@ module Aws::IoT
5940
6235
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5941
6236
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
5942
6237
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6238
+ o[:pager] = Aws::Pager.new(
6239
+ limit_key: "max_results",
6240
+ tokens: {
6241
+ "next_token" => "next_token"
6242
+ }
6243
+ )
5943
6244
  end)
5944
6245
 
5945
6246
  api.add_operation(:list_provisioning_template_versions, Seahorse::Model::Operation.new.tap do |o|
@@ -5953,6 +6254,12 @@ module Aws::IoT
5953
6254
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5954
6255
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5955
6256
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6257
+ o[:pager] = Aws::Pager.new(
6258
+ limit_key: "max_results",
6259
+ tokens: {
6260
+ "next_token" => "next_token"
6261
+ }
6262
+ )
5956
6263
  end)
5957
6264
 
5958
6265
  api.add_operation(:list_provisioning_templates, Seahorse::Model::Operation.new.tap do |o|
@@ -5965,6 +6272,12 @@ module Aws::IoT
5965
6272
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5966
6273
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5967
6274
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6275
+ o[:pager] = Aws::Pager.new(
6276
+ limit_key: "max_results",
6277
+ tokens: {
6278
+ "next_token" => "next_token"
6279
+ }
6280
+ )
5968
6281
  end)
5969
6282
 
5970
6283
  api.add_operation(:list_role_aliases, Seahorse::Model::Operation.new.tap do |o|
@@ -5978,6 +6291,12 @@ module Aws::IoT
5978
6291
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5979
6292
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
5980
6293
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6294
+ o[:pager] = Aws::Pager.new(
6295
+ limit_key: "page_size",
6296
+ tokens: {
6297
+ "next_marker" => "marker"
6298
+ }
6299
+ )
5981
6300
  end)
5982
6301
 
5983
6302
  api.add_operation(:list_scheduled_audits, Seahorse::Model::Operation.new.tap do |o|
@@ -5989,6 +6308,12 @@ module Aws::IoT
5989
6308
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
5990
6309
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5991
6310
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6311
+ o[:pager] = Aws::Pager.new(
6312
+ limit_key: "max_results",
6313
+ tokens: {
6314
+ "next_token" => "next_token"
6315
+ }
6316
+ )
5992
6317
  end)
5993
6318
 
5994
6319
  api.add_operation(:list_security_profiles, Seahorse::Model::Operation.new.tap do |o|
@@ -6001,6 +6326,12 @@ module Aws::IoT
6001
6326
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6002
6327
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6003
6328
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6329
+ o[:pager] = Aws::Pager.new(
6330
+ limit_key: "max_results",
6331
+ tokens: {
6332
+ "next_token" => "next_token"
6333
+ }
6334
+ )
6004
6335
  end)
6005
6336
 
6006
6337
  api.add_operation(:list_security_profiles_for_target, Seahorse::Model::Operation.new.tap do |o|
@@ -6013,6 +6344,12 @@ module Aws::IoT
6013
6344
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6014
6345
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6015
6346
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6347
+ o[:pager] = Aws::Pager.new(
6348
+ limit_key: "max_results",
6349
+ tokens: {
6350
+ "next_token" => "next_token"
6351
+ }
6352
+ )
6016
6353
  end)
6017
6354
 
6018
6355
  api.add_operation(:list_streams, Seahorse::Model::Operation.new.tap do |o|
@@ -6026,6 +6363,12 @@ module Aws::IoT
6026
6363
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6027
6364
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6028
6365
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6366
+ o[:pager] = Aws::Pager.new(
6367
+ limit_key: "max_results",
6368
+ tokens: {
6369
+ "next_token" => "next_token"
6370
+ }
6371
+ )
6029
6372
  end)
6030
6373
 
6031
6374
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -6038,6 +6381,11 @@ module Aws::IoT
6038
6381
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6039
6382
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6040
6383
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6384
+ o[:pager] = Aws::Pager.new(
6385
+ tokens: {
6386
+ "next_token" => "next_token"
6387
+ }
6388
+ )
6041
6389
  end)
6042
6390
 
6043
6391
  api.add_operation(:list_targets_for_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -6053,6 +6401,12 @@ module Aws::IoT
6053
6401
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6054
6402
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6055
6403
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
6404
+ o[:pager] = Aws::Pager.new(
6405
+ limit_key: "page_size",
6406
+ tokens: {
6407
+ "next_marker" => "marker"
6408
+ }
6409
+ )
6056
6410
  end)
6057
6411
 
6058
6412
  api.add_operation(:list_targets_for_security_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -6065,6 +6419,12 @@ module Aws::IoT
6065
6419
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6066
6420
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6067
6421
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6422
+ o[:pager] = Aws::Pager.new(
6423
+ limit_key: "max_results",
6424
+ tokens: {
6425
+ "next_token" => "next_token"
6426
+ }
6427
+ )
6068
6428
  end)
6069
6429
 
6070
6430
  api.add_operation(:list_thing_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -6076,6 +6436,12 @@ module Aws::IoT
6076
6436
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6077
6437
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6078
6438
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6439
+ o[:pager] = Aws::Pager.new(
6440
+ limit_key: "max_results",
6441
+ tokens: {
6442
+ "next_token" => "next_token"
6443
+ }
6444
+ )
6079
6445
  end)
6080
6446
 
6081
6447
  api.add_operation(:list_thing_groups_for_thing, Seahorse::Model::Operation.new.tap do |o|
@@ -6087,6 +6453,12 @@ module Aws::IoT
6087
6453
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6088
6454
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6089
6455
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6456
+ o[:pager] = Aws::Pager.new(
6457
+ limit_key: "max_results",
6458
+ tokens: {
6459
+ "next_token" => "next_token"
6460
+ }
6461
+ )
6090
6462
  end)
6091
6463
 
6092
6464
  api.add_operation(:list_thing_principals, Seahorse::Model::Operation.new.tap do |o|
@@ -6113,6 +6485,12 @@ module Aws::IoT
6113
6485
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6114
6486
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6115
6487
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6488
+ o[:pager] = Aws::Pager.new(
6489
+ limit_key: "max_results",
6490
+ tokens: {
6491
+ "next_token" => "next_token"
6492
+ }
6493
+ )
6116
6494
  end)
6117
6495
 
6118
6496
  api.add_operation(:list_thing_registration_tasks, Seahorse::Model::Operation.new.tap do |o|
@@ -6125,6 +6503,12 @@ module Aws::IoT
6125
6503
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6126
6504
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6127
6505
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6506
+ o[:pager] = Aws::Pager.new(
6507
+ limit_key: "max_results",
6508
+ tokens: {
6509
+ "next_token" => "next_token"
6510
+ }
6511
+ )
6128
6512
  end)
6129
6513
 
6130
6514
  api.add_operation(:list_thing_types, Seahorse::Model::Operation.new.tap do |o|
@@ -6138,6 +6522,12 @@ module Aws::IoT
6138
6522
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6139
6523
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6140
6524
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6525
+ o[:pager] = Aws::Pager.new(
6526
+ limit_key: "max_results",
6527
+ tokens: {
6528
+ "next_token" => "next_token"
6529
+ }
6530
+ )
6141
6531
  end)
6142
6532
 
6143
6533
  api.add_operation(:list_things, Seahorse::Model::Operation.new.tap do |o|
@@ -6151,6 +6541,12 @@ module Aws::IoT
6151
6541
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6152
6542
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6153
6543
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6544
+ o[:pager] = Aws::Pager.new(
6545
+ limit_key: "max_results",
6546
+ tokens: {
6547
+ "next_token" => "next_token"
6548
+ }
6549
+ )
6154
6550
  end)
6155
6551
 
6156
6552
  api.add_operation(:list_things_in_billing_group, Seahorse::Model::Operation.new.tap do |o|
@@ -6163,6 +6559,12 @@ module Aws::IoT
6163
6559
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6164
6560
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6165
6561
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6562
+ o[:pager] = Aws::Pager.new(
6563
+ limit_key: "max_results",
6564
+ tokens: {
6565
+ "next_token" => "next_token"
6566
+ }
6567
+ )
6166
6568
  end)
6167
6569
 
6168
6570
  api.add_operation(:list_things_in_thing_group, Seahorse::Model::Operation.new.tap do |o|
@@ -6174,6 +6576,12 @@ module Aws::IoT
6174
6576
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6175
6577
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6176
6578
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6579
+ o[:pager] = Aws::Pager.new(
6580
+ limit_key: "max_results",
6581
+ tokens: {
6582
+ "next_token" => "next_token"
6583
+ }
6584
+ )
6177
6585
  end)
6178
6586
 
6179
6587
  api.add_operation(:list_topic_rule_destinations, Seahorse::Model::Operation.new.tap do |o|
@@ -6186,6 +6594,12 @@ module Aws::IoT
6186
6594
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6187
6595
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6188
6596
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6597
+ o[:pager] = Aws::Pager.new(
6598
+ limit_key: "max_results",
6599
+ tokens: {
6600
+ "next_token" => "next_token"
6601
+ }
6602
+ )
6189
6603
  end)
6190
6604
 
6191
6605
  api.add_operation(:list_topic_rules, Seahorse::Model::Operation.new.tap do |o|
@@ -6197,6 +6611,12 @@ module Aws::IoT
6197
6611
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
6198
6612
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6199
6613
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6614
+ o[:pager] = Aws::Pager.new(
6615
+ limit_key: "max_results",
6616
+ tokens: {
6617
+ "next_token" => "next_token"
6618
+ }
6619
+ )
6200
6620
  end)
6201
6621
 
6202
6622
  api.add_operation(:list_v2_logging_levels, Seahorse::Model::Operation.new.tap do |o|
@@ -6209,6 +6629,12 @@ module Aws::IoT
6209
6629
  o.errors << Shapes::ShapeRef.new(shape: NotConfiguredException)
6210
6630
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6211
6631
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6632
+ o[:pager] = Aws::Pager.new(
6633
+ limit_key: "max_results",
6634
+ tokens: {
6635
+ "next_token" => "next_token"
6636
+ }
6637
+ )
6212
6638
  end)
6213
6639
 
6214
6640
  api.add_operation(:list_violation_events, Seahorse::Model::Operation.new.tap do |o|
@@ -6220,6 +6646,12 @@ module Aws::IoT
6220
6646
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6221
6647
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6222
6648
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6649
+ o[:pager] = Aws::Pager.new(
6650
+ limit_key: "max_results",
6651
+ tokens: {
6652
+ "next_token" => "next_token"
6653
+ }
6654
+ )
6223
6655
  end)
6224
6656
 
6225
6657
  api.add_operation(:register_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
@@ -6406,6 +6838,7 @@ module Aws::IoT
6406
6838
  o.errors << Shapes::ShapeRef.new(shape: NotConfiguredException)
6407
6839
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6408
6840
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
6841
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
6409
6842
  end)
6410
6843
 
6411
6844
  api.add_operation(:set_v2_logging_options, Seahorse::Model::Operation.new.tap do |o|
@@ -6551,6 +6984,18 @@ module Aws::IoT
6551
6984
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6552
6985
  end)
6553
6986
 
6987
+ api.add_operation(:update_audit_suppression, Seahorse::Model::Operation.new.tap do |o|
6988
+ o.name = "UpdateAuditSuppression"
6989
+ o.http_method = "PATCH"
6990
+ o.http_request_uri = "/audit/suppressions/update"
6991
+ o.input = Shapes::ShapeRef.new(shape: UpdateAuditSuppressionRequest)
6992
+ o.output = Shapes::ShapeRef.new(shape: UpdateAuditSuppressionResponse)
6993
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
6994
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6995
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6996
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
6997
+ end)
6998
+
6554
6999
  api.add_operation(:update_authorizer, Seahorse::Model::Operation.new.tap do |o|
6555
7000
  o.name = "UpdateAuthorizer"
6556
7001
  o.http_method = "PUT"