aws-sdk-core 2.11.325 → 2.11.326

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b1645d11513b30790d3321e34744fca6f608b8a
4
- data.tar.gz: d2400947ee32325866c3230a6823bd8c6820833c
3
+ metadata.gz: 1ee763a9a47d24a777e96d4ed32712e88abab0c7
4
+ data.tar.gz: 9b1536892d0953c296ed6233e9fcb112feda5d05
5
5
  SHA512:
6
- metadata.gz: 73a1b163d47bd287c13a1947d0f235d8afa5944228f4327b77336a3a90ea592f217d11854b9b22d2299346b56cd0199cb713d910671adf7b9ad05729de9becbd
7
- data.tar.gz: 2d24e8feb9111f1c02d039125d7034646bc268a23dd06204850385dc8929b6099815d5b79321fdcdef127075c31c30b553c16b6309482dcbddc01c0348f589b3
6
+ metadata.gz: b88e72f2e6f04b7a4850f0623f1c3392265c879b3c4baa16f44e28fa3578d8830918ecd3af057b8b231a04e39be23ee3b6118450217241dd7d91cb5a332b603d
7
+ data.tar.gz: bdbe7e39063fa75c557f3b2b5bb6babd7f0f3fe9502d8aaf913070fc346e08d1c3582ae7974683e9b3445edb2876de0045757163bc4c208481c6cf55c153d3d0
@@ -405,7 +405,10 @@
405
405
  "members":{
406
406
  "ActivationKey":{"shape":"ActivationKey"},
407
407
  "AgentName":{"shape":"TagValue"},
408
- "Tags":{"shape":"TagList"}
408
+ "Tags":{"shape":"TagList"},
409
+ "VpcEndpointId":{"shape":"VpcEndpointId"},
410
+ "SubnetArns":{"shape":"PLSubnetArnList"},
411
+ "SecurityGroupArns":{"shape":"PLSecurityGroupArnList"}
409
412
  }
410
413
  },
411
414
  "CreateAgentResponse":{
@@ -546,7 +549,7 @@
546
549
  "Status":{"shape":"AgentStatus"},
547
550
  "LastConnectionTime":{"shape":"Time"},
548
551
  "CreationTime":{"shape":"Time"},
549
- "EndpointOptions":{"shape":"EndpointOptions"},
552
+ "EndpointType":{"shape":"EndpointType"},
550
553
  "PrivateLinkConfig":{"shape":"PrivateLinkConfig"}
551
554
  }
552
555
  },
@@ -640,6 +643,8 @@
640
643
  "SourceLocationArn":{"shape":"LocationArn"},
641
644
  "DestinationLocationArn":{"shape":"LocationArn"},
642
645
  "CloudWatchLogGroupArn":{"shape":"LogGroupArn"},
646
+ "SourceNetworkInterfaceArns":{"shape":"SourceNetworkInterfaceArns"},
647
+ "DestinationNetworkInterfaceArns":{"shape":"DestinationNetworkInterfaceArns"},
643
648
  "Options":{"shape":"Options"},
644
649
  "Excludes":{"shape":"FilterList"},
645
650
  "ErrorCode":{"shape":"string"},
@@ -647,6 +652,10 @@
647
652
  "CreationTime":{"shape":"Time"}
648
653
  }
649
654
  },
655
+ "DestinationNetworkInterfaceArns":{
656
+ "type":"list",
657
+ "member":{"shape":"NetworkInterfaceArn"}
658
+ },
650
659
  "Duration":{
651
660
  "type":"long",
652
661
  "min":0
@@ -683,12 +692,18 @@
683
692
  "max":128,
684
693
  "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
685
694
  },
686
- "EndpointOptions":{
687
- "type":"structure",
688
- "members":{
689
- "Fips":{"shape":"boolean"},
690
- "PrivateLink":{"shape":"boolean"}
691
- }
695
+ "Endpoint":{
696
+ "type":"string",
697
+ "max":15,
698
+ "min":7,
699
+ "pattern":"\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z"
700
+ },
701
+ "EndpointType":{
702
+ "type":"string",
703
+ "enum":[
704
+ "PUBLIC",
705
+ "PRIVATE_LINK"
706
+ ]
692
707
  },
693
708
  "FilterList":{
694
709
  "type":"list",
@@ -855,6 +870,11 @@
855
870
  "PRESERVE"
856
871
  ]
857
872
  },
873
+ "NetworkInterfaceArn":{
874
+ "type":"string",
875
+ "max":128,
876
+ "pattern":"^arn:aws[\\-a-z]{0,}:ec2:[a-z\\-0-9]*:[0-9]{12}:network-interface/eni-[0-9a-f]+$"
877
+ },
858
878
  "NextToken":{
859
879
  "type":"string",
860
880
  "max":65535,
@@ -946,7 +966,8 @@
946
966
  "PrivateLinkConfig":{
947
967
  "type":"structure",
948
968
  "members":{
949
- "PrivateLinkEndpoint":{"shape":"string"},
969
+ "VpcEndpointId":{"shape":"VpcEndpointId"},
970
+ "PrivateLinkEndpoint":{"shape":"Endpoint"},
950
971
  "SubnetArns":{"shape":"PLSubnetArnList"},
951
972
  "SecurityGroupArns":{"shape":"PLSecurityGroupArnList"}
952
973
  }
@@ -968,6 +989,10 @@
968
989
  "max":255,
969
990
  "pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$"
970
991
  },
992
+ "SourceNetworkInterfaceArns":{
993
+ "type":"list",
994
+ "member":{"shape":"NetworkInterfaceArn"}
995
+ },
971
996
  "StartTaskExecutionRequest":{
972
997
  "type":"structure",
973
998
  "required":["TaskArn"],
@@ -1169,7 +1194,10 @@
1169
1194
  "NONE"
1170
1195
  ]
1171
1196
  },
1172
- "boolean":{"type":"boolean"},
1197
+ "VpcEndpointId":{
1198
+ "type":"string",
1199
+ "pattern":"^vpce-[0-9a-f]{17}$"
1200
+ },
1173
1201
  "long":{"type":"long"},
1174
1202
  "string":{"type":"string"}
1175
1203
  }
@@ -3480,7 +3480,8 @@
3480
3480
  "type":"string",
3481
3481
  "enum":[
3482
3482
  "lowestPrice",
3483
- "diversified"
3483
+ "diversified",
3484
+ "capacityOptimized"
3484
3485
  ]
3485
3486
  },
