aws-sdk-sms 1.23.0 → 1.24.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.
@@ -16,19 +16,28 @@ module Aws::SMS
16
16
  AmiId = Shapes::StringShape.new(name: 'AmiId')
17
17
  AppDescription = Shapes::StringShape.new(name: 'AppDescription')
18
18
  AppId = Shapes::StringShape.new(name: 'AppId')
19
+ AppIdWithValidation = Shapes::StringShape.new(name: 'AppIdWithValidation')
19
20
  AppIds = Shapes::ListShape.new(name: 'AppIds')
21
+ AppLaunchConfigurationStatus = Shapes::StringShape.new(name: 'AppLaunchConfigurationStatus')
20
22
  AppLaunchStatus = Shapes::StringShape.new(name: 'AppLaunchStatus')
21
23
  AppLaunchStatusMessage = Shapes::StringShape.new(name: 'AppLaunchStatusMessage')
22
24
  AppName = Shapes::StringShape.new(name: 'AppName')
25
+ AppReplicationConfigurationStatus = Shapes::StringShape.new(name: 'AppReplicationConfigurationStatus')
23
26
  AppReplicationStatus = Shapes::StringShape.new(name: 'AppReplicationStatus')
24
27
  AppReplicationStatusMessage = Shapes::StringShape.new(name: 'AppReplicationStatusMessage')
25
28
  AppStatus = Shapes::StringShape.new(name: 'AppStatus')
26
29
  AppStatusMessage = Shapes::StringShape.new(name: 'AppStatusMessage')
27
30
  AppSummary = Shapes::StructureShape.new(name: 'AppSummary')
31
+ AppValidationConfiguration = Shapes::StructureShape.new(name: 'AppValidationConfiguration')
32
+ AppValidationConfigurations = Shapes::ListShape.new(name: 'AppValidationConfigurations')
33
+ AppValidationOutput = Shapes::StructureShape.new(name: 'AppValidationOutput')
34
+ AppValidationStrategy = Shapes::StringShape.new(name: 'AppValidationStrategy')
28
35
  Apps = Shapes::ListShape.new(name: 'Apps')
29
36
  AssociatePublicIpAddress = Shapes::BooleanShape.new(name: 'AssociatePublicIpAddress')
37
+ AutoLaunch = Shapes::BooleanShape.new(name: 'AutoLaunch')
30
38
  BucketName = Shapes::StringShape.new(name: 'BucketName')
31
39
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
40
+ Command = Shapes::StringShape.new(name: 'Command')
32
41
  Connector = Shapes::StructureShape.new(name: 'Connector')
33
42
  ConnectorCapability = Shapes::StringShape.new(name: 'ConnectorCapability')
34
43
  ConnectorCapabilityList = Shapes::ListShape.new(name: 'ConnectorCapabilityList')
@@ -46,6 +55,8 @@ module Aws::SMS
46
55
  DeleteAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAppReplicationConfigurationResponse')
47
56
  DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
48
57
  DeleteAppResponse = Shapes::StructureShape.new(name: 'DeleteAppResponse')
58
+ DeleteAppValidationConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteAppValidationConfigurationRequest')
59
+ DeleteAppValidationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAppValidationConfigurationResponse')
49
60
  DeleteReplicationJobRequest = Shapes::StructureShape.new(name: 'DeleteReplicationJobRequest')
50
61
  DeleteReplicationJobResponse = Shapes::StructureShape.new(name: 'DeleteReplicationJobResponse')
51
62
  DeleteServerCatalogRequest = Shapes::StructureShape.new(name: 'DeleteServerCatalogRequest')
@@ -53,9 +64,11 @@ module Aws::SMS
53
64
  Description = Shapes::StringShape.new(name: 'Description')
54
65
  DisassociateConnectorRequest = Shapes::StructureShape.new(name: 'DisassociateConnectorRequest')
55
66
  DisassociateConnectorResponse = Shapes::StructureShape.new(name: 'DisassociateConnectorResponse')
67
+ DryRunOperationException = Shapes::StructureShape.new(name: 'DryRunOperationException')
56
68
  EC2KeyName = Shapes::StringShape.new(name: 'EC2KeyName')
57
69
  Encrypted = Shapes::BooleanShape.new(name: 'Encrypted')
58
70
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
71
+ ExecutionTimeoutSeconds = Shapes::IntegerShape.new(name: 'ExecutionTimeoutSeconds')
59
72
  ForceStopAppReplication = Shapes::BooleanShape.new(name: 'ForceStopAppReplication')
60
73
  ForceTerminateApp = Shapes::BooleanShape.new(name: 'ForceTerminateApp')
61
74
  Frequency = Shapes::IntegerShape.new(name: 'Frequency')
@@ -69,6 +82,10 @@ module Aws::SMS
69
82
  GetAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'GetAppReplicationConfigurationResponse')
70
83
  GetAppRequest = Shapes::StructureShape.new(name: 'GetAppRequest')
71
84
  GetAppResponse = Shapes::StructureShape.new(name: 'GetAppResponse')
