aws-sdk-iot 1.54.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-iot.rb +3 -2
- data/lib/aws-sdk-iot/client.rb +545 -29
- data/lib/aws-sdk-iot/client_api.rb +448 -0
- data/lib/aws-sdk-iot/types.rb +683 -35
- metadata +4 -4
@@ -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
|
|
@@ -2064,6 +2130,7 @@ module Aws::IoT
|
|
2064
2130
|
DescribeDomainConfigurationResponse.add_member(:domain_configuration_status, Shapes::ShapeRef.new(shape: DomainConfigurationStatus, location_name: "domainConfigurationStatus"))
|
2065
2131
|
DescribeDomainConfigurationResponse.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
|
2066
2132
|
DescribeDomainConfigurationResponse.add_member(:domain_type, Shapes::ShapeRef.new(shape: DomainType, location_name: "domainType"))
|
2133
|
+
DescribeDomainConfigurationResponse.add_member(:last_status_change_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastStatusChangeDate"))
|
2067
2134
|
DescribeDomainConfigurationResponse.struct_class = Types::DescribeDomainConfigurationResponse
|
2068
2135
|
|
2069
2136
|
DescribeEndpointRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location: "querystring", location_name: "endpointType"))
|
@@ -2656,6 +2723,7 @@ module Aws::IoT
|
|
2656
2723
|
ListAuditFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2657
2724
|
ListAuditFindingsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
2658
2725
|
ListAuditFindingsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
2726
|
+
ListAuditFindingsRequest.add_member(:list_suppressed_findings, Shapes::ShapeRef.new(shape: ListSuppressedFindings, location_name: "listSuppressedFindings"))
|
2659
2727
|
ListAuditFindingsRequest.struct_class = Types::ListAuditFindingsRequest
|
2660
2728
|
|
2661
2729
|
ListAuditFindingsResponse.add_member(:findings, Shapes::ShapeRef.new(shape: AuditFindings, location_name: "findings"))
|
@@ -2686,6 +2754,17 @@ module Aws::IoT
|
|
2686
2754
|
ListAuditMitigationActionsTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2687
2755
|
ListAuditMitigationActionsTasksResponse.struct_class = Types::ListAuditMitigationActionsTasksResponse
|
2688
2756
|
|
2757
|
+
ListAuditSuppressionsRequest.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, location_name: "checkName"))
|
2758
|
+
ListAuditSuppressionsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "resourceIdentifier"))
|
2759
|
+
ListAuditSuppressionsRequest.add_member(:ascending_order, Shapes::ShapeRef.new(shape: AscendingOrder, location_name: "ascendingOrder"))
|
2760
|
+
ListAuditSuppressionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2761
|
+
ListAuditSuppressionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
2762
|
+
ListAuditSuppressionsRequest.struct_class = Types::ListAuditSuppressionsRequest
|
2763
|
+
|
2764
|
+
ListAuditSuppressionsResponse.add_member(:suppressions, Shapes::ShapeRef.new(shape: AuditSuppressionList, location_name: "suppressions"))
|
2765
|
+
ListAuditSuppressionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2766
|
+
ListAuditSuppressionsResponse.struct_class = Types::ListAuditSuppressionsResponse
|
2767
|
+
|
2689
2768
|
ListAuditTasksRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "startTime"))
|
2690
2769
|
ListAuditTasksRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "endTime"))
|
2691
2770
|
ListAuditTasksRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: AuditTaskType, location: "querystring", location_name: "taskType"))
|
@@ -3768,6 +3847,23 @@ module Aws::IoT
|
|
3768
3847
|
TimeoutConfig.add_member(:in_progress_timeout_in_minutes, Shapes::ShapeRef.new(shape: InProgressTimeoutInMinutes, location_name: "inProgressTimeoutInMinutes"))
|
3769
3848
|
TimeoutConfig.struct_class = Types::TimeoutConfig
|
3770
3849
|
|
3850
|
+
TimestreamAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: AwsArn, required: true, location_name: "roleArn"))
|
3851
|
+
TimestreamAction.add_member(:database_name, Shapes::ShapeRef.new(shape: TimestreamDatabaseName, required: true, location_name: "databaseName"))
|
3852
|
+
TimestreamAction.add_member(:table_name, Shapes::ShapeRef.new(shape: TimestreamTableName, required: true, location_name: "tableName"))
|
3853
|
+
TimestreamAction.add_member(:dimensions, Shapes::ShapeRef.new(shape: TimestreamDimensionList, required: true, location_name: "dimensions"))
|
3854
|
+
TimestreamAction.add_member(:timestamp, Shapes::ShapeRef.new(shape: TimestreamTimestamp, location_name: "timestamp"))
|
3855
|
+
TimestreamAction.struct_class = Types::TimestreamAction
|
3856
|
+
|
3857
|
+
TimestreamDimension.add_member(:name, Shapes::ShapeRef.new(shape: TimestreamDimensionName, required: true, location_name: "name"))
|
3858
|
+
TimestreamDimension.add_member(:value, Shapes::ShapeRef.new(shape: TimestreamDimensionValue, required: true, location_name: "value"))
|
3859
|
+
TimestreamDimension.struct_class = Types::TimestreamDimension
|
3860
|
+
|
3861
|
+
TimestreamDimensionList.member = Shapes::ShapeRef.new(shape: TimestreamDimension)
|
3862
|
+
|
3863
|
+
TimestreamTimestamp.add_member(:value, Shapes::ShapeRef.new(shape: TimestreamTimestampValue, required: true, location_name: "value"))
|
3864
|
+
TimestreamTimestamp.add_member(:unit, Shapes::ShapeRef.new(shape: TimestreamTimestampUnit, required: true, location_name: "unit"))
|
3865
|
+
TimestreamTimestamp.struct_class = Types::TimestreamTimestamp
|
3866
|
+
|
3771
3867
|
TlsContext.add_member(:server_name, Shapes::ShapeRef.new(shape: ServerName, location_name: "serverName"))
|
3772
3868
|
TlsContext.struct_class = Types::TlsContext
|
3773
3869
|
|
@@ -3852,6 +3948,15 @@ module Aws::IoT
|
|
3852
3948
|
|
3853
3949
|
UpdateAccountAuditConfigurationResponse.struct_class = Types::UpdateAccountAuditConfigurationResponse
|
3854
3950
|
|
3951
|
+
UpdateAuditSuppressionRequest.add_member(:check_name, Shapes::ShapeRef.new(shape: AuditCheckName, required: true, location_name: "checkName"))
|
3952
|
+
UpdateAuditSuppressionRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
|
3953
|
+
UpdateAuditSuppressionRequest.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationDate"))
|
3954
|
+
UpdateAuditSuppressionRequest.add_member(:suppress_indefinitely, Shapes::ShapeRef.new(shape: SuppressIndefinitely, location_name: "suppressIndefinitely"))
|
3955
|
+
UpdateAuditSuppressionRequest.add_member(:description, Shapes::ShapeRef.new(shape: AuditDescription, location_name: "description"))
|
3956
|
+
UpdateAuditSuppressionRequest.struct_class = Types::UpdateAuditSuppressionRequest
|
3957
|
+
|
3958
|
+
UpdateAuditSuppressionResponse.struct_class = Types::UpdateAuditSuppressionResponse
|
3959
|
+
|
3855
3960
|
UpdateAuthorizerRequest.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, required: true, location: "uri", location_name: "authorizerName"))
|
3856
3961
|
UpdateAuthorizerRequest.add_member(:authorizer_function_arn, Shapes::ShapeRef.new(shape: AuthorizerFunctionArn, location_name: "authorizerFunctionArn"))
|
3857
3962
|
UpdateAuthorizerRequest.add_member(:token_key_name, Shapes::ShapeRef.new(shape: TokenKeyName, location_name: "tokenKeyName"))
|
@@ -4295,6 +4400,19 @@ module Aws::IoT
|
|
4295
4400
|
o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
|
4296
4401
|
end)
|
4297
4402
|
|
4403
|
+
api.add_operation(:create_audit_suppression, Seahorse::Model::Operation.new.tap do |o|
|
4404
|
+
o.name = "CreateAuditSuppression"
|
4405
|
+
o.http_method = "POST"
|
4406
|
+
o.http_request_uri = "/audit/suppressions/create"
|
4407
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAuditSuppressionRequest)
|
4408
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAuditSuppressionResponse)
|
4409
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4410
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
4411
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4412
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
4413
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
4414
|
+
end)
|
4415
|
+
|
4298
4416
|
api.add_operation(:create_authorizer, Seahorse::Model::Operation.new.tap do |o|
|
4299
4417
|
o.name = "CreateAuthorizer"
|
4300
4418
|
o.http_method = "POST"
|
@@ -4645,6 +4763,17 @@ module Aws::IoT
|
|
4645
4763
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
4646
4764
|
end)
|
4647
4765
|
|
4766
|
+
api.add_operation(:delete_audit_suppression, Seahorse::Model::Operation.new.tap do |o|
|
4767
|
+
o.name = "DeleteAuditSuppression"
|
4768
|
+
o.http_method = "POST"
|
4769
|
+
o.http_request_uri = "/audit/suppressions/delete"
|
4770
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAuditSuppressionRequest)
|
4771
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAuditSuppressionResponse)
|
4772
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4773
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4774
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
4775
|
+
end)
|
4776
|
+
|
4648
4777
|
api.add_operation(:delete_authorizer, Seahorse::Model::Operation.new.tap do |o|
|
4649
4778
|
o.name = "DeleteAuthorizer"
|
4650
4779
|
o.http_method = "DELETE"
|
@@ -4834,6 +4963,7 @@ module Aws::IoT
|
|
4834
4963
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4835
4964
|
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
4836
4965
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4966
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
|
4837
4967
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4838
4968
|
end)
|
4839
4969
|
|
@@ -4848,6 +4978,7 @@ module Aws::IoT
|
|
4848
4978
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4849
4979
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4850
4980
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
4981
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
|
4851
4982
|
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
4852
4983
|
end)
|
4853
4984
|
|
@@ -5044,6 +5175,18 @@ module Aws::IoT
|
|
5044
5175
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5045
5176
|
end)
|
5046
5177
|
|
5178
|
+
api.add_operation(:describe_audit_suppression, Seahorse::Model::Operation.new.tap do |o|
|
5179
|
+
o.name = "DescribeAuditSuppression"
|
5180
|
+
o.http_method = "POST"
|
5181
|
+
o.http_request_uri = "/audit/suppressions/describe"
|
5182
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAuditSuppressionRequest)
|
5183
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAuditSuppressionResponse)
|
5184
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5185
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5186
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5187
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5188
|
+
end)
|
5189
|
+
|
5047
5190
|
api.add_operation(:describe_audit_task, Seahorse::Model::Operation.new.tap do |o|
|
5048
5191
|
o.name = "DescribeAuditTask"
|
5049
5192
|
o.http_method = "GET"
|
@@ -5636,6 +5779,12 @@ module Aws::IoT
|
|
5636
5779
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5637
5780
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5638
5781
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5782
|
+
o[:pager] = Aws::Pager.new(
|
5783
|
+
limit_key: "max_results",
|
5784
|
+
tokens: {
|
5785
|
+
"next_token" => "next_token"
|
5786
|
+
}
|
5787
|
+
)
|
5639
5788
|
end)
|
5640
5789
|
|
5641
5790
|
api.add_operation(:list_attached_policies, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5651,6 +5800,12 @@ module Aws::IoT
|
|
5651
5800
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5652
5801
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5653
5802
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
5803
|
+
o[:pager] = Aws::Pager.new(
|
5804
|
+
limit_key: "page_size",
|
5805
|
+
tokens: {
|
5806
|
+
"next_marker" => "marker"
|
5807
|
+
}
|
5808
|
+
)
|
5654
5809
|
end)
|
5655
5810
|
|
5656
5811
|
api.add_operation(:list_audit_findings, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5662,6 +5817,12 @@ module Aws::IoT
|
|
5662
5817
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5663
5818
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5664
5819
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5820
|
+
o[:pager] = Aws::Pager.new(
|
5821
|
+
limit_key: "max_results",
|
5822
|
+
tokens: {
|
5823
|
+
"next_token" => "next_token"
|
5824
|
+
}
|
5825
|
+
)
|
5665
5826
|
end)
|
5666
5827
|
|
5667
5828
|
api.add_operation(:list_audit_mitigation_actions_executions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5673,6 +5834,12 @@ module Aws::IoT
|
|
5673
5834
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5674
5835
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5675
5836
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5837
|
+
o[:pager] = Aws::Pager.new(
|
5838
|
+
limit_key: "max_results",
|
5839
|
+
tokens: {
|
5840
|
+
"next_token" => "next_token"
|
5841
|
+
}
|
5842
|
+
)
|
5676
5843
|
end)
|
5677
5844
|
|
5678
5845
|
api.add_operation(:list_audit_mitigation_actions_tasks, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5684,6 +5851,29 @@ module Aws::IoT
|
|
5684
5851
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5685
5852
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5686
5853
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5854
|
+
o[:pager] = Aws::Pager.new(
|
5855
|
+
limit_key: "max_results",
|
5856
|
+
tokens: {
|
5857
|
+
"next_token" => "next_token"
|
5858
|
+
}
|
5859
|
+
)
|
5860
|
+
end)
|
5861
|
+
|
5862
|
+
api.add_operation(:list_audit_suppressions, Seahorse::Model::Operation.new.tap do |o|
|
5863
|
+
o.name = "ListAuditSuppressions"
|
5864
|
+
o.http_method = "POST"
|
5865
|
+
o.http_request_uri = "/audit/suppressions/list"
|
5866
|
+
o.input = Shapes::ShapeRef.new(shape: ListAuditSuppressionsRequest)
|
5867
|
+
o.output = Shapes::ShapeRef.new(shape: ListAuditSuppressionsResponse)
|
5868
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5869
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5870
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5871
|
+
o[:pager] = Aws::Pager.new(
|
5872
|
+
limit_key: "max_results",
|
5873
|
+
tokens: {
|
5874
|
+
"next_token" => "next_token"
|
5875
|
+
}
|
5876
|
+
)
|
5687
5877
|
end)
|
5688
5878
|
|
5689
5879
|
api.add_operation(:list_audit_tasks, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5695,6 +5885,12 @@ module Aws::IoT
|
|
5695
5885
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5696
5886
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5697
5887
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5888
|
+
o[:pager] = Aws::Pager.new(
|
5889
|
+
limit_key: "max_results",
|
5890
|
+
tokens: {
|
5891
|
+
"next_token" => "next_token"
|
5892
|
+
}
|
5893
|
+
)
|
5698
5894
|
end)
|
5699
5895
|
|
5700
5896
|
api.add_operation(:list_authorizers, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5708,6 +5904,12 @@ module Aws::IoT
|
|
5708
5904
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5709
5905
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5710
5906
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5907
|
+
o[:pager] = Aws::Pager.new(
|
5908
|
+
limit_key: "page_size",
|
5909
|
+
tokens: {
|
5910
|
+
"next_marker" => "marker"
|
5911
|
+
}
|
5912
|
+
)
|
5711
5913
|
end)
|
5712
5914
|
|
5713
5915
|
api.add_operation(:list_billing_groups, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5720,6 +5922,12 @@ module Aws::IoT
|
|
5720
5922
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5721
5923
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5722
5924
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5925
|
+
o[:pager] = Aws::Pager.new(
|
5926
|
+
limit_key: "max_results",
|
5927
|
+
tokens: {
|
5928
|
+
"next_token" => "next_token"
|
5929
|
+
}
|
5930
|
+
)
|
5723
5931
|
end)
|
5724
5932
|
|
5725
5933
|
api.add_operation(:list_ca_certificates, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5733,6 +5941,12 @@ module Aws::IoT
|
|
5733
5941
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5734
5942
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5735
5943
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5944
|
+
o[:pager] = Aws::Pager.new(
|
5945
|
+
limit_key: "page_size",
|
5946
|
+
tokens: {
|
5947
|
+
"next_marker" => "marker"
|
5948
|
+
}
|
5949
|
+
)
|
5736
5950
|
end)
|
5737
5951
|
|
5738
5952
|
api.add_operation(:list_certificates, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5746,6 +5960,12 @@ module Aws::IoT
|
|
5746
5960
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5747
5961
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5748
5962
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5963
|
+
o[:pager] = Aws::Pager.new(
|
5964
|
+
limit_key: "page_size",
|
5965
|
+
tokens: {
|
5966
|
+
"next_marker" => "marker"
|
5967
|
+
}
|
5968
|
+
)
|
5749
5969
|
end)
|
5750
5970
|
|
5751
5971
|
api.add_operation(:list_certificates_by_ca, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5759,6 +5979,12 @@ module Aws::IoT
|
|
5759
5979
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5760
5980
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5761
5981
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5982
|
+
o[:pager] = Aws::Pager.new(
|
5983
|
+
limit_key: "page_size",
|
5984
|
+
tokens: {
|
5985
|
+
"next_marker" => "marker"
|
5986
|
+
}
|
5987
|
+
)
|
5762
5988
|
end)
|
5763
5989
|
|
5764
5990
|
api.add_operation(:list_dimensions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5770,6 +5996,12 @@ module Aws::IoT
|
|
5770
5996
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5771
5997
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5772
5998
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5999
|
+
o[:pager] = Aws::Pager.new(
|
6000
|
+
limit_key: "max_results",
|
6001
|
+
tokens: {
|
6002
|
+
"next_token" => "next_token"
|
6003
|
+
}
|
6004
|
+
)
|
5773
6005
|
end)
|
5774
6006
|
|
5775
6007
|
api.add_operation(:list_domain_configurations, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5783,6 +6015,12 @@ module Aws::IoT
|
|
5783
6015
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5784
6016
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5785
6017
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6018
|
+
o[:pager] = Aws::Pager.new(
|
6019
|
+
limit_key: "page_size",
|
6020
|
+
tokens: {
|
6021
|
+
"next_marker" => "marker"
|
6022
|
+
}
|
6023
|
+
)
|
5786
6024
|
end)
|
5787
6025
|
|
5788
6026
|
api.add_operation(:list_indices, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5796,6 +6034,12 @@ module Aws::IoT
|
|
5796
6034
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5797
6035
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5798
6036
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6037
|
+
o[:pager] = Aws::Pager.new(
|
6038
|
+
limit_key: "max_results",
|
6039
|
+
tokens: {
|
6040
|
+
"next_token" => "next_token"
|
6041
|
+
}
|
6042
|
+
)
|
5799
6043
|
end)
|
5800
6044
|
|
5801
6045
|
api.add_operation(:list_job_executions_for_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5808,6 +6052,12 @@ module Aws::IoT
|
|
5808
6052
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5809
6053
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5810
6054
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6055
|
+
o[:pager] = Aws::Pager.new(
|
6056
|
+
limit_key: "max_results",
|
6057
|
+
tokens: {
|
6058
|
+
"next_token" => "next_token"
|
6059
|
+
}
|
6060
|
+
)
|
5811
6061
|
end)
|
5812
6062
|
|
5813
6063
|
api.add_operation(:list_job_executions_for_thing, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5820,6 +6070,12 @@ module Aws::IoT
|
|
5820
6070
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5821
6071
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5822
6072
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6073
|
+
o[:pager] = Aws::Pager.new(
|
6074
|
+
limit_key: "max_results",
|
6075
|
+
tokens: {
|
6076
|
+
"next_token" => "next_token"
|
6077
|
+
}
|
6078
|
+
)
|
5823
6079
|
end)
|
5824
6080
|
|
5825
6081
|
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5832,6 +6088,12 @@ module Aws::IoT
|
|
5832
6088
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5833
6089
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5834
6090
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6091
|
+
o[:pager] = Aws::Pager.new(
|
6092
|
+
limit_key: "max_results",
|
6093
|
+
tokens: {
|
6094
|
+
"next_token" => "next_token"
|
6095
|
+
}
|
6096
|
+
)
|
5835
6097
|
end)
|
5836
6098
|
|
5837
6099
|
api.add_operation(:list_mitigation_actions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5843,6 +6105,12 @@ module Aws::IoT
|
|
5843
6105
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5844
6106
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5845
6107
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6108
|
+
o[:pager] = Aws::Pager.new(
|
6109
|
+
limit_key: "max_results",
|
6110
|
+
tokens: {
|
6111
|
+
"next_token" => "next_token"
|
6112
|
+
}
|
6113
|
+
)
|
5846
6114
|
end)
|
5847
6115
|
|
5848
6116
|
api.add_operation(:list_ota_updates, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5856,6 +6124,12 @@ module Aws::IoT
|
|
5856
6124
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5857
6125
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5858
6126
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6127
|
+
o[:pager] = Aws::Pager.new(
|
6128
|
+
limit_key: "max_results",
|
6129
|
+
tokens: {
|
6130
|
+
"next_token" => "next_token"
|
6131
|
+
}
|
6132
|
+
)
|
5859
6133
|
end)
|
5860
6134
|
|
5861
6135
|
api.add_operation(:list_outgoing_certificates, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5869,6 +6143,12 @@ module Aws::IoT
|
|
5869
6143
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5870
6144
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5871
6145
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6146
|
+
o[:pager] = Aws::Pager.new(
|
6147
|
+
limit_key: "page_size",
|
6148
|
+
tokens: {
|
6149
|
+
"next_marker" => "marker"
|
6150
|
+
}
|
6151
|
+
)
|
5872
6152
|
end)
|
5873
6153
|
|
5874
6154
|
api.add_operation(:list_policies, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5882,6 +6162,12 @@ module Aws::IoT
|
|
5882
6162
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5883
6163
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5884
6164
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6165
|
+
o[:pager] = Aws::Pager.new(
|
6166
|
+
limit_key: "page_size",
|
6167
|
+
tokens: {
|
6168
|
+
"next_marker" => "marker"
|
6169
|
+
}
|
6170
|
+
)
|
5885
6171
|
end)
|
5886
6172
|
|
5887
6173
|
api.add_operation(:list_policy_principals, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5897,6 +6183,12 @@ module Aws::IoT
|
|
5897
6183
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5898
6184
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5899
6185
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6186
|
+
o[:pager] = Aws::Pager.new(
|
6187
|
+
limit_key: "page_size",
|
6188
|
+
tokens: {
|
6189
|
+
"next_marker" => "marker"
|
6190
|
+
}
|
6191
|
+
)
|
5900
6192
|
end)
|
5901
6193
|
|
5902
6194
|
api.add_operation(:list_policy_versions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5926,6 +6218,12 @@ module Aws::IoT
|
|
5926
6218
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5927
6219
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5928
6220
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6221
|
+
o[:pager] = Aws::Pager.new(
|
6222
|
+
limit_key: "page_size",
|
6223
|
+
tokens: {
|
6224
|
+
"next_marker" => "marker"
|
6225
|
+
}
|
6226
|
+
)
|
5929
6227
|
end)
|
5930
6228
|
|
5931
6229
|
api.add_operation(:list_principal_things, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5940,6 +6238,12 @@ module Aws::IoT
|
|
5940
6238
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5941
6239
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
5942
6240
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6241
|
+
o[:pager] = Aws::Pager.new(
|
6242
|
+
limit_key: "max_results",
|
6243
|
+
tokens: {
|
6244
|
+
"next_token" => "next_token"
|
6245
|
+
}
|
6246
|
+
)
|
5943
6247
|
end)
|
5944
6248
|
|
5945
6249
|
api.add_operation(:list_provisioning_template_versions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5953,6 +6257,12 @@ module Aws::IoT
|
|
5953
6257
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5954
6258
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5955
6259
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6260
|
+
o[:pager] = Aws::Pager.new(
|
6261
|
+
limit_key: "max_results",
|
6262
|
+
tokens: {
|
6263
|
+
"next_token" => "next_token"
|
6264
|
+
}
|
6265
|
+
)
|
5956
6266
|
end)
|
5957
6267
|
|
5958
6268
|
api.add_operation(:list_provisioning_templates, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5965,6 +6275,12 @@ module Aws::IoT
|
|
5965
6275
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5966
6276
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5967
6277
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6278
|
+
o[:pager] = Aws::Pager.new(
|
6279
|
+
limit_key: "max_results",
|
6280
|
+
tokens: {
|
6281
|
+
"next_token" => "next_token"
|
6282
|
+
}
|
6283
|
+
)
|
5968
6284
|
end)
|
5969
6285
|
|
5970
6286
|
api.add_operation(:list_role_aliases, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5978,6 +6294,12 @@ module Aws::IoT
|
|
5978
6294
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5979
6295
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
5980
6296
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6297
|
+
o[:pager] = Aws::Pager.new(
|
6298
|
+
limit_key: "page_size",
|
6299
|
+
tokens: {
|
6300
|
+
"next_marker" => "marker"
|
6301
|
+
}
|
6302
|
+
)
|
5981
6303
|
end)
|
5982
6304
|
|
5983
6305
|
api.add_operation(:list_scheduled_audits, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5989,6 +6311,12 @@ module Aws::IoT
|
|
5989
6311
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
5990
6312
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5991
6313
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6314
|
+
o[:pager] = Aws::Pager.new(
|
6315
|
+
limit_key: "max_results",
|
6316
|
+
tokens: {
|
6317
|
+
"next_token" => "next_token"
|
6318
|
+
}
|
6319
|
+
)
|
5992
6320
|
end)
|
5993
6321
|
|
5994
6322
|
api.add_operation(:list_security_profiles, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6001,6 +6329,12 @@ module Aws::IoT
|
|
6001
6329
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6002
6330
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6003
6331
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6332
|
+
o[:pager] = Aws::Pager.new(
|
6333
|
+
limit_key: "max_results",
|
6334
|
+
tokens: {
|
6335
|
+
"next_token" => "next_token"
|
6336
|
+
}
|
6337
|
+
)
|
6004
6338
|
end)
|
6005
6339
|
|
6006
6340
|
api.add_operation(:list_security_profiles_for_target, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6013,6 +6347,12 @@ module Aws::IoT
|
|
6013
6347
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6014
6348
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6015
6349
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6350
|
+
o[:pager] = Aws::Pager.new(
|
6351
|
+
limit_key: "max_results",
|
6352
|
+
tokens: {
|
6353
|
+
"next_token" => "next_token"
|
6354
|
+
}
|
6355
|
+
)
|
6016
6356
|
end)
|
6017
6357
|
|
6018
6358
|
api.add_operation(:list_streams, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6026,6 +6366,12 @@ module Aws::IoT
|
|
6026
6366
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6027
6367
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6028
6368
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6369
|
+
o[:pager] = Aws::Pager.new(
|
6370
|
+
limit_key: "max_results",
|
6371
|
+
tokens: {
|
6372
|
+
"next_token" => "next_token"
|
6373
|
+
}
|
6374
|
+
)
|
6029
6375
|
end)
|
6030
6376
|
|
6031
6377
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6038,6 +6384,11 @@ module Aws::IoT
|
|
6038
6384
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6039
6385
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6040
6386
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6387
|
+
o[:pager] = Aws::Pager.new(
|
6388
|
+
tokens: {
|
6389
|
+
"next_token" => "next_token"
|
6390
|
+
}
|
6391
|
+
)
|
6041
6392
|
end)
|
6042
6393
|
|
6043
6394
|
api.add_operation(:list_targets_for_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6053,6 +6404,12 @@ module Aws::IoT
|
|
6053
6404
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6054
6405
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6055
6406
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
6407
|
+
o[:pager] = Aws::Pager.new(
|
6408
|
+
limit_key: "page_size",
|
6409
|
+
tokens: {
|
6410
|
+
"next_marker" => "marker"
|
6411
|
+
}
|
6412
|
+
)
|
6056
6413
|
end)
|
6057
6414
|
|
6058
6415
|
api.add_operation(:list_targets_for_security_profile, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6065,6 +6422,12 @@ module Aws::IoT
|
|
6065
6422
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6066
6423
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6067
6424
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6425
|
+
o[:pager] = Aws::Pager.new(
|
6426
|
+
limit_key: "max_results",
|
6427
|
+
tokens: {
|
6428
|
+
"next_token" => "next_token"
|
6429
|
+
}
|
6430
|
+
)
|
6068
6431
|
end)
|
6069
6432
|
|
6070
6433
|
api.add_operation(:list_thing_groups, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6076,6 +6439,12 @@ module Aws::IoT
|
|
6076
6439
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6077
6440
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6078
6441
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6442
|
+
o[:pager] = Aws::Pager.new(
|
6443
|
+
limit_key: "max_results",
|
6444
|
+
tokens: {
|
6445
|
+
"next_token" => "next_token"
|
6446
|
+
}
|
6447
|
+
)
|
6079
6448
|
end)
|
6080
6449
|
|
6081
6450
|
api.add_operation(:list_thing_groups_for_thing, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6087,6 +6456,12 @@ module Aws::IoT
|
|
6087
6456
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6088
6457
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6089
6458
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6459
|
+
o[:pager] = Aws::Pager.new(
|
6460
|
+
limit_key: "max_results",
|
6461
|
+
tokens: {
|
6462
|
+
"next_token" => "next_token"
|
6463
|
+
}
|
6464
|
+
)
|
6090
6465
|
end)
|
6091
6466
|
|
6092
6467
|
api.add_operation(:list_thing_principals, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6113,6 +6488,12 @@ module Aws::IoT
|
|
6113
6488
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6114
6489
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6115
6490
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6491
|
+
o[:pager] = Aws::Pager.new(
|
6492
|
+
limit_key: "max_results",
|
6493
|
+
tokens: {
|
6494
|
+
"next_token" => "next_token"
|
6495
|
+
}
|
6496
|
+
)
|
6116
6497
|
end)
|
6117
6498
|
|
6118
6499
|
api.add_operation(:list_thing_registration_tasks, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6125,6 +6506,12 @@ module Aws::IoT
|
|
6125
6506
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6126
6507
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6127
6508
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6509
|
+
o[:pager] = Aws::Pager.new(
|
6510
|
+
limit_key: "max_results",
|
6511
|
+
tokens: {
|
6512
|
+
"next_token" => "next_token"
|
6513
|
+
}
|
6514
|
+
)
|
6128
6515
|
end)
|
6129
6516
|
|
6130
6517
|
api.add_operation(:list_thing_types, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6138,6 +6525,12 @@ module Aws::IoT
|
|
6138
6525
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6139
6526
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6140
6527
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6528
|
+
o[:pager] = Aws::Pager.new(
|
6529
|
+
limit_key: "max_results",
|
6530
|
+
tokens: {
|
6531
|
+
"next_token" => "next_token"
|
6532
|
+
}
|
6533
|
+
)
|
6141
6534
|
end)
|
6142
6535
|
|
6143
6536
|
api.add_operation(:list_things, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6151,6 +6544,12 @@ module Aws::IoT
|
|
6151
6544
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6152
6545
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6153
6546
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6547
|
+
o[:pager] = Aws::Pager.new(
|
6548
|
+
limit_key: "max_results",
|
6549
|
+
tokens: {
|
6550
|
+
"next_token" => "next_token"
|
6551
|
+
}
|
6552
|
+
)
|
6154
6553
|
end)
|
6155
6554
|
|
6156
6555
|
api.add_operation(:list_things_in_billing_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6163,6 +6562,12 @@ module Aws::IoT
|
|
6163
6562
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6164
6563
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6165
6564
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6565
|
+
o[:pager] = Aws::Pager.new(
|
6566
|
+
limit_key: "max_results",
|
6567
|
+
tokens: {
|
6568
|
+
"next_token" => "next_token"
|
6569
|
+
}
|
6570
|
+
)
|
6166
6571
|
end)
|
6167
6572
|
|
6168
6573
|
api.add_operation(:list_things_in_thing_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6174,6 +6579,12 @@ module Aws::IoT
|
|
6174
6579
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6175
6580
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6176
6581
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6582
|
+
o[:pager] = Aws::Pager.new(
|
6583
|
+
limit_key: "max_results",
|
6584
|
+
tokens: {
|
6585
|
+
"next_token" => "next_token"
|
6586
|
+
}
|
6587
|
+
)
|
6177
6588
|
end)
|
6178
6589
|
|
6179
6590
|
api.add_operation(:list_topic_rule_destinations, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6186,6 +6597,12 @@ module Aws::IoT
|
|
6186
6597
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6187
6598
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6188
6599
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6600
|
+
o[:pager] = Aws::Pager.new(
|
6601
|
+
limit_key: "max_results",
|
6602
|
+
tokens: {
|
6603
|
+
"next_token" => "next_token"
|
6604
|
+
}
|
6605
|
+
)
|
6189
6606
|
end)
|
6190
6607
|
|
6191
6608
|
api.add_operation(:list_topic_rules, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6197,6 +6614,12 @@ module Aws::IoT
|
|
6197
6614
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
6198
6615
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6199
6616
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6617
|
+
o[:pager] = Aws::Pager.new(
|
6618
|
+
limit_key: "max_results",
|
6619
|
+
tokens: {
|
6620
|
+
"next_token" => "next_token"
|
6621
|
+
}
|
6622
|
+
)
|
6200
6623
|
end)
|
6201
6624
|
|
6202
6625
|
api.add_operation(:list_v2_logging_levels, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6209,6 +6632,12 @@ module Aws::IoT
|
|
6209
6632
|
o.errors << Shapes::ShapeRef.new(shape: NotConfiguredException)
|
6210
6633
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6211
6634
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6635
|
+
o[:pager] = Aws::Pager.new(
|
6636
|
+
limit_key: "max_results",
|
6637
|
+
tokens: {
|
6638
|
+
"next_token" => "next_token"
|
6639
|
+
}
|
6640
|
+
)
|
6212
6641
|
end)
|
6213
6642
|
|
6214
6643
|
api.add_operation(:list_violation_events, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6220,6 +6649,12 @@ module Aws::IoT
|
|
6220
6649
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6221
6650
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6222
6651
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6652
|
+
o[:pager] = Aws::Pager.new(
|
6653
|
+
limit_key: "max_results",
|
6654
|
+
tokens: {
|
6655
|
+
"next_token" => "next_token"
|
6656
|
+
}
|
6657
|
+
)
|
6223
6658
|
end)
|
6224
6659
|
|
6225
6660
|
api.add_operation(:register_ca_certificate, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6406,6 +6841,7 @@ module Aws::IoT
|
|
6406
6841
|
o.errors << Shapes::ShapeRef.new(shape: NotConfiguredException)
|
6407
6842
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6408
6843
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
6844
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
6409
6845
|
end)
|
6410
6846
|
|
6411
6847
|
api.add_operation(:set_v2_logging_options, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6551,6 +6987,18 @@ module Aws::IoT
|
|
6551
6987
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
6552
6988
|
end)
|
6553
6989
|
|
6990
|
+
api.add_operation(:update_audit_suppression, Seahorse::Model::Operation.new.tap do |o|
|
6991
|
+
o.name = "UpdateAuditSuppression"
|
6992
|
+
o.http_method = "PATCH"
|
6993
|
+
o.http_request_uri = "/audit/suppressions/update"
|
6994
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAuditSuppressionRequest)
|
6995
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAuditSuppressionResponse)
|
6996
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
6997
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6998
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6999
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
7000
|
+
end)
|
7001
|
+
|
6554
7002
|
api.add_operation(:update_authorizer, Seahorse::Model::Operation.new.tap do |o|
|
6555
7003
|
o.name = "UpdateAuthorizer"
|
6556
7004
|
o.http_method = "PUT"
|