3486
3487
  "AllowedPrincipal":{
@@ -21431,7 +21432,8 @@
21431
21432
  "type":"string",
21432
21433
  "enum":[
21433
21434
  "lowest-price",
21434
- "diversified"
21435
+ "diversified",
21436
+ "capacity-optimized"
21435
21437
  ]
21436
21438
  },
21437
21439
  "SpotDatafeedSubscription":{
@@ -143,6 +143,21 @@
143
143
  {"shape":"InternalFailureException"}
144
144
  ]
145
145
  },
146
+ "CancelAuditMitigationActionsTask":{
147
+ "name":"CancelAuditMitigationActionsTask",
148
+ "http":{
149
+ "method":"PUT",
150
+ "requestUri":"/audit/mitigationactions/tasks/{taskId}/cancel"
151
+ },
152
+ "input":{"shape":"CancelAuditMitigationActionsTaskRequest"},
153
+ "output":{"shape":"CancelAuditMitigationActionsTaskResponse"},
154
+ "errors":[
155
+ {"shape":"ResourceNotFoundException"},
156
+ {"shape":"InvalidRequestException"},
157
+ {"shape":"ThrottlingException"},
158
+ {"shape":"InternalFailureException"}
159
+ ]
160
+ },
146
161
  "CancelAuditTask":{
147
162
  "name":"CancelAuditTask",
148
163
  "http":{
@@ -323,6 +338,22 @@
323
338
  {"shape":"InternalFailureException"}
324
339
  ]
325
340
  },
