aws-sdk-core 2.10.25 → 2.10.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "pagination": {
3
+ "GetClassifiers": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "GetConnections": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "GetCrawlerMetrics": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "GetCrawlers": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
23
+ "GetDatabases": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "MaxResults"
27
+ },
28
+ "GetDevEndpoints": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
33
+ "GetJobRuns": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
38
+ "GetJobs": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "MaxResults"
42
+ },
43
+ "GetPartitions": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
47
+ },
48
+ "GetTableVersions": {
49
+ "input_token": "NextToken",
50
+ "output_token": "NextToken",
51
+ "limit_key": "MaxResults"
52
+ },
53
+ "GetTables": {
54
+ "input_token": "NextToken",
55
+ "output_token": "NextToken",
56
+ "limit_key": "MaxResults"
57
+ },
58
+ "GetTriggers": {
59
+ "input_token": "NextToken",
60
+ "output_token": "NextToken",
61
+ "limit_key": "MaxResults"
62
+ },
63
+ "GetUserDefinedFunctions": {
64
+ "input_token": "NextToken",
65
+ "output_token": "NextToken",
66
+ "limit_key": "MaxResults"
67
+ }
68
+ }
69
+ }
@@ -302,7 +302,8 @@
302
302
  "output":{"shape":"DeregisterTargetFromMaintenanceWindowResult"},
303
303
  "errors":[
304
304
  {"shape":"DoesNotExistException"},
305
- {"shape":"InternalServerError"}
305
+ {"shape":"InternalServerError"},
306
+ {"shape":"TargetInUseException"}
306
307
  ]
307
308
  },
308
309
  "DeregisterTaskFromMaintenanceWindow":{
@@ -767,6 +768,32 @@
767
768
  {"shape":"InternalServerError"}
768
769
  ]
769
770
  },
771
+ "GetMaintenanceWindowExecutionTaskInvocation":{
772
+ "name":"GetMaintenanceWindowExecutionTaskInvocation",
773
+ "http":{
774
+ "method":"POST",
775
+ "requestUri":"/"
776
+ },
777
+ "input":{"shape":"GetMaintenanceWindowExecutionTaskInvocationRequest"},
778
+ "output":{"shape":"GetMaintenanceWindowExecutionTaskInvocationResult"},
779
+ "errors":[
780
+ {"shape":"DoesNotExistException"},
781
+ {"shape":"InternalServerError"}
782
+ ]
783
+ },
784
+ "GetMaintenanceWindowTask":{
785
+ "name":"GetMaintenanceWindowTask",
786
+ "http":{
787
+ "method":"POST",
788
+ "requestUri":"/"
789
+ },
790
+ "input":{"shape":"GetMaintenanceWindowTaskRequest"},
791
+ "output":{"shape":"GetMaintenanceWindowTaskResult"},
792
+ "errors":[
793
+ {"shape":"DoesNotExistException"},
794
+ {"shape":"InternalServerError"}
795
+ ]
796
+ },
770
797
  "GetParameter":{
771
798
  "name":"GetParameter",
772
799
  "http":{
@@ -897,6 +924,36 @@
897
924
  {"shape":"InvalidNextToken"}
898
925
  ]
899
926
  },
927
+ "ListComplianceItems":{
928
+ "name":"ListComplianceItems",
929
+ "http":{
930
+ "method":"POST",
931
+ "requestUri":"/"
932
+ },
933
+ "input":{"shape":"ListComplianceItemsRequest"},
934
+ "output":{"shape":"ListComplianceItemsResult"},
935
+ "errors":[
936
+ {"shape":"InvalidResourceType"},
937
+ {"shape":"InvalidResourceId"},
938
+ {"shape":"InternalServerError"},
939
+ {"shape":"InvalidFilter"},
940
+ {"shape":"InvalidNextToken"}
941
+ ]
942
+ },
943
+ "ListComplianceSummaries":{
944
+ "name":"ListComplianceSummaries",
945
+ "http":{
946
+ "method":"POST",
947
+ "requestUri":"/"
948
+ },
949
+ "input":{"shape":"ListComplianceSummariesRequest"},
950
+ "output":{"shape":"ListComplianceSummariesResult"},
951
+ "errors":[
952
+ {"shape":"InvalidFilter"},
953
+ {"shape":"InvalidNextToken"},
954
+ {"shape":"InternalServerError"}
955
+ ]
956
+ },
900
957
  "ListDocumentVersions":{
901
958
  "name":"ListDocumentVersions",
902
959
  "http":{
@@ -941,6 +998,20 @@
941
998
  {"shape":"InvalidNextToken"}
942
999
  ]
943
1000
  },
1001
+ "ListResourceComplianceSummaries":{
1002
+ "name":"ListResourceComplianceSummaries",
1003
+ "http":{
1004
+ "method":"POST",
1005
+ "requestUri":"/"
1006
+ },
1007
+ "input":{"shape":"ListResourceComplianceSummariesRequest"},
1008
+ "output":{"shape":"ListResourceComplianceSummariesResult"},
1009
+ "errors":[
1010
+ {"shape":"InvalidFilter"},
1011
+ {"shape":"InvalidNextToken"},
1012
+ {"shape":"InternalServerError"}
1013
+ ]
1014
+ },
944
1015
  "ListResourceDataSync":{
945
1016
  "name":"ListResourceDataSync",
946
1017
  "http":{
@@ -984,6 +1055,24 @@
984
1055
  {"shape":"DocumentLimitExceeded"}
985
1056
  ]
986
1057
  },