85
+ GetAppValidationConfigurationRequest = Shapes::StructureShape.new(name: 'GetAppValidationConfigurationRequest')
86
+ GetAppValidationConfigurationResponse = Shapes::StructureShape.new(name: 'GetAppValidationConfigurationResponse')
87
+ GetAppValidationOutputRequest = Shapes::StructureShape.new(name: 'GetAppValidationOutputRequest')
88
+ GetAppValidationOutputResponse = Shapes::StructureShape.new(name: 'GetAppValidationOutputResponse')
72
89
  GetConnectorsRequest = Shapes::StructureShape.new(name: 'GetConnectorsRequest')
73
90
  GetConnectorsResponse = Shapes::StructureShape.new(name: 'GetConnectorsResponse')
74
91
  GetReplicationJobsRequest = Shapes::StructureShape.new(name: 'GetReplicationJobsRequest')
@@ -77,13 +94,16 @@ module Aws::SMS
77
94
  GetReplicationRunsResponse = Shapes::StructureShape.new(name: 'GetReplicationRunsResponse')
78
95
  GetServersRequest = Shapes::StructureShape.new(name: 'GetServersRequest')
79
96
  GetServersResponse = Shapes::StructureShape.new(name: 'GetServersResponse')
97
+ ImportAppCatalogRequest = Shapes::StructureShape.new(name: 'ImportAppCatalogRequest')
98
+ ImportAppCatalogResponse = Shapes::StructureShape.new(name: 'ImportAppCatalogResponse')
80
99
  ImportServerCatalogRequest = Shapes::StructureShape.new(name: 'ImportServerCatalogRequest')
81
100
  ImportServerCatalogResponse = Shapes::StructureShape.new(name: 'ImportServerCatalogResponse')
101
+ ImportedAppId = Shapes::StringShape.new(name: 'ImportedAppId')
102
+ InstanceId = Shapes::StringShape.new(name: 'InstanceId')
82
103
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
83
104
  InternalError = Shapes::StructureShape.new(name: 'InternalError')
84
105
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
85
106
  IpAddress = Shapes::StringShape.new(name: 'IpAddress')
86
- KeyName = Shapes::StringShape.new(name: 'KeyName')
87
107
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
88
108
  LaunchAppRequest = Shapes::StructureShape.new(name: 'LaunchAppRequest')
89
109
  LaunchAppResponse = Shapes::StructureShape.new(name: 'LaunchAppResponse')
@@ -98,6 +118,10 @@ module Aws::SMS
98
118
  MissingRequiredParameterException = Shapes::StructureShape.new(name: 'MissingRequiredParameterException')
99
119
  NextToken = Shapes::StringShape.new(name: 'NextToken')
100
120
  NoConnectorsAvailableException = Shapes::StructureShape.new(name: 'NoConnectorsAvailableException')
121
+ NonEmptyStringWithMaxLen255 = Shapes::StringShape.new(name: 'NonEmptyStringWithMaxLen255')
122
+ NotificationContext = Shapes::StructureShape.new(name: 'NotificationContext')
123
+ NotifyAppValidationOutputRequest = Shapes::StructureShape.new(name: 'NotifyAppValidationOutputRequest')
124
+ NotifyAppValidationOutputResponse = Shapes::StructureShape.new(name: 'NotifyAppValidationOutputResponse')
101
125
  NumberOfRecentAmisToKeep = Shapes::IntegerShape.new(name: 'NumberOfRecentAmisToKeep')
102
126
  OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
103
127
  OutputFormat = Shapes::StringShape.new(name: 'OutputFormat')
@@ -105,6 +129,8 @@ module Aws::SMS
105
129
  PutAppLaunchConfigurationResponse = Shapes::StructureShape.new(name: 'PutAppLaunchConfigurationResponse')
106
130
  PutAppReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'PutAppReplicationConfigurationRequest')
107
131
  PutAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'PutAppReplicationConfigurationResponse')
132
+ PutAppValidationConfigurationRequest = Shapes::StructureShape.new(name: 'PutAppValidationConfigurationRequest')
133
+ PutAppValidationConfigurationResponse = Shapes::StructureShape.new(name: 'PutAppValidationConfigurationResponse')
108
134
  ReplicationJob = Shapes::StructureShape.new(name: 'ReplicationJob')
109
135
  ReplicationJobAlreadyExistsException = Shapes::StructureShape.new(name: 'ReplicationJobAlreadyExistsException')
110
136
  ReplicationJobId = Shapes::StringShape.new(name: 'ReplicationJobId')
@@ -125,7 +151,12 @@ module Aws::SMS
125
151
  ReplicationRunType = Shapes::StringShape.new(name: 'ReplicationRunType')
126
152
  RoleName = Shapes::StringShape.new(name: 'RoleName')
127
153
  RunOnce = Shapes::BooleanShape.new(name: 'RunOnce')
154
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
155
+ S3KeyName = Shapes::StringShape.new(name: 'S3KeyName')
128
156
  S3Location = Shapes::StructureShape.new(name: 'S3Location')
