aws-sdk-ssm 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,7 @@ module Aws
21
21
  ActivationList = Shapes::ListShape.new(name: 'ActivationList')
22
22
  AddTagsToResourceRequest = Shapes::StructureShape.new(name: 'AddTagsToResourceRequest')
23
23
  AddTagsToResourceResult = Shapes::StructureShape.new(name: 'AddTagsToResourceResult')
24
+ AgentErrorCode = Shapes::StringShape.new(name: 'AgentErrorCode')
24
25
  AssociatedInstances = Shapes::StructureShape.new(name: 'AssociatedInstances')
25
26
  Association = Shapes::StructureShape.new(name: 'Association')
26
27
  AssociationAlreadyExists = Shapes::StructureShape.new(name: 'AssociationAlreadyExists')
@@ -31,14 +32,39 @@ module Aws
31
32
  AssociationFilterKey = Shapes::StringShape.new(name: 'AssociationFilterKey')
32
33
  AssociationFilterList = Shapes::ListShape.new(name: 'AssociationFilterList')
33
34
  AssociationFilterValue = Shapes::StringShape.new(name: 'AssociationFilterValue')
35
+ AssociationId = Shapes::StringShape.new(name: 'AssociationId')
34
36
  AssociationLimitExceeded = Shapes::StructureShape.new(name: 'AssociationLimitExceeded')
35
37
  AssociationList = Shapes::ListShape.new(name: 'AssociationList')
38
+ AssociationOverview = Shapes::StructureShape.new(name: 'AssociationOverview')
36
39
  AssociationStatus = Shapes::StructureShape.new(name: 'AssociationStatus')
40
+ AssociationStatusAggregatedCount = Shapes::MapShape.new(name: 'AssociationStatusAggregatedCount')
37
41
  AssociationStatusName = Shapes::StringShape.new(name: 'AssociationStatusName')
42
+ AttributeName = Shapes::StringShape.new(name: 'AttributeName')
43
+ AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
44
+ AutomationActionName = Shapes::StringShape.new(name: 'AutomationActionName')
45
+ AutomationDefinitionNotFoundException = Shapes::StructureShape.new(name: 'AutomationDefinitionNotFoundException')
46
+ AutomationDefinitionVersionNotFoundException = Shapes::StructureShape.new(name: 'AutomationDefinitionVersionNotFoundException')
47
+ AutomationExecution = Shapes::StructureShape.new(name: 'AutomationExecution')
48
+ AutomationExecutionFilter = Shapes::StructureShape.new(name: 'AutomationExecutionFilter')
49
+ AutomationExecutionFilterKey = Shapes::StringShape.new(name: 'AutomationExecutionFilterKey')
50
+ AutomationExecutionFilterList = Shapes::ListShape.new(name: 'AutomationExecutionFilterList')
51
+ AutomationExecutionFilterValue = Shapes::StringShape.new(name: 'AutomationExecutionFilterValue')
52
+ AutomationExecutionFilterValueList = Shapes::ListShape.new(name: 'AutomationExecutionFilterValueList')
53
+ AutomationExecutionId = Shapes::StringShape.new(name: 'AutomationExecutionId')
54
+ AutomationExecutionLimitExceededException = Shapes::StructureShape.new(name: 'AutomationExecutionLimitExceededException')
55
+ AutomationExecutionMetadata = Shapes::StructureShape.new(name: 'AutomationExecutionMetadata')
56
+ AutomationExecutionMetadataList = Shapes::ListShape.new(name: 'AutomationExecutionMetadataList')
57
+ AutomationExecutionNotFoundException = Shapes::StructureShape.new(name: 'AutomationExecutionNotFoundException')
58
+ AutomationExecutionStatus = Shapes::StringShape.new(name: 'AutomationExecutionStatus')
59
+ AutomationParameterKey = Shapes::StringShape.new(name: 'AutomationParameterKey')
60
+ AutomationParameterMap = Shapes::MapShape.new(name: 'AutomationParameterMap')
61
+ AutomationParameterValue = Shapes::StringShape.new(name: 'AutomationParameterValue')
62
+ AutomationParameterValueList = Shapes::ListShape.new(name: 'AutomationParameterValueList')
38
63
  BatchErrorMessage = Shapes::StringShape.new(name: 'BatchErrorMessage')
39
64
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
40
65
  CancelCommandRequest = Shapes::StructureShape.new(name: 'CancelCommandRequest')
41
66
  CancelCommandResult = Shapes::StructureShape.new(name: 'CancelCommandResult')
67
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
42
68
  Command = Shapes::StructureShape.new(name: 'Command')
43
69
  CommandFilter = Shapes::StructureShape.new(name: 'CommandFilter')
44
70
  CommandFilterKey = Shapes::StringShape.new(name: 'CommandFilterKey')
@@ -57,6 +83,7 @@ module Aws
57
83
  CommandPluginStatus = Shapes::StringShape.new(name: 'CommandPluginStatus')
58
84
  CommandStatus = Shapes::StringShape.new(name: 'CommandStatus')
59
85
  Comment = Shapes::StringShape.new(name: 'Comment')
86
+ CompletedCount = Shapes::IntegerShape.new(name: 'CompletedCount')
60
87
  ComputerName = Shapes::StringShape.new(name: 'ComputerName')
61
88
  CreateActivationRequest = Shapes::StructureShape.new(name: 'CreateActivationRequest')
62
89
  CreateActivationResult = Shapes::StructureShape.new(name: 'CreateActivationResult')
@@ -68,7 +95,10 @@ module Aws
68
95
  CreateAssociationResult = Shapes::StructureShape.new(name: 'CreateAssociationResult')
69
96
  CreateDocumentRequest = Shapes::StructureShape.new(name: 'CreateDocumentRequest')
70
97
  CreateDocumentResult = Shapes::StructureShape.new(name: 'CreateDocumentResult')
98
+ CreateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'CreateMaintenanceWindowRequest')
99
+ CreateMaintenanceWindowResult = Shapes::StructureShape.new(name: 'CreateMaintenanceWindowResult')
71
100
  CreatedDate = Shapes::TimestampShape.new(name: 'CreatedDate')
101
+ CustomSchemaCountLimitExceededException = Shapes::StructureShape.new(name: 'CustomSchemaCountLimitExceededException')
72
102
  DateTime = Shapes::TimestampShape.new(name: 'DateTime')
73
103
  DefaultInstanceName = Shapes::StringShape.new(name: 'DefaultInstanceName')
74
104
  DeleteActivationRequest = Shapes::StructureShape.new(name: 'DeleteActivationRequest')
@@ -77,8 +107,16 @@ module Aws
77
107
  DeleteAssociationResult = Shapes::StructureShape.new(name: 'DeleteAssociationResult')
78
108
  DeleteDocumentRequest = Shapes::StructureShape.new(name: 'DeleteDocumentRequest')
79
109
  DeleteDocumentResult = Shapes::StructureShape.new(name: 'DeleteDocumentResult')
110
+ DeleteMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'DeleteMaintenanceWindowRequest')
111
+ DeleteMaintenanceWindowResult = Shapes::StructureShape.new(name: 'DeleteMaintenanceWindowResult')
112
+ DeleteParameterRequest = Shapes::StructureShape.new(name: 'DeleteParameterRequest')
113
+ DeleteParameterResult = Shapes::StructureShape.new(name: 'DeleteParameterResult')
80
114
  DeregisterManagedInstanceRequest = Shapes::StructureShape.new(name: 'DeregisterManagedInstanceRequest')
81
115
  DeregisterManagedInstanceResult = Shapes::StructureShape.new(name: 'DeregisterManagedInstanceResult')
116
+ DeregisterTargetFromMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'DeregisterTargetFromMaintenanceWindowRequest')
117
+ DeregisterTargetFromMaintenanceWindowResult = Shapes::StructureShape.new(name: 'DeregisterTargetFromMaintenanceWindowResult')
118
+ DeregisterTaskFromMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'DeregisterTaskFromMaintenanceWindowRequest')
119
+ DeregisterTaskFromMaintenanceWindowResult = Shapes::StructureShape.new(name: 'DeregisterTaskFromMaintenanceWindowResult')
82
120
  DescribeActivationsFilter = Shapes::StructureShape.new(name: 'DescribeActivationsFilter')
83
121
  DescribeActivationsFilterKeys = Shapes::StringShape.new(name: 'DescribeActivationsFilterKeys')
84
122
  DescribeActivationsFilterList = Shapes::ListShape.new(name: 'DescribeActivationsFilterList')
@@ -86,16 +124,37 @@ module Aws
86
124
  DescribeActivationsResult = Shapes::StructureShape.new(name: 'DescribeActivationsResult')
87
125
  DescribeAssociationRequest = Shapes::StructureShape.new(name: 'DescribeAssociationRequest')
88
126
  DescribeAssociationResult = Shapes::StructureShape.new(name: 'DescribeAssociationResult')
127
+ DescribeAutomationExecutionsRequest = Shapes::StructureShape.new(name: 'DescribeAutomationExecutionsRequest')
128
+ DescribeAutomationExecutionsResult = Shapes::StructureShape.new(name: 'DescribeAutomationExecutionsResult')
89
129
  DescribeDocumentPermissionRequest = Shapes::StructureShape.new(name: 'DescribeDocumentPermissionRequest')
90
130
  DescribeDocumentPermissionResponse = Shapes::StructureShape.new(name: 'DescribeDocumentPermissionResponse')
91
131
  DescribeDocumentRequest = Shapes::StructureShape.new(name: 'DescribeDocumentRequest')
92
132
  DescribeDocumentResult = Shapes::StructureShape.new(name: 'DescribeDocumentResult')
133
+ DescribeEffectiveInstanceAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeEffectiveInstanceAssociationsRequest')
134
+ DescribeEffectiveInstanceAssociationsResult = Shapes::StructureShape.new(name: 'DescribeEffectiveInstanceAssociationsResult')
135
+ DescribeInstanceAssociationsStatusRequest = Shapes::StructureShape.new(name: 'DescribeInstanceAssociationsStatusRequest')
136
+ DescribeInstanceAssociationsStatusResult = Shapes::StructureShape.new(name: 'DescribeInstanceAssociationsStatusResult')
93
137
  DescribeInstanceInformationRequest = Shapes::StructureShape.new(name: 'DescribeInstanceInformationRequest')
94
138
  DescribeInstanceInformationResult = Shapes::StructureShape.new(name: 'DescribeInstanceInformationResult')
139
+ DescribeMaintenanceWindowExecutionTaskInvocationsRequest = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest')
140
+ DescribeMaintenanceWindowExecutionTaskInvocationsResult = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowExecutionTaskInvocationsResult')
141
+ DescribeMaintenanceWindowExecutionTasksRequest = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowExecutionTasksRequest')
142
+ DescribeMaintenanceWindowExecutionTasksResult = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowExecutionTasksResult')
143
+ DescribeMaintenanceWindowExecutionsRequest = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowExecutionsRequest')
144
+ DescribeMaintenanceWindowExecutionsResult = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowExecutionsResult')
145
+ DescribeMaintenanceWindowTargetsRequest = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowTargetsRequest')
146
+ DescribeMaintenanceWindowTargetsResult = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowTargetsResult')
147
+ DescribeMaintenanceWindowTasksRequest = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowTasksRequest')
148
+ DescribeMaintenanceWindowTasksResult = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowTasksResult')
149
+ DescribeMaintenanceWindowsRequest = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowsRequest')
150
+ DescribeMaintenanceWindowsResult = Shapes::StructureShape.new(name: 'DescribeMaintenanceWindowsResult')
151
+ DescribeParametersRequest = Shapes::StructureShape.new(name: 'DescribeParametersRequest')
152
+ DescribeParametersResult = Shapes::StructureShape.new(name: 'DescribeParametersResult')
95
153
  DescriptionInDocument = Shapes::StringShape.new(name: 'DescriptionInDocument')
96
154
  DocumentARN = Shapes::StringShape.new(name: 'DocumentARN')
97
155
  DocumentAlreadyExists = Shapes::StructureShape.new(name: 'DocumentAlreadyExists')
98
156
  DocumentContent = Shapes::StringShape.new(name: 'DocumentContent')
157
+ DocumentDefaultVersionDescription = Shapes::StructureShape.new(name: 'DocumentDefaultVersionDescription')
99
158
  DocumentDescription = Shapes::StructureShape.new(name: 'DocumentDescription')
100
159
  DocumentFilter = Shapes::StructureShape.new(name: 'DocumentFilter')
101
160
  DocumentFilterKey = Shapes::StringShape.new(name: 'DocumentFilterKey')
@@ -116,17 +175,58 @@ module Aws
116
175
  DocumentParameterType = Shapes::StringShape.new(name: 'DocumentParameterType')
117
176
  DocumentPermissionLimit = Shapes::StructureShape.new(name: 'DocumentPermissionLimit')
118
177
  DocumentPermissionType = Shapes::StringShape.new(name: 'DocumentPermissionType')
178
+ DocumentSchemaVersion = Shapes::StringShape.new(name: 'DocumentSchemaVersion')
119
179
  DocumentSha1 = Shapes::StringShape.new(name: 'DocumentSha1')
120
180
  DocumentStatus = Shapes::StringShape.new(name: 'DocumentStatus')
181
+ DocumentType = Shapes::StringShape.new(name: 'DocumentType')
182
+ DocumentVersion = Shapes::StringShape.new(name: 'DocumentVersion')
183
+ DocumentVersionInfo = Shapes::StructureShape.new(name: 'DocumentVersionInfo')
184
+ DocumentVersionLimitExceeded = Shapes::StructureShape.new(name: 'DocumentVersionLimitExceeded')
185
+ DocumentVersionList = Shapes::ListShape.new(name: 'DocumentVersionList')
186
+ DocumentVersionNumber = Shapes::StringShape.new(name: 'DocumentVersionNumber')
187
+ DoesNotExistException = Shapes::StructureShape.new(name: 'DoesNotExistException')
188
+ DuplicateDocumentContent = Shapes::StructureShape.new(name: 'DuplicateDocumentContent')
121
189
  DuplicateInstanceId = Shapes::StructureShape.new(name: 'DuplicateInstanceId')
190
+ EffectiveInstanceAssociationMaxResults = Shapes::IntegerShape.new(name: 'EffectiveInstanceAssociationMaxResults')
191
+ ErrorCount = Shapes::IntegerShape.new(name: 'ErrorCount')
122
192
  ExpirationDate = Shapes::TimestampShape.new(name: 'ExpirationDate')
123
193
  FailedCreateAssociation = Shapes::StructureShape.new(name: 'FailedCreateAssociation')
124
194
  FailedCreateAssociationList = Shapes::ListShape.new(name: 'FailedCreateAssociationList')
125
195
  Fault = Shapes::StringShape.new(name: 'Fault')
196
+ GetAutomationExecutionRequest = Shapes::StructureShape.new(name: 'GetAutomationExecutionRequest')
197
+ GetAutomationExecutionResult = Shapes::StructureShape.new(name: 'GetAutomationExecutionResult')
198
+ GetCommandInvocationRequest = Shapes::StructureShape.new(name: 'GetCommandInvocationRequest')
199
+ GetCommandInvocationResult = Shapes::StructureShape.new(name: 'GetCommandInvocationResult')
126
200
  GetDocumentRequest = Shapes::StructureShape.new(name: 'GetDocumentRequest')
127
201
  GetDocumentResult = Shapes::StructureShape.new(name: 'GetDocumentResult')
202
+ GetInventoryRequest = Shapes::StructureShape.new(name: 'GetInventoryRequest')
203
+ GetInventoryResult = Shapes::StructureShape.new(name: 'GetInventoryResult')
204
+ GetInventorySchemaMaxResults = Shapes::IntegerShape.new(name: 'GetInventorySchemaMaxResults')
205
+ GetInventorySchemaRequest = Shapes::StructureShape.new(name: 'GetInventorySchemaRequest')
206
+ GetInventorySchemaResult = Shapes::StructureShape.new(name: 'GetInventorySchemaResult')
207
+ GetMaintenanceWindowExecutionRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionRequest')
208
+ GetMaintenanceWindowExecutionResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionResult')
209
+ GetMaintenanceWindowExecutionTaskRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionTaskRequest')
210
+ GetMaintenanceWindowExecutionTaskResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowExecutionTaskResult')
211
+ GetMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'GetMaintenanceWindowRequest')
212
+ GetMaintenanceWindowResult = Shapes::StructureShape.new(name: 'GetMaintenanceWindowResult')
213
+ GetParameterHistoryRequest = Shapes::StructureShape.new(name: 'GetParameterHistoryRequest')
214
+ GetParameterHistoryResult = Shapes::StructureShape.new(name: 'GetParameterHistoryResult')
215
+ GetParametersRequest = Shapes::StructureShape.new(name: 'GetParametersRequest')
216
+ GetParametersResult = Shapes::StructureShape.new(name: 'GetParametersResult')
128
217
  IPAddress = Shapes::StringShape.new(name: 'IPAddress')
129
218
  IamRole = Shapes::StringShape.new(name: 'IamRole')
219
+ IdempotentParameterMismatch = Shapes::StructureShape.new(name: 'IdempotentParameterMismatch')
220
+ InstanceAggregatedAssociationOverview = Shapes::StructureShape.new(name: 'InstanceAggregatedAssociationOverview')
221
+ InstanceAssociation = Shapes::StructureShape.new(name: 'InstanceAssociation')
222
+ InstanceAssociationExecutionSummary = Shapes::StringShape.new(name: 'InstanceAssociationExecutionSummary')
223
+ InstanceAssociationList = Shapes::ListShape.new(name: 'InstanceAssociationList')
224
+ InstanceAssociationOutputLocation = Shapes::StructureShape.new(name: 'InstanceAssociationOutputLocation')
225
+ InstanceAssociationOutputUrl = Shapes::StructureShape.new(name: 'InstanceAssociationOutputUrl')
226
+ InstanceAssociationStatusAggregatedCount = Shapes::MapShape.new(name: 'InstanceAssociationStatusAggregatedCount')
227
+ InstanceAssociationStatusInfo = Shapes::StructureShape.new(name: 'InstanceAssociationStatusInfo')
228
+ InstanceAssociationStatusInfos = Shapes::ListShape.new(name: 'InstanceAssociationStatusInfos')
229
+ InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
130
230
  InstanceId = Shapes::StringShape.new(name: 'InstanceId')
131
231
  InstanceIdList = Shapes::ListShape.new(name: 'InstanceIdList')
132
232
  InstanceInformation = Shapes::StructureShape.new(name: 'InstanceInformation')