1058
+ "PutComplianceItems":{
1059
+ "name":"PutComplianceItems",
1060
+ "http":{
1061
+ "method":"POST",
1062
+ "requestUri":"/"
1063
+ },
1064
+ "input":{"shape":"PutComplianceItemsRequest"},
1065
+ "output":{"shape":"PutComplianceItemsResult"},
1066
+ "errors":[
1067
+ {"shape":"InternalServerError"},
1068
+ {"shape":"InvalidItemContentException"},
1069
+ {"shape":"TotalSizeLimitExceededException"},
1070
+ {"shape":"ItemSizeLimitExceededException"},
1071
+ {"shape":"ComplianceTypeCountLimitExceededException"},
1072
+ {"shape":"InvalidResourceType"},
1073
+ {"shape":"InvalidResourceId"}
1074
+ ]
1075
+ },
987
1076
  "PutInventory":{
988
1077
  "name":"PutInventory",
989
1078
  "http":{
@@ -1001,7 +1090,10 @@
1001
1090
  {"shape":"ItemSizeLimitExceededException"},
1002
1091
  {"shape":"ItemContentMismatchException"},
1003
1092
  {"shape":"CustomSchemaCountLimitExceededException"},
1004
- {"shape":"UnsupportedInventorySchemaVersionException"}
1093
+ {"shape":"UnsupportedInventorySchemaVersionException"},
1094
+ {"shape":"UnsupportedInventoryItemContextException"},
1095
+ {"shape":"InvalidInventoryItemContextException"},
1096
+ {"shape":"SubTypeCountLimitExceededException"}
1005
1097
  ]
1006
1098
  },
1007
1099
  "PutParameter":{
@@ -1082,6 +1174,7 @@
1082
1174
  {"shape":"IdempotentParameterMismatch"},
1083
1175
  {"shape":"DoesNotExistException"},
1084
1176
  {"shape":"ResourceLimitExceededException"},
1177
+ {"shape":"FeatureNotAvailableException"},
1085
1178
  {"shape":"InternalServerError"}
1086
1179
  ]
1087
1180
  },
@@ -1248,6 +1341,32 @@
1248
1341
  {"shape":"InternalServerError"}
1249
1342
  ]
1250
1343
  },