341
+ "CreateMitigationAction":{
342
+ "name":"CreateMitigationAction",
343
+ "http":{
344
+ "method":"POST",
345
+ "requestUri":"/mitigationactions/actions/{actionName}"
346
+ },
347
+ "input":{"shape":"CreateMitigationActionRequest"},
348
+ "output":{"shape":"CreateMitigationActionResponse"},
349
+ "errors":[
350
+ {"shape":"InvalidRequestException"},
351
+ {"shape":"ResourceAlreadyExistsException"},
352
+ {"shape":"LimitExceededException"},
353
+ {"shape":"ThrottlingException"},
354
+ {"shape":"InternalFailureException"}
355
+ ]
356
+ },
326
357
  "CreateOTAUpdate":{
327
358
  "name":"CreateOTAUpdate",
328
359
  "http":{
@@ -407,6 +438,7 @@
407
438
  "output":{"shape":"CreateScheduledAuditResponse"},
408
439
  "errors":[
409
440
  {"shape":"InvalidRequestException"},
441
+ {"shape":"ResourceAlreadyExistsException"},
410
442
  {"shape":"ThrottlingException"},
411
443
  {"shape":"InternalFailureException"},
412
444
  {"shape":"LimitExceededException"}
@@ -642,6 +674,20 @@
642
674
  {"shape":"ServiceUnavailableException"}
643
675
  ]
644
676
  },
677
+ "DeleteMitigationAction":{
678
+ "name":"DeleteMitigationAction",
679
+ "http":{
680
+ "method":"DELETE",
681
+ "requestUri":"/mitigationactions/actions/{actionName}"
682
+ },
683
+ "input":{"shape":"DeleteMitigationActionRequest"},
684
+ "output":{"shape":"DeleteMitigationActionResponse"},
685
+ "errors":[
686
+ {"shape":"InvalidRequestException"},
687
+ {"shape":"ThrottlingException"},
688
+ {"shape":"InternalFailureException"}
689
+ ]
690
+ },
645
691
  "DeleteOTAUpdate":{
646
692
  "name":"DeleteOTAUpdate",
647
693
  "http":{
@@ -884,6 +930,36 @@
884
930
  {"shape":"InternalFailureException"}
885
931
  ]
886
932
  },
933
+ "DescribeAuditFinding":{
934
+ "name":"DescribeAuditFinding",
935
+ "http":{
936
+ "method":"GET",
937
+ "requestUri":"/audit/findings/{findingId}"
938
+ },
939
+ "input":{"shape":"DescribeAuditFindingRequest"},
940
+ "output":{"shape":"DescribeAuditFindingResponse"},
941
+ "errors":[
942
+ {"shape":"ResourceNotFoundException"},
943
+ {"shape":"InvalidRequestException"},
944
+ {"shape":"ThrottlingException"},
945
+ {"shape":"InternalFailureException"}
946
+ ]
947
+ },
948
+ "DescribeAuditMitigationActionsTask":{
949
+ "name":"DescribeAuditMitigationActionsTask",
950
+ "http":{
951
+ "method":"GET",
952
+ "requestUri":"/audit/mitigationactions/tasks/{taskId}"
953
+ },
954
+ "input":{"shape":"DescribeAuditMitigationActionsTaskRequest"},
955
+ "output":{"shape":"DescribeAuditMitigationActionsTaskResponse"},
956
+ "errors":[
957
+ {"shape":"InvalidRequestException"},
958
+ {"shape":"ResourceNotFoundException"},
959
+ {"shape":"ThrottlingException"},
960
+ {"shape":"InternalFailureException"}
961
+ ]
962
+ },
887
963
  "DescribeAuditTask":{
888
964
  "name":"DescribeAuditTask",
889
965
  "http":{
@@ -1057,6 +1133,21 @@
1057
1133
  {"shape":"ServiceUnavailableException"}
1058
1134
  ]
1059
1135
  },
1136
+ "DescribeMitigationAction":{
1137
+ "name":"DescribeMitigationAction",
1138
+ "http":{
1139
+ "method":"GET",
1140
+ "requestUri":"/mitigationactions/actions/{actionName}"
1141
+ },
1142
+ "input":{"shape":"DescribeMitigationActionRequest"},
1143
+ "output":{"shape":"DescribeMitigationActionResponse"},
1144
+ "errors":[
1145
+ {"shape":"InvalidRequestException"},
1146
+ {"shape":"ResourceNotFoundException"},
1147
+ {"shape":"ThrottlingException"},
1148
+ {"shape":"InternalFailureException"}
1149
+ ]
1150
+ },
1060
1151
  "DescribeRoleAlias":{
1061
1152
  "name":"DescribeRoleAlias",
1062
1153
  "http":{
@@ -1507,6 +1598,34 @@
1507
1598
  {"shape":"InternalFailureException"}
1508
1599
  ]
1509
1600
  },
1601
+ "ListAuditMitigationActionsExecutions":{
1602
+ "name":"ListAuditMitigationActionsExecutions",
1603
+ "http":{
1604
+ "method":"GET",
1605
+ "requestUri":"/audit/mitigationactions/executions"
1606
+ },
1607
+ "input":{"shape":"ListAuditMitigationActionsExecutionsRequest"},
1608
+ "output":{"shape":"ListAuditMitigationActionsExecutionsResponse"},
1609
+ "errors":[
1610
+ {"shape":"InvalidRequestException"},
1611
+ {"shape":"ThrottlingException"},
1612
+ {"shape":"InternalFailureException"}
1613
+ ]
1614
+ },
1615
+ "ListAuditMitigationActionsTasks":{
1616
+ "name":"ListAuditMitigationActionsTasks",
1617
+ "http":{
1618
+ "method":"GET",
1619
+ "requestUri":"/audit/mitigationactions/tasks"
1620
+ },
1621
+ "input":{"shape":"ListAuditMitigationActionsTasksRequest"},
1622
+ "output":{"shape":"ListAuditMitigationActionsTasksResponse"},
1623
+ "errors":[
1624
+ {"shape":"InvalidRequestException"},
1625
+ {"shape":"ThrottlingException"},
1626
+ {"shape":"InternalFailureException"}
1627
+ ]
1628
+ },
1510
1629
  "ListAuditTasks":{
1511
1630
  "name":"ListAuditTasks",
1512
1631
  "http":{
@@ -1661,6 +1780,20 @@
1661
1780
  {"shape":"ServiceUnavailableException"}
1662
1781
  ]
1663
1782
  },
1783
+ "ListMitigationActions":{
1784
+ "name":"ListMitigationActions",
1785
+ "http":{
1786
+ "method":"GET",
1787
+ "requestUri":"/mitigationactions/actions"
1788
+ },
1789
+ "input":{"shape":"ListMitigationActionsRequest"},
1790
+ "output":{"shape":"ListMitigationActionsResponse"},
1791
+ "errors":[
1792
+ {"shape":"InvalidRequestException"},
1793
+ {"shape":"ThrottlingException"},
1794
+ {"shape":"InternalFailureException"}
1795
+ ]
1796
+ },
1664
1797
  "ListOTAUpdates":{
1665
1798
  "name":"ListOTAUpdates",
1666
1799
  "http":{
@@ -2295,6 +2428,22 @@
2295
2428
  {"shape":"ServiceUnavailableException"}
2296
2429
  ]
2297
2430
  },
2431
+ "StartAuditMitigationActionsTask":{
2432
+ "name":"StartAuditMitigationActionsTask",
2433
+ "http":{
2434
+ "method":"POST",
2435
+ "requestUri":"/audit/mitigationactions/tasks/{taskId}"
2436
+ },
2437
+ "input":{"shape":"StartAuditMitigationActionsTaskRequest"},
2438
+ "output":{"shape":"StartAuditMitigationActionsTaskResponse"},
2439
+ "errors":[
2440
+ {"shape":"InvalidRequestException"},
2441
+ {"shape":"TaskAlreadyExistsException"},
2442
+ {"shape":"LimitExceededException"},
2443
+ {"shape":"ThrottlingException"},
2444
+ {"shape":"InternalFailureException"}
2445
+ ]
2446
+ },
2298
2447
  "StartOnDemandAuditTask":{
2299
2448
  "name":"StartOnDemandAuditTask",
2300
2449
  "http":{
@@ -2569,6 +2718,21 @@
2569
2718
  {"shape":"ServiceUnavailableException"}
2570
2719
  ]
2571
2720
  },
2721
+ "UpdateMitigationAction":{
2722
+ "name":"UpdateMitigationAction",
2723
+ "http":{
2724
+ "method":"PATCH",
2725
+ "requestUri":"/mitigationactions/actions/{actionName}"
2726
+ },
2727
+ "input":{"shape":"UpdateMitigationActionRequest"},
2728
+ "output":{"shape":"UpdateMitigationActionResponse"},
2729
+ "errors":[
2730
+ {"shape":"InvalidRequestException"},
2731
+ {"shape":"ResourceNotFoundException"},
2732
+ {"shape":"ThrottlingException"},
2733
+ {"shape":"InternalFailureException"}
2734
+ ]
2735
+ },
2572
2736
  "UpdateRoleAlias":{
2573
2737
  "name":"UpdateRoleAlias",
2574
2738
  "http":{
@@ -2790,7 +2954,7 @@
2790
2954
  "type":"structure",
2791
2955
  "members":{
2792
2956
  "violationId":{"shape":"ViolationId"},
2793
- "thingName":{"shape":"ThingName"},
2957
+ "thingName":{"shape":"DeviceDefenderThingName"},
2794
2958
  "securityProfileName":{"shape":"SecurityProfileName"},
2795
2959
  "behavior":{"shape":"Behavior"},
2796
2960
  "lastViolationValue":{"shape":"MetricValue"},
@@ -2831,6 +2995,14 @@
2831
2995
  "members":{
2832
2996
  }
2833
2997
  },
2998
+ "AddThingsToThingGroupParams":{
2999
+ "type":"structure",
3000
+ "required":["thingGroupNames"],
3001
+ "members":{
3002
+ "thingGroupNames":{"shape":"ThingGroupNames"},
3003
+ "overrideDynamicGroups":{"shape":"OverrideDynamicGroups"}
3004
+ }
3005
+ },
2834
3006
  "AdditionalMetricsToRetainList":{
2835
3007
  "type":"list",
2836
3008
  "member":{"shape":"BehaviorMetric"}
@@ -3043,6 +3215,16 @@
3043
3215
  "FAILED"
3044
3216
  ]
3045
3217
  },
3218
+ "AuditCheckToActionsMapping":{
3219
+ "type":"map",
3220
+ "key":{"shape":"AuditCheckName"},
3221
+ "value":{"shape":"MitigationActionNameList"}
3222
+ },
3223
+ "AuditCheckToReasonCodeFilter":{
3224
+ "type":"map",
3225
+ "key":{"shape":"AuditCheckName"},
3226
+ "value":{"shape":"ReasonForNonComplianceCodes"}
3227
+ },
3046
3228
  "AuditDetails":{
3047
3229
  "type":"map",
3048
3230
  "key":{"shape":"AuditCheckName"},
@@ -3051,6 +3233,7 @@
3051
3233
  "AuditFinding":{
3052
3234
  "type":"structure",
3053
3235
  "members":{
3236
+ "findingId":{"shape":"FindingId"},
3054
3237
  "taskId":{"shape":"AuditTaskId"},
3055
3238
  "checkName":{"shape":"AuditCheckName"},
3056
3239
  "taskStartTime":{"shape":"Timestamp"},
@@ -3084,6 +3267,75 @@
3084
3267
  "MONTHLY"
3085
3268
  ]
3086
3269
  },
3270
+ "AuditMitigationActionExecutionMetadata":{
3271
+ "type":"structure",
3272
+ "members":{
3273
+ "taskId":{"shape":"AuditMitigationActionsTaskId"},
3274
+ "findingId":{"shape":"FindingId"},
3275
+ "actionName":{"shape":"MitigationActionName"},
3276
+ "actionId":{"shape":"MitigationActionId"},
3277
+ "status":{"shape":"AuditMitigationActionsExecutionStatus"},
3278
+ "startTime":{"shape":"Timestamp"},
3279
+ "endTime":{"shape":"Timestamp"},
3280
+ "errorCode":{"shape":"ErrorCode"},
3281
+ "message":{"shape":"ErrorMessage"}
3282
+ }
3283
+ },
3284
+ "AuditMitigationActionExecutionMetadataList":{
3285
+ "type":"list",
3286
+ "member":{"shape":"AuditMitigationActionExecutionMetadata"}
3287
+ },
3288
+ "AuditMitigationActionsExecutionStatus":{
3289
+ "type":"string",
3290
+ "enum":[
3291
+ "IN_PROGRESS",
3292
+ "COMPLETED",
3293
+ "FAILED",
3294
+ "CANCELED",
3295
+ "SKIPPED",
3296
+ "PENDING"
3297
+ ]
3298
+ },
3299
+ "AuditMitigationActionsTaskId":{
3300
+ "type":"string",
3301
+ "max":128,
3302
+ "min":1,
3303
+ "pattern":"[a-zA-Z0-9_-]+"
3304
+ },
3305
+ "AuditMitigationActionsTaskMetadata":{
3306
+ "type":"structure",
3307
+ "members":{
3308
+ "taskId":{"shape":"AuditMitigationActionsTaskId"},
3309
+ "startTime":{"shape":"Timestamp"},
3310
+ "taskStatus":{"shape":"AuditMitigationActionsTaskStatus"}
3311
+ }
3312
+ },
3313
+ "AuditMitigationActionsTaskMetadataList":{
3314
+ "type":"list",
3315
+ "member":{"shape":"AuditMitigationActionsTaskMetadata"}
3316
+ },
3317
+ "AuditMitigationActionsTaskStatistics":{
3318
+ "type":"map",
3319
+ "key":{"shape":"AuditCheckName"},
3320
+ "value":{"shape":"TaskStatisticsForAuditCheck"}
3321
+ },
3322
+ "AuditMitigationActionsTaskStatus":{
3323
+ "type":"string",
3324
+ "enum":[
3325
+ "IN_PROGRESS",
3326
+ "COMPLETED",
3327
+ "FAILED",
3328
+ "CANCELED"
3329
+ ]
3330
+ },
3331
+ "AuditMitigationActionsTaskTarget":{
3332
+ "type":"structure",
3333
+ "members":{
3334
+ "auditTaskId":{"shape":"AuditTaskId"},
3335
+ "findingIds":{"shape":"FindingIds"},
3336
+ "auditCheckToReasonCodeFilter":{"shape":"AuditCheckToReasonCodeFilter"}
3337
+ }
3338
+ },
3087
3339
  "AuditNotificationTarget":{
3088
3340
  "type":"structure",
3089
3341
  "members":{
@@ -3332,10 +3584,30 @@
3332
3584
  "INACTIVE"
3333
3585
  ]
3334
3586
  },
3587
+ "CACertificateUpdateAction":{
3588
+ "type":"string",
3589
+ "enum":["DEACTIVATE"]
3590
+ },
3335
3591
  "CACertificates":{
3336
3592
  "type":"list",
3337
3593
  "member":{"shape":"CACertificate"}
3338
3594
  },
3595
+ "CancelAuditMitigationActionsTaskRequest":{
3596
+ "type":"structure",
3597
+ "required":["taskId"],
3598
+ "members":{
3599
+ "taskId":{
3600
+ "shape":"AuditMitigationActionsTaskId",
3601
+ "location":"uri",
3602
+ "locationName":"taskId"
3603
+ }
3604
+ }
3605
+ },
3606
+ "CancelAuditMitigationActionsTaskResponse":{
3607
+ "type":"structure",
3608
+ "members":{
3609
+ }
3610
+ },
3339
3611
  "CancelAuditTaskRequest":{
3340
3612
  "type":"structure",
3341
3613
  "required":["taskId"],
@@ -3416,6 +3688,7 @@
3416
3688
  }
3417
3689
  },
3418
3690
  "CanceledChecksCount":{"type":"integer"},
3691
+ "CanceledFindingsCount":{"type":"long"},
3419
3692
  "CanceledThings":{"type":"integer"},
3420
3693
  "CannedAccessControlList":{
3421
3694
  "type":"string",
@@ -3544,6 +3817,12 @@
3544
3817
  }
3545
3818
  },
3546
3819
  "ClientId":{"type":"string"},
3820
+ "ClientRequestToken":{
3821
+ "type":"string",
3822
+ "max":64,
3823
+ "min":1,
3824
+ "pattern":"^[a-zA-Z0-9-_]+$"
3825
+ },
3547
3826
  "CloudwatchAlarmAction":{
3548
3827
  "type":"structure",
3549
3828
  "required":[
@@ -3794,6 +4073,31 @@
3794
4073
  "keyPair":{"shape":"KeyPair"}
3795
4074
  }
3796
4075
  },
4076
+ "CreateMitigationActionRequest":{
4077
+ "type":"structure",
4078
+ "required":[
4079
+ "actionName",
4080
+ "roleArn",
4081
+ "actionParams"
4082
+ ],
4083
+ "members":{
4084
+ "actionName":{
4085
+ "shape":"MitigationActionName",
4086
+ "location":"uri",
4087
+ "locationName":"actionName"
4088
+ },
4089
+ "roleArn":{"shape":"RoleArn"},
4090
+ "actionParams":{"shape":"MitigationActionParams"},
4091
+ "tags":{"shape":"TagList"}
4092
+ }
4093
+ },
4094
+ "CreateMitigationActionResponse":{
4095
+ "type":"structure",
4096
+ "members":{
4097
+ "actionArn":{"shape":"MitigationActionArn"},
4098
+ "actionId":{"shape":"MitigationActionId"}
4099
+ }
4100
+ },
3797
4101
  "CreateOTAUpdateRequest":{
3798
4102
  "type":"structure",
3799
4103
  "required":[
@@ -3916,12 +4220,12 @@
3916
4220
  "dayOfMonth":{"shape":"DayOfMonth"},
3917
4221
  "dayOfWeek":{"shape":"DayOfWeek"},
3918
4222
  "targetCheckNames":{"shape":"TargetAuditCheckNames"},
3919
- "tags":{"shape":"TagList"},
3920
4223
  "scheduledAuditName":{
3921
4224
  "shape":"ScheduledAuditName",
3922
4225
  "location":"uri",
3923
4226
  "locationName":"scheduledAuditName"
3924
- }
4227
+ },
4228
+ "tags":{"shape":"TagList"}
3925
4229
  }
3926
4230
  },