@@ -136,26 +236,73 @@ module Aws
136
236
  InstanceInformationFilterValue = Shapes::StringShape.new(name: 'InstanceInformationFilterValue')
137
237
  InstanceInformationFilterValueSet = Shapes::ListShape.new(name: 'InstanceInformationFilterValueSet')
138
238
  InstanceInformationList = Shapes::ListShape.new(name: 'InstanceInformationList')
239
+ InstanceInformationStringFilter = Shapes::StructureShape.new(name: 'InstanceInformationStringFilter')
240
+ InstanceInformationStringFilterKey = Shapes::StringShape.new(name: 'InstanceInformationStringFilterKey')
241
+ InstanceInformationStringFilterList = Shapes::ListShape.new(name: 'InstanceInformationStringFilterList')
242
+ InstanceTagName = Shapes::StringShape.new(name: 'InstanceTagName')
139
243
  InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
140
244
  InvalidActivation = Shapes::StructureShape.new(name: 'InvalidActivation')
141
245
  InvalidActivationId = Shapes::StructureShape.new(name: 'InvalidActivationId')
246
+ InvalidAutomationExecutionParametersException = Shapes::StructureShape.new(name: 'InvalidAutomationExecutionParametersException')
142
247
  InvalidCommandId = Shapes::StructureShape.new(name: 'InvalidCommandId')
143
248
  InvalidDocument = Shapes::StructureShape.new(name: 'InvalidDocument')
144
249
  InvalidDocumentContent = Shapes::StructureShape.new(name: 'InvalidDocumentContent')
145
250
  InvalidDocumentOperation = Shapes::StructureShape.new(name: 'InvalidDocumentOperation')
251
+ InvalidDocumentSchemaVersion = Shapes::StructureShape.new(name: 'InvalidDocumentSchemaVersion')
252
+ InvalidDocumentVersion = Shapes::StructureShape.new(name: 'InvalidDocumentVersion')
146
253
  InvalidFilter = Shapes::StructureShape.new(name: 'InvalidFilter')
147
254
  InvalidFilterKey = Shapes::StructureShape.new(name: 'InvalidFilterKey')
255
+ InvalidFilterValue = Shapes::StructureShape.new(name: 'InvalidFilterValue')
148
256
  InvalidInstanceId = Shapes::StructureShape.new(name: 'InvalidInstanceId')
149
257
  InvalidInstanceInformationFilterValue = Shapes::StructureShape.new(name: 'InvalidInstanceInformationFilterValue')
258
+ InvalidItemContentException = Shapes::StructureShape.new(name: 'InvalidItemContentException')
259
+ InvalidKeyId = Shapes::StructureShape.new(name: 'InvalidKeyId')
150
260
  InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken')
151
261
  InvalidNotificationConfig = Shapes::StructureShape.new(name: 'InvalidNotificationConfig')
152
262
  InvalidOutputFolder = Shapes::StructureShape.new(name: 'InvalidOutputFolder')
263
+ InvalidOutputLocation = Shapes::StructureShape.new(name: 'InvalidOutputLocation')
153
264
  InvalidParameters = Shapes::StructureShape.new(name: 'InvalidParameters')
154
265
  InvalidPermissionType = Shapes::StructureShape.new(name: 'InvalidPermissionType')
266
+ InvalidPluginName = Shapes::StructureShape.new(name: 'InvalidPluginName')
155
267
  InvalidResourceId = Shapes::StructureShape.new(name: 'InvalidResourceId')
156
268
  InvalidResourceType = Shapes::StructureShape.new(name: 'InvalidResourceType')
269
+ InvalidResultAttributeException = Shapes::StructureShape.new(name: 'InvalidResultAttributeException')
157
270
  InvalidRole = Shapes::StructureShape.new(name: 'InvalidRole')
271
+ InvalidSchedule = Shapes::StructureShape.new(name: 'InvalidSchedule')
272
+ InvalidTarget = Shapes::StructureShape.new(name: 'InvalidTarget')
273
+ InvalidTypeNameException = Shapes::StructureShape.new(name: 'InvalidTypeNameException')
274
+ InvalidUpdate = Shapes::StructureShape.new(name: 'InvalidUpdate')
275
+ InventoryAttributeDataType = Shapes::StringShape.new(name: 'InventoryAttributeDataType')
276
+ InventoryFilter = Shapes::StructureShape.new(name: 'InventoryFilter')
277
+ InventoryFilterKey = Shapes::StringShape.new(name: 'InventoryFilterKey')
278
+ InventoryFilterList = Shapes::ListShape.new(name: 'InventoryFilterList')
279
+ InventoryFilterValue = Shapes::StringShape.new(name: 'InventoryFilterValue')
280
+ InventoryFilterValueList = Shapes::ListShape.new(name: 'InventoryFilterValueList')
281
+ InventoryItem = Shapes::StructureShape.new(name: 'InventoryItem')
282
+ InventoryItemAttribute = Shapes::StructureShape.new(name: 'InventoryItemAttribute')
283
+ InventoryItemAttributeList = Shapes::ListShape.new(name: 'InventoryItemAttributeList')
284
+ InventoryItemAttributeName = Shapes::StringShape.new(name: 'InventoryItemAttributeName')
285
+ InventoryItemCaptureTime = Shapes::StringShape.new(name: 'InventoryItemCaptureTime')
286
+ InventoryItemContentHash = Shapes::StringShape.new(name: 'InventoryItemContentHash')
287
+ InventoryItemEntry = Shapes::MapShape.new(name: 'InventoryItemEntry')
288
+ InventoryItemEntryList = Shapes::ListShape.new(name: 'InventoryItemEntryList')
289
+ InventoryItemList = Shapes::ListShape.new(name: 'InventoryItemList')
290
+ InventoryItemSchema = Shapes::StructureShape.new(name: 'InventoryItemSchema')
291
+ InventoryItemSchemaResultList = Shapes::ListShape.new(name: 'InventoryItemSchemaResultList')
292
+ InventoryItemSchemaVersion = Shapes::StringShape.new(name: 'InventoryItemSchemaVersion')
293
+ InventoryItemTypeName = Shapes::StringShape.new(name: 'InventoryItemTypeName')
294
+ InventoryItemTypeNameFilter = Shapes::StringShape.new(name: 'InventoryItemTypeNameFilter')
295
+ InventoryQueryOperatorType = Shapes::StringShape.new(name: 'InventoryQueryOperatorType')
296
+ InventoryResultEntity = Shapes::StructureShape.new(name: 'InventoryResultEntity')
297
+ InventoryResultEntityId = Shapes::StringShape.new(name: 'InventoryResultEntityId')
298
+ InventoryResultEntityList = Shapes::ListShape.new(name: 'InventoryResultEntityList')
299
+ InventoryResultItem = Shapes::StructureShape.new(name: 'InventoryResultItem')
300
+ InventoryResultItemKey = Shapes::StringShape.new(name: 'InventoryResultItemKey')
301
+ InventoryResultItemMap = Shapes::MapShape.new(name: 'InventoryResultItemMap')
302
+ InvocationDoesNotExist = Shapes::StructureShape.new(name: 'InvocationDoesNotExist')
158
303
  InvocationTraceOutput = Shapes::StringShape.new(name: 'InvocationTraceOutput')
304
+ ItemContentMismatchException = Shapes::StructureShape.new(name: 'ItemContentMismatchException')
305
+ ItemSizeLimitExceededException = Shapes::StructureShape.new(name: 'ItemSizeLimitExceededException')
159
306
  KeyList = Shapes::ListShape.new(name: 'KeyList')
160
307
  ListAssociationsRequest = Shapes::StructureShape.new(name: 'ListAssociationsRequest')
161
308
  ListAssociationsResult = Shapes::StructureShape.new(name: 'ListAssociationsResult')
@@ -163,10 +310,61 @@ module Aws
163
310
  ListCommandInvocationsResult = Shapes::StructureShape.new(name: 'ListCommandInvocationsResult')
164
311
  ListCommandsRequest = Shapes::StructureShape.new(name: 'ListCommandsRequest')
165
312
  ListCommandsResult = Shapes::StructureShape.new(name: 'ListCommandsResult')
313
+ ListDocumentVersionsRequest = Shapes::StructureShape.new(name: 'ListDocumentVersionsRequest')
314
+ ListDocumentVersionsResult = Shapes::StructureShape.new(name: 'ListDocumentVersionsResult')
166
315
  ListDocumentsRequest = Shapes::StructureShape.new(name: 'ListDocumentsRequest')
167
316
  ListDocumentsResult = Shapes::StructureShape.new(name: 'ListDocumentsResult')
317
+ ListInventoryEntriesRequest = Shapes::StructureShape.new(name: 'ListInventoryEntriesRequest')
318
+ ListInventoryEntriesResult = Shapes::StructureShape.new(name: 'ListInventoryEntriesResult')
168
319
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
169
320
  ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
321
+ LoggingInfo = Shapes::StructureShape.new(name: 'LoggingInfo')
322
+ MaintenanceWindowAllowUnassociatedTargets = Shapes::BooleanShape.new(name: 'MaintenanceWindowAllowUnassociatedTargets')
323
+ MaintenanceWindowCutoff = Shapes::IntegerShape.new(name: 'MaintenanceWindowCutoff')
324
+ MaintenanceWindowDurationHours = Shapes::IntegerShape.new(name: 'MaintenanceWindowDurationHours')
325
+ MaintenanceWindowEnabled = Shapes::BooleanShape.new(name: 'MaintenanceWindowEnabled')
326
+ MaintenanceWindowExecution = Shapes::StructureShape.new(name: 'MaintenanceWindowExecution')
327
+ MaintenanceWindowExecutionId = Shapes::StringShape.new(name: 'MaintenanceWindowExecutionId')
328
+ MaintenanceWindowExecutionList = Shapes::ListShape.new(name: 'MaintenanceWindowExecutionList')
329
+ MaintenanceWindowExecutionStatus = Shapes::StringShape.new(name: 'MaintenanceWindowExecutionStatus')
330
+ MaintenanceWindowExecutionStatusDetails = Shapes::StringShape.new(name: 'MaintenanceWindowExecutionStatusDetails')
331
+ MaintenanceWindowExecutionTaskExecutionId = Shapes::StringShape.new(name: 'MaintenanceWindowExecutionTaskExecutionId')
332
+ MaintenanceWindowExecutionTaskId = Shapes::StringShape.new(name: 'MaintenanceWindowExecutionTaskId')
333
+ MaintenanceWindowExecutionTaskIdList = Shapes::ListShape.new(name: 'MaintenanceWindowExecutionTaskIdList')
334
+ MaintenanceWindowExecutionTaskIdentity = Shapes::StructureShape.new(name: 'MaintenanceWindowExecutionTaskIdentity')
335
+ MaintenanceWindowExecutionTaskIdentityList = Shapes::ListShape.new(name: 'MaintenanceWindowExecutionTaskIdentityList')
336
+ MaintenanceWindowExecutionTaskInvocationId = Shapes::StringShape.new(name: 'MaintenanceWindowExecutionTaskInvocationId')
337
+ MaintenanceWindowExecutionTaskInvocationIdentity = Shapes::StructureShape.new(name: 'MaintenanceWindowExecutionTaskInvocationIdentity')
338
+ MaintenanceWindowExecutionTaskInvocationIdentityList = Shapes::ListShape.new(name: 'MaintenanceWindowExecutionTaskInvocationIdentityList')
339
+ MaintenanceWindowExecutionTaskInvocationParameters = Shapes::StringShape.new(name: 'MaintenanceWindowExecutionTaskInvocationParameters')
340
+ MaintenanceWindowFilter = Shapes::StructureShape.new(name: 'MaintenanceWindowFilter')
341
+ MaintenanceWindowFilterKey = Shapes::StringShape.new(name: 'MaintenanceWindowFilterKey')
342
+ MaintenanceWindowFilterList = Shapes::ListShape.new(name: 'MaintenanceWindowFilterList')
343
+ MaintenanceWindowFilterValue = Shapes::StringShape.new(name: 'MaintenanceWindowFilterValue')
344
+ MaintenanceWindowFilterValues = Shapes::ListShape.new(name: 'MaintenanceWindowFilterValues')
345
+ MaintenanceWindowId = Shapes::StringShape.new(name: 'MaintenanceWindowId')
346
+ MaintenanceWindowIdentity = Shapes::StructureShape.new(name: 'MaintenanceWindowIdentity')
347
+ MaintenanceWindowIdentityList = Shapes::ListShape.new(name: 'MaintenanceWindowIdentityList')
348
+ MaintenanceWindowMaxResults = Shapes::IntegerShape.new(name: 'MaintenanceWindowMaxResults')
349
+ MaintenanceWindowName = Shapes::StringShape.new(name: 'MaintenanceWindowName')
350
+ MaintenanceWindowResourceType = Shapes::StringShape.new(name: 'MaintenanceWindowResourceType')
351
+ MaintenanceWindowSchedule = Shapes::StringShape.new(name: 'MaintenanceWindowSchedule')
352
+ MaintenanceWindowTarget = Shapes::StructureShape.new(name: 'MaintenanceWindowTarget')
353
+ MaintenanceWindowTargetId = Shapes::StringShape.new(name: 'MaintenanceWindowTargetId')
354
+ MaintenanceWindowTargetList = Shapes::ListShape.new(name: 'MaintenanceWindowTargetList')
355
+ MaintenanceWindowTask = Shapes::StructureShape.new(name: 'MaintenanceWindowTask')
356
+ MaintenanceWindowTaskArn = Shapes::StringShape.new(name: 'MaintenanceWindowTaskArn')
357
+ MaintenanceWindowTaskId = Shapes::StringShape.new(name: 'MaintenanceWindowTaskId')
358
+ MaintenanceWindowTaskList = Shapes::ListShape.new(name: 'MaintenanceWindowTaskList')
359
+ MaintenanceWindowTaskParameterName = Shapes::StringShape.new(name: 'MaintenanceWindowTaskParameterName')
360
+ MaintenanceWindowTaskParameterValue = Shapes::StringShape.new(name: 'MaintenanceWindowTaskParameterValue')
361
+ MaintenanceWindowTaskParameterValueExpression = Shapes::StructureShape.new(name: 'MaintenanceWindowTaskParameterValueExpression')
362
+ MaintenanceWindowTaskParameterValueList = Shapes::ListShape.new(name: 'MaintenanceWindowTaskParameterValueList')
363
+ MaintenanceWindowTaskParameters = Shapes::MapShape.new(name: 'MaintenanceWindowTaskParameters')
364
+ MaintenanceWindowTaskParametersList = Shapes::ListShape.new(name: 'MaintenanceWindowTaskParametersList')
365
+ MaintenanceWindowTaskPriority = Shapes::IntegerShape.new(name: 'MaintenanceWindowTaskPriority')
366
+ MaintenanceWindowTaskTargetId = Shapes::StringShape.new(name: 'MaintenanceWindowTaskTargetId')
367
+ MaintenanceWindowTaskType = Shapes::StringShape.new(name: 'MaintenanceWindowTaskType')
170
368
  ManagedInstanceId = Shapes::StringShape.new(name: 'ManagedInstanceId')
171
369
  MaxDocumentSizeExceeded = Shapes::StructureShape.new(name: 'MaxDocumentSizeExceeded')
172
370
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -174,47 +372,115 @@ module Aws
174
372
  ModifyDocumentPermissionRequest = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionRequest')
175
373
  ModifyDocumentPermissionResponse = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionResponse')
176
374
  NextToken = Shapes::StringShape.new(name: 'NextToken')
375
+ NormalStringMap = Shapes::MapShape.new(name: 'NormalStringMap')
177
376
  NotificationArn = Shapes::StringShape.new(name: 'NotificationArn')
178
377
  NotificationConfig = Shapes::StructureShape.new(name: 'NotificationConfig')
179
378
  NotificationEvent = Shapes::StringShape.new(name: 'NotificationEvent')
180
379
  NotificationEventList = Shapes::ListShape.new(name: 'NotificationEventList')
181
380
  NotificationType = Shapes::StringShape.new(name: 'NotificationType')
381
+ OwnerInformation = Shapes::StringShape.new(name: 'OwnerInformation')
382
+ PSParameterName = Shapes::StringShape.new(name: 'PSParameterName')
383
+ PSParameterValue = Shapes::StringShape.new(name: 'PSParameterValue')
384
+ Parameter = Shapes::StructureShape.new(name: 'Parameter')
385
+ ParameterAlreadyExists = Shapes::StructureShape.new(name: 'ParameterAlreadyExists')
386
+ ParameterDescription = Shapes::StringShape.new(name: 'ParameterDescription')
387
+ ParameterHistory = Shapes::StructureShape.new(name: 'ParameterHistory')
388
+ ParameterHistoryList = Shapes::ListShape.new(name: 'ParameterHistoryList')
389
+ ParameterKeyId = Shapes::StringShape.new(name: 'ParameterKeyId')
390
+ ParameterLimitExceeded = Shapes::StructureShape.new(name: 'ParameterLimitExceeded')
391
+ ParameterList = Shapes::ListShape.new(name: 'ParameterList')
392
+ ParameterMetadata = Shapes::StructureShape.new(name: 'ParameterMetadata')
393
+ ParameterMetadataList = Shapes::ListShape.new(name: 'ParameterMetadataList')
182
394
  ParameterName = Shapes::StringShape.new(name: 'ParameterName')
395
+ ParameterNameList = Shapes::ListShape.new(name: 'ParameterNameList')
396
+ ParameterNotFound = Shapes::StructureShape.new(name: 'ParameterNotFound')
397
+ ParameterType = Shapes::StringShape.new(name: 'ParameterType')
183
398
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
184
399
  ParameterValueList = Shapes::ListShape.new(name: 'ParameterValueList')
185
400
  Parameters = Shapes::MapShape.new(name: 'Parameters')
401
+ ParametersFilter = Shapes::StructureShape.new(name: 'ParametersFilter')
402
+ ParametersFilterKey = Shapes::StringShape.new(name: 'ParametersFilterKey')
403
+ ParametersFilterList = Shapes::ListShape.new(name: 'ParametersFilterList')
404
+ ParametersFilterValue = Shapes::StringShape.new(name: 'ParametersFilterValue')
405
+ ParametersFilterValueList = Shapes::ListShape.new(name: 'ParametersFilterValueList')
186
406
  PingStatus = Shapes::StringShape.new(name: 'PingStatus')
187
407
  PlatformType = Shapes::StringShape.new(name: 'PlatformType')
188
408
  PlatformTypeList = Shapes::ListShape.new(name: 'PlatformTypeList')
