aws-sdk-sms 1.19.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -14,19 +16,28 @@ module Aws::SMS
14
16
  AmiId = Shapes::StringShape.new(name: 'AmiId')
15
17
  AppDescription = Shapes::StringShape.new(name: 'AppDescription')
16
18
  AppId = Shapes::StringShape.new(name: 'AppId')
19
+ AppIdWithValidation = Shapes::StringShape.new(name: 'AppIdWithValidation')
17
20
  AppIds = Shapes::ListShape.new(name: 'AppIds')
21
+ AppLaunchConfigurationStatus = Shapes::StringShape.new(name: 'AppLaunchConfigurationStatus')
18
22
  AppLaunchStatus = Shapes::StringShape.new(name: 'AppLaunchStatus')
19
23
  AppLaunchStatusMessage = Shapes::StringShape.new(name: 'AppLaunchStatusMessage')
20
24
  AppName = Shapes::StringShape.new(name: 'AppName')
25
+ AppReplicationConfigurationStatus = Shapes::StringShape.new(name: 'AppReplicationConfigurationStatus')
21
26
  AppReplicationStatus = Shapes::StringShape.new(name: 'AppReplicationStatus')
22
27
  AppReplicationStatusMessage = Shapes::StringShape.new(name: 'AppReplicationStatusMessage')
23
28
  AppStatus = Shapes::StringShape.new(name: 'AppStatus')
24
29
  AppStatusMessage = Shapes::StringShape.new(name: 'AppStatusMessage')
25
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')
26
35
  Apps = Shapes::ListShape.new(name: 'Apps')
27
36
  AssociatePublicIpAddress = Shapes::BooleanShape.new(name: 'AssociatePublicIpAddress')
37
+ AutoLaunch = Shapes::BooleanShape.new(name: 'AutoLaunch')
28
38
  BucketName = Shapes::StringShape.new(name: 'BucketName')
29
39
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
40
+ Command = Shapes::StringShape.new(name: 'Command')
30
41
  Connector = Shapes::StructureShape.new(name: 'Connector')
31
42
  ConnectorCapability = Shapes::StringShape.new(name: 'ConnectorCapability')
32
43
  ConnectorCapabilityList = Shapes::ListShape.new(name: 'ConnectorCapabilityList')
@@ -44,6 +55,8 @@ module Aws::SMS
44
55
  DeleteAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAppReplicationConfigurationResponse')
45
56
  DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
46
57
  DeleteAppResponse = Shapes::StructureShape.new(name: 'DeleteAppResponse')
58
+ DeleteAppValidationConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteAppValidationConfigurationRequest')
59
+ DeleteAppValidationConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAppValidationConfigurationResponse')
47
60
  DeleteReplicationJobRequest = Shapes::StructureShape.new(name: 'DeleteReplicationJobRequest')
48
61
  DeleteReplicationJobResponse = Shapes::StructureShape.new(name: 'DeleteReplicationJobResponse')
49
62
  DeleteServerCatalogRequest = Shapes::StructureShape.new(name: 'DeleteServerCatalogRequest')
@@ -51,9 +64,11 @@ module Aws::SMS
51
64
  Description = Shapes::StringShape.new(name: 'Description')
52
65
  DisassociateConnectorRequest = Shapes::StructureShape.new(name: 'DisassociateConnectorRequest')
53
66
  DisassociateConnectorResponse = Shapes::StructureShape.new(name: 'DisassociateConnectorResponse')
67
+ DryRunOperationException = Shapes::StructureShape.new(name: 'DryRunOperationException')
54
68
  EC2KeyName = Shapes::StringShape.new(name: 'EC2KeyName')
55
69
  Encrypted = Shapes::BooleanShape.new(name: 'Encrypted')
56
70
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
71
+ ExecutionTimeoutSeconds = Shapes::IntegerShape.new(name: 'ExecutionTimeoutSeconds')
57
72
  ForceStopAppReplication = Shapes::BooleanShape.new(name: 'ForceStopAppReplication')
58
73
  ForceTerminateApp = Shapes::BooleanShape.new(name: 'ForceTerminateApp')
59
74
  Frequency = Shapes::IntegerShape.new(name: 'Frequency')
@@ -67,6 +82,10 @@ module Aws::SMS
67
82
  GetAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'GetAppReplicationConfigurationResponse')
68
83
  GetAppRequest = Shapes::StructureShape.new(name: 'GetAppRequest')
69
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')
70
89
  GetConnectorsRequest = Shapes::StructureShape.new(name: 'GetConnectorsRequest')