3927
4231
  "CreateScheduledAuditResponse":{
@@ -4266,6 +4570,22 @@
4266
4570
  }
4267
4571
  }
4268
4572
  },
4573
+ "DeleteMitigationActionRequest":{
4574
+ "type":"structure",
4575
+ "required":["actionName"],
4576
+ "members":{
4577
+ "actionName":{
4578
+ "shape":"MitigationActionName",
4579
+ "location":"uri",
4580
+ "locationName":"actionName"
4581
+ }
4582
+ }
4583
+ },
4584
+ "DeleteMitigationActionResponse":{
4585
+ "type":"structure",
4586
+ "members":{
4587
+ }
4588
+ },
4269
4589
  "DeleteOTAUpdateRequest":{
4270
4590
  "type":"structure",
4271
4591
  "required":["otaUpdateId"],
@@ -4530,6 +4850,46 @@
4530
4850
  "auditCheckConfigurations":{"shape":"AuditCheckConfigurations"}
4531
4851
  }
4532
4852
  },
4853
+ "DescribeAuditFindingRequest":{
4854
+ "type":"structure",
4855
+ "required":["findingId"],
4856
+ "members":{
4857
+ "findingId":{
4858
+ "shape":"FindingId",
4859
+ "location":"uri",
4860
+ "locationName":"findingId"
4861
+ }
4862
+ }
4863
+ },
4864
+ "DescribeAuditFindingResponse":{
4865
+ "type":"structure",
4866
+ "members":{
4867
+ "finding":{"shape":"AuditFinding"}
4868
+ }
4869
+ },
4870
+ "DescribeAuditMitigationActionsTaskRequest":{
4871
+ "type":"structure",
4872
+ "required":["taskId"],
4873
+ "members":{
4874
+ "taskId":{
4875
+ "shape":"AuditMitigationActionsTaskId",
4876
+ "location":"uri",
4877
+ "locationName":"taskId"
4878
+ }
4879
+ }
4880
+ },
4881
+ "DescribeAuditMitigationActionsTaskResponse":{
4882
+ "type":"structure",
4883
+ "members":{
4884
+ "taskStatus":{"shape":"AuditMitigationActionsTaskStatus"},
4885
+ "startTime":{"shape":"Timestamp"},
4886
+ "endTime":{"shape":"Timestamp"},
4887
+ "taskStatistics":{"shape":"AuditMitigationActionsTaskStatistics"},
4888
+ "target":{"shape":"AuditMitigationActionsTaskTarget"},
4889
+ "auditCheckToActionsMapping":{"shape":"AuditCheckToActionsMapping"},
4890
+ "actionsDefinition":{"shape":"MitigationActionList"}
4891
+ }
4892
+ },
4533
4893
  "DescribeAuditTaskRequest":{
4534
4894
  "type":"structure",
4535
4895
  "required":["taskId"],
@@ -4733,6 +5093,30 @@
4733
5093
  "job":{"shape":"Job"}
4734
5094
  }