409
+ PutInventoryRequest = Shapes::StructureShape.new(name: 'PutInventoryRequest')
410
+ PutInventoryResult = Shapes::StructureShape.new(name: 'PutInventoryResult')
411
+ PutParameterRequest = Shapes::StructureShape.new(name: 'PutParameterRequest')
412
+ PutParameterResult = Shapes::StructureShape.new(name: 'PutParameterResult')
413
+ RegisterTargetWithMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'RegisterTargetWithMaintenanceWindowRequest')
414
+ RegisterTargetWithMaintenanceWindowResult = Shapes::StructureShape.new(name: 'RegisterTargetWithMaintenanceWindowResult')
415
+ RegisterTaskWithMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'RegisterTaskWithMaintenanceWindowRequest')
416
+ RegisterTaskWithMaintenanceWindowResult = Shapes::StructureShape.new(name: 'RegisterTaskWithMaintenanceWindowResult')
189
417
  RegistrationLimit = Shapes::IntegerShape.new(name: 'RegistrationLimit')
190
418
  RegistrationsCount = Shapes::IntegerShape.new(name: 'RegistrationsCount')
191
419
  RemoveTagsFromResourceRequest = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceRequest')
192
420
  RemoveTagsFromResourceResult = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceResult')
193
421
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
422
+ ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
194
423
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
195
424
  ResourceTypeForTagging = Shapes::StringShape.new(name: 'ResourceTypeForTagging')
196
425
  ResponseCode = Shapes::IntegerShape.new(name: 'ResponseCode')
426
+ ResultAttribute = Shapes::StructureShape.new(name: 'ResultAttribute')
427
+ ResultAttributeList = Shapes::ListShape.new(name: 'ResultAttributeList')
197
428
  S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
198
429
  S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
430
+ S3OutputLocation = Shapes::StructureShape.new(name: 'S3OutputLocation')
431
+ S3OutputUrl = Shapes::StructureShape.new(name: 'S3OutputUrl')
432
+ S3Region = Shapes::StringShape.new(name: 'S3Region')
433
+ ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
199
434
  SendCommandRequest = Shapes::StructureShape.new(name: 'SendCommandRequest')
200
435
  SendCommandResult = Shapes::StructureShape.new(name: 'SendCommandResult')
201
436
  ServiceRole = Shapes::StringShape.new(name: 'ServiceRole')
437
+ StandardErrorContent = Shapes::StringShape.new(name: 'StandardErrorContent')
438
+ StandardOutputContent = Shapes::StringShape.new(name: 'StandardOutputContent')
439
+ StartAutomationExecutionRequest = Shapes::StructureShape.new(name: 'StartAutomationExecutionRequest')
440
+ StartAutomationExecutionResult = Shapes::StructureShape.new(name: 'StartAutomationExecutionResult')
202
441
  StatusAdditionalInfo = Shapes::StringShape.new(name: 'StatusAdditionalInfo')
442
+ StatusDetails = Shapes::StringShape.new(name: 'StatusDetails')
203
443
  StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
444
+ StatusName = Shapes::StringShape.new(name: 'StatusName')
204
445
  StatusUnchanged = Shapes::StructureShape.new(name: 'StatusUnchanged')
446
+ StepExecution = Shapes::StructureShape.new(name: 'StepExecution')
447
+ StepExecutionList = Shapes::ListShape.new(name: 'StepExecutionList')
448
+ StopAutomationExecutionRequest = Shapes::StructureShape.new(name: 'StopAutomationExecutionRequest')
449
+ StopAutomationExecutionResult = Shapes::StructureShape.new(name: 'StopAutomationExecutionResult')
205
450
  String = Shapes::StringShape.new(name: 'String')
451
+ StringDateTime = Shapes::StringShape.new(name: 'StringDateTime')
206
452
  StringList = Shapes::ListShape.new(name: 'StringList')
207
453
  Tag = Shapes::StructureShape.new(name: 'Tag')
208
454
  TagKey = Shapes::StringShape.new(name: 'TagKey')
209
455
  TagList = Shapes::ListShape.new(name: 'TagList')
210
456
  TagValue = Shapes::StringShape.new(name: 'TagValue')
457
+ Target = Shapes::StructureShape.new(name: 'Target')
458
+ TargetCount = Shapes::IntegerShape.new(name: 'TargetCount')
459
+ TargetKey = Shapes::StringShape.new(name: 'TargetKey')
460
+ TargetValue = Shapes::StringShape.new(name: 'TargetValue')
461
+ TargetValues = Shapes::ListShape.new(name: 'TargetValues')
462
+ Targets = Shapes::ListShape.new(name: 'Targets')
211
463
  TimeoutSeconds = Shapes::IntegerShape.new(name: 'TimeoutSeconds')
464
+ TooManyTagsError = Shapes::StructureShape.new(name: 'TooManyTagsError')
212
465
  TooManyUpdates = Shapes::StructureShape.new(name: 'TooManyUpdates')
466
+ TotalSizeLimitExceededException = Shapes::StructureShape.new(name: 'TotalSizeLimitExceededException')
467
+ UnsupportedInventorySchemaVersionException = Shapes::StructureShape.new(name: 'UnsupportedInventorySchemaVersionException')
468
+ UnsupportedParameterType = Shapes::StructureShape.new(name: 'UnsupportedParameterType')
213
469
  UnsupportedPlatformType = Shapes::StructureShape.new(name: 'UnsupportedPlatformType')
470
+ UpdateAssociationRequest = Shapes::StructureShape.new(name: 'UpdateAssociationRequest')
471
+ UpdateAssociationResult = Shapes::StructureShape.new(name: 'UpdateAssociationResult')
214
472
  UpdateAssociationStatusRequest = Shapes::StructureShape.new(name: 'UpdateAssociationStatusRequest')
215
473
  UpdateAssociationStatusResult = Shapes::StructureShape.new(name: 'UpdateAssociationStatusResult')
474
+ UpdateDocumentDefaultVersionRequest = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionRequest')
475
+ UpdateDocumentDefaultVersionResult = Shapes::StructureShape.new(name: 'UpdateDocumentDefaultVersionResult')
476
+ UpdateDocumentRequest = Shapes::StructureShape.new(name: 'UpdateDocumentRequest')
477
+ UpdateDocumentResult = Shapes::StructureShape.new(name: 'UpdateDocumentResult')
478
+ UpdateMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowRequest')
479
+ UpdateMaintenanceWindowResult = Shapes::StructureShape.new(name: 'UpdateMaintenanceWindowResult')
216
480
  UpdateManagedInstanceRoleRequest = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleRequest')
217
481
  UpdateManagedInstanceRoleResult = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleResult')
482
+ Url = Shapes::StringShape.new(name: 'Url')
483
+ VelocityConstraint = Shapes::StringShape.new(name: 'VelocityConstraint')
218
484
  Version = Shapes::StringShape.new(name: 'Version')
219
485
 
220
486
  AccountIdList.member = Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId")
@@ -241,13 +507,28 @@ module Aws
241
507
 
242
508
  Association.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
243
509
  Association.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
510
+ Association.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
511
+ Association.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
512
+ Association.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
513
+ Association.add_member(:last_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastExecutionDate"))
514
+ Association.add_member(:overview, Shapes::ShapeRef.new(shape: AssociationOverview, location_name: "Overview"))
515
+ Association.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, location_name: "ScheduleExpression"))
244
516
  Association.struct_class = Types::Association
245
517
 
246
518
  AssociationDescription.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
247
519
  AssociationDescription.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
248
520
  AssociationDescription.add_member(:date, Shapes::ShapeRef.new(shape: DateTime, location_name: "Date"))
521
+ AssociationDescription.add_member(:last_update_association_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastUpdateAssociationDate"))
249
522
  AssociationDescription.add_member(:status, Shapes::ShapeRef.new(shape: AssociationStatus, location_name: "Status"))
523
+ AssociationDescription.add_member(:overview, Shapes::ShapeRef.new(shape: AssociationOverview, location_name: "Overview"))
524
+ AssociationDescription.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
250
525
  AssociationDescription.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
526
+ AssociationDescription.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
527
+ AssociationDescription.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
528
+ AssociationDescription.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, location_name: "ScheduleExpression"))
529
+ AssociationDescription.add_member(:output_location, Shapes::ShapeRef.new(shape: InstanceAssociationOutputLocation, location_name: "OutputLocation"))
530
+ AssociationDescription.add_member(:last_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastExecutionDate"))
531
+ AssociationDescription.add_member(:last_successful_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastSuccessfulExecutionDate"))
251
532
  AssociationDescription.struct_class = Types::AssociationDescription
252
533
 
253
534
  AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription")
@@ -260,12 +541,58 @@ module Aws
260
541
 
261
542
  AssociationList.member = Shapes::ShapeRef.new(shape: Association, location_name: "Association")
262
543
 
544
+ AssociationOverview.add_member(:status, Shapes::ShapeRef.new(shape: StatusName, location_name: "Status"))
545
+ AssociationOverview.add_member(:detailed_status, Shapes::ShapeRef.new(shape: StatusName, location_name: "DetailedStatus"))
546
+ AssociationOverview.add_member(:association_status_aggregated_count, Shapes::ShapeRef.new(shape: AssociationStatusAggregatedCount, location_name: "AssociationStatusAggregatedCount"))
547
+ AssociationOverview.struct_class = Types::AssociationOverview
548
+
263
549
  AssociationStatus.add_member(:date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "Date"))
264
550
  AssociationStatus.add_member(:name, Shapes::ShapeRef.new(shape: AssociationStatusName, required: true, location_name: "Name"))
265
551
  AssociationStatus.add_member(:message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "Message"))
266
552
  AssociationStatus.add_member(:additional_info, Shapes::ShapeRef.new(shape: StatusAdditionalInfo, location_name: "AdditionalInfo"))
267
553
  AssociationStatus.struct_class = Types::AssociationStatus
268
554
 
555
+ AssociationStatusAggregatedCount.key = Shapes::ShapeRef.new(shape: StatusName)
556
+ AssociationStatusAggregatedCount.value = Shapes::ShapeRef.new(shape: InstanceCount)
557
+
558
+ AutomationExecution.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
559
+ AutomationExecution.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
560
+ AutomationExecution.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
561
+ AutomationExecution.add_member(:execution_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExecutionStartTime"))
562
+ AutomationExecution.add_member(:execution_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExecutionEndTime"))
563
+ AutomationExecution.add_member(:automation_execution_status, Shapes::ShapeRef.new(shape: AutomationExecutionStatus, location_name: "AutomationExecutionStatus"))
564
+ AutomationExecution.add_member(:step_executions, Shapes::ShapeRef.new(shape: StepExecutionList, location_name: "StepExecutions"))
565
+ AutomationExecution.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
566
+ AutomationExecution.add_member(:outputs, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Outputs"))
567
+ AutomationExecution.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
568
+ AutomationExecution.struct_class = Types::AutomationExecution
569
+
570
+ AutomationExecutionFilter.add_member(:key, Shapes::ShapeRef.new(shape: AutomationExecutionFilterKey, required: true, location_name: "Key"))
571
+ AutomationExecutionFilter.add_member(:values, Shapes::ShapeRef.new(shape: AutomationExecutionFilterValueList, required: true, location_name: "Values"))
572
+ AutomationExecutionFilter.struct_class = Types::AutomationExecutionFilter
573
+
574
+ AutomationExecutionFilterList.member = Shapes::ShapeRef.new(shape: AutomationExecutionFilter)
575
+
576
+ AutomationExecutionFilterValueList.member = Shapes::ShapeRef.new(shape: AutomationExecutionFilterValue)
577
+
578
+ AutomationExecutionMetadata.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
579
+ AutomationExecutionMetadata.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
580
+ AutomationExecutionMetadata.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
581
+ AutomationExecutionMetadata.add_member(:automation_execution_status, Shapes::ShapeRef.new(shape: AutomationExecutionStatus, location_name: "AutomationExecutionStatus"))
582
+ AutomationExecutionMetadata.add_member(:execution_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExecutionStartTime"))
583
+ AutomationExecutionMetadata.add_member(:execution_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExecutionEndTime"))
584
+ AutomationExecutionMetadata.add_member(:executed_by, Shapes::ShapeRef.new(shape: String, location_name: "ExecutedBy"))
585
+ AutomationExecutionMetadata.add_member(:log_file, Shapes::ShapeRef.new(shape: String, location_name: "LogFile"))
586
+ AutomationExecutionMetadata.add_member(:outputs, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Outputs"))
587
+ AutomationExecutionMetadata.struct_class = Types::AutomationExecutionMetadata
588
+
589
+ AutomationExecutionMetadataList.member = Shapes::ShapeRef.new(shape: AutomationExecutionMetadata)
590
+
591
+ AutomationParameterMap.key = Shapes::ShapeRef.new(shape: AutomationParameterKey)
592
+ AutomationParameterMap.value = Shapes::ShapeRef.new(shape: AutomationParameterValueList)
593
+
594
+ AutomationParameterValueList.member = Shapes::ShapeRef.new(shape: AutomationParameterValue)
595
+
269
596
  CancelCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location_name: "CommandId"))
270
597
  CancelCommandRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceIds"))
271
598
  CancelCommandRequest.struct_class = Types::CancelCommandRequest
@@ -278,10 +605,18 @@ module Aws
278
605
  Command.add_member(:expires_after, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpiresAfter"))
279
606
  Command.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
280
607
  Command.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceIds"))
608
+ Command.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
281
609
  Command.add_member(:requested_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "RequestedDateTime"))
282
610
  Command.add_member(:status, Shapes::ShapeRef.new(shape: CommandStatus, location_name: "Status"))
611
+ Command.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "StatusDetails"))
612
+ Command.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
283
613
  Command.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
284
614
  Command.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
615
+ Command.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: VelocityConstraint, location_name: "MaxConcurrency"))
616
+ Command.add_member(:max_errors, Shapes::ShapeRef.new(shape: VelocityConstraint, location_name: "MaxErrors"))
617
+ Command.add_member(:target_count, Shapes::ShapeRef.new(shape: TargetCount, location_name: "TargetCount"))
618
+ Command.add_member(:completed_count, Shapes::ShapeRef.new(shape: CompletedCount, location_name: "CompletedCount"))
619
+ Command.add_member(:error_count, Shapes::ShapeRef.new(shape: ErrorCount, location_name: "ErrorCount"))
285
620
  Command.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRole"))
286
621
  Command.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
287
622
  Command.struct_class = Types::Command
@@ -294,11 +629,15 @@ module Aws
294
629
 
295
630
  CommandInvocation.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "CommandId"))
296
631
  CommandInvocation.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
632
+ CommandInvocation.add_member(:instance_name, Shapes::ShapeRef.new(shape: InstanceTagName, location_name: "InstanceName"))
297
633
  CommandInvocation.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "Comment"))
298
634
  CommandInvocation.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
299
635
  CommandInvocation.add_member(:requested_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "RequestedDateTime"))
300
636
  CommandInvocation.add_member(:status, Shapes::ShapeRef.new(shape: CommandInvocationStatus, location_name: "Status"))
637
+ CommandInvocation.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "StatusDetails"))
301
638
  CommandInvocation.add_member(:trace_output, Shapes::ShapeRef.new(shape: InvocationTraceOutput, location_name: "TraceOutput"))
639
+ CommandInvocation.add_member(:standard_output_url, Shapes::ShapeRef.new(shape: Url, location_name: "StandardOutputUrl"))
640
+ CommandInvocation.add_member(:standard_error_url, Shapes::ShapeRef.new(shape: Url, location_name: "StandardErrorUrl"))
302
641
  CommandInvocation.add_member(:command_plugins, Shapes::ShapeRef.new(shape: CommandPluginList, location_name: "CommandPlugins"))
303
642
  CommandInvocation.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRole"))
304
643
  CommandInvocation.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
@@ -310,10 +649,14 @@ module Aws
310
649
 
311
650
  CommandPlugin.add_member(:name, Shapes::ShapeRef.new(shape: CommandPluginName, location_name: "Name"))
312
651
  CommandPlugin.add_member(:status, Shapes::ShapeRef.new(shape: CommandPluginStatus, location_name: "Status"))
652
+ CommandPlugin.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "StatusDetails"))
313
653
  CommandPlugin.add_member(:response_code, Shapes::ShapeRef.new(shape: ResponseCode, location_name: "ResponseCode"))
314
654
  CommandPlugin.add_member(:response_start_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ResponseStartDateTime"))
315
655
  CommandPlugin.add_member(:response_finish_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ResponseFinishDateTime"))
316
656
  CommandPlugin.add_member(:output, Shapes::ShapeRef.new(shape: CommandPluginOutput, location_name: "Output"))
657
+ CommandPlugin.add_member(:standard_output_url, Shapes::ShapeRef.new(shape: Url, location_name: "StandardOutputUrl"))
658
+ CommandPlugin.add_member(:standard_error_url, Shapes::ShapeRef.new(shape: Url, location_name: "StandardErrorUrl"))
659
+ CommandPlugin.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
317
660
  CommandPlugin.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
318
661
  CommandPlugin.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
319
662
  CommandPlugin.struct_class = Types::CommandPlugin
@@ -336,9 +679,13 @@ module Aws
336
679
 
337
680
  CreateAssociationBatchRequestEntries.member = Shapes::ShapeRef.new(shape: CreateAssociationBatchRequestEntry, location_name: "entries")
338
681
 
339
- CreateAssociationBatchRequestEntry.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
682
+ CreateAssociationBatchRequestEntry.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
340
683
  CreateAssociationBatchRequestEntry.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
341
684
  CreateAssociationBatchRequestEntry.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
685
+ CreateAssociationBatchRequestEntry.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
686
+ CreateAssociationBatchRequestEntry.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
687
+ CreateAssociationBatchRequestEntry.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, location_name: "ScheduleExpression"))
688
+ CreateAssociationBatchRequestEntry.add_member(:output_location, Shapes::ShapeRef.new(shape: InstanceAssociationOutputLocation, location_name: "OutputLocation"))
342
689
  CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
343
690
 
344
691
  CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
@@ -346,8 +693,12 @@ module Aws
346
693
  CreateAssociationBatchResult.struct_class = Types::CreateAssociationBatchResult
347
694
 
348
695
  CreateAssociationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
349
- CreateAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
696
+ CreateAssociationRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
697
+ CreateAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
350
698
  CreateAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
699
+ CreateAssociationRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
700
+ CreateAssociationRequest.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, location_name: "ScheduleExpression"))
701
+ CreateAssociationRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: InstanceAssociationOutputLocation, location_name: "OutputLocation"))
351
702
  CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
