cdk-comprehend-s3olap 2.0.106 → 2.0.108
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +1961 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.paginators.json +82 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +396 -287
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cur.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +2549 -0
- package/node_modules/aws-sdk/clients/iotfleetwise.js +19 -0
- package/node_modules/aws-sdk/clients/ssm.d.ts +112 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +15 -9
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +75 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +402 -290
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +29 -28
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +2 -1
- package/package.json +3 -3
@@ -178,6 +178,9 @@
|
|
178
178
|
},
|
179
179
|
"Tags": {
|
180
180
|
"shape": "S4"
|
181
|
+
},
|
182
|
+
"AlarmConfiguration": {
|
183
|
+
"shape": "S25"
|
181
184
|
}
|
182
185
|
}
|
183
186
|
},
|
@@ -185,7 +188,7 @@
|
|
185
188
|
"type": "structure",
|
186
189
|
"members": {
|
187
190
|
"AssociationDescription": {
|
188
|
-
"shape": "
|
191
|
+
"shape": "S2b"
|
189
192
|
}
|
190
193
|
}
|
191
194
|
}
|
@@ -200,7 +203,7 @@
|
|
200
203
|
"Entries": {
|
201
204
|
"type": "list",
|
202
205
|
"member": {
|
203
|
-
"shape": "
|
206
|
+
"shape": "S2s"
|
204
207
|
}
|
205
208
|
}
|
206
209
|
}
|
@@ -211,7 +214,7 @@
|
|
211
214
|
"Successful": {
|
212
215
|
"type": "list",
|
213
216
|
"member": {
|
214
|
-
"shape": "
|
217
|
+
"shape": "S2b"
|
215
218
|
}
|
216
219
|
},
|
217
220
|
"Failed": {
|
@@ -220,7 +223,7 @@
|
|
220
223
|
"type": "structure",
|
221
224
|
"members": {
|
222
225
|
"Entry": {
|
223
|
-
"shape": "
|
226
|
+
"shape": "S2s"
|
224
227
|
},
|
225
228
|
"Message": {},
|
226
229
|
"Fault": {}
|
@@ -240,10 +243,10 @@
|
|
240
243
|
"members": {
|
241
244
|
"Content": {},
|
242
245
|
"Requires": {
|
243
|
-
"shape": "
|
246
|
+
"shape": "S31"
|
244
247
|
},
|
245
248
|
"Attachments": {
|
246
|
-
"shape": "
|
249
|
+
"shape": "S33"
|
247
250
|
},
|
248
251
|
"Name": {},
|
249
252
|
"DisplayName": {},
|
@@ -260,7 +263,7 @@
|
|
260
263
|
"type": "structure",
|
261
264
|
"members": {
|
262
265
|
"DocumentDescription": {
|
263
|
-
"shape": "
|
266
|
+
"shape": "S3g"
|
264
267
|
}
|
265
268
|
}
|
266
269
|
}
|
@@ -278,7 +281,7 @@
|
|
278
281
|
"members": {
|
279
282
|
"Name": {},
|
280
283
|
"Description": {
|
281
|
-
"shape": "
|
284
|
+
"shape": "S4a"
|
282
285
|
},
|
283
286
|
"StartDate": {},
|
284
287
|
"EndDate": {},
|
@@ -323,16 +326,16 @@
|
|
323
326
|
"Description": {},
|
324
327
|
"OpsItemType": {},
|
325
328
|
"OperationalData": {
|
326
|
-
"shape": "
|
329
|
+
"shape": "S4o"
|
327
330
|
},
|
328
331
|
"Notifications": {
|
329
|
-
"shape": "
|
332
|
+
"shape": "S4t"
|
330
333
|
},
|
331
334
|
"Priority": {
|
332
335
|
"type": "integer"
|
333
336
|
},
|
334
337
|
"RelatedOpsItems": {
|
335
|
-
"shape": "
|
338
|
+
"shape": "S4x"
|
336
339
|
},
|
337
340
|
"Source": {},
|
338
341
|
"Title": {},
|
@@ -371,7 +374,7 @@
|
|
371
374
|
"members": {
|
372
375
|
"ResourceId": {},
|
373
376
|
"Metadata": {
|
374
|
-
"shape": "
|
377
|
+
"shape": "S56"
|
375
378
|
},
|
376
379
|
"Tags": {
|
377
380
|
"shape": "S4"
|
@@ -395,25 +398,25 @@
|
|
395
398
|
"OperatingSystem": {},
|
396
399
|
"Name": {},
|
397
400
|
"GlobalFilters": {
|
398
|
-
"shape": "
|
401
|
+
"shape": "S5f"
|
399
402
|
},
|
400
403
|
"ApprovalRules": {
|
401
|
-
"shape": "
|
404
|
+
"shape": "S5l"
|
402
405
|
},
|
403
406
|
"ApprovedPatches": {
|
404
|
-
"shape": "
|
407
|
+
"shape": "S5r"
|
405
408
|
},
|
406
409
|
"ApprovedPatchesComplianceLevel": {},
|
407
410
|
"ApprovedPatchesEnableNonSecurity": {
|
408
411
|
"type": "boolean"
|
409
412
|
},
|
410
413
|
"RejectedPatches": {
|
411
|
-
"shape": "
|
414
|
+
"shape": "S5r"
|
412
415
|
},
|
413
416
|
"RejectedPatchesAction": {},
|
414
417
|
"Description": {},
|
415
418
|
"Sources": {
|
416
|
-
"shape": "
|
419
|
+
"shape": "S5v"
|
417
420
|
},
|
418
421
|
"ClientToken": {
|
419
422
|
"idempotencyToken": true
|
@@ -439,11 +442,11 @@
|
|
439
442
|
"members": {
|
440
443
|
"SyncName": {},
|
441
444
|
"S3Destination": {
|
442
|
-
"shape": "
|
445
|
+
"shape": "S65"
|
443
446
|
},
|
444
447
|
"SyncType": {},
|
445
448
|
"SyncSource": {
|
446
|
-
"shape": "
|
449
|
+
"shape": "S6e"
|
447
450
|
}
|
448
451
|
}
|
449
452
|
},
|
@@ -524,7 +527,7 @@
|
|
524
527
|
"DeletionId": {},
|
525
528
|
"TypeName": {},
|
526
529
|
"DeletionSummary": {
|
527
|
-
"shape": "
|
530
|
+
"shape": "S72"
|
528
531
|
}
|
529
532
|
}
|
530
533
|
}
|
@@ -584,7 +587,7 @@
|
|
584
587
|
],
|
585
588
|
"members": {
|
586
589
|
"Names": {
|
587
|
-
"shape": "
|
590
|
+
"shape": "S7h"
|
588
591
|
}
|
589
592
|
}
|
590
593
|
},
|
@@ -592,10 +595,10 @@
|
|
592
595
|
"type": "structure",
|
593
596
|
"members": {
|
594
597
|
"DeletedParameters": {
|
595
|
-
"shape": "
|
598
|
+
"shape": "S7h"
|
596
599
|
},
|
597
600
|
"InvalidParameters": {
|
598
|
-
"shape": "
|
601
|
+
"shape": "S7h"
|
599
602
|
}
|
600
603
|
}
|
601
604
|
}
|
@@ -785,7 +788,7 @@
|
|
785
788
|
"type": "structure",
|
786
789
|
"members": {
|
787
790
|
"AssociationDescription": {
|
788
|
-
"shape": "
|
791
|
+
"shape": "S2b"
|
789
792
|
}
|
790
793
|
}
|
791
794
|
}
|
@@ -901,7 +904,13 @@
|
|
901
904
|
"LastExecutionDate": {
|
902
905
|
"type": "timestamp"
|
903
906
|
},
|
904
|
-
"ResourceCountByStatus": {}
|
907
|
+
"ResourceCountByStatus": {},
|
908
|
+
"AlarmConfiguration": {
|
909
|
+
"shape": "S25"
|
910
|
+
},
|
911
|
+
"TriggeredAlarms": {
|
912
|
+
"shape": "S2n"
|
913
|
+
}
|
905
914
|
}
|
906
915
|
}
|
907
916
|
},
|
@@ -957,7 +966,7 @@
|
|
957
966
|
"ExecutedBy": {},
|
958
967
|
"LogFile": {},
|
959
968
|
"Outputs": {
|
960
|
-
"shape": "
|
969
|
+
"shape": "S9c"
|
961
970
|
},
|
962
971
|
"Mode": {},
|
963
972
|
"ParentAutomationExecutionId": {},
|
@@ -972,18 +981,24 @@
|
|
972
981
|
"shape": "S20"
|
973
982
|
},
|
974
983
|
"ResolvedTargets": {
|
975
|
-
"shape": "
|
984
|
+
"shape": "S9h"
|
976
985
|
},
|
977
986
|
"MaxConcurrency": {},
|
978
987
|
"MaxErrors": {},
|
979
988
|
"Target": {},
|
980
989
|
"AutomationType": {},
|
990
|
+
"AlarmConfiguration": {
|
991
|
+
"shape": "S25"
|
992
|
+
},
|
993
|
+
"TriggeredAlarms": {
|
994
|
+
"shape": "S2n"
|
995
|
+
},
|
981
996
|
"AutomationSubtype": {},
|
982
997
|
"ScheduledTime": {
|
983
998
|
"type": "timestamp"
|
984
999
|
},
|
985
1000
|
"Runbooks": {
|
986
|
-
"shape": "
|
1001
|
+
"shape": "S9l"
|
987
1002
|
},
|
988
1003
|
"OpsItemId": {},
|
989
1004
|
"AssociationId": {},
|
@@ -1033,7 +1048,7 @@
|
|
1033
1048
|
"type": "structure",
|
1034
1049
|
"members": {
|
1035
1050
|
"StepExecutions": {
|
1036
|
-
"shape": "
|
1051
|
+
"shape": "S9v"
|
1037
1052
|
},
|
1038
1053
|
"NextToken": {}
|
1039
1054
|
}
|
@@ -1044,7 +1059,7 @@
|
|
1044
1059
|
"type": "structure",
|
1045
1060
|
"members": {
|
1046
1061
|
"Filters": {
|
1047
|
-
"shape": "
|
1062
|
+
"shape": "Sa5"
|
1048
1063
|
},
|
1049
1064
|
"MaxResults": {
|
1050
1065
|
"type": "integer"
|
@@ -1058,7 +1073,7 @@
|
|
1058
1073
|
"Patches": {
|
1059
1074
|
"type": "list",
|
1060
1075
|
"member": {
|
1061
|
-
"shape": "
|
1076
|
+
"shape": "Sad"
|
1062
1077
|
}
|
1063
1078
|
},
|
1064
1079
|
"NextToken": {}
|
@@ -1081,7 +1096,7 @@
|
|
1081
1096
|
"type": "structure",
|
1082
1097
|
"members": {
|
1083
1098
|
"Document": {
|
1084
|
-
"shape": "
|
1099
|
+
"shape": "S3g"
|
1085
1100
|
}
|
1086
1101
|
}
|
1087
1102
|
}
|
@@ -1106,7 +1121,7 @@
|
|
1106
1121
|
"type": "structure",
|
1107
1122
|
"members": {
|
1108
1123
|
"AccountIds": {
|
1109
|
-
"shape": "
|
1124
|
+
"shape": "Sb8"
|
1110
1125
|
},
|
1111
1126
|
"AccountSharingInfoList": {
|
1112
1127
|
"type": "list",
|
@@ -1178,7 +1193,7 @@
|
|
1178
1193
|
"type": "structure",
|
1179
1194
|
"members": {
|
1180
1195
|
"Patch": {
|
1181
|
-
"shape": "
|
1196
|
+
"shape": "Sad"
|
1182
1197
|
},
|
1183
1198
|
"PatchStatus": {
|
1184
1199
|
"type": "structure",
|
@@ -1265,7 +1280,7 @@
|
|
1265
1280
|
"members": {
|
1266
1281
|
"key": {},
|
1267
1282
|
"valueSet": {
|
1268
|
-
"shape": "
|
1283
|
+
"shape": "Sc1"
|
1269
1284
|
}
|
1270
1285
|
}
|
1271
1286
|
}
|
@@ -1281,7 +1296,7 @@
|
|
1281
1296
|
"members": {
|
1282
1297
|
"Key": {},
|
1283
1298
|
"Values": {
|
1284
|
-
"shape": "
|
1299
|
+
"shape": "Sc1"
|
1285
1300
|
}
|
1286
1301
|
}
|
1287
1302
|
}
|
@@ -1372,7 +1387,7 @@
|
|
1372
1387
|
"InstancePatchStates": {
|
1373
1388
|
"type": "list",
|
1374
1389
|
"member": {
|
1375
|
-
"shape": "
|
1390
|
+
"shape": "Scn"
|
1376
1391
|
}
|
1377
1392
|
},
|
1378
1393
|
"NextToken": {}
|
@@ -1418,7 +1433,7 @@
|
|
1418
1433
|
"InstancePatchStates": {
|
1419
1434
|
"type": "list",
|
1420
1435
|
"member": {
|
1421
|
-
"shape": "
|
1436
|
+
"shape": "Scn"
|
1422
1437
|
}
|
1423
1438
|
},
|
1424
1439
|
"NextToken": {}
|
@@ -1434,7 +1449,7 @@
|
|
1434
1449
|
"members": {
|
1435
1450
|
"InstanceId": {},
|
1436
1451
|
"Filters": {
|
1437
|
-
"shape": "
|
1452
|
+
"shape": "Sa5"
|
1438
1453
|
},
|
1439
1454
|
"NextToken": {},
|
1440
1455
|
"MaxResults": {
|
@@ -1501,7 +1516,7 @@
|
|
1501
1516
|
"LastStatus": {},
|
1502
1517
|
"LastStatusMessage": {},
|
1503
1518
|
"DeletionSummary": {
|
1504
|
-
"shape": "
|
1519
|
+
"shape": "S72"
|
1505
1520
|
},
|
1506
1521
|
"LastStatusUpdateTime": {
|
1507
1522
|
"type": "timestamp"
|
@@ -1524,7 +1539,7 @@
|
|
1524
1539
|
"WindowExecutionId": {},
|
1525
1540
|
"TaskId": {},
|
1526
1541
|
"Filters": {
|
1527
|
-
"shape": "
|
1542
|
+
"shape": "Sdt"
|
1528
1543
|
},
|
1529
1544
|
"MaxResults": {
|
1530
1545
|
"type": "integer"
|
@@ -1546,7 +1561,7 @@
|
|
1546
1561
|
"ExecutionId": {},
|
1547
1562
|
"TaskType": {},
|
1548
1563
|
"Parameters": {
|
1549
|
-
"shape": "
|
1564
|
+
"shape": "Se5"
|
1550
1565
|
},
|
1551
1566
|
"Status": {},
|
1552
1567
|
"StatusDetails": {},
|
@@ -1557,7 +1572,7 @@
|
|
1557
1572
|
"type": "timestamp"
|
1558
1573
|
},
|
1559
1574
|
"OwnerInformation": {
|
1560
|
-
"shape": "
|
1575
|
+
"shape": "Scq"
|
1561
1576
|
},
|
1562
1577
|
"WindowTargetId": {}
|
1563
1578
|
}
|
@@ -1576,7 +1591,7 @@
|
|
1576
1591
|
"members": {
|
1577
1592
|
"WindowExecutionId": {},
|
1578
1593
|
"Filters": {
|
1579
|
-
"shape": "
|
1594
|
+
"shape": "Sdt"
|
1580
1595
|
},
|
1581
1596
|
"MaxResults": {
|
1582
1597
|
"type": "integer"
|
@@ -1603,7 +1618,13 @@
|
|
1603
1618
|
"type": "timestamp"
|
1604
1619
|
},
|
1605
1620
|
"TaskArn": {},
|
1606
|
-
"TaskType": {}
|
1621
|
+
"TaskType": {},
|
1622
|
+
"AlarmConfiguration": {
|
1623
|
+
"shape": "S25"
|
1624
|
+
},
|
1625
|
+
"TriggeredAlarms": {
|
1626
|
+
"shape": "S2n"
|
1627
|
+
}
|
1607
1628
|
}
|
1608
1629
|
}
|
1609
1630
|
},
|
@@ -1620,7 +1641,7 @@
|
|
1620
1641
|
"members": {
|
1621
1642
|
"WindowId": {},
|
1622
1643
|
"Filters": {
|
1623
|
-
"shape": "
|
1644
|
+
"shape": "Sdt"
|
1624
1645
|
},
|
1625
1646
|
"MaxResults": {
|
1626
1647
|
"type": "integer"
|
@@ -1663,7 +1684,7 @@
|
|
1663
1684
|
},
|
1664
1685
|
"ResourceType": {},
|
1665
1686
|
"Filters": {
|
1666
|
-
"shape": "
|
1687
|
+
"shape": "Sa5"
|
1667
1688
|
},
|
1668
1689
|
"MaxResults": {
|
1669
1690
|
"type": "integer"
|
@@ -1698,7 +1719,7 @@
|
|
1698
1719
|
"members": {
|
1699
1720
|
"WindowId": {},
|
1700
1721
|
"Filters": {
|
1701
|
-
"shape": "
|
1722
|
+
"shape": "Sdt"
|
1702
1723
|
},
|
1703
1724
|
"MaxResults": {
|
1704
1725
|
"type": "integer"
|
@@ -1721,11 +1742,11 @@
|
|
1721
1742
|
"shape": "S18"
|
1722
1743
|
},
|
1723
1744
|
"OwnerInformation": {
|
1724
|
-
"shape": "
|
1745
|
+
"shape": "Scq"
|
1725
1746
|
},
|
1726
1747
|
"Name": {},
|
1727
1748
|
"Description": {
|
1728
|
-
"shape": "
|
1749
|
+
"shape": "S4a"
|
1729
1750
|
}
|
1730
1751
|
}
|
1731
1752
|
}
|
@@ -1743,7 +1764,7 @@
|
|
1743
1764
|
"members": {
|
1744
1765
|
"WindowId": {},
|
1745
1766
|
"Filters": {
|
1746
|
-
"shape": "
|
1767
|
+
"shape": "Sdt"
|
1747
1768
|
},
|
1748
1769
|
"MaxResults": {
|
1749
1770
|
"type": "integer"
|
@@ -1767,22 +1788,25 @@
|
|
1767
1788
|
"shape": "S18"
|
1768
1789
|
},
|
1769
1790
|
"TaskParameters": {
|
1770
|
-
"shape": "
|
1791
|
+
"shape": "Sew"
|
1771
1792
|
},
|
1772
1793
|
"Priority": {
|
1773
1794
|
"type": "integer"
|
1774
1795
|
},
|
1775
1796
|
"LoggingInfo": {
|
1776
|
-
"shape": "
|
1797
|
+
"shape": "Sf2"
|
1777
1798
|
},
|
1778
1799
|
"ServiceRoleArn": {},
|
1779
1800
|
"MaxConcurrency": {},
|
1780
1801
|
"MaxErrors": {},
|
1781
1802
|
"Name": {},
|
1782
1803
|
"Description": {
|
1783
|
-
"shape": "
|
1804
|
+
"shape": "S4a"
|
1784
1805
|
},
|
1785
|
-
"CutoffBehavior": {}
|
1806
|
+
"CutoffBehavior": {},
|
1807
|
+
"AlarmConfiguration": {
|
1808
|
+
"shape": "S25"
|
1809
|
+
}
|
1786
1810
|
}
|
1787
1811
|
}
|
1788
1812
|
},
|
@@ -1795,7 +1819,7 @@
|
|
1795
1819
|
"type": "structure",
|
1796
1820
|
"members": {
|
1797
1821
|
"Filters": {
|
1798
|
-
"shape": "
|
1822
|
+
"shape": "Sdt"
|
1799
1823
|
},
|
1800
1824
|
"MaxResults": {
|
1801
1825
|
"type": "integer"
|
@@ -1814,7 +1838,7 @@
|
|
1814
1838
|
"WindowId": {},
|
1815
1839
|
"Name": {},
|
1816
1840
|
"Description": {
|
1817
|
-
"shape": "
|
1841
|
+
"shape": "S4a"
|
1818
1842
|
},
|
1819
1843
|
"Enabled": {
|
1820
1844
|
"type": "boolean"
|
@@ -1929,7 +1953,7 @@
|
|
1929
1953
|
"OpsItemId": {},
|
1930
1954
|
"Title": {},
|
1931
1955
|
"OperationalData": {
|
1932
|
-
"shape": "
|
1956
|
+
"shape": "S4o"
|
1933
1957
|
},
|
1934
1958
|
"Category": {},
|
1935
1959
|
"Severity": {},
|
@@ -1974,7 +1998,7 @@
|
|
1974
1998
|
}
|
1975
1999
|
},
|
1976
2000
|
"ParameterFilters": {
|
1977
|
-
"shape": "
|
2001
|
+
"shape": "Sfw"
|
1978
2002
|
},
|
1979
2003
|
"MaxResults": {
|
1980
2004
|
"type": "integer"
|
@@ -2004,7 +2028,7 @@
|
|
2004
2028
|
},
|
2005
2029
|
"Tier": {},
|
2006
2030
|
"Policies": {
|
2007
|
-
"shape": "
|
2031
|
+
"shape": "Sgb"
|
2008
2032
|
},
|
2009
2033
|
"DataType": {}
|
2010
2034
|
}
|
@@ -2019,7 +2043,7 @@
|
|
2019
2043
|
"type": "structure",
|
2020
2044
|
"members": {
|
2021
2045
|
"Filters": {
|
2022
|
-
"shape": "
|
2046
|
+
"shape": "Sa5"
|
2023
2047
|
},
|
2024
2048
|
"MaxResults": {
|
2025
2049
|
"type": "integer"
|
@@ -2033,7 +2057,7 @@
|
|
2033
2057
|
"BaselineIdentities": {
|
2034
2058
|
"type": "list",
|
2035
2059
|
"member": {
|
2036
|
-
"shape": "
|
2060
|
+
"shape": "Sgh"
|
2037
2061
|
}
|
2038
2062
|
},
|
2039
2063
|
"NextToken": {}
|
@@ -2100,7 +2124,7 @@
|
|
2100
2124
|
"type": "integer"
|
2101
2125
|
},
|
2102
2126
|
"Filters": {
|
2103
|
-
"shape": "
|
2127
|
+
"shape": "Sa5"
|
2104
2128
|
},
|
2105
2129
|
"NextToken": {}
|
2106
2130
|
}
|
@@ -2115,7 +2139,7 @@
|
|
2115
2139
|
"members": {
|
2116
2140
|
"PatchGroup": {},
|
2117
2141
|
"BaselineIdentity": {
|
2118
|
-
"shape": "
|
2142
|
+
"shape": "Sgh"
|
2119
2143
|
}
|
2120
2144
|
}
|
2121
2145
|
}
|
@@ -2264,16 +2288,16 @@
|
|
2264
2288
|
},
|
2265
2289
|
"AutomationExecutionStatus": {},
|
2266
2290
|
"StepExecutions": {
|
2267
|
-
"shape": "
|
2291
|
+
"shape": "S9v"
|
2268
2292
|
},
|
2269
2293
|
"StepExecutionsTruncated": {
|
2270
2294
|
"type": "boolean"
|
2271
2295
|
},
|
2272
2296
|
"Parameters": {
|
2273
|
-
"shape": "
|
2297
|
+
"shape": "S9c"
|
2274
2298
|
},
|
2275
2299
|
"Outputs": {
|
2276
|
-
"shape": "
|
2300
|
+
"shape": "S9c"
|
2277
2301
|
},
|
2278
2302
|
"FailureMessage": {},
|
2279
2303
|
"Mode": {},
|
@@ -2289,7 +2313,7 @@
|
|
2289
2313
|
"shape": "S20"
|
2290
2314
|
},
|
2291
2315
|
"ResolvedTargets": {
|
2292
|
-
"shape": "
|
2316
|
+
"shape": "S9h"
|
2293
2317
|
},
|
2294
2318
|
"MaxConcurrency": {},
|
2295
2319
|
"MaxErrors": {},
|
@@ -2317,12 +2341,18 @@
|
|
2317
2341
|
}
|
2318
2342
|
}
|
2319
2343
|
},
|
2344
|
+
"AlarmConfiguration": {
|
2345
|
+
"shape": "S25"
|
2346
|
+
},
|
2347
|
+
"TriggeredAlarms": {
|
2348
|
+
"shape": "S2n"
|
2349
|
+
},
|
2320
2350
|
"AutomationSubtype": {},
|
2321
2351
|
"ScheduledTime": {
|
2322
2352
|
"type": "timestamp"
|
2323
2353
|
},
|
2324
2354
|
"Runbooks": {
|
2325
|
-
"shape": "
|
2355
|
+
"shape": "S9l"
|
2326
2356
|
},
|
2327
2357
|
"OpsItemId": {},
|
2328
2358
|
"AssociationId": {},
|
@@ -2389,7 +2419,7 @@
|
|
2389
2419
|
"StandardErrorContent": {},
|
2390
2420
|
"StandardErrorUrl": {},
|
2391
2421
|
"CloudWatchOutputConfig": {
|
2392
|
-
"shape": "
|
2422
|
+
"shape": "Si2"
|
2393
2423
|
}
|
2394
2424
|
}
|
2395
2425
|
}
|
@@ -2442,24 +2472,24 @@
|
|
2442
2472
|
"members": {
|
2443
2473
|
"OperatingSystem": {},
|
2444
2474
|
"GlobalFilters": {
|
2445
|
-
"shape": "
|
2475
|
+
"shape": "S5f"
|
2446
2476
|
},
|
2447
2477
|
"ApprovalRules": {
|
2448
|
-
"shape": "
|
2478
|
+
"shape": "S5l"
|
2449
2479
|
},
|
2450
2480
|
"ApprovedPatches": {
|
2451
|
-
"shape": "
|
2481
|
+
"shape": "S5r"
|
2452
2482
|
},
|
2453
2483
|
"ApprovedPatchesComplianceLevel": {},
|
2454
2484
|
"RejectedPatches": {
|
2455
|
-
"shape": "
|
2485
|
+
"shape": "S5r"
|
2456
2486
|
},
|
2457
2487
|
"RejectedPatchesAction": {},
|
2458
2488
|
"ApprovedPatchesEnableNonSecurity": {
|
2459
2489
|
"type": "boolean"
|
2460
2490
|
},
|
2461
2491
|
"Sources": {
|
2462
|
-
"shape": "
|
2492
|
+
"shape": "S5v"
|
2463
2493
|
}
|
2464
2494
|
}
|
2465
2495
|
}
|
@@ -2504,7 +2534,7 @@
|
|
2504
2534
|
"DocumentType": {},
|
2505
2535
|
"DocumentFormat": {},
|
2506
2536
|
"Requires": {
|
2507
|
-
"shape": "
|
2537
|
+
"shape": "S31"
|
2508
2538
|
},
|
2509
2539
|
"AttachmentsContent": {
|
2510
2540
|
"type": "list",
|
@@ -2530,10 +2560,10 @@
|
|
2530
2560
|
"type": "structure",
|
2531
2561
|
"members": {
|
2532
2562
|
"Filters": {
|
2533
|
-
"shape": "
|
2563
|
+
"shape": "Sio"
|
2534
2564
|
},
|
2535
2565
|
"Aggregators": {
|
2536
|
-
"shape": "
|
2566
|
+
"shape": "Siu"
|
2537
2567
|
},
|
2538
2568
|
"ResultAttributes": {
|
2539
2569
|
"type": "list",
|
@@ -2578,7 +2608,7 @@
|
|
2578
2608
|
"CaptureTime": {},
|
2579
2609
|
"ContentHash": {},
|
2580
2610
|
"Content": {
|
2581
|
-
"shape": "
|
2611
|
+
"shape": "Sjb"
|
2582
2612
|
}
|
2583
2613
|
}
|
2584
2614
|
}
|
@@ -2659,7 +2689,7 @@
|
|
2659
2689
|
"WindowId": {},
|
2660
2690
|
"Name": {},
|
2661
2691
|
"Description": {
|
2662
|
-
"shape": "
|
2692
|
+
"shape": "S4a"
|
2663
2693
|
},
|
2664
2694
|
"StartDate": {},
|
2665
2695
|
"EndDate": {},
|
@@ -2742,7 +2772,7 @@
|
|
2742
2772
|
"TaskParameters": {
|
2743
2773
|
"type": "list",
|
2744
2774
|
"member": {
|
2745
|
-
"shape": "
|
2775
|
+
"shape": "Sew"
|
2746
2776
|
},
|
2747
2777
|
"sensitive": true
|
2748
2778
|
},
|
@@ -2758,6 +2788,12 @@
|
|
2758
2788
|
},
|
2759
2789
|
"EndTime": {
|
2760
2790
|
"type": "timestamp"
|
2791
|
+
},
|
2792
|
+
"AlarmConfiguration": {
|
2793
|
+
"shape": "S25"
|
2794
|
+
},
|
2795
|
+
"TriggeredAlarms": {
|
2796
|
+
"shape": "S2n"
|
2761
2797
|
}
|
2762
2798
|
}
|
2763
2799
|
}
|
@@ -2785,7 +2821,7 @@
|
|
2785
2821
|
"ExecutionId": {},
|
2786
2822
|
"TaskType": {},
|
2787
2823
|
"Parameters": {
|
2788
|
-
"shape": "
|
2824
|
+
"shape": "Se5"
|
2789
2825
|
},
|
2790
2826
|
"Status": {},
|
2791
2827
|
"StatusDetails": {},
|
@@ -2796,7 +2832,7 @@
|
|
2796
2832
|
"type": "timestamp"
|
2797
2833
|
},
|
2798
2834
|
"OwnerInformation": {
|
2799
|
-
"shape": "
|
2835
|
+
"shape": "Scq"
|
2800
2836
|
},
|
2801
2837
|
"WindowTargetId": {}
|
2802
2838
|
}
|
@@ -2826,10 +2862,10 @@
|
|
2826
2862
|
"ServiceRoleArn": {},
|
2827
2863
|
"TaskType": {},
|
2828
2864
|
"TaskParameters": {
|
2829
|
-
"shape": "
|
2865
|
+
"shape": "Sew"
|
2830
2866
|
},
|
2831
2867
|
"TaskInvocationParameters": {
|
2832
|
-
"shape": "
|
2868
|
+
"shape": "Sk2"
|
2833
2869
|
},
|
2834
2870
|
"Priority": {
|
2835
2871
|
"type": "integer"
|
@@ -2837,13 +2873,16 @@
|
|
2837
2873
|
"MaxConcurrency": {},
|
2838
2874
|
"MaxErrors": {},
|
2839
2875
|
"LoggingInfo": {
|
2840
|
-
"shape": "
|
2876
|
+
"shape": "Sf2"
|
2841
2877
|
},
|
2842
2878
|
"Name": {},
|
2843
2879
|
"Description": {
|
2844
|
-
"shape": "
|
2880
|
+
"shape": "S4a"
|
2845
2881
|
},
|
2846
|
-
"CutoffBehavior": {}
|
2882
|
+
"CutoffBehavior": {},
|
2883
|
+
"AlarmConfiguration": {
|
2884
|
+
"shape": "S25"
|
2885
|
+
}
|
2847
2886
|
}
|
2848
2887
|
}
|
2849
2888
|
},
|
@@ -2874,13 +2913,13 @@
|
|
2874
2913
|
"type": "timestamp"
|
2875
2914
|
},
|
2876
2915
|
"Notifications": {
|
2877
|
-
"shape": "
|
2916
|
+
"shape": "S4t"
|
2878
2917
|
},
|
2879
2918
|
"Priority": {
|
2880
2919
|
"type": "integer"
|
2881
2920
|
},
|
2882
2921
|
"RelatedOpsItems": {
|
2883
|
-
"shape": "
|
2922
|
+
"shape": "S4x"
|
2884
2923
|
},
|
2885
2924
|
"Status": {},
|
2886
2925
|
"OpsItemId": {},
|
@@ -2888,7 +2927,7 @@
|
|
2888
2927
|
"Title": {},
|
2889
2928
|
"Source": {},
|
2890
2929
|
"OperationalData": {
|
2891
|
-
"shape": "
|
2930
|
+
"shape": "S4o"
|
2892
2931
|
},
|
2893
2932
|
"Category": {},
|
2894
2933
|
"Severity": {},
|
@@ -2928,7 +2967,7 @@
|
|
2928
2967
|
"members": {
|
2929
2968
|
"ResourceId": {},
|
2930
2969
|
"Metadata": {
|
2931
|
-
"shape": "
|
2970
|
+
"shape": "S56"
|
2932
2971
|
},
|
2933
2972
|
"NextToken": {}
|
2934
2973
|
}
|
@@ -2940,10 +2979,10 @@
|
|
2940
2979
|
"members": {
|
2941
2980
|
"SyncName": {},
|
2942
2981
|
"Filters": {
|
2943
|
-
"shape": "
|
2982
|
+
"shape": "Skp"
|
2944
2983
|
},
|
2945
2984
|
"Aggregators": {
|
2946
|
-
"shape": "
|
2985
|
+
"shape": "Skv"
|
2947
2986
|
},
|
2948
2987
|
"ResultAttributes": {
|
2949
2988
|
"type": "list",
|
@@ -3014,7 +3053,7 @@
|
|
3014
3053
|
"type": "structure",
|
3015
3054
|
"members": {
|
3016
3055
|
"Parameter": {
|
3017
|
-
"shape": "
|
3056
|
+
"shape": "Slh"
|
3018
3057
|
}
|
3019
3058
|
}
|
3020
3059
|
}
|
@@ -3053,18 +3092,18 @@
|
|
3053
3092
|
"LastModifiedUser": {},
|
3054
3093
|
"Description": {},
|
3055
3094
|
"Value": {
|
3056
|
-
"shape": "
|
3095
|
+
"shape": "Sli"
|
3057
3096
|
},
|
3058
3097
|
"AllowedPattern": {},
|
3059
3098
|
"Version": {
|
3060
3099
|
"type": "long"
|
3061
3100
|
},
|
3062
3101
|
"Labels": {
|
3063
|
-
"shape": "
|
3102
|
+
"shape": "Slo"
|
3064
3103
|
},
|
3065
3104
|
"Tier": {},
|
3066
3105
|
"Policies": {
|
3067
|
-
"shape": "
|
3106
|
+
"shape": "Sgb"
|
3068
3107
|
},
|
3069
3108
|
"DataType": {}
|
3070
3109
|
}
|
@@ -3082,7 +3121,7 @@
|
|
3082
3121
|
],
|
3083
3122
|
"members": {
|
3084
3123
|
"Names": {
|
3085
|
-
"shape": "
|
3124
|
+
"shape": "S7h"
|
3086
3125
|
},
|
3087
3126
|
"WithDecryption": {
|
3088
3127
|
"type": "boolean"
|
@@ -3093,10 +3132,10 @@
|
|
3093
3132
|
"type": "structure",
|
3094
3133
|
"members": {
|
3095
3134
|
"Parameters": {
|
3096
|
-
"shape": "
|
3135
|
+
"shape": "Sls"
|
3097
3136
|
},
|
3098
3137
|
"InvalidParameters": {
|
3099
|
-
"shape": "
|
3138
|
+
"shape": "S7h"
|
3100
3139
|
}
|
3101
3140
|
}
|
3102
3141
|
}
|
@@ -3113,7 +3152,7 @@
|
|
3113
3152
|
"type": "boolean"
|
3114
3153
|
},
|
3115
3154
|
"ParameterFilters": {
|
3116
|
-
"shape": "
|
3155
|
+
"shape": "Sfw"
|
3117
3156
|
},
|
3118
3157
|
"WithDecryption": {
|
3119
3158
|
"type": "boolean"
|
@@ -3128,7 +3167,7 @@
|
|
3128
3167
|
"type": "structure",
|
3129
3168
|
"members": {
|
3130
3169
|
"Parameters": {
|
3131
|
-
"shape": "
|
3170
|
+
"shape": "Sls"
|
3132
3171
|
},
|
3133
3172
|
"NextToken": {}
|
3134
3173
|
}
|
@@ -3151,20 +3190,20 @@
|
|
3151
3190
|
"Name": {},
|
3152
3191
|
"OperatingSystem": {},
|
3153
3192
|
"GlobalFilters": {
|
3154
|
-
"shape": "
|
3193
|
+
"shape": "S5f"
|
3155
3194
|
},
|
3156
3195
|
"ApprovalRules": {
|
3157
|
-
"shape": "
|
3196
|
+
"shape": "S5l"
|
3158
3197
|
},
|
3159
3198
|
"ApprovedPatches": {
|
3160
|
-
"shape": "
|
3199
|
+
"shape": "S5r"
|
3161
3200
|
},
|
3162
3201
|
"ApprovedPatchesComplianceLevel": {},
|
3163
3202
|
"ApprovedPatchesEnableNonSecurity": {
|
3164
3203
|
"type": "boolean"
|
3165
3204
|
},
|
3166
3205
|
"RejectedPatches": {
|
3167
|
-
"shape": "
|
3206
|
+
"shape": "S5r"
|
3168
3207
|
},
|
3169
3208
|
"RejectedPatchesAction": {},
|
3170
3209
|
"PatchGroups": {
|
@@ -3179,7 +3218,7 @@
|
|
3179
3218
|
},
|
3180
3219
|
"Description": {},
|
3181
3220
|
"Sources": {
|
3182
|
-
"shape": "
|
3221
|
+
"shape": "S5v"
|
3183
3222
|
}
|
3184
3223
|
}
|
3185
3224
|
}
|
@@ -3218,7 +3257,7 @@
|
|
3218
3257
|
"type": "structure",
|
3219
3258
|
"members": {
|
3220
3259
|
"ServiceSetting": {
|
3221
|
-
"shape": "
|
3260
|
+
"shape": "Sm4"
|
3222
3261
|
}
|
3223
3262
|
}
|
3224
3263
|
}
|
@@ -3236,7 +3275,7 @@
|
|
3236
3275
|
"type": "long"
|
3237
3276
|
},
|
3238
3277
|
"Labels": {
|
3239
|
-
"shape": "
|
3278
|
+
"shape": "Slo"
|
3240
3279
|
}
|
3241
3280
|
}
|
3242
3281
|
},
|
@@ -3244,7 +3283,7 @@
|
|
3244
3283
|
"type": "structure",
|
3245
3284
|
"members": {
|
3246
3285
|
"InvalidLabels": {
|
3247
|
-
"shape": "
|
3286
|
+
"shape": "Slo"
|
3248
3287
|
},
|
3249
3288
|
"ParameterVersion": {
|
3250
3289
|
"type": "long"
|
@@ -3362,7 +3401,7 @@
|
|
3362
3401
|
"type": "timestamp"
|
3363
3402
|
},
|
3364
3403
|
"Overview": {
|
3365
|
-
"shape": "
|
3404
|
+
"shape": "S2i"
|
3366
3405
|
},
|
3367
3406
|
"ScheduleExpression": {},
|
3368
3407
|
"AssociationName": {},
|
@@ -3390,7 +3429,7 @@
|
|
3390
3429
|
},
|
3391
3430
|
"NextToken": {},
|
3392
3431
|
"Filters": {
|
3393
|
-
"shape": "
|
3432
|
+
"shape": "Smm"
|
3394
3433
|
},
|
3395
3434
|
"Details": {
|
3396
3435
|
"type": "boolean"
|
@@ -3447,10 +3486,10 @@
|
|
3447
3486
|
},
|
3448
3487
|
"ServiceRole": {},
|
3449
3488
|
"NotificationConfig": {
|
3450
|
-
"shape": "
|
3489
|
+
"shape": "Sk4"
|
3451
3490
|
},
|
3452
3491
|
"CloudWatchOutputConfig": {
|
3453
|
-
"shape": "
|
3492
|
+
"shape": "Si2"
|
3454
3493
|
}
|
3455
3494
|
}
|
3456
3495
|
}
|
@@ -3470,7 +3509,7 @@
|
|
3470
3509
|
},
|
3471
3510
|
"NextToken": {},
|
3472
3511
|
"Filters": {
|
3473
|
-
"shape": "
|
3512
|
+
"shape": "Smm"
|
3474
3513
|
}
|
3475
3514
|
}
|
3476
3515
|
},
|
@@ -3480,7 +3519,7 @@
|
|
3480
3519
|
"Commands": {
|
3481
3520
|
"type": "list",
|
3482
3521
|
"member": {
|
3483
|
-
"shape": "
|
3522
|
+
"shape": "Sn2"
|
3484
3523
|
}
|
3485
3524
|
},
|
3486
3525
|
"NextToken": {}
|
@@ -3492,7 +3531,7 @@
|
|
3492
3531
|
"type": "structure",
|
3493
3532
|
"members": {
|
3494
3533
|
"Filters": {
|
3495
|
-
"shape": "
|
3534
|
+
"shape": "Sn9"
|
3496
3535
|
},
|
3497
3536
|
"ResourceIds": {
|
3498
3537
|
"type": "list",
|
@@ -3524,10 +3563,10 @@
|
|
3524
3563
|
"Status": {},
|
3525
3564
|
"Severity": {},
|
3526
3565
|
"ExecutionSummary": {
|
3527
|
-
"shape": "
|
3566
|
+
"shape": "Snr"
|
3528
3567
|
},
|
3529
3568
|
"Details": {
|
3530
|
-
"shape": "
|
3569
|
+
"shape": "Snu"
|
3531
3570
|
}
|
3532
3571
|
}
|
3533
3572
|
}
|
@@ -3541,7 +3580,7 @@
|
|
3541
3580
|
"type": "structure",
|
3542
3581
|
"members": {
|
3543
3582
|
"Filters": {
|
3544
|
-
"shape": "
|
3583
|
+
"shape": "Sn9"
|
3545
3584
|
},
|
3546
3585
|
"NextToken": {},
|
3547
3586
|
"MaxResults": {
|
@@ -3559,10 +3598,10 @@
|
|
3559
3598
|
"members": {
|
3560
3599
|
"ComplianceType": {},
|
3561
3600
|
"CompliantSummary": {
|
3562
|
-
"shape": "
|
3601
|
+
"shape": "Snz"
|
3563
3602
|
},
|
3564
3603
|
"NonCompliantSummary": {
|
3565
|
-
"shape": "
|
3604
|
+
"shape": "So2"
|
3566
3605
|
}
|
3567
3606
|
}
|
3568
3607
|
}
|
@@ -3610,7 +3649,7 @@
|
|
3610
3649
|
},
|
3611
3650
|
"ReviewStatus": {},
|
3612
3651
|
"Comment": {
|
3613
|
-
"shape": "
|
3652
|
+
"shape": "So9"
|
3614
3653
|
},
|
3615
3654
|
"Reviewer": {}
|
3616
3655
|
}
|
@@ -3718,7 +3757,7 @@
|
|
3718
3757
|
"Owner": {},
|
3719
3758
|
"VersionName": {},
|
3720
3759
|
"PlatformTypes": {
|
3721
|
-
"shape": "
|
3760
|
+
"shape": "S3u"
|
3722
3761
|
},
|
3723
3762
|
"DocumentVersion": {},
|
3724
3763
|
"DocumentType": {},
|
@@ -3729,7 +3768,7 @@
|
|
3729
3768
|
"shape": "S4"
|
3730
3769
|
},
|
3731
3770
|
"Requires": {
|
3732
|
-
"shape": "
|
3771
|
+
"shape": "S31"
|
3733
3772
|
},
|
3734
3773
|
"ReviewStatus": {},
|
3735
3774
|
"Author": {}
|
@@ -3751,7 +3790,7 @@
|
|
3751
3790
|
"InstanceId": {},
|
3752
3791
|
"TypeName": {},
|
3753
3792
|
"Filters": {
|
3754
|
-
"shape": "
|
3793
|
+
"shape": "Sio"
|
3755
3794
|
},
|
3756
3795
|
"NextToken": {},
|
3757
3796
|
"MaxResults": {
|
@@ -3767,7 +3806,7 @@
|
|
3767
3806
|
"SchemaVersion": {},
|
3768
3807
|
"CaptureTime": {},
|
3769
3808
|
"Entries": {
|
3770
|
-
"shape": "
|
3809
|
+
"shape": "Sjb"
|
3771
3810
|
},
|
3772
3811
|
"NextToken": {}
|
3773
3812
|
}
|
@@ -3817,7 +3856,7 @@
|
|
3817
3856
|
"DetailType": {},
|
3818
3857
|
"Detail": {},
|
3819
3858
|
"CreatedBy": {
|
3820
|
-
"shape": "
|
3859
|
+
"shape": "Sp7"
|
3821
3860
|
},
|
3822
3861
|
"CreatedTime": {
|
3823
3862
|
"type": "timestamp"
|
@@ -3873,13 +3912,13 @@
|
|
3873
3912
|
"AssociationType": {},
|
3874
3913
|
"ResourceUri": {},
|
3875
3914
|
"CreatedBy": {
|
3876
|
-
"shape": "
|
3915
|
+
"shape": "Sp7"
|
3877
3916
|
},
|
3878
3917
|
"CreatedTime": {
|
3879
3918
|
"type": "timestamp"
|
3880
3919
|
},
|
3881
3920
|
"LastModifiedBy": {
|
3882
|
-
"shape": "
|
3921
|
+
"shape": "Sp7"
|
3883
3922
|
},
|
3884
3923
|
"LastModifiedTime": {
|
3885
3924
|
"type": "timestamp"
|
@@ -3946,7 +3985,7 @@
|
|
3946
3985
|
"type": "structure",
|
3947
3986
|
"members": {
|
3948
3987
|
"Filters": {
|
3949
|
-
"shape": "
|
3988
|
+
"shape": "Sn9"
|
3950
3989
|
},
|
3951
3990
|
"NextToken": {},
|
3952
3991
|
"MaxResults": {
|
@@ -3968,13 +4007,13 @@
|
|
3968
4007
|
"Status": {},
|
3969
4008
|
"OverallSeverity": {},
|
3970
4009
|
"ExecutionSummary": {
|
3971
|
-
"shape": "
|
4010
|
+
"shape": "Snr"
|
3972
4011
|
},
|
3973
4012
|
"CompliantSummary": {
|
3974
|
-
"shape": "
|
4013
|
+
"shape": "Snz"
|
3975
4014
|
},
|
3976
4015
|
"NonCompliantSummary": {
|
3977
|
-
"shape": "
|
4016
|
+
"shape": "So2"
|
3978
4017
|
}
|
3979
4018
|
}
|
3980
4019
|
}
|
@@ -4009,10 +4048,10 @@
|
|
4009
4048
|
"members": {
|
4010
4049
|
"SourceType": {},
|
4011
4050
|
"AwsOrganizationsSource": {
|
4012
|
-
"shape": "
|
4051
|
+
"shape": "S6g"
|
4013
4052
|
},
|
4014
4053
|
"SourceRegions": {
|
4015
|
-
"shape": "
|
4054
|
+
"shape": "S6l"
|
4016
4055
|
},
|
4017
4056
|
"IncludeFutureRegions": {
|
4018
4057
|
"type": "boolean"
|
@@ -4024,7 +4063,7 @@
|
|
4024
4063
|
}
|
4025
4064
|
},
|
4026
4065
|
"S3Destination": {
|
4027
|
-
"shape": "
|
4066
|
+
"shape": "S65"
|
4028
4067
|
},
|
4029
4068
|
"LastSyncTime": {
|
4030
4069
|
"type": "timestamp"
|
@@ -4079,10 +4118,10 @@
|
|
4079
4118
|
"Name": {},
|
4080
4119
|
"PermissionType": {},
|
4081
4120
|
"AccountIdsToAdd": {
|
4082
|
-
"shape": "
|
4121
|
+
"shape": "Sb8"
|
4083
4122
|
},
|
4084
4123
|
"AccountIdsToRemove": {
|
4085
|
-
"shape": "
|
4124
|
+
"shape": "Sb8"
|
4086
4125
|
},
|
4087
4126
|
"SharedDocumentVersion": {}
|
4088
4127
|
}
|
@@ -4107,7 +4146,7 @@
|
|
4107
4146
|
"ResourceType": {},
|
4108
4147
|
"ComplianceType": {},
|
4109
4148
|
"ExecutionSummary": {
|
4110
|
-
"shape": "
|
4149
|
+
"shape": "Snr"
|
4111
4150
|
},
|
4112
4151
|
"Items": {
|
4113
4152
|
"type": "list",
|
@@ -4123,7 +4162,7 @@
|
|
4123
4162
|
"Severity": {},
|
4124
4163
|
"Status": {},
|
4125
4164
|
"Details": {
|
4126
|
-
"shape": "
|
4165
|
+
"shape": "Snu"
|
4127
4166
|
}
|
4128
4167
|
}
|
4129
4168
|
}
|
@@ -4161,7 +4200,7 @@
|
|
4161
4200
|
"CaptureTime": {},
|
4162
4201
|
"ContentHash": {},
|
4163
4202
|
"Content": {
|
4164
|
-
"shape": "
|
4203
|
+
"shape": "Sjb"
|
4165
4204
|
},
|
4166
4205
|
"Context": {
|
4167
4206
|
"type": "map",
|
@@ -4191,7 +4230,7 @@
|
|
4191
4230
|
"Name": {},
|
4192
4231
|
"Description": {},
|
4193
4232
|
"Value": {
|
4194
|
-
"shape": "
|
4233
|
+
"shape": "Sli"
|
4195
4234
|
},
|
4196
4235
|
"Type": {},
|
4197
4236
|
"KeyId": {},
|
@@ -4269,11 +4308,11 @@
|
|
4269
4308
|
"shape": "S18"
|
4270
4309
|
},
|
4271
4310
|
"OwnerInformation": {
|
4272
|
-
"shape": "
|
4311
|
+
"shape": "Scq"
|
4273
4312
|
},
|
4274
4313
|
"Name": {},
|
4275
4314
|
"Description": {
|
4276
|
-
"shape": "
|
4315
|
+
"shape": "S4a"
|
4277
4316
|
},
|
4278
4317
|
"ClientToken": {
|
4279
4318
|
"idempotencyToken": true
|
@@ -4304,10 +4343,10 @@
|
|
4304
4343
|
"ServiceRoleArn": {},
|
4305
4344
|
"TaskType": {},
|
4306
4345
|
"TaskParameters": {
|
4307
|
-
"shape": "
|
4346
|
+
"shape": "Sew"
|
4308
4347
|
},
|
4309
4348
|
"TaskInvocationParameters": {
|
4310
|
-
"shape": "
|
4349
|
+
"shape": "Sk2"
|
4311
4350
|
},
|
4312
4351
|
"Priority": {
|
4313
4352
|
"type": "integer"
|
@@ -4315,16 +4354,19 @@
|
|
4315
4354
|
"MaxConcurrency": {},
|
4316
4355
|
"MaxErrors": {},
|
4317
4356
|
"LoggingInfo": {
|
4318
|
-
"shape": "
|
4357
|
+
"shape": "Sf2"
|
4319
4358
|
},
|
4320
4359
|
"Name": {},
|
4321
4360
|
"Description": {
|
4322
|
-
"shape": "
|
4361
|
+
"shape": "S4a"
|
4323
4362
|
},
|
4324
4363
|
"ClientToken": {
|
4325
4364
|
"idempotencyToken": true
|
4326
4365
|
},
|
4327
|
-
"CutoffBehavior": {}
|
4366
|
+
"CutoffBehavior": {},
|
4367
|
+
"AlarmConfiguration": {
|
4368
|
+
"shape": "S25"
|
4369
|
+
}
|
4328
4370
|
}
|
4329
4371
|
},
|
4330
4372
|
"output": {
|
@@ -4370,7 +4412,7 @@
|
|
4370
4412
|
"type": "structure",
|
4371
4413
|
"members": {
|
4372
4414
|
"ServiceSetting": {
|
4373
|
-
"shape": "
|
4415
|
+
"shape": "Sm4"
|
4374
4416
|
}
|
4375
4417
|
}
|
4376
4418
|
}
|
@@ -4405,7 +4447,7 @@
|
|
4405
4447
|
"AutomationExecutionId": {},
|
4406
4448
|
"SignalType": {},
|
4407
4449
|
"Payload": {
|
4408
|
-
"shape": "
|
4450
|
+
"shape": "S9c"
|
4409
4451
|
}
|
4410
4452
|
}
|
4411
4453
|
},
|
@@ -4445,10 +4487,13 @@
|
|
4445
4487
|
"MaxErrors": {},
|
4446
4488
|
"ServiceRoleArn": {},
|
4447
4489
|
"NotificationConfig": {
|
4448
|
-
"shape": "
|
4490
|
+
"shape": "Sk4"
|
4449
4491
|
},
|
4450
4492
|
"CloudWatchOutputConfig": {
|
4451
|
-
"shape": "
|
4493
|
+
"shape": "Si2"
|
4494
|
+
},
|
4495
|
+
"AlarmConfiguration": {
|
4496
|
+
"shape": "S25"
|
4452
4497
|
}
|
4453
4498
|
}
|
4454
4499
|
},
|
@@ -4456,7 +4501,7 @@
|
|
4456
4501
|
"type": "structure",
|
4457
4502
|
"members": {
|
4458
4503
|
"Command": {
|
4459
|
-
"shape": "
|
4504
|
+
"shape": "Sn2"
|
4460
4505
|
}
|
4461
4506
|
}
|
4462
4507
|
}
|
@@ -4489,7 +4534,7 @@
|
|
4489
4534
|
"DocumentName": {},
|
4490
4535
|
"DocumentVersion": {},
|
4491
4536
|
"Parameters": {
|
4492
|
-
"shape": "
|
4537
|
+
"shape": "S9c"
|
4493
4538
|
},
|
4494
4539
|
"ClientToken": {},
|
4495
4540
|
"Mode": {},
|
@@ -4507,6 +4552,9 @@
|
|
4507
4552
|
},
|
4508
4553
|
"Tags": {
|
4509
4554
|
"shape": "S4"
|
4555
|
+
},
|
4556
|
+
"AlarmConfiguration": {
|
4557
|
+
"shape": "S25"
|
4510
4558
|
}
|
4511
4559
|
}
|
4512
4560
|
},
|
@@ -4531,7 +4579,7 @@
|
|
4531
4579
|
"DocumentName": {},
|
4532
4580
|
"DocumentVersion": {},
|
4533
4581
|
"Parameters": {
|
4534
|
-
"shape": "
|
4582
|
+
"shape": "S9c"
|
4535
4583
|
},
|
4536
4584
|
"ChangeRequestName": {},
|
4537
4585
|
"ClientToken": {},
|
@@ -4539,7 +4587,7 @@
|
|
4539
4587
|
"type": "boolean"
|
4540
4588
|
},
|
4541
4589
|
"Runbooks": {
|
4542
|
-
"shape": "
|
4590
|
+
"shape": "S9l"
|
4543
4591
|
},
|
4544
4592
|
"Tags": {
|
4545
4593
|
"shape": "S4"
|
@@ -4633,7 +4681,7 @@
|
|
4633
4681
|
"type": "long"
|
4634
4682
|
},
|
4635
4683
|
"Labels": {
|
4636
|
-
"shape": "
|
4684
|
+
"shape": "Slo"
|
4637
4685
|
}
|
4638
4686
|
}
|
4639
4687
|
},
|
@@ -4641,10 +4689,10 @@
|
|
4641
4689
|
"type": "structure",
|
4642
4690
|
"members": {
|
4643
4691
|
"RemovedLabels": {
|
4644
|
-
"shape": "
|
4692
|
+
"shape": "Slo"
|
4645
4693
|
},
|
4646
4694
|
"InvalidLabels": {
|
4647
|
-
"shape": "
|
4695
|
+
"shape": "Slo"
|
4648
4696
|
}
|
4649
4697
|
}
|
4650
4698
|
}
|
@@ -4690,6 +4738,9 @@
|
|
4690
4738
|
},
|
4691
4739
|
"TargetMaps": {
|
4692
4740
|
"shape": "S20"
|
4741
|
+
},
|
4742
|
+
"AlarmConfiguration": {
|
4743
|
+
"shape": "S25"
|
4693
4744
|
}
|
4694
4745
|
}
|
4695
4746
|
},
|
@@ -4697,7 +4748,7 @@
|
|
4697
4748
|
"type": "structure",
|
4698
4749
|
"members": {
|
4699
4750
|
"AssociationDescription": {
|
4700
|
-
"shape": "
|
4751
|
+
"shape": "S2b"
|
4701
4752
|
}
|
4702
4753
|
}
|
4703
4754
|
}
|
@@ -4714,7 +4765,7 @@
|
|
4714
4765
|
"Name": {},
|
4715
4766
|
"InstanceId": {},
|
4716
4767
|
"AssociationStatus": {
|
4717
|
-
"shape": "
|
4768
|
+
"shape": "S2e"
|
4718
4769
|
}
|
4719
4770
|
}
|
4720
4771
|
},
|
@@ -4722,7 +4773,7 @@
|
|
4722
4773
|
"type": "structure",
|
4723
4774
|
"members": {
|
4724
4775
|
"AssociationDescription": {
|
4725
|
-
"shape": "
|
4776
|
+
"shape": "S2b"
|
4726
4777
|
}
|
4727
4778
|
}
|
4728
4779
|
}
|
@@ -4737,7 +4788,7 @@
|
|
4737
4788
|
"members": {
|
4738
4789
|
"Content": {},
|
4739
4790
|
"Attachments": {
|
4740
|
-
"shape": "
|
4791
|
+
"shape": "S33"
|
4741
4792
|
},
|
4742
4793
|
"Name": {},
|
4743
4794
|
"DisplayName": {},
|
@@ -4751,7 +4802,7 @@
|
|
4751
4802
|
"type": "structure",
|
4752
4803
|
"members": {
|
4753
4804
|
"DocumentDescription": {
|
4754
|
-
"shape": "
|
4805
|
+
"shape": "S3g"
|
4755
4806
|
}
|
4756
4807
|
}
|
4757
4808
|
}
|
@@ -4800,7 +4851,7 @@
|
|
4800
4851
|
"members": {
|
4801
4852
|
"Action": {},
|
4802
4853
|
"Comment": {
|
4803
|
-
"shape": "
|
4854
|
+
"shape": "So9"
|
4804
4855
|
}
|
4805
4856
|
}
|
4806
4857
|
}
|
@@ -4821,7 +4872,7 @@
|
|
4821
4872
|
"WindowId": {},
|
4822
4873
|
"Name": {},
|
4823
4874
|
"Description": {
|
4824
|
-
"shape": "
|
4875
|
+
"shape": "S4a"
|
4825
4876
|
},
|
4826
4877
|
"StartDate": {},
|
4827
4878
|
"EndDate": {},
|
@@ -4853,7 +4904,7 @@
|
|
4853
4904
|
"WindowId": {},
|
4854
4905
|
"Name": {},
|
4855
4906
|
"Description": {
|
4856
|
-
"shape": "
|
4907
|
+
"shape": "S4a"
|
4857
4908
|
},
|
4858
4909
|
"StartDate": {},
|
4859
4910
|
"EndDate": {},
|
@@ -4891,11 +4942,11 @@
|
|
4891
4942
|
"shape": "S18"
|
4892
4943
|
},
|
4893
4944
|
"OwnerInformation": {
|
4894
|
-
"shape": "
|
4945
|
+
"shape": "Scq"
|
4895
4946
|
},
|
4896
4947
|
"Name": {},
|
4897
4948
|
"Description": {
|
4898
|
-
"shape": "
|
4949
|
+
"shape": "S4a"
|
4899
4950
|
},
|
4900
4951
|
"Replace": {
|
4901
4952
|
"type": "boolean"
|
@@ -4911,11 +4962,11 @@
|
|
4911
4962
|
"shape": "S18"
|
4912
4963
|
},
|
4913
4964
|
"OwnerInformation": {
|
4914
|
-
"shape": "
|
4965
|
+
"shape": "Scq"
|
4915
4966
|
},
|
4916
4967
|
"Name": {},
|
4917
4968
|
"Description": {
|
4918
|
-
"shape": "
|
4969
|
+
"shape": "S4a"
|
4919
4970
|
}
|
4920
4971
|
}
|
4921
4972
|
}
|
@@ -4936,10 +4987,10 @@
|
|
4936
4987
|
"TaskArn": {},
|
4937
4988
|
"ServiceRoleArn": {},
|
4938
4989
|
"TaskParameters": {
|
4939
|
-
"shape": "
|
4990
|
+
"shape": "Sew"
|
4940
4991
|
},
|
4941
4992
|
"TaskInvocationParameters": {
|
4942
|
-
"shape": "
|
4993
|
+
"shape": "Sk2"
|
4943
4994
|
},
|
4944
4995
|
"Priority": {
|
4945
4996
|
"type": "integer"
|
@@ -4947,16 +4998,19 @@
|
|
4947
4998
|
"MaxConcurrency": {},
|
4948
4999
|
"MaxErrors": {},
|
4949
5000
|
"LoggingInfo": {
|
4950
|
-
"shape": "
|
5001
|
+
"shape": "Sf2"
|
4951
5002
|
},
|
4952
5003
|
"Name": {},
|
4953
5004
|
"Description": {
|
4954
|
-
"shape": "
|
5005
|
+
"shape": "S4a"
|
4955
5006
|
},
|
4956
5007
|
"Replace": {
|
4957
5008
|
"type": "boolean"
|
4958
5009
|
},
|
4959
|
-
"CutoffBehavior": {}
|
5010
|
+
"CutoffBehavior": {},
|
5011
|
+
"AlarmConfiguration": {
|
5012
|
+
"shape": "S25"
|
5013
|
+
}
|
4960
5014
|
}
|
4961
5015
|
},
|
4962
5016
|
"output": {
|
@@ -4970,10 +5024,10 @@
|
|
4970
5024
|
"TaskArn": {},
|
4971
5025
|
"ServiceRoleArn": {},
|
4972
5026
|
"TaskParameters": {
|
4973
|
-
"shape": "
|
5027
|
+
"shape": "Sew"
|
4974
5028
|
},
|
4975
5029
|
"TaskInvocationParameters": {
|
4976
|
-
"shape": "
|
5030
|
+
"shape": "Sk2"
|
4977
5031
|
},
|
4978
5032
|
"Priority": {
|
4979
5033
|
"type": "integer"
|
@@ -4981,13 +5035,16 @@
|
|
4981
5035
|
"MaxConcurrency": {},
|
4982
5036
|
"MaxErrors": {},
|
4983
5037
|
"LoggingInfo": {
|
4984
|
-
"shape": "
|
5038
|
+
"shape": "Sf2"
|
4985
5039
|
},
|
4986
5040
|
"Name": {},
|
4987
5041
|
"Description": {
|
4988
|
-
"shape": "
|
5042
|
+
"shape": "S4a"
|
4989
5043
|
},
|
4990
|
-
"CutoffBehavior": {}
|
5044
|
+
"CutoffBehavior": {},
|
5045
|
+
"AlarmConfiguration": {
|
5046
|
+
"shape": "S25"
|
5047
|
+
}
|
4991
5048
|
}
|
4992
5049
|
}
|
4993
5050
|
},
|
@@ -5017,20 +5074,20 @@
|
|
5017
5074
|
"members": {
|
5018
5075
|
"Description": {},
|
5019
5076
|
"OperationalData": {
|
5020
|
-
"shape": "
|
5077
|
+
"shape": "S4o"
|
5021
5078
|
},
|
5022
5079
|
"OperationalDataToDelete": {
|
5023
5080
|
"type": "list",
|
5024
5081
|
"member": {}
|
5025
5082
|
},
|
5026
5083
|
"Notifications": {
|
5027
|
-
"shape": "
|
5084
|
+
"shape": "S4t"
|
5028
5085
|
},
|
5029
5086
|
"Priority": {
|
5030
5087
|
"type": "integer"
|
5031
5088
|
},
|
5032
5089
|
"RelatedOpsItems": {
|
5033
|
-
"shape": "
|
5090
|
+
"shape": "S4x"
|
5034
5091
|
},
|
5035
5092
|
"Status": {},
|
5036
5093
|
"OpsItemId": {},
|
@@ -5065,7 +5122,7 @@
|
|
5065
5122
|
"members": {
|
5066
5123
|
"OpsMetadataArn": {},
|
5067
5124
|
"MetadataToUpdate": {
|
5068
|
-
"shape": "
|
5125
|
+
"shape": "S56"
|
5069
5126
|
},
|
5070
5127
|
"KeysToDelete": {
|
5071
5128
|
"type": "list",
|
@@ -5090,25 +5147,25 @@
|
|
5090
5147
|
"BaselineId": {},
|
5091
5148
|
"Name": {},
|
5092
5149
|
"GlobalFilters": {
|
5093
|
-
"shape": "
|
5150
|
+
"shape": "S5f"
|
5094
5151
|
},
|
5095
5152
|
"ApprovalRules": {
|
5096
|
-
"shape": "
|
5153
|
+
"shape": "S5l"
|
5097
5154
|
},
|
5098
5155
|
"ApprovedPatches": {
|
5099
|
-
"shape": "
|
5156
|
+
"shape": "S5r"
|
5100
5157
|
},
|
5101
5158
|
"ApprovedPatchesComplianceLevel": {},
|
5102
5159
|
"ApprovedPatchesEnableNonSecurity": {
|
5103
5160
|
"type": "boolean"
|
5104
5161
|
},
|
5105
5162
|
"RejectedPatches": {
|
5106
|
-
"shape": "
|
5163
|
+
"shape": "S5r"
|
5107
5164
|
},
|
5108
5165
|
"RejectedPatchesAction": {},
|
5109
5166
|
"Description": {},
|
5110
5167
|
"Sources": {
|
5111
|
-
"shape": "
|
5168
|
+
"shape": "S5v"
|
5112
5169
|
},
|
5113
5170
|
"Replace": {
|
5114
5171
|
"type": "boolean"
|
@@ -5122,20 +5179,20 @@
|
|
5122
5179
|
"Name": {},
|
5123
5180
|
"OperatingSystem": {},
|
5124
5181
|
"GlobalFilters": {
|
5125
|
-
"shape": "
|
5182
|
+
"shape": "S5f"
|
5126
5183
|
},
|
5127
5184
|
"ApprovalRules": {
|
5128
|
-
"shape": "
|
5185
|
+
"shape": "S5l"
|
5129
5186
|
},
|
5130
5187
|
"ApprovedPatches": {
|
5131
|
-
"shape": "
|
5188
|
+
"shape": "S5r"
|
5132
5189
|
},
|
5133
5190
|
"ApprovedPatchesComplianceLevel": {},
|
5134
5191
|
"ApprovedPatchesEnableNonSecurity": {
|
5135
5192
|
"type": "boolean"
|
5136
5193
|
},
|
5137
5194
|
"RejectedPatches": {
|
5138
|
-
"shape": "
|
5195
|
+
"shape": "S5r"
|
5139
5196
|
},
|
5140
5197
|
"RejectedPatchesAction": {},
|
5141
5198
|
"CreatedDate": {
|
@@ -5146,7 +5203,7 @@
|
|
5146
5203
|
},
|
5147
5204
|
"Description": {},
|
5148
5205
|
"Sources": {
|
5149
|
-
"shape": "
|
5206
|
+
"shape": "S5v"
|
5150
5207
|
}
|
5151
5208
|
}
|
5152
5209
|
}
|
@@ -5163,7 +5220,7 @@
|
|
5163
5220
|
"SyncName": {},
|
5164
5221
|
"SyncType": {},
|
5165
5222
|
"SyncSource": {
|
5166
|
-
"shape": "
|
5223
|
+
"shape": "S6e"
|
5167
5224
|
}
|
5168
5225
|
}
|
5169
5226
|
},
|
@@ -5281,7 +5338,30 @@
|
|
5281
5338
|
}
|
5282
5339
|
}
|
5283
5340
|
},
|
5284
|
-
"
|
5341
|
+
"S25": {
|
5342
|
+
"type": "structure",
|
5343
|
+
"required": [
|
5344
|
+
"Alarms"
|
5345
|
+
],
|
5346
|
+
"members": {
|
5347
|
+
"IgnorePollAlarmFailure": {
|
5348
|
+
"type": "boolean"
|
5349
|
+
},
|
5350
|
+
"Alarms": {
|
5351
|
+
"type": "list",
|
5352
|
+
"member": {
|
5353
|
+
"type": "structure",
|
5354
|
+
"required": [
|
5355
|
+
"Name"
|
5356
|
+
],
|
5357
|
+
"members": {
|
5358
|
+
"Name": {}
|
5359
|
+
}
|
5360
|
+
}
|
5361
|
+
}
|
5362
|
+
}
|
5363
|
+
},
|
5364
|
+
"S2b": {
|
5285
5365
|
"type": "structure",
|
5286
5366
|
"members": {
|
5287
5367
|
"Name": {},
|
@@ -5294,10 +5374,10 @@
|
|
5294
5374
|
"type": "timestamp"
|
5295
5375
|
},
|
5296
5376
|
"Status": {
|
5297
|
-
"shape": "
|
5377
|
+
"shape": "S2e"
|
5298
5378
|
},
|
5299
5379
|
"Overview": {
|
5300
|
-
"shape": "
|
5380
|
+
"shape": "S2i"
|
5301
5381
|
},
|
5302
5382
|
"DocumentVersion": {},
|
5303
5383
|
"AutomationTargetParameterName": {},
|
@@ -5337,10 +5417,16 @@
|
|
5337
5417
|
},
|
5338
5418
|
"TargetMaps": {
|
5339
5419
|
"shape": "S20"
|
5420
|
+
},
|
5421
|
+
"AlarmConfiguration": {
|
5422
|
+
"shape": "S25"
|
5423
|
+
},
|
5424
|
+
"TriggeredAlarms": {
|
5425
|
+
"shape": "S2n"
|
5340
5426
|
}
|
5341
5427
|
}
|
5342
5428
|
},
|
5343
|
-
"
|
5429
|
+
"S2e": {
|
5344
5430
|
"type": "structure",
|
5345
5431
|
"required": [
|
5346
5432
|
"Date",
|
@@ -5356,7 +5442,7 @@
|
|
5356
5442
|
"AdditionalInfo": {}
|
5357
5443
|
}
|
5358
5444
|
},
|
5359
|
-
"
|
5445
|
+
"S2i": {
|
5360
5446
|
"type": "structure",
|
5361
5447
|
"members": {
|
5362
5448
|
"Status": {},
|
@@ -5370,7 +5456,21 @@
|
|
5370
5456
|
}
|
5371
5457
|
}
|
5372
5458
|
},
|
5373
|
-
"
|
5459
|
+
"S2n": {
|
5460
|
+
"type": "list",
|
5461
|
+
"member": {
|
5462
|
+
"type": "structure",
|
5463
|
+
"required": [
|
5464
|
+
"Name",
|
5465
|
+
"State"
|
5466
|
+
],
|
5467
|
+
"members": {
|
5468
|
+
"Name": {},
|
5469
|
+
"State": {}
|
5470
|
+
}
|
5471
|
+
}
|
5472
|
+
},
|
5473
|
+
"S2s": {
|
5374
5474
|
"type": "structure",
|
5375
5475
|
"required": [
|
5376
5476
|
"Name"
|
@@ -5409,10 +5509,13 @@
|
|
5409
5509
|
},
|
5410
5510
|
"TargetMaps": {
|
5411
5511
|
"shape": "S20"
|
5512
|
+
},
|
5513
|
+
"AlarmConfiguration": {
|
5514
|
+
"shape": "S25"
|
5412
5515
|
}
|
5413
5516
|
}
|
5414
5517
|
},
|
5415
|
-
"
|
5518
|
+
"S31": {
|
5416
5519
|
"type": "list",
|
5417
5520
|
"member": {
|
5418
5521
|
"type": "structure",
|
@@ -5425,7 +5528,7 @@
|
|
5425
5528
|
}
|
5426
5529
|
}
|
5427
5530
|
},
|
5428
|
-
"
|
5531
|
+
"S33": {
|
5429
5532
|
"type": "list",
|
5430
5533
|
"member": {
|
5431
5534
|
"type": "structure",
|
@@ -5439,7 +5542,7 @@
|
|
5439
5542
|
}
|
5440
5543
|
}
|
5441
5544
|
},
|
5442
|
-
"
|
5545
|
+
"S3g": {
|
5443
5546
|
"type": "structure",
|
5444
5547
|
"members": {
|
5445
5548
|
"Sha1": {},
|
@@ -5469,7 +5572,7 @@
|
|
5469
5572
|
}
|
5470
5573
|
},
|
5471
5574
|
"PlatformTypes": {
|
5472
|
-
"shape": "
|
5575
|
+
"shape": "S3u"
|
5473
5576
|
},
|
5474
5577
|
"DocumentType": {},
|
5475
5578
|
"SchemaVersion": {},
|
@@ -5490,7 +5593,7 @@
|
|
5490
5593
|
}
|
5491
5594
|
},
|
5492
5595
|
"Requires": {
|
5493
|
-
"shape": "
|
5596
|
+
"shape": "S31"
|
5494
5597
|
},
|
5495
5598
|
"Author": {},
|
5496
5599
|
"ReviewInformation": {
|
@@ -5519,15 +5622,15 @@
|
|
5519
5622
|
}
|
5520
5623
|
}
|
5521
5624
|
},
|
5522
|
-
"
|
5625
|
+
"S3u": {
|
5523
5626
|
"type": "list",
|
5524
5627
|
"member": {}
|
5525
5628
|
},
|
5526
|
-
"
|
5629
|
+
"S4a": {
|
5527
5630
|
"type": "string",
|
5528
5631
|
"sensitive": true
|
5529
5632
|
},
|
5530
|
-
"
|
5633
|
+
"S4o": {
|
5531
5634
|
"type": "map",
|
5532
5635
|
"key": {},
|
5533
5636
|
"value": {
|
@@ -5538,7 +5641,7 @@
|
|
5538
5641
|
}
|
5539
5642
|
}
|
5540
5643
|
},
|
5541
|
-
"
|
5644
|
+
"S4t": {
|
5542
5645
|
"type": "list",
|
5543
5646
|
"member": {
|
5544
5647
|
"type": "structure",
|
@@ -5547,7 +5650,7 @@
|
|
5547
5650
|
}
|
5548
5651
|
}
|
5549
5652
|
},
|
5550
|
-
"
|
5653
|
+
"S4x": {
|
5551
5654
|
"type": "list",
|
5552
5655
|
"member": {
|
5553
5656
|
"type": "structure",
|
@@ -5559,7 +5662,7 @@
|
|
5559
5662
|
}
|
5560
5663
|
}
|
5561
5664
|
},
|
5562
|
-
"
|
5665
|
+
"S56": {
|
5563
5666
|
"type": "map",
|
5564
5667
|
"key": {},
|
5565
5668
|
"value": {
|
@@ -5569,7 +5672,7 @@
|
|
5569
5672
|
}
|
5570
5673
|
}
|
5571
5674
|
},
|
5572
|
-
"
|
5675
|
+
"S5f": {
|
5573
5676
|
"type": "structure",
|
5574
5677
|
"required": [
|
5575
5678
|
"PatchFilters"
|
@@ -5594,7 +5697,7 @@
|
|
5594
5697
|
}
|
5595
5698
|
}
|
5596
5699
|
},
|
5597
|
-
"
|
5700
|
+
"S5l": {
|
5598
5701
|
"type": "structure",
|
5599
5702
|
"required": [
|
5600
5703
|
"PatchRules"
|
@@ -5609,7 +5712,7 @@
|
|
5609
5712
|
],
|
5610
5713
|
"members": {
|
5611
5714
|
"PatchFilterGroup": {
|
5612
|
-
"shape": "
|
5715
|
+
"shape": "S5f"
|
5613
5716
|
},
|
5614
5717
|
"ComplianceLevel": {},
|
5615
5718
|
"ApproveAfterDays": {
|
@@ -5624,11 +5727,11 @@
|
|
5624
5727
|
}
|
5625
5728
|
}
|
5626
5729
|
},
|
5627
|
-
"
|
5730
|
+
"S5r": {
|
5628
5731
|
"type": "list",
|
5629
5732
|
"member": {}
|
5630
5733
|
},
|
5631
|
-
"
|
5734
|
+
"S5v": {
|
5632
5735
|
"type": "list",
|
5633
5736
|
"member": {
|
5634
5737
|
"type": "structure",
|
@@ -5650,7 +5753,7 @@
|
|
5650
5753
|
}
|
5651
5754
|
}
|
5652
5755
|
},
|
5653
|
-
"
|
5756
|
+
"S65": {
|
5654
5757
|
"type": "structure",
|
5655
5758
|
"required": [
|
5656
5759
|
"BucketName",
|
@@ -5671,7 +5774,7 @@
|
|
5671
5774
|
}
|
5672
5775
|
}
|
5673
5776
|
},
|
5674
|
-
"
|
5777
|
+
"S6e": {
|
5675
5778
|
"type": "structure",
|
5676
5779
|
"required": [
|
5677
5780
|
"SourceType",
|
@@ -5680,10 +5783,10 @@
|
|
5680
5783
|
"members": {
|
5681
5784
|
"SourceType": {},
|
5682
5785
|
"AwsOrganizationsSource": {
|
5683
|
-
"shape": "
|
5786
|
+
"shape": "S6g"
|
5684
5787
|
},
|
5685
5788
|
"SourceRegions": {
|
5686
|
-
"shape": "
|
5789
|
+
"shape": "S6l"
|
5687
5790
|
},
|
5688
5791
|
"IncludeFutureRegions": {
|
5689
5792
|
"type": "boolean"
|
@@ -5693,7 +5796,7 @@
|
|
5693
5796
|
}
|
5694
5797
|
}
|
5695
5798
|
},
|
5696
|
-
"
|
5799
|
+
"S6g": {
|
5697
5800
|
"type": "structure",
|
5698
5801
|
"required": [
|
5699
5802
|
"OrganizationSourceType"
|
@@ -5711,11 +5814,11 @@
|
|
5711
5814
|
}
|
5712
5815
|
}
|
5713
5816
|
},
|
5714
|
-
"
|
5817
|
+
"S6l": {
|
5715
5818
|
"type": "list",
|
5716
5819
|
"member": {}
|
5717
5820
|
},
|
5718
|
-
"
|
5821
|
+
"S72": {
|
5719
5822
|
"type": "structure",
|
5720
5823
|
"members": {
|
5721
5824
|
"TotalCount": {
|
@@ -5741,11 +5844,11 @@
|
|
5741
5844
|
}
|
5742
5845
|
}
|
5743
5846
|
},
|
5744
|
-
"
|
5847
|
+
"S7h": {
|
5745
5848
|
"type": "list",
|
5746
5849
|
"member": {}
|
5747
5850
|
},
|
5748
|
-
"
|
5851
|
+
"S9c": {
|
5749
5852
|
"type": "map",
|
5750
5853
|
"key": {},
|
5751
5854
|
"value": {
|
@@ -5753,7 +5856,7 @@
|
|
5753
5856
|
"member": {}
|
5754
5857
|
}
|
5755
5858
|
},
|
5756
|
-
"
|
5859
|
+
"S9h": {
|
5757
5860
|
"type": "structure",
|
5758
5861
|
"members": {
|
5759
5862
|
"ParameterValues": {
|
@@ -5765,7 +5868,7 @@
|
|
5765
5868
|
}
|
5766
5869
|
}
|
5767
5870
|
},
|
5768
|
-
"
|
5871
|
+
"S9l": {
|
5769
5872
|
"type": "list",
|
5770
5873
|
"member": {
|
5771
5874
|
"type": "structure",
|
@@ -5776,7 +5879,7 @@
|
|
5776
5879
|
"DocumentName": {},
|
5777
5880
|
"DocumentVersion": {},
|
5778
5881
|
"Parameters": {
|
5779
|
-
"shape": "
|
5882
|
+
"shape": "S9c"
|
5780
5883
|
},
|
5781
5884
|
"TargetParameterName": {},
|
5782
5885
|
"Targets": {
|
@@ -5793,7 +5896,7 @@
|
|
5793
5896
|
}
|
5794
5897
|
}
|
5795
5898
|
},
|
5796
|
-
"
|
5899
|
+
"S9v": {
|
5797
5900
|
"type": "list",
|
5798
5901
|
"member": {
|
5799
5902
|
"type": "structure",
|
@@ -5821,7 +5924,7 @@
|
|
5821
5924
|
"value": {}
|
5822
5925
|
},
|
5823
5926
|
"Outputs": {
|
5824
|
-
"shape": "
|
5927
|
+
"shape": "S9c"
|
5825
5928
|
},
|
5826
5929
|
"Response": {},
|
5827
5930
|
"FailureMessage": {},
|
@@ -5831,13 +5934,13 @@
|
|
5831
5934
|
"FailureStage": {},
|
5832
5935
|
"FailureType": {},
|
5833
5936
|
"Details": {
|
5834
|
-
"shape": "
|
5937
|
+
"shape": "S9c"
|
5835
5938
|
}
|
5836
5939
|
}
|
5837
5940
|
},
|
5838
5941
|
"StepExecutionId": {},
|
5839
5942
|
"OverriddenParameters": {
|
5840
|
-
"shape": "
|
5943
|
+
"shape": "S9c"
|
5841
5944
|
},
|
5842
5945
|
"IsEnd": {
|
5843
5946
|
"type": "boolean"
|
@@ -5859,7 +5962,7 @@
|
|
5859
5962
|
}
|
5860
5963
|
}
|
5861
5964
|
},
|
5862
|
-
"
|
5965
|
+
"Sa5": {
|
5863
5966
|
"type": "list",
|
5864
5967
|
"member": {
|
5865
5968
|
"type": "structure",
|
@@ -5872,7 +5975,7 @@
|
|
5872
5975
|
}
|
5873
5976
|
}
|
5874
5977
|
},
|
5875
|
-
"
|
5978
|
+
"Sad": {
|
5876
5979
|
"type": "structure",
|
5877
5980
|
"members": {
|
5878
5981
|
"Id": {},
|
@@ -5913,15 +6016,15 @@
|
|
5913
6016
|
"Repository": {}
|
5914
6017
|
}
|
5915
6018
|
},
|
5916
|
-
"
|
6019
|
+
"Sb8": {
|
5917
6020
|
"type": "list",
|
5918
6021
|
"member": {}
|
5919
6022
|
},
|
5920
|
-
"
|
6023
|
+
"Sc1": {
|
5921
6024
|
"type": "list",
|
5922
6025
|
"member": {}
|
5923
6026
|
},
|
5924
|
-
"
|
6027
|
+
"Scn": {
|
5925
6028
|
"type": "structure",
|
5926
6029
|
"required": [
|
5927
6030
|
"InstanceId",
|
@@ -5938,7 +6041,7 @@
|
|
5938
6041
|
"SnapshotId": {},
|
5939
6042
|
"InstallOverrideList": {},
|
5940
6043
|
"OwnerInformation": {
|
5941
|
-
"shape": "
|
6044
|
+
"shape": "Scq"
|
5942
6045
|
},
|
5943
6046
|
"InstalledCount": {
|
5944
6047
|
"type": "integer"
|
@@ -5986,11 +6089,11 @@
|
|
5986
6089
|
}
|
5987
6090
|
}
|
5988
6091
|
},
|
5989
|
-
"
|
6092
|
+
"Scq": {
|
5990
6093
|
"type": "string",
|
5991
6094
|
"sensitive": true
|
5992
6095
|
},
|
5993
|
-
"
|
6096
|
+
"Sdt": {
|
5994
6097
|
"type": "list",
|
5995
6098
|
"member": {
|
5996
6099
|
"type": "structure",
|
@@ -6003,11 +6106,11 @@
|
|
6003
6106
|
}
|
6004
6107
|
}
|
6005
6108
|
},
|
6006
|
-
"
|
6109
|
+
"Se5": {
|
6007
6110
|
"type": "string",
|
6008
6111
|
"sensitive": true
|
6009
6112
|
},
|
6010
|
-
"
|
6113
|
+
"Sew": {
|
6011
6114
|
"type": "map",
|
6012
6115
|
"key": {},
|
6013
6116
|
"value": {
|
@@ -6026,7 +6129,7 @@
|
|
6026
6129
|
},
|
6027
6130
|
"sensitive": true
|
6028
6131
|
},
|
6029
|
-
"
|
6132
|
+
"Sf2": {
|
6030
6133
|
"type": "structure",
|
6031
6134
|
"required": [
|
6032
6135
|
"S3BucketName",
|
@@ -6038,7 +6141,7 @@
|
|
6038
6141
|
"S3Region": {}
|
6039
6142
|
}
|
6040
6143
|
},
|
6041
|
-
"
|
6144
|
+
"Sfw": {
|
6042
6145
|
"type": "list",
|
6043
6146
|
"member": {
|
6044
6147
|
"type": "structure",
|
@@ -6055,7 +6158,7 @@
|
|
6055
6158
|
}
|
6056
6159
|
}
|
6057
6160
|
},
|
6058
|
-
"
|
6161
|
+
"Sgb": {
|
6059
6162
|
"type": "list",
|
6060
6163
|
"member": {
|
6061
6164
|
"type": "structure",
|
@@ -6066,7 +6169,7 @@
|
|
6066
6169
|
}
|
6067
6170
|
}
|
6068
6171
|
},
|
6069
|
-
"
|
6172
|
+
"Sgh": {
|
6070
6173
|
"type": "structure",
|
6071
6174
|
"members": {
|
6072
6175
|
"BaselineId": {},
|
@@ -6078,7 +6181,7 @@
|
|
6078
6181
|
}
|
6079
6182
|
}
|
6080
6183
|
},
|
6081
|
-
"
|
6184
|
+
"Si2": {
|
6082
6185
|
"type": "structure",
|
6083
6186
|
"members": {
|
6084
6187
|
"CloudWatchLogGroupName": {},
|
@@ -6087,7 +6190,7 @@
|
|
6087
6190
|
}
|
6088
6191
|
}
|
6089
6192
|
},
|
6090
|
-
"
|
6193
|
+
"Sio": {
|
6091
6194
|
"type": "list",
|
6092
6195
|
"member": {
|
6093
6196
|
"type": "structure",
|
@@ -6105,14 +6208,14 @@
|
|
6105
6208
|
}
|
6106
6209
|
}
|
6107
6210
|
},
|
6108
|
-
"
|
6211
|
+
"Siu": {
|
6109
6212
|
"type": "list",
|
6110
6213
|
"member": {
|
6111
6214
|
"type": "structure",
|
6112
6215
|
"members": {
|
6113
6216
|
"Expression": {},
|
6114
6217
|
"Aggregators": {
|
6115
|
-
"shape": "
|
6218
|
+
"shape": "Siu"
|
6116
6219
|
},
|
6117
6220
|
"Groups": {
|
6118
6221
|
"type": "list",
|
@@ -6125,7 +6228,7 @@
|
|
6125
6228
|
"members": {
|
6126
6229
|
"Name": {},
|
6127
6230
|
"Filters": {
|
6128
|
-
"shape": "
|
6231
|
+
"shape": "Sio"
|
6129
6232
|
}
|
6130
6233
|
}
|
6131
6234
|
}
|
@@ -6133,7 +6236,7 @@
|
|
6133
6236
|
}
|
6134
6237
|
}
|
6135
6238
|
},
|
6136
|
-
"
|
6239
|
+
"Sjb": {
|
6137
6240
|
"type": "list",
|
6138
6241
|
"member": {
|
6139
6242
|
"type": "map",
|
@@ -6141,7 +6244,7 @@
|
|
6141
6244
|
"value": {}
|
6142
6245
|
}
|
6143
6246
|
},
|
6144
|
-
"
|
6247
|
+
"Sk2": {
|
6145
6248
|
"type": "structure",
|
6146
6249
|
"members": {
|
6147
6250
|
"RunCommand": {
|
@@ -6149,13 +6252,13 @@
|
|
6149
6252
|
"members": {
|
6150
6253
|
"Comment": {},
|
6151
6254
|
"CloudWatchOutputConfig": {
|
6152
|
-
"shape": "
|
6255
|
+
"shape": "Si2"
|
6153
6256
|
},
|
6154
6257
|
"DocumentHash": {},
|
6155
6258
|
"DocumentHashType": {},
|
6156
6259
|
"DocumentVersion": {},
|
6157
6260
|
"NotificationConfig": {
|
6158
|
-
"shape": "
|
6261
|
+
"shape": "Sk4"
|
6159
6262
|
},
|
6160
6263
|
"OutputS3BucketName": {},
|
6161
6264
|
"OutputS3KeyPrefix": {},
|
@@ -6173,7 +6276,7 @@
|
|
6173
6276
|
"members": {
|
6174
6277
|
"DocumentVersion": {},
|
6175
6278
|
"Parameters": {
|
6176
|
-
"shape": "
|
6279
|
+
"shape": "S9c"
|
6177
6280
|
}
|
6178
6281
|
}
|
6179
6282
|
},
|
@@ -6200,7 +6303,7 @@
|
|
6200
6303
|
}
|
6201
6304
|
}
|
6202
6305
|
},
|
6203
|
-
"
|
6306
|
+
"Sk4": {
|
6204
6307
|
"type": "structure",
|
6205
6308
|
"members": {
|
6206
6309
|
"NotificationArn": {},
|
@@ -6211,7 +6314,7 @@
|
|
6211
6314
|
"NotificationType": {}
|
6212
6315
|
}
|
6213
6316
|
},
|
6214
|
-
"
|
6317
|
+
"Skp": {
|
6215
6318
|
"type": "list",
|
6216
6319
|
"member": {
|
6217
6320
|
"type": "structure",
|
@@ -6229,7 +6332,7 @@
|
|
6229
6332
|
}
|
6230
6333
|
}
|
6231
6334
|
},
|
6232
|
-
"
|
6335
|
+
"Skv": {
|
6233
6336
|
"type": "list",
|
6234
6337
|
"member": {
|
6235
6338
|
"type": "structure",
|
@@ -6243,21 +6346,21 @@
|
|
6243
6346
|
"value": {}
|
6244
6347
|
},
|
6245
6348
|
"Filters": {
|
6246
|
-
"shape": "
|
6349
|
+
"shape": "Skp"
|
6247
6350
|
},
|
6248
6351
|
"Aggregators": {
|
6249
|
-
"shape": "
|
6352
|
+
"shape": "Skv"
|
6250
6353
|
}
|
6251
6354
|
}
|
6252
6355
|
}
|
6253
6356
|
},
|
6254
|
-
"
|
6357
|
+
"Slh": {
|
6255
6358
|
"type": "structure",
|
6256
6359
|
"members": {
|
6257
6360
|
"Name": {},
|
6258
6361
|
"Type": {},
|
6259
6362
|
"Value": {
|
6260
|
-
"shape": "
|
6363
|
+
"shape": "Sli"
|
6261
6364
|
},
|
6262
6365
|
"Version": {
|
6263
6366
|
"type": "long"
|
@@ -6271,21 +6374,21 @@
|
|
6271
6374
|
"DataType": {}
|
6272
6375
|
}
|
6273
6376
|
},
|
6274
|
-
"
|
6377
|
+
"Sli": {
|
6275
6378
|
"type": "string",
|
6276
6379
|
"sensitive": true
|
6277
6380
|
},
|
6278
|
-
"
|
6381
|
+
"Slo": {
|
6279
6382
|
"type": "list",
|
6280
6383
|
"member": {}
|
6281
6384
|
},
|
6282
|
-
"
|
6385
|
+
"Sls": {
|
6283
6386
|
"type": "list",
|
6284
6387
|
"member": {
|
6285
|
-
"shape": "
|
6388
|
+
"shape": "Slh"
|
6286
6389
|
}
|
6287
6390
|
},
|
6288
|
-
"
|
6391
|
+
"Sm4": {
|
6289
6392
|
"type": "structure",
|
6290
6393
|
"members": {
|
6291
6394
|
"SettingId": {},
|
@@ -6298,7 +6401,7 @@
|
|
6298
6401
|
"Status": {}
|
6299
6402
|
}
|
6300
6403
|
},
|
6301
|
-
"
|
6404
|
+
"Smm": {
|
6302
6405
|
"type": "list",
|
6303
6406
|
"member": {
|
6304
6407
|
"type": "structure",
|
@@ -6312,7 +6415,7 @@
|
|
6312
6415
|
}
|
6313
6416
|
}
|
6314
6417
|
},
|
6315
|
-
"
|
6418
|
+
"Sn2": {
|
6316
6419
|
"type": "structure",
|
6317
6420
|
"members": {
|
6318
6421
|
"CommandId": {},
|
@@ -6355,17 +6458,23 @@
|
|
6355
6458
|
},
|
6356
6459
|
"ServiceRole": {},
|
6357
6460
|
"NotificationConfig": {
|
6358
|
-
"shape": "
|
6461
|
+
"shape": "Sk4"
|
6359
6462
|
},
|
6360
6463
|
"CloudWatchOutputConfig": {
|
6361
|
-
"shape": "
|
6464
|
+
"shape": "Si2"
|
6362
6465
|
},
|
6363
6466
|
"TimeoutSeconds": {
|
6364
6467
|
"type": "integer"
|
6468
|
+
},
|
6469
|
+
"AlarmConfiguration": {
|
6470
|
+
"shape": "S25"
|
6471
|
+
},
|
6472
|
+
"TriggeredAlarms": {
|
6473
|
+
"shape": "S2n"
|
6365
6474
|
}
|
6366
6475
|
}
|
6367
6476
|
},
|
6368
|
-
"
|
6477
|
+
"Sn9": {
|
6369
6478
|
"type": "list",
|
6370
6479
|
"member": {
|
6371
6480
|
"type": "structure",
|
@@ -6379,7 +6488,7 @@
|
|
6379
6488
|
}
|
6380
6489
|
}
|
6381
6490
|
},
|
6382
|
-
"
|
6491
|
+
"Snr": {
|
6383
6492
|
"type": "structure",
|
6384
6493
|
"required": [
|
6385
6494
|
"ExecutionTime"
|
@@ -6392,23 +6501,23 @@
|
|
6392
6501
|
"ExecutionType": {}
|
6393
6502
|
}
|
6394
6503
|
},
|
6395
|
-
"
|
6504
|
+
"Snu": {
|
6396
6505
|
"type": "map",
|
6397
6506
|
"key": {},
|
6398
6507
|
"value": {}
|
6399
6508
|
},
|
6400
|
-
"
|
6509
|
+
"Snz": {
|
6401
6510
|
"type": "structure",
|
6402
6511
|
"members": {
|
6403
6512
|
"CompliantCount": {
|
6404
6513
|
"type": "integer"
|
6405
6514
|
},
|
6406
6515
|
"SeveritySummary": {
|
6407
|
-
"shape": "
|
6516
|
+
"shape": "So1"
|
6408
6517
|
}
|
6409
6518
|
}
|
6410
6519
|
},
|
6411
|
-
"
|
6520
|
+
"So1": {
|
6412
6521
|
"type": "structure",
|
6413
6522
|
"members": {
|
6414
6523
|
"CriticalCount": {
|
@@ -6431,18 +6540,18 @@
|
|
6431
6540
|
}
|
6432
6541
|
}
|
6433
6542
|
},
|
6434
|
-
"
|
6543
|
+
"So2": {
|
6435
6544
|
"type": "structure",
|
6436
6545
|
"members": {
|
6437
6546
|
"NonCompliantCount": {
|
6438
6547
|
"type": "integer"
|
6439
6548
|
},
|
6440
6549
|
"SeveritySummary": {
|
6441
|
-
"shape": "
|
6550
|
+
"shape": "So1"
|
6442
6551
|
}
|
6443
6552
|
}
|
6444
6553
|
},
|
6445
|
-
"
|
6554
|
+
"So9": {
|
6446
6555
|
"type": "list",
|
6447
6556
|
"member": {
|
6448
6557
|
"type": "structure",
|
@@ -6452,7 +6561,7 @@
|
|
6452
6561
|
}
|
6453
6562
|
}
|
6454
6563
|
},
|
6455
|
-
"
|
6564
|
+
"Sp7": {
|
6456
6565
|
"type": "structure",
|
6457
6566
|
"members": {
|
6458
6567
|
"Arn": {}
|