4735
5095
  },
5096
+ "DescribeMitigationActionRequest":{
5097
+ "type":"structure",
5098
+ "required":["actionName"],
5099
+ "members":{
5100
+ "actionName":{
5101
+ "shape":"MitigationActionName",
5102
+ "location":"uri",
5103
+ "locationName":"actionName"
5104
+ }
5105
+ }
5106
+ },
5107
+ "DescribeMitigationActionResponse":{
5108
+ "type":"structure",
5109
+ "members":{
5110
+ "actionName":{"shape":"MitigationActionName"},
5111
+ "actionType":{"shape":"MitigationActionType"},
5112
+ "actionArn":{"shape":"MitigationActionArn"},
5113
+ "actionId":{"shape":"MitigationActionId"},
5114
+ "roleArn":{"shape":"RoleArn"},
5115
+ "actionParams":{"shape":"MitigationActionParams"},
5116
+ "creationDate":{"shape":"Timestamp"},
5117
+ "lastModifiedDate":{"shape":"Timestamp"}
5118
+ }
5119
+ },
4736
5120
  "DescribeRoleAliasRequest":{
4737
5121
  "type":"structure",
4738
5122
  "required":["roleAlias"],
@@ -5019,6 +5403,15 @@
5019
5403
  "min":1,
5020
5404
  "pattern":"[^\\p{C}]*+"
5021
5405
  },
5406
+ "DeviceCertificateUpdateAction":{
5407
+ "type":"string",
5408
+ "enum":["DEACTIVATE"]
5409
+ },
5410
+ "DeviceDefenderThingName":{
5411
+ "type":"string",
5412
+ "max":128,
5413
+ "min":1
5414
+ },
5022
5415
  "DisableAllLogs":{"type":"boolean"},
5023
5416
  "DisableTopicRuleRequest":{
5024
5417
  "type":"structure",
@@ -5116,6 +5509,17 @@
5116
5509
  "ElasticsearchId":{"type":"string"},
5117
5510
  "ElasticsearchIndex":{"type":"string"},
5118
5511
  "ElasticsearchType":{"type":"string"},
5512
+ "EnableIoTLoggingParams":{
5513
+ "type":"structure",
5514
+ "required":[
5515
+ "roleArnForLogging",
5516
+ "logLevel"
5517
+ ],
5518
+ "members":{
5519
+ "roleArnForLogging":{"shape":"RoleArn"},
5520
+ "logLevel":{"shape":"LogLevel"}
5521
+ }
5522
+ },
5119
5523
  "EnableTopicRuleRequest":{
5120
5524
  "type":"structure",
5121
5525
  "required":["ruleName"],
@@ -5195,6 +5599,7 @@
5195
5599
  }
5196
5600
  },