1344
+ "UpdateMaintenanceWindowTarget":{
1345
+ "name":"UpdateMaintenanceWindowTarget",
1346
+ "http":{
1347
+ "method":"POST",
1348
+ "requestUri":"/"
1349
+ },
1350
+ "input":{"shape":"UpdateMaintenanceWindowTargetRequest"},
1351
+ "output":{"shape":"UpdateMaintenanceWindowTargetResult"},
1352
+ "errors":[
1353
+ {"shape":"DoesNotExistException"},
1354
+ {"shape":"InternalServerError"}
1355
+ ]
1356
+ },
1357
+ "UpdateMaintenanceWindowTask":{
1358
+ "name":"UpdateMaintenanceWindowTask",
1359
+ "http":{
1360
+ "method":"POST",
1361
+ "requestUri":"/"
1362
+ },
1363
+ "input":{"shape":"UpdateMaintenanceWindowTaskRequest"},
1364
+ "output":{"shape":"UpdateMaintenanceWindowTaskResult"},
1365
+ "errors":[
1366
+ {"shape":"DoesNotExistException"},
1367
+ {"shape":"InternalServerError"}
1368
+ ]
1369
+ },
1251
1370
  "UpdateManagedInstanceRole":{
1252
1371
  "name":"UpdateManagedInstanceRole",
1253
1372
  "http":{
@@ -1510,7 +1629,7 @@
1510
1629
  },
1511
1630
  "AttributeValue":{
1512
1631
  "type":"string",
1513
- "max":1024,
1632
+ "max":4096,
1514
1633
  "min":0
1515
1634
  },
1516
1635
  "AutomationActionName":{
@@ -1853,6 +1972,196 @@
1853
1972
  "max":100
1854
1973
  },
1855
1974
  "CompletedCount":{"type":"integer"},
1975
+ "ComplianceExecutionId":{
1976
+ "type":"string",
1977
+ "max":100
1978
+ },
1979
+ "ComplianceExecutionSummary":{
1980
+ "type":"structure",
1981
+ "required":["ExecutionTime"],
1982
+ "members":{
1983
+ "ExecutionTime":{"shape":"DateTime"},
1984
+ "ExecutionId":{"shape":"ComplianceExecutionId"},
1985
+ "ExecutionType":{"shape":"ComplianceExecutionType"}
1986
+ }
1987
+ },
1988
+ "ComplianceExecutionType":{
1989
+ "type":"string",
1990
+ "max":50
1991
+ },
1992
+ "ComplianceFilterValue":{"type":"string"},
1993
+ "ComplianceItem":{
1994
+ "type":"structure",
1995
+ "members":{
1996
+ "ComplianceType":{"shape":"ComplianceTypeName"},
1997
+ "ResourceType":{"shape":"ComplianceResourceType"},
1998
+ "ResourceId":{"shape":"ComplianceResourceId"},
1999
+ "Id":{"shape":"ComplianceItemId"},
2000
+ "Title":{"shape":"ComplianceItemTitle"},
2001
+ "Status":{"shape":"ComplianceStatus"},
2002
+ "Severity":{"shape":"ComplianceSeverity"},
2003
+ "ExecutionSummary":{"shape":"ComplianceExecutionSummary"},
2004
+ "Details":{"shape":"ComplianceItemDetails"}
2005
+ }
2006
+ },
2007
+ "ComplianceItemContentHash":{
2008
+ "type":"string",
2009
+ "max":256
2010
+ },
2011
+ "ComplianceItemDetails":{
2012
+ "type":"map",
2013
+ "key":{"shape":"AttributeName"},
2014
+ "value":{"shape":"AttributeValue"}
2015
+ },
2016
+ "ComplianceItemEntry":{
2017
+ "type":"structure",
2018
+ "required":[
2019
+ "Severity",
2020
+ "Status"
2021
+ ],
2022
+ "members":{
2023
+ "Id":{"shape":"ComplianceItemId"},
2024
+ "Title":{"shape":"ComplianceItemTitle"},
2025
+ "Severity":{"shape":"ComplianceSeverity"},
2026
+ "Status":{"shape":"ComplianceStatus"},
2027
+ "Details":{"shape":"ComplianceItemDetails"}
2028
+ }
2029
+ },
2030
+ "ComplianceItemEntryList":{
2031
+ "type":"list",
2032
+ "member":{"shape":"ComplianceItemEntry"},
2033
+ "max":10000,
2034
+ "min":0
2035
+ },
2036
+ "ComplianceItemId":{
2037
+ "type":"string",
2038
+ "max":100,
2039
+ "min":1
2040
+ },
2041
+ "ComplianceItemList":{
2042
+ "type":"list",
2043
+ "member":{
2044
+ "shape":"ComplianceItem",
2045
+ "locationName":"Item"
2046
+ }
2047
+ },
2048
+ "ComplianceItemTitle":{
2049
+ "type":"string",
2050
+ "max":500
2051
+ },
2052
+ "ComplianceQueryOperatorType":{
2053
+ "type":"string",
2054
+ "enum":[
2055
+ "EQUAL",
2056
+ "NOT_EQUAL",
2057
+ "BEGIN_WITH",
2058
+ "LESS_THAN",
2059
+ "GREATER_THAN"
2060
+ ]
2061
+ },
2062
+ "ComplianceResourceId":{
2063
+ "type":"string",
2064
+ "max":100,
2065
+ "min":1
2066
+ },
2067
+ "ComplianceResourceIdList":{
2068
+ "type":"list",
2069
+ "member":{"shape":"ComplianceResourceId"},
2070
+ "min":1
2071
+ },
2072
+ "ComplianceResourceType":{
2073
+ "type":"string",
2074
+ "max":50,
2075
+ "min":1
2076
+ },
2077
+ "ComplianceResourceTypeList":{
2078
+ "type":"list",
2079
+ "member":{"shape":"ComplianceResourceType"},
2080
+ "min":1
2081
+ },
2082
+ "ComplianceSeverity":{
2083
+ "type":"string",
2084
+ "enum":[
2085
+ "CRITICAL",
2086
+ "HIGH",
2087
+ "MEDIUM",
2088
+ "LOW",
2089
+ "INFORMATIONAL",
2090
+ "UNSPECIFIED"
2091
+ ]
2092
+ },
2093
+ "ComplianceStatus":{
2094
+ "type":"string",
2095
+ "enum":[
2096
+ "COMPLIANT",
2097
+ "NON_COMPLIANT"
2098
+ ]
2099
+ },
2100
+ "ComplianceStringFilter":{
2101
+ "type":"structure",
2102
+ "members":{
2103
+ "Key":{"shape":"ComplianceStringFilterKey"},
2104
+ "Values":{"shape":"ComplianceStringFilterValueList"},
2105
+ "Type":{"shape":"ComplianceQueryOperatorType"}
2106
+ }
2107
+ },
2108
+ "ComplianceStringFilterKey":{
2109
+ "type":"string",
2110
+ "max":200,
2111
+ "min":1
2112
+ },
2113
+ "ComplianceStringFilterList":{
2114
+ "type":"list",
2115
+ "member":{
2116
+ "shape":"ComplianceStringFilter",
2117
+ "locationName":"ComplianceFilter"
2118
+ }
2119
+ },
2120
+ "ComplianceStringFilterValueList":{
2121
+ "type":"list",
2122
+ "member":{
2123
+ "shape":"ComplianceFilterValue",
2124
+ "locationName":"FilterValue"
2125
+ },
2126
+ "max":20,
2127
+ "min":1
2128
+ },
2129
+ "ComplianceSummaryCount":{"type":"integer"},
2130
+ "ComplianceSummaryItem":{
2131
+ "type":"structure",
2132
+ "members":{
2133
+ "ComplianceType":{"shape":"ComplianceTypeName"},
2134
+ "CompliantSummary":{"shape":"CompliantSummary"},
2135
+ "NonCompliantSummary":{"shape":"NonCompliantSummary"}
2136
+ }
2137
+ },
2138
+ "ComplianceSummaryItemList":{
2139
+ "type":"list",
2140
+ "member":{
2141
+ "shape":"ComplianceSummaryItem",
2142
+ "locationName":"Item"
2143
+ }
2144
+ },
2145
+ "ComplianceTypeCountLimitExceededException":{
2146
+ "type":"structure",
2147
+ "members":{
2148
+ "Message":{"shape":"String"}
2149
+ },
2150
+ "exception":true
2151
+ },
2152
+ "ComplianceTypeName":{
2153
+ "type":"string",
2154
+ "max":100,
2155
+ "min":1,
2156
+ "pattern":"[A-Za-z0-9_\\-]\\w+|Custom:[a-zA-Z0-9_\\-]\\w+"
2157
+ },
2158
+ "CompliantSummary":{
2159
+ "type":"structure",
2160
+ "members":{
2161
+ "CompliantCount":{"shape":"ComplianceSummaryCount"},
2162
+ "SeveritySummary":{"shape":"SeveritySummary"}
2163
+ }
2164
+ },
1856
2165
  "ComputerName":{
1857
2166
  "type":"string",
1858
2167
  "max":255,
@@ -1962,6 +2271,7 @@
1962
2271
  ],
1963
2272
  "members":{
1964
2273
  "Name":{"shape":"MaintenanceWindowName"},
2274
+ "Description":{"shape":"MaintenanceWindowDescription"},
1965
2275
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
1966
2276
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
1967
2277
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
@@ -2173,7 +2483,11 @@
2173
2483
  ],
2174
2484
  "members":{
2175
2485
  "WindowId":{"shape":"MaintenanceWindowId"},
2176
- "WindowTargetId":{"shape":"MaintenanceWindowTargetId"}
2486
+ "WindowTargetId":{"shape":"MaintenanceWindowTargetId"},
2487
+ "Safe":{
2488
+ "shape":"Boolean",
2489
+ "box":true
2490
+ }
2177
2491
  }
2178
2492
  },
2179
2493
  "DeregisterTargetFromMaintenanceWindowResult":{
@@ -2922,6 +3236,13 @@
2922
3236
  "Unknown"
2923
3237
  ]
2924
3238
  },