157
+ SSMOutput = Shapes::StructureShape.new(name: 'SSMOutput')
158
+ SSMValidationParameters = Shapes::StructureShape.new(name: 'SSMValidationParameters')
159
+ ScriptType = Shapes::StringShape.new(name: 'ScriptType')
129
160
  SecurityGroup = Shapes::StringShape.new(name: 'SecurityGroup')
130
161
  Server = Shapes::StructureShape.new(name: 'Server')
131
162
  ServerCannotBeReplicatedException = Shapes::StructureShape.new(name: 'ServerCannotBeReplicatedException')
@@ -137,6 +168,8 @@ module Aws::SMS
137
168
  ServerGroupName = Shapes::StringShape.new(name: 'ServerGroupName')
138
169
  ServerGroupReplicationConfiguration = Shapes::StructureShape.new(name: 'ServerGroupReplicationConfiguration')
139
170
  ServerGroupReplicationConfigurations = Shapes::ListShape.new(name: 'ServerGroupReplicationConfigurations')
171
+ ServerGroupValidationConfiguration = Shapes::StructureShape.new(name: 'ServerGroupValidationConfiguration')
172
+ ServerGroupValidationConfigurations = Shapes::ListShape.new(name: 'ServerGroupValidationConfigurations')
140
173
  ServerGroups = Shapes::ListShape.new(name: 'ServerGroups')
141
174
  ServerId = Shapes::StringShape.new(name: 'ServerId')
142
175
  ServerLaunchConfiguration = Shapes::StructureShape.new(name: 'ServerLaunchConfiguration')
@@ -146,10 +179,17 @@ module Aws::SMS
146
179
  ServerReplicationConfigurations = Shapes::ListShape.new(name: 'ServerReplicationConfigurations')
147
180
  ServerReplicationParameters = Shapes::StructureShape.new(name: 'ServerReplicationParameters')
148
181
  ServerType = Shapes::StringShape.new(name: 'ServerType')
182
+ ServerValidationConfiguration = Shapes::StructureShape.new(name: 'ServerValidationConfiguration')
183
+ ServerValidationConfigurations = Shapes::ListShape.new(name: 'ServerValidationConfigurations')
184
+ ServerValidationOutput = Shapes::StructureShape.new(name: 'ServerValidationOutput')
185
+ ServerValidationStrategy = Shapes::StringShape.new(name: 'ServerValidationStrategy')
186
+ Source = Shapes::StructureShape.new(name: 'Source')
149
187
  StackId = Shapes::StringShape.new(name: 'StackId')
150
188
  StackName = Shapes::StringShape.new(name: 'StackName')
151
189
  StartAppReplicationRequest = Shapes::StructureShape.new(name: 'StartAppReplicationRequest')
152
190
  StartAppReplicationResponse = Shapes::StructureShape.new(name: 'StartAppReplicationResponse')
191
+ StartOnDemandAppReplicationRequest = Shapes::StructureShape.new(name: 'StartOnDemandAppReplicationRequest')
192
+ StartOnDemandAppReplicationResponse = Shapes::StructureShape.new(name: 'StartOnDemandAppReplicationResponse')
153
193
  StartOnDemandReplicationRunRequest = Shapes::StructureShape.new(name: 'StartOnDemandReplicationRunRequest')
154
194
  StartOnDemandReplicationRunResponse = Shapes::StructureShape.new(name: 'StartOnDemandReplicationRunResponse')
155
195
  StopAppReplicationRequest = Shapes::StructureShape.new(name: 'StopAppReplicationRequest')
@@ -171,7 +211,13 @@ module Aws::SMS
171
211
  UpdateReplicationJobRequest = Shapes::StructureShape.new(name: 'UpdateReplicationJobRequest')
172
212
  UpdateReplicationJobResponse = Shapes::StructureShape.new(name: 'UpdateReplicationJobResponse')
173
213
  UserData = Shapes::StructureShape.new(name: 'UserData')
214
+ UserDataValidationParameters = Shapes::StructureShape.new(name: 'UserDataValidationParameters')
174
215
  VPC = Shapes::StringShape.new(name: 'VPC')
216
+ ValidationId = Shapes::StringShape.new(name: 'ValidationId')
217
+ ValidationOutput = Shapes::StructureShape.new(name: 'ValidationOutput')
218
+ ValidationOutputList = Shapes::ListShape.new(name: 'ValidationOutputList')
219
+ ValidationStatus = Shapes::StringShape.new(name: 'ValidationStatus')
220
+ ValidationStatusMessage = Shapes::StringShape.new(name: 'ValidationStatusMessage')
175
221
  VmId = Shapes::StringShape.new(name: 'VmId')
176
222
  VmManagerId = Shapes::StringShape.new(name: 'VmManagerId')
177
223
  VmManagerName = Shapes::StringShape.new(name: 'VmManagerName')
@@ -185,13 +231,16 @@ module Aws::SMS
185
231
  AppIds.member = Shapes::ShapeRef.new(shape: AppId)
186
232
 
187
233
  AppSummary.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
234
+ AppSummary.add_member(:imported_app_id, Shapes::ShapeRef.new(shape: ImportedAppId, location_name: "importedAppId"))
188
235
  AppSummary.add_member(:name, Shapes::ShapeRef.new(shape: AppName, location_name: "name"))