5197
5601
  "FailedChecksCount":{"type":"integer"},
5602
+ "FailedFindingsCount":{"type":"long"},
5198
5603
  "FailedThings":{"type":"integer"},
5199
5604
  "FileId":{
5200
5605
  "type":"integer",
@@ -5209,6 +5614,18 @@
5209
5614
  }
5210
5615
  },
5211
5616
  "FileName":{"type":"string"},
5617
+ "FindingId":{
5618
+ "type":"string",
5619
+ "max":128,
5620
+ "min":1,
5621
+ "pattern":"[a-zA-Z0-9_-]+"
5622
+ },
5623
+ "FindingIds":{
5624
+ "type":"list",
5625
+ "member":{"shape":"FindingId"},
5626
+ "max":25,
5627
+ "min":1
5628
+ },
5212
5629
  "FirehoseAction":{
5213
5630
  "type":"structure",
5214
5631
  "required":[
@@ -5791,7 +6208,7 @@
5791
6208
  "type":"structure",
5792
6209
  "members":{
5793
6210
  "thingName":{
5794
- "shape":"ThingName",
6211
+ "shape":"DeviceDefenderThingName",
5795
6212
  "location":"querystring",
5796
6213
  "locationName":"thingName"
5797
6214
  },
@@ -5871,6 +6288,98 @@
5871
6288
  "nextToken":{"shape":"NextToken"}
5872
6289
  }
5873
6290
  },
6291
+ "ListAuditMitigationActionsExecutionsRequest":{
6292
+ "type":"structure",
6293
+ "required":[
6294
+ "taskId",
6295
+ "findingId"
6296
+ ],
6297
+ "members":{
6298
+ "taskId":{
6299
+ "shape":"AuditMitigationActionsTaskId",
6300
+ "location":"querystring",
6301
+ "locationName":"taskId"
6302
+ },
6303
+ "actionStatus":{
6304
+ "shape":"AuditMitigationActionsExecutionStatus",
6305
+ "location":"querystring",
6306
+ "locationName":"actionStatus"
6307
+ },
6308
+ "findingId":{
6309
+ "shape":"FindingId",
6310
+ "location":"querystring",
6311
+ "locationName":"findingId"
6312
+ },
6313
+ "maxResults":{
6314
+ "shape":"MaxResults",
6315
+ "location":"querystring",
6316
+ "locationName":"maxResults"
6317
+ },
6318
+ "nextToken":{
6319
+ "shape":"NextToken",
6320
+ "location":"querystring",
6321
+ "locationName":"nextToken"
6322
+ }
6323
+ }
6324
+ },
6325
+ "ListAuditMitigationActionsExecutionsResponse":{
6326
+ "type":"structure",
6327
+ "members":{
6328
+ "actionsExecutions":{"shape":"AuditMitigationActionExecutionMetadataList"},
6329
+ "nextToken":{"shape":"NextToken"}
6330
+ }
6331
+ },
6332
+ "ListAuditMitigationActionsTasksRequest":{
6333
+ "type":"structure",
6334
+ "required":[
6335
+ "startTime",
6336
+ "endTime"
6337
+ ],
6338
+ "members":{
6339
+ "auditTaskId":{
6340
+ "shape":"AuditTaskId",
6341
+ "location":"querystring",
6342
+ "locationName":"auditTaskId"
6343
+ },
6344
+ "findingId":{
6345
+ "shape":"FindingId",
6346
+ "location":"querystring",
6347
+ "locationName":"findingId"
6348
+ },
6349
+ "taskStatus":{
6350
+ "shape":"AuditMitigationActionsTaskStatus",
6351
+ "location":"querystring",
6352
+ "locationName":"taskStatus"
6353
+ },
6354
+ "maxResults":{
6355
+ "shape":"MaxResults",
6356
+ "location":"querystring",
6357
+ "locationName":"maxResults"
6358
+ },
6359
+ "nextToken":{
6360
+ "shape":"NextToken",
6361
+ "location":"querystring",
6362
+ "locationName":"nextToken"
6363
+ },
6364
+ "startTime":{
6365
+ "shape":"Timestamp",
6366
+ "location":"querystring",
6367
+ "locationName":"startTime"
6368
+ },
6369
+ "endTime":{
6370
+ "shape":"Timestamp",
6371
+ "location":"querystring",
6372
+ "locationName":"endTime"
6373
+ }
6374
+ }
6375
+ },
6376
+ "ListAuditMitigationActionsTasksResponse":{
6377
+ "type":"structure",
6378
+ "members":{
6379
+ "tasks":{"shape":"AuditMitigationActionsTaskMetadataList"},
6380
+ "nextToken":{"shape":"NextToken"}
6381
+ }
6382
+ },
5874
6383
  "ListAuditTasksRequest":{
5875
6384
  "type":"structure",
5876
6385
  "required":[
@@ -6193,6 +6702,33 @@
6193
6702
  "nextToken":{"shape":"NextToken"}
6194
6703
  }
6195
6704
  },
6705
+ "ListMitigationActionsRequest":{
6706
+ "type":"structure",
6707
+ "members":{
6708
+ "actionType":{
6709
+ "shape":"MitigationActionType",
6710
+ "location":"querystring",
6711
+ "locationName":"actionType"
6712
+ },
6713
+ "maxResults":{
6714
+ "shape":"MaxResults",
6715
+ "location":"querystring",
6716
+ "locationName":"maxResults"
6717
+ },
6718
+ "nextToken":{
6719
+ "shape":"NextToken",
6720
+ "location":"querystring",
6721
+ "locationName":"nextToken"
6722
+ }
6723
+ }
6724
+ },
6725
+ "ListMitigationActionsResponse":{
6726
+ "type":"structure",
6727
+ "members":{
6728
+ "actionIdentifiers":{"shape":"MitigationActionIdentifierList"},
6729
+ "nextToken":{"shape":"NextToken"}
6730
+ }
6731
+ },
6196
6732
  "ListOTAUpdatesRequest":{
6197
6733
  "type":"structure",
6198
6734
  "members":{
@@ -6943,7 +7479,7 @@
6943
7479
  "locationName":"endTime"
6944
7480
  },
6945
7481
  "thingName":{
6946
- "shape":"ThingName",
7482
+ "shape":"DeviceDefenderThingName",
6947
7483
  "location":"querystring",
6948
7484
  "locationName":"thingName"
6949
7485
  },
@@ -7074,6 +7610,66 @@
7074
7610
  "type":"list",
7075
7611
  "member":{"shape":"MissingContextValue"}
7076
7612
  },
7613
+ "MitigationAction":{
7614
+ "type":"structure",
7615
+ "members":{
7616
+ "name":{"shape":"MitigationActionName"},
7617
+ "id":{"shape":"MitigationActionId"},
7618
+ "roleArn":{"shape":"RoleArn"},
7619
+ "actionParams":{"shape":"MitigationActionParams"}
7620
+ }
7621
+ },
7622
+ "MitigationActionArn":{"type":"string"},
7623
+ "MitigationActionId":{"type":"string"},
7624
+ "MitigationActionIdentifier":{
7625
+ "type":"structure",
7626
+ "members":{
7627
+ "actionName":{"shape":"MitigationActionName"},
7628
+ "actionArn":{"shape":"MitigationActionArn"},
7629
+ "creationDate":{"shape":"Timestamp"}
7630
+ }
7631
+ },
7632
+ "MitigationActionIdentifierList":{
7633
+ "type":"list",
7634
+ "member":{"shape":"MitigationActionIdentifier"}
7635
+ },
7636
+ "MitigationActionList":{
7637
+ "type":"list",
7638
+ "member":{"shape":"MitigationAction"}
7639
+ },
7640
+ "MitigationActionName":{
7641
+ "type":"string",
7642
+ "max":128,
7643
+ "pattern":"[a-zA-Z0-9_-]+"
7644
+ },
7645
+ "MitigationActionNameList":{
7646
+ "type":"list",
7647
+ "member":{"shape":"MitigationActionName"},
7648
+ "max":5,
7649
+ "min":1
7650
+ },
7651
+ "MitigationActionParams":{
7652
+ "type":"structure",
7653
+ "members":{
7654
+ "updateDeviceCertificateParams":{"shape":"UpdateDeviceCertificateParams"},
7655
+ "updateCACertificateParams":{"shape":"UpdateCACertificateParams"},
7656
+ "addThingsToThingGroupParams":{"shape":"AddThingsToThingGroupParams"},
7657
+ "replaceDefaultPolicyVersionParams":{"shape":"ReplaceDefaultPolicyVersionParams"},
7658
+ "enableIoTLoggingParams":{"shape":"EnableIoTLoggingParams"},
7659
+ "publishFindingToSnsParams":{"shape":"PublishFindingToSnsParams"}
7660
+ }
7661
+ },
7662
+ "MitigationActionType":{
7663
+ "type":"string",
7664
+ "enum":[
7665
+ "UPDATE_DEVICE_CERTIFICATE",
7666
+ "UPDATE_CA_CERTIFICATE",
7667
+ "ADD_THINGS_TO_THING_GROUP",
7668
+ "REPLACE_DEFAULT_POLICY_VERSION",
7669
+ "ENABLE_IOT_LOGGING",
7670
+ "PUBLISH_FINDING_TO_SNS"
7671
+ ]
7672
+ },
7077
7673
  "NextToken":{"type":"string"},
7078
7674
  "NonCompliantChecksCount":{"type":"integer"},
7079
7675
  "NonCompliantResource":{
@@ -7235,6 +7831,10 @@
7235
7831
  "type":"list",
7236
7832
  "member":{"shape":"PolicyTarget"}
7237
7833
  },
7834
+ "PolicyTemplateName":{
7835
+ "type":"string",
7836
+ "enum":["BLANK_POLICY"]
7837
+ },
7238
7838
  "PolicyVersion":{
7239
7839
  "type":"structure",
7240
7840
  "members":{
@@ -7306,6 +7906,13 @@
7306
7906
  "key":{"shape":"KeyName"},
7307
7907
  "value":{"shape":"KeyValue"}
7308
7908
  },
7909
+ "PublishFindingToSnsParams":{
7910
+ "type":"structure",
7911
+ "required":["topicArn"],
7912
+ "members":{
7913
+ "topicArn":{"shape":"SnsTopicArn"}
7914
+ }
7915
+ },
7309
7916
  "PutItemInput":{
7310
7917
  "type":"structure",
7311
7918
  "required":["tableName"],
@@ -7341,6 +7948,12 @@
7341
7948
  },
7342
7949
  "ReasonForNonCompliance":{"type":"string"},
7343
7950
  "ReasonForNonComplianceCode":{"type":"string"},
7951
+ "ReasonForNonComplianceCodes":{
7952
+ "type":"list",
7953
+ "member":{"shape":"ReasonForNonComplianceCode"},
7954
+ "max":25,
7955
+ "min":1
7956
+ },
7344
7957
  "Recursive":{"type":"boolean"},
7345
7958
  "RecursiveWithoutDefault":{"type":"boolean"},
7346
7959
  "RegisterCACertificateRequest":{
@@ -7503,6 +8116,13 @@
7503
8116
  },
7504
8117
  "RemoveThingType":{"type":"boolean"},
7505
8118
  "RemovedThings":{"type":"integer"},
8119
+ "ReplaceDefaultPolicyVersionParams":{
8120
+ "type":"structure",
8121
+ "required":["templateName"],
8122
+ "members":{
8123
+ "templateName":{"shape":"PolicyTemplateName"}
8124
+ }
8125
+ },
7506
8126
  "ReplaceTopicRuleRequest":{
7507
8127
  "type":"structure",
7508
8128
  "required":[
@@ -7883,6 +8503,7 @@
7883
8503
  "certificatePathOnDevice":{"shape":"CertificatePathOnDevice"}
7884
8504
  }
7885
8505
  },
8506
+ "SkippedFindingsCount":{"type":"long"},
7886
8507
  "SkyfallMaxResults":{
7887
8508
  "type":"integer",
7888
8509
  "max":250,
@@ -7900,6 +8521,10 @@
7900
8521
  "messageFormat":{"shape":"MessageFormat"}
7901
8522
  }
7902
8523
  },
8524
+ "SnsTopicArn":{
8525
+ "type":"string",
8526
+ "max":350
8527
+ },
7903
8528
  "SqlParseException":{
7904
8529
  "type":"structure",
7905
8530
  "members":{
@@ -7920,6 +8545,34 @@
7920
8545
  "useBase64":{"shape":"UseBase64"}
7921
8546
  }
7922
8547
  },
8548
+ "StartAuditMitigationActionsTaskRequest":{
8549
+ "type":"structure",
8550
+ "required":[
8551
+ "taskId",
8552
+ "target",
8553
+ "auditCheckToActionsMapping",
8554
+ "clientRequestToken"
8555
+ ],
8556
+ "members":{
8557
+ "taskId":{
8558
+ "shape":"AuditMitigationActionsTaskId",
8559
+ "location":"uri",
8560
+ "locationName":"taskId"
8561
+ },
8562
+ "target":{"shape":"AuditMitigationActionsTaskTarget"},
8563
+ "auditCheckToActionsMapping":{"shape":"AuditCheckToActionsMapping"},
8564
+ "clientRequestToken":{
8565
+ "shape":"ClientRequestToken",
8566
+ "idempotencyToken":true
8567
+ }
8568
+ }
8569
+ },
8570
+ "StartAuditMitigationActionsTaskResponse":{
8571
+ "type":"structure",
8572
+ "members":{
8573
+ "taskId":{"shape":"AuditMitigationActionsTaskId"}
8574
+ }
8575
+ },
7923
8576
  "StartOnDemandAuditTaskRequest":{
7924
8577
  "type":"structure",
7925
8578
  "required":["targetCheckNames"],
@@ -8085,6 +8738,7 @@
8085
8738
  "key":{"shape":"String"},
8086
8739
  "value":{"shape":"String"}
8087
8740
  },
8741
+ "SucceededFindingsCount":{"type":"long"},
8088
8742
  "SucceededThings":{"type":"integer"},
8089
8743
  "TableName":{"type":"string"},
8090
8744
  "Tag":{
@@ -8138,6 +8792,14 @@
8138
8792
  "member":{"shape":"Target"},
8139
8793
  "min":1
8140
8794
  },
8795
+ "TaskAlreadyExistsException":{
8796
+ "type":"structure",
8797
+ "members":{
8798
+ "message":{"shape":"errorMessage"}
8799
+ },
8800
+ "error":{"httpStatusCode":400},
8801
+ "exception":true
8802
+ },
8141
8803
  "TaskId":{
8142
8804
  "type":"string",
8143
8805
  "max":40
@@ -8158,6 +8820,16 @@
8158
8820
  "canceledChecks":{"shape":"CanceledChecksCount"}
8159
8821
  }
8160
8822
  },