71
90
  GetConnectorsResponse = Shapes::StructureShape.new(name: 'GetConnectorsResponse')
72
91
  GetReplicationJobsRequest = Shapes::StructureShape.new(name: 'GetReplicationJobsRequest')
@@ -75,13 +94,16 @@ module Aws::SMS
75
94
  GetReplicationRunsResponse = Shapes::StructureShape.new(name: 'GetReplicationRunsResponse')
76
95
  GetServersRequest = Shapes::StructureShape.new(name: 'GetServersRequest')
77
96
  GetServersResponse = Shapes::StructureShape.new(name: 'GetServersResponse')
97
+ ImportAppCatalogRequest = Shapes::StructureShape.new(name: 'ImportAppCatalogRequest')
98
+ ImportAppCatalogResponse = Shapes::StructureShape.new(name: 'ImportAppCatalogResponse')
78
99
  ImportServerCatalogRequest = Shapes::StructureShape.new(name: 'ImportServerCatalogRequest')
79
100
  ImportServerCatalogResponse = Shapes::StructureShape.new(name: 'ImportServerCatalogResponse')
101
+ ImportedAppId = Shapes::StringShape.new(name: 'ImportedAppId')
102
+ InstanceId = Shapes::StringShape.new(name: 'InstanceId')
80
103
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
81
104
  InternalError = Shapes::StructureShape.new(name: 'InternalError')
82
105
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
83
106
  IpAddress = Shapes::StringShape.new(name: 'IpAddress')
84
- KeyName = Shapes::StringShape.new(name: 'KeyName')
85
107
  KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
86
108
  LaunchAppRequest = Shapes::StructureShape.new(name: 'LaunchAppRequest')
87
109
  LaunchAppResponse = Shapes::StructureShape.new(name: 'LaunchAppResponse')
@@ -96,6 +118,10 @@ module Aws::SMS
96
118
  MissingRequiredParameterException = Shapes::StructureShape.new(name: 'MissingRequiredParameterException')
97
119
  NextToken = Shapes::StringShape.new(name: 'NextToken')
98
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')
99
125
  NumberOfRecentAmisToKeep = Shapes::IntegerShape.new(name: 'NumberOfRecentAmisToKeep')
100
126
  OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
101
127
  OutputFormat = Shapes::StringShape.new(name: 'OutputFormat')
@@ -103,6 +129,8 @@ module Aws::SMS
103
129
  PutAppLaunchConfigurationResponse = Shapes::StructureShape.new(name: 'PutAppLaunchConfigurationResponse')
104
130
  PutAppReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'PutAppReplicationConfigurationRequest')
105
131
  PutAppReplicationConfigurationResponse = Shapes::StructureShape.new(name: 'PutAppReplicationConfigurationResponse')
132
+ PutAppValidationConfigurationRequest = Shapes::StructureShape.new(name: 'PutAppValidationConfigurationRequest')
133
+ PutAppValidationConfigurationResponse = Shapes::StructureShape.new(name: 'PutAppValidationConfigurationResponse')
106
134
  ReplicationJob = Shapes::StructureShape.new(name: 'ReplicationJob')
107
135
  ReplicationJobAlreadyExistsException = Shapes::StructureShape.new(name: 'ReplicationJobAlreadyExistsException')
108
136
  ReplicationJobId = Shapes::StringShape.new(name: 'ReplicationJobId')
@@ -123,7 +151,12 @@ module Aws::SMS
123
151
  ReplicationRunType = Shapes::StringShape.new(name: 'ReplicationRunType')
124
152
  RoleName = Shapes::StringShape.new(name: 'RoleName')
125
153
  RunOnce = Shapes::BooleanShape.new(name: 'RunOnce')
154
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
155
+ S3KeyName = Shapes::StringShape.new(name: 'S3KeyName')
126
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')
127
160
  SecurityGroup = Shapes::StringShape.new(name: 'SecurityGroup')
128
161
  Server = Shapes::StructureShape.new(name: 'Server')
129
162
  ServerCannotBeReplicatedException = Shapes::StructureShape.new(name: 'ServerCannotBeReplicatedException')
@@ -135,6 +168,8 @@ module Aws::SMS
135
168
  ServerGroupName = Shapes::StringShape.new(name: 'ServerGroupName')
136
169
  ServerGroupReplicationConfiguration = Shapes::StructureShape.new(name: 'ServerGroupReplicationConfiguration')
137
170
  ServerGroupReplicationConfigurations = Shapes::ListShape.new(name: 'ServerGroupReplicationConfigurations')
