aws-sdk-core 2.11.97 → 2.11.98

Sign up to get free protection for your applications and to get access to all the features.
@@ -907,7 +907,8 @@
907
907
  "type":"string",
908
908
  "enum":[
909
909
  "INDEX_SLOW_LOGS",
910
- "SEARCH_SLOW_LOGS"
910
+ "SEARCH_SLOW_LOGS",
911
+ "ES_APPLICATION_LOGS"
911
912
  ]
912
913
  },
913
914
  "MaxResults":{
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListDomainNames",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeElasticsearchDomain",
12
+ "input": {
13
+ "DomainName": "not-a-domain"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -94,6 +94,23 @@
94
94
  ],
95
95
  "deprecated":true
96
96
  },
97
+ "AttachSecurityProfile":{
98
+ "name":"AttachSecurityProfile",
99
+ "http":{
100
+ "method":"PUT",
101
+ "requestUri":"/security-profiles/{securityProfileName}/targets"
102
+ },
103
+ "input":{"shape":"AttachSecurityProfileRequest"},
104
+ "output":{"shape":"AttachSecurityProfileResponse"},
105
+ "errors":[
106
+ {"shape":"InvalidRequestException"},
107
+ {"shape":"ResourceNotFoundException"},
108
+ {"shape":"LimitExceededException"},
109
+ {"shape":"VersionConflictException"},
110
+ {"shape":"ThrottlingException"},
111
+ {"shape":"InternalFailureException"}
112
+ ]
113
+ },
97
114
  "AttachThingPrincipal":{
98
115
  "name":"AttachThingPrincipal",
99
116
  "http":{
@@ -111,6 +128,21 @@
111
128
  {"shape":"InternalFailureException"}
112
129
  ]
113
130
  },
131
+ "CancelAuditTask":{
132
+ "name":"CancelAuditTask",
133
+ "http":{
134
+ "method":"PUT",
135
+ "requestUri":"/audit/tasks/{taskId}/cancel"
136
+ },
137
+ "input":{"shape":"CancelAuditTaskRequest"},
138
+ "output":{"shape":"CancelAuditTaskResponse"},
139
+ "errors":[
140
+ {"shape":"ResourceNotFoundException"},
141
+ {"shape":"InvalidRequestException"},
142
+ {"shape":"ThrottlingException"},
143
+ {"shape":"InternalFailureException"}
144
+ ]
145
+ },
114
146
  "CancelCertificateTransfer":{
115
147
  "name":"CancelCertificateTransfer",
116
148
  "http":{
@@ -316,6 +348,36 @@
316
348
  {"shape":"InternalFailureException"}
317
349
  ]
318
350
  },
351
+ "CreateScheduledAudit":{
352
+ "name":"CreateScheduledAudit",
353
+ "http":{
354
+ "method":"POST",
355
+ "requestUri":"/audit/scheduledaudits/{scheduledAuditName}"
356
+ },
357
+ "input":{"shape":"CreateScheduledAuditRequest"},
358
+ "output":{"shape":"CreateScheduledAuditResponse"},
359
+ "errors":[
360
+ {"shape":"InvalidRequestException"},
361
+ {"shape":"ThrottlingException"},
362
+ {"shape":"InternalFailureException"},
363
+ {"shape":"LimitExceededException"}
364
+ ]
365
+ },
366
+ "CreateSecurityProfile":{
367
+ "name":"CreateSecurityProfile",
368
+ "http":{
369
+ "method":"POST",
370
+ "requestUri":"/security-profiles/{securityProfileName}"
371
+ },
372
+ "input":{"shape":"CreateSecurityProfileRequest"},
373
+ "output":{"shape":"CreateSecurityProfileResponse"},
374
+ "errors":[
375
+ {"shape":"InvalidRequestException"},
376
+ {"shape":"ResourceAlreadyExistsException"},
377
+ {"shape":"ThrottlingException"},
378
+ {"shape":"InternalFailureException"}
379
+ ]
380
+ },
319
381
  "CreateStream":{
320
382
  "name":"CreateStream",
321
383
  "http":{
@@ -399,6 +461,21 @@
399
461
  {"shape":"ServiceUnavailableException"}
400
462
  ]
401
463
  },
464
+ "DeleteAccountAuditConfiguration":{
465
+ "name":"DeleteAccountAuditConfiguration",
466
+ "http":{
467
+ "method":"DELETE",
468
+ "requestUri":"/audit/configuration"
469
+ },
470
+ "input":{"shape":"DeleteAccountAuditConfigurationRequest"},
471
+ "output":{"shape":"DeleteAccountAuditConfigurationResponse"},
472
+ "errors":[
473
+ {"shape":"InvalidRequestException"},
474
+ {"shape":"ResourceNotFoundException"},
475
+ {"shape":"ThrottlingException"},
476
+ {"shape":"InternalFailureException"}
477
+ ]
478
+ },
402
479
  "DeleteAuthorizer":{
403
480
  "name":"DeleteAuthorizer",
404
481
  "http":{
@@ -569,6 +646,36 @@
569
646
  {"shape":"ResourceNotFoundException"}
570
647
  ]
571
648
  },
649
+ "DeleteScheduledAudit":{
650
+ "name":"DeleteScheduledAudit",
651
+ "http":{
652
+ "method":"DELETE",
653
+ "requestUri":"/audit/scheduledaudits/{scheduledAuditName}"
654
+ },
655
+ "input":{"shape":"DeleteScheduledAuditRequest"},
656
+ "output":{"shape":"DeleteScheduledAuditResponse"},
657
+ "errors":[
658
+ {"shape":"InvalidRequestException"},
659
+ {"shape":"ResourceNotFoundException"},
660
+ {"shape":"ThrottlingException"},
661
+ {"shape":"InternalFailureException"}
662
+ ]
663
+ },
664
+ "DeleteSecurityProfile":{
665
+ "name":"DeleteSecurityProfile",
666
+ "http":{
667
+ "method":"DELETE",
668
+ "requestUri":"/security-profiles/{securityProfileName}"
669
+ },
670
+ "input":{"shape":"DeleteSecurityProfileRequest"},
671
+ "output":{"shape":"DeleteSecurityProfileResponse"},
672
+ "errors":[
673
+ {"shape":"InvalidRequestException"},
674
+ {"shape":"ThrottlingException"},
675
+ {"shape":"InternalFailureException"},
676
+ {"shape":"VersionConflictException"}
677
+ ]
678
+ },
572
679
  "DeleteStream":{
573
680
  "name":"DeleteStream",
574
681
  "http":{
@@ -681,6 +788,34 @@
681
788
  {"shape":"InternalFailureException"}
682
789
  ]
683
790
  },
791
+ "DescribeAccountAuditConfiguration":{
792
+ "name":"DescribeAccountAuditConfiguration",
793
+ "http":{
794
+ "method":"GET",
795
+ "requestUri":"/audit/configuration"
796
+ },
797
+ "input":{"shape":"DescribeAccountAuditConfigurationRequest"},
798
+ "output":{"shape":"DescribeAccountAuditConfigurationResponse"},
799
+ "errors":[
800
+ {"shape":"ThrottlingException"},
801
+ {"shape":"InternalFailureException"}
802
+ ]
803
+ },
804
+ "DescribeAuditTask":{
805
+ "name":"DescribeAuditTask",
806
+ "http":{
807
+ "method":"GET",
808
+ "requestUri":"/audit/tasks/{taskId}"
809
+ },
810
+ "input":{"shape":"DescribeAuditTaskRequest"},
811
+ "output":{"shape":"DescribeAuditTaskResponse"},
812
+ "errors":[
813
+ {"shape":"InvalidRequestException"},
814
+ {"shape":"ResourceNotFoundException"},
815
+ {"shape":"ThrottlingException"},
816
+ {"shape":"InternalFailureException"}
817
+ ]
818
+ },
684
819
  "DescribeAuthorizer":{
685
820
  "name":"DescribeAuthorizer",
686
821
  "http":{
@@ -841,6 +976,36 @@
841
976
  {"shape":"ResourceNotFoundException"}
842
977
  ]
843
978
  },
979
+ "DescribeScheduledAudit":{
980
+ "name":"DescribeScheduledAudit",
981
+ "http":{
982
+ "method":"GET",
983
+ "requestUri":"/audit/scheduledaudits/{scheduledAuditName}"
984
+ },
985
+ "input":{"shape":"DescribeScheduledAuditRequest"},
986
+ "output":{"shape":"DescribeScheduledAuditResponse"},
987
+ "errors":[
988
+ {"shape":"InvalidRequestException"},
989
+ {"shape":"ResourceNotFoundException"},
990
+ {"shape":"ThrottlingException"},
991
+ {"shape":"InternalFailureException"}
992
+ ]
993
+ },
994
+ "DescribeSecurityProfile":{
995
+ "name":"DescribeSecurityProfile",
996
+ "http":{
997
+ "method":"GET",
998
+ "requestUri":"/security-profiles/{securityProfileName}"
999
+ },
1000
+ "input":{"shape":"DescribeSecurityProfileRequest"},
1001
+ "output":{"shape":"DescribeSecurityProfileResponse"},
1002
+ "errors":[
1003
+ {"shape":"InvalidRequestException"},
1004
+ {"shape":"ResourceNotFoundException"},
1005
+ {"shape":"ThrottlingException"},
1006
+ {"shape":"InternalFailureException"}
1007
+ ]
1008
+ },
844
1009
  "DescribeStream":{
845
1010
  "name":"DescribeStream",
846
1011
  "http":{
@@ -956,6 +1121,21 @@
956
1121
  ],
957
1122
  "deprecated":true
958
1123
  },