3239
+ "FeatureNotAvailableException":{
3240
+ "type":"structure",
3241
+ "members":{
3242
+ "Message":{"shape":"String"}
3243
+ },
3244
+ "exception":true
3245
+ },
2925
3246
  "GetAutomationExecutionRequest":{
2926
3247
  "type":"structure",
2927
3248
  "required":["AutomationExecutionId"],
@@ -3049,6 +3370,10 @@
3049
3370
  "MaxResults":{
3050
3371
  "shape":"GetInventorySchemaMaxResults",
3051
3372
  "box":true
3373
+ },
3374
+ "SubType":{
3375
+ "shape":"IsSubTypeSchema",
3376
+ "box":true
3052
3377
  }
3053
3378
  }
3054
3379
  },
@@ -3077,6 +3402,36 @@
3077
3402
  "EndTime":{"shape":"DateTime"}
3078
3403
  }
3079
3404
  },
3405
+ "GetMaintenanceWindowExecutionTaskInvocationRequest":{
3406
+ "type":"structure",
3407
+ "required":[
3408
+ "WindowExecutionId",
3409
+ "TaskId",
3410
+ "InvocationId"
3411
+ ],
3412
+ "members":{
3413
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
3414
+ "TaskId":{"shape":"MaintenanceWindowExecutionTaskId"},
3415
+ "InvocationId":{"shape":"MaintenanceWindowExecutionTaskInvocationId"}
3416
+ }
3417
+ },
3418
+ "GetMaintenanceWindowExecutionTaskInvocationResult":{
3419
+ "type":"structure",
3420
+ "members":{
3421
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
3422
+ "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"},
3423
+ "InvocationId":{"shape":"MaintenanceWindowExecutionTaskInvocationId"},
3424
+ "ExecutionId":{"shape":"MaintenanceWindowExecutionTaskExecutionId"},
3425
+ "TaskType":{"shape":"MaintenanceWindowTaskType"},
3426
+ "Parameters":{"shape":"MaintenanceWindowExecutionTaskInvocationParameters"},
3427
+ "Status":{"shape":"MaintenanceWindowExecutionStatus"},
3428
+ "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"},
3429
+ "StartTime":{"shape":"DateTime"},
3430
+ "EndTime":{"shape":"DateTime"},
3431
+ "OwnerInformation":{"shape":"OwnerInformation"},
3432
+ "WindowTargetId":{"shape":"MaintenanceWindowTaskTargetId"}
3433
+ }
3434
+ },
3080
3435
  "GetMaintenanceWindowExecutionTaskRequest":{
3081
3436
  "type":"structure",
3082
3437
  "required":[
@@ -3118,6 +3473,7 @@
3118
3473
  "members":{
3119
3474
  "WindowId":{"shape":"MaintenanceWindowId"},
3120
3475
  "Name":{"shape":"MaintenanceWindowName"},
3476
+ "Description":{"shape":"MaintenanceWindowDescription"},
3121
3477
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
3122
3478
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
3123
3479
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
@@ -3127,6 +3483,36 @@
3127
3483
  "ModifiedDate":{"shape":"DateTime"}
3128
3484
  }
3129
3485
  },
3486
+ "GetMaintenanceWindowTaskRequest":{
3487
+ "type":"structure",
3488
+ "required":[
3489
+ "WindowId",
3490
+ "WindowTaskId"
3491
+ ],
3492
+ "members":{
3493
+ "WindowId":{"shape":"MaintenanceWindowId"},
3494
+ "WindowTaskId":{"shape":"MaintenanceWindowTaskId"}
3495
+ }
3496
+ },
3497
+ "GetMaintenanceWindowTaskResult":{
3498
+ "type":"structure",
3499
+ "members":{
3500
+ "WindowId":{"shape":"MaintenanceWindowId"},
3501
+ "WindowTaskId":{"shape":"MaintenanceWindowTaskId"},
3502
+ "Targets":{"shape":"Targets"},
3503
+ "TaskArn":{"shape":"MaintenanceWindowTaskArn"},
3504
+ "ServiceRoleArn":{"shape":"ServiceRole"},
3505
+ "TaskType":{"shape":"MaintenanceWindowTaskType"},
3506
+ "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"},
3507
+ "TaskInvocationParameters":{"shape":"MaintenanceWindowTaskInvocationParameters"},
3508
+ "Priority":{"shape":"MaintenanceWindowTaskPriority"},
3509
+ "MaxConcurrency":{"shape":"MaxConcurrency"},
3510
+ "MaxErrors":{"shape":"MaxErrors"},
3511
+ "LoggingInfo":{"shape":"LoggingInfo"},
3512
+ "Name":{"shape":"MaintenanceWindowName"},
3513
+ "Description":{"shape":"MaintenanceWindowDescription"}
3514
+ }
3515
+ },
3130
3516
  "GetParameterHistoryRequest":{
3131
3517
  "type":"structure",
3132
3518
  "required":["Name"],
@@ -3672,6 +4058,13 @@
3672
4058
  },
3673
4059
  "exception":true
3674
4060
  },
4061
+ "InvalidInventoryItemContextException":{
4062
+ "type":"structure",
4063
+ "members":{
4064
+ "Message":{"shape":"String"}
4065
+ },
4066
+ "exception":true
4067
+ },
3675
4068
  "InvalidItemContentException":{
3676
4069
  "type":"structure",
3677
4070
  "members":{
@@ -3842,7 +4235,8 @@
3842
4235
  "SchemaVersion":{"shape":"InventoryItemSchemaVersion"},
3843
4236
  "CaptureTime":{"shape":"InventoryItemCaptureTime"},
3844
4237
  "ContentHash":{"shape":"InventoryItemContentHash"},
3845
- "Content":{"shape":"InventoryItemEntryList"}
4238
+ "Content":{"shape":"InventoryItemEntryList"},
4239
+ "Context":{"shape":"InventoryItemContentContext"}
3846
4240
  }
3847
4241
  },
3848
4242
  "InventoryItemAttribute":{
@@ -3870,6 +4264,13 @@
3870
4264
  "type":"string",
3871
4265
  "pattern":"^(20)[0-9][0-9]-(0[1-9]|1[012])-([12][0-9]|3[01]|0[1-9])(T)(2[0-3]|[0-1][0-9])(:[0-5][0-9])(:[0-5][0-9])(Z)$"
3872
4266
  },