171
+ ServerGroupValidationConfiguration = Shapes::StructureShape.new(name: 'ServerGroupValidationConfiguration')
172
+ ServerGroupValidationConfigurations = Shapes::ListShape.new(name: 'ServerGroupValidationConfigurations')
138
173
  ServerGroups = Shapes::ListShape.new(name: 'ServerGroups')
139
174
  ServerId = Shapes::StringShape.new(name: 'ServerId')
140
175
  ServerLaunchConfiguration = Shapes::StructureShape.new(name: 'ServerLaunchConfiguration')
@@ -144,10 +179,17 @@ module Aws::SMS
144
179
  ServerReplicationConfigurations = Shapes::ListShape.new(name: 'ServerReplicationConfigurations')
145
180
  ServerReplicationParameters = Shapes::StructureShape.new(name: 'ServerReplicationParameters')
146
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')
147
187
  StackId = Shapes::StringShape.new(name: 'StackId')
148
188
  StackName = Shapes::StringShape.new(name: 'StackName')
149
189
  StartAppReplicationRequest = Shapes::StructureShape.new(name: 'StartAppReplicationRequest')
150
190
  StartAppReplicationResponse = Shapes::StructureShape.new(name: 'StartAppReplicationResponse')
191
+ StartOnDemandAppReplicationRequest = Shapes::StructureShape.new(name: 'StartOnDemandAppReplicationRequest')
192
+ StartOnDemandAppReplicationResponse = Shapes::StructureShape.new(name: 'StartOnDemandAppReplicationResponse')
151
193
  StartOnDemandReplicationRunRequest = Shapes::StructureShape.new(name: 'StartOnDemandReplicationRunRequest')
152
194
  StartOnDemandReplicationRunResponse = Shapes::StructureShape.new(name: 'StartOnDemandReplicationRunResponse')
153
195
  StopAppReplicationRequest = Shapes::StructureShape.new(name: 'StopAppReplicationRequest')
@@ -169,7 +211,13 @@ module Aws::SMS
169
211
  UpdateReplicationJobRequest = Shapes::StructureShape.new(name: 'UpdateReplicationJobRequest')
170
212
  UpdateReplicationJobResponse = Shapes::StructureShape.new(name: 'UpdateReplicationJobResponse')
171
213
  UserData = Shapes::StructureShape.new(name: 'UserData')
214
+ UserDataValidationParameters = Shapes::StructureShape.new(name: 'UserDataValidationParameters')
172
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')
173
221
  VmId = Shapes::StringShape.new(name: 'VmId')
174
222
  VmManagerId = Shapes::StringShape.new(name: 'VmManagerId')
175
223
  VmManagerName = Shapes::StringShape.new(name: 'VmManagerName')
@@ -183,13 +231,16 @@ module Aws::SMS
183
231
  AppIds.member = Shapes::ShapeRef.new(shape: AppId)
184
232
 
185
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"))
186
235
  AppSummary.add_member(:name, Shapes::ShapeRef.new(shape: AppName, location_name: "name"))
187
236
  AppSummary.add_member(:description, Shapes::ShapeRef.new(shape: AppDescription, location_name: "description"))
188
237
  AppSummary.add_member(:status, Shapes::ShapeRef.new(shape: AppStatus, location_name: "status"))
189
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"))
190
240
  AppSummary.add_member(:replication_status, Shapes::ShapeRef.new(shape: AppReplicationStatus, location_name: "replicationStatus"))
191
241
  AppSummary.add_member(:replication_status_message, Shapes::ShapeRef.new(shape: AppReplicationStatusMessage, location_name: "replicationStatusMessage"))
192
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"))
193
244
  AppSummary.add_member(:launch_status, Shapes::ShapeRef.new(shape: AppLaunchStatus, location_name: "launchStatus"))
194
245
  AppSummary.add_member(:launch_status_message, Shapes::ShapeRef.new(shape: AppLaunchStatusMessage, location_name: "launchStatusMessage"))
195
246
  AppSummary.add_member(:launch_details, Shapes::ShapeRef.new(shape: LaunchDetails, location_name: "launchDetails"))
@@ -200,6 +251,17 @@ module Aws::SMS
200
251
  AppSummary.add_member(:total_servers, Shapes::ShapeRef.new(shape: TotalServers, location_name: "totalServers"))
201
252
  AppSummary.struct_class = Types::AppSummary
202
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
+
203
265
  Apps.member = Shapes::ShapeRef.new(shape: AppSummary)
204
266
 
205
267
  Connector.add_member(:connector_id, Shapes::ShapeRef.new(shape: ConnectorId, location_name: "connectorId"))
@@ -263,6 +325,11 @@ module Aws::SMS
263
325
 