352
703
 
353
704
  CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -355,18 +706,31 @@ module Aws
355
706
 
356
707
  CreateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
357
708
  CreateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
709
+ CreateDocumentRequest.add_member(:document_type, Shapes::ShapeRef.new(shape: DocumentType, location_name: "DocumentType"))
358
710
  CreateDocumentRequest.struct_class = Types::CreateDocumentRequest
359
711
 
360
712
  CreateDocumentResult.add_member(:document_description, Shapes::ShapeRef.new(shape: DocumentDescription, location_name: "DocumentDescription"))
361
713
  CreateDocumentResult.struct_class = Types::CreateDocumentResult
362
714
 
715
+ CreateMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, required: true, location_name: "Name"))
716
+ CreateMaintenanceWindowRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, required: true, location_name: "Schedule"))
717
+ CreateMaintenanceWindowRequest.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, required: true, location_name: "Duration"))
718
+ CreateMaintenanceWindowRequest.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, required: true, location_name: "Cutoff"))
719
+ CreateMaintenanceWindowRequest.add_member(:allow_unassociated_targets, Shapes::ShapeRef.new(shape: MaintenanceWindowAllowUnassociatedTargets, required: true, location_name: "AllowUnassociatedTargets"))
720
+ CreateMaintenanceWindowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
721
+ CreateMaintenanceWindowRequest.struct_class = Types::CreateMaintenanceWindowRequest
722
+
723
+ CreateMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
724
+ CreateMaintenanceWindowResult.struct_class = Types::CreateMaintenanceWindowResult
725
+
363
726
  DeleteActivationRequest.add_member(:activation_id, Shapes::ShapeRef.new(shape: ActivationId, required: true, location_name: "ActivationId"))
364
727
  DeleteActivationRequest.struct_class = Types::DeleteActivationRequest
365
728
 
366
729
  DeleteActivationResult.struct_class = Types::DeleteActivationResult
367
730
 
368
- DeleteAssociationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
369
- DeleteAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
731
+ DeleteAssociationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
732
+ DeleteAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
733
+ DeleteAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
370
734
  DeleteAssociationRequest.struct_class = Types::DeleteAssociationRequest
371
735
 
372
736
  DeleteAssociationResult.struct_class = Types::DeleteAssociationResult
@@ -376,11 +740,38 @@ module Aws
376
740
 
377
741
  DeleteDocumentResult.struct_class = Types::DeleteDocumentResult
378
742
 
743
+ DeleteMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
744
+ DeleteMaintenanceWindowRequest.struct_class = Types::DeleteMaintenanceWindowRequest
745
+
746
+ DeleteMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
747
+ DeleteMaintenanceWindowResult.struct_class = Types::DeleteMaintenanceWindowResult
748
+
749
+ DeleteParameterRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
750
+ DeleteParameterRequest.struct_class = Types::DeleteParameterRequest
751
+
752
+ DeleteParameterResult.struct_class = Types::DeleteParameterResult
753
+
379
754
  DeregisterManagedInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: ManagedInstanceId, required: true, location_name: "InstanceId"))
380
755
  DeregisterManagedInstanceRequest.struct_class = Types::DeregisterManagedInstanceRequest
381
756
 
382
757
  DeregisterManagedInstanceResult.struct_class = Types::DeregisterManagedInstanceResult
383
758
 
759
+ DeregisterTargetFromMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
760
+ DeregisterTargetFromMaintenanceWindowRequest.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetId, required: true, location_name: "WindowTargetId"))
761
+ DeregisterTargetFromMaintenanceWindowRequest.struct_class = Types::DeregisterTargetFromMaintenanceWindowRequest
762
+
763
+ DeregisterTargetFromMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
764
+ DeregisterTargetFromMaintenanceWindowResult.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetId, location_name: "WindowTargetId"))
765
+ DeregisterTargetFromMaintenanceWindowResult.struct_class = Types::DeregisterTargetFromMaintenanceWindowResult
766
+
767
+ DeregisterTaskFromMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
768
+ DeregisterTaskFromMaintenanceWindowRequest.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, required: true, location_name: "WindowTaskId"))
769
+ DeregisterTaskFromMaintenanceWindowRequest.struct_class = Types::DeregisterTaskFromMaintenanceWindowRequest
770
+
771
+ DeregisterTaskFromMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
772
+ DeregisterTaskFromMaintenanceWindowResult.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, location_name: "WindowTaskId"))
773
+ DeregisterTaskFromMaintenanceWindowResult.struct_class = Types::DeregisterTaskFromMaintenanceWindowResult
774
+
384
775
  DescribeActivationsFilter.add_member(:filter_key, Shapes::ShapeRef.new(shape: DescribeActivationsFilterKeys, location_name: "FilterKey"))
385
776
  DescribeActivationsFilter.add_member(:filter_values, Shapes::ShapeRef.new(shape: StringList, location_name: "FilterValues"))
386
777
  DescribeActivationsFilter.struct_class = Types::DescribeActivationsFilter
@@ -396,13 +787,23 @@ module Aws
396
787
  DescribeActivationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
397
788
  DescribeActivationsResult.struct_class = Types::DescribeActivationsResult
398
789
 
399
- DescribeAssociationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
400
- DescribeAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
790
+ DescribeAssociationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
791
+ DescribeAssociationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
792
+ DescribeAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
401
793
  DescribeAssociationRequest.struct_class = Types::DescribeAssociationRequest
402
794
 
403
795
  DescribeAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
404
796
  DescribeAssociationResult.struct_class = Types::DescribeAssociationResult
405
797
 
798
+ DescribeAutomationExecutionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AutomationExecutionFilterList, location_name: "Filters"))
799
+ DescribeAutomationExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
800
+ DescribeAutomationExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
801
+ DescribeAutomationExecutionsRequest.struct_class = Types::DescribeAutomationExecutionsRequest
802
+
803
+ DescribeAutomationExecutionsResult.add_member(:automation_execution_metadata_list, Shapes::ShapeRef.new(shape: AutomationExecutionMetadataList, location_name: "AutomationExecutionMetadataList"))
804
+ DescribeAutomationExecutionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
805
+ DescribeAutomationExecutionsResult.struct_class = Types::DescribeAutomationExecutionsResult
806
+
406
807
  DescribeDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
407
808
  DescribeDocumentPermissionRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: DocumentPermissionType, required: true, location_name: "PermissionType"))
408
809
  DescribeDocumentPermissionRequest.struct_class = Types::DescribeDocumentPermissionRequest
@@ -411,12 +812,32 @@ module Aws
411
812
  DescribeDocumentPermissionResponse.struct_class = Types::DescribeDocumentPermissionResponse
412
813
 
413
814
  DescribeDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
815
+ DescribeDocumentRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
414
816
  DescribeDocumentRequest.struct_class = Types::DescribeDocumentRequest
415
817
 
416
818
  DescribeDocumentResult.add_member(:document, Shapes::ShapeRef.new(shape: DocumentDescription, location_name: "Document"))
417
819
  DescribeDocumentResult.struct_class = Types::DescribeDocumentResult
418
820
 
821
+ DescribeEffectiveInstanceAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
822
+ DescribeEffectiveInstanceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: EffectiveInstanceAssociationMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
823
+ DescribeEffectiveInstanceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
824
+ DescribeEffectiveInstanceAssociationsRequest.struct_class = Types::DescribeEffectiveInstanceAssociationsRequest
825
+
826
+ DescribeEffectiveInstanceAssociationsResult.add_member(:associations, Shapes::ShapeRef.new(shape: InstanceAssociationList, location_name: "Associations"))
827
+ DescribeEffectiveInstanceAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
828
+ DescribeEffectiveInstanceAssociationsResult.struct_class = Types::DescribeEffectiveInstanceAssociationsResult
829
+
830
+ DescribeInstanceAssociationsStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
831
+ DescribeInstanceAssociationsStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
832
+ DescribeInstanceAssociationsStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
833
+ DescribeInstanceAssociationsStatusRequest.struct_class = Types::DescribeInstanceAssociationsStatusRequest
834
+
835
+ DescribeInstanceAssociationsStatusResult.add_member(:instance_association_status_infos, Shapes::ShapeRef.new(shape: InstanceAssociationStatusInfos, location_name: "InstanceAssociationStatusInfos"))
836
+ DescribeInstanceAssociationsStatusResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
837
+ DescribeInstanceAssociationsStatusResult.struct_class = Types::DescribeInstanceAssociationsStatusResult
838
+
419
839
  DescribeInstanceInformationRequest.add_member(:instance_information_filter_list, Shapes::ShapeRef.new(shape: InstanceInformationFilterList, location_name: "InstanceInformationFilterList"))
840
+ DescribeInstanceInformationRequest.add_member(:filters, Shapes::ShapeRef.new(shape: InstanceInformationStringFilterList, location_name: "Filters"))
420
841
  DescribeInstanceInformationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsEC2Compatible, location_name: "MaxResults", metadata: {"box"=>true}))
421
842
  DescribeInstanceInformationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
422
843
  DescribeInstanceInformationRequest.struct_class = Types::DescribeInstanceInformationRequest
@@ -425,6 +846,79 @@ module Aws
425
846
  DescribeInstanceInformationResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
426
847
  DescribeInstanceInformationResult.struct_class = Types::DescribeInstanceInformationResult
427
848
 
849
+ DescribeMaintenanceWindowExecutionTaskInvocationsRequest.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, required: true, location_name: "WindowExecutionId"))
850
+ DescribeMaintenanceWindowExecutionTaskInvocationsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, required: true, location_name: "TaskId"))
851
+ DescribeMaintenanceWindowExecutionTaskInvocationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: MaintenanceWindowFilterList, location_name: "Filters"))
852
+ DescribeMaintenanceWindowExecutionTaskInvocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaintenanceWindowMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
853
+ DescribeMaintenanceWindowExecutionTaskInvocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
854
+ DescribeMaintenanceWindowExecutionTaskInvocationsRequest.struct_class = Types::DescribeMaintenanceWindowExecutionTaskInvocationsRequest
855
+
856
+ DescribeMaintenanceWindowExecutionTaskInvocationsResult.add_member(:window_execution_task_invocation_identities, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationIdentityList, location_name: "WindowExecutionTaskInvocationIdentities"))
857
+ DescribeMaintenanceWindowExecutionTaskInvocationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
858
+ DescribeMaintenanceWindowExecutionTaskInvocationsResult.struct_class = Types::DescribeMaintenanceWindowExecutionTaskInvocationsResult
859
+
860
+ DescribeMaintenanceWindowExecutionTasksRequest.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, required: true, location_name: "WindowExecutionId"))
861
+ DescribeMaintenanceWindowExecutionTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: MaintenanceWindowFilterList, location_name: "Filters"))
862
+ DescribeMaintenanceWindowExecutionTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaintenanceWindowMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
863
+ DescribeMaintenanceWindowExecutionTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
864
+ DescribeMaintenanceWindowExecutionTasksRequest.struct_class = Types::DescribeMaintenanceWindowExecutionTasksRequest
865
+
866
+ DescribeMaintenanceWindowExecutionTasksResult.add_member(:window_execution_task_identities, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskIdentityList, location_name: "WindowExecutionTaskIdentities"))
867
+ DescribeMaintenanceWindowExecutionTasksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
868
+ DescribeMaintenanceWindowExecutionTasksResult.struct_class = Types::DescribeMaintenanceWindowExecutionTasksResult
869
+
870
+ DescribeMaintenanceWindowExecutionsRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
871
+ DescribeMaintenanceWindowExecutionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: MaintenanceWindowFilterList, location_name: "Filters"))
872
+ DescribeMaintenanceWindowExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaintenanceWindowMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
873
+ DescribeMaintenanceWindowExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
874
+ DescribeMaintenanceWindowExecutionsRequest.struct_class = Types::DescribeMaintenanceWindowExecutionsRequest
875
+
876
+ DescribeMaintenanceWindowExecutionsResult.add_member(:window_executions, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionList, location_name: "WindowExecutions"))
877
+ DescribeMaintenanceWindowExecutionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
878
+ DescribeMaintenanceWindowExecutionsResult.struct_class = Types::DescribeMaintenanceWindowExecutionsResult
879
+
880
+ DescribeMaintenanceWindowTargetsRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
881
+ DescribeMaintenanceWindowTargetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: MaintenanceWindowFilterList, location_name: "Filters"))
882
+ DescribeMaintenanceWindowTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaintenanceWindowMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
883
+ DescribeMaintenanceWindowTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
884
+ DescribeMaintenanceWindowTargetsRequest.struct_class = Types::DescribeMaintenanceWindowTargetsRequest
885
+
886
+ DescribeMaintenanceWindowTargetsResult.add_member(:targets, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetList, location_name: "Targets"))
887
+ DescribeMaintenanceWindowTargetsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
888
+ DescribeMaintenanceWindowTargetsResult.struct_class = Types::DescribeMaintenanceWindowTargetsResult
889
+
890
+ DescribeMaintenanceWindowTasksRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
891
+ DescribeMaintenanceWindowTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: MaintenanceWindowFilterList, location_name: "Filters"))
892
+ DescribeMaintenanceWindowTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaintenanceWindowMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
893
+ DescribeMaintenanceWindowTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
894
+ DescribeMaintenanceWindowTasksRequest.struct_class = Types::DescribeMaintenanceWindowTasksRequest
895
+
896
+ DescribeMaintenanceWindowTasksResult.add_member(:tasks, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskList, location_name: "Tasks"))
897
+ DescribeMaintenanceWindowTasksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
898
+ DescribeMaintenanceWindowTasksResult.struct_class = Types::DescribeMaintenanceWindowTasksResult
899
+
900
+ DescribeMaintenanceWindowsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: MaintenanceWindowFilterList, location_name: "Filters"))
901
+ DescribeMaintenanceWindowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaintenanceWindowMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
902
+ DescribeMaintenanceWindowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
903
+ DescribeMaintenanceWindowsRequest.struct_class = Types::DescribeMaintenanceWindowsRequest
904
+
905
+ DescribeMaintenanceWindowsResult.add_member(:window_identities, Shapes::ShapeRef.new(shape: MaintenanceWindowIdentityList, location_name: "WindowIdentities"))
906
+ DescribeMaintenanceWindowsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
907
+ DescribeMaintenanceWindowsResult.struct_class = Types::DescribeMaintenanceWindowsResult
908
+
909
+ DescribeParametersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ParametersFilterList, location_name: "Filters"))
910
+ DescribeParametersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
911
+ DescribeParametersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
912
+ DescribeParametersRequest.struct_class = Types::DescribeParametersRequest
913
+
914
+ DescribeParametersResult.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMetadataList, location_name: "Parameters"))
915
+ DescribeParametersResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
916
+ DescribeParametersResult.struct_class = Types::DescribeParametersResult
917
+
918
+ DocumentDefaultVersionDescription.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
919
+ DocumentDefaultVersionDescription.add_member(:default_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DefaultVersion"))
920
+ DocumentDefaultVersionDescription.struct_class = Types::DocumentDefaultVersionDescription
921
+
428
922
  DocumentDescription.add_member(:sha_1, Shapes::ShapeRef.new(shape: DocumentSha1, location_name: "Sha1"))
429
923
  DocumentDescription.add_member(:hash, Shapes::ShapeRef.new(shape: DocumentHash, location_name: "Hash"))
430
924
  DocumentDescription.add_member(:hash_type, Shapes::ShapeRef.new(shape: DocumentHashType, location_name: "HashType"))
@@ -432,9 +926,14 @@ module Aws
432
926
  DocumentDescription.add_member(:owner, Shapes::ShapeRef.new(shape: DocumentOwner, location_name: "Owner"))
433
927
  DocumentDescription.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
434
928
  DocumentDescription.add_member(:status, Shapes::ShapeRef.new(shape: DocumentStatus, location_name: "Status"))
929
+ DocumentDescription.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
435
930
  DocumentDescription.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionInDocument, location_name: "Description"))
436
931
  DocumentDescription.add_member(:parameters, Shapes::ShapeRef.new(shape: DocumentParameterList, location_name: "Parameters"))
437
932
  DocumentDescription.add_member(:platform_types, Shapes::ShapeRef.new(shape: PlatformTypeList, location_name: "PlatformTypes"))
