cdk-docker-image-deployment 0.0.86 → 0.0.88

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.
Files changed (60) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +23 -1
  6. package/node_modules/aws-sdk/README.md +29 -1
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +441 -110
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +12 -0
  9. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +124 -45
  10. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +331 -215
  11. package/node_modules/aws-sdk/apis/ecs-2014-11-13.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +252 -214
  13. package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +26 -0
  14. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +686 -105
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +43 -8
  16. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +97 -16
  17. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  18. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +931 -118
  19. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
  20. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +23 -14
  21. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +4 -1
  22. package/node_modules/aws-sdk/apis/oam-2022-06-10.examples.json +5 -0
  23. package/node_modules/aws-sdk/apis/oam-2022-06-10.min.json +482 -0
  24. package/node_modules/aws-sdk/apis/oam-2022-06-10.paginators.json +22 -0
  25. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +62 -16
  26. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +379 -236
  27. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +310 -62
  29. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +98 -95
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/backup.d.ts +405 -15
  33. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +30 -16
  34. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +196 -65
  35. package/node_modules/aws-sdk/clients/drs.d.ts +104 -5
  36. package/node_modules/aws-sdk/clients/ecs.d.ts +159 -17
  37. package/node_modules/aws-sdk/clients/efs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/iot.d.ts +76 -4
  39. package/node_modules/aws-sdk/clients/iotdata.d.ts +31 -1
  40. package/node_modules/aws-sdk/clients/iotwireless.d.ts +599 -14
  41. package/node_modules/aws-sdk/clients/kendra.d.ts +84 -39
  42. package/node_modules/aws-sdk/clients/mgn.d.ts +1046 -68
  43. package/node_modules/aws-sdk/clients/oam.d.ts +559 -0
  44. package/node_modules/aws-sdk/clients/oam.js +18 -0
  45. package/node_modules/aws-sdk/clients/organizations.d.ts +69 -8
  46. package/node_modules/aws-sdk/clients/rds.d.ts +199 -2
  47. package/node_modules/aws-sdk/clients/textract.d.ts +264 -0
  48. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +210 -191
  49. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +29 -10
  50. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +91 -33
  51. package/node_modules/aws-sdk/dist/aws-sdk.js +1167 -707
  52. package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
  53. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  54. package/node_modules/aws-sdk/lib/core.js +1 -1
  55. package/node_modules/aws-sdk/lib/event_listeners.js +22 -5
  56. package/node_modules/aws-sdk/lib/region_config.js +3 -1
  57. package/node_modules/aws-sdk/lib/region_config_data.json +11 -1
  58. package/node_modules/aws-sdk/lib/signers/bearer.js +1 -1
  59. package/node_modules/aws-sdk/package.json +1 -1
  60. package/package.json +7 -6
@@ -760,6 +760,9 @@
760
760
  },
761
761
  "documentParameters": {
762
762
  "shape": "S4z"
763
+ },
764
+ "schedulingConfig": {
765
+ "shape": "S52"
763
766
  }
764
767
  }
765
768
  },
@@ -841,7 +844,7 @@
841
844
  "certificateId": {},
842
845
  "certificatePem": {},
843
846
  "keyPair": {
844
- "shape": "S58"
847
+ "shape": "S5b"
845
848
  }
846
849
  }
847
850
  }
@@ -864,7 +867,7 @@
864
867
  },
865
868
  "roleArn": {},
866
869
  "actionParams": {
867
- "shape": "S5d"
870
+ "shape": "S5g"
868
871
  },
869
872
  "tags": {
870
873
  "shape": "S2e"
@@ -898,17 +901,17 @@
898
901
  },
899
902
  "description": {},
900
903
  "targets": {
901
- "shape": "S5x"
904
+ "shape": "S60"
902
905
  },
903
906
  "protocols": {
904
- "shape": "S5z"
907
+ "shape": "S62"
905
908
  },
906
909
  "targetSelection": {},
907
910
  "awsJobExecutionsRolloutConfig": {
908
- "shape": "S61"
911
+ "shape": "S64"
909
912
  },
910
913
  "awsJobPresignedUrlConfig": {
911
- "shape": "S68"
914
+ "shape": "S6b"
912
915
  },
913
916
  "awsJobAbortConfig": {
914
917
  "type": "structure",
@@ -949,11 +952,11 @@
949
952
  }
950
953
  },
951
954
  "files": {
952
- "shape": "S6j"
955
+ "shape": "S6m"
953
956
  },
954
957
  "roleArn": {},
955
958
  "additionalParameters": {
956
- "shape": "S7h"
959
+ "shape": "S7k"
957
960
  },
958
961
  "tags": {
959
962
  "shape": "S2e"
@@ -1059,7 +1062,7 @@
1059
1062
  "certificateId": {},
1060
1063
  "certificatePem": {},
1061
1064
  "keyPair": {
1062
- "shape": "S58"
1065
+ "shape": "S5b"
1063
1066
  },
1064
1067
  "expiration": {
1065
1068
  "type": "timestamp"
@@ -1087,7 +1090,7 @@
1087
1090
  },
1088
1091
  "provisioningRoleArn": {},
1089
1092
  "preProvisioningHook": {
1090
- "shape": "S83"
1093
+ "shape": "S86"
1091
1094
  },
1092
1095
  "tags": {
1093
1096
  "shape": "S2e"
@@ -1191,7 +1194,7 @@
1191
1194
  "dayOfMonth": {},
1192
1195
  "dayOfWeek": {},
1193
1196
  "targetCheckNames": {
1194
- "shape": "S8j"
1197
+ "shape": "S8m"
1195
1198
  },
1196
1199
  "scheduledAuditName": {
1197
1200
  "location": "uri",
@@ -1225,18 +1228,18 @@
1225
1228
  },
1226
1229
  "securityProfileDescription": {},
1227
1230
  "behaviors": {
1228
- "shape": "S8p"
1231
+ "shape": "S8s"
1229
1232
  },
1230
1233
  "alertTargets": {
1231
- "shape": "S9f"
1234
+ "shape": "S9i"
1232
1235
  },
1233
1236
  "additionalMetricsToRetain": {
1234
- "shape": "S9j",
1237
+ "shape": "S9m",
1235
1238
  "deprecated": true,
1236
1239
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
1237
1240
  },
1238
1241
  "additionalMetricsToRetainV2": {
1239
- "shape": "S9k"
1242
+ "shape": "S9n"
1240
1243
  },
1241
1244
  "tags": {
1242
1245
  "shape": "S2e"
@@ -1269,7 +1272,7 @@
1269
1272
  },
1270
1273
  "description": {},
1271
1274
  "files": {
1272
- "shape": "S9q"
1275
+ "shape": "S9t"
1273
1276
  },
1274
1277
  "roleArn": {},
1275
1278
  "tags": {
@@ -1366,7 +1369,7 @@
1366
1369
  "locationName": "thingTypeName"
1367
1370
  },
1368
1371
  "thingTypeProperties": {
1369
- "shape": "Sa2"
1372
+ "shape": "Sa5"
1370
1373
  },
1371
1374
  "tags": {
1372
1375
  "shape": "S2e"
@@ -1398,7 +1401,7 @@
1398
1401
  "locationName": "ruleName"
1399
1402
  },
1400
1403
  "topicRulePayload": {
1401
- "shape": "Saa"
1404
+ "shape": "Sad"
1402
1405
  },
1403
1406
  "tags": {
1404
1407
  "location": "header",
@@ -1439,10 +1442,10 @@
1439
1442
  ],
1440
1443
  "members": {
1441
1444
  "subnetIds": {
1442
- "shape": "Sdd"
1445
+ "shape": "Sdq"
1443
1446
  },
1444
1447
  "securityGroups": {
1445
- "shape": "Sdf"
1448
+ "shape": "Sds"
1446
1449
  },
1447
1450
  "vpcId": {},
1448
1451
  "roleArn": {}
@@ -1456,7 +1459,7 @@
1456
1459
  "type": "structure",
1457
1460
  "members": {
1458
1461
  "topicRuleDestination": {
1459
- "shape": "Sdj"
1462
+ "shape": "Sdw"
1460
1463
  }
1461
1464
  }
1462
1465
  }
@@ -2225,10 +2228,10 @@
2225
2228
  "members": {
2226
2229
  "roleArn": {},
2227
2230
  "auditNotificationTargetConfigurations": {
2228
- "shape": "Sfj"
2231
+ "shape": "Sfw"
2229
2232
  },
2230
2233
  "auditCheckConfigurations": {
2231
- "shape": "Sfm"
2234
+ "shape": "Sfz"
2232
2235
  }
2233
2236
  }
2234
2237
  }
@@ -2254,7 +2257,7 @@
2254
2257
  "type": "structure",
2255
2258
  "members": {
2256
2259
  "finding": {
2257
- "shape": "Sfr"
2260
+ "shape": "Sg4"
2258
2261
  }
2259
2262
  }
2260
2263
  }
