aws-sdk-mgn 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,937 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::Mgn
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ ARN = Shapes::StringShape.new(name: 'ARN')
17
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
+ BoundedString = Shapes::StringShape.new(name: 'BoundedString')
20
+ CPU = Shapes::StructureShape.new(name: 'CPU')
21
+ ChangeServerLifeCycleStateRequest = Shapes::StructureShape.new(name: 'ChangeServerLifeCycleStateRequest')
22
+ ChangeServerLifeCycleStateSourceServerLifecycle = Shapes::StructureShape.new(name: 'ChangeServerLifeCycleStateSourceServerLifecycle')
23
+ ChangeServerLifeCycleStateSourceServerLifecycleState = Shapes::StringShape.new(name: 'ChangeServerLifeCycleStateSourceServerLifecycleState')
24
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
25
+ Cpus = Shapes::ListShape.new(name: 'Cpus')
26
+ CreateReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'CreateReplicationConfigurationTemplateRequest')
27
+ DataReplicationError = Shapes::StructureShape.new(name: 'DataReplicationError')
28
+ DataReplicationErrorString = Shapes::StringShape.new(name: 'DataReplicationErrorString')
29
+ DataReplicationInfo = Shapes::StructureShape.new(name: 'DataReplicationInfo')
30
+ DataReplicationInfoReplicatedDisk = Shapes::StructureShape.new(name: 'DataReplicationInfoReplicatedDisk')
31
+ DataReplicationInfoReplicatedDisks = Shapes::ListShape.new(name: 'DataReplicationInfoReplicatedDisks')
32
+ DataReplicationInitiation = Shapes::StructureShape.new(name: 'DataReplicationInitiation')
33
+ DataReplicationInitiationStep = Shapes::StructureShape.new(name: 'DataReplicationInitiationStep')
34
+ DataReplicationInitiationStepName = Shapes::StringShape.new(name: 'DataReplicationInitiationStepName')
35
+ DataReplicationInitiationStepStatus = Shapes::StringShape.new(name: 'DataReplicationInitiationStepStatus')
36
+ DataReplicationInitiationSteps = Shapes::ListShape.new(name: 'DataReplicationInitiationSteps')
37
+ DataReplicationState = Shapes::StringShape.new(name: 'DataReplicationState')
38
+ DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
39
+ DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
40
+ DeleteReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'DeleteReplicationConfigurationTemplateRequest')
41
+ DeleteReplicationConfigurationTemplateResponse = Shapes::StructureShape.new(name: 'DeleteReplicationConfigurationTemplateResponse')
42
+ DeleteSourceServerRequest = Shapes::StructureShape.new(name: 'DeleteSourceServerRequest')
43
+ DeleteSourceServerResponse = Shapes::StructureShape.new(name: 'DeleteSourceServerResponse')
44
+ DescribeJobLogItemsRequest = Shapes::StructureShape.new(name: 'DescribeJobLogItemsRequest')
45
+ DescribeJobLogItemsResponse = Shapes::StructureShape.new(name: 'DescribeJobLogItemsResponse')
46
+ DescribeJobsRequest = Shapes::StructureShape.new(name: 'DescribeJobsRequest')
47
+ DescribeJobsRequestFilters = Shapes::StructureShape.new(name: 'DescribeJobsRequestFilters')
48
+ DescribeJobsRequestFiltersJobIDs = Shapes::ListShape.new(name: 'DescribeJobsRequestFiltersJobIDs')
49
+ DescribeJobsResponse = Shapes::StructureShape.new(name: 'DescribeJobsResponse')
50
+ DescribeReplicationConfigurationTemplatesRequest = Shapes::StructureShape.new(name: 'DescribeReplicationConfigurationTemplatesRequest')
51
+ DescribeReplicationConfigurationTemplatesResponse = Shapes::StructureShape.new(name: 'DescribeReplicationConfigurationTemplatesResponse')
52
+ DescribeSourceServersRequest = Shapes::StructureShape.new(name: 'DescribeSourceServersRequest')
53
+ DescribeSourceServersRequestFilters = Shapes::StructureShape.new(name: 'DescribeSourceServersRequestFilters')
54
+ DescribeSourceServersRequestFiltersIDs = Shapes::ListShape.new(name: 'DescribeSourceServersRequestFiltersIDs')
55
+ DescribeSourceServersResponse = Shapes::StructureShape.new(name: 'DescribeSourceServersResponse')
56
+ DisconnectFromServiceRequest = Shapes::StructureShape.new(name: 'DisconnectFromServiceRequest')
57
+ Disk = Shapes::StructureShape.new(name: 'Disk')
58
+ Disks = Shapes::ListShape.new(name: 'Disks')
59
+ EC2InstanceID = Shapes::StringShape.new(name: 'EC2InstanceID')
60
+ EC2InstanceType = Shapes::StringShape.new(name: 'EC2InstanceType')
61
+ FinalizeCutoverRequest = Shapes::StructureShape.new(name: 'FinalizeCutoverRequest')
62
+ FirstBoot = Shapes::StringShape.new(name: 'FirstBoot')
63
+ GetLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'GetLaunchConfigurationRequest')
64
+ GetReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'GetReplicationConfigurationRequest')
65
+ IPsList = Shapes::ListShape.new(name: 'IPsList')
66
+ ISO8601DatetimeString = Shapes::StringShape.new(name: 'ISO8601DatetimeString')
67
+ IdentificationHints = Shapes::StructureShape.new(name: 'IdentificationHints')
68
+ InitializeServiceRequest = Shapes::StructureShape.new(name: 'InitializeServiceRequest')
69
+ InitializeServiceResponse = Shapes::StructureShape.new(name: 'InitializeServiceResponse')
70
+ InitiatedBy = Shapes::StringShape.new(name: 'InitiatedBy')
71
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
72
+ Job = Shapes::StructureShape.new(name: 'Job')
73
+ JobID = Shapes::StringShape.new(name: 'JobID')
74
+ JobLog = Shapes::StructureShape.new(name: 'JobLog')
75
+ JobLogEvent = Shapes::StringShape.new(name: 'JobLogEvent')
76
+ JobLogEventData = Shapes::StructureShape.new(name: 'JobLogEventData')
77
+ JobLogs = Shapes::ListShape.new(name: 'JobLogs')
78
+ JobStatus = Shapes::StringShape.new(name: 'JobStatus')
79
+ JobType = Shapes::StringShape.new(name: 'JobType')
80
+ JobsList = Shapes::ListShape.new(name: 'JobsList')
81
+ LargeBoundedString = Shapes::StringShape.new(name: 'LargeBoundedString')
82
+ LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
83
+ LaunchDisposition = Shapes::StringShape.new(name: 'LaunchDisposition')
84
+ LaunchStatus = Shapes::StringShape.new(name: 'LaunchStatus')
85
+ LaunchedInstance = Shapes::StructureShape.new(name: 'LaunchedInstance')
86
+ Licensing = Shapes::StructureShape.new(name: 'Licensing')
87
+ LifeCycle = Shapes::StructureShape.new(name: 'LifeCycle')
88
+ LifeCycleLastCutover = Shapes::StructureShape.new(name: 'LifeCycleLastCutover')
89
+ LifeCycleLastCutoverFinalized = Shapes::StructureShape.new(name: 'LifeCycleLastCutoverFinalized')
90
+ LifeCycleLastCutoverInitiated = Shapes::StructureShape.new(name: 'LifeCycleLastCutoverInitiated')
91
+ LifeCycleLastCutoverReverted = Shapes::StructureShape.new(name: 'LifeCycleLastCutoverReverted')
92
+ LifeCycleLastTest = Shapes::StructureShape.new(name: 'LifeCycleLastTest')
93
+ LifeCycleLastTestFinalized = Shapes::StructureShape.new(name: 'LifeCycleLastTestFinalized')
94
+ LifeCycleLastTestInitiated = Shapes::StructureShape.new(name: 'LifeCycleLastTestInitiated')
95
+ LifeCycleLastTestReverted = Shapes::StructureShape.new(name: 'LifeCycleLastTestReverted')
96
+ LifeCycleState = Shapes::StringShape.new(name: 'LifeCycleState')
97
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
98
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
99
+ MarkAsArchivedRequest = Shapes::StructureShape.new(name: 'MarkAsArchivedRequest')
100
+ NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
101
+ NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
102
+ OS = Shapes::StructureShape.new(name: 'OS')
103
+ PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
104
+ ParticipatingServer = Shapes::StructureShape.new(name: 'ParticipatingServer')
105
+ ParticipatingServers = Shapes::ListShape.new(name: 'ParticipatingServers')
106
+ PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
107
+ ReplicationConfiguration = Shapes::StructureShape.new(name: 'ReplicationConfiguration')
108
+ ReplicationConfigurationDataPlaneRouting = Shapes::StringShape.new(name: 'ReplicationConfigurationDataPlaneRouting')
109
+ ReplicationConfigurationDefaultLargeStagingDiskType = Shapes::StringShape.new(name: 'ReplicationConfigurationDefaultLargeStagingDiskType')
110
+ ReplicationConfigurationEbsEncryption = Shapes::StringShape.new(name: 'ReplicationConfigurationEbsEncryption')
111
+ ReplicationConfigurationReplicatedDisk = Shapes::StructureShape.new(name: 'ReplicationConfigurationReplicatedDisk')
112
+ ReplicationConfigurationReplicatedDiskStagingDiskType = Shapes::StringShape.new(name: 'ReplicationConfigurationReplicatedDiskStagingDiskType')
113
+ ReplicationConfigurationReplicatedDisks = Shapes::ListShape.new(name: 'ReplicationConfigurationReplicatedDisks')
114
+ ReplicationConfigurationTemplate = Shapes::StructureShape.new(name: 'ReplicationConfigurationTemplate')
115
+ ReplicationConfigurationTemplateID = Shapes::StringShape.new(name: 'ReplicationConfigurationTemplateID')
116
+ ReplicationConfigurationTemplateIDs = Shapes::ListShape.new(name: 'ReplicationConfigurationTemplateIDs')
117
+ ReplicationConfigurationTemplates = Shapes::ListShape.new(name: 'ReplicationConfigurationTemplates')
118
+ ReplicationServersSecurityGroupsIDs = Shapes::ListShape.new(name: 'ReplicationServersSecurityGroupsIDs')
119
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
120
+ RetryDataReplicationRequest = Shapes::StructureShape.new(name: 'RetryDataReplicationRequest')
121
+ SecurityGroupID = Shapes::StringShape.new(name: 'SecurityGroupID')
122
+ SmallBoundedString = Shapes::StringShape.new(name: 'SmallBoundedString')
123
+ SourceProperties = Shapes::StructureShape.new(name: 'SourceProperties')
124
+ SourceServer = Shapes::StructureShape.new(name: 'SourceServer')
125
+ SourceServerID = Shapes::StringShape.new(name: 'SourceServerID')
126
+ SourceServersList = Shapes::ListShape.new(name: 'SourceServersList')
127
+ StartCutoverRequest = Shapes::StructureShape.new(name: 'StartCutoverRequest')
128
+ StartCutoverRequestSourceServerIDs = Shapes::ListShape.new(name: 'StartCutoverRequestSourceServerIDs')
129
+ StartCutoverResponse = Shapes::StructureShape.new(name: 'StartCutoverResponse')
130
+ StartTestRequest = Shapes::StructureShape.new(name: 'StartTestRequest')
131
+ StartTestRequestSourceServerIDs = Shapes::ListShape.new(name: 'StartTestRequestSourceServerIDs')
132
+ StartTestResponse = Shapes::StructureShape.new(name: 'StartTestResponse')
133
+ StrictlyPositiveInteger = Shapes::IntegerShape.new(name: 'StrictlyPositiveInteger')
134
+ SubnetID = Shapes::StringShape.new(name: 'SubnetID')
135
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
136
+ TagKeys = Shapes::ListShape.new(name: 'TagKeys')
137
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
138
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
139
+ TagsMap = Shapes::MapShape.new(name: 'TagsMap')
140
+ TargetInstanceTypeRightSizingMethod = Shapes::StringShape.new(name: 'TargetInstanceTypeRightSizingMethod')
141
+ TerminateTargetInstancesRequest = Shapes::StructureShape.new(name: 'TerminateTargetInstancesRequest')
142
+ TerminateTargetInstancesRequestSourceServerIDs = Shapes::ListShape.new(name: 'TerminateTargetInstancesRequestSourceServerIDs')
143
+ TerminateTargetInstancesResponse = Shapes::StructureShape.new(name: 'TerminateTargetInstancesResponse')
144
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
145
+ UninitializedAccountException = Shapes::StructureShape.new(name: 'UninitializedAccountException')
146
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
147
+ UpdateLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateLaunchConfigurationRequest')
148
+ UpdateReplicationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateReplicationConfigurationRequest')
149
+ UpdateReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'UpdateReplicationConfigurationTemplateRequest')
150
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
151
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
152
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
153
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
154
+
155
+ AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
156
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
157
+ AccessDeniedException.struct_class = Types::AccessDeniedException
158
+
159
+ CPU.add_member(:cores, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "cores"))
160
+ CPU.add_member(:model_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "modelName"))
161
+ CPU.struct_class = Types::CPU
162
+
163
+ ChangeServerLifeCycleStateRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: ChangeServerLifeCycleStateSourceServerLifecycle, required: true, location_name: "lifeCycle"))
164
+ ChangeServerLifeCycleStateRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
165
+ ChangeServerLifeCycleStateRequest.struct_class = Types::ChangeServerLifeCycleStateRequest
166
+
167
+ ChangeServerLifeCycleStateSourceServerLifecycle.add_member(:state, Shapes::ShapeRef.new(shape: ChangeServerLifeCycleStateSourceServerLifecycleState, required: true, location_name: "state"))
168
+ ChangeServerLifeCycleStateSourceServerLifecycle.struct_class = Types::ChangeServerLifeCycleStateSourceServerLifecycle
169
+
170
+ ConflictException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
171
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
172
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
173
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
174
+ ConflictException.struct_class = Types::ConflictException
175
+
176
+ Cpus.member = Shapes::ShapeRef.new(shape: CPU)
177
+
178
+ CreateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "associateDefaultSecurityGroup"))
179
+ CreateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "bandwidthThrottling"))
180
+ CreateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "createPublicIP"))
181
+ CreateReplicationConfigurationTemplateRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, required: true, location_name: "dataPlaneRouting"))
182
+ CreateReplicationConfigurationTemplateRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, required: true, location_name: "defaultLargeStagingDiskType"))
183
+ CreateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, required: true, location_name: "ebsEncryption"))
184
+ CreateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
185
+ CreateReplicationConfigurationTemplateRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, required: true, location_name: "replicationServerInstanceType"))
186
+ CreateReplicationConfigurationTemplateRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, required: true, location_name: "replicationServersSecurityGroupsIDs"))
187
+ CreateReplicationConfigurationTemplateRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, required: true, location_name: "stagingAreaSubnetId"))
188
+ CreateReplicationConfigurationTemplateRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "stagingAreaTags"))
189
+ CreateReplicationConfigurationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
190
+ CreateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "useDedicatedReplicationServer"))
191
+ CreateReplicationConfigurationTemplateRequest.struct_class = Types::CreateReplicationConfigurationTemplateRequest
192
+
193
+ DataReplicationError.add_member(:error, Shapes::ShapeRef.new(shape: DataReplicationErrorString, location_name: "error"))
194
+ DataReplicationError.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
195
+ DataReplicationError.struct_class = Types::DataReplicationError
196
+
197
+ DataReplicationInfo.add_member(:data_replication_error, Shapes::ShapeRef.new(shape: DataReplicationError, location_name: "dataReplicationError"))
198
+ DataReplicationInfo.add_member(:data_replication_initiation, Shapes::ShapeRef.new(shape: DataReplicationInitiation, location_name: "dataReplicationInitiation"))
199
+ DataReplicationInfo.add_member(:data_replication_state, Shapes::ShapeRef.new(shape: DataReplicationState, location_name: "dataReplicationState"))
200
+ DataReplicationInfo.add_member(:eta_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "etaDateTime"))
201
+ DataReplicationInfo.add_member(:lag_duration, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lagDuration"))
202
+ DataReplicationInfo.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisks, location_name: "replicatedDisks"))
203
+ DataReplicationInfo.struct_class = Types::DataReplicationInfo
204
+
205
+ DataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
206
+ DataReplicationInfoReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
207
+ DataReplicationInfoReplicatedDisk.add_member(:replicated_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "replicatedStorageBytes"))
208
+ DataReplicationInfoReplicatedDisk.add_member(:rescanned_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "rescannedStorageBytes"))
209
+ DataReplicationInfoReplicatedDisk.add_member(:total_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalStorageBytes"))
210
+ DataReplicationInfoReplicatedDisk.struct_class = Types::DataReplicationInfoReplicatedDisk
211
+
212
+ DataReplicationInfoReplicatedDisks.member = Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisk)
213
+
214
+ DataReplicationInitiation.add_member(:next_attempt_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "nextAttemptDateTime"))
215
+ DataReplicationInitiation.add_member(:start_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "startDateTime"))
216
+ DataReplicationInitiation.add_member(:steps, Shapes::ShapeRef.new(shape: DataReplicationInitiationSteps, location_name: "steps"))
217
+ DataReplicationInitiation.struct_class = Types::DataReplicationInitiation
218
+
219
+ DataReplicationInitiationStep.add_member(:name, Shapes::ShapeRef.new(shape: DataReplicationInitiationStepName, location_name: "name"))
220
+ DataReplicationInitiationStep.add_member(:status, Shapes::ShapeRef.new(shape: DataReplicationInitiationStepStatus, location_name: "status"))
221
+ DataReplicationInitiationStep.struct_class = Types::DataReplicationInitiationStep
222
+
223
+ DataReplicationInitiationSteps.member = Shapes::ShapeRef.new(shape: DataReplicationInitiationStep)
224
+
225
+ DeleteJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
226
+ DeleteJobRequest.struct_class = Types::DeleteJobRequest
227
+
228
+ DeleteJobResponse.struct_class = Types::DeleteJobResponse
229
+
230
+ DeleteReplicationConfigurationTemplateRequest.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
231
+ DeleteReplicationConfigurationTemplateRequest.struct_class = Types::DeleteReplicationConfigurationTemplateRequest
232
+
233
+ DeleteReplicationConfigurationTemplateResponse.struct_class = Types::DeleteReplicationConfigurationTemplateResponse
234
+
235
+ DeleteSourceServerRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
236
+ DeleteSourceServerRequest.struct_class = Types::DeleteSourceServerRequest
237
+
238
+ DeleteSourceServerResponse.struct_class = Types::DeleteSourceServerResponse
239
+
240
+ DescribeJobLogItemsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
241
+ DescribeJobLogItemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
242
+ DescribeJobLogItemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
243
+ DescribeJobLogItemsRequest.struct_class = Types::DescribeJobLogItemsRequest
244
+
245
+ DescribeJobLogItemsResponse.add_member(:items, Shapes::ShapeRef.new(shape: JobLogs, location_name: "items"))
246
+ DescribeJobLogItemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
247
+ DescribeJobLogItemsResponse.struct_class = Types::DescribeJobLogItemsResponse
248
+
249
+ DescribeJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeJobsRequestFilters, required: true, location_name: "filters"))
250
+ DescribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
251
+ DescribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
252
+ DescribeJobsRequest.struct_class = Types::DescribeJobsRequest
253
+
254
+ DescribeJobsRequestFilters.add_member(:from_date, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "fromDate"))
255
+ DescribeJobsRequestFilters.add_member(:job_i_ds, Shapes::ShapeRef.new(shape: DescribeJobsRequestFiltersJobIDs, location_name: "jobIDs"))
256
+ DescribeJobsRequestFilters.add_member(:to_date, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "toDate"))
257
+ DescribeJobsRequestFilters.struct_class = Types::DescribeJobsRequestFilters
258
+
259
+ DescribeJobsRequestFiltersJobIDs.member = Shapes::ShapeRef.new(shape: JobID)
260
+
261
+ DescribeJobsResponse.add_member(:items, Shapes::ShapeRef.new(shape: JobsList, location_name: "items"))
262
+ DescribeJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
263
+ DescribeJobsResponse.struct_class = Types::DescribeJobsResponse
264
+
265
+ DescribeReplicationConfigurationTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
266
+ DescribeReplicationConfigurationTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
267
+ DescribeReplicationConfigurationTemplatesRequest.add_member(:replication_configuration_template_i_ds, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateIDs, required: true, location_name: "replicationConfigurationTemplateIDs"))
268
+ DescribeReplicationConfigurationTemplatesRequest.struct_class = Types::DescribeReplicationConfigurationTemplatesRequest
269
+
270
+ DescribeReplicationConfigurationTemplatesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplates, location_name: "items"))
271
+ DescribeReplicationConfigurationTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
272
+ DescribeReplicationConfigurationTemplatesResponse.struct_class = Types::DescribeReplicationConfigurationTemplatesResponse
273
+
274
+ DescribeSourceServersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFilters, required: true, location_name: "filters"))
275
+ DescribeSourceServersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "maxResults"))
276
+ DescribeSourceServersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
277
+ DescribeSourceServersRequest.struct_class = Types::DescribeSourceServersRequest
278
+
279
+ DescribeSourceServersRequestFilters.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
280
+ DescribeSourceServersRequestFilters.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: DescribeSourceServersRequestFiltersIDs, location_name: "sourceServerIDs"))
281
+ DescribeSourceServersRequestFilters.struct_class = Types::DescribeSourceServersRequestFilters
282
+
283
+ DescribeSourceServersRequestFiltersIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
284
+
285
+ DescribeSourceServersResponse.add_member(:items, Shapes::ShapeRef.new(shape: SourceServersList, location_name: "items"))
286
+ DescribeSourceServersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
287
+ DescribeSourceServersResponse.struct_class = Types::DescribeSourceServersResponse
288
+
289
+ DisconnectFromServiceRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
290
+ DisconnectFromServiceRequest.struct_class = Types::DisconnectFromServiceRequest
291
+
292
+ Disk.add_member(:bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bytes"))
293
+ Disk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
294
+ Disk.struct_class = Types::Disk
295
+
296
+ Disks.member = Shapes::ShapeRef.new(shape: Disk)
297
+
298
+ FinalizeCutoverRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
299
+ FinalizeCutoverRequest.struct_class = Types::FinalizeCutoverRequest
300
+
301
+ GetLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
302
+ GetLaunchConfigurationRequest.struct_class = Types::GetLaunchConfigurationRequest
303
+
304
+ GetReplicationConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
305
+ GetReplicationConfigurationRequest.struct_class = Types::GetReplicationConfigurationRequest
306
+
307
+ IPsList.member = Shapes::ShapeRef.new(shape: BoundedString)
308
+
309
+ IdentificationHints.add_member(:aws_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "awsInstanceID"))
310
+ IdentificationHints.add_member(:fqdn, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fqdn"))
311
+ IdentificationHints.add_member(:hostname, Shapes::ShapeRef.new(shape: BoundedString, location_name: "hostname"))
312
+ IdentificationHints.add_member(:vm_ware_uuid, Shapes::ShapeRef.new(shape: BoundedString, location_name: "vmWareUuid"))
313
+ IdentificationHints.struct_class = Types::IdentificationHints
314
+
315
+ InitializeServiceRequest.struct_class = Types::InitializeServiceRequest
316
+
317
+ InitializeServiceResponse.struct_class = Types::InitializeServiceResponse
318
+
319
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, required: true, location_name: "message"))
320
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: PositiveInteger, location: "header", location_name: "Retry-After"))
321
+ InternalServerException.struct_class = Types::InternalServerException
322
+
323
+ Job.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
324
+ Job.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "creationDateTime"))
325
+ Job.add_member(:end_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "endDateTime"))
326
+ Job.add_member(:initiated_by, Shapes::ShapeRef.new(shape: InitiatedBy, location_name: "initiatedBy"))
327
+ Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, required: true, location_name: "jobID"))
328
+ Job.add_member(:participating_servers, Shapes::ShapeRef.new(shape: ParticipatingServers, location_name: "participatingServers"))
329
+ Job.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
330
+ Job.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
331
+ Job.add_member(:type, Shapes::ShapeRef.new(shape: JobType, location_name: "type"))
332
+ Job.struct_class = Types::Job
333
+
334
+ JobLog.add_member(:event, Shapes::ShapeRef.new(shape: JobLogEvent, location_name: "event"))
335
+ JobLog.add_member(:event_data, Shapes::ShapeRef.new(shape: JobLogEventData, location_name: "eventData"))
336
+ JobLog.add_member(:log_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "logDateTime"))
337
+ JobLog.struct_class = Types::JobLog
338
+
339
+ JobLogEventData.add_member(:conversion_server_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "conversionServerID"))
340
+ JobLogEventData.add_member(:raw_error, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rawError"))
341
+ JobLogEventData.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
342
+ JobLogEventData.add_member(:target_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "targetInstanceID"))
343
+ JobLogEventData.struct_class = Types::JobLogEventData
344
+
345
+ JobLogs.member = Shapes::ShapeRef.new(shape: JobLog)
346
+
347
+ JobsList.member = Shapes::ShapeRef.new(shape: Job)
348
+
349
+ LaunchConfiguration.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
350
+ LaunchConfiguration.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
351
+ LaunchConfiguration.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "ec2LaunchTemplateID"))
352
+ LaunchConfiguration.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
353
+ LaunchConfiguration.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
354
+ LaunchConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
355
+ LaunchConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
356
+ LaunchConfiguration.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
357
+ LaunchConfiguration.struct_class = Types::LaunchConfiguration
358
+
359
+ LaunchedInstance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "ec2InstanceID"))
360
+ LaunchedInstance.add_member(:first_boot, Shapes::ShapeRef.new(shape: FirstBoot, location_name: "firstBoot"))
361
+ LaunchedInstance.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "jobID"))
362
+ LaunchedInstance.struct_class = Types::LaunchedInstance
363
+
364
+ Licensing.add_member(:os_byol, Shapes::ShapeRef.new(shape: Boolean, location_name: "osByol"))
365
+ Licensing.struct_class = Types::Licensing
366
+
367
+ LifeCycle.add_member(:added_to_service_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "addedToServiceDateTime"))
368
+ LifeCycle.add_member(:elapsed_replication_duration, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "elapsedReplicationDuration"))
369
+ LifeCycle.add_member(:first_byte_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "firstByteDateTime"))
370
+ LifeCycle.add_member(:last_cutover, Shapes::ShapeRef.new(shape: LifeCycleLastCutover, location_name: "lastCutover"))
371
+ LifeCycle.add_member(:last_seen_by_service_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastSeenByServiceDateTime"))
372
+ LifeCycle.add_member(:last_test, Shapes::ShapeRef.new(shape: LifeCycleLastTest, location_name: "lastTest"))
373
+ LifeCycle.add_member(:state, Shapes::ShapeRef.new(shape: LifeCycleState, location_name: "state"))
374
+ LifeCycle.struct_class = Types::LifeCycle
375
+
376
+ LifeCycleLastCutover.add_member(:finalized, Shapes::ShapeRef.new(shape: LifeCycleLastCutoverFinalized, location_name: "finalized"))
377
+ LifeCycleLastCutover.add_member(:initiated, Shapes::ShapeRef.new(shape: LifeCycleLastCutoverInitiated, location_name: "initiated"))
378
+ LifeCycleLastCutover.add_member(:reverted, Shapes::ShapeRef.new(shape: LifeCycleLastCutoverReverted, location_name: "reverted"))
379
+ LifeCycleLastCutover.struct_class = Types::LifeCycleLastCutover
380
+
381
+ LifeCycleLastCutoverFinalized.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
382
+ LifeCycleLastCutoverFinalized.struct_class = Types::LifeCycleLastCutoverFinalized
383
+
384
+ LifeCycleLastCutoverInitiated.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
385
+ LifeCycleLastCutoverInitiated.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "jobID"))
386
+ LifeCycleLastCutoverInitiated.struct_class = Types::LifeCycleLastCutoverInitiated
387
+
388
+ LifeCycleLastCutoverReverted.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
389
+ LifeCycleLastCutoverReverted.struct_class = Types::LifeCycleLastCutoverReverted
390
+
391
+ LifeCycleLastTest.add_member(:finalized, Shapes::ShapeRef.new(shape: LifeCycleLastTestFinalized, location_name: "finalized"))
392
+ LifeCycleLastTest.add_member(:initiated, Shapes::ShapeRef.new(shape: LifeCycleLastTestInitiated, location_name: "initiated"))
393
+ LifeCycleLastTest.add_member(:reverted, Shapes::ShapeRef.new(shape: LifeCycleLastTestReverted, location_name: "reverted"))
394
+ LifeCycleLastTest.struct_class = Types::LifeCycleLastTest
395
+
396
+ LifeCycleLastTestFinalized.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
397
+ LifeCycleLastTestFinalized.struct_class = Types::LifeCycleLastTestFinalized
398
+
399
+ LifeCycleLastTestInitiated.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
400
+ LifeCycleLastTestInitiated.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "jobID"))
401
+ LifeCycleLastTestInitiated.struct_class = Types::LifeCycleLastTestInitiated
402
+
403
+ LifeCycleLastTestReverted.add_member(:api_call_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "apiCallDateTime"))
404
+ LifeCycleLastTestReverted.struct_class = Types::LifeCycleLastTestReverted
405
+
406
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
407
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
408
+
409
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
410
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
411
+
412
+ MarkAsArchivedRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
413
+ MarkAsArchivedRequest.struct_class = Types::MarkAsArchivedRequest
414
+
415
+ NetworkInterface.add_member(:ips, Shapes::ShapeRef.new(shape: IPsList, location_name: "ips"))
416
+ NetworkInterface.add_member(:is_primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimary"))
417
+ NetworkInterface.add_member(:mac_address, Shapes::ShapeRef.new(shape: BoundedString, location_name: "macAddress"))
418
+ NetworkInterface.struct_class = Types::NetworkInterface
419
+
420
+ NetworkInterfaces.member = Shapes::ShapeRef.new(shape: NetworkInterface)
421
+
422
+ OS.add_member(:full_string, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fullString"))
423
+ OS.struct_class = Types::OS
424
+
425
+ ParticipatingServer.add_member(:launch_status, Shapes::ShapeRef.new(shape: LaunchStatus, location_name: "launchStatus"))
426
+ ParticipatingServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
427
+ ParticipatingServer.struct_class = Types::ParticipatingServer
428
+
429
+ ParticipatingServers.member = Shapes::ShapeRef.new(shape: ParticipatingServer)
430
+
431
+ ReplicationConfiguration.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
432
+ ReplicationConfiguration.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
433
+ ReplicationConfiguration.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
434
+ ReplicationConfiguration.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
435
+ ReplicationConfiguration.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
436
+ ReplicationConfiguration.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
437
+ ReplicationConfiguration.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
438
+ ReplicationConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
439
+ ReplicationConfiguration.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisks, location_name: "replicatedDisks"))
440
+ ReplicationConfiguration.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
441
+ ReplicationConfiguration.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
442
+ ReplicationConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
443
+ ReplicationConfiguration.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
444
+ ReplicationConfiguration.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
445
+ ReplicationConfiguration.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
446
+ ReplicationConfiguration.struct_class = Types::ReplicationConfiguration
447
+
448
+ ReplicationConfigurationReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
449
+ ReplicationConfigurationReplicatedDisk.add_member(:iops, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "iops"))
450
+ ReplicationConfigurationReplicatedDisk.add_member(:is_boot_disk, Shapes::ShapeRef.new(shape: Boolean, location_name: "isBootDisk"))
451
+ ReplicationConfigurationReplicatedDisk.add_member(:staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDiskStagingDiskType, location_name: "stagingDiskType"))
452
+ ReplicationConfigurationReplicatedDisk.struct_class = Types::ReplicationConfigurationReplicatedDisk
453
+
454
+ ReplicationConfigurationReplicatedDisks.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisk)
455
+
456
+ ReplicationConfigurationTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
457
+ ReplicationConfigurationTemplate.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
458
+ ReplicationConfigurationTemplate.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
459
+ ReplicationConfigurationTemplate.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
460
+ ReplicationConfigurationTemplate.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
461
+ ReplicationConfigurationTemplate.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
462
+ ReplicationConfigurationTemplate.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
463
+ ReplicationConfigurationTemplate.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
464
+ ReplicationConfigurationTemplate.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
465
+ ReplicationConfigurationTemplate.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
466
+ ReplicationConfigurationTemplate.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
467
+ ReplicationConfigurationTemplate.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
468
+ ReplicationConfigurationTemplate.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
469
+ ReplicationConfigurationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
470
+ ReplicationConfigurationTemplate.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
471
+ ReplicationConfigurationTemplate.struct_class = Types::ReplicationConfigurationTemplate
472
+
473
+ ReplicationConfigurationTemplateIDs.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID)
474
+
475
+ ReplicationConfigurationTemplates.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
476
+
477
+ ReplicationServersSecurityGroupsIDs.member = Shapes::ShapeRef.new(shape: SecurityGroupID)
478
+
479
+ ResourceNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
480
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
481
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceId"))
482
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "resourceType"))
483
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
484
+
485
+ RetryDataReplicationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
486
+ RetryDataReplicationRequest.struct_class = Types::RetryDataReplicationRequest
487
+
488
+ SourceProperties.add_member(:cpus, Shapes::ShapeRef.new(shape: Cpus, location_name: "cpus"))
489
+ SourceProperties.add_member(:disks, Shapes::ShapeRef.new(shape: Disks, location_name: "disks"))
490
+ SourceProperties.add_member(:identification_hints, Shapes::ShapeRef.new(shape: IdentificationHints, location_name: "identificationHints"))
491
+ SourceProperties.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lastUpdatedDateTime"))
492
+ SourceProperties.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfaces"))
493
+ SourceProperties.add_member(:os, Shapes::ShapeRef.new(shape: OS, location_name: "os"))
494
+ SourceProperties.add_member(:ram_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "ramBytes"))
495
+ SourceProperties.add_member(:recommended_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "recommendedInstanceType"))
496
+ SourceProperties.struct_class = Types::SourceProperties
497
+
498
+ SourceServer.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
499
+ SourceServer.add_member(:data_replication_info, Shapes::ShapeRef.new(shape: DataReplicationInfo, location_name: "dataReplicationInfo"))
500
+ SourceServer.add_member(:is_archived, Shapes::ShapeRef.new(shape: Boolean, location_name: "isArchived"))
501
+ SourceServer.add_member(:launched_instance, Shapes::ShapeRef.new(shape: LaunchedInstance, location_name: "launchedInstance"))
502
+ SourceServer.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "lifeCycle"))
503
+ SourceServer.add_member(:source_properties, Shapes::ShapeRef.new(shape: SourceProperties, location_name: "sourceProperties"))
504
+ SourceServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
505
+ SourceServer.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
506
+ SourceServer.struct_class = Types::SourceServer
507
+
508
+ SourceServersList.member = Shapes::ShapeRef.new(shape: SourceServer)
509
+
510
+ StartCutoverRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: StartCutoverRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
511
+ StartCutoverRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
512
+ StartCutoverRequest.struct_class = Types::StartCutoverRequest
513
+
514
+ StartCutoverRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
515
+
516
+ StartCutoverResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
517
+ StartCutoverResponse.struct_class = Types::StartCutoverResponse
518
+
519
+ StartTestRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: StartTestRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
520
+ StartTestRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
521
+ StartTestRequest.struct_class = Types::StartTestRequest
522
+
523
+ StartTestRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
524
+
525
+ StartTestResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
526
+ StartTestResponse.struct_class = Types::StartTestResponse
527
+
528
+ TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
529
+
530
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
531
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "tags"))
532
+ TagResourceRequest.struct_class = Types::TagResourceRequest
533
+
534
+ TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
535
+ TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
536
+
537
+ TerminateTargetInstancesRequest.add_member(:source_server_i_ds, Shapes::ShapeRef.new(shape: TerminateTargetInstancesRequestSourceServerIDs, required: true, location_name: "sourceServerIDs"))
538
+ TerminateTargetInstancesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
539
+ TerminateTargetInstancesRequest.struct_class = Types::TerminateTargetInstancesRequest
540
+
541
+ TerminateTargetInstancesRequestSourceServerIDs.member = Shapes::ShapeRef.new(shape: SourceServerID)
542
+
543
+ TerminateTargetInstancesResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "job"))
544
+ TerminateTargetInstancesResponse.struct_class = Types::TerminateTargetInstancesResponse
545
+
546
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, required: true, location_name: "message"))
547
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "quotaCode"))
548
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: LargeBoundedString, location: "header", location_name: "Retry-After"))
549
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "serviceCode"))
550
+ ThrottlingException.struct_class = Types::ThrottlingException
551
+
552
+ UninitializedAccountException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
553
+ UninitializedAccountException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
554
+ UninitializedAccountException.struct_class = Types::UninitializedAccountException
555
+
556
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
557
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
558
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
559
+
560
+ UpdateLaunchConfigurationRequest.add_member(:copy_private_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyPrivateIp"))
561
+ UpdateLaunchConfigurationRequest.add_member(:copy_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "copyTags"))
562
+ UpdateLaunchConfigurationRequest.add_member(:launch_disposition, Shapes::ShapeRef.new(shape: LaunchDisposition, location_name: "launchDisposition"))
563
+ UpdateLaunchConfigurationRequest.add_member(:licensing, Shapes::ShapeRef.new(shape: Licensing, location_name: "licensing"))
564
+ UpdateLaunchConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
565
+ UpdateLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
566
+ UpdateLaunchConfigurationRequest.add_member(:target_instance_type_right_sizing_method, Shapes::ShapeRef.new(shape: TargetInstanceTypeRightSizingMethod, location_name: "targetInstanceTypeRightSizingMethod"))
567
+ UpdateLaunchConfigurationRequest.struct_class = Types::UpdateLaunchConfigurationRequest
568
+
569
+ UpdateReplicationConfigurationRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
570
+ UpdateReplicationConfigurationRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
571
+ UpdateReplicationConfigurationRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
572
+ UpdateReplicationConfigurationRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
573
+ UpdateReplicationConfigurationRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
574
+ UpdateReplicationConfigurationRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
575
+ UpdateReplicationConfigurationRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
576
+ UpdateReplicationConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
577
+ UpdateReplicationConfigurationRequest.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: ReplicationConfigurationReplicatedDisks, location_name: "replicatedDisks"))
578
+ UpdateReplicationConfigurationRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
579
+ UpdateReplicationConfigurationRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
580
+ UpdateReplicationConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
581
+ UpdateReplicationConfigurationRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
582
+ UpdateReplicationConfigurationRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
583
+ UpdateReplicationConfigurationRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
584
+ UpdateReplicationConfigurationRequest.struct_class = Types::UpdateReplicationConfigurationRequest
585
+
586
+ UpdateReplicationConfigurationTemplateRequest.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
587
+ UpdateReplicationConfigurationTemplateRequest.add_member(:associate_default_security_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateDefaultSecurityGroup"))
588
+ UpdateReplicationConfigurationTemplateRequest.add_member(:bandwidth_throttling, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "bandwidthThrottling"))
589
+ UpdateReplicationConfigurationTemplateRequest.add_member(:create_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "createPublicIP"))
590
+ UpdateReplicationConfigurationTemplateRequest.add_member(:data_plane_routing, Shapes::ShapeRef.new(shape: ReplicationConfigurationDataPlaneRouting, location_name: "dataPlaneRouting"))
591
+ UpdateReplicationConfigurationTemplateRequest.add_member(:default_large_staging_disk_type, Shapes::ShapeRef.new(shape: ReplicationConfigurationDefaultLargeStagingDiskType, location_name: "defaultLargeStagingDiskType"))
592
+ UpdateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption, Shapes::ShapeRef.new(shape: ReplicationConfigurationEbsEncryption, location_name: "ebsEncryption"))
593
+ UpdateReplicationConfigurationTemplateRequest.add_member(:ebs_encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ebsEncryptionKeyArn"))
594
+ UpdateReplicationConfigurationTemplateRequest.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
595
+ UpdateReplicationConfigurationTemplateRequest.add_member(:replication_server_instance_type, Shapes::ShapeRef.new(shape: EC2InstanceType, location_name: "replicationServerInstanceType"))
596
+ UpdateReplicationConfigurationTemplateRequest.add_member(:replication_servers_security_groups_i_ds, Shapes::ShapeRef.new(shape: ReplicationServersSecurityGroupsIDs, location_name: "replicationServersSecurityGroupsIDs"))
597
+ UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_subnet_id, Shapes::ShapeRef.new(shape: SubnetID, location_name: "stagingAreaSubnetId"))
598
+ UpdateReplicationConfigurationTemplateRequest.add_member(:staging_area_tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "stagingAreaTags"))
599
+ UpdateReplicationConfigurationTemplateRequest.add_member(:use_dedicated_replication_server, Shapes::ShapeRef.new(shape: Boolean, location_name: "useDedicatedReplicationServer"))
600
+ UpdateReplicationConfigurationTemplateRequest.struct_class = Types::UpdateReplicationConfigurationTemplateRequest
601
+
602
+ ValidationException.add_member(:code, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "code"))
603
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
604
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
605
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
606
+ ValidationException.struct_class = Types::ValidationException
607
+
608
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "message"))
609
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "name"))
610
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
611
+
612
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
613
+
614
+
615
+ # @api private
616
+ API = Seahorse::Model::Api.new.tap do |api|
617
+
618
+ api.version = "2020-02-26"
619
+
620
+ api.metadata = {
621
+ "apiVersion" => "2020-02-26",
622
+ "endpointPrefix" => "mgn",
623
+ "jsonVersion" => "1.1",
624
+ "protocol" => "rest-json",
625
+ "serviceAbbreviation" => "mgn",
626
+ "serviceFullName" => "Application Migration Service",
627
+ "serviceId" => "mgn",
628
+ "signatureVersion" => "v4",
629
+ "signingName" => "mgn",
630
+ "uid" => "mgn-2020-02-26",
631
+ }
632
+
633
+ api.add_operation(:change_server_life_cycle_state, Seahorse::Model::Operation.new.tap do |o|
634
+ o.name = "ChangeServerLifeCycleState"
635
+ o.http_method = "POST"
636
+ o.http_request_uri = "/ChangeServerLifeCycleState"
637
+ o.input = Shapes::ShapeRef.new(shape: ChangeServerLifeCycleStateRequest)
638
+ o.output = Shapes::ShapeRef.new(shape: SourceServer)
639
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
640
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
641
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
642
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
643
+ end)
644
+
645
+ api.add_operation(:create_replication_configuration_template, Seahorse::Model::Operation.new.tap do |o|
646
+ o.name = "CreateReplicationConfigurationTemplate"
647
+ o.http_method = "POST"
648
+ o.http_request_uri = "/CreateReplicationConfigurationTemplate"
649
+ o.input = Shapes::ShapeRef.new(shape: CreateReplicationConfigurationTemplateRequest)
650
+ o.output = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
651
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
652
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
653
+ end)
654
+
655
+ api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
656
+ o.name = "DeleteJob"
657
+ o.http_method = "POST"
658
+ o.http_request_uri = "/DeleteJob"
659
+ o.input = Shapes::ShapeRef.new(shape: DeleteJobRequest)
660
+ o.output = Shapes::ShapeRef.new(shape: DeleteJobResponse)
661
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
662
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
663
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
664
+ end)
665
+
666
+ api.add_operation(:delete_replication_configuration_template, Seahorse::Model::Operation.new.tap do |o|
667
+ o.name = "DeleteReplicationConfigurationTemplate"
668
+ o.http_method = "POST"
669
+ o.http_request_uri = "/DeleteReplicationConfigurationTemplate"
670
+ o.input = Shapes::ShapeRef.new(shape: DeleteReplicationConfigurationTemplateRequest)
671
+ o.output = Shapes::ShapeRef.new(shape: DeleteReplicationConfigurationTemplateResponse)
672
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
673
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
674
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
675
+ end)
676
+
677
+ api.add_operation(:delete_source_server, Seahorse::Model::Operation.new.tap do |o|
678
+ o.name = "DeleteSourceServer"
679
+ o.http_method = "POST"
680
+ o.http_request_uri = "/DeleteSourceServer"
681
+ o.input = Shapes::ShapeRef.new(shape: DeleteSourceServerRequest)
682
+ o.output = Shapes::ShapeRef.new(shape: DeleteSourceServerResponse)
683
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
684
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
685
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
686
+ end)
687
+
688
+ api.add_operation(:describe_job_log_items, Seahorse::Model::Operation.new.tap do |o|
689
+ o.name = "DescribeJobLogItems"
690
+ o.http_method = "POST"
691
+ o.http_request_uri = "/DescribeJobLogItems"
692
+ o.input = Shapes::ShapeRef.new(shape: DescribeJobLogItemsRequest)
693
+ o.output = Shapes::ShapeRef.new(shape: DescribeJobLogItemsResponse)
694
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
695
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
696
+ o[:pager] = Aws::Pager.new(
697
+ limit_key: "max_results",
698
+ tokens: {
699
+ "next_token" => "next_token"
700
+ }
701
+ )
702
+ end)
703
+
704
+ api.add_operation(:describe_jobs, Seahorse::Model::Operation.new.tap do |o|
705
+ o.name = "DescribeJobs"
706
+ o.http_method = "POST"
707
+ o.http_request_uri = "/DescribeJobs"
708
+ o.input = Shapes::ShapeRef.new(shape: DescribeJobsRequest)
709
+ o.output = Shapes::ShapeRef.new(shape: DescribeJobsResponse)
710
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
711
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
712
+ o[:pager] = Aws::Pager.new(
713
+ limit_key: "max_results",
714
+ tokens: {
715
+ "next_token" => "next_token"
716
+ }
717
+ )
718
+ end)
719
+
720
+ api.add_operation(:describe_replication_configuration_templates, Seahorse::Model::Operation.new.tap do |o|
721
+ o.name = "DescribeReplicationConfigurationTemplates"
722
+ o.http_method = "POST"
723
+ o.http_request_uri = "/DescribeReplicationConfigurationTemplates"
724
+ o.input = Shapes::ShapeRef.new(shape: DescribeReplicationConfigurationTemplatesRequest)
725
+ o.output = Shapes::ShapeRef.new(shape: DescribeReplicationConfigurationTemplatesResponse)
726
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
727
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
728
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
729
+ o[:pager] = Aws::Pager.new(
730
+ limit_key: "max_results",
731
+ tokens: {
732
+ "next_token" => "next_token"
733
+ }
734
+ )
735
+ end)
736
+
737
+ api.add_operation(:describe_source_servers, Seahorse::Model::Operation.new.tap do |o|
738
+ o.name = "DescribeSourceServers"
739
+ o.http_method = "POST"
740
+ o.http_request_uri = "/DescribeSourceServers"
741
+ o.input = Shapes::ShapeRef.new(shape: DescribeSourceServersRequest)
742
+ o.output = Shapes::ShapeRef.new(shape: DescribeSourceServersResponse)
743
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
744
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
745
+ o[:pager] = Aws::Pager.new(
746
+ limit_key: "max_results",
747
+ tokens: {
748
+ "next_token" => "next_token"
749
+ }
750
+ )
751
+ end)
752
+
753
+ api.add_operation(:disconnect_from_service, Seahorse::Model::Operation.new.tap do |o|
754
+ o.name = "DisconnectFromService"
755
+ o.http_method = "POST"
756
+ o.http_request_uri = "/DisconnectFromService"
757
+ o.input = Shapes::ShapeRef.new(shape: DisconnectFromServiceRequest)
758
+ o.output = Shapes::ShapeRef.new(shape: SourceServer)
759
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
760
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
761
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
762
+ end)
763
+
764
+ api.add_operation(:finalize_cutover, Seahorse::Model::Operation.new.tap do |o|
765
+ o.name = "FinalizeCutover"
766
+ o.http_method = "POST"
767
+ o.http_request_uri = "/FinalizeCutover"
768
+ o.input = Shapes::ShapeRef.new(shape: FinalizeCutoverRequest)
769
+ o.output = Shapes::ShapeRef.new(shape: SourceServer)
770
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
771
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
772
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
773
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
774
+ end)
775
+
776
+ api.add_operation(:get_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
777
+ o.name = "GetLaunchConfiguration"
778
+ o.http_method = "POST"
779
+ o.http_request_uri = "/GetLaunchConfiguration"
780
+ o.input = Shapes::ShapeRef.new(shape: GetLaunchConfigurationRequest)
781
+ o.output = Shapes::ShapeRef.new(shape: LaunchConfiguration)
782
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
783
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
784
+ end)
785
+
786
+ api.add_operation(:get_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
787
+ o.name = "GetReplicationConfiguration"
788
+ o.http_method = "POST"
789
+ o.http_request_uri = "/GetReplicationConfiguration"
790
+ o.input = Shapes::ShapeRef.new(shape: GetReplicationConfigurationRequest)
791
+ o.output = Shapes::ShapeRef.new(shape: ReplicationConfiguration)
792
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
793
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
794
+ end)
795
+
796
+ api.add_operation(:initialize_service, Seahorse::Model::Operation.new.tap do |o|
797
+ o.name = "InitializeService"
798
+ o.http_method = "POST"
799
+ o.http_request_uri = "/InitializeService"
800
+ o.input = Shapes::ShapeRef.new(shape: InitializeServiceRequest)
801
+ o.output = Shapes::ShapeRef.new(shape: InitializeServiceResponse)
802
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
803
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
804
+ end)
805
+
806
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
807
+ o.name = "ListTagsForResource"
808
+ o.http_method = "GET"
809
+ o.http_request_uri = "/tags/{resourceArn}"
810
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
811
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
812
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
813
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
814
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
815
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
816
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
817
+ end)
818
+
819
+ api.add_operation(:mark_as_archived, Seahorse::Model::Operation.new.tap do |o|
820
+ o.name = "MarkAsArchived"
821
+ o.http_method = "POST"
822
+ o.http_request_uri = "/MarkAsArchived"
823
+ o.input = Shapes::ShapeRef.new(shape: MarkAsArchivedRequest)
824
+ o.output = Shapes::ShapeRef.new(shape: SourceServer)
825
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
826
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
827
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
828
+ end)
829
+
830
+ api.add_operation(:retry_data_replication, Seahorse::Model::Operation.new.tap do |o|
831
+ o.name = "RetryDataReplication"
832
+ o.http_method = "POST"
833
+ o.http_request_uri = "/RetryDataReplication"
834
+ o.input = Shapes::ShapeRef.new(shape: RetryDataReplicationRequest)
835
+ o.output = Shapes::ShapeRef.new(shape: SourceServer)
836
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
837
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
838
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
839
+ end)
840
+
841
+ api.add_operation(:start_cutover, Seahorse::Model::Operation.new.tap do |o|
842
+ o.name = "StartCutover"
843
+ o.http_method = "POST"
844
+ o.http_request_uri = "/StartCutover"
845
+ o.input = Shapes::ShapeRef.new(shape: StartCutoverRequest)
846
+ o.output = Shapes::ShapeRef.new(shape: StartCutoverResponse)
847
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
848
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
849
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
850
+ end)
851
+
852
+ api.add_operation(:start_test, Seahorse::Model::Operation.new.tap do |o|
853
+ o.name = "StartTest"
854
+ o.http_method = "POST"
855
+ o.http_request_uri = "/StartTest"
856
+ o.input = Shapes::ShapeRef.new(shape: StartTestRequest)
857
+ o.output = Shapes::ShapeRef.new(shape: StartTestResponse)
858
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
859
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
860
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
861
+ end)
862
+
863
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
864
+ o.name = "TagResource"
865
+ o.http_method = "POST"
866
+ o.http_request_uri = "/tags/{resourceArn}"
867
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
868
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
869
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
870
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
872
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
873
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
874
+ end)
875
+
876
+ api.add_operation(:terminate_target_instances, Seahorse::Model::Operation.new.tap do |o|
877
+ o.name = "TerminateTargetInstances"
878
+ o.http_method = "POST"
879
+ o.http_request_uri = "/TerminateTargetInstances"
880
+ o.input = Shapes::ShapeRef.new(shape: TerminateTargetInstancesRequest)
881
+ o.output = Shapes::ShapeRef.new(shape: TerminateTargetInstancesResponse)
882
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
883
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
884
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
885
+ end)
886
+
887
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
888
+ o.name = "UntagResource"
889
+ o.http_method = "DELETE"
890
+ o.http_request_uri = "/tags/{resourceArn}"
891
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
892
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
893
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
894
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
895
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
896
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
897
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
898
+ end)
899
+
900
+ api.add_operation(:update_launch_configuration, Seahorse::Model::Operation.new.tap do |o|
901
+ o.name = "UpdateLaunchConfiguration"
902
+ o.http_method = "POST"
903
+ o.http_request_uri = "/UpdateLaunchConfiguration"
904
+ o.input = Shapes::ShapeRef.new(shape: UpdateLaunchConfigurationRequest)
905
+ o.output = Shapes::ShapeRef.new(shape: LaunchConfiguration)
906
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
908
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
909
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
910
+ end)
911
+
912
+ api.add_operation(:update_replication_configuration, Seahorse::Model::Operation.new.tap do |o|
913
+ o.name = "UpdateReplicationConfiguration"
914
+ o.http_method = "POST"
915
+ o.http_request_uri = "/UpdateReplicationConfiguration"
916
+ o.input = Shapes::ShapeRef.new(shape: UpdateReplicationConfigurationRequest)
917
+ o.output = Shapes::ShapeRef.new(shape: ReplicationConfiguration)
918
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
920
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
921
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
922
+ end)
923
+
924
+ api.add_operation(:update_replication_configuration_template, Seahorse::Model::Operation.new.tap do |o|
925
+ o.name = "UpdateReplicationConfigurationTemplate"
926
+ o.http_method = "POST"
927
+ o.http_request_uri = "/UpdateReplicationConfigurationTemplate"
928
+ o.input = Shapes::ShapeRef.new(shape: UpdateReplicationConfigurationTemplateRequest)
929
+ o.output = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplate)
930
+ o.errors << Shapes::ShapeRef.new(shape: UninitializedAccountException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
932
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
933
+ end)
934
+ end
935
+
936
+ end
937
+ end