933
+ DocumentDescription.add_member(:document_type, Shapes::ShapeRef.new(shape: DocumentType, location_name: "DocumentType"))
934
+ DocumentDescription.add_member(:schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, location_name: "SchemaVersion"))
935
+ DocumentDescription.add_member(:latest_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "LatestVersion"))
936
+ DocumentDescription.add_member(:default_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DefaultVersion"))
438
937
  DocumentDescription.struct_class = Types::DocumentDescription
439
938
 
440
939
  DocumentFilter.add_member(:key, Shapes::ShapeRef.new(shape: DocumentFilterKey, required: true, location_name: "key"))
@@ -446,6 +945,9 @@ module Aws
446
945
  DocumentIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
447
946
  DocumentIdentifier.add_member(:owner, Shapes::ShapeRef.new(shape: DocumentOwner, location_name: "Owner"))
448
947
  DocumentIdentifier.add_member(:platform_types, Shapes::ShapeRef.new(shape: PlatformTypeList, location_name: "PlatformTypes"))
948
+ DocumentIdentifier.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
949
+ DocumentIdentifier.add_member(:document_type, Shapes::ShapeRef.new(shape: DocumentType, location_name: "DocumentType"))
950
+ DocumentIdentifier.add_member(:schema_version, Shapes::ShapeRef.new(shape: DocumentSchemaVersion, location_name: "SchemaVersion"))
449
951
  DocumentIdentifier.struct_class = Types::DocumentIdentifier
450
952
 
451
953
  DocumentIdentifierList.member = Shapes::ShapeRef.new(shape: DocumentIdentifier, location_name: "DocumentIdentifier")
@@ -458,6 +960,14 @@ module Aws
458
960
 
459
961
  DocumentParameterList.member = Shapes::ShapeRef.new(shape: DocumentParameter, location_name: "DocumentParameter")
460
962
 
963
+ DocumentVersionInfo.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
964
+ DocumentVersionInfo.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
965
+ DocumentVersionInfo.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
966
+ DocumentVersionInfo.add_member(:is_default_version, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefaultVersion"))
967
+ DocumentVersionInfo.struct_class = Types::DocumentVersionInfo
968
+
969
+ DocumentVersionList.member = Shapes::ShapeRef.new(shape: DocumentVersionInfo)
970
+
461
971
  FailedCreateAssociation.add_member(:entry, Shapes::ShapeRef.new(shape: CreateAssociationBatchRequestEntry, location_name: "Entry"))
462
972
  FailedCreateAssociation.add_member(:message, Shapes::ShapeRef.new(shape: BatchErrorMessage, location_name: "Message"))
463
973
  FailedCreateAssociation.add_member(:fault, Shapes::ShapeRef.new(shape: Fault, location_name: "Fault"))
@@ -465,13 +975,159 @@ module Aws
465
975
 
466
976
  FailedCreateAssociationList.member = Shapes::ShapeRef.new(shape: FailedCreateAssociation, location_name: "FailedCreateAssociationEntry")
467
977
 
978
+ GetAutomationExecutionRequest.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, required: true, location_name: "AutomationExecutionId"))
979
+ GetAutomationExecutionRequest.struct_class = Types::GetAutomationExecutionRequest
980
+
981
+ GetAutomationExecutionResult.add_member(:automation_execution, Shapes::ShapeRef.new(shape: AutomationExecution, location_name: "AutomationExecution"))
982
+ GetAutomationExecutionResult.struct_class = Types::GetAutomationExecutionResult
983
+
984
+ GetCommandInvocationRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location_name: "CommandId"))
985
+ GetCommandInvocationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
986
+ GetCommandInvocationRequest.add_member(:plugin_name, Shapes::ShapeRef.new(shape: CommandPluginName, location_name: "PluginName"))
987
+ GetCommandInvocationRequest.struct_class = Types::GetCommandInvocationRequest
988
+
989
+ GetCommandInvocationResult.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "CommandId"))
990
+ GetCommandInvocationResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
991
+ GetCommandInvocationResult.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "Comment"))
992
+ GetCommandInvocationResult.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
993
+ GetCommandInvocationResult.add_member(:plugin_name, Shapes::ShapeRef.new(shape: CommandPluginName, location_name: "PluginName"))
994
+ GetCommandInvocationResult.add_member(:response_code, Shapes::ShapeRef.new(shape: ResponseCode, location_name: "ResponseCode"))
995
+ GetCommandInvocationResult.add_member(:execution_start_date_time, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "ExecutionStartDateTime"))
996
+ GetCommandInvocationResult.add_member(:execution_elapsed_time, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "ExecutionElapsedTime"))
997
+ GetCommandInvocationResult.add_member(:execution_end_date_time, Shapes::ShapeRef.new(shape: StringDateTime, location_name: "ExecutionEndDateTime"))
998
+ GetCommandInvocationResult.add_member(:status, Shapes::ShapeRef.new(shape: CommandInvocationStatus, location_name: "Status"))
999
+ GetCommandInvocationResult.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "StatusDetails"))
1000
+ GetCommandInvocationResult.add_member(:standard_output_content, Shapes::ShapeRef.new(shape: StandardOutputContent, location_name: "StandardOutputContent"))
1001
+ GetCommandInvocationResult.add_member(:standard_output_url, Shapes::ShapeRef.new(shape: Url, location_name: "StandardOutputUrl"))
1002
+ GetCommandInvocationResult.add_member(:standard_error_content, Shapes::ShapeRef.new(shape: StandardErrorContent, location_name: "StandardErrorContent"))
1003
+ GetCommandInvocationResult.add_member(:standard_error_url, Shapes::ShapeRef.new(shape: Url, location_name: "StandardErrorUrl"))
1004
+ GetCommandInvocationResult.struct_class = Types::GetCommandInvocationResult
1005
+
468
1006
  GetDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
1007
+ GetDocumentRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
469
1008
  GetDocumentRequest.struct_class = Types::GetDocumentRequest
470
1009
 
471
1010
  GetDocumentResult.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
1011
+ GetDocumentResult.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
472
1012
  GetDocumentResult.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, location_name: "Content"))
1013
+ GetDocumentResult.add_member(:document_type, Shapes::ShapeRef.new(shape: DocumentType, location_name: "DocumentType"))
473
1014
  GetDocumentResult.struct_class = Types::GetDocumentResult
474
1015
 
1016
+ GetInventoryRequest.add_member(:filters, Shapes::ShapeRef.new(shape: InventoryFilterList, location_name: "Filters"))
1017
+ GetInventoryRequest.add_member(:result_attributes, Shapes::ShapeRef.new(shape: ResultAttributeList, location_name: "ResultAttributes"))
1018
+ GetInventoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1019
+ GetInventoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1020
+ GetInventoryRequest.struct_class = Types::GetInventoryRequest
1021
+
1022
+ GetInventoryResult.add_member(:entities, Shapes::ShapeRef.new(shape: InventoryResultEntityList, location_name: "Entities"))
1023
+ GetInventoryResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1024
+ GetInventoryResult.struct_class = Types::GetInventoryResult
1025
+
1026
+ GetInventorySchemaRequest.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeNameFilter, location_name: "TypeName"))
1027
+ GetInventorySchemaRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1028
+ GetInventorySchemaRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetInventorySchemaMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1029
+ GetInventorySchemaRequest.struct_class = Types::GetInventorySchemaRequest
1030
+
1031
+ GetInventorySchemaResult.add_member(:schemas, Shapes::ShapeRef.new(shape: InventoryItemSchemaResultList, location_name: "Schemas"))
1032
+ GetInventorySchemaResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1033
+ GetInventorySchemaResult.struct_class = Types::GetInventorySchemaResult
1034
+
1035
+ GetMaintenanceWindowExecutionRequest.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, required: true, location_name: "WindowExecutionId"))
1036
+ GetMaintenanceWindowExecutionRequest.struct_class = Types::GetMaintenanceWindowExecutionRequest
1037
+
1038
+ GetMaintenanceWindowExecutionResult.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, location_name: "WindowExecutionId"))
1039
+ GetMaintenanceWindowExecutionResult.add_member(:task_ids, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskIdList, location_name: "TaskIds"))
1040
+ GetMaintenanceWindowExecutionResult.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
1041
+ GetMaintenanceWindowExecutionResult.add_member(:status_details, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatusDetails, location_name: "StatusDetails"))
1042
+ GetMaintenanceWindowExecutionResult.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
1043
+ GetMaintenanceWindowExecutionResult.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndTime"))
1044
+ GetMaintenanceWindowExecutionResult.struct_class = Types::GetMaintenanceWindowExecutionResult
1045
+
1046
+ GetMaintenanceWindowExecutionTaskRequest.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, required: true, location_name: "WindowExecutionId"))
1047
+ GetMaintenanceWindowExecutionTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, required: true, location_name: "TaskId"))
1048
+ GetMaintenanceWindowExecutionTaskRequest.struct_class = Types::GetMaintenanceWindowExecutionTaskRequest
1049
+
1050
+ GetMaintenanceWindowExecutionTaskResult.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, location_name: "WindowExecutionId"))
1051
+ GetMaintenanceWindowExecutionTaskResult.add_member(:task_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, location_name: "TaskExecutionId"))
1052
+ GetMaintenanceWindowExecutionTaskResult.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, location_name: "TaskArn"))
1053
+ GetMaintenanceWindowExecutionTaskResult.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRole"))
1054
+ GetMaintenanceWindowExecutionTaskResult.add_member(:type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, location_name: "Type"))
1055
+ GetMaintenanceWindowExecutionTaskResult.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParametersList, location_name: "TaskParameters"))
1056
+ GetMaintenanceWindowExecutionTaskResult.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority"))
1057
+ GetMaintenanceWindowExecutionTaskResult.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: VelocityConstraint, location_name: "MaxConcurrency"))
1058
+ GetMaintenanceWindowExecutionTaskResult.add_member(:max_errors, Shapes::ShapeRef.new(shape: VelocityConstraint, location_name: "MaxErrors"))
1059
+ GetMaintenanceWindowExecutionTaskResult.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
1060
+ GetMaintenanceWindowExecutionTaskResult.add_member(:status_details, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatusDetails, location_name: "StatusDetails"))
1061
+ GetMaintenanceWindowExecutionTaskResult.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
1062
+ GetMaintenanceWindowExecutionTaskResult.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndTime"))
1063
+ GetMaintenanceWindowExecutionTaskResult.struct_class = Types::GetMaintenanceWindowExecutionTaskResult
1064
+
1065
+ GetMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
1066
+ GetMaintenanceWindowRequest.struct_class = Types::GetMaintenanceWindowRequest
1067
+
1068
+ GetMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
1069
+ GetMaintenanceWindowResult.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
1070
+ GetMaintenanceWindowResult.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
1071
+ GetMaintenanceWindowResult.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration"))
1072
+ GetMaintenanceWindowResult.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
1073
+ GetMaintenanceWindowResult.add_member(:allow_unassociated_targets, Shapes::ShapeRef.new(shape: MaintenanceWindowAllowUnassociatedTargets, location_name: "AllowUnassociatedTargets"))
1074
+ GetMaintenanceWindowResult.add_member(:enabled, Shapes::ShapeRef.new(shape: MaintenanceWindowEnabled, location_name: "Enabled"))
1075
+ GetMaintenanceWindowResult.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
1076
+ GetMaintenanceWindowResult.add_member(:modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ModifiedDate"))
1077
+ GetMaintenanceWindowResult.struct_class = Types::GetMaintenanceWindowResult
1078
+
1079
+ GetParameterHistoryRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
1080
+ GetParameterHistoryRequest.add_member(:with_decryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithDecryption", metadata: {"box"=>true}))
1081
+ GetParameterHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1082
+ GetParameterHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1083
+ GetParameterHistoryRequest.struct_class = Types::GetParameterHistoryRequest
1084
+
1085
+ GetParameterHistoryResult.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterHistoryList, location_name: "Parameters"))
1086
+ GetParameterHistoryResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1087
+ GetParameterHistoryResult.struct_class = Types::GetParameterHistoryResult
1088
+
1089
+ GetParametersRequest.add_member(:names, Shapes::ShapeRef.new(shape: ParameterNameList, required: true, location_name: "Names"))
1090
+ GetParametersRequest.add_member(:with_decryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithDecryption", metadata: {"box"=>true}))
1091
+ GetParametersRequest.struct_class = Types::GetParametersRequest
1092
+
1093
+ GetParametersResult.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "Parameters"))
1094
+ GetParametersResult.add_member(:invalid_parameters, Shapes::ShapeRef.new(shape: ParameterNameList, location_name: "InvalidParameters"))
1095
+ GetParametersResult.struct_class = Types::GetParametersResult
1096
+
1097
+ InstanceAggregatedAssociationOverview.add_member(:detailed_status, Shapes::ShapeRef.new(shape: StatusName, location_name: "DetailedStatus"))
1098
+ InstanceAggregatedAssociationOverview.add_member(:instance_association_status_aggregated_count, Shapes::ShapeRef.new(shape: InstanceAssociationStatusAggregatedCount, location_name: "InstanceAssociationStatusAggregatedCount"))
1099
+ InstanceAggregatedAssociationOverview.struct_class = Types::InstanceAggregatedAssociationOverview
1100
+
1101
+ InstanceAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
1102
+ InstanceAssociation.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
1103
+ InstanceAssociation.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, location_name: "Content"))
1104
+ InstanceAssociation.struct_class = Types::InstanceAssociation
1105
+
1106
+ InstanceAssociationList.member = Shapes::ShapeRef.new(shape: InstanceAssociation)
1107
+
1108
+ InstanceAssociationOutputLocation.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3OutputLocation, location_name: "S3Location"))
1109
+ InstanceAssociationOutputLocation.struct_class = Types::InstanceAssociationOutputLocation
1110
+
1111
+ InstanceAssociationOutputUrl.add_member(:s3_output_url, Shapes::ShapeRef.new(shape: S3OutputUrl, location_name: "S3OutputUrl"))
1112
+ InstanceAssociationOutputUrl.struct_class = Types::InstanceAssociationOutputUrl
1113
+
1114
+ InstanceAssociationStatusAggregatedCount.key = Shapes::ShapeRef.new(shape: StatusName)
1115
+ InstanceAssociationStatusAggregatedCount.value = Shapes::ShapeRef.new(shape: InstanceCount)
1116
+
1117
+ InstanceAssociationStatusInfo.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, location_name: "AssociationId"))
1118
+ InstanceAssociationStatusInfo.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
1119
+ InstanceAssociationStatusInfo.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
1120
+ InstanceAssociationStatusInfo.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
1121
+ InstanceAssociationStatusInfo.add_member(:execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExecutionDate"))
1122
+ InstanceAssociationStatusInfo.add_member(:status, Shapes::ShapeRef.new(shape: StatusName, location_name: "Status"))
1123
+ InstanceAssociationStatusInfo.add_member(:detailed_status, Shapes::ShapeRef.new(shape: StatusName, location_name: "DetailedStatus"))
1124
+ InstanceAssociationStatusInfo.add_member(:execution_summary, Shapes::ShapeRef.new(shape: InstanceAssociationExecutionSummary, location_name: "ExecutionSummary"))
1125
+ InstanceAssociationStatusInfo.add_member(:error_code, Shapes::ShapeRef.new(shape: AgentErrorCode, location_name: "ErrorCode"))
1126
+ InstanceAssociationStatusInfo.add_member(:output_url, Shapes::ShapeRef.new(shape: InstanceAssociationOutputUrl, location_name: "OutputUrl"))
1127
+ InstanceAssociationStatusInfo.struct_class = Types::InstanceAssociationStatusInfo
1128
+
1129
+ InstanceAssociationStatusInfos.member = Shapes::ShapeRef.new(shape: InstanceAssociationStatusInfo)
1130
+
475
1131
  InstanceIdList.member = Shapes::ShapeRef.new(shape: InstanceId)
476
1132
 
477
1133
  InstanceInformation.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
@@ -489,6 +1145,10 @@ module Aws
489
1145
  InstanceInformation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
490
1146
  InstanceInformation.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "IPAddress"))
491
1147
  InstanceInformation.add_member(:computer_name, Shapes::ShapeRef.new(shape: ComputerName, location_name: "ComputerName"))
1148
+ InstanceInformation.add_member(:association_status, Shapes::ShapeRef.new(shape: StatusName, location_name: "AssociationStatus"))
1149
+ InstanceInformation.add_member(:last_association_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastAssociationExecutionDate"))
1150
+ InstanceInformation.add_member(:last_successful_association_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastSuccessfulAssociationExecutionDate"))
1151
+ InstanceInformation.add_member(:association_overview, Shapes::ShapeRef.new(shape: InstanceAggregatedAssociationOverview, location_name: "AssociationOverview"))
492
1152
  InstanceInformation.struct_class = Types::InstanceInformation
493
1153
 
494
1154
  InstanceInformationFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstanceInformationFilterKey, required: true, location_name: "key"))
@@ -501,9 +1161,67 @@ module Aws
501
1161
 
502
1162
  InstanceInformationList.member = Shapes::ShapeRef.new(shape: InstanceInformation, location_name: "InstanceInformation")
503
1163
 
1164
+ InstanceInformationStringFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstanceInformationStringFilterKey, required: true, location_name: "Key"))
1165
+ InstanceInformationStringFilter.add_member(:values, Shapes::ShapeRef.new(shape: InstanceInformationFilterValueSet, required: true, location_name: "Values"))
1166
+ InstanceInformationStringFilter.struct_class = Types::InstanceInformationStringFilter
1167
+
1168
+ InstanceInformationStringFilterList.member = Shapes::ShapeRef.new(shape: InstanceInformationStringFilter, location_name: "InstanceInformationStringFilter")
1169
+
1170
+ InventoryFilter.add_member(:key, Shapes::ShapeRef.new(shape: InventoryFilterKey, required: true, location_name: "Key"))
1171
+ InventoryFilter.add_member(:values, Shapes::ShapeRef.new(shape: InventoryFilterValueList, required: true, location_name: "Values"))
1172
+ InventoryFilter.add_member(:type, Shapes::ShapeRef.new(shape: InventoryQueryOperatorType, location_name: "Type"))
1173
+ InventoryFilter.struct_class = Types::InventoryFilter
1174
+
1175
+ InventoryFilterList.member = Shapes::ShapeRef.new(shape: InventoryFilter, location_name: "InventoryFilter")
1176
+
1177
+ InventoryFilterValueList.member = Shapes::ShapeRef.new(shape: InventoryFilterValue, location_name: "FilterValue")
1178
+
1179
+ InventoryItem.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, required: true, location_name: "TypeName"))
1180
+ InventoryItem.add_member(:schema_version, Shapes::ShapeRef.new(shape: InventoryItemSchemaVersion, required: true, location_name: "SchemaVersion"))
1181
+ InventoryItem.add_member(:capture_time, Shapes::ShapeRef.new(shape: InventoryItemCaptureTime, required: true, location_name: "CaptureTime"))
1182
+ InventoryItem.add_member(:content_hash, Shapes::ShapeRef.new(shape: InventoryItemContentHash, location_name: "ContentHash"))
1183
+ InventoryItem.add_member(:content, Shapes::ShapeRef.new(shape: InventoryItemEntryList, location_name: "Content"))
1184
+ InventoryItem.struct_class = Types::InventoryItem
1185
+
1186
+ InventoryItemAttribute.add_member(:name, Shapes::ShapeRef.new(shape: InventoryItemAttributeName, required: true, location_name: "Name"))
1187
+ InventoryItemAttribute.add_member(:data_type, Shapes::ShapeRef.new(shape: InventoryAttributeDataType, required: true, location_name: "DataType"))
1188
+ InventoryItemAttribute.struct_class = Types::InventoryItemAttribute
1189
+
1190
+ InventoryItemAttributeList.member = Shapes::ShapeRef.new(shape: InventoryItemAttribute, location_name: "Attribute")
1191
+
1192
+ InventoryItemEntry.key = Shapes::ShapeRef.new(shape: AttributeName)
1193
+ InventoryItemEntry.value = Shapes::ShapeRef.new(shape: AttributeValue)
1194
+
1195
+ InventoryItemEntryList.member = Shapes::ShapeRef.new(shape: InventoryItemEntry)
1196
+
1197
+ InventoryItemList.member = Shapes::ShapeRef.new(shape: InventoryItem, location_name: "Item")
1198
+
1199
+ InventoryItemSchema.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, required: true, location_name: "TypeName"))
1200
+ InventoryItemSchema.add_member(:version, Shapes::ShapeRef.new(shape: InventoryItemSchemaVersion, location_name: "Version"))
1201
+ InventoryItemSchema.add_member(:attributes, Shapes::ShapeRef.new(shape: InventoryItemAttributeList, required: true, location_name: "Attributes"))
1202
+ InventoryItemSchema.struct_class = Types::InventoryItemSchema
1203
+
1204
+ InventoryItemSchemaResultList.member = Shapes::ShapeRef.new(shape: InventoryItemSchema)
1205
+
1206
+ InventoryResultEntity.add_member(:id, Shapes::ShapeRef.new(shape: InventoryResultEntityId, location_name: "Id"))
1207
+ InventoryResultEntity.add_member(:data, Shapes::ShapeRef.new(shape: InventoryResultItemMap, location_name: "Data"))
1208
+ InventoryResultEntity.struct_class = Types::InventoryResultEntity
1209
+
1210
+ InventoryResultEntityList.member = Shapes::ShapeRef.new(shape: InventoryResultEntity, location_name: "Entity")
1211
+
1212
+ InventoryResultItem.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, required: true, location_name: "TypeName"))
1213
+ InventoryResultItem.add_member(:schema_version, Shapes::ShapeRef.new(shape: InventoryItemSchemaVersion, required: true, location_name: "SchemaVersion"))
1214
+ InventoryResultItem.add_member(:capture_time, Shapes::ShapeRef.new(shape: InventoryItemCaptureTime, location_name: "CaptureTime"))
1215
+ InventoryResultItem.add_member(:content_hash, Shapes::ShapeRef.new(shape: InventoryItemContentHash, location_name: "ContentHash"))
1216
+ InventoryResultItem.add_member(:content, Shapes::ShapeRef.new(shape: InventoryItemEntryList, required: true, location_name: "Content"))
1217
+ InventoryResultItem.struct_class = Types::InventoryResultItem
1218
+
1219
+ InventoryResultItemMap.key = Shapes::ShapeRef.new(shape: InventoryResultItemKey)
1220
+ InventoryResultItemMap.value = Shapes::ShapeRef.new(shape: InventoryResultItem)
1221
+
504
1222
  KeyList.member = Shapes::ShapeRef.new(shape: TagKey)