1124
+ "DetachSecurityProfile":{
1125
+ "name":"DetachSecurityProfile",
1126
+ "http":{
1127
+ "method":"DELETE",
1128
+ "requestUri":"/security-profiles/{securityProfileName}/targets"
1129
+ },
1130
+ "input":{"shape":"DetachSecurityProfileRequest"},
1131
+ "output":{"shape":"DetachSecurityProfileResponse"},
1132
+ "errors":[
1133
+ {"shape":"InvalidRequestException"},
1134
+ {"shape":"ResourceNotFoundException"},
1135
+ {"shape":"ThrottlingException"},
1136
+ {"shape":"InternalFailureException"}
1137
+ ]
1138
+ },
959
1139
  "DetachThingPrincipal":{
960
1140
  "name":"DetachThingPrincipal",
961
1141
  "http":{
@@ -1156,10 +1336,25 @@
1156
1336
  "output":{"shape":"GetV2LoggingOptionsResponse"},
1157
1337
  "errors":[
1158
1338
  {"shape":"InternalException"},
1159
- {"shape":"InvalidRequestException"},
1339
+ {"shape":"NotConfiguredException"},
1160
1340
  {"shape":"ServiceUnavailableException"}
1161
1341
  ]
1162
1342
  },
1343
+ "ListActiveViolations":{
1344
+ "name":"ListActiveViolations",
1345
+ "http":{
1346
+ "method":"GET",
1347
+ "requestUri":"/active-violations"
1348
+ },
1349
+ "input":{"shape":"ListActiveViolationsRequest"},
1350
+ "output":{"shape":"ListActiveViolationsResponse"},
1351
+ "errors":[
1352
+ {"shape":"InvalidRequestException"},
1353
+ {"shape":"ResourceNotFoundException"},
1354
+ {"shape":"ThrottlingException"},
1355
+ {"shape":"InternalFailureException"}
1356
+ ]
1357
+ },
1163
1358
  "ListAttachedPolicies":{
1164
1359
  "name":"ListAttachedPolicies",
1165
1360
  "http":{
@@ -1178,6 +1373,34 @@
1178
1373
  {"shape":"LimitExceededException"}
1179
1374
  ]
1180
1375
  },
1376
+ "ListAuditFindings":{
1377
+ "name":"ListAuditFindings",
1378
+ "http":{
1379
+ "method":"POST",
1380
+ "requestUri":"/audit/findings"
1381
+ },
1382
+ "input":{"shape":"ListAuditFindingsRequest"},
1383
+ "output":{"shape":"ListAuditFindingsResponse"},
1384
+ "errors":[
1385
+ {"shape":"InvalidRequestException"},
1386
+ {"shape":"ThrottlingException"},
1387
+ {"shape":"InternalFailureException"}
1388
+ ]
1389
+ },
1390
+ "ListAuditTasks":{
1391
+ "name":"ListAuditTasks",
1392
+ "http":{
1393
+ "method":"GET",
1394
+ "requestUri":"/audit/tasks"
1395
+ },
1396
+ "input":{"shape":"ListAuditTasksRequest"},
1397
+ "output":{"shape":"ListAuditTasksResponse"},
1398
+ "errors":[
1399
+ {"shape":"InvalidRequestException"},
1400
+ {"shape":"ThrottlingException"},
1401
+ {"shape":"InternalFailureException"}
1402
+ ]
1403
+ },
1181
1404
  "ListAuthorizers":{
1182
1405
  "name":"ListAuthorizers",
1183
1406
  "http":{
@@ -1437,6 +1660,49 @@
1437
1660
  {"shape":"InternalFailureException"}
1438
1661
  ]
1439
1662
  },
1663
+ "ListScheduledAudits":{
1664
+ "name":"ListScheduledAudits",
1665
+ "http":{
1666
+ "method":"GET",
1667
+ "requestUri":"/audit/scheduledaudits"
1668
+ },
1669
+ "input":{"shape":"ListScheduledAuditsRequest"},
1670
+ "output":{"shape":"ListScheduledAuditsResponse"},
1671
+ "errors":[
1672
+ {"shape":"InvalidRequestException"},
1673
+ {"shape":"ThrottlingException"},
1674
+ {"shape":"InternalFailureException"}
1675
+ ]
1676
+ },
1677
+ "ListSecurityProfiles":{
1678
+ "name":"ListSecurityProfiles",
1679
+ "http":{
1680
+ "method":"GET",
1681
+ "requestUri":"/security-profiles"
1682
+ },
1683
+ "input":{"shape":"ListSecurityProfilesRequest"},
1684
+ "output":{"shape":"ListSecurityProfilesResponse"},
1685
+ "errors":[
1686
+ {"shape":"InvalidRequestException"},
1687
+ {"shape":"ThrottlingException"},
1688
+ {"shape":"InternalFailureException"}
1689
+ ]
1690
+ },
1691
+ "ListSecurityProfilesForTarget":{
1692
+ "name":"ListSecurityProfilesForTarget",
1693
+ "http":{
1694
+ "method":"GET",
1695
+ "requestUri":"/security-profiles-for-target"
1696
+ },
1697
+ "input":{"shape":"ListSecurityProfilesForTargetRequest"},
1698
+ "output":{"shape":"ListSecurityProfilesForTargetResponse"},
1699
+ "errors":[
1700
+ {"shape":"InvalidRequestException"},
1701
+ {"shape":"ThrottlingException"},
1702
+ {"shape":"InternalFailureException"},
1703
+ {"shape":"ResourceNotFoundException"}
1704
+ ]
1705
+ },
1440
1706
  "ListStreams":{
1441
1707
  "name":"ListStreams",
1442
1708
  "http":{
@@ -1471,6 +1737,21 @@
1471
1737
  {"shape":"LimitExceededException"}
1472
1738
  ]
1473
1739
  },
1740
+ "ListTargetsForSecurityProfile":{
1741
+ "name":"ListTargetsForSecurityProfile",
1742
+ "http":{
1743
+ "method":"GET",
1744
+ "requestUri":"/security-profiles/{securityProfileName}/targets"
1745
+ },
1746
+ "input":{"shape":"ListTargetsForSecurityProfileRequest"},
1747
+ "output":{"shape":"ListTargetsForSecurityProfileResponse"},
1748
+ "errors":[
1749
+ {"shape":"InvalidRequestException"},
1750
+ {"shape":"ResourceNotFoundException"},
1751
+ {"shape":"ThrottlingException"},
1752
+ {"shape":"InternalFailureException"}
1753
+ ]
1754
+ },
1474
1755
  "ListThingGroups":{
1475
1756
  "name":"ListThingGroups",
1476
1757
  "http":{
@@ -1621,6 +1902,20 @@
1621
1902
  {"shape":"ServiceUnavailableException"}
1622
1903
  ]
1623
1904
  },
1905
+ "ListViolationEvents":{
1906
+ "name":"ListViolationEvents",
1907
+ "http":{
1908
+ "method":"GET",
1909
+ "requestUri":"/violation-events"
1910
+ },
1911
+ "input":{"shape":"ListViolationEventsRequest"},
1912
+ "output":{"shape":"ListViolationEventsResponse"},
1913
+ "errors":[
1914
+ {"shape":"InvalidRequestException"},
1915
+ {"shape":"ThrottlingException"},
1916
+ {"shape":"InternalFailureException"}
1917
+ ]
1918
+ },
1624
1919
  "RegisterCACertificate":{
1625
1920
  "name":"RegisterCACertificate",
1626
1921
  "http":{
@@ -1819,6 +2114,21 @@
1819
2114
  {"shape":"ServiceUnavailableException"}
1820
2115
  ]
1821
2116
  },
2117
+ "StartOnDemandAuditTask":{
2118
+ "name":"StartOnDemandAuditTask",
2119
+ "http":{
2120
+ "method":"POST",
2121
+ "requestUri":"/audit/tasks"
2122
+ },
2123
+ "input":{"shape":"StartOnDemandAuditTaskRequest"},
2124
+ "output":{"shape":"StartOnDemandAuditTaskResponse"},
2125
+ "errors":[
2126
+ {"shape":"InvalidRequestException"},
2127
+ {"shape":"ThrottlingException"},
2128
+ {"shape":"InternalFailureException"},
2129
+ {"shape":"LimitExceededException"}
2130
+ ]
2131
+ },
1822
2132
  "StartThingRegistrationTask":{
1823
2133
  "name":"StartThingRegistrationTask",
1824
2134
  "http":{
@@ -1905,6 +2215,20 @@
1905
2215
  {"shape":"InternalFailureException"}
1906
2216
  ]
1907
2217
  },
2218
+ "UpdateAccountAuditConfiguration":{
2219
+ "name":"UpdateAccountAuditConfiguration",
2220
+ "http":{
2221
+ "method":"PATCH",
2222
+ "requestUri":"/audit/configuration"
2223
+ },
2224
+ "input":{"shape":"UpdateAccountAuditConfigurationRequest"},
2225
+ "output":{"shape":"UpdateAccountAuditConfigurationResponse"},
2226
+ "errors":[
2227
+ {"shape":"InvalidRequestException"},
2228
+ {"shape":"ThrottlingException"},
2229
+ {"shape":"InternalFailureException"}
2230
+ ]
2231
+ },
1908
2232
  "UpdateAuthorizer":{
1909
2233
  "name":"UpdateAuthorizer",
1910
2234
  "http":{
@@ -2003,6 +2327,37 @@
2003
2327
  {"shape":"InternalFailureException"}
2004
2328
  ]
2005
2329
  },
2330
+ "UpdateScheduledAudit":{
2331
+ "name":"UpdateScheduledAudit",
2332
+ "http":{
2333
+ "method":"PATCH",
2334
+ "requestUri":"/audit/scheduledaudits/{scheduledAuditName}"
2335
+ },
2336
+ "input":{"shape":"UpdateScheduledAuditRequest"},
2337
+ "output":{"shape":"UpdateScheduledAuditResponse"},
2338
+ "errors":[
2339
+ {"shape":"InvalidRequestException"},
2340
+ {"shape":"ResourceNotFoundException"},
2341
+ {"shape":"ThrottlingException"},
2342
+ {"shape":"InternalFailureException"}
2343
+ ]
2344
+ },
2345
+ "UpdateSecurityProfile":{
2346
+ "name":"UpdateSecurityProfile",
2347
+ "http":{
2348
+ "method":"PATCH",
2349
+ "requestUri":"/security-profiles/{securityProfileName}"
2350
+ },
2351
+ "input":{"shape":"UpdateSecurityProfileRequest"},
2352
+ "output":{"shape":"UpdateSecurityProfileResponse"},
2353
+ "errors":[
2354
+ {"shape":"InvalidRequestException"},
2355
+ {"shape":"ResourceNotFoundException"},
2356
+ {"shape":"VersionConflictException"},
2357
+ {"shape":"ThrottlingException"},
2358
+ {"shape":"InternalFailureException"}
2359
+ ]
2360
+ },
2006
2361
  "UpdateStream":{
2007
2362
  "name":"UpdateStream",
2008
2363
  "http":{
@@ -2068,6 +2423,20 @@
2068
2423
  {"shape":"InternalFailureException"},
2069
2424
  {"shape":"ResourceNotFoundException"}
2070
2425
  ]
2426
+ },
2427
+ "ValidateSecurityProfileBehaviors":{
2428
+ "name":"ValidateSecurityProfileBehaviors",
2429
+ "http":{
2430
+ "method":"POST",
2431
+ "requestUri":"/security-profile-behaviors/validate"
2432
+ },
2433
+ "input":{"shape":"ValidateSecurityProfileBehaviorsRequest"},
2434
+ "output":{"shape":"ValidateSecurityProfileBehaviorsResponse"},
2435
+ "errors":[
2436
+ {"shape":"InvalidRequestException"},
2437
+ {"shape":"ThrottlingException"},
2438
+ {"shape":"InternalFailureException"}
2439
+ ]
2071
2440
  }
2072
2441
  },