4267
+ "InventoryItemContentContext":{
4268
+ "type":"map",
4269
+ "key":{"shape":"AttributeName"},
4270
+ "value":{"shape":"AttributeValue"},
4271
+ "max":50,
4272
+ "min":0
4273
+ },
3873
4274
  "InventoryItemContentHash":{
3874
4275
  "type":"string",
3875
4276
  "max":256
@@ -3983,6 +4384,7 @@
3983
4384
  "type":"string",
3984
4385
  "max":2500
3985
4386
  },
4387
+ "IsSubTypeSchema":{"type":"boolean"},
3986
4388
  "ItemContentMismatchException":{
3987
4389
  "type":"structure",
3988
4390
  "members":{
@@ -4072,6 +4474,44 @@
4072
4474
  "NextToken":{"shape":"NextToken"}
4073
4475
  }
4074
4476
  },
4477
+ "ListComplianceItemsRequest":{
4478
+ "type":"structure",
4479
+ "members":{
4480
+ "Filters":{"shape":"ComplianceStringFilterList"},
4481
+ "ResourceIds":{"shape":"ComplianceResourceIdList"},
4482
+ "ResourceTypes":{"shape":"ComplianceResourceTypeList"},
4483
+ "NextToken":{"shape":"NextToken"},
4484
+ "MaxResults":{
4485
+ "shape":"MaxResults",
4486
+ "box":true
4487
+ }
4488
+ }
4489
+ },
4490
+ "ListComplianceItemsResult":{
4491
+ "type":"structure",
4492
+ "members":{
4493
+ "ComplianceItems":{"shape":"ComplianceItemList"},
4494
+ "NextToken":{"shape":"NextToken"}
4495
+ }
4496
+ },
4497
+ "ListComplianceSummariesRequest":{
4498
+ "type":"structure",
4499
+ "members":{
4500
+ "Filters":{"shape":"ComplianceStringFilterList"},
4501
+ "NextToken":{"shape":"NextToken"},
4502
+ "MaxResults":{
4503
+ "shape":"MaxResults",
4504
+ "box":true
4505
+ }
4506
+ }
4507
+ },
4508
+ "ListComplianceSummariesResult":{
4509
+ "type":"structure",
4510
+ "members":{
4511
+ "ComplianceSummaryItems":{"shape":"ComplianceSummaryItemList"},
4512
+ "NextToken":{"shape":"NextToken"}
4513
+ }
4514
+ },
4075
4515
  "ListDocumentVersionsRequest":{
4076
4516
  "type":"structure",
4077
4517
  "required":["Name"],
@@ -4137,6 +4577,24 @@
4137
4577
  "NextToken":{"shape":"NextToken"}
4138
4578
  }
4139
4579
  },
4580
+ "ListResourceComplianceSummariesRequest":{
4581
+ "type":"structure",
4582
+ "members":{
4583
+ "Filters":{"shape":"ComplianceStringFilterList"},
4584
+ "NextToken":{"shape":"NextToken"},
4585
+ "MaxResults":{
4586
+ "shape":"MaxResults",
4587
+ "box":true
4588
+ }
4589
+ }
4590
+ },
4591
+ "ListResourceComplianceSummariesResult":{
4592
+ "type":"structure",
4593
+ "members":{
4594
+ "ResourceComplianceSummaryItems":{"shape":"ResourceComplianceSummaryItemList"},
4595
+ "NextToken":{"shape":"NextToken"}
4596
+ }
4597
+ },
4140
4598
  "ListResourceDataSyncRequest":{
4141
4599
  "type":"structure",
4142
4600
  "members":{
@@ -4184,11 +4642,24 @@
4184
4642
  }
4185
4643
  },
4186
4644
  "MaintenanceWindowAllowUnassociatedTargets":{"type":"boolean"},
4645
+ "MaintenanceWindowAutomationParameters":{
4646
+ "type":"structure",
4647
+ "members":{
4648
+ "DocumentVersion":{"shape":"DocumentVersion"},
4649
+ "Parameters":{"shape":"AutomationParameterMap"}
4650
+ }
4651
+ },
4187
4652
  "MaintenanceWindowCutoff":{
4188
4653
  "type":"integer",
4189
4654
  "max":23,
4190
4655
  "min":0
4191
4656
  },
4657
+ "MaintenanceWindowDescription":{
4658
+ "type":"string",
4659
+ "max":128,
4660
+ "min":1,
4661
+ "sensitive":true
4662
+ },
4192
4663
  "MaintenanceWindowDurationHours":{
4193
4664
  "type":"integer",
4194
4665
  "max":24,
@@ -4275,6 +4746,7 @@
4275
4746
  "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"},
4276
4747
  "InvocationId":{"shape":"MaintenanceWindowExecutionTaskInvocationId"},
4277
4748
  "ExecutionId":{"shape":"MaintenanceWindowExecutionTaskExecutionId"},
4749
+ "TaskType":{"shape":"MaintenanceWindowTaskType"},
4278
4750
  "Parameters":{"shape":"MaintenanceWindowExecutionTaskInvocationParameters"},
4279
4751
  "Status":{"shape":"MaintenanceWindowExecutionStatus"},
4280
4752
  "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"},
@@ -4330,6 +4802,7 @@
4330
4802
  "members":{
4331
4803
  "WindowId":{"shape":"MaintenanceWindowId"},
4332
4804
  "Name":{"shape":"MaintenanceWindowName"},
4805
+ "Description":{"shape":"MaintenanceWindowDescription"},
4333
4806
  "Enabled":{"shape":"MaintenanceWindowEnabled"},
4334
4807
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
4335
4808
  "Cutoff":{"shape":"MaintenanceWindowCutoff"}
@@ -4339,6 +4812,29 @@
4339
4812
  "type":"list",
4340
4813
  "member":{"shape":"MaintenanceWindowIdentity"}
4341
4814
  },