@@ -2311,13 +2314,13 @@
2311
2314
  }
2312
2315
  },
2313
2316
  "target": {
2314
- "shape": "Sgb"
2317
+ "shape": "Sgo"
2315
2318
  },
2316
2319
  "auditCheckToActionsMapping": {
2317
- "shape": "Sgf"
2320
+ "shape": "Sgs"
2318
2321
  },
2319
2322
  "actionsDefinition": {
2320
- "shape": "Sgh"
2323
+ "shape": "Sgu"
2321
2324
  }
2322
2325
  }
2323
2326
  }
@@ -2456,7 +2459,7 @@
2456
2459
  "type": "structure",
2457
2460
  "members": {
2458
2461
  "authorizerDescription": {
2459
- "shape": "Sh8"
2462
+ "shape": "Shl"
2460
2463
  }
2461
2464
  }
2462
2465
  }
@@ -2541,13 +2544,13 @@
2541
2544
  },
2542
2545
  "generationId": {},
2543
2546
  "validity": {
2544
- "shape": "Shl"
2547
+ "shape": "Shy"
2545
2548
  },
2546
2549
  "certificateMode": {}
2547
2550
  }
2548
2551
  },
2549
2552
  "registrationConfig": {
2550
- "shape": "Shn"
2553
+ "shape": "Si0"
2551
2554
  }
2552
2555
  }
2553
2556
  }
@@ -2609,7 +2612,7 @@
2609
2612
  },
2610
2613
  "generationId": {},
2611
2614
  "validity": {
2612
- "shape": "Shl"
2615
+ "shape": "Shy"
2613
2616
  },
2614
2617
  "certificateMode": {}
2615
2618
  }
@@ -2663,7 +2666,7 @@
2663
2666
  "type": "structure",
2664
2667
  "members": {
2665
2668
  "authorizerDescription": {
2666
- "shape": "Sh8"
2669
+ "shape": "Shl"
2667
2670
  }
2668
2671
  }
2669
2672
  }
@@ -2689,7 +2692,7 @@
2689
2692
  "type": "structure",
2690
2693
  "members": {
2691
2694
  "taskSummary": {
2692
- "shape": "Si0"
2695
+ "shape": "Sid"
2693
2696
  }
2694
2697
  }
2695
2698
  }
@@ -2809,7 +2812,7 @@
2809
2812
  "type": "structure",
2810
2813
  "members": {
2811
2814
  "eventConfigurations": {
2812
- "shape": "Siq"
2815
+ "shape": "Sj3"
2813
2816
  },
2814
2817
  "creationDate": {
2815
2818
  "type": "timestamp"
@@ -2993,6 +2996,9 @@
2993
2996
  },
2994
2997
  "isConcurrent": {
2995
2998
  "type": "boolean"
2999
+ },
3000
+ "schedulingConfig": {
3001
+ "shape": "S52"
2996
3002
  }
2997
3003
  }
2998
3004
  }
@@ -3144,7 +3150,7 @@
3144
3150
  "description": {},
3145
3151
  "templateVersion": {},
3146
3152
  "environments": {
3147
- "shape": "Sju"
3153
+ "shape": "Sk7"
3148
3154
  },
3149
3155
  "documentParameters": {
3150
3156
  "type": "list",
@@ -3191,7 +3197,7 @@
3191
3197
  "actionId": {},
3192
3198
  "roleArn": {},
3193
3199
  "actionParams": {
3194
- "shape": "S5d"
3200
+ "shape": "S5g"
3195
3201
  },
3196
3202
  "creationDate": {
3197
3203
  "type": "timestamp"
@@ -3240,7 +3246,7 @@
3240
3246
  },
3241
3247
  "provisioningRoleArn": {},
3242
3248
  "preProvisioningHook": {
3243
- "shape": "S83"
3249
+ "shape": "S86"
3244
3250
  },
3245
3251
  "type": {}
3246
3252
  }
@@ -3350,7 +3356,7 @@
3350
3356
  "dayOfMonth": {},
3351
3357
  "dayOfWeek": {},
3352
3358
  "targetCheckNames": {
3353
- "shape": "S8j"
3359
+ "shape": "S8m"
3354
3360
  },
3355
3361
  "scheduledAuditName": {},
3356
3362
  "scheduledAuditArn": {}
@@ -3381,18 +3387,18 @@
3381
3387
  "securityProfileArn": {},
3382
3388
  "securityProfileDescription": {},
3383
3389
  "behaviors": {
3384
- "shape": "S8p"
3390
+ "shape": "S8s"
3385
3391
  },
3386
3392
  "alertTargets": {
3387
- "shape": "S9f"
3393
+ "shape": "S9i"
3388
3394
  },
3389
3395
  "additionalMetricsToRetain": {
3390
- "shape": "S9j",
3396
+ "shape": "S9m",
3391
3397
  "deprecated": true,
3392
3398
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
3393
3399
  },
3394
3400
  "additionalMetricsToRetainV2": {
3395
- "shape": "S9k"
3401
+ "shape": "S9n"
3396
3402
  },
3397
3403
  "version": {
3398
3404
  "type": "long"
@@ -3436,7 +3442,7 @@
3436
3442
  },
3437
3443
  "description": {},
3438
3444
  "files": {
3439
- "shape": "S9q"
3445
+ "shape": "S9t"
3440
3446
  },