189
236
  AppSummary.add_member(:description, Shapes::ShapeRef.new(shape: AppDescription, location_name: "description"))
190
237
  AppSummary.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "status"))
191
238
  AppSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: AppStatusMessage, location_name: "statusMessage"))
239
+ AppSummary.add_member(:replication_configuration_status, Shapes::ShapeRef.new(shape: AppReplicationConfigurationStatus, location_name: "replicationConfigurationStatus"))
192
240
  AppSummary.add_member(:replication_status, Shapes::ShapeRef.new(shape: AppReplicationStatus, location_name: "replicationStatus"))
193
241
  AppSummary.add_member(:replication_status_message, Shapes::ShapeRef.new(shape: AppReplicationStatusMessage, location_name: "replicationStatusMessage"))
194
242
  AppSummary.add_member(:latest_replication_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "latestReplicationTime"))
243
+ AppSummary.add_member(:launch_configuration_status, Shapes::ShapeRef.new(shape: AppLaunchConfigurationStatus, location_name: "launchConfigurationStatus"))
195
244
  AppSummary.add_member(:launch_status, Shapes::ShapeRef.new(shape: AppLaunchStatus, location_name: "launchStatus"))
196
245
  AppSummary.add_member(:launch_status_message, Shapes::ShapeRef.new(shape: AppLaunchStatusMessage, location_name: "launchStatusMessage"))
197
246
  AppSummary.add_member(:launch_details, Shapes::ShapeRef.new(shape: LaunchDetails, location_name: "launchDetails"))
@@ -202,6 +251,17 @@ module Aws::SMS
202
251
  AppSummary.add_member(:total_servers, Shapes::ShapeRef.new(shape: TotalServers, location_name: "totalServers"))
203
252
  AppSummary.struct_class = Types::AppSummary
204
253
 
254
+ AppValidationConfiguration.add_member(:validation_id, Shapes::ShapeRef.new(shape: ValidationId, location_name: "validationId"))
255
+ AppValidationConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyStringWithMaxLen255, location_name: "name"))
256
+ AppValidationConfiguration.add_member(:app_validation_strategy, Shapes::ShapeRef.new(shape: AppValidationStrategy, location_name: "appValidationStrategy"))
257
+ AppValidationConfiguration.add_member(:ssm_validation_parameters, Shapes::ShapeRef.new(shape: SSMValidationParameters, location_name: "ssmValidationParameters"))
258
+ AppValidationConfiguration.struct_class = Types::AppValidationConfiguration
259
+
260
+ AppValidationConfigurations.member = Shapes::ShapeRef.new(shape: AppValidationConfiguration)
261
+
262
+ AppValidationOutput.add_member(:ssm_output, Shapes::ShapeRef.new(shape: SSMOutput, location_name: "ssmOutput"))
263
+ AppValidationOutput.struct_class = Types::AppValidationOutput
264
+
205
265
  Apps.member = Shapes::ShapeRef.new(shape: AppSummary)
206
266
 
207
267
  Connector.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, location_name: "connectorId"))
@@ -265,6 +325,11 @@ module Aws::SMS
265
325
 
266
326
  DeleteAppResponse.struct_class = Types::DeleteAppResponse
267
327
 
328
+ DeleteAppValidationConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppIdWithValidation, required: true, location_name: "appId"))
329
+ DeleteAppValidationConfigurationRequest.struct_class = Types::DeleteAppValidationConfigurationRequest
330
+
331
+ DeleteAppValidationConfigurationResponse.struct_class = Types::DeleteAppValidationConfigurationResponse
332
+
268
333
  DeleteReplicationJobRequest.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, required: true, location_name: "replicationJobId"))
269
334
  DeleteReplicationJobRequest.struct_class = Types::DeleteReplicationJobRequest
270
335
 
@@ -279,6 +344,9 @@ module Aws::SMS
279
344
 
280
345
  DisassociateConnectorResponse.struct_class = Types::DisassociateConnectorResponse
281
346
 
347
+ DryRunOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
348
+ DryRunOperationException.struct_class = Types::DryRunOperationException
349
+
282
350
  GenerateChangeSetRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
283
351
  GenerateChangeSetRequest.add_member(:changeset_format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "changesetFormat"))
284
352
  GenerateChangeSetRequest.struct_class = Types::GenerateChangeSetRequest
@@ -298,6 +366,7 @@ module Aws::SMS
298
366
 
299
367
  GetAppLaunchConfigurationResponse.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
300
368
  GetAppLaunchConfigurationResponse.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
369
+ GetAppLaunchConfigurationResponse.add_member(:auto_launch, Shapes::ShapeRef.new(shape: AutoLaunch, location_name: "autoLaunch"))
301
370
  GetAppLaunchConfigurationResponse.add_member(:server_group_launch_configurations, Shapes::ShapeRef.new(shape: ServerGroupLaunchConfigurations, location_name: "serverGroupLaunchConfigurations"))