2073
2442
  "shapes":{
@@ -2103,7 +2472,8 @@
2103
2472
  "cloudwatchAlarm":{"shape":"CloudwatchAlarmAction"},
2104
2473
  "elasticsearch":{"shape":"ElasticsearchAction"},
2105
2474
  "salesforce":{"shape":"SalesforceAction"},
2106
- "iotAnalytics":{"shape":"IotAnalyticsAction"}
2475
+ "iotAnalytics":{"shape":"IotAnalyticsAction"},
2476
+ "stepFunctions":{"shape":"StepFunctionsAction"}
2107
2477
  }
2108
2478
  },
2109
2479
  "ActionList":{
@@ -2121,6 +2491,22 @@
2121
2491
  "CONNECT"
2122
2492
  ]
2123
2493
  },
2494
+ "ActiveViolation":{
2495
+ "type":"structure",
2496
+ "members":{
2497
+ "violationId":{"shape":"ViolationId"},
2498
+ "thingName":{"shape":"ThingName"},
2499
+ "securityProfileName":{"shape":"SecurityProfileName"},
2500
+ "behavior":{"shape":"Behavior"},
2501
+ "lastViolationValue":{"shape":"MetricValue"},
2502
+ "lastViolationTime":{"shape":"Timestamp"},
2503
+ "violationStartTime":{"shape":"Timestamp"}
2504
+ }
2505
+ },
2506
+ "ActiveViolations":{
2507
+ "type":"list",
2508
+ "member":{"shape":"ActiveViolation"}
2509
+ },
2124
2510
  "AddThingToThingGroupRequest":{
2125
2511
  "type":"structure",
2126
2512
  "members":{
@@ -2141,10 +2527,31 @@
2141
2527
  "value":{"shape":"Value"}
2142
2528
  },
2143
2529
  "AlarmName":{"type":"string"},
2144
- "AllowAutoRegistration":{"type":"boolean"},
2145
- "Allowed":{
2530
+ "AlertTarget":{
2146
2531
  "type":"structure",
2147
- "members":{
2532
+ "required":[
2533
+ "alertTargetArn",
2534
+ "roleArn"
2535
+ ],
2536
+ "members":{
2537
+ "alertTargetArn":{"shape":"AlertTargetArn"},
2538
+ "roleArn":{"shape":"RoleArn"}
2539
+ }
2540
+ },
2541
+ "AlertTargetArn":{"type":"string"},
2542
+ "AlertTargetType":{
2543
+ "type":"string",
2544
+ "enum":["SNS"]
2545
+ },
2546
+ "AlertTargets":{
2547
+ "type":"map",
2548
+ "key":{"shape":"AlertTargetType"},
2549
+ "value":{"shape":"AlertTarget"}
2550
+ },
2551
+ "AllowAutoRegistration":{"type":"boolean"},
2552
+ "Allowed":{
2553
+ "type":"structure",
2554
+ "members":{
2148
2555
  "policies":{"shape":"Policies"}
2149
2556
  }
2150
2557
  },
@@ -2207,6 +2614,30 @@
2207
2614
  }
2208
2615
  }
2209
2616
  },
2617
+ "AttachSecurityProfileRequest":{
2618
+ "type":"structure",
2619
+ "required":[
2620
+ "securityProfileName",
2621
+ "securityProfileTargetArn"
2622
+ ],
2623
+ "members":{
2624
+ "securityProfileName":{
2625
+ "shape":"SecurityProfileName",
2626
+ "location":"uri",
2627
+ "locationName":"securityProfileName"
2628
+ },
2629
+ "securityProfileTargetArn":{
2630
+ "shape":"SecurityProfileTargetArn",
2631
+ "location":"querystring",
2632
+ "locationName":"securityProfileTargetArn"
2633
+ }
2634
+ }
2635
+ },
2636
+ "AttachSecurityProfileResponse":{
2637
+ "type":"structure",
2638
+ "members":{
2639
+ }
2640
+ },
2210
2641
  "AttachThingPrincipalRequest":{
2211
2642
  "type":"structure",
2212
2643
  "required":[
@@ -2258,6 +2689,132 @@
2258
2689
  "key":{"shape":"Key"},
2259
2690
  "value":{"shape":"Value"}
2260
2691
  },
2692
+ "AuditCheckConfiguration":{
2693
+ "type":"structure",
2694
+ "members":{
2695
+ "enabled":{"shape":"Enabled"}
2696
+ }
2697
+ },
2698
+ "AuditCheckConfigurations":{
2699
+ "type":"map",
2700
+ "key":{"shape":"AuditCheckName"},
2701
+ "value":{"shape":"AuditCheckConfiguration"}
2702
+ },
2703
+ "AuditCheckDetails":{
2704
+ "type":"structure",
2705
+ "members":{
2706
+ "checkRunStatus":{"shape":"AuditCheckRunStatus"},
2707
+ "checkCompliant":{"shape":"CheckCompliant"},
2708
+ "totalResourcesCount":{"shape":"TotalResourcesCount"},
2709
+ "nonCompliantResourcesCount":{"shape":"NonCompliantResourcesCount"},
2710
+ "errorCode":{"shape":"ErrorCode"},
2711
+ "message":{"shape":"ErrorMessage"}
2712
+ }
2713
+ },
2714
+ "AuditCheckName":{"type":"string"},
2715
+ "AuditCheckRunStatus":{
2716
+ "type":"string",
2717
+ "enum":[
2718
+ "IN_PROGRESS",
2719
+ "WAITING_FOR_DATA_COLLECTION",
2720
+ "CANCELED",
2721
+ "COMPLETED_COMPLIANT",
2722
+ "COMPLETED_NON_COMPLIANT",
2723
+ "FAILED"
2724
+ ]
2725
+ },
2726
+ "AuditDetails":{
2727
+ "type":"map",
2728
+ "key":{"shape":"AuditCheckName"},
2729
+ "value":{"shape":"AuditCheckDetails"}
2730
+ },
2731
+ "AuditFinding":{
2732
+ "type":"structure",
2733
+ "members":{
2734
+ "taskId":{"shape":"AuditTaskId"},
2735
+ "checkName":{"shape":"AuditCheckName"},
2736
+ "taskStartTime":{"shape":"Timestamp"},
2737
+ "findingTime":{"shape":"Timestamp"},
2738
+ "severity":{"shape":"AuditFindingSeverity"},
2739
+ "nonCompliantResource":{"shape":"NonCompliantResource"},
2740
+ "relatedResources":{"shape":"RelatedResources"},
2741
+ "reasonForNonCompliance":{"shape":"ReasonForNonCompliance"},
2742
+ "reasonForNonComplianceCode":{"shape":"ReasonForNonComplianceCode"}
2743
+ }
2744
+ },
2745
+ "AuditFindingSeverity":{
2746
+ "type":"string",
2747
+ "enum":[
2748
+ "CRITICAL",
2749
+ "HIGH",
2750
+ "MEDIUM",
2751
+ "LOW"
2752
+ ]
2753
+ },
2754
+ "AuditFindings":{
2755
+ "type":"list",
2756
+ "member":{"shape":"AuditFinding"}
2757
+ },
2758
+ "AuditFrequency":{
2759
+ "type":"string",
2760
+ "enum":[
2761
+ "DAILY",
2762
+ "WEEKLY",
2763
+ "BIWEEKLY",
2764
+ "MONTHLY"
2765
+ ]
2766
+ },
2767
+ "AuditNotificationTarget":{
2768
+ "type":"structure",
2769
+ "members":{
2770
+ "targetArn":{"shape":"TargetArn"},
2771
+ "roleArn":{"shape":"RoleArn"},
2772
+ "enabled":{"shape":"Enabled"}
2773
+ }
2774
+ },
2775
+ "AuditNotificationTargetConfigurations":{
2776
+ "type":"map",
2777
+ "key":{"shape":"AuditNotificationType"},
2778
+ "value":{"shape":"AuditNotificationTarget"}
2779
+ },
2780
+ "AuditNotificationType":{
2781
+ "type":"string",
2782
+ "enum":["SNS"]
2783
+ },
2784
+ "AuditTaskId":{
2785
+ "type":"string",
2786
+ "max":40,
2787
+ "min":1,
2788
+ "pattern":"[a-zA-Z0-9\\-]+"
2789
+ },
2790
+ "AuditTaskMetadata":{
2791
+ "type":"structure",
2792
+ "members":{
2793
+ "taskId":{"shape":"AuditTaskId"},
2794
+ "taskStatus":{"shape":"AuditTaskStatus"},
2795
+ "taskType":{"shape":"AuditTaskType"}
2796
+ }
2797
+ },
2798
+ "AuditTaskMetadataList":{
2799
+ "type":"list",
2800
+ "member":{"shape":"AuditTaskMetadata"}
2801
+ },
2802
+ "AuditTaskStatus":{
2803
+ "type":"string",
2804
+ "enum":[
2805
+ "IN_PROGRESS",
2806
+ "COMPLETED",
2807
+ "FAILED",
2808
+ "CANCELED"
2809
+ ]
2810
+ },
2811
+ "AuditTaskType":{
2812
+ "type":"string",
2813
+ "enum":[
2814
+ "ON_DEMAND_AUDIT_TASK",
2815
+ "SCHEDULED_AUDIT_TASK"
2816
+ ]
2817
+ },
2261
2818
  "AuthDecision":{
2262
2819
  "type":"string",
2263
2820
  "enum":[
@@ -2341,12 +2898,43 @@
2341
2898
  },
2342
2899
  "AwsAccountId":{
2343
2900
  "type":"string",
2344
- "pattern":"[0-9]{12}"
2901
+ "max":12,
2902
+ "min":12,
2903
+ "pattern":"[0-9]+"
2345
2904
  },
2346
2905
  "AwsArn":{"type":"string"},
2347
2906
  "AwsIotJobArn":{"type":"string"},
2348
2907
  "AwsIotJobId":{"type":"string"},
2349
2908
  "AwsIotSqlVersion":{"type":"string"},
2909
+ "Behavior":{
2910
+ "type":"structure",
2911
+ "required":["name"],
2912
+ "members":{
2913
+ "name":{"shape":"BehaviorName"},
2914
+ "metric":{"shape":"BehaviorMetric"},
2915
+ "criteria":{"shape":"BehaviorCriteria"}
2916
+ }
2917
+ },
2918
+ "BehaviorCriteria":{
2919
+ "type":"structure",
2920
+ "members":{
2921
+ "comparisonOperator":{"shape":"ComparisonOperator"},
2922
+ "value":{"shape":"MetricValue"},
2923
+ "durationSeconds":{"shape":"DurationSeconds"}
2924
+ }
2925
+ },
2926
+ "BehaviorMetric":{"type":"string"},
2927
+ "BehaviorName":{
2928
+ "type":"string",
2929
+ "max":128,
2930
+ "min":1,
2931
+ "pattern":"[a-zA-Z0-9:_-]+"
2932
+ },
2933
+ "Behaviors":{
2934
+ "type":"list",
2935
+ "member":{"shape":"Behavior"},
2936
+ "max":100
2937
+ },
2350
2938
  "Boolean":{"type":"boolean"},
2351
2939
  "BucketName":{"type":"string"},
2352
2940
  "CACertificate":{
@@ -2370,7 +2958,8 @@
2370
2958
  "autoRegistrationStatus":{"shape":"AutoRegistrationStatus"},
2371
2959
  "lastModifiedDate":{"shape":"DateType"},
2372
2960
  "customerVersion":{"shape":"CustomerVersion"},
2373
- "generationId":{"shape":"GenerationId"}
2961
+ "generationId":{"shape":"GenerationId"},
2962
+ "validity":{"shape":"CertificateValidity"}
2374
2963
  }
2375
2964
  },
2376
2965
  "CACertificateStatus":{
@@ -2384,6 +2973,22 @@
2384
2973
  "type":"list",
2385
2974
  "member":{"shape":"CACertificate"}
2386
2975
  },
2976
+ "CancelAuditTaskRequest":{
2977
+ "type":"structure",
2978
+ "required":["taskId"],
2979
+ "members":{
2980
+ "taskId":{
2981
+ "shape":"AuditTaskId",
2982
+ "location":"uri",
2983
+ "locationName":"taskId"
2984
+ }
2985
+ }
2986
+ },
2987
+ "CancelAuditTaskResponse":{
2988
+ "type":"structure",
2989
+ "members":{
2990
+ }
2991
+ },
2387
2992
  "CancelCertificateTransferRequest":{
2388
2993
  "type":"structure",
2389
2994
  "required":["certificateId"],
@@ -2446,6 +3051,7 @@
2446
3051
  "description":{"shape":"JobDescription"}
2447
3052
  }
2448
3053
  },