505
1223
 
506
- ListAssociationsRequest.add_member(:association_filter_list, Shapes::ShapeRef.new(shape: AssociationFilterList, required: true, location_name: "AssociationFilterList"))
1224
+ ListAssociationsRequest.add_member(:association_filter_list, Shapes::ShapeRef.new(shape: AssociationFilterList, location_name: "AssociationFilterList"))
507
1225
  ListAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
508
1226
  ListAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
509
1227
  ListAssociationsRequest.struct_class = Types::ListAssociationsRequest
@@ -535,6 +1253,15 @@ module Aws
535
1253
  ListCommandsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
536
1254
  ListCommandsResult.struct_class = Types::ListCommandsResult
537
1255
 
1256
+ ListDocumentVersionsRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
1257
+ ListDocumentVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1258
+ ListDocumentVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1259
+ ListDocumentVersionsRequest.struct_class = Types::ListDocumentVersionsRequest
1260
+
1261
+ ListDocumentVersionsResult.add_member(:document_versions, Shapes::ShapeRef.new(shape: DocumentVersionList, location_name: "DocumentVersions"))
1262
+ ListDocumentVersionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1263
+ ListDocumentVersionsResult.struct_class = Types::ListDocumentVersionsResult
1264
+
538
1265
  ListDocumentsRequest.add_member(:document_filter_list, Shapes::ShapeRef.new(shape: DocumentFilterList, location_name: "DocumentFilterList"))
539
1266
  ListDocumentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
540
1267
  ListDocumentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -544,6 +1271,21 @@ module Aws
544
1271
  ListDocumentsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
545
1272
  ListDocumentsResult.struct_class = Types::ListDocumentsResult
546
1273
 
1274
+ ListInventoryEntriesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1275
+ ListInventoryEntriesRequest.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, required: true, location_name: "TypeName"))
1276
+ ListInventoryEntriesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: InventoryFilterList, location_name: "Filters"))
1277
+ ListInventoryEntriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1278
+ ListInventoryEntriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1279
+ ListInventoryEntriesRequest.struct_class = Types::ListInventoryEntriesRequest
1280
+
1281
+ ListInventoryEntriesResult.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, location_name: "TypeName"))
1282
+ ListInventoryEntriesResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
1283
+ ListInventoryEntriesResult.add_member(:schema_version, Shapes::ShapeRef.new(shape: InventoryItemSchemaVersion, location_name: "SchemaVersion"))
1284
+ ListInventoryEntriesResult.add_member(:capture_time, Shapes::ShapeRef.new(shape: InventoryItemCaptureTime, location_name: "CaptureTime"))
1285
+ ListInventoryEntriesResult.add_member(:entries, Shapes::ShapeRef.new(shape: InventoryItemEntryList, location_name: "Entries"))
1286
+ ListInventoryEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1287
+ ListInventoryEntriesResult.struct_class = Types::ListInventoryEntriesResult
1288
+
547
1289
  ListTagsForResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceTypeForTagging, required: true, location_name: "ResourceType"))
548
1290
  ListTagsForResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
549
1291
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
@@ -551,6 +1293,101 @@ module Aws
551
1293
  ListTagsForResourceResult.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
552
1294
  ListTagsForResourceResult.struct_class = Types::ListTagsForResourceResult
553
1295
 
1296
+ LoggingInfo.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "S3BucketName"))
1297
+ LoggingInfo.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "S3KeyPrefix"))
1298
+ LoggingInfo.add_member(:s3_region, Shapes::ShapeRef.new(shape: S3Region, required: true, location_name: "S3Region"))
1299
+ LoggingInfo.struct_class = Types::LoggingInfo
1300
+
1301
+ MaintenanceWindowExecution.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
1302
+ MaintenanceWindowExecution.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, location_name: "WindowExecutionId"))
1303
+ MaintenanceWindowExecution.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
1304
+ MaintenanceWindowExecution.add_member(:status_details, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatusDetails, location_name: "StatusDetails"))
1305
+ MaintenanceWindowExecution.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
1306
+ MaintenanceWindowExecution.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndTime"))
1307
+ MaintenanceWindowExecution.struct_class = Types::MaintenanceWindowExecution
1308
+
1309
+ MaintenanceWindowExecutionList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowExecution)
1310
+
1311
+ MaintenanceWindowExecutionTaskIdList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId)
1312
+
1313
+ MaintenanceWindowExecutionTaskIdentity.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, location_name: "WindowExecutionId"))
1314
+ MaintenanceWindowExecutionTaskIdentity.add_member(:task_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, location_name: "TaskExecutionId"))
1315
+ MaintenanceWindowExecutionTaskIdentity.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
1316
+ MaintenanceWindowExecutionTaskIdentity.add_member(:status_details, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatusDetails, location_name: "StatusDetails"))
1317
+ MaintenanceWindowExecutionTaskIdentity.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
1318
+ MaintenanceWindowExecutionTaskIdentity.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndTime"))
1319
+ MaintenanceWindowExecutionTaskIdentity.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, location_name: "TaskArn"))
1320
+ MaintenanceWindowExecutionTaskIdentity.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, location_name: "TaskType"))
1321
+ MaintenanceWindowExecutionTaskIdentity.struct_class = Types::MaintenanceWindowExecutionTaskIdentity
1322
+
1323
+ MaintenanceWindowExecutionTaskIdentityList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskIdentity)
1324
+
1325
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:window_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionId, location_name: "WindowExecutionId"))
1326
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:task_execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskId, location_name: "TaskExecutionId"))
1327
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:invocation_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationId, location_name: "InvocationId"))
1328
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:execution_id, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskExecutionId, location_name: "ExecutionId"))
1329
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationParameters, location_name: "Parameters"))
1330
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatus, location_name: "Status"))
1331
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:status_details, Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionStatusDetails, location_name: "StatusDetails"))
1332
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
1333
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndTime"))
1334
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
1335
+ MaintenanceWindowExecutionTaskInvocationIdentity.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskTargetId, location_name: "WindowTargetId"))
1336
+ MaintenanceWindowExecutionTaskInvocationIdentity.struct_class = Types::MaintenanceWindowExecutionTaskInvocationIdentity
1337
+
1338
+ MaintenanceWindowExecutionTaskInvocationIdentityList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowExecutionTaskInvocationIdentity)
1339
+
1340
+ MaintenanceWindowFilter.add_member(:key, Shapes::ShapeRef.new(shape: MaintenanceWindowFilterKey, location_name: "Key"))
1341
+ MaintenanceWindowFilter.add_member(:values, Shapes::ShapeRef.new(shape: MaintenanceWindowFilterValues, location_name: "Values"))
1342
+ MaintenanceWindowFilter.struct_class = Types::MaintenanceWindowFilter
1343
+
1344
+ MaintenanceWindowFilterList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowFilter)
1345
+
1346
+ MaintenanceWindowFilterValues.member = Shapes::ShapeRef.new(shape: MaintenanceWindowFilterValue)
1347
+
1348
+ MaintenanceWindowIdentity.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
1349
+ MaintenanceWindowIdentity.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
1350
+ MaintenanceWindowIdentity.add_member(:enabled, Shapes::ShapeRef.new(shape: MaintenanceWindowEnabled, location_name: "Enabled"))
1351
+ MaintenanceWindowIdentity.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration"))
1352
+ MaintenanceWindowIdentity.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
1353
+ MaintenanceWindowIdentity.struct_class = Types::MaintenanceWindowIdentity
1354
+
1355
+ MaintenanceWindowIdentityList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowIdentity)
1356
+
1357
+ MaintenanceWindowTarget.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
1358
+ MaintenanceWindowTarget.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetId, location_name: "WindowTargetId"))
1359
+ MaintenanceWindowTarget.add_member(:resource_type, Shapes::ShapeRef.new(shape: MaintenanceWindowResourceType, location_name: "ResourceType"))
1360
+ MaintenanceWindowTarget.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
1361
+ MaintenanceWindowTarget.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
1362
+ MaintenanceWindowTarget.struct_class = Types::MaintenanceWindowTarget
1363
+
1364
+ MaintenanceWindowTargetList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowTarget)
1365
+
1366
+ MaintenanceWindowTask.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
1367
+ MaintenanceWindowTask.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, location_name: "WindowTaskId"))
1368
+ MaintenanceWindowTask.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, location_name: "TaskArn"))
1369
+ MaintenanceWindowTask.add_member(:type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, location_name: "Type"))
1370
+ MaintenanceWindowTask.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
1371
+ MaintenanceWindowTask.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
1372
+ MaintenanceWindowTask.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority"))
1373
+ MaintenanceWindowTask.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
1374
+ MaintenanceWindowTask.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
1375
+ MaintenanceWindowTask.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: VelocityConstraint, location_name: "MaxConcurrency"))
1376
+ MaintenanceWindowTask.add_member(:max_errors, Shapes::ShapeRef.new(shape: VelocityConstraint, location_name: "MaxErrors"))
1377
+ MaintenanceWindowTask.struct_class = Types::MaintenanceWindowTask
1378
+
1379
+ MaintenanceWindowTaskList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowTask)
1380
+
1381
+ MaintenanceWindowTaskParameterValueExpression.add_member(:values, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameterValueList, location_name: "Values"))
1382
+ MaintenanceWindowTaskParameterValueExpression.struct_class = Types::MaintenanceWindowTaskParameterValueExpression
1383
+
1384
+ MaintenanceWindowTaskParameterValueList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameterValue)
1385
+
1386
+ MaintenanceWindowTaskParameters.key = Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameterName)
1387
+ MaintenanceWindowTaskParameters.value = Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameterValueExpression)
1388
+
1389
+ MaintenanceWindowTaskParametersList.member = Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters)
1390
+
554
1391
  ModifyDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
555
1392
  ModifyDocumentPermissionRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: DocumentPermissionType, required: true, location_name: "PermissionType"))
556
1393
  ModifyDocumentPermissionRequest.add_member(:account_ids_to_add, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIdsToAdd"))
@@ -559,6 +1396,9 @@ module Aws
559
1396
 
560
1397
  ModifyDocumentPermissionResponse.struct_class = Types::ModifyDocumentPermissionResponse
561
1398
 
1399
+ NormalStringMap.key = Shapes::ShapeRef.new(shape: String)
1400
+ NormalStringMap.value = Shapes::ShapeRef.new(shape: String)
1401
+
562
1402
  NotificationConfig.add_member(:notification_arn, Shapes::ShapeRef.new(shape: NotificationArn, location_name: "NotificationArn"))
563
1403
  NotificationConfig.add_member(:notification_events, Shapes::ShapeRef.new(shape: NotificationEventList, location_name: "NotificationEvents"))
564
1404
  NotificationConfig.add_member(:notification_type, Shapes::ShapeRef.new(shape: NotificationType, location_name: "NotificationType"))
@@ -566,13 +1406,93 @@ module Aws
566
1406
 
567
1407
  NotificationEventList.member = Shapes::ShapeRef.new(shape: NotificationEvent)
568
1408
 
1409
+ Parameter.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, location_name: "Name"))
1410
+ Parameter.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "Type"))
1411
+ Parameter.add_member(:value, Shapes::ShapeRef.new(shape: PSParameterValue, location_name: "Value"))
1412
+ Parameter.struct_class = Types::Parameter
1413
+
1414
+ ParameterHistory.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, location_name: "Name"))
1415
+ ParameterHistory.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "Type"))
1416
+ ParameterHistory.add_member(:key_id, Shapes::ShapeRef.new(shape: ParameterKeyId, location_name: "KeyId"))
1417
+ ParameterHistory.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
1418
+ ParameterHistory.add_member(:last_modified_user, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedUser"))
1419
+ ParameterHistory.add_member(:description, Shapes::ShapeRef.new(shape: ParameterDescription, location_name: "Description"))
1420
+ ParameterHistory.add_member(:value, Shapes::ShapeRef.new(shape: PSParameterValue, location_name: "Value"))
1421
+ ParameterHistory.struct_class = Types::ParameterHistory
1422
+
1423
+ ParameterHistoryList.member = Shapes::ShapeRef.new(shape: ParameterHistory)
1424
+
1425
+ ParameterList.member = Shapes::ShapeRef.new(shape: Parameter)
1426
+
1427
+ ParameterMetadata.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, location_name: "Name"))
1428
+ ParameterMetadata.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "Type"))
1429
+ ParameterMetadata.add_member(:key_id, Shapes::ShapeRef.new(shape: ParameterKeyId, location_name: "KeyId"))
1430
+ ParameterMetadata.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
1431
+ ParameterMetadata.add_member(:last_modified_user, Shapes::ShapeRef.new(shape: String, location_name: "LastModifiedUser"))
1432
+ ParameterMetadata.add_member(:description, Shapes::ShapeRef.new(shape: ParameterDescription, location_name: "Description"))
1433
+ ParameterMetadata.struct_class = Types::ParameterMetadata
1434
+
1435
+ ParameterMetadataList.member = Shapes::ShapeRef.new(shape: ParameterMetadata)
1436
+
1437
+ ParameterNameList.member = Shapes::ShapeRef.new(shape: PSParameterName)
1438
+
569
1439
  ParameterValueList.member = Shapes::ShapeRef.new(shape: ParameterValue)
570
1440
 
571
1441
  Parameters.key = Shapes::ShapeRef.new(shape: ParameterName)
572
1442
  Parameters.value = Shapes::ShapeRef.new(shape: ParameterValueList)
573
1443
 
1444
+ ParametersFilter.add_member(:key, Shapes::ShapeRef.new(shape: ParametersFilterKey, location_name: "Key"))
1445
+ ParametersFilter.add_member(:values, Shapes::ShapeRef.new(shape: ParametersFilterValueList, required: true, location_name: "Values"))
1446
+ ParametersFilter.struct_class = Types::ParametersFilter
1447
+
1448
+ ParametersFilterList.member = Shapes::ShapeRef.new(shape: ParametersFilter)
1449
+
1450
+ ParametersFilterValueList.member = Shapes::ShapeRef.new(shape: ParametersFilterValue)
1451
+
574
1452
  PlatformTypeList.member = Shapes::ShapeRef.new(shape: PlatformType, location_name: "PlatformType")
575
1453
 
1454
+ PutInventoryRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
1455
+ PutInventoryRequest.add_member(:items, Shapes::ShapeRef.new(shape: InventoryItemList, required: true, location_name: "Items"))
1456
+ PutInventoryRequest.struct_class = Types::PutInventoryRequest
1457
+
1458
+ PutInventoryResult.struct_class = Types::PutInventoryResult
1459
+
1460
+ PutParameterRequest.add_member(:name, Shapes::ShapeRef.new(shape: PSParameterName, required: true, location_name: "Name"))
1461
+ PutParameterRequest.add_member(:description, Shapes::ShapeRef.new(shape: ParameterDescription, location_name: "Description"))
1462
+ PutParameterRequest.add_member(:value, Shapes::ShapeRef.new(shape: PSParameterValue, required: true, location_name: "Value"))
1463
+ PutParameterRequest.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, required: true, location_name: "Type"))
1464
+ PutParameterRequest.add_member(:key_id, Shapes::ShapeRef.new(shape: ParameterKeyId, location_name: "KeyId"))
1465
+ PutParameterRequest.add_member(:overwrite, Shapes::ShapeRef.new(shape: Boolean, location_name: "Overwrite", metadata: {"box"=>true}))
1466
+ PutParameterRequest.struct_class = Types::PutParameterRequest
1467
+
1468
+ PutParameterResult.struct_class = Types::PutParameterResult
1469
+
1470
+ RegisterTargetWithMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
1471
+ RegisterTargetWithMaintenanceWindowRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: MaintenanceWindowResourceType, required: true, location_name: "ResourceType"))
1472
+ RegisterTargetWithMaintenanceWindowRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, required: true, location_name: "Targets"))
1473
+ RegisterTargetWithMaintenanceWindowRequest.add_member(:owner_information, Shapes::ShapeRef.new(shape: OwnerInformation, location_name: "OwnerInformation"))
1474
+ RegisterTargetWithMaintenanceWindowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1475
+ RegisterTargetWithMaintenanceWindowRequest.struct_class = Types::RegisterTargetWithMaintenanceWindowRequest
1476
+
1477
+ RegisterTargetWithMaintenanceWindowResult.add_member(:window_target_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTargetId, location_name: "WindowTargetId"))
1478
+ RegisterTargetWithMaintenanceWindowResult.struct_class = Types::RegisterTargetWithMaintenanceWindowResult
1479
+
1480
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
1481
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, required: true, location_name: "Targets"))
1482
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskArn, required: true, location_name: "TaskArn"))
1483
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, required: true, location_name: "ServiceRoleArn"))
1484
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskType, required: true, location_name: "TaskType"))
1485
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:task_parameters, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskParameters, location_name: "TaskParameters"))
1486
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:priority, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskPriority, location_name: "Priority", metadata: {"box"=>true}))
1487
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: VelocityConstraint, required: true, location_name: "MaxConcurrency"))
1488
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: VelocityConstraint, required: true, location_name: "MaxErrors"))
1489
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:logging_info, Shapes::ShapeRef.new(shape: LoggingInfo, location_name: "LoggingInfo"))
1490
+ RegisterTaskWithMaintenanceWindowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1491
+ RegisterTaskWithMaintenanceWindowRequest.struct_class = Types::RegisterTaskWithMaintenanceWindowRequest
1492
+
1493
+ RegisterTaskWithMaintenanceWindowResult.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, location_name: "WindowTaskId"))
1494
+ RegisterTaskWithMaintenanceWindowResult.struct_class = Types::RegisterTaskWithMaintenanceWindowResult
1495
+
576
1496
  RemoveTagsFromResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceTypeForTagging, required: true, location_name: "ResourceType"))