302
371
  GetAppLaunchConfigurationResponse.struct_class = Types::GetAppLaunchConfigurationResponse
303
372
 
@@ -315,6 +384,19 @@ module Aws::SMS
315
384
  GetAppResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
316
385
  GetAppResponse.struct_class = Types::GetAppResponse
317
386
 
387
+ GetAppValidationConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppIdWithValidation, required: true, location_name: "appId"))
388
+ GetAppValidationConfigurationRequest.struct_class = Types::GetAppValidationConfigurationRequest
389
+
390
+ GetAppValidationConfigurationResponse.add_member(:app_validation_configurations, Shapes::ShapeRef.new(shape: AppValidationConfigurations, location_name: "appValidationConfigurations"))
391
+ GetAppValidationConfigurationResponse.add_member(:server_group_validation_configurations, Shapes::ShapeRef.new(shape: ServerGroupValidationConfigurations, location_name: "serverGroupValidationConfigurations"))
392
+ GetAppValidationConfigurationResponse.struct_class = Types::GetAppValidationConfigurationResponse
393
+
394
+ GetAppValidationOutputRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppIdWithValidation, required: true, location_name: "appId"))
395
+ GetAppValidationOutputRequest.struct_class = Types::GetAppValidationOutputRequest
396
+
397
+ GetAppValidationOutputResponse.add_member(:validation_output_list, Shapes::ShapeRef.new(shape: ValidationOutputList, location_name: "validationOutputList"))
398
+ GetAppValidationOutputResponse.struct_class = Types::GetAppValidationOutputResponse
399
+
318
400
  GetConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
319
401
  GetConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
320
402
  GetConnectorsRequest.struct_class = Types::GetConnectorsRequest
@@ -353,6 +435,11 @@ module Aws::SMS
353
435
  GetServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
354
436
  GetServersResponse.struct_class = Types::GetServersResponse
355
437
 
438
+ ImportAppCatalogRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
439
+ ImportAppCatalogRequest.struct_class = Types::ImportAppCatalogRequest
440
+
441
+ ImportAppCatalogResponse.struct_class = Types::ImportAppCatalogResponse
442
+
356
443
  ImportServerCatalogRequest.struct_class = Types::ImportServerCatalogRequest
357
444
 
358
445
  ImportServerCatalogResponse.struct_class = Types::ImportServerCatalogResponse
@@ -388,11 +475,23 @@ module Aws::SMS
388
475
  NoConnectorsAvailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
389
476
  NoConnectorsAvailableException.struct_class = Types::NoConnectorsAvailableException
390
477
 
478
+ NotificationContext.add_member(:validation_id, Shapes::ShapeRef.new(shape: ValidationId, location_name: "validationId"))
479
+ NotificationContext.add_member(:status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "status"))
480
+ NotificationContext.add_member(:status_message, Shapes::ShapeRef.new(shape: ValidationStatusMessage, location_name: "statusMessage"))
481
+ NotificationContext.struct_class = Types::NotificationContext
482
+
483
+ NotifyAppValidationOutputRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppIdWithValidation, required: true, location_name: "appId"))
484
+ NotifyAppValidationOutputRequest.add_member(:notification_context, Shapes::ShapeRef.new(shape: NotificationContext, location_name: "notificationContext"))
485
+ NotifyAppValidationOutputRequest.struct_class = Types::NotifyAppValidationOutputRequest
486
+
487
+ NotifyAppValidationOutputResponse.struct_class = Types::NotifyAppValidationOutputResponse
488
+
391
489
  OperationNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
392
490
  OperationNotPermittedException.struct_class = Types::OperationNotPermittedException
393
491
 
394
492
  PutAppLaunchConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
395
493
  PutAppLaunchConfigurationRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "roleName"))
494
+ PutAppLaunchConfigurationRequest.add_member(:auto_launch, Shapes::ShapeRef.new(shape: AutoLaunch, location_name: "autoLaunch"))
396
495
  PutAppLaunchConfigurationRequest.add_member(:server_group_launch_configurations, Shapes::ShapeRef.new(shape: ServerGroupLaunchConfigurations, location_name: "serverGroupLaunchConfigurations"))
397
496
  PutAppLaunchConfigurationRequest.struct_class = Types::PutAppLaunchConfigurationRequest
398
497
 
@@ -404,6 +503,13 @@ module Aws::SMS
404
503
 
405
504
  PutAppReplicationConfigurationResponse.struct_class = Types::PutAppReplicationConfigurationResponse
406
505
 
506
+ PutAppValidationConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppIdWithValidation, required: true, location_name: "appId"))
507
+ PutAppValidationConfigurationRequest.add_member(:app_validation_configurations, Shapes::ShapeRef.new(shape: AppValidationConfigurations, location_name: "appValidationConfigurations"))
508
+ PutAppValidationConfigurationRequest.add_member(:server_group_validation_configurations, Shapes::ShapeRef.new(shape: ServerGroupValidationConfigurations, location_name: "serverGroupValidationConfigurations"))
509
+ PutAppValidationConfigurationRequest.struct_class = Types::PutAppValidationConfigurationRequest
510
+
511
+ PutAppValidationConfigurationResponse.struct_class = Types::PutAppValidationConfigurationResponse
512
+
407
513
  ReplicationJob.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, location_name: "replicationJobId"))