3054
+ "CanceledChecksCount":{"type":"integer"},
2449
3055
  "CanceledThings":{"type":"integer"},
2450
3056
  "CannedAccessControlList":{
2451
3057
  "type":"string",
@@ -2492,7 +3098,8 @@
2492
3098
  "lastModifiedDate":{"shape":"DateType"},
2493
3099
  "customerVersion":{"shape":"CustomerVersion"},
2494
3100
  "transferData":{"shape":"TransferData"},
2495
- "generationId":{"shape":"GenerationId"}
3101
+ "generationId":{"shape":"GenerationId"},
3102
+ "validity":{"shape":"CertificateValidity"}
2496
3103
  }
2497
3104
  },
2498
3105
  "CertificateId":{
@@ -2538,11 +3145,29 @@
2538
3145
  "error":{"httpStatusCode":400},
2539
3146
  "exception":true
2540
3147
  },
3148
+ "CertificateValidity":{
3149
+ "type":"structure",
3150
+ "members":{
3151
+ "notBefore":{"shape":"DateType"},
3152
+ "notAfter":{"shape":"DateType"}
3153
+ }
3154
+ },
2541
3155
  "Certificates":{
2542
3156
  "type":"list",
2543
3157
  "member":{"shape":"Certificate"}
2544
3158
  },
2545
3159
  "ChannelName":{"type":"string"},
3160
+ "CheckCompliant":{"type":"boolean"},
3161
+ "Cidr":{
3162
+ "type":"string",
3163
+ "max":43,
3164
+ "min":2,
3165
+ "pattern":"[a-fA-F0-9:\\.\\/]+"
3166
+ },
3167
+ "Cidrs":{
3168
+ "type":"list",
3169
+ "member":{"shape":"Cidr"}
3170
+ },
2546
3171
  "ClearDefaultAuthorizerRequest":{
2547
3172
  "type":"structure",
2548
3173
  "members":{
@@ -2580,11 +3205,11 @@
2580
3205
  ],
2581
3206
  "members":{
2582
3207
  "roleArn":{"shape":"AwsArn"},
2583
- "metricNamespace":{"shape":"MetricNamespace"},
2584
- "metricName":{"shape":"MetricName"},
2585
- "metricValue":{"shape":"MetricValue"},
2586
- "metricUnit":{"shape":"MetricUnit"},
2587
- "metricTimestamp":{"shape":"MetricTimestamp"}
3208
+ "metricNamespace":{"shape":"String"},
3209
+ "metricName":{"shape":"String"},
3210
+ "metricValue":{"shape":"String"},
3211
+ "metricUnit":{"shape":"String"},
3212
+ "metricTimestamp":{"shape":"String"}
2588
3213
  }
2589
3214
  },
2590
3215
  "Code":{"type":"string"},
@@ -2616,6 +3241,20 @@
2616
3241
  "max":2028,
2617
3242
  "pattern":"[^\\p{C}]+"
2618
3243
  },
3244
+ "ComparisonOperator":{
3245
+ "type":"string",
3246
+ "enum":[
3247
+ "less-than",
3248
+ "less-than-equals",
3249
+ "greater-than",
3250
+ "greater-than-equals",
3251
+ "in-cidr-set",
3252
+ "not-in-cidr-set",
3253
+ "in-port-set",
3254
+ "not-in-port-set"
3255
+ ]
3256
+ },
3257
+ "CompliantChecksCount":{"type":"integer"},
2619
3258
  "Configuration":{
2620
3259
  "type":"structure",
2621
3260
  "members":{
@@ -2834,6 +3473,55 @@
2834
3473
  "roleAliasArn":{"shape":"RoleAliasArn"}
2835
3474
  }
2836
3475
  },
3476
+ "CreateScheduledAuditRequest":{
3477
+ "type":"structure",
3478
+ "required":[
3479
+ "frequency",
3480
+ "targetCheckNames",
3481
+ "scheduledAuditName"
3482
+ ],
3483
+ "members":{
3484
+ "frequency":{"shape":"AuditFrequency"},
3485
+ "dayOfMonth":{"shape":"DayOfMonth"},
3486
+ "dayOfWeek":{"shape":"DayOfWeek"},
3487
+ "targetCheckNames":{"shape":"TargetAuditCheckNames"},
3488
+ "scheduledAuditName":{
3489
+ "shape":"ScheduledAuditName",
3490
+ "location":"uri",
3491
+ "locationName":"scheduledAuditName"
3492
+ }
3493
+ }
3494
+ },
3495
+ "CreateScheduledAuditResponse":{
3496
+ "type":"structure",
3497
+ "members":{
3498
+ "scheduledAuditArn":{"shape":"ScheduledAuditArn"}
3499
+ }
3500
+ },
3501
+ "CreateSecurityProfileRequest":{
3502
+ "type":"structure",
3503
+ "required":[
3504
+ "securityProfileName",
3505
+ "behaviors"
3506
+ ],
3507
+ "members":{
3508
+ "securityProfileName":{
3509
+ "shape":"SecurityProfileName",
3510
+ "location":"uri",
3511
+ "locationName":"securityProfileName"
3512
+ },
3513
+ "securityProfileDescription":{"shape":"SecurityProfileDescription"},
3514
+ "behaviors":{"shape":"Behaviors"},
3515
+ "alertTargets":{"shape":"AlertTargets"}
3516
+ }
3517
+ },
3518
+ "CreateSecurityProfileResponse":{
3519
+ "type":"structure",
3520
+ "members":{
3521
+ "securityProfileName":{"shape":"SecurityProfileName"},
3522
+ "securityProfileArn":{"shape":"SecurityProfileArn"}
3523
+ }
3524
+ },
2837
3525
  "CreateStreamRequest":{
2838
3526
  "type":"structure",
2839
3527
  "required":[
@@ -2960,6 +3648,37 @@
2960
3648
  "min":1
2961
3649
  },
2962
3650
  "DateType":{"type":"timestamp"},
3651
+ "DayOfMonth":{
3652
+ "type":"string",
3653
+ "pattern":"^([1-9]|[12][0-9]|3[01])$|^LAST$"
3654
+ },
3655
+ "DayOfWeek":{
3656
+ "type":"string",
3657
+ "enum":[
3658
+ "SUN",
3659
+ "MON",
3660
+ "TUE",
3661
+ "WED",
3662
+ "THU",
3663
+ "FRI",
3664
+ "SAT"
3665
+ ]
3666
+ },
3667
+ "DeleteAccountAuditConfigurationRequest":{
3668
+ "type":"structure",
3669
+ "members":{
3670
+ "deleteScheduledAudits":{
3671
+ "shape":"DeleteScheduledAudits",
3672
+ "location":"querystring",
3673
+ "locationName":"deleteScheduledAudits"
3674
+ }
3675
+ }
3676
+ },
3677
+ "DeleteAccountAuditConfigurationResponse":{
3678
+ "type":"structure",
3679
+ "members":{
3680
+ }
3681
+ },
2963
3682
  "DeleteAuthorizerRequest":{
2964
3683
  "type":"structure",
2965
3684
  "required":["authorizerName"],
@@ -3134,6 +3853,44 @@
3134
3853
  "members":{
3135
3854
  }
3136
3855
  },
3856
+ "DeleteScheduledAuditRequest":{
3857
+ "type":"structure",
3858
+ "required":["scheduledAuditName"],
3859
+ "members":{
3860
+ "scheduledAuditName":{
3861
+ "shape":"ScheduledAuditName",
3862
+ "location":"uri",
3863
+ "locationName":"scheduledAuditName"
3864
+ }
3865
+ }
3866
+ },
3867
+ "DeleteScheduledAuditResponse":{
3868
+ "type":"structure",
3869
+ "members":{
3870
+ }
3871
+ },
3872
+ "DeleteScheduledAudits":{"type":"boolean"},
3873
+ "DeleteSecurityProfileRequest":{
3874
+ "type":"structure",
3875
+ "required":["securityProfileName"],
3876
+ "members":{
3877
+ "securityProfileName":{
3878
+ "shape":"SecurityProfileName",
3879
+ "location":"uri",
3880
+ "locationName":"securityProfileName"
3881
+ },
3882
+ "expectedVersion":{
3883
+ "shape":"OptionalVersion",
3884
+ "location":"querystring",
3885
+ "locationName":"expectedVersion"
3886
+ }
3887
+ }
3888
+ },
3889
+ "DeleteSecurityProfileResponse":{
3890
+ "type":"structure",
3891
+ "members":{
3892
+ }
3893
+ },
3137
3894
  "DeleteStreamRequest":{
3138
3895
  "type":"structure",
3139
3896
  "required":["streamId"],
@@ -3264,6 +4021,41 @@
3264
4021
  }
3265
4022
  },