4815
+ "MaintenanceWindowLambdaClientContext":{
4816
+ "type":"string",
4817
+ "max":8000,
4818
+ "min":1
4819
+ },
4820
+ "MaintenanceWindowLambdaParameters":{
4821
+ "type":"structure",
4822
+ "members":{
4823
+ "ClientContext":{"shape":"MaintenanceWindowLambdaClientContext"},
4824
+ "Qualifier":{"shape":"MaintenanceWindowLambdaQualifier"},
4825
+ "Payload":{"shape":"MaintenanceWindowLambdaPayload"}
4826
+ }
4827
+ },
4828
+ "MaintenanceWindowLambdaPayload":{
4829
+ "type":"blob",
4830
+ "max":4096,
4831
+ "sensitive":true
4832
+ },
4833
+ "MaintenanceWindowLambdaQualifier":{
4834
+ "type":"string",
4835
+ "max":128,
4836
+ "min":1
4837
+ },
4342
4838
  "MaintenanceWindowMaxResults":{
4343
4839
  "type":"integer",
4344
4840
  "max":100,
@@ -4354,11 +4850,45 @@
4354
4850
  "type":"string",
4355
4851
  "enum":["INSTANCE"]
4356
4852
  },
4853
+ "MaintenanceWindowRunCommandParameters":{
4854
+ "type":"structure",
4855
+ "members":{
4856
+ "Comment":{"shape":"Comment"},
4857
+ "DocumentHash":{"shape":"DocumentHash"},
4858
+ "DocumentHashType":{"shape":"DocumentHashType"},
4859
+ "NotificationConfig":{"shape":"NotificationConfig"},
4860
+ "OutputS3BucketName":{"shape":"S3BucketName"},
4861
+ "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"},
4862
+ "Parameters":{"shape":"Parameters"},
4863
+ "ServiceRoleArn":{"shape":"ServiceRole"},
4864
+ "TimeoutSeconds":{
4865
+ "shape":"TimeoutSeconds",
4866
+ "box":true
4867
+ }
4868
+ }
4869
+ },
4357
4870
  "MaintenanceWindowSchedule":{
4358
4871
  "type":"string",
4359
4872
  "max":256,
4360
4873
  "min":1
4361
4874
  },
4875
+ "MaintenanceWindowStepFunctionsInput":{
4876
+ "type":"string",
4877
+ "max":4096,
4878
+ "sensitive":true
4879
+ },
4880
+ "MaintenanceWindowStepFunctionsName":{
4881
+ "type":"string",
4882
+ "max":80,
4883
+ "min":1
4884
+ },
4885
+ "MaintenanceWindowStepFunctionsParameters":{
4886
+ "type":"structure",
4887
+ "members":{
4888
+ "Input":{"shape":"MaintenanceWindowStepFunctionsInput"},
4889
+ "Name":{"shape":"MaintenanceWindowStepFunctionsName"}
4890
+ }
4891
+ },
4362
4892
  "MaintenanceWindowTarget":{
4363
4893
  "type":"structure",
4364
4894
  "members":{
@@ -4366,7 +4896,9 @@
4366
4896
  "WindowTargetId":{"shape":"MaintenanceWindowTargetId"},
4367
4897
  "ResourceType":{"shape":"MaintenanceWindowResourceType"},
4368
4898
  "Targets":{"shape":"Targets"},
4369
- "OwnerInformation":{"shape":"OwnerInformation"}
4899
+ "OwnerInformation":{"shape":"OwnerInformation"},
4900
+ "Name":{"shape":"MaintenanceWindowName"},
4901
+ "Description":{"shape":"MaintenanceWindowDescription"}
4370
4902
  }
4371
4903
  },
4372
4904
  "MaintenanceWindowTargetId":{
@@ -4392,7 +4924,9 @@
4392
4924
  "LoggingInfo":{"shape":"LoggingInfo"},
4393
4925
  "ServiceRoleArn":{"shape":"ServiceRole"},
4394
4926
  "MaxConcurrency":{"shape":"MaxConcurrency"},
4395
- "MaxErrors":{"shape":"MaxErrors"}
4927
+ "MaxErrors":{"shape":"MaxErrors"},
4928
+ "Name":{"shape":"MaintenanceWindowName"},
4929
+ "Description":{"shape":"MaintenanceWindowDescription"}
4396
4930
  }
4397
4931
  },
4398
4932
  "MaintenanceWindowTaskArn":{
@@ -4406,6 +4940,15 @@
4406
4940
  "min":36,
4407
4941
  "pattern":"^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$"
4408
4942
  },
4943
+ "MaintenanceWindowTaskInvocationParameters":{
4944
+ "type":"structure",
4945
+ "members":{
4946
+ "RunCommand":{"shape":"MaintenanceWindowRunCommandParameters"},
4947
+ "Automation":{"shape":"MaintenanceWindowAutomationParameters"},
4948
+ "StepFunctions":{"shape":"MaintenanceWindowStepFunctionsParameters"},
4949
+ "Lambda":{"shape":"MaintenanceWindowLambdaParameters"}
4950
+ }
4951
+ },
4409
4952
  "MaintenanceWindowTaskList":{
4410
4953
  "type":"list",
4411
4954
  "member":{"shape":"MaintenanceWindowTask"}
@@ -4454,7 +4997,12 @@
4454
4997
  },
4455
4998
  "MaintenanceWindowTaskType":{
4456
4999
  "type":"string",
4457
- "enum":["RUN_COMMAND"]
5000
+ "enum":[
5001
+ "RUN_COMMAND",
5002
+ "AUTOMATION",
5003
+ "STEP_FUNCTIONS",
5004
+ "LAMBDA"
5005
+ ]
4458
5006
  },
4459
5007
  "ManagedInstanceId":{
4460
5008
  "type":"string",
@@ -4508,6 +5056,13 @@
4508
5056
  }
4509
5057
  },
4510
5058
  "NextToken":{"type":"string"},
5059
+ "NonCompliantSummary":{
5060
+ "type":"structure",
5061
+ "members":{
5062
+ "NonCompliantCount":{"shape":"ComplianceSummaryCount"},
5063
+ "SeveritySummary":{"shape":"SeveritySummary"}
5064
+ }
5065
+ },
4511
5066
  "NormalStringMap":{
4512
5067
  "type":"map",
4513
5068
  "key":{"shape":"String"},
@@ -5035,6 +5590,29 @@
5035
5590
  }