408
514
  ReplicationJob.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "serverId"))
409
515
  ReplicationJob.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "serverType"))
@@ -454,10 +560,21 @@ module Aws::SMS
454
560
  ReplicationRunStageDetails.add_member(:stage_progress, Shapes::ShapeRef.new(shape: ReplicationRunStageProgress, location_name: "stageProgress"))
455
561
  ReplicationRunStageDetails.struct_class = Types::ReplicationRunStageDetails
456
562
 
457
- S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucket"))
458
- S3Location.add_member(:key, Shapes::ShapeRef.new(shape: KeyName, location_name: "key"))
563
+ S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "bucket"))
564
+ S3Location.add_member(:key, Shapes::ShapeRef.new(shape: S3KeyName, location_name: "key"))
459
565
  S3Location.struct_class = Types::S3Location
460
566
 
567
+ SSMOutput.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
568
+ SSMOutput.struct_class = Types::SSMOutput
569
+
570
+ SSMValidationParameters.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
571
+ SSMValidationParameters.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "instanceId"))
572
+ SSMValidationParameters.add_member(:script_type, Shapes::ShapeRef.new(shape: ScriptType, location_name: "scriptType"))
573
+ SSMValidationParameters.add_member(:command, Shapes::ShapeRef.new(shape: Command, location_name: "command"))
574
+ SSMValidationParameters.add_member(:execution_timeout_seconds, Shapes::ShapeRef.new(shape: ExecutionTimeoutSeconds, location_name: "executionTimeoutSeconds"))
575
+ SSMValidationParameters.add_member(:output_s3_bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "outputS3BucketName"))
576
+ SSMValidationParameters.struct_class = Types::SSMValidationParameters
577
+
461
578
  Server.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "serverId"))
462
579
  Server.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "serverType"))
463
580
  Server.add_member(:vm_server, Shapes::ShapeRef.new(shape: VmServer, location_name: "vmServer"))
@@ -486,6 +603,12 @@ module Aws::SMS
486
603
 
487
604
  ServerGroupReplicationConfigurations.member = Shapes::ShapeRef.new(shape: ServerGroupReplicationConfiguration)
488
605
 
606
+ ServerGroupValidationConfiguration.add_member(:server_group_id, Shapes::ShapeRef.new(shape: ServerGroupId, location_name: "serverGroupId"))
607
+ ServerGroupValidationConfiguration.add_member(:server_validation_configurations, Shapes::ShapeRef.new(shape: ServerValidationConfigurations, location_name: "serverValidationConfigurations"))
608
+ ServerGroupValidationConfiguration.struct_class = Types::ServerGroupValidationConfiguration
609
+
610
+ ServerGroupValidationConfigurations.member = Shapes::ShapeRef.new(shape: ServerGroupValidationConfiguration)
611
+
489
612
  ServerGroups.member = Shapes::ShapeRef.new(shape: ServerGroup)
490
613
 
491
614
  ServerLaunchConfiguration.add_member(:server, Shapes::ShapeRef.new(shape: Server, location_name: "server"))
@@ -497,6 +620,9 @@ module Aws::SMS
497
620
  ServerLaunchConfiguration.add_member(:user_data, Shapes::ShapeRef.new(shape: UserData, location_name: "userData"))
498
621
  ServerLaunchConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
499
622
  ServerLaunchConfiguration.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: AssociatePublicIpAddress, location_name: "associatePublicIpAddress"))
623
+ ServerLaunchConfiguration.add_member(:iam_instance_profile_name, Shapes::ShapeRef.new(shape: RoleName, location_name: "iamInstanceProfileName"))
624
+ ServerLaunchConfiguration.add_member(:configure_script, Shapes::ShapeRef.new(shape: S3Location, location_name: "configureScript"))
625
+ ServerLaunchConfiguration.add_member(:configure_script_type, Shapes::ShapeRef.new(shape: ScriptType, location_name: "configureScriptType"))
500
626
  ServerLaunchConfiguration.struct_class = Types::ServerLaunchConfiguration
501
627
 
502
628
  ServerLaunchConfigurations.member = Shapes::ShapeRef.new(shape: ServerLaunchConfiguration)
@@ -518,11 +644,32 @@ module Aws::SMS
518
644
  ServerReplicationParameters.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
519
645
  ServerReplicationParameters.struct_class = Types::ServerReplicationParameters
520
646
 