264
326
  DeleteAppResponse.struct_class = Types::DeleteAppResponse
265
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
+
266
333
  DeleteReplicationJobRequest.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, required: true, location_name: "replicationJobId"))
267
334
  DeleteReplicationJobRequest.struct_class = Types::DeleteReplicationJobRequest
268
335
 
@@ -277,6 +344,9 @@ module Aws::SMS
277
344
 
278
345
  DisassociateConnectorResponse.struct_class = Types::DisassociateConnectorResponse
279
346
 
347
+ DryRunOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
348
+ DryRunOperationException.struct_class = Types::DryRunOperationException
349
+
280
350
  GenerateChangeSetRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
281
351
  GenerateChangeSetRequest.add_member(:changeset_format, Shapes::ShapeRef.new(shape: OutputFormat, location_name: "changesetFormat"))
282
352
  GenerateChangeSetRequest.struct_class = Types::GenerateChangeSetRequest
@@ -296,6 +366,7 @@ module Aws::SMS
296
366
 
297
367
  GetAppLaunchConfigurationResponse.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
298
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"))
299
370
  GetAppLaunchConfigurationResponse.add_member(:server_group_launch_configurations, Shapes::ShapeRef.new(shape: ServerGroupLaunchConfigurations, location_name: "serverGroupLaunchConfigurations"))
300
371
  GetAppLaunchConfigurationResponse.struct_class = Types::GetAppLaunchConfigurationResponse
301
372
 
@@ -313,6 +384,19 @@ module Aws::SMS
313
384
  GetAppResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
314
385
  GetAppResponse.struct_class = Types::GetAppResponse
315
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
+
316
400
  GetConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
317
401
  GetConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
318
402
  GetConnectorsRequest.struct_class = Types::GetConnectorsRequest
@@ -351,6 +435,11 @@ module Aws::SMS
351
435
  GetServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
352
436
  GetServersResponse.struct_class = Types::GetServersResponse
353
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
+
354
443
  ImportServerCatalogRequest.struct_class = Types::ImportServerCatalogRequest
355
444
 
356
445
  ImportServerCatalogResponse.struct_class = Types::ImportServerCatalogResponse
@@ -386,11 +475,23 @@ module Aws::SMS
386
475
  NoConnectorsAvailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
387
476
  NoConnectorsAvailableException.struct_class = Types::NoConnectorsAvailableException
388
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
+
389
489
  OperationNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
390
490
  OperationNotPermittedException.struct_class = Types::OperationNotPermittedException
391
491
 
392
492
  PutAppLaunchConfigurationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
393
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"))
394
495
  PutAppLaunchConfigurationRequest.add_member(:server_group_launch_configurations, Shapes::ShapeRef.new(shape: ServerGroupLaunchConfigurations, location_name: "serverGroupLaunchConfigurations"))
395
496
  PutAppLaunchConfigurationRequest.struct_class = Types::PutAppLaunchConfigurationRequest
396
497
 
@@ -402,6 +503,13 @@ module Aws::SMS
402
503
 
403
504
  PutAppReplicationConfigurationResponse.struct_class = Types::PutAppReplicationConfigurationResponse
404
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
+
405
513
  ReplicationJob.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, location_name: "replicationJobId"))
406
514
  ReplicationJob.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "serverId"))
407
515
  ReplicationJob.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "serverType"))
@@ -452,10 +560,21 @@ module Aws::SMS
452
560
  ReplicationRunStageDetails.add_member(:stage_progress, Shapes::ShapeRef.new(shape: ReplicationRunStageProgress, location_name: "stageProgress"))
453
561
  ReplicationRunStageDetails.struct_class = Types::ReplicationRunStageDetails
454
562
 
455
- S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucket"))
456
- 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"))
457
565
  S3Location.struct_class = Types::S3Location
458
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
+
459
578
  Server.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "serverId"))
460
579
  Server.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "serverType"))
461
580
  Server.add_member(:vm_server, Shapes::ShapeRef.new(shape: VmServer, location_name: "vmServer"))
@@ -484,6 +603,12 @@ module Aws::SMS
484
603
 
485
604
  ServerGroupReplicationConfigurations.member = Shapes::ShapeRef.new(shape: ServerGroupReplicationConfiguration)
486
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
+
487
612
  ServerGroups.member = Shapes::ShapeRef.new(shape: ServerGroup)
488
613
 
489
614
  ServerLaunchConfiguration.add_member(:server, Shapes::ShapeRef.new(shape: Server, location_name: "server"))
