aws-sdk-sms 1.52.0 → 1.53.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.
data/sig/types.rbs ADDED
@@ -0,0 +1,702 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::SMS
9
+ module Types
10
+
11
+ class AppSummary
12
+ attr_accessor app_id: ::String
13
+ attr_accessor imported_app_id: ::String
14
+ attr_accessor name: ::String
15
+ attr_accessor description: ::String
16
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "DELETE_FAILED")
17
+ attr_accessor status_message: ::String
18
+ attr_accessor replication_configuration_status: ("NOT_CONFIGURED" | "CONFIGURED")
19
+ attr_accessor replication_status: ("READY_FOR_CONFIGURATION" | "CONFIGURATION_IN_PROGRESS" | "CONFIGURATION_INVALID" | "READY_FOR_REPLICATION" | "VALIDATION_IN_PROGRESS" | "REPLICATION_PENDING" | "REPLICATION_IN_PROGRESS" | "REPLICATED" | "PARTIALLY_REPLICATED" | "DELTA_REPLICATION_IN_PROGRESS" | "DELTA_REPLICATED" | "DELTA_REPLICATION_FAILED" | "REPLICATION_FAILED" | "REPLICATION_STOPPING" | "REPLICATION_STOP_FAILED" | "REPLICATION_STOPPED")
20
+ attr_accessor replication_status_message: ::String
21
+ attr_accessor latest_replication_time: ::Time
22
+ attr_accessor launch_configuration_status: ("NOT_CONFIGURED" | "CONFIGURED")
23
+ attr_accessor launch_status: ("READY_FOR_CONFIGURATION" | "CONFIGURATION_IN_PROGRESS" | "CONFIGURATION_INVALID" | "READY_FOR_LAUNCH" | "VALIDATION_IN_PROGRESS" | "LAUNCH_PENDING" | "LAUNCH_IN_PROGRESS" | "LAUNCHED" | "PARTIALLY_LAUNCHED" | "DELTA_LAUNCH_IN_PROGRESS" | "DELTA_LAUNCH_FAILED" | "LAUNCH_FAILED" | "TERMINATE_IN_PROGRESS" | "TERMINATE_FAILED" | "TERMINATED")
24
+ attr_accessor launch_status_message: ::String
25
+ attr_accessor launch_details: Types::LaunchDetails
26
+ attr_accessor creation_time: ::Time
27
+ attr_accessor last_modified: ::Time
28
+ attr_accessor role_name: ::String
29
+ attr_accessor total_server_groups: ::Integer
30
+ attr_accessor total_servers: ::Integer
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class AppValidationConfiguration
35
+ attr_accessor validation_id: ::String
36
+ attr_accessor name: ::String
37
+ attr_accessor app_validation_strategy: ("SSM")
38
+ attr_accessor ssm_validation_parameters: Types::SSMValidationParameters
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class AppValidationOutput
43
+ attr_accessor ssm_output: Types::SSMOutput
44
+ SENSITIVE: []
45
+ end
46
+
47
+ class Connector
48
+ attr_accessor connector_id: ::String
49
+ attr_accessor version: ::String
50
+ attr_accessor status: ("HEALTHY" | "UNHEALTHY")
51
+ attr_accessor capability_list: ::Array[("VSPHERE" | "SCVMM" | "HYPERV-MANAGER" | "SNAPSHOT_BATCHING" | "SMS_OPTIMIZED")]
52
+ attr_accessor vm_manager_name: ::String
53
+ attr_accessor vm_manager_type: ("VSPHERE" | "SCVMM" | "HYPERV-MANAGER")
54
+ attr_accessor vm_manager_id: ::String
55
+ attr_accessor ip_address: ::String
56
+ attr_accessor mac_address: ::String
57
+ attr_accessor associated_on: ::Time
58
+ SENSITIVE: []
59
+ end
60
+
61
+ class CreateAppRequest
62
+ attr_accessor name: ::String
63
+ attr_accessor description: ::String
64
+ attr_accessor role_name: ::String
65
+ attr_accessor client_token: ::String
66
+ attr_accessor server_groups: ::Array[Types::ServerGroup]
67
+ attr_accessor tags: ::Array[Types::Tag]
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class CreateAppResponse
72
+ attr_accessor app_summary: Types::AppSummary
73
+ attr_accessor server_groups: ::Array[Types::ServerGroup]
74
+ attr_accessor tags: ::Array[Types::Tag]
75
+ SENSITIVE: []
76
+ end
77
+
78
+ class CreateReplicationJobRequest
79
+ attr_accessor server_id: ::String
80
+ attr_accessor seed_replication_time: ::Time
81
+ attr_accessor frequency: ::Integer
82
+ attr_accessor run_once: bool
83
+ attr_accessor license_type: ("AWS" | "BYOL")
84
+ attr_accessor role_name: ::String
85
+ attr_accessor description: ::String
86
+ attr_accessor number_of_recent_amis_to_keep: ::Integer
87
+ attr_accessor encrypted: bool
88
+ attr_accessor kms_key_id: ::String
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class CreateReplicationJobResponse
93
+ attr_accessor replication_job_id: ::String
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class DeleteAppLaunchConfigurationRequest
98
+ attr_accessor app_id: ::String
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class DeleteAppLaunchConfigurationResponse < Aws::EmptyStructure
103
+ end
104
+
105
+ class DeleteAppReplicationConfigurationRequest
106
+ attr_accessor app_id: ::String
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class DeleteAppReplicationConfigurationResponse < Aws::EmptyStructure
111
+ end
112
+
113
+ class DeleteAppRequest
114
+ attr_accessor app_id: ::String
115
+ attr_accessor force_stop_app_replication: bool
116
+ attr_accessor force_terminate_app: bool
117
+ SENSITIVE: []
118
+ end
119
+
120
+ class DeleteAppResponse < Aws::EmptyStructure
121
+ end
122
+
123
+ class DeleteAppValidationConfigurationRequest
124
+ attr_accessor app_id: ::String
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class DeleteAppValidationConfigurationResponse < Aws::EmptyStructure
129
+ end
130
+
131
+ class DeleteReplicationJobRequest
132
+ attr_accessor replication_job_id: ::String
133
+ SENSITIVE: []
134
+ end
135
+
136
+ class DeleteReplicationJobResponse < Aws::EmptyStructure
137
+ end
138
+
139
+ class DeleteServerCatalogRequest < Aws::EmptyStructure
140
+ end
141
+
142
+ class DeleteServerCatalogResponse < Aws::EmptyStructure
143
+ end
144
+
145
+ class DisassociateConnectorRequest
146
+ attr_accessor connector_id: ::String
147
+ SENSITIVE: []
148
+ end
149
+
150
+ class DisassociateConnectorResponse < Aws::EmptyStructure
151
+ end
152
+
153
+ class DryRunOperationException
154
+ attr_accessor message: ::String
155
+ SENSITIVE: []
156
+ end
157
+
158
+ class GenerateChangeSetRequest
159
+ attr_accessor app_id: ::String
160
+ attr_accessor changeset_format: ("JSON" | "YAML")
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class GenerateChangeSetResponse
165
+ attr_accessor s3_location: Types::S3Location
166
+ SENSITIVE: []
167
+ end
168
+
169
+ class GenerateTemplateRequest
170
+ attr_accessor app_id: ::String
171
+ attr_accessor template_format: ("JSON" | "YAML")
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class GenerateTemplateResponse
176
+ attr_accessor s3_location: Types::S3Location
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class GetAppLaunchConfigurationRequest
181
+ attr_accessor app_id: ::String
182
+ SENSITIVE: []
183
+ end
184
+
185
+ class GetAppLaunchConfigurationResponse
186
+ attr_accessor app_id: ::String
187
+ attr_accessor role_name: ::String
188
+ attr_accessor auto_launch: bool
189
+ attr_accessor server_group_launch_configurations: ::Array[Types::ServerGroupLaunchConfiguration]
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class GetAppReplicationConfigurationRequest
194
+ attr_accessor app_id: ::String
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class GetAppReplicationConfigurationResponse
199
+ attr_accessor server_group_replication_configurations: ::Array[Types::ServerGroupReplicationConfiguration]
200
+ SENSITIVE: []
201
+ end
202
+
203
+ class GetAppRequest
204
+ attr_accessor app_id: ::String
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class GetAppResponse
209
+ attr_accessor app_summary: Types::AppSummary
210
+ attr_accessor server_groups: ::Array[Types::ServerGroup]
211
+ attr_accessor tags: ::Array[Types::Tag]
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class GetAppValidationConfigurationRequest
216
+ attr_accessor app_id: ::String
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class GetAppValidationConfigurationResponse
221
+ attr_accessor app_validation_configurations: ::Array[Types::AppValidationConfiguration]
222
+ attr_accessor server_group_validation_configurations: ::Array[Types::ServerGroupValidationConfiguration]
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class GetAppValidationOutputRequest
227
+ attr_accessor app_id: ::String
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class GetAppValidationOutputResponse
232
+ attr_accessor validation_output_list: ::Array[Types::ValidationOutput]
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class GetConnectorsRequest
237
+ attr_accessor next_token: ::String
238
+ attr_accessor max_results: ::Integer
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class GetConnectorsResponse
243
+ attr_accessor connector_list: ::Array[Types::Connector]
244
+ attr_accessor next_token: ::String
245
+ SENSITIVE: []
246
+ end
247
+
248
+ class GetReplicationJobsRequest
249
+ attr_accessor replication_job_id: ::String
250
+ attr_accessor next_token: ::String
251
+ attr_accessor max_results: ::Integer
252
+ SENSITIVE: []
253
+ end
254
+
255
+ class GetReplicationJobsResponse
256
+ attr_accessor replication_job_list: ::Array[Types::ReplicationJob]
257
+ attr_accessor next_token: ::String
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class GetReplicationRunsRequest
262
+ attr_accessor replication_job_id: ::String
263
+ attr_accessor next_token: ::String
264
+ attr_accessor max_results: ::Integer
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class GetReplicationRunsResponse
269
+ attr_accessor replication_job: Types::ReplicationJob
270
+ attr_accessor replication_run_list: ::Array[Types::ReplicationRun]
271
+ attr_accessor next_token: ::String
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class GetServersRequest
276
+ attr_accessor next_token: ::String
277
+ attr_accessor max_results: ::Integer
278
+ attr_accessor vm_server_address_list: ::Array[Types::VmServerAddress]
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class GetServersResponse
283
+ attr_accessor last_modified_on: ::Time
284
+ attr_accessor server_catalog_status: ("NOT_IMPORTED" | "IMPORTING" | "AVAILABLE" | "DELETED" | "EXPIRED")
285
+ attr_accessor server_list: ::Array[Types::Server]
286
+ attr_accessor next_token: ::String
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class ImportAppCatalogRequest
291
+ attr_accessor role_name: ::String
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class ImportAppCatalogResponse < Aws::EmptyStructure
296
+ end
297
+
298
+ class ImportServerCatalogRequest < Aws::EmptyStructure
299
+ end
300
+
301
+ class ImportServerCatalogResponse < Aws::EmptyStructure
302
+ end
303
+
304
+ class InternalError
305
+ attr_accessor message: ::String
306
+ SENSITIVE: []
307
+ end
308
+
309
+ class InvalidParameterException
310
+ attr_accessor message: ::String
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class LaunchAppRequest
315
+ attr_accessor app_id: ::String
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class LaunchAppResponse < Aws::EmptyStructure
320
+ end
321
+
322
+ class LaunchDetails
323
+ attr_accessor latest_launch_time: ::Time
324
+ attr_accessor stack_name: ::String
325
+ attr_accessor stack_id: ::String
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class ListAppsRequest
330
+ attr_accessor app_ids: ::Array[::String]
331
+ attr_accessor next_token: ::String
332
+ attr_accessor max_results: ::Integer
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class ListAppsResponse
337
+ attr_accessor apps: ::Array[Types::AppSummary]
338
+ attr_accessor next_token: ::String
339
+ SENSITIVE: []
340
+ end
341
+
342
+ class MissingRequiredParameterException
343
+ attr_accessor message: ::String
344
+ SENSITIVE: []
345
+ end
346
+
347
+ class NoConnectorsAvailableException
348
+ attr_accessor message: ::String
349
+ SENSITIVE: []
350
+ end
351
+
352
+ class NotificationContext
353
+ attr_accessor validation_id: ::String
354
+ attr_accessor status: ("READY_FOR_VALIDATION" | "PENDING" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED")
355
+ attr_accessor status_message: ::String
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class NotifyAppValidationOutputRequest
360
+ attr_accessor app_id: ::String
361
+ attr_accessor notification_context: Types::NotificationContext
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class NotifyAppValidationOutputResponse < Aws::EmptyStructure
366
+ end
367
+
368
+ class OperationNotPermittedException
369
+ attr_accessor message: ::String
370
+ SENSITIVE: []
371
+ end
372
+
373
+ class PutAppLaunchConfigurationRequest
374
+ attr_accessor app_id: ::String
375
+ attr_accessor role_name: ::String
376
+ attr_accessor auto_launch: bool
377
+ attr_accessor server_group_launch_configurations: ::Array[Types::ServerGroupLaunchConfiguration]
378
+ SENSITIVE: []
379
+ end
380
+
381
+ class PutAppLaunchConfigurationResponse < Aws::EmptyStructure
382
+ end
383
+
384
+ class PutAppReplicationConfigurationRequest
385
+ attr_accessor app_id: ::String
386
+ attr_accessor server_group_replication_configurations: ::Array[Types::ServerGroupReplicationConfiguration]
387
+ SENSITIVE: []
388
+ end
389
+
390
+ class PutAppReplicationConfigurationResponse < Aws::EmptyStructure
391
+ end
392
+
393
+ class PutAppValidationConfigurationRequest
394
+ attr_accessor app_id: ::String
395
+ attr_accessor app_validation_configurations: ::Array[Types::AppValidationConfiguration]
396
+ attr_accessor server_group_validation_configurations: ::Array[Types::ServerGroupValidationConfiguration]
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class PutAppValidationConfigurationResponse < Aws::EmptyStructure
401
+ end
402
+
403
+ class ReplicationJob
404
+ attr_accessor replication_job_id: ::String
405
+ attr_accessor server_id: ::String
406
+ attr_accessor server_type: ("VIRTUAL_MACHINE")
407
+ attr_accessor vm_server: Types::VmServer
408
+ attr_accessor seed_replication_time: ::Time
409
+ attr_accessor frequency: ::Integer
410
+ attr_accessor run_once: bool
411
+ attr_accessor next_replication_run_start_time: ::Time
412
+ attr_accessor license_type: ("AWS" | "BYOL")
413
+ attr_accessor role_name: ::String
414
+ attr_accessor latest_ami_id: ::String
415
+ attr_accessor state: ("PENDING" | "ACTIVE" | "FAILED" | "DELETING" | "DELETED" | "COMPLETED" | "PAUSED_ON_FAILURE" | "FAILING")
416
+ attr_accessor status_message: ::String
417
+ attr_accessor description: ::String
418
+ attr_accessor number_of_recent_amis_to_keep: ::Integer
419
+ attr_accessor encrypted: bool
420
+ attr_accessor kms_key_id: ::String
421
+ attr_accessor replication_run_list: ::Array[Types::ReplicationRun]
422
+ SENSITIVE: []
423
+ end
424
+
425
+ class ReplicationJobAlreadyExistsException
426
+ attr_accessor message: ::String
427
+ SENSITIVE: []
428
+ end
429
+
430
+ class ReplicationJobNotFoundException
431
+ attr_accessor message: ::String
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class ReplicationRun
436
+ attr_accessor replication_run_id: ::String
437
+ attr_accessor state: ("PENDING" | "MISSED" | "ACTIVE" | "FAILED" | "COMPLETED" | "DELETING" | "DELETED")
438
+ attr_accessor type: ("ON_DEMAND" | "AUTOMATIC")
439
+ attr_accessor stage_details: Types::ReplicationRunStageDetails
440
+ attr_accessor status_message: ::String
441
+ attr_accessor ami_id: ::String
442
+ attr_accessor scheduled_start_time: ::Time
443
+ attr_accessor completed_time: ::Time
444
+ attr_accessor description: ::String
445
+ attr_accessor encrypted: bool
446
+ attr_accessor kms_key_id: ::String
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class ReplicationRunLimitExceededException
451
+ attr_accessor message: ::String
452
+ SENSITIVE: []
453
+ end
454
+
455
+ class ReplicationRunStageDetails
456
+ attr_accessor stage: ::String
457
+ attr_accessor stage_progress: ::String
458
+ SENSITIVE: []
459
+ end
460
+
461
+ class S3Location
462
+ attr_accessor bucket: ::String
463
+ attr_accessor key: ::String
464
+ SENSITIVE: []
465
+ end
466
+
467
+ class SSMOutput
468
+ attr_accessor s3_location: Types::S3Location
469
+ SENSITIVE: []
470
+ end
471
+
472
+ class SSMValidationParameters
473
+ attr_accessor source: Types::Source
474
+ attr_accessor instance_id: ::String
475
+ attr_accessor script_type: ("SHELL_SCRIPT" | "POWERSHELL_SCRIPT")
476
+ attr_accessor command: ::String
477
+ attr_accessor execution_timeout_seconds: ::Integer
478
+ attr_accessor output_s3_bucket_name: ::String
479
+ SENSITIVE: []
480
+ end
481
+
482
+ class Server
483
+ attr_accessor server_id: ::String
484
+ attr_accessor server_type: ("VIRTUAL_MACHINE")
485
+ attr_accessor vm_server: Types::VmServer
486
+ attr_accessor replication_job_id: ::String
487
+ attr_accessor replication_job_terminated: bool
488
+ SENSITIVE: []
489
+ end
490
+
491
+ class ServerCannotBeReplicatedException
492
+ attr_accessor message: ::String
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class ServerGroup
497
+ attr_accessor server_group_id: ::String
498
+ attr_accessor name: ::String
499
+ attr_accessor server_list: ::Array[Types::Server]
500
+ SENSITIVE: []
501
+ end
502
+
503
+ class ServerGroupLaunchConfiguration
504
+ attr_accessor server_group_id: ::String
505
+ attr_accessor launch_order: ::Integer
506
+ attr_accessor server_launch_configurations: ::Array[Types::ServerLaunchConfiguration]
507
+ SENSITIVE: []
508
+ end
509
+
510
+ class ServerGroupReplicationConfiguration
511
+ attr_accessor server_group_id: ::String
512
+ attr_accessor server_replication_configurations: ::Array[Types::ServerReplicationConfiguration]
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class ServerGroupValidationConfiguration
517
+ attr_accessor server_group_id: ::String
518
+ attr_accessor server_validation_configurations: ::Array[Types::ServerValidationConfiguration]
519
+ SENSITIVE: []
520
+ end
521
+
522
+ class ServerLaunchConfiguration
523
+ attr_accessor server: Types::Server
524
+ attr_accessor logical_id: ::String
525
+ attr_accessor vpc: ::String
526
+ attr_accessor subnet: ::String
527
+ attr_accessor security_group: ::String
528
+ attr_accessor ec2_key_name: ::String
529
+ attr_accessor user_data: Types::UserData
530
+ attr_accessor instance_type: ::String
531
+ attr_accessor associate_public_ip_address: bool
532
+ attr_accessor iam_instance_profile_name: ::String
533
+ attr_accessor configure_script: Types::S3Location
534
+ attr_accessor configure_script_type: ("SHELL_SCRIPT" | "POWERSHELL_SCRIPT")
535
+ SENSITIVE: []
536
+ end
537
+
538
+ class ServerReplicationConfiguration
539
+ attr_accessor server: Types::Server
540
+ attr_accessor server_replication_parameters: Types::ServerReplicationParameters
541
+ SENSITIVE: []
542
+ end
543
+
544
+ class ServerReplicationParameters
545
+ attr_accessor seed_time: ::Time
546
+ attr_accessor frequency: ::Integer
547
+ attr_accessor run_once: bool
548
+ attr_accessor license_type: ("AWS" | "BYOL")
549
+ attr_accessor number_of_recent_amis_to_keep: ::Integer
550
+ attr_accessor encrypted: bool
551
+ attr_accessor kms_key_id: ::String
552
+ SENSITIVE: []
553
+ end
554
+
555
+ class ServerValidationConfiguration
556
+ attr_accessor server: Types::Server
557
+ attr_accessor validation_id: ::String
558
+ attr_accessor name: ::String
559
+ attr_accessor server_validation_strategy: ("USERDATA")
560
+ attr_accessor user_data_validation_parameters: Types::UserDataValidationParameters
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class ServerValidationOutput
565
+ attr_accessor server: Types::Server
566
+ SENSITIVE: []
567
+ end
568
+
569
+ class Source
570
+ attr_accessor s3_location: Types::S3Location
571
+ SENSITIVE: []
572
+ end
573
+
574
+ class StartAppReplicationRequest
575
+ attr_accessor app_id: ::String
576
+ SENSITIVE: []
577
+ end
578
+
579
+ class StartAppReplicationResponse < Aws::EmptyStructure
580
+ end
581
+
582
+ class StartOnDemandAppReplicationRequest
583
+ attr_accessor app_id: ::String
584
+ attr_accessor description: ::String
585
+ SENSITIVE: []
586
+ end
587
+
588
+ class StartOnDemandAppReplicationResponse < Aws::EmptyStructure
589
+ end
590
+
591
+ class StartOnDemandReplicationRunRequest
592
+ attr_accessor replication_job_id: ::String
593
+ attr_accessor description: ::String
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class StartOnDemandReplicationRunResponse
598
+ attr_accessor replication_run_id: ::String
599
+ SENSITIVE: []
600
+ end
601
+
602
+ class StopAppReplicationRequest
603
+ attr_accessor app_id: ::String
604
+ SENSITIVE: []
605
+ end
606
+
607
+ class StopAppReplicationResponse < Aws::EmptyStructure
608
+ end
609
+
610
+ class Tag
611
+ attr_accessor key: ::String
612
+ attr_accessor value: ::String
613
+ SENSITIVE: []
614
+ end
615
+
616
+ class TemporarilyUnavailableException < Aws::EmptyStructure
617
+ end
618
+
619
+ class TerminateAppRequest
620
+ attr_accessor app_id: ::String
621
+ SENSITIVE: []
622
+ end
623
+
624
+ class TerminateAppResponse < Aws::EmptyStructure
625
+ end
626
+
627
+ class UnauthorizedOperationException
628
+ attr_accessor message: ::String
629
+ SENSITIVE: []
630
+ end
631
+
632
+ class UpdateAppRequest
633
+ attr_accessor app_id: ::String
634
+ attr_accessor name: ::String
635
+ attr_accessor description: ::String
636
+ attr_accessor role_name: ::String
637
+ attr_accessor server_groups: ::Array[Types::ServerGroup]
638
+ attr_accessor tags: ::Array[Types::Tag]
639
+ SENSITIVE: []
640
+ end
641
+
642
+ class UpdateAppResponse
643
+ attr_accessor app_summary: Types::AppSummary
644
+ attr_accessor server_groups: ::Array[Types::ServerGroup]
645
+ attr_accessor tags: ::Array[Types::Tag]
646
+ SENSITIVE: []
647
+ end
648
+
649
+ class UpdateReplicationJobRequest
650
+ attr_accessor replication_job_id: ::String
651
+ attr_accessor frequency: ::Integer
652
+ attr_accessor next_replication_run_start_time: ::Time
653
+ attr_accessor license_type: ("AWS" | "BYOL")
654
+ attr_accessor role_name: ::String
655
+ attr_accessor description: ::String
656
+ attr_accessor number_of_recent_amis_to_keep: ::Integer
657
+ attr_accessor encrypted: bool
658
+ attr_accessor kms_key_id: ::String
659
+ SENSITIVE: []
660
+ end
661
+
662
+ class UpdateReplicationJobResponse < Aws::EmptyStructure
663
+ end
664
+
665
+ class UserData
666
+ attr_accessor s3_location: Types::S3Location
667
+ SENSITIVE: []
668
+ end
669
+
670
+ class UserDataValidationParameters
671
+ attr_accessor source: Types::Source
672
+ attr_accessor script_type: ("SHELL_SCRIPT" | "POWERSHELL_SCRIPT")
673
+ SENSITIVE: []
674
+ end
675
+
676
+ class ValidationOutput
677
+ attr_accessor validation_id: ::String
678
+ attr_accessor name: ::String
679
+ attr_accessor status: ("READY_FOR_VALIDATION" | "PENDING" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED")
680
+ attr_accessor status_message: ::String
681
+ attr_accessor latest_validation_time: ::Time
682
+ attr_accessor app_validation_output: Types::AppValidationOutput
683
+ attr_accessor server_validation_output: Types::ServerValidationOutput
684
+ SENSITIVE: []
685
+ end
686
+
687
+ class VmServer
688
+ attr_accessor vm_server_address: Types::VmServerAddress
689
+ attr_accessor vm_name: ::String
690
+ attr_accessor vm_manager_name: ::String
691
+ attr_accessor vm_manager_type: ("VSPHERE" | "SCVMM" | "HYPERV-MANAGER")
692
+ attr_accessor vm_path: ::String
693
+ SENSITIVE: []
694
+ end
695
+
696
+ class VmServerAddress
697
+ attr_accessor vm_manager_id: ::String
698
+ attr_accessor vm_id: ::String
699
+ SENSITIVE: []
700
+ end
701
+ end
702
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SMS
10
+ module Waiters
11
+ end
12
+ end
13
+ end