647
+ ServerValidationConfiguration.add_member(:server, Shapes::ShapeRef.new(shape: Server, location_name: "server"))
648
+ ServerValidationConfiguration.add_member(:validation_id, Shapes::ShapeRef.new(shape: ValidationId, location_name: "validationId"))
649
+ ServerValidationConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyStringWithMaxLen255, location_name: "name"))
650
+ ServerValidationConfiguration.add_member(:server_validation_strategy, Shapes::ShapeRef.new(shape: ServerValidationStrategy, location_name: "serverValidationStrategy"))
651
+ ServerValidationConfiguration.add_member(:user_data_validation_parameters, Shapes::ShapeRef.new(shape: UserDataValidationParameters, location_name: "userDataValidationParameters"))
652
+ ServerValidationConfiguration.struct_class = Types::ServerValidationConfiguration
653
+
654
+ ServerValidationConfigurations.member = Shapes::ShapeRef.new(shape: ServerValidationConfiguration)
655
+
656
+ ServerValidationOutput.add_member(:server, Shapes::ShapeRef.new(shape: Server, location_name: "server"))
657
+ ServerValidationOutput.struct_class = Types::ServerValidationOutput
658
+
659
+ Source.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
660
+ Source.struct_class = Types::Source
661
+
521
662
  StartAppReplicationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
522
663
  StartAppReplicationRequest.struct_class = Types::StartAppReplicationRequest
523
664
 
524
665
  StartAppReplicationResponse.struct_class = Types::StartAppReplicationResponse
525
666
 
667
+ StartOnDemandAppReplicationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, required: true, location_name: "appId"))
668
+ StartOnDemandAppReplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
669
+ StartOnDemandAppReplicationRequest.struct_class = Types::StartOnDemandAppReplicationRequest
670
+
671
+ StartOnDemandAppReplicationResponse.struct_class = Types::StartOnDemandAppReplicationResponse
672
+
526
673
  StartOnDemandReplicationRunRequest.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, required: true, location_name: "replicationJobId"))
527
674
  StartOnDemandReplicationRunRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
528
675
  StartOnDemandReplicationRunRequest.struct_class = Types::StartOnDemandReplicationRunRequest
@@ -580,6 +727,21 @@ module Aws::SMS
580
727
  UserData.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
581
728
  UserData.struct_class = Types::UserData
582
729
 
730
+ UserDataValidationParameters.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
731
+ UserDataValidationParameters.add_member(:script_type, Shapes::ShapeRef.new(shape: ScriptType, location_name: "scriptType"))
732
+ UserDataValidationParameters.struct_class = Types::UserDataValidationParameters
733
+
734
+ ValidationOutput.add_member(:validation_id, Shapes::ShapeRef.new(shape: ValidationId, location_name: "validationId"))
735
+ ValidationOutput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyStringWithMaxLen255, location_name: "name"))
736
+ ValidationOutput.add_member(:status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "status"))
737
+ ValidationOutput.add_member(:status_message, Shapes::ShapeRef.new(shape: ValidationStatusMessage, location_name: "statusMessage"))
738
+ ValidationOutput.add_member(:latest_validation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "latestValidationTime"))
739
+ ValidationOutput.add_member(:app_validation_output, Shapes::ShapeRef.new(shape: AppValidationOutput, location_name: "appValidationOutput"))
740
+ ValidationOutput.add_member(:server_validation_output, Shapes::ShapeRef.new(shape: ServerValidationOutput, location_name: "serverValidationOutput"))
741
+ ValidationOutput.struct_class = Types::ValidationOutput
742
+
743
+ ValidationOutputList.member = Shapes::ShapeRef.new(shape: ValidationOutput)
744
+
583
745
  VmServer.add_member(:vm_server_address, Shapes::ShapeRef.new(shape: VmServerAddress, location_name: "vmServerAddress"))
584
746
  VmServer.add_member(:vm_name, Shapes::ShapeRef.new(shape: VmName, location_name: "vmName"))
585
747
  VmServer.add_member(:vm_manager_name, Shapes::ShapeRef.new(shape: VmManagerName, location_name: "vmManagerName"))
@@ -681,6 +843,19 @@ module Aws::SMS
681
843
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
682
844
  end)
683
845
 
846
+ api.add_operation(:delete_app_validation_configuration, Seahorse::Model::Operation.new.tap do |o|
847
+ o.name = "DeleteAppValidationConfiguration"
848
+ o.http_method = "POST"
849
+ o.http_request_uri = "/"
850
+ o.input = Shapes::ShapeRef.new(shape: DeleteAppValidationConfigurationRequest)
851
+ o.output = Shapes::ShapeRef.new(shape: DeleteAppValidationConfigurationResponse)
852
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
853
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
854
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
855
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
856
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
857
+ end)
858
+
684
859
  api.add_operation(:delete_replication_job, Seahorse::Model::Operation.new.tap do |o|
685
860
  o.name = "DeleteReplicationJob"
686
861
  o.http_method = "POST"
@@ -783,6 +958,32 @@ module Aws::SMS
783
958
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
784
959
  end)
785
960
 
