aws-sdk-ssm 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,987 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing for info on making contributions:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SSM
10
+ # @api private
11
+ module ClientApi
12
+
13
+ include Seahorse::Model
14
+
15
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
16
+ AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
17
+ Activation = Shapes::StructureShape.new(name: 'Activation')
18
+ ActivationCode = Shapes::StringShape.new(name: 'ActivationCode')
19
+ ActivationDescription = Shapes::StringShape.new(name: 'ActivationDescription')
20
+ ActivationId = Shapes::StringShape.new(name: 'ActivationId')
21
+ ActivationList = Shapes::ListShape.new(name: 'ActivationList')
22
+ AddTagsToResourceRequest = Shapes::StructureShape.new(name: 'AddTagsToResourceRequest')
23
+ AddTagsToResourceResult = Shapes::StructureShape.new(name: 'AddTagsToResourceResult')
24
+ AssociatedInstances = Shapes::StructureShape.new(name: 'AssociatedInstances')
25
+ Association = Shapes::StructureShape.new(name: 'Association')
26
+ AssociationAlreadyExists = Shapes::StructureShape.new(name: 'AssociationAlreadyExists')
27
+ AssociationDescription = Shapes::StructureShape.new(name: 'AssociationDescription')
28
+ AssociationDescriptionList = Shapes::ListShape.new(name: 'AssociationDescriptionList')
29
+ AssociationDoesNotExist = Shapes::StructureShape.new(name: 'AssociationDoesNotExist')
30
+ AssociationFilter = Shapes::StructureShape.new(name: 'AssociationFilter')
31
+ AssociationFilterKey = Shapes::StringShape.new(name: 'AssociationFilterKey')
32
+ AssociationFilterList = Shapes::ListShape.new(name: 'AssociationFilterList')
33
+ AssociationFilterValue = Shapes::StringShape.new(name: 'AssociationFilterValue')
34
+ AssociationLimitExceeded = Shapes::StructureShape.new(name: 'AssociationLimitExceeded')
35
+ AssociationList = Shapes::ListShape.new(name: 'AssociationList')
36
+ AssociationStatus = Shapes::StructureShape.new(name: 'AssociationStatus')
37
+ AssociationStatusName = Shapes::StringShape.new(name: 'AssociationStatusName')
38
+ BatchErrorMessage = Shapes::StringShape.new(name: 'BatchErrorMessage')
39
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
40
+ CancelCommandRequest = Shapes::StructureShape.new(name: 'CancelCommandRequest')
41
+ CancelCommandResult = Shapes::StructureShape.new(name: 'CancelCommandResult')
42
+ Command = Shapes::StructureShape.new(name: 'Command')
43
+ CommandFilter = Shapes::StructureShape.new(name: 'CommandFilter')
44
+ CommandFilterKey = Shapes::StringShape.new(name: 'CommandFilterKey')
45
+ CommandFilterList = Shapes::ListShape.new(name: 'CommandFilterList')
46
+ CommandFilterValue = Shapes::StringShape.new(name: 'CommandFilterValue')
47
+ CommandId = Shapes::StringShape.new(name: 'CommandId')
48
+ CommandInvocation = Shapes::StructureShape.new(name: 'CommandInvocation')
49
+ CommandInvocationList = Shapes::ListShape.new(name: 'CommandInvocationList')
50
+ CommandInvocationStatus = Shapes::StringShape.new(name: 'CommandInvocationStatus')
51
+ CommandList = Shapes::ListShape.new(name: 'CommandList')
52
+ CommandMaxResults = Shapes::IntegerShape.new(name: 'CommandMaxResults')
53
+ CommandPlugin = Shapes::StructureShape.new(name: 'CommandPlugin')
54
+ CommandPluginList = Shapes::ListShape.new(name: 'CommandPluginList')
55
+ CommandPluginName = Shapes::StringShape.new(name: 'CommandPluginName')
56
+ CommandPluginOutput = Shapes::StringShape.new(name: 'CommandPluginOutput')
57
+ CommandPluginStatus = Shapes::StringShape.new(name: 'CommandPluginStatus')
58
+ CommandStatus = Shapes::StringShape.new(name: 'CommandStatus')
59
+ Comment = Shapes::StringShape.new(name: 'Comment')
60
+ ComputerName = Shapes::StringShape.new(name: 'ComputerName')
61
+ CreateActivationRequest = Shapes::StructureShape.new(name: 'CreateActivationRequest')
62
+ CreateActivationResult = Shapes::StructureShape.new(name: 'CreateActivationResult')
63
+ CreateAssociationBatchRequest = Shapes::StructureShape.new(name: 'CreateAssociationBatchRequest')
64
+ CreateAssociationBatchRequestEntries = Shapes::ListShape.new(name: 'CreateAssociationBatchRequestEntries')
65
+ CreateAssociationBatchRequestEntry = Shapes::StructureShape.new(name: 'CreateAssociationBatchRequestEntry')
66
+ CreateAssociationBatchResult = Shapes::StructureShape.new(name: 'CreateAssociationBatchResult')
67
+ CreateAssociationRequest = Shapes::StructureShape.new(name: 'CreateAssociationRequest')
68
+ CreateAssociationResult = Shapes::StructureShape.new(name: 'CreateAssociationResult')
69
+ CreateDocumentRequest = Shapes::StructureShape.new(name: 'CreateDocumentRequest')
70
+ CreateDocumentResult = Shapes::StructureShape.new(name: 'CreateDocumentResult')
71
+ CreatedDate = Shapes::TimestampShape.new(name: 'CreatedDate')
72
+ DateTime = Shapes::TimestampShape.new(name: 'DateTime')
73
+ DefaultInstanceName = Shapes::StringShape.new(name: 'DefaultInstanceName')
74
+ DeleteActivationRequest = Shapes::StructureShape.new(name: 'DeleteActivationRequest')
75
+ DeleteActivationResult = Shapes::StructureShape.new(name: 'DeleteActivationResult')
76
+ DeleteAssociationRequest = Shapes::StructureShape.new(name: 'DeleteAssociationRequest')
77
+ DeleteAssociationResult = Shapes::StructureShape.new(name: 'DeleteAssociationResult')
78
+ DeleteDocumentRequest = Shapes::StructureShape.new(name: 'DeleteDocumentRequest')
79
+ DeleteDocumentResult = Shapes::StructureShape.new(name: 'DeleteDocumentResult')
80
+ DeregisterManagedInstanceRequest = Shapes::StructureShape.new(name: 'DeregisterManagedInstanceRequest')
81
+ DeregisterManagedInstanceResult = Shapes::StructureShape.new(name: 'DeregisterManagedInstanceResult')
82
+ DescribeActivationsFilter = Shapes::StructureShape.new(name: 'DescribeActivationsFilter')
83
+ DescribeActivationsFilterKeys = Shapes::StringShape.new(name: 'DescribeActivationsFilterKeys')
84
+ DescribeActivationsFilterList = Shapes::ListShape.new(name: 'DescribeActivationsFilterList')
85
+ DescribeActivationsRequest = Shapes::StructureShape.new(name: 'DescribeActivationsRequest')
86
+ DescribeActivationsResult = Shapes::StructureShape.new(name: 'DescribeActivationsResult')
87
+ DescribeAssociationRequest = Shapes::StructureShape.new(name: 'DescribeAssociationRequest')
88
+ DescribeAssociationResult = Shapes::StructureShape.new(name: 'DescribeAssociationResult')
89
+ DescribeDocumentPermissionRequest = Shapes::StructureShape.new(name: 'DescribeDocumentPermissionRequest')
90
+ DescribeDocumentPermissionResponse = Shapes::StructureShape.new(name: 'DescribeDocumentPermissionResponse')
91
+ DescribeDocumentRequest = Shapes::StructureShape.new(name: 'DescribeDocumentRequest')
92
+ DescribeDocumentResult = Shapes::StructureShape.new(name: 'DescribeDocumentResult')
93
+ DescribeInstanceInformationRequest = Shapes::StructureShape.new(name: 'DescribeInstanceInformationRequest')
94
+ DescribeInstanceInformationResult = Shapes::StructureShape.new(name: 'DescribeInstanceInformationResult')
95
+ DescriptionInDocument = Shapes::StringShape.new(name: 'DescriptionInDocument')
96
+ DocumentARN = Shapes::StringShape.new(name: 'DocumentARN')
97
+ DocumentAlreadyExists = Shapes::StructureShape.new(name: 'DocumentAlreadyExists')
98
+ DocumentContent = Shapes::StringShape.new(name: 'DocumentContent')
99
+ DocumentDescription = Shapes::StructureShape.new(name: 'DocumentDescription')
100
+ DocumentFilter = Shapes::StructureShape.new(name: 'DocumentFilter')
101
+ DocumentFilterKey = Shapes::StringShape.new(name: 'DocumentFilterKey')
102
+ DocumentFilterList = Shapes::ListShape.new(name: 'DocumentFilterList')
103
+ DocumentFilterValue = Shapes::StringShape.new(name: 'DocumentFilterValue')
104
+ DocumentHash = Shapes::StringShape.new(name: 'DocumentHash')
105
+ DocumentHashType = Shapes::StringShape.new(name: 'DocumentHashType')
106
+ DocumentIdentifier = Shapes::StructureShape.new(name: 'DocumentIdentifier')
107
+ DocumentIdentifierList = Shapes::ListShape.new(name: 'DocumentIdentifierList')
108
+ DocumentLimitExceeded = Shapes::StructureShape.new(name: 'DocumentLimitExceeded')
109
+ DocumentName = Shapes::StringShape.new(name: 'DocumentName')
110
+ DocumentOwner = Shapes::StringShape.new(name: 'DocumentOwner')
111
+ DocumentParameter = Shapes::StructureShape.new(name: 'DocumentParameter')
112
+ DocumentParameterDefaultValue = Shapes::StringShape.new(name: 'DocumentParameterDefaultValue')
113
+ DocumentParameterDescrption = Shapes::StringShape.new(name: 'DocumentParameterDescrption')
114
+ DocumentParameterList = Shapes::ListShape.new(name: 'DocumentParameterList')
115
+ DocumentParameterName = Shapes::StringShape.new(name: 'DocumentParameterName')
116
+ DocumentParameterType = Shapes::StringShape.new(name: 'DocumentParameterType')
117
+ DocumentPermissionLimit = Shapes::StructureShape.new(name: 'DocumentPermissionLimit')
118
+ DocumentPermissionType = Shapes::StringShape.new(name: 'DocumentPermissionType')
119
+ DocumentSha1 = Shapes::StringShape.new(name: 'DocumentSha1')
120
+ DocumentStatus = Shapes::StringShape.new(name: 'DocumentStatus')
121
+ DuplicateInstanceId = Shapes::StructureShape.new(name: 'DuplicateInstanceId')
122
+ ExpirationDate = Shapes::TimestampShape.new(name: 'ExpirationDate')
123
+ FailedCreateAssociation = Shapes::StructureShape.new(name: 'FailedCreateAssociation')
124
+ FailedCreateAssociationList = Shapes::ListShape.new(name: 'FailedCreateAssociationList')
125
+ Fault = Shapes::StringShape.new(name: 'Fault')
126
+ GetDocumentRequest = Shapes::StructureShape.new(name: 'GetDocumentRequest')
127
+ GetDocumentResult = Shapes::StructureShape.new(name: 'GetDocumentResult')
128
+ IPAddress = Shapes::StringShape.new(name: 'IPAddress')
129
+ IamRole = Shapes::StringShape.new(name: 'IamRole')
130
+ InstanceId = Shapes::StringShape.new(name: 'InstanceId')
131
+ InstanceIdList = Shapes::ListShape.new(name: 'InstanceIdList')
132
+ InstanceInformation = Shapes::StructureShape.new(name: 'InstanceInformation')
133
+ InstanceInformationFilter = Shapes::StructureShape.new(name: 'InstanceInformationFilter')
134
+ InstanceInformationFilterKey = Shapes::StringShape.new(name: 'InstanceInformationFilterKey')
135
+ InstanceInformationFilterList = Shapes::ListShape.new(name: 'InstanceInformationFilterList')
136
+ InstanceInformationFilterValue = Shapes::StringShape.new(name: 'InstanceInformationFilterValue')
137
+ InstanceInformationFilterValueSet = Shapes::ListShape.new(name: 'InstanceInformationFilterValueSet')
138
+ InstanceInformationList = Shapes::ListShape.new(name: 'InstanceInformationList')
139
+ InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
140
+ InvalidActivation = Shapes::StructureShape.new(name: 'InvalidActivation')
141
+ InvalidActivationId = Shapes::StructureShape.new(name: 'InvalidActivationId')
142
+ InvalidCommandId = Shapes::StructureShape.new(name: 'InvalidCommandId')
143
+ InvalidDocument = Shapes::StructureShape.new(name: 'InvalidDocument')
144
+ InvalidDocumentContent = Shapes::StructureShape.new(name: 'InvalidDocumentContent')
145
+ InvalidDocumentOperation = Shapes::StructureShape.new(name: 'InvalidDocumentOperation')
146
+ InvalidFilter = Shapes::StructureShape.new(name: 'InvalidFilter')
147
+ InvalidFilterKey = Shapes::StructureShape.new(name: 'InvalidFilterKey')
148
+ InvalidInstanceId = Shapes::StructureShape.new(name: 'InvalidInstanceId')
149
+ InvalidInstanceInformationFilterValue = Shapes::StructureShape.new(name: 'InvalidInstanceInformationFilterValue')
150
+ InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken')
151
+ InvalidNotificationConfig = Shapes::StructureShape.new(name: 'InvalidNotificationConfig')
152
+ InvalidOutputFolder = Shapes::StructureShape.new(name: 'InvalidOutputFolder')
153
+ InvalidParameters = Shapes::StructureShape.new(name: 'InvalidParameters')
154
+ InvalidPermissionType = Shapes::StructureShape.new(name: 'InvalidPermissionType')
155
+ InvalidResourceId = Shapes::StructureShape.new(name: 'InvalidResourceId')
156
+ InvalidResourceType = Shapes::StructureShape.new(name: 'InvalidResourceType')
157
+ InvalidRole = Shapes::StructureShape.new(name: 'InvalidRole')
158
+ InvocationTraceOutput = Shapes::StringShape.new(name: 'InvocationTraceOutput')
159
+ KeyList = Shapes::ListShape.new(name: 'KeyList')
160
+ ListAssociationsRequest = Shapes::StructureShape.new(name: 'ListAssociationsRequest')
161
+ ListAssociationsResult = Shapes::StructureShape.new(name: 'ListAssociationsResult')
162
+ ListCommandInvocationsRequest = Shapes::StructureShape.new(name: 'ListCommandInvocationsRequest')
163
+ ListCommandInvocationsResult = Shapes::StructureShape.new(name: 'ListCommandInvocationsResult')
164
+ ListCommandsRequest = Shapes::StructureShape.new(name: 'ListCommandsRequest')
165
+ ListCommandsResult = Shapes::StructureShape.new(name: 'ListCommandsResult')
166
+ ListDocumentsRequest = Shapes::StructureShape.new(name: 'ListDocumentsRequest')
167
+ ListDocumentsResult = Shapes::StructureShape.new(name: 'ListDocumentsResult')
168
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
169
+ ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
170
+ ManagedInstanceId = Shapes::StringShape.new(name: 'ManagedInstanceId')
171
+ MaxDocumentSizeExceeded = Shapes::StructureShape.new(name: 'MaxDocumentSizeExceeded')
172
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
173
+ MaxResultsEC2Compatible = Shapes::IntegerShape.new(name: 'MaxResultsEC2Compatible')
174
+ ModifyDocumentPermissionRequest = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionRequest')
175
+ ModifyDocumentPermissionResponse = Shapes::StructureShape.new(name: 'ModifyDocumentPermissionResponse')
176
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
177
+ NotificationArn = Shapes::StringShape.new(name: 'NotificationArn')
178
+ NotificationConfig = Shapes::StructureShape.new(name: 'NotificationConfig')
179
+ NotificationEvent = Shapes::StringShape.new(name: 'NotificationEvent')
180
+ NotificationEventList = Shapes::ListShape.new(name: 'NotificationEventList')
181
+ NotificationType = Shapes::StringShape.new(name: 'NotificationType')
182
+ ParameterName = Shapes::StringShape.new(name: 'ParameterName')
183
+ ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
184
+ ParameterValueList = Shapes::ListShape.new(name: 'ParameterValueList')
185
+ Parameters = Shapes::MapShape.new(name: 'Parameters')
186
+ PingStatus = Shapes::StringShape.new(name: 'PingStatus')
187
+ PlatformType = Shapes::StringShape.new(name: 'PlatformType')
188
+ PlatformTypeList = Shapes::ListShape.new(name: 'PlatformTypeList')
189
+ RegistrationLimit = Shapes::IntegerShape.new(name: 'RegistrationLimit')
190
+ RegistrationsCount = Shapes::IntegerShape.new(name: 'RegistrationsCount')
191
+ RemoveTagsFromResourceRequest = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceRequest')
192
+ RemoveTagsFromResourceResult = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceResult')
193
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
194
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
195
+ ResourceTypeForTagging = Shapes::StringShape.new(name: 'ResourceTypeForTagging')
196
+ ResponseCode = Shapes::IntegerShape.new(name: 'ResponseCode')
197
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
198
+ S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
199
+ SendCommandRequest = Shapes::StructureShape.new(name: 'SendCommandRequest')
200
+ SendCommandResult = Shapes::StructureShape.new(name: 'SendCommandResult')
201
+ ServiceRole = Shapes::StringShape.new(name: 'ServiceRole')
202
+ StatusAdditionalInfo = Shapes::StringShape.new(name: 'StatusAdditionalInfo')
203
+ StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
204
+ StatusUnchanged = Shapes::StructureShape.new(name: 'StatusUnchanged')
205
+ String = Shapes::StringShape.new(name: 'String')
206
+ StringList = Shapes::ListShape.new(name: 'StringList')
207
+ Tag = Shapes::StructureShape.new(name: 'Tag')
208
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
209
+ TagList = Shapes::ListShape.new(name: 'TagList')
210
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
211
+ TimeoutSeconds = Shapes::IntegerShape.new(name: 'TimeoutSeconds')
212
+ TooManyUpdates = Shapes::StructureShape.new(name: 'TooManyUpdates')
213
+ UnsupportedPlatformType = Shapes::StructureShape.new(name: 'UnsupportedPlatformType')
214
+ UpdateAssociationStatusRequest = Shapes::StructureShape.new(name: 'UpdateAssociationStatusRequest')
215
+ UpdateAssociationStatusResult = Shapes::StructureShape.new(name: 'UpdateAssociationStatusResult')
216
+ UpdateManagedInstanceRoleRequest = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleRequest')
217
+ UpdateManagedInstanceRoleResult = Shapes::StructureShape.new(name: 'UpdateManagedInstanceRoleResult')
218
+ Version = Shapes::StringShape.new(name: 'Version')
219
+
220
+ AccountIdList.member = Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId")
221
+
222
+ Activation.add_member(:activation_id, Shapes::ShapeRef.new(shape: ActivationId, location_name: "ActivationId"))
223
+ Activation.add_member(:description, Shapes::ShapeRef.new(shape: ActivationDescription, location_name: "Description"))
224
+ Activation.add_member(:default_instance_name, Shapes::ShapeRef.new(shape: DefaultInstanceName, location_name: "DefaultInstanceName"))
225
+ Activation.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, location_name: "IamRole"))
226
+ Activation.add_member(:registration_limit, Shapes::ShapeRef.new(shape: RegistrationLimit, location_name: "RegistrationLimit"))
227
+ Activation.add_member(:registrations_count, Shapes::ShapeRef.new(shape: RegistrationsCount, location_name: "RegistrationsCount"))
228
+ Activation.add_member(:expiration_date, Shapes::ShapeRef.new(shape: ExpirationDate, location_name: "ExpirationDate"))
229
+ Activation.add_member(:expired, Shapes::ShapeRef.new(shape: Boolean, location_name: "Expired"))
230
+ Activation.add_member(:created_date, Shapes::ShapeRef.new(shape: CreatedDate, location_name: "CreatedDate"))
231
+ Activation.struct_class = Types::Activation
232
+
233
+ ActivationList.member = Shapes::ShapeRef.new(shape: Activation)
234
+
235
+ AddTagsToResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceTypeForTagging, required: true, location_name: "ResourceType"))
236
+ AddTagsToResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
237
+ AddTagsToResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
238
+ AddTagsToResourceRequest.struct_class = Types::AddTagsToResourceRequest
239
+
240
+ AddTagsToResourceResult.struct_class = Types::AddTagsToResourceResult
241
+
242
+ Association.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
243
+ Association.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
244
+ Association.struct_class = Types::Association
245
+
246
+ AssociationDescription.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
247
+ AssociationDescription.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
248
+ AssociationDescription.add_member(:date, Shapes::ShapeRef.new(shape: DateTime, location_name: "Date"))
249
+ AssociationDescription.add_member(:status, Shapes::ShapeRef.new(shape: AssociationStatus, location_name: "Status"))
250
+ AssociationDescription.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
251
+ AssociationDescription.struct_class = Types::AssociationDescription
252
+
253
+ AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription")
254
+
255
+ AssociationFilter.add_member(:key, Shapes::ShapeRef.new(shape: AssociationFilterKey, required: true, location_name: "key"))
256
+ AssociationFilter.add_member(:value, Shapes::ShapeRef.new(shape: AssociationFilterValue, required: true, location_name: "value"))
257
+ AssociationFilter.struct_class = Types::AssociationFilter
258
+
259
+ AssociationFilterList.member = Shapes::ShapeRef.new(shape: AssociationFilter, location_name: "AssociationFilter")
260
+
261
+ AssociationList.member = Shapes::ShapeRef.new(shape: Association, location_name: "Association")
262
+
263
+ AssociationStatus.add_member(:date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "Date"))
264
+ AssociationStatus.add_member(:name, Shapes::ShapeRef.new(shape: AssociationStatusName, required: true, location_name: "Name"))
265
+ AssociationStatus.add_member(:message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "Message"))
266
+ AssociationStatus.add_member(:additional_info, Shapes::ShapeRef.new(shape: StatusAdditionalInfo, location_name: "AdditionalInfo"))
267
+ AssociationStatus.struct_class = Types::AssociationStatus
268
+
269
+ CancelCommandRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, required: true, location_name: "CommandId"))
270
+ CancelCommandRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceIds"))
271
+ CancelCommandRequest.struct_class = Types::CancelCommandRequest
272
+
273
+ CancelCommandResult.struct_class = Types::CancelCommandResult
274
+
275
+ Command.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "CommandId"))
276
+ Command.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
277
+ Command.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "Comment"))
278
+ Command.add_member(:expires_after, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpiresAfter"))
279
+ Command.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
280
+ Command.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, location_name: "InstanceIds"))
281
+ Command.add_member(:requested_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "RequestedDateTime"))
282
+ Command.add_member(:status, Shapes::ShapeRef.new(shape: CommandStatus, location_name: "Status"))
283
+ Command.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
284
+ Command.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
285
+ Command.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRole"))
286
+ Command.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
287
+ Command.struct_class = Types::Command
288
+
289
+ CommandFilter.add_member(:key, Shapes::ShapeRef.new(shape: CommandFilterKey, required: true, location_name: "key"))
290
+ CommandFilter.add_member(:value, Shapes::ShapeRef.new(shape: CommandFilterValue, required: true, location_name: "value"))
291
+ CommandFilter.struct_class = Types::CommandFilter
292
+
293
+ CommandFilterList.member = Shapes::ShapeRef.new(shape: CommandFilter)
294
+
295
+ CommandInvocation.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "CommandId"))
296
+ CommandInvocation.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
297
+ CommandInvocation.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "Comment"))
298
+ CommandInvocation.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
299
+ CommandInvocation.add_member(:requested_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "RequestedDateTime"))
300
+ CommandInvocation.add_member(:status, Shapes::ShapeRef.new(shape: CommandInvocationStatus, location_name: "Status"))
301
+ CommandInvocation.add_member(:trace_output, Shapes::ShapeRef.new(shape: InvocationTraceOutput, location_name: "TraceOutput"))
302
+ CommandInvocation.add_member(:command_plugins, Shapes::ShapeRef.new(shape: CommandPluginList, location_name: "CommandPlugins"))
303
+ CommandInvocation.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRole"))
304
+ CommandInvocation.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
305
+ CommandInvocation.struct_class = Types::CommandInvocation
306
+
307
+ CommandInvocationList.member = Shapes::ShapeRef.new(shape: CommandInvocation)
308
+
309
+ CommandList.member = Shapes::ShapeRef.new(shape: Command)
310
+
311
+ CommandPlugin.add_member(:name, Shapes::ShapeRef.new(shape: CommandPluginName, location_name: "Name"))
312
+ CommandPlugin.add_member(:status, Shapes::ShapeRef.new(shape: CommandPluginStatus, location_name: "Status"))
313
+ CommandPlugin.add_member(:response_code, Shapes::ShapeRef.new(shape: ResponseCode, location_name: "ResponseCode"))
314
+ CommandPlugin.add_member(:response_start_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ResponseStartDateTime"))
315
+ CommandPlugin.add_member(:response_finish_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "ResponseFinishDateTime"))
316
+ CommandPlugin.add_member(:output, Shapes::ShapeRef.new(shape: CommandPluginOutput, location_name: "Output"))
317
+ CommandPlugin.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
318
+ CommandPlugin.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
319
+ CommandPlugin.struct_class = Types::CommandPlugin
320
+
321
+ CommandPluginList.member = Shapes::ShapeRef.new(shape: CommandPlugin)
322
+
323
+ CreateActivationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ActivationDescription, location_name: "Description"))
324
+ CreateActivationRequest.add_member(:default_instance_name, Shapes::ShapeRef.new(shape: DefaultInstanceName, location_name: "DefaultInstanceName"))
325
+ CreateActivationRequest.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, required: true, location_name: "IamRole"))
326
+ CreateActivationRequest.add_member(:registration_limit, Shapes::ShapeRef.new(shape: RegistrationLimit, location_name: "RegistrationLimit", metadata: {"box"=>true}))
327
+ CreateActivationRequest.add_member(:expiration_date, Shapes::ShapeRef.new(shape: ExpirationDate, location_name: "ExpirationDate"))
328
+ CreateActivationRequest.struct_class = Types::CreateActivationRequest
329
+
330
+ CreateActivationResult.add_member(:activation_id, Shapes::ShapeRef.new(shape: ActivationId, location_name: "ActivationId"))
331
+ CreateActivationResult.add_member(:activation_code, Shapes::ShapeRef.new(shape: ActivationCode, location_name: "ActivationCode"))
332
+ CreateActivationResult.struct_class = Types::CreateActivationResult
333
+
334
+ CreateAssociationBatchRequest.add_member(:entries, Shapes::ShapeRef.new(shape: CreateAssociationBatchRequestEntries, required: true, location_name: "Entries"))
335
+ CreateAssociationBatchRequest.struct_class = Types::CreateAssociationBatchRequest
336
+
337
+ CreateAssociationBatchRequestEntries.member = Shapes::ShapeRef.new(shape: CreateAssociationBatchRequestEntry, location_name: "entries")
338
+
339
+ CreateAssociationBatchRequestEntry.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "Name"))
340
+ CreateAssociationBatchRequestEntry.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
341
+ CreateAssociationBatchRequestEntry.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
342
+ CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
343
+
344
+ CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
345
+ CreateAssociationBatchResult.add_member(:failed, Shapes::ShapeRef.new(shape: FailedCreateAssociationList, location_name: "Failed"))
346
+ CreateAssociationBatchResult.struct_class = Types::CreateAssociationBatchResult
347
+
348
+ 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"))
350
+ CreateAssociationRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
351
+ CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
352
+
353
+ CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
354
+ CreateAssociationResult.struct_class = Types::CreateAssociationResult
355
+
356
+ CreateDocumentRequest.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, required: true, location_name: "Content"))
357
+ CreateDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
358
+ CreateDocumentRequest.struct_class = Types::CreateDocumentRequest
359
+
360
+ CreateDocumentResult.add_member(:document_description, Shapes::ShapeRef.new(shape: DocumentDescription, location_name: "DocumentDescription"))
361
+ CreateDocumentResult.struct_class = Types::CreateDocumentResult
362
+
363
+ DeleteActivationRequest.add_member(:activation_id, Shapes::ShapeRef.new(shape: ActivationId, required: true, location_name: "ActivationId"))
364
+ DeleteActivationRequest.struct_class = Types::DeleteActivationRequest
365
+
366
+ DeleteActivationResult.struct_class = Types::DeleteActivationResult
367
+
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"))
370
+ DeleteAssociationRequest.struct_class = Types::DeleteAssociationRequest
371
+
372
+ DeleteAssociationResult.struct_class = Types::DeleteAssociationResult
373
+
374
+ DeleteDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
375
+ DeleteDocumentRequest.struct_class = Types::DeleteDocumentRequest
376
+
377
+ DeleteDocumentResult.struct_class = Types::DeleteDocumentResult
378
+
379
+ DeregisterManagedInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: ManagedInstanceId, required: true, location_name: "InstanceId"))
380
+ DeregisterManagedInstanceRequest.struct_class = Types::DeregisterManagedInstanceRequest
381
+
382
+ DeregisterManagedInstanceResult.struct_class = Types::DeregisterManagedInstanceResult
383
+
384
+ DescribeActivationsFilter.add_member(:filter_key, Shapes::ShapeRef.new(shape: DescribeActivationsFilterKeys, location_name: "FilterKey"))
385
+ DescribeActivationsFilter.add_member(:filter_values, Shapes::ShapeRef.new(shape: StringList, location_name: "FilterValues"))
386
+ DescribeActivationsFilter.struct_class = Types::DescribeActivationsFilter
387
+
388
+ DescribeActivationsFilterList.member = Shapes::ShapeRef.new(shape: DescribeActivationsFilter)
389
+
390
+ DescribeActivationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeActivationsFilterList, location_name: "Filters"))
391
+ DescribeActivationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
392
+ DescribeActivationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
393
+ DescribeActivationsRequest.struct_class = Types::DescribeActivationsRequest
394
+
395
+ DescribeActivationsResult.add_member(:activation_list, Shapes::ShapeRef.new(shape: ActivationList, location_name: "ActivationList"))
396
+ DescribeActivationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
397
+ DescribeActivationsResult.struct_class = Types::DescribeActivationsResult
398
+
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"))
401
+ DescribeAssociationRequest.struct_class = Types::DescribeAssociationRequest
402
+
403
+ DescribeAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
404
+ DescribeAssociationResult.struct_class = Types::DescribeAssociationResult
405
+
406
+ DescribeDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
407
+ DescribeDocumentPermissionRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: DocumentPermissionType, required: true, location_name: "PermissionType"))
408
+ DescribeDocumentPermissionRequest.struct_class = Types::DescribeDocumentPermissionRequest
409
+
410
+ DescribeDocumentPermissionResponse.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
411
+ DescribeDocumentPermissionResponse.struct_class = Types::DescribeDocumentPermissionResponse
412
+
413
+ DescribeDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
414
+ DescribeDocumentRequest.struct_class = Types::DescribeDocumentRequest
415
+
416
+ DescribeDocumentResult.add_member(:document, Shapes::ShapeRef.new(shape: DocumentDescription, location_name: "Document"))
417
+ DescribeDocumentResult.struct_class = Types::DescribeDocumentResult
418
+
419
+ DescribeInstanceInformationRequest.add_member(:instance_information_filter_list, Shapes::ShapeRef.new(shape: InstanceInformationFilterList, location_name: "InstanceInformationFilterList"))
420
+ DescribeInstanceInformationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsEC2Compatible, location_name: "MaxResults", metadata: {"box"=>true}))
421
+ DescribeInstanceInformationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
422
+ DescribeInstanceInformationRequest.struct_class = Types::DescribeInstanceInformationRequest
423
+
424
+ DescribeInstanceInformationResult.add_member(:instance_information_list, Shapes::ShapeRef.new(shape: InstanceInformationList, location_name: "InstanceInformationList"))
425
+ DescribeInstanceInformationResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
426
+ DescribeInstanceInformationResult.struct_class = Types::DescribeInstanceInformationResult
427
+
428
+ DocumentDescription.add_member(:sha_1, Shapes::ShapeRef.new(shape: DocumentSha1, location_name: "Sha1"))
429
+ DocumentDescription.add_member(:hash, Shapes::ShapeRef.new(shape: DocumentHash, location_name: "Hash"))
430
+ DocumentDescription.add_member(:hash_type, Shapes::ShapeRef.new(shape: DocumentHashType, location_name: "HashType"))
431
+ DocumentDescription.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
432
+ DocumentDescription.add_member(:owner, Shapes::ShapeRef.new(shape: DocumentOwner, location_name: "Owner"))
433
+ DocumentDescription.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
434
+ DocumentDescription.add_member(:status, Shapes::ShapeRef.new(shape: DocumentStatus, location_name: "Status"))
435
+ DocumentDescription.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionInDocument, location_name: "Description"))
436
+ DocumentDescription.add_member(:parameters, Shapes::ShapeRef.new(shape: DocumentParameterList, location_name: "Parameters"))
437
+ DocumentDescription.add_member(:platform_types, Shapes::ShapeRef.new(shape: PlatformTypeList, location_name: "PlatformTypes"))
438
+ DocumentDescription.struct_class = Types::DocumentDescription
439
+
440
+ DocumentFilter.add_member(:key, Shapes::ShapeRef.new(shape: DocumentFilterKey, required: true, location_name: "key"))
441
+ DocumentFilter.add_member(:value, Shapes::ShapeRef.new(shape: DocumentFilterValue, required: true, location_name: "value"))
442
+ DocumentFilter.struct_class = Types::DocumentFilter
443
+
444
+ DocumentFilterList.member = Shapes::ShapeRef.new(shape: DocumentFilter, location_name: "DocumentFilter")
445
+
446
+ DocumentIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
447
+ DocumentIdentifier.add_member(:owner, Shapes::ShapeRef.new(shape: DocumentOwner, location_name: "Owner"))
448
+ DocumentIdentifier.add_member(:platform_types, Shapes::ShapeRef.new(shape: PlatformTypeList, location_name: "PlatformTypes"))
449
+ DocumentIdentifier.struct_class = Types::DocumentIdentifier
450
+
451
+ DocumentIdentifierList.member = Shapes::ShapeRef.new(shape: DocumentIdentifier, location_name: "DocumentIdentifier")
452
+
453
+ DocumentParameter.add_member(:name, Shapes::ShapeRef.new(shape: DocumentParameterName, location_name: "Name"))
454
+ DocumentParameter.add_member(:type, Shapes::ShapeRef.new(shape: DocumentParameterType, location_name: "Type"))
455
+ DocumentParameter.add_member(:description, Shapes::ShapeRef.new(shape: DocumentParameterDescrption, location_name: "Description"))
456
+ DocumentParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: DocumentParameterDefaultValue, location_name: "DefaultValue"))
457
+ DocumentParameter.struct_class = Types::DocumentParameter
458
+
459
+ DocumentParameterList.member = Shapes::ShapeRef.new(shape: DocumentParameter, location_name: "DocumentParameter")
460
+
461
+ FailedCreateAssociation.add_member(:entry, Shapes::ShapeRef.new(shape: CreateAssociationBatchRequestEntry, location_name: "Entry"))
462
+ FailedCreateAssociation.add_member(:message, Shapes::ShapeRef.new(shape: BatchErrorMessage, location_name: "Message"))
463
+ FailedCreateAssociation.add_member(:fault, Shapes::ShapeRef.new(shape: Fault, location_name: "Fault"))
464
+ FailedCreateAssociation.struct_class = Types::FailedCreateAssociation
465
+
466
+ FailedCreateAssociationList.member = Shapes::ShapeRef.new(shape: FailedCreateAssociation, location_name: "FailedCreateAssociationEntry")
467
+
468
+ GetDocumentRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
469
+ GetDocumentRequest.struct_class = Types::GetDocumentRequest
470
+
471
+ GetDocumentResult.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "Name"))
472
+ GetDocumentResult.add_member(:content, Shapes::ShapeRef.new(shape: DocumentContent, location_name: "Content"))
473
+ GetDocumentResult.struct_class = Types::GetDocumentResult
474
+
475
+ InstanceIdList.member = Shapes::ShapeRef.new(shape: InstanceId)
476
+
477
+ InstanceInformation.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
478
+ InstanceInformation.add_member(:ping_status, Shapes::ShapeRef.new(shape: PingStatus, location_name: "PingStatus"))
479
+ InstanceInformation.add_member(:last_ping_date_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastPingDateTime", metadata: {"box"=>true}))
480
+ InstanceInformation.add_member(:agent_version, Shapes::ShapeRef.new(shape: Version, location_name: "AgentVersion"))
481
+ InstanceInformation.add_member(:is_latest_version, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsLatestVersion", metadata: {"box"=>true}))
482
+ InstanceInformation.add_member(:platform_type, Shapes::ShapeRef.new(shape: PlatformType, location_name: "PlatformType"))
483
+ InstanceInformation.add_member(:platform_name, Shapes::ShapeRef.new(shape: String, location_name: "PlatformName"))
484
+ InstanceInformation.add_member(:platform_version, Shapes::ShapeRef.new(shape: String, location_name: "PlatformVersion"))
485
+ InstanceInformation.add_member(:activation_id, Shapes::ShapeRef.new(shape: ActivationId, location_name: "ActivationId"))
486
+ InstanceInformation.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, location_name: "IamRole"))
487
+ InstanceInformation.add_member(:registration_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "RegistrationDate", metadata: {"box"=>true}))
488
+ InstanceInformation.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
489
+ InstanceInformation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
490
+ InstanceInformation.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "IPAddress"))
491
+ InstanceInformation.add_member(:computer_name, Shapes::ShapeRef.new(shape: ComputerName, location_name: "ComputerName"))
492
+ InstanceInformation.struct_class = Types::InstanceInformation
493
+
494
+ InstanceInformationFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstanceInformationFilterKey, required: true, location_name: "key"))
495
+ InstanceInformationFilter.add_member(:value_set, Shapes::ShapeRef.new(shape: InstanceInformationFilterValueSet, required: true, location_name: "valueSet"))
496
+ InstanceInformationFilter.struct_class = Types::InstanceInformationFilter
497
+
498
+ InstanceInformationFilterList.member = Shapes::ShapeRef.new(shape: InstanceInformationFilter, location_name: "InstanceInformationFilter")
499
+
500
+ InstanceInformationFilterValueSet.member = Shapes::ShapeRef.new(shape: InstanceInformationFilterValue, location_name: "InstanceInformationFilterValue")
501
+
502
+ InstanceInformationList.member = Shapes::ShapeRef.new(shape: InstanceInformation, location_name: "InstanceInformation")
503
+
504
+ KeyList.member = Shapes::ShapeRef.new(shape: TagKey)
505
+
506
+ ListAssociationsRequest.add_member(:association_filter_list, Shapes::ShapeRef.new(shape: AssociationFilterList, required: true, location_name: "AssociationFilterList"))
507
+ ListAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
508
+ ListAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
509
+ ListAssociationsRequest.struct_class = Types::ListAssociationsRequest
510
+
511
+ ListAssociationsResult.add_member(:associations, Shapes::ShapeRef.new(shape: AssociationList, location_name: "Associations"))
512
+ ListAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
513
+ ListAssociationsResult.struct_class = Types::ListAssociationsResult
514
+
515
+ ListCommandInvocationsRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "CommandId"))
516
+ ListCommandInvocationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
517
+ ListCommandInvocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CommandMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
518
+ ListCommandInvocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
519
+ ListCommandInvocationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: CommandFilterList, location_name: "Filters"))
520
+ ListCommandInvocationsRequest.add_member(:details, Shapes::ShapeRef.new(shape: Boolean, location_name: "Details"))
521
+ ListCommandInvocationsRequest.struct_class = Types::ListCommandInvocationsRequest
522
+
523
+ ListCommandInvocationsResult.add_member(:command_invocations, Shapes::ShapeRef.new(shape: CommandInvocationList, location_name: "CommandInvocations"))
524
+ ListCommandInvocationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
525
+ ListCommandInvocationsResult.struct_class = Types::ListCommandInvocationsResult
526
+
527
+ ListCommandsRequest.add_member(:command_id, Shapes::ShapeRef.new(shape: CommandId, location_name: "CommandId"))
528
+ ListCommandsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
529
+ ListCommandsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CommandMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
530
+ ListCommandsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
531
+ ListCommandsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: CommandFilterList, location_name: "Filters"))
532
+ ListCommandsRequest.struct_class = Types::ListCommandsRequest
533
+
534
+ ListCommandsResult.add_member(:commands, Shapes::ShapeRef.new(shape: CommandList, location_name: "Commands"))
535
+ ListCommandsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
536
+ ListCommandsResult.struct_class = Types::ListCommandsResult
537
+
538
+ ListDocumentsRequest.add_member(:document_filter_list, Shapes::ShapeRef.new(shape: DocumentFilterList, location_name: "DocumentFilterList"))
539
+ ListDocumentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
540
+ ListDocumentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
541
+ ListDocumentsRequest.struct_class = Types::ListDocumentsRequest
542
+
543
+ ListDocumentsResult.add_member(:document_identifiers, Shapes::ShapeRef.new(shape: DocumentIdentifierList, location_name: "DocumentIdentifiers"))
544
+ ListDocumentsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
545
+ ListDocumentsResult.struct_class = Types::ListDocumentsResult
546
+
547
+ ListTagsForResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceTypeForTagging, required: true, location_name: "ResourceType"))
548
+ ListTagsForResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
549
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
550
+
551
+ ListTagsForResourceResult.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
552
+ ListTagsForResourceResult.struct_class = Types::ListTagsForResourceResult
553
+
554
+ ModifyDocumentPermissionRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
555
+ ModifyDocumentPermissionRequest.add_member(:permission_type, Shapes::ShapeRef.new(shape: DocumentPermissionType, required: true, location_name: "PermissionType"))
556
+ ModifyDocumentPermissionRequest.add_member(:account_ids_to_add, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIdsToAdd"))
557
+ ModifyDocumentPermissionRequest.add_member(:account_ids_to_remove, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIdsToRemove"))
558
+ ModifyDocumentPermissionRequest.struct_class = Types::ModifyDocumentPermissionRequest
559
+
560
+ ModifyDocumentPermissionResponse.struct_class = Types::ModifyDocumentPermissionResponse
561
+
562
+ NotificationConfig.add_member(:notification_arn, Shapes::ShapeRef.new(shape: NotificationArn, location_name: "NotificationArn"))
563
+ NotificationConfig.add_member(:notification_events, Shapes::ShapeRef.new(shape: NotificationEventList, location_name: "NotificationEvents"))
564
+ NotificationConfig.add_member(:notification_type, Shapes::ShapeRef.new(shape: NotificationType, location_name: "NotificationType"))
565
+ NotificationConfig.struct_class = Types::NotificationConfig
566
+
567
+ NotificationEventList.member = Shapes::ShapeRef.new(shape: NotificationEvent)
568
+
569
+ ParameterValueList.member = Shapes::ShapeRef.new(shape: ParameterValue)
570
+
571
+ Parameters.key = Shapes::ShapeRef.new(shape: ParameterName)
572
+ Parameters.value = Shapes::ShapeRef.new(shape: ParameterValueList)
573
+
574
+ PlatformTypeList.member = Shapes::ShapeRef.new(shape: PlatformType, location_name: "PlatformType")
575
+
576
+ RemoveTagsFromResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceTypeForTagging, required: true, location_name: "ResourceType"))
577
+ RemoveTagsFromResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
578
+ RemoveTagsFromResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
579
+ RemoveTagsFromResourceRequest.struct_class = Types::RemoveTagsFromResourceRequest
580
+
581
+ RemoveTagsFromResourceResult.struct_class = Types::RemoveTagsFromResourceResult
582
+
583
+ SendCommandRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdList, required: true, location_name: "InstanceIds"))
584
+ SendCommandRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "DocumentName"))
585
+ SendCommandRequest.add_member(:document_hash, Shapes::ShapeRef.new(shape: DocumentHash, location_name: "DocumentHash"))
586
+ SendCommandRequest.add_member(:document_hash_type, Shapes::ShapeRef.new(shape: DocumentHashType, location_name: "DocumentHashType"))
587
+ SendCommandRequest.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: TimeoutSeconds, location_name: "TimeoutSeconds", metadata: {"box"=>true}))
588
+ SendCommandRequest.add_member(:comment, Shapes::ShapeRef.new(shape: Comment, location_name: "Comment"))
589
+ SendCommandRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
590
+ SendCommandRequest.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "OutputS3BucketName"))
591
+ SendCommandRequest.add_member(:output_s3_key_prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "OutputS3KeyPrefix"))
592
+ SendCommandRequest.add_member(:service_role_arn, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "ServiceRoleArn"))
593
+ SendCommandRequest.add_member(:notification_config, Shapes::ShapeRef.new(shape: NotificationConfig, location_name: "NotificationConfig"))
594
+ SendCommandRequest.struct_class = Types::SendCommandRequest
595
+
596
+ SendCommandResult.add_member(:command, Shapes::ShapeRef.new(shape: Command, location_name: "Command"))
597
+ SendCommandResult.struct_class = Types::SendCommandResult
598
+
599
+ StringList.member = Shapes::ShapeRef.new(shape: String)
600
+
601
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
602
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
603
+ Tag.struct_class = Types::Tag
604
+
605
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
606
+
607
+ UpdateAssociationStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: DocumentName, required: true, location_name: "Name"))
608
+ UpdateAssociationStatusRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
609
+ UpdateAssociationStatusRequest.add_member(:association_status, Shapes::ShapeRef.new(shape: AssociationStatus, required: true, location_name: "AssociationStatus"))
610
+ UpdateAssociationStatusRequest.struct_class = Types::UpdateAssociationStatusRequest
611
+
612
+ UpdateAssociationStatusResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
613
+ UpdateAssociationStatusResult.struct_class = Types::UpdateAssociationStatusResult
614
+
615
+ UpdateManagedInstanceRoleRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: ManagedInstanceId, required: true, location_name: "InstanceId"))
616
+ UpdateManagedInstanceRoleRequest.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, required: true, location_name: "IamRole"))
617
+ UpdateManagedInstanceRoleRequest.struct_class = Types::UpdateManagedInstanceRoleRequest
618
+
619
+ UpdateManagedInstanceRoleResult.struct_class = Types::UpdateManagedInstanceRoleResult
620
+
621
+
622
+ # @api private
623
+ API = Seahorse::Model::Api.new.tap do |api|
624
+
625
+ api.version = "2014-11-06"
626
+
627
+ api.metadata = {
628
+ "endpointPrefix" => "ssm",
629
+ "jsonVersion" => "1.1",
630
+ "protocol" => "json",
631
+ "serviceFullName" => "Amazon Simple Systems Management Service",
632
+ "signatureVersion" => "v4",
633
+ "targetPrefix" => "AmazonSSM",
634
+ }
635
+
636
+ api.add_operation(:add_tags_to_resource, Seahorse::Model::Operation.new.tap do |o|
637
+ o.name = "AddTagsToResource"
638
+ o.http_method = "POST"
639
+ o.http_request_uri = "/"
640
+ o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceRequest)
641
+ o.output = Shapes::ShapeRef.new(shape: AddTagsToResourceResult)
642
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceType)
643
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceId)
644
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
645
+ end)
646
+
647
+ api.add_operation(:cancel_command, Seahorse::Model::Operation.new.tap do |o|
648
+ o.name = "CancelCommand"
649
+ o.http_method = "POST"
650
+ o.http_request_uri = "/"
651
+ o.input = Shapes::ShapeRef.new(shape: CancelCommandRequest)
652
+ o.output = Shapes::ShapeRef.new(shape: CancelCommandResult)
653
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
654
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCommandId)
655
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
656
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateInstanceId)
657
+ end)
658
+
659
+ api.add_operation(:create_activation, Seahorse::Model::Operation.new.tap do |o|
660
+ o.name = "CreateActivation"
661
+ o.http_method = "POST"
662
+ o.http_request_uri = "/"
663
+ o.input = Shapes::ShapeRef.new(shape: CreateActivationRequest)
664
+ o.output = Shapes::ShapeRef.new(shape: CreateActivationResult)
665
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
666
+ end)
667
+
668
+ api.add_operation(:create_association, Seahorse::Model::Operation.new.tap do |o|
669
+ o.name = "CreateAssociation"
670
+ o.http_method = "POST"
671
+ o.http_request_uri = "/"
672
+ o.input = Shapes::ShapeRef.new(shape: CreateAssociationRequest)
673
+ o.output = Shapes::ShapeRef.new(shape: CreateAssociationResult)
674
+ o.errors << Shapes::ShapeRef.new(shape: AssociationAlreadyExists)
675
+ o.errors << Shapes::ShapeRef.new(shape: AssociationLimitExceeded)
676
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
677
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
678
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
679
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedPlatformType)
680
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
681
+ end)
682
+
683
+ api.add_operation(:create_association_batch, Seahorse::Model::Operation.new.tap do |o|
684
+ o.name = "CreateAssociationBatch"
685
+ o.http_method = "POST"
686
+ o.http_request_uri = "/"
687
+ o.input = Shapes::ShapeRef.new(shape: CreateAssociationBatchRequest)
688
+ o.output = Shapes::ShapeRef.new(shape: CreateAssociationBatchResult)
689
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
690
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
691
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
692
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
693
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateInstanceId)
694
+ o.errors << Shapes::ShapeRef.new(shape: AssociationLimitExceeded)
695
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedPlatformType)
696
+ end)
697
+
698
+ api.add_operation(:create_document, Seahorse::Model::Operation.new.tap do |o|
699
+ o.name = "CreateDocument"
700
+ o.http_method = "POST"
701
+ o.http_request_uri = "/"
702
+ o.input = Shapes::ShapeRef.new(shape: CreateDocumentRequest)
703
+ o.output = Shapes::ShapeRef.new(shape: CreateDocumentResult)
704
+ o.errors << Shapes::ShapeRef.new(shape: DocumentAlreadyExists)
705
+ o.errors << Shapes::ShapeRef.new(shape: MaxDocumentSizeExceeded)
706
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
707
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentContent)
708
+ o.errors << Shapes::ShapeRef.new(shape: DocumentLimitExceeded)
709
+ end)
710
+
711
+ api.add_operation(:delete_activation, Seahorse::Model::Operation.new.tap do |o|
712
+ o.name = "DeleteActivation"
713
+ o.http_method = "POST"
714
+ o.http_request_uri = "/"
715
+ o.input = Shapes::ShapeRef.new(shape: DeleteActivationRequest)
716
+ o.output = Shapes::ShapeRef.new(shape: DeleteActivationResult)
717
+ o.errors << Shapes::ShapeRef.new(shape: InvalidActivationId)
718
+ o.errors << Shapes::ShapeRef.new(shape: InvalidActivation)
719
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
720
+ end)
721
+
722
+ api.add_operation(:delete_association, Seahorse::Model::Operation.new.tap do |o|
723
+ o.name = "DeleteAssociation"
724
+ o.http_method = "POST"
725
+ o.http_request_uri = "/"
726
+ o.input = Shapes::ShapeRef.new(shape: DeleteAssociationRequest)
727
+ o.output = Shapes::ShapeRef.new(shape: DeleteAssociationResult)
728
+ o.errors << Shapes::ShapeRef.new(shape: AssociationDoesNotExist)
729
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
730
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
731
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
732
+ o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
733
+ end)
734
+
735
+ api.add_operation(:delete_document, Seahorse::Model::Operation.new.tap do |o|
736
+ o.name = "DeleteDocument"
737
+ o.http_method = "POST"
738
+ o.http_request_uri = "/"
739
+ o.input = Shapes::ShapeRef.new(shape: DeleteDocumentRequest)
740
+ o.output = Shapes::ShapeRef.new(shape: DeleteDocumentResult)
741
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
742
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
743
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocumentOperation)
744
+ o.errors << Shapes::ShapeRef.new(shape: AssociatedInstances)
745
+ end)
746
+
747
+ api.add_operation(:deregister_managed_instance, Seahorse::Model::Operation.new.tap do |o|
748
+ o.name = "DeregisterManagedInstance"
749
+ o.http_method = "POST"
750
+ o.http_request_uri = "/"
751
+ o.input = Shapes::ShapeRef.new(shape: DeregisterManagedInstanceRequest)
752
+ o.output = Shapes::ShapeRef.new(shape: DeregisterManagedInstanceResult)
753
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
754
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
755
+ end)
756
+
757
+ api.add_operation(:describe_activations, Seahorse::Model::Operation.new.tap do |o|
758
+ o.name = "DescribeActivations"
759
+ o.http_method = "POST"
760
+ o.http_request_uri = "/"
761
+ o.input = Shapes::ShapeRef.new(shape: DescribeActivationsRequest)
762
+ o.output = Shapes::ShapeRef.new(shape: DescribeActivationsResult)
763
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilter)
764
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
765
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
766
+ o[:pager] = Aws::Pager.new(
767
+ limit_key: "max_results",
768
+ tokens: {
769
+ "next_token" => "next_token"
770
+ }
771
+ )
772
+ end)
773
+
774
+ api.add_operation(:describe_association, Seahorse::Model::Operation.new.tap do |o|
775
+ o.name = "DescribeAssociation"
776
+ o.http_method = "POST"
777
+ o.http_request_uri = "/"
778
+ o.input = Shapes::ShapeRef.new(shape: DescribeAssociationRequest)
779
+ o.output = Shapes::ShapeRef.new(shape: DescribeAssociationResult)
780
+ o.errors << Shapes::ShapeRef.new(shape: AssociationDoesNotExist)
781
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
782
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
783
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
784
+ end)
785
+
786
+ api.add_operation(:describe_document, Seahorse::Model::Operation.new.tap do |o|
787
+ o.name = "DescribeDocument"
788
+ o.http_method = "POST"
789
+ o.http_request_uri = "/"
790
+ o.input = Shapes::ShapeRef.new(shape: DescribeDocumentRequest)
791
+ o.output = Shapes::ShapeRef.new(shape: DescribeDocumentResult)
792
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
793
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
794
+ end)
795
+
796
+ api.add_operation(:describe_document_permission, Seahorse::Model::Operation.new.tap do |o|
797
+ o.name = "DescribeDocumentPermission"
798
+ o.http_method = "POST"
799
+ o.http_request_uri = "/"
800
+ o.input = Shapes::ShapeRef.new(shape: DescribeDocumentPermissionRequest)
801
+ o.output = Shapes::ShapeRef.new(shape: DescribeDocumentPermissionResponse)
802
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
803
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
804
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPermissionType)
805
+ end)
806
+
807
+ api.add_operation(:describe_instance_information, Seahorse::Model::Operation.new.tap do |o|
808
+ o.name = "DescribeInstanceInformation"
809
+ o.http_method = "POST"
810
+ o.http_request_uri = "/"
811
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstanceInformationRequest)
812
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstanceInformationResult)
813
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
814
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
815
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
816
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceInformationFilterValue)
817
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilterKey)
818
+ o[:pager] = Aws::Pager.new(
819
+ limit_key: "max_results",
820
+ tokens: {
821
+ "next_token" => "next_token"
822
+ }
823
+ )
824
+ end)
825
+
826
+ api.add_operation(:get_document, Seahorse::Model::Operation.new.tap do |o|
827
+ o.name = "GetDocument"
828
+ o.http_method = "POST"
829
+ o.http_request_uri = "/"
830
+ o.input = Shapes::ShapeRef.new(shape: GetDocumentRequest)
831
+ o.output = Shapes::ShapeRef.new(shape: GetDocumentResult)
832
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
833
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
834
+ end)
835
+
836
+ api.add_operation(:list_associations, Seahorse::Model::Operation.new.tap do |o|
837
+ o.name = "ListAssociations"
838
+ o.http_method = "POST"
839
+ o.http_request_uri = "/"
840
+ o.input = Shapes::ShapeRef.new(shape: ListAssociationsRequest)
841
+ o.output = Shapes::ShapeRef.new(shape: ListAssociationsResult)
842
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
843
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
844
+ o[:pager] = Aws::Pager.new(
845
+ limit_key: "max_results",
846
+ tokens: {
847
+ "next_token" => "next_token"
848
+ }
849
+ )
850
+ end)
851
+
852
+ api.add_operation(:list_command_invocations, Seahorse::Model::Operation.new.tap do |o|
853
+ o.name = "ListCommandInvocations"
854
+ o.http_method = "POST"
855
+ o.http_request_uri = "/"
856
+ o.input = Shapes::ShapeRef.new(shape: ListCommandInvocationsRequest)
857
+ o.output = Shapes::ShapeRef.new(shape: ListCommandInvocationsResult)
858
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
859
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCommandId)
860
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
861
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilterKey)
862
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
863
+ o[:pager] = Aws::Pager.new(
864
+ limit_key: "max_results",
865
+ tokens: {
866
+ "next_token" => "next_token"
867
+ }
868
+ )
869
+ end)
870
+
871
+ api.add_operation(:list_commands, Seahorse::Model::Operation.new.tap do |o|
872
+ o.name = "ListCommands"
873
+ o.http_method = "POST"
874
+ o.http_request_uri = "/"
875
+ o.input = Shapes::ShapeRef.new(shape: ListCommandsRequest)
876
+ o.output = Shapes::ShapeRef.new(shape: ListCommandsResult)
877
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
878
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCommandId)
879
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
880
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilterKey)
881
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
882
+ o[:pager] = Aws::Pager.new(
883
+ limit_key: "max_results",
884
+ tokens: {
885
+ "next_token" => "next_token"
886
+ }
887
+ )
888
+ end)
889
+
890
+ api.add_operation(:list_documents, Seahorse::Model::Operation.new.tap do |o|
891
+ o.name = "ListDocuments"
892
+ o.http_method = "POST"
893
+ o.http_request_uri = "/"
894
+ o.input = Shapes::ShapeRef.new(shape: ListDocumentsRequest)
895
+ o.output = Shapes::ShapeRef.new(shape: ListDocumentsResult)
896
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
897
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextToken)
898
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFilterKey)
899
+ o[:pager] = Aws::Pager.new(
900
+ limit_key: "max_results",
901
+ tokens: {
902
+ "next_token" => "next_token"
903
+ }
904
+ )
905
+ end)
906
+
907
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
908
+ o.name = "ListTagsForResource"
909
+ o.http_method = "POST"
910
+ o.http_request_uri = "/"
911
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
912
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
913
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceType)
914
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceId)
915
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
916
+ end)
917
+
918
+ api.add_operation(:modify_document_permission, Seahorse::Model::Operation.new.tap do |o|
919
+ o.name = "ModifyDocumentPermission"
920
+ o.http_method = "POST"
921
+ o.http_request_uri = "/"
922
+ o.input = Shapes::ShapeRef.new(shape: ModifyDocumentPermissionRequest)
923
+ o.output = Shapes::ShapeRef.new(shape: ModifyDocumentPermissionResponse)
924
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
925
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
926
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPermissionType)
927
+ o.errors << Shapes::ShapeRef.new(shape: DocumentPermissionLimit)
928
+ o.errors << Shapes::ShapeRef.new(shape: DocumentLimitExceeded)
929
+ end)
930
+
931
+ api.add_operation(:remove_tags_from_resource, Seahorse::Model::Operation.new.tap do |o|
932
+ o.name = "RemoveTagsFromResource"
933
+ o.http_method = "POST"
934
+ o.http_request_uri = "/"
935
+ o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceRequest)
936
+ o.output = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceResult)
937
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceType)
938
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceId)
939
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
940
+ end)
941
+
942
+ api.add_operation(:send_command, Seahorse::Model::Operation.new.tap do |o|
943
+ o.name = "SendCommand"
944
+ o.http_method = "POST"
945
+ o.http_request_uri = "/"
946
+ o.input = Shapes::ShapeRef.new(shape: SendCommandRequest)
947
+ o.output = Shapes::ShapeRef.new(shape: SendCommandResult)
948
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateInstanceId)
949
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
950
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
951
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
952
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOutputFolder)
953
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
954
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedPlatformType)
955
+ o.errors << Shapes::ShapeRef.new(shape: MaxDocumentSizeExceeded)
956
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRole)
957
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNotificationConfig)
958
+ end)
959
+
960
+ api.add_operation(:update_association_status, Seahorse::Model::Operation.new.tap do |o|
961
+ o.name = "UpdateAssociationStatus"
962
+ o.http_method = "POST"
963
+ o.http_request_uri = "/"
964
+ o.input = Shapes::ShapeRef.new(shape: UpdateAssociationStatusRequest)
965
+ o.output = Shapes::ShapeRef.new(shape: UpdateAssociationStatusResult)
966
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
967
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
968
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDocument)
969
+ o.errors << Shapes::ShapeRef.new(shape: AssociationDoesNotExist)
970
+ o.errors << Shapes::ShapeRef.new(shape: StatusUnchanged)
971
+ o.errors << Shapes::ShapeRef.new(shape: TooManyUpdates)
972
+ end)
973
+
974
+ api.add_operation(:update_managed_instance_role, Seahorse::Model::Operation.new.tap do |o|
975
+ o.name = "UpdateManagedInstanceRole"
976
+ o.http_method = "POST"
977
+ o.http_request_uri = "/"
978
+ o.input = Shapes::ShapeRef.new(shape: UpdateManagedInstanceRoleRequest)
979
+ o.output = Shapes::ShapeRef.new(shape: UpdateManagedInstanceRoleResult)
980
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInstanceId)
981
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
982
+ end)
983
+ end
984
+
985
+ end
986
+ end
987
+ end