3441
3447
  "createdAt": {
3442
3448
  "type": "timestamp"
@@ -3519,7 +3525,7 @@
3519
3525
  "members": {
3520
3526
  "parentGroupName": {},
3521
3527
  "rootToParentThingGroups": {
3522
- "shape": "Skn"
3528
+ "shape": "Sl0"
3523
3529
  },
3524
3530
  "creationDate": {
3525
3531
  "type": "timestamp"
@@ -3602,10 +3608,10 @@
3602
3608
  "thingTypeId": {},
3603
3609
  "thingTypeArn": {},
3604
3610
  "thingTypeProperties": {
3605
- "shape": "Sa2"
3611
+ "shape": "Sa5"
3606
3612
  },
3607
3613
  "thingTypeMetadata": {
3608
- "shape": "Sl0"
3614
+ "shape": "Sld"
3609
3615
  }
3610
3616
  }
3611
3617
  }
@@ -3913,10 +3919,10 @@
3913
3919
  "type": "structure",
3914
3920
  "members": {
3915
3921
  "thingIndexingConfiguration": {
3916
- "shape": "Slz"
3922
+ "shape": "Smc"
3917
3923
  },
3918
3924
  "thingGroupIndexingConfiguration": {
3919
- "shape": "Smb"
3925
+ "shape": "Smo"
3920
3926
  }
3921
3927
  }
3922
3928
  }
@@ -3995,20 +4001,20 @@
3995
4001
  },
3996
4002
  "description": {},
3997
4003
  "targets": {
3998
- "shape": "S5x"
4004
+ "shape": "S60"
3999
4005
  },
4000
4006
  "protocols": {
4001
- "shape": "S5z"
4007
+ "shape": "S62"
4002
4008
  },
4003
4009
  "awsJobExecutionsRolloutConfig": {
4004
- "shape": "S61"
4010
+ "shape": "S64"
4005
4011
  },
4006
4012
  "awsJobPresignedUrlConfig": {
4007
- "shape": "S68"
4013
+ "shape": "S6b"
4008
4014
  },
4009
4015
  "targetSelection": {},
4010
4016
  "otaUpdateFiles": {
4011
- "shape": "S6j"
4017
+ "shape": "S6m"
4012
4018
  },
4013
4019
  "otaUpdateStatus": {},
4014
4020
  "awsIotJobId": {},
@@ -4021,7 +4027,7 @@
4021
4027
  }
4022
4028
  },
4023
4029
  "additionalParameters": {
4024
- "shape": "S7h"
4030
+ "shape": "S7k"
4025
4031
  }
4026
4032
  }
4027
4033
  }
@@ -4244,14 +4250,14 @@
4244
4250
  "type": "timestamp"
4245
4251
  },
4246
4252
  "actions": {
4247
- "shape": "Sad"
4253
+ "shape": "Sag"
4248
4254
  },
4249
4255
  "ruleDisabled": {
4250
4256
  "type": "boolean"
4251
4257
  },
4252
4258
  "awsIotSqlVersion": {},
4253
4259
  "errorAction": {
4254
- "shape": "Sae"
4260
+ "shape": "Sah"
4255
4261
  }
4256
4262
  }
4257
4263
  }
@@ -4279,7 +4285,7 @@
4279
4285
  "type": "structure",
4280
4286
  "members": {
4281
4287
  "topicRuleDestination": {
4282
- "shape": "Sdj"
4288
+ "shape": "Sdw"
4283
4289
  }
4284
4290
  }
4285
4291
  }
@@ -4356,13 +4362,13 @@
4356
4362
  "thingName": {},
4357
4363
  "securityProfileName": {},
4358
4364
  "behavior": {
4359
- "shape": "S8q"
4365
+ "shape": "S8t"
4360
4366
  },
4361
4367
  "lastViolationValue": {
4362
- "shape": "S8x"
4368
+ "shape": "S90"
4363
4369
  },
4364
4370
  "violationEventAdditionalInfo": {
4365
- "shape": "Snt"
4371
+ "shape": "So6"
4366
4372
  },
4367
4373
  "verificationState": {},
4368
4374
  "verificationStateDescription": {},
@@ -4413,7 +4419,7 @@
4413
4419
  "type": "structure",
4414
4420
  "members": {
4415
4421
  "policies": {
4416
- "shape": "So0"
4422
+ "shape": "Sod"
4417
4423
  },
4418
4424
  "nextMarker": {}
4419
4425
  }
@@ -4452,7 +4458,7 @@
4452
4458
  "findings": {
4453
4459
  "type": "list",
4454
4460
  "member": {
4455
- "shape": "Sfr"
4461
+ "shape": "Sg4"
4456
4462
  }
4457
4463
  },
4458
4464
  "nextToken": {}
@@ -4770,7 +4776,7 @@
4770
4776
  "billingGroups": {
4771
4777
  "type": "list",
4772
4778
  "member": {
4773
- "shape": "Sko"
4779
+ "shape": "Sl1"
4774
4780
  }
4775
4781
  },
4776
4782
  "nextToken": {}
@@ -4854,7 +4860,7 @@
4854
4860
  "type": "structure",
4855
4861
  "members": {
4856
4862
  "certificates": {
4857
- "shape": "Sp2"
4863
+ "shape": "Spf"
4858
4864
  },
4859
4865
  "nextMarker": {}
4860
4866
  }
@@ -4895,7 +4901,7 @@
4895
4901
  "type": "structure",
4896
4902
  "members": {
4897
4903
  "certificates": {
4898
- "shape": "Sp2"
4904
+ "shape": "Spf"
4899
4905
  },
4900
4906
  "nextMarker": {}
4901
4907
  }
@@ -5039,7 +5045,7 @@
5039
5045
  "tasks": {
5040
5046
  "type": "list",
5041
5047
  "member": {
5042
- "shape": "Si0"
5048
+ "shape": "Sid"
5043
5049
  }
5044
5050
  },
5045
5051
  "nextToken": {}
@@ -5223,7 +5229,7 @@
5223
5229
  "members": {
5224
5230
  "thingArn": {},
5225
5231
  "jobExecutionSummary": {
5226
- "shape": "Sq2"
5232
+ "shape": "Sqf"
5227
5233
  }
5228
5234
  }
5229
5235
  }
@@ -5280,7 +5286,7 @@
5280
5286
  "members": {
5281
5287
  "jobId": {},
5282
5288
  "jobExecutionSummary": {
5283
- "shape": "Sq2"
5289
+ "shape": "Sqf"
5284
5290
  }
5285
5291
  }
5286
5292
  }
@@ -5435,7 +5441,7 @@
5435
5441
  "templateName": {},
5436
5442
  "description": {},
5437
5443
  "environments": {
5438
- "shape": "Sju"
5444
+ "shape": "Sk7"
5439
5445
  },
5440
5446
  "templateVersion": {}
5441
5447
  }
@@ -5508,7 +5514,7 @@
5508
5514
  "type": "timestamp"
5509
5515
  },
5510
5516
  "value": {
5511
- "shape": "S8x"
5517
+ "shape": "S90"
5512
5518
  }
5513
5519
  }
5514
5520
  }
@@ -5680,7 +5686,7 @@
5680
5686
  "type": "structure",
5681
5687
  "members": {
5682
5688
  "policies": {
5683
- "shape": "So0"
5689
+ "shape": "Sod"
5684
5690
  },
5685
5691
  "nextMarker": {}
5686
5692
  }
@@ -5721,7 +5727,7 @@
5721
5727
  "type": "structure",
5722
5728
  "members": {
5723
5729
  "principals": {
5724
- "shape": "Sr4"
5730
+ "shape": "Srh"
5725
5731
  },
5726
5732
  "nextMarker": {}
5727
5733
  }