3266
4023
  "DeprecationDate":{"type":"timestamp"},
4024
+ "DescribeAccountAuditConfigurationRequest":{
4025
+ "type":"structure",
4026
+ "members":{
4027
+ }
4028
+ },
4029
+ "DescribeAccountAuditConfigurationResponse":{
4030
+ "type":"structure",
4031
+ "members":{
4032
+ "roleArn":{"shape":"RoleArn"},
4033
+ "auditNotificationTargetConfigurations":{"shape":"AuditNotificationTargetConfigurations"},
4034
+ "auditCheckConfigurations":{"shape":"AuditCheckConfigurations"}
4035
+ }
4036
+ },
4037
+ "DescribeAuditTaskRequest":{
4038
+ "type":"structure",
4039
+ "required":["taskId"],
4040
+ "members":{
4041
+ "taskId":{
4042
+ "shape":"AuditTaskId",
4043
+ "location":"uri",
4044
+ "locationName":"taskId"
4045
+ }
4046
+ }
4047
+ },
4048
+ "DescribeAuditTaskResponse":{
4049
+ "type":"structure",
4050
+ "members":{
4051
+ "taskStatus":{"shape":"AuditTaskStatus"},
4052
+ "taskType":{"shape":"AuditTaskType"},
4053
+ "taskStartTime":{"shape":"Timestamp"},
4054
+ "taskStatistics":{"shape":"TaskStatistics"},
4055
+ "scheduledAuditName":{"shape":"ScheduledAuditName"},
4056
+ "auditDetails":{"shape":"AuditDetails"}
4057
+ }
4058
+ },
3267
4059
  "DescribeAuthorizerRequest":{
3268
4060
  "type":"structure",
3269
4061
  "required":["authorizerName"],
@@ -3440,6 +4232,52 @@
3440
4232
  "roleAliasDescription":{"shape":"RoleAliasDescription"}
3441
4233
  }
3442
4234
  },
4235
+ "DescribeScheduledAuditRequest":{
4236
+ "type":"structure",
4237
+ "required":["scheduledAuditName"],
4238
+ "members":{
4239
+ "scheduledAuditName":{
4240
+ "shape":"ScheduledAuditName",
4241
+ "location":"uri",
4242
+ "locationName":"scheduledAuditName"
4243
+ }
4244
+ }
4245
+ },
4246
+ "DescribeScheduledAuditResponse":{
4247
+ "type":"structure",
4248
+ "members":{
4249
+ "frequency":{"shape":"AuditFrequency"},
4250
+ "dayOfMonth":{"shape":"DayOfMonth"},
4251
+ "dayOfWeek":{"shape":"DayOfWeek"},
4252
+ "targetCheckNames":{"shape":"TargetAuditCheckNames"},
4253
+ "scheduledAuditName":{"shape":"ScheduledAuditName"},
4254
+ "scheduledAuditArn":{"shape":"ScheduledAuditArn"}
4255
+ }
4256
+ },
4257
+ "DescribeSecurityProfileRequest":{
4258
+ "type":"structure",
4259
+ "required":["securityProfileName"],
4260
+ "members":{
4261
+ "securityProfileName":{
4262
+ "shape":"SecurityProfileName",
4263
+ "location":"uri",
4264
+ "locationName":"securityProfileName"
4265
+ }
4266
+ }
4267
+ },
4268
+ "DescribeSecurityProfileResponse":{
4269
+ "type":"structure",
4270
+ "members":{
4271
+ "securityProfileName":{"shape":"SecurityProfileName"},
4272
+ "securityProfileArn":{"shape":"SecurityProfileArn"},
4273
+ "securityProfileDescription":{"shape":"SecurityProfileDescription"},
4274
+ "behaviors":{"shape":"Behaviors"},
4275
+ "alertTargets":{"shape":"AlertTargets"},
4276
+ "version":{"shape":"Version"},
4277
+ "creationDate":{"shape":"Timestamp"},
4278
+ "lastModifiedDate":{"shape":"Timestamp"}
4279
+ }
4280
+ },
3443
4281
  "DescribeStreamRequest":{
3444
4282
  "type":"structure",
3445
4283
  "required":["streamId"],
@@ -3586,6 +4424,30 @@
3586
4424
  }
3587
4425
  }
3588
4426
  },
4427
+ "DetachSecurityProfileRequest":{
4428
+ "type":"structure",
4429
+ "required":[
4430
+ "securityProfileName",
4431
+ "securityProfileTargetArn"
4432
+ ],
4433
+ "members":{
4434
+ "securityProfileName":{
4435
+ "shape":"SecurityProfileName",
4436
+ "location":"uri",
4437
+ "locationName":"securityProfileName"
4438
+ },
4439
+ "securityProfileTargetArn":{
4440
+ "shape":"SecurityProfileTargetArn",
4441
+ "location":"querystring",
4442
+ "locationName":"securityProfileTargetArn"
4443
+ }
4444
+ }
4445
+ },
4446
+ "DetachSecurityProfileResponse":{
4447
+ "type":"structure",
4448
+ "members":{
4449
+ }
4450
+ },
3589
4451
  "DetachThingPrincipalRequest":{
3590
4452
  "type":"structure",
3591
4453
  "required":[
@@ -3639,6 +4501,7 @@
3639
4501
  }
3640
4502
  }
3641
4503
  },
4504
+ "DurationSeconds":{"type":"integer"},
3642
4505
  "DynamoDBAction":{
3643
4506
  "type":"structure",
3644
4507
  "required":[
@@ -3725,6 +4588,7 @@
3725
4588
  "Enabled":{"type":"boolean"},
3726
4589
  "EndpointAddress":{"type":"string"},
3727
4590
  "EndpointType":{"type":"string"},
4591
+ "ErrorCode":{"type":"string"},
3728
4592
  "ErrorInfo":{
3729
4593
  "type":"structure",
3730
4594
  "members":{
@@ -3751,9 +4615,13 @@
3751
4615
  "THING_GROUP_HIERARCHY",
3752
4616
  "THING_TYPE_ASSOCIATION",
3753
4617
  "JOB",
3754
- "JOB_EXECUTION"
4618
+ "JOB_EXECUTION",
4619
+ "POLICY",
4620
+ "CERTIFICATE",
4621
+ "CA_CERTIFICATE"
3755
4622
  ]
3756
4623
  },
4624
+ "ExecutionNamePrefix":{"type":"string"},
3757
4625
  "ExecutionNumber":{"type":"long"},
3758
4626
  "ExpectedVersion":{"type":"long"},
3759
4627
  "ExpiresInSec":{
@@ -3767,6 +4635,7 @@
3767
4635
  "policies":{"shape":"Policies"}
3768
4636
  }
3769
4637
  },
4638
+ "FailedChecksCount":{"type":"integer"},
3770
4639
  "FailedThings":{"type":"integer"},
3771
4640
  "FileId":{
3772
4641
  "type":"integer",
@@ -3989,6 +4858,7 @@
3989
4858
  "policies":{"shape":"Policies"}
3990
4859
  }
3991
4860
  },
4861
+ "InProgressChecksCount":{"type":"integer"},
3992
4862
  "InProgressThings":{"type":"integer"},
3993
4863
  "IndexName":{
3994
4864
  "type":"string",
@@ -4286,6 +5156,38 @@
4286
5156
  "error":{"httpStatusCode":410},
4287
5157
  "exception":true
4288
5158
  },
5159
+ "ListActiveViolationsRequest":{
5160
+ "type":"structure",
5161
+ "members":{
5162
+ "thingName":{
5163
+ "shape":"ThingName",
5164
+ "location":"querystring",
5165
+ "locationName":"thingName"
5166
+ },
5167
+ "securityProfileName":{
5168
+ "shape":"SecurityProfileName",
5169
+ "location":"querystring",
5170
+ "locationName":"securityProfileName"
5171
+ },
5172
+ "nextToken":{
5173
+ "shape":"NextToken",
5174
+ "location":"querystring",
5175
+ "locationName":"nextToken"
5176
+ },
5177
+ "maxResults":{
5178
+ "shape":"MaxResults",
5179
+ "location":"querystring",
5180
+ "locationName":"maxResults"
5181
+ }
5182
+ }
5183
+ },
5184
+ "ListActiveViolationsResponse":{
5185
+ "type":"structure",
5186
+ "members":{
5187
+ "activeViolations":{"shape":"ActiveViolations"},
5188
+ "nextToken":{"shape":"NextToken"}
5189
+ }
5190
+ },
4289
5191
  "ListAttachedPoliciesRequest":{
4290
5192
  "type":"structure",
4291
5193
  "required":["target"],
@@ -4319,6 +5221,71 @@
4319
5221
  "nextMarker":{"shape":"Marker"}
4320
5222
  }
4321
5223
  },
