cdk-lambda-subminute 2.0.300 → 2.0.301
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +23 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +8 -4
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +30 -20
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1119 -79
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +16 -0
- package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
- package/node_modules/aws-sdk/clients/ec2.d.ts +19 -1
- package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
- package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
- package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +39 -5
- package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
- package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
- package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1517 -128
- package/node_modules/aws-sdk/clients/transfer.d.ts +25 -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 +27 -27
- package/node_modules/aws-sdk/dist/aws-sdk.js +324 -271
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1095,7 +1095,7 @@
|
|
1095
1095
|
"type": "structure",
|
1096
1096
|
"members": {
|
1097
1097
|
"Filters": {
|
1098
|
-
"shape": "
|
1098
|
+
"shape": "Sag"
|
1099
1099
|
},
|
1100
1100
|
"MaxResults": {
|
1101
1101
|
"type": "integer"
|
@@ -1109,7 +1109,7 @@
|
|
1109
1109
|
"Patches": {
|
1110
1110
|
"type": "list",
|
1111
1111
|
"member": {
|
1112
|
-
"shape": "
|
1112
|
+
"shape": "Sao"
|
1113
1113
|
}
|
1114
1114
|
},
|
1115
1115
|
"NextToken": {}
|
@@ -1157,7 +1157,7 @@
|
|
1157
1157
|
"type": "structure",
|
1158
1158
|
"members": {
|
1159
1159
|
"AccountIds": {
|
1160
|
-
"shape": "
|
1160
|
+
"shape": "Sbj"
|
1161
1161
|
},
|
1162
1162
|
"AccountSharingInfoList": {
|
1163
1163
|
"type": "list",
|
@@ -1229,7 +1229,7 @@
|
|
1229
1229
|
"type": "structure",
|
1230
1230
|
"members": {
|
1231
1231
|
"Patch": {
|
1232
|
-
"shape": "
|
1232
|
+
"shape": "Sao"
|
1233
1233
|
},
|
1234
1234
|
"PatchStatus": {
|
1235
1235
|
"type": "structure",
|
@@ -1316,7 +1316,7 @@
|
|
1316
1316
|
"members": {
|
1317
1317
|
"key": {},
|
1318
1318
|
"valueSet": {
|
1319
|
-
"shape": "
|
1319
|
+
"shape": "Scc"
|
1320
1320
|
}
|
1321
1321
|
}
|
1322
1322
|
}
|
@@ -1332,7 +1332,7 @@
|
|
1332
1332
|
"members": {
|
1333
1333
|
"Key": {},
|
1334
1334
|
"Values": {
|
1335
|
-
"shape": "
|
1335
|
+
"shape": "Scc"
|
1336
1336
|
}
|
1337
1337
|
}
|
1338
1338
|
}
|
@@ -1423,7 +1423,7 @@
|
|
1423
1423
|
"InstancePatchStates": {
|
1424
1424
|
"type": "list",
|
1425
1425
|
"member": {
|
1426
|
-
"shape": "
|
1426
|
+
"shape": "Scy"
|
1427
1427
|
}
|
1428
1428
|
},
|
1429
1429
|
"NextToken": {}
|
@@ -1469,7 +1469,7 @@
|
|
1469
1469
|
"InstancePatchStates": {
|
1470
1470
|
"type": "list",
|
1471
1471
|
"member": {
|
1472
|
-
"shape": "
|
1472
|
+
"shape": "Scy"
|
1473
1473
|
}
|
1474
1474
|
},
|
1475
1475
|
"NextToken": {}
|
@@ -1485,7 +1485,7 @@
|
|
1485
1485
|
"members": {
|
1486
1486
|
"InstanceId": {},
|
1487
1487
|
"Filters": {
|
1488
|
-
"shape": "
|
1488
|
+
"shape": "Sag"
|
1489
1489
|
},
|
1490
1490
|
"NextToken": {},
|
1491
1491
|
"MaxResults": {
|
@@ -1575,7 +1575,7 @@
|
|
1575
1575
|
"WindowExecutionId": {},
|
1576
1576
|
"TaskId": {},
|
1577
1577
|
"Filters": {
|
1578
|
-
"shape": "
|
1578
|
+
"shape": "Se4"
|
1579
1579
|
},
|
1580
1580
|
"MaxResults": {
|
1581
1581
|
"type": "integer"
|
@@ -1597,7 +1597,7 @@
|
|
1597
1597
|
"ExecutionId": {},
|
1598
1598
|
"TaskType": {},
|
1599
1599
|
"Parameters": {
|
1600
|
-
"shape": "
|
1600
|
+
"shape": "Seg"
|
1601
1601
|
},
|
1602
1602
|
"Status": {},
|
1603
1603
|
"StatusDetails": {},
|
@@ -1608,7 +1608,7 @@
|
|
1608
1608
|
"type": "timestamp"
|
1609
1609
|
},
|
1610
1610
|
"OwnerInformation": {
|
1611
|
-
"shape": "
|
1611
|
+
"shape": "Sd1"
|
1612
1612
|
},
|
1613
1613
|
"WindowTargetId": {}
|
1614
1614
|
}
|
@@ -1627,7 +1627,7 @@
|
|
1627
1627
|
"members": {
|
1628
1628
|
"WindowExecutionId": {},
|
1629
1629
|
"Filters": {
|
1630
|
-
"shape": "
|
1630
|
+
"shape": "Se4"
|
1631
1631
|
},
|
1632
1632
|
"MaxResults": {
|
1633
1633
|
"type": "integer"
|
@@ -1677,7 +1677,7 @@
|
|
1677
1677
|
"members": {
|
1678
1678
|
"WindowId": {},
|
1679
1679
|
"Filters": {
|
1680
|
-
"shape": "
|
1680
|
+
"shape": "Se4"
|
1681
1681
|
},
|
1682
1682
|
"MaxResults": {
|
1683
1683
|
"type": "integer"
|
@@ -1720,7 +1720,7 @@
|
|
1720
1720
|
},
|
1721
1721
|
"ResourceType": {},
|
1722
1722
|
"Filters": {
|
1723
|
-
"shape": "
|
1723
|
+
"shape": "Sag"
|
1724
1724
|
},
|
1725
1725
|
"MaxResults": {
|
1726
1726
|
"type": "integer"
|
@@ -1755,7 +1755,7 @@
|
|
1755
1755
|
"members": {
|
1756
1756
|
"WindowId": {},
|
1757
1757
|
"Filters": {
|
1758
|
-
"shape": "
|
1758
|
+
"shape": "Se4"
|
1759
1759
|
},
|
1760
1760
|
"MaxResults": {
|
1761
1761
|
"type": "integer"
|
@@ -1778,7 +1778,7 @@
|
|
1778
1778
|
"shape": "S18"
|
1779
1779
|
},
|
1780
1780
|
"OwnerInformation": {
|
1781
|
-
"shape": "
|
1781
|
+
"shape": "Sd1"
|
1782
1782
|
},
|
1783
1783
|
"Name": {},
|
1784
1784
|
"Description": {
|
@@ -1800,7 +1800,7 @@
|
|
1800
1800
|
"members": {
|
1801
1801
|
"WindowId": {},
|
1802
1802
|
"Filters": {
|
1803
|
-
"shape": "
|
1803
|
+
"shape": "Se4"
|
1804
1804
|
},
|
1805
1805
|
"MaxResults": {
|
1806
1806
|
"type": "integer"
|
@@ -1824,13 +1824,13 @@
|
|
1824
1824
|
"shape": "S18"
|
1825
1825
|
},
|
1826
1826
|
"TaskParameters": {
|
1827
|
-
"shape": "
|
1827
|
+
"shape": "Sf7"
|
1828
1828
|
},
|
1829
1829
|
"Priority": {
|
1830
1830
|
"type": "integer"
|
1831
1831
|
},
|
1832
1832
|
"LoggingInfo": {
|
1833
|
-
"shape": "
|
1833
|
+
"shape": "Sfd"
|
1834
1834
|
},
|
1835
1835
|
"ServiceRoleArn": {},
|
1836
1836
|
"MaxConcurrency": {},
|
@@ -1855,7 +1855,7 @@
|
|
1855
1855
|
"type": "structure",
|
1856
1856
|
"members": {
|
1857
1857
|
"Filters": {
|
1858
|
-
"shape": "
|
1858
|
+
"shape": "Se4"
|
1859
1859
|
},
|
1860
1860
|
"MaxResults": {
|
1861
1861
|
"type": "integer"
|
@@ -2034,7 +2034,7 @@
|
|
2034
2034
|
}
|
2035
2035
|
},
|
2036
2036
|
"ParameterFilters": {
|
2037
|
-
"shape": "
|
2037
|
+
"shape": "Sg7"
|
2038
2038
|
},
|
2039
2039
|
"MaxResults": {
|
2040
2040
|
"type": "integer"
|
@@ -2064,7 +2064,7 @@
|
|
2064
2064
|
},
|
2065
2065
|
"Tier": {},
|
2066
2066
|
"Policies": {
|
2067
|
-
"shape": "
|
2067
|
+
"shape": "Sgm"
|
2068
2068
|
},
|
2069
2069
|
"DataType": {}
|
2070
2070
|
}
|
@@ -2079,7 +2079,7 @@
|
|
2079
2079
|
"type": "structure",
|
2080
2080
|
"members": {
|
2081
2081
|
"Filters": {
|
2082
|
-
"shape": "
|
2082
|
+
"shape": "Sag"
|
2083
2083
|
},
|
2084
2084
|
"MaxResults": {
|
2085
2085
|
"type": "integer"
|
@@ -2093,7 +2093,7 @@
|
|
2093
2093
|
"BaselineIdentities": {
|
2094
2094
|
"type": "list",
|
2095
2095
|
"member": {
|
2096
|
-
"shape": "
|
2096
|
+
"shape": "Sgs"
|
2097
2097
|
}
|
2098
2098
|
},
|
2099
2099
|
"NextToken": {}
|
@@ -2160,7 +2160,7 @@
|
|
2160
2160
|
"type": "integer"
|
2161
2161
|
},
|
2162
2162
|
"Filters": {
|
2163
|
-
"shape": "
|
2163
|
+
"shape": "Sag"
|
2164
2164
|
},
|
2165
2165
|
"NextToken": {}
|
2166
2166
|
}
|
@@ -2175,7 +2175,7 @@
|
|
2175
2175
|
"members": {
|
2176
2176
|
"PatchGroup": {},
|
2177
2177
|
"BaselineIdentity": {
|
2178
|
-
"shape": "
|
2178
|
+
"shape": "Sgs"
|
2179
2179
|
}
|
2180
2180
|
}
|
2181
2181
|
}
|
@@ -2392,7 +2392,10 @@
|
|
2392
2392
|
},
|
2393
2393
|
"OpsItemId": {},
|
2394
2394
|
"AssociationId": {},
|
2395
|
-
"ChangeRequestName": {}
|
2395
|
+
"ChangeRequestName": {},
|
2396
|
+
"Variables": {
|
2397
|
+
"shape": "S9m"
|
2398
|
+
}
|
2396
2399
|
}
|
2397
2400
|
}
|
2398
2401
|
}
|
@@ -2455,7 +2458,7 @@
|
|
2455
2458
|
"StandardErrorContent": {},
|
2456
2459
|
"StandardErrorUrl": {},
|
2457
2460
|
"CloudWatchOutputConfig": {
|
2458
|
-
"shape": "
|
2461
|
+
"shape": "Sid"
|
2459
2462
|
}
|
2460
2463
|
}
|
2461
2464
|
}
|
@@ -2596,10 +2599,10 @@
|
|
2596
2599
|
"type": "structure",
|
2597
2600
|
"members": {
|
2598
2601
|
"Filters": {
|
2599
|
-
"shape": "
|
2602
|
+
"shape": "Siz"
|
2600
2603
|
},
|
2601
2604
|
"Aggregators": {
|
2602
|
-
"shape": "
|
2605
|
+
"shape": "Sj5"
|
2603
2606
|
},
|
2604
2607
|
"ResultAttributes": {
|
2605
2608
|
"type": "list",
|
@@ -2644,7 +2647,7 @@
|
|
2644
2647
|
"CaptureTime": {},
|
2645
2648
|
"ContentHash": {},
|
2646
2649
|
"Content": {
|
2647
|
-
"shape": "
|
2650
|
+
"shape": "Sjm"
|
2648
2651
|
}
|
2649
2652
|
}
|
2650
2653
|
}
|
@@ -2808,7 +2811,7 @@
|
|
2808
2811
|
"TaskParameters": {
|
2809
2812
|
"type": "list",
|
2810
2813
|
"member": {
|
2811
|
-
"shape": "
|
2814
|
+
"shape": "Sf7"
|
2812
2815
|
},
|
2813
2816
|
"sensitive": true
|
2814
2817
|
},
|
@@ -2857,7 +2860,7 @@
|
|
2857
2860
|
"ExecutionId": {},
|
2858
2861
|
"TaskType": {},
|
2859
2862
|
"Parameters": {
|
2860
|
-
"shape": "
|
2863
|
+
"shape": "Seg"
|
2861
2864
|
},
|
2862
2865
|
"Status": {},
|
2863
2866
|
"StatusDetails": {},
|
@@ -2868,7 +2871,7 @@
|
|
2868
2871
|
"type": "timestamp"
|
2869
2872
|
},
|
2870
2873
|
"OwnerInformation": {
|
2871
|
-
"shape": "
|
2874
|
+
"shape": "Sd1"
|
2872
2875
|
},
|
2873
2876
|
"WindowTargetId": {}
|
2874
2877
|
}
|
@@ -2898,10 +2901,10 @@
|
|
2898
2901
|
"ServiceRoleArn": {},
|
2899
2902
|
"TaskType": {},
|
2900
2903
|
"TaskParameters": {
|
2901
|
-
"shape": "
|
2904
|
+
"shape": "Sf7"
|
2902
2905
|
},
|
2903
2906
|
"TaskInvocationParameters": {
|
2904
|
-
"shape": "
|
2907
|
+
"shape": "Skd"
|
2905
2908
|
},
|
2906
2909
|
"Priority": {
|
2907
2910
|
"type": "integer"
|
@@ -2909,7 +2912,7 @@
|
|
2909
2912
|
"MaxConcurrency": {},
|
2910
2913
|
"MaxErrors": {},
|
2911
2914
|
"LoggingInfo": {
|
2912
|
-
"shape": "
|
2915
|
+
"shape": "Sfd"
|
2913
2916
|
},
|
2914
2917
|
"Name": {},
|
2915
2918
|
"Description": {
|
@@ -3017,10 +3020,10 @@
|
|
3017
3020
|
"members": {
|
3018
3021
|
"SyncName": {},
|
3019
3022
|
"Filters": {
|
3020
|
-
"shape": "
|
3023
|
+
"shape": "Sl0"
|
3021
3024
|
},
|
3022
3025
|
"Aggregators": {
|
3023
|
-
"shape": "
|
3026
|
+
"shape": "Sl6"
|
3024
3027
|
},
|
3025
3028
|
"ResultAttributes": {
|
3026
3029
|
"type": "list",
|
@@ -3091,7 +3094,7 @@
|
|
3091
3094
|
"type": "structure",
|
3092
3095
|
"members": {
|
3093
3096
|
"Parameter": {
|
3094
|
-
"shape": "
|
3097
|
+
"shape": "Sls"
|
3095
3098
|
}
|
3096
3099
|
}
|
3097
3100
|
}
|
@@ -3130,18 +3133,18 @@
|
|
3130
3133
|
"LastModifiedUser": {},
|
3131
3134
|
"Description": {},
|
3132
3135
|
"Value": {
|
3133
|
-
"shape": "
|
3136
|
+
"shape": "Slt"
|
3134
3137
|
},
|
3135
3138
|
"AllowedPattern": {},
|
3136
3139
|
"Version": {
|
3137
3140
|
"type": "long"
|
3138
3141
|
},
|
3139
3142
|
"Labels": {
|
3140
|
-
"shape": "
|
3143
|
+
"shape": "Slz"
|
3141
3144
|
},
|
3142
3145
|
"Tier": {},
|
3143
3146
|
"Policies": {
|
3144
|
-
"shape": "
|
3147
|
+
"shape": "Sgm"
|
3145
3148
|
},
|
3146
3149
|
"DataType": {}
|
3147
3150
|
}
|
@@ -3170,7 +3173,7 @@
|
|
3170
3173
|
"type": "structure",
|
3171
3174
|
"members": {
|
3172
3175
|
"Parameters": {
|
3173
|
-
"shape": "
|
3176
|
+
"shape": "Sm3"
|
3174
3177
|
},
|
3175
3178
|
"InvalidParameters": {
|
3176
3179
|
"shape": "S7m"
|
@@ -3190,7 +3193,7 @@
|
|
3190
3193
|
"type": "boolean"
|
3191
3194
|
},
|
3192
3195
|
"ParameterFilters": {
|
3193
|
-
"shape": "
|
3196
|
+
"shape": "Sg7"
|
3194
3197
|
},
|
3195
3198
|
"WithDecryption": {
|
3196
3199
|
"type": "boolean"
|
@@ -3205,7 +3208,7 @@
|
|
3205
3208
|
"type": "structure",
|
3206
3209
|
"members": {
|
3207
3210
|
"Parameters": {
|
3208
|
-
"shape": "
|
3211
|
+
"shape": "Sm3"
|
3209
3212
|
},
|
3210
3213
|
"NextToken": {}
|
3211
3214
|
}
|
@@ -3327,7 +3330,7 @@
|
|
3327
3330
|
"type": "structure",
|
3328
3331
|
"members": {
|
3329
3332
|
"ServiceSetting": {
|
3330
|
-
"shape": "
|
3333
|
+
"shape": "Sml"
|
3331
3334
|
}
|
3332
3335
|
}
|
3333
3336
|
}
|
@@ -3345,7 +3348,7 @@
|
|
3345
3348
|
"type": "long"
|
3346
3349
|
},
|
3347
3350
|
"Labels": {
|
3348
|
-
"shape": "
|
3351
|
+
"shape": "Slz"
|
3349
3352
|
}
|
3350
3353
|
}
|
3351
3354
|
},
|
@@ -3353,7 +3356,7 @@
|
|
3353
3356
|
"type": "structure",
|
3354
3357
|
"members": {
|
3355
3358
|
"InvalidLabels": {
|
3356
|
-
"shape": "
|
3359
|
+
"shape": "Slz"
|
3357
3360
|
},
|
3358
3361
|
"ParameterVersion": {
|
3359
3362
|
"type": "long"
|
@@ -3499,7 +3502,7 @@
|
|
3499
3502
|
},
|
3500
3503
|
"NextToken": {},
|
3501
3504
|
"Filters": {
|
3502
|
-
"shape": "
|
3505
|
+
"shape": "Sn3"
|
3503
3506
|
},
|
3504
3507
|
"Details": {
|
3505
3508
|
"type": "boolean"
|
@@ -3556,10 +3559,10 @@
|
|
3556
3559
|
},
|
3557
3560
|
"ServiceRole": {},
|
3558
3561
|
"NotificationConfig": {
|
3559
|
-
"shape": "
|
3562
|
+
"shape": "Skf"
|
3560
3563
|
},
|
3561
3564
|
"CloudWatchOutputConfig": {
|
3562
|
-
"shape": "
|
3565
|
+
"shape": "Sid"
|
3563
3566
|
}
|
3564
3567
|
}
|
3565
3568
|
}
|
@@ -3579,7 +3582,7 @@
|
|
3579
3582
|
},
|
3580
3583
|
"NextToken": {},
|
3581
3584
|
"Filters": {
|
3582
|
-
"shape": "
|
3585
|
+
"shape": "Sn3"
|
3583
3586
|
}
|
3584
3587
|
}
|
3585
3588
|
},
|
@@ -3589,7 +3592,7 @@
|
|
3589
3592
|
"Commands": {
|
3590
3593
|
"type": "list",
|
3591
3594
|
"member": {
|
3592
|
-
"shape": "
|
3595
|
+
"shape": "Snj"
|
3593
3596
|
}
|
3594
3597
|
},
|
3595
3598
|
"NextToken": {}
|
@@ -3601,7 +3604,7 @@
|
|
3601
3604
|
"type": "structure",
|
3602
3605
|
"members": {
|
3603
3606
|
"Filters": {
|
3604
|
-
"shape": "
|
3607
|
+
"shape": "Snq"
|
3605
3608
|
},
|
3606
3609
|
"ResourceIds": {
|
3607
3610
|
"type": "list",
|
@@ -3633,10 +3636,10 @@
|
|
3633
3636
|
"Status": {},
|
3634
3637
|
"Severity": {},
|
3635
3638
|
"ExecutionSummary": {
|
3636
|
-
"shape": "
|
3639
|
+
"shape": "So8"
|
3637
3640
|
},
|
3638
3641
|
"Details": {
|
3639
|
-
"shape": "
|
3642
|
+
"shape": "Sob"
|
3640
3643
|
}
|
3641
3644
|
}
|
3642
3645
|
}
|
@@ -3650,7 +3653,7 @@
|
|
3650
3653
|
"type": "structure",
|
3651
3654
|
"members": {
|
3652
3655
|
"Filters": {
|
3653
|
-
"shape": "
|
3656
|
+
"shape": "Snq"
|
3654
3657
|
},
|
3655
3658
|
"NextToken": {},
|
3656
3659
|
"MaxResults": {
|
@@ -3668,10 +3671,10 @@
|
|
3668
3671
|
"members": {
|
3669
3672
|
"ComplianceType": {},
|
3670
3673
|
"CompliantSummary": {
|
3671
|
-
"shape": "
|
3674
|
+
"shape": "Sog"
|
3672
3675
|
},
|
3673
3676
|
"NonCompliantSummary": {
|
3674
|
-
"shape": "
|
3677
|
+
"shape": "Soj"
|
3675
3678
|
}
|
3676
3679
|
}
|
3677
3680
|
}
|
@@ -3719,7 +3722,7 @@
|
|
3719
3722
|
},
|
3720
3723
|
"ReviewStatus": {},
|
3721
3724
|
"Comment": {
|
3722
|
-
"shape": "
|
3725
|
+
"shape": "Soq"
|
3723
3726
|
},
|
3724
3727
|
"Reviewer": {}
|
3725
3728
|
}
|
@@ -3860,7 +3863,7 @@
|
|
3860
3863
|
"InstanceId": {},
|
3861
3864
|
"TypeName": {},
|
3862
3865
|
"Filters": {
|
3863
|
-
"shape": "
|
3866
|
+
"shape": "Siz"
|
3864
3867
|
},
|
3865
3868
|
"NextToken": {},
|
3866
3869
|
"MaxResults": {
|
@@ -3876,7 +3879,7 @@
|
|
3876
3879
|
"SchemaVersion": {},
|
3877
3880
|
"CaptureTime": {},
|
3878
3881
|
"Entries": {
|
3879
|
-
"shape": "
|
3882
|
+
"shape": "Sjm"
|
3880
3883
|
},
|
3881
3884
|
"NextToken": {}
|
3882
3885
|
}
|
@@ -3926,7 +3929,7 @@
|
|
3926
3929
|
"DetailType": {},
|
3927
3930
|
"Detail": {},
|
3928
3931
|
"CreatedBy": {
|
3929
|
-
"shape": "
|
3932
|
+
"shape": "Spo"
|
3930
3933
|
},
|
3931
3934
|
"CreatedTime": {
|
3932
3935
|
"type": "timestamp"
|
@@ -3982,13 +3985,13 @@
|
|
3982
3985
|
"AssociationType": {},
|
3983
3986
|
"ResourceUri": {},
|
3984
3987
|
"CreatedBy": {
|
3985
|
-
"shape": "
|
3988
|
+
"shape": "Spo"
|
3986
3989
|
},
|
3987
3990
|
"CreatedTime": {
|
3988
3991
|
"type": "timestamp"
|
3989
3992
|
},
|
3990
3993
|
"LastModifiedBy": {
|
3991
|
-
"shape": "
|
3994
|
+
"shape": "Spo"
|
3992
3995
|
},
|
3993
3996
|
"LastModifiedTime": {
|
3994
3997
|
"type": "timestamp"
|
@@ -4055,7 +4058,7 @@
|
|
4055
4058
|
"type": "structure",
|
4056
4059
|
"members": {
|
4057
4060
|
"Filters": {
|
4058
|
-
"shape": "
|
4061
|
+
"shape": "Snq"
|
4059
4062
|
},
|
4060
4063
|
"NextToken": {},
|
4061
4064
|
"MaxResults": {
|
@@ -4077,13 +4080,13 @@
|
|
4077
4080
|
"Status": {},
|
4078
4081
|
"OverallSeverity": {},
|
4079
4082
|
"ExecutionSummary": {
|
4080
|
-
"shape": "
|
4083
|
+
"shape": "So8"
|
4081
4084
|
},
|
4082
4085
|
"CompliantSummary": {
|
4083
|
-
"shape": "
|
4086
|
+
"shape": "Sog"
|
4084
4087
|
},
|
4085
4088
|
"NonCompliantSummary": {
|
4086
|
-
"shape": "
|
4089
|
+
"shape": "Soj"
|
4087
4090
|
}
|
4088
4091
|
}
|
4089
4092
|
}
|
@@ -4188,10 +4191,10 @@
|
|
4188
4191
|
"Name": {},
|
4189
4192
|
"PermissionType": {},
|
4190
4193
|
"AccountIdsToAdd": {
|
4191
|
-
"shape": "
|
4194
|
+
"shape": "Sbj"
|
4192
4195
|
},
|
4193
4196
|
"AccountIdsToRemove": {
|
4194
|
-
"shape": "
|
4197
|
+
"shape": "Sbj"
|
4195
4198
|
},
|
4196
4199
|
"SharedDocumentVersion": {}
|
4197
4200
|
}
|
@@ -4216,7 +4219,7 @@
|
|
4216
4219
|
"ResourceType": {},
|
4217
4220
|
"ComplianceType": {},
|
4218
4221
|
"ExecutionSummary": {
|
4219
|
-
"shape": "
|
4222
|
+
"shape": "So8"
|
4220
4223
|
},
|
4221
4224
|
"Items": {
|
4222
4225
|
"type": "list",
|
@@ -4232,7 +4235,7 @@
|
|
4232
4235
|
"Severity": {},
|
4233
4236
|
"Status": {},
|
4234
4237
|
"Details": {
|
4235
|
-
"shape": "
|
4238
|
+
"shape": "Sob"
|
4236
4239
|
}
|
4237
4240
|
}
|
4238
4241
|
}
|
@@ -4270,7 +4273,7 @@
|
|
4270
4273
|
"CaptureTime": {},
|
4271
4274
|
"ContentHash": {},
|
4272
4275
|
"Content": {
|
4273
|
-
"shape": "
|
4276
|
+
"shape": "Sjm"
|
4274
4277
|
},
|
4275
4278
|
"Context": {
|
4276
4279
|
"type": "map",
|
@@ -4300,7 +4303,7 @@
|
|
4300
4303
|
"Name": {},
|
4301
4304
|
"Description": {},
|
4302
4305
|
"Value": {
|
4303
|
-
"shape": "
|
4306
|
+
"shape": "Slt"
|
4304
4307
|
},
|
4305
4308
|
"Type": {},
|
4306
4309
|
"KeyId": {},
|
@@ -4400,7 +4403,7 @@
|
|
4400
4403
|
"shape": "S18"
|
4401
4404
|
},
|
4402
4405
|
"OwnerInformation": {
|
4403
|
-
"shape": "
|
4406
|
+
"shape": "Sd1"
|
4404
4407
|
},
|
4405
4408
|
"Name": {},
|
4406
4409
|
"Description": {
|
@@ -4435,10 +4438,10 @@
|
|
4435
4438
|
"ServiceRoleArn": {},
|
4436
4439
|
"TaskType": {},
|
4437
4440
|
"TaskParameters": {
|
4438
|
-
"shape": "
|
4441
|
+
"shape": "Sf7"
|
4439
4442
|
},
|
4440
4443
|
"TaskInvocationParameters": {
|
4441
|
-
"shape": "
|
4444
|
+
"shape": "Skd"
|
4442
4445
|
},
|
4443
4446
|
"Priority": {
|
4444
4447
|
"type": "integer"
|
@@ -4446,7 +4449,7 @@
|
|
4446
4449
|
"MaxConcurrency": {},
|
4447
4450
|
"MaxErrors": {},
|
4448
4451
|
"LoggingInfo": {
|
4449
|
-
"shape": "
|
4452
|
+
"shape": "Sfd"
|
4450
4453
|
},
|
4451
4454
|
"Name": {},
|
4452
4455
|
"Description": {
|
@@ -4504,7 +4507,7 @@
|
|
4504
4507
|
"type": "structure",
|
4505
4508
|
"members": {
|
4506
4509
|
"ServiceSetting": {
|
4507
|
-
"shape": "
|
4510
|
+
"shape": "Sml"
|
4508
4511
|
}
|
4509
4512
|
}
|
4510
4513
|
}
|
@@ -4579,10 +4582,10 @@
|
|
4579
4582
|
"MaxErrors": {},
|
4580
4583
|
"ServiceRoleArn": {},
|
4581
4584
|
"NotificationConfig": {
|
4582
|
-
"shape": "
|
4585
|
+
"shape": "Skf"
|
4583
4586
|
},
|
4584
4587
|
"CloudWatchOutputConfig": {
|
4585
|
-
"shape": "
|
4588
|
+
"shape": "Sid"
|
4586
4589
|
},
|
4587
4590
|
"AlarmConfiguration": {
|
4588
4591
|
"shape": "S1z"
|
@@ -4593,7 +4596,7 @@
|
|
4593
4596
|
"type": "structure",
|
4594
4597
|
"members": {
|
4595
4598
|
"Command": {
|
4596
|
-
"shape": "
|
4599
|
+
"shape": "Snj"
|
4597
4600
|
}
|
4598
4601
|
}
|
4599
4602
|
}
|
@@ -4773,7 +4776,7 @@
|
|
4773
4776
|
"type": "long"
|
4774
4777
|
},
|
4775
4778
|
"Labels": {
|
4776
|
-
"shape": "
|
4779
|
+
"shape": "Slz"
|
4777
4780
|
}
|
4778
4781
|
}
|
4779
4782
|
},
|
@@ -4781,10 +4784,10 @@
|
|
4781
4784
|
"type": "structure",
|
4782
4785
|
"members": {
|
4783
4786
|
"RemovedLabels": {
|
4784
|
-
"shape": "
|
4787
|
+
"shape": "Slz"
|
4785
4788
|
},
|
4786
4789
|
"InvalidLabels": {
|
4787
|
-
"shape": "
|
4790
|
+
"shape": "Slz"
|
4788
4791
|
}
|
4789
4792
|
}
|
4790
4793
|
}
|
@@ -4943,7 +4946,7 @@
|
|
4943
4946
|
"members": {
|
4944
4947
|
"Action": {},
|
4945
4948
|
"Comment": {
|
4946
|
-
"shape": "
|
4949
|
+
"shape": "Soq"
|
4947
4950
|
}
|
4948
4951
|
}
|
4949
4952
|
}
|
@@ -5034,7 +5037,7 @@
|
|
5034
5037
|
"shape": "S18"
|
5035
5038
|
},
|
5036
5039
|
"OwnerInformation": {
|
5037
|
-
"shape": "
|
5040
|
+
"shape": "Sd1"
|
5038
5041
|
},
|
5039
5042
|
"Name": {},
|
5040
5043
|
"Description": {
|
@@ -5054,7 +5057,7 @@
|
|
5054
5057
|
"shape": "S18"
|
5055
5058
|
},
|
5056
5059
|
"OwnerInformation": {
|
5057
|
-
"shape": "
|
5060
|
+
"shape": "Sd1"
|
5058
5061
|
},
|
5059
5062
|
"Name": {},
|
5060
5063
|
"Description": {
|
@@ -5079,10 +5082,10 @@
|
|
5079
5082
|
"TaskArn": {},
|
5080
5083
|
"ServiceRoleArn": {},
|
5081
5084
|
"TaskParameters": {
|
5082
|
-
"shape": "
|
5085
|
+
"shape": "Sf7"
|
5083
5086
|
},
|
5084
5087
|
"TaskInvocationParameters": {
|
5085
|
-
"shape": "
|
5088
|
+
"shape": "Skd"
|
5086
5089
|
},
|
5087
5090
|
"Priority": {
|
5088
5091
|
"type": "integer"
|
@@ -5090,7 +5093,7 @@
|
|
5090
5093
|
"MaxConcurrency": {},
|
5091
5094
|
"MaxErrors": {},
|
5092
5095
|
"LoggingInfo": {
|
5093
|
-
"shape": "
|
5096
|
+
"shape": "Sfd"
|
5094
5097
|
},
|
5095
5098
|
"Name": {},
|
5096
5099
|
"Description": {
|
@@ -5116,10 +5119,10 @@
|
|
5116
5119
|
"TaskArn": {},
|
5117
5120
|
"ServiceRoleArn": {},
|
5118
5121
|
"TaskParameters": {
|
5119
|
-
"shape": "
|
5122
|
+
"shape": "Sf7"
|
5120
5123
|
},
|
5121
5124
|
"TaskInvocationParameters": {
|
5122
|
-
"shape": "
|
5125
|
+
"shape": "Skd"
|
5123
5126
|
},
|
5124
5127
|
"Priority": {
|
5125
5128
|
"type": "integer"
|
@@ -5127,7 +5130,7 @@
|
|
5127
5130
|
"MaxConcurrency": {},
|
5128
5131
|
"MaxErrors": {},
|
5129
5132
|
"LoggingInfo": {
|
5130
|
-
"shape": "
|
5133
|
+
"shape": "Sfd"
|
5131
5134
|
},
|
5132
5135
|
"Name": {},
|
5133
5136
|
"Description": {
|
@@ -6059,11 +6062,23 @@
|
|
6059
6062
|
},
|
6060
6063
|
"TriggeredAlarms": {
|
6061
6064
|
"shape": "S2n"
|
6065
|
+
},
|
6066
|
+
"ParentStepDetails": {
|
6067
|
+
"type": "structure",
|
6068
|
+
"members": {
|
6069
|
+
"StepExecutionId": {},
|
6070
|
+
"StepName": {},
|
6071
|
+
"Action": {},
|
6072
|
+
"Iteration": {
|
6073
|
+
"type": "integer"
|
6074
|
+
},
|
6075
|
+
"IteratorValue": {}
|
6076
|
+
}
|
6062
6077
|
}
|
6063
6078
|
}
|
6064
6079
|
}
|
6065
6080
|
},
|
6066
|
-
"
|
6081
|
+
"Sag": {
|
6067
6082
|
"type": "list",
|
6068
6083
|
"member": {
|
6069
6084
|
"type": "structure",
|
@@ -6076,7 +6091,7 @@
|
|
6076
6091
|
}
|
6077
6092
|
}
|
6078
6093
|
},
|
6079
|
-
"
|
6094
|
+
"Sao": {
|
6080
6095
|
"type": "structure",
|
6081
6096
|
"members": {
|
6082
6097
|
"Id": {},
|
@@ -6117,15 +6132,15 @@
|
|
6117
6132
|
"Repository": {}
|
6118
6133
|
}
|
6119
6134
|
},
|
6120
|
-
"
|
6135
|
+
"Sbj": {
|
6121
6136
|
"type": "list",
|
6122
6137
|
"member": {}
|
6123
6138
|
},
|
6124
|
-
"
|
6139
|
+
"Scc": {
|
6125
6140
|
"type": "list",
|
6126
6141
|
"member": {}
|
6127
6142
|
},
|
6128
|
-
"
|
6143
|
+
"Scy": {
|
6129
6144
|
"type": "structure",
|
6130
6145
|
"required": [
|
6131
6146
|
"InstanceId",
|
@@ -6142,7 +6157,7 @@
|
|
6142
6157
|
"SnapshotId": {},
|
6143
6158
|
"InstallOverrideList": {},
|
6144
6159
|
"OwnerInformation": {
|
6145
|
-
"shape": "
|
6160
|
+
"shape": "Sd1"
|
6146
6161
|
},
|
6147
6162
|
"InstalledCount": {
|
6148
6163
|
"type": "integer"
|
@@ -6190,11 +6205,11 @@
|
|
6190
6205
|
}
|
6191
6206
|
}
|
6192
6207
|
},
|
6193
|
-
"
|
6208
|
+
"Sd1": {
|
6194
6209
|
"type": "string",
|
6195
6210
|
"sensitive": true
|
6196
6211
|
},
|
6197
|
-
"
|
6212
|
+
"Se4": {
|
6198
6213
|
"type": "list",
|
6199
6214
|
"member": {
|
6200
6215
|
"type": "structure",
|
@@ -6207,11 +6222,11 @@
|
|
6207
6222
|
}
|
6208
6223
|
}
|
6209
6224
|
},
|
6210
|
-
"
|
6225
|
+
"Seg": {
|
6211
6226
|
"type": "string",
|
6212
6227
|
"sensitive": true
|
6213
6228
|
},
|
6214
|
-
"
|
6229
|
+
"Sf7": {
|
6215
6230
|
"type": "map",
|
6216
6231
|
"key": {},
|
6217
6232
|
"value": {
|
@@ -6230,7 +6245,7 @@
|
|
6230
6245
|
},
|
6231
6246
|
"sensitive": true
|
6232
6247
|
},
|
6233
|
-
"
|
6248
|
+
"Sfd": {
|
6234
6249
|
"type": "structure",
|
6235
6250
|
"required": [
|
6236
6251
|
"S3BucketName",
|
@@ -6242,7 +6257,7 @@
|
|
6242
6257
|
"S3Region": {}
|
6243
6258
|
}
|
6244
6259
|
},
|
6245
|
-
"
|
6260
|
+
"Sg7": {
|
6246
6261
|
"type": "list",
|
6247
6262
|
"member": {
|
6248
6263
|
"type": "structure",
|
@@ -6259,7 +6274,7 @@
|
|
6259
6274
|
}
|
6260
6275
|
}
|
6261
6276
|
},
|
6262
|
-
"
|
6277
|
+
"Sgm": {
|
6263
6278
|
"type": "list",
|
6264
6279
|
"member": {
|
6265
6280
|
"type": "structure",
|
@@ -6270,7 +6285,7 @@
|
|
6270
6285
|
}
|
6271
6286
|
}
|
6272
6287
|
},
|
6273
|
-
"
|
6288
|
+
"Sgs": {
|
6274
6289
|
"type": "structure",
|
6275
6290
|
"members": {
|
6276
6291
|
"BaselineId": {},
|
@@ -6282,7 +6297,7 @@
|
|
6282
6297
|
}
|
6283
6298
|
}
|
6284
6299
|
},
|
6285
|
-
"
|
6300
|
+
"Sid": {
|
6286
6301
|
"type": "structure",
|
6287
6302
|
"members": {
|
6288
6303
|
"CloudWatchLogGroupName": {},
|
@@ -6291,7 +6306,7 @@
|
|
6291
6306
|
}
|
6292
6307
|
}
|
6293
6308
|
},
|
6294
|
-
"
|
6309
|
+
"Siz": {
|
6295
6310
|
"type": "list",
|
6296
6311
|
"member": {
|
6297
6312
|
"type": "structure",
|
@@ -6309,14 +6324,14 @@
|
|
6309
6324
|
}
|
6310
6325
|
}
|
6311
6326
|
},
|
6312
|
-
"
|
6327
|
+
"Sj5": {
|
6313
6328
|
"type": "list",
|
6314
6329
|
"member": {
|
6315
6330
|
"type": "structure",
|
6316
6331
|
"members": {
|
6317
6332
|
"Expression": {},
|
6318
6333
|
"Aggregators": {
|
6319
|
-
"shape": "
|
6334
|
+
"shape": "Sj5"
|
6320
6335
|
},
|
6321
6336
|
"Groups": {
|
6322
6337
|
"type": "list",
|
@@ -6329,7 +6344,7 @@
|
|
6329
6344
|
"members": {
|
6330
6345
|
"Name": {},
|
6331
6346
|
"Filters": {
|
6332
|
-
"shape": "
|
6347
|
+
"shape": "Siz"
|
6333
6348
|
}
|
6334
6349
|
}
|
6335
6350
|
}
|
@@ -6337,7 +6352,7 @@
|
|
6337
6352
|
}
|
6338
6353
|
}
|
6339
6354
|
},
|
6340
|
-
"
|
6355
|
+
"Sjm": {
|
6341
6356
|
"type": "list",
|
6342
6357
|
"member": {
|
6343
6358
|
"type": "map",
|
@@ -6345,7 +6360,7 @@
|
|
6345
6360
|
"value": {}
|
6346
6361
|
}
|
6347
6362
|
},
|
6348
|
-
"
|
6363
|
+
"Skd": {
|
6349
6364
|
"type": "structure",
|
6350
6365
|
"members": {
|
6351
6366
|
"RunCommand": {
|
@@ -6353,13 +6368,13 @@
|
|
6353
6368
|
"members": {
|
6354
6369
|
"Comment": {},
|
6355
6370
|
"CloudWatchOutputConfig": {
|
6356
|
-
"shape": "
|
6371
|
+
"shape": "Sid"
|
6357
6372
|
},
|
6358
6373
|
"DocumentHash": {},
|
6359
6374
|
"DocumentHashType": {},
|
6360
6375
|
"DocumentVersion": {},
|
6361
6376
|
"NotificationConfig": {
|
6362
|
-
"shape": "
|
6377
|
+
"shape": "Skf"
|
6363
6378
|
},
|
6364
6379
|
"OutputS3BucketName": {},
|
6365
6380
|
"OutputS3KeyPrefix": {},
|
@@ -6404,7 +6419,7 @@
|
|
6404
6419
|
}
|
6405
6420
|
}
|
6406
6421
|
},
|
6407
|
-
"
|
6422
|
+
"Skf": {
|
6408
6423
|
"type": "structure",
|
6409
6424
|
"members": {
|
6410
6425
|
"NotificationArn": {},
|
@@ -6415,7 +6430,7 @@
|
|
6415
6430
|
"NotificationType": {}
|
6416
6431
|
}
|
6417
6432
|
},
|
6418
|
-
"
|
6433
|
+
"Sl0": {
|
6419
6434
|
"type": "list",
|
6420
6435
|
"member": {
|
6421
6436
|
"type": "structure",
|
@@ -6433,7 +6448,7 @@
|
|
6433
6448
|
}
|
6434
6449
|
}
|
6435
6450
|
},
|
6436
|
-
"
|
6451
|
+
"Sl6": {
|
6437
6452
|
"type": "list",
|
6438
6453
|
"member": {
|
6439
6454
|
"type": "structure",
|
@@ -6447,21 +6462,21 @@
|
|
6447
6462
|
"value": {}
|
6448
6463
|
},
|
6449
6464
|
"Filters": {
|
6450
|
-
"shape": "
|
6465
|
+
"shape": "Sl0"
|
6451
6466
|
},
|
6452
6467
|
"Aggregators": {
|
6453
|
-
"shape": "
|
6468
|
+
"shape": "Sl6"
|
6454
6469
|
}
|
6455
6470
|
}
|
6456
6471
|
}
|
6457
6472
|
},
|
6458
|
-
"
|
6473
|
+
"Sls": {
|
6459
6474
|
"type": "structure",
|
6460
6475
|
"members": {
|
6461
6476
|
"Name": {},
|
6462
6477
|
"Type": {},
|
6463
6478
|
"Value": {
|
6464
|
-
"shape": "
|
6479
|
+
"shape": "Slt"
|
6465
6480
|
},
|
6466
6481
|
"Version": {
|
6467
6482
|
"type": "long"
|
@@ -6475,21 +6490,21 @@
|
|
6475
6490
|
"DataType": {}
|
6476
6491
|
}
|
6477
6492
|
},
|
6478
|
-
"
|
6493
|
+
"Slt": {
|
6479
6494
|
"type": "string",
|
6480
6495
|
"sensitive": true
|
6481
6496
|
},
|
6482
|
-
"
|
6497
|
+
"Slz": {
|
6483
6498
|
"type": "list",
|
6484
6499
|
"member": {}
|
6485
6500
|
},
|
6486
|
-
"
|
6501
|
+
"Sm3": {
|
6487
6502
|
"type": "list",
|
6488
6503
|
"member": {
|
6489
|
-
"shape": "
|
6504
|
+
"shape": "Sls"
|
6490
6505
|
}
|
6491
6506
|
},
|
6492
|
-
"
|
6507
|
+
"Sml": {
|
6493
6508
|
"type": "structure",
|
6494
6509
|
"members": {
|
6495
6510
|
"SettingId": {},
|
@@ -6502,7 +6517,7 @@
|
|
6502
6517
|
"Status": {}
|
6503
6518
|
}
|
6504
6519
|
},
|
6505
|
-
"
|
6520
|
+
"Sn3": {
|
6506
6521
|
"type": "list",
|
6507
6522
|
"member": {
|
6508
6523
|
"type": "structure",
|
@@ -6516,7 +6531,7 @@
|
|
6516
6531
|
}
|
6517
6532
|
}
|
6518
6533
|
},
|
6519
|
-
"
|
6534
|
+
"Snj": {
|
6520
6535
|
"type": "structure",
|
6521
6536
|
"members": {
|
6522
6537
|
"CommandId": {},
|
@@ -6559,10 +6574,10 @@
|
|
6559
6574
|
},
|
6560
6575
|
"ServiceRole": {},
|
6561
6576
|
"NotificationConfig": {
|
6562
|
-
"shape": "
|
6577
|
+
"shape": "Skf"
|
6563
6578
|
},
|
6564
6579
|
"CloudWatchOutputConfig": {
|
6565
|
-
"shape": "
|
6580
|
+
"shape": "Sid"
|
6566
6581
|
},
|
6567
6582
|
"TimeoutSeconds": {
|
6568
6583
|
"type": "integer"
|
@@ -6575,7 +6590,7 @@
|
|
6575
6590
|
}
|
6576
6591
|
}
|
6577
6592
|
},
|
6578
|
-
"
|
6593
|
+
"Snq": {
|
6579
6594
|
"type": "list",
|
6580
6595
|
"member": {
|
6581
6596
|
"type": "structure",
|
@@ -6589,7 +6604,7 @@
|
|
6589
6604
|
}
|
6590
6605
|
}
|
6591
6606
|
},
|
6592
|
-
"
|
6607
|
+
"So8": {
|
6593
6608
|
"type": "structure",
|
6594
6609
|
"required": [
|
6595
6610
|
"ExecutionTime"
|
@@ -6602,23 +6617,23 @@
|
|
6602
6617
|
"ExecutionType": {}
|
6603
6618
|
}
|
6604
6619
|
},
|
6605
|
-
"
|
6620
|
+
"Sob": {
|
6606
6621
|
"type": "map",
|
6607
6622
|
"key": {},
|
6608
6623
|
"value": {}
|
6609
6624
|
},
|
6610
|
-
"
|
6625
|
+
"Sog": {
|
6611
6626
|
"type": "structure",
|
6612
6627
|
"members": {
|
6613
6628
|
"CompliantCount": {
|
6614
6629
|
"type": "integer"
|
6615
6630
|
},
|
6616
6631
|
"SeveritySummary": {
|
6617
|
-
"shape": "
|
6632
|
+
"shape": "Soi"
|
6618
6633
|
}
|
6619
6634
|
}
|
6620
6635
|
},
|
6621
|
-
"
|
6636
|
+
"Soi": {
|
6622
6637
|
"type": "structure",
|
6623
6638
|
"members": {
|
6624
6639
|
"CriticalCount": {
|
@@ -6641,18 +6656,18 @@
|
|
6641
6656
|
}
|
6642
6657
|
}
|
6643
6658
|
},
|
6644
|
-
"
|
6659
|
+
"Soj": {
|
6645
6660
|
"type": "structure",
|
6646
6661
|
"members": {
|
6647
6662
|
"NonCompliantCount": {
|
6648
6663
|
"type": "integer"
|
6649
6664
|
},
|
6650
6665
|
"SeveritySummary": {
|
6651
|
-
"shape": "
|
6666
|
+
"shape": "Soi"
|
6652
6667
|
}
|
6653
6668
|
}
|
6654
6669
|
},
|
6655
|
-
"
|
6670
|
+
"Soq": {
|
6656
6671
|
"type": "list",
|
6657
6672
|
"member": {
|
6658
6673
|
"type": "structure",
|
@@ -6662,7 +6677,7 @@
|
|
6662
6677
|
}
|
6663
6678
|
}
|
6664
6679
|
},
|
6665
|
-
"
|
6680
|
+
"Spo": {
|
6666
6681
|
"type": "structure",
|
6667
6682
|
"members": {
|
6668
6683
|
"Arn": {}
|