@@ -5801,7 +5807,7 @@
5801
5807
  "type": "structure",
5802
5808
  "members": {
5803
5809
  "policies": {
5804
- "shape": "So0"
5810
+ "shape": "Sod"
5805
5811
  },
5806
5812
  "nextMarker": {}
5807
5813
  }
@@ -5838,7 +5844,7 @@
5838
5844
  "type": "structure",
5839
5845
  "members": {
5840
5846
  "things": {
5841
- "shape": "Sre"
5847
+ "shape": "Srr"
5842
5848
  },
5843
5849
  "nextToken": {}
5844
5850
  }
@@ -5971,7 +5977,7 @@
5971
5977
  "type": "structure",
5972
5978
  "members": {
5973
5979
  "relatedResources": {
5974
- "shape": "Sfw"
5980
+ "shape": "Sg9"
5975
5981
  },
5976
5982
  "nextToken": {}
5977
5983
  }
@@ -6084,7 +6090,7 @@
6084
6090
  "securityProfileIdentifiers": {
6085
6091
  "type": "list",
6086
6092
  "member": {
6087
- "shape": "Srz"
6093
+ "shape": "Ssc"
6088
6094
  }
6089
6095
  },
6090
6096
  "nextToken": {}
@@ -6131,10 +6137,10 @@
6131
6137
  "type": "structure",
6132
6138
  "members": {
6133
6139
  "securityProfileIdentifier": {
6134
- "shape": "Srz"
6140
+ "shape": "Ssc"
6135
6141
  },
6136
6142
  "target": {
6137
- "shape": "Ss4"
6143
+ "shape": "Ssh"
6138
6144
  }
6139
6145
  }
6140
6146
  }
@@ -6287,7 +6293,7 @@
6287
6293
  "securityProfileTargets": {
6288
6294
  "type": "list",
6289
6295
  "member": {
6290
- "shape": "Ss4"
6296
+ "shape": "Ssh"
6291
6297
  }
6292
6298
  },
6293
6299
  "nextToken": {}
@@ -6330,7 +6336,7 @@
6330
6336
  "type": "structure",
6331
6337
  "members": {
6332
6338
  "thingGroups": {
6333
- "shape": "Skn"
6339
+ "shape": "Sl0"
6334
6340
  },
6335
6341
  "nextToken": {}
6336
6342
  }
@@ -6366,7 +6372,7 @@
6366
6372
  "type": "structure",
6367
6373
  "members": {
6368
6374
  "thingGroups": {
6369
- "shape": "Skn"
6375
+ "shape": "Sl0"
6370
6376
  },
6371
6377
  "nextToken": {}
6372
6378
  }
@@ -6402,7 +6408,7 @@
6402
6408
  "type": "structure",
6403
6409
  "members": {
6404
6410
  "principals": {
6405
- "shape": "Sr4"
6411
+ "shape": "Srh"
6406
6412
  },
6407
6413
  "nextToken": {}
6408
6414
  }
@@ -6519,10 +6525,10 @@
6519
6525
  "thingTypeName": {},
6520
6526
  "thingTypeArn": {},
6521
6527
  "thingTypeProperties": {
6522
- "shape": "Sa2"
6528
+ "shape": "Sa5"
6523
6529
  },
6524
6530
  "thingTypeMetadata": {
6525
- "shape": "Sl0"
6531
+ "shape": "Sld"
6526
6532
  }
6527
6533
  }
6528
6534
  }
@@ -6621,7 +6627,7 @@
6621
6627
  "type": "structure",
6622
6628
  "members": {
6623
6629
  "things": {
6624
- "shape": "Sre"
6630
+ "shape": "Srr"
6625
6631
  },
6626
6632
  "nextToken": {}
6627
6633
  }
@@ -6662,7 +6668,7 @@
6662
6668
  "type": "structure",
6663
6669
  "members": {
6664
6670
  "things": {
6665
- "shape": "Sre"
6671
+ "shape": "Srr"
6666
6672
  },
6667
6673
  "nextToken": {}
6668
6674
  }
@@ -6714,10 +6720,10 @@
6714
6720
  "type": "structure",
6715
6721
  "members": {
6716
6722
  "subnetIds": {
6717
- "shape": "Sdd"
6723
+ "shape": "Sdq"
6718
6724
  },
6719
6725
  "securityGroups": {
6720
- "shape": "Sdf"
6726
+ "shape": "Sds"
6721
6727
  },
6722
6728
  "vpcId": {},
6723
6729
  "roleArn": {}
@@ -6814,7 +6820,7 @@
6814
6820
  "type": "structure",
6815
6821
  "members": {
6816
6822
  "logTarget": {
6817
- "shape": "Sts"
6823
+ "shape": "Su5"
6818
6824
  },
6819
6825
  "logLevel": {}
6820
6826
  }
@@ -6890,13 +6896,13 @@
6890
6896
  "thingName": {},
6891
6897
  "securityProfileName": {},
6892
6898
  "behavior": {
6893
- "shape": "S8q"
6899
+ "shape": "S8t"
6894
6900
  },
6895
6901
  "metricValue": {
6896
- "shape": "S8x"
6902
+ "shape": "S90"
6897
6903
  },
6898
6904
  "violationEventAdditionalInfo": {
6899
- "shape": "Snt"
6905
+ "shape": "So6"
6900
6906
  },
6901
6907
  "violationEventType": {},
6902
6908
  "verificationState": {},
@@ -6958,7 +6964,7 @@
6958
6964
  "type": "boolean"
6959
6965
  },
6960
6966
  "registrationConfig": {
6961
- "shape": "Shn"
6967
+ "shape": "Si0"
6962
6968
  },
6963
6969
  "tags": {
6964
6970
  "shape": "S2e"
@@ -7129,7 +7135,7 @@
7129
7135
  "locationName": "ruleName"
7130
7136
  },
7131
7137
  "topicRulePayload": {
7132
- "shape": "Saa"
7138
+ "shape": "Sad"
7133
7139
  }
7134
7140
  },
7135
7141
  "payload": "topicRulePayload"
@@ -7167,7 +7173,7 @@
7167
7173
  "thingId": {},
7168
7174
  "thingTypeName": {},
7169
7175
  "thingGroupNames": {
7170
- "shape": "Suo"
7176
+ "shape": "Sv1"
7171
7177
  },
7172
7178
  "attributes": {
7173
7179
  "shape": "S3m"
@@ -7201,7 +7207,7 @@
7201
7207
  "shape": "S3m"
7202
7208
  },
7203
7209
  "parentGroupNames": {
7204
- "shape": "Suo"
7210
+ "shape": "Sv1"
7205
7211
  }
7206
7212
  }
7207
7213
  }
@@ -7289,7 +7295,7 @@
7289
7295
  ],
7290
7296
  "members": {
7291
7297
  "logTarget": {
7292
- "shape": "Sts"
7298
+ "shape": "Su5"
7293
7299
  },
7294
7300
  "logLevel": {}
7295
7301
  }
@@ -7328,10 +7334,10 @@
7328
7334
  "locationName": "taskId"
7329
7335
  },
7330
7336
  "target": {
7331
- "shape": "Sgb"
7337
+ "shape": "Sgo"
7332
7338
  },