577
1497
  RemoveTagsFromResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
578
1498
  RemoveTagsFromResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
@@ -580,15 +1500,32 @@ module Aws
580
1500
 
581
1501
  RemoveTagsFromResourceResult.struct_class = Types::RemoveTagsFromResourceResult
582
1502
 
583
- SendCommandRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, required: true, location_name: "InstanceIds"))
1503
+ ResultAttribute.add_member(:type_name, Shapes::ShapeRef.new(shape: InventoryItemTypeName, required: true, location_name: "TypeName"))
1504
+ ResultAttribute.struct_class = Types::ResultAttribute
1505
+
1506
+ ResultAttributeList.member = Shapes::ShapeRef.new(shape: ResultAttribute, location_name: "ResultAttribute")
1507
+
1508
+ S3OutputLocation.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
1509
+ S3OutputLocation.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
1510
+ S3OutputLocation.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
1511
+ S3OutputLocation.struct_class = Types::S3OutputLocation
1512
+
1513
+ S3OutputUrl.add_member(:output_url, Shapes::ShapeRef.new(shape: Url, location_name: "OutputUrl"))
1514
+ S3OutputUrl.struct_class = Types::S3OutputUrl
1515
+
1516
+ SendCommandRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceIds"))
1517
+ SendCommandRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
584
1518
  SendCommandRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "DocumentName"))
585
1519
  SendCommandRequest.add_member(:document_hash, Shapes::ShapeRef.new(shape: DocumentHash, location_name: "DocumentHash"))
586
1520
  SendCommandRequest.add_member(:document_hash_type, Shapes::ShapeRef.new(shape: DocumentHashType, location_name: "DocumentHashType"))
587
1521
  SendCommandRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: TimeoutSeconds, location_name: "TimeoutSeconds", metadata: {"box"=>true}))
588
1522
  SendCommandRequest.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "Comment"))
589
1523
  SendCommandRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
1524
+ SendCommandRequest.add_member(:output_s3_region, Shapes::ShapeRef.new(shape: S3Region, location_name: "OutputS3Region"))
590
1525
  SendCommandRequest.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
591
1526
  SendCommandRequest.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
1527
+ SendCommandRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: VelocityConstraint, location_name: "MaxConcurrency"))
1528
+ SendCommandRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: VelocityConstraint, location_name: "MaxErrors"))
592
1529
  SendCommandRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
593
1530
  SendCommandRequest.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
594
1531
  SendCommandRequest.struct_class = Types::SendCommandRequest
@@ -596,6 +1533,33 @@ module Aws
596
1533
  SendCommandResult.add_member(:command, Shapes::ShapeRef.new(shape: Command, location_name: "Command"))
597
1534
  SendCommandResult.struct_class = Types::SendCommandResult
598
1535
 
1536
+ StartAutomationExecutionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "DocumentName"))
1537
+ StartAutomationExecutionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion", metadata: {"box"=>true}))
1538
+ StartAutomationExecutionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
1539
+ StartAutomationExecutionRequest.struct_class = Types::StartAutomationExecutionRequest
1540
+
1541
+ StartAutomationExecutionResult.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, location_name: "AutomationExecutionId"))
1542
+ StartAutomationExecutionResult.struct_class = Types::StartAutomationExecutionResult
1543
+
1544
+ StepExecution.add_member(:step_name, Shapes::ShapeRef.new(shape: String, location_name: "StepName"))
1545
+ StepExecution.add_member(:action, Shapes::ShapeRef.new(shape: AutomationActionName, location_name: "Action"))
1546
+ StepExecution.add_member(:execution_start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExecutionStartTime"))
1547
+ StepExecution.add_member(:execution_end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExecutionEndTime"))
1548
+ StepExecution.add_member(:step_status, Shapes::ShapeRef.new(shape: AutomationExecutionStatus, location_name: "StepStatus"))
1549
+ StepExecution.add_member(:response_code, Shapes::ShapeRef.new(shape: String, location_name: "ResponseCode"))
1550
+ StepExecution.add_member(:inputs, Shapes::ShapeRef.new(shape: NormalStringMap, location_name: "Inputs"))
1551
+ StepExecution.add_member(:outputs, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Outputs"))
1552
+ StepExecution.add_member(:response, Shapes::ShapeRef.new(shape: String, location_name: "Response"))
1553
+ StepExecution.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
1554
+ StepExecution.struct_class = Types::StepExecution
1555
+
1556
+ StepExecutionList.member = Shapes::ShapeRef.new(shape: StepExecution)
1557
+
1558
+ StopAutomationExecutionRequest.add_member(:automation_execution_id, Shapes::ShapeRef.new(shape: AutomationExecutionId, required: true, location_name: "AutomationExecutionId"))
1559
+ StopAutomationExecutionRequest.struct_class = Types::StopAutomationExecutionRequest
1560
+
1561
+ StopAutomationExecutionResult.struct_class = Types::StopAutomationExecutionResult
1562
+
599
1563
  StringList.member = Shapes::ShapeRef.new(shape: String)
600
1564
 
601
1565
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -604,6 +1568,24 @@ module Aws
604
1568
 
605
1569
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
606
1570
 
1571
+ Target.add_member(:key, Shapes::ShapeRef.new(shape: TargetKey, location_name: "Key"))
1572
+ Target.add_member(:values, Shapes::ShapeRef.new(shape: TargetValues, location_name: "Values"))
1573
+ Target.struct_class = Types::Target
1574
+
1575
+ TargetValues.member = Shapes::ShapeRef.new(shape: TargetValue)
1576
+
1577
+ Targets.member = Shapes::ShapeRef.new(shape: Target)
1578
+
1579
+ UpdateAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location_name: "AssociationId"))
1580
+ UpdateAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
1581
+ UpdateAssociationRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
1582
+ UpdateAssociationRequest.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, location_name: "ScheduleExpression"))
1583
+ UpdateAssociationRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: InstanceAssociationOutputLocation, location_name: "OutputLocation"))
1584
+ UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
1585
+
1586
+ UpdateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
1587
+ UpdateAssociationResult.struct_class = Types::UpdateAssociationResult
1588
+
607
1589
  UpdateAssociationStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
608
1590
  UpdateAssociationStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
609
1591
  UpdateAssociationStatusRequest.add_member(:association_status, Shapes::ShapeRef.new(shape: AssociationStatus, required: true, location_name: "AssociationStatus"))
@@ -612,6 +1594,39 @@ module Aws
612
1594
  UpdateAssociationStatusResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
613
1595
  UpdateAssociationStatusResult.struct_class = Types::UpdateAssociationStatusResult
614
1596
 
1597
+ UpdateDocumentDefaultVersionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
1598
+ UpdateDocumentDefaultVersionRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersionNumber, required: true, location_name: "DocumentVersion"))
1599
+ UpdateDocumentDefaultVersionRequest.struct_class = Types::UpdateDocumentDefaultVersionRequest
1600
+
1601
+ UpdateDocumentDefaultVersionResult.add_member(:description, Shapes::ShapeRef.new(shape: DocumentDefaultVersionDescription, location_name: "Description"))
1602
+ UpdateDocumentDefaultVersionResult.struct_class = Types::UpdateDocumentDefaultVersionResult
1603
+
1604
+ UpdateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
1605
+ UpdateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
1606
+ UpdateDocumentRequest.add_member(:document_version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "DocumentVersion"))
1607
+ UpdateDocumentRequest.struct_class = Types::UpdateDocumentRequest
1608
+
1609
+ UpdateDocumentResult.add_member(:document_description, Shapes::ShapeRef.new(shape: DocumentDescription, location_name: "DocumentDescription"))
1610
+ UpdateDocumentResult.struct_class = Types::UpdateDocumentResult
1611
+
1612
+ UpdateMaintenanceWindowRequest.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, required: true, location_name: "WindowId"))
1613
+ UpdateMaintenanceWindowRequest.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
1614
+ UpdateMaintenanceWindowRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
1615
+ UpdateMaintenanceWindowRequest.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration", metadata: {"box"=>true}))
1616
+ UpdateMaintenanceWindowRequest.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff", metadata: {"box"=>true}))
1617
+ UpdateMaintenanceWindowRequest.add_member(:allow_unassociated_targets, Shapes::ShapeRef.new(shape: MaintenanceWindowAllowUnassociatedTargets, location_name: "AllowUnassociatedTargets", metadata: {"box"=>true}))
1618
+ UpdateMaintenanceWindowRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: MaintenanceWindowEnabled, location_name: "Enabled", metadata: {"box"=>true}))
1619
+ UpdateMaintenanceWindowRequest.struct_class = Types::UpdateMaintenanceWindowRequest
1620
+
1621
+ UpdateMaintenanceWindowResult.add_member(:window_id, Shapes::ShapeRef.new(shape: MaintenanceWindowId, location_name: "WindowId"))
1622
+ UpdateMaintenanceWindowResult.add_member(:name, Shapes::ShapeRef.new(shape: MaintenanceWindowName, location_name: "Name"))
1623
+ UpdateMaintenanceWindowResult.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
1624
+ UpdateMaintenanceWindowResult.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration"))
1625
+ UpdateMaintenanceWindowResult.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
1626
+ UpdateMaintenanceWindowResult.add_member(:allow_unassociated_targets, Shapes::ShapeRef.new(shape: MaintenanceWindowAllowUnassociatedTargets, location_name: "AllowUnassociatedTargets"))
1627
+ UpdateMaintenanceWindowResult.add_member(:enabled, Shapes::ShapeRef.new(shape: MaintenanceWindowEnabled, location_name: "Enabled"))
1628
+ UpdateMaintenanceWindowResult.struct_class = Types::UpdateMaintenanceWindowResult
1629
+
615
1630
  UpdateManagedInstanceRoleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: ManagedInstanceId, required: true, location_name: "InstanceId"))
616
1631
  UpdateManagedInstanceRoleRequest.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, required: true, location_name: "IamRole"))
617
1632
  UpdateManagedInstanceRoleRequest.struct_class = Types::UpdateManagedInstanceRoleRequest
@@ -628,7 +1643,7 @@ module Aws
628
1643
  "endpointPrefix" => "ssm",
629
1644
  "jsonVersion" => "1.1",
630
1645
  "protocol" => "json",
631
- "serviceFullName" => "Amazon Simple Systems Management Service",
1646
+ "serviceFullName" => "Amazon Simple Systems Manager (SSM)",
632
1647
  "signatureVersion" => "v4",
633
1648
  "targetPrefix" => "AmazonSSM",
634
1649
  }
@@ -642,6 +1657,7 @@ module Aws
642
1657
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceType)
643
1658
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceId)
644
1659
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1660
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsError)
645
1661
  end)
646
1662
 
647
1663
  api.add_operation(:cancel_command, Seahorse::Model::Operation.new.tap do |o|
@@ -675,9 +1691,13 @@ module Aws
675
1691
  o.errors << Shapes::ShapeRef.new(shape: AssociationLimitExceeded)
676
1692
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
677
1693
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
1694
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
678
1695
  o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
679
1696
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedPlatformType)
1697
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOutputLocation)
680
1698
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
1699
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTarget)
1700
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSchedule)
681
1701
  end)
682
1702
 
683
1703
  api.add_operation(:create_association_batch, Seahorse::Model::Operation.new.tap do |o|
@@ -688,11 +1708,15 @@ module Aws
688
1708
  o.output = Shapes::ShapeRef.new(shape: CreateAssociationBatchResult)
689
1709
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
690
1710
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
1711
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
691
1712
  o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
692
1713
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
693
1714
  o.errors << Shapes::ShapeRef.new(shape: DuplicateInstanceId)
694
1715
  o.errors << Shapes::ShapeRef.new(shape: AssociationLimitExceeded)
695
1716
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedPlatformType)
1717
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOutputLocation)
1718
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTarget)
1719
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSchedule)
696
1720
  end)
697
1721
 
698
1722
  api.add_operation(:create_document, Seahorse::Model::Operation.new.tap do |o|
@@ -706,6 +1730,18 @@ module Aws
706
1730
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
707
1731
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentContent)
708
1732
  o.errors << Shapes::ShapeRef.new(shape: DocumentLimitExceeded)
1733
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentSchemaVersion)
1734
+ end)
1735
+
1736
+ api.add_operation(:create_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
1737
+ o.name = "CreateMaintenanceWindow"
1738
+ o.http_method = "POST"
1739
+ o.http_request_uri = "/"
1740
+ o.input = Shapes::ShapeRef.new(shape: CreateMaintenanceWindowRequest)
1741
+ o.output = Shapes::ShapeRef.new(shape: CreateMaintenanceWindowResult)
1742
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatch)
1743
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
709
1745
  end)
710
1746
 
711
1747
  api.add_operation(:delete_activation, Seahorse::Model::Operation.new.tap do |o|
@@ -744,6 +1780,25 @@ module Aws
744
1780
  o.errors << Shapes::ShapeRef.new(shape: AssociatedInstances)
745
1781
  end)
746
1782
 
1783
+ api.add_operation(:delete_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
1784
+ o.name = "DeleteMaintenanceWindow"
1785
+ o.http_method = "POST"
1786
+ o.http_request_uri = "/"
1787
+ o.input = Shapes::ShapeRef.new(shape: DeleteMaintenanceWindowRequest)
1788
+ o.output = Shapes::ShapeRef.new(shape: DeleteMaintenanceWindowResult)
1789
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1790
+ end)
1791
+
1792
+ api.add_operation(:delete_parameter, Seahorse::Model::Operation.new.tap do |o|
1793
+ o.name = "DeleteParameter"
1794
+ o.http_method = "POST"
1795
+ o.http_request_uri = "/"
1796
+ o.input = Shapes::ShapeRef.new(shape: DeleteParameterRequest)
1797
+ o.output = Shapes::ShapeRef.new(shape: DeleteParameterResult)
1798
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1799
+ o.errors << Shapes::ShapeRef.new(shape: ParameterNotFound)
1800
+ end)
1801
+
747
1802
  api.add_operation(:deregister_managed_instance, Seahorse::Model::Operation.new.tap do |o|
748
1803
  o.name = "DeregisterManagedInstance"
749
1804
  o.http_method = "POST"
@@ -754,6 +1809,26 @@ module Aws
754
1809
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
755
1810
  end)
756
1811
 
1812
+ api.add_operation(:deregister_target_from_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
1813
+ o.name = "DeregisterTargetFromMaintenanceWindow"
1814
+ o.http_method = "POST"
1815
+ o.http_request_uri = "/"
1816
+ o.input = Shapes::ShapeRef.new(shape: DeregisterTargetFromMaintenanceWindowRequest)
1817
+ o.output = Shapes::ShapeRef.new(shape: DeregisterTargetFromMaintenanceWindowResult)
1818
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
1819
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1820
+ end)
1821
+
1822
+ api.add_operation(:deregister_task_from_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
1823
+ o.name = "DeregisterTaskFromMaintenanceWindow"
1824
+ o.http_method = "POST"
1825
+ o.http_request_uri = "/"
1826
+ o.input = Shapes::ShapeRef.new(shape: DeregisterTaskFromMaintenanceWindowRequest)
1827
+ o.output = Shapes::ShapeRef.new(shape: DeregisterTaskFromMaintenanceWindowResult)
1828
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
1829
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1830
+ end)
1831
+
757
1832
  api.add_operation(:describe_activations, Seahorse::Model::Operation.new.tap do |o|
758
1833
  o.name = "DescribeActivations"
759
1834
  o.http_method = "POST"
@@ -783,6 +1858,16 @@ module Aws
783
1858
  o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
784
1859
  end)
785
1860
 
1861
+ api.add_operation(:describe_automation_executions, Seahorse::Model::Operation.new.tap do |o|
1862
+ o.name = "DescribeAutomationExecutions"
1863
+ o.http_method = "POST"
1864
+ o.http_request_uri = "/"
1865
+ o.input = Shapes::ShapeRef.new(shape: DescribeAutomationExecutionsRequest)
1866
+ o.output = Shapes::ShapeRef.new(shape: DescribeAutomationExecutionsResult)
1867
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1868
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1869
+ end)
1870
+
786
1871
  api.add_operation(:describe_document, Seahorse::Model::Operation.new.tap do |o|
787
1872
  o.name = "DescribeDocument"
788
1873
  o.http_method = "POST"
@@ -791,6 +1876,7 @@ module Aws
791
1876
  o.output = Shapes::ShapeRef.new(shape: DescribeDocumentResult)
792
1877
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
793
1878
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
1879
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
794
1880
  end)
795
1881
 
796
1882
  api.add_operation(:describe_document_permission, Seahorse::Model::Operation.new.tap do |o|
@@ -804,6 +1890,28 @@ module Aws
804
1890
  o.errors << Shapes::ShapeRef.new(shape: InvalidPermissionType)
805
1891
  end)
806
1892
 
1893
+ api.add_operation(:describe_effective_instance_associations, Seahorse::Model::Operation.new.tap do |o|
1894
+ o.name = "DescribeEffectiveInstanceAssociations"
1895
+ o.http_method = "POST"
1896
+ o.http_request_uri = "/"
1897
+ o.input = Shapes::ShapeRef.new(shape: DescribeEffectiveInstanceAssociationsRequest)
1898
+ o.output = Shapes::ShapeRef.new(shape: DescribeEffectiveInstanceAssociationsResult)
1899
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1900
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
1901
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1902
+ end)
1903
+
1904
+ api.add_operation(:describe_instance_associations_status, Seahorse::Model::Operation.new.tap do |o|
1905
+ o.name = "DescribeInstanceAssociationsStatus"
1906
+ o.http_method = "POST"
1907
+ o.http_request_uri = "/"
1908
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstanceAssociationsStatusRequest)
1909
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstanceAssociationsStatusResult)
1910
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1911
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
1912
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
1913
+ end)
1914
+
807
1915
  api.add_operation(:describe_instance_information, Seahorse::Model::Operation.new.tap do |o|
808
1916
  o.name = "DescribeInstanceInformation"
809
1917
  o.http_method = "POST"
@@ -823,6 +1931,98 @@ module Aws
823
1931
  )