5036
5591
  },
5037
5592
  "Product":{"type":"string"},
5593
+ "PutComplianceItemsRequest":{
5594
+ "type":"structure",
5595
+ "required":[
5596
+ "ResourceId",
5597
+ "ResourceType",
5598
+ "ComplianceType",
5599
+ "ExecutionSummary",
5600
+ "Items"
5601
+ ],
5602
+ "members":{
5603
+ "ResourceId":{"shape":"ComplianceResourceId"},
5604
+ "ResourceType":{"shape":"ComplianceResourceType"},
5605
+ "ComplianceType":{"shape":"ComplianceTypeName"},
5606
+ "ExecutionSummary":{"shape":"ComplianceExecutionSummary"},
5607
+ "Items":{"shape":"ComplianceItemEntryList"},
5608
+ "ItemContentHash":{"shape":"ComplianceItemContentHash"}
5609
+ }
5610
+ },
5611
+ "PutComplianceItemsResult":{
5612
+ "type":"structure",
5613
+ "members":{
5614
+ }
5615
+ },
5038
5616
  "PutInventoryRequest":{
5039
5617
  "type":"structure",
5040
5618
  "required":[
@@ -5119,6 +5697,8 @@
5119
5697
  "ResourceType":{"shape":"MaintenanceWindowResourceType"},
5120
5698
  "Targets":{"shape":"Targets"},
5121
5699
  "OwnerInformation":{"shape":"OwnerInformation"},
5700
+ "Name":{"shape":"MaintenanceWindowName"},
5701
+ "Description":{"shape":"MaintenanceWindowDescription"},
5122
5702
  "ClientToken":{
5123
5703
  "shape":"ClientToken",
5124
5704
  "idempotencyToken":true
@@ -5149,6 +5729,7 @@
5149
5729
  "ServiceRoleArn":{"shape":"ServiceRole"},
5150
5730
  "TaskType":{"shape":"MaintenanceWindowTaskType"},
5151
5731
  "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"},
5732
+ "TaskInvocationParameters":{"shape":"MaintenanceWindowTaskInvocationParameters"},
5152
5733
  "Priority":{
5153
5734
  "shape":"MaintenanceWindowTaskPriority",
5154
5735
  "box":true
@@ -5156,6 +5737,8 @@
5156
5737
  "MaxConcurrency":{"shape":"MaxConcurrency"},
5157
5738
  "MaxErrors":{"shape":"MaxErrors"},
5158
5739
  "LoggingInfo":{"shape":"LoggingInfo"},
5740
+ "Name":{"shape":"MaintenanceWindowName"},
5741
+ "Description":{"shape":"MaintenanceWindowDescription"},
5159
5742
  "ClientToken":{
5160
5743
  "shape":"ClientToken",
5161
5744
  "idempotencyToken":true
@@ -5196,6 +5779,26 @@
5196
5779
  "members":{
5197
5780
  }
5198
5781
  },
5782
+ "ResourceComplianceSummaryItem":{
5783
+ "type":"structure",
5784
+ "members":{
5785
+ "ComplianceType":{"shape":"ComplianceTypeName"},
5786
+ "ResourceType":{"shape":"ComplianceResourceType"},
5787
+ "ResourceId":{"shape":"ComplianceResourceId"},
5788
+ "Status":{"shape":"ComplianceStatus"},
5789
+ "OverallSeverity":{"shape":"ComplianceSeverity"},
5790
+ "ExecutionSummary":{"shape":"ComplianceExecutionSummary"},
5791
+ "CompliantSummary":{"shape":"CompliantSummary"},
5792
+ "NonCompliantSummary":{"shape":"NonCompliantSummary"}
5793
+ }
5794
+ },
5795
+ "ResourceComplianceSummaryItemList":{
5796
+ "type":"list",
5797
+ "member":{
5798
+ "shape":"ResourceComplianceSummaryItem",
5799
+ "locationName":"Item"
5800
+ }
5801
+ },
5199
5802
  "ResourceDataSyncAlreadyExistsException":{
5200
5803
  "type":"structure",
5201
5804
  "members":{
@@ -5407,6 +6010,17 @@
5407
6010
  }
5408
6011
  },
5409
6012
  "ServiceRole":{"type":"string"},
6013
+ "SeveritySummary":{
6014
+ "type":"structure",
6015
+ "members":{
6016
+ "CriticalCount":{"shape":"ComplianceSummaryCount"},
6017
+ "HighCount":{"shape":"ComplianceSummaryCount"},
6018
+ "MediumCount":{"shape":"ComplianceSummaryCount"},
6019
+ "LowCount":{"shape":"ComplianceSummaryCount"},
6020
+ "InformationalCount":{"shape":"ComplianceSummaryCount"},
6021
+ "UnspecifiedCount":{"shape":"ComplianceSummaryCount"}
6022
+ }
6023
+ },
5410
6024
  "SignalType":{
5411
6025
  "type":"string",
5412
6026
  "enum":[
@@ -5511,6 +6125,13 @@
5511
6125
  "type":"list",
5512
6126
  "member":{"shape":"String"}
5513
6127
  },
6128
+ "SubTypeCountLimitExceededException":{
6129
+ "type":"structure",
6130
+ "members":{
6131
+ "Message":{"shape":"String"}
6132
+ },
6133
+ "exception":true
6134
+ },
5514
6135
  "Tag":{
5515
6136
  "type":"structure",
5516
6137
  "required":[
@@ -5546,6 +6167,13 @@
5546
6167
  }
5547
6168
  },
5548
6169
  "TargetCount":{"type":"integer"},
6170
+ "TargetInUseException":{
6171
+ "type":"structure",
6172
+ "members":{
6173
+ "Message":{"shape":"String"}
6174
+ },
6175
+ "exception":true
6176
+ },
5549
6177
  "TargetKey":{
5550
6178
  "type":"string",
5551
6179
  "max":128,
@@ -5590,6 +6218,14 @@
5590
6218
  },
5591
6219
  "exception":true
5592
6220
  },
6221
+ "UnsupportedInventoryItemContextException":{
6222
+ "type":"structure",
6223
+ "members":{
6224
+ "TypeName":{"shape":"InventoryItemTypeName"},
6225
+ "Message":{"shape":"String"}
6226
+ },
6227
+ "exception":true
6228
+ },
5593
6229
  "UnsupportedInventorySchemaVersionException":{
5594
6230
  "type":"structure",
5595
6231
  "members":{
@@ -5697,6 +6333,7 @@
5697
6333
  "members":{
5698
6334
  "WindowId":{"shape":"MaintenanceWindowId"},
5699
6335
  "Name":{"shape":"MaintenanceWindowName"},
6336
+ "Description":{"shape":"MaintenanceWindowDescription"},
5700
6337
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
5701
6338
  "Duration":{
5702
6339
  "shape":"MaintenanceWindowDurationHours",
@@ -5713,6 +6350,10 @@
5713
6350
  "Enabled":{
5714
6351
  "shape":"MaintenanceWindowEnabled",
5715
6352
  "box":true
6353
+ },
6354
+ "Replace":{
6355
+ "shape":"Boolean",
6356
+ "box":true
5716
6357
  }
5717
6358
  }
5718
6359
  },
@@ -5721,6 +6362,7 @@
5721
6362
  "members":{
5722
6363
  "WindowId":{"shape":"MaintenanceWindowId"},
5723
6364
  "Name":{"shape":"MaintenanceWindowName"},
6365
+ "Description":{"shape":"MaintenanceWindowDescription"},
5724
6366
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
5725
6367
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
5726
6368
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
@@ -5728,6 +6370,83 @@
5728
6370
  "Enabled":{"shape":"MaintenanceWindowEnabled"}
5729
6371
  }
5730
6372
  },
6373
+ "UpdateMaintenanceWindowTargetRequest":{
6374
+ "type":"structure",
6375
+ "required":[
6376
+ "WindowId",
6377
+ "WindowTargetId"
6378
+ ],
6379
+ "members":{
6380
+ "WindowId":{"shape":"MaintenanceWindowId"},
6381
+ "WindowTargetId":{"shape":"MaintenanceWindowTargetId"},
6382
+ "Targets":{"shape":"Targets"},
6383
+ "OwnerInformation":{"shape":"OwnerInformation"},
6384
+ "Name":{"shape":"MaintenanceWindowName"},
6385
+ "Description":{"shape":"MaintenanceWindowDescription"},
6386
+ "Replace":{
6387
+ "shape":"Boolean",
6388
+ "box":true
6389
+ }
6390
+ }
6391
+ },
6392
+ "UpdateMaintenanceWindowTargetResult":{
6393
+ "type":"structure",
6394
+ "members":{
6395
+ "WindowId":{"shape":"MaintenanceWindowId"},
6396
+ "WindowTargetId":{"shape":"MaintenanceWindowTargetId"},
6397
+ "Targets":{"shape":"Targets"},
6398
+ "OwnerInformation":{"shape":"OwnerInformation"},
6399
+ "Name":{"shape":"MaintenanceWindowName"},
6400
+ "Description":{"shape":"MaintenanceWindowDescription"}
6401
+ }
6402
+ },
6403
+ "UpdateMaintenanceWindowTaskRequest":{
6404
+ "type":"structure",
6405
+ "required":[
6406
+ "WindowId",
6407
+ "WindowTaskId"
6408
+ ],
6409
+ "members":{
6410
+ "WindowId":{"shape":"MaintenanceWindowId"},
6411
+ "WindowTaskId":{"shape":"MaintenanceWindowTaskId"},
6412
+ "Targets":{"shape":"Targets"},
6413
+ "TaskArn":{"shape":"MaintenanceWindowTaskArn"},
6414
+ "ServiceRoleArn":{"shape":"ServiceRole"},
6415
+ "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"},
6416
+ "TaskInvocationParameters":{"shape":"MaintenanceWindowTaskInvocationParameters"},
6417
+ "Priority":{
6418
+ "shape":"MaintenanceWindowTaskPriority",
6419
+ "box":true
6420
+ },
6421
+ "MaxConcurrency":{"shape":"MaxConcurrency"},
6422
+ "MaxErrors":{"shape":"MaxErrors"},
6423
+ "LoggingInfo":{"shape":"LoggingInfo"},
6424
+ "Name":{"shape":"MaintenanceWindowName"},
6425
+ "Description":{"shape":"MaintenanceWindowDescription"},
6426
+ "Replace":{
6427
+ "shape":"Boolean",
6428
+ "box":true
6429
+ }
6430
+ }
6431
+ },
6432
+ "UpdateMaintenanceWindowTaskResult":{
6433
+ "type":"structure",
6434
+ "members":{
6435
+ "WindowId":{"shape":"MaintenanceWindowId"},
6436
+ "WindowTaskId":{"shape":"MaintenanceWindowTaskId"},
6437
+ "Targets":{"shape":"Targets"},
6438
+ "TaskArn":{"shape":"MaintenanceWindowTaskArn"},
6439
+ "ServiceRoleArn":{"shape":"ServiceRole"},
6440
+ "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"},
6441
+ "TaskInvocationParameters":{"shape":"MaintenanceWindowTaskInvocationParameters"},
6442
+ "Priority":{"shape":"MaintenanceWindowTaskPriority"},
6443
+ "MaxConcurrency":{"shape":"MaxConcurrency"},
6444
+ "MaxErrors":{"shape":"MaxErrors"},
6445
+ "LoggingInfo":{"shape":"LoggingInfo"},
6446
+ "Name":{"shape":"MaintenanceWindowName"},
6447
+ "Description":{"shape":"MaintenanceWindowDescription"}
6448
+ }
6449
+ },
5731
6450
  "UpdateManagedInstanceRoleRequest":{
5732
6451
  "type":"structure",
5733
6452
  "required":[