7333
7339
  "auditCheckToActionsMapping": {
7334
- "shape": "Sgf"
7340
+ "shape": "Sgs"
7335
7341
  },
7336
7342
  "clientRequestToken": {
7337
7343
  "idempotencyToken": true
@@ -7364,14 +7370,14 @@
7364
7370
  "locationName": "taskId"
7365
7371
  },
7366
7372
  "target": {
7367
- "shape": "Si2"
7373
+ "shape": "Sif"
7368
7374
  },
7369
7375
  "actions": {
7370
7376
  "type": "list",
7371
7377
  "member": {}
7372
7378
  },
7373
7379
  "violationEventOccurrenceRange": {
7374
- "shape": "Si5"
7380
+ "shape": "Sii"
7375
7381
  },
7376
7382
  "includeOnlyActiveViolations": {
7377
7383
  "type": "boolean"
@@ -7402,7 +7408,7 @@
7402
7408
  ],
7403
7409
  "members": {
7404
7410
  "targetCheckNames": {
7405
- "shape": "S8j"
7411
+ "shape": "S8m"
7406
7412
  }
7407
7413
  }
7408
7414
  },
@@ -7498,7 +7504,7 @@
7498
7504
  "authInfos": {
7499
7505
  "type": "list",
7500
7506
  "member": {
7501
- "shape": "Svh"
7507
+ "shape": "Svu"
7502
7508
  }
7503
7509
  },
7504
7510
  "clientId": {
@@ -7506,10 +7512,10 @@
7506
7512
  "locationName": "clientId"
7507
7513
  },
7508
7514
  "policyNamesToAdd": {
7509
- "shape": "Svl"
7515
+ "shape": "Svy"
7510
7516
  },
7511
7517
  "policyNamesToSkip": {
7512
- "shape": "Svl"
7518
+ "shape": "Svy"
7513
7519
  }
7514
7520
  }
7515
7521
  },
@@ -7522,13 +7528,13 @@
7522
7528
  "type": "structure",
7523
7529
  "members": {
7524
7530
  "authInfo": {
7525
- "shape": "Svh"
7531
+ "shape": "Svu"
7526
7532
  },
7527
7533
  "allowed": {
7528
7534
  "type": "structure",
7529
7535
  "members": {
7530
7536
  "policies": {
7531
- "shape": "So0"
7537
+ "shape": "Sod"
7532
7538
  }
7533
7539
  }
7534
7540
  },
@@ -7539,7 +7545,7 @@
7539
7545
  "type": "structure",
7540
7546
  "members": {
7541
7547
  "policies": {
7542
- "shape": "So0"
7548
+ "shape": "Sod"
7543
7549
  }
7544
7550
  }
7545
7551
  },
@@ -7547,7 +7553,7 @@
7547
7553
  "type": "structure",
7548
7554
  "members": {
7549
7555
  "policies": {
7550
- "shape": "So0"
7556
+ "shape": "Sod"
7551
7557
  }
7552
7558
  }
7553
7559
  }
@@ -7692,10 +7698,10 @@
7692
7698
  "members": {
7693
7699
  "roleArn": {},
7694
7700
  "auditNotificationTargetConfigurations": {
7695
- "shape": "Sfj"
7701
+ "shape": "Sfw"
7696
7702
  },
7697
7703
  "auditCheckConfigurations": {
7698
- "shape": "Sfm"
7704
+ "shape": "Sfz"
7699
7705
  }
7700
7706
  }
7701
7707
  },
@@ -7825,7 +7831,7 @@
7825
7831
  "locationName": "newAutoRegistrationStatus"
7826
7832
  },
7827
7833
  "registrationConfig": {
7828
- "shape": "Shn"
7834
+ "shape": "Si0"
7829
7835
  },
7830
7836
  "removeAutoRegistration": {
7831
7837
  "type": "boolean"
@@ -8007,7 +8013,7 @@
8007
8013
  "type": "structure",
8008
8014
  "members": {
8009
8015
  "eventConfigurations": {
8010
- "shape": "Siq"
8016
+ "shape": "Sj3"
8011
8017
  }
8012
8018
  }
8013
8019
  },
@@ -8058,10 +8064,10 @@
8058
8064
  "type": "structure",
8059
8065
  "members": {
8060
8066
  "thingIndexingConfiguration": {
8061
- "shape": "Slz"
8067
+ "shape": "Smc"
8062
8068
  },
8063
8069
  "thingGroupIndexingConfiguration": {
8064
- "shape": "Smb"
8070
+ "shape": "Smo"
8065
8071
  }
8066
8072
  }
8067
8073
  },
@@ -8125,7 +8131,7 @@
8125
8131
  },
8126
8132
  "roleArn": {},
8127
8133
  "actionParams": {
8128
- "shape": "S5d"
8134
+ "shape": "S5g"
8129
8135
  }
8130
8136
  }
8131
8137
  },
@@ -8161,7 +8167,7 @@
8161
8167
  },
8162
8168
  "provisioningRoleArn": {},
8163
8169
  "preProvisioningHook": {
8164
- "shape": "S83"
8170
+ "shape": "S86"
8165
8171
  },
8166
8172
  "removePreProvisioningHook": {
8167
8173
  "type": "boolean"
@@ -8217,7 +8223,7 @@
8217
8223
  "dayOfMonth": {},
8218
8224
  "dayOfWeek": {},
8219
8225
  "targetCheckNames": {
8220
- "shape": "S8j"
8226
+ "shape": "S8m"
8221
8227
  },
8222
8228
  "scheduledAuditName": {
8223
8229
  "location": "uri",
@@ -8249,18 +8255,18 @@
8249
8255
  },
8250
8256
  "securityProfileDescription": {},
8251
8257
  "behaviors": {
8252
- "shape": "S8p"
8258
+ "shape": "S8s"
8253
8259
  },
8254
8260
  "alertTargets": {
8255
- "shape": "S9f"
8261
+ "shape": "S9i"
8256
8262
  },
8257
8263
  "additionalMetricsToRetain": {
8258
- "shape": "S9j",
8264
+ "shape": "S9m",
8259
8265
  "deprecated": true,
8260
8266
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
8261
8267
  },
8262
8268
  "additionalMetricsToRetainV2": {
8263
- "shape": "S9k"
8269
+ "shape": "S9n"
8264
8270
  },
8265
8271
  "deleteBehaviors": {
8266
8272
  "type": "boolean"
@@ -8285,18 +8291,18 @@
8285
8291
  "securityProfileArn": {},
8286
8292
  "securityProfileDescription": {},
8287
8293
  "behaviors": {
8288
- "shape": "S8p"
8294
+ "shape": "S8s"
8289
8295
  },
8290
8296
  "alertTargets": {
8291
- "shape": "S9f"
8297
+ "shape": "S9i"
8292
8298
  },
8293
8299
  "additionalMetricsToRetain": {
8294
- "shape": "S9j",
8300
+ "shape": "S9m",
8295
8301
  "deprecated": true,
8296
8302
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
8297
8303
  },
8298
8304
  "additionalMetricsToRetainV2": {
8299
- "shape": "S9k"
8305
+ "shape": "S9n"
8300
8306
  },
8301
8307
  "version": {
8302
8308
  "type": "long"
@@ -8327,7 +8333,7 @@
8327
8333
  },
8328
8334
  "description": {},
8329
8335
  "files": {
8330
- "shape": "S9q"
8336
+ "shape": "S9t"
8331
8337
  },
8332
8338
  "roleArn": {}
8333
8339
  }
@@ -8419,10 +8425,10 @@
8419
8425
  "members": {
8420
8426
  "thingName": {},
8421
8427
  "thingGroupsToAdd": {
8422
- "shape": "Sxw"
8428
+ "shape": "Sy9"
8423
8429
  },
8424
8430
  "thingGroupsToRemove": {
8425
- "shape": "Sxw"
8431
+ "shape": "Sy9"
8426
8432
  },
8427
8433
  "overrideDynamicGroups": {
8428
8434
  "type": "boolean"
@@ -8466,7 +8472,7 @@
8466
8472
  ],
8467
8473
  "members": {
8468
8474
  "behaviors": {
8469
- "shape": "S8p"
8475
+ "shape": "S8s"
8470
8476
  }
8471
8477
  }
8472
8478
  },
@@ -8713,7 +8719,15 @@
8713
8719
  "key": {},
8714
8720
  "value": {}
8715
8721
  },