8823
+ "TaskStatisticsForAuditCheck":{
8824
+ "type":"structure",
8825
+ "members":{
8826
+ "totalFindingsCount":{"shape":"TotalFindingsCount"},
8827
+ "failedFindingsCount":{"shape":"FailedFindingsCount"},
8828
+ "succeededFindingsCount":{"shape":"SucceededFindingsCount"},
8829
+ "skippedFindingsCount":{"shape":"SkippedFindingsCount"},
8830
+ "canceledFindingsCount":{"shape":"CanceledFindingsCount"}
8831
+ }
8832
+ },
8161
8833
  "TemplateBody":{"type":"string"},
8162
8834
  "TestAuthorizationRequest":{
8163
8835
  "type":"structure",
@@ -8319,6 +8991,12 @@
8319
8991
  "type":"list",
8320
8992
  "member":{"shape":"ThingGroupName"}
8321
8993
  },
8994
+ "ThingGroupNames":{
8995
+ "type":"list",
8996
+ "member":{"shape":"ThingGroupName"},
8997
+ "max":10,
8998
+ "min":1
8999
+ },
8322
9000
  "ThingGroupProperties":{
8323
9001
  "type":"structure",
8324
9002
  "members":{
@@ -8472,6 +9150,7 @@
8472
9150
  }
8473
9151
  },