5224
+ "ListAuditFindingsRequest":{
5225
+ "type":"structure",
5226
+ "members":{
5227
+ "taskId":{"shape":"AuditTaskId"},
5228
+ "checkName":{"shape":"AuditCheckName"},
5229
+ "resourceIdentifier":{"shape":"ResourceIdentifier"},
5230
+ "maxResults":{"shape":"MaxResults"},
5231
+ "nextToken":{"shape":"NextToken"},
5232
+ "startTime":{"shape":"Timestamp"},
5233
+ "endTime":{"shape":"Timestamp"}
5234
+ }
5235
+ },
5236
+ "ListAuditFindingsResponse":{
5237
+ "type":"structure",
5238
+ "members":{
5239
+ "findings":{"shape":"AuditFindings"},
5240
+ "nextToken":{"shape":"NextToken"}
5241
+ }
5242
+ },
5243
+ "ListAuditTasksRequest":{
5244
+ "type":"structure",
5245
+ "required":[
5246
+ "startTime",
5247
+ "endTime"
5248
+ ],
5249
+ "members":{
5250
+ "startTime":{
5251
+ "shape":"Timestamp",
5252
+ "location":"querystring",
5253
+ "locationName":"startTime"
5254
+ },
5255
+ "endTime":{
5256
+ "shape":"Timestamp",
5257
+ "location":"querystring",
5258
+ "locationName":"endTime"
5259
+ },
5260
+ "taskType":{
5261
+ "shape":"AuditTaskType",
5262
+ "location":"querystring",
5263
+ "locationName":"taskType"
5264
+ },
5265
+ "taskStatus":{
5266
+ "shape":"AuditTaskStatus",
5267
+ "location":"querystring",
5268
+ "locationName":"taskStatus"
5269
+ },
5270
+ "nextToken":{
5271
+ "shape":"NextToken",
5272
+ "location":"querystring",
5273
+ "locationName":"nextToken"
5274
+ },
5275
+ "maxResults":{
5276
+ "shape":"MaxResults",
5277
+ "location":"querystring",
5278
+ "locationName":"maxResults"
5279
+ }
5280
+ }
5281
+ },
5282
+ "ListAuditTasksResponse":{
5283
+ "type":"structure",
5284
+ "members":{
5285
+ "tasks":{"shape":"AuditTaskMetadataList"},
5286
+ "nextToken":{"shape":"NextToken"}
5287
+ }
5288
+ },
4322
5289
  "ListAuthorizersRequest":{
4323
5290
  "type":"structure",
4324
5291
  "members":{
@@ -4744,47 +5711,124 @@
4744
5711
  "maxResults":{
4745
5712
  "shape":"RegistryMaxResults",
4746
5713
  "location":"querystring",
4747
- "locationName":"maxResults"
5714
+ "locationName":"maxResults"
5715
+ },
5716
+ "principal":{
5717
+ "shape":"Principal",
5718
+ "location":"header",
5719
+ "locationName":"x-amzn-principal"
5720
+ }
5721
+ }
5722
+ },
5723
+ "ListPrincipalThingsResponse":{
5724
+ "type":"structure",
5725
+ "members":{
5726
+ "things":{"shape":"ThingNameList"},
5727
+ "nextToken":{"shape":"NextToken"}
5728
+ }
5729
+ },
5730
+ "ListRoleAliasesRequest":{
5731
+ "type":"structure",
5732
+ "members":{
5733
+ "pageSize":{
5734
+ "shape":"PageSize",
5735
+ "location":"querystring",
5736
+ "locationName":"pageSize"
5737
+ },
5738
+ "marker":{
5739
+ "shape":"Marker",
5740
+ "location":"querystring",
5741
+ "locationName":"marker"
5742
+ },
5743
+ "ascendingOrder":{
5744
+ "shape":"AscendingOrder",
5745
+ "location":"querystring",
5746
+ "locationName":"isAscendingOrder"
5747
+ }
5748
+ }
5749
+ },
5750
+ "ListRoleAliasesResponse":{
5751
+ "type":"structure",
5752
+ "members":{
5753
+ "roleAliases":{"shape":"RoleAliases"},
5754
+ "nextMarker":{"shape":"Marker"}
5755
+ }
5756
+ },
5757
+ "ListScheduledAuditsRequest":{
5758
+ "type":"structure",
5759
+ "members":{
5760
+ "nextToken":{
5761
+ "shape":"NextToken",
5762
+ "location":"querystring",
5763
+ "locationName":"nextToken"
5764
+ },
5765
+ "maxResults":{
5766
+ "shape":"MaxResults",
5767
+ "location":"querystring",
5768
+ "locationName":"maxResults"
5769
+ }
5770
+ }
5771
+ },
5772
+ "ListScheduledAuditsResponse":{
5773
+ "type":"structure",
5774
+ "members":{
5775
+ "scheduledAudits":{"shape":"ScheduledAuditMetadataList"},
5776
+ "nextToken":{"shape":"NextToken"}
5777
+ }
5778
+ },
5779
+ "ListSecurityProfilesForTargetRequest":{
5780
+ "type":"structure",
5781
+ "required":["securityProfileTargetArn"],
5782
+ "members":{
5783
+ "nextToken":{
5784
+ "shape":"NextToken",
5785
+ "location":"querystring",
5786
+ "locationName":"nextToken"
5787
+ },
5788
+ "maxResults":{
5789
+ "shape":"MaxResults",
5790
+ "location":"querystring",
5791
+ "locationName":"maxResults"
5792
+ },
5793
+ "recursive":{
5794
+ "shape":"Recursive",
5795
+ "location":"querystring",
5796
+ "locationName":"recursive"
4748
5797
  },
4749
- "principal":{
4750
- "shape":"Principal",
4751
- "location":"header",
4752
- "locationName":"x-amzn-principal"
5798
+ "securityProfileTargetArn":{
5799
+ "shape":"SecurityProfileTargetArn",
5800
+ "location":"querystring",
5801
+ "locationName":"securityProfileTargetArn"
4753
5802
  }
4754
5803
  }
4755
5804
  },
4756
- "ListPrincipalThingsResponse":{
5805
+ "ListSecurityProfilesForTargetResponse":{
4757
5806
  "type":"structure",
4758
5807
  "members":{
4759
- "things":{"shape":"ThingNameList"},
5808
+ "securityProfileTargetMappings":{"shape":"SecurityProfileTargetMappings"},
4760
5809
  "nextToken":{"shape":"NextToken"}
4761
5810
  }
4762
5811
  },
4763
- "ListRoleAliasesRequest":{
5812
+ "ListSecurityProfilesRequest":{
4764
5813
  "type":"structure",
4765
5814
  "members":{
4766
- "pageSize":{
4767
- "shape":"PageSize",
4768
- "location":"querystring",
4769
- "locationName":"pageSize"
4770
- },
4771
- "marker":{
4772
- "shape":"Marker",
5815
+ "nextToken":{
5816
+ "shape":"NextToken",
4773
5817
  "location":"querystring",
4774
- "locationName":"marker"
5818
+ "locationName":"nextToken"
4775
5819
  },
4776
- "ascendingOrder":{
4777
- "shape":"AscendingOrder",
5820
+ "maxResults":{
5821
+ "shape":"MaxResults",
4778
5822
  "location":"querystring",
4779
- "locationName":"isAscendingOrder"
5823
+ "locationName":"maxResults"
4780
5824
  }
4781
5825
  }
4782
5826
  },
4783
- "ListRoleAliasesResponse":{
5827
+ "ListSecurityProfilesResponse":{
4784
5828
  "type":"structure",
4785
5829
  "members":{
4786
- "roleAliases":{"shape":"RoleAliases"},
4787
- "nextMarker":{"shape":"Marker"}
5830
+ "securityProfileIdentifiers":{"shape":"SecurityProfileIdentifiers"},
5831
+ "nextToken":{"shape":"NextToken"}
4788
5832
  }
4789
5833
  },
4790
5834
  "ListStreamsRequest":{
@@ -4842,6 +5886,34 @@
4842
5886
  "nextMarker":{"shape":"Marker"}
4843
5887
  }
4844
5888
  },
5889
+ "ListTargetsForSecurityProfileRequest":{
5890
+ "type":"structure",
5891
+ "required":["securityProfileName"],
5892
+ "members":{
5893
+ "securityProfileName":{
5894
+ "shape":"SecurityProfileName",
5895
+ "location":"uri",
5896
+ "locationName":"securityProfileName"
5897
+ },
5898
+ "nextToken":{
5899
+ "shape":"NextToken",
5900
+ "location":"querystring",
5901
+ "locationName":"nextToken"
5902
+ },
5903
+ "maxResults":{
5904
+ "shape":"MaxResults",
5905
+ "location":"querystring",
5906
+ "locationName":"maxResults"
5907
+ }
5908
+ }
5909
+ },
5910
+ "ListTargetsForSecurityProfileResponse":{
5911
+ "type":"structure",
5912
+ "members":{
5913
+ "securityProfileTargets":{"shape":"SecurityProfileTargets"},
5914
+ "nextToken":{"shape":"NextToken"}
5915
+ }
5916
+ },
4845
5917
  "ListThingGroupsForThingRequest":{
4846
5918
  "type":"structure",
4847
5919
  "required":["thingName"],
@@ -5144,6 +6216,52 @@
5144
6216
  "nextToken":{"shape":"NextToken"}
5145
6217
  }
5146
6218
  },
6219
+ "ListViolationEventsRequest":{
6220
+ "type":"structure",
6221
+ "required":[
6222
+ "startTime",
6223
+ "endTime"
6224
+ ],
6225
+ "members":{
6226
+ "startTime":{
6227
+ "shape":"Timestamp",
6228
+ "location":"querystring",
6229
+ "locationName":"startTime"
6230
+ },
6231
+ "endTime":{
6232
+ "shape":"Timestamp",
6233
+ "location":"querystring",
6234
+ "locationName":"endTime"
6235
+ },
6236
+ "thingName":{
6237
+ "shape":"ThingName",
6238
+ "location":"querystring",
6239
+ "locationName":"thingName"
6240
+ },
6241
+ "securityProfileName":{
6242
+ "shape":"SecurityProfileName",
6243
+ "location":"querystring",
6244
+ "locationName":"securityProfileName"
6245
+ },
6246
+ "nextToken":{
6247
+ "shape":"NextToken",
6248
+ "location":"querystring",
6249
+ "locationName":"nextToken"
6250
+ },
6251
+ "maxResults":{
6252
+ "shape":"MaxResults",
6253
+ "location":"querystring",
6254
+ "locationName":"maxResults"
6255
+ }
6256
+ }
6257
+ },
6258
+ "ListViolationEventsResponse":{
6259
+ "type":"structure",
6260
+ "members":{
6261
+ "violationEvents":{"shape":"ViolationEvents"},
6262
+ "nextToken":{"shape":"NextToken"}
6263
+ }
6264
+ },
5147
6265
  "LogLevel":{
5148
6266
  "type":"string",
5149
6267
  "enum":[
@@ -5222,17 +6340,30 @@
5222
6340
  "JSON"
5223
6341
  ]
5224
6342
  },
5225
- "MetricName":{"type":"string"},
5226
- "MetricNamespace":{"type":"string"},
5227
- "MetricTimestamp":{"type":"string"},
5228
- "MetricUnit":{"type":"string"},
5229
- "MetricValue":{"type":"string"},
6343
+ "MetricValue":{
6344
+ "type":"structure",
6345
+ "members":{
6346
+ "count":{"shape":"UnsignedLong"},
6347
+ "cidrs":{"shape":"Cidrs"},
6348
+ "ports":{"shape":"Ports"}
6349
+ }
6350
+ },
5230
6351
  "MissingContextValue":{"type":"string"},
5231
6352
  "MissingContextValues":{
5232
6353
  "type":"list",
5233
6354
  "member":{"shape":"MissingContextValue"}
5234
6355
  },
5235
6356
  "NextToken":{"type":"string"},
6357
+ "NonCompliantChecksCount":{"type":"integer"},
6358
+ "NonCompliantResource":{
6359
+ "type":"structure",
6360
+ "members":{
6361
+ "resourceType":{"shape":"ResourceType"},
6362
+ "resourceIdentifier":{"shape":"ResourceIdentifier"},
6363
+ "additionalInfo":{"shape":"StringMap"}
6364
+ }
6365
+ },
6366
+ "NonCompliantResourcesCount":{"type":"long"},
5236
6367
  "NotConfiguredException":{
5237
6368
  "type":"structure",
5238
6369
  "members":{
@@ -5388,10 +6519,26 @@
5388
6519
  "type":"string",
5389
6520
  "pattern":"[0-9]+"
5390
6521
  },
6522
+ "PolicyVersionIdentifier":{
6523
+ "type":"structure",
6524
+ "members":{
6525
+ "policyName":{"shape":"PolicyName"},
6526
+ "policyVersionId":{"shape":"PolicyVersionId"}
6527
+ }
6528
+ },
5391
6529
  "PolicyVersions":{
5392
6530
  "type":"list",
5393
6531
  "member":{"shape":"PolicyVersion"}
5394
6532
  },
6533
+ "Port":{
6534
+ "type":"integer",
6535
+ "max":65535,
6536
+ "min":0
6537
+ },
6538
+ "Ports":{
6539
+ "type":"list",
6540
+ "member":{"shape":"Port"}
6541
+ },
5395
6542
  "PresignedUrlConfig":{
5396
6543
  "type":"structure",
5397
6544
  "members":{
@@ -5452,6 +6599,8 @@
5452
6599
  "QueuedThings":{"type":"integer"},
5453
6600
  "RangeKeyField":{"type":"string"},
5454
6601
  "RangeKeyValue":{"type":"string"},
6602
+ "ReasonForNonCompliance":{"type":"string"},
6603
+ "ReasonForNonComplianceCode":{"type":"string"},
5455
6604
  "Recursive":{"type":"boolean"},
5456
6605
  "RecursiveWithoutDefault":{"type":"boolean"},
5457
6606
  "RegisterCACertificateRequest":{
@@ -5571,6 +6720,18 @@
5571
6720
  }
5572
6721
  },
5573
6722
  "RejectedThings":{"type":"integer"},
6723
+ "RelatedResource":{
6724
+ "type":"structure",
6725
+ "members":{
6726
+ "resourceType":{"shape":"ResourceType"},
6727
+ "resourceIdentifier":{"shape":"ResourceIdentifier"},
6728
+ "additionalInfo":{"shape":"StringMap"}
6729
+ }
6730
+ },
6731
+ "RelatedResources":{
6732
+ "type":"list",
6733
+ "member":{"shape":"RelatedResource"}
6734
+ },
5574
6735
  "RemoveAutoRegistration":{"type":"boolean"},
5575
6736
  "RemoveThingFromThingGroupRequest":{
5576
6737
  "type":"structure",
@@ -5639,6 +6800,17 @@
5639
6800
  "key":{"shape":"ResourceLogicalId"},
5640
6801
  "value":{"shape":"ResourceArn"}
5641
6802
  },
6803
+ "ResourceIdentifier":{
6804
+ "type":"structure",
6805
+ "members":{
6806
+ "deviceCertificateId":{"shape":"CertificateId"},
6807
+ "caCertificateId":{"shape":"CertificateId"},
6808
+ "cognitoIdentityPoolId":{"shape":"CognitoIdentityPoolId"},
6809
+ "clientId":{"shape":"ClientId"},
6810
+ "policyVersionIdentifier":{"shape":"PolicyVersionIdentifier"},
6811
+ "account":{"shape":"AwsAccountId"}
6812
+ }
6813
+ },
5642
6814
  "ResourceLogicalId":{"type":"string"},
5643
6815
  "ResourceNotFoundException":{
5644
6816
  "type":"structure",
@@ -5656,6 +6828,17 @@
5656
6828
  "error":{"httpStatusCode":400},
5657
6829
  "exception":true
5658
6830
  },
6831
+ "ResourceType":{
6832
+ "type":"string",
6833
+ "enum":[
6834
+ "DEVICE_CERTIFICATE",
6835
+ "CA_CERTIFICATE",
6836
+ "IOT_POLICY",
6837
+ "COGNITO_IDENTITY_POOL",
6838
+ "CLIENT_ID",
6839
+ "ACCOUNT_SETTINGS"
6840
+ ]
6841
+ },
5659
6842
  "Resources":{
5660
6843
  "type":"list",
5661
6844
  "member":{"shape":"Resource"}
@@ -5759,6 +6942,27 @@
5759
6942
  "type":"string",
5760
6943
  "min":40
5761
6944
  },
6945
+ "ScheduledAuditArn":{"type":"string"},
6946
+ "ScheduledAuditMetadata":{
6947
+ "type":"structure",
6948
+ "members":{
6949
+ "scheduledAuditName":{"shape":"ScheduledAuditName"},
6950
+ "scheduledAuditArn":{"shape":"ScheduledAuditArn"},
6951
+ "frequency":{"shape":"AuditFrequency"},
6952
+ "dayOfMonth":{"shape":"DayOfMonth"},
6953
+ "dayOfWeek":{"shape":"DayOfWeek"}
6954
+ }
6955
+ },
6956
+ "ScheduledAuditMetadataList":{
6957
+ "type":"list",
6958
+ "member":{"shape":"ScheduledAuditMetadata"}
6959
+ },
6960
+ "ScheduledAuditName":{
6961
+ "type":"string",
6962
+ "max":128,
6963
+ "min":1,
6964
+ "pattern":"[a-zA-Z0-9_-]+"
6965
+ },
5762
6966
  "SearchIndexRequest":{
5763
6967
  "type":"structure",
5764
6968
  "required":["queryString"],
@@ -5782,6 +6986,56 @@
5782
6986
  "member":{"shape":"AttributeName"}
5783
6987
  },
5784
6988
  "Seconds":{"type":"integer"},
6989
+ "SecurityProfileArn":{"type":"string"},
6990
+ "SecurityProfileDescription":{
6991
+ "type":"string",
6992
+ "max":1000,
6993
+ "pattern":"[\\p{Graph}\\x20]*"
6994
+ },
6995
+ "SecurityProfileIdentifier":{
6996
+ "type":"structure",
6997
+ "required":[
6998
+ "name",
6999
+ "arn"
7000
+ ],
7001
+ "members":{
7002
+ "name":{"shape":"SecurityProfileName"},
7003
+ "arn":{"shape":"SecurityProfileArn"}
7004
+ }
7005
+ },
7006
+ "SecurityProfileIdentifiers":{
7007
+ "type":"list",
7008
+ "member":{"shape":"SecurityProfileIdentifier"}
7009
+ },
7010
+ "SecurityProfileName":{
7011
+ "type":"string",
7012
+ "max":128,
7013
+ "min":1,
7014
+ "pattern":"[a-zA-Z0-9:_-]+"
7015
+ },
7016
+ "SecurityProfileTarget":{
7017
+ "type":"structure",
7018
+ "required":["arn"],
7019
+ "members":{
7020
+ "arn":{"shape":"SecurityProfileTargetArn"}
7021
+ }
7022
+ },
7023
+ "SecurityProfileTargetArn":{"type":"string"},
7024
+ "SecurityProfileTargetMapping":{
7025
+ "type":"structure",
7026
+ "members":{
7027
+ "securityProfileIdentifier":{"shape":"SecurityProfileIdentifier"},
7028
+ "target":{"shape":"SecurityProfileTarget"}
7029
+ }
7030
+ },
7031
+ "SecurityProfileTargetMappings":{
7032
+ "type":"list",
7033
+ "member":{"shape":"SecurityProfileTargetMapping"}
7034
+ },
7035
+ "SecurityProfileTargets":{
7036
+ "type":"list",
7037
+ "member":{"shape":"SecurityProfileTarget"}
7038
+ },
5785
7039
  "ServiceUnavailableException":{
5786
7040
  "type":"structure",
5787
7041
  "members":{
@@ -5894,6 +7148,19 @@
5894
7148
  "useBase64":{"shape":"UseBase64"}
5895
7149
  }
5896
7150
  },
7151
+ "StartOnDemandAuditTaskRequest":{
7152
+ "type":"structure",
7153
+ "required":["targetCheckNames"],
7154
+ "members":{
7155
+ "targetCheckNames":{"shape":"TargetAuditCheckNames"}
7156
+ }
7157
+ },
7158
+ "StartOnDemandAuditTaskResponse":{
7159
+ "type":"structure",
7160
+ "members":{
7161
+ "taskId":{"shape":"AuditTaskId"}
7162
+ }
7163
+ },
5897
7164
  "StartThingRegistrationTaskRequest":{
5898
7165
  "type":"structure",
5899
7166
  "required":[
@@ -5915,6 +7182,7 @@
5915
7182
  "taskId":{"shape":"TaskId"}
5916
7183
  }
5917
7184
  },
7185
+ "StateMachineName":{"type":"string"},
5918
7186
  "StateReason":{"type":"string"},
5919
7187
  "StateValue":{"type":"string"},
5920
7188
  "Status":{
@@ -5927,6 +7195,18 @@
5927
7195
  "Cancelling"
5928
7196
  ]
5929
7197
  },
7198
+ "StepFunctionsAction":{
7199
+ "type":"structure",
7200
+ "required":[
7201
+ "stateMachineName",
7202
+ "roleArn"
7203
+ ],
7204
+ "members":{
7205
+ "executionNamePrefix":{"shape":"ExecutionNamePrefix"},
7206
+ "stateMachineName":{"shape":"StateMachineName"},
7207
+ "roleArn":{"shape":"AwsArn"}
7208
+ }
7209
+ },
5930
7210
  "StopThingRegistrationTaskRequest":{
5931
7211
  "type":"structure",
5932
7212
  "required":["taskId"],
@@ -6007,10 +7287,20 @@
6007
7287
  "type":"list",
6008
7288
  "member":{"shape":"StreamSummary"}
6009
7289
  },
7290
+ "String":{"type":"string"},
7291
+ "StringMap":{
7292
+ "type":"map",
7293
+ "key":{"shape":"String"},
7294
+ "value":{"shape":"String"}
7295
+ },
6010
7296
  "SucceededThings":{"type":"integer"},
6011
7297
  "TableName":{"type":"string"},
6012
7298
  "Target":{"type":"string"},
6013
7299
  "TargetArn":{"type":"string"},
7300
+ "TargetAuditCheckNames":{
7301
+ "type":"list",
7302
+ "member":{"shape":"AuditCheckName"}
7303
+ },
6014
7304
  "TargetSelection":{
6015
7305
  "type":"string",
6016
7306
  "enum":[
@@ -6031,6 +7321,18 @@
6031
7321
  "type":"list",
6032
7322
  "member":{"shape":"TaskId"}
6033
7323
  },
7324
+ "TaskStatistics":{
7325
+ "type":"structure",
7326
+ "members":{
7327
+ "totalChecks":{"shape":"TotalChecksCount"},
7328
+ "inProgressChecks":{"shape":"InProgressChecksCount"},
7329
+ "waitingForDataCollectionChecks":{"shape":"WaitingForDataCollectionChecksCount"},
7330
+ "compliantChecks":{"shape":"CompliantChecksCount"},
7331
+ "nonCompliantChecks":{"shape":"NonCompliantChecksCount"},
7332
+ "failedChecks":{"shape":"FailedChecksCount"},
7333
+ "canceledChecks":{"shape":"CanceledChecksCount"}
7334
+ }
7335
+ },
6034
7336
  "TemplateBody":{"type":"string"},
6035
7337
  "TestAuthorizationRequest":{
6036
7338
  "type":"structure",
@@ -6230,9 +7532,10 @@
6230
7532
  "error":{"httpStatusCode":429},
6231
7533
  "exception":true
6232
7534
  },
7535
+ "Timestamp":{"type":"timestamp"},
6233
7536
  "Token":{
6234
7537
  "type":"string",
6235
- "max":1024,
7538
+ "max":6144,
6236
7539
  "min":1
6237
7540
  },
6238
7541
  "TokenKeyName":{
@@ -6291,6 +7594,8 @@
6291
7594
  "errorAction":{"shape":"Action"}
6292
7595
  }
6293
7596
  },
7597
+ "TotalChecksCount":{"type":"integer"},
7598
+ "TotalResourcesCount":{"type":"long"},
6294
7599
  "TransferAlreadyCompletedException":{
6295
7600
  "type":"structure",
6296
7601
  "members":{
@@ -6352,6 +7657,23 @@
6352
7657
  "exception":true
6353
7658
  },
6354
7659
  "UndoDeprecate":{"type":"boolean"},
7660
+ "UnsignedLong":{
7661
+ "type":"long",
7662
+ "min":0
7663
+ },
7664
+ "UpdateAccountAuditConfigurationRequest":{
7665
+ "type":"structure",
7666
+ "members":{
7667
+ "roleArn":{"shape":"RoleArn"},
7668
+ "auditNotificationTargetConfigurations":{"shape":"AuditNotificationTargetConfigurations"},
7669
+ "auditCheckConfigurations":{"shape":"AuditCheckConfigurations"}
7670
+ }
7671
+ },
7672
+ "UpdateAccountAuditConfigurationResponse":{
7673
+ "type":"structure",
7674
+ "members":{
7675
+ }
7676
+ },
6355
7677
  "UpdateAuthorizerRequest":{
6356
7678
  "type":"structure",
6357
7679
  "required":["authorizerName"],
@@ -6458,6 +7780,59 @@
6458
7780
  "roleAliasArn":{"shape":"RoleAliasArn"}
6459
7781
  }
6460
7782
  },
7783
+ "UpdateScheduledAuditRequest":{
7784
+ "type":"structure",
7785
+ "required":["scheduledAuditName"],
7786
+ "members":{
7787
+ "frequency":{"shape":"AuditFrequency"},
7788
+ "dayOfMonth":{"shape":"DayOfMonth"},
7789
+ "dayOfWeek":{"shape":"DayOfWeek"},
7790
+ "targetCheckNames":{"shape":"TargetAuditCheckNames"},
7791
+ "scheduledAuditName":{
7792
+ "shape":"ScheduledAuditName",
7793
+ "location":"uri",
7794
+ "locationName":"scheduledAuditName"
7795
+ }
7796
+ }
7797
+ },
7798
+ "UpdateScheduledAuditResponse":{
7799
+ "type":"structure",
7800
+ "members":{
7801
+ "scheduledAuditArn":{"shape":"ScheduledAuditArn"}
7802
+ }
7803
+ },
7804
+ "UpdateSecurityProfileRequest":{
7805
+ "type":"structure",
7806
+ "required":["securityProfileName"],
7807
+ "members":{
7808
+ "securityProfileName":{
7809
+ "shape":"SecurityProfileName",
7810
+ "location":"uri",
7811
+ "locationName":"securityProfileName"
7812
+ },
7813
+ "securityProfileDescription":{"shape":"SecurityProfileDescription"},
7814
+ "behaviors":{"shape":"Behaviors"},
7815
+ "alertTargets":{"shape":"AlertTargets"},
7816
+ "expectedVersion":{
7817
+ "shape":"OptionalVersion",
7818
+ "location":"querystring",
7819
+ "locationName":"expectedVersion"
7820
+ }
7821
+ }
7822
+ },
7823
+ "UpdateSecurityProfileResponse":{
7824
+ "type":"structure",
7825
+ "members":{
7826
+ "securityProfileName":{"shape":"SecurityProfileName"},
7827
+ "securityProfileArn":{"shape":"SecurityProfileArn"},
7828
+ "securityProfileDescription":{"shape":"SecurityProfileDescription"},
7829
+ "behaviors":{"shape":"Behaviors"},
7830
+ "alertTargets":{"shape":"AlertTargets"},
7831
+ "version":{"shape":"Version"},
7832
+ "creationDate":{"shape":"Timestamp"},
7833
+ "lastModifiedDate":{"shape":"Timestamp"}
7834
+ }
7835
+ },
6461
7836
  "UpdateStreamRequest":{
6462
7837
  "type":"structure",
6463
7838
  "required":["streamId"],
@@ -6537,6 +7912,31 @@
6537
7912
  }
6538
7913
  },
6539
7914
  "UseBase64":{"type":"boolean"},
7915
+ "Valid":{"type":"boolean"},
7916
+ "ValidateSecurityProfileBehaviorsRequest":{
7917
+ "type":"structure",
7918
+ "required":["behaviors"],
7919
+ "members":{
7920
+ "behaviors":{"shape":"Behaviors"}
7921
+ }
7922
+ },
7923
+ "ValidateSecurityProfileBehaviorsResponse":{
7924
+ "type":"structure",
7925
+ "members":{
7926
+ "valid":{"shape":"Valid"},
7927
+ "validationErrors":{"shape":"ValidationErrors"}
7928
+ }
7929
+ },
7930
+ "ValidationError":{
7931
+ "type":"structure",
7932
+ "members":{
7933
+ "errorMessage":{"shape":"ErrorMessage"}
7934
+ }
7935
+ },
7936
+ "ValidationErrors":{
7937
+ "type":"list",
7938
+ "member":{"shape":"ValidationError"}
7939
+ },
6540
7940
  "Value":{"type":"string"},
6541
7941
  "Version":{"type":"long"},
6542
7942
  "VersionConflictException":{
@@ -6556,6 +7956,37 @@
6556
7956
  "error":{"httpStatusCode":409},
6557
7957
  "exception":true
6558
7958
  },
7959
+ "ViolationEvent":{
7960
+ "type":"structure",
7961
+ "members":{
7962
+ "violationId":{"shape":"ViolationId"},
7963
+ "thingName":{"shape":"ThingName"},
7964
+ "securityProfileName":{"shape":"SecurityProfileName"},
7965
+ "behavior":{"shape":"Behavior"},
7966
+ "metricValue":{"shape":"MetricValue"},
7967
+ "violationEventType":{"shape":"ViolationEventType"},
7968
+ "violationEventTime":{"shape":"Timestamp"}
7969
+ }
7970
+ },
7971
+ "ViolationEventType":{
7972
+ "type":"string",
7973
+ "enum":[
7974
+ "in-alarm",
7975
+ "alarm-cleared",
7976
+ "alarm-invalidated"
7977
+ ]
7978
+ },
7979
+ "ViolationEvents":{
7980
+ "type":"list",
7981
+ "member":{"shape":"ViolationEvent"}
7982
+ },
7983
+ "ViolationId":{
7984
+ "type":"string",
7985
+ "max":128,
7986
+ "min":1,
7987
+ "pattern":"[a-zA-Z0-9\\-]+"
7988
+ },
7989
+ "WaitingForDataCollectionChecksCount":{"type":"integer"},
6559
7990
  "errorMessage":{"type":"string"},
6560
7991
  "resourceArn":{"type":"string"},
6561
7992
  "resourceId":{"type":"string"}