cdk-docker-image-deployment 0.0.124 → 0.0.125
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +5 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +38 -14
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +263 -261
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +58 -30
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.js +304 -278
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"shape": "S31"
|
|
247
247
|
},
|
|
248
248
|
"Attachments": {
|
|
249
|
-
"shape": "
|
|
249
|
+
"shape": "S35"
|
|
250
250
|
},
|
|
251
251
|
"Name": {},
|
|
252
252
|
"DisplayName": {},
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"type": "structure",
|
|
264
264
|
"members": {
|
|
265
265
|
"DocumentDescription": {
|
|
266
|
-
"shape": "
|
|
266
|
+
"shape": "S3h"
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"members": {
|
|
282
282
|
"Name": {},
|
|
283
283
|
"Description": {
|
|
284
|
-
"shape": "
|
|
284
|
+
"shape": "S4b"
|
|
285
285
|
},
|
|
286
286
|
"StartDate": {},
|
|
287
287
|
"EndDate": {},
|
|
@@ -326,16 +326,16 @@
|
|
|
326
326
|
"Description": {},
|
|
327
327
|
"OpsItemType": {},
|
|
328
328
|
"OperationalData": {
|
|
329
|
-
"shape": "
|
|
329
|
+
"shape": "S4p"
|
|
330
330
|
},
|
|
331
331
|
"Notifications": {
|
|
332
|
-
"shape": "
|
|
332
|
+
"shape": "S4u"
|
|
333
333
|
},
|
|
334
334
|
"Priority": {
|
|
335
335
|
"type": "integer"
|
|
336
336
|
},
|
|
337
337
|
"RelatedOpsItems": {
|
|
338
|
-
"shape": "
|
|
338
|
+
"shape": "S4y"
|
|
339
339
|
},
|
|
340
340
|
"Source": {},
|
|
341
341
|
"Title": {},
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"members": {
|
|
377
377
|
"ResourceId": {},
|
|
378
378
|
"Metadata": {
|
|
379
|
-
"shape": "
|
|
379
|
+
"shape": "S59"
|
|
380
380
|
},
|
|
381
381
|
"Tags": {
|
|
382
382
|
"shape": "S4"
|
|
@@ -400,25 +400,25 @@
|
|
|
400
400
|
"OperatingSystem": {},
|
|
401
401
|
"Name": {},
|
|
402
402
|
"GlobalFilters": {
|
|
403
|
-
"shape": "
|
|
403
|
+
"shape": "S5i"
|
|
404
404
|
},
|
|
405
405
|
"ApprovalRules": {
|
|
406
|
-
"shape": "
|
|
406
|
+
"shape": "S5o"
|
|
407
407
|
},
|
|
408
408
|
"ApprovedPatches": {
|
|
409
|
-
"shape": "
|
|
409
|
+
"shape": "S5u"
|
|
410
410
|
},
|
|
411
411
|
"ApprovedPatchesComplianceLevel": {},
|
|
412
412
|
"ApprovedPatchesEnableNonSecurity": {
|
|
413
413
|
"type": "boolean"
|
|
414
414
|
},
|
|
415
415
|
"RejectedPatches": {
|
|
416
|
-
"shape": "
|
|
416
|
+
"shape": "S5u"
|
|
417
417
|
},
|
|
418
418
|
"RejectedPatchesAction": {},
|
|
419
419
|
"Description": {},
|
|
420
420
|
"Sources": {
|
|
421
|
-
"shape": "
|
|
421
|
+
"shape": "S5y"
|
|
422
422
|
},
|
|
423
423
|
"ClientToken": {
|
|
424
424
|
"idempotencyToken": true
|
|
@@ -444,11 +444,11 @@
|
|
|
444
444
|
"members": {
|
|
445
445
|
"SyncName": {},
|
|
446
446
|
"S3Destination": {
|
|
447
|
-
"shape": "
|
|
447
|
+
"shape": "S68"
|
|
448
448
|
},
|
|
449
449
|
"SyncType": {},
|
|
450
450
|
"SyncSource": {
|
|
451
|
-
"shape": "
|
|
451
|
+
"shape": "S6h"
|
|
452
452
|
}
|
|
453
453
|
}
|
|
454
454
|
},
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"DeletionId": {},
|
|
530
530
|
"TypeName": {},
|
|
531
531
|
"DeletionSummary": {
|
|
532
|
-
"shape": "
|
|
532
|
+
"shape": "S75"
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
535
|
}
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
],
|
|
590
590
|
"members": {
|
|
591
591
|
"Names": {
|
|
592
|
-
"shape": "
|
|
592
|
+
"shape": "S7k"
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
595
|
},
|
|
@@ -597,10 +597,10 @@
|
|
|
597
597
|
"type": "structure",
|
|
598
598
|
"members": {
|
|
599
599
|
"DeletedParameters": {
|
|
600
|
-
"shape": "
|
|
600
|
+
"shape": "S7k"
|
|
601
601
|
},
|
|
602
602
|
"InvalidParameters": {
|
|
603
|
-
"shape": "
|
|
603
|
+
"shape": "S7k"
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
606
|
}
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
"ExecutedBy": {},
|
|
988
988
|
"LogFile": {},
|
|
989
989
|
"Outputs": {
|
|
990
|
-
"shape": "
|
|
990
|
+
"shape": "S9k"
|
|
991
991
|
},
|
|
992
992
|
"Mode": {},
|
|
993
993
|
"ParentAutomationExecutionId": {},
|
|
@@ -1002,7 +1002,7 @@
|
|
|
1002
1002
|
"shape": "S25"
|
|
1003
1003
|
},
|
|
1004
1004
|
"ResolvedTargets": {
|
|
1005
|
-
"shape": "
|
|
1005
|
+
"shape": "S9p"
|
|
1006
1006
|
},
|
|
1007
1007
|
"MaxConcurrency": {},
|
|
1008
1008
|
"MaxErrors": {},
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
"type": "timestamp"
|
|
1020
1020
|
},
|
|
1021
1021
|
"Runbooks": {
|
|
1022
|
-
"shape": "
|
|
1022
|
+
"shape": "S9t"
|
|
1023
1023
|
},
|
|
1024
1024
|
"OpsItemId": {},
|
|
1025
1025
|
"AssociationId": {},
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
"type": "structure",
|
|
1070
1070
|
"members": {
|
|
1071
1071
|
"StepExecutions": {
|
|
1072
|
-
"shape": "
|
|
1072
|
+
"shape": "Sa3"
|
|
1073
1073
|
},
|
|
1074
1074
|
"NextToken": {}
|
|
1075
1075
|
}
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
"type": "structure",
|
|
1081
1081
|
"members": {
|
|
1082
1082
|
"Filters": {
|
|
1083
|
-
"shape": "
|
|
1083
|
+
"shape": "Sad"
|
|
1084
1084
|
},
|
|
1085
1085
|
"MaxResults": {
|
|
1086
1086
|
"type": "integer"
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
"Patches": {
|
|
1095
1095
|
"type": "list",
|
|
1096
1096
|
"member": {
|
|
1097
|
-
"shape": "
|
|
1097
|
+
"shape": "Sal"
|
|
1098
1098
|
}
|
|
1099
1099
|
},
|
|
1100
1100
|
"NextToken": {}
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
"type": "structure",
|
|
1118
1118
|
"members": {
|
|
1119
1119
|
"Document": {
|
|
1120
|
-
"shape": "
|
|
1120
|
+
"shape": "S3h"
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
"type": "structure",
|
|
1143
1143
|
"members": {
|
|
1144
1144
|
"AccountIds": {
|
|
1145
|
-
"shape": "
|
|
1145
|
+
"shape": "Sbg"
|
|
1146
1146
|
},
|
|
1147
1147
|
"AccountSharingInfoList": {
|
|
1148
1148
|
"type": "list",
|
|
@@ -1214,7 +1214,7 @@
|
|
|
1214
1214
|
"type": "structure",
|
|
1215
1215
|
"members": {
|
|
1216
1216
|
"Patch": {
|
|
1217
|
-
"shape": "
|
|
1217
|
+
"shape": "Sal"
|
|
1218
1218
|
},
|
|
1219
1219
|
"PatchStatus": {
|
|
1220
1220
|
"type": "structure",
|
|
@@ -1301,7 +1301,7 @@
|
|
|
1301
1301
|
"members": {
|
|
1302
1302
|
"key": {},
|
|
1303
1303
|
"valueSet": {
|
|
1304
|
-
"shape": "
|
|
1304
|
+
"shape": "Sc9"
|
|
1305
1305
|
}
|
|
1306
1306
|
}
|
|
1307
1307
|
}
|
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
"members": {
|
|
1318
1318
|
"Key": {},
|
|
1319
1319
|
"Values": {
|
|
1320
|
-
"shape": "
|
|
1320
|
+
"shape": "Sc9"
|
|
1321
1321
|
}
|
|
1322
1322
|
}
|
|
1323
1323
|
}
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
"InstancePatchStates": {
|
|
1409
1409
|
"type": "list",
|
|
1410
1410
|
"member": {
|
|
1411
|
-
"shape": "
|
|
1411
|
+
"shape": "Scv"
|
|
1412
1412
|
}
|
|
1413
1413
|
},
|
|
1414
1414
|
"NextToken": {}
|
|
@@ -1454,7 +1454,7 @@
|
|
|
1454
1454
|
"InstancePatchStates": {
|
|
1455
1455
|
"type": "list",
|
|
1456
1456
|
"member": {
|
|
1457
|
-
"shape": "
|
|
1457
|
+
"shape": "Scv"
|
|
1458
1458
|
}
|
|
1459
1459
|
},
|
|
1460
1460
|
"NextToken": {}
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
"members": {
|
|
1471
1471
|
"InstanceId": {},
|
|
1472
1472
|
"Filters": {
|
|
1473
|
-
"shape": "
|
|
1473
|
+
"shape": "Sad"
|
|
1474
1474
|
},
|
|
1475
1475
|
"NextToken": {},
|
|
1476
1476
|
"MaxResults": {
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
"LastStatus": {},
|
|
1538
1538
|
"LastStatusMessage": {},
|
|
1539
1539
|
"DeletionSummary": {
|
|
1540
|
-
"shape": "
|
|
1540
|
+
"shape": "S75"
|
|
1541
1541
|
},
|
|
1542
1542
|
"LastStatusUpdateTime": {
|
|
1543
1543
|
"type": "timestamp"
|
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
"WindowExecutionId": {},
|
|
1561
1561
|
"TaskId": {},
|
|
1562
1562
|
"Filters": {
|
|
1563
|
-
"shape": "
|
|
1563
|
+
"shape": "Se1"
|
|
1564
1564
|
},
|
|
1565
1565
|
"MaxResults": {
|
|
1566
1566
|
"type": "integer"
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
"ExecutionId": {},
|
|
1583
1583
|
"TaskType": {},
|
|
1584
1584
|
"Parameters": {
|
|
1585
|
-
"shape": "
|
|
1585
|
+
"shape": "Sed"
|
|
1586
1586
|
},
|
|
1587
1587
|
"Status": {},
|
|
1588
1588
|
"StatusDetails": {},
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
"type": "timestamp"
|
|
1594
1594
|
},
|
|
1595
1595
|
"OwnerInformation": {
|
|
1596
|
-
"shape": "
|
|
1596
|
+
"shape": "Scy"
|
|
1597
1597
|
},
|
|
1598
1598
|
"WindowTargetId": {}
|
|
1599
1599
|
}
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
"members": {
|
|
1613
1613
|
"WindowExecutionId": {},
|
|
1614
1614
|
"Filters": {
|
|
1615
|
-
"shape": "
|
|
1615
|
+
"shape": "Se1"
|
|
1616
1616
|
},
|
|
1617
1617
|
"MaxResults": {
|
|
1618
1618
|
"type": "integer"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"members": {
|
|
1663
1663
|
"WindowId": {},
|
|
1664
1664
|
"Filters": {
|
|
1665
|
-
"shape": "
|
|
1665
|
+
"shape": "Se1"
|
|
1666
1666
|
},
|
|
1667
1667
|
"MaxResults": {
|
|
1668
1668
|
"type": "integer"
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
},
|
|
1706
1706
|
"ResourceType": {},
|
|
1707
1707
|
"Filters": {
|
|
1708
|
-
"shape": "
|
|
1708
|
+
"shape": "Sad"
|
|
1709
1709
|
},
|
|
1710
1710
|
"MaxResults": {
|
|
1711
1711
|
"type": "integer"
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
"members": {
|
|
1741
1741
|
"WindowId": {},
|
|
1742
1742
|
"Filters": {
|
|
1743
|
-
"shape": "
|
|
1743
|
+
"shape": "Se1"
|
|
1744
1744
|
},
|
|
1745
1745
|
"MaxResults": {
|
|
1746
1746
|
"type": "integer"
|
|
@@ -1763,11 +1763,11 @@
|
|
|
1763
1763
|
"shape": "S18"
|
|
1764
1764
|
},
|
|
1765
1765
|
"OwnerInformation": {
|
|
1766
|
-
"shape": "
|
|
1766
|
+
"shape": "Scy"
|
|
1767
1767
|
},
|
|
1768
1768
|
"Name": {},
|
|
1769
1769
|
"Description": {
|
|
1770
|
-
"shape": "
|
|
1770
|
+
"shape": "S4b"
|
|
1771
1771
|
}
|
|
1772
1772
|
}
|
|
1773
1773
|
}
|
|
@@ -1785,7 +1785,7 @@
|
|
|
1785
1785
|
"members": {
|
|
1786
1786
|
"WindowId": {},
|
|
1787
1787
|
"Filters": {
|
|
1788
|
-
"shape": "
|
|
1788
|
+
"shape": "Se1"
|
|
1789
1789
|
},
|
|
1790
1790
|
"MaxResults": {
|
|
1791
1791
|
"type": "integer"
|
|
@@ -1809,20 +1809,20 @@
|
|
|
1809
1809
|
"shape": "S18"
|
|
1810
1810
|
},
|
|
1811
1811
|
"TaskParameters": {
|
|
1812
|
-
"shape": "
|
|
1812
|
+
"shape": "Sf4"
|
|
1813
1813
|
},
|
|
1814
1814
|
"Priority": {
|
|
1815
1815
|
"type": "integer"
|
|
1816
1816
|
},
|
|
1817
1817
|
"LoggingInfo": {
|
|
1818
|
-
"shape": "
|
|
1818
|
+
"shape": "Sfa"
|
|
1819
1819
|
},
|
|
1820
1820
|
"ServiceRoleArn": {},
|
|
1821
1821
|
"MaxConcurrency": {},
|
|
1822
1822
|
"MaxErrors": {},
|
|
1823
1823
|
"Name": {},
|
|
1824
1824
|
"Description": {
|
|
1825
|
-
"shape": "
|
|
1825
|
+
"shape": "S4b"
|
|
1826
1826
|
},
|
|
1827
1827
|
"CutoffBehavior": {},
|
|
1828
1828
|
"AlarmConfiguration": {
|
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
"type": "structure",
|
|
1841
1841
|
"members": {
|
|
1842
1842
|
"Filters": {
|
|
1843
|
-
"shape": "
|
|
1843
|
+
"shape": "Se1"
|
|
1844
1844
|
},
|
|
1845
1845
|
"MaxResults": {
|
|
1846
1846
|
"type": "integer"
|
|
@@ -1859,7 +1859,7 @@
|
|
|
1859
1859
|
"WindowId": {},
|
|
1860
1860
|
"Name": {},
|
|
1861
1861
|
"Description": {
|
|
1862
|
-
"shape": "
|
|
1862
|
+
"shape": "S4b"
|
|
1863
1863
|
},
|
|
1864
1864
|
"Enabled": {
|
|
1865
1865
|
"type": "boolean"
|
|
@@ -1974,7 +1974,7 @@
|
|
|
1974
1974
|
"OpsItemId": {},
|
|
1975
1975
|
"Title": {},
|
|
1976
1976
|
"OperationalData": {
|
|
1977
|
-
"shape": "
|
|
1977
|
+
"shape": "S4p"
|
|
1978
1978
|
},
|
|
1979
1979
|
"Category": {},
|
|
1980
1980
|
"Severity": {},
|
|
@@ -2019,7 +2019,7 @@
|
|
|
2019
2019
|
}
|
|
2020
2020
|
},
|
|
2021
2021
|
"ParameterFilters": {
|
|
2022
|
-
"shape": "
|
|
2022
|
+
"shape": "Sg4"
|
|
2023
2023
|
},
|
|
2024
2024
|
"MaxResults": {
|
|
2025
2025
|
"type": "integer"
|
|
@@ -2049,7 +2049,7 @@
|
|
|
2049
2049
|
},
|
|
2050
2050
|
"Tier": {},
|
|
2051
2051
|
"Policies": {
|
|
2052
|
-
"shape": "
|
|
2052
|
+
"shape": "Sgj"
|
|
2053
2053
|
},
|
|
2054
2054
|
"DataType": {}
|
|
2055
2055
|
}
|
|
@@ -2064,7 +2064,7 @@
|
|
|
2064
2064
|
"type": "structure",
|
|
2065
2065
|
"members": {
|
|
2066
2066
|
"Filters": {
|
|
2067
|
-
"shape": "
|
|
2067
|
+
"shape": "Sad"
|
|
2068
2068
|
},
|
|
2069
2069
|
"MaxResults": {
|
|
2070
2070
|
"type": "integer"
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
"BaselineIdentities": {
|
|
2079
2079
|
"type": "list",
|
|
2080
2080
|
"member": {
|
|
2081
|
-
"shape": "
|
|
2081
|
+
"shape": "Sgp"
|
|
2082
2082
|
}
|
|
2083
2083
|
},
|
|
2084
2084
|
"NextToken": {}
|
|
@@ -2145,7 +2145,7 @@
|
|
|
2145
2145
|
"type": "integer"
|
|
2146
2146
|
},
|
|
2147
2147
|
"Filters": {
|
|
2148
|
-
"shape": "
|
|
2148
|
+
"shape": "Sad"
|
|
2149
2149
|
},
|
|
2150
2150
|
"NextToken": {}
|
|
2151
2151
|
}
|
|
@@ -2160,7 +2160,7 @@
|
|
|
2160
2160
|
"members": {
|
|
2161
2161
|
"PatchGroup": {},
|
|
2162
2162
|
"BaselineIdentity": {
|
|
2163
|
-
"shape": "
|
|
2163
|
+
"shape": "Sgp"
|
|
2164
2164
|
}
|
|
2165
2165
|
}
|
|
2166
2166
|
}
|
|
@@ -2309,16 +2309,16 @@
|
|
|
2309
2309
|
},
|
|
2310
2310
|
"AutomationExecutionStatus": {},
|
|
2311
2311
|
"StepExecutions": {
|
|
2312
|
-
"shape": "
|
|
2312
|
+
"shape": "Sa3"
|
|
2313
2313
|
},
|
|
2314
2314
|
"StepExecutionsTruncated": {
|
|
2315
2315
|
"type": "boolean"
|
|
2316
2316
|
},
|
|
2317
2317
|
"Parameters": {
|
|
2318
|
-
"shape": "
|
|
2318
|
+
"shape": "S9k"
|
|
2319
2319
|
},
|
|
2320
2320
|
"Outputs": {
|
|
2321
|
-
"shape": "
|
|
2321
|
+
"shape": "S9k"
|
|
2322
2322
|
},
|
|
2323
2323
|
"FailureMessage": {},
|
|
2324
2324
|
"Mode": {},
|
|
@@ -2334,7 +2334,7 @@
|
|
|
2334
2334
|
"shape": "S25"
|
|
2335
2335
|
},
|
|
2336
2336
|
"ResolvedTargets": {
|
|
2337
|
-
"shape": "
|
|
2337
|
+
"shape": "S9p"
|
|
2338
2338
|
},
|
|
2339
2339
|
"MaxConcurrency": {},
|
|
2340
2340
|
"MaxErrors": {},
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
"type": "timestamp"
|
|
2374
2374
|
},
|
|
2375
2375
|
"Runbooks": {
|
|
2376
|
-
"shape": "
|
|
2376
|
+
"shape": "S9t"
|
|
2377
2377
|
},
|
|
2378
2378
|
"OpsItemId": {},
|
|
2379
2379
|
"AssociationId": {},
|
|
@@ -2440,7 +2440,7 @@
|
|
|
2440
2440
|
"StandardErrorContent": {},
|
|
2441
2441
|
"StandardErrorUrl": {},
|
|
2442
2442
|
"CloudWatchOutputConfig": {
|
|
2443
|
-
"shape": "
|
|
2443
|
+
"shape": "Sia"
|
|
2444
2444
|
}
|
|
2445
2445
|
}
|
|
2446
2446
|
}
|
|
@@ -2493,24 +2493,24 @@
|
|
|
2493
2493
|
"members": {
|
|
2494
2494
|
"OperatingSystem": {},
|
|
2495
2495
|
"GlobalFilters": {
|
|
2496
|
-
"shape": "
|
|
2496
|
+
"shape": "S5i"
|
|
2497
2497
|
},
|
|
2498
2498
|
"ApprovalRules": {
|
|
2499
|
-
"shape": "
|
|
2499
|
+
"shape": "S5o"
|
|
2500
2500
|
},
|
|
2501
2501
|
"ApprovedPatches": {
|
|
2502
|
-
"shape": "
|
|
2502
|
+
"shape": "S5u"
|
|
2503
2503
|
},
|
|
2504
2504
|
"ApprovedPatchesComplianceLevel": {},
|
|
2505
2505
|
"RejectedPatches": {
|
|
2506
|
-
"shape": "
|
|
2506
|
+
"shape": "S5u"
|
|
2507
2507
|
},
|
|
2508
2508
|
"RejectedPatchesAction": {},
|
|
2509
2509
|
"ApprovedPatchesEnableNonSecurity": {
|
|
2510
2510
|
"type": "boolean"
|
|
2511
2511
|
},
|
|
2512
2512
|
"Sources": {
|
|
2513
|
-
"shape": "
|
|
2513
|
+
"shape": "S5y"
|
|
2514
2514
|
}
|
|
2515
2515
|
}
|
|
2516
2516
|
}
|
|
@@ -2581,10 +2581,10 @@
|
|
|
2581
2581
|
"type": "structure",
|
|
2582
2582
|
"members": {
|
|
2583
2583
|
"Filters": {
|
|
2584
|
-
"shape": "
|
|
2584
|
+
"shape": "Siw"
|
|
2585
2585
|
},
|
|
2586
2586
|
"Aggregators": {
|
|
2587
|
-
"shape": "
|
|
2587
|
+
"shape": "Sj2"
|
|
2588
2588
|
},
|
|
2589
2589
|
"ResultAttributes": {
|
|
2590
2590
|
"type": "list",
|
|
@@ -2629,7 +2629,7 @@
|
|
|
2629
2629
|
"CaptureTime": {},
|
|
2630
2630
|
"ContentHash": {},
|
|
2631
2631
|
"Content": {
|
|
2632
|
-
"shape": "
|
|
2632
|
+
"shape": "Sjj"
|
|
2633
2633
|
}
|
|
2634
2634
|
}
|
|
2635
2635
|
}
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
"WindowId": {},
|
|
2711
2711
|
"Name": {},
|
|
2712
2712
|
"Description": {
|
|
2713
|
-
"shape": "
|
|
2713
|
+
"shape": "S4b"
|
|
2714
2714
|
},
|
|
2715
2715
|
"StartDate": {},
|
|
2716
2716
|
"EndDate": {},
|
|
@@ -2793,7 +2793,7 @@
|
|
|
2793
2793
|
"TaskParameters": {
|
|
2794
2794
|
"type": "list",
|
|
2795
2795
|
"member": {
|
|
2796
|
-
"shape": "
|
|
2796
|
+
"shape": "Sf4"
|
|
2797
2797
|
},
|
|
2798
2798
|
"sensitive": true
|
|
2799
2799
|
},
|
|
@@ -2842,7 +2842,7 @@
|
|
|
2842
2842
|
"ExecutionId": {},
|
|
2843
2843
|
"TaskType": {},
|
|
2844
2844
|
"Parameters": {
|
|
2845
|
-
"shape": "
|
|
2845
|
+
"shape": "Sed"
|
|
2846
2846
|
},
|
|
2847
2847
|
"Status": {},
|
|
2848
2848
|
"StatusDetails": {},
|
|
@@ -2853,7 +2853,7 @@
|
|
|
2853
2853
|
"type": "timestamp"
|
|
2854
2854
|
},
|
|
2855
2855
|
"OwnerInformation": {
|
|
2856
|
-
"shape": "
|
|
2856
|
+
"shape": "Scy"
|
|
2857
2857
|
},
|
|
2858
2858
|
"WindowTargetId": {}
|
|
2859
2859
|
}
|
|
@@ -2883,10 +2883,10 @@
|
|
|
2883
2883
|
"ServiceRoleArn": {},
|
|
2884
2884
|
"TaskType": {},
|
|
2885
2885
|
"TaskParameters": {
|
|
2886
|
-
"shape": "
|
|
2886
|
+
"shape": "Sf4"
|
|
2887
2887
|
},
|
|
2888
2888
|
"TaskInvocationParameters": {
|
|
2889
|
-
"shape": "
|
|
2889
|
+
"shape": "Ska"
|
|
2890
2890
|
},
|
|
2891
2891
|
"Priority": {
|
|
2892
2892
|
"type": "integer"
|
|
@@ -2894,11 +2894,11 @@
|
|
|
2894
2894
|
"MaxConcurrency": {},
|
|
2895
2895
|
"MaxErrors": {},
|
|
2896
2896
|
"LoggingInfo": {
|
|
2897
|
-
"shape": "
|
|
2897
|
+
"shape": "Sfa"
|
|
2898
2898
|
},
|
|
2899
2899
|
"Name": {},
|
|
2900
2900
|
"Description": {
|
|
2901
|
-
"shape": "
|
|
2901
|
+
"shape": "S4b"
|
|
2902
2902
|
},
|
|
2903
2903
|
"CutoffBehavior": {},
|
|
2904
2904
|
"AlarmConfiguration": {
|
|
@@ -2935,13 +2935,13 @@
|
|
|
2935
2935
|
"type": "timestamp"
|
|
2936
2936
|
},
|
|
2937
2937
|
"Notifications": {
|
|
2938
|
-
"shape": "
|
|
2938
|
+
"shape": "S4u"
|
|
2939
2939
|
},
|
|
2940
2940
|
"Priority": {
|
|
2941
2941
|
"type": "integer"
|
|
2942
2942
|
},
|
|
2943
2943
|
"RelatedOpsItems": {
|
|
2944
|
-
"shape": "
|
|
2944
|
+
"shape": "S4y"
|
|
2945
2945
|
},
|
|
2946
2946
|
"Status": {},
|
|
2947
2947
|
"OpsItemId": {},
|
|
@@ -2949,7 +2949,7 @@
|
|
|
2949
2949
|
"Title": {},
|
|
2950
2950
|
"Source": {},
|
|
2951
2951
|
"OperationalData": {
|
|
2952
|
-
"shape": "
|
|
2952
|
+
"shape": "S4p"
|
|
2953
2953
|
},
|
|
2954
2954
|
"Category": {},
|
|
2955
2955
|
"Severity": {},
|
|
@@ -2990,7 +2990,7 @@
|
|
|
2990
2990
|
"members": {
|
|
2991
2991
|
"ResourceId": {},
|
|
2992
2992
|
"Metadata": {
|
|
2993
|
-
"shape": "
|
|
2993
|
+
"shape": "S59"
|
|
2994
2994
|
},
|
|
2995
2995
|
"NextToken": {}
|
|
2996
2996
|
}
|
|
@@ -3002,10 +3002,10 @@
|
|
|
3002
3002
|
"members": {
|
|
3003
3003
|
"SyncName": {},
|
|
3004
3004
|
"Filters": {
|
|
3005
|
-
"shape": "
|
|
3005
|
+
"shape": "Skx"
|
|
3006
3006
|
},
|
|
3007
3007
|
"Aggregators": {
|
|
3008
|
-
"shape": "
|
|
3008
|
+
"shape": "Sl3"
|
|
3009
3009
|
},
|
|
3010
3010
|
"ResultAttributes": {
|
|
3011
3011
|
"type": "list",
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
"type": "structure",
|
|
3077
3077
|
"members": {
|
|
3078
3078
|
"Parameter": {
|
|
3079
|
-
"shape": "
|
|
3079
|
+
"shape": "Slp"
|
|
3080
3080
|
}
|
|
3081
3081
|
}
|
|
3082
3082
|
}
|
|
@@ -3115,18 +3115,18 @@
|
|
|
3115
3115
|
"LastModifiedUser": {},
|
|
3116
3116
|
"Description": {},
|
|
3117
3117
|
"Value": {
|
|
3118
|
-
"shape": "
|
|
3118
|
+
"shape": "Slq"
|
|
3119
3119
|
},
|
|
3120
3120
|
"AllowedPattern": {},
|
|
3121
3121
|
"Version": {
|
|
3122
3122
|
"type": "long"
|
|
3123
3123
|
},
|
|
3124
3124
|
"Labels": {
|
|
3125
|
-
"shape": "
|
|
3125
|
+
"shape": "Slw"
|
|
3126
3126
|
},
|
|
3127
3127
|
"Tier": {},
|
|
3128
3128
|
"Policies": {
|
|
3129
|
-
"shape": "
|
|
3129
|
+
"shape": "Sgj"
|
|
3130
3130
|
},
|
|
3131
3131
|
"DataType": {}
|
|
3132
3132
|
}
|
|
@@ -3144,7 +3144,7 @@
|
|
|
3144
3144
|
],
|
|
3145
3145
|
"members": {
|
|
3146
3146
|
"Names": {
|
|
3147
|
-
"shape": "
|
|
3147
|
+
"shape": "S7k"
|
|
3148
3148
|
},
|
|
3149
3149
|
"WithDecryption": {
|
|
3150
3150
|
"type": "boolean"
|
|
@@ -3155,10 +3155,10 @@
|
|
|
3155
3155
|
"type": "structure",
|
|
3156
3156
|
"members": {
|
|
3157
3157
|
"Parameters": {
|
|
3158
|
-
"shape": "
|
|
3158
|
+
"shape": "Sm0"
|
|
3159
3159
|
},
|
|
3160
3160
|
"InvalidParameters": {
|
|
3161
|
-
"shape": "
|
|
3161
|
+
"shape": "S7k"
|
|
3162
3162
|
}
|
|
3163
3163
|
}
|
|
3164
3164
|
}
|
|
@@ -3175,7 +3175,7 @@
|
|
|
3175
3175
|
"type": "boolean"
|
|
3176
3176
|
},
|
|
3177
3177
|
"ParameterFilters": {
|
|
3178
|
-
"shape": "
|
|
3178
|
+
"shape": "Sg4"
|
|
3179
3179
|
},
|
|
3180
3180
|
"WithDecryption": {
|
|
3181
3181
|
"type": "boolean"
|
|
@@ -3190,7 +3190,7 @@
|
|
|
3190
3190
|
"type": "structure",
|
|
3191
3191
|
"members": {
|
|
3192
3192
|
"Parameters": {
|
|
3193
|
-
"shape": "
|
|
3193
|
+
"shape": "Sm0"
|
|
3194
3194
|
},
|
|
3195
3195
|
"NextToken": {}
|
|
3196
3196
|
}
|
|
@@ -3213,20 +3213,20 @@
|
|
|
3213
3213
|
"Name": {},
|
|
3214
3214
|
"OperatingSystem": {},
|
|
3215
3215
|
"GlobalFilters": {
|
|
3216
|
-
"shape": "
|
|
3216
|
+
"shape": "S5i"
|
|
3217
3217
|
},
|
|
3218
3218
|
"ApprovalRules": {
|
|
3219
|
-
"shape": "
|
|
3219
|
+
"shape": "S5o"
|
|
3220
3220
|
},
|
|
3221
3221
|
"ApprovedPatches": {
|
|
3222
|
-
"shape": "
|
|
3222
|
+
"shape": "S5u"
|
|
3223
3223
|
},
|
|
3224
3224
|
"ApprovedPatchesComplianceLevel": {},
|
|
3225
3225
|
"ApprovedPatchesEnableNonSecurity": {
|
|
3226
3226
|
"type": "boolean"
|
|
3227
3227
|
},
|
|
3228
3228
|
"RejectedPatches": {
|
|
3229
|
-
"shape": "
|
|
3229
|
+
"shape": "S5u"
|
|
3230
3230
|
},
|
|
3231
3231
|
"RejectedPatchesAction": {},
|
|
3232
3232
|
"PatchGroups": {
|
|
@@ -3241,7 +3241,7 @@
|
|
|
3241
3241
|
},
|
|
3242
3242
|
"Description": {},
|
|
3243
3243
|
"Sources": {
|
|
3244
|
-
"shape": "
|
|
3244
|
+
"shape": "S5y"
|
|
3245
3245
|
}
|
|
3246
3246
|
}
|
|
3247
3247
|
}
|
|
@@ -3312,7 +3312,7 @@
|
|
|
3312
3312
|
"type": "structure",
|
|
3313
3313
|
"members": {
|
|
3314
3314
|
"ServiceSetting": {
|
|
3315
|
-
"shape": "
|
|
3315
|
+
"shape": "Smi"
|
|
3316
3316
|
}
|
|
3317
3317
|
}
|
|
3318
3318
|
}
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
"type": "long"
|
|
3331
3331
|
},
|
|
3332
3332
|
"Labels": {
|
|
3333
|
-
"shape": "
|
|
3333
|
+
"shape": "Slw"
|
|
3334
3334
|
}
|
|
3335
3335
|
}
|
|
3336
3336
|
},
|
|
@@ -3338,7 +3338,7 @@
|
|
|
3338
3338
|
"type": "structure",
|
|
3339
3339
|
"members": {
|
|
3340
3340
|
"InvalidLabels": {
|
|
3341
|
-
"shape": "
|
|
3341
|
+
"shape": "Slw"
|
|
3342
3342
|
},
|
|
3343
3343
|
"ParameterVersion": {
|
|
3344
3344
|
"type": "long"
|
|
@@ -3484,7 +3484,7 @@
|
|
|
3484
3484
|
},
|
|
3485
3485
|
"NextToken": {},
|
|
3486
3486
|
"Filters": {
|
|
3487
|
-
"shape": "
|
|
3487
|
+
"shape": "Sn0"
|
|
3488
3488
|
},
|
|
3489
3489
|
"Details": {
|
|
3490
3490
|
"type": "boolean"
|
|
@@ -3541,10 +3541,10 @@
|
|
|
3541
3541
|
},
|
|
3542
3542
|
"ServiceRole": {},
|
|
3543
3543
|
"NotificationConfig": {
|
|
3544
|
-
"shape": "
|
|
3544
|
+
"shape": "Skc"
|
|
3545
3545
|
},
|
|
3546
3546
|
"CloudWatchOutputConfig": {
|
|
3547
|
-
"shape": "
|
|
3547
|
+
"shape": "Sia"
|
|
3548
3548
|
}
|
|
3549
3549
|
}
|
|
3550
3550
|
}
|
|
@@ -3564,7 +3564,7 @@
|
|
|
3564
3564
|
},
|
|
3565
3565
|
"NextToken": {},
|
|
3566
3566
|
"Filters": {
|
|
3567
|
-
"shape": "
|
|
3567
|
+
"shape": "Sn0"
|
|
3568
3568
|
}
|
|
3569
3569
|
}
|
|
3570
3570
|
},
|
|
@@ -3574,7 +3574,7 @@
|
|
|
3574
3574
|
"Commands": {
|
|
3575
3575
|
"type": "list",
|
|
3576
3576
|
"member": {
|
|
3577
|
-
"shape": "
|
|
3577
|
+
"shape": "Sng"
|
|
3578
3578
|
}
|
|
3579
3579
|
},
|
|
3580
3580
|
"NextToken": {}
|
|
@@ -3586,7 +3586,7 @@
|
|
|
3586
3586
|
"type": "structure",
|
|
3587
3587
|
"members": {
|
|
3588
3588
|
"Filters": {
|
|
3589
|
-
"shape": "
|
|
3589
|
+
"shape": "Snn"
|
|
3590
3590
|
},
|
|
3591
3591
|
"ResourceIds": {
|
|
3592
3592
|
"type": "list",
|
|
@@ -3618,10 +3618,10 @@
|
|
|
3618
3618
|
"Status": {},
|
|
3619
3619
|
"Severity": {},
|
|
3620
3620
|
"ExecutionSummary": {
|
|
3621
|
-
"shape": "
|
|
3621
|
+
"shape": "So5"
|
|
3622
3622
|
},
|
|
3623
3623
|
"Details": {
|
|
3624
|
-
"shape": "
|
|
3624
|
+
"shape": "So8"
|
|
3625
3625
|
}
|
|
3626
3626
|
}
|
|
3627
3627
|
}
|
|
@@ -3635,7 +3635,7 @@
|
|
|
3635
3635
|
"type": "structure",
|
|
3636
3636
|
"members": {
|
|
3637
3637
|
"Filters": {
|
|
3638
|
-
"shape": "
|
|
3638
|
+
"shape": "Snn"
|
|
3639
3639
|
},
|
|
3640
3640
|
"NextToken": {},
|
|
3641
3641
|
"MaxResults": {
|
|
@@ -3653,10 +3653,10 @@
|
|
|
3653
3653
|
"members": {
|
|
3654
3654
|
"ComplianceType": {},
|
|
3655
3655
|
"CompliantSummary": {
|
|
3656
|
-
"shape": "
|
|
3656
|
+
"shape": "Sod"
|
|
3657
3657
|
},
|
|
3658
3658
|
"NonCompliantSummary": {
|
|
3659
|
-
"shape": "
|
|
3659
|
+
"shape": "Sog"
|
|
3660
3660
|
}
|
|
3661
3661
|
}
|
|
3662
3662
|
}
|
|
@@ -3704,7 +3704,7 @@
|
|
|
3704
3704
|
},
|
|
3705
3705
|
"ReviewStatus": {},
|
|
3706
3706
|
"Comment": {
|
|
3707
|
-
"shape": "
|
|
3707
|
+
"shape": "Son"
|
|
3708
3708
|
},
|
|
3709
3709
|
"Reviewer": {}
|
|
3710
3710
|
}
|
|
@@ -3812,7 +3812,7 @@
|
|
|
3812
3812
|
"Owner": {},
|
|
3813
3813
|
"VersionName": {},
|
|
3814
3814
|
"PlatformTypes": {
|
|
3815
|
-
"shape": "
|
|
3815
|
+
"shape": "S3v"
|
|
3816
3816
|
},
|
|
3817
3817
|
"DocumentVersion": {},
|
|
3818
3818
|
"DocumentType": {},
|
|
@@ -3845,7 +3845,7 @@
|
|
|
3845
3845
|
"InstanceId": {},
|
|
3846
3846
|
"TypeName": {},
|
|
3847
3847
|
"Filters": {
|
|
3848
|
-
"shape": "
|
|
3848
|
+
"shape": "Siw"
|
|
3849
3849
|
},
|
|
3850
3850
|
"NextToken": {},
|
|
3851
3851
|
"MaxResults": {
|
|
@@ -3861,7 +3861,7 @@
|
|
|
3861
3861
|
"SchemaVersion": {},
|
|
3862
3862
|
"CaptureTime": {},
|
|
3863
3863
|
"Entries": {
|
|
3864
|
-
"shape": "
|
|
3864
|
+
"shape": "Sjj"
|
|
3865
3865
|
},
|
|
3866
3866
|
"NextToken": {}
|
|
3867
3867
|
}
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
"DetailType": {},
|
|
3912
3912
|
"Detail": {},
|
|
3913
3913
|
"CreatedBy": {
|
|
3914
|
-
"shape": "
|
|
3914
|
+
"shape": "Spl"
|
|
3915
3915
|
},
|
|
3916
3916
|
"CreatedTime": {
|
|
3917
3917
|
"type": "timestamp"
|
|
@@ -3967,13 +3967,13 @@
|
|
|
3967
3967
|
"AssociationType": {},
|
|
3968
3968
|
"ResourceUri": {},
|
|
3969
3969
|
"CreatedBy": {
|
|
3970
|
-
"shape": "
|
|
3970
|
+
"shape": "Spl"
|
|
3971
3971
|
},
|
|
3972
3972
|
"CreatedTime": {
|
|
3973
3973
|
"type": "timestamp"
|
|
3974
3974
|
},
|
|
3975
3975
|
"LastModifiedBy": {
|
|
3976
|
-
"shape": "
|
|
3976
|
+
"shape": "Spl"
|
|
3977
3977
|
},
|
|
3978
3978
|
"LastModifiedTime": {
|
|
3979
3979
|
"type": "timestamp"
|
|
@@ -4040,7 +4040,7 @@
|
|
|
4040
4040
|
"type": "structure",
|
|
4041
4041
|
"members": {
|
|
4042
4042
|
"Filters": {
|
|
4043
|
-
"shape": "
|
|
4043
|
+
"shape": "Snn"
|
|
4044
4044
|
},
|
|
4045
4045
|
"NextToken": {},
|
|
4046
4046
|
"MaxResults": {
|
|
@@ -4062,13 +4062,13 @@
|
|
|
4062
4062
|
"Status": {},
|
|
4063
4063
|
"OverallSeverity": {},
|
|
4064
4064
|
"ExecutionSummary": {
|
|
4065
|
-
"shape": "
|
|
4065
|
+
"shape": "So5"
|
|
4066
4066
|
},
|
|
4067
4067
|
"CompliantSummary": {
|
|
4068
|
-
"shape": "
|
|
4068
|
+
"shape": "Sod"
|
|
4069
4069
|
},
|
|
4070
4070
|
"NonCompliantSummary": {
|
|
4071
|
-
"shape": "
|
|
4071
|
+
"shape": "Sog"
|
|
4072
4072
|
}
|
|
4073
4073
|
}
|
|
4074
4074
|
}
|
|
@@ -4103,10 +4103,10 @@
|
|
|
4103
4103
|
"members": {
|
|
4104
4104
|
"SourceType": {},
|
|
4105
4105
|
"AwsOrganizationsSource": {
|
|
4106
|
-
"shape": "
|
|
4106
|
+
"shape": "S6j"
|
|
4107
4107
|
},
|
|
4108
4108
|
"SourceRegions": {
|
|
4109
|
-
"shape": "
|
|
4109
|
+
"shape": "S6o"
|
|
4110
4110
|
},
|
|
4111
4111
|
"IncludeFutureRegions": {
|
|
4112
4112
|
"type": "boolean"
|
|
@@ -4118,7 +4118,7 @@
|
|
|
4118
4118
|
}
|
|
4119
4119
|
},
|
|
4120
4120
|
"S3Destination": {
|
|
4121
|
-
"shape": "
|
|
4121
|
+
"shape": "S68"
|
|
4122
4122
|
},
|
|
4123
4123
|
"LastSyncTime": {
|
|
4124
4124
|
"type": "timestamp"
|
|
@@ -4173,10 +4173,10 @@
|
|
|
4173
4173
|
"Name": {},
|
|
4174
4174
|
"PermissionType": {},
|
|
4175
4175
|
"AccountIdsToAdd": {
|
|
4176
|
-
"shape": "
|
|
4176
|
+
"shape": "Sbg"
|
|
4177
4177
|
},
|
|
4178
4178
|
"AccountIdsToRemove": {
|
|
4179
|
-
"shape": "
|
|
4179
|
+
"shape": "Sbg"
|
|
4180
4180
|
},
|
|
4181
4181
|
"SharedDocumentVersion": {}
|
|
4182
4182
|
}
|
|
@@ -4201,7 +4201,7 @@
|
|
|
4201
4201
|
"ResourceType": {},
|
|
4202
4202
|
"ComplianceType": {},
|
|
4203
4203
|
"ExecutionSummary": {
|
|
4204
|
-
"shape": "
|
|
4204
|
+
"shape": "So5"
|
|
4205
4205
|
},
|
|
4206
4206
|
"Items": {
|
|
4207
4207
|
"type": "list",
|
|
@@ -4217,7 +4217,7 @@
|
|
|
4217
4217
|
"Severity": {},
|
|
4218
4218
|
"Status": {},
|
|
4219
4219
|
"Details": {
|
|
4220
|
-
"shape": "
|
|
4220
|
+
"shape": "So8"
|
|
4221
4221
|
}
|
|
4222
4222
|
}
|
|
4223
4223
|
}
|
|
@@ -4255,7 +4255,7 @@
|
|
|
4255
4255
|
"CaptureTime": {},
|
|
4256
4256
|
"ContentHash": {},
|
|
4257
4257
|
"Content": {
|
|
4258
|
-
"shape": "
|
|
4258
|
+
"shape": "Sjj"
|
|
4259
4259
|
},
|
|
4260
4260
|
"Context": {
|
|
4261
4261
|
"type": "map",
|
|
@@ -4285,7 +4285,7 @@
|
|
|
4285
4285
|
"Name": {},
|
|
4286
4286
|
"Description": {},
|
|
4287
4287
|
"Value": {
|
|
4288
|
-
"shape": "
|
|
4288
|
+
"shape": "Slq"
|
|
4289
4289
|
},
|
|
4290
4290
|
"Type": {},
|
|
4291
4291
|
"KeyId": {},
|
|
@@ -4385,11 +4385,11 @@
|
|
|
4385
4385
|
"shape": "S18"
|
|
4386
4386
|
},
|
|
4387
4387
|
"OwnerInformation": {
|
|
4388
|
-
"shape": "
|
|
4388
|
+
"shape": "Scy"
|
|
4389
4389
|
},
|
|
4390
4390
|
"Name": {},
|
|
4391
4391
|
"Description": {
|
|
4392
|
-
"shape": "
|
|
4392
|
+
"shape": "S4b"
|
|
4393
4393
|
},
|
|
4394
4394
|
"ClientToken": {
|
|
4395
4395
|
"idempotencyToken": true
|
|
@@ -4420,10 +4420,10 @@
|
|
|
4420
4420
|
"ServiceRoleArn": {},
|
|
4421
4421
|
"TaskType": {},
|
|
4422
4422
|
"TaskParameters": {
|
|
4423
|
-
"shape": "
|
|
4423
|
+
"shape": "Sf4"
|
|
4424
4424
|
},
|
|
4425
4425
|
"TaskInvocationParameters": {
|
|
4426
|
-
"shape": "
|
|
4426
|
+
"shape": "Ska"
|
|
4427
4427
|
},
|
|
4428
4428
|
"Priority": {
|
|
4429
4429
|
"type": "integer"
|
|
@@ -4431,11 +4431,11 @@
|
|
|
4431
4431
|
"MaxConcurrency": {},
|
|
4432
4432
|
"MaxErrors": {},
|
|
4433
4433
|
"LoggingInfo": {
|
|
4434
|
-
"shape": "
|
|
4434
|
+
"shape": "Sfa"
|
|
4435
4435
|
},
|
|
4436
4436
|
"Name": {},
|
|
4437
4437
|
"Description": {
|
|
4438
|
-
"shape": "
|
|
4438
|
+
"shape": "S4b"
|
|
4439
4439
|
},
|
|
4440
4440
|
"ClientToken": {
|
|
4441
4441
|
"idempotencyToken": true
|
|
@@ -4489,7 +4489,7 @@
|
|
|
4489
4489
|
"type": "structure",
|
|
4490
4490
|
"members": {
|
|
4491
4491
|
"ServiceSetting": {
|
|
4492
|
-
"shape": "
|
|
4492
|
+
"shape": "Smi"
|
|
4493
4493
|
}
|
|
4494
4494
|
}
|
|
4495
4495
|
}
|
|
@@ -4524,7 +4524,7 @@
|
|
|
4524
4524
|
"AutomationExecutionId": {},
|
|
4525
4525
|
"SignalType": {},
|
|
4526
4526
|
"Payload": {
|
|
4527
|
-
"shape": "
|
|
4527
|
+
"shape": "S9k"
|
|
4528
4528
|
}
|
|
4529
4529
|
}
|
|
4530
4530
|
},
|
|
@@ -4564,10 +4564,10 @@
|
|
|
4564
4564
|
"MaxErrors": {},
|
|
4565
4565
|
"ServiceRoleArn": {},
|
|
4566
4566
|
"NotificationConfig": {
|
|
4567
|
-
"shape": "
|
|
4567
|
+
"shape": "Skc"
|
|
4568
4568
|
},
|
|
4569
4569
|
"CloudWatchOutputConfig": {
|
|
4570
|
-
"shape": "
|
|
4570
|
+
"shape": "Sia"
|
|
4571
4571
|
},
|
|
4572
4572
|
"AlarmConfiguration": {
|
|
4573
4573
|
"shape": "S1z"
|
|
@@ -4578,7 +4578,7 @@
|
|
|
4578
4578
|
"type": "structure",
|
|
4579
4579
|
"members": {
|
|
4580
4580
|
"Command": {
|
|
4581
|
-
"shape": "
|
|
4581
|
+
"shape": "Sng"
|
|
4582
4582
|
}
|
|
4583
4583
|
}
|
|
4584
4584
|
}
|
|
@@ -4611,7 +4611,7 @@
|
|
|
4611
4611
|
"DocumentName": {},
|
|
4612
4612
|
"DocumentVersion": {},
|
|
4613
4613
|
"Parameters": {
|
|
4614
|
-
"shape": "
|
|
4614
|
+
"shape": "S9k"
|
|
4615
4615
|
},
|
|
4616
4616
|
"ClientToken": {},
|
|
4617
4617
|
"Mode": {},
|
|
@@ -4656,7 +4656,7 @@
|
|
|
4656
4656
|
"DocumentName": {},
|
|
4657
4657
|
"DocumentVersion": {},
|
|
4658
4658
|
"Parameters": {
|
|
4659
|
-
"shape": "
|
|
4659
|
+
"shape": "S9k"
|
|
4660
4660
|
},
|
|
4661
4661
|
"ChangeRequestName": {},
|
|
4662
4662
|
"ClientToken": {},
|
|
@@ -4664,7 +4664,7 @@
|
|
|
4664
4664
|
"type": "boolean"
|
|
4665
4665
|
},
|
|
4666
4666
|
"Runbooks": {
|
|
4667
|
-
"shape": "
|
|
4667
|
+
"shape": "S9t"
|
|
4668
4668
|
},
|
|
4669
4669
|
"Tags": {
|
|
4670
4670
|
"shape": "S4"
|
|
@@ -4758,7 +4758,7 @@
|
|
|
4758
4758
|
"type": "long"
|
|
4759
4759
|
},
|
|
4760
4760
|
"Labels": {
|
|
4761
|
-
"shape": "
|
|
4761
|
+
"shape": "Slw"
|
|
4762
4762
|
}
|
|
4763
4763
|
}
|
|
4764
4764
|
},
|
|
@@ -4766,10 +4766,10 @@
|
|
|
4766
4766
|
"type": "structure",
|
|
4767
4767
|
"members": {
|
|
4768
4768
|
"RemovedLabels": {
|
|
4769
|
-
"shape": "
|
|
4769
|
+
"shape": "Slw"
|
|
4770
4770
|
},
|
|
4771
4771
|
"InvalidLabels": {
|
|
4772
|
-
"shape": "
|
|
4772
|
+
"shape": "Slw"
|
|
4773
4773
|
}
|
|
4774
4774
|
}
|
|
4775
4775
|
}
|
|
@@ -4865,7 +4865,7 @@
|
|
|
4865
4865
|
"members": {
|
|
4866
4866
|
"Content": {},
|
|
4867
4867
|
"Attachments": {
|
|
4868
|
-
"shape": "
|
|
4868
|
+
"shape": "S35"
|
|
4869
4869
|
},
|
|
4870
4870
|
"Name": {},
|
|
4871
4871
|
"DisplayName": {},
|
|
@@ -4879,7 +4879,7 @@
|
|
|
4879
4879
|
"type": "structure",
|
|
4880
4880
|
"members": {
|
|
4881
4881
|
"DocumentDescription": {
|
|
4882
|
-
"shape": "
|
|
4882
|
+
"shape": "S3h"
|
|
4883
4883
|
}
|
|
4884
4884
|
}
|
|
4885
4885
|
}
|
|
@@ -4928,7 +4928,7 @@
|
|
|
4928
4928
|
"members": {
|
|
4929
4929
|
"Action": {},
|
|
4930
4930
|
"Comment": {
|
|
4931
|
-
"shape": "
|
|
4931
|
+
"shape": "Son"
|
|
4932
4932
|
}
|
|
4933
4933
|
}
|
|
4934
4934
|
}
|
|
@@ -4949,7 +4949,7 @@
|
|
|
4949
4949
|
"WindowId": {},
|
|
4950
4950
|
"Name": {},
|
|
4951
4951
|
"Description": {
|
|
4952
|
-
"shape": "
|
|
4952
|
+
"shape": "S4b"
|
|
4953
4953
|
},
|
|
4954
4954
|
"StartDate": {},
|
|
4955
4955
|
"EndDate": {},
|
|
@@ -4981,7 +4981,7 @@
|
|
|
4981
4981
|
"WindowId": {},
|
|
4982
4982
|
"Name": {},
|
|
4983
4983
|
"Description": {
|
|
4984
|
-
"shape": "
|
|
4984
|
+
"shape": "S4b"
|
|
4985
4985
|
},
|
|
4986
4986
|
"StartDate": {},
|
|
4987
4987
|
"EndDate": {},
|
|
@@ -5019,11 +5019,11 @@
|
|
|
5019
5019
|
"shape": "S18"
|
|
5020
5020
|
},
|
|
5021
5021
|
"OwnerInformation": {
|
|
5022
|
-
"shape": "
|
|
5022
|
+
"shape": "Scy"
|
|
5023
5023
|
},
|
|
5024
5024
|
"Name": {},
|
|
5025
5025
|
"Description": {
|
|
5026
|
-
"shape": "
|
|
5026
|
+
"shape": "S4b"
|
|
5027
5027
|
},
|
|
5028
5028
|
"Replace": {
|
|
5029
5029
|
"type": "boolean"
|
|
@@ -5039,11 +5039,11 @@
|
|
|
5039
5039
|
"shape": "S18"
|
|
5040
5040
|
},
|
|
5041
5041
|
"OwnerInformation": {
|
|
5042
|
-
"shape": "
|
|
5042
|
+
"shape": "Scy"
|
|
5043
5043
|
},
|
|
5044
5044
|
"Name": {},
|
|
5045
5045
|
"Description": {
|
|
5046
|
-
"shape": "
|
|
5046
|
+
"shape": "S4b"
|
|
5047
5047
|
}
|
|
5048
5048
|
}
|
|
5049
5049
|
}
|
|
@@ -5064,10 +5064,10 @@
|
|
|
5064
5064
|
"TaskArn": {},
|
|
5065
5065
|
"ServiceRoleArn": {},
|
|
5066
5066
|
"TaskParameters": {
|
|
5067
|
-
"shape": "
|
|
5067
|
+
"shape": "Sf4"
|
|
5068
5068
|
},
|
|
5069
5069
|
"TaskInvocationParameters": {
|
|
5070
|
-
"shape": "
|
|
5070
|
+
"shape": "Ska"
|
|
5071
5071
|
},
|
|
5072
5072
|
"Priority": {
|
|
5073
5073
|
"type": "integer"
|
|
@@ -5075,11 +5075,11 @@
|
|
|
5075
5075
|
"MaxConcurrency": {},
|
|
5076
5076
|
"MaxErrors": {},
|
|
5077
5077
|
"LoggingInfo": {
|
|
5078
|
-
"shape": "
|
|
5078
|
+
"shape": "Sfa"
|
|
5079
5079
|
},
|
|
5080
5080
|
"Name": {},
|
|
5081
5081
|
"Description": {
|
|
5082
|
-
"shape": "
|
|
5082
|
+
"shape": "S4b"
|
|
5083
5083
|
},
|
|
5084
5084
|
"Replace": {
|
|
5085
5085
|
"type": "boolean"
|
|
@@ -5101,10 +5101,10 @@
|
|
|
5101
5101
|
"TaskArn": {},
|
|
5102
5102
|
"ServiceRoleArn": {},
|
|
5103
5103
|
"TaskParameters": {
|
|
5104
|
-
"shape": "
|
|
5104
|
+
"shape": "Sf4"
|
|
5105
5105
|
},
|
|
5106
5106
|
"TaskInvocationParameters": {
|
|
5107
|
-
"shape": "
|
|
5107
|
+
"shape": "Ska"
|
|
5108
5108
|
},
|
|
5109
5109
|
"Priority": {
|
|
5110
5110
|
"type": "integer"
|
|
@@ -5112,11 +5112,11 @@
|
|
|
5112
5112
|
"MaxConcurrency": {},
|
|
5113
5113
|
"MaxErrors": {},
|
|
5114
5114
|
"LoggingInfo": {
|
|
5115
|
-
"shape": "
|
|
5115
|
+
"shape": "Sfa"
|
|
5116
5116
|
},
|
|
5117
5117
|
"Name": {},
|
|
5118
5118
|
"Description": {
|
|
5119
|
-
"shape": "
|
|
5119
|
+
"shape": "S4b"
|
|
5120
5120
|
},
|
|
5121
5121
|
"CutoffBehavior": {},
|
|
5122
5122
|
"AlarmConfiguration": {
|
|
@@ -5151,20 +5151,20 @@
|
|
|
5151
5151
|
"members": {
|
|
5152
5152
|
"Description": {},
|
|
5153
5153
|
"OperationalData": {
|
|
5154
|
-
"shape": "
|
|
5154
|
+
"shape": "S4p"
|
|
5155
5155
|
},
|
|
5156
5156
|
"OperationalDataToDelete": {
|
|
5157
5157
|
"type": "list",
|
|
5158
5158
|
"member": {}
|
|
5159
5159
|
},
|
|
5160
5160
|
"Notifications": {
|
|
5161
|
-
"shape": "
|
|
5161
|
+
"shape": "S4u"
|
|
5162
5162
|
},
|
|
5163
5163
|
"Priority": {
|
|
5164
5164
|
"type": "integer"
|
|
5165
5165
|
},
|
|
5166
5166
|
"RelatedOpsItems": {
|
|
5167
|
-
"shape": "
|
|
5167
|
+
"shape": "S4y"
|
|
5168
5168
|
},
|
|
5169
5169
|
"Status": {},
|
|
5170
5170
|
"OpsItemId": {},
|
|
@@ -5200,7 +5200,7 @@
|
|
|
5200
5200
|
"members": {
|
|
5201
5201
|
"OpsMetadataArn": {},
|
|
5202
5202
|
"MetadataToUpdate": {
|
|
5203
|
-
"shape": "
|
|
5203
|
+
"shape": "S59"
|
|
5204
5204
|
},
|
|
5205
5205
|
"KeysToDelete": {
|
|
5206
5206
|
"type": "list",
|
|
@@ -5225,25 +5225,25 @@
|
|
|
5225
5225
|
"BaselineId": {},
|
|
5226
5226
|
"Name": {},
|
|
5227
5227
|
"GlobalFilters": {
|
|
5228
|
-
"shape": "
|
|
5228
|
+
"shape": "S5i"
|
|
5229
5229
|
},
|
|
5230
5230
|
"ApprovalRules": {
|
|
5231
|
-
"shape": "
|
|
5231
|
+
"shape": "S5o"
|
|
5232
5232
|
},
|
|
5233
5233
|
"ApprovedPatches": {
|
|
5234
|
-
"shape": "
|
|
5234
|
+
"shape": "S5u"
|
|
5235
5235
|
},
|
|
5236
5236
|
"ApprovedPatchesComplianceLevel": {},
|
|
5237
5237
|
"ApprovedPatchesEnableNonSecurity": {
|
|
5238
5238
|
"type": "boolean"
|
|
5239
5239
|
},
|
|
5240
5240
|
"RejectedPatches": {
|
|
5241
|
-
"shape": "
|
|
5241
|
+
"shape": "S5u"
|
|
5242
5242
|
},
|
|
5243
5243
|
"RejectedPatchesAction": {},
|
|
5244
5244
|
"Description": {},
|
|
5245
5245
|
"Sources": {
|
|
5246
|
-
"shape": "
|
|
5246
|
+
"shape": "S5y"
|
|
5247
5247
|
},
|
|
5248
5248
|
"Replace": {
|
|
5249
5249
|
"type": "boolean"
|
|
@@ -5257,20 +5257,20 @@
|
|
|
5257
5257
|
"Name": {},
|
|
5258
5258
|
"OperatingSystem": {},
|
|
5259
5259
|
"GlobalFilters": {
|
|
5260
|
-
"shape": "
|
|
5260
|
+
"shape": "S5i"
|
|
5261
5261
|
},
|
|
5262
5262
|
"ApprovalRules": {
|
|
5263
|
-
"shape": "
|
|
5263
|
+
"shape": "S5o"
|
|
5264
5264
|
},
|
|
5265
5265
|
"ApprovedPatches": {
|
|
5266
|
-
"shape": "
|
|
5266
|
+
"shape": "S5u"
|
|
5267
5267
|
},
|
|
5268
5268
|
"ApprovedPatchesComplianceLevel": {},
|
|
5269
5269
|
"ApprovedPatchesEnableNonSecurity": {
|
|
5270
5270
|
"type": "boolean"
|
|
5271
5271
|
},
|
|
5272
5272
|
"RejectedPatches": {
|
|
5273
|
-
"shape": "
|
|
5273
|
+
"shape": "S5u"
|
|
5274
5274
|
},
|
|
5275
5275
|
"RejectedPatchesAction": {},
|
|
5276
5276
|
"CreatedDate": {
|
|
@@ -5281,7 +5281,7 @@
|
|
|
5281
5281
|
},
|
|
5282
5282
|
"Description": {},
|
|
5283
5283
|
"Sources": {
|
|
5284
|
-
"shape": "
|
|
5284
|
+
"shape": "S5y"
|
|
5285
5285
|
}
|
|
5286
5286
|
}
|
|
5287
5287
|
}
|
|
@@ -5298,7 +5298,7 @@
|
|
|
5298
5298
|
"SyncName": {},
|
|
5299
5299
|
"SyncType": {},
|
|
5300
5300
|
"SyncSource": {
|
|
5301
|
-
"shape": "
|
|
5301
|
+
"shape": "S6h"
|
|
5302
5302
|
}
|
|
5303
5303
|
}
|
|
5304
5304
|
},
|
|
@@ -5605,11 +5605,13 @@
|
|
|
5605
5605
|
],
|
|
5606
5606
|
"members": {
|
|
5607
5607
|
"Name": {},
|
|
5608
|
-
"Version": {}
|
|
5608
|
+
"Version": {},
|
|
5609
|
+
"RequireType": {},
|
|
5610
|
+
"VersionName": {}
|
|
5609
5611
|
}
|
|
5610
5612
|
}
|
|
5611
5613
|
},
|
|
5612
|
-
"
|
|
5614
|
+
"S35": {
|
|
5613
5615
|
"type": "list",
|
|
5614
5616
|
"member": {
|
|
5615
5617
|
"type": "structure",
|
|
@@ -5623,7 +5625,7 @@
|
|
|
5623
5625
|
}
|
|
5624
5626
|
}
|
|
5625
5627
|
},
|
|
5626
|
-
"
|
|
5628
|
+
"S3h": {
|
|
5627
5629
|
"type": "structure",
|
|
5628
5630
|
"members": {
|
|
5629
5631
|
"Sha1": {},
|
|
@@ -5653,7 +5655,7 @@
|
|
|
5653
5655
|
}
|
|
5654
5656
|
},
|
|
5655
5657
|
"PlatformTypes": {
|
|
5656
|
-
"shape": "
|
|
5658
|
+
"shape": "S3v"
|
|
5657
5659
|
},
|
|
5658
5660
|
"DocumentType": {},
|
|
5659
5661
|
"SchemaVersion": {},
|
|
@@ -5703,15 +5705,15 @@
|
|
|
5703
5705
|
}
|
|
5704
5706
|
}
|
|
5705
5707
|
},
|
|
5706
|
-
"
|
|
5708
|
+
"S3v": {
|
|
5707
5709
|
"type": "list",
|
|
5708
5710
|
"member": {}
|
|
5709
5711
|
},
|
|
5710
|
-
"
|
|
5712
|
+
"S4b": {
|
|
5711
5713
|
"type": "string",
|
|
5712
5714
|
"sensitive": true
|
|
5713
5715
|
},
|
|
5714
|
-
"
|
|
5716
|
+
"S4p": {
|
|
5715
5717
|
"type": "map",
|
|
5716
5718
|
"key": {},
|
|
5717
5719
|
"value": {
|
|
@@ -5722,7 +5724,7 @@
|
|
|
5722
5724
|
}
|
|
5723
5725
|
}
|
|
5724
5726
|
},
|
|
5725
|
-
"
|
|
5727
|
+
"S4u": {
|
|
5726
5728
|
"type": "list",
|
|
5727
5729
|
"member": {
|
|
5728
5730
|
"type": "structure",
|
|
@@ -5731,7 +5733,7 @@
|
|
|
5731
5733
|
}
|
|
5732
5734
|
}
|
|
5733
5735
|
},
|
|
5734
|
-
"
|
|
5736
|
+
"S4y": {
|
|
5735
5737
|
"type": "list",
|
|
5736
5738
|
"member": {
|
|
5737
5739
|
"type": "structure",
|
|
@@ -5743,7 +5745,7 @@
|
|
|
5743
5745
|
}
|
|
5744
5746
|
}
|
|
5745
5747
|
},
|
|
5746
|
-
"
|
|
5748
|
+
"S59": {
|
|
5747
5749
|
"type": "map",
|
|
5748
5750
|
"key": {},
|
|
5749
5751
|
"value": {
|
|
@@ -5753,7 +5755,7 @@
|
|
|
5753
5755
|
}
|
|
5754
5756
|
}
|
|
5755
5757
|
},
|
|
5756
|
-
"
|
|
5758
|
+
"S5i": {
|
|
5757
5759
|
"type": "structure",
|
|
5758
5760
|
"required": [
|
|
5759
5761
|
"PatchFilters"
|
|
@@ -5778,7 +5780,7 @@
|
|
|
5778
5780
|
}
|
|
5779
5781
|
}
|
|
5780
5782
|
},
|
|
5781
|
-
"
|
|
5783
|
+
"S5o": {
|
|
5782
5784
|
"type": "structure",
|
|
5783
5785
|
"required": [
|
|
5784
5786
|
"PatchRules"
|
|
@@ -5793,7 +5795,7 @@
|
|
|
5793
5795
|
],
|
|
5794
5796
|
"members": {
|
|
5795
5797
|
"PatchFilterGroup": {
|
|
5796
|
-
"shape": "
|
|
5798
|
+
"shape": "S5i"
|
|
5797
5799
|
},
|
|
5798
5800
|
"ComplianceLevel": {},
|
|
5799
5801
|
"ApproveAfterDays": {
|
|
@@ -5808,11 +5810,11 @@
|
|
|
5808
5810
|
}
|
|
5809
5811
|
}
|
|
5810
5812
|
},
|
|
5811
|
-
"
|
|
5813
|
+
"S5u": {
|
|
5812
5814
|
"type": "list",
|
|
5813
5815
|
"member": {}
|
|
5814
5816
|
},
|
|
5815
|
-
"
|
|
5817
|
+
"S5y": {
|
|
5816
5818
|
"type": "list",
|
|
5817
5819
|
"member": {
|
|
5818
5820
|
"type": "structure",
|
|
@@ -5834,7 +5836,7 @@
|
|
|
5834
5836
|
}
|
|
5835
5837
|
}
|
|
5836
5838
|
},
|
|
5837
|
-
"
|
|
5839
|
+
"S68": {
|
|
5838
5840
|
"type": "structure",
|
|
5839
5841
|
"required": [
|
|
5840
5842
|
"BucketName",
|
|
@@ -5855,7 +5857,7 @@
|
|
|
5855
5857
|
}
|
|
5856
5858
|
}
|
|
5857
5859
|
},
|
|
5858
|
-
"
|
|
5860
|
+
"S6h": {
|
|
5859
5861
|
"type": "structure",
|
|
5860
5862
|
"required": [
|
|
5861
5863
|
"SourceType",
|
|
@@ -5864,10 +5866,10 @@
|
|
|
5864
5866
|
"members": {
|
|
5865
5867
|
"SourceType": {},
|
|
5866
5868
|
"AwsOrganizationsSource": {
|
|
5867
|
-
"shape": "
|
|
5869
|
+
"shape": "S6j"
|
|
5868
5870
|
},
|
|
5869
5871
|
"SourceRegions": {
|
|
5870
|
-
"shape": "
|
|
5872
|
+
"shape": "S6o"
|
|
5871
5873
|
},
|
|
5872
5874
|
"IncludeFutureRegions": {
|
|
5873
5875
|
"type": "boolean"
|
|
@@ -5877,7 +5879,7 @@
|
|
|
5877
5879
|
}
|
|
5878
5880
|
}
|
|
5879
5881
|
},
|
|
5880
|
-
"
|
|
5882
|
+
"S6j": {
|
|
5881
5883
|
"type": "structure",
|
|
5882
5884
|
"required": [
|
|
5883
5885
|
"OrganizationSourceType"
|
|
@@ -5895,11 +5897,11 @@
|
|
|
5895
5897
|
}
|
|
5896
5898
|
}
|
|
5897
5899
|
},
|
|
5898
|
-
"
|
|
5900
|
+
"S6o": {
|
|
5899
5901
|
"type": "list",
|
|
5900
5902
|
"member": {}
|
|
5901
5903
|
},
|
|
5902
|
-
"
|
|
5904
|
+
"S75": {
|
|
5903
5905
|
"type": "structure",
|
|
5904
5906
|
"members": {
|
|
5905
5907
|
"TotalCount": {
|
|
@@ -5925,11 +5927,11 @@
|
|
|
5925
5927
|
}
|
|
5926
5928
|
}
|
|
5927
5929
|
},
|
|
5928
|
-
"
|
|
5930
|
+
"S7k": {
|
|
5929
5931
|
"type": "list",
|
|
5930
5932
|
"member": {}
|
|
5931
5933
|
},
|
|
5932
|
-
"
|
|
5934
|
+
"S9k": {
|
|
5933
5935
|
"type": "map",
|
|
5934
5936
|
"key": {},
|
|
5935
5937
|
"value": {
|
|
@@ -5937,7 +5939,7 @@
|
|
|
5937
5939
|
"member": {}
|
|
5938
5940
|
}
|
|
5939
5941
|
},
|
|
5940
|
-
"
|
|
5942
|
+
"S9p": {
|
|
5941
5943
|
"type": "structure",
|
|
5942
5944
|
"members": {
|
|
5943
5945
|
"ParameterValues": {
|
|
@@ -5949,7 +5951,7 @@
|
|
|
5949
5951
|
}
|
|
5950
5952
|
}
|
|
5951
5953
|
},
|
|
5952
|
-
"
|
|
5954
|
+
"S9t": {
|
|
5953
5955
|
"type": "list",
|
|
5954
5956
|
"member": {
|
|
5955
5957
|
"type": "structure",
|
|
@@ -5960,7 +5962,7 @@
|
|
|
5960
5962
|
"DocumentName": {},
|
|
5961
5963
|
"DocumentVersion": {},
|
|
5962
5964
|
"Parameters": {
|
|
5963
|
-
"shape": "
|
|
5965
|
+
"shape": "S9k"
|
|
5964
5966
|
},
|
|
5965
5967
|
"TargetParameterName": {},
|
|
5966
5968
|
"Targets": {
|
|
@@ -5977,7 +5979,7 @@
|
|
|
5977
5979
|
}
|
|
5978
5980
|
}
|
|
5979
5981
|
},
|
|
5980
|
-
"
|
|
5982
|
+
"Sa3": {
|
|
5981
5983
|
"type": "list",
|
|
5982
5984
|
"member": {
|
|
5983
5985
|
"type": "structure",
|
|
@@ -6005,7 +6007,7 @@
|
|
|
6005
6007
|
"value": {}
|
|
6006
6008
|
},
|
|
6007
6009
|
"Outputs": {
|
|
6008
|
-
"shape": "
|
|
6010
|
+
"shape": "S9k"
|
|
6009
6011
|
},
|
|
6010
6012
|
"Response": {},
|
|
6011
6013
|
"FailureMessage": {},
|
|
@@ -6015,13 +6017,13 @@
|
|
|
6015
6017
|
"FailureStage": {},
|
|
6016
6018
|
"FailureType": {},
|
|
6017
6019
|
"Details": {
|
|
6018
|
-
"shape": "
|
|
6020
|
+
"shape": "S9k"
|
|
6019
6021
|
}
|
|
6020
6022
|
}
|
|
6021
6023
|
},
|
|
6022
6024
|
"StepExecutionId": {},
|
|
6023
6025
|
"OverriddenParameters": {
|
|
6024
|
-
"shape": "
|
|
6026
|
+
"shape": "S9k"
|
|
6025
6027
|
},
|
|
6026
6028
|
"IsEnd": {
|
|
6027
6029
|
"type": "boolean"
|
|
@@ -6046,7 +6048,7 @@
|
|
|
6046
6048
|
}
|
|
6047
6049
|
}
|
|
6048
6050
|
},
|
|
6049
|
-
"
|
|
6051
|
+
"Sad": {
|
|
6050
6052
|
"type": "list",
|
|
6051
6053
|
"member": {
|
|
6052
6054
|
"type": "structure",
|
|
@@ -6059,7 +6061,7 @@
|
|
|
6059
6061
|
}
|
|
6060
6062
|
}
|
|
6061
6063
|
},
|
|
6062
|
-
"
|
|
6064
|
+
"Sal": {
|
|
6063
6065
|
"type": "structure",
|
|
6064
6066
|
"members": {
|
|
6065
6067
|
"Id": {},
|
|
@@ -6100,15 +6102,15 @@
|
|
|
6100
6102
|
"Repository": {}
|
|
6101
6103
|
}
|
|
6102
6104
|
},
|
|
6103
|
-
"
|
|
6105
|
+
"Sbg": {
|
|
6104
6106
|
"type": "list",
|
|
6105
6107
|
"member": {}
|
|
6106
6108
|
},
|
|
6107
|
-
"
|
|
6109
|
+
"Sc9": {
|
|
6108
6110
|
"type": "list",
|
|
6109
6111
|
"member": {}
|
|
6110
6112
|
},
|
|
6111
|
-
"
|
|
6113
|
+
"Scv": {
|
|
6112
6114
|
"type": "structure",
|
|
6113
6115
|
"required": [
|
|
6114
6116
|
"InstanceId",
|
|
@@ -6125,7 +6127,7 @@
|
|
|
6125
6127
|
"SnapshotId": {},
|
|
6126
6128
|
"InstallOverrideList": {},
|
|
6127
6129
|
"OwnerInformation": {
|
|
6128
|
-
"shape": "
|
|
6130
|
+
"shape": "Scy"
|
|
6129
6131
|
},
|
|
6130
6132
|
"InstalledCount": {
|
|
6131
6133
|
"type": "integer"
|
|
@@ -6173,11 +6175,11 @@
|
|
|
6173
6175
|
}
|
|
6174
6176
|
}
|
|
6175
6177
|
},
|
|
6176
|
-
"
|
|
6178
|
+
"Scy": {
|
|
6177
6179
|
"type": "string",
|
|
6178
6180
|
"sensitive": true
|
|
6179
6181
|
},
|
|
6180
|
-
"
|
|
6182
|
+
"Se1": {
|
|
6181
6183
|
"type": "list",
|
|
6182
6184
|
"member": {
|
|
6183
6185
|
"type": "structure",
|
|
@@ -6190,11 +6192,11 @@
|
|
|
6190
6192
|
}
|
|
6191
6193
|
}
|
|
6192
6194
|
},
|
|
6193
|
-
"
|
|
6195
|
+
"Sed": {
|
|
6194
6196
|
"type": "string",
|
|
6195
6197
|
"sensitive": true
|
|
6196
6198
|
},
|
|
6197
|
-
"
|
|
6199
|
+
"Sf4": {
|
|
6198
6200
|
"type": "map",
|
|
6199
6201
|
"key": {},
|
|
6200
6202
|
"value": {
|
|
@@ -6213,7 +6215,7 @@
|
|
|
6213
6215
|
},
|
|
6214
6216
|
"sensitive": true
|
|
6215
6217
|
},
|
|
6216
|
-
"
|
|
6218
|
+
"Sfa": {
|
|
6217
6219
|
"type": "structure",
|
|
6218
6220
|
"required": [
|
|
6219
6221
|
"S3BucketName",
|
|
@@ -6225,7 +6227,7 @@
|
|
|
6225
6227
|
"S3Region": {}
|
|
6226
6228
|
}
|
|
6227
6229
|
},
|
|
6228
|
-
"
|
|
6230
|
+
"Sg4": {
|
|
6229
6231
|
"type": "list",
|
|
6230
6232
|
"member": {
|
|
6231
6233
|
"type": "structure",
|
|
@@ -6242,7 +6244,7 @@
|
|
|
6242
6244
|
}
|
|
6243
6245
|
}
|
|
6244
6246
|
},
|
|
6245
|
-
"
|
|
6247
|
+
"Sgj": {
|
|
6246
6248
|
"type": "list",
|
|
6247
6249
|
"member": {
|
|
6248
6250
|
"type": "structure",
|
|
@@ -6253,7 +6255,7 @@
|
|
|
6253
6255
|
}
|
|
6254
6256
|
}
|
|
6255
6257
|
},
|
|
6256
|
-
"
|
|
6258
|
+
"Sgp": {
|
|
6257
6259
|
"type": "structure",
|
|
6258
6260
|
"members": {
|
|
6259
6261
|
"BaselineId": {},
|
|
@@ -6265,7 +6267,7 @@
|
|
|
6265
6267
|
}
|
|
6266
6268
|
}
|
|
6267
6269
|
},
|
|
6268
|
-
"
|
|
6270
|
+
"Sia": {
|
|
6269
6271
|
"type": "structure",
|
|
6270
6272
|
"members": {
|
|
6271
6273
|
"CloudWatchLogGroupName": {},
|
|
@@ -6274,7 +6276,7 @@
|
|
|
6274
6276
|
}
|
|
6275
6277
|
}
|
|
6276
6278
|
},
|
|
6277
|
-
"
|
|
6279
|
+
"Siw": {
|
|
6278
6280
|
"type": "list",
|
|
6279
6281
|
"member": {
|
|
6280
6282
|
"type": "structure",
|
|
@@ -6292,14 +6294,14 @@
|
|
|
6292
6294
|
}
|
|
6293
6295
|
}
|
|
6294
6296
|
},
|
|
6295
|
-
"
|
|
6297
|
+
"Sj2": {
|
|
6296
6298
|
"type": "list",
|
|
6297
6299
|
"member": {
|
|
6298
6300
|
"type": "structure",
|
|
6299
6301
|
"members": {
|
|
6300
6302
|
"Expression": {},
|
|
6301
6303
|
"Aggregators": {
|
|
6302
|
-
"shape": "
|
|
6304
|
+
"shape": "Sj2"
|
|
6303
6305
|
},
|
|
6304
6306
|
"Groups": {
|
|
6305
6307
|
"type": "list",
|
|
@@ -6312,7 +6314,7 @@
|
|
|
6312
6314
|
"members": {
|
|
6313
6315
|
"Name": {},
|
|
6314
6316
|
"Filters": {
|
|
6315
|
-
"shape": "
|
|
6317
|
+
"shape": "Siw"
|
|
6316
6318
|
}
|
|
6317
6319
|
}
|
|
6318
6320
|
}
|
|
@@ -6320,7 +6322,7 @@
|
|
|
6320
6322
|
}
|
|
6321
6323
|
}
|
|
6322
6324
|
},
|
|
6323
|
-
"
|
|
6325
|
+
"Sjj": {
|
|
6324
6326
|
"type": "list",
|
|
6325
6327
|
"member": {
|
|
6326
6328
|
"type": "map",
|
|
@@ -6328,7 +6330,7 @@
|
|
|
6328
6330
|
"value": {}
|
|
6329
6331
|
}
|
|
6330
6332
|
},
|
|
6331
|
-
"
|
|
6333
|
+
"Ska": {
|
|
6332
6334
|
"type": "structure",
|
|
6333
6335
|
"members": {
|
|
6334
6336
|
"RunCommand": {
|
|
@@ -6336,13 +6338,13 @@
|
|
|
6336
6338
|
"members": {
|
|
6337
6339
|
"Comment": {},
|
|
6338
6340
|
"CloudWatchOutputConfig": {
|
|
6339
|
-
"shape": "
|
|
6341
|
+
"shape": "Sia"
|
|
6340
6342
|
},
|
|
6341
6343
|
"DocumentHash": {},
|
|
6342
6344
|
"DocumentHashType": {},
|
|
6343
6345
|
"DocumentVersion": {},
|
|
6344
6346
|
"NotificationConfig": {
|
|
6345
|
-
"shape": "
|
|
6347
|
+
"shape": "Skc"
|
|
6346
6348
|
},
|
|
6347
6349
|
"OutputS3BucketName": {},
|
|
6348
6350
|
"OutputS3KeyPrefix": {},
|
|
@@ -6360,7 +6362,7 @@
|
|
|
6360
6362
|
"members": {
|
|
6361
6363
|
"DocumentVersion": {},
|
|
6362
6364
|
"Parameters": {
|
|
6363
|
-
"shape": "
|
|
6365
|
+
"shape": "S9k"
|
|
6364
6366
|
}
|
|
6365
6367
|
}
|
|
6366
6368
|
},
|
|
@@ -6387,7 +6389,7 @@
|
|
|
6387
6389
|
}
|
|
6388
6390
|
}
|
|
6389
6391
|
},
|
|
6390
|
-
"
|
|
6392
|
+
"Skc": {
|
|
6391
6393
|
"type": "structure",
|
|
6392
6394
|
"members": {
|
|
6393
6395
|
"NotificationArn": {},
|
|
@@ -6398,7 +6400,7 @@
|
|
|
6398
6400
|
"NotificationType": {}
|
|
6399
6401
|
}
|
|
6400
6402
|
},
|
|
6401
|
-
"
|
|
6403
|
+
"Skx": {
|
|
6402
6404
|
"type": "list",
|
|
6403
6405
|
"member": {
|
|
6404
6406
|
"type": "structure",
|
|
@@ -6416,7 +6418,7 @@
|
|
|
6416
6418
|
}
|
|
6417
6419
|
}
|
|
6418
6420
|
},
|
|
6419
|
-
"
|
|
6421
|
+
"Sl3": {
|
|
6420
6422
|
"type": "list",
|
|
6421
6423
|
"member": {
|
|
6422
6424
|
"type": "structure",
|
|
@@ -6430,21 +6432,21 @@
|
|
|
6430
6432
|
"value": {}
|
|
6431
6433
|
},
|
|
6432
6434
|
"Filters": {
|
|
6433
|
-
"shape": "
|
|
6435
|
+
"shape": "Skx"
|
|
6434
6436
|
},
|
|
6435
6437
|
"Aggregators": {
|
|
6436
|
-
"shape": "
|
|
6438
|
+
"shape": "Sl3"
|
|
6437
6439
|
}
|
|
6438
6440
|
}
|
|
6439
6441
|
}
|
|
6440
6442
|
},
|
|
6441
|
-
"
|
|
6443
|
+
"Slp": {
|
|
6442
6444
|
"type": "structure",
|
|
6443
6445
|
"members": {
|
|
6444
6446
|
"Name": {},
|
|
6445
6447
|
"Type": {},
|
|
6446
6448
|
"Value": {
|
|
6447
|
-
"shape": "
|
|
6449
|
+
"shape": "Slq"
|
|
6448
6450
|
},
|
|
6449
6451
|
"Version": {
|
|
6450
6452
|
"type": "long"
|
|
@@ -6458,21 +6460,21 @@
|
|
|
6458
6460
|
"DataType": {}
|
|
6459
6461
|
}
|
|
6460
6462
|
},
|
|
6461
|
-
"
|
|
6463
|
+
"Slq": {
|
|
6462
6464
|
"type": "string",
|
|
6463
6465
|
"sensitive": true
|
|
6464
6466
|
},
|
|
6465
|
-
"
|
|
6467
|
+
"Slw": {
|
|
6466
6468
|
"type": "list",
|
|
6467
6469
|
"member": {}
|
|
6468
6470
|
},
|
|
6469
|
-
"
|
|
6471
|
+
"Sm0": {
|
|
6470
6472
|
"type": "list",
|
|
6471
6473
|
"member": {
|
|
6472
|
-
"shape": "
|
|
6474
|
+
"shape": "Slp"
|
|
6473
6475
|
}
|
|
6474
6476
|
},
|
|
6475
|
-
"
|
|
6477
|
+
"Smi": {
|
|
6476
6478
|
"type": "structure",
|
|
6477
6479
|
"members": {
|
|
6478
6480
|
"SettingId": {},
|
|
@@ -6485,7 +6487,7 @@
|
|
|
6485
6487
|
"Status": {}
|
|
6486
6488
|
}
|
|
6487
6489
|
},
|
|
6488
|
-
"
|
|
6490
|
+
"Sn0": {
|
|
6489
6491
|
"type": "list",
|
|
6490
6492
|
"member": {
|
|
6491
6493
|
"type": "structure",
|
|
@@ -6499,7 +6501,7 @@
|
|
|
6499
6501
|
}
|
|
6500
6502
|
}
|
|
6501
6503
|
},
|
|
6502
|
-
"
|
|
6504
|
+
"Sng": {
|
|
6503
6505
|
"type": "structure",
|
|
6504
6506
|
"members": {
|
|
6505
6507
|
"CommandId": {},
|
|
@@ -6542,10 +6544,10 @@
|
|
|
6542
6544
|
},
|
|
6543
6545
|
"ServiceRole": {},
|
|
6544
6546
|
"NotificationConfig": {
|
|
6545
|
-
"shape": "
|
|
6547
|
+
"shape": "Skc"
|
|
6546
6548
|
},
|
|
6547
6549
|
"CloudWatchOutputConfig": {
|
|
6548
|
-
"shape": "
|
|
6550
|
+
"shape": "Sia"
|
|
6549
6551
|
},
|
|
6550
6552
|
"TimeoutSeconds": {
|
|
6551
6553
|
"type": "integer"
|
|
@@ -6558,7 +6560,7 @@
|
|
|
6558
6560
|
}
|
|
6559
6561
|
}
|
|
6560
6562
|
},
|
|
6561
|
-
"
|
|
6563
|
+
"Snn": {
|
|
6562
6564
|
"type": "list",
|
|
6563
6565
|
"member": {
|
|
6564
6566
|
"type": "structure",
|
|
@@ -6572,7 +6574,7 @@
|
|
|
6572
6574
|
}
|
|
6573
6575
|
}
|
|
6574
6576
|
},
|
|
6575
|
-
"
|
|
6577
|
+
"So5": {
|
|
6576
6578
|
"type": "structure",
|
|
6577
6579
|
"required": [
|
|
6578
6580
|
"ExecutionTime"
|
|
@@ -6585,23 +6587,23 @@
|
|
|
6585
6587
|
"ExecutionType": {}
|
|
6586
6588
|
}
|
|
6587
6589
|
},
|
|
6588
|
-
"
|
|
6590
|
+
"So8": {
|
|
6589
6591
|
"type": "map",
|
|
6590
6592
|
"key": {},
|
|
6591
6593
|
"value": {}
|
|
6592
6594
|
},
|
|
6593
|
-
"
|
|
6595
|
+
"Sod": {
|
|
6594
6596
|
"type": "structure",
|
|
6595
6597
|
"members": {
|
|
6596
6598
|
"CompliantCount": {
|
|
6597
6599
|
"type": "integer"
|
|
6598
6600
|
},
|
|
6599
6601
|
"SeveritySummary": {
|
|
6600
|
-
"shape": "
|
|
6602
|
+
"shape": "Sof"
|
|
6601
6603
|
}
|
|
6602
6604
|
}
|
|
6603
6605
|
},
|
|
6604
|
-
"
|
|
6606
|
+
"Sof": {
|
|
6605
6607
|
"type": "structure",
|
|
6606
6608
|
"members": {
|
|
6607
6609
|
"CriticalCount": {
|
|
@@ -6624,18 +6626,18 @@
|
|
|
6624
6626
|
}
|
|
6625
6627
|
}
|
|
6626
6628
|
},
|
|
6627
|
-
"
|
|
6629
|
+
"Sog": {
|
|
6628
6630
|
"type": "structure",
|
|
6629
6631
|
"members": {
|
|
6630
6632
|
"NonCompliantCount": {
|
|
6631
6633
|
"type": "integer"
|
|
6632
6634
|
},
|
|
6633
6635
|
"SeveritySummary": {
|
|
6634
|
-
"shape": "
|
|
6636
|
+
"shape": "Sof"
|
|
6635
6637
|
}
|
|
6636
6638
|
}
|
|
6637
6639
|
},
|
|
6638
|
-
"
|
|
6640
|
+
"Son": {
|
|
6639
6641
|
"type": "list",
|
|
6640
6642
|
"member": {
|
|
6641
6643
|
"type": "structure",
|
|
@@ -6645,7 +6647,7 @@
|
|
|
6645
6647
|
}
|
|
6646
6648
|
}
|
|
6647
6649
|
},
|
|
6648
|
-
"
|
|
6650
|
+
"Spl": {
|
|
6649
6651
|
"type": "structure",
|
|
6650
6652
|
"members": {
|
|
6651
6653
|
"Arn": {}
|