8474
9152
  "TotalChecksCount":{"type":"integer"},
9153
+ "TotalFindingsCount":{"type":"long"},
8475
9154
  "TotalResourcesCount":{"type":"long"},
8476
9155
  "TransferAlreadyCompletedException":{
8477
9156
  "type":"structure",
@@ -8611,6 +9290,13 @@
8611
9290
  "version":{"shape":"Version"}
8612
9291
  }
8613
9292
  },
9293
+ "UpdateCACertificateParams":{
9294
+ "type":"structure",
9295
+ "required":["action"],
9296
+ "members":{
9297
+ "action":{"shape":"CACertificateUpdateAction"}
9298
+ }
9299
+ },
8614
9300
  "UpdateCACertificateRequest":{
8615
9301
  "type":"structure",
8616
9302
  "required":["certificateId"],
@@ -8653,6 +9339,13 @@
8653
9339
  }
8654
9340
  }
8655
9341
  },
9342
+ "UpdateDeviceCertificateParams":{
9343
+ "type":"structure",
9344
+ "required":["action"],
9345
+ "members":{
9346
+ "action":{"shape":"DeviceCertificateUpdateAction"}
9347
+ }
9348
+ },
8656
9349
  "UpdateDynamicThingGroupRequest":{
8657
9350
  "type":"structure",
8658
9351
  "required":[
@@ -8717,6 +9410,26 @@
8717
9410
  "timeoutConfig":{"shape":"TimeoutConfig"}
8718
9411
  }
8719
9412
  },
9413
+ "UpdateMitigationActionRequest":{
9414
+ "type":"structure",
9415
+ "required":["actionName"],
9416
+ "members":{
9417
+ "actionName":{
9418
+ "shape":"MitigationActionName",
9419
+ "location":"uri",
9420
+ "locationName":"actionName"
9421
+ },
9422
+ "roleArn":{"shape":"RoleArn"},
9423
+ "actionParams":{"shape":"MitigationActionParams"}
9424
+ }
9425
+ },
9426
+ "UpdateMitigationActionResponse":{
9427
+ "type":"structure",
9428
+ "members":{
9429
+ "actionArn":{"shape":"MitigationActionArn"},
9430
+ "actionId":{"shape":"MitigationActionId"}
9431
+ }
9432
+ },
8720
9433
  "UpdateRoleAliasRequest":{
8721
9434
  "type":"structure",
8722
9435
  "required":["roleAlias"],
@@ -8923,7 +9636,7 @@
8923
9636
  "type":"structure",
8924
9637
  "members":{
8925
9638
  "violationId":{"shape":"ViolationId"},
8926
- "thingName":{"shape":"ThingName"},
9639
+ "thingName":{"shape":"DeviceDefenderThingName"},
8927
9640
  "securityProfileName":{"shape":"SecurityProfileName"},
8928
9641
  "behavior":{"shape":"Behavior"},
8929
9642
  "metricValue":{"shape":"MetricValue"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.325'
2
+ VERSION = '2.11.326'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.325
4
+ version: 2.11.326
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-02 00:00:00.000000000 Z
11
+ date: 2019-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath