aws-sdk-sms 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,21 @@ module Aws::SMS
12
12
  include Seahorse::Model
13
13
 
14
14
  AmiId = Shapes::StringShape.new(name: 'AmiId')
15
+ AppDescription = Shapes::StringShape.new(name: 'AppDescription')
16
+ AppId = Shapes::StringShape.new(name: 'AppId')
17
+ AppIds = Shapes::ListShape.new(name: 'AppIds')
18
+ AppLaunchStatus = Shapes::StringShape.new(name: 'AppLaunchStatus')
19
+ AppLaunchStatusMessage = Shapes::StringShape.new(name: 'AppLaunchStatusMessage')
20
+ AppName = Shapes::StringShape.new(name: 'AppName')
21
+ AppReplicationStatus = Shapes::StringShape.new(name: 'AppReplicationStatus')
22
+ AppReplicationStatusMessage = Shapes::StringShape.new(name: 'AppReplicationStatusMessage')
23
+ AppStatus = Shapes::StringShape.new(name: 'AppStatus')
24
+ AppStatusMessage = Shapes::StringShape.new(name: 'AppStatusMessage')
25
+ AppSummary = Shapes::StructureShape.new(name: 'AppSummary')
26
+ Apps = Shapes::ListShape.new(name: 'Apps')
27
+ AssociatePublicIpAddress = Shapes::BooleanShape.new(name: 'AssociatePublicIpAddress')
28
+ BucketName = Shapes::StringShape.new(name: 'BucketName')
29
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
15
30
  Connector = Shapes::StructureShape.new(name: 'Connector')
16
31
  ConnectorCapability = Shapes::StringShape.new(name: 'ConnectorCapability')
17
32
  ConnectorCapabilityList = Shapes::ListShape.new(name: 'ConnectorCapabilityList')
@@ -19,8 +34,16 @@ module Aws::SMS
19
34
  ConnectorList = Shapes::ListShape.new(name: 'ConnectorList')
20
35
  ConnectorStatus = Shapes::StringShape.new(name: 'ConnectorStatus')
21
36
  ConnectorVersion = Shapes::StringShape.new(name: 'ConnectorVersion')
37
+ CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
38
+ CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
22
39
  CreateReplicationJobRequest = Shapes::StructureShape.new(name: 'CreateReplicationJobRequest')
23
40
  CreateReplicationJobResponse = Shapes::StructureShape.new(name: 'CreateReplicationJobResponse')
41
+ DeleteAppLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteAppLaunchConfigurationRequest')
42
+ DeleteAppLaunchConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAppLaunchConfigurationResponse')
43
+ DeleteAppReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteAppReplicationConfigurationRequest')
44
+ DeleteAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAppReplicationConfigurationResponse')
45
+ DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
46
+ DeleteAppResponse = Shapes::StructureShape.new(name: 'DeleteAppResponse')
24
47
  DeleteReplicationJobRequest = Shapes::StructureShape.new(name: 'DeleteReplicationJobRequest')
25
48
  DeleteReplicationJobResponse = Shapes::StructureShape.new(name: 'DeleteReplicationJobResponse')
26
49
  DeleteServerCatalogRequest = Shapes::StructureShape.new(name: 'DeleteServerCatalogRequest')
@@ -28,8 +51,22 @@ module Aws::SMS
28
51
  Description = Shapes::StringShape.new(name: 'Description')
29
52
  DisassociateConnectorRequest = Shapes::StructureShape.new(name: 'DisassociateConnectorRequest')
30
53
  DisassociateConnectorResponse = Shapes::StructureShape.new(name: 'DisassociateConnectorResponse')
54
+ EC2KeyName = Shapes::StringShape.new(name: 'EC2KeyName')
55
+ Encrypted = Shapes::BooleanShape.new(name: 'Encrypted')
31
56
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
57
+ ForceStopAppReplication = Shapes::BooleanShape.new(name: 'ForceStopAppReplication')
58
+ ForceTerminateApp = Shapes::BooleanShape.new(name: 'ForceTerminateApp')
32
59
  Frequency = Shapes::IntegerShape.new(name: 'Frequency')
60
+ GenerateChangeSetRequest = Shapes::StructureShape.new(name: 'GenerateChangeSetRequest')
61
+ GenerateChangeSetResponse = Shapes::StructureShape.new(name: 'GenerateChangeSetResponse')
62
+ GenerateTemplateRequest = Shapes::StructureShape.new(name: 'GenerateTemplateRequest')
63
+ GenerateTemplateResponse = Shapes::StructureShape.new(name: 'GenerateTemplateResponse')
64
+ GetAppLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'GetAppLaunchConfigurationRequest')
65
+ GetAppLaunchConfigurationResponse = Shapes::StructureShape.new(name: 'GetAppLaunchConfigurationResponse')
66
+ GetAppReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'GetAppReplicationConfigurationRequest')
67
+ GetAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'GetAppReplicationConfigurationResponse')
68
+ GetAppRequest = Shapes::StructureShape.new(name: 'GetAppRequest')
69
+ GetAppResponse = Shapes::StructureShape.new(name: 'GetAppResponse')
33
70
  GetConnectorsRequest = Shapes::StructureShape.new(name: 'GetConnectorsRequest')
34
71
  GetConnectorsResponse = Shapes::StructureShape.new(name: 'GetConnectorsResponse')
35
72
  GetReplicationJobsRequest = Shapes::StructureShape.new(name: 'GetReplicationJobsRequest')
@@ -40,16 +77,32 @@ module Aws::SMS
40
77
  GetServersResponse = Shapes::StructureShape.new(name: 'GetServersResponse')
41
78
  ImportServerCatalogRequest = Shapes::StructureShape.new(name: 'ImportServerCatalogRequest')
42
79
  ImportServerCatalogResponse = Shapes::StructureShape.new(name: 'ImportServerCatalogResponse')
80
+ InstanceType = Shapes::StringShape.new(name: 'InstanceType')
43
81
  InternalError = Shapes::StructureShape.new(name: 'InternalError')
44
82
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
45
83
  IpAddress = Shapes::StringShape.new(name: 'IpAddress')
84
+ KeyName = Shapes::StringShape.new(name: 'KeyName')
85
+ KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
86
+ LaunchAppRequest = Shapes::StructureShape.new(name: 'LaunchAppRequest')
87
+ LaunchAppResponse = Shapes::StructureShape.new(name: 'LaunchAppResponse')
88
+ LaunchDetails = Shapes::StructureShape.new(name: 'LaunchDetails')
89
+ LaunchOrder = Shapes::IntegerShape.new(name: 'LaunchOrder')
46
90
  LicenseType = Shapes::StringShape.new(name: 'LicenseType')
91
+ ListAppsRequest = Shapes::StructureShape.new(name: 'ListAppsRequest')
92
+ ListAppsResponse = Shapes::StructureShape.new(name: 'ListAppsResponse')
93
+ LogicalId = Shapes::StringShape.new(name: 'LogicalId')
47
94
  MacAddress = Shapes::StringShape.new(name: 'MacAddress')
48
95
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
49
96
  MissingRequiredParameterException = Shapes::StructureShape.new(name: 'MissingRequiredParameterException')
50
97
  NextToken = Shapes::StringShape.new(name: 'NextToken')
51
98
  NoConnectorsAvailableException = Shapes::StructureShape.new(name: 'NoConnectorsAvailableException')
99
+ NumberOfRecentAmisToKeep = Shapes::IntegerShape.new(name: 'NumberOfRecentAmisToKeep')
52
100
  OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
101
+ OutputFormat = Shapes::StringShape.new(name: 'OutputFormat')
102
+ PutAppLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'PutAppLaunchConfigurationRequest')
103
+ PutAppLaunchConfigurationResponse = Shapes::StructureShape.new(name: 'PutAppLaunchConfigurationResponse')
104
+ PutAppReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'PutAppReplicationConfigurationRequest')
105
+ PutAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'PutAppReplicationConfigurationResponse')
53
106
  ReplicationJob = Shapes::StructureShape.new(name: 'ReplicationJob')
54
107
  ReplicationJobAlreadyExistsException = Shapes::StructureShape.new(name: 'ReplicationJobAlreadyExistsException')
55
108
  ReplicationJobId = Shapes::StringShape.new(name: 'ReplicationJobId')
@@ -62,22 +115,61 @@ module Aws::SMS
62
115
  ReplicationRunId = Shapes::StringShape.new(name: 'ReplicationRunId')
63
116
  ReplicationRunLimitExceededException = Shapes::StructureShape.new(name: 'ReplicationRunLimitExceededException')
64
117
  ReplicationRunList = Shapes::ListShape.new(name: 'ReplicationRunList')
118
+ ReplicationRunStage = Shapes::StringShape.new(name: 'ReplicationRunStage')
119
+ ReplicationRunStageDetails = Shapes::StructureShape.new(name: 'ReplicationRunStageDetails')
120
+ ReplicationRunStageProgress = Shapes::StringShape.new(name: 'ReplicationRunStageProgress')
65
121
  ReplicationRunState = Shapes::StringShape.new(name: 'ReplicationRunState')
66
122
  ReplicationRunStatusMessage = Shapes::StringShape.new(name: 'ReplicationRunStatusMessage')
67
123
  ReplicationRunType = Shapes::StringShape.new(name: 'ReplicationRunType')
68
124
  RoleName = Shapes::StringShape.new(name: 'RoleName')
125
+ RunOnce = Shapes::BooleanShape.new(name: 'RunOnce')
126
+ S3Location = Shapes::StructureShape.new(name: 'S3Location')
127
+ SecurityGroup = Shapes::StringShape.new(name: 'SecurityGroup')
69
128
  Server = Shapes::StructureShape.new(name: 'Server')
70
129
  ServerCannotBeReplicatedException = Shapes::StructureShape.new(name: 'ServerCannotBeReplicatedException')
71
130
  ServerCatalogStatus = Shapes::StringShape.new(name: 'ServerCatalogStatus')
131
+ ServerGroup = Shapes::StructureShape.new(name: 'ServerGroup')
132
+ ServerGroupId = Shapes::StringShape.new(name: 'ServerGroupId')
133
+ ServerGroupLaunchConfiguration = Shapes::StructureShape.new(name: 'ServerGroupLaunchConfiguration')
134
+ ServerGroupLaunchConfigurations = Shapes::ListShape.new(name: 'ServerGroupLaunchConfigurations')
135
+ ServerGroupName = Shapes::StringShape.new(name: 'ServerGroupName')
136
+ ServerGroupReplicationConfiguration = Shapes::StructureShape.new(name: 'ServerGroupReplicationConfiguration')
137
+ ServerGroupReplicationConfigurations = Shapes::ListShape.new(name: 'ServerGroupReplicationConfigurations')
138
+ ServerGroups = Shapes::ListShape.new(name: 'ServerGroups')
72
139
  ServerId = Shapes::StringShape.new(name: 'ServerId')
140
+ ServerLaunchConfiguration = Shapes::StructureShape.new(name: 'ServerLaunchConfiguration')
141
+ ServerLaunchConfigurations = Shapes::ListShape.new(name: 'ServerLaunchConfigurations')
73
142
  ServerList = Shapes::ListShape.new(name: 'ServerList')
143
+ ServerReplicationConfiguration = Shapes::StructureShape.new(name: 'ServerReplicationConfiguration')
144
+ ServerReplicationConfigurations = Shapes::ListShape.new(name: 'ServerReplicationConfigurations')
145
+ ServerReplicationParameters = Shapes::StructureShape.new(name: 'ServerReplicationParameters')
74
146
  ServerType = Shapes::StringShape.new(name: 'ServerType')
147
+ StackId = Shapes::StringShape.new(name: 'StackId')
148
+ StackName = Shapes::StringShape.new(name: 'StackName')
149
+ StartAppReplicationRequest = Shapes::StructureShape.new(name: 'StartAppReplicationRequest')
150
+ StartAppReplicationResponse = Shapes::StructureShape.new(name: 'StartAppReplicationResponse')
75
151
  StartOnDemandReplicationRunRequest = Shapes::StructureShape.new(name: 'StartOnDemandReplicationRunRequest')
76
152
  StartOnDemandReplicationRunResponse = Shapes::StructureShape.new(name: 'StartOnDemandReplicationRunResponse')
153
+ StopAppReplicationRequest = Shapes::StructureShape.new(name: 'StopAppReplicationRequest')
154
+ StopAppReplicationResponse = Shapes::StructureShape.new(name: 'StopAppReplicationResponse')
155
+ Subnet = Shapes::StringShape.new(name: 'Subnet')
156
+ Tag = Shapes::StructureShape.new(name: 'Tag')
157
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
158
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
159
+ Tags = Shapes::ListShape.new(name: 'Tags')
160
+ TemporarilyUnavailableException = Shapes::StructureShape.new(name: 'TemporarilyUnavailableException')
161
+ TerminateAppRequest = Shapes::StructureShape.new(name: 'TerminateAppRequest')
162
+ TerminateAppResponse = Shapes::StructureShape.new(name: 'TerminateAppResponse')
77
163
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
164
+ TotalServerGroups = Shapes::IntegerShape.new(name: 'TotalServerGroups')
165
+ TotalServers = Shapes::IntegerShape.new(name: 'TotalServers')
78
166
  UnauthorizedOperationException = Shapes::StructureShape.new(name: 'UnauthorizedOperationException')
167
+ UpdateAppRequest = Shapes::StructureShape.new(name: 'UpdateAppRequest')
168
+ UpdateAppResponse = Shapes::StructureShape.new(name: 'UpdateAppResponse')
79
169
  UpdateReplicationJobRequest = Shapes::StructureShape.new(name: 'UpdateReplicationJobRequest')
80
170
  UpdateReplicationJobResponse = Shapes::StructureShape.new(name: 'UpdateReplicationJobResponse')
171
+ UserData = Shapes::StructureShape.new(name: 'UserData')
172
+ VPC = Shapes::StringShape.new(name: 'VPC')
81
173
  VmId = Shapes::StringShape.new(name: 'VmId')
82
174
  VmManagerId = Shapes::StringShape.new(name: 'VmManagerId')
83
175
  VmManagerName = Shapes::StringShape.new(name: 'VmManagerName')
@@ -86,6 +178,29 @@ module Aws::SMS
86
178
  VmPath = Shapes::StringShape.new(name: 'VmPath')
87
179
  VmServer = Shapes::StructureShape.new(name: 'VmServer')
88
180
  VmServerAddress = Shapes::StructureShape.new(name: 'VmServerAddress')
181
+ VmServerAddressList = Shapes::ListShape.new(name: 'VmServerAddressList')
182
+
183
+ AppIds.member = Shapes::ShapeRef.new(shape: AppId)
184
+
185
+ AppSummary.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
186
+ AppSummary.add_member(:name, Shapes::ShapeRef.new(shape: AppName, location_name: "name"))
187
+ AppSummary.add_member(:description, Shapes::ShapeRef.new(shape: AppDescription, location_name: "description"))
188
+ AppSummary.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "status"))
189
+ AppSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: AppStatusMessage, location_name: "statusMessage"))
190
+ AppSummary.add_member(:replication_status, Shapes::ShapeRef.new(shape: AppReplicationStatus, location_name: "replicationStatus"))
191
+ AppSummary.add_member(:replication_status_message, Shapes::ShapeRef.new(shape: AppReplicationStatusMessage, location_name: "replicationStatusMessage"))
192
+ AppSummary.add_member(:latest_replication_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "latestReplicationTime"))
193
+ AppSummary.add_member(:launch_status, Shapes::ShapeRef.new(shape: AppLaunchStatus, location_name: "launchStatus"))
194
+ AppSummary.add_member(:launch_status_message, Shapes::ShapeRef.new(shape: AppLaunchStatusMessage, location_name: "launchStatusMessage"))
195
+ AppSummary.add_member(:launch_details, Shapes::ShapeRef.new(shape: LaunchDetails, location_name: "launchDetails"))
196
+ AppSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
197
+ AppSummary.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModified"))
198
+ AppSummary.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
199
+ AppSummary.add_member(:total_server_groups, Shapes::ShapeRef.new(shape: TotalServerGroups, location_name: "totalServerGroups"))
200
+ AppSummary.add_member(:total_servers, Shapes::ShapeRef.new(shape: TotalServers, location_name: "totalServers"))
201
+ AppSummary.struct_class = Types::AppSummary
202
+
203
+ Apps.member = Shapes::ShapeRef.new(shape: AppSummary)
89
204
 
90
205
  Connector.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, location_name: "connectorId"))
91
206
  Connector.add_member(:version, Shapes::ShapeRef.new(shape: ConnectorVersion, location_name: "version"))
@@ -99,21 +214,55 @@ module Aws::SMS
99
214
  Connector.add_member(:associated_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "associatedOn"))
100
215
  Connector.struct_class = Types::Connector
101
216
 
102
- ConnectorCapabilityList.member = Shapes::ShapeRef.new(shape: ConnectorCapability, location_name: "item")
217
+ ConnectorCapabilityList.member = Shapes::ShapeRef.new(shape: ConnectorCapability)
103
218
 
104
- ConnectorList.member = Shapes::ShapeRef.new(shape: Connector, location_name: "item")
219
+ ConnectorList.member = Shapes::ShapeRef.new(shape: Connector)
220
+
221
+ CreateAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: AppName, location_name: "name"))
222
+ CreateAppRequest.add_member(:description, Shapes::ShapeRef.new(shape: AppDescription, location_name: "description"))
223
+ CreateAppRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
224
+ CreateAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
225
+ CreateAppRequest.add_member(:server_groups, Shapes::ShapeRef.new(shape: ServerGroups, location_name: "serverGroups"))
226
+ CreateAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
227
+ CreateAppRequest.struct_class = Types::CreateAppRequest
228
+
229
+ CreateAppResponse.add_member(:app_summary, Shapes::ShapeRef.new(shape: AppSummary, location_name: "appSummary"))
230
+ CreateAppResponse.add_member(:server_groups, Shapes::ShapeRef.new(shape: ServerGroups, location_name: "serverGroups"))
231
+ CreateAppResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
232
+ CreateAppResponse.struct_class = Types::CreateAppResponse
105
233
 
106
234
  CreateReplicationJobRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "serverId"))
107
235
  CreateReplicationJobRequest.add_member(:seed_replication_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "seedReplicationTime"))
108
- CreateReplicationJobRequest.add_member(:frequency, Shapes::ShapeRef.new(shape: Frequency, required: true, location_name: "frequency"))
236
+ CreateReplicationJobRequest.add_member(:frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "frequency"))
237
+ CreateReplicationJobRequest.add_member(:run_once, Shapes::ShapeRef.new(shape: RunOnce, location_name: "runOnce"))
109
238
  CreateReplicationJobRequest.add_member(:license_type, Shapes::ShapeRef.new(shape: LicenseType, location_name: "licenseType"))
110
239
  CreateReplicationJobRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
111
240
  CreateReplicationJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
241
+ CreateReplicationJobRequest.add_member(:number_of_recent_amis_to_keep, Shapes::ShapeRef.new(shape: NumberOfRecentAmisToKeep, location_name: "numberOfRecentAmisToKeep"))
242
+ CreateReplicationJobRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Encrypted, location_name: "encrypted"))
243
+ CreateReplicationJobRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
112
244
  CreateReplicationJobRequest.struct_class = Types::CreateReplicationJobRequest
113
245
 
114
246
  CreateReplicationJobResponse.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, location_name: "replicationJobId"))
115
247
  CreateReplicationJobResponse.struct_class = Types::CreateReplicationJobResponse
116
248
 
249
+ DeleteAppLaunchConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
250
+ DeleteAppLaunchConfigurationRequest.struct_class = Types::DeleteAppLaunchConfigurationRequest
251
+
252
+ DeleteAppLaunchConfigurationResponse.struct_class = Types::DeleteAppLaunchConfigurationResponse
253
+
254
+ DeleteAppReplicationConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
255
+ DeleteAppReplicationConfigurationRequest.struct_class = Types::DeleteAppReplicationConfigurationRequest
256
+
257
+ DeleteAppReplicationConfigurationResponse.struct_class = Types::DeleteAppReplicationConfigurationResponse
258
+
259
+ DeleteAppRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
260
+ DeleteAppRequest.add_member(:force_stop_app_replication, Shapes::ShapeRef.new(shape: ForceStopAppReplication, location_name: "forceStopAppReplication"))
261
+ DeleteAppRequest.add_member(:force_terminate_app, Shapes::ShapeRef.new(shape: ForceTerminateApp, location_name: "forceTerminateApp"))
262
+ DeleteAppRequest.struct_class = Types::DeleteAppRequest
263
+
264
+ DeleteAppResponse.struct_class = Types::DeleteAppResponse
265
+
117
266
  DeleteReplicationJobRequest.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, required: true, location_name: "replicationJobId"))
118
267
  DeleteReplicationJobRequest.struct_class = Types::DeleteReplicationJobRequest
119
268
 
@@ -128,6 +277,42 @@ module Aws::SMS
128
277
 
129
278
  DisassociateConnectorResponse.struct_class = Types::DisassociateConnectorResponse
130
279
 
280
+ GenerateChangeSetRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
281
+ GenerateChangeSetRequest.add_member(:changeset_format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "changesetFormat"))
282
+ GenerateChangeSetRequest.struct_class = Types::GenerateChangeSetRequest
283
+
284
+ GenerateChangeSetResponse.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
285
+ GenerateChangeSetResponse.struct_class = Types::GenerateChangeSetResponse
286
+
287
+ GenerateTemplateRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
288
+ GenerateTemplateRequest.add_member(:template_format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "templateFormat"))
289
+ GenerateTemplateRequest.struct_class = Types::GenerateTemplateRequest
290
+
291
+ GenerateTemplateResponse.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
292
+ GenerateTemplateResponse.struct_class = Types::GenerateTemplateResponse
293
+
294
+ GetAppLaunchConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
295
+ GetAppLaunchConfigurationRequest.struct_class = Types::GetAppLaunchConfigurationRequest
296
+
297
+ GetAppLaunchConfigurationResponse.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
298
+ GetAppLaunchConfigurationResponse.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
299
+ GetAppLaunchConfigurationResponse.add_member(:server_group_launch_configurations, Shapes::ShapeRef.new(shape: ServerGroupLaunchConfigurations, location_name: "serverGroupLaunchConfigurations"))
300
+ GetAppLaunchConfigurationResponse.struct_class = Types::GetAppLaunchConfigurationResponse
301
+
302
+ GetAppReplicationConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
303
+ GetAppReplicationConfigurationRequest.struct_class = Types::GetAppReplicationConfigurationRequest
304
+
305
+ GetAppReplicationConfigurationResponse.add_member(:server_group_replication_configurations, Shapes::ShapeRef.new(shape: ServerGroupReplicationConfigurations, location_name: "serverGroupReplicationConfigurations"))
306
+ GetAppReplicationConfigurationResponse.struct_class = Types::GetAppReplicationConfigurationResponse
307
+
308
+ GetAppRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
309
+ GetAppRequest.struct_class = Types::GetAppRequest
310
+
311
+ GetAppResponse.add_member(:app_summary, Shapes::ShapeRef.new(shape: AppSummary, location_name: "appSummary"))
312
+ GetAppResponse.add_member(:server_groups, Shapes::ShapeRef.new(shape: ServerGroups, location_name: "serverGroups"))
313
+ GetAppResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
314
+ GetAppResponse.struct_class = Types::GetAppResponse
315
+
131
316
  GetConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
132
317
  GetConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
133
318
  GetConnectorsRequest.struct_class = Types::GetConnectorsRequest
@@ -157,6 +342,7 @@ module Aws::SMS
157
342
 
158
343
  GetServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
159
344
  GetServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
345
+ GetServersRequest.add_member(:vm_server_address_list, Shapes::ShapeRef.new(shape: VmServerAddressList, location_name: "vmServerAddressList"))
160
346
  GetServersRequest.struct_class = Types::GetServersRequest
161
347
 
162
348
  GetServersResponse.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedOn"))
@@ -169,12 +355,45 @@ module Aws::SMS
169
355
 
170
356
  ImportServerCatalogResponse.struct_class = Types::ImportServerCatalogResponse
171
357
 
358
+ LaunchAppRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
359
+ LaunchAppRequest.struct_class = Types::LaunchAppRequest
360
+
361
+ LaunchAppResponse.struct_class = Types::LaunchAppResponse
362
+
363
+ LaunchDetails.add_member(:latest_launch_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "latestLaunchTime"))
364
+ LaunchDetails.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "stackName"))
365
+ LaunchDetails.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "stackId"))
366
+ LaunchDetails.struct_class = Types::LaunchDetails
367
+
368
+ ListAppsRequest.add_member(:app_ids, Shapes::ShapeRef.new(shape: AppIds, location_name: "appIds"))
369
+ ListAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
370
+ ListAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
371
+ ListAppsRequest.struct_class = Types::ListAppsRequest
372
+
373
+ ListAppsResponse.add_member(:apps, Shapes::ShapeRef.new(shape: Apps, location_name: "apps"))
374
+ ListAppsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
375
+ ListAppsResponse.struct_class = Types::ListAppsResponse
376
+
377
+ PutAppLaunchConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
378
+ PutAppLaunchConfigurationRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
379
+ PutAppLaunchConfigurationRequest.add_member(:server_group_launch_configurations, Shapes::ShapeRef.new(shape: ServerGroupLaunchConfigurations, location_name: "serverGroupLaunchConfigurations"))
380
+ PutAppLaunchConfigurationRequest.struct_class = Types::PutAppLaunchConfigurationRequest
381
+
382
+ PutAppLaunchConfigurationResponse.struct_class = Types::PutAppLaunchConfigurationResponse
383
+
384
+ PutAppReplicationConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
385
+ PutAppReplicationConfigurationRequest.add_member(:server_group_replication_configurations, Shapes::ShapeRef.new(shape: ServerGroupReplicationConfigurations, location_name: "serverGroupReplicationConfigurations"))
386
+ PutAppReplicationConfigurationRequest.struct_class = Types::PutAppReplicationConfigurationRequest
387
+
388
+ PutAppReplicationConfigurationResponse.struct_class = Types::PutAppReplicationConfigurationResponse
389
+
172
390
  ReplicationJob.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, location_name: "replicationJobId"))
173
391
  ReplicationJob.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "serverId"))
174
392
  ReplicationJob.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "serverType"))
175
393
  ReplicationJob.add_member(:vm_server, Shapes::ShapeRef.new(shape: VmServer, location_name: "vmServer"))
176
394
  ReplicationJob.add_member(:seed_replication_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "seedReplicationTime"))
177
395
  ReplicationJob.add_member(:frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "frequency"))
396
+ ReplicationJob.add_member(:run_once, Shapes::ShapeRef.new(shape: RunOnce, location_name: "runOnce"))
178
397
  ReplicationJob.add_member(:next_replication_run_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "nextReplicationRunStartTime"))
179
398
  ReplicationJob.add_member(:license_type, Shapes::ShapeRef.new(shape: LicenseType, location_name: "licenseType"))
180
399
  ReplicationJob.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
@@ -182,22 +401,36 @@ module Aws::SMS
182
401
  ReplicationJob.add_member(:state, Shapes::ShapeRef.new(shape: ReplicationJobState, location_name: "state"))
183
402
  ReplicationJob.add_member(:status_message, Shapes::ShapeRef.new(shape: ReplicationJobStatusMessage, location_name: "statusMessage"))
184
403
  ReplicationJob.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
404
+ ReplicationJob.add_member(:number_of_recent_amis_to_keep, Shapes::ShapeRef.new(shape: NumberOfRecentAmisToKeep, location_name: "numberOfRecentAmisToKeep"))
405
+ ReplicationJob.add_member(:encrypted, Shapes::ShapeRef.new(shape: Encrypted, location_name: "encrypted"))
406
+ ReplicationJob.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
185
407
  ReplicationJob.add_member(:replication_run_list, Shapes::ShapeRef.new(shape: ReplicationRunList, location_name: "replicationRunList"))
186
408
  ReplicationJob.struct_class = Types::ReplicationJob
187
409
 
188
- ReplicationJobList.member = Shapes::ShapeRef.new(shape: ReplicationJob, location_name: "item")
410
+ ReplicationJobList.member = Shapes::ShapeRef.new(shape: ReplicationJob)
189
411
 
190
412
  ReplicationRun.add_member(:replication_run_id, Shapes::ShapeRef.new(shape: ReplicationRunId, location_name: "replicationRunId"))
191
413
  ReplicationRun.add_member(:state, Shapes::ShapeRef.new(shape: ReplicationRunState, location_name: "state"))
192
414
  ReplicationRun.add_member(:type, Shapes::ShapeRef.new(shape: ReplicationRunType, location_name: "type"))
415
+ ReplicationRun.add_member(:stage_details, Shapes::ShapeRef.new(shape: ReplicationRunStageDetails, location_name: "stageDetails"))
193
416
  ReplicationRun.add_member(:status_message, Shapes::ShapeRef.new(shape: ReplicationRunStatusMessage, location_name: "statusMessage"))
194
417
  ReplicationRun.add_member(:ami_id, Shapes::ShapeRef.new(shape: AmiId, location_name: "amiId"))
195
418
  ReplicationRun.add_member(:scheduled_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "scheduledStartTime"))
196
419
  ReplicationRun.add_member(:completed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedTime"))
197
420
  ReplicationRun.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
421
+ ReplicationRun.add_member(:encrypted, Shapes::ShapeRef.new(shape: Encrypted, location_name: "encrypted"))
422
+ ReplicationRun.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
198
423
  ReplicationRun.struct_class = Types::ReplicationRun
199
424
 
200
- ReplicationRunList.member = Shapes::ShapeRef.new(shape: ReplicationRun, location_name: "item")
425
+ ReplicationRunList.member = Shapes::ShapeRef.new(shape: ReplicationRun)
426
+
427
+ ReplicationRunStageDetails.add_member(:stage, Shapes::ShapeRef.new(shape: ReplicationRunStage, location_name: "stage"))
428
+ ReplicationRunStageDetails.add_member(:stage_progress, Shapes::ShapeRef.new(shape: ReplicationRunStageProgress, location_name: "stageProgress"))
429
+ ReplicationRunStageDetails.struct_class = Types::ReplicationRunStageDetails
430
+
431
+ S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucket"))
432
+ S3Location.add_member(:key, Shapes::ShapeRef.new(shape: KeyName, location_name: "key"))
433
+ S3Location.struct_class = Types::S3Location
201
434
 
202
435
  Server.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "serverId"))
203
436
  Server.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "serverType"))
@@ -206,7 +439,60 @@ module Aws::SMS
206
439
  Server.add_member(:replication_job_terminated, Shapes::ShapeRef.new(shape: ReplicationJobTerminated, location_name: "replicationJobTerminated"))
207
440
  Server.struct_class = Types::Server
208
441
 
209
- ServerList.member = Shapes::ShapeRef.new(shape: Server, location_name: "item")
442
+ ServerGroup.add_member(:server_group_id, Shapes::ShapeRef.new(shape: ServerGroupId, location_name: "serverGroupId"))
443
+ ServerGroup.add_member(:name, Shapes::ShapeRef.new(shape: ServerGroupName, location_name: "name"))
444
+ ServerGroup.add_member(:server_list, Shapes::ShapeRef.new(shape: ServerList, location_name: "serverList"))
445
+ ServerGroup.struct_class = Types::ServerGroup
446
+
447
+ ServerGroupLaunchConfiguration.add_member(:server_group_id, Shapes::ShapeRef.new(shape: ServerGroupId, location_name: "serverGroupId"))
448
+ ServerGroupLaunchConfiguration.add_member(:launch_order, Shapes::ShapeRef.new(shape: LaunchOrder, location_name: "launchOrder"))
449
+ ServerGroupLaunchConfiguration.add_member(:server_launch_configurations, Shapes::ShapeRef.new(shape: ServerLaunchConfigurations, location_name: "serverLaunchConfigurations"))
450
+ ServerGroupLaunchConfiguration.struct_class = Types::ServerGroupLaunchConfiguration
451
+
452
+ ServerGroupLaunchConfigurations.member = Shapes::ShapeRef.new(shape: ServerGroupLaunchConfiguration)
453
+
454
+ ServerGroupReplicationConfiguration.add_member(:server_group_id, Shapes::ShapeRef.new(shape: ServerGroupId, location_name: "serverGroupId"))
455
+ ServerGroupReplicationConfiguration.add_member(:server_replication_configurations, Shapes::ShapeRef.new(shape: ServerReplicationConfigurations, location_name: "serverReplicationConfigurations"))
456
+ ServerGroupReplicationConfiguration.struct_class = Types::ServerGroupReplicationConfiguration
457
+
458
+ ServerGroupReplicationConfigurations.member = Shapes::ShapeRef.new(shape: ServerGroupReplicationConfiguration)
459
+
460
+ ServerGroups.member = Shapes::ShapeRef.new(shape: ServerGroup)
461
+
462
+ ServerLaunchConfiguration.add_member(:server, Shapes::ShapeRef.new(shape: Server, location_name: "server"))
463
+ ServerLaunchConfiguration.add_member(:logical_id, Shapes::ShapeRef.new(shape: LogicalId, location_name: "logicalId"))
464
+ ServerLaunchConfiguration.add_member(:vpc, Shapes::ShapeRef.new(shape: VPC, location_name: "vpc"))
465
+ ServerLaunchConfiguration.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
466
+ ServerLaunchConfiguration.add_member(:security_group, Shapes::ShapeRef.new(shape: SecurityGroup, location_name: "securityGroup"))
467
+ ServerLaunchConfiguration.add_member(:ec2_key_name, Shapes::ShapeRef.new(shape: EC2KeyName, location_name: "ec2KeyName"))
468
+ ServerLaunchConfiguration.add_member(:user_data, Shapes::ShapeRef.new(shape: UserData, location_name: "userData"))
469
+ ServerLaunchConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
470
+ ServerLaunchConfiguration.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: AssociatePublicIpAddress, location_name: "associatePublicIpAddress"))
471
+ ServerLaunchConfiguration.struct_class = Types::ServerLaunchConfiguration
472
+
473
+ ServerLaunchConfigurations.member = Shapes::ShapeRef.new(shape: ServerLaunchConfiguration)
474
+
475
+ ServerList.member = Shapes::ShapeRef.new(shape: Server)
476
+
477
+ ServerReplicationConfiguration.add_member(:server, Shapes::ShapeRef.new(shape: Server, location_name: "server"))
478
+ ServerReplicationConfiguration.add_member(:server_replication_parameters, Shapes::ShapeRef.new(shape: ServerReplicationParameters, location_name: "serverReplicationParameters"))
479
+ ServerReplicationConfiguration.struct_class = Types::ServerReplicationConfiguration
480
+
481
+ ServerReplicationConfigurations.member = Shapes::ShapeRef.new(shape: ServerReplicationConfiguration)
482
+
483
+ ServerReplicationParameters.add_member(:seed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "seedTime"))
484
+ ServerReplicationParameters.add_member(:frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "frequency"))
485
+ ServerReplicationParameters.add_member(:run_once, Shapes::ShapeRef.new(shape: RunOnce, location_name: "runOnce"))
486
+ ServerReplicationParameters.add_member(:license_type, Shapes::ShapeRef.new(shape: LicenseType, location_name: "licenseType"))
487
+ ServerReplicationParameters.add_member(:number_of_recent_amis_to_keep, Shapes::ShapeRef.new(shape: NumberOfRecentAmisToKeep, location_name: "numberOfRecentAmisToKeep"))
488
+ ServerReplicationParameters.add_member(:encrypted, Shapes::ShapeRef.new(shape: Encrypted, location_name: "encrypted"))
489
+ ServerReplicationParameters.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
490
+ ServerReplicationParameters.struct_class = Types::ServerReplicationParameters
491
+
492
+ StartAppReplicationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
493
+ StartAppReplicationRequest.struct_class = Types::StartAppReplicationRequest
494
+
495
+ StartAppReplicationResponse.struct_class = Types::StartAppReplicationResponse
210
496
 
211
497
  StartOnDemandReplicationRunRequest.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, required: true, location_name: "replicationJobId"))
212
498
  StartOnDemandReplicationRunRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -215,16 +501,51 @@ module Aws::SMS
215
501
  StartOnDemandReplicationRunResponse.add_member(:replication_run_id, Shapes::ShapeRef.new(shape: ReplicationRunId, location_name: "replicationRunId"))
216
502
  StartOnDemandReplicationRunResponse.struct_class = Types::StartOnDemandReplicationRunResponse
217
503
 
504
+ StopAppReplicationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
505
+ StopAppReplicationRequest.struct_class = Types::StopAppReplicationRequest
506
+
507
+ StopAppReplicationResponse.struct_class = Types::StopAppReplicationResponse
508
+
509
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
510
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
511
+ Tag.struct_class = Types::Tag
512
+
513
+ Tags.member = Shapes::ShapeRef.new(shape: Tag)
514
+
515
+ TerminateAppRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
516
+ TerminateAppRequest.struct_class = Types::TerminateAppRequest
517
+
518
+ TerminateAppResponse.struct_class = Types::TerminateAppResponse
519
+
520
+ UpdateAppRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
521
+ UpdateAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: AppName, location_name: "name"))
522
+ UpdateAppRequest.add_member(:description, Shapes::ShapeRef.new(shape: AppDescription, location_name: "description"))
523
+ UpdateAppRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
524
+ UpdateAppRequest.add_member(:server_groups, Shapes::ShapeRef.new(shape: ServerGroups, location_name: "serverGroups"))
525
+ UpdateAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
526
+ UpdateAppRequest.struct_class = Types::UpdateAppRequest
527
+
528
+ UpdateAppResponse.add_member(:app_summary, Shapes::ShapeRef.new(shape: AppSummary, location_name: "appSummary"))
529
+ UpdateAppResponse.add_member(:server_groups, Shapes::ShapeRef.new(shape: ServerGroups, location_name: "serverGroups"))
530
+ UpdateAppResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
531
+ UpdateAppResponse.struct_class = Types::UpdateAppResponse
532
+
218
533
  UpdateReplicationJobRequest.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, required: true, location_name: "replicationJobId"))
219
534
  UpdateReplicationJobRequest.add_member(:frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "frequency"))
220
535
  UpdateReplicationJobRequest.add_member(:next_replication_run_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "nextReplicationRunStartTime"))
221
536
  UpdateReplicationJobRequest.add_member(:license_type, Shapes::ShapeRef.new(shape: LicenseType, location_name: "licenseType"))
222
537
  UpdateReplicationJobRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
223
538
  UpdateReplicationJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
539
+ UpdateReplicationJobRequest.add_member(:number_of_recent_amis_to_keep, Shapes::ShapeRef.new(shape: NumberOfRecentAmisToKeep, location_name: "numberOfRecentAmisToKeep"))
540
+ UpdateReplicationJobRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Encrypted, location_name: "encrypted"))
541
+ UpdateReplicationJobRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
224
542
  UpdateReplicationJobRequest.struct_class = Types::UpdateReplicationJobRequest
225
543
 
226
544
  UpdateReplicationJobResponse.struct_class = Types::UpdateReplicationJobResponse
227
545
 
546
+ UserData.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
547
+ UserData.struct_class = Types::UserData
548
+
228
549
  VmServer.add_member(:vm_server_address, Shapes::ShapeRef.new(shape: VmServerAddress, location_name: "vmServerAddress"))
229
550
  VmServer.add_member(:vm_name, Shapes::ShapeRef.new(shape: VmName, location_name: "vmName"))
230
551
  VmServer.add_member(:vm_manager_name, Shapes::ShapeRef.new(shape: VmManagerName, location_name: "vmManagerName"))
@@ -236,6 +557,8 @@ module Aws::SMS
236
557
  VmServerAddress.add_member(:vm_id, Shapes::ShapeRef.new(shape: VmId, location_name: "vmId"))
237
558
  VmServerAddress.struct_class = Types::VmServerAddress
238
559
 
560
+ VmServerAddressList.member = Shapes::ShapeRef.new(shape: VmServerAddress)
561
+
239
562
 
240
563
  # @api private
241
564
  API = Seahorse::Model::Api.new.tap do |api|
@@ -249,11 +572,25 @@ module Aws::SMS
249
572
  "protocol" => "json",
250
573
  "serviceAbbreviation" => "SMS",
251
574
  "serviceFullName" => "AWS Server Migration Service",
575
+ "serviceId" => "SMS",
252
576
  "signatureVersion" => "v4",
253
577
  "targetPrefix" => "AWSServerMigrationService_V2016_10_24",
254
578
  "uid" => "sms-2016-10-24",
255
579
  }
256
580
 
581
+ api.add_operation(:create_app, Seahorse::Model::Operation.new.tap do |o|
582
+ o.name = "CreateApp"
583
+ o.http_method = "POST"
584
+ o.http_request_uri = "/"
585
+ o.input = Shapes::ShapeRef.new(shape: CreateAppRequest)
586
+ o.output = Shapes::ShapeRef.new(shape: CreateAppResponse)
587
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
588
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
589
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
590
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
591
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
592
+ end)
593
+
257
594
  api.add_operation(:create_replication_job, Seahorse::Model::Operation.new.tap do |o|
258
595
  o.name = "CreateReplicationJob"
259
596
  o.http_method = "POST"
@@ -268,6 +605,46 @@ module Aws::SMS
268
605
  o.errors << Shapes::ShapeRef.new(shape: ReplicationJobAlreadyExistsException)
269
606
  o.errors << Shapes::ShapeRef.new(shape: NoConnectorsAvailableException)
270
607
  o.errors << Shapes::ShapeRef.new(shape: InternalError)
608
+ o.errors << Shapes::ShapeRef.new(shape: TemporarilyUnavailableException)
609
+ end)
610
+
611
+ api.add_operation(:delete_app, Seahorse::Model::Operation.new.tap do |o|
612
+ o.name = "DeleteApp"
613
+ o.http_method = "POST"
614
+ o.http_request_uri = "/"
615
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppRequest)
616
+ o.output = Shapes::ShapeRef.new(shape: DeleteAppResponse)
617
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
618
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
619
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
620
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
621
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
622
+ end)
623
+
624
+ api.add_operation(:delete_app_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
625
+ o.name = "DeleteAppLaunchConfiguration"
626
+ o.http_method = "POST"
627
+ o.http_request_uri = "/"
628
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppLaunchConfigurationRequest)
629
+ o.output = Shapes::ShapeRef.new(shape: DeleteAppLaunchConfigurationResponse)
630
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
631
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
632
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
633
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
634
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
635
+ end)
636
+
637
+ api.add_operation(:delete_app_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
638
+ o.name = "DeleteAppReplicationConfiguration"
639
+ o.http_method = "POST"
640
+ o.http_request_uri = "/"
641
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppReplicationConfigurationRequest)
642
+ o.output = Shapes::ShapeRef.new(shape: DeleteAppReplicationConfigurationResponse)
643
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
644
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
645
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
646
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
647
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
271
648
  end)
272
649
 
273
650
  api.add_operation(:delete_replication_job, Seahorse::Model::Operation.new.tap do |o|
@@ -307,6 +684,71 @@ module Aws::SMS
307
684
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
308
685
  end)
309
686
 
687
+ api.add_operation(:generate_change_set, Seahorse::Model::Operation.new.tap do |o|
688
+ o.name = "GenerateChangeSet"
689
+ o.http_method = "POST"
690
+ o.http_request_uri = "/"
691
+ o.input = Shapes::ShapeRef.new(shape: GenerateChangeSetRequest)
692
+ o.output = Shapes::ShapeRef.new(shape: GenerateChangeSetResponse)
693
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
694
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
695
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
696
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
697
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
698
+ end)
699
+
700
+ api.add_operation(:generate_template, Seahorse::Model::Operation.new.tap do |o|
701
+ o.name = "GenerateTemplate"
702
+ o.http_method = "POST"
703
+ o.http_request_uri = "/"
704
+ o.input = Shapes::ShapeRef.new(shape: GenerateTemplateRequest)
705
+ o.output = Shapes::ShapeRef.new(shape: GenerateTemplateResponse)
706
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
707
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
708
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
709
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
710
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
711
+ end)
712
+
713
+ api.add_operation(:get_app, Seahorse::Model::Operation.new.tap do |o|
714
+ o.name = "GetApp"
715
+ o.http_method = "POST"
716
+ o.http_request_uri = "/"
717
+ o.input = Shapes::ShapeRef.new(shape: GetAppRequest)
718
+ o.output = Shapes::ShapeRef.new(shape: GetAppResponse)
719
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
720
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
721
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
722
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
723
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
724
+ end)
725
+
726
+ api.add_operation(:get_app_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
727
+ o.name = "GetAppLaunchConfiguration"
728
+ o.http_method = "POST"
729
+ o.http_request_uri = "/"
730
+ o.input = Shapes::ShapeRef.new(shape: GetAppLaunchConfigurationRequest)
731
+ o.output = Shapes::ShapeRef.new(shape: GetAppLaunchConfigurationResponse)
732
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
733
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
734
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
735
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
736
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
737
+ end)
738
+
739
+ api.add_operation(:get_app_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
740
+ o.name = "GetAppReplicationConfiguration"
741
+ o.http_method = "POST"
742
+ o.http_request_uri = "/"
743
+ o.input = Shapes::ShapeRef.new(shape: GetAppReplicationConfigurationRequest)
744
+ o.output = Shapes::ShapeRef.new(shape: GetAppReplicationConfigurationResponse)
745
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
746
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
747
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
748
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
749
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
750
+ end)
751
+
310
752
  api.add_operation(:get_connectors, Seahorse::Model::Operation.new.tap do |o|
311
753
  o.name = "GetConnectors"
312
754
  o.http_method = "POST"
@@ -384,6 +826,71 @@ module Aws::SMS
384
826
  o.errors << Shapes::ShapeRef.new(shape: NoConnectorsAvailableException)
385
827
  end)
386
828
 
829
+ api.add_operation(:launch_app, Seahorse::Model::Operation.new.tap do |o|
830
+ o.name = "LaunchApp"
831
+ o.http_method = "POST"
832
+ o.http_request_uri = "/"
833
+ o.input = Shapes::ShapeRef.new(shape: LaunchAppRequest)
834
+ o.output = Shapes::ShapeRef.new(shape: LaunchAppResponse)
835
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
836
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
837
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
838
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
839
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
840
+ end)
841
+
842
+ api.add_operation(:list_apps, Seahorse::Model::Operation.new.tap do |o|
843
+ o.name = "ListApps"
844
+ o.http_method = "POST"
845
+ o.http_request_uri = "/"
846
+ o.input = Shapes::ShapeRef.new(shape: ListAppsRequest)
847
+ o.output = Shapes::ShapeRef.new(shape: ListAppsResponse)
848
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
849
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
850
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
851
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
852
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
853
+ end)
854
+
855
+ api.add_operation(:put_app_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
856
+ o.name = "PutAppLaunchConfiguration"
857
+ o.http_method = "POST"
858
+ o.http_request_uri = "/"
859
+ o.input = Shapes::ShapeRef.new(shape: PutAppLaunchConfigurationRequest)
860
+ o.output = Shapes::ShapeRef.new(shape: PutAppLaunchConfigurationResponse)
861
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
862
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
863
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
864
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
865
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
866
+ end)
867
+
868
+ api.add_operation(:put_app_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
869
+ o.name = "PutAppReplicationConfiguration"
870
+ o.http_method = "POST"
871
+ o.http_request_uri = "/"
872
+ o.input = Shapes::ShapeRef.new(shape: PutAppReplicationConfigurationRequest)
873
+ o.output = Shapes::ShapeRef.new(shape: PutAppReplicationConfigurationResponse)
874
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
875
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
876
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
877
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
878
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
879
+ end)
880
+
881
+ api.add_operation(:start_app_replication, Seahorse::Model::Operation.new.tap do |o|
882
+ o.name = "StartAppReplication"
883
+ o.http_method = "POST"
884
+ o.http_request_uri = "/"
885
+ o.input = Shapes::ShapeRef.new(shape: StartAppReplicationRequest)
886
+ o.output = Shapes::ShapeRef.new(shape: StartAppReplicationResponse)
887
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
888
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
889
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
890
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
891
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
892
+ end)
893
+
387
894
  api.add_operation(:start_on_demand_replication_run, Seahorse::Model::Operation.new.tap do |o|
388
895
  o.name = "StartOnDemandReplicationRun"
389
896
  o.http_method = "POST"
@@ -397,6 +904,45 @@ module Aws::SMS
397
904
  o.errors << Shapes::ShapeRef.new(shape: ReplicationRunLimitExceededException)
398
905
  end)
399
906
 
907
+ api.add_operation(:stop_app_replication, Seahorse::Model::Operation.new.tap do |o|
908
+ o.name = "StopAppReplication"
909
+ o.http_method = "POST"
910
+ o.http_request_uri = "/"
911
+ o.input = Shapes::ShapeRef.new(shape: StopAppReplicationRequest)
912
+ o.output = Shapes::ShapeRef.new(shape: StopAppReplicationResponse)
913
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
914
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
915
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
916
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
917
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
918
+ end)
919
+
920
+ api.add_operation(:terminate_app, Seahorse::Model::Operation.new.tap do |o|
921
+ o.name = "TerminateApp"
922
+ o.http_method = "POST"
923
+ o.http_request_uri = "/"
924
+ o.input = Shapes::ShapeRef.new(shape: TerminateAppRequest)
925
+ o.output = Shapes::ShapeRef.new(shape: TerminateAppResponse)
926
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
927
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
928
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
929
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
930
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
931
+ end)
932
+
933
+ api.add_operation(:update_app, Seahorse::Model::Operation.new.tap do |o|
934
+ o.name = "UpdateApp"
935
+ o.http_method = "POST"
936
+ o.http_request_uri = "/"
937
+ o.input = Shapes::ShapeRef.new(shape: UpdateAppRequest)
938
+ o.output = Shapes::ShapeRef.new(shape: UpdateAppResponse)
939
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
940
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
941
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
942
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
943
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
944
+ end)
945
+
400
946
  api.add_operation(:update_replication_job, Seahorse::Model::Operation.new.tap do |o|
401
947
  o.name = "UpdateReplicationJob"
402
948
  o.http_method = "POST"
@@ -410,6 +956,7 @@ module Aws::SMS
410
956
  o.errors << Shapes::ShapeRef.new(shape: ServerCannotBeReplicatedException)
411
957
  o.errors << Shapes::ShapeRef.new(shape: ReplicationJobNotFoundException)
412
958
  o.errors << Shapes::ShapeRef.new(shape: InternalError)
959
+ o.errors << Shapes::ShapeRef.new(shape: TemporarilyUnavailableException)
413
960
  end)
414
961
  end
415
962