8716
- "S58": {
8722
+ "S52": {
8723
+ "type": "structure",
8724
+ "members": {
8725
+ "startTime": {},
8726
+ "endTime": {},
8727
+ "endBehavior": {}
8728
+ }
8729
+ },
8730
+ "S5b": {
8717
8731
  "type": "structure",
8718
8732
  "members": {
8719
8733
  "PublicKey": {},
@@ -8723,7 +8737,7 @@
8723
8737
  }
8724
8738
  }
8725
8739
  },
8726
- "S5d": {
8740
+ "S5g": {
8727
8741
  "type": "structure",
8728
8742
  "members": {
8729
8743
  "updateDeviceCertificateParams": {
@@ -8790,15 +8804,15 @@
8790
8804
  }
8791
8805
  }
8792
8806
  },
8793
- "S5x": {
8807
+ "S60": {
8794
8808
  "type": "list",
8795
8809
  "member": {}
8796
8810
  },
8797
- "S5z": {
8811
+ "S62": {
8798
8812
  "type": "list",
8799
8813
  "member": {}
8800
8814
  },
8801
- "S61": {
8815
+ "S64": {
8802
8816
  "type": "structure",
8803
8817
  "members": {
8804
8818
  "maximumPerMinute": {
@@ -8833,7 +8847,7 @@
8833
8847
  }
8834
8848
  }
8835
8849
  },
8836
- "S68": {
8850
+ "S6b": {
8837
8851
  "type": "structure",
8838
8852
  "members": {
8839
8853
  "expiresInSec": {
@@ -8841,7 +8855,7 @@
8841
8855
  }
8842
8856
  }
8843
8857
  },
8844
- "S6j": {
8858
+ "S6m": {
8845
8859
  "type": "list",
8846
8860
  "member": {
8847
8861
  "type": "structure",
@@ -8864,7 +8878,7 @@
8864
8878
  }
8865
8879
  },
8866
8880
  "s3Location": {
8867
- "shape": "S6s"
8881
+ "shape": "S6v"
8868
8882
  }
8869
8883
  }
8870
8884
  },
@@ -8930,7 +8944,7 @@
8930
8944
  }
8931
8945
  }
8932
8946
  },
8933
- "S6s": {
8947
+ "S6v": {
8934
8948
  "type": "structure",
8935
8949
  "members": {
8936
8950
  "bucket": {},
@@ -8938,12 +8952,12 @@
8938
8952
  "version": {}
8939
8953
  }
8940
8954
  },
8941
- "S7h": {
8955
+ "S7k": {
8942
8956
  "type": "map",
8943
8957
  "key": {},
8944
8958
  "value": {}
8945
8959
  },
8946
- "S83": {
8960
+ "S86": {
8947
8961
  "type": "structure",
8948
8962
  "required": [
8949
8963
  "targetArn"
@@ -8953,17 +8967,17 @@
8953
8967
  "targetArn": {}
8954
8968
  }
8955
8969
  },
8956
- "S8j": {
8970
+ "S8m": {
8957
8971
  "type": "list",
8958
8972
  "member": {}
8959
8973
  },
8960
- "S8p": {
8974
+ "S8s": {
8961
8975
  "type": "list",
8962
8976
  "member": {
8963
- "shape": "S8q"
8977
+ "shape": "S8t"
8964
8978
  }
8965
8979
  },
8966
- "S8q": {
8980
+ "S8t": {
8967
8981
  "type": "structure",
8968
8982
  "required": [
8969
8983
  "name"
@@ -8972,14 +8986,14 @@
8972
8986
  "name": {},
8973
8987
  "metric": {},
8974
8988
  "metricDimension": {
8975
- "shape": "S8t"
8989
+ "shape": "S8w"
8976
8990
  },
8977
8991
  "criteria": {
8978
8992
  "type": "structure",
8979
8993
  "members": {
8980
8994
  "comparisonOperator": {},
8981
8995
  "value": {
8982
- "shape": "S8x"
8996
+ "shape": "S90"
8983
8997
  },
8984
8998
  "durationSeconds": {
8985
8999
  "type": "integer"
@@ -9012,7 +9026,7 @@
9012
9026
  }
9013
9027
  }
9014
9028
  },
9015
- "S8t": {
9029
+ "S8w": {
9016
9030
  "type": "structure",
9017
9031
  "required": [
9018
9032
  "dimensionName"
@@ -9022,7 +9036,7 @@
9022
9036
  "operator": {}
9023
9037
  }
9024
9038
  },
9025
- "S8x": {
9039
+ "S90": {
9026
9040
  "type": "structure",
9027
9041
  "members": {
9028
9042
  "count": {
@@ -9053,7 +9067,7 @@
9053
9067
  }
9054
9068
  }
9055
9069
  },
9056
- "S9f": {
9070
+ "S9i": {
9057
9071
  "type": "map",
9058
9072
  "key": {},
9059
9073
  "value": {
@@ -9068,11 +9082,11 @@
9068
9082
  }
9069
9083
  }
9070
9084
  },
9071
- "S9j": {
9085
+ "S9m": {
9072
9086
  "type": "list",
9073
9087
  "member": {}
9074
9088
  },
9075
- "S9k": {
9089
+ "S9n": {
9076
9090
  "type": "list",
9077
9091
  "member": {
9078
9092
  "type": "structure",
@@ -9082,12 +9096,12 @@
9082
9096
  "members": {
9083
9097
  "metric": {},
9084
9098
  "metricDimension": {
9085
- "shape": "S8t"
9099
+ "shape": "S8w"
9086
9100
  }
9087
9101
  }
9088
9102
  }
9089
9103
  },
9090
- "S9q": {
9104
+ "S9t": {
9091
9105
  "type": "list",
9092
9106
  "member": {
9093
9107
  "type": "structure",
@@ -9096,12 +9110,12 @@
9096
9110
  "type": "integer"
9097
9111
  },
9098
9112
  "s3Location": {
9099
- "shape": "S6s"
9113
+ "shape": "S6v"
9100
9114
  }
9101
9115
  }
9102
9116
  }
9103
9117
  },
9104
- "Sa2": {
9118
+ "Sa5": {
9105
9119
  "type": "structure",
9106
9120
  "members": {
9107
9121
  "thingTypeDescription": {},
@@ -9111,7 +9125,7 @@
9111
9125
  }
9112
9126
  }
9113
9127
  },
9114
- "Saa": {
9128
+ "Sad": {
9115
9129
  "type": "structure",
9116
9130
  "required": [
9117
9131
  "sql",
@@ -9121,24 +9135,24 @@
9121
9135
  "sql": {},
9122
9136
  "description": {},
9123
9137
  "actions": {
9124
- "shape": "Sad"
9138
+ "shape": "Sag"
9125
9139
  },
9126
9140
  "ruleDisabled": {
9127
9141
  "type": "boolean"
9128
9142
  },
9129
9143
  "awsIotSqlVersion": {},
9130
9144
  "errorAction": {
9131
- "shape": "Sae"
9145
+ "shape": "Sah"
9132
9146
  }
9133
9147
  }
9134
9148
  },
9135
- "Sad": {
9149
+ "Sag": {
9136
9150
  "type": "list",
9137
9151
  "member": {
9138
- "shape": "Sae"
9152
+ "shape": "Sah"
9139
9153
  }
9140
9154
  },
9141
- "Sae": {
9155
+ "Sah": {
9142
9156
  "type": "structure",
9143
9157
  "members": {
9144
9158
  "dynamoDB": {
@@ -9239,6 +9253,30 @@
9239
9253
  "topic": {},
9240
9254
  "qos": {
9241
9255
  "type": "integer"
9256
+ },
9257
+ "headers": {
9258
+ "type": "structure",
9259
+ "members": {
9260
+ "payloadFormatIndicator": {},
9261
+ "contentType": {},
9262
+ "responseTopic": {},
9263
+ "correlationData": {},
9264
+ "messageExpiry": {},
9265
+ "userProperties": {
9266
+ "type": "list",
9267
+ "member": {
9268
+ "type": "structure",
9269
+ "required": [
9270
+ "key",
9271
+ "value"
9272
+ ],
9273
+ "members": {
9274
+ "key": {},
9275
+ "value": {}
9276
+ }
9277
+ }
9278
+ }
9279
+ }
9242
9280
  }
9243
9281
  }
9244
9282
  },
@@ -9584,15 +9622,15 @@
9584
9622
  }
9585
9623
  }
9586
9624
  },
9587
- "Sdd": {
9625
+ "Sdq": {
9588
9626
  "type": "list",
9589
9627
  "member": {}
9590
9628
  },
9591
- "Sdf": {
9629
+ "Sds": {
9592
9630
  "type": "list",
9593
9631
  "member": {}
9594
9632
  },
9595
- "Sdj": {
9633
+ "Sdw": {
9596
9634
  "type": "structure",
9597
9635
  "members": {
9598
9636
  "arn": {},
@@ -9614,10 +9652,10 @@
9614
9652
  "type": "structure",
9615
9653
  "members": {
9616
9654
  "subnetIds": {
9617
- "shape": "Sdd"
9655
+ "shape": "Sdq"
9618
9656
  },
9619
9657
  "securityGroups": {
9620
- "shape": "Sdf"
9658
+ "shape": "Sds"
9621
9659
  },
9622
9660
  "vpcId": {},
9623
9661
  "roleArn": {}
@@ -9625,7 +9663,7 @@
9625
9663
  }
9626
9664
  }
9627
9665
  },
9628
- "Sfj": {
9666
+ "Sfw": {
9629
9667
  "type": "map",
9630
9668
  "key": {},
9631
9669
  "value": {
@@ -9639,7 +9677,7 @@
9639
9677
  }
9640
9678
  }
9641
9679
  },
9642
- "Sfm": {
9680
+ "Sfz": {
9643
9681
  "type": "map",
9644
9682
  "key": {},
9645
9683
  "value": {
@@ -9651,7 +9689,7 @@
9651
9689
  }
9652
9690
  }
9653
9691
  },
9654
- "Sfr": {
9692
+ "Sg4": {
9655
9693
  "type": "structure",
9656
9694
  "members": {
9657
9695
  "findingId": {},
@@ -9672,12 +9710,12 @@
9672
9710
  "shape": "S1o"
9673
9711
  },
9674
9712
  "additionalInfo": {
9675
- "shape": "Sfv"
9713
+ "shape": "Sg8"
9676
9714
  }
9677
9715
  }
9678
9716
  },
9679
9717
  "relatedResources": {
9680
- "shape": "Sfw"
9718
+ "shape": "Sg9"
9681
9719
  },
9682
9720
  "reasonForNonCompliance": {},
9683
9721
  "reasonForNonComplianceCode": {},
@@ -9686,12 +9724,12 @@
9686
9724
  }
9687
9725
  }
9688
9726
  },
9689
- "Sfv": {
9727
+ "Sg8": {
9690
9728
  "type": "map",
9691
9729
  "key": {},
9692
9730
  "value": {}
9693
9731
  },
9694
- "Sfw": {
9732
+ "Sg9": {
9695
9733
  "type": "list",
9696
9734
  "member": {
9697
9735
  "type": "structure",
@@ -9701,12 +9739,12 @@
9701
9739
  "shape": "S1o"
9702
9740
  },
9703
9741
  "additionalInfo": {
9704
- "shape": "Sfv"
9742
+ "shape": "Sg8"
9705
9743
  }
9706
9744
  }
9707
9745
  }
9708
9746
  },
9709
- "Sgb": {
9747
+ "Sgo": {
9710
9748
  "type": "structure",
9711
9749
  "members": {
9712
9750
  "auditTaskId": {},
@@ -9724,7 +9762,7 @@
9724
9762
  }
9725
9763
  }
9726
9764
  },
9727
- "Sgf": {
9765
+ "Sgs": {
9728
9766
  "type": "map",
9729
9767
  "key": {},
9730
9768
  "value": {
@@ -9732,7 +9770,7 @@
9732
9770
  "member": {}
9733
9771
  }
9734
9772
  },
9735
- "Sgh": {
9773
+ "Sgu": {
9736
9774
  "type": "list",
9737
9775
  "member": {
9738
9776
  "type": "structure",
@@ -9741,12 +9779,12 @@
9741
9779
  "id": {},
9742
9780
  "roleArn": {},
9743
9781
  "actionParams": {
9744
- "shape": "S5d"
9782
+ "shape": "S5g"
9745
9783
  }
9746
9784
  }
9747
9785
  }
9748
9786
  },
9749
- "Sh8": {
9787
+ "Shl": {
9750
9788
  "type": "structure",
9751
9789
  "members": {
9752
9790
  "authorizerName": {},
@@ -9771,7 +9809,7 @@
9771
9809
  }
9772
9810
  }
9773
9811
  },
9774
- "Shl": {
9812
+ "Shy": {
9775
9813
  "type": "structure",
9776
9814
  "members": {
9777
9815
  "notBefore": {
@@ -9782,7 +9820,7 @@
9782
9820
  }
9783
9821
  }
9784
9822
  },
9785
- "Shn": {
9823
+ "Si0": {
9786
9824
  "type": "structure",
9787
9825
  "members": {
9788
9826
  "templateBody": {},
@@ -9790,7 +9828,7 @@
9790
9828
  "templateName": {}
9791
9829
  }
9792
9830
  },
9793
- "Si0": {
9831
+ "Sid": {
9794
9832
  "type": "structure",
9795
9833
  "members": {
9796
9834
  "taskId": {},
@@ -9802,10 +9840,10 @@
9802
9840
  "type": "timestamp"
9803
9841
  },
9804
9842
  "target": {
9805
- "shape": "Si2"
9843
+ "shape": "Sif"
9806
9844
  },
9807
9845
  "violationEventOccurrenceRange": {
9808
- "shape": "Si5"
9846
+ "shape": "Sii"
9809
9847
  },
9810
9848
  "onlyActiveViolationsIncluded": {
9811
9849
  "type": "boolean"
@@ -9814,7 +9852,7 @@
9814
9852
  "type": "boolean"
9815
9853
  },
9816
9854
  "actionsDefinition": {
9817
- "shape": "Sgh"
9855
+ "shape": "Sgu"
9818
9856
  },
9819
9857
  "taskStatistics": {
9820
9858
  "type": "structure",
@@ -9832,7 +9870,7 @@
9832
9870
  }
9833
9871
  }
9834
9872
  },
9835
- "Si2": {
9873
+ "Sif": {
9836
9874
  "type": "structure",
9837
9875
  "members": {
9838
9876
  "violationIds": {
@@ -9843,7 +9881,7 @@
9843
9881
  "behaviorName": {}
9844
9882
  }
9845
9883
  },
9846
- "Si5": {
9884
+ "Sii": {
9847
9885
  "type": "structure",
9848
9886
  "required": [
9849
9887
  "startTime",
@@ -9858,7 +9896,7 @@
9858
9896
  }
9859
9897
  }
9860
9898
  },
9861
- "Siq": {
9899
+ "Sj3": {
9862
9900
  "type": "map",
9863
9901
  "key": {},
9864
9902
  "value": {
@@ -9870,24 +9908,24 @@
9870
9908
  }
9871
9909
  }
9872
9910
  },
9873
- "Sju": {
9911
+ "Sk7": {
9874
9912
  "type": "list",
9875
9913
  "member": {}
9876
9914
  },
9877
- "Skn": {
9915
+ "Sl0": {
9878
9916
  "type": "list",
9879
9917
  "member": {
9880
- "shape": "Sko"
9918
+ "shape": "Sl1"
9881
9919
  }
9882
9920
  },
9883
- "Sko": {
9921
+ "Sl1": {
9884
9922
  "type": "structure",
9885
9923
  "members": {
9886
9924
  "groupName": {},
9887
9925
  "groupArn": {}
9888
9926
  }
9889
9927
  },
9890
- "Sl0": {
9928
+ "Sld": {
9891
9929
  "type": "structure",
9892
9930
  "members": {
9893
9931
  "deprecated": {
@@ -9901,7 +9939,7 @@
9901
9939
  }
9902
9940
  }
9903
9941
  },
9904
- "Slz": {
9942
+ "Smc": {
9905
9943
  "type": "structure",
9906
9944
  "required": [
9907
9945
  "thingIndexingMode"
@@ -9912,10 +9950,10 @@
9912
9950
  "deviceDefenderIndexingMode": {},
9913
9951
  "namedShadowIndexingMode": {},
9914
9952
  "managedFields": {
9915
- "shape": "Sm4"
9953
+ "shape": "Smh"
9916
9954
  },
9917
9955
  "customFields": {
9918
- "shape": "Sm4"
9956
+ "shape": "Smh"
9919
9957
  },
9920
9958
  "filter": {
9921
9959
  "type": "structure",
@@ -9928,7 +9966,7 @@
9928
9966
  }
9929
9967
  }
9930
9968
  },
9931
- "Sm4": {
9969
+ "Smh": {
9932
9970
  "type": "list",
9933
9971
  "member": {
9934
9972
  "type": "structure",
@@ -9938,7 +9976,7 @@
9938
9976
  }
9939
9977
  }
9940
9978
  },
9941
- "Smb": {
9979
+ "Smo": {
9942
9980
  "type": "structure",
9943
9981
  "required": [
9944
9982
  "thingGroupIndexingMode"
@@ -9946,20 +9984,20 @@
9946
9984
  "members": {
9947
9985
  "thingGroupIndexingMode": {},
9948
9986
  "managedFields": {
9949
- "shape": "Sm4"
9987
+ "shape": "Smh"
9950
9988
  },
9951
9989
  "customFields": {
9952
- "shape": "Sm4"
9990
+ "shape": "Smh"
9953
9991
  }
9954
9992
  }
9955
9993
  },
9956
- "Snt": {
9994
+ "So6": {
9957
9995
  "type": "structure",
9958
9996
  "members": {
9959
9997
  "confidenceLevel": {}
9960
9998
  }
9961
9999
  },
9962
- "So0": {
10000
+ "Sod": {
9963
10001
  "type": "list",
9964
10002
  "member": {
9965
10003
  "type": "structure",
@@ -9969,7 +10007,7 @@
9969
10007
  }
9970
10008
  }
9971
10009
  },
9972
- "Sp2": {
10010
+ "Spf": {
9973
10011
  "type": "list",
9974
10012
  "member": {
9975
10013
  "type": "structure",
@@ -9984,7 +10022,7 @@
9984
10022
  }
9985
10023
  }
9986
10024
  },
9987
- "Sq2": {
10025
+ "Sqf": {
9988
10026
  "type": "structure",
9989
10027
  "members": {
9990
10028
  "status": {},
@@ -10005,15 +10043,15 @@
10005
10043
  }
10006
10044
  }
10007
10045
  },
10008
- "Sr4": {
10046
+ "Srh": {
10009
10047
  "type": "list",
10010
10048
  "member": {}
10011
10049
  },
10012
- "Sre": {
10050
+ "Srr": {
10013
10051
  "type": "list",
10014
10052
  "member": {}
10015
10053
  },
10016
- "Srz": {
10054
+ "Ssc": {
10017
10055
  "type": "structure",
10018
10056
  "required": [
10019
10057
  "name",
@@ -10024,7 +10062,7 @@
10024
10062
  "arn": {}
10025
10063
  }
10026
10064
  },
10027
- "Ss4": {
10065
+ "Ssh": {
10028
10066
  "type": "structure",
10029
10067
  "required": [
10030
10068
  "arn"
@@ -10033,7 +10071,7 @@
10033
10071
  "arn": {}
10034
10072
  }
10035
10073
  },
10036
- "Sts": {
10074
+ "Su5": {
10037
10075
  "type": "structure",
10038
10076
  "required": [
10039
10077
  "targetType"
@@ -10043,11 +10081,11 @@
10043
10081
  "targetName": {}
10044
10082
  }
10045
10083
  },
10046
- "Suo": {
10084
+ "Sv1": {
10047
10085
  "type": "list",
10048
10086
  "member": {}
10049
10087
  },
10050
- "Svh": {
10088
+ "Svu": {
10051
10089
  "type": "structure",
10052
10090
  "required": [
10053
10091
  "resources"
@@ -10060,11 +10098,11 @@
10060
10098
  }
10061
10099
  }
10062
10100
  },
10063
- "Svl": {
10101
+ "Svy": {
10064
10102
  "type": "list",
10065
10103
  "member": {}
10066
10104
  },
10067
- "Sxw": {
10105
+ "Sy9": {
10068
10106
  "type": "list",
10069
10107
  "member": {}
10070
10108
  }