@@ -495,6 +620,9 @@ module Aws::SMS
495
620
  ServerLaunchConfiguration.add_member(:user_data, Shapes::ShapeRef.new(shape: UserData, location_name: "userData"))
496
621
  ServerLaunchConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
497
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"))
498
626
  ServerLaunchConfiguration.struct_class = Types::ServerLaunchConfiguration
499
627
 
500
628
  ServerLaunchConfigurations.member = Shapes::ShapeRef.new(shape: ServerLaunchConfiguration)
@@ -516,11 +644,32 @@ module Aws::SMS
516
644
  ServerReplicationParameters.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
517
645
  ServerReplicationParameters.struct_class = Types::ServerReplicationParameters
518
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
+
519
662
  StartAppReplicationRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
520
663
  StartAppReplicationRequest.struct_class = Types::StartAppReplicationRequest
521
664
 
522
665
  StartAppReplicationResponse.struct_class = Types::StartAppReplicationResponse
523
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
+
524
673
  StartOnDemandReplicationRunRequest.add_member(:replication_job_id, Shapes::ShapeRef.new(shape: ReplicationJobId, required: true, location_name: "replicationJobId"))
525
674
  StartOnDemandReplicationRunRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
526
675
  StartOnDemandReplicationRunRequest.struct_class = Types::StartOnDemandReplicationRunRequest
@@ -578,6 +727,21 @@ module Aws::SMS
578
727
  UserData.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
579
728
  UserData.struct_class = Types::UserData
580
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
+
581
745
  VmServer.add_member(:vm_server_address, Shapes::ShapeRef.new(shape: VmServerAddress, location_name: "vmServerAddress"))
582
746
  VmServer.add_member(:vm_name, Shapes::ShapeRef.new(shape: VmName, location_name: "vmName"))
583
747
  VmServer.add_member(:vm_manager_name, Shapes::ShapeRef.new(shape: VmManagerName, location_name: "vmManagerName"))
@@ -679,6 +843,19 @@ module Aws::SMS
679
843
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
680
844
  end)
681
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
+
682
859
  api.add_operation(:delete_replication_job, Seahorse::Model::Operation.new.tap do |o|
683
860
  o.name = "DeleteReplicationJob"
684
861
  o.http_method = "POST"
@@ -781,6 +958,32 @@ module Aws::SMS
781
958
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
782
959
  end)
783
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
+
784
987
  api.add_operation(:get_connectors, Seahorse::Model::Operation.new.tap do |o|
785
988
  o.name = "GetConnectors"
786
989
  o.http_method = "POST"
@@ -837,6 +1040,9 @@ module Aws::SMS
837
1040
  o.input = Shapes::ShapeRef.new(shape: GetServersRequest)
838
1041
  o.output = Shapes::ShapeRef.new(shape: GetServersResponse)
839
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)
840
1046
  o[:pager] = Aws::Pager.new(
841
1047
  limit_key: "max_results",
842
1048
  tokens: {
@@ -845,6 +1051,19 @@ module Aws::SMS
845
1051
  )
846
1052
  end)
847
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
+
848
1067
  api.add_operation(:import_server_catalog, Seahorse::Model::Operation.new.tap do |o|
849
1068
  o.name = "ImportServerCatalog"
850
1069
  o.http_method = "POST"
@@ -884,6 +1103,19 @@ module Aws::SMS
884
1103
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
885
1104
  end)
886
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
+
887
1119
  api.add_operation(:put_app_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
888
1120
  o.name = "PutAppLaunchConfiguration"
889
1121
  o.http_method = "POST"
@@ -910,6 +1142,19 @@ module Aws::SMS
910
1142
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
911
1143
  end)
912
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
+
913
1158
  api.add_operation(:start_app_replication, Seahorse::Model::Operation.new.tap do |o|
914
1159
  o.name = "StartAppReplication"
915
1160
  o.http_method = "POST"
@@ -923,6 +1168,19 @@ module Aws::SMS
923
1168
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
924
1169
  end)
925
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
+
926
1184
  api.add_operation(:start_on_demand_replication_run, Seahorse::Model::Operation.new.tap do |o|
927
1185
  o.name = "StartOnDemandReplicationRun"
928
1186
  o.http_method = "POST"
@@ -934,6 +1192,7 @@ module Aws::SMS
934
1192
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperationException)
935
1193
  o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
936
1194
  o.errors << Shapes::ShapeRef.new(shape: ReplicationRunLimitExceededException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: DryRunOperationException)
937
1196
  end)
938
1197
 
939
1198
  api.add_operation(:stop_app_replication, Seahorse::Model::Operation.new.tap do |o|