961
+ api.add_operation(:get_app_validation_configuration, Seahorse::Model::Operation.new.tap do |o|
962
+ o.name = "GetAppValidationConfiguration"
963
+ o.http_method = "POST"
964
+ o.http_request_uri = "/"
965
+ o.input = Shapes::ShapeRef.new(shape: GetAppValidationConfigurationRequest)
966
+ o.output = Shapes::ShapeRef.new(shape: GetAppValidationConfigurationResponse)
967
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
968
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
969
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
970
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
971
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
972
+ end)
973
+
974
+ api.add_operation(:get_app_validation_output, Seahorse::Model::Operation.new.tap do |o|
975
+ o.name = "GetAppValidationOutput"
976
+ o.http_method = "POST"
977
+ o.http_request_uri = "/"
978
+ o.input = Shapes::ShapeRef.new(shape: GetAppValidationOutputRequest)
979
+ o.output = Shapes::ShapeRef.new(shape: GetAppValidationOutputResponse)
980
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
981
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
982
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
983
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
984
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
985
+ end)
986
+
786
987
  api.add_operation(:get_connectors, Seahorse::Model::Operation.new.tap do |o|
787
988
  o.name = "GetConnectors"
788
989
  o.http_method = "POST"
@@ -839,6 +1040,9 @@ module Aws::SMS
839
1040
  o.input = Shapes::ShapeRef.new(shape: GetServersRequest)
840
1041
  o.output = Shapes::ShapeRef.new(shape: GetServersResponse)
841
1042
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1044
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
1045
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
842
1046
  o[:pager] = Aws::Pager.new(
843
1047
  limit_key: "max_results",
844
1048
  tokens: {
@@ -847,6 +1051,19 @@ module Aws::SMS
847
1051
  )
848
1052
  end)
849
1053
 
1054
+ api.add_operation(:import_app_catalog, Seahorse::Model::Operation.new.tap do |o|
1055
+ o.name = "ImportAppCatalog"
1056
+ o.http_method = "POST"
1057
+ o.http_request_uri = "/"
1058
+ o.input = Shapes::ShapeRef.new(shape: ImportAppCatalogRequest)
1059
+ o.output = Shapes::ShapeRef.new(shape: ImportAppCatalogResponse)
1060
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
1061
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
1063
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
1064
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1065
+ end)
1066
+
850
1067
  api.add_operation(:import_server_catalog, Seahorse::Model::Operation.new.tap do |o|
851
1068
  o.name = "ImportServerCatalog"
852
1069
  o.http_method = "POST"
@@ -886,6 +1103,19 @@ module Aws::SMS
886
1103
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
887
1104
  end)
888
1105
 
1106
+ api.add_operation(:notify_app_validation_output, Seahorse::Model::Operation.new.tap do |o|
1107
+ o.name = "NotifyAppValidationOutput"
1108
+ o.http_method = "POST"
1109
+ o.http_request_uri = "/"
1110
+ o.input = Shapes::ShapeRef.new(shape: NotifyAppValidationOutputRequest)
1111
+ o.output = Shapes::ShapeRef.new(shape: NotifyAppValidationOutputResponse)
1112
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
1116
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1117
+ end)
1118
+
889
1119
  api.add_operation(:put_app_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
890
1120
  o.name = "PutAppLaunchConfiguration"
891
1121
  o.http_method = "POST"
@@ -912,6 +1142,19 @@ module Aws::SMS
912
1142
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
913
1143
  end)
914
1144
 
1145
+ api.add_operation(:put_app_validation_configuration, Seahorse::Model::Operation.new.tap do |o|
1146
+ o.name = "PutAppValidationConfiguration"
1147
+ o.http_method = "POST"
1148
+ o.http_request_uri = "/"
1149
+ o.input = Shapes::ShapeRef.new(shape: PutAppValidationConfigurationRequest)
1150
+ o.output = Shapes::ShapeRef.new(shape: PutAppValidationConfigurationResponse)
1151
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
1152
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1153
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
1154
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
1155
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1156
+ end)
1157
+
915
1158
  api.add_operation(:start_app_replication, Seahorse::Model::Operation.new.tap do |o|
916
1159
  o.name = "StartAppReplication"
917
1160
  o.http_method = "POST"
@@ -925,6 +1168,19 @@ module Aws::SMS
925
1168
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
926
1169
  end)
927
1170
 
1171
+ api.add_operation(:start_on_demand_app_replication, Seahorse::Model::Operation.new.tap do |o|
1172
+ o.name = "StartOnDemandAppReplication"
1173
+ o.http_method = "POST"
1174
+ o.http_request_uri = "/"
1175
+ o.input = Shapes::ShapeRef.new(shape: StartOnDemandAppReplicationRequest)
1176
+ o.output = Shapes::ShapeRef.new(shape: StartOnDemandAppReplicationResponse)
1177
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: MissingRequiredParameterException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: InternalError)
1181
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1182
+ end)
1183
+
928
1184
  api.add_operation(:start_on_demand_replication_run, Seahorse::Model::Operation.new.tap do |o|
929
1185
  o.name = "StartOnDemandReplicationRun"
930
1186
  o.http_method = "POST"
@@ -936,6 +1192,7 @@ module Aws::SMS
936
1192
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
937
1193
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
938
1194
  o.errors << Shapes::ShapeRef.new(shape: ReplicationRunLimitExceededException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: DryRunOperationException)
939
1196
  end)
940
1197
 
941
1198
  api.add_operation(:stop_app_replication, Seahorse::Model::Operation.new.tap do |o|