824
1932
  end)
825
1933
 
1934
+ api.add_operation(:describe_maintenance_window_execution_task_invocations, Seahorse::Model::Operation.new.tap do |o|
1935
+ o.name = "DescribeMaintenanceWindowExecutionTaskInvocations"
1936
+ o.http_method = "POST"
1937
+ o.http_request_uri = "/"
1938
+ o.input = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowExecutionTaskInvocationsRequest)
1939
+ o.output = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowExecutionTaskInvocationsResult)
1940
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1942
+ end)
1943
+
1944
+ api.add_operation(:describe_maintenance_window_execution_tasks, Seahorse::Model::Operation.new.tap do |o|
1945
+ o.name = "DescribeMaintenanceWindowExecutionTasks"
1946
+ o.http_method = "POST"
1947
+ o.http_request_uri = "/"
1948
+ o.input = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowExecutionTasksRequest)
1949
+ o.output = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowExecutionTasksResult)
1950
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
1951
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1952
+ end)
1953
+
1954
+ api.add_operation(:describe_maintenance_window_executions, Seahorse::Model::Operation.new.tap do |o|
1955
+ o.name = "DescribeMaintenanceWindowExecutions"
1956
+ o.http_method = "POST"
1957
+ o.http_request_uri = "/"
1958
+ o.input = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowExecutionsRequest)
1959
+ o.output = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowExecutionsResult)
1960
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1961
+ end)
1962
+
1963
+ api.add_operation(:describe_maintenance_window_targets, Seahorse::Model::Operation.new.tap do |o|
1964
+ o.name = "DescribeMaintenanceWindowTargets"
1965
+ o.http_method = "POST"
1966
+ o.http_request_uri = "/"
1967
+ o.input = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowTargetsRequest)
1968
+ o.output = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowTargetsResult)
1969
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
1970
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1971
+ end)
1972
+
1973
+ api.add_operation(:describe_maintenance_window_tasks, Seahorse::Model::Operation.new.tap do |o|
1974
+ o.name = "DescribeMaintenanceWindowTasks"
1975
+ o.http_method = "POST"
1976
+ o.http_request_uri = "/"
1977
+ o.input = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowTasksRequest)
1978
+ o.output = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowTasksResult)
1979
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
1980
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1981
+ end)
1982
+
1983
+ api.add_operation(:describe_maintenance_windows, Seahorse::Model::Operation.new.tap do |o|
1984
+ o.name = "DescribeMaintenanceWindows"
1985
+ o.http_method = "POST"
1986
+ o.http_request_uri = "/"
1987
+ o.input = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowsRequest)
1988
+ o.output = Shapes::ShapeRef.new(shape: DescribeMaintenanceWindowsResult)
1989
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1990
+ end)
1991
+
1992
+ api.add_operation(:describe_parameters, Seahorse::Model::Operation.new.tap do |o|
1993
+ o.name = "DescribeParameters"
1994
+ o.http_method = "POST"
1995
+ o.http_request_uri = "/"
1996
+ o.input = Shapes::ShapeRef.new(shape: DescribeParametersRequest)
1997
+ o.output = Shapes::ShapeRef.new(shape: DescribeParametersResult)
1998
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1999
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilterValue)
2000
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
2001
+ end)
2002
+
2003
+ api.add_operation(:get_automation_execution, Seahorse::Model::Operation.new.tap do |o|
2004
+ o.name = "GetAutomationExecution"
2005
+ o.http_method = "POST"
2006
+ o.http_request_uri = "/"
2007
+ o.input = Shapes::ShapeRef.new(shape: GetAutomationExecutionRequest)
2008
+ o.output = Shapes::ShapeRef.new(shape: GetAutomationExecutionResult)
2009
+ o.errors << Shapes::ShapeRef.new(shape: AutomationExecutionNotFoundException)
2010
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2011
+ end)
2012
+
2013
+ api.add_operation(:get_command_invocation, Seahorse::Model::Operation.new.tap do |o|
2014
+ o.name = "GetCommandInvocation"
2015
+ o.http_method = "POST"
2016
+ o.http_request_uri = "/"
2017
+ o.input = Shapes::ShapeRef.new(shape: GetCommandInvocationRequest)
2018
+ o.output = Shapes::ShapeRef.new(shape: GetCommandInvocationResult)
2019
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2020
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCommandId)
2021
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
2022
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPluginName)
2023
+ o.errors << Shapes::ShapeRef.new(shape: InvocationDoesNotExist)
2024
+ end)
2025
+
826
2026
  api.add_operation(:get_document, Seahorse::Model::Operation.new.tap do |o|
827
2027
  o.name = "GetDocument"
828
2028
  o.http_method = "POST"
@@ -831,6 +2031,81 @@ module Aws
831
2031
  o.output = Shapes::ShapeRef.new(shape: GetDocumentResult)
832
2032
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
833
2033
  o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
2034
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
2035
+ end)
2036
+
2037
+ api.add_operation(:get_inventory, Seahorse::Model::Operation.new.tap do |o|
2038
+ o.name = "GetInventory"
2039
+ o.http_method = "POST"
2040
+ o.http_request_uri = "/"
2041
+ o.input = Shapes::ShapeRef.new(shape: GetInventoryRequest)
2042
+ o.output = Shapes::ShapeRef.new(shape: GetInventoryResult)
2043
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2044
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
2045
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
2046
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeNameException)
2047
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResultAttributeException)
2048
+ end)
2049
+
2050
+ api.add_operation(:get_inventory_schema, Seahorse::Model::Operation.new.tap do |o|
2051
+ o.name = "GetInventorySchema"
2052
+ o.http_method = "POST"
2053
+ o.http_request_uri = "/"
2054
+ o.input = Shapes::ShapeRef.new(shape: GetInventorySchemaRequest)
2055
+ o.output = Shapes::ShapeRef.new(shape: GetInventorySchemaResult)
2056
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2057
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeNameException)
2058
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
2059
+ end)
2060
+
2061
+ api.add_operation(:get_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
2062
+ o.name = "GetMaintenanceWindow"
2063
+ o.http_method = "POST"
2064
+ o.http_request_uri = "/"
2065
+ o.input = Shapes::ShapeRef.new(shape: GetMaintenanceWindowRequest)
2066
+ o.output = Shapes::ShapeRef.new(shape: GetMaintenanceWindowResult)
2067
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
2068
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2069
+ end)
2070
+
2071
+ api.add_operation(:get_maintenance_window_execution, Seahorse::Model::Operation.new.tap do |o|
2072
+ o.name = "GetMaintenanceWindowExecution"
2073
+ o.http_method = "POST"
2074
+ o.http_request_uri = "/"
2075
+ o.input = Shapes::ShapeRef.new(shape: GetMaintenanceWindowExecutionRequest)
2076
+ o.output = Shapes::ShapeRef.new(shape: GetMaintenanceWindowExecutionResult)
2077
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
2078
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2079
+ end)
2080
+
2081
+ api.add_operation(:get_maintenance_window_execution_task, Seahorse::Model::Operation.new.tap do |o|
2082
+ o.name = "GetMaintenanceWindowExecutionTask"
2083
+ o.http_method = "POST"
2084
+ o.http_request_uri = "/"
2085
+ o.input = Shapes::ShapeRef.new(shape: GetMaintenanceWindowExecutionTaskRequest)
2086
+ o.output = Shapes::ShapeRef.new(shape: GetMaintenanceWindowExecutionTaskResult)
2087
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
2088
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2089
+ end)
2090
+
2091
+ api.add_operation(:get_parameter_history, Seahorse::Model::Operation.new.tap do |o|
2092
+ o.name = "GetParameterHistory"
2093
+ o.http_method = "POST"
2094
+ o.http_request_uri = "/"
2095
+ o.input = Shapes::ShapeRef.new(shape: GetParameterHistoryRequest)
2096
+ o.output = Shapes::ShapeRef.new(shape: GetParameterHistoryResult)
2097
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2098
+ o.errors << Shapes::ShapeRef.new(shape: ParameterNotFound)
2099
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
2100
+ end)
2101
+
2102
+ api.add_operation(:get_parameters, Seahorse::Model::Operation.new.tap do |o|
2103
+ o.name = "GetParameters"
2104
+ o.http_method = "POST"
2105
+ o.http_request_uri = "/"
2106
+ o.input = Shapes::ShapeRef.new(shape: GetParametersRequest)
2107
+ o.output = Shapes::ShapeRef.new(shape: GetParametersResult)
2108
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
834
2109
  end)
835
2110
 
836
2111
  api.add_operation(:list_associations, Seahorse::Model::Operation.new.tap do |o|
@@ -887,6 +2162,17 @@ module Aws
887
2162
  )
888
2163
  end)
889
2164
 
2165
+ api.add_operation(:list_document_versions, Seahorse::Model::Operation.new.tap do |o|
2166
+ o.name = "ListDocumentVersions"
2167
+ o.http_method = "POST"
2168
+ o.http_request_uri = "/"
2169
+ o.input = Shapes::ShapeRef.new(shape: ListDocumentVersionsRequest)
2170
+ o.output = Shapes::ShapeRef.new(shape: ListDocumentVersionsResult)
2171
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2172
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
2173
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
2174
+ end)
2175
+
890
2176
  api.add_operation(:list_documents, Seahorse::Model::Operation.new.tap do |o|
891
2177
  o.name = "ListDocuments"
892
2178
  o.http_method = "POST"
@@ -904,6 +2190,19 @@ module Aws
904
2190
  )
905
2191
  end)
906
2192
 
2193
+ api.add_operation(:list_inventory_entries, Seahorse::Model::Operation.new.tap do |o|
2194
+ o.name = "ListInventoryEntries"
2195
+ o.http_method = "POST"
2196
+ o.http_request_uri = "/"
2197
+ o.input = Shapes::ShapeRef.new(shape: ListInventoryEntriesRequest)
2198
+ o.output = Shapes::ShapeRef.new(shape: ListInventoryEntriesResult)
2199
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2200
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
2201
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeNameException)
2202
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
2203
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
2204
+ end)
2205
+
907
2206
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
908
2207
  o.name = "ListTagsForResource"
909
2208
  o.http_method = "POST"
@@ -928,6 +2227,61 @@ module Aws
928
2227
  o.errors << Shapes::ShapeRef.new(shape: DocumentLimitExceeded)
929
2228
  end)
930
2229
 
2230
+ api.add_operation(:put_inventory, Seahorse::Model::Operation.new.tap do |o|
2231
+ o.name = "PutInventory"
2232
+ o.http_method = "POST"
2233
+ o.http_request_uri = "/"
2234
+ o.input = Shapes::ShapeRef.new(shape: PutInventoryRequest)
2235
+ o.output = Shapes::ShapeRef.new(shape: PutInventoryResult)
2236
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2237
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
2238
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTypeNameException)
2239
+ o.errors << Shapes::ShapeRef.new(shape: InvalidItemContentException)
2240
+ o.errors << Shapes::ShapeRef.new(shape: TotalSizeLimitExceededException)
2241
+ o.errors << Shapes::ShapeRef.new(shape: ItemSizeLimitExceededException)
2242
+ o.errors << Shapes::ShapeRef.new(shape: ItemContentMismatchException)
2243
+ o.errors << Shapes::ShapeRef.new(shape: CustomSchemaCountLimitExceededException)
2244
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedInventorySchemaVersionException)
2245
+ end)
2246
+
2247
+ api.add_operation(:put_parameter, Seahorse::Model::Operation.new.tap do |o|
2248
+ o.name = "PutParameter"
2249
+ o.http_method = "POST"
2250
+ o.http_request_uri = "/"
2251
+ o.input = Shapes::ShapeRef.new(shape: PutParameterRequest)
2252
+ o.output = Shapes::ShapeRef.new(shape: PutParameterResult)
2253
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2254
+ o.errors << Shapes::ShapeRef.new(shape: InvalidKeyId)
2255
+ o.errors << Shapes::ShapeRef.new(shape: ParameterLimitExceeded)
2256
+ o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
2257
+ o.errors << Shapes::ShapeRef.new(shape: ParameterAlreadyExists)
2258
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedParameterType)
2259
+ end)
2260
+
2261
+ api.add_operation(:register_target_with_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
2262
+ o.name = "RegisterTargetWithMaintenanceWindow"
2263
+ o.http_method = "POST"
2264
+ o.http_request_uri = "/"
2265
+ o.input = Shapes::ShapeRef.new(shape: RegisterTargetWithMaintenanceWindowRequest)
2266
+ o.output = Shapes::ShapeRef.new(shape: RegisterTargetWithMaintenanceWindowResult)
2267
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatch)
2268
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
2269
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
2270
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2271
+ end)
2272
+
2273
+ api.add_operation(:register_task_with_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
2274
+ o.name = "RegisterTaskWithMaintenanceWindow"
2275
+ o.http_method = "POST"
2276
+ o.http_request_uri = "/"
2277
+ o.input = Shapes::ShapeRef.new(shape: RegisterTaskWithMaintenanceWindowRequest)
2278
+ o.output = Shapes::ShapeRef.new(shape: RegisterTaskWithMaintenanceWindowResult)
2279
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatch)
2280
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
2281
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
2282
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2283
+ end)
2284
+
931
2285
  api.add_operation(:remove_tags_from_resource, Seahorse::Model::Operation.new.tap do |o|
932
2286
  o.name = "RemoveTagsFromResource"
933
2287
  o.http_method = "POST"
@@ -957,6 +2311,45 @@ module Aws
957
2311
  o.errors << Shapes::ShapeRef.new(shape: InvalidNotificationConfig)
958
2312
  end)
959
2313
 
2314
+ api.add_operation(:start_automation_execution, Seahorse::Model::Operation.new.tap do |o|
2315
+ o.name = "StartAutomationExecution"
2316
+ o.http_method = "POST"
2317
+ o.http_request_uri = "/"
2318
+ o.input = Shapes::ShapeRef.new(shape: StartAutomationExecutionRequest)
2319
+ o.output = Shapes::ShapeRef.new(shape: StartAutomationExecutionResult)
2320
+ o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionNotFoundException)
2321
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAutomationExecutionParametersException)
2322
+ o.errors << Shapes::ShapeRef.new(shape: AutomationExecutionLimitExceededException)
2323
+ o.errors << Shapes::ShapeRef.new(shape: AutomationDefinitionVersionNotFoundException)
2324
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2325
+ end)
2326
+
2327
+ api.add_operation(:stop_automation_execution, Seahorse::Model::Operation.new.tap do |o|
2328
+ o.name = "StopAutomationExecution"
2329
+ o.http_method = "POST"
2330
+ o.http_request_uri = "/"
2331
+ o.input = Shapes::ShapeRef.new(shape: StopAutomationExecutionRequest)
2332
+ o.output = Shapes::ShapeRef.new(shape: StopAutomationExecutionResult)
2333
+ o.errors << Shapes::ShapeRef.new(shape: AutomationExecutionNotFoundException)
2334
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2335
+ end)
2336
+
2337
+ api.add_operation(:update_association, Seahorse::Model::Operation.new.tap do |o|
2338
+ o.name = "UpdateAssociation"
2339
+ o.http_method = "POST"
2340
+ o.http_request_uri = "/"
2341
+ o.input = Shapes::ShapeRef.new(shape: UpdateAssociationRequest)
2342
+ o.output = Shapes::ShapeRef.new(shape: UpdateAssociationResult)
2343
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2344
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSchedule)
2345
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
2346
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOutputLocation)
2347
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
2348
+ o.errors << Shapes::ShapeRef.new(shape: AssociationDoesNotExist)
2349
+ o.errors << Shapes::ShapeRef.new(shape: InvalidUpdate)
2350
+ o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
2351
+ end)
2352
+
960
2353
  api.add_operation(:update_association_status, Seahorse::Model::Operation.new.tap do |o|
961
2354
  o.name = "UpdateAssociationStatus"
962
2355
  o.http_method = "POST"
@@ -971,6 +2364,44 @@ module Aws
971
2364
  o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
972
2365
  end)
973
2366
 
2367
+ api.add_operation(:update_document, Seahorse::Model::Operation.new.tap do |o|
2368
+ o.name = "UpdateDocument"
2369
+ o.http_method = "POST"
2370
+ o.http_request_uri = "/"
2371
+ o.input = Shapes::ShapeRef.new(shape: UpdateDocumentRequest)
2372
+ o.output = Shapes::ShapeRef.new(shape: UpdateDocumentResult)
2373
+ o.errors << Shapes::ShapeRef.new(shape: MaxDocumentSizeExceeded)
2374
+ o.errors << Shapes::ShapeRef.new(shape: DocumentVersionLimitExceeded)
2375
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2376
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateDocumentContent)
2377
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentContent)
2378
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
2379
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentSchemaVersion)
2380
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
2381
+ end)
2382
+
2383
+ api.add_operation(:update_document_default_version, Seahorse::Model::Operation.new.tap do |o|
2384
+ o.name = "UpdateDocumentDefaultVersion"
2385
+ o.http_method = "POST"
2386
+ o.http_request_uri = "/"
2387
+ o.input = Shapes::ShapeRef.new(shape: UpdateDocumentDefaultVersionRequest)
2388
+ o.output = Shapes::ShapeRef.new(shape: UpdateDocumentDefaultVersionResult)
2389
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2390
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
2391
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentVersion)
2392
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentSchemaVersion)
2393
+ end)
2394
+
2395
+ api.add_operation(:update_maintenance_window, Seahorse::Model::Operation.new.tap do |o|
2396
+ o.name = "UpdateMaintenanceWindow"
2397
+ o.http_method = "POST"
2398
+ o.http_request_uri = "/"
2399
+ o.input = Shapes::ShapeRef.new(shape: UpdateMaintenanceWindowRequest)
2400
+ o.output = Shapes::ShapeRef.new(shape: UpdateMaintenanceWindowResult)
2401
+ o.errors << Shapes::ShapeRef.new(shape: DoesNotExistException)
2402
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2403
+ end)
2404
+
974
2405
  api.add_operation(:update_managed_instance_role, Seahorse::Model::Operation.new.tap do |o|
975
2406
  o.name = "UpdateManagedInstanceRole"
976
2407